html {
    overflow-y: auto
}

body {
    margin: 0 auto
}

body>.application {
    background: #fafafa !important
}

.layout-app--zh {
    font-family: PingFang SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif !important
}

.red--text.text--darken-4 {
    color: #ff1744 !important;
    caret-color: #ff1744 !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s
}

.navigation-drawer,
.v-navigation-drawer {
    padding: 0 0 30px
}

.overlay {
    z-index: 6
}

.vscroll {
    overflow-y: auto
}

.vscroll::-webkit-scrollbar {
    width: 8px
}

.vscroll::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px
}

.vscroll::-webkit-scrollbar-track {
    background: #fff;
    border-left: 1px solid #f1f4f9
}

.vscroll::-webkit-scrollbar-track:hover {
    border-left: 1px solid #e3e7ee
}

.hscroll {
    overflow-x: auto
}

.hscroll::-webkit-scrollbar {
    height: 8px;
    background-color: none
}

.hscroll::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px
}

.hscroll::-webkit-scrollbar-track {
    background: #fff;
    border-top: 1px solid #f1f4f9
}

.hscroll::-webkit-scrollbar-track:hover {
    border-top: 1px solid #e3e7ee
}

.input-top-title {
    font-size: 11px;
    color: rgba(18, 31, 62, .74);
    letter-spacing: .92px;
    margin: 0 0 3px;
    line-height: 15px
}

.input-label-text {
    font-size: 12px;
    color: #121f3e;
    letter-spacing: .5px;
    line-height: 16px;
    white-space: unset;
    word-wrap: unset;
    word-break: unset
}

.input-label-text.word-break {
    word-wrap: break-word;
    word-break: break-all
}

.default-btn {
    display: inline-block !important;
    height: 32px !important;
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    background: #5d9df4 !important;
    margin: 0 !important;
    padding: 0 12px !important
}

.default-btn,
.default-btn .v-btn__content {
    color: #fff !important;
    text-transform: none !important
}

.default-btn .v-btn__content {
    width: 100% !important;
    overflow: hidden !important;
    font-size: 12px !important;
    letter-spacing: 1px !important
}

.default-btn .v-btn__content i.v-icon {
    display: block;
    float: left;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #fff !important;
    margin: -2px 2px 0
}

.default-btn.theme--dark {
    background-color: #5d9df4 !important;
    color: #fff !important;
    box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important
}

.default-btn.theme--dark.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: #89bbff !important;
    background: #89bbff !important;
    box-shadow: none !important
}

.default-btn.theme--light {
    border: 1px solid #5d9df4 !important;
    background-color: #fff !important;
    color: #5d9df4 !important;
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important
}

.default-btn.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: #fff !important;
    border: 1px solid #5d9df4 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.default-btn.theme--light .v-btn__content,
.default-btn.theme--light .v-btn__content i.v-icon {
    color: #5d9df4 !important
}

.default-btn.grey-btn {
    border: none !important;
    background-color: rgba(33, 33, 33, .02) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.default-btn.grey-btn .v-btn__content {
    text-transform: none !important;
    font-size: 12px !important;
    color: #121f3e !important;
    letter-spacing: .5px !important;
    opacity: .87 !important;
    font-weight: 700 !important
}

.default-btn.grey-btn .v-btn__content i.v-icon {
    color: #121f3e !important
}

.default-btn.grey-btn:before {
    display: none !important
}

.default-btn.grey-btn:hover {
    background-color: #212121 !important
}

.default-btn.grey-btn .v-ripple__container {
    display: none !important
}

.default-btn.v-btn--disabled {
    opacity: .4 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.default-detail-btn {
    display: inline-block;
    margin: 0 5px 5px 0
}

.default-header-btn {
    display: block;
    float: left;
    margin: 0 10px 0 0
}

@media only screen and (max-width:480px) {
    .filter-wrapper.custom-input-small .input-group {
        width: 110px
    }

    .custom-input-small .input-form-box label.label-title {
        float: none;
        text-align: left
    }

    .custom-input-small .input-form-box .input-group,
    .custom-input-small .input-form-box .input-group.input-group--multi-line {
        width: 100% !important
    }

}

.default-textbar {
    display: block;
    position: relative;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field-title {
    display: block;
    font-size: 11px !important;
    color: rgba(18, 31, 62, .74) !important;
    letter-spacing: .92px !important;
    margin: 0 0 2px;
    height: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.default-textbar .text-field-title .text-field-title-cover {
    display: inline-block;
    position: relative
}

.default-textbar .text-field-title .text-field-title-cover span.required-note {
    display: inline-block;
    margin: 0 0 0 4px
}

.default-textbar .text-field-title .text-field-title-cover .title-tooltip {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: -20px
}

.default-textbar .text-field-title .text-field-title-cover .title-tooltip i.v-icon {
    display: block;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #121f3e;
    opacity: .25;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field-title .text-field-title-cover .title-tooltip i.v-icon:hover {
    opacity: .8;
    color: #5d9df4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field-title .text-field-title-cover .title-tooltip:hover .title-tooltip-content {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field-title .text-field-title-cover .title-tooltip .title-tooltip-content {
    display: block;
    position: absolute;
    width: 150px;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(93, 157, 244, .8);
    z-index: 5;
    font-size: 11px;
    letter-spacing: .5px;
    line-height: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font-weight: 400;
    top: -4px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    left: 24px
}

.default-textbar .text-field-title .text-field-title-cover .title-tooltip .title-tooltip-content:before {
    display: block;
    content: "";
    border-top: 4px solid transparent;
    border-right: 6px solid rgba(93, 157, 244, .8);
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 8px;
    left: -6px
}

.default-textbar .text-field-title .text-field-title-cover .vue-js-switch {
    position: absolute;
    top: -4px;
    left: 100%;
    margin: 0 0 0 8px
}

.default-textbar .text-field-title .text-field-title-cover .vue-js-switch .v-switch-core {
    height: 18px !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important
}

.default-textbar .text-field-title .text-field-title-cover .vue-js-switch .v-switch-core .v-switch-button {
    top: 2px !important;
    border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    width: 14px !important;
    height: 14px !important
}

.default-textbar .text-field-title .text-field-title-cover .vue-js-switch .v-switch-label {
    top: 4px !important
}

.default-textbar .text-field-title .text-field-title-cover .vue-js-switch.toggled .v-switch-core .v-switch-button {
    left: calc(100% - 17px) !important
}

.default-textbar .text-field {
    display: block;
    position: relative
}

.default-textbar .text-field .selection-box span.icon-word .v-icon {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px
}

.default-textbar .text-field .word-match {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 7px;
    right: 6px;
    cursor: pointer;
    z-index: 2
}

.default-textbar .text-field .word-match:hover .word-match-dropdown {
    top: 24px;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .word-match span.icon-word {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1px;
    border: 1px solid rgba(33, 33, 33, .2);
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.default-textbar .text-field .word-match span.icon-word b {
    display: block;
    position: absolute;
    font-size: 14px;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    line-height: 15px;
    text-align: center;
    color: rgba(33, 33, 33, .8)
}

.default-textbar .text-field .word-match span.icon-word:hover {
    border: 1px solid rgba(33, 33, 33, .6);
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.default-textbar .text-field .word-match span.icon-word:hover span.desc-word {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.default-textbar .text-field .word-match span.icon-word span.desc-word {
    display: block;
    position: absolute;
    white-space: nowrap;
    bottom: 26px;
    left: 50%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px 10px;
    font-size: 10px;
    letter-spacing: .5px;
    color: #fff;
    background: rgba(33, 33, 33, .6);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    opacity: 0;
    visibility: hidden
}

.default-textbar .text-field .word-match span.icon-word span.desc-word:before {
    display: block;
    position: absolute;
    content: "";
    bottom: -5px;
    left: calc(50% - 3px);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid rgba(33, 33, 33, .6)
}

.default-textbar .text-field .word-match .word-match-dropdown {
    display: block;
    position: relative;
    width: 160px;
    top: 20px;
    left: calc(50% - 80px);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(33, 33, 33, .3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1);
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .word-match .word-match-dropdown:before {
    display: block;
    position: absolute;
    content: "";
    top: -5px;
    left: calc(50% - 3px);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid rgba(33, 33, 33, .3)
}

.default-textbar .text-field .word-match .word-match-dropdown i {
    display: block;
    font-size: 11px;
    color: rgba(18, 31, 62, .55);
    letter-spacing: .2px;
    margin: 0 0 8px
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection {
    display: block;
    padding: 0 0 5px;
    margin: 0 0 5px
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection:last-child {
    margin: 0;
    padding: 0
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection span {
    display: block;
    float: left
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection span.selection-icon {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 6px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(33, 33, 33, .5);
    border-radius: 1px;
    -webkit-border-radius: 1px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection span.selection-icon:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    background: #5d9df4;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection span.selection-icon.selected {
    border: 1px solid #5d9df4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection span.selection-icon.selected:before {
    opacity: 1 !important;
    visibility: visible !important
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection span.selection-text {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .5px;
    color: rgba(18, 31, 62, .9);
    padding: 1px 0 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: calc(100% - 20px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.default-textbar .text-field .word-match .word-match-dropdown .case-selection span.selection-text.selected {
    color: #5d9df4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .word-match:hover span.desc-word {
    opacity: 1;
    bottom: 28px;
    visibility: visible;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.default-textbar .text-field .copy-note {
    display: block;
    position: absolute;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: .5px;
    color: #fff;
    background: rgba(33, 33, 33, .7);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    top: -24px;
    right: 0;
    padding: 0 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.default-textbar .text-field .copy-note.active {
    opacity: 1 !important;
    visibility: visible !important;
    top: -28px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .copy-note:before {
    display: block;
    position: absolute;
    content: "";
    bottom: -5px;
    right: 12px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid rgba(33, 33, 33, .8)
}

.default-textbar .text-field .viewpass-icon {
    display: block;
    position: absolute;
    top: 7px;
    right: 28px;
    width: 18px;
    height: 18px;
    z-index: 2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(33, 33, 33, .2);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .viewpass-icon:hover {
    background: rgba(33, 33, 33, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .viewpass-icon i.v-icon {
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    font-size: 14px;
    color: #121f3e;
    opacity: .8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator-icon {
    display: block;
    position: absolute;
    top: 7px;
    right: 6px;
    width: 18px;
    height: 18px;
    z-index: 2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(33, 33, 33, .2);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator-icon:hover {
    background: rgba(33, 33, 33, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator-icon.active {
    background: #5d9df4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator-icon.active i.v-icon {
    color: #fff !important;
    opacity: 1 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator-icon i.v-icon {
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    font-size: 14px;
    color: #121f3e;
    opacity: .8;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator.open {
    height: 162px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator.open-advance {
    height: 308px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content {
    display: block;
    width: 100%;
    margin: 8px 0 0;
    border: 1px solid rgba(18, 31, 62, .15);
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-title {
    display: block;
    position: relative;
    font-size: 12px;
    letter-spacing: .5px;
    color: rgba(18, 31, 62, .74);
    padding: 11px 10px;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid rgba(33, 33, 33, .08)
}

.default-textbar .text-field .generator .g_content .generator-title .title-action {
    display: block;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 6px 0
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .advance {
    display: block;
    float: right;
    margin: 0;
    height: 26px;
    font-size: 11px;
    color: #5d9df4;
    line-height: 26px;
    letter-spacing: .5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .advance.top-button {
    margin: 0 10px 0 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .advance:hover {
    color: #007aff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .regenerate {
    display: none;
    position: relative;
    float: right;
    width: 26px;
    height: 26px;
    border: 1px solid #5d9df4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #fff
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .regenerate.top-button {
    display: block !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .regenerate.loading i.v-icon {
    animation: loading 1s infinite;
    -webkit-animation: loading 1s infinite
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .regenerate:hover {
    background: rgba(33, 33, 33, .05)
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .regenerate i.v-icon {
    display: block;
    position: absolute;
    top: calc(50% - 10.5px);
    left: calc(50% - 10.5px);
    font-size: 21px;
    height: 21px;
    width: 21px;
    color: #5d9df4;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.default-textbar .text-field .generator .g_content .generator-title .title-action .regenerate:hover {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection {
    display: block;
    padding: 10px
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model {
    display: block
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input {
    display: block;
    position: relative;
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: hidden;
    border: 1px solid rgba(33, 33, 33, .1)
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input.screen-loading:before {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, .8);
    content: "";
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input span {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #121f3e;
    font-weight: 700;
    text-align: center;
    padding: 0 6px;
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgba(33, 33, 33, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input span:last-child {
    border: none
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input span.no-found {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    cursor: default;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px !important;
    opacity: .6
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input span .copy-action {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    border-left: 1px solid rgba(33, 33, 33, .1);
    cursor: pointer;
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input span .copy-action:hover {
    background: rgba(33, 33, 33, .04);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input span .copy-action:hover i.v-icon {
    color: rgba(33, 33, 33, .8);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-model .s_input span .copy-action i.v-icon {
    display: block;
    position: absolute;
    font-size: 16px;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    color: rgba(33, 33, 33, .4);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance.active {
    height: 146px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance .a_title {
    display: block;
    margin: 10px 0 6px;
    padding: 0 0 2px;
    border-bottom: 1px dashed rgba(33, 33, 33, .08);
    font-size: 12px;
    letter-spacing: .5px;
    color: #121f3e
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance .a_content {
    display: block;
    overflow: hidden;
    margin: 0 0 4px
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance .a_content .a_row {
    display: block;
    float: left;
    width: calc(50% - 3px);
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    color: #121f3e;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid rgba(33, 33, 33, .12);
    background: rgba(33, 33, 33, .01);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin: 0 0 6px;
    cursor: pointer
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance .a_content .a_row:nth-child(odd) {
    float: left
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance .a_content .a_row:nth-child(2n) {
    float: right
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance .a_content .a_row:hover {
    background: rgba(33, 33, 33, .05);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance .a_content .a_row.selected {
    background: #5d9df4 !important;
    color: #fff !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance .a_content .a_row.last {
    width: 100% !important
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance button {
    float: right;
    width: auto !important
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance button .v-btn__content {
    display: block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance button span {
    display: block;
    line-height: 30px
}

.default-textbar .text-field .generator .g_content .generator-selection .setting-advance button i.v-icon {
    display: block;
    position: absolute;
    top: 7px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    font-size: 20px;
    animation: loading 1s infinite;
    -webkit-animation: loading 1s infinite
}

.default-textbar .v-input {
    display: block;
    padding: 0 !important;
    margin: 0 !important
}

.default-textbar .v-input .v-input__control {
    display: block;
    min-height: auto !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.default-textbar .v-input .v-input__control .v-input__slot {
    margin: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot {
    height: 100%;
    margin: 0 !important
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot label {
    left: 15px !important;
    font-size: 12px !important;
    opacity: .5 !important;
    color: #121f3e !important;
    width: 100% !important;
    max-width: 80% !important
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot input {
    display: block;
    height: 32px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    letter-spacing: .5px !important;
    color: #121f3e !important;
    caret-color: #121f3e;
    background: #fff;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    border: 1px solid rgba(18, 31, 62, .15) !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot input.search-input-upload {
    text-transform: uppercase;
    height: auto !important;
    max-height: none;
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot input:focus {
    border: 1px solid #5d9df4 !important;
    box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot input::-webkit-input-placeholder {
    color: rgba(18, 31, 62, .3);
    opacity: 1
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot input:-ms-input-placeholder,
.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot input::-ms-input-placeholder {
    color: rgba(18, 31, 62, .3);
    opacity: 1
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot input::placeholder {
    color: rgba(18, 31, 62, .3);
    opacity: 1
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot textarea {
    display: block;
    height: 100%;
    letter-spacing: .5px !important;
    padding: 8px 10px !important;
    resize: none !important;
    margin: 0 !important;
    font-size: 12px !important;
    color: #121f3e !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    border: 1px solid rgba(18, 31, 62, .15) !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot textarea:focus {
    border: 1px solid #5d9df4 !important;
    box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot textarea::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #f1f4f9
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot textarea::-webkit-scrollbar-track:hover {
    border-left: 1px solid #f3f3f3
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot textarea::-webkit-scrollbar {
    width: 8px;
    background-color: none
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot textarea::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.default-textbar .v-input .v-input__control .v-input__slot .v-text-field__slot textarea::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 31, 62, .5)
}

.default-textbar .v-input .v-input__control .v-text-field__details {
    display: none !important
}

.default-textbar.text-field-with-submit-btn .text-field .v-input {
    position: relative !important;
    padding: 0 50px 0 0 !important
}

.default-textbar.text-field-with-submit-btn .text-field .v-input .v-input__append-outer {
    position: absolute !important;
    margin: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: 46px !important;
    height: 32px !important;
    background: #5d9df4 !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar.text-field-with-submit-btn .text-field .v-input .v-input__append-outer:hover {
    background: #5595ec !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar.text-field-with-submit-btn .text-field .v-input .v-input__append-outer .v-input__icon {
    min-width: 100% !important;
    width: 100% !important;
    height: 100% !important
}

.default-textbar.text-field-with-submit-btn .text-field .v-input .v-input__append-outer .v-input__icon i.v-icon {
    font-size: 20px !important;
    color: #fff !important;
    display: block;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    padding: 6px 0 !important;
    text-align: center !important
}

.default-textbar.text-field-with-submit-btn .text-field .field-notice-btn {
    right: 56px !important
}

.default-textbar.text-field-with-submit-btn .text-field .field-notice-message {
    width: calc(100% - 50px) !important
}

.default-textbar.with-case-match .v-input .v-input__control .v-input__slot .v-text-field__slot input {
    padding: 8px 46px 8px 10px !important
}

.default-textbar.with-case-match .field-notice-btn {
    right: 26px !important;
    z-index: 3 !important
}

.default-textbar.with-case-match .field-notice-message:before {
    right: 32px !important
}

.default-textbar.textbar-disabled {
    opacity: .4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.default-textbar.textbar-disabled .text-field .v-input .v-input__control .v-input__slot .v-text-field__slot input,
.default-textbar.textbar-disabled .text-field .v-input .v-input__control .v-input__slot .v-text-field__slot textarea {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.default-textbar.text-field-with-generator .field-notice-btn {
    right: 50px !important
}

.default-textbar.text-field-with-generator .field-notice-message:before {
    right: 56px !important
}

@keyframes blinking {
    0% {
        opacity: 0;
        width: 14px;
        height: 14px
    }

    39% {
        opacity: 0;
        width: 14px;
        height: 14px
    }

    40% {
        opacity: 1;
        width: 14px;
        height: 14px
    }

    to {
        opacity: 0;
        width: 35px;
        height: 35px
    }

}

@-webkit-keyframes blinking {
    0% {
        opacity: 0;
        width: 14px;
        height: 14px
    }

    39% {
        opacity: 0;
        width: 14px;
        height: 14px
    }

    40% {
        opacity: 1;
        width: 14px;
        height: 14px
    }

    to {
        opacity: 0;
        width: 35px;
        height: 35px
    }

}

.custom-dialog-pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-dialog-pop.active,
.custom-dialog-pop.active .dialog-pop-content {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.custom-dialog-pop.active .dialog-pop-content {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important
}

.custom-dialog-pop.confirm-loading .dialog-overlay {
    background: hsla(0, 0%, 100%, .7)
}

.custom-dialog-pop.confirm-loading .dialog-pop-content {
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.custom-dialog-pop .dialog-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, .46)
}

.custom-dialog-pop .dialog-pop-content {
    display: block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    -webkit-box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    background: #f1f4f9;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.custom-dialog-pop .dialog-pop-content h1.headtitle {
    display: block;
    margin: 0 !important;
    float: none !important;
    position: relative !important;
    background: #fff !important;
    padding: 21px 25px !important;
    color: #121f3e !important;
    line-height: 18px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: .5px;
    border-bottom: 1px solid rgba(33, 33, 33, .12);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 60px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0
}

.custom-dialog-pop .dialog-pop-content h1.headtitle button.close-btn {
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    margin: 0;
    z-index: 1;
    width: 34px;
    height: 34px
}

.custom-dialog-pop .dialog-pop-content h1.headtitle button.close-btn i.v-icon {
    font-size: 20px;
    color: #121f3e;
    opacity: .9
}

.custom-dialog-pop .dialog-pop-content h1.headtitle .headtitle-toggle {
    display: block;
    float: right;
    position: absolute;
    top: 16px;
    right: 20px;
    height: 30px
}

.custom-dialog-pop .dialog-pop-content h1.headtitle .headtitle-toggle b {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    height: 30px;
    font-size: 12px;
    letter-spacing: .2px;
    padding: 7px 0;
    color: #121f3e;
    opacity: .87;
    font-weight: 400
}

.custom-dialog-pop .dialog-pop-content .popout-content {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-height: 60vh;
    overflow-y: auto
}

.custom-dialog-pop .dialog-pop-content .popout-content::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #f1f4f9
}

.custom-dialog-pop .dialog-pop-content .popout-content::-webkit-scrollbar-track:hover {
    border-left: 1px solid #f3f3f3
}

.custom-dialog-pop .dialog-pop-content .popout-content::-webkit-scrollbar {
    width: 8px;
    background-color: none
}

.custom-dialog-pop .dialog-pop-content .popout-content::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.custom-dialog-pop .dialog-pop-content .popout-content::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 31, 62, .5)
}

.custom-dialog-pop .dialog-pop-content .popout-content .container {
    padding: 25px !important;
    margin: 0 0 10px !important
}

.custom-dialog-pop .dialog-pop-content .popout-content .container .flex {
    margin: 0 0 15px !important
}

.custom-dialog-pop .dialog-pop-content .popout-content .default-textbar {
    float: none !important;
    width: 100% !important;
    margin: 0 10px 0 0
}

.custom-dialog-pop .dialog-pop-content .action-btn {
    display: block;
    position: relative;
    padding: 20px 25px;
    background: #fff;
    text-align: right;
    border-top: 1px solid rgba(33, 33, 33, .12);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 74px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px
}

.custom-dialog-pop .dialog-pop-content .action-btn .bottom-left-detail {
    display: block;
    width: calc(100% - 220px);
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: rgba(18, 31, 62, .74)
}

.custom-dialog-pop .dialog-pop-content .action-btn button {
    margin: 0 0 0 5px !important;
    width: auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important
}

.custom-dialog-pop .dialog-pop-content .dialog-form-cover {
    padding: 25px 25px 60px !important
}

.custom-dialog-pop .dialog-pop-content .dialog-form-cover span.dialog-note {
    display: block;
    font-size: 12px;
    letter-spacing: .5px;
    color: rgba(18, 31, 62, .74)
}

.custom-dialog-pop .dialog-pop-content .dialog-form-cover .v-input--checkbox {
    display: block;
    margin: 0 !important;
    padding: 0 !important
}

.custom-dialog-pop .dialog-pop-content .dialog-form-cover .v-input--checkbox .v-input__control .v-input__slot {
    margin: 0 !important
}

.custom-dialog-pop .dialog-pop-content .dialog-form-cover .v-input--checkbox .v-input__control .v-input__slot .v-input--selection-controls__input {
    margin: 0 4px 0 0
}

.custom-dialog-pop .dialog-pop-content .dialog-form-cover .v-input--checkbox .v-input__control .v-input__slot .v-input--selection-controls__input i.v-icon {
    color: rgba(18, 31, 62, .5)
}

.custom-dialog-pop .dialog-pop-content .dialog-form-cover .v-input--checkbox .v-input__control .v-input__slot label {
    font-size: 12px
}

.custom-dialog-pop .dialog-pop-content .dialog-form-cover .v-input--checkbox .v-input__control .v-messages {
    display: none
}

@media only screen and (max-width:760px) {
    .default-form-dialog .dialog-pop-content {
        max-width: 640px !important
    }

}

@media only screen and (max-width:690px) {
    .default-form-dialog .dialog-pop-content {
        max-width: 540px !important
    }

}

@media only screen and (max-width:600px) {
    .default-form-dialog .dialog-pop-content {
        max-width: 480px !important
    }

    .default-form-dialog .dialog-pop-content h1.headtitle {
        padding: 21px 250px 21px 25px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

}

@media only screen and (max-width:560px) {
    .default-form-dialog .dialog-pop-content .action-btn button {
        min-width: auto !important
    }

    .default-message-box .dialog-pop-content {
        max-width: 440px !important
    }

    .default-message-box .dialog-pop-content .action-btn button {
        min-width: auto !important
    }

}

@media only screen and (max-width:520px) {
    .default-form-dialog .dialog-pop-content {
        max-width: none !important;
        width: 100%;
        height: 100%
    }

    .default-form-dialog .dialog-pop-content .v-card__text {
        display: block;
        position: relative;
        width: 100%;
        height: calc(100% - 60px)
    }

    .default-form-dialog .dialog-pop-content .popout-content {
        position: relative;
        height: 100%;
        max-height: calc(100% - 134px)
    }

    .default-form-dialog .dialog-pop-content .action-btn .bottom-left-detail {
        width: calc(100% - 180px)
    }

}

@media only screen and (max-width:480px) {
    .default-message-box .dialog-pop-content {
        max-width: 400px !important
    }

}

@media only screen and (max-width:440px) {
    .default-message-box .dialog-pop-content {
        max-width: 340px !important
    }

}

@media only screen and (max-width:380px) {
    .default-message-box .dialog-pop-content {
        max-width: 300px !important
    }

    .default-message-box .dialog-pop-content .notice-content span button {
        min-width: auto !important
    }

}

.notice-pop {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0
}

.notice-pop .notice-cover {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden
}

.notice-pop .notice-cover .v-ripple__container {
    display: none
}

.notice-pop span.headtitle {
    display: block;
    font-weight: 400;
    position: relative;
    padding: 18px 25px;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 52px
}

.notice-pop.notice-info {
    display: block
}

.notice-pop.notice-info span.headtitle {
    background: #5d9df4
}

.notice-pop.notice-info i.v-icon {
    color: #5d9df4 !important
}

.notice-pop.notice-info button {
    background-color: #5d9df4 !important
}

.notice-pop.notice-info button.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: #fff !important
}

.notice-pop .notice-content {
    display: block;
    padding: 25px 25px 25px 120px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.notice-pop .notice-content b {
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    top: calc(50% - 75px);
    left: -35px;
    opacity: .2
}

.notice-pop .notice-content b i.v-icon {
    font-size: 150px
}

.notice-pop .notice-content .text-content {
    display: block;
    font-size: 12px;
    color: #121f3e;
    opacity: .87
}

.notice-pop .notice-content span {
    display: block;
    margin: 20px 0 0;
    text-align: right
}

.notice-pop .notice-content span button {
    display: inline-block;
    margin: 0 0 5px !important;
    height: 34px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.notice-pop .notice-content span button .v-btn__content {
    padding: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px
}

.notice-pop.notice-warning .notice-content button.theme--dark.v-btn.v-btn--disabled {
    background: rgba(255, 160, 1, .2) !important
}

.notice-pop.notice-warning .notice-content button.default-btn,
.notice-pop.notice-warning .notice-content button.default-btn.theme--light.v-btn--disabled {
    border: 1px solid #ffa000 !important
}

.notice-pop.notice-warning .notice-content button.default-btn:hover:before {
    background: rgba(255, 160, 0, .2) !important
}

.notice-pop.notice-warning .notice-content button.default-btn .v-btn__content {
    color: #ffa000 !important
}

#message-box-dev.dev-notice-pop {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0
}

#message-box-dev.dev-notice-pop .notice-cover {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden
}

#message-box-dev.dev-notice-pop .notice-cover .v-ripple__container {
    display: none
}

#message-box-dev.dev-notice-pop span.headtitle {
    display: block;
    font-weight: 400;
    position: relative;
    padding: 18px 25px;
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 52px
}

#message-box-dev.dev-notice-pop.notice-info {
    display: block
}

#message-box-dev.dev-notice-pop.notice-info span.headtitle {
    background: #5d9df4
}

#message-box-dev.dev-notice-pop.notice-info i.v-icon {
    color: #5d9df4 !important
}

#message-box-dev.dev-notice-pop.notice-info button {
    background-color: #5d9df4 !important
}

#message-box-dev.dev-notice-pop.notice-info button.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: #fff !important
}

#message-box-dev.dev-notice-pop .notice-content {
    display: block;
    padding: 25px 25px 25px 120px;
    background: #fff;
    position: relative;
    overflow: hidden
}

#message-box-dev.dev-notice-pop .notice-content b {
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    top: calc(50% - 75px);
    left: -35px;
    opacity: .2
}

#message-box-dev.dev-notice-pop .notice-content b i.v-icon {
    font-size: 150px
}

#message-box-dev.dev-notice-pop .notice-content .text-content {
    display: block;
    font-size: 12px;
    color: #121f3e;
    opacity: .87;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    height: 150px
}

#message-box-dev.dev-notice-pop .notice-content span {
    display: block;
    margin: 20px 0 0;
    text-align: right
}

#message-box-dev.dev-notice-pop .notice-content span button {
    display: inline-block;
    margin: 0 0 5px !important;
    height: 34px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#message-box-dev.dev-notice-pop .notice-content span button .v-btn__content {
    padding: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px
}

#message-box-dev.dev-notice-pop.notice-warning .notice-content button.theme--dark.v-btn.v-btn--disabled {
    background: rgba(255, 160, 1, .2) !important
}

#message-box-dev.dev-notice-pop.notice-warning .notice-content button.default-btn,
#message-box-dev.dev-notice-pop.notice-warning .notice-content button.default-btn.theme--light.v-btn--disabled {
    border: 1px solid #ffa000 !important
}

#message-box-dev.dev-notice-pop.notice-warning .notice-content button.default-btn:hover:before {
    background: rgba(255, 160, 0, .2) !important
}

#message-box-dev.dev-notice-pop.notice-warning .notice-content button.default-btn .v-btn__content {
    color: #ffa000 !important
}

.field-notice-btn {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 7px;
    right: 6px;
    z-index: 1;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.field-notice-btn i.v-icon {
    font-size: 18px;
    color: rgba(255, 23, 68, .8);
    margin: 0 0 1px
}

.field-notice-btn b {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 3px solid #ff1744;
    z-index: -1;
    animation: blinking 2s infinite;
    -webkit-animation: blinking 2s infinite;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
    opacity: 0
}

.field-notice-message {
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
    width: auto;
    max-width: 100%;
    z-index: 2;
    background: rgba(255, 23, 68, .85);
    padding: 10px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0;
    visibility: hidden
}

.field-notice-message,
.field-notice-message.toggled {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.field-notice-message.toggled {
    opacity: 1 !important;
    visibility: visible !important
}

.field-notice-message:before {
    display: block;
    position: absolute;
    content: "";
    top: -5px;
    right: 12px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid rgba(255, 23, 68, .7);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.field-notice-message p {
    display: block;
    font-size: 11px !important;
    line-height: 11px;
    color: #fff !important;
    letter-spacing: .5px;
    -webkit-letter-spacing: .5px;
    margin: 0 !important;
    opacity: 1 !important
}

.field-notice-message p b {
    font-weight: lighter;
    display: block
}

.item-listing-dialog h1.dialog-title {
    display: block;
    position: relative;
    padding: 21px 25px;
    color: #121f3e;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 60px;
    text-transform: capitalize
}

.item-listing-dialog .item-list-content {
    display: block;
    width: 100%;
    min-height: 240px;
    max-height: 340px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-y: auto;
    padding: 25px;
    background: #f1f4f9
}

.item-listing-dialog .item-list-content::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #f1f4f9
}

.item-listing-dialog .item-list-content::-webkit-scrollbar-track:hover {
    border-left: 1px solid #f3f3f3
}

.item-listing-dialog .item-list-content::-webkit-scrollbar {
    width: 8px;
    background-color: none
}

.item-listing-dialog .item-list-content::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.item-listing-dialog .item-list-content::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 31, 62, .5)
}

.item-listing-dialog .item-list-content span {
    display: block;
    font-size: 12px;
    color: #121f3e;
    opacity: .87
}

.item-listing-dialog .item-list-action {
    display: block;
    width: 100%;
    padding: 15px 25px;
    text-align: right
}

.clear-row {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    float: none !important
}

.vue-js-switch .v-switch-core {
    display: block !important;
    height: 30px !important;
    border-radius: 4px !important;
    background: #7e8696 !important
}

.vue-js-switch .v-switch-core .v-switch-button {
    width: 24px !important;
    height: 24px !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    transform: none !important;
    -webkit-transform: none !important;
    left: 3px !important;
    top: 3px !important;
    transition: left .3s ease !important;
    -webkit-transition: left .3s ease !important
}

.vue-js-switch span.v-switch-label {
    font-size: 11px !important;
    line-height: 12px !important;
    height: 12px !important;
    letter-spacing: .5px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    top: 10px !important
}

.vue-js-switch span.v-switch-label.v-right {
    right: 5px !important
}

.vue-js-switch span.v-switch-label.v-left {
    left: 5px !important
}

.vue-js-switch.toggled .v-switch-core {
    background: #5d9df4 !important
}

.vue-js-switch.toggled .v-switch-core .v-switch-button {
    transform: none !important;
    -webkit-transform: none !important;
    left: calc(100% - 27px) !important;
    transition: left .3s ease !important;
    -webkit-transition: left .3s ease !important
}

.vue-js-switch.table-toggle .v-switch-core {
    height: 22px !important;
    border-radius: 3px !important
}

.vue-js-switch.table-toggle .v-switch-core .v-switch-button {
    width: 18px !important;
    height: 18px !important;
    top: 2px !important;
    border-radius: 1px !important;
    -webkit-border-radius: 1px !important
}

.vue-js-switch.table-toggle span.v-switch-label {
    top: 6px !important
}

.vue-js-switch.table-toggle.toggled .v-switch-core .v-switch-button {
    left: calc(100% - 21px) !important
}

.vue-js-switch.disabled {
    opacity: .5 !important
}

.vue-js-switch.disabled .v-switch-core {
    background: #c7ccd8 !important
}

.vue-js-switch.disabled.toggled .v-switch-core {
    background: rgba(33, 33, 33, .2) !important
}

.full-detail-page {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(33, 33, 33, .12);
    overflow-y: auto
}

.full-detail-page::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #f1f4f9
}

.full-detail-page::-webkit-scrollbar-track:hover {
    border-left: 1px solid #f3f3f3
}

.full-detail-page::-webkit-scrollbar {
    width: 8px;
    background-color: none
}

.full-detail-page::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.full-detail-page::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 31, 62, .5)
}

.full-detail-page .detail-cover {
    border: none !important
}

.detail-cover {
    display: block;
    position: relative;
    background: #fff;
    padding: 20px;
    border: 1px solid rgba(33, 33, 33, .12);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.detail-cover .detail-cover-list {
    margin: 0 0 30px !important
}

.detail-cover .row-line {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(33, 33, 33, .1);
    margin: 0 0 30px
}

button.table-btn {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    border: 1px solid rgba(33, 33, 33, .15) !important
}

button.table-btn,
button.table-btn .v-btn__content {
    display: block !important;
    position: relative !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important
}

button.table-btn .v-btn__content {
    width: 100% !important;
    height: 100% !important
}

button.table-btn i.v-icon {
    font-size: 17px !important;
    color: #121f3e !important;
    opacity: .87 !important
}

span.cg-desc {
    white-space: unset !important;
    word-break: break-all !important;
    padding-right: 30px !important
}

.container-form-cover {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid rgba(33, 33, 33, .12);
    background: #fff;
    overflow-y: auto
}

.container-form-cover::-webkit-scrollbar {
    width: 8px;
    background: #fff
}

.container-form-cover::-webkit-scrollbar-track {
    box-shadow: none;
    background: #fff;
    border-left: 1px solid rgba(33, 33, 33, .12)
}

.container-form-cover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: none;
    background-color: rgba(33, 33, 33, .15)
}

.container-form-cover::-webkit-scrollbar-thumb:hover {
    background-color: rgba(33, 33, 33, .25)
}

.container-form-cover .form-content {
    display: block;
    border-bottom: 1px solid rgba(33, 33, 33, .12)
}

.container-form-cover .form-content:last-child {
    border: none
}

.container-form-cover .form-content .table-data-detail-title {
    display: block;
    height: 52px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 16px 20px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(33, 33, 33, .12);
    box-shadow: inset 0 -7px 14px -10px rgba(33, 33, 33, .2);
    background: rgba(33, 33, 33, .018)
}

.container-form-cover .form-content .table-data-detail-title h1 {
    display: block;
    float: left;
    font-size: 16px;
    color: #121f3e;
    line-height: 20px;
    margin: 0 20px 0 0
}

.container-form-cover .form-content .table-data-detail-title button {
    position: absolute;
    top: calc(50% - 17px)
}

.container-form-cover .form-content .detail-cover {
    border: none;
    background: none
}

.graph-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.graph-container .graph-filter {
    display: block
}

.graph-container .graph-content,
.graph-container .graph-filter {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.graph-container .graph-content {
    height: 100%
}

.graph-container .graph-content .graph-content-cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media only screen and (max-width:1460px) {
    #development-change-log {
        padding: 0 !important
    }

}

@media only screen and (max-width:960px) {

    .detail-cover .row,
    .detail-cover .row:first-child .flex:first-child {
        margin: 0 !important
    }

    .detail-cover .flex,
    .detail-cover .row-line {
        margin: 20px 0 0 !important
    }

}

@media only screen and (max-width:920px) {
    .detail-cover .expansion-tree-view {
        overflow-y: visible !important;
        overflow-y: initial !important;
        max-height: 100% !important
    }

}

.body-content-container {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 46px);
    box-sizing: border-box;
    padding: 0 0 0 210px;
    overflow: hidden;
    transition: all .3s ease
}

.body-content-container.layout-topdown {
    padding: 44px 0 0
}

.body-content-container.layout-topdown.toggled {
    padding: 44px 0 0 !important
}

.body-content-container.toggled {
    padding: 0 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.body-content-container .body-container-right {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #f1f4f9;
    overflow-y: scroll;
    overflow-x: hidden;
}

.body-content-container .body-container-right .sidemenu-shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(33, 33, 33, .4);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.body-content-container .body-container-right .body-container {
    padding: 0 !important;
    position: relative;
    height: calc(100% - 55px);
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.body-content-container .body-container-right .body-container .globe-height-control {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 16px
}

@media only screen and (max-width:1420px) {

    .layout-leftright,
    .layout-leftright.toggled {
        padding: 0 !important
    }

    .layout-leftright.toggled .body-container-right .sidemenu-shadow {
        opacity: 1 !important;
        visibility: visible !important;
        transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

    .layout-leftright .fixed-side-menu {
        left: -210px !important;
        z-index: 9;
    }

    .layout-leftright .fixed-side-menu.toggled {
        left: 0 !important
    }

}

.fixed-header {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    box-shadow: 0 2px 11px 0 rgba(18, 31, 62, .1);
    -webkit-box-shadow: 0 2px 11px 0 rgba(18, 31, 62, .1);
    z-index: 9
}

.fixed-header.top-fixed-toolbar-topdown {
    box-shadow: none
}

.fixed-header .header-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fafafa;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 16px;
    z-index: 1
}

.fixed-header .header-cover .header-left {
    display: block;
    float: left
}

.fixed-header .header-cover .header-left .side-nav {
    display: block;
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin: 0 12px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: .5;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-header .header-cover .header-left .side-nav i.v-icon {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    text-align: center;
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #121f3e
}

.fixed-header .header-cover .header-left .side-nav:hover {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-header .header-cover .header-left .logo {
    display: block;
    float: left;
    height: 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 0;
    margin: 0 12px 0 0;
    padding: 4px 0
}

.fixed-header .header-cover .header-left .logo a {
    display: block;
    line-height: 0
}

.fixed-header .header-cover .header-left .logo a img {
    display: block;
    height: 20px
}

.fixed-header .header-cover .header-left .breadcum {
    display: block;
    float: left;
    height: 28px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.fixed-header .header-cover .header-left .breadcum a {
    display: block;
    float: left;
    height: 28px;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #121f3e;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-header .header-cover .header-left .breadcum a:hover {
    color: #5d9df4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-header .header-cover .header-left .breadcum span.toolbar-page-name {
    display: block;
    float: left;
    height: 28px;
    font-size: 12px;
    color: #121f3e;
    padding: 6px 0
}

.fixed-header .header-cover .header-left .breadcum span.toolbar-page-name b {
    display: inline-block;
    margin: 0 8px;
    font-weight: 400
}

.fixed-header .header-cover .header-right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    float: right
}

.fixed-header .header-cover .header-right .right-server {
    display: block;
    height: 44px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 16px;
    float: left
}

.fixed-header .header-cover .header-right .right-server .server-time {
    display: block;
    position: relative;
    float: left;
    height: 28px;
    margin: 0 20px 0 0;
    padding: 4px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.fixed-header .header-cover .header-right .right-server .server-time.expend span {
    opacity: 1 !important;
    visibility: visible !important;
    top: 32px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-header .header-cover .header-right .right-server .server-time i.schedule-icon {
    display: block;
    float: left;
    font-size: 20px;
    color: #121f3e;
    margin: 0 6px 0 0;
    opacity: .6
}

.fixed-header .header-cover .header-right .right-server .server-time i.mob {
    display: none;
    float: left;
    font-size: 20px;
    color: #121f3e;
    margin: 0 6px 0 0;
    opacity: .6
}

.fixed-header .header-cover .header-right .right-server .server-time span {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #121f3e;
    padding: 5px 0
}

.fixed-header .header-cover .header-right .right-server .server-currency {
    display: block;
    float: left;
    height: 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px 0
}

.fixed-header .header-cover .header-right .right-server .server-currency img {
    display: block;
    float: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    height: 22px;
    margin: 0 6px 0 0
}

.fixed-header .header-cover .header-right .right-server .server-currency span {
    display: block;
    float: left;
    height: 22px;
    padding: 3px 0;
    font-size: 12px;
    color: #121f3e;
    letter-spacing: .5px
}

.fixed-header .header-cover .header-right .right-icon {
    display: block;
    float: left;
    height: 44px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 16px;
    background: rgba(33, 33, 33, .01);
    border-left: 1px solid rgba(33, 33, 33, .15)
}

.fixed-header .header-cover .header-right .right-icon .user-btn {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    position: relative;
    margin: 0 12px 0 0;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-header .header-cover .header-right .right-icon .user-btn i.v-icon {
    display: block;
    position: absolute;
    color: #b2c5e0;
    font-size: 24px;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px)
}

.fixed-header .header-cover .header-right .right-icon .user-btn:hover i.v-icon {
    color: #5d9df4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-header .header-cover .header-right .right-icon .translation-dropdown {
    float: left
}

@media only screen and (max-width:1100px) {
    .fixed-header .header-cover .breadcum .toolbar-page-name {
        display: none !important
    }

}

@media only screen and (max-width:820px) {

    .fixed-header .header-cover #server-time,
    .fixed-header .header-cover .user-btn {
        margin: 0 20px 0 0 !important
    }

    .fixed-header .header-cover .user-btn i.v-icon {
        margin: 0 !important
    }

    .fixed-header .header-cover .user-btn p {
        display: none !important
    }

    .fixed-header .header-cover .toolbar--default-currency img {
        margin: 0 !important
    }

    .fixed-header .header-cover .toolbar--default-currency span {
        display: none !important
    }

}

@media only screen and (max-width:640px) {
    .fixed-header .header-cover .header-right .right-server .server-time {
        margin: 0 15px 0 0 !important
    }

    .fixed-header .header-cover .header-right .right-server .server-time i.schedule-icon {
        display: none !important
    }

    .fixed-header .header-cover .header-right .right-server .server-time i.mob {
        display: block !important;
        margin: 0 !important
    }

    .fixed-header .header-cover .header-right .right-server .server-time span {
        position: absolute !important;
        float: none !important;
        width: 140px;
        background: rgba(33, 33, 33, .6);
        padding: 6px 8px !important;
        text-align: center !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #fff !important;
        z-index: 1;
        top: 25px;
        left: calc(50% - 70px);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        -webkit-transition: all .3s ease
    }

    .fixed-header .header-cover .header-right .right-server .server-time span:before {
        display: block;
        position: absolute;
        content: "";
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 5px solid rgba(33, 33, 33, .6);
        top: -5px;
        left: calc(50% - 3px)
    }

}

@media only screen and (max-width:560px) {
    .fixed-header .header-cover .breadcum {
        display: none !important
    }

}

@media only screen and (max-width:420px) {

    .fixed-header .header-cover .side-nav,
    .fixed-header .header-cover .user-btn {
        margin: 0 15px 0 0 !important
    }

}

.notification-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.notification-cover,
.notification-cover.open {
    transition: all .6s ease;
    -webkit-transition: all .6s ease
}

.notification-cover.open {
    opacity: 1 !important;
    visibility: visible !important
}

.notification-cover .noti-background {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, .46)
}

.notification-cover .noti-content {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
    height: 500px;
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    -webkit-box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12)
}

.notification-cover .noti-content .noti-title {
    display: block;
    position: relative;
    height: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(33, 33, 33, .2)
}

.notification-cover .noti-content .noti-title h1 {
    display: block;
    float: left;
    font-size: 18px;
    color: #121f3e;
    margin: 0;
    padding: 0
}

.notification-cover .noti-content .noti-title button {
    display: block;
    position: absolute;
    top: calc(50% - 16px);
    right: 18px;
    width: 32px;
    height: 32px;
    margin: 0;
    background: rgba(33, 33, 33, .04)
}

.notification-cover .noti-content .noti-title button i.v-icon {
    font-size: 20px;
    color: #121f3e;
    opacity: .7
}

.notification-cover .noti-content .loading-noti {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 60px)
}

.notification-cover .noti-content .loading-noti i.v-icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    -webkit-animation: loading 1.5s infinite;
    animation: loading 1.5s infinite;
    color: #121f3e;
    opacity: .4
}

.notification-cover .noti-content .noti-select {
    display: block;
    position: relative;
    float: left;
    width: 250px;
    border-right: 1px solid rgba(33, 33, 33, .2);
    height: calc(100% - 60px)
}

.notification-cover .noti-content .noti-select .categories {
    display: block;
    height: 35px;
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.notification-cover .noti-content .noti-select .categories span {
    display: block;
    cursor: pointer;
    float: left;
    width: 33%;
    font-size: 12px;
    letter-spacing: .5px;
    padding: 8px 10px;
    text-align: center;
    text-transform: capitalize;
    border-left: 1px solid rgba(33, 33, 33, .1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-cover .noti-content .noti-select .categories span:hover {
    background: #e9f2ff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-cover .noti-content .noti-select .categories span:first-child {
    border-left: none
}

.notification-cover .noti-content .noti-select .categories span:nth-child(2) {
    width: 34%
}

.notification-cover .noti-content .noti-select .categories span.selected {
    background: #5d9df4;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-cover .noti-content .noti-select .scroll {
    display: block;
    overflow-y: auto;
    height: calc(100% - 35px)
}

.notification-cover .noti-content .noti-select .scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #f1f4f9
}

.notification-cover .noti-content .noti-select .scroll::-webkit-scrollbar-track:hover {
    border-left: 1px solid #f3f3f3
}

.notification-cover .noti-content .noti-select .scroll::-webkit-scrollbar {
    width: 8px;
    background-color: none
}

.notification-cover .noti-content .noti-select .scroll::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.notification-cover .noti-content .noti-select .scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 31, 62, .5)
}

.notification-cover .noti-content .noti-select .scroll .select-default {
    display: block;
    position: relative;
    height: 100%
}

.notification-cover .noti-content .noti-select .scroll .select-default span {
    display: block;
    position: absolute;
    width: 100%;
    height: 18px;
    top: calc(50% - 12px);
    left: 0;
    font-size: 12px;
    color: #121f3e;
    opacity: .5;
    text-align: center
}

.notification-cover .noti-content .noti-select .scroll .selection-cover {
    display: block;
    position: relative
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .no-data {
    text-align: center;
    display: block;
    padding: 50% 20px;
    font-size: 12px;
    letter-spacing: .5px;
    color: #121f3e;
    opacity: .5
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .loading {
    display: block;
    position: relative;
    width: 100%;
    height: 200px
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .loading i.v-icon {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    font-size: 26px;
    top: calc(50% - 13px);
    left: calc(50% - 13px);
    color: #121f3e;
    opacity: .6;
    -webkit-animation: loading .6s infinite;
    animation: loading .6s infinite
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 14px 36px 12px 16px;
    border-bottom: 1px solid rgba(33, 33, 33, .06);
    background: #f4f9ff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box:before {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #4cbf44
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #212121;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box.selected {
    background: #5d9df4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box.selected span.box-message,
.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box.selected span.box-time {
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box.read {
    padding: 14px 16px 12px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: #fff !important
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box.read.selected {
    background: #5d9df4 !important
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box.read:before {
    display: none !important
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box:hover:after {
    opacity: .05;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box span.box-message {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #121f3e;
    letter-spacing: .2px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
    margin: 0 0 8px
}

.notification-cover .noti-content .noti-select .scroll .selection-cover .select-box span.box-time {
    display: block;
    font-size: 11px;
    color: #121f3e;
    opacity: .7;
    letter-spacing: .5px;
    height: 18px
}

.notification-cover .noti-content .noti-select .scroll .bottom-action {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 8px 10px
}

.notification-cover .noti-content .noti-select .scroll .bottom-action span {
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .5px;
    color: #5d9df4
}

.notification-cover .noti-content .noti-select .scroll .bottom-action span:hover {
    text-decoration: underline
}

.notification-cover .noti-content .noti-list {
    display: block;
    position: relative;
    float: right;
    width: calc(100% - 250px);
    height: calc(100% - 60px)
}

.notification-cover .noti-content .noti-list .list-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    background: #fff
}

.notification-cover .noti-content .noti-list .list-box::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #f1f4f9
}

.notification-cover .noti-content .noti-list .list-box::-webkit-scrollbar-track:hover {
    border-left: 1px solid #f3f3f3
}

.notification-cover .noti-content .noti-list .list-box::-webkit-scrollbar {
    width: 8px;
    background-color: none
}

.notification-cover .noti-content .noti-list .list-box::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.notification-cover .noti-content .noti-list .list-box::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 31, 62, .5)
}

.notification-cover .noti-content .noti-list .list-box span.list-time {
    display: block;
    font-size: 12px;
    color: #121f3e;
    opacity: .5;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin: 0 0 10px
}

.notification-cover .noti-content .noti-list .list-box span.list-title {
    display: block;
    font-size: 16px;
    color: #121f3e;
    letter-spacing: .5px;
    opacity: .8;
    font-weight: 700;
    margin: 0 0 5px
}

.notification-cover .noti-content .noti-list .list-box span.list-message {
    display: block;
    font-size: 12px;
    color: #121f3e;
    opacity: .8;
    letter-spacing: .5px
}

.notification-cover .noti-content .noti-list .list-default {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.notification-cover .noti-content .noti-list .list-default .default-content {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 102px;
    top: calc(50% - 64px);
    left: 0
}

.notification-cover .noti-content .noti-list .list-default .default-content i.v-icon {
    display: inline-block;
    margin: 0 0 2px;
    font-size: 80px;
    width: 80px;
    height: 80px;
    color: #121f3e;
    opacity: .2
}

.notification-cover .noti-content .noti-list .list-default .default-content span {
    display: block;
    padding: 0 20px;
    font-size: 12px;
    letter-spacing: .5px;
    color: #121f3e;
    opacity: .5
}

.noti-pop {
    display: block;
    position: absolute;
    width: 300px;
    top: -100%;
    right: 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    -webkit-box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12)
}

.noti-pop,
.noti-pop.active {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.noti-pop.active {
    top: 54px !important;
    opacity: 1 !important;
    visibility: visible !important
}

.noti-pop .noti-title {
    display: block;
    height: 52px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px 20px 12px;
    border-bottom: 1px solid rgba(33, 33, 33, .12)
}

.noti-pop .noti-title h1 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #121f3e;
    letter-spacing: .5px
}

.noti-pop .noti-title h1 span {
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(100% + 6px);
    font-size: 11px;
    font-weight: 400;
    width: 58px;
    height: 20px;
    padding: 2px 5px;
    background: #ff133e;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.noti-pop .pop-loading {
    display: block;
    position: relative;
    width: 100%
}

.noti-pop .pop-loading span {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    top: calc(50% - 25px);
    left: 0;
    text-align: center;
    opacity: .4
}

.noti-pop .pop-loading span i.v-icon {
    display: inline-block;
    position: relative;
    font-size: 50px;
    width: 50px;
    height: 50px;
    animation: loading 1s infinite;
    -webkit-animation: loading 1s infinite
}

.noti-pop .pop-cover {
    display: block;
    position: relative;
    width: 100%
}

.noti-pop .pop-cover .notibox {
    display: block;
    position: relative;
    border-bottom: 1px dashed rgba(33, 33, 33, .06);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 83px;
    padding: 10px 42px 10px 16px !important;
    background: rgba(255, 23, 68, .08) !important
}

.noti-pop .pop-cover .notibox:last-child {
    border-bottom: none
}

.noti-pop .pop-cover .notibox:hover:before {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.noti-pop .pop-cover .notibox:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, .04);
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.noti-pop .pop-cover .notibox.new {
    padding: 10px 16px !important;
    background: #fff !important
}

.noti-pop .pop-cover .notibox.new .box-status {
    display: none !important
}

.noti-pop .pop-cover .notibox .box-status {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 14px;
    background: #4cbf44;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.noti-pop .pop-cover .notibox .box-message {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #121f3e;
    letter-spacing: .2px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
    margin: 0 0 8px
}

.noti-pop .pop-cover .notibox .box-time {
    display: block;
    font-size: 11px;
    color: #121f3e;
    opacity: .7;
    letter-spacing: .5px;
    height: 18px
}

.noti-pop .pop-cover .data-nofound {
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    top: calc(50% - 50px);
    left: 0;
    opacity: .8
}

.noti-pop .pop-cover .data-nofound span {
    display: block;
    text-align: center
}

.noti-pop .pop-cover .data-nofound span i.v-icon {
    display: inline-block;
    width: 54px;
    height: 54px;
    font-size: 54px;
    margin: 0 0 2px;
    color: #121f3e;
    opacity: .42
}

.noti-pop .pop-cover .data-nofound span b {
    display: block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .5px;
    color: #121f3e
}

.noti-pop .pop-action {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #5d9df4;
    letter-spacing: .5px;
    padding: 12px 20px;
    border-top: 1px solid rgba(33, 33, 33, .12)
}

.noti-pop .pop-action span {
    display: inline-block;
    cursor: pointer
}

.noti-pop .pop-action span:hover {
    text-decoration: underline
}

.noti-icon {
    display: block;
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    margin: 0 20px 0 0;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.noti-icon .notidot {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 3px;
    right: 3px;
    background: #ff133e;
    z-index: 1
}

.noti-icon .notidot.numbered {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    top: -3px;
    right: -3px
}

.noti-icon .notidot.numbered span {
    display: block;
    position: absolute;
    width: 100%;
    height: 13px;
    top: 2px;
    left: 0;
    text-align: center;
    font-size: 10px;
    color: #fff
}

.noti-icon i.v-icon {
    display: block;
    position: absolute;
    color: #b2c5e0;
    font-size: 22px;
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    left: calc(50% - 11px)
}

.noti-icon:hover i.v-icon,
.noti-icon i.v-icon {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.noti-icon:hover i.v-icon {
    color: #5d9df4
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn)
    }

}

@keyframes loading {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn)
    }

}

.notification-msg-pop {
    display: block;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99999
}

.notification-msg-pop .message-box {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    height: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-msg-pop .message-box.show {
    padding: 5px;
    height: 143px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-msg-pop .message-box .message-cancel {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgba(33, 33, 33, 0);
    z-index: 1;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-msg-pop .message-box .message-cancel:hover {
    background: rgba(33, 33, 33, .06);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-msg-pop .message-box .message-cancel i.v-icon {
    display: block;
    position: absolute;
    font-size: 16px;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    color: rgba(18, 31, 62, .5)
}

.notification-msg-pop .message-box .message-cover {
    display: block;
    position: relative;
    padding: 12px;
    font-size: 11px;
    letter-spacing: .5px;
    color: rgba(18, 31, 62, .74);
    width: 280px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f1f4f9;
    border: 1px solid rgba(33, 33, 33, .2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(33, 33, 33, .12);
    -webkit-box-shadow: 0 0 8px 0 rgba(33, 33, 33, .12);
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-msg-pop .message-box .message-cover:hover {
    box-shadow: 0 0 8px 0 rgba(18, 31, 62, .3);
    -webkit-box-shadow: 0 0 8px 0 rgba(18, 31, 62, .3);
    background: #fff;
    border: 1px solid #5d9df4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.notification-msg-pop .message-box .message-cover .message-title {
    display: block;
    font-weight: 700;
    overflow: hidden;
    width: 100%;
    height: 30px;
    margin: 0 0 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px 0 0
}

.notification-msg-pop .message-box .message-cover .message-content {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 47px;
    margin: 0 0 11px;
    opacity: .9
}

.notification-msg-pop .message-box .message-cover .message-date {
    display: block;
    opacity: .5;
    overflow: hidden;
    height: 13px;
    width: 100%
}

.ele-dropdown-selection {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.ele-dropdown-selection .dropdown-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, .4);
    width: 100%;
    height: 100vh;
    z-index: 10
}

.ele-dropdown-selection .responsive-title {
    display: none;
    width: 100%;
    height: 59px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    padding: 20px 25px 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: rgba(18, 31, 62, .74);
    border-bottom: 1px solid rgba(33, 33, 33, .12)
}

.ele-dropdown-selection.ele-dropdown-disabled {
    opacity: .4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.ele-dropdown-selection.ele-dropdown-disabled .dropdown-bar button {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.ele-dropdown-selection .title {
    display: block;
    font-size: 11px !important;
    color: rgba(18, 31, 62, .34);
    letter-spacing: .92px !important;
    margin: 0 0 2px;
    height: 16px
}

.ele-dropdown-selection .title .title-cover {
    display: inline-block;
    position: relative
}

.ele-dropdown-selection .title .title-cover label {
    display: block
}

.ele-dropdown-selection .title .title-cover label span {
    display: inline-block;
    margin: 0 0 0 4px
}

.ele-dropdown-selection .title .title-cover .title-tooltip {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -2px;
    right: -24px
}

.ele-dropdown-selection .title .title-cover .title-tooltip i.v-icon {
    display: block;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #121f3e;
    opacity: .25;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.ele-dropdown-selection .title .title-cover .title-tooltip i.v-icon:hover {
    opacity: .8;
    color: #5d9df4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.ele-dropdown-selection .title .title-cover .title-tooltip:hover .title-tooltip-content {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.ele-dropdown-selection .title .title-cover .title-tooltip .title-tooltip-content {
    display: block;
    position: absolute;
    width: 150px;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(93, 157, 244, .8);
    z-index: 1;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font-weight: 400;
    top: -4px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    left: 24px;
    z-index: 9
}

.ele-dropdown-selection .title .title-cover .title-tooltip .title-tooltip-content:before {
    display: block;
    content: "";
    border-top: 4px solid transparent;
    border-right: 6px solid rgba(93, 157, 244, .8);
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 8px;
    left: -6px
}

.ele-dropdown-selection .dropdown-bar {
    display: block !important
}

.ele-dropdown-selection .dropdown-bar.dropdown-width {
    display: inline-block !important
}

.ele-dropdown-selection .dropdown-bar .v-menu__activator {
    width: 100%
}

.ele-dropdown-selection .dropdown-bar .v-menu__activator:before {
    display: block;
    border-top: 5px solid #121f3e;
    top: 14px
}

.ele-dropdown-selection .dropdown-bar .v-menu__activator:after,
.ele-dropdown-selection .dropdown-bar .v-menu__activator:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: 10px;
    z-index: 1
}

.ele-dropdown-selection .dropdown-bar .v-menu__activator:after {
    display: none;
    border-bottom: 5px solid #121f3e;
    top: 13px
}

.ele-dropdown-selection .dropdown-bar .v-menu__activator.v-menu__activator--active button {
    border: 1px solid #5d9df4 !important;
    box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important
}

.ele-dropdown-selection .dropdown-bar .v-menu__activator.v-menu__activator--active:before {
    display: none
}

.ele-dropdown-selection .dropdown-bar .v-menu__activator.v-menu__activator--active:after {
    display: block
}

.ele-dropdown-selection .dropdown-bar button {
    width: 100%;
    display: block;
    margin: 0;
    height: 32px;
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    border: 1px solid rgba(18, 31, 62, .15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff !important;
    padding: 0 10px !important
}

.ele-dropdown-selection .dropdown-bar button .v-btn__content {
    width: 100%;
    font-size: 12px;
    text-transform: none;
    letter-spacing: .5px;
    color: #121f3e;
    font-weight: 400;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important
}

.ele-dropdown-selection .dropdown-bar button .v-btn__content i.v-icon {
    font-size: 16px
}

.ele-dropdown-selection .dropdown-bar button .v-btn__content span {
    height: 16px
}

.ele-dropdown-selection .dropdown-bar button.placeholder span {
    opacity: .5
}

.ele-dropdown-selection .dropdown-bar button .v-ripple__container,
.ele-dropdown-selection .dropdown-bar button:before {
    display: none
}

.ele-dropdown-selection button {
    padding: 6px 15px !important
}

.ele-dropdown-selection button i.v-icon {
    font-size: 18px;
    opacity: .5;
    margin: 0 12px 0 0
}

.v-menu__content {
    box-shadow: none;
    -webkit-box-shadow: none;
    contain: inherit;
    overflow: inherit
}

.v-menu__content .dropdown-list {
    background: #fff;
    position: relative;
    width: 220px;
    margin: 10px 0 0;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    -webkit-box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12)
}

.v-menu__content .dropdown-list .cancel-icon {
    display: none;
    position: absolute;
    top: -16px;
    right: -18px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    cursor: pointer;
    border: 1px solid rgba(33, 33, 33, .2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 2
}

.v-menu__content .dropdown-list .cancel-icon i.v-icon {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    font-size: 20px;
    color: rgba(18, 31, 62, .74)
}

.v-menu__content .dropdown-list .dropdown-search {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(33, 33, 33, .12);
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.v-menu__content .dropdown-list .dropdown-search .v-input {
    width: 100%;
    display: block;
    position: relative
}

.v-menu__content .dropdown-list .dropdown-search .v-text-field__details {
    display: none
}

.v-menu__content .dropdown-list .dropdown-search .v-input__prepend-outer {
    display: block;
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 5px;
    right: 10px
}

.v-menu__content .dropdown-list .dropdown-search .v-input__prepend-outer .v-icon {
    font-size: 20px
}

.v-menu__content .dropdown-list .dropdown-search .v-input__control {
    min-height: 32px
}

.v-menu__content .dropdown-list .dropdown-search .v-input__control .v-input__slot {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid rgba(18, 31, 62, .15);
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1);
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1)
}

.v-menu__content .dropdown-list .dropdown-search .v-input__control .v-input__slot input {
    max-height: 32px;
    padding: 8px 15px;
    opacity: .87;
    font-size: 12px;
    color: #121f3e !important;
    letter-spacing: .5px
}

.v-menu__content .dropdown-list .dropdown-scroll {
    display: block;
    width: 100%;
    min-height: 40px;
    max-height: 240px;
    overflow-y: auto
}

.v-menu__content .dropdown-list .dropdown-scroll::-webkit-scrollbar {
    width: 8px;
    background: #fff
}

.v-menu__content .dropdown-list .dropdown-scroll::-webkit-scrollbar-track {
    box-shadow: none;
    background: #fff;
    border-left: 1px solid rgba(33, 33, 33, .12)
}

.v-menu__content .dropdown-list .dropdown-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: none;
    background-color: rgba(33, 33, 33, .15)
}

.v-menu__content .dropdown-list .dropdown-scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(33, 33, 33, .25)
}

.v-menu__content .dropdown-list .dropdown-scroll p.no-found {
    display: block;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    font-size: 12px;
    letter-spacing: .5px;
    color: #121f3e;
    opacity: .87
}

.v-menu__content .dropdown-list .dropdown-scroll .placeholder-text .v-list__tile__title,
.v-menu__content .dropdown-list .dropdown-scroll .placeholder-text .v-list__tile__title b {
    opacity: .5
}

.v-menu__content .dropdown-list .v-list__tile {
    padding: 0 15px;
    height: 40px;
    border-bottom: none !important
}

.v-menu__content .dropdown-list .v-list__tile .v-list__tile__title {
    font-size: 12px;
    opacity: .87;
    color: #121f3e;
    letter-spacing: .5px
}

.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
    background: #fff !important;
    background-color: #fff !important
}

@media only screen and (max-width:860px) {

    .ele-dropdown-selection .dropdown-background,
    .ele-dropdown-selection .responsive-title {
        display: block
    }

    .ele-dropdown-selection .dropdown-bar-menu {
        background: #fff;
        position: fixed !important;
        top: 6vh !important;
        left: 6% !important;
        max-width: 88% !important;
        width: 100% !important;
        max-height: 88vh !important;
        height: 100% !important;
        z-index: 10 !important
    }

    .ele-dropdown-selection .dropdown-bar-menu .dropdown-list {
        width: 100%;
        margin: 0;
        height: 100%;
        border-radius: 0;
        -webkit-border-radius: 0
    }

    .ele-dropdown-selection .dropdown-bar-menu .dropdown-list .dropdown-scroll {
        min-height: 100%;
        max-height: 100%
    }

    .ele-dropdown-selection .dropdown-bar-menu .dropdown-list .cancel-icon {
        display: block
    }

}

.translation-dropdown {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown.for-header {
    float: left;
    width: 80px
}

.translation-dropdown.ele-dropdown-disabled {
    opacity: .4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown.ele-dropdown-disabled .dropdown-bar button,
.translation-dropdown.ele-dropdown-disabled .dropdown button {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.translation-dropdown .title {
    display: block;
    font-size: 11px !important;
    color: rgba(18, 31, 62, .34);
    letter-spacing: .92px !important;
    margin: 0 0 2px;
    height: 16px
}

.translation-dropdown .title .title-cover {
    display: inline-block;
    position: relative
}

.translation-dropdown .title .title-cover span {
    display: inline-block;
    margin: 0 0 0 4px
}

.translation-dropdown .title .title-cover .title-tooltip {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -2px;
    right: -24px
}

.translation-dropdown .title .title-cover .title-tooltip i.v-icon {
    display: block;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #121f3e;
    opacity: .25;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .title .title-cover .title-tooltip i.v-icon:hover {
    opacity: .8;
    color: #5d9df4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .title .title-cover .title-tooltip:hover .title {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .title .title-cover .title-tooltip .title {
    display: block;
    position: absolute;
    width: 150px;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(93, 157, 244, .8);
    z-index: 1;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font-weight: 400;
    top: -4px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    left: 24px;
    z-index: 9
}

.translation-dropdown .title .title-cover .title-tooltip .title:before {
    display: block;
    content: "";
    border-top: 4px solid transparent;
    border-right: 6px solid rgba(93, 157, 244, .8);
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 8px;
    left: -6px
}

.translation-dropdown .dropdown-bar {
    display: block !important
}

.translation-dropdown .dropdown-bar .v-menu__activator {
    width: 100%
}

.translation-dropdown .dropdown-bar .v-menu__activator:before {
    display: block;
    border-top: 5px solid #121f3e;
    top: 14px
}

.translation-dropdown .dropdown-bar .v-menu__activator:after,
.translation-dropdown .dropdown-bar .v-menu__activator:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: 10px;
    z-index: 1
}

.translation-dropdown .dropdown-bar .v-menu__activator:after {
    display: none;
    border-bottom: 5px solid #121f3e;
    top: 13px
}

.translation-dropdown .dropdown-bar .v-menu__activator.v-menu__activator--active button {
    border: 1px solid #5d9df4 !important;
    box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 122, 255, .34) !important
}

.translation-dropdown .dropdown-bar .v-menu__activator.v-menu__activator--active:before {
    display: none
}

.translation-dropdown .dropdown-bar .v-menu__activator.v-menu__activator--active:after {
    display: block
}

.translation-dropdown .dropdown-bar button {
    width: 100%;
    display: block;
    margin: 0;
    height: 32px;
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    border: 1px solid rgba(18, 31, 62, .15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff !important;
    padding: 0 !important
}

.translation-dropdown .dropdown-bar button .v-btn__content {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 12px;
    text-transform: none;
    letter-spacing: .5px;
    color: #121f3e;
    font-weight: 400;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important
}

.translation-dropdown .dropdown-bar button .v-btn__content span.default-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border-right: 1px solid rgba(18, 31, 62, .15);
    padding: 6px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center
}

.translation-dropdown .dropdown-bar button .v-btn__content span.default-icon i.v-icon {
    display: inline-block;
    font-size: 18px;
    color: rgba(18, 31, 62, .5)
}

.translation-dropdown .dropdown-bar button .v-btn__content span.default-text {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 40px);
    height: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.translation-dropdown .dropdown-bar button .v-btn__content span.default-text img {
    display: block;
    float: left;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid rgba(33, 33, 33, .4)
}

.translation-dropdown .dropdown-bar button .v-btn__content span.default-text b {
    display: block;
    float: right;
    width: calc(100% - 32px);
    height: 18px;
    margin: 0;
    padding: 0 16px 0 0;
    text-align: left;
    font-size: 12px;
    color: rgba(18, 31, 62, .9);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.translation-dropdown .dropdown-bar button.placeholder span {
    opacity: .5
}

.translation-dropdown .dropdown-bar button .v-ripple__container,
.translation-dropdown .dropdown-bar button:before {
    display: none
}

.translation-dropdown .dropdown {
    display: block;
    position: relative
}

.translation-dropdown .dropdown button {
    width: 100%;
    min-width: auto !important;
    display: block;
    margin: 0;
    height: 28px;
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1) !important;
    border: 1px solid rgba(18, 31, 62, .15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff !important;
    padding: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .dropdown button.activated {
    border: 1px solid #5d9df4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .dropdown button .v-btn__content {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 12px;
    text-transform: none;
    letter-spacing: .5px;
    color: #121f3e;
    font-weight: 400;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important
}

.translation-dropdown .dropdown button .v-btn__content span.default-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
    border-right: 1px solid rgba(18, 31, 62, .15);
    padding: 4px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center
}

.translation-dropdown .dropdown button .v-btn__content span.default-icon i.v-icon {
    display: inline-block;
    font-size: 18px;
    color: rgba(18, 31, 62, .5)
}

.translation-dropdown .dropdown button .v-btn__content span.default-text {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 32px);
    height: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    color: rgba(18, 31, 62, .9);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.translation-dropdown .dropdown button .v-ripple__container,
.translation-dropdown .dropdown button:before {
    display: none
}

.translation-dropdown .dropdown .dropdown-scroll {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    width: 80px;
    padding: 4px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(18, 31, 62, .15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(33, 33, 33, .1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .dropdown .dropdown-scroll.activated {
    top: 32px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .dropdown .dropdown-scroll .content {
    display: block;
    padding: 4px 8px;
    cursor: pointer;
    background: rgba(33, 33, 33, 0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .dropdown .dropdown-scroll .content:hover {
    background: rgba(33, 33, 33, .05);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.translation-dropdown .dropdown .dropdown-scroll .content .list {
    display: block;
    overflow: hidden
}

.translation-dropdown .dropdown .dropdown-scroll .content .list img {
    display: block;
    float: left;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid rgba(33, 33, 33, .4)
}

.translation-dropdown .dropdown .dropdown-scroll .content .list b {
    display: block;
    width: calc(100% - 32px);
    float: right;
    font-weight: 400;
    font-size: 12px;
    color: rgba(18, 31, 62, .74);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.currency-flat .v-list__tile {
    opacity: 1 !important
}

.currency-flat .v-list__tile__title {
    opacity: 1;
    overflow: hidden;
    display: block;
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 11px 0
}

.currency-flat .v-list__tile__title img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 5px 0 0;
    border: 1px solid rgba(18, 31, 62, .15)
}

.currency-flat .v-list__tile__title b,
.currency-flat .v-list__tile__title img {
    display: block;
    float: left;
    height: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.currency-flat .v-list__tile__title b {
    font-weight: 400;
    line-height: 18px;
    padding: 1px 0
}

.toolbar-user-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 280px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border-top: none;
    box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    -webkit-box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    opacity: 0;
    visibility: hidden
}

.toolbar-user-menu,
.toolbar-user-menu.active {
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.toolbar-user-menu.active {
    top: 54px;
    opacity: 1;
    visibility: visible
}

.toolbar-user-menu .cover-top {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(33, 33, 33, .12);
    padding: 15px
}

.toolbar-user-menu .cover-top i.v-icon {
    display: block;
    float: left;
    font-size: 60px;
    color: #121f3e;
    opacity: .4;
    width: 70px
}

.toolbar-user-menu .cover-top span {
    display: block;
    float: left;
    width: 158px;
    height: 60px;
    overflow: hidden;
    padding: 6px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.toolbar-user-menu .cover-top span h1 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #121f3e;
    overflow: hidden;
    white-space: nowrap
}

.toolbar-user-menu .cover-top span p {
    display: block;
    padding: 0;
    margin: 0 0 20px;
    font-size: 12px;
    color: #121f3e;
    opacity: .6
}

.toolbar-user-menu .cover-bottom {
    display: block;
    padding: 25px
}

.layout-topdown>.fixed-side-menu {
    width: 100%;
    height: 44px;
    overflow: visible;
    box-shadow: 0 2px 11px 2px rgba(33, 33, 33, .1);
    z-index: 8
}

.layout-topdown>.fixed-side-menu.toggled {
    left: 0 !important
}

.layout-topdown>.fixed-side-menu>.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 16px;
    overflow: visible;
    background: #fafafa;
    border-top: 1px solid #e3e7ee
}

.layout-topdown>.fixed-side-menu>.nav-list .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    background: #fff !important;
    border-color: rgba(33, 33, 33, .3);
    border-style: solid;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-left-width: 1px
}

.layout-topdown>.fixed-side-menu>.nav-list .nav-link:hover {
    background: #5d9df4 !important
}

.layout-topdown>.fixed-side-menu>.nav-list .nav-link>.nav-item-icon,
.layout-topdown>.fixed-side-menu>.nav-list .nav-link>.nav-item-title {
    height: 44px !important
}

.layout-topdown>.fixed-side-menu>.nav-list .nav-link>.nav-item-caret {
    width: 22px !important;
    height: 22px !important;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper {
    z-index: 12
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper:first-child {
    margin: 0;
    display: none
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper:last-child,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper:nth-last-child(2) {
    margin: 0
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container {
    position: relative
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container:hover>.list-holder>.nav-group-wrapper,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container:hover>.list-holder>.nav-item {
    display: block
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container:hover>.list-holder>.nav-subheader {
    border-color: transparent transparent #5d9df4
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-subheader {
    margin: 0 !important;
    height: 44px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    top: 44px
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-subheader>.nav-subheader-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-subheader>.nav-subheader-container>.nav-item-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-overflow: ellipsis;
    color: #4f627b;
    cursor: default
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder {
    padding-top: 4px;
    position: relative
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-item {
    display: none
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-item {
    width: 260px;
    padding: 0 30px;
    position: absolute !important;
    left: -30px
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper:last-child,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-item:last-child {
    padding-bottom: 30px
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper:last-child>.nav-group-header>.nav-item>.nav-link,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper:last-child>.nav-link,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-item:last-child>.nav-group-header>.nav-item>.nav-link,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-item:last-child>.nav-link {
    border-bottom-width: 1px
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper:first-child>.nav-group-header>.nav-item>.nav-link,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper:first-child>.nav-link,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-item:first-child>.nav-group-header>.nav-item>.nav-link,
.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-item:first-child>.nav-link {
    border-top-width: 1px
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper {
    display: none;
    position: relative
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper>.nav-group-items-wrapper {
    width: calc(100% - 30px);
    padding: 30px;
    position: absolute;
    right: calc(-100% + 91px);
    top: -30px;
    background: none;
    z-index: 2
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container {
    width: 100%
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-item:first-child>.nav-link {
    border-top-width: 1px
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-item:last-child>.nav-link {
    border-bottom-width: 1px
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-item>.nav-link {
    padding: 0 16px;
    border: 1px solid rgba(33, 33, 33, .3);
    border-top-width: 0;
    border-bottom-width: 0
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-item>.nav-link>.nav-item-icon {
    display: none
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-item>.nav-link>.nav-item-title {
    width: 100%
}

.layout-topdown>.fixed-side-menu>.nav-list>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.list-holder>.nav-group-wrapper>.nav-group-items-wrapper>.nav-group-container>.nav-item>.nav-link>.nav-item-caret {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fixed-side-menu {
    width: 210px;
    background-color: #f1f4f9 !important;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(18, 31, 62, .2) !important
}

.fixed-side-menu,
.fixed-side-menu ul.nav-list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    /* height: 100%; */
    box-sizing: border-box;
    transition: all .3s ease
}

.fixed-side-menu ul.nav-list {
    width: 100%;
    overflow-y: scroll;
    padding: 0;
    list-style-type: none;
    -webkit-transform:translate3d(0,0,0);

}

.fixed-side-menu ul.nav-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background: #fff
}

.fixed-side-menu ul.nav-list::-webkit-scrollbar-track {
    box-shadow: none;
    background: #fff
}

.fixed-side-menu ul.nav-list::-webkit-scrollbar-thumb {
    border-radius: 1px;
    box-shadow: none;
    background-color: rgba(33, 33, 33, .15);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.fixed-side-menu ul.nav-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(33, 33, 33, .25)
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper:first-child {
    margin: 10px 0 0
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper:last-child {
    margin: 0 0 60px
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper ul.nav-group-header {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper {
    display: block
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item {
    display: block;
    position: relative
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link {
    display: block;
    overflow: hidden;
    background: rgba(33, 33, 33, 0);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link .nav-item-icon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link .nav-item-icon i.v-icon {
    display: block;
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #121f3e;
    opacity: .6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link .nav-item-title {
    display: block;
    float: left;
    width: calc(100% - 40px);
    height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px 34px 12px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link .nav-item-title span {
    display: block;
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    color: #121f3e;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link .nav-item-caret {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1px;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link .nav-item-caret i.v-icon {
    display: block;
    font-size: 18px;
    height: 18px;
    width: 18px;
    color: #121f3e;
    opacity: .6;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link:hover {
    background: #5d9df4;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link:hover .nav-item-icon i.v-icon {
    color: #fff;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link:hover .nav-item-title span {
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link:hover .nav-item-caret i.v-icon {
    color: #fff;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link.router-link-active.router-link-exact-active {
    background: #5d9df4 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link.router-link-active.router-link-exact-active .nav-item-icon i.v-icon {
    color: #fff !important;
    opacity: 1 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link.router-link-active.router-link-exact-active .nav-item-title span {
    color: #fff !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link.router-link-active.router-link-exact-active .nav-item-caret i.v-icon {
    color: #fff !important;
    opacity: 1 !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-subheader {
    display: block;
    margin: 20px 0 2px
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-subheader .nav-subheader-container {
    display: block;
    padding: 0 12px
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-subheader .nav-subheader-container .nav-item-title {
    display: block;
    width: 100%;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: 11px;
    color: rgba(18, 31, 62, .2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-group-wrapper {
    display: block
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-group-wrapper:first-child,
.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-group-wrapper:last-child {
    margin: 0
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-group-wrapper .nav-group-items-wrapper {
    display: block;
    background: hsla(0, 0%, 100%, .4);
    overflow: hidden
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-item a.nav-link .nav-item-title {
    padding: 12px 12px 12px 0
}

.fixed-side-menu ul.nav-list li.nav-group-wrapper .nav-group-items-wrapper ul.nav-group-container li.nav-group-wrapper.nav-group-expanded .nav-item-caret i.v-icon {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.fixed-side-menu.toggled {
    left: -210px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.opened-tabs-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .22s ease;
    -webkit-transition: all .22s ease
}

.opened-tabs-wrapper .tab-cover {
    display: block;
    padding: 12px 70px 12px 16px;
    border-bottom: 1px solid rgba(33, 33, 33, .05);
    background: #e3e7ee;
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .5), inset 0 -2px 4px 0 rgba(18, 31, 62, .05), inset 0 -1px 0 0 rgba(18, 31, 62, .04);
    -webkit-box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .5), inset 0 -2px 4px 0 rgba(18, 31, 62, .05), inset 0 -1px 0 0 rgba(18, 31, 62, .04);
    position: relative
}

.opened-tabs-wrapper .tab-cover .tab-list,
.opened-tabs-wrapper .tab-cover .tab_list-cover {
    display: block;
    width: 100%
}

.opened-tabs-wrapper .tab-cover .tab-list .width-cover {
    display: block;
    width: 3000px
}

.opened-tabs-wrapper .tab-cover .tab-list .width-cover .width-detect {
    display: block;
    float: left
}

.opened-tabs-wrapper .tab-cover .tab-list .width-cover .tab-clear {
    display: block;
    width: 100%;
    float: clear;
    overflow: hidden
}

.opened-tabs-wrapper .tab-cover .right-btn {
    display: block;
    position: absolute;
    right: 16px;
    top: 10px;
    width: 34px;
    z-index: 2
}

.opened-tabs-wrapper .tab-cover .right-btn .filter-tabs-btn {
    display: block;
    float: left
}

.opened-tabs-wrapper .tab-cover .right-btn .filter-tabs-btn span {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    color: #121f3e;
    border: 1px solid rgba(18, 31, 62, .2);
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1);
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1);
    box-sizing: box-sizing;
    -webkit-box-sizing: box-sizing;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.opened-tabs-wrapper .tab-cover .right-btn .filter-tabs-btn span i.v-icon {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 8px 0;
    color: #121f3e
}

.opened-tabs-wrapper .tab-cover .right-btn .filter-tabs-btn span:hover {
    background: #d8dce6;
    border: 1px solid #4f627b
}

.opened-tabs-wrapper .tab-cover .right-btn.active .more-list {
    opacity: 1 !important;
    top: 50px !important;
    visibility: visible !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list {
    display: block;
    width: 200px;
    position: absolute;
    top: 50px;
    right: -10px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid rgba(18, 31, 62, .2);
    box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    -webkit-box-shadow: 0 5px 30px 0 rgba(18, 31, 62, .2), 0 10px 54px 0 rgba(18, 31, 62, .12);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #f1f4f9;
    right: 17px;
    top: -10px;
    z-index: 1
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tab-cover {
    display: block;
    width: 100%;
    position: relative;
    max-height: 400px;
    overflow-y: auto
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tab-cover::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #f1f4f9
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tab-cover::-webkit-scrollbar-track:hover {
    border-left: 1px solid #f3f3f3
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tab-cover::-webkit-scrollbar {
    width: 8px;
    background-color: none
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tab-cover::-webkit-scrollbar-thumb {
    background: rgba(18, 31, 62, .2);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tab-cover::-webkit-scrollbar-thumb:hover {
    background: rgba(18, 31, 62, .5)
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tabs {
    display: block;
    position: relative;
    padding: 10px 50px 10px 20px;
    font-size: 12px;
    cursor: pointer;
    color: #121f3e;
    border-bottom: 1px solid rgba(33, 33, 33, .08);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tabs:hover {
    background: rgba(33, 33, 33, .02);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tabs button {
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    margin: 0;
    width: 26px;
    height: 26px
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .other-tabs button i.v-icon {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #121f3e;
    opacity: .8
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .close-tab {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    cursor: pointer;
    color: #121f3e;
    background: rgba(33, 33, 33, .04);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: right;
    position: relative;
    border-bottom: 1px solid rgba(18, 31, 62, .1)
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .close-tab:hover {
    background: rgba(33, 33, 33, .06);
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.opened-tabs-wrapper .tab-cover .right-btn .more-list .close-tab i.v-icon {
    display: block;
    position: absolute;
    font-size: 16px;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 20px;
    opacity: .5;
    color: #121f3e
}

.tab-item-wrapper {
    display: block;
    float: left;
    padding: 5px 35px 5px 10px;
    background: #fff;
    font-size: 12px;
    color: #121f3e;
    margin: 0 12px 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    height: 30px;
    border: 1px solid rgba(18, 31, 62, .2);
    box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1);
    -webkit-box-shadow: 0 2px 6px 0 rgba(18, 31, 62, .1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.tab-item-wrapper:first-child {
    padding: 5px 10px
}

.tab-item-wrapper:first-child .tab-item-title {
    width: auto !important
}

.tab-item-wrapper:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f1f4f9;
    z-index: 1
}

.tab-item-wrapper:after,
.tab-item-wrapper:before {
    display: none;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.tab-item-wrapper:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid rgba(18, 31, 62, .04)
}

.tab-item-wrapper .tab-item-title {
    width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.tab-item-wrapper:not(.active) {
    cursor: pointer
}

.tab-item-wrapper:not(.active):hover {
    background: #d8dce6;
    border: 1px solid #b3b3b3
}

.tab-item-wrapper .tab-item-container i.v-icon {
    display: none;
    position: absolute;
    font-size: 14px;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 7px)
}

.tab-item-wrapper.active {
    background: #5d9df4;
    color: #fff
}

.tab-item-wrapper.active i.v-icon {
    color: #fff !important
}

.tab-item-wrapper.active:after,
.tab-item-wrapper.active:before {
    display: block
}

.tab-item-wrapper .tab-item-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
    height: 22px;
    width: 22px
}

.tab-item-wrapper .tab-item-close button {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0
}

.tab-item-wrapper .tab-item-close i.v-icon {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #121f3e;
    opacity: .8
}

@media only screen and (max-width:1437px) {
    .opened-tabs-wrapper {
        width: 100% !important
    }

}

@media only screen and (max-width:640px) {
    .tab-item-wrapper:first-child {
        padding: 7px 16px
    }

    .tab-item-wrapper:first-child i.v-icon {
        display: block;
        color: #121f3e;
        opacity: .8
    }

    .tab-item-wrapper:first-child .tab-item-title {
        display: none
    }

    .tab-item-wrapper .tab-item-title {
        width: 60px
    }

}

.container {
    padding: 25px
}

.custom-loader {
    -webkit-animation: loader 1s infinite;
    animation: loader 1s infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }

}

.dialog {
    box-shadow: none
}

.tabs:not(.tabs--centered):not(.tabs--grow):not(.tabs--mobile) .tabs__wrapper--scrollable {
    margin: 0 5px !important
}

.application .theme--light.v-btn.btn--disabled,
.application .theme--light.v-btn.btn--disabled .icon,
.theme--light .v-btn.btn--disabled,
.theme--light .v-btn.btn--disabled .v-icon {
    color: rgba(33, 33, 33, .16) !important
}

.custom-button-flat-icon-left .v-btn__content {
    font-size: 12px
}

.custom-button-flat-icon-left .v-icon {
    font-size: 17px;
    margin-right: 2px
}

.content .tabs__bar {
    height: 45px !important
}

.content .tabs__bar .tabs__item {
    font-size: 13px !important
}

.content .v-btn:not(.btn--flat):not(.btn--icon) {
    height: 30px !important;
    font-size: 12px !important
}

.content .input-group.input-group--solo,
.content .v-btn:not(.btn--flat):not(.btn--icon) {
    box-shadow: 0 2px 2px 0 rgba(33, 33, 33, .16), 0 0 0 1px rgba(33, 33, 33, .13) !important
}

.custom-button-flat-icon-right .v-btn__content {
    font-size: 12px
}

.custom-button-flat-icon-right .v-icon {
    font-size: 17px;
    margin-left: 2px
}

.popupform {
    box-shadow: 0 11px 15px -7px rgba(33, 33, 33, .2), 0 24px 38px 3px rgba(33, 33, 33, .14), 0 9px 46px 8px rgba(33, 33, 33, .12)
}

.popupform .action-button {
    padding: 15px 10px
}

.popupform .input-box {
    margin-bottom: 20px
}

.popupform .input-box .symbol-required {
    display: inline;
    color: #e53935
}

.popupform .input-box .input-group {
    font-size: 13px;
    line-height: 18px;
    min-height: 30px
}

.popupform .input-box .input-group .input-group__input {
    padding: 5px 12px
}

.popupform .input-box .input-group .input-group__input:after {
    height: 34px
}

.popupform .input-box .input-group .input-group__input .input-group__selections__comma {
    font-size: 13px;
    line-height: 18px
}

.popupform .input-box .input-group.input-group--editable .input-group__selections,
.popupform .input-box .input-group .input-group__input input,
.popupform .input-box .input-group .input-group__input input:disabled {
    font-size: 13px;
    line-height: 18px;
    height: 22px
}

.popupform .input-box .input-group.input-group--editable .input-group__selections .input-group__selections__comma {
    font-size: 13px;
    line-height: 18px
}

@media only screen and (max-width:1460px) {
    .container {
        padding: 20px !important
    }

}










@-webkit-keyframes shake {
    59% {
        margin-left: 0
    }

    60%,
    80% {
        margin-left: 2px
    }

    70%,
    90% {
        margin-left: -2px
    }
}

@keyframes shake {
    59% {
        margin-left: 0
    }

    60%,
    80% {
        margin-left: 2px
    }

    70%,
    90% {
        margin-left: -2px
    }
}

.black {
    background-color: #000 !important;
    border-color: #000 !important
}

.black--text {
    caret-color: #000 !important;
    color: #000 !important
}

.white {
    background-color: #fff !important;
    border-color: #fff !important
}

.white--text {
    caret-color: #fff !important;
    color: #fff !important
}

.transparent {
    background-color: transparent !important;
    border-color: transparent !important
}

.transparent--text {
    caret-color: transparent !important;
    color: transparent !important
}

.red {
    background-color: #f44336 !important;
    border-color: #f44336 !important
}

.red--text {
    caret-color: #f44336 !important;
    color: #f44336 !important
}

.red.lighten-5 {
    background-color: #ffebee !important;
    border-color: #ffebee !important
}

.red--text.text--lighten-5 {
    caret-color: #ffebee !important;
    color: #ffebee !important
}

.red.lighten-4 {
    background-color: #ffcdd2 !important;
    border-color: #ffcdd2 !important
}

.red--text.text--lighten-4 {
    caret-color: #ffcdd2 !important;
    color: #ffcdd2 !important
}

.red.lighten-3 {
    background-color: #ef9a9a !important;
    border-color: #ef9a9a !important
}

.red--text.text--lighten-3 {
    caret-color: #ef9a9a !important;
    color: #ef9a9a !important
}

.red.lighten-2 {
    background-color: #e57373 !important;
    border-color: #e57373 !important
}

.red--text.text--lighten-2 {
    caret-color: #e57373 !important;
    color: #e57373 !important
}

.red.lighten-1 {
    background-color: #ef5350 !important;
    border-color: #ef5350 !important
}

.red--text.text--lighten-1 {
    caret-color: #ef5350 !important;
    color: #ef5350 !important
}

.red.darken-1 {
    background-color: #e53935 !important;
    border-color: #e53935 !important
}

.red--text.text--darken-1 {
    caret-color: #e53935 !important;
    color: #e53935 !important
}

.red.darken-2 {
    background-color: #d32f2f !important;
    border-color: #d32f2f !important
}

.red--text.text--darken-2 {
    caret-color: #d32f2f !important;
    color: #d32f2f !important
}

.red.darken-3 {
    background-color: #c62828 !important;
    border-color: #c62828 !important
}

.red--text.text--darken-3 {
    caret-color: #c62828 !important;
    color: #c62828 !important
}

.red.darken-4 {
    background-color: #b71c1c !important;
    border-color: #b71c1c !important
}

.red--text.text--darken-4 {
    caret-color: #b71c1c !important;
    color: #b71c1c !important
}

.red.accent-1 {
    background-color: #ff8a80 !important;
    border-color: #ff8a80 !important
}

.red--text.text--accent-1 {
    caret-color: #ff8a80 !important;
    color: #ff8a80 !important
}

.red.accent-2 {
    background-color: #ff5252 !important;
    border-color: #ff5252 !important
}

.red--text.text--accent-2 {
    caret-color: #ff5252 !important;
    color: #ff5252 !important
}

.red.accent-3 {
    background-color: #ff1744 !important;
    border-color: #ff1744 !important
}

.red--text.text--accent-3 {
    caret-color: #ff1744 !important;
    color: #ff1744 !important
}

.red.accent-4 {
    background-color: #d50000 !important;
    border-color: #d50000 !important
}

.red--text.text--accent-4 {
    caret-color: #d50000 !important;
    color: #d50000 !important
}

.pink {
    background-color: #e91e63 !important;
    border-color: #e91e63 !important
}

.pink--text {
    caret-color: #e91e63 !important;
    color: #e91e63 !important
}

.pink.lighten-5 {
    background-color: #fce4ec !important;
    border-color: #fce4ec !important
}

.pink--text.text--lighten-5 {
    caret-color: #fce4ec !important;
    color: #fce4ec !important
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important;
    border-color: #f8bbd0 !important
}

.pink--text.text--lighten-4 {
    caret-color: #f8bbd0 !important;
    color: #f8bbd0 !important
}

.pink.lighten-3 {
    background-color: #f48fb1 !important;
    border-color: #f48fb1 !important
}

.pink--text.text--lighten-3 {
    caret-color: #f48fb1 !important;
    color: #f48fb1 !important
}

.pink.lighten-2 {
    background-color: #f06292 !important;
    border-color: #f06292 !important
}

.pink--text.text--lighten-2 {
    caret-color: #f06292 !important;
    color: #f06292 !important
}

.pink.lighten-1 {
    background-color: #ec407a !important;
    border-color: #ec407a !important
}

.pink--text.text--lighten-1 {
    caret-color: #ec407a !important;
    color: #ec407a !important
}

.pink.darken-1 {
    background-color: #d81b60 !important;
    border-color: #d81b60 !important
}

.pink--text.text--darken-1 {
    caret-color: #d81b60 !important;
    color: #d81b60 !important
}

.pink.darken-2 {
    background-color: #c2185b !important;
    border-color: #c2185b !important
}

.pink--text.text--darken-2 {
    caret-color: #c2185b !important;
    color: #c2185b !important
}

.pink.darken-3 {
    background-color: #ad1457 !important;
    border-color: #ad1457 !important
}

.pink--text.text--darken-3 {
    caret-color: #ad1457 !important;
    color: #ad1457 !important
}

.pink.darken-4 {
    background-color: #880e4f !important;
    border-color: #880e4f !important
}

.pink--text.text--darken-4 {
    caret-color: #880e4f !important;
    color: #880e4f !important
}

.pink.accent-1 {
    background-color: #ff80ab !important;
    border-color: #ff80ab !important
}

.pink--text.text--accent-1 {
    caret-color: #ff80ab !important;
    color: #ff80ab !important
}

.pink.accent-2 {
    background-color: #ff4081 !important;
    border-color: #ff4081 !important
}

.pink--text.text--accent-2 {
    caret-color: #ff4081 !important;
    color: #ff4081 !important
}

.pink.accent-3 {
    background-color: #f50057 !important;
    border-color: #f50057 !important
}

.pink--text.text--accent-3 {
    caret-color: #f50057 !important;
    color: #f50057 !important
}

.pink.accent-4 {
    background-color: #c51162 !important;
    border-color: #c51162 !important
}

.pink--text.text--accent-4 {
    caret-color: #c51162 !important;
    color: #c51162 !important
}

.purple {
    background-color: #9c27b0 !important;
    border-color: #9c27b0 !important
}

.purple--text {
    caret-color: #9c27b0 !important;
    color: #9c27b0 !important
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important;
    border-color: #f3e5f5 !important
}

.purple--text.text--lighten-5 {
    caret-color: #f3e5f5 !important;
    color: #f3e5f5 !important
}

.purple.lighten-4 {
    background-color: #e1bee7 !important;
    border-color: #e1bee7 !important
}

.purple--text.text--lighten-4 {
    caret-color: #e1bee7 !important;
    color: #e1bee7 !important
}

.purple.lighten-3 {
    background-color: #ce93d8 !important;
    border-color: #ce93d8 !important
}

.purple--text.text--lighten-3 {
    caret-color: #ce93d8 !important;
    color: #ce93d8 !important
}

.purple.lighten-2 {
    background-color: #ba68c8 !important;
    border-color: #ba68c8 !important
}

.purple--text.text--lighten-2 {
    caret-color: #ba68c8 !important;
    color: #ba68c8 !important
}

.purple.lighten-1 {
    background-color: #ab47bc !important;
    border-color: #ab47bc !important
}

.purple--text.text--lighten-1 {
    caret-color: #ab47bc !important;
    color: #ab47bc !important
}

.purple.darken-1 {
    background-color: #8e24aa !important;
    border-color: #8e24aa !important
}

.purple--text.text--darken-1 {
    caret-color: #8e24aa !important;
    color: #8e24aa !important
}

.purple.darken-2 {
    background-color: #7b1fa2 !important;
    border-color: #7b1fa2 !important
}

.purple--text.text--darken-2 {
    caret-color: #7b1fa2 !important;
    color: #7b1fa2 !important
}

.purple.darken-3 {
    background-color: #6a1b9a !important;
    border-color: #6a1b9a !important
}

.purple--text.text--darken-3 {
    caret-color: #6a1b9a !important;
    color: #6a1b9a !important
}

.purple.darken-4 {
    background-color: #4a148c !important;
    border-color: #4a148c !important
}

.purple--text.text--darken-4 {
    caret-color: #4a148c !important;
    color: #4a148c !important
}

.purple.accent-1 {
    background-color: #ea80fc !important;
    border-color: #ea80fc !important
}

.purple--text.text--accent-1 {
    caret-color: #ea80fc !important;
    color: #ea80fc !important
}

.purple.accent-2 {
    background-color: #e040fb !important;
    border-color: #e040fb !important
}

.purple--text.text--accent-2 {
    caret-color: #e040fb !important;
    color: #e040fb !important
}

.purple.accent-3 {
    background-color: #d500f9 !important;
    border-color: #d500f9 !important
}

.purple--text.text--accent-3 {
    caret-color: #d500f9 !important;
    color: #d500f9 !important
}

.purple.accent-4 {
    background-color: #a0f !important;
    border-color: #a0f !important
}

.purple--text.text--accent-4 {
    caret-color: #a0f !important;
    color: #a0f !important
}

.deep-purple {
    background-color: #673ab7 !important;
    border-color: #673ab7 !important
}

.deep-purple--text {
    caret-color: #673ab7 !important;
    color: #673ab7 !important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important;
    border-color: #ede7f6 !important
}

.deep-purple--text.text--lighten-5 {
    caret-color: #ede7f6 !important;
    color: #ede7f6 !important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important;
    border-color: #d1c4e9 !important
}

.deep-purple--text.text--lighten-4 {
    caret-color: #d1c4e9 !important;
    color: #d1c4e9 !important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important;
    border-color: #b39ddb !important
}

.deep-purple--text.text--lighten-3 {
    caret-color: #b39ddb !important;
    color: #b39ddb !important
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important;
    border-color: #9575cd !important
}

.deep-purple--text.text--lighten-2 {
    caret-color: #9575cd !important;
    color: #9575cd !important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important;
    border-color: #7e57c2 !important
}

.deep-purple--text.text--lighten-1 {
    caret-color: #7e57c2 !important;
    color: #7e57c2 !important
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important;
    border-color: #5e35b1 !important
}

.deep-purple--text.text--darken-1 {
    caret-color: #5e35b1 !important;
    color: #5e35b1 !important
}

.deep-purple.darken-2 {
    background-color: #512da8 !important;
    border-color: #512da8 !important
}

.deep-purple--text.text--darken-2 {
    caret-color: #512da8 !important;
    color: #512da8 !important
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important;
    border-color: #4527a0 !important
}

.deep-purple--text.text--darken-3 {
    caret-color: #4527a0 !important;
    color: #4527a0 !important
}

.deep-purple.darken-4 {
    background-color: #311b92 !important;
    border-color: #311b92 !important
}

.deep-purple--text.text--darken-4 {
    caret-color: #311b92 !important;
    color: #311b92 !important
}

.deep-purple.accent-1 {
    background-color: #b388ff !important;
    border-color: #b388ff !important
}

.deep-purple--text.text--accent-1 {
    caret-color: #b388ff !important;
    color: #b388ff !important
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important;
    border-color: #7c4dff !important
}

.deep-purple--text.text--accent-2 {
    caret-color: #7c4dff !important;
    color: #7c4dff !important
}

.deep-purple.accent-3 {
    background-color: #651fff !important;
    border-color: #651fff !important
}

.deep-purple--text.text--accent-3 {
    caret-color: #651fff !important;
    color: #651fff !important
}

.deep-purple.accent-4 {
    background-color: #6200ea !important;
    border-color: #6200ea !important
}

.deep-purple--text.text--accent-4 {
    caret-color: #6200ea !important;
    color: #6200ea !important
}

.indigo {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important
}

.indigo--text {
    caret-color: #3f51b5 !important;
    color: #3f51b5 !important
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important;
    border-color: #e8eaf6 !important
}

.indigo--text.text--lighten-5 {
    caret-color: #e8eaf6 !important;
    color: #e8eaf6 !important
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important;
    border-color: #c5cae9 !important
}

.indigo--text.text--lighten-4 {
    caret-color: #c5cae9 !important;
    color: #c5cae9 !important
}

.indigo.lighten-3 {
    background-color: #9fa8da !important;
    border-color: #9fa8da !important
}

.indigo--text.text--lighten-3 {
    caret-color: #9fa8da !important;
    color: #9fa8da !important
}

.indigo.lighten-2 {
    background-color: #7986cb !important;
    border-color: #7986cb !important
}

.indigo--text.text--lighten-2 {
    caret-color: #7986cb !important;
    color: #7986cb !important
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important;
    border-color: #5c6bc0 !important
}

.indigo--text.text--lighten-1 {
    caret-color: #5c6bc0 !important;
    color: #5c6bc0 !important
}

.indigo.darken-1 {
    background-color: #3949ab !important;
    border-color: #3949ab !important
}

.indigo--text.text--darken-1 {
    caret-color: #3949ab !important;
    color: #3949ab !important
}

.indigo.darken-2 {
    background-color: #303f9f !important;
    border-color: #303f9f !important
}

.indigo--text.text--darken-2 {
    caret-color: #303f9f !important;
    color: #303f9f !important
}

.indigo.darken-3 {
    background-color: #283593 !important;
    border-color: #283593 !important
}

.indigo--text.text--darken-3 {
    caret-color: #283593 !important;
    color: #283593 !important
}

.indigo.darken-4 {
    background-color: #1a237e !important;
    border-color: #1a237e !important
}

.indigo--text.text--darken-4 {
    caret-color: #1a237e !important;
    color: #1a237e !important
}

.indigo.accent-1 {
    background-color: #8c9eff !important;
    border-color: #8c9eff !important
}

.indigo--text.text--accent-1 {
    caret-color: #8c9eff !important;
    color: #8c9eff !important
}

.indigo.accent-2 {
    background-color: #536dfe !important;
    border-color: #536dfe !important
}

.indigo--text.text--accent-2 {
    caret-color: #536dfe !important;
    color: #536dfe !important
}

.indigo.accent-3 {
    background-color: #3d5afe !important;
    border-color: #3d5afe !important
}

.indigo--text.text--accent-3 {
    caret-color: #3d5afe !important;
    color: #3d5afe !important
}

.indigo.accent-4 {
    background-color: #304ffe !important;
    border-color: #304ffe !important
}

.indigo--text.text--accent-4 {
    caret-color: #304ffe !important;
    color: #304ffe !important
}

.blue {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important
}

.blue--text {
    caret-color: #2196f3 !important;
    color: #2196f3 !important
}

.blue.lighten-5 {
    background-color: #e3f2fd !important;
    border-color: #e3f2fd !important
}

.blue--text.text--lighten-5 {
    caret-color: #e3f2fd !important;
    color: #e3f2fd !important
}

.blue.lighten-4 {
    background-color: #bbdefb !important;
    border-color: #bbdefb !important
}

.blue--text.text--lighten-4 {
    caret-color: #bbdefb !important;
    color: #bbdefb !important
}

.blue.lighten-3 {
    background-color: #90caf9 !important;
    border-color: #90caf9 !important
}

.blue--text.text--lighten-3 {
    caret-color: #90caf9 !important;
    color: #90caf9 !important
}

.blue.lighten-2 {
    background-color: #64b5f6 !important;
    border-color: #64b5f6 !important
}

.blue--text.text--lighten-2 {
    caret-color: #64b5f6 !important;
    color: #64b5f6 !important
}

.blue.lighten-1 {
    background-color: #42a5f5 !important;
    border-color: #42a5f5 !important
}

.blue--text.text--lighten-1 {
    caret-color: #42a5f5 !important;
    color: #42a5f5 !important
}

.blue.darken-1 {
    background-color: #1e88e5 !important;
    border-color: #1e88e5 !important
}

.blue--text.text--darken-1 {
    caret-color: #1e88e5 !important;
    color: #1e88e5 !important
}

.blue.darken-2 {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important
}

.blue--text.text--darken-2 {
    caret-color: #1976d2 !important;
    color: #1976d2 !important
}

.blue.darken-3 {
    background-color: #1565c0 !important;
    border-color: #1565c0 !important
}

.blue--text.text--darken-3 {
    caret-color: #1565c0 !important;
    color: #1565c0 !important
}

.blue.darken-4 {
    background-color: #0d47a1 !important;
    border-color: #0d47a1 !important
}

.blue--text.text--darken-4 {
    caret-color: #0d47a1 !important;
    color: #0d47a1 !important
}

.blue.accent-1 {
    background-color: #82b1ff !important;
    border-color: #82b1ff !important
}

.blue--text.text--accent-1 {
    caret-color: #82b1ff !important;
    color: #82b1ff !important
}

.blue.accent-2 {
    background-color: #448aff !important;
    border-color: #448aff !important
}

.blue--text.text--accent-2 {
    caret-color: #448aff !important;
    color: #448aff !important
}

.blue.accent-3 {
    background-color: #2979ff !important;
    border-color: #2979ff !important
}

.blue--text.text--accent-3 {
    caret-color: #2979ff !important;
    color: #2979ff !important
}

.blue.accent-4 {
    background-color: #2962ff !important;
    border-color: #2962ff !important
}

.blue--text.text--accent-4 {
    caret-color: #2962ff !important;
    color: #2962ff !important
}

.light-blue {
    background-color: #03a9f4 !important;
    border-color: #03a9f4 !important
}

.light-blue--text {
    caret-color: #03a9f4 !important;
    color: #03a9f4 !important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important;
    border-color: #e1f5fe !important
}

.light-blue--text.text--lighten-5 {
    caret-color: #e1f5fe !important;
    color: #e1f5fe !important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important;
    border-color: #b3e5fc !important
}

.light-blue--text.text--lighten-4 {
    caret-color: #b3e5fc !important;
    color: #b3e5fc !important
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important;
    border-color: #81d4fa !important
}

.light-blue--text.text--lighten-3 {
    caret-color: #81d4fa !important;
    color: #81d4fa !important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important;
    border-color: #4fc3f7 !important
}

.light-blue--text.text--lighten-2 {
    caret-color: #4fc3f7 !important;
    color: #4fc3f7 !important
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important;
    border-color: #29b6f6 !important
}

.light-blue--text.text--lighten-1 {
    caret-color: #29b6f6 !important;
    color: #29b6f6 !important
}

.light-blue.darken-1 {
    background-color: #039be5 !important;
    border-color: #039be5 !important
}

.light-blue--text.text--darken-1 {
    caret-color: #039be5 !important;
    color: #039be5 !important
}

.light-blue.darken-2 {
    background-color: #0288d1 !important;
    border-color: #0288d1 !important
}

.light-blue--text.text--darken-2 {
    caret-color: #0288d1 !important;
    color: #0288d1 !important
}

.light-blue.darken-3 {
    background-color: #0277bd !important;
    border-color: #0277bd !important
}

.light-blue--text.text--darken-3 {
    caret-color: #0277bd !important;
    color: #0277bd !important
}

.light-blue.darken-4 {
    background-color: #01579b !important;
    border-color: #01579b !important
}

.light-blue--text.text--darken-4 {
    caret-color: #01579b !important;
    color: #01579b !important
}

.light-blue.accent-1 {
    background-color: #80d8ff !important;
    border-color: #80d8ff !important
}

.light-blue--text.text--accent-1 {
    caret-color: #80d8ff !important;
    color: #80d8ff !important
}

.light-blue.accent-2 {
    background-color: #40c4ff !important;
    border-color: #40c4ff !important
}

.light-blue--text.text--accent-2 {
    caret-color: #40c4ff !important;
    color: #40c4ff !important
}

.light-blue.accent-3 {
    background-color: #00b0ff !important;
    border-color: #00b0ff !important
}

.light-blue--text.text--accent-3 {
    caret-color: #00b0ff !important;
    color: #00b0ff !important
}

.light-blue.accent-4 {
    background-color: #0091ea !important;
    border-color: #0091ea !important
}

.light-blue--text.text--accent-4 {
    caret-color: #0091ea !important;
    color: #0091ea !important
}

.cyan {
    background-color: #00bcd4 !important;
    border-color: #00bcd4 !important
}

.cyan--text {
    caret-color: #00bcd4 !important;
    color: #00bcd4 !important
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important;
    border-color: #e0f7fa !important
}

.cyan--text.text--lighten-5 {
    caret-color: #e0f7fa !important;
    color: #e0f7fa !important
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important;
    border-color: #b2ebf2 !important
}

.cyan--text.text--lighten-4 {
    caret-color: #b2ebf2 !important;
    color: #b2ebf2 !important
}

.cyan.lighten-3 {
    background-color: #80deea !important;
    border-color: #80deea !important
}

.cyan--text.text--lighten-3 {
    caret-color: #80deea !important;
    color: #80deea !important
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important;
    border-color: #4dd0e1 !important
}

.cyan--text.text--lighten-2 {
    caret-color: #4dd0e1 !important;
    color: #4dd0e1 !important
}

.cyan.lighten-1 {
    background-color: #26c6da !important;
    border-color: #26c6da !important
}

.cyan--text.text--lighten-1 {
    caret-color: #26c6da !important;
    color: #26c6da !important
}

.cyan.darken-1 {
    background-color: #00acc1 !important;
    border-color: #00acc1 !important
}

.cyan--text.text--darken-1 {
    caret-color: #00acc1 !important;
    color: #00acc1 !important
}

.cyan.darken-2 {
    background-color: #0097a7 !important;
    border-color: #0097a7 !important
}

.cyan--text.text--darken-2 {
    caret-color: #0097a7 !important;
    color: #0097a7 !important
}

.cyan.darken-3 {
    background-color: #00838f !important;
    border-color: #00838f !important
}

.cyan--text.text--darken-3 {
    caret-color: #00838f !important;
    color: #00838f !important
}

.cyan.darken-4 {
    background-color: #006064 !important;
    border-color: #006064 !important
}

.cyan--text.text--darken-4 {
    caret-color: #006064 !important;
    color: #006064 !important
}

.cyan.accent-1 {
    background-color: #84ffff !important;
    border-color: #84ffff !important
}

.cyan--text.text--accent-1 {
    caret-color: #84ffff !important;
    color: #84ffff !important
}

.cyan.accent-2 {
    background-color: #18ffff !important;
    border-color: #18ffff !important
}

.cyan--text.text--accent-2 {
    caret-color: #18ffff !important;
    color: #18ffff !important
}

.cyan.accent-3 {
    background-color: #00e5ff !important;
    border-color: #00e5ff !important
}

.cyan--text.text--accent-3 {
    caret-color: #00e5ff !important;
    color: #00e5ff !important
}

.cyan.accent-4 {
    background-color: #00b8d4 !important;
    border-color: #00b8d4 !important
}

.cyan--text.text--accent-4 {
    caret-color: #00b8d4 !important;
    color: #00b8d4 !important
}

.teal {
    background-color: #009688 !important;
    border-color: #009688 !important
}

.teal--text {
    caret-color: #009688 !important;
    color: #009688 !important
}

.teal.lighten-5 {
    background-color: #e0f2f1 !important;
    border-color: #e0f2f1 !important
}

.teal--text.text--lighten-5 {
    caret-color: #e0f2f1 !important;
    color: #e0f2f1 !important
}

.teal.lighten-4 {
    background-color: #b2dfdb !important;
    border-color: #b2dfdb !important
}

.teal--text.text--lighten-4 {
    caret-color: #b2dfdb !important;
    color: #b2dfdb !important
}

.teal.lighten-3 {
    background-color: #80cbc4 !important;
    border-color: #80cbc4 !important
}

.teal--text.text--lighten-3 {
    caret-color: #80cbc4 !important;
    color: #80cbc4 !important
}

.teal.lighten-2 {
    background-color: #4db6ac !important;
    border-color: #4db6ac !important
}

.teal--text.text--lighten-2 {
    caret-color: #4db6ac !important;
    color: #4db6ac !important
}

.teal.lighten-1 {
    background-color: #26a69a !important;
    border-color: #26a69a !important
}

.teal--text.text--lighten-1 {
    caret-color: #26a69a !important;
    color: #26a69a !important
}

.teal.darken-1 {
    background-color: #00897b !important;
    border-color: #00897b !important
}

.teal--text.text--darken-1 {
    caret-color: #00897b !important;
    color: #00897b !important
}

.teal.darken-2 {
    background-color: #00796b !important;
    border-color: #00796b !important
}

.teal--text.text--darken-2 {
    caret-color: #00796b !important;
    color: #00796b !important
}

.teal.darken-3 {
    background-color: #00695c !important;
    border-color: #00695c !important
}

.teal--text.text--darken-3 {
    caret-color: #00695c !important;
    color: #00695c !important
}

.teal.darken-4 {
    background-color: #004d40 !important;
    border-color: #004d40 !important
}

.teal--text.text--darken-4 {
    caret-color: #004d40 !important;
    color: #004d40 !important
}

.teal.accent-1 {
    background-color: #a7ffeb !important;
    border-color: #a7ffeb !important
}

.teal--text.text--accent-1 {
    caret-color: #a7ffeb !important;
    color: #a7ffeb !important
}

.teal.accent-2 {
    background-color: #64ffda !important;
    border-color: #64ffda !important
}

.teal--text.text--accent-2 {
    caret-color: #64ffda !important;
    color: #64ffda !important
}

.teal.accent-3 {
    background-color: #1de9b6 !important;
    border-color: #1de9b6 !important
}

.teal--text.text--accent-3 {
    caret-color: #1de9b6 !important;
    color: #1de9b6 !important
}

.teal.accent-4 {
    background-color: #00bfa5 !important;
    border-color: #00bfa5 !important
}

.teal--text.text--accent-4 {
    caret-color: #00bfa5 !important;
    color: #00bfa5 !important
}

.green {
    background-color: #4caf50 !important;
    border-color: #4caf50 !important
}

.green--text {
    caret-color: #4caf50 !important;
    color: #4caf50 !important
}

.green.lighten-5 {
    background-color: #e8f5e9 !important;
    border-color: #e8f5e9 !important
}

.green--text.text--lighten-5 {
    caret-color: #e8f5e9 !important;
    color: #e8f5e9 !important
}

.green.lighten-4 {
    background-color: #c8e6c9 !important;
    border-color: #c8e6c9 !important
}

.green--text.text--lighten-4 {
    caret-color: #c8e6c9 !important;
    color: #c8e6c9 !important
}

.green.lighten-3 {
    background-color: #a5d6a7 !important;
    border-color: #a5d6a7 !important
}

.green--text.text--lighten-3 {
    caret-color: #a5d6a7 !important;
    color: #a5d6a7 !important
}

.green.lighten-2 {
    background-color: #81c784 !important;
    border-color: #81c784 !important
}

.green--text.text--lighten-2 {
    caret-color: #81c784 !important;
    color: #81c784 !important
}

.green.lighten-1 {
    background-color: #66bb6a !important;
    border-color: #66bb6a !important
}

.green--text.text--lighten-1 {
    caret-color: #66bb6a !important;
    color: #66bb6a !important
}

.green.darken-1 {
    background-color: #43a047 !important;
    border-color: #43a047 !important
}

.green--text.text--darken-1 {
    caret-color: #43a047 !important;
    color: #43a047 !important
}

.green.darken-2 {
    background-color: #388e3c !important;
    border-color: #388e3c !important
}

.green--text.text--darken-2 {
    caret-color: #388e3c !important;
    color: #388e3c !important
}

.green.darken-3 {
    background-color: #2e7d32 !important;
    border-color: #2e7d32 !important
}

.green--text.text--darken-3 {
    caret-color: #2e7d32 !important;
    color: #2e7d32 !important
}

.green.darken-4 {
    background-color: #1b5e20 !important;
    border-color: #1b5e20 !important
}

.green--text.text--darken-4 {
    caret-color: #1b5e20 !important;
    color: #1b5e20 !important
}

.green.accent-1 {
    background-color: #b9f6ca !important;
    border-color: #b9f6ca !important
}

.green--text.text--accent-1 {
    caret-color: #b9f6ca !important;
    color: #b9f6ca !important
}

.green.accent-2 {
    background-color: #69f0ae !important;
    border-color: #69f0ae !important
}

.green--text.text--accent-2 {
    caret-color: #69f0ae !important;
    color: #69f0ae !important
}

.green.accent-3 {
    background-color: #00e676 !important;
    border-color: #00e676 !important
}

.green--text.text--accent-3 {
    caret-color: #00e676 !important;
    color: #00e676 !important
}

.green.accent-4 {
    background-color: #00c853 !important;
    border-color: #00c853 !important
}

.green--text.text--accent-4 {
    caret-color: #00c853 !important;
    color: #00c853 !important
}

.light-green {
    background-color: #8bc34a !important;
    border-color: #8bc34a !important
}

.light-green--text {
    caret-color: #8bc34a !important;
    color: #8bc34a !important
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important;
    border-color: #f1f8e9 !important
}

.light-green--text.text--lighten-5 {
    caret-color: #f1f8e9 !important;
    color: #f1f8e9 !important
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important;
    border-color: #dcedc8 !important
}

.light-green--text.text--lighten-4 {
    caret-color: #dcedc8 !important;
    color: #dcedc8 !important
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important;
    border-color: #c5e1a5 !important
}

.light-green--text.text--lighten-3 {
    caret-color: #c5e1a5 !important;
    color: #c5e1a5 !important
}

.light-green.lighten-2 {
    background-color: #aed581 !important;
    border-color: #aed581 !important
}

.light-green--text.text--lighten-2 {
    caret-color: #aed581 !important;
    color: #aed581 !important
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important;
    border-color: #9ccc65 !important
}

.light-green--text.text--lighten-1 {
    caret-color: #9ccc65 !important;
    color: #9ccc65 !important
}

.light-green.darken-1 {
    background-color: #7cb342 !important;
    border-color: #7cb342 !important
}

.light-green--text.text--darken-1 {
    caret-color: #7cb342 !important;
    color: #7cb342 !important
}

.light-green.darken-2 {
    background-color: #689f38 !important;
    border-color: #689f38 !important
}

.light-green--text.text--darken-2 {
    caret-color: #689f38 !important;
    color: #689f38 !important
}

.light-green.darken-3 {
    background-color: #558b2f !important;
    border-color: #558b2f !important
}

.light-green--text.text--darken-3 {
    caret-color: #558b2f !important;
    color: #558b2f !important
}

.light-green.darken-4 {
    background-color: #33691e !important;
    border-color: #33691e !important
}

.light-green--text.text--darken-4 {
    caret-color: #33691e !important;
    color: #33691e !important
}

.light-green.accent-1 {
    background-color: #ccff90 !important;
    border-color: #ccff90 !important
}

.light-green--text.text--accent-1 {
    caret-color: #ccff90 !important;
    color: #ccff90 !important
}

.light-green.accent-2 {
    background-color: #b2ff59 !important;
    border-color: #b2ff59 !important
}

.light-green--text.text--accent-2 {
    caret-color: #b2ff59 !important;
    color: #b2ff59 !important
}

.light-green.accent-3 {
    background-color: #76ff03 !important;
    border-color: #76ff03 !important
}

.light-green--text.text--accent-3 {
    caret-color: #76ff03 !important;
    color: #76ff03 !important
}

.light-green.accent-4 {
    background-color: #64dd17 !important;
    border-color: #64dd17 !important
}

.light-green--text.text--accent-4 {
    caret-color: #64dd17 !important;
    color: #64dd17 !important
}

.lime {
    background-color: #cddc39 !important;
    border-color: #cddc39 !important
}

.lime--text {
    caret-color: #cddc39 !important;
    color: #cddc39 !important
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important;
    border-color: #f9fbe7 !important
}

.lime--text.text--lighten-5 {
    caret-color: #f9fbe7 !important;
    color: #f9fbe7 !important
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important;
    border-color: #f0f4c3 !important
}

.lime--text.text--lighten-4 {
    caret-color: #f0f4c3 !important;
    color: #f0f4c3 !important
}

.lime.lighten-3 {
    background-color: #e6ee9c !important;
    border-color: #e6ee9c !important
}

.lime--text.text--lighten-3 {
    caret-color: #e6ee9c !important;
    color: #e6ee9c !important
}

.lime.lighten-2 {
    background-color: #dce775 !important;
    border-color: #dce775 !important
}

.lime--text.text--lighten-2 {
    caret-color: #dce775 !important;
    color: #dce775 !important
}

.lime.lighten-1 {
    background-color: #d4e157 !important;
    border-color: #d4e157 !important
}

.lime--text.text--lighten-1 {
    caret-color: #d4e157 !important;
    color: #d4e157 !important
}

.lime.darken-1 {
    background-color: #c0ca33 !important;
    border-color: #c0ca33 !important
}

.lime--text.text--darken-1 {
    caret-color: #c0ca33 !important;
    color: #c0ca33 !important
}

.lime.darken-2 {
    background-color: #afb42b !important;
    border-color: #afb42b !important
}

.lime--text.text--darken-2 {
    caret-color: #afb42b !important;
    color: #afb42b !important
}

.lime.darken-3 {
    background-color: #9e9d24 !important;
    border-color: #9e9d24 !important
}

.lime--text.text--darken-3 {
    caret-color: #9e9d24 !important;
    color: #9e9d24 !important
}

.lime.darken-4 {
    background-color: #827717 !important;
    border-color: #827717 !important
}

.lime--text.text--darken-4 {
    caret-color: #827717 !important;
    color: #827717 !important
}

.lime.accent-1 {
    background-color: #f4ff81 !important;
    border-color: #f4ff81 !important
}

.lime--text.text--accent-1 {
    caret-color: #f4ff81 !important;
    color: #f4ff81 !important
}

.lime.accent-2 {
    background-color: #eeff41 !important;
    border-color: #eeff41 !important
}

.lime--text.text--accent-2 {
    caret-color: #eeff41 !important;
    color: #eeff41 !important
}

.lime.accent-3 {
    background-color: #c6ff00 !important;
    border-color: #c6ff00 !important
}

.lime--text.text--accent-3 {
    caret-color: #c6ff00 !important;
    color: #c6ff00 !important
}

.lime.accent-4 {
    background-color: #aeea00 !important;
    border-color: #aeea00 !important
}

.lime--text.text--accent-4 {
    caret-color: #aeea00 !important;
    color: #aeea00 !important
}

.yellow {
    background-color: #ffeb3b !important;
    border-color: #ffeb3b !important
}

.yellow--text {
    caret-color: #ffeb3b !important;
    color: #ffeb3b !important
}

.yellow.lighten-5 {
    background-color: #fffde7 !important;
    border-color: #fffde7 !important
}

.yellow--text.text--lighten-5 {
    caret-color: #fffde7 !important;
    color: #fffde7 !important
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important;
    border-color: #fff9c4 !important
}

.yellow--text.text--lighten-4 {
    caret-color: #fff9c4 !important;
    color: #fff9c4 !important
}

.yellow.lighten-3 {
    background-color: #fff59d !important;
    border-color: #fff59d !important
}

.yellow--text.text--lighten-3 {
    caret-color: #fff59d !important;
    color: #fff59d !important
}

.yellow.lighten-2 {
    background-color: #fff176 !important;
    border-color: #fff176 !important
}

.yellow--text.text--lighten-2 {
    caret-color: #fff176 !important;
    color: #fff176 !important
}

.yellow.lighten-1 {
    background-color: #ffee58 !important;
    border-color: #ffee58 !important
}

.yellow--text.text--lighten-1 {
    caret-color: #ffee58 !important;
    color: #ffee58 !important
}

.yellow.darken-1 {
    background-color: #fdd835 !important;
    border-color: #fdd835 !important
}

.yellow--text.text--darken-1 {
    caret-color: #fdd835 !important;
    color: #fdd835 !important
}

.yellow.darken-2 {
    background-color: #fbc02d !important;
    border-color: #fbc02d !important
}

.yellow--text.text--darken-2 {
    caret-color: #fbc02d !important;
    color: #fbc02d !important
}

.yellow.darken-3 {
    background-color: #f9a825 !important;
    border-color: #f9a825 !important
}

.yellow--text.text--darken-3 {
    caret-color: #f9a825 !important;
    color: #f9a825 !important
}

.yellow.darken-4 {
    background-color: #f57f17 !important;
    border-color: #f57f17 !important
}

.yellow--text.text--darken-4 {
    caret-color: #f57f17 !important;
    color: #f57f17 !important
}

.yellow.accent-1 {
    background-color: #ffff8d !important;
    border-color: #ffff8d !important
}

.yellow--text.text--accent-1 {
    caret-color: #ffff8d !important;
    color: #ffff8d !important
}

.yellow.accent-2 {
    background-color: #ff0 !important;
    border-color: #ff0 !important
}

.yellow--text.text--accent-2 {
    caret-color: #ff0 !important;
    color: #ff0 !important
}

.yellow.accent-3 {
    background-color: #ffea00 !important;
    border-color: #ffea00 !important
}

.yellow--text.text--accent-3 {
    caret-color: #ffea00 !important;
    color: #ffea00 !important
}

.yellow.accent-4 {
    background-color: #ffd600 !important;
    border-color: #ffd600 !important
}

.yellow--text.text--accent-4 {
    caret-color: #ffd600 !important;
    color: #ffd600 !important
}

.amber {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important
}

.amber--text {
    caret-color: #ffc107 !important;
    color: #ffc107 !important
}

.amber.lighten-5 {
    background-color: #fff8e1 !important;
    border-color: #fff8e1 !important
}

.amber--text.text--lighten-5 {
    caret-color: #fff8e1 !important;
    color: #fff8e1 !important
}

.amber.lighten-4 {
    background-color: #ffecb3 !important;
    border-color: #ffecb3 !important
}

.amber--text.text--lighten-4 {
    caret-color: #ffecb3 !important;
    color: #ffecb3 !important
}

.amber.lighten-3 {
    background-color: #ffe082 !important;
    border-color: #ffe082 !important
}

.amber--text.text--lighten-3 {
    caret-color: #ffe082 !important;
    color: #ffe082 !important
}

.amber.lighten-2 {
    background-color: #ffd54f !important;
    border-color: #ffd54f !important
}

.amber--text.text--lighten-2 {
    caret-color: #ffd54f !important;
    color: #ffd54f !important
}

.amber.lighten-1 {
    background-color: #ffca28 !important;
    border-color: #ffca28 !important
}

.amber--text.text--lighten-1 {
    caret-color: #ffca28 !important;
    color: #ffca28 !important
}

.amber.darken-1 {
    background-color: #ffb300 !important;
    border-color: #ffb300 !important
}

.amber--text.text--darken-1 {
    caret-color: #ffb300 !important;
    color: #ffb300 !important
}

.amber.darken-2 {
    background-color: #ffa000 !important;
    border-color: #ffa000 !important
}

.amber--text.text--darken-2 {
    caret-color: #ffa000 !important;
    color: #ffa000 !important
}

.amber.darken-3 {
    background-color: #ff8f00 !important;
    border-color: #ff8f00 !important
}

.amber--text.text--darken-3 {
    caret-color: #ff8f00 !important;
    color: #ff8f00 !important
}

.amber.darken-4 {
    background-color: #ff6f00 !important;
    border-color: #ff6f00 !important
}

.amber--text.text--darken-4 {
    caret-color: #ff6f00 !important;
    color: #ff6f00 !important
}

.amber.accent-1 {
    background-color: #ffe57f !important;
    border-color: #ffe57f !important
}

.amber--text.text--accent-1 {
    caret-color: #ffe57f !important;
    color: #ffe57f !important
}

.amber.accent-2 {
    background-color: #ffd740 !important;
    border-color: #ffd740 !important
}

.amber--text.text--accent-2 {
    caret-color: #ffd740 !important;
    color: #ffd740 !important
}

.amber.accent-3 {
    background-color: #ffc400 !important;
    border-color: #ffc400 !important
}

.amber--text.text--accent-3 {
    caret-color: #ffc400 !important;
    color: #ffc400 !important
}

.amber.accent-4 {
    background-color: #ffab00 !important;
    border-color: #ffab00 !important
}

.amber--text.text--accent-4 {
    caret-color: #ffab00 !important;
    color: #ffab00 !important
}

.orange {
    background-color: #ff9800 !important;
    border-color: #ff9800 !important
}

.orange--text {
    caret-color: #ff9800 !important;
    color: #ff9800 !important
}

.orange.lighten-5 {
    background-color: #fff3e0 !important;
    border-color: #fff3e0 !important
}

.orange--text.text--lighten-5 {
    caret-color: #fff3e0 !important;
    color: #fff3e0 !important
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important;
    border-color: #ffe0b2 !important
}

.orange--text.text--lighten-4 {
    caret-color: #ffe0b2 !important;
    color: #ffe0b2 !important
}

.orange.lighten-3 {
    background-color: #ffcc80 !important;
    border-color: #ffcc80 !important
}

.orange--text.text--lighten-3 {
    caret-color: #ffcc80 !important;
    color: #ffcc80 !important
}

.orange.lighten-2 {
    background-color: #ffb74d !important;
    border-color: #ffb74d !important
}

.orange--text.text--lighten-2 {
    caret-color: #ffb74d !important;
    color: #ffb74d !important
}

.orange.lighten-1 {
    background-color: #ffa726 !important;
    border-color: #ffa726 !important
}

.orange--text.text--lighten-1 {
    caret-color: #ffa726 !important;
    color: #ffa726 !important
}

.orange.darken-1 {
    background-color: #fb8c00 !important;
    border-color: #fb8c00 !important
}

.orange--text.text--darken-1 {
    caret-color: #fb8c00 !important;
    color: #fb8c00 !important
}

.orange.darken-2 {
    background-color: #f57c00 !important;
    border-color: #f57c00 !important
}

.orange--text.text--darken-2 {
    caret-color: #f57c00 !important;
    color: #f57c00 !important
}

.orange.darken-3 {
    background-color: #ef6c00 !important;
    border-color: #ef6c00 !important
}

.orange--text.text--darken-3 {
    caret-color: #ef6c00 !important;
    color: #ef6c00 !important
}

.orange.darken-4 {
    background-color: #e65100 !important;
    border-color: #e65100 !important
}

.orange--text.text--darken-4 {
    caret-color: #e65100 !important;
    color: #e65100 !important
}

.orange.accent-1 {
    background-color: #ffd180 !important;
    border-color: #ffd180 !important
}

.orange--text.text--accent-1 {
    caret-color: #ffd180 !important;
    color: #ffd180 !important
}

.orange.accent-2 {
    background-color: #ffab40 !important;
    border-color: #ffab40 !important
}

.orange--text.text--accent-2 {
    caret-color: #ffab40 !important;
    color: #ffab40 !important
}

.orange.accent-3 {
    background-color: #ff9100 !important;
    border-color: #ff9100 !important
}

.orange--text.text--accent-3 {
    caret-color: #ff9100 !important;
    color: #ff9100 !important
}

.orange.accent-4 {
    background-color: #ff6d00 !important;
    border-color: #ff6d00 !important
}

.orange--text.text--accent-4 {
    caret-color: #ff6d00 !important;
    color: #ff6d00 !important
}

.deep-orange {
    background-color: #ff5722 !important;
    border-color: #ff5722 !important
}

.deep-orange--text {
    caret-color: #ff5722 !important;
    color: #ff5722 !important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important;
    border-color: #fbe9e7 !important
}

.deep-orange--text.text--lighten-5 {
    caret-color: #fbe9e7 !important;
    color: #fbe9e7 !important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important;
    border-color: #ffccbc !important
}

.deep-orange--text.text--lighten-4 {
    caret-color: #ffccbc !important;
    color: #ffccbc !important
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important;
    border-color: #ffab91 !important
}

.deep-orange--text.text--lighten-3 {
    caret-color: #ffab91 !important;
    color: #ffab91 !important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important;
    border-color: #ff8a65 !important
}

.deep-orange--text.text--lighten-2 {
    caret-color: #ff8a65 !important;
    color: #ff8a65 !important
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important;
    border-color: #ff7043 !important
}

.deep-orange--text.text--lighten-1 {
    caret-color: #ff7043 !important;
    color: #ff7043 !important
}

.deep-orange.darken-1 {
    background-color: #f4511e !important;
    border-color: #f4511e !important
}

.deep-orange--text.text--darken-1 {
    caret-color: #f4511e !important;
    color: #f4511e !important
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important;
    border-color: #e64a19 !important
}

.deep-orange--text.text--darken-2 {
    caret-color: #e64a19 !important;
    color: #e64a19 !important
}

.deep-orange.darken-3 {
    background-color: #d84315 !important;
    border-color: #d84315 !important
}

.deep-orange--text.text--darken-3 {
    caret-color: #d84315 !important;
    color: #d84315 !important
}

.deep-orange.darken-4 {
    background-color: #bf360c !important;
    border-color: #bf360c !important
}

.deep-orange--text.text--darken-4 {
    caret-color: #bf360c !important;
    color: #bf360c !important
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important;
    border-color: #ff9e80 !important
}

.deep-orange--text.text--accent-1 {
    caret-color: #ff9e80 !important;
    color: #ff9e80 !important
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important;
    border-color: #ff6e40 !important
}

.deep-orange--text.text--accent-2 {
    caret-color: #ff6e40 !important;
    color: #ff6e40 !important
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important;
    border-color: #ff3d00 !important
}

.deep-orange--text.text--accent-3 {
    caret-color: #ff3d00 !important;
    color: #ff3d00 !important
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important;
    border-color: #dd2c00 !important
}

.deep-orange--text.text--accent-4 {
    caret-color: #dd2c00 !important;
    color: #dd2c00 !important
}

.brown {
    background-color: #795548 !important;
    border-color: #795548 !important
}

.brown--text {
    caret-color: #795548 !important;
    color: #795548 !important
}

.brown.lighten-5 {
    background-color: #efebe9 !important;
    border-color: #efebe9 !important
}

.brown--text.text--lighten-5 {
    caret-color: #efebe9 !important;
    color: #efebe9 !important
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important;
    border-color: #d7ccc8 !important
}

.brown--text.text--lighten-4 {
    caret-color: #d7ccc8 !important;
    color: #d7ccc8 !important
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important;
    border-color: #bcaaa4 !important
}

.brown--text.text--lighten-3 {
    caret-color: #bcaaa4 !important;
    color: #bcaaa4 !important
}

.brown.lighten-2 {
    background-color: #a1887f !important;
    border-color: #a1887f !important
}

.brown--text.text--lighten-2 {
    caret-color: #a1887f !important;
    color: #a1887f !important
}

.brown.lighten-1 {
    background-color: #8d6e63 !important;
    border-color: #8d6e63 !important
}

.brown--text.text--lighten-1 {
    caret-color: #8d6e63 !important;
    color: #8d6e63 !important
}

.brown.darken-1 {
    background-color: #6d4c41 !important;
    border-color: #6d4c41 !important
}

.brown--text.text--darken-1 {
    caret-color: #6d4c41 !important;
    color: #6d4c41 !important
}

.brown.darken-2 {
    background-color: #5d4037 !important;
    border-color: #5d4037 !important
}

.brown--text.text--darken-2 {
    caret-color: #5d4037 !important;
    color: #5d4037 !important
}

.brown.darken-3 {
    background-color: #4e342e !important;
    border-color: #4e342e !important
}

.brown--text.text--darken-3 {
    caret-color: #4e342e !important;
    color: #4e342e !important
}

.brown.darken-4 {
    background-color: #3e2723 !important;
    border-color: #3e2723 !important
}

.brown--text.text--darken-4 {
    caret-color: #3e2723 !important;
    color: #3e2723 !important
}

.blue-grey {
    background-color: #607d8b !important;
    border-color: #607d8b !important
}

.blue-grey--text {
    caret-color: #607d8b !important;
    color: #607d8b !important
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
    border-color: #eceff1 !important
}

.blue-grey--text.text--lighten-5 {
    caret-color: #eceff1 !important;
    color: #eceff1 !important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important;
    border-color: #cfd8dc !important
}

.blue-grey--text.text--lighten-4 {
    caret-color: #cfd8dc !important;
    color: #cfd8dc !important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important;
    border-color: #b0bec5 !important
}

.blue-grey--text.text--lighten-3 {
    caret-color: #b0bec5 !important;
    color: #b0bec5 !important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important;
    border-color: #90a4ae !important
}

.blue-grey--text.text--lighten-2 {
    caret-color: #90a4ae !important;
    color: #90a4ae !important
}

.blue-grey.lighten-1 {
    background-color: #78909c !important;
    border-color: #78909c !important
}

.blue-grey--text.text--lighten-1 {
    caret-color: #78909c !important;
    color: #78909c !important
}

.blue-grey.darken-1 {
    background-color: #546e7a !important;
    border-color: #546e7a !important
}

.blue-grey--text.text--darken-1 {
    caret-color: #546e7a !important;
    color: #546e7a !important
}

.blue-grey.darken-2 {
    background-color: #455a64 !important;
    border-color: #455a64 !important
}

.blue-grey--text.text--darken-2 {
    caret-color: #455a64 !important;
    color: #455a64 !important
}

.blue-grey.darken-3 {
    background-color: #37474f !important;
    border-color: #37474f !important
}

.blue-grey--text.text--darken-3 {
    caret-color: #37474f !important;
    color: #37474f !important
}

.blue-grey.darken-4 {
    background-color: #263238 !important;
    border-color: #263238 !important
}

.blue-grey--text.text--darken-4 {
    caret-color: #263238 !important;
    color: #263238 !important
}

.grey {
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important
}

.grey--text {
    caret-color: #9e9e9e !important;
    color: #9e9e9e !important
}

.grey.lighten-5 {
    background-color: #fafafa !important;
    border-color: #fafafa !important
}

.grey--text.text--lighten-5 {
    caret-color: #fafafa !important;
    color: #fafafa !important
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important
}

.grey--text.text--lighten-4 {
    caret-color: #f5f5f5 !important;
    color: #f5f5f5 !important
}

.grey.lighten-3 {
    background-color: #eee !important;
    border-color: #eee !important
}

.grey--text.text--lighten-3 {
    caret-color: #eee !important;
    color: #eee !important
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important;
    border-color: #e0e0e0 !important
}

.grey--text.text--lighten-2 {
    caret-color: #e0e0e0 !important;
    color: #e0e0e0 !important
}

.grey.lighten-1 {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important
}

.grey--text.text--lighten-1 {
    caret-color: #bdbdbd !important;
    color: #bdbdbd !important
}

.grey.darken-1 {
    background-color: #757575 !important;
    border-color: #757575 !important
}

.grey--text.text--darken-1 {
    caret-color: #757575 !important;
    color: #757575 !important
}

.grey.darken-2 {
    background-color: #616161 !important;
    border-color: #616161 !important
}

.grey--text.text--darken-2 {
    caret-color: #616161 !important;
    color: #616161 !important
}

.grey.darken-3 {
    background-color: #424242 !important;
    border-color: #424242 !important
}

.grey--text.text--darken-3 {
    caret-color: #424242 !important;
    color: #424242 !important
}

.grey.darken-4 {
    background-color: #212121 !important;
    border-color: #212121 !important
}

.grey--text.text--darken-4 {
    caret-color: #212121 !important;
    color: #212121 !important
}

.shades.black {
    background-color: #000 !important;
    border-color: #000 !important
}

.shades--text.text--black {
    caret-color: #000 !important;
    color: #000 !important
}

.shades.white {
    background-color: #fff !important;
    border-color: #fff !important
}

.shades--text.text--white {
    caret-color: #fff !important;
    color: #fff !important
}

.shades.transparent {
    background-color: transparent !important;
    border-color: transparent !important
}

.shades--text.text--transparent {
    caret-color: transparent !important;
    color: transparent !important
}

.elevation-0 {
    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) !important
}

.elevation-1 {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12) !important
}

.elevation-2 {
    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) !important
}

.elevation-3 {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important
}

.elevation-4 {
    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) !important
}

.elevation-5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12) !important
}

.elevation-6 {
    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) !important
}

.elevation-7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12) !important
}

.elevation-8 {
    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) !important
}

.elevation-9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12) !important
}

.elevation-10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12) !important
}

.elevation-11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12) !important
}

.elevation-12 {
    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) !important
}

.elevation-13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12) !important
}

.elevation-14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12) !important
}

.elevation-15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12) !important
}

.elevation-16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12) !important
}

.elevation-17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12) !important
}

.elevation-18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12) !important
}

.elevation-19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12) !important
}

.elevation-20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12) !important
}

.elevation-21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12) !important
}

.elevation-22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12) !important
}

.elevation-23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12) !important
}

.elevation-24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12) !important
}

html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    overflow-y: scroll
}

*,
:after,
:before {
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    border: 0;
    outline: 0
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

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

.carousel-transition-enter {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.carousel-transition-leave,
.carousel-transition-leave-to {
    position: absolute;
    top: 0
}

.carousel-reverse-transition-enter,
.carousel-transition-leave,
.carousel-transition-leave-to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.carousel-reverse-transition-leave,
.carousel-reverse-transition-leave-to {
    -webkit-transform: translate(100%);
    position: absolute;
    top: 0;
    transform: translate(100%)
}

.dialog-transition-enter,
.dialog-transition-leave-to {
    -webkit-transform: scale(.5);
    opacity: 0;
    transform: scale(.5)
}

.dialog-transition-enter-to,
.dialog-transition-leave {
    opacity: 1
}

.dialog-bottom-transition-enter,
.dialog-bottom-transition-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.picker-reverse-transition-enter-active,
.picker-reverse-transition-leave-active,
.picker-transition-enter-active,
.picker-transition-leave-active {
    transition: .3s cubic-bezier(0, 0, .2, 1)
}

.picker-reverse-transition-enter,
.picker-reverse-transition-leave-to,
.picker-transition-enter,
.picker-transition-leave-to {
    opacity: 0
}

.picker-reverse-transition-leave,
.picker-reverse-transition-leave-active,
.picker-reverse-transition-leave-to,
.picker-transition-leave,
.picker-transition-leave-active,
.picker-transition-leave-to {
    position: absolute !important
}

.picker-transition-enter {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.picker-reverse-transition-enter,
.picker-transition-leave-to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.picker-reverse-transition-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.picker-title-transition-enter-to,
.picker-title-transition-leave {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.picker-title-transition-enter {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.picker-title-transition-leave-to {
    -webkit-transform: translate(100%);
    opacity: 0;
    transform: translate(100%)
}

.picker-title-transition-leave,
.picker-title-transition-leave-active,
.picker-title-transition-leave-to {
    position: absolute !important
}

.tab-transition-enter {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.tab-transition-leave,
.tab-transition-leave-active {
    position: absolute;
    top: 0
}

.tab-transition-leave-to {
    position: absolute
}

.tab-reverse-transition-enter,
.tab-transition-leave-to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.tab-reverse-transition-leave,
.tab-reverse-transition-leave-to {
    -webkit-transform: translate(100%);
    position: absolute;
    top: 0;
    transform: translate(100%)
}

.expand-transition-enter-active,
.expand-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.expand-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.scale-transition-enter-active,
.scale-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.scale-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.scale-transition-enter,
.scale-transition-leave,
.scale-transition-leave-to {
    -webkit-transform: scale(0);
    opacity: 0;
    transform: scale(0)
}

.message-transition-enter-active,
.message-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.message-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.message-transition-enter,
.message-transition-leave-to {
    -webkit-transform: translateY(-15px);
    opacity: 0;
    transform: translateY(-15px)
}

.message-transition-leave,
.message-transition-leave-active {
    position: absolute
}

.slide-y-transition-enter-active,
.slide-y-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.slide-y-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.slide-y-transition-enter,
.slide-y-transition-leave-to {
    -webkit-transform: translateY(-15px);
    opacity: 0;
    transform: translateY(-15px)
}

.slide-y-reverse-transition-enter-active,
.slide-y-reverse-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.slide-y-reverse-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.slide-y-reverse-transition-enter,
.slide-y-reverse-transition-leave-to {
    -webkit-transform: translateY(15px);
    opacity: 0;
    transform: translateY(15px)
}

.scroll-y-transition-enter-active,
.scroll-y-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.scroll-y-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.scroll-y-transition-enter,
.scroll-y-transition-leave-to {
    opacity: 0
}

.scroll-y-transition-enter {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.scroll-y-transition-leave-to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.scroll-y-reverse-transition-enter-active,
.scroll-y-reverse-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.scroll-y-reverse-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.scroll-y-reverse-transition-enter,
.scroll-y-reverse-transition-leave-to {
    opacity: 0
}

.scroll-y-reverse-transition-enter {
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.scroll-y-reverse-transition-leave-to {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.scroll-x-transition-enter-active,
.scroll-x-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.scroll-x-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.scroll-x-transition-enter,
.scroll-x-transition-leave-to {
    opacity: 0
}

.scroll-x-transition-enter {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
}

.scroll-x-transition-leave-to {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.scroll-x-reverse-transition-enter-active,
.scroll-x-reverse-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.scroll-x-reverse-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.scroll-x-reverse-transition-enter,
.scroll-x-reverse-transition-leave-to {
    opacity: 0
}

.scroll-x-reverse-transition-enter {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.scroll-x-reverse-transition-leave-to {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
}

.slide-x-transition-enter-active,
.slide-x-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.slide-x-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.slide-x-transition-enter,
.slide-x-transition-leave-to {
    -webkit-transform: translateX(-15px);
    opacity: 0;
    transform: translateX(-15px)
}

.slide-x-reverse-transition-enter-active,
.slide-x-reverse-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.slide-x-reverse-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.slide-x-reverse-transition-enter,
.slide-x-reverse-transition-leave-to {
    -webkit-transform: translateX(15px);
    opacity: 0;
    transform: translateX(15px)
}

.fade-transition-enter-active,
.fade-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.fade-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.fade-transition-enter,
.fade-transition-leave-to {
    opacity: 0
}

.fab-transition-enter-active,
.fab-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.fab-transition-move {
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.fab-transition-enter,
.fab-transition-leave-to {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg)
}

.blockquote {
    font-size: 18px;
    font-weight: 300;
    padding: 16px 0 16px 24px
}

code,
kbd {
    border-radius: 3px;
    display: inline-block;
    font-size: 85%;
    font-weight: 900;
    white-space: pre-wrap
}

code:after,
code:before,
kbd:after,
kbd:before {
    content: "\A0";
    letter-spacing: -1px
}

code {
    background-color: #f5f5f5;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    color: #bd4147
}

kbd {
    background: #424242;
    color: #fff
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility
}

.application {
    font-family: Roboto, sans-serif;
    line-height: 1.5
}

::-ms-clear,
::-ms-reveal {
    display: none
}

ol,
ul {
    padding-left: 24px
}

.display-4 {
    font-family: Roboto, sans-serif !important;
    font-size: 112px !important;
    font-weight: 300;
    letter-spacing: -.04em !important;
    line-height: 1 !important
}

.display-3 {
    font-size: 56px !important;
    letter-spacing: -.02em !important;
    line-height: 1.35 !important
}

.display-2,
.display-3 {
    font-family: Roboto, sans-serif !important;
    font-weight: 400
}

.display-2 {
    font-size: 45px !important;
    letter-spacing: normal !important;
    line-height: 48px !important
}

.display-1 {
    font-size: 34px !important;
    line-height: 40px !important
}

.display-1,
.headline {
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
    letter-spacing: normal !important
}

.headline {
    font-size: 24px !important;
    line-height: 32px !important
}

.title {
    font-family: Roboto, sans-serif !important;
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: .02em !important;
    line-height: 1 !important
}

.subheading {
    font-size: 16px !important;
    font-weight: 400
}

.body-2 {
    font-weight: 500
}

.body-1,
.body-2 {
    font-size: 14px !important
}

.body-1,
.caption {
    font-weight: 400
}

.caption {
    font-size: 12px !important
}

p {
    margin-bottom: 16px
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.right {
    float: right !important
}

.left {
    float: left !important
}

.ma-auto {
    margin: auto !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.mt-auto {
    margin-top: auto
}

.mr-auto {
    margin-right: auto
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto {
    margin-left: auto
}

.ma-0 {
    margin: 0 !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.pa-0 {
    padding: 0 !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.ma-1 {
    margin: 4px !important
}

.my-1 {
    margin-bottom: 4px !important;
    margin-top: 4px !important
}

.mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.mt-1 {
    margin-top: 4px !important
}

.mr-1 {
    margin-right: 4px !important
}

.mb-1 {
    margin-bottom: 4px !important
}

.ml-1 {
    margin-left: 4px !important
}

.pa-1 {
    padding: 4px !important
}

.py-1 {
    padding-bottom: 4px !important;
    padding-top: 4px !important
}

.px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.pt-1 {
    padding-top: 4px !important
}

.pr-1 {
    padding-right: 4px !important
}

.pb-1 {
    padding-bottom: 4px !important
}

.pl-1 {
    padding-left: 4px !important
}

.ma-2 {
    margin: 8px !important
}

.my-2 {
    margin-bottom: 8px !important;
    margin-top: 8px !important
}

.mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.mt-2 {
    margin-top: 8px !important
}

.mr-2 {
    margin-right: 8px !important
}

.mb-2 {
    margin-bottom: 8px !important
}

.ml-2 {
    margin-left: 8px !important
}

.pa-2 {
    padding: 8px !important
}

.py-2 {
    padding-bottom: 8px !important;
    padding-top: 8px !important
}

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.pt-2 {
    padding-top: 8px !important
}

.pr-2 {
    padding-right: 8px !important
}

.pb-2 {
    padding-bottom: 8px !important
}

.pl-2 {
    padding-left: 8px !important
}

.ma-3 {
    margin: 16px !important
}

.my-3 {
    margin-bottom: 16px !important;
    margin-top: 16px !important
}

.mx-3 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.mt-3 {
    margin-top: 16px !important
}

.mr-3 {
    margin-right: 16px !important
}

.mb-3 {
    margin-bottom: 16px !important
}

.ml-3 {
    margin-left: 16px !important
}

.pa-3 {
    padding: 16px !important
}

.py-3 {
    padding-bottom: 16px !important;
    padding-top: 16px !important
}

.px-3 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.pt-3 {
    padding-top: 16px !important
}

.pr-3 {
    padding-right: 16px !important
}

.pb-3 {
    padding-bottom: 16px !important
}

.pl-3 {
    padding-left: 16px !important
}

.ma-4 {
    margin: 24px !important
}

.my-4 {
    margin-bottom: 24px !important;
    margin-top: 24px !important
}

.mx-4 {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.mt-4 {
    margin-top: 24px !important
}

.mr-4 {
    margin-right: 24px !important
}

.mb-4 {
    margin-bottom: 24px !important
}

.ml-4 {
    margin-left: 24px !important
}

.pa-4 {
    padding: 24px !important
}

.py-4 {
    padding-bottom: 24px !important;
    padding-top: 24px !important
}

.px-4 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.pt-4 {
    padding-top: 24px !important
}

.pr-4 {
    padding-right: 24px !important
}

.pb-4 {
    padding-bottom: 24px !important
}

.pl-4 {
    padding-left: 24px !important
}

.ma-5 {
    margin: 48px !important
}

.my-5 {
    margin-bottom: 48px !important;
    margin-top: 48px !important
}

.mx-5 {
    margin-left: 48px !important;
    margin-right: 48px !important
}

.mt-5 {
    margin-top: 48px !important
}

.mr-5 {
    margin-right: 48px !important
}

.mb-5 {
    margin-bottom: 48px !important
}

.ml-5 {
    margin-left: 48px !important
}

.pa-5 {
    padding: 48px !important
}

.py-5 {
    padding-bottom: 48px !important;
    padding-top: 48px !important
}

.px-5 {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.pt-5 {
    padding-top: 48px !important
}

.pr-5 {
    padding-right: 48px !important
}

.pb-5 {
    padding-bottom: 48px !important
}

.pl-5 {
    padding-left: 48px !important
}

.font-weight-thin {
    font-weight: 100 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-regular {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-black {
    font-weight: 900 !important
}

.font-italic {
    font-style: italic !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-no-wrap,
.text-truncate {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

.transition-fast-out-slow-in {
    transition: .3s cubic-bezier(.4, 0, .2, 1) !important
}

.transition-linear-out-slow-in {
    transition: .3s cubic-bezier(0, 0, .2, 1) !important
}

.transition-fast-out-linear-in {
    transition: .3s cubic-bezier(.4, 0, 1, 1) !important
}

.transition-ease-in-out {
    transition: .3s cubic-bezier(.4, 0, .6, 1) !important
}

.transition-fast-in-fast-out {
    transition: .3s cubic-bezier(.25, .8, .25, 1) !important
}

.transition-swing {
    transition: .3s cubic-bezier(.25, .8, .5, 1) !important
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        clip: rect(0 0 0 0) !important;
        position: absolute !important
    }
}

@media only screen and (max-width:599px) {
    .hidden-xs-only {
        display: none !important
    }
}

@media only screen and (min-width:600px)and (max-width:959px) {
    .hidden-sm-only {
        display: none !important
    }
}

@media only screen and (max-width:959px) {
    .hidden-sm-and-down {
        display: none !important
    }
}

@media only screen and (min-width:600px) {
    .hidden-sm-and-up {
        display: none !important
    }
}

@media only screen and (min-width:960px)and (max-width:1263px) {
    .hidden-md-only {
        display: none !important
    }
}

@media only screen and (max-width:1263px) {
    .hidden-md-and-down {
        display: none !important
    }
}

@media only screen and (min-width:960px) {
    .hidden-md-and-up {
        display: none !important
    }
}

@media only screen and (min-width:1264px)and (max-width:1903px) {
    .hidden-lg-only {
        display: none !important
    }
}

@media only screen and (max-width:1903px) {
    .hidden-lg-and-down {
        display: none !important
    }
}

@media only screen and (min-width:1264px) {
    .hidden-lg-and-up {
        display: none !important
    }
}

@media only screen and (min-width:1904px) {
    .hidden-xl-only {
        display: none !important
    }
}

@media(min-width:0) {
    .text-xs-left {
        text-align: left !important
    }

    .text-xs-center {
        text-align: center !important
    }

    .text-xs-right {
        text-align: right !important
    }

    .text-xs-justify {
        text-align: justify !important
    }
}

@media(min-width:600px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-justify {
        text-align: justify !important
    }
}

@media(min-width:960px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-center {
        text-align: center !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-justify {
        text-align: justify !important
    }
}

@media(min-width:1264px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-justify {
        text-align: justify !important
    }
}

@media(min-width:1904px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-justify {
        text-align: justify !important
    }

}

.application {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.application a {
    cursor: pointer
}

.application--is-rtl {
    direction: rtl
}

.application--wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    min-height: 100vh;
    position: relative
}

.theme--light.application {
    background: #fafafa;
    color: rgba(0, 0, 0, .87)
}

.theme--light.application .text--primary {
    color: rgba(0, 0, 0, .87) !important
}

.theme--light.application .text--secondary {
    color: rgba(0, 0, 0, .54) !important
}

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

.theme--dark.application {
    background: #303030;
    color: #fff
}

.theme--dark.application .text--primary {
    color: #fff !important
}

.theme--dark.application .text--secondary {
    color: hsla(0, 0%, 100%, .7) !important
}

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

@media print {

    @-moz-document url-prefix() {

        .application,
        .application--wrap {
            display: block
        }
    }

}

.v-alert {
    border-radius: 0;
    border-style: solid;
    border-width: 4px 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin: 4px auto;
    padding: 16px;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-alert .v-alert__icon.v-icon,
.v-alert__dismissible .v-icon {
    -ms-flex-item-align: center;
    align-self: center;
    color: rgba(0, 0, 0, .3);
    font-size: 24px
}

.v-alert--outline .v-icon {
    color: inherit !important
}

.v-alert__icon {
    margin-right: 16px
}

.v-alert__dismissible {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: inherit;
    margin-left: 16px;
    margin-right: 0;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    user-select: none
}

.v-alert__dismissible:hover {
    opacity: .8
}

.v-alert--no-icon .v-alert__icon {
    display: none
}

.v-alert>div {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.v-alert.v-alert {
    border-color: rgba(0, 0, 0, .12) !important
}

.v-alert.v-alert--outline {
    border: 1px solid !important
}

@media screen and (max-width:600px) {
    .v-alert__icon {
        display: none
    }

}

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

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

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

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

.v-icon {
    -webkit-font-feature-settings: "liga";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    vertical-align: text-bottom
}

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

.v-icon.v-icon--large {
    font-size: 35px;
    font-size: 2.5rem
}

.v-icon.v-icon--medium {
    font-size: 28px;
    font-size: 2rem
}

.v-icon.v-icon--x-large {
    font-size: 42px;
    font-size: 3rem
}

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

.v-autocomplete.v-input>.v-input__control>.v-input__slot {
    cursor: text
}

.v-autocomplete input {
    -ms-flex-item-align: center;
    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) .v-select__slot>input {
    margin-top: 24px
}

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

.v-autocomplete__content.v-menu__content,
.v-autocomplete__content.v-menu__content .v-card {
    border-radius: 0
}

.theme--light.v-text-field .v-input__slot:before {
    border-color: rgba(0, 0, 0, .42)
}

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

.theme--light.v-text-field.v-input--is-disabled .v-input__slot:before {
    -o-border-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38) 2px, transparent 0, transparent 4px) 1 repeat;
    border-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38) 2px, transparent 0, transparent 4px) 1 repeat
}

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

.theme--light.v-text-field--solo .v-input__slot {
    background: #fff;
    border-radius: 2px
}

.theme--light.v-text-field--solo-inverted.v-text-field--solo .v-input__slot {
    background: rgba(0, 0, 0, .16)
}

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

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

.theme--light.v-text-field--box .v-input__slot {
    background: rgba(0, 0, 0, .06)
}

.theme--light.v-text-field--box:not(.v-input--is-focused) .v-input__slot:hover {
    background: rgba(0, 0, 0, .12)
}

.theme--light.v-text-field--outline .v-input__slot {
    border: 2px solid rgba(0, 0, 0, .54)
}

.theme--light.v-text-field--outline:not(.v-input--is-focused) .v-input__slot:hover {
    border: 2px solid rgba(0, 0, 0, .87)
}

.theme--dark.v-text-field .v-input__slot:before {
    border-color: hsla(0, 0%, 100%, .7)
}

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

.theme--dark.v-text-field.v-input--is-disabled .v-input__slot:before {
    -o-border-image: repeating-linear-gradient(90deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5) 2px, transparent 0, transparent 4px) 1 repeat;
    border-image: repeating-linear-gradient(90deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5) 2px, transparent 0, transparent 4px) 1 repeat
}

.theme--dark.v-text-field__prefix,
.theme--dark.v-text-field__suffix {
    color: hsla(0, 0%, 100%, .7)
}

.theme--dark.v-text-field--solo .v-input__slot {
    background: #424242;
    border-radius: 2px
}

.theme--dark.v-text-field--solo-inverted.v-text-field--solo .v-input__slot {
    background: hsla(0, 0%, 100%, .16)
}

.theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused .v-input__slot {
    background: #fff
}

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

.theme--dark.v-text-field--box .v-input__slot {
    background: rgba(0, 0, 0, .1)
}

.theme--dark.v-text-field--box:not(.v-input--is-focused) .v-input__slot:hover {
    background: rgba(0, 0, 0, .2)
}

.theme--dark.v-text-field--outline .v-input__slot {
    border: 2px solid hsla(0, 0%, 100%, .7)
}

.theme--dark.v-text-field--outline:not(.v-input--is-focused) .v-input__slot:hover {
    border: 2px solid #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v-text-field>.v-input__control>.v-input__slot {
    cursor: text;
    transition: background .3s cubic-bezier(.25, .8, .5, 1)
}

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

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

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

.v-text-field__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    overflow: hidden
}

.v-text-field__prefix,
.v-text-field__suffix {
    -ms-flex-item-align: center;
    align-self: center;
    cursor: default
}

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

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

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

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

.v-text-field__slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

.v-text-field--box,
.v-text-field--outline {
    position: relative
}

.v-text-field--box .v-input__slot,
.v-text-field--outline .v-input__slot {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.v-text-field--box input,
.v-text-field--outline input {
    margin-top: 22px
}

.v-text-field--box.v-text-field--single-line input,
.v-text-field--outline.v-text-field--single-line input {
    margin-top: 12px
}

.v-text-field--box .v-label,
.v-text-field--outline .v-label {
    top: 18px
}

.v-text-field--box .v-label--active,
.v-text-field--outline .v-label--active {
    -webkit-transform: translateY(-6px) scale(.75);
    transform: translateY(-6px) scale(.75)
}

.v-text-field--box .v-input__slot,
.v-text-field--outline .v-input__slot {
    min-height: 56px
}

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

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

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

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

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

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

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

.v-text-field.v-text-field--full-width.v-input {
    margin-bottom: 0;
    margin-top: 0
}

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

.v-text-field.v-text-field--full-width .v-input__control {
    padding: 12px 0
}

.v-text-field.v-text-field--full-width .v-input__append-outer,
.v-text-field.v-text-field--full-width .v-input__prepend-outer {
    margin-top: 4px
}

.v-text-field.v-text-field--full-width .v-input__append-inner {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 0
}

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

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

.v-text-field--reverse .v-input__slot,
.v-text-field--reverse .v-text-field__slot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.v-text-field--full-width .v-input__slot:after,
.v-text-field--full-width .v-input__slot:before,
.v-text-field--outline .v-input__slot:after,
.v-text-field--outline .v-input__slot:before,
.v-text-field--solo .v-input__slot:after,
.v-text-field--solo .v-input__slot:before {
    display: none
}

.v-text-field--outline {
    margin-bottom: 16px;
    transition: border .3s cubic-bezier(.25, .8, .5, 1)
}

.v-text-field--outline .v-input__slot {
    background: transparent !important;
    border-radius: 4px
}

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

.v-text-field--outline.v-input--is-focused .v-input__slot {
    border: 2px solid;
    transition: border .3s cubic-bezier(.25, .8, .5, 1)
}

.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:not(.v-text-field--solo-flat) .v-input__slot {
    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-text-field.v-text-field--solo .v-text-field__slot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

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

.theme--light.v-select .v-chip--disabled,
.theme--light.v-select.v-input--is-disabled .v-select__selections,
.theme--light.v-select .v-select__selection--disabled {
    color: rgba(0, 0, 0, .38)
}

.theme--dark.v-select .v-select__selections,
.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
    color: #fff
}

.theme--dark.v-select .v-chip--disabled,
.theme--dark.v-select.v-input--is-disabled .v-select__selections,
.theme--dark.v-select .v-select__selection--disabled {
    color: hsla(0, 0%, 100%, .5)
}

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

.v-select {
    position: relative
}

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

.v-select .v-chip {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

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

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

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

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

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

.v-select.v-text-field input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-top: 0;
    min-width: 0;
    pointer-events: none;
    position: relative
}

.v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
    -webkit-transform: rotate(180deg);
    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-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-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-text-field--reverse .v-select__selections,
.v-select.v-text-field--reverse .v-select__slot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.v-select__selections {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 18px
}

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

.v-select__selection--comma {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 7px 4px 7px 0
}

.v-select__selection--comma,
.v-select__slot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v-select__slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.v-select:not(.v-text-field--single-line) .v-select__slot>input {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.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, .87)
}

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

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

.theme--light.v-input input::placeholder,
.theme--light.v-input textarea::placeholder {
    color: rgba(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, .38)
}

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

.theme--dark.v-input input::-webkit-input-placeholder,
.theme--dark.v-input textarea::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.theme--dark.v-input input:-ms-input-placeholder,
.theme--dark.v-input input::-ms-input-placeholder,
.theme--dark.v-input textarea:-ms-input-placeholder,
.theme--dark.v-input textarea::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.theme--dark.v-input input::placeholder,
.theme--dark.v-input textarea::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.theme--dark.v-input--is-disabled .v-label,
.theme--dark.v-input--is-disabled input,
.theme--dark.v-input--is-disabled textarea {
    color: hsla(0, 0%, 100%, .5)
}

.v-input {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    text-align: left
}

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

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

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

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

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

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

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

.v-input__append-outer {
    margin-left: 9px
}

.v-input__prepend-outer {
    margin-right: 9px
}

.v-input__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    position: relative;
    width: 100%
}

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

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

.v-input__slot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    min-height: inherit;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

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

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

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

.v-input--has-state.error--text .v-label {
    -webkit-animation: shake .6s cubic-bezier(.25, .8, .5, 1);
    animation: shake .6s cubic-bezier(.25, .8, .5, 1)
}

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

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

.theme--dark.v-label {
    color: hsla(0, 0%, 100%, .7)
}

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

.v-label {
    font-size: 16px;
    line-height: 1;
    min-height: 8px;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

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

.theme--dark.v-messages {
    color: hsla(0, 0%, 100%, .7)
}

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

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

.v-messages__message {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word
}

.v-progress-linear {
    background: transparent;
    margin: 14px 0;
    margin: 1rem 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.v-progress-linear__bar {
    position: relative;
    width: 100%;
    z-index: 1
}

.v-progress-linear__bar,
.v-progress-linear__bar__determinate {
    height: inherit;
    transition: .2s
}

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

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

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

.v-progress-linear__background {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s ease-in
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

.theme--dark.v-counter {
    color: hsla(0, 0%, 100%, .7)
}

.v-counter {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 12px;
    line-height: 1;
    min-height: 12px
}

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

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

.v-card {
    border-radius: 2px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    display: block;
    min-width: 0;
    position: relative;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-card>:first-child: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--raised {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

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

.v-card--flat {
    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-card--hover {
    cursor: pointer;
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
    transition-property: box-shadow
}

.v-card--hover:hover {
    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-card__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px
}

.v-card__title--primary {
    padding-top: 24px
}

.v-card__text {
    padding: 16px;
    width: 100%
}

.v-card__actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px
}

.v-card__actions .v-btn,
.v-card__actions>* {
    margin: 0
}

.v-card__actions .v-btn+.v-btn {
    margin-left: 8px
}

.theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
    color: rgba(0, 0, 0, .26) !important
}

.theme--dark.v-input--selection-controls.v-input--is-disabled .v-icon {
    color: hsla(0, 0%, 100%, .3) !important
}

.application--is-rtl .v-input--selection-controls .v-input--selection-controls__input {
    margin-left: 8px;
    margin-right: 0
}

.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-bottom: 0;
    margin-top: 0
}

.v-input--selection-controls .v-input__control {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto
}

.v-input--selection-controls .v-input__slot {
    margin-bottom: 12px
}

.v-input--selection-controls__input {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 24px;
    margin-right: 8px;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    transition-property: color, -webkit-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform;
    user-select: none;
    width: 24px
}

.v-input--selection-controls__input input {
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%
}

.v-input--selection-controls__input+.v-label,
.v-input--selection-controls__input input {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    user-select: none
}

.v-input--selection-controls__ripple {
    border-radius: 50%;
    cursor: pointer;
    height: 34px;
    left: -12px;
    margin: 7px;
    position: absolute;
    top: calc(50% - 24px);
    transition: inherit;
    width: 34px
}

.v-input--selection-controls__ripple:before {
    -webkit-transform: scale(.2);
    -webkit-transform-origin: center center;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.2);
    transform-origin: center center;
    transition: inherit
}

.v-input--selection-controls__ripple .v-ripple__container {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.v-input--selection-controls.v-input .v-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    top: 0
}

.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 {
    -webkit-transform: scale(.8);
    background: currentColor;
    transform: scale(.8)
}

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

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

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

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

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

.v-divider--vertical.v-divider--inset {
    margin-top: 8px;
    max-height: calc(100% - 16px);
    min-height: 0
}

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

.theme--dark.v-subheader {
    color: hsla(0, 0%, 100%, .7)
}

.v-subheader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    padding: 0 16px
}

.v-subheader--inset {
    margin-left: 56px
}

.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__tile__sub-title {
    color: rgba(0, 0, 0, .54)
}

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

.theme--light.v-list .v-list__group__header:hover,
.theme--light.v-list .v-list__tile--highlighted,
.theme--light.v-list .v-list__tile--link:hover {
    background: rgba(0, 0, 0, .04)
}

.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--light.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon,
.theme--light.v-list .v-list__group--disabled .v-list__tile {
    color: rgba(0, 0, 0, .38) !important
}

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

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

.theme--dark.v-list .v-list__tile__sub-title {
    color: hsla(0, 0%, 100%, .7)
}

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

.theme--dark.v-list .v-list__group__header:hover,
.theme--dark.v-list .v-list__tile--highlighted,
.theme--dark.v-list .v-list__tile--link:hover {
    background: hsla(0, 0%, 100%, .08)
}

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

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

.v-list {
    list-style-type: none;
    padding: 8px 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

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

.v-list .v-input,
.v-list .v-input__slot {
    margin: 0
}

.v-list>div {
    transition: inherit
}

.v-list__tile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    margin: 0;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

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

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

.v-list__tile__sub-title,
.v-list__tile__title {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
    width: 100%
}

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

.v-list__tile__sub-title {
    font-size: 14px
}

.v-list__tile__action,
.v-list__tile__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 56px
}

.v-list__tile__action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v-list__tile__action .v-btn {
    margin: 0;
    padding: 0
}

.v-list__tile__action .v-btn--icon {
    margin: -6px
}

.v-list__tile__action .v-radio.v-radio {
    margin: 0
}

.v-list__tile__action .v-input--selection-controls {
    padding: 0
}

.v-list__tile__action-text {
    color: #9e9e9e;
    font-size: 12px
}

.v-list__tile__action--stack {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    white-space: nowrap
}

.v-list__tile__action--stack,
.v-list__tile__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

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

.v-list__tile__content~.v-list__tile__action:not(.v-list__tile__action--stack),
.v-list__tile__content~.v-list__tile__avatar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.v-list__tile--active .v-list__tile__action:first-of-type .v-icon {
    color: inherit
}

.v-list__tile--avatar {
    height: 56px
}

.v-list--dense {
    padding-bottom: 4px;
    padding-top: 4px
}

.v-list--dense .v-subheader {
    font-size: 13px;
    height: 40px
}

.v-list--dense .v-list__group .v-subheader {
    height: 40px
}

.v-list--dense .v-list__tile {
    font-size: 13px
}

.v-list--dense .v-list__tile--avatar {
    height: 48px
}

.v-list--dense .v-list__tile:not(.v-list__tile--avatar) {
    height: 40px
}

.v-list--dense .v-list__tile .v-icon {
    font-size: 22px
}

.v-list--dense .v-list__tile__sub-title {
    font-size: 13px
}

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

.v-list--two-line .v-list__tile {
    height: 72px
}

.v-list--two-line.v-list--dense .v-list__tile {
    height: 60px
}

.v-list--three-line .v-list__tile {
    height: 88px
}

.v-list--three-line .v-list__tile__avatar {
    margin-top: -18px
}

.v-list--three-line .v-list__tile__sub-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal
}

.v-list--three-line.v-list--dense .v-list__tile {
    height: 76px
}

.v-list>.v-list__group:before {
    top: 0
}

.v-list>.v-list__group:before .v-list__tile__avatar {
    margin-top: -14px
}

.v-list__group {
    padding: 0;
    position: relative;
    transition: inherit
}

.v-list__group:after,
.v-list__group:before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

.v-list__group--active~.v-list__group:before {
    display: none
}

.v-list__group__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}

.v-list__group__header>div:not(.v-list__group__header__prepend-icon):not(.v-list__group__header__append-icon) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.v-list__group__header .v-list__group__header__append-icon,
.v-list__group__header .v-list__group__header__prepend-icon {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    padding: 0 16px;
    user-select: none
}

.v-list__group__header--sub-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.v-list__group__header--sub-group div .v-list__tile {
    padding-left: 0
}

.v-list__group__header--sub-group .v-list__group__header__prepend-icon {
    margin-right: 8px;
    padding: 0 0 0 40px
}

.v-list__group__header .v-list__group__header__prepend-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 56px
}

.v-list__group__header--active .v-list__group__header__append-icon .v-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.v-list__group__header--active .v-list__group__header__prepend-icon .v-icon {
    color: inherit
}

.v-list__group__header--active.v-list__group__header--sub-group .v-list__group__header__prepend-icon .v-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.v-list__group__items {
    padding: 0;
    position: relative;
    transition: inherit
}

.v-list__group__items>div {
    display: block
}

.v-list__group__items--no-action .v-list__tile {
    padding-left: 72px
}

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

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

.v-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.v-avatar,
.v-avatar .v-icon,
.v-avatar .v-image,
.v-avatar img {
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.v-avatar .v-icon,
.v-avatar .v-image,
.v-avatar img {
    height: inherit;
    width: inherit
}

.v-avatar--tile,
.v-avatar--tile .v-icon,
.v-avatar--tile .v-image,
.v-avatar--tile img {
    border-radius: 0
}

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

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

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

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

.v-chip {
    border: 1px solid transparent;
    border-radius: 28px;
    font-size: 13px;
    margin: 4px;
    outline: none;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-chip,
.v-chip .v-chip__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.v-chip .v-chip__content {
    border-radius: 28px;
    cursor: default;
    height: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 12px;
    white-space: nowrap;
    z-index: 1
}

.v-chip--removable .v-chip__content {
    padding: 0 4px 0 12px
}

.v-chip .v-avatar {
    height: 32px !important;
    margin-left: -12px;
    margin-right: 8px;
    min-width: 32px;
    width: 32px !important
}

.v-chip .v-avatar img {
    height: 100%;
    width: 100%
}

.v-chip--active,
.v-chip--selected,
.v-chip:focus:not(.v-chip--disabled) {
    border-color: rgba(0, 0, 0, .13);
    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-chip--active:after,
.v-chip--selected:after,
.v-chip:focus:not(.v-chip--disabled):after {
    background: currentColor;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: .13;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: inherit;
    width: 100%
}

.v-chip--label,
.v-chip--label .v-chip__content {
    border-radius: 2px
}

.v-chip.v-chip.v-chip--outline {
    background: transparent !important;
    border-color: currentColor;
    color: #9e9e9e
}

.v-chip--small {
    height: 24px
}

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

.v-chip--small .v-icon {
    font-size: 20px
}

.v-chip__close {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    margin: 0 2px 0 8px;
    text-decoration: none;
    user-select: none
}

.v-chip__close>.v-icon {
    color: inherit !important;
    cursor: pointer;
    font-size: 20px;
    opacity: .5
}

.v-chip__close>.v-icon:hover {
    opacity: 1
}

.v-chip--disabled .v-chip__close {
    pointer-events: none
}

.v-chip--select-multi {
    margin: 4px 4px 4px 0
}

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

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

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

.v-menu {
    display: block;
    position: relative;
    vertical-align: middle
}

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

.v-menu__activator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.v-menu__activator * {
    cursor: pointer
}

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

.v-menu__content {
    border-radius: 2px;
    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);
    contain: content;
    display: inline-block;
    max-width: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    will-change: transform
}

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

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

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

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

.v-menu-transition-enter-to .v-list__tile {
    pointer-events: auto;
    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 .v-list__tile {
    -webkit-transform: translateY(-15px);
    opacity: 0;
    transform: translateY(-15px)
}

.v-menu-transition-enter.v-menu__content--auto .v-list__tile--active {
    -webkit-transform: none !important;
    opacity: 1;
    pointer-events: auto;
    transform: none !important
}

.v-badge {
    display: inline-block;
    position: relative
}

.v-badge__badge {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    height: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -22px;
    top: -11px;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 22px
}

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

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

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

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

.v-badge--left .v-badge__badge {
    left: -22px
}

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

.theme--light.v-bottom-nav {
    background-color: #fff
}

.theme--dark.v-bottom-nav {
    background-color: #424242
}

.v-item-group.v-bottom-nav {
    -webkit-transform: translateY(60px);
    bottom: 0;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, .12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    transform: translateY(60px);
    transition: all .4s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

.v-item-group.v-bottom-nav--absolute {
    position: absolute
}

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

.v-item-group.v-bottom-nav--fixed {
    position: fixed;
    z-index: 4
}

.v-item-group.v-bottom-nav .v-btn {
    background: transparent !important;
    border-radius: 0;
    box-shadow: none !important;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-weight: 400;
    height: 100%;
    margin: 0;
    max-width: 168px;
    min-width: 80px;
    opacity: .5;
    padding: 8px 12px 10px;
    text-transform: none;
    width: 100%
}

.v-item-group.v-bottom-nav .v-btn .v-btn__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 12px;
    white-space: nowrap;
    will-change: font-size
}

.v-item-group.v-bottom-nav .v-btn .v-btn__content i.v-icon {
    color: inherit;
    margin-bottom: 4px;
    transition: all .4s cubic-bezier(.25, .8, .5, 1)
}

.v-item-group.v-bottom-nav .v-btn .v-btn__content span {
    line-height: 1
}

.v-item-group.v-bottom-nav .v-btn--active {
    opacity: 1;
    padding-top: 6px
}

.v-item-group.v-bottom-nav .v-btn--active:before {
    background-color: transparent
}

.v-item-group.v-bottom-nav .v-btn--active .v-btn__content {
    font-size: 14px
}

.v-item-group.v-bottom-nav .v-btn--active .v-btn__content .v-icon {
    -webkit-transform: none;
    transform: none
}

.v-item-group.v-bottom-nav .v-btn:not(.v-btn--active) {
    -webkit-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%)
}

.v-item-group.v-bottom-nav--shift .v-btn__content {
    font-size: 14px
}

.v-item-group.v-bottom-nav--shift .v-btn {
    max-width: 96px;
    min-width: 56px;
    transition: all .3s
}

.v-item-group.v-bottom-nav--shift .v-btn--active {
    max-width: 168px;
    min-width: 96px
}

.v-bottom-nav--shift .v-btn:not(.v-btn--active) .v-btn__content .v-icon {
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px)
}

.v-bottom-nav--shift .v-btn:not(.v-btn--active) .v-btn__content span {
    color: transparent
}

.v-item-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-item-group>* {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.v-bottom-sheet.v-dialog {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
    min-width: 100%;
    overflow: visible;
    transition: .3s cubic-bezier(.25, .8, .25, 1)
}

.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
    }

}

.v-dialog {
    border-radius: 2px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
    margin: 24px;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    width: 100%;
    z-index: inherit
}

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

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

.v-dialog__activator,
.v-dialog__activator * {
    cursor: pointer
}

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

.v-dialog__container {
    display: inline-block;
    vertical-align: middle
}

.v-dialog--animated {
    -webkit-animation-duration: .15s;
    -webkit-animation-name: animate-dialog;
    -webkit-animation-timing-function: cubic-bezier(.25, .8, .25, 1);
    animation-duration: .15s;
    animation-name: animate-dialog;
    animation-timing-function: cubic-bezier(.25, .8, .25, 1)
}

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

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

.v-dialog--scrollable,
.v-dialog--scrollable>.v-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.v-dialog--scrollable>.v-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.v-dialog--scrollable>.v-card>.v-card__actions,
.v-dialog--scrollable>.v-card>.v-card__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

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

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

    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

}

.v-overlay {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    z-index: 5
}

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

.v-overlay:before {
    background-color: #212121;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: inherit;
    transition-delay: .15s;
    width: 100%
}

.v-overlay--active {
    pointer-events: auto;
    -ms-touch-action: none;
    touch-action: none
}

.v-overlay--active:before {
    opacity: .46
}

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

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

.v-breadcrumbs {
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 18px 12px
}

.v-breadcrumbs,
.v-breadcrumbs li {
    -webkit-box-align: center;
    align-items: center
}

.v-breadcrumbs li {
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px
}

.v-breadcrumbs li .v-icon {
    font-size: 16px
}

.v-breadcrumbs li:nth-child(2n) {
    padding: 0 12px
}

.v-breadcrumbs--large li,
.v-breadcrumbs--large li .v-icon {
    font-size: 16px
}

.v-breadcrumbs__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

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

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

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

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

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

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

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

.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:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: rgba(0, 0, 0, .12) !important
}

.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: #f5f5f5
}

.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:not(.v-btn--icon):not(.v-btn--flat) {
    background-color: hsla(0, 0%, 100%, .12) !important
}

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

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

.v-btn:before {
    border-radius: inherit;
    color: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

.v-btn {
    padding: 0 16px
}

.v-btn--active,
.v-btn:focus,
.v-btn:hover {
    position: relative
}

.v-btn--active:before,
.v-btn:focus:before,
.v-btn:hover:before {
    background-color: currentColor
}

.v-btn__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: inherit;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    white-space: nowrap;
    width: inherit
}

.v-btn--small {
    font-size: 13px;
    height: 28px;
    padding: 0 8px
}

.v-btn--large {
    font-size: 15px;
    height: 44px;
    padding: 0 32px
}

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

.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
    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);
    will-change: box-shadow
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat):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--icon {
    background: transparent;
    border-radius: 50%;
    box-shadow: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0;
    width: 36px
}

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

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

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

.v-btn--floating {
    height: 56px;
    min-width: 0;
    padding: 0;
    width: 56px
}

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

.v-btn--floating:not(.v-btn--depressed):not(.v-btn--flat) {
    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--floating:not(.v-btn--depressed):not(.v-btn--flat):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--floating .v-btn__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    margin: 0
}

.v-btn--floating:after {
    border-radius: 50%
}

.v-btn--floating .v-btn__content :not(:only-child) {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-btn--floating .v-btn__content :not(:only-child):first-child {
    opacity: 1
}

.v-btn--floating .v-btn__content :not(:only-child):last-child {
    -webkit-transform: rotate(-45deg);
    opacity: 0;
    transform: rotate(-45deg)
}

.v-btn--floating .v-btn__content :not(:only-child):first-child,
.v-btn--floating .v-btn__content :not(:only-child):last-child {
    -webkit-backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0
}

.v-btn--floating.v-btn--active .v-btn__content :not(:only-child):first-child {
    -webkit-transform: rotate(45deg);
    opacity: 0;
    transform: rotate(45deg)
}

.v-btn--floating.v-btn--active .v-btn__content :not(:only-child):last-child {
    -webkit-transform: rotate(0);
    opacity: 1;
    transform: rotate(0)
}

.v-btn--floating .v-icon {
    height: inherit;
    width: inherit
}

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

.v-btn--floating.v-btn--small .v-icon {
    font-size: 18px
}

.v-btn--floating.v-btn--large {
    height: 72px;
    width: 72px
}

.v-btn--floating.v-btn--large .v-icon {
    font-size: 30px
}

.v-btn--reverse .v-btn__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.v-btn--reverse.v-btn--column .v-btn__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.v-btn--absolute,
.v-btn--fixed {
    margin: 0
}

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

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

.v-btn--top:not(.v-btn--absolute) {
    top: 16px
}

.v-btn--top.v-btn--absolute {
    top: -28px
}

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

.v-btn--top.v-btn--absolute.v-btn--large {
    top: -36px
}

.v-btn--bottom:not(.v-btn--absolute) {
    bottom: 16px
}

.v-btn--bottom.v-btn--absolute {
    bottom: -28px
}

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

.v-btn--bottom.v-btn--absolute.v-btn--large {
    bottom: -36px
}

.v-btn--left {
    left: 16px
}

.v-btn--right {
    right: 16px
}

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

.v-btn:not(.v-btn--disabled):not(.v-btn--floating):not(.v-btn--icon) .v-btn__content .v-icon {
    transition: none
}

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

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

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

.v-btn__loading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v-btn__loading .v-icon--left {
    line-height: inherit;
    margin-right: 14px;
    margin-right: 1rem
}

.v-btn__loading .v-icon--right {
    line-height: inherit;
    margin-left: 14px;
    margin-left: 1rem
}

.v-btn.v-btn--outline {
    background: transparent !important;
    border: 1px solid
}

.v-btn.v-btn--outline,
.v-btn.v-btn--outline:hover {
    box-shadow: none
}

.v-btn--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 6px 0;
    width: 100%
}

.v-btn--round,
.v-btn--round:after {
    border-radius: 28px
}

.v-btn .v-icon--right {
    margin-left: 16px
}

.v-btn .v-icon--left {
    margin-right: 16px
}

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

.v-progress-circular {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

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

.v-progress-circular--indeterminate svg {
    -webkit-animation: progress-circular-rotate 1.4s linear infinite;
    -webkit-transform-origin: center center;
    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 {
    -webkit-animation: progress-circular-dash 1.4s ease-in-out infinite;
    animation: progress-circular-dash 1.4s ease-in-out infinite;
    stroke-dasharray: 80, 200;
    stroke-dashoffset: 0px;
    stroke-linecap: round
}

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

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

.v-progress-circular__info {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@-webkit-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-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
    }
}

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

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

}

.theme--light.v-btn-toggle {
    background: #fff
}

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

.theme--light.v-btn-toggle:not(.v-btn-toggle--only-child) .v-btn.v-btn--active:not(:last-child) {
    border-right-color: rgba(0, 0, 0, .26)
}

.theme--dark.v-btn-toggle {
    background: #424242
}

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

.theme--dark.v-btn-toggle:not(.v-btn-toggle--only-child) .v-btn.v-btn--active:not(:last-child) {
    border-right-color: hsla(0, 0%, 100%, .3)
}

.v-btn-toggle {
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    will-change: background, box-shadow
}

.v-btn-toggle .v-btn {
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-width: auto;
    opacity: .4;
    padding: 0 8px;
    width: auto
}

.v-btn-toggle .v-btn:not(:last-child) {
    border-right: 1px solid transparent
}

.v-btn-toggle .v-btn:after {
    display: none
}

.v-btn-toggle .v-btn.v-btn--active {
    opacity: 1
}

.v-btn-toggle .v-btn span+.v-icon {
    font-size: medium;
    margin-left: 10px
}

.v-btn-toggle .v-btn:first-child {
    border-radius: 2px 0 0 2px
}

.v-btn-toggle .v-btn:last-child {
    border-radius: 0 2px 2px 0
}

.v-btn-toggle--selected {
    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-image {
    z-index: 0
}

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

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

.v-image__image--preload {
    -webkit-filter: blur(2px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    filter: blur(2px)
}

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

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

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

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

.v-responsive__sizer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    transition: padding-bottom .2s cubic-bezier(.25, .8, .5, 1)
}

.application--is-rtl .v-carousel__prev {
    left: auto;
    right: 5px
}

.application--is-rtl .v-carousel__next {
    left: 5px;
    right: auto
}

.v-carousel {
    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);
    overflow: hidden;
    position: relative;
    width: 100%
}

.v-carousel__next,
.v-carousel__prev {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.v-carousel__next .v-btn,
.v-carousel__prev .v-btn {
    height: auto;
    margin: 0;
    width: auto
}

.v-carousel__next .v-btn i,
.v-carousel__prev .v-btn i {
    font-size: 48px
}

.v-carousel__next .v-btn:hover,
.v-carousel__prev .v-btn:hover {
    background: none
}

.v-carousel__prev {
    left: 5px
}

.v-carousel__next {
    right: 5px
}

.v-carousel__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    list-style-type: none;
    position: absolute;
    width: 100%;
    z-index: 1
}

.v-carousel__controls>.v-item-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.v-carousel__controls__item {
    margin: 0 8px !important
}

.v-carousel__controls__item .v-icon {
    opacity: .5;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.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: .8
}

.v-window__container {
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-window__container--is-active {
    overflow: hidden
}

.v-window-x-reverse-transition-enter-active,
.v-window-x-reverse-transition-leave-active,
.v-window-x-transition-enter-active,
.v-window-x-transition-leave-active,
.v-window-y-reverse-transition-enter-active,
.v-window-y-reverse-transition-leave-active,
.v-window-y-transition-enter-active,
.v-window-y-transition-leave-active {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-window-x-reverse-transition-leave,
.v-window-x-reverse-transition-leave-to,
.v-window-x-transition-leave,
.v-window-x-transition-leave-to,
.v-window-y-reverse-transition-leave,
.v-window-y-reverse-transition-leave-to,
.v-window-y-transition-leave,
.v-window-y-transition-leave-to {
    position: absolute !important;
    top: 0;
    width: 100%
}

.v-window-x-transition-enter {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.v-window-x-reverse-transition-enter,
.v-window-x-transition-leave-to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.v-window-x-reverse-transition-leave-to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.v-window-y-transition-enter {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.v-window-y-reverse-transition-enter,
.v-window-y-transition-leave-to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.v-window-y-reverse-transition-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.theme--light.v-data-iterator .v-data-iterator__actions {
    color: rgba(0, 0, 0, .54)
}

.theme--light.v-data-iterator .v-data-iterator__actions__select .v-select .v-input__append-inner,
.theme--light.v-data-iterator .v-data-iterator__actions__select .v-select .v-select__selection--comma {
    color: rgba(0, 0, 0, .54) !important
}

.theme--dark.v-data-iterator .v-data-iterator__actions {
    color: hsla(0, 0%, 100%, .7)
}

.theme--dark.v-data-iterator .v-data-iterator__actions__select .v-select .v-input__append-inner,
.theme--dark.v-data-iterator .v-data-iterator__actions__select .v-select .v-select__selection--comma {
    color: hsla(0, 0%, 100%, .7) !important
}

.v-data-iterator__actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.v-data-iterator__actions .v-btn {
    color: inherit
}

.v-data-iterator__actions .v-btn:last-of-type {
    margin-left: 14px
}

.v-data-iterator__actions__range-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px
}

.v-data-iterator__actions__pagination {
    display: block;
    margin: 0 32px 0 24px;
    text-align: center
}

.v-data-iterator__actions__select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 14px
}

.v-data-iterator__actions__select .v-select {
    margin: 13px 0 13px 34px;
    padding: 0;
    position: static
}

.v-data-iterator__actions__select .v-select .v-select__selection--comma {
    font-size: 12px
}

.theme--light.v-overflow-btn .v-input__control:before,
.theme--light.v-overflow-btn .v-input__slot:before {
    background-color: rgba(0, 0, 0, .12) !important
}

.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,
.theme--light.v-overflow-btn--editable:hover .v-input__append-inner,
.theme--light.v-overflow-btn--segmented .v-input__append-inner {
    border-left: 1px solid rgba(0, 0, 0, .12)
}

.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,
.theme--light.v-overflow-btn:hover .v-input__slot {
    background: #fff
}

.theme--dark.v-overflow-btn .v-input__control:before,
.theme--dark.v-overflow-btn .v-input__slot:before {
    background-color: hsla(0, 0%, 100%, .12) !important
}

.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,
.theme--dark.v-overflow-btn--editable:hover .v-input__append-inner,
.theme--dark.v-overflow-btn--segmented .v-input__append-inner {
    border-left: 1px solid hsla(0, 0%, 100%, .12)
}

.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,
.theme--dark.v-overflow-btn:hover .v-input__slot {
    background: #424242
}

.v-overflow-btn {
    margin-top: 12px
}

.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-select__selection--comma:first-child,
.v-overflow-btn .v-select__slot input {
    margin-left: 16px
}

.v-overflow-btn .v-input__slot {
    transition: .3s cubic-bezier(.25, .8, .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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: auto;
    align-self: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 48px;
    margin-top: 0;
    padding: 0;
    width: 48px
}

.v-overflow-btn .v-input__append-outer,
.v-overflow-btn .v-input__prepend-outer {
    margin-bottom: 12px;
    margin-top: 12px
}

.v-overflow-btn .v-input__control:before {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1px;
    transition: .3s cubic-bezier(.25, .8, .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: 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-overflow-btn .v-select__selections {
    width: 0
}

.v-overflow-btn--segmented .v-select__selections {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.v-overflow-btn--segmented .v-select__selections .v-btn {
    border-radius: 0;
    height: 48px;
    margin: 0 -16px 0 0;
    width: 100%
}

.v-overflow-btn--segmented .v-select__selections .v-btn__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.v-overflow-btn--segmented .v-select__selections .v-btn__content:before {
    background-color: transparent
}

.v-overflow-btn--editable .v-input__append-inner,
.v-overflow-btn--editable .v-input__append-inner * {
    cursor: pointer
}

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

.theme--light.v-table thead tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.theme--light.v-table thead th {
    color: rgba(0, 0, 0, .54)
}

.theme--light.v-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.theme--light.v-table tbody tr[active] {
    background: #f5f5f5
}

.theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row) {
    background: #eee
}

.theme--light.v-table tfoot tr {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

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

.theme--dark.v-table thead tr:first-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .12)
}

.theme--dark.v-table thead th {
    color: hsla(0, 0%, 100%, .7)
}

.theme--dark.v-table tbody tr:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .12)
}

.theme--dark.v-table tbody tr[active] {
    background: #505050
}

.theme--dark.v-table tbody tr:hover:not(.v-datatable__expand-row) {
    background: #616161
}

.theme--dark.v-table tfoot tr {
    border-top: 1px solid hsla(0, 0%, 100%, .12)
}

.v-table__overflow {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%
}

table.v-table {
    border-collapse: collapse;
    border-radius: 2px;
    border-spacing: 0;
    max-width: 100%;
    width: 100%
}

table.v-table tbody td:first-child,
table.v-table tbody td:not(:first-child),
table.v-table tbody th:first-child,
table.v-table tbody th:not(:first-child),
table.v-table thead td:first-child,
table.v-table thead td:not(:first-child),
table.v-table thead th:first-child,
table.v-table thead th:not(:first-child) {
    padding: 0 24px
}

table.v-table thead tr {
    height: 56px
}

table.v-table thead th {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    font-size: 12px;
    font-weight: 500;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    user-select: none;
    white-space: nowrap
}

table.v-table thead th.sortable {
    pointer-events: auto
}

table.v-table thead th>div {
    width: 100%
}

table.v-table tbody tr {
    transition: background .3s cubic-bezier(.25, .8, .5, 1);
    will-change: background
}

table.v-table tbody td,
table.v-table tbody th {
    height: 48px
}

table.v-table tbody td {
    font-size: 13px;
    font-weight: 400
}

table.v-table .input-group--selection-controls {
    padding: 0
}

table.v-table .input-group--selection-controls .input-group__details {
    display: none
}

table.v-table .input-group--selection-controls.checkbox .v-icon {
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%)
}

table.v-table .input-group--selection-controls.checkbox .input-group--selection-controls__ripple {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    transform: translate(-50%, -50%)
}

table.v-table tfoot tr {
    height: 48px
}

table.v-table tfoot tr td {
    padding: 0 24px
}

.theme--light.v-datatable thead th.column.sortable i {
    color: rgba(0, 0, 0, .38)
}

.theme--light.v-datatable thead th.column.sortable.active,
.theme--light.v-datatable thead th.column.sortable.active i,
.theme--light.v-datatable thead th.column.sortable:hover {
    color: rgba(0, 0, 0, .87)
}

.theme--light.v-datatable .v-datatable__actions {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .54)
}

.theme--dark.v-datatable thead th.column.sortable i {
    color: hsla(0, 0%, 100%, .5)
}

.theme--dark.v-datatable thead th.column.sortable.active,
.theme--dark.v-datatable thead th.column.sortable.active i,
.theme--dark.v-datatable thead th.column.sortable:hover {
    color: #fff
}

.theme--dark.v-datatable .v-datatable__actions {
    background-color: #424242;
    border-top: 1px solid hsla(0, 0%, 100%, .12);
    color: hsla(0, 0%, 100%, .7)
}

.v-datatable .v-input--selection-controls {
    margin: 0
}

.v-datatable thead th.column.sortable {
    cursor: pointer;
    outline: 0
}

.v-datatable thead th.column.sortable i {
    display: inline-block;
    font-size: 16px;
    opacity: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-datatable thead th.column.sortable:focus i,
.v-datatable thead th.column.sortable:hover i {
    opacity: .6
}

.v-datatable thead th.column.sortable.active {
    -webkit-transform: none;
    transform: none
}

.v-datatable thead th.column.sortable.active i {
    opacity: 1
}

.v-datatable thead th.column.sortable.active.desc i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.v-datatable__actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.v-datatable__actions .v-btn {
    color: inherit
}

.v-datatable__actions .v-btn:last-of-type {
    margin-left: 14px
}

.v-datatable__actions__range-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px
}

.v-datatable__actions__pagination {
    display: block;
    margin: 0 32px 0 24px;
    text-align: center
}

.v-datatable__actions__select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 14px;
    white-space: nowrap
}

.v-datatable__actions__select .v-select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 0px;
    flex: 0 1 0;
    margin: 13px 0 13px 34px;
    padding: 0;
    position: static
}

.v-datatable__actions__select .v-select__selections {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.v-datatable__actions__select .v-select__selections .v-select__selection--comma {
    font-size: 12px
}

.v-datatable__progress,
.v-datatable__progress td,
.v-datatable__progress th,
.v-datatable__progress tr {
    height: auto !important
}

.v-datatable__progress th {
    padding: 0 !important
}

.v-datatable__progress th .v-progress-linear {
    margin: 0
}

.v-datatable__expand-row {
    border: none !important
}

.v-datatable__expand-col {
    height: 0 !important;
    padding: 0 !important
}

.v-datatable__expand-col--expanded {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.v-datatable__expand-content {
    transition: height .3s cubic-bezier(.25, .8, .5, 1)
}

.v-datatable__expand-content>.card {
    border-radius: 0;
    box-shadow: none
}

.theme--light.v-small-dialog a {
    color: rgba(0, 0, 0, .87)
}

.theme--dark.v-small-dialog a {
    color: #fff
}

.theme--light.v-small-dialog__content {
    background: #fff
}

.theme--dark.v-small-dialog__content {
    background: #424242
}

.theme--light.v-small-dialog__actions {
    background: #fff
}

.theme--dark.v-small-dialog__actions {
    background: #424242
}

.v-small-dialog {
    display: block;
    height: 100%;
    width: 100%
}

.v-small-dialog__content {
    padding: 0 24px
}

.v-small-dialog__actions {
    text-align: right;
    white-space: pre
}

.v-small-dialog a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-decoration: none
}

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

.v-small-dialog .v-menu__activator {
    height: 100%
}

.theme--light.v-picker__title {
    background: #e0e0e0
}

.theme--dark.v-picker__title {
    background: #616161
}

.theme--light.v-picker__body {
    background: #fff
}

.theme--dark.v-picker__body {
    background: #424242
}

.v-picker {
    border-radius: 2px;
    contain: layout style;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top
}

.v-picker--full-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.v-picker__title {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    padding: 16px
}

.v-picker__title__btn {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-picker__title__btn:not(.v-picker__title__btn--active) {
    cursor: pointer;
    opacity: .6
}

.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.v-picker__body>div {
    width: 100%
}

.v-picker__body>div.fade-transition-leave-active {
    position: absolute
}

.v-picker--landscape .v-picker__title {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
    z-index: 1
}

.v-picker--landscape .v-picker__actions,
.v-picker--landscape .v-picker__body {
    margin-left: 170px
}

.application--is-rtl .v-date-picker-title .v-picker__title__btn {
    text-align: right
}

.v-date-picker-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1
}

.v-date-picker-title__year {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.v-date-picker-title__date {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: -8px;
    overflow: hidden;
    padding-bottom: 8px;
    position: relative;
    text-align: left
}

.v-date-picker-title__date>div {
    position: relative
}

.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) strong:not(:hover) {
    color: rgba(0, 0, 0, .87) !important
}

.theme--light.v-date-picker-header .v-date-picker-header__value--disabled strong {
    color: rgba(0, 0, 0, .38)
}

.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) strong:not(:hover) {
    color: #fff !important
}

.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled strong {
    color: hsla(0, 0%, 100%, .5)
}

.v-date-picker-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 16px;
    position: relative
}

.v-date-picker-header .v-btn {
    margin: 0;
    z-index: auto
}

.v-date-picker-header .v-icon {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    user-select: none
}

.v-date-picker-header__value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
    text-align: center
}

.v-date-picker-header__value strong {
    cursor: pointer;
    display: block;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

.theme--light.v-date-picker-table th {
    color: rgba(0, 0, 0, .38)
}

.theme--dark.v-date-picker-table th {
    color: hsla(0, 0%, 100%, .5)
}

.v-date-picker-table {
    height: 242px;
    padding: 0 12px;
    position: relative
}

.v-date-picker-table table {
    table-layout: fixed;
    top: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

.v-date-picker-table td,
.v-date-picker-table th {
    position: relative;
    text-align: center
}

.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 {
    font-size: 12px;
    margin: 0;
    z-index: auto
}

.v-date-picker-table .v-btn.v-btn--active {
    color: #fff
}

.v-date-picker-table--month td {
    height: 56px;
    text-align: center;
    vertical-align: middle;
    width: 33.333333%
}

.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 {
    font-weight: 600;
    padding: 8px 0
}

.v-date-picker-table--date td {
    width: 45px
}

.v-date-picker-table__event {
    -webkit-transform: translateX(-4px);
    border-radius: 50%;
    bottom: 2px;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-4px);
    width: 8px
}

.v-date-picker-years {
    font-size: 16px;
    font-weight: 400;
    height: 286px;
    list-style-type: none;
    overflow: auto;
    padding: 0;
    text-align: center
}

.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, .12)
}

.v-picker--landscape .v-date-picker-years {
    height: 286px
}

.theme--light.v-expansion-panel .v-expansion-panel__container {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .87)
}

.theme--light.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
    color: rgba(0, 0, 0, .54)
}

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

.theme--light.v-expansion-panel--focusable .v-expansion-panel__container:focus {
    background-color: #eee
}

.theme--dark.v-expansion-panel .v-expansion-panel__container {
    background-color: #424242;
    border-top: 1px solid hsla(0, 0%, 100%, .12);
    color: #fff
}

.theme--dark.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
    color: #fff
}

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

.theme--dark.v-expansion-panel--focusable .v-expansion-panel__container:focus {
    background-color: #494949
}

.v-expansion-panel {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    text-align: left;
    width: 100%
}

.v-expansion-panel__container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    outline: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-expansion-panel__container:first-child {
    border-top: none !important
}

.v-expansion-panel__container .v-expansion-panel__header__iconnel__header__icon {
    margin-left: auto
}

.v-expansion-panel__container--disabled .v-expansion-panel__header {
    pointer-events: none
}

.v-expansion-panel__container--active>.v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.v-expansion-panel__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    padding: 12px 24px;
    position: relative
}

.v-expansion-panel__header>:not(.v-expansion-panel__header__icon) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.v-expansion-panel__body {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-expansion-panel__body .v-card {
    border-radius: 0
}

.v-expansion-panel--inset,
.v-expansion-panel--popout,
.v-expansion-panel__body .v-card {
    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-expansion-panel--inset .v-expansion-panel__container--active,
.v-expansion-panel--popout .v-expansion-panel__container--active {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    margin: 16px
}

.v-expansion-panel--inset .v-expansion-panel__container,
.v-expansion-panel--popout .v-expansion-panel__container {
    max-width: 95%
}

.v-expansion-panel--popout .v-expansion-panel__container--active {
    max-width: 100%
}

.v-expansion-panel--inset .v-expansion-panel__container--active {
    max-width: 85%
}

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

.theme--dark.v-footer {
    background: #212121;
    color: #fff
}

.v-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    min-height: 36px;
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.v-footer--absolute,
.v-footer--fixed {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.v-footer--inset {
    z-index: 2
}

.v-footer--absolute {
    position: absolute
}

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

.v-form>.container {
    padding: 16px
}

.v-form>.container>.layout>.flex {
    padding: 8px
}

.v-form>.container>.layout:only-child {
    margin: -8px
}

.v-form>.container>.layout:not(:only-child) {
    margin: auto -8px
}

.container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: auto;
    padding: 24px;
    width: 100%
}

.container.fluid {
    max-width: 100%
}

.container.fill-height {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container.fill-height>.layout {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%
}

.container.grid-list-xs .layout .flex {
    padding: 1px
}

.container.grid-list-xs .layout:only-child {
    margin: -1px
}

.container.grid-list-xs .layout:not(:only-child) {
    margin: auto -1px
}

.container.grid-list-xs :not(:only-child) .layout:first-child {
    margin-top: -1px
}

.container.grid-list-xs :not(:only-child) .layout:last-child {
    margin-bottom: -1px
}

.container.grid-list-sm .layout .flex {
    padding: 2px
}

.container.grid-list-sm .layout:only-child {
    margin: -2px
}

.container.grid-list-sm .layout:not(:only-child) {
    margin: auto -2px
}

.container.grid-list-sm :not(:only-child) .layout:first-child {
    margin-top: -2px
}

.container.grid-list-sm :not(:only-child) .layout:last-child {
    margin-bottom: -2px
}

.container.grid-list-md .layout .flex {
    padding: 4px
}

.container.grid-list-md .layout:only-child {
    margin: -4px
}

.container.grid-list-md .layout:not(:only-child) {
    margin: auto -4px
}

.container.grid-list-md :not(:only-child) .layout:first-child {
    margin-top: -4px
}

.container.grid-list-md :not(:only-child) .layout:last-child {
    margin-bottom: -4px
}

.container.grid-list-lg .layout .flex {
    padding: 8px
}

.container.grid-list-lg .layout:only-child {
    margin: -8px
}

.container.grid-list-lg .layout:not(:only-child) {
    margin: auto -8px
}

.container.grid-list-lg :not(:only-child) .layout:first-child {
    margin-top: -8px
}

.container.grid-list-lg :not(:only-child) .layout:last-child {
    margin-bottom: -8px
}

.container.grid-list-xl .layout .flex {
    padding: 12px
}

.container.grid-list-xl .layout:only-child {
    margin: -12px
}

.container.grid-list-xl .layout:not(:only-child) {
    margin: auto -12px
}

.container.grid-list-xl :not(:only-child) .layout:first-child {
    margin-top: -12px
}

.container.grid-list-xl :not(:only-child) .layout:last-child {
    margin-bottom: -12px
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 0
}

.layout.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.layout.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.layout.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout.column.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.layout.column>.flex {
    max-width: 100%
}

.layout.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.child-flex>*,
.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.align-content-space-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.align-content-space-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-self-start {
    justify-self: flex-start
}

.justify-self-end {
    justify-self: flex-end
}

.justify-self-center {
    justify-self: center
}

.justify-self-baseline {
    justify-self: baseline
}

.grow,
.spacer {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.grow {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.shrink {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.scroll-y {
    overflow-y: auto
}

.fill-height {
    height: 100%
}

.hide-overflow {
    overflow: hidden !important
}

.show-overflow {
    overflow: visible !important
}

.ellipsis,
.no-wrap {
    white-space: nowrap
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-flex>*,
.d-inline-flex>* {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-inline {
    display: inline !important
}

@media only screen and (min-width:960px) {
    .container {
        max-width: 900px
    }
}

@media only screen and (min-width:1264px) {
    .container {
        max-width: 1185px
    }
}

@media only screen and (min-width:1904px) {
    .container {
        max-width: 1785px
    }
}

@media only screen and (max-width:959px) {
    .container {
        padding: 16px
    }
}

@media(min-width:0) {
    .flex.xs1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.3333333333%
    }

    .flex.order-xs1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex.xs2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.6666666667%
    }

    .flex.order-xs2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .flex.xs3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%
    }

    .flex.order-xs3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .flex.xs4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.3333333333%
    }

    .flex.order-xs4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .flex.xs5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.6666666667%
    }

    .flex.order-xs5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .flex.xs6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%
    }

    .flex.order-xs6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .flex.xs7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.3333333333%
    }

    .flex.order-xs7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .flex.xs8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.6666666667%
    }

    .flex.order-xs8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .flex.xs9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%
    }

    .flex.order-xs9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .flex.xs10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.3333333333%
    }

    .flex.order-xs10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .flex.xs11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.6666666667%
    }

    .flex.order-xs11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .flex.xs12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%
    }

    .flex.order-xs12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .flex.offset-xs0 {
        margin-left: 0
    }

    .flex.offset-xs1 {
        margin-left: 8.3333333333%
    }

    .flex.offset-xs2 {
        margin-left: 16.6666666667%
    }

    .flex.offset-xs3 {
        margin-left: 25%
    }

    .flex.offset-xs4 {
        margin-left: 33.3333333333%
    }

    .flex.offset-xs5 {
        margin-left: 41.6666666667%
    }

    .flex.offset-xs6 {
        margin-left: 50%
    }

    .flex.offset-xs7 {
        margin-left: 58.3333333333%
    }

    .flex.offset-xs8 {
        margin-left: 66.6666666667%
    }

    .flex.offset-xs9 {
        margin-left: 75%
    }

    .flex.offset-xs10 {
        margin-left: 83.3333333333%
    }

    .flex.offset-xs11 {
        margin-left: 91.6666666667%
    }

    .flex.offset-xs12 {
        margin-left: 100%
    }
}

@media(min-width:600px) {
    .flex.sm1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.3333333333%
    }

    .flex.order-sm1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex.sm2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.6666666667%
    }

    .flex.order-sm2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .flex.sm3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%
    }

    .flex.order-sm3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .flex.sm4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.3333333333%
    }

    .flex.order-sm4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .flex.sm5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.6666666667%
    }

    .flex.order-sm5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .flex.sm6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%
    }

    .flex.order-sm6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .flex.sm7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.3333333333%
    }

    .flex.order-sm7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .flex.sm8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.6666666667%
    }

    .flex.order-sm8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .flex.sm9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%
    }

    .flex.order-sm9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .flex.sm10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.3333333333%
    }

    .flex.order-sm10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .flex.sm11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.6666666667%
    }

    .flex.order-sm11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .flex.sm12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%
    }

    .flex.order-sm12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .flex.offset-sm0 {
        margin-left: 0
    }

    .flex.offset-sm1 {
        margin-left: 8.3333333333%
    }

    .flex.offset-sm2 {
        margin-left: 16.6666666667%
    }

    .flex.offset-sm3 {
        margin-left: 25%
    }

    .flex.offset-sm4 {
        margin-left: 33.3333333333%
    }

    .flex.offset-sm5 {
        margin-left: 41.6666666667%
    }

    .flex.offset-sm6 {
        margin-left: 50%
    }

    .flex.offset-sm7 {
        margin-left: 58.3333333333%
    }

    .flex.offset-sm8 {
        margin-left: 66.6666666667%
    }

    .flex.offset-sm9 {
        margin-left: 75%
    }

    .flex.offset-sm10 {
        margin-left: 83.3333333333%
    }

    .flex.offset-sm11 {
        margin-left: 91.6666666667%
    }

    .flex.offset-sm12 {
        margin-left: 100%
    }
}

@media(min-width:960px) {
    .flex.md1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.3333333333%
    }

    .flex.order-md1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex.md2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.6666666667%
    }

    .flex.order-md2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .flex.md3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%
    }

    .flex.order-md3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .flex.md4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.3333333333%
    }

    .flex.order-md4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .flex.md5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.6666666667%
    }

    .flex.order-md5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .flex.md6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%
    }

    .flex.order-md6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .flex.md7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.3333333333%
    }

    .flex.order-md7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .flex.md8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.6666666667%
    }

    .flex.order-md8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .flex.md9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%
    }

    .flex.order-md9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .flex.md10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.3333333333%
    }

    .flex.order-md10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .flex.md11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.6666666667%
    }

    .flex.order-md11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .flex.md12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%
    }

    .flex.order-md12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .flex.offset-md0 {
        margin-left: 0
    }

    .flex.offset-md1 {
        margin-left: 8.3333333333%
    }

    .flex.offset-md2 {
        margin-left: 16.6666666667%
    }

    .flex.offset-md3 {
        margin-left: 25%
    }

    .flex.offset-md4 {
        margin-left: 33.3333333333%
    }

    .flex.offset-md5 {
        margin-left: 41.6666666667%
    }

    .flex.offset-md6 {
        margin-left: 50%
    }

    .flex.offset-md7 {
        margin-left: 58.3333333333%
    }

    .flex.offset-md8 {
        margin-left: 66.6666666667%
    }

    .flex.offset-md9 {
        margin-left: 75%
    }

    .flex.offset-md10 {
        margin-left: 83.3333333333%
    }

    .flex.offset-md11 {
        margin-left: 91.6666666667%
    }

    .flex.offset-md12 {
        margin-left: 100%
    }
}

@media(min-width:1264px) {
    .flex.lg1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.3333333333%
    }

    .flex.order-lg1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex.lg2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.6666666667%
    }

    .flex.order-lg2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .flex.lg3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%
    }

    .flex.order-lg3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .flex.lg4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.3333333333%
    }

    .flex.order-lg4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .flex.lg5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.6666666667%
    }

    .flex.order-lg5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .flex.lg6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%
    }

    .flex.order-lg6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .flex.lg7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.3333333333%
    }

    .flex.order-lg7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .flex.lg8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.6666666667%
    }

    .flex.order-lg8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .flex.lg9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%
    }

    .flex.order-lg9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .flex.lg10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.3333333333%
    }

    .flex.order-lg10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .flex.lg11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.6666666667%
    }

    .flex.order-lg11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .flex.lg12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%
    }

    .flex.order-lg12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .flex.offset-lg0 {
        margin-left: 0
    }

    .flex.offset-lg1 {
        margin-left: 8.3333333333%
    }

    .flex.offset-lg2 {
        margin-left: 16.6666666667%
    }

    .flex.offset-lg3 {
        margin-left: 25%
    }

    .flex.offset-lg4 {
        margin-left: 33.3333333333%
    }

    .flex.offset-lg5 {
        margin-left: 41.6666666667%
    }

    .flex.offset-lg6 {
        margin-left: 50%
    }

    .flex.offset-lg7 {
        margin-left: 58.3333333333%
    }

    .flex.offset-lg8 {
        margin-left: 66.6666666667%
    }

    .flex.offset-lg9 {
        margin-left: 75%
    }

    .flex.offset-lg10 {
        margin-left: 83.3333333333%
    }

    .flex.offset-lg11 {
        margin-left: 91.6666666667%
    }

    .flex.offset-lg12 {
        margin-left: 100%
    }
}

@media(min-width:1904px) {
    .flex.xl1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 8.3333333333%
    }

    .flex.order-xl1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex.xl2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 16.6666666667%
    }

    .flex.order-xl2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .flex.xl3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 25%
    }

    .flex.order-xl3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .flex.xl4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 33.3333333333%
    }

    .flex.order-xl4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .flex.xl5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 41.6666666667%
    }

    .flex.order-xl5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .flex.xl6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 50%
    }

    .flex.order-xl6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .flex.xl7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 58.3333333333%
    }

    .flex.order-xl7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .flex.xl8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 66.6666666667%
    }

    .flex.order-xl8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .flex.xl9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 75%
    }

    .flex.order-xl9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .flex.xl10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 83.3333333333%
    }

    .flex.order-xl10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .flex.xl11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 91.6666666667%
    }

    .flex.order-xl11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .flex.xl12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%
    }

    .flex.order-xl12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .flex.offset-xl0 {
        margin-left: 0
    }

    .flex.offset-xl1 {
        margin-left: 8.3333333333%
    }

    .flex.offset-xl2 {
        margin-left: 16.6666666667%
    }

    .flex.offset-xl3 {
        margin-left: 25%
    }

    .flex.offset-xl4 {
        margin-left: 33.3333333333%
    }

    .flex.offset-xl5 {
        margin-left: 41.6666666667%
    }

    .flex.offset-xl6 {
        margin-left: 50%
    }

    .flex.offset-xl7 {
        margin-left: 58.3333333333%
    }

    .flex.offset-xl8 {
        margin-left: 66.6666666667%
    }

    .flex.offset-xl9 {
        margin-left: 75%
    }

    .flex.offset-xl10 {
        margin-left: 83.3333333333%
    }

    .flex.offset-xl11 {
        margin-left: 91.6666666667%
    }

    .flex.offset-xl12 {
        margin-left: 100%
    }

}

.v-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    transition: none
}

.v-content[data-booted=true] {
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.v-content__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative
}

@media print {

    @-moz-document url-prefix() {
        .v-content {
            display: block
        }
    }

}

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

.theme--dark.v-jumbotron .v-jumbotron__content {
    color: #fff
}

.v-jumbotron {
    display: block;
    top: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

.v-jumbotron__wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: inherit;
    width: 100%
}

.v-jumbotron__background {
    bottom: 0;
    contain: strict;
    left: 0;
    right: 0;
    top: 0
}

.v-jumbotron__background,
.v-jumbotron__image {
    position: absolute;
    transition: inherit
}

.v-jumbotron__image {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    min-width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    will-change: transform
}

.v-jumbotron__content {
    height: 100%;
    position: relative;
    transition: inherit
}

.theme--light.v-navigation-drawer {
    background-color: #fff
}

.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
    background-color: rgba(0, 0, 0, .12)
}

.theme--light.v-navigation-drawer .v-divider {
    border-color: rgba(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: hsla(0, 0%, 100%, .12)
}

.theme--dark.v-navigation-drawer .v-divider {
    border-color: hsla(0, 0%, 100%, .12)
}

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

.v-navigation-drawer[data-booted=true] {
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

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

.v-navigation-drawer.v-navigation-drawer--right:after {
    left: 0;
    right: auto
}

.v-navigation-drawer--right {
    left: auto;
    right: 0
}

.v-navigation-drawer--right>.v-navigation-drawer__border {
    left: 0;
    right: auto
}

.v-navigation-drawer--absolute {
    position: absolute
}

.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__group__header__prepend-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

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

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

.v-navigation-drawer--mini-variant .v-divider,
.v-navigation-drawer--mini-variant .v-list--group,
.v-navigation-drawer--mini-variant .v-subheader {
    display: none !important
}

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

.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close) {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

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

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

.v-navigation-drawer>.v-list .v-list__tile--active .v-list__tile__title {
    color: inherit
}

.v-navigation-drawer>.v-list .v-list--group .v-list__tile {
    font-weight: 400
}

.v-navigation-drawer>.v-list .v-list--group__header--active:after {
    background: transparent
}

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

.theme--light.v-pagination .v-pagination__item {
    background: #fff;
    color: #000;
    min-width: 34px;
    padding: 0 5px;
    width: auto
}

.theme--light.v-pagination .v-pagination__item--active {
    color: #fff
}

.theme--light.v-pagination .v-pagination__navigation {
    background: #fff
}

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

.theme--dark.v-pagination .v-pagination__item {
    background: #424242;
    color: #fff;
    min-width: 34px;
    padding: 0 5px;
    width: auto
}

.theme--dark.v-pagination .v-pagination__item--active {
    color: #fff
}

.theme--dark.v-pagination .v-pagination__navigation {
    background: #424242
}

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

.v-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    margin: 0;
    max-width: 100%;
    padding: 0
}

.v-pagination,
.v-pagination>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v-pagination>li {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    opacity: .6;
    pointer-events: none
}

.v-pagination__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border-radius: 4px;
    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);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4.2px;
    margin: .3rem;
    text-decoration: none;
    transition: .3s cubic-bezier(0, 0, .2, 1);
    width: 34px
}

.v-pagination__item--active {
    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-pagination__navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    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);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 28px;
    height: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4.2px 10px;
    margin: .3rem 10px;
    text-decoration: none;
    width: 28px;
    width: 2rem
}

.v-pagination__navigation .v-icon {
    font-size: 28px;
    font-size: 2rem;
    transition: .2s cubic-bezier(.4, 0, .6, 1);
    vertical-align: middle
}

.v-pagination__navigation--disabled {
    opacity: .6;
    pointer-events: none
}

.v-pagination__more {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 28px;
    height: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4.2px;
    margin: .3rem;
    width: 28px;
    width: 2rem
}

.v-parallax {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.v-parallax__image-container {
    bottom: 0;
    contain: strict;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.v-parallax__image {
    -webkit-transform: translate(-50%);
    bottom: 0;
    display: none;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    transform: translate(-50%);
    transition: opacity .3s cubic-bezier(.25, .8, .5, 1);
    will-change: transform;
    z-index: 1
}

.v-parallax__content {
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 14px;
    padding: 0 1rem;
    position: relative;
    z-index: 2
}

.v-input--radio-group__input,
.v-parallax__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.v-input--radio-group__input {
    width: 100%
}

.v-input--radio-group__input>.v-label {
    padding-bottom: 8px
}

.v-input--radio-group--row .v-input--radio-group__input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

.v-radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: 16px;
    outline: none
}

.v-radio--is-disabled {
    pointer-events: none
}

.theme--light.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
    background: #bdbdbd
}

.theme--dark.v-input--range-slider.v-input--slider.v-input--is-disabled .v-slider.v-slider .v-slider__thumb {
    background: #424242
}

.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
}

.theme--light.v-input--slider .v-slider__track,
.theme--light.v-input--slider .v-slider__track-fill {
    background: rgba(0, 0, 0, .26)
}

.theme--light.v-input--slider .v-slider__track__container:after {
    border: 1px solid rgba(0, 0, 0, .87)
}

.theme--light.v-input--slider .v-slider__ticks {
    border-color: rgba(0, 0, 0, .87);
    color: rgba(0, 0, 0, .54)
}

.theme--light.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb-label {
    background: rgba(0, 0, 0, .26)
}

.theme--light.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb {
    border: 3px solid rgba(0, 0, 0, .26)
}

.theme--light.v-input--slider:not(.v-input--is-dirty).v-input--slider--is-active .v-slider__thumb {
    border: 3px solid rgba(0, 0, 0, .38)
}

.theme--light.v-input--slider.v-input--is-disabled .v-slider__thumb {
    border: 5px solid rgba(0, 0, 0, .26)
}

.theme--light.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
    background: rgba(0, 0, 0, .26)
}

.theme--light.v-input--slider.v-input--slider--is-active .v-slider__track {
    background: rgba(0, 0, 0, .38)
}

.theme--dark.v-input--slider .v-slider__track,
.theme--dark.v-input--slider .v-slider__track-fill {
    background: hsla(0, 0%, 100%, .2)
}

.theme--dark.v-input--slider .v-slider__track__container:after {
    border: 1px solid #fff
}

.theme--dark.v-input--slider .v-slider__ticks {
    border-color: #fff;
    color: hsla(0, 0%, 100%, .7)
}

.theme--dark.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb-label {
    background: hsla(0, 0%, 100%, .2)
}

.theme--dark.v-input--slider:not(.v-input--is-dirty) .v-slider__thumb {
    border: 3px solid hsla(0, 0%, 100%, .2)
}

.theme--dark.v-input--slider:not(.v-input--is-dirty).v-input--slider--is-active .v-slider__thumb {
    border: 3px solid hsla(0, 0%, 100%, .3)
}

.theme--dark.v-input--slider.v-input--is-disabled .v-slider__thumb {
    border: 5px solid hsla(0, 0%, 100%, .2)
}

.theme--dark.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
    background: hsla(0, 0%, 100%, .2)
}

.theme--dark.v-input--slider.v-input--slider--is-active .v-slider__track {
    background: hsla(0, 0%, 100%, .3)
}

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

.v-input--slider {
    margin-top: 16px
}

.v-input--slider.v-input--is-focused .v-slider__thumb-container--is-active:not(.v-slider__thumb-container--show-label):before {
    -webkit-transform: scale(1);
    opacity: .2;
    transform: scale(1)
}

.v-input--slider.v-input--is-focused .v-slider__track {
    transition: none
}

.v-input--slider.v-input--is-focused.v-input--slider--ticks .v-slider .v-slider__tick,
.v-input--slider.v-input--is-focused.v-input--slider--ticks .v-slider__track__container:after,
.v-input--slider.v-input--slider--ticks .v-slider__ticks.v-slider__ticks--always-show {
    opacity: 1
}

.v-input--slider.v-input--slider--ticks-labels .v-input__slot {
    margin-bottom: 16px
}

.v-input--slider.v-input--is-readonly {
    pointer-events: none
}

.v-input--slider.v-input--is-disabled .v-slider__thumb {
    -webkit-transform: translateY(-50%) scale(.45);
    transform: translateY(-50%) scale(.45)
}

.v-input--slider.v-input--is-disabled.v-input--is-dirty .v-slider__thumb {
    border: 0 solid transparent
}

.v-input--slider .v-input__slot>:first-child:not(:only-child) {
    margin-right: 16px
}

.v-slider {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 32px;
    outline: none;
    position: relative;
    user-select: none
}

.v-slider input {
    cursor: default;
    opacity: 0;
    padding: 0;
    width: 100%
}

.v-slider__track__container {
    -webkit-transform: translateY(-50%);
    height: 2px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.v-slider__track__container:after {
    content: "";
    height: 2px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 2px
}

.v-slider__thumb,
.v-slider__ticks,
.v-slider__track {
    position: absolute;
    top: 0
}

.v-slider__track {
    -webkit-transform-origin: right;
    overflow: hidden;
    transform-origin: right
}

.v-slider__track,
.v-slider__track-fill {
    height: 2px;
    left: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    width: 100%
}

.v-slider__track-fill {
    -webkit-transform-origin: left;
    position: absolute;
    transform-origin: left
}

.v-slider__ticks-container {
    -webkit-transform: translateY(-50%);
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.v-slider__ticks {
    border-style: solid;
    opacity: 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-slider__ticks>span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transform: translateX(-50%);
    -webkit-user-select: none;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    user-select: none;
    white-space: nowrap
}

.v-slider__ticks:first-child>span {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.v-slider__ticks:last-child>span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.v-slider:not(.v-input--is-dirty) .v-slider__ticks:first-child {
    border-color: transparent
}

.v-slider__thumb-container {
    position: absolute;
    top: 50%;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-slider__thumb-container:before {
    -webkit-transform: scale(.2);
    background: currentColor;
    color: inherit;
    content: "";
    height: 32px;
    left: -16px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: -16px;
    transform: scale(.2);
    width: 32px;
    will-change: transform, opacity
}

.v-slider__thumb,
.v-slider__thumb-container:before {
    border-radius: 50%;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.v-slider__thumb {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transform: translateY(-50%) scale(.6);
    -webkit-user-select: none;
    background: transparent;
    height: 24px;
    left: -12px;
    top: 50%;
    transform: translateY(-50%) scale(.6);
    user-select: none;
    width: 24px
}

.v-slider--is-active .v-slider__thumb-container--is-active .v-slider__thumb {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.v-slider--is-active .v-slider__thumb-container--is-active.v-slider__thumb-container--show-label .v-slider__thumb {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0)
}

.v-slider--is-active .v-slider__ticks-container .v-slider__ticks {
    opacity: 1
}

.v-slider__thumb-label__container {
    top: 0
}

.v-slider__thumb-label,
.v-slider__thumb-label__container {
    left: 0;
    position: absolute;
    transition: .3s cubic-bezier(.25, .8, .25, 1)
}

.v-slider__thumb-label {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
    -webkit-user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50% 50% 0;
    bottom: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
    user-select: none;
    width: 32px
}

.v-slider__thumb-label>* {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.v-slider__track,
.v-slider__track-fill {
    position: absolute
}

.v-rating .v-icon {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    border-radius: 50%;
    padding: 7px;
    padding: .5rem;
    user-select: none
}

.v-rating--readonly .v-icon {
    pointer-events: none
}

.v-rating--dense .v-icon {
    padding: 1.4px;
    padding: .1rem
}

.v-snack {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 1000
}

.v-snack--absolute {
    position: absolute
}

.v-snack--top {
    top: 0
}

.v-snack--bottom {
    bottom: 0
}

.v-snack__wrapper {
    background-color: #323232;
    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);
    pointer-events: auto
}

.v-snack__content,
.v-snack__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.v-snack__content {
    height: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 14px 24px
}

.v-snack__content .v-btn {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
    margin: 0 0 0 24px;
    min-width: auto;
    padding: 8px;
    width: auto
}

.v-snack__content .v-btn__content {
    margin: -2px
}

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

.v-snack--multi-line .v-snack__content {
    height: 80px;
    padding: 24px
}

.v-snack--vertical .v-snack__content {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 112px;
    padding: 24px 24px 14px
}

.v-snack--vertical .v-snack__content .v-btn.v-btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0;
    margin-top: 24px;
    padding: 0
}

.v-snack--vertical .v-snack__content .v-btn__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0
}

.v-snack--auto-height .v-snack__content {
    height: auto
}

.v-snack-transition-enter-active,
.v-snack-transition-leave-active {
    transition: -webkit-transform .4s cubic-bezier(.25, .8, .5, 1);
    transition: transform .4s cubic-bezier(.25, .8, .5, 1);
    transition: transform .4s cubic-bezier(.25, .8, .5, 1), -webkit-transform .4s cubic-bezier(.25, .8, .5, 1)
}

.v-snack-transition-enter-active .v-snack__content,
.v-snack-transition-leave-active .v-snack__content {
    transition: opacity .3s linear .1s
}

.v-snack-transition-enter .v-snack__content {
    opacity: 0
}

.v-snack-transition-enter-to .v-snack__content,
.v-snack-transition-leave .v-snack__content {
    opacity: 1
}

.v-snack-transition-enter.v-snack.v-snack--top,
.v-snack-transition-leave-to.v-snack.v-snack--top {
    -webkit-transform: translateY(calc(-100% - 8px));
    transform: translateY(calc(-100% - 8px))
}

.v-snack-transition-enter.v-snack.v-snack--bottom,
.v-snack-transition-leave-to.v-snack.v-snack--bottom {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media only screen and (min-width:600px) {
    .v-snack__wrapper {
        border-radius: 2px;
        margin: 0 auto;
        max-width: 568px;
        min-width: 288px;
        width: auto
    }

    .v-snack--left .v-snack__wrapper {
        margin-left: 0
    }

    .v-snack--right .v-snack__wrapper {
        margin-right: 0
    }

    .v-snack--left,
    .v-snack--right {
        margin: 0 24px
    }

    .v-snack--left.v-snack--top,
    .v-snack--right.v-snack--top {
        -webkit-transform: translateY(24px);
        transform: translateY(24px)
    }

    .v-snack--left.v-snack--bottom,
    .v-snack--right.v-snack--bottom {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px)
    }

    .v-snack__content .v-btn:first-of-type {
        margin-left: 42px
    }

}

.v-speed-dial {
    position: relative
}

.v-speed-dial--absolute {
    position: absolute
}

.v-speed-dial--fixed {
    position: fixed
}

.v-speed-dial--absolute,
.v-speed-dial--fixed {
    z-index: 4
}

.v-speed-dial--absolute>.v-btn--floating,
.v-speed-dial--fixed>.v-btn--floating {
    margin: 0
}

.v-speed-dial--top:not(.v-speed-dial--absolute) {
    top: 16px
}

.v-speed-dial--top.v-speed-dial--absolute {
    -webkit-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%)
}

.v-speed-dial--bottom:not(.v-speed-dial--absolute) {
    bottom: 16px
}

.v-speed-dial--bottom.v-speed-dial--absolute {
    -webkit-transform: translateY(50%);
    bottom: 50%;
    transform: translateY(50%)
}

.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
}

.v-speed-dial--direction-bottom .v-speed-dial__list,
.v-speed-dial--direction-top .v-speed-dial__list {
    left: 0;
    width: 100%
}

.v-speed-dial--direction-top .v-speed-dial__list {
    bottom: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.v-speed-dial--direction-right .v-speed-dial__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 100%
}

.v-speed-dial--direction-bottom .v-speed-dial__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 100%
}

.v-speed-dial--direction-left .v-speed-dial__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    right: 100%
}

.v-speed-dial__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute
}

.v-speed-dial__list .v-btn:first-child {
    transition-delay: .05s
}

.v-speed-dial__list .v-btn:nth-child(2) {
    transition-delay: .1s
}

.v-speed-dial__list .v-btn:nth-child(3) {
    transition-delay: .15s
}

.v-speed-dial__list .v-btn:nth-child(4) {
    transition-delay: .2s
}

.v-speed-dial__list .v-btn:nth-child(5) {
    transition-delay: .25s
}

.v-speed-dial__list .v-btn:nth-child(6) {
    transition-delay: .3s
}

.v-speed-dial__list .v-btn:nth-child(7) {
    transition-delay: .35s
}

.theme--light.v-stepper {
    background: #fff
}

.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, .38)
}

.theme--light.v-stepper .v-stepper__step__step,
.theme--light.v-stepper .v-stepper__step__step .v-icon {
    color: #fff
}

.theme--light.v-stepper .v-stepper__header .v-divider {
    border-color: rgba(0, 0, 0, .12)
}

.theme--light.v-stepper .v-stepper__step--active .v-stepper__label {
    text-shadow: 0 0 0 #000
}

.theme--light.v-stepper .v-stepper__step--editable:hover {
    background: rgba(0, 0, 0, .06)
}

.theme--light.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
    text-shadow: 0 0 0 #000
}

.theme--light.v-stepper .v-stepper__step--complete .v-stepper__label {
    color: rgba(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, .54)
}

.theme--light.v-stepper .v-stepper__label {
    color: rgba(0, 0, 0, .38)
}

.theme--light.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,
.theme--light.v-stepper .v-stepper__label small {
    color: rgba(0, 0, 0, .54)
}

.theme--light.v-stepper--vertical .v-stepper__content:not(:last-child) {
    border-left: 1px solid rgba(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: hsla(0, 0%, 100%, .5)
}

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

.theme--dark.v-stepper .v-stepper__header .v-divider {
    border-color: hsla(0, 0%, 100%, .12)
}

.theme--dark.v-stepper .v-stepper__step--active .v-stepper__label {
    text-shadow: 0 0 0 #fff
}

.theme--dark.v-stepper .v-stepper__step--editable:hover {
    background: hsla(0, 0%, 100%, .06)
}

.theme--dark.v-stepper .v-stepper__step--editable:hover .v-stepper__label {
    text-shadow: 0 0 0 #fff
}

.theme--dark.v-stepper .v-stepper__step--complete .v-stepper__label {
    color: hsla(0, 0%, 100%, .87)
}

.theme--dark.v-stepper .v-stepper__step--inactive.v-stepper__step--editable:not(.v-stepper__step--error):hover .v-stepper__step__step {
    background: hsla(0, 0%, 100%, .75)
}

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

.theme--dark.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label,
.theme--dark.v-stepper .v-stepper__label small {
    color: hsla(0, 0%, 100%, .7)
}

.theme--dark.v-stepper--vertical .v-stepper__content:not(:last-child) {
    border-left: 1px solid hsla(0, 0%, 100%, .12)
}

.application--is-rtl .v-stepper .v-stepper__step__step {
    margin-left: 12px;
    margin-right: 0
}

.v-stepper {
    overflow: hidden;
    position: relative
}

.v-stepper,
.v-stepper__header {
    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-stepper__header {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 72px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.v-stepper__header .v-divider {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 -16px
}

.v-stepper__items {
    overflow: hidden;
    position: relative
}

.v-stepper__step__step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    min-width: 24px;
    transition: .3s cubic-bezier(.25, .8, .25, 1);
    width: 24px
}

.v-stepper__step__step .v-icon {
    font-size: 18px
}

.v-stepper__step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 24px;
    position: relative
}

.v-stepper__step--active .v-stepper__label {
    transition: .3s cubic-bezier(.4, 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 {
    color: inherit;
    font-size: 24px
}

.v-stepper__step.v-stepper__step--error .v-stepper__label {
    color: inherit;
    font-weight: 500;
    text-shadow: none
}

.v-stepper__step.v-stepper__step--error .v-stepper__label small {
    color: inherit
}

.v-stepper__label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 24px 24px 16px;
    top: 0;
    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: .3s cubic-bezier(.25, .8, .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 {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 35px -67px 0
}

.v-stepper--alt-labels .v-stepper__step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.v-stepper--alt-labels .v-stepper__step small {
    -ms-flex-item-align: center;
    align-self: center
}

.v-stepper--alt-labels .v-stepper__step__step {
    margin-bottom: 11px;
    margin-right: 0
}

@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
    }

}

.theme--light.v-input--switch__thumb {
    color: #fafafa
}

.theme--light.v-input--switch__track {
    color: rgba(0, 0, 0, .38)
}

.theme--light.v-input--switch.v-input--is-disabled .v-input--switch__thumb {
    color: #bdbdbd !important
}

.theme--light.v-input--switch.v-input--is-disabled .v-input--switch__track {
    color: rgba(0, 0, 0, .12) !important
}

.theme--dark.v-input--switch__thumb {
    color: #bdbdbd
}

.theme--dark.v-input--switch__track {
    color: hsla(0, 0%, 100%, .3)
}

.theme--dark.v-input--switch.v-input--is-disabled .v-input--switch__thumb {
    color: #424242 !important
}

.theme--dark.v-input--switch.v-input--is-disabled .v-input--switch__track {
    color: hsla(0, 0%, 100%, .1) !important
}

.application--is-rtl .v-input--switch .v-input--selection-controls__ripple {
    left: auto;
    right: -14px
}

.application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
    -webkit-transform: translate(-16px);
    transform: translate(-16px)
}

.v-input--switch__thumb,
.v-input--switch__track {
    background-color: currentColor;
    pointer-events: none;
    transition: inherit
}

.v-input--switch__track {
    border-radius: 8px;
    height: 14px;
    left: 2px;
    opacity: .6;
    position: absolute;
    right: 2px;
    top: calc(50% - 7px)
}

.v-input--switch__thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    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);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: calc(50% - 10px);
    width: 20px
}

.v-input--switch .v-input--selection-controls__input {
    width: 38px
}

.v-input--switch .v-input--selection-controls__ripple {
    left: -14px;
    top: calc(50% - 24px)
}

.v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.v-input--switch.v-input--is-dirty .v-input--switch__thumb {
    -webkit-transform: translate(16px);
    transform: translate(16px)
}

.theme--light.v-system-bar {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .54)
}

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

.theme--light.v-system-bar--lights-out {
    background-color: hsla(0, 0%, 100%, .7) !important
}

.theme--dark.v-system-bar {
    background-color: #000;
    color: hsla(0, 0%, 100%, .7)
}

.theme--dark.v-system-bar .v-icon {
    color: hsla(0, 0%, 100%, .7)
}

.theme--dark.v-system-bar--lights-out {
    background-color: rgba(0, 0, 0, .2) !important
}

.v-system-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 0 8px
}

.v-system-bar .v-icon {
    font-size: 16px
}

.v-system-bar--absolute,
.v-system-bar--fixed {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3
}

.v-system-bar--fixed {
    position: fixed
}

.v-system-bar--absolute {
    position: absolute
}

.v-system-bar--status .v-icon {
    margin-right: 4px
}

.v-system-bar--window .v-icon {
    font-size: 20px;
    margin-right: 8px
}

.theme--light.v-tabs__bar {
    background-color: #fff
}

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

.theme--light.v-tabs__bar .v-tabs__item--disabled {
    color: rgba(0, 0, 0, .26)
}

.theme--dark.v-tabs__bar {
    background-color: #424242
}

.theme--dark.v-tabs__bar .v-tabs__div {
    color: #fff
}

.theme--dark.v-tabs__bar .v-tabs__item--disabled {
    color: hsla(0, 0%, 100%, .3)
}

.v-tabs,
.v-tabs__bar {
    position: relative
}

.v-tabs__icon {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    position: absolute;
    top: 0;
    user-select: none;
    width: 32px
}

.v-tabs__icon--prev {
    left: 4px
}

.v-tabs__icon--next {
    right: 4px
}

.v-tabs__wrapper {
    contain: content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.v-tabs__wrapper--show-arrows {
    margin-left: 40px;
    margin-right: 40px
}

.v-tabs__wrapper--show-arrows .v-tabs__container--align-with-title {
    padding-left: 16px
}

.v-tabs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    list-style-type: none;
    position: relative;
    transition: -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
    transition: transform .6s cubic-bezier(.86, 0, .07, 1);
    transition: transform .6s cubic-bezier(.86, 0, .07, 1), -webkit-transform .6s cubic-bezier(.86, 0, .07, 1);
    white-space: nowrap
}

.v-tabs__container,
.v-tabs__container--grow .v-tabs__div,
.v-tabs__container--overflow .v-tabs__div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.v-tabs__container--grow .v-tabs__div {
    max-width: none
}

.v-tabs__container--icons-and-text {
    height: 72px
}

.v-tabs__container--align-with-title {
    padding-left: 56px
}

.v-tabs__container--fixed-tabs .v-tabs__div,
.v-tabs__container--icons-and-text .v-tabs__div {
    min-width: 72px
}

.v-tabs__container--centered .v-tabs__slider-wrapper+.v-tabs__div,
.v-tabs__container--centered>.v-tabs__div:first-child,
.v-tabs__container--fixed-tabs .v-tabs__slider-wrapper+.v-tabs__div,
.v-tabs__container--fixed-tabs>.v-tabs__div:first-child,
.v-tabs__container--right .v-tabs__slider-wrapper+.v-tabs__div,
.v-tabs__container--right>.v-tabs__div:first-child {
    margin-left: auto
}

.v-tabs__container--centered>.v-tabs__div:last-child,
.v-tabs__container--fixed-tabs>.v-tabs__div:last-child {
    margin-right: auto
}

.v-tabs__container--icons-and-text .v-tabs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.v-tabs__container--icons-and-text .v-tabs__item .v-icon {
    margin-bottom: 6px
}

.v-tabs__div {
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 14px;
    font-weight: 500;
    height: inherit;
    line-height: normal;
    max-width: 264px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

.v-tabs__div,
.v-tabs__item {
    -webkit-box-align: center;
    align-items: center
}

.v-tabs__item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -ms-flex-align: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: inherit;
    padding: 6px 12px;
    text-decoration: none;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    user-select: none;
    white-space: normal
}

.v-tabs__item:not(.v-tabs__item--active) {
    opacity: .7
}

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

.v-tabs__slider {
    height: 2px;
    width: 100%
}

.v-tabs__slider-wrapper {
    bottom: 0;
    margin: 0 !important;
    position: absolute;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

@media only screen and (max-width:599px) {
    .v-tabs__wrapper--show-arrows .v-tabs__container--align-with-title {
        padding-left: 24px
    }

    .v-tabs__container--fixed-tabs .v-tabs__div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media only screen and (min-width:600px) {

    .v-tabs__container--fixed-tabs .v-tabs__div,
    .v-tabs__container--icons-and-text .v-tabs__div {
        min-width: 160px
    }

}

.theme--light.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
    color: #fff
}

.theme--dark.v-textarea.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused textarea {
    color: rgba(0, 0, 0, .87)
}

.application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot {
    margin-left: -12px;
    margin-right: 0
}

.application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
    padding-left: 12px;
    padding-right: 0
}

.v-textarea textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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 {
    -ms-flex-item-align: start;
    align-self: start;
    padding-top: 4px
}

.v-textarea.v-text-field--full-width.v-text-field--single-line .v-text-field__slot textarea,
.v-textarea.v-text-field--full-width .v-text-field__slot textarea {
    margin-top: 0
}

.v-textarea.v-text-field--full-width.v-text-field--single-line .v-text-field__details,
.v-textarea.v-text-field--full-width .v-text-field__details {
    bottom: 4px
}

.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-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--enclosed.v-text-field--single-line .v-text-field__prefix,
.v-textarea.v-text-field--enclosed.v-text-field--single-line textarea {
    margin-top: 12px
}

.v-textarea.v-text-field--box.v-text-field--single-line .v-label,
.v-textarea.v-text-field--enclosed.v-text-field--single-line .v-label {
    top: 18px
}

.v-textarea.v-text-field--box.v-text-field--single-line.v-text-field--outline .v-input__control,
.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-text-field--outline .v-input__control {
    padding-top: 0
}

.v-textarea.v-text-field--solo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.v-textarea.v-text-field--solo .v-input__append-inner,
.v-textarea.v-text-field--solo .v-input__append-outer,
.v-textarea.v-text-field--solo .v-input__prepend-inner,
.v-textarea.v-text-field--solo .v-input__prepend-outer {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 16px
}

.v-textarea--auto-grow textarea {
    overflow: hidden
}

.v-textarea--no-resize textarea {
    resize: none
}

.theme--light.v-timeline:before {
    background: rgba(0, 0, 0, .12)
}

.theme--light.v-timeline .v-timeline-item__dot {
    background: #fff
}

.theme--light.v-timeline .v-timeline-item .v-card:before {
    border-right-color: rgba(0, 0, 0, .12)
}

.theme--dark.v-timeline:before {
    background: hsla(0, 0%, 100%, .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, .12)
}

.v-timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 24px
}

.v-timeline-item--left,
.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.v-timeline-item--left .v-card:after,
.v-timeline-item--left .v-card:before,
.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after,
.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before {
    -webkit-transform: rotate(180deg);
    left: 100%;
    transform: rotate(180deg)
}

.v-timeline-item--left .v-timeline-item__opposite,
.v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-timeline-item__opposite {
    margin-left: 96px;
    text-align: left
}

.v-timeline-item--right .v-card:after,
.v-timeline-item--right .v-card:before,
.v-timeline-item:nth-child(2n):not(.v-timeline-item--left) .v-card:after,
.v-timeline-item:nth-child(2n):not(.v-timeline-item--left) .v-card:before {
    right: 100%
}

.v-timeline-item--right .v-timeline-item__opposite,
.v-timeline-item:nth-child(2n):not(.v-timeline-item--left) .v-timeline-item__opposite {
    margin-right: 96px;
    text-align: right
}

.v-timeline-item__dot,
.v-timeline-item__inner-dot {
    border-radius: 50%
}

.v-timeline-item__dot {
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
    height: 38px;
    left: calc(50% - 19px);
    position: absolute;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.v-timeline-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 100%;
    max-width: calc(50% - 48px);
    position: relative
}

.v-timeline-item .v-card:after,
.v-timeline-item .v-card:before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #000;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    top: calc(50% - 10px)
}

.v-timeline-item .v-card:after {
    border-right-color: inherit
}

.v-timeline-item .v-card:before {
    top: calc(50% - 8px)
}

.v-timeline-item__opposite {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(50% - 48px)
}

.v-timeline-item--fill-dot .v-timeline-item__inner-dot {
    height: inherit;
    margin: 0;
    width: inherit
}

.v-timeline {
    padding-top: 24px;
    position: relative
}

.v-timeline:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: calc(50% - 1px);
    position: absolute;
    top: 0;
    width: 2px
}

.v-timeline--align-top .v-timeline-item {
    position: relative
}

.v-timeline--align-top .v-timeline-item__dot {
    top: 6px
}

.v-timeline--align-top .v-timeline-item__dot--small {
    top: 12px
}

.v-timeline--align-top .v-timeline-item__dot--large {
    top: 0
}

.v-timeline--align-top .v-timeline-item .v-card:before {
    top: 12px
}

.v-timeline--align-top .v-timeline-item .v-card:after {
    top: 10px
}

.v-timeline--dense:before {
    left: 18px
}

.v-timeline--dense .v-timeline-item--left,
.v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.v-timeline--dense .v-timeline-item--left .v-card:after,
.v-timeline--dense .v-timeline-item--left .v-card:before,
.v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after,
.v-timeline--dense .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before {
    -webkit-transform: none;
    left: -10px;
    right: auto;
    transform: none
}

.v-timeline--dense .v-timeline-item__dot {
    left: 0
}

.v-timeline--dense .v-timeline-item__dot--small {
    left: 7px
}

.v-timeline--dense .v-timeline-item__dot--large {
    left: -7px
}

.v-timeline--dense .v-timeline-item__body {
    max-width: calc(100% - 64px)
}

.v-timeline--dense .v-timeline-item__opposite {
    display: none
}

.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, .26)
}

.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
    color: hsla(0, 0%, 100%, .3)
}

.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
    background-color: #bdbdbd
}

.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand: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,
.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
    color: hsla(0, 0%, 100%, .3)
}

.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
    background-color: #757575
}

.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand:after {
    color: #757575
}

.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
    background-color: #757575
}

.v-time-picker-clock {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    border-radius: 100%;
    padding-top: 100%;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    user-select: none;
    width: 100%
}

.v-time-picker-clock__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.v-time-picker-clock__hand {
    -webkit-transform-origin: center bottom;
    bottom: 50%;
    height: calc(50% - 4px);
    left: calc(50% - 1px);
    position: absolute;
    transform-origin: center bottom;
    width: 2px;
    will-change: transform;
    z-index: 1
}

.v-time-picker-clock__hand:before {
    background: transparent;
    border: 2px solid;
    border-color: inherit;
    border-radius: 100%;
    height: 10px;
    top: -4px;
    width: 10px
}

.v-time-picker-clock__hand:after,
.v-time-picker-clock__hand:before {
    -webkit-transform: translate(-50%, -50%);
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.v-time-picker-clock__hand:after {
    background-color: inherit;
    border-color: inherit;
    border-radius: 100%;
    border-style: solid;
    height: 8px;
    top: 100%;
    width: 8px
}

.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 {
    bottom: 27px;
    left: 27px;
    position: absolute;
    right: 27px;
    top: 27px
}

.v-time-picker-clock__item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    user-select: none;
    width: 40px
}

.v-time-picker-clock__item>span {
    z-index: 1
}

.v-time-picker-clock__item:after,
.v-time-picker-clock__item:before {
    -webkit-transform: translate(-50%, -50%);
    border-radius: 100%;
    content: "";
    height: 14px;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    width: 40px
}

.v-time-picker-clock__item--active {
    color: #fff;
    cursor: default;
    z-index: 2
}

.v-time-picker-clock__item--disabled {
    pointer-events: none
}

.v-time-picker-title {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 1
}

.v-time-picker-title__time {
    white-space: nowrap
}

.v-time-picker-title__time .v-picker__title__btn,
.v-time-picker-title__time span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.v-time-picker-title__ampm {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    margin: 8px 0 6px 8px;
    text-transform: uppercase
}

.v-time-picker-title__ampm div:only-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.v-picker__title--landscape .v-time-picker-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.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 {
    font-size: 55px;
    height: 55px
}

.v-picker__title--landscape .v-time-picker-title__ampm {
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 16px 0 0;
    text-align: center
}

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

.theme--dark.v-toolbar {
    background-color: #212121;
    color: #fff
}

.v-toolbar {
    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);
    position: relative;
    transition: none;
    width: 100%;
    will-change: padding-left, padding-right
}

.v-toolbar[data-booted=true] {
    transition: .2s cubic-bezier(.4, 0, .2, 1)
}

.v-toolbar .v-text-field--box,
.v-toolbar .v-text-field--enclosed {
    margin: 0
}

.v-toolbar .v-text-field--box .v-text-field__details,
.v-toolbar .v-text-field--enclosed .v-text-field__details {
    display: none
}

.v-toolbar .v-tabs {
    width: 100%
}

.v-toolbar__title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.v-toolbar__title:not(:first-child) {
    margin-left: 20px
}

.v-toolbar__content,
.v-toolbar__extension {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px
}

.v-toolbar__content .v-btn--icon,
.v-toolbar__extension .v-btn--icon {
    margin: 6px
}

.v-toolbar__content>:first-child,
.v-toolbar__extension>:first-child {
    margin-left: 0
}

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

.v-toolbar__content>:first-child.v-menu .v-menu__activator .v-btn,
.v-toolbar__content>:first-child.v-tooltip span .v-btn,
.v-toolbar__extension>:first-child.v-menu .v-menu__activator .v-btn,
.v-toolbar__extension>:first-child.v-tooltip span .v-btn {
    margin-left: 0
}

.v-toolbar__content>:first-child.v-menu .v-menu__activator .v-btn--icon,
.v-toolbar__content>:first-child.v-tooltip span .v-btn--icon,
.v-toolbar__extension>:first-child.v-menu .v-menu__activator .v-btn--icon,
.v-toolbar__extension>:first-child.v-tooltip span .v-btn--icon {
    margin-left: -6px
}

.v-toolbar__content>:last-child,
.v-toolbar__extension>:last-child {
    margin-right: 0
}

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

.v-toolbar__content>:last-child.v-menu .v-menu__activator .v-btn,
.v-toolbar__content>:last-child.v-tooltip span .v-btn,
.v-toolbar__extension>:last-child.v-menu .v-menu__activator .v-btn,
.v-toolbar__extension>:last-child.v-tooltip span .v-btn {
    margin-right: 0
}

.v-toolbar__content>:last-child.v-menu .v-menu__activator .v-btn--icon,
.v-toolbar__content>:last-child.v-tooltip span .v-btn--icon,
.v-toolbar__extension>:last-child.v-menu .v-menu__activator .v-btn--icon,
.v-toolbar__extension>:last-child.v-tooltip span .v-btn--icon {
    margin-right: -6px
}

.v-toolbar__content>.v-list,
.v-toolbar__extension>.v-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: 100%
}

.v-toolbar__content>.v-list:first-child,
.v-toolbar__extension>.v-list:first-child {
    margin-left: -24px
}

.v-toolbar__content>.v-list:last-child,
.v-toolbar__extension>.v-list:last-child {
    margin-right: -24px
}

.v-toolbar__extension>.v-toolbar__title {
    margin-left: 72px
}

.v-toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    max-width: 100%;
    padding: 0
}

.v-toolbar__items .v-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center
}

.v-toolbar__items .v-tooltip,
.v-toolbar__items .v-tooltip>span {
    height: inherit
}

.v-toolbar__items .v-btn:not(.v-btn--floating):not(.v-btn--icon),
.v-toolbar__items .v-menu,
.v-toolbar__items .v-menu__activator {
    height: inherit;
    margin: 0
}

.v-toolbar .v-btn-toggle,
.v-toolbar .v-overflow-btn {
    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-toolbar .v-input {
    margin: 0
}

.v-toolbar .v-overflow-btn .v-input__control:before,
.v-toolbar .v-overflow-btn .v-input__slot:before {
    display: none
}

.v-toolbar--card {
    border-radius: 2px 2px 0 0;
    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-toolbar--fixed {
    position: fixed;
    z-index: 2
}

.v-toolbar--absolute,
.v-toolbar--fixed {
    left: 0;
    top: 0
}

.v-toolbar--absolute {
    position: absolute;
    z-index: 2
}

.v-toolbar--floating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 16px;
    width: auto
}

.v-toolbar--clipped {
    z-index: 3
}

@media only screen and (max-width:959px) {

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

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

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

}

.v-tooltip {
    position: relative
}

.v-tooltip__content {
    background: #616161;
    border-radius: 2px;
    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);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 8px;
    position: absolute;
    text-transform: none;
    transition: .15s cubic-bezier(.25, .8, .5, 1);
    width: auto
}

.v-tooltip__content[class*=-active] {
    pointer-events: none
}

@media only screen and (max-width:959px) {
    .v-tooltip .v-tooltip__content {
        padding: 10px 16px
    }

}

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

.theme--light.v-treeview--hoverable .v-treeview-node__root:hover,
.theme--light.v-treeview .v-treeview-node--active {
    background: rgba(0, 0, 0, .12)
}

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

.theme--dark.v-treeview--hoverable .v-treeview-node__root:hover,
.theme--dark.v-treeview .v-treeview-node--active {
    background: hsla(0, 0%, 100%, .12)
}

.v-treeview>.v-treeview-node {
    margin-left: 0
}

.v-treeview>.v-treeview-node--leaf {
    margin-left: 22px
}

.v-treeview-node {
    margin-left: 26px
}

.v-treeview-node--click>.v-treeview-node__root,
.v-treeview-node--click>.v-treeview-node__root>.v-treeview-node__content>* {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    user-select: none
}

.v-treeview-node--leaf {
    margin-left: 52px
}

.v-treeview-node__root {
    height: 34px
}

.v-treeview-node__content,
.v-treeview-node__root {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.v-treeview-node__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.v-treeview-node__content .v-btn {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.v-treeview-node__label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16.8px;
    font-size: 1.2rem;
    margin-left: 6px
}

.v-treeview-node__label .v-icon {
    padding-right: 8px
}

.v-treeview-node__checkbox,
.v-treeview-node__toggle {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.v-treeview-node__toggle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.v-treeview-node__toggle--open {
    -webkit-transform: none;
    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 .2s cubic-bezier(0, 0, .2, 1)
}

@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/static/fonts/MaterialIcons-Regular.96c4768.eot);
    src: local("\263A"), url(/static/fonts/MaterialIcons-Regular.0509ab0.woff2) format("woff2"), url(/static/fonts/MaterialIcons-Regular.29b882f.woff) format("woff"), url(/static/fonts/MaterialIcons-Regular.da4ea5c.ttf) format("truetype")
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"

}

.material-icons._10k:before {
    content: "\E951"

}

.material-icons._10mp:before {
    content: "\E952"

}

.material-icons._11mp:before {
    content: "\E953"

}

.material-icons._12mp:before {
    content: "\E954"

}

.material-icons._13mp:before {
    content: "\E955"

}

.material-icons._14mp:before {
    content: "\E956"

}

.material-icons._15mp:before {
    content: "\E957"

}

.material-icons._16mp:before {
    content: "\E958"

}

.material-icons._17mp:before {
    content: "\E959"

}

.material-icons._18mp:before {
    content: "\E95A"

}

.material-icons._19mp:before {
    content: "\E95B"

}

.material-icons._1k:before {
    content: "\E95C"

}

.material-icons._1k_plus:before {
    content: "\E95D"

}

.material-icons._20mp:before {
    content: "\E95E"

}

.material-icons._21mp:before {
    content: "\E95F"

}

.material-icons._22mp:before {
    content: "\E960"

}

.material-icons._23mp:before {
    content: "\E961"

}

.material-icons._24mp:before {
    content: "\E962"

}

.material-icons._2k:before {
    content: "\E963"

}

.material-icons._2k_plus:before {
    content: "\E964"

}

.material-icons._2mp:before {
    content: "\E965"

}

.material-icons._360:before {
    content: "\E577"

}

.material-icons._3d_rotation:before {
    content: "\E84D"

}

.material-icons._3k:before {
    content: "\E966"

}

.material-icons._3k_plus:before {
    content: "\E967"

}

.material-icons._3mp:before {
    content: "\E968"

}

.material-icons._4k:before {
    content: "\E072"

}

.material-icons._4k_plus:before {
    content: "\E969"

}

.material-icons._4mp:before {
    content: "\E96A"

}

.material-icons._5k:before {
    content: "\E96B"

}

.material-icons._5k_plus:before {
    content: "\E96C"

}

.material-icons._5mp:before {
    content: "\E96D"

}

.material-icons._6k:before {
    content: "\E96E"

}

.material-icons._6k_plus:before {
    content: "\E96F"

}

.material-icons._6mp:before {
    content: "\E970"

}

.material-icons._7k:before {
    content: "\E971"

}

.material-icons._7k_plus:before {
    content: "\E972"

}

.material-icons._7mp:before {
    content: "\E973"

}

.material-icons._8k:before {
    content: "\E974"

}

.material-icons._8k_plus:before {
    content: "\E975"

}

.material-icons._8mp:before {
    content: "\E976"

}

.material-icons._9k:before {
    content: "\E977"

}

.material-icons._9k_plus:before {
    content: "\E978"

}

.material-icons._9mp:before {
    content: "\E979"

}

.material-icons.ac_unit:before {
    content: "\EB3B"

}

.material-icons.access_alarm:before {
    content: "\E190"

}

.material-icons.access_alarms:before {
    content: "\E191"

}

.material-icons.access_time:before {
    content: "\E192"

}

.material-icons.accessibility:before {
    content: "\E84E"

}

.material-icons.accessibility_new:before {
    content: "\E92C"

}

.material-icons.accessible:before {
    content: "\E914"

}

.material-icons.accessible_forward:before {
    content: "\E934"

}

.material-icons.account_balance:before {
    content: "\E84F"

}

.material-icons.account_balance_wallet:before {
    content: "\E850"

}

.material-icons.account_box:before {
    content: "\E851"

}

.material-icons.account_circle:before {
    content: "\E853"

}

.material-icons.account_tree:before {
    content: "\E97A"

}

.material-icons.adb:before {
    content: "\E60E"

}

.material-icons.add:before {
    content: "\E145"

}

.material-icons.add_a_photo:before {
    content: "\E439"

}

.material-icons.add_alarm:before {
    content: "\E193"

}

.material-icons.add_alert:before {
    content: "\E003"

}

.material-icons.add_box:before {
    content: "\E146"

}

.material-icons.add_call:before {
    content: "\E0E8"

}

.material-icons.add_chart:before {
    content: "\E97B"

}

.material-icons.add_circle:before {
    content: "\E147"

}

.material-icons.add_circle_outline:before {
    content: "\E148"

}

.material-icons.add_comment:before {
    content: "\E266"

}

.material-icons.add_ic_call:before {
    content: "\E97C"

}

.material-icons.add_link:before {
    content: "\E178"

}

.material-icons.add_location:before {
    content: "\E567"

}

.material-icons.add_moderator:before {
    content: "\E97D"

}

.material-icons.add_photo_alternate:before {
    content: "\E43E"

}

.material-icons.add_shopping_cart:before {
    content: "\E854"

}

.material-icons.add_to_home_screen:before {
    content: "\E1FE"

}

.material-icons.add_to_photos:before {
    content: "\E39D"

}

.material-icons.add_to_queue:before {
    content: "\E05C"

}

.material-icons.adjust:before {
    content: "\E39E"

}

.material-icons.airline_seat_flat:before {
    content: "\E630"

}

.material-icons.airline_seat_flat_angled:before {
    content: "\E631"

}

.material-icons.airline_seat_individual_suite:before {
    content: "\E632"

}

.material-icons.airline_seat_legroom_extra:before {
    content: "\E633"

}

.material-icons.airline_seat_legroom_normal:before {
    content: "\E634"

}

.material-icons.airline_seat_legroom_reduced:before {
    content: "\E635"

}

.material-icons.airline_seat_recline_extra:before {
    content: "\E636"

}

.material-icons.airline_seat_recline_normal:before {
    content: "\E637"

}

.material-icons.airplanemode_active:before {
    content: "\E195"

}

.material-icons.airplanemode_inactive:before,
.material-icons.airplanemode_off:before {
    content: "\E194"

}

.material-icons.airplanemode_on:before {
    content: "\E195"

}

.material-icons.airplay:before {
    content: "\E055"

}

.material-icons.airport_shuttle:before {
    content: "\EB3C"

}

.material-icons.alarm:before {
    content: "\E855"

}

.material-icons.alarm_add:before {
    content: "\E856"

}

.material-icons.alarm_off:before {
    content: "\E857"

}

.material-icons.alarm_on:before {
    content: "\E858"

}

.material-icons.album:before {
    content: "\E019"

}

.material-icons.all_inbox:before {
    content: "\E97F"

}

.material-icons.all_inclusive:before {
    content: "\EB3D"

}

.material-icons.all_out:before {
    content: "\E90B"

}

.material-icons.alternate_email:before {
    content: "\E0E6"

}

.material-icons.amp_stories:before {
    content: "\EA13"

}

.material-icons.android:before {
    content: "\E859"

}

.material-icons.announcement:before {
    content: "\E85A"

}

.material-icons.apartment:before {
    content: "\EA40"

}

.material-icons.approval:before {
    content: "\E982"

}

.material-icons.apps:before {
    content: "\E5C3"

}

.material-icons.archive:before {
    content: "\E149"

}

.material-icons.arrow_back:before {
    content: "\E5C4"

}

.material-icons.arrow_back_ios:before {
    content: "\E5E0"

}

.material-icons.arrow_downward:before {
    content: "\E5DB"

}

.material-icons.arrow_drop_down:before {
    content: "\E5C5"

}

.material-icons.arrow_drop_down_circle:before {
    content: "\E5C6"

}

.material-icons.arrow_drop_up:before {
    content: "\E5C7"

}

.material-icons.arrow_forward:before {
    content: "\E5C8"

}

.material-icons.arrow_forward_ios:before {
    content: "\E5E1"

}

.material-icons.arrow_left:before {
    content: "\E5DE"

}

.material-icons.arrow_right:before {
    content: "\E5DF"

}

.material-icons.arrow_right_alt:before {
    content: "\E941"

}

.material-icons.arrow_upward:before {
    content: "\E5D8"

}

.material-icons.art_track:before {
    content: "\E060"

}

.material-icons.aspect_ratio:before {
    content: "\E85B"

}

.material-icons.assessment:before {
    content: "\E85C"

}

.material-icons.assignment:before {
    content: "\E85D"

}

.material-icons.assignment_ind:before {
    content: "\E85E"

}

.material-icons.assignment_late:before {
    content: "\E85F"

}

.material-icons.assignment_return:before {
    content: "\E860"

}

.material-icons.assignment_returned:before {
    content: "\E861"

}

.material-icons.assignment_turned_in:before {
    content: "\E862"

}

.material-icons.assistant:before {
    content: "\E39F"

}

.material-icons.assistant_direction:before {
    content: "\E988"

}

.material-icons.assistant_navigation:before {
    content: "\E989"

}

.material-icons.assistant_photo:before {
    content: "\E3A0"

}

.material-icons.atm:before {
    content: "\E573"

}

.material-icons.attach_file:before {
    content: "\E226"

}

.material-icons.attach_money:before {
    content: "\E227"

}

.material-icons.attachment:before {
    content: "\E2BC"

}

.material-icons.attractions:before {
    content: "\EA52"

}

.material-icons.audiotrack:before {
    content: "\E3A1"

}

.material-icons.autorenew:before {
    content: "\E863"

}

.material-icons.av_timer:before {
    content: "\E01B"

}

.material-icons.backspace:before {
    content: "\E14A"

}

.material-icons.backup:before {
    content: "\E864"

}

.material-icons.badge:before {
    content: "\EA67"

}

.material-icons.bakery_dining:before {
    content: "\EA53"

}

.material-icons.ballot:before {
    content: "\E172"

}

.material-icons.bar_chart:before {
    content: "\E26B"

}

.material-icons.bathtub:before {
    content: "\EA41"

}

.material-icons.battery_alert:before {
    content: "\E19C"

}

.material-icons.battery_charging_full:before {
    content: "\E1A3"

}

.material-icons.battery_full:before {
    content: "\E1A4"

}

.material-icons.battery_std:before {
    content: "\E1A5"

}

.material-icons.battery_unknown:before {
    content: "\E1A6"

}

.material-icons.beach_access:before {
    content: "\EB3E"

}

.material-icons.beenhere:before {
    content: "\E52D"

}

.material-icons.block:before {
    content: "\E14B"

}

.material-icons.bluetooth:before {
    content: "\E1A7"

}

.material-icons.bluetooth_audio:before {
    content: "\E60F"

}

.material-icons.bluetooth_connected:before {
    content: "\E1A8"

}

.material-icons.bluetooth_disabled:before {
    content: "\E1A9"

}

.material-icons.bluetooth_searching:before {
    content: "\E1AA"

}

.material-icons.blur_circular:before {
    content: "\E3A2"

}

.material-icons.blur_linear:before {
    content: "\E3A3"

}

.material-icons.blur_off:before {
    content: "\E3A4"

}

.material-icons.blur_on:before {
    content: "\E3A5"

}

.material-icons.bolt:before {
    content: "\EA0B"

}

.material-icons.book:before {
    content: "\E865"

}

.material-icons.bookmark:before {
    content: "\E866"

}

.material-icons.bookmark_border:before,
.material-icons.bookmark_outline:before {
    content: "\E867"

}

.material-icons.bookmarks:before {
    content: "\E98B"

}

.material-icons.border_all:before {
    content: "\E228"

}

.material-icons.border_bottom:before {
    content: "\E229"

}

.material-icons.border_clear:before {
    content: "\E22A"

}

.material-icons.border_color:before {
    content: "\E22B"

}

.material-icons.border_horizontal:before {
    content: "\E22C"

}

.material-icons.border_inner:before {
    content: "\E22D"

}

.material-icons.border_left:before {
    content: "\E22E"

}

.material-icons.border_outer:before {
    content: "\E22F"

}

.material-icons.border_right:before {
    content: "\E230"

}

.material-icons.border_style:before {
    content: "\E231"

}

.material-icons.border_top:before {
    content: "\E232"

}

.material-icons.border_vertical:before {
    content: "\E233"

}

.material-icons.branding_watermark:before {
    content: "\E06B"

}

.material-icons.breakfast_dining:before {
    content: "\EA54"

}

.material-icons.brightness_1:before {
    content: "\E3A6"

}

.material-icons.brightness_2:before {
    content: "\E3A7"

}

.material-icons.brightness_3:before {
    content: "\E3A8"

}

.material-icons.brightness_4:before {
    content: "\E3A9"

}

.material-icons.brightness_5:before {
    content: "\E3AA"

}

.material-icons.brightness_6:before {
    content: "\E3AB"

}

.material-icons.brightness_7:before {
    content: "\E3AC"

}

.material-icons.brightness_auto:before {
    content: "\E1AB"

}

.material-icons.brightness_high:before {
    content: "\E1AC"

}

.material-icons.brightness_low:before {
    content: "\E1AD"

}

.material-icons.brightness_medium:before {
    content: "\E1AE"

}

.material-icons.broken_image:before {
    content: "\E3AD"

}

.material-icons.brunch_dining:before {
    content: "\EA73"

}

.material-icons.brush:before {
    content: "\E3AE"

}

.material-icons.bubble_chart:before {
    content: "\E6DD"

}

.material-icons.bug_report:before {
    content: "\E868"

}

.material-icons.build:before {
    content: "\E869"

}

.material-icons.burst_mode:before {
    content: "\E43C"

}

.material-icons.bus_alert:before {
    content: "\E98F"

}

.material-icons.business:before {
    content: "\E0AF"

}

.material-icons.business_center:before {
    content: "\EB3F"

}

.material-icons.cached:before {
    content: "\E86A"

}

.material-icons.cake:before {
    content: "\E7E9"

}

.material-icons.calendar_today:before {
    content: "\E935"

}

.material-icons.calendar_view_day:before {
    content: "\E936"

}

.material-icons.call:before {
    content: "\E0B0"

}

.material-icons.call_end:before {
    content: "\E0B1"

}

.material-icons.call_made:before {
    content: "\E0B2"

}

.material-icons.call_merge:before {
    content: "\E0B3"

}

.material-icons.call_missed:before {
    content: "\E0B4"

}

.material-icons.call_missed_outgoing:before {
    content: "\E0E4"

}

.material-icons.call_received:before {
    content: "\E0B5"

}

.material-icons.call_split:before {
    content: "\E0B6"

}

.material-icons.call_to_action:before {
    content: "\E06C"

}

.material-icons.camera:before {
    content: "\E3AF"

}

.material-icons.camera_alt:before {
    content: "\E3B0"

}

.material-icons.camera_enhance:before {
    content: "\E8FC"

}

.material-icons.camera_front:before {
    content: "\E3B1"

}

.material-icons.camera_rear:before {
    content: "\E3B2"

}

.material-icons.camera_roll:before {
    content: "\E3B3"

}

.material-icons.cancel:before {
    content: "\E5C9"

}

.material-icons.cancel_presentation:before {
    content: "\E0E9"

}

.material-icons.cancel_schedule_send:before {
    content: "\EA39"

}

.material-icons.car_rental:before {
    content: "\EA55"

}

.material-icons.car_repair:before {
    content: "\EA56"

}

.material-icons.card_giftcard:before {
    content: "\E8F6"

}

.material-icons.card_membership:before {
    content: "\E8F7"

}

.material-icons.card_travel:before {
    content: "\E8F8"

}

.material-icons.cases:before {
    content: "\E992"

}

.material-icons.casino:before {
    content: "\EB40"

}

.material-icons.cast:before {
    content: "\E307"

}

.material-icons.cast_connected:before {
    content: "\E308"

}

.material-icons.category:before {
    content: "\E574"

}

.material-icons.celebration:before {
    content: "\EA65"

}

.material-icons.cell_wifi:before {
    content: "\E0EC"

}

.material-icons.center_focus_strong:before {
    content: "\E3B4"

}

.material-icons.center_focus_weak:before {
    content: "\E3B5"

}

.material-icons.change_history:before {
    content: "\E86B"

}

.material-icons.chat:before {
    content: "\E0B7"

}

.material-icons.chat_bubble:before {
    content: "\E0CA"

}

.material-icons.chat_bubble_outline:before {
    content: "\E0CB"

}

.material-icons.check:before {
    content: "\E5CA"

}

.material-icons.check_box:before {
    content: "\E834"

}

.material-icons.check_box_outline_blank:before {
    content: "\E835"

}

.material-icons.check_circle:before {
    content: "\E86C"

}

.material-icons.check_circle_outline:before {
    content: "\E92D"

}

.material-icons.chevron_left:before {
    content: "\E5CB"

}

.material-icons.chevron_right:before {
    content: "\E5CC"

}

.material-icons.child_care:before {
    content: "\EB41"

}

.material-icons.child_friendly:before {
    content: "\EB42"

}

.material-icons.chrome_reader_mode:before {
    content: "\E86D"

}

.material-icons.circle_notifications:before {
    content: "\E994"

}

.material-icons.class:before {
    content: "\E86E"

}

.material-icons.clear:before {
    content: "\E14C"

}

.material-icons.clear_all:before {
    content: "\E0B8"

}

.material-icons.close:before {
    content: "\E5CD"

}

.material-icons.closed_caption:before {
    content: "\E01C"

}

.material-icons.closed_caption_off:before {
    content: "\E996"

}

.material-icons.cloud:before {
    content: "\E2BD"

}

.material-icons.cloud_circle:before {
    content: "\E2BE"

}

.material-icons.cloud_done:before {
    content: "\E2BF"

}

.material-icons.cloud_download:before {
    content: "\E2C0"

}

.material-icons.cloud_off:before {
    content: "\E2C1"

}

.material-icons.cloud_queue:before {
    content: "\E2C2"

}

.material-icons.cloud_upload:before {
    content: "\E2C3"

}

.material-icons.code:before {
    content: "\E86F"

}

.material-icons.collections:before {
    content: "\E3B6"

}

.material-icons.collections_bookmark:before {
    content: "\E431"

}

.material-icons.color_lens:before {
    content: "\E3B7"

}

.material-icons.colorize:before {
    content: "\E3B8"

}

.material-icons.comment:before {
    content: "\E0B9"

}

.material-icons.commute:before {
    content: "\E940"

}

.material-icons.compare:before {
    content: "\E3B9"

}

.material-icons.compare_arrows:before {
    content: "\E915"

}

.material-icons.compass_calibration:before {
    content: "\E57C"

}

.material-icons.compress:before {
    content: "\E94D"

}

.material-icons.computer:before {
    content: "\E30A"

}

.material-icons.confirmation_num:before,
.material-icons.confirmation_number:before {
    content: "\E638"

}

.material-icons.connected_tv:before {
    content: "\E998"

}

.material-icons.contact_mail:before {
    content: "\E0D0"

}

.material-icons.contact_phone:before {
    content: "\E0CF"

}

.material-icons.contact_support:before {
    content: "\E94C"

}

.material-icons.contactless:before {
    content: "\EA71"

}

.material-icons.contacts:before {
    content: "\E0BA"

}

.material-icons.content_copy:before {
    content: "\E14D"

}

.material-icons.content_cut:before {
    content: "\E14E"

}

.material-icons.content_paste:before {
    content: "\E14F"

}

.material-icons.control_camera:before {
    content: "\E074"

}

.material-icons.control_point:before {
    content: "\E3BA"

}

.material-icons.control_point_duplicate:before {
    content: "\E3BB"

}

.material-icons.copyright:before {
    content: "\E90C"

}

.material-icons.create:before {
    content: "\E150"

}

.material-icons.create_new_folder:before {
    content: "\E2CC"

}

.material-icons.credit_card:before {
    content: "\E870"

}

.material-icons.crop:before {
    content: "\E3BE"

}

.material-icons.crop_16_9:before {
    content: "\E3BC"

}

.material-icons.crop_3_2:before {
    content: "\E3BD"

}

.material-icons.crop_5_4:before {
    content: "\E3BF"

}

.material-icons.crop_7_5:before {
    content: "\E3C0"

}

.material-icons.crop_din:before {
    content: "\E3C1"

}

.material-icons.crop_free:before {
    content: "\E3C2"

}

.material-icons.crop_landscape:before {
    content: "\E3C3"

}

.material-icons.crop_original:before {
    content: "\E3C4"

}

.material-icons.crop_portrait:before {
    content: "\E3C5"

}

.material-icons.crop_rotate:before {
    content: "\E437"

}

.material-icons.crop_square:before {
    content: "\E3C6"

}

.material-icons.dangerous:before {
    content: "\E99A"

}

.material-icons.dashboard:before {
    content: "\E871"

}

.material-icons.dashboard_customize:before {
    content: "\E99B"

}

.material-icons.data_usage:before {
    content: "\E1AF"

}

.material-icons.date_range:before {
    content: "\E916"

}

.material-icons.deck:before {
    content: "\EA42"

}

.material-icons.dehaze:before {
    content: "\E3C7"

}

.material-icons.delete:before {
    content: "\E872"

}

.material-icons.delete_forever:before {
    content: "\E92B"

}

.material-icons.delete_outline:before {
    content: "\E92E"

}

.material-icons.delete_sweep:before {
    content: "\E16C"

}

.material-icons.delivery_dining:before {
    content: "\EA72"

}

.material-icons.departure_board:before {
    content: "\E576"

}

.material-icons.description:before {
    content: "\E873"

}

.material-icons.desktop_access_disabled:before {
    content: "\E99D"

}

.material-icons.desktop_mac:before {
    content: "\E30B"

}

.material-icons.desktop_windows:before {
    content: "\E30C"

}

.material-icons.details:before {
    content: "\E3C8"

}

.material-icons.developer_board:before {
    content: "\E30D"

}

.material-icons.developer_mode:before {
    content: "\E1B0"

}

.material-icons.device_hub:before {
    content: "\E335"

}

.material-icons.device_thermostat:before {
    content: "\E1FF"

}

.material-icons.device_unknown:before {
    content: "\E339"

}

.material-icons.devices:before {
    content: "\E1B1"

}

.material-icons.devices_other:before {
    content: "\E337"

}

.material-icons.dialer_sip:before {
    content: "\E0BB"

}

.material-icons.dialpad:before {
    content: "\E0BC"

}

.material-icons.dinner_dining:before {
    content: "\EA57"

}

.material-icons.directions:before {
    content: "\E52E"

}

.material-icons.directions_bike:before {
    content: "\E52F"

}

.material-icons.directions_boat:before {
    content: "\E532"

}

.material-icons.directions_bus:before {
    content: "\E530"

}

.material-icons.directions_car:before {
    content: "\E531"

}

.material-icons.directions_ferry:before {
    content: "\E532"

}

.material-icons.directions_railway:before {
    content: "\E534"

}

.material-icons.directions_run:before {
    content: "\E566"

}

.material-icons.directions_subway:before {
    content: "\E533"

}

.material-icons.directions_train:before {
    content: "\E534"

}

.material-icons.directions_transit:before {
    content: "\E535"

}

.material-icons.directions_walk:before {
    content: "\E536"

}

.material-icons.disc_full:before {
    content: "\E610"

}

.material-icons.dnd_forwardslash:before {
    content: "\E611"

}

.material-icons.dns:before {
    content: "\E875"

}

.material-icons.do_not_disturb:before {
    content: "\E612"

}

.material-icons.do_not_disturb_alt:before {
    content: "\E611"

}

.material-icons.do_not_disturb_off:before {
    content: "\E643"

}

.material-icons.do_not_disturb_on:before {
    content: "\E644"

}

.material-icons.dock:before {
    content: "\E30E"

}

.material-icons.domain:before {
    content: "\E7EE"

}

.material-icons.domain_disabled:before {
    content: "\E0EF"

}

.material-icons.done:before {
    content: "\E876"

}

.material-icons.done_all:before {
    content: "\E877"

}

.material-icons.done_outline:before {
    content: "\E92F"

}

.material-icons.donut_large:before {
    content: "\E917"

}

.material-icons.donut_small:before {
    content: "\E918"

}

.material-icons.double_arrow:before {
    content: "\EA50"

}

.material-icons.drafts:before {
    content: "\E151"

}

.material-icons.drag_handle:before {
    content: "\E25D"

}

.material-icons.drag_indicator:before {
    content: "\E945"

}

.material-icons.drive_eta:before {
    content: "\E613"

}

.material-icons.drive_file_move_outline:before {
    content: "\E9A1"

}

.material-icons.drive_file_rename_outline:before {
    content: "\E9A2"

}

.material-icons.drive_folder_upload:before {
    content: "\E9A3"

}

.material-icons.dry_cleaning:before {
    content: "\EA58"

}

.material-icons.duo:before {
    content: "\E9A5"

}

.material-icons.dvr:before {
    content: "\E1B2"

}

.material-icons.dynamic_feed:before {
    content: "\EA14"

}

.material-icons.eco:before {
    content: "\EA35"

}

.material-icons.edit:before {
    content: "\E3C9"

}

.material-icons.edit_attributes:before {
    content: "\E578"

}

.material-icons.edit_location:before {
    content: "\E568"

}

.material-icons.edit_off:before {
    content: "\E950"

}

.material-icons.eject:before {
    content: "\E8FB"

}

.material-icons.email:before {
    content: "\E0BE"

}

.material-icons.emoji_emotions:before {
    content: "\EA22"

}

.material-icons.emoji_events:before {
    content: "\EA23"

}

.material-icons.emoji_flags:before {
    content: "\EA1A"

}

.material-icons.emoji_food_beverage:before {
    content: "\EA1B"

}

.material-icons.emoji_nature:before {
    content: "\EA1C"

}

.material-icons.emoji_objects:before {
    content: "\EA24"

}

.material-icons.emoji_people:before {
    content: "\EA1D"

}

.material-icons.emoji_symbols:before {
    content: "\EA1E"

}

.material-icons.emoji_transportation:before {
    content: "\EA1F"

}

.material-icons.enhance_photo_translate:before {
    content: "\E8FC"

}

.material-icons.enhanced_encryption:before {
    content: "\E63F"

}

.material-icons.equalizer:before {
    content: "\E01D"

}

.material-icons.error:before {
    content: "\E000"

}

.material-icons.error_outline:before {
    content: "\E001"

}

.material-icons.euro:before {
    content: "\EA15"

}

.material-icons.euro_symbol:before {
    content: "\E926"

}

.material-icons.ev_station:before {
    content: "\E56D"

}

.material-icons.event:before {
    content: "\E878"

}

.material-icons.event_available:before {
    content: "\E614"

}

.material-icons.event_busy:before {
    content: "\E615"

}

.material-icons.event_note:before {
    content: "\E616"

}

.material-icons.event_seat:before {
    content: "\E903"

}

.material-icons.exit_to_app:before {
    content: "\E879"

}

.material-icons.expand:before {
    content: "\E94F"

}

.material-icons.expand_less:before {
    content: "\E5CE"

}

.material-icons.expand_more:before {
    content: "\E5CF"

}

.material-icons.explicit:before {
    content: "\E01E"

}

.material-icons.explore:before {
    content: "\E87A"

}

.material-icons.explore_off:before {
    content: "\E9A8"

}

.material-icons.exposure:before {
    content: "\E3CA"

}

.material-icons.exposure_minus_1:before {
    content: "\E3CB"

}

.material-icons.exposure_minus_2:before {
    content: "\E3CC"

}

.material-icons.exposure_neg_1:before {
    content: "\E3CB"

}

.material-icons.exposure_neg_2:before {
    content: "\E3CC"

}

.material-icons.exposure_plus_1:before {
    content: "\E3CD"

}

.material-icons.exposure_plus_2:before {
    content: "\E3CE"

}

.material-icons.exposure_zero:before {
    content: "\E3CF"

}

.material-icons.extension:before {
    content: "\E87B"

}

.material-icons.face:before {
    content: "\E87C"

}

.material-icons.fast_forward:before {
    content: "\E01F"

}

.material-icons.fast_rewind:before {
    content: "\E020"

}

.material-icons.fastfood:before {
    content: "\E57A"

}

.material-icons.favorite:before {
    content: "\E87D"

}

.material-icons.favorite_border:before,
.material-icons.favorite_outline:before {
    content: "\E87E"

}

.material-icons.featured_play_list:before {
    content: "\E06D"

}

.material-icons.featured_video:before {
    content: "\E06E"

}

.material-icons.feedback:before {
    content: "\E87F"

}

.material-icons.festival:before {
    content: "\EA68"

}

.material-icons.fiber_dvr:before {
    content: "\E05D"

}

.material-icons.fiber_manual_record:before {
    content: "\E061"

}

.material-icons.fiber_new:before {
    content: "\E05E"

}

.material-icons.fiber_pin:before {
    content: "\E06A"

}

.material-icons.fiber_smart_record:before {
    content: "\E062"

}

.material-icons.file_copy:before {
    content: "\E173"

}

.material-icons.file_download:before {
    content: "\E2C4"

}

.material-icons.file_download_done:before {
    content: "\E9AA"

}

.material-icons.file_present:before {
    content: "\EA0E"

}

.material-icons.file_upload:before {
    content: "\E2C6"

}

.material-icons.filter:before {
    content: "\E3D3"

}

.material-icons.filter_1:before {
    content: "\E3D0"

}

.material-icons.filter_2:before {
    content: "\E3D1"

}

.material-icons.filter_3:before {
    content: "\E3D2"

}

.material-icons.filter_4:before {
    content: "\E3D4"

}

.material-icons.filter_5:before {
    content: "\E3D5"

}

.material-icons.filter_6:before {
    content: "\E3D6"

}

.material-icons.filter_7:before {
    content: "\E3D7"

}

.material-icons.filter_8:before {
    content: "\E3D8"

}

.material-icons.filter_9:before {
    content: "\E3D9"

}

.material-icons.filter_9_plus:before {
    content: "\E3DA"

}

.material-icons.filter_b_and_w:before {
    content: "\E3DB"

}

.material-icons.filter_center_focus:before {
    content: "\E3DC"

}

.material-icons.filter_drama:before {
    content: "\E3DD"

}

.material-icons.filter_frames:before {
    content: "\E3DE"

}

.material-icons.filter_hdr:before {
    content: "\E3DF"

}

.material-icons.filter_list:before {
    content: "\E152"

}

.material-icons.filter_list_alt:before {
    content: "\E94E"

}

.material-icons.filter_none:before {
    content: "\E3E0"

}

.material-icons.filter_tilt_shift:before {
    content: "\E3E2"

}

.material-icons.filter_vintage:before {
    content: "\E3E3"

}

.material-icons.find_in_page:before {
    content: "\E880"

}

.material-icons.find_replace:before {
    content: "\E881"

}

.material-icons.fingerprint:before {
    content: "\E90D"

}

.material-icons.fireplace:before {
    content: "\EA43"

}

.material-icons.first_page:before {
    content: "\E5DC"

}

.material-icons.fit_screen:before {
    content: "\EA10"

}

.material-icons.fitness_center:before {
    content: "\EB43"

}

.material-icons.flag:before {
    content: "\E153"

}

.material-icons.flare:before {
    content: "\E3E4"

}

.material-icons.flash_auto:before {
    content: "\E3E5"

}

.material-icons.flash_off:before {
    content: "\E3E6"

}

.material-icons.flash_on:before {
    content: "\E3E7"

}

.material-icons.flight:before {
    content: "\E539"

}

.material-icons.flight_land:before {
    content: "\E904"

}

.material-icons.flight_takeoff:before {
    content: "\E905"

}

.material-icons.flip:before {
    content: "\E3E8"

}

.material-icons.flip_camera_android:before {
    content: "\EA37"

}

.material-icons.flip_camera_ios:before {
    content: "\EA38"

}

.material-icons.flip_to_back:before {
    content: "\E882"

}

.material-icons.flip_to_front:before {
    content: "\E883"

}

.material-icons.folder:before {
    content: "\E2C7"

}

.material-icons.folder_open:before {
    content: "\E2C8"

}

.material-icons.folder_shared:before {
    content: "\E2C9"

}

.material-icons.folder_special:before {
    content: "\E617"

}

.material-icons.font_download:before {
    content: "\E167"

}

.material-icons.format_align_center:before {
    content: "\E234"

}

.material-icons.format_align_justify:before {
    content: "\E235"

}

.material-icons.format_align_left:before {
    content: "\E236"

}

.material-icons.format_align_right:before {
    content: "\E237"

}

.material-icons.format_bold:before {
    content: "\E238"

}

.material-icons.format_clear:before {
    content: "\E239"

}

.material-icons.format_color_fill:before {
    content: "\E23A"

}

.material-icons.format_color_reset:before {
    content: "\E23B"

}

.material-icons.format_color_text:before {
    content: "\E23C"

}

.material-icons.format_indent_decrease:before {
    content: "\E23D"

}

.material-icons.format_indent_increase:before {
    content: "\E23E"

}

.material-icons.format_italic:before {
    content: "\E23F"

}

.material-icons.format_line_spacing:before {
    content: "\E240"

}

.material-icons.format_list_bulleted:before {
    content: "\E241"

}

.material-icons.format_list_numbered:before {
    content: "\E242"

}

.material-icons.format_list_numbered_rtl:before {
    content: "\E267"

}

.material-icons.format_paint:before {
    content: "\E243"

}

.material-icons.format_quote:before {
    content: "\E244"

}

.material-icons.format_shapes:before {
    content: "\E25E"

}

.material-icons.format_size:before {
    content: "\E245"

}

.material-icons.format_strikethrough:before {
    content: "\E246"

}

.material-icons.format_textdirection_l_to_r:before {
    content: "\E247"

}

.material-icons.format_textdirection_r_to_l:before {
    content: "\E248"

}

.material-icons.format_underline:before,
.material-icons.format_underlined:before {
    content: "\E249"

}

.material-icons.forum:before {
    content: "\E0BF"

}

.material-icons.forward:before {
    content: "\E154"

}

.material-icons.forward_10:before {
    content: "\E056"

}

.material-icons.forward_30:before {
    content: "\E057"

}

.material-icons.forward_5:before {
    content: "\E058"

}

.material-icons.free_breakfast:before {
    content: "\EB44"

}

.material-icons.fullscreen:before {
    content: "\E5D0"

}

.material-icons.fullscreen_exit:before {
    content: "\E5D1"

}

.material-icons.functions:before {
    content: "\E24A"

}

.material-icons.g_translate:before {
    content: "\E927"

}

.material-icons.gamepad:before {
    content: "\E30F"

}

.material-icons.games:before {
    content: "\E021"

}

.material-icons.gavel:before {
    content: "\E90E"

}

.material-icons.gesture:before {
    content: "\E155"

}

.material-icons.get_app:before {
    content: "\E884"

}

.material-icons.gif:before {
    content: "\E908"

}

.material-icons.goat:before {
    content: "\FFFD"

}

.material-icons.golf_course:before {
    content: "\EB45"

}

.material-icons.gps_fixed:before {
    content: "\E1B3"

}

.material-icons.gps_not_fixed:before {
    content: "\E1B4"

}

.material-icons.gps_off:before {
    content: "\E1B5"

}

.material-icons.grade:before {
    content: "\E885"

}

.material-icons.gradient:before {
    content: "\E3E9"

}

.material-icons.grain:before {
    content: "\E3EA"

}

.material-icons.graphic_eq:before {
    content: "\E1B8"

}

.material-icons.grid_off:before {
    content: "\E3EB"

}

.material-icons.grid_on:before {
    content: "\E3EC"

}

.material-icons.grid_view:before {
    content: "\E9B0"

}

.material-icons.group:before {
    content: "\E7EF"

}

.material-icons.group_add:before {
    content: "\E7F0"

}

.material-icons.group_work:before {
    content: "\E886"

}

.material-icons.hail:before {
    content: "\E9B1"

}

.material-icons.hardware:before {
    content: "\EA59"

}

.material-icons.hd:before {
    content: "\E052"

}

.material-icons.hdr_off:before {
    content: "\E3ED"

}

.material-icons.hdr_on:before {
    content: "\E3EE"

}

.material-icons.hdr_strong:before {
    content: "\E3F1"

}

.material-icons.hdr_weak:before {
    content: "\E3F2"

}

.material-icons.headset:before {
    content: "\E310"

}

.material-icons.headset_mic:before {
    content: "\E311"

}

.material-icons.headset_off:before {
    content: "\E33A"

}

.material-icons.healing:before {
    content: "\E3F3"

}

.material-icons.hearing:before {
    content: "\E023"

}

.material-icons.height:before {
    content: "\EA16"

}

.material-icons.help:before {
    content: "\E887"

}

.material-icons.help_outline:before {
    content: "\E8FD"

}

.material-icons.high_quality:before {
    content: "\E024"

}

.material-icons.highlight:before {
    content: "\E25F"

}

.material-icons.highlight_off:before,
.material-icons.highlight_remove:before {
    content: "\E888"

}

.material-icons.history:before {
    content: "\E889"

}

.material-icons.home:before {
    content: "\E88A"

}

.material-icons.home_filled:before {
    content: "\E9B2"

}

.material-icons.home_work:before {
    content: "\EA09"

}

.material-icons.horizontal_split:before {
    content: "\E947"

}

.material-icons.hot_tub:before {
    content: "\EB46"

}

.material-icons.hotel:before {
    content: "\E53A"

}

.material-icons.hourglass_empty:before {
    content: "\E88B"

}

.material-icons.hourglass_full:before {
    content: "\E88C"

}

.material-icons.house:before {
    content: "\EA44"

}

.material-icons.how_to_reg:before {
    content: "\E174"

}

.material-icons.how_to_vote:before {
    content: "\E175"

}

.material-icons.http:before {
    content: "\E902"

}

.material-icons.https:before {
    content: "\E88D"

}

.material-icons.icecream:before {
    content: "\EA69"

}

.material-icons.image:before {
    content: "\E3F4"

}

.material-icons.image_aspect_ratio:before {
    content: "\E3F5"

}

.material-icons.image_search:before {
    content: "\E43F"

}

.material-icons.imagesearch_roller:before {
    content: "\E9B4"

}

.material-icons.import_contacts:before {
    content: "\E0E0"

}

.material-icons.import_export:before {
    content: "\E0C3"

}

.material-icons.important_devices:before {
    content: "\E912"

}

.material-icons.inbox:before {
    content: "\E156"

}

.material-icons.indeterminate_check_box:before {
    content: "\E909"

}

.material-icons.info:before {
    content: "\E88E"

}

.material-icons.info_outline:before {
    content: "\E88F"

}

.material-icons.input:before {
    content: "\E890"

}

.material-icons.insert_chart:before {
    content: "\E24B"

}

.material-icons.insert_chart_outlined:before {
    content: "\E26A"

}

.material-icons.insert_comment:before {
    content: "\E24C"

}

.material-icons.insert_drive_file:before {
    content: "\E24D"

}

.material-icons.insert_emoticon:before {
    content: "\E24E"

}

.material-icons.insert_invitation:before {
    content: "\E24F"

}

.material-icons.insert_link:before {
    content: "\E250"

}

.material-icons.insert_photo:before {
    content: "\E251"

}

.material-icons.inventory:before {
    content: "\E179"

}

.material-icons.invert_colors:before {
    content: "\E891"

}

.material-icons.invert_colors_off:before {
    content: "\E0C4"

}

.material-icons.invert_colors_on:before {
    content: "\E891"

}

.material-icons.iso:before {
    content: "\E3F6"

}

.material-icons.keyboard:before {
    content: "\E312"

}

.material-icons.keyboard_arrow_down:before {
    content: "\E313"

}

.material-icons.keyboard_arrow_left:before {
    content: "\E314"

}

.material-icons.keyboard_arrow_right:before {
    content: "\E315"

}

.material-icons.keyboard_arrow_up:before {
    content: "\E316"

}

.material-icons.keyboard_backspace:before {
    content: "\E317"

}

.material-icons.keyboard_capslock:before {
    content: "\E318"

}

.material-icons.keyboard_control:before {
    content: "\E5D3"

}

.material-icons.keyboard_hide:before {
    content: "\E31A"

}

.material-icons.keyboard_return:before {
    content: "\E31B"

}

.material-icons.keyboard_tab:before {
    content: "\E31C"

}

.material-icons.keyboard_voice:before {
    content: "\E31D"

}

.material-icons.king_bed:before {
    content: "\EA45"

}

.material-icons.kitchen:before {
    content: "\EB47"

}

.material-icons.label:before {
    content: "\E892"

}

.material-icons.label_important:before {
    content: "\E937"

}

.material-icons.label_important_outline:before {
    content: "\E948"

}

.material-icons.label_off:before {
    content: "\E9B6"

}

.material-icons.label_outline:before {
    content: "\E893"

}

.material-icons.landscape:before {
    content: "\E3F7"

}

.material-icons.language:before {
    content: "\E894"

}

.material-icons.laptop:before {
    content: "\E31E"

}

.material-icons.laptop_chromebook:before {
    content: "\E31F"

}

.material-icons.laptop_mac:before {
    content: "\E320"

}

.material-icons.laptop_windows:before {
    content: "\E321"

}

.material-icons.last_page:before {
    content: "\E5DD"

}

.material-icons.launch:before {
    content: "\E895"

}

.material-icons.layers:before {
    content: "\E53B"

}

.material-icons.layers_clear:before {
    content: "\E53C"

}

.material-icons.leak_add:before {
    content: "\E3F8"

}

.material-icons.leak_remove:before {
    content: "\E3F9"

}

.material-icons.lens:before {
    content: "\E3FA"

}

.material-icons.library_add:before {
    content: "\E02E"

}

.material-icons.library_add_check:before {
    content: "\E9B7"

}

.material-icons.library_books:before {
    content: "\E02F"

}

.material-icons.library_music:before {
    content: "\E030"

}

.material-icons.lightbulb:before {
    content: "\E0F0"

}

.material-icons.lightbulb_outline:before {
    content: "\E90F"

}

.material-icons.line_style:before {
    content: "\E919"

}

.material-icons.line_weight:before {
    content: "\E91A"

}

.material-icons.linear_scale:before {
    content: "\E260"

}

.material-icons.link:before {
    content: "\E157"

}

.material-icons.link_off:before {
    content: "\E16F"

}

.material-icons.linked_camera:before {
    content: "\E438"

}

.material-icons.liquor:before {
    content: "\EA60"

}

.material-icons.list:before {
    content: "\E896"

}

.material-icons.list_alt:before {
    content: "\E0EE"

}

.material-icons.live_help:before {
    content: "\E0C6"

}

.material-icons.live_tv:before {
    content: "\E639"

}

.material-icons.local_activity:before {
    content: "\E53F"

}

.material-icons.local_airport:before {
    content: "\E53D"

}

.material-icons.local_atm:before {
    content: "\E53E"

}

.material-icons.local_attraction:before {
    content: "\E53F"

}

.material-icons.local_bar:before {
    content: "\E540"

}

.material-icons.local_cafe:before {
    content: "\E541"

}

.material-icons.local_car_wash:before {
    content: "\E542"

}

.material-icons.local_convenience_store:before {
    content: "\E543"

}

.material-icons.local_dining:before {
    content: "\E556"

}

.material-icons.local_drink:before {
    content: "\E544"

}

.material-icons.local_florist:before {
    content: "\E545"

}

.material-icons.local_gas_station:before {
    content: "\E546"

}

.material-icons.local_grocery_store:before {
    content: "\E547"

}

.material-icons.local_hospital:before {
    content: "\E548"

}

.material-icons.local_hotel:before {
    content: "\E549"

}

.material-icons.local_laundry_service:before {
    content: "\E54A"

}

.material-icons.local_library:before {
    content: "\E54B"

}

.material-icons.local_mall:before {
    content: "\E54C"

}

.material-icons.local_movies:before {
    content: "\E54D"

}

.material-icons.local_offer:before {
    content: "\E54E"

}

.material-icons.local_parking:before {
    content: "\E54F"

}

.material-icons.local_pharmacy:before {
    content: "\E550"

}

.material-icons.local_phone:before {
    content: "\E551"

}

.material-icons.local_pizza:before {
    content: "\E552"

}

.material-icons.local_play:before {
    content: "\E553"

}

.material-icons.local_post_office:before {
    content: "\E554"

}

.material-icons.local_print_shop:before,
.material-icons.local_printshop:before {
    content: "\E555"

}

.material-icons.local_restaurant:before {
    content: "\E556"

}

.material-icons.local_see:before {
    content: "\E557"

}

.material-icons.local_shipping:before {
    content: "\E558"

}

.material-icons.local_taxi:before {
    content: "\E559"

}

.material-icons.location_city:before {
    content: "\E7F1"

}

.material-icons.location_disabled:before {
    content: "\E1B6"

}

.material-icons.location_history:before {
    content: "\E55A"

}

.material-icons.location_off:before {
    content: "\E0C7"

}

.material-icons.location_on:before {
    content: "\E0C8"

}

.material-icons.location_searching:before {
    content: "\E1B7"

}

.material-icons.lock:before {
    content: "\E897"

}

.material-icons.lock_open:before {
    content: "\E898"

}

.material-icons.lock_outline:before {
    content: "\E899"

}

.material-icons.logout:before {
    content: "\E9BA"

}

.material-icons.looks:before {
    content: "\E3FC"

}

.material-icons.looks_3:before {
    content: "\E3FB"

}

.material-icons.looks_4:before {
    content: "\E3FD"

}

.material-icons.looks_5:before {
    content: "\E3FE"

}

.material-icons.looks_6:before {
    content: "\E3FF"

}

.material-icons.looks_one:before {
    content: "\E400"

}

.material-icons.looks_two:before {
    content: "\E401"

}

.material-icons.loop:before {
    content: "\E028"

}

.material-icons.loupe:before {
    content: "\E402"

}

.material-icons.low_priority:before {
    content: "\E16D"

}

.material-icons.loyalty:before {
    content: "\E89A"

}

.material-icons.lunch_dining:before {
    content: "\EA61"

}

.material-icons.mail:before {
    content: "\E158"

}

.material-icons.mail_outline:before {
    content: "\E0E1"

}

.material-icons.map:before {
    content: "\E55B"

}

.material-icons.margin:before {
    content: "\E9BB"

}

.material-icons.mark_as_unread:before {
    content: "\E9BC"

}

.material-icons.markunread:before {
    content: "\E159"

}

.material-icons.markunread_mailbox:before {
    content: "\E89B"

}

.material-icons.maximize:before {
    content: "\E930"

}

.material-icons.meeting_room:before {
    content: "\EB4F"

}

.material-icons.memory:before {
    content: "\E322"

}

.material-icons.menu:before {
    content: "\E5D2"

}

.material-icons.menu_book:before {
    content: "\EA19"

}

.material-icons.menu_open:before {
    content: "\E9BD"

}

.material-icons.merge_type:before {
    content: "\E252"

}

.material-icons.message:before {
    content: "\E0C9"

}

.material-icons.messenger:before {
    content: "\E0CA"

}

.material-icons.messenger_outline:before {
    content: "\E0CB"

}

.material-icons.mic:before {
    content: "\E029"

}

.material-icons.mic_none:before {
    content: "\E02A"

}

.material-icons.mic_off:before {
    content: "\E02B"

}

.material-icons.minimize:before {
    content: "\E931"

}

.material-icons.missed_video_call:before {
    content: "\E073"

}

.material-icons.mms:before {
    content: "\E618"

}

.material-icons.mobile_friendly:before {
    content: "\E200"

}

.material-icons.mobile_off:before {
    content: "\E201"

}

.material-icons.mobile_screen_share:before {
    content: "\E0E7"

}

.material-icons.mode_comment:before {
    content: "\E253"

}

.material-icons.mode_edit:before {
    content: "\E254"

}

.material-icons.monetization_on:before {
    content: "\E263"

}

.material-icons.money:before {
    content: "\E57D"

}

.material-icons.money_off:before {
    content: "\E25C"

}

.material-icons.monochrome_photos:before {
    content: "\E403"

}

.material-icons.mood:before {
    content: "\E7F2"

}

.material-icons.mood_bad:before {
    content: "\E7F3"

}

.material-icons.more:before {
    content: "\E619"

}

.material-icons.more_horiz:before {
    content: "\E5D3"

}

.material-icons.more_vert:before {
    content: "\E5D4"

}

.material-icons.motorcycle:before {
    content: "\E91B"

}

.material-icons.mouse:before {
    content: "\E323"

}

.material-icons.move_to_inbox:before {
    content: "\E168"

}

.material-icons.movie:before {
    content: "\E02C"

}

.material-icons.movie_creation:before {
    content: "\E404"

}

.material-icons.movie_filter:before {
    content: "\E43A"

}

.material-icons.mp:before {
    content: "\E9C3"

}

.material-icons.multiline_chart:before {
    content: "\E6DF"

}

.material-icons.multitrack_audio:before {
    content: "\E1B8"

}

.material-icons.museum:before {
    content: "\EA36"

}

.material-icons.music_note:before {
    content: "\E405"

}

.material-icons.music_off:before {
    content: "\E440"

}

.material-icons.music_video:before {
    content: "\E063"

}

.material-icons.my_library_add:before {
    content: "\E02E"

}

.material-icons.my_library_books:before {
    content: "\E02F"

}

.material-icons.my_library_music:before {
    content: "\E030"

}

.material-icons.my_location:before {
    content: "\E55C"

}

.material-icons.nature:before {
    content: "\E406"

}

.material-icons.nature_people:before {
    content: "\E407"

}

.material-icons.navigate_before:before {
    content: "\E408"

}

.material-icons.navigate_next:before {
    content: "\E409"

}

.material-icons.navigation:before {
    content: "\E55D"

}

.material-icons.near_me:before {
    content: "\E569"

}

.material-icons.network_cell:before {
    content: "\E1B9"

}

.material-icons.network_check:before {
    content: "\E640"

}

.material-icons.network_locked:before {
    content: "\E61A"

}

.material-icons.network_wifi:before {
    content: "\E1BA"

}

.material-icons.new_releases:before {
    content: "\E031"

}

.material-icons.next_week:before {
    content: "\E16A"

}

.material-icons.nfc:before {
    content: "\E1BB"

}

.material-icons.nightlife:before {
    content: "\EA62"

}

.material-icons.nights_stay:before {
    content: "\EA46"

}

.material-icons.no_encryption:before {
    content: "\E641"

}

.material-icons.no_meeting_room:before {
    content: "\EB4E"

}

.material-icons.no_sim:before {
    content: "\E0CC"

}

.material-icons.not_interested:before {
    content: "\E033"

}

.material-icons.not_listed_location:before {
    content: "\E575"

}

.material-icons.note:before {
    content: "\E06F"

}

.material-icons.note_add:before {
    content: "\E89C"

}

.material-icons.notes:before {
    content: "\E26C"

}

.material-icons.notification_important:before {
    content: "\E004"

}

.material-icons.notifications:before {
    content: "\E7F4"

}

.material-icons.notifications_active:before {
    content: "\E7F7"

}

.material-icons.notifications_none:before {
    content: "\E7F5"

}

.material-icons.notifications_off:before {
    content: "\E7F6"

}

.material-icons.notifications_on:before {
    content: "\E7F7"

}

.material-icons.notifications_paused:before {
    content: "\E7F8"

}

.material-icons.now_wallpaper:before {
    content: "\E1BC"

}

.material-icons.now_widgets:before {
    content: "\E1BD"

}

.material-icons.offline_bolt:before {
    content: "\E932"

}

.material-icons.offline_pin:before {
    content: "\E90A"

}

.material-icons.offline_share:before {
    content: "\E9C5"

}

.material-icons.ondemand_video:before {
    content: "\E63A"

}

.material-icons.opacity:before {
    content: "\E91C"

}

.material-icons.open_in_browser:before {
    content: "\E89D"

}

.material-icons.open_in_new:before {
    content: "\E89E"

}

.material-icons.open_with:before {
    content: "\E89F"

}

.material-icons.outdoor_grill:before {
    content: "\EA47"

}

.material-icons.outlined_flag:before {
    content: "\E16E"

}

.material-icons.padding:before {
    content: "\E9C8"

}

.material-icons.pages:before {
    content: "\E7F9"

}

.material-icons.pageview:before {
    content: "\E8A0"

}

.material-icons.palette:before {
    content: "\E40A"

}

.material-icons.pan_tool:before {
    content: "\E925"

}

.material-icons.panorama:before {
    content: "\E40B"

}

.material-icons.panorama_fish_eye:before,
.material-icons.panorama_fisheye:before {
    content: "\E40C"

}

.material-icons.panorama_horizontal:before {
    content: "\E40D"

}

.material-icons.panorama_photosphere:before {
    content: "\E9C9"

}

.material-icons.panorama_photosphere_select:before {
    content: "\E9CA"

}

.material-icons.panorama_vertical:before {
    content: "\E40E"

}

.material-icons.panorama_wide_angle:before {
    content: "\E40F"

}

.material-icons.park:before {
    content: "\EA63"

}

.material-icons.party_mode:before {
    content: "\E7FA"

}

.material-icons.pause:before {
    content: "\E034"

}

.material-icons.pause_circle_filled:before {
    content: "\E035"

}

.material-icons.pause_circle_outline:before {
    content: "\E036"

}

.material-icons.pause_presentation:before {
    content: "\E0EA"

}

.material-icons.payment:before {
    content: "\E8A1"

}

.material-icons.people:before {
    content: "\E7FB"

}

.material-icons.people_alt:before {
    content: "\EA21"

}

.material-icons.people_outline:before {
    content: "\E7FC"

}

.material-icons.perm_camera_mic:before {
    content: "\E8A2"

}

.material-icons.perm_contact_cal:before,
.material-icons.perm_contact_calendar:before {
    content: "\E8A3"

}

.material-icons.perm_data_setting:before {
    content: "\E8A4"

}

.material-icons.perm_device_info:before,
.material-icons.perm_device_information:before {
    content: "\E8A5"

}

.material-icons.perm_identity:before {
    content: "\E8A6"

}

.material-icons.perm_media:before {
    content: "\E8A7"

}

.material-icons.perm_phone_msg:before {
    content: "\E8A8"

}

.material-icons.perm_scan_wifi:before {
    content: "\E8A9"

}

.material-icons.person:before {
    content: "\E7FD"

}

.material-icons.person_add:before {
    content: "\E7FE"

}

.material-icons.person_add_disabled:before {
    content: "\E9CB"

}

.material-icons.person_outline:before {
    content: "\E7FF"

}

.material-icons.person_pin:before {
    content: "\E55A"

}

.material-icons.person_pin_circle:before {
    content: "\E56A"

}

.material-icons.personal_video:before {
    content: "\E63B"

}

.material-icons.pets:before {
    content: "\E91D"

}

.material-icons.phone:before {
    content: "\E0CD"

}

.material-icons.phone_android:before {
    content: "\E324"

}

.material-icons.phone_bluetooth_speaker:before {
    content: "\E61B"

}

.material-icons.phone_callback:before {
    content: "\E649"

}

.material-icons.phone_disabled:before {
    content: "\E9CC"

}

.material-icons.phone_enabled:before {
    content: "\E9CD"

}

.material-icons.phone_forwarded:before {
    content: "\E61C"

}

.material-icons.phone_in_talk:before {
    content: "\E61D"

}

.material-icons.phone_iphone:before {
    content: "\E325"

}

.material-icons.phone_locked:before {
    content: "\E61E"

}

.material-icons.phone_missed:before {
    content: "\E61F"

}

.material-icons.phone_paused:before {
    content: "\E620"

}

.material-icons.phonelink:before {
    content: "\E326"

}

.material-icons.phonelink_erase:before {
    content: "\E0DB"

}

.material-icons.phonelink_lock:before {
    content: "\E0DC"

}

.material-icons.phonelink_off:before {
    content: "\E327"

}

.material-icons.phonelink_ring:before {
    content: "\E0DD"

}

.material-icons.phonelink_setup:before {
    content: "\E0DE"

}

.material-icons.photo:before {
    content: "\E410"

}

.material-icons.photo_album:before {
    content: "\E411"

}

.material-icons.photo_camera:before {
    content: "\E412"

}

.material-icons.photo_filter:before {
    content: "\E43B"

}

.material-icons.photo_library:before {
    content: "\E413"

}

.material-icons.photo_size_select_actual:before {
    content: "\E432"

}

.material-icons.photo_size_select_large:before {
    content: "\E433"

}

.material-icons.photo_size_select_small:before {
    content: "\E434"

}

.material-icons.picture_as_pdf:before {
    content: "\E415"

}

.material-icons.picture_in_picture:before {
    content: "\E8AA"

}

.material-icons.picture_in_picture_alt:before {
    content: "\E911"

}

.material-icons.pie_chart:before {
    content: "\E6C4"

}

.material-icons.pie_chart_outlined:before {
    content: "\E6C5"

}

.material-icons.pin_drop:before {
    content: "\E55E"

}

.material-icons.pivot_table_chart:before {
    content: "\E9CE"

}

.material-icons.place:before {
    content: "\E55F"

}

.material-icons.play_arrow:before {
    content: "\E037"

}

.material-icons.play_circle_fill:before,
.material-icons.play_circle_filled:before {
    content: "\E038"

}

.material-icons.play_circle_outline:before {
    content: "\E039"

}

.material-icons.play_for_work:before {
    content: "\E906"

}

.material-icons.playlist_add:before {
    content: "\E03B"

}

.material-icons.playlist_add_check:before {
    content: "\E065"

}

.material-icons.playlist_play:before {
    content: "\E05F"

}

.material-icons.plus_one:before {
    content: "\E800"

}

.material-icons.policy:before {
    content: "\EA17"

}

.material-icons.poll:before {
    content: "\E801"

}

.material-icons.polymer:before {
    content: "\E8AB"

}

.material-icons.pool:before {
    content: "\EB48"

}

.material-icons.portable_wifi_off:before {
    content: "\E0CE"

}

.material-icons.portrait:before {
    content: "\E416"

}

.material-icons.post_add:before {
    content: "\EA20"

}

.material-icons.power:before {
    content: "\E63C"

}

.material-icons.power_input:before {
    content: "\E336"

}

.material-icons.power_off:before {
    content: "\E646"

}

.material-icons.power_settings_new:before {
    content: "\E8AC"

}

.material-icons.pregnant_woman:before {
    content: "\E91E"

}

.material-icons.present_to_all:before {
    content: "\E0DF"

}

.material-icons.print:before {
    content: "\E8AD"

}

.material-icons.print_disabled:before {
    content: "\E9CF"

}

.material-icons.priority_high:before {
    content: "\E645"

}

.material-icons.public:before {
    content: "\E80B"

}

.material-icons.publish:before {
    content: "\E255"

}

.material-icons.query_builder:before {
    content: "\E8AE"

}

.material-icons.question_answer:before {
    content: "\E8AF"

}

.material-icons.queue:before {
    content: "\E03C"

}

.material-icons.queue_music:before {
    content: "\E03D"

}

.material-icons.queue_play_next:before {
    content: "\E066"

}

.material-icons.quick_contacts_dialer:before {
    content: "\E0CF"

}

.material-icons.quick_contacts_mail:before {
    content: "\E0D0"

}

.material-icons.radio:before {
    content: "\E03E"

}

.material-icons.radio_button_checked:before {
    content: "\E837"

}

.material-icons.radio_button_off:before {
    content: "\E836"

}

.material-icons.radio_button_on:before {
    content: "\E837"

}

.material-icons.radio_button_unchecked:before {
    content: "\E836"

}

.material-icons.railway_alert:before {
    content: "\E9D1"

}

.material-icons.ramen_dining:before {
    content: "\EA64"

}

.material-icons.rate_review:before {
    content: "\E560"

}

.material-icons.receipt:before {
    content: "\E8B0"

}

.material-icons.recent_actors:before {
    content: "\E03F"

}

.material-icons.recommend:before {
    content: "\E9D2"

}

.material-icons.record_voice_over:before {
    content: "\E91F"

}

.material-icons.redeem:before {
    content: "\E8B1"

}

.material-icons.redo:before {
    content: "\E15A"

}

.material-icons.refresh:before {
    content: "\E5D5"

}

.material-icons.remove:before {
    content: "\E15B"

}

.material-icons.remove_circle:before {
    content: "\E15C"

}

.material-icons.remove_circle_outline:before {
    content: "\E15D"

}

.material-icons.remove_done:before {
    content: "\E9D3"

}

.material-icons.remove_from_queue:before {
    content: "\E067"

}

.material-icons.remove_moderator:before {
    content: "\E9D4"

}

.material-icons.remove_red_eye:before {
    content: "\E417"

}

.material-icons.remove_shopping_cart:before {
    content: "\E928"

}

.material-icons.reorder:before {
    content: "\E8FE"

}

.material-icons.repeat:before {
    content: "\E040"

}

.material-icons.repeat_on:before {
    content: "\E9D6"

}

.material-icons.repeat_one:before {
    content: "\E041"

}

.material-icons.repeat_one_on:before {
    content: "\E9D7"

}

.material-icons.replay:before {
    content: "\E042"

}

.material-icons.replay_10:before {
    content: "\E059"

}

.material-icons.replay_30:before {
    content: "\E05A"

}

.material-icons.replay_5:before {
    content: "\E05B"

}

.material-icons.replay_circle_filled:before {
    content: "\E9D8"

}

.material-icons.reply:before {
    content: "\E15E"

}

.material-icons.reply_all:before {
    content: "\E15F"

}

.material-icons.report:before {
    content: "\E160"

}

.material-icons.report_off:before {
    content: "\E170"

}

.material-icons.report_problem:before {
    content: "\E8B2"

}

.material-icons.reset_tv:before {
    content: "\E9D9"

}

.material-icons.restaurant:before {
    content: "\E56C"

}

.material-icons.restaurant_menu:before {
    content: "\E561"

}

.material-icons.restore:before {
    content: "\E8B3"

}

.material-icons.restore_from_trash:before {
    content: "\E938"

}

.material-icons.restore_page:before {
    content: "\E929"

}

.material-icons.ring_volume:before {
    content: "\E0D1"

}

.material-icons.room:before {
    content: "\E8B4"

}

.material-icons.room_service:before {
    content: "\EB49"

}

.material-icons.rotate_90_degrees_ccw:before {
    content: "\E418"

}

.material-icons.rotate_left:before {
    content: "\E419"

}

.material-icons.rotate_right:before {
    content: "\E41A"

}

.material-icons.rounded_corner:before {
    content: "\E920"

}

.material-icons.router:before {
    content: "\E328"

}

.material-icons.rowing:before {
    content: "\E921"

}

.material-icons.rss_feed:before {
    content: "\E0E5"

}

.material-icons.rtt:before {
    content: "\E9AD"

}

.material-icons.rv_hookup:before {
    content: "\E642"

}

.material-icons.satellite:before {
    content: "\E562"

}

.material-icons.save:before {
    content: "\E161"

}

.material-icons.save_alt:before {
    content: "\E171"

}

.material-icons.saved_search:before {
    content: "\EA11"

}

.material-icons.scanner:before {
    content: "\E329"

}

.material-icons.scatter_plot:before {
    content: "\E268"

}

.material-icons.schedule:before {
    content: "\E8B5"

}

.material-icons.schedule_send:before {
    content: "\EA0A"

}

.material-icons.school:before {
    content: "\E80C"

}

.material-icons.score:before {
    content: "\E269"

}

.material-icons.screen_lock_landscape:before {
    content: "\E1BE"

}

.material-icons.screen_lock_portrait:before {
    content: "\E1BF"

}

.material-icons.screen_lock_rotation:before {
    content: "\E1C0"

}

.material-icons.screen_rotation:before {
    content: "\E1C1"

}

.material-icons.screen_share:before {
    content: "\E0E2"

}

.material-icons.sd:before {
    content: "\E9DD"

}

.material-icons.sd_card:before {
    content: "\E623"

}

.material-icons.sd_storage:before {
    content: "\E1C2"

}

.material-icons.search:before {
    content: "\E8B6"

}

.material-icons.security:before {
    content: "\E32A"

}

.material-icons.segment:before {
    content: "\E94B"

}

.material-icons.select_all:before {
    content: "\E162"

}

.material-icons.send:before {
    content: "\E163"

}

.material-icons.send_and_archive:before {
    content: "\EA0C"

}

.material-icons.sentiment_dissatisfied:before {
    content: "\E811"

}

.material-icons.sentiment_neutral:before {
    content: "\E812"

}

.material-icons.sentiment_satisfied:before {
    content: "\E813"

}

.material-icons.sentiment_satisfied_alt:before {
    content: "\E0ED"

}

.material-icons.sentiment_very_dissatisfied:before {
    content: "\E814"

}

.material-icons.sentiment_very_satisfied:before {
    content: "\E815"

}

.material-icons.settings:before {
    content: "\E8B8"

}

.material-icons.settings_applications:before {
    content: "\E8B9"

}

.material-icons.settings_backup_restore:before {
    content: "\E8BA"

}

.material-icons.settings_bluetooth:before {
    content: "\E8BB"

}

.material-icons.settings_brightness:before {
    content: "\E8BD"

}

.material-icons.settings_cell:before {
    content: "\E8BC"

}

.material-icons.settings_display:before {
    content: "\E8BD"

}

.material-icons.settings_ethernet:before {
    content: "\E8BE"

}

.material-icons.settings_input_antenna:before {
    content: "\E8BF"

}

.material-icons.settings_input_component:before {
    content: "\E8C0"

}

.material-icons.settings_input_composite:before {
    content: "\E8C1"

}

.material-icons.settings_input_hdmi:before {
    content: "\E8C2"

}

.material-icons.settings_input_svideo:before {
    content: "\E8C3"

}

.material-icons.settings_overscan:before {
    content: "\E8C4"

}

.material-icons.settings_phone:before {
    content: "\E8C5"

}

.material-icons.settings_power:before {
    content: "\E8C6"

}

.material-icons.settings_remote:before {
    content: "\E8C7"

}

.material-icons.settings_system_daydream:before {
    content: "\E1C3"

}

.material-icons.settings_voice:before {
    content: "\E8C8"

}

.material-icons.share:before {
    content: "\E80D"

}

.material-icons.shield:before {
    content: "\E9E0"

}

.material-icons.shop:before {
    content: "\E8C9"

}

.material-icons.shop_two:before {
    content: "\E8CA"

}

.material-icons.shopping_basket:before {
    content: "\E8CB"

}

.material-icons.shopping_cart:before {
    content: "\E8CC"

}

.material-icons.short_text:before {
    content: "\E261"

}

.material-icons.show_chart:before {
    content: "\E6E1"

}

.material-icons.shuffle:before {
    content: "\E043"

}

.material-icons.shuffle_on:before {
    content: "\E9E1"

}

.material-icons.shutter_speed:before {
    content: "\E43D"

}

.material-icons.signal_cellular_4_bar:before {
    content: "\E1C8"

}

.material-icons.signal_cellular_alt:before {
    content: "\E202"

}

.material-icons.signal_cellular_connected_no_internet_4_bar:before {
    content: "\E1CD"

}

.material-icons.signal_cellular_no_sim:before {
    content: "\E1CE"

}

.material-icons.signal_cellular_null:before {
    content: "\E1CF"

}

.material-icons.signal_cellular_off:before {
    content: "\E1D0"

}

.material-icons.signal_wifi_4_bar:before {
    content: "\E1D8"

}

.material-icons.signal_wifi_4_bar_lock:before {
    content: "\E1D9"

}

.material-icons.signal_wifi_off:before {
    content: "\E1DA"

}

.material-icons.sim_card:before {
    content: "\E32B"

}

.material-icons.sim_card_alert:before {
    content: "\E624"

}

.material-icons.single_bed:before {
    content: "\EA48"

}

.material-icons.skip_next:before {
    content: "\E044"

}

.material-icons.skip_previous:before {
    content: "\E045"

}

.material-icons.slideshow:before {
    content: "\E41B"

}

.material-icons.slow_motion_video:before {
    content: "\E068"

}

.material-icons.smartphone:before {
    content: "\E32C"

}

.material-icons.smoke_free:before {
    content: "\EB4A"

}

.material-icons.smoking_rooms:before {
    content: "\EB4B"

}

.material-icons.sms:before {
    content: "\E625"

}

.material-icons.sms_failed:before {
    content: "\E626"

}

.material-icons.snooze:before {
    content: "\E046"

}

.material-icons.sort:before {
    content: "\E164"

}

.material-icons.sort_by_alpha:before {
    content: "\E053"

}

.material-icons.spa:before {
    content: "\EB4C"

}

.material-icons.space_bar:before {
    content: "\E256"

}

.material-icons.speaker:before {
    content: "\E32D"

}

.material-icons.speaker_group:before {
    content: "\E32E"

}

.material-icons.speaker_notes:before {
    content: "\E8CD"

}

.material-icons.speaker_notes_off:before {
    content: "\E92A"

}

.material-icons.speaker_phone:before {
    content: "\E0D2"

}

.material-icons.speed:before {
    content: "\E9E4"

}

.material-icons.spellcheck:before {
    content: "\E8CE"

}

.material-icons.sports:before {
    content: "\EA30"

}

.material-icons.sports_baseball:before {
    content: "\EA51"

}

.material-icons.sports_basketball:before {
    content: "\EA26"

}

.material-icons.sports_cricket:before {
    content: "\EA27"

}

.material-icons.sports_esports:before {
    content: "\EA28"

}

.material-icons.sports_football:before {
    content: "\EA29"

}

.material-icons.sports_golf:before {
    content: "\EA2A"

}

.material-icons.sports_handball:before {
    content: "\EA33"

}

.material-icons.sports_hockey:before {
    content: "\EA2B"

}

.material-icons.sports_kabaddi:before {
    content: "\EA34"

}

.material-icons.sports_mma:before {
    content: "\EA2C"

}

.material-icons.sports_motorsports:before {
    content: "\EA2D"

}

.material-icons.sports_rugby:before {
    content: "\EA2E"

}

.material-icons.sports_soccer:before {
    content: "\EA2F"

}

.material-icons.sports_tennis:before {
    content: "\EA32"

}

.material-icons.sports_volleyball:before {
    content: "\EA31"

}

.material-icons.square_foot:before {
    content: "\EA49"

}

.material-icons.stacked_bar_chart:before {
    content: "\E9E6"

}

.material-icons.star:before {
    content: "\E838"

}

.material-icons.star_border:before {
    content: "\E83A"

}

.material-icons.star_half:before {
    content: "\E839"

}

.material-icons.star_outline:before {
    content: "\E83A"

}

.material-icons.stars:before {
    content: "\E8D0"

}

.material-icons.stay_current_landscape:before {
    content: "\E0D3"

}

.material-icons.stay_current_portrait:before {
    content: "\E0D4"

}

.material-icons.stay_primary_landscape:before {
    content: "\E0D5"

}

.material-icons.stay_primary_portrait:before {
    content: "\E0D6"

}

.material-icons.stop:before {
    content: "\E047"

}

.material-icons.stop_screen_share:before {
    content: "\E0E3"

}

.material-icons.storage:before {
    content: "\E1DB"

}

.material-icons.store:before {
    content: "\E8D1"

}

.material-icons.store_mall_directory:before {
    content: "\E563"

}

.material-icons.storefront:before {
    content: "\EA12"

}

.material-icons.straighten:before {
    content: "\E41C"

}

.material-icons.stream:before {
    content: "\E9E9"

}

.material-icons.streetview:before {
    content: "\E56E"

}

.material-icons.strikethrough_s:before {
    content: "\E257"

}

.material-icons.style:before {
    content: "\E41D"

}

.material-icons.subdirectory_arrow_left:before {
    content: "\E5D9"

}

.material-icons.subdirectory_arrow_right:before {
    content: "\E5DA"

}

.material-icons.subject:before {
    content: "\E8D2"

}

.material-icons.subscriptions:before {
    content: "\E064"

}

.material-icons.subtitles:before {
    content: "\E048"

}

.material-icons.subway:before {
    content: "\E56F"

}

.material-icons.supervised_user_circle:before {
    content: "\E939"

}

.material-icons.supervisor_account:before {
    content: "\E8D3"

}

.material-icons.surround_sound:before {
    content: "\E049"

}

.material-icons.swap_calls:before {
    content: "\E0D7"

}

.material-icons.swap_horiz:before {
    content: "\E8D4"

}

.material-icons.swap_horizontal_circle:before {
    content: "\E933"

}

.material-icons.swap_vert:before {
    content: "\E8D5"

}

.material-icons.swap_vert_circle:before,
.material-icons.swap_vertical_circle:before {
    content: "\E8D6"

}

.material-icons.swipe:before {
    content: "\E9EC"

}

.material-icons.switch_account:before {
    content: "\E9ED"

}

.material-icons.switch_camera:before {
    content: "\E41E"

}

.material-icons.switch_video:before {
    content: "\E41F"

}

.material-icons.sync:before {
    content: "\E627"

}

.material-icons.sync_alt:before {
    content: "\EA18"

}

.material-icons.sync_disabled:before {
    content: "\E628"

}

.material-icons.sync_problem:before {
    content: "\E629"

}

.material-icons.system_update:before {
    content: "\E62A"

}

.material-icons.system_update_alt:before,
.material-icons.system_update_tv:before {
    content: "\E8D7"

}

.material-icons.tab:before {
    content: "\E8D8"

}

.material-icons.tab_unselected:before {
    content: "\E8D9"

}

.material-icons.table_chart:before {
    content: "\E265"

}

.material-icons.tablet:before {
    content: "\E32F"

}

.material-icons.tablet_android:before {
    content: "\E330"

}

.material-icons.tablet_mac:before {
    content: "\E331"

}

.material-icons.tag:before {
    content: "\E9EF"

}

.material-icons.tag_faces:before {
    content: "\E420"

}

.material-icons.takeout_dining:before {
    content: "\EA74"

}

.material-icons.tap_and_play:before {
    content: "\E62B"

}

.material-icons.terrain:before {
    content: "\E564"

}

.material-icons.text_fields:before {
    content: "\E262"

}

.material-icons.text_format:before {
    content: "\E165"

}

.material-icons.text_rotate_up:before {
    content: "\E93A"

}

.material-icons.text_rotate_vertical:before {
    content: "\E93B"

}

.material-icons.text_rotation_angledown:before {
    content: "\E93C"

}

.material-icons.text_rotation_angleup:before {
    content: "\E93D"

}

.material-icons.text_rotation_down:before {
    content: "\E93E"

}

.material-icons.text_rotation_none:before {
    content: "\E93F"

}

.material-icons.textsms:before {
    content: "\E0D8"

}

.material-icons.texture:before {
    content: "\E421"

}

.material-icons.theater_comedy:before {
    content: "\EA66"

}

.material-icons.theaters:before {
    content: "\E8DA"

}

.material-icons.thumb_down:before {
    content: "\E8DB"

}

.material-icons.thumb_down_alt:before {
    content: "\E816"

}

.material-icons.thumb_down_off_alt:before {
    content: "\E9F2"

}

.material-icons.thumb_up:before {
    content: "\E8DC"

}

.material-icons.thumb_up_alt:before {
    content: "\E817"

}

.material-icons.thumb_up_off_alt:before {
    content: "\E9F3"

}

.material-icons.thumbs_up_down:before {
    content: "\E8DD"

}

.material-icons.time_to_leave:before {
    content: "\E62C"

}

.material-icons.timelapse:before {
    content: "\E422"

}

.material-icons.timeline:before {
    content: "\E922"

}

.material-icons.timer:before {
    content: "\E425"

}

.material-icons.timer_10:before {
    content: "\E423"

}

.material-icons.timer_3:before {
    content: "\E424"

}

.material-icons.timer_off:before {
    content: "\E426"

}

.material-icons.title:before {
    content: "\E264"

}

.material-icons.toc:before {
    content: "\E8DE"

}

.material-icons.today:before {
    content: "\E8DF"

}

.material-icons.toggle_off:before {
    content: "\E9F5"

}

.material-icons.toggle_on:before {
    content: "\E9F6"

}

.material-icons.toll:before {
    content: "\E8E0"

}

.material-icons.tonality:before {
    content: "\E427"

}

.material-icons.touch_app:before {
    content: "\E913"

}

.material-icons.toys:before {
    content: "\E332"

}

.material-icons.track_changes:before {
    content: "\E8E1"

}

.material-icons.traffic:before {
    content: "\E565"

}

.material-icons.train:before {
    content: "\E570"

}

.material-icons.tram:before {
    content: "\E571"

}

.material-icons.transfer_within_a_station:before {
    content: "\E572"

}

.material-icons.transform:before {
    content: "\E428"

}

.material-icons.transit_enterexit:before {
    content: "\E579"

}

.material-icons.translate:before {
    content: "\E8E2"

}

.material-icons.trending_down:before {
    content: "\E8E3"

}

.material-icons.trending_flat:before,
.material-icons.trending_neutral:before {
    content: "\E8E4"

}

.material-icons.trending_up:before {
    content: "\E8E5"

}

.material-icons.trip_origin:before {
    content: "\E57B"

}

.material-icons.tune:before {
    content: "\E429"

}

.material-icons.turned_in:before {
    content: "\E8E6"

}

.material-icons.turned_in_not:before {
    content: "\E8E7"

}

.material-icons.tv:before {
    content: "\E333"

}

.material-icons.tv_off:before {
    content: "\E647"

}

.material-icons.two_wheeler:before {
    content: "\E9F9"

}

.material-icons.unarchive:before {
    content: "\E169"

}

.material-icons.undo:before {
    content: "\E166"

}

.material-icons.unfold_less:before {
    content: "\E5D6"

}

.material-icons.unfold_more:before {
    content: "\E5D7"

}

.material-icons.unsubscribe:before {
    content: "\E0EB"

}

.material-icons.update:before {
    content: "\E923"

}

.material-icons.upload_file:before {
    content: "\E9FC"

}

.material-icons.usb:before {
    content: "\E1E0"

}

.material-icons.verified_user:before {
    content: "\E8E8"

}

.material-icons.vertical_align_bottom:before {
    content: "\E258"

}

.material-icons.vertical_align_center:before {
    content: "\E259"

}

.material-icons.vertical_align_top:before {
    content: "\E25A"

}

.material-icons.vertical_split:before {
    content: "\E949"

}

.material-icons.vibration:before {
    content: "\E62D"

}

.material-icons.video_call:before {
    content: "\E070"

}

.material-icons.video_collection:before {
    content: "\E04A"

}

.material-icons.video_label:before {
    content: "\E071"

}

.material-icons.video_library:before {
    content: "\E04A"

}

.material-icons.videocam:before {
    content: "\E04B"

}

.material-icons.videocam_off:before {
    content: "\E04C"

}

.material-icons.videogame_asset:before {
    content: "\E338"

}

.material-icons.view_agenda:before {
    content: "\E8E9"

}

.material-icons.view_array:before {
    content: "\E8EA"

}

.material-icons.view_carousel:before {
    content: "\E8EB"

}

.material-icons.view_column:before {
    content: "\E8EC"

}

.material-icons.view_comfortable:before,
.material-icons.view_comfy:before {
    content: "\E42A"

}

.material-icons.view_compact:before {
    content: "\E42B"

}

.material-icons.view_day:before {
    content: "\E8ED"

}

.material-icons.view_headline:before {
    content: "\E8EE"

}

.material-icons.view_in_ar:before {
    content: "\E9FE"

}

.material-icons.view_list:before {
    content: "\E8EF"

}

.material-icons.view_module:before {
    content: "\E8F0"

}

.material-icons.view_quilt:before {
    content: "\E8F1"

}

.material-icons.view_stream:before {
    content: "\E8F2"

}

.material-icons.view_week:before {
    content: "\E8F3"

}

.material-icons.vignette:before {
    content: "\E435"

}

.material-icons.visibility:before {
    content: "\E8F4"

}

.material-icons.visibility_off:before {
    content: "\E8F5"

}

.material-icons.voice_chat:before {
    content: "\E62E"

}

.material-icons.voice_over_off:before {
    content: "\E94A"

}

.material-icons.voicemail:before {
    content: "\E0D9"

}

.material-icons.volume_down:before {
    content: "\E04D"

}

.material-icons.volume_mute:before {
    content: "\E04E"

}

.material-icons.volume_off:before {
    content: "\E04F"

}

.material-icons.volume_up:before {
    content: "\E050"

}

.material-icons.volunteer_activism:before {
    content: "\EA70"

}

.material-icons.vpn_key:before {
    content: "\E0DA"

}

.material-icons.vpn_lock:before {
    content: "\E62F"

}

.material-icons.wallet_giftcard:before {
    content: "\E8F6"

}

.material-icons.wallet_membership:before {
    content: "\E8F7"

}

.material-icons.wallet_travel:before {
    content: "\E8F8"

}

.material-icons.wallpaper:before {
    content: "\E1BC"

}

.material-icons.warning:before {
    content: "\E002"

}

.material-icons.watch:before {
    content: "\E334"

}

.material-icons.watch_later:before {
    content: "\E924"

}

.material-icons.waterfall_chart:before {
    content: "\EA00"

}

.material-icons.waves:before {
    content: "\E176"

}

.material-icons.wb_auto:before {
    content: "\E42C"

}

.material-icons.wb_cloudy:before {
    content: "\E42D"

}

.material-icons.wb_incandescent:before {
    content: "\E42E"

}

.material-icons.wb_iridescent:before {
    content: "\E436"

}

.material-icons.wb_shade:before {
    content: "\EA01"

}

.material-icons.wb_sunny:before {
    content: "\E430"

}

.material-icons.wb_twighlight:before {
    content: "\EA02"

}

.material-icons.wc:before {
    content: "\E63D"

}

.material-icons.web:before {
    content: "\E051"

}

.material-icons.web_asset:before {
    content: "\E069"

}

.material-icons.weekend:before {
    content: "\E16B"

}

.material-icons.whatshot:before {
    content: "\E80E"

}

.material-icons.where_to_vote:before {
    content: "\E177"

}

.material-icons.widgets:before {
    content: "\E1BD"

}

.material-icons.wifi:before {
    content: "\E63E"

}

.material-icons.wifi_lock:before {
    content: "\E1E1"

}

.material-icons.wifi_off:before {
    content: "\E648"

}

.material-icons.wifi_tethering:before {
    content: "\E1E2"

}

.material-icons.work:before {
    content: "\E8F9"

}

.material-icons.work_off:before {
    content: "\E942"

}

.material-icons.work_outline:before {
    content: "\E943"

}

.material-icons.workspaces_filled:before {
    content: "\EA0D"

}

.material-icons.workspaces_outline:before {
    content: "\EA0F"

}

.material-icons.wrap_text:before {
    content: "\E25B"

}

.material-icons.youtube_searched_for:before {
    content: "\E8FA"

}

.material-icons.zoom_in:before {
    content: "\E8FF"

}

.material-icons.zoom_out:before {
    content: "\E900"

}

.material-icons.zoom_out_map:before {
    content: "\E56B"
}

