/*!
 * Muse UI v2.1.0 (https://github.com/myronliu347/vue-carbon)
 * (c) 2017 Myron Liu
 * Released under the MIT License.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    /* font-family: sans-serif; */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    font-family: Roboto, Lato, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    color: rgba(0, 0, 0, .87)
}

body,
html {
    overflow-x: hidden;
    overflow-y: auto
}

pre {
    white-space: pre-wrap;
    word-break: break-all;
    margin: 0
}

a {
    text-decoration: none;
    color: #011a53;
    user-select: none;
    -webkit-user-select: none
}

.mu-icon {
    font-size: 24px;
    cursor: inherit
}

.mu-back-up[data-v-7fd436bc] {
    position: fixed;
    z-index: 3;
    cursor: pointer;
    display: block;
    border-radius: 4px
}

.mu-back-up-default[data-v-7fd436bc] {
    background-color: rgba(126, 87, 194, .6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block
}

.mu-back-up i[data-v-7fd436bc] {
    color: #fff;
    font-size: 24px;
    padding: 8px 12px
}

.mu-badge-container {
    display: inline-block;
    position: relative
}

.mu-badge {
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    line-height: 1.5;
    font-size: 12px;
    font-style: normal;
    background-color: #bdbdbd;
    color: #fff;
    border-radius: 3px;
    overflow: hidden
}

.mu-badge-float {
    position: absolute;
    top: -12px;
    right: -12px
}

.mu-badge-circle {
    border-radius: 50%;
    padding: 0;
    width: 24px;
    height: 24px;
    overflow: hidden
}

.mu-badge-primary {
    background-color: #7e57c2
}

.mu-badge-secondary {
    background-color: #ff4081
}

.mu-breadcrumb-item-link:active i[data-v-64be4c11],
.mu-breadcrumb-item-link:focus i[data-v-64be4c11],
.mu-breadcrumb-item-link:hover i[data-v-64be4c11] {
    color: #7e57c2
}

.mu-breadcrumb-item-current[data-v-64be4c11] {
    font-weight: 700
}

.mu-breadcrumb-item-separator[data-v-64be4c11] {
    margin: 0 8px;
    color: #d7dde4
}

.mu-appbar {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
    background-color: #7e57c2;
    height: 56px;
    padding: 0 8px;
    width: 100%;
    z-index: 3
}

.mu-appbar,
.mu-appbar>.left,
.mu-appbar>.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mu-appbar>.left,
.mu-appbar>.right {
    height: 100%
}

.mu-appbar .mu-icon-button {
    color: inherit
}

.mu-appbar .mu-flat-button {
    color: inherit;
    height: 100%;
    line-height: 100%;
    min-width: auto
}

.mu-appbar-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px
}

@media (min-width:480px) {
    .mu-appbar-title {
        line-height: 64px
    }

    .mu-appbar {
        height: 64px
    }

    .mu-appbar-title {
        font-size: 24px
    }
}

.mu-icon-button {
    position: relative;
    display: inline-block;
    overflow: visible;
    line-height: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    padding: 12px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    color: inherit;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    outline: 0;
    cursor: pointer
}

.mu-icon-button .mu-circle-ripple {
    color: rgba(0, 0, 0, .87)
}

.mu-icon-button.disabled {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed
}

.mu-ripple-wrapper {
    overflow: hidden
}

.mu-circle-ripple,
.mu-ripple-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mu-circle-ripple {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    background-color: currentColor;
    background-clip: padding-box;
    opacity: .1
}

.mu-ripple-enter-active,
.mu-ripple-leave-active {
    -webkit-transition: opacity 2s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-ripple-enter {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.mu-ripple-leave-active {
    opacity: 0 !important
}

.mu-focus-ripple-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.mu-focus-ripple {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: .16;
    background-color: currentColor;
    -webkit-animation: a .75s cubic-bezier(.445, .05, .55, .95);
    animation: a .75s cubic-bezier(.445, .05, .55, .95);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(.72);
        transform: scale(.72)
    }

    to {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
}

@keyframes a {
    0% {
        -webkit-transform: scale(.72);
        transform: scale(.72)
    }

    to {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
}

.mu-tooltip {
    position: absolute;
    font-size: 10px;
    line-height: 22px;
    padding: 0 8px;
    z-index: 5;
    color: #fff;
    overflow: hidden;
    top: -1000px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    -webkit-transition: top 0ms cubic-bezier(.23, 1, .32, 1) .45s, opacity .45s cubic-bezier(.23, 1, .32, 1) 0ms, -webkit-transform .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: top 0ms cubic-bezier(.23, 1, .32, 1) .45s, opacity .45s cubic-bezier(.23, 1, .32, 1) 0ms, -webkit-transform .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: top 0ms cubic-bezier(.23, 1, .32, 1) .45s, transform .45s cubic-bezier(.23, 1, .32, 1) 0ms, opacity .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: top 0ms cubic-bezier(.23, 1, .32, 1) .45s, transform .45s cubic-bezier(.23, 1, .32, 1) 0ms, opacity .45s cubic-bezier(.23, 1, .32, 1) 0ms, -webkit-transform .45s cubic-bezier(.23, 1, .32, 1) 0ms
}

.mu-tooltip.when-shown {
    opacity: .9;
    -webkit-transition: top 0ms cubic-bezier(.23, 1, .32, 1) 0ms, opacity .45s cubic-bezier(.23, 1, .32, 1) 0ms, -webkit-transform .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: top 0ms cubic-bezier(.23, 1, .32, 1) 0ms, opacity .45s cubic-bezier(.23, 1, .32, 1) 0ms, -webkit-transform .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: top 0ms cubic-bezier(.23, 1, .32, 1) 0ms, transform .45s cubic-bezier(.23, 1, .32, 1) 0ms, opacity .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: top 0ms cubic-bezier(.23, 1, .32, 1) 0ms, transform .45s cubic-bezier(.23, 1, .32, 1) 0ms, opacity .45s cubic-bezier(.23, 1, .32, 1) 0ms, -webkit-transform .45s cubic-bezier(.23, 1, .32, 1) 0ms
}

.mu-tooltip.touched {
    font-size: 14px;
    line-height: 32px;
    padding: 0 16px
}

.mu-tooltip-ripple {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: width 0ms cubic-bezier(.23, 1, .32, 1) .45s, height 0ms cubic-bezier(.23, 1, .32, 1) .45s, background-color .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: width 0ms cubic-bezier(.23, 1, .32, 1) .45s, height 0ms cubic-bezier(.23, 1, .32, 1) .45s, background-color .45s cubic-bezier(.23, 1, .32, 1) 0ms
}

.mu-tooltip-ripple.when-shown {
    background-color: #616161;
    -webkit-transition: width .45s cubic-bezier(.23, 1, .32, 1) 0ms, height .45s cubic-bezier(.23, 1, .32, 1) 0ms, background-color .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: width .45s cubic-bezier(.23, 1, .32, 1) 0ms, height .45s cubic-bezier(.23, 1, .32, 1) 0ms, background-color .45s cubic-bezier(.23, 1, .32, 1) 0ms
}

.mu-tooltip-label {
    white-space: nowrap;
    position: relative
}

.mu-flat-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    min-width: 88px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    color: rgba(0, 0, 0, .87);
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    cursor: pointer
}

.mu-flat-button.hover {
    background-color: rgba(0, 0, 0, .1)
}

.mu-flat-button.disabled {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed;
    background: none
}

.mu-flat-button .mu-icon {
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 0
}

.mu-flat-button .mu-icon+.mu-flat-button-label {
    padding-left: 8px
}

.mu-flat-button.no-label .mu-icon {
    margin-left: 0
}

.mu-flat-button .mu-circle-ripple {
    color: rgba(0, 0, 0, .87)
}

.mu-flat-button.label-before {
    padding-right: 8px
}

.mu-flat-button.label-before .mu-icon {
    margin-right: 4px;
    margin-left: 0
}

.mu-flat-button.label-before .mu-flat-button-label {
    padding-right: 8px
}

.mu-flat-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.mu-flat-button-primary {
    color: #7e57c2
}

.mu-flat-button-secondary {
    color: #ff4081
}

.mu-flat-button-label {
    vertical-align: middle;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px
}

.mu-raised-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    min-width: 88px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647)
}

.mu-raised-button.focus {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .156863), 0 3px 10px rgba(0, 0, 0, .227451)
}

.mu-raised-button.hover .mu-raised-button-wrapper {
    background-color: rgba(0, 0, 0, .1)
}

.mu-raised-button.disabled {
    color: rgba(0, 0, 0, .3);
    cursor: not-allowed;
    background-color: #e6e6e6;
    box-shadow: none
}

.mu-raised-button.disabled.hover,
.mu-raised-button.disabled:active,
.mu-raised-button.disabled:hover {
    box-shadow: none
}

.mu-raised-button.disabled.hover .mu-raised-button-wrapper,
.mu-raised-button.disabled:active .mu-raised-button-wrapper,
.mu-raised-button.disabled:hover .mu-raised-button-wrapper {
    background-color: transparent
}

.mu-raised-button .mu-icon {
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 0
}

.mu-raised-button .mu-icon+.mu-raised-button-label {
    padding-left: 8px
}

.mu-raised-button.no-label .mu-icon {
    margin: 0
}

.mu-raised-button.label-before .mu-raised-button-wrapper {
    padding-right: 8px
}

.mu-raised-button.label-before .mu-icon {
    margin-right: 4px;
    margin-left: 0
}

.mu-raised-button.label-before .mu-raised-button-label {
    padding-right: 8px
}

.mu-raised-button:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .156863), 0 3px 10px rgba(0, 0, 0, .227451)
}

.mu-raised-button-wrapper {
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.mu-raised-button-primary {
    background-color: #7e57c2
}

.mu-raised-button-secondary {
    background-color: #ff4081
}

.mu-raised-button-full {
    width: 100%
}

.mu-raised-button.mu-raised-button-inverse {
    color: #fff
}

.mu-raised-button.mu-raised-button-inverse .mu-circle-ripple {
    opacity: .3
}

.mu-raised-button.mu-raised-button-inverse.hover .mu-raised-button-wrapper {
    background-color: hsla(0, 0%, 100%, .3)
}

.mu-raised-button-label {
    vertical-align: middle;
    padding-right: 16px;
    padding-left: 16px
}

.mu-float-button {
    position: relative;
    display: inline-block;
    overflow: visible;
    line-height: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #7e57c2;
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .156863), 0 3px 10px rgba(0, 0, 0, .227451)
}

.mu-float-button .mu-circle-ripple {
    opacity: .3
}

.mu-float-button.disabled {
    color: rgba(0, 0, 0, .3);
    cursor: not-allowed;
    background-color: #e6e6e6;
    box-shadow: none
}

.mu-float-button.disabled.hover,
.mu-float-button.disabled:active,
.mu-float-button.disabled:hover {
    box-shadow: none
}

.mu-float-button.disabled.hover .mu-float-button-wrapper,
.mu-float-button.disabled:active .mu-float-button-wrapper,
.mu-float-button.disabled:hover .mu-float-button-wrapper {
    background-color: transparent
}

.mu-float-button.hover,
.mu-float-button:active {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .188235), 0 6px 10px rgba(0, 0, 0, .227451)
}

.mu-float-button.hover .mu-float-button-wrapper,
.mu-float-button:active .mu-float-button-wrapper {
    background-color: hsla(0, 0%, 100%, .3)
}

.mu-float-button-wrapper {
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.mu-float-button-mini {
    width: 40px;
    height: 40px
}

.mu-float-button-secondary {
    background-color: #ff4081
}

.mu-content-block {
    padding: 8px 16px;
    width: 100%
}

.mu-content-block p {
    margin-top: 1em;
    margin-bottom: 1em
}

.mu-content-block p:first-child {
    margin-top: 0
}

.mu-content-block p:last-child {
    margin-bottom: 0
}

.mu-list {
    padding: 8px 0;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible
}

.mu-list .mu-sub-header:first-child {
    margin-top: -8px
}

.mu-item-wrapper {
    display: block;
    color: inherit;
    position: relative;
    outline: none;
    cursor: pointer
}

.mu-item-wrapper.hover {
    background-color: rgba(0, 0, 0, .1)
}

.mu-item-wrapper.disabled {
    cursor: default
}

.mu-item {
    min-height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    color: rgba(0, 0, 0, .87);
    position: relative
}

.mu-item.show-left {
    padding-left: 72px
}

.mu-item.show-right {
    padding-right: 56px
}

.mu-item.has-avatar {
    min-height: 56px
}

.mu-item.selected {
    color: #7e57c2
}

.mu-item-toggle-button {
    color: rgba(0, 0, 0, .87);
    position: absolute;
    right: 4px;
    top: 0
}

.mu-item-left,
.mu-item-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 40px;
    height: 100%;
    position: absolute;
    color: #757575;
    top: 0;
    max-height: 72px
}

.mu-item-left {
    left: 16px
}

.mu-item.selected .mu-item-left {
    color: #7e57c2
}

.mu-item-right {
    right: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mu-item-right>.mu-icon-button,
.mu-item-right>.mu-icon-menu {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.mu-item-content {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.mu-item-title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    line-height: 1
}

.mu-item-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    font-size: 16px;
    max-width: 100%
}

.mu-item-sub-title {
    line-height: 1;
    margin-top: 4px
}

.mu-item-after {
    margin-left: auto;
    color: rgba(0, 0, 0, .54);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mu-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
    max-height: 40px;
    max-width: 100%;
    text-overflow: ellipsis;
    word-break: break-all;
    color: rgba(0, 0, 0, .54)
}

.mu-item-svg-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke-width: 2;
    fill: none;
    stroke: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-expand-enter-active,
.mu-expand-leave-active {
    -webkit-transition: height .45s cubic-bezier(.23, 1, .32, 1), padding .45s cubic-bezier(.23, 1, .32, 1);
    transition: height .45s cubic-bezier(.23, 1, .32, 1), padding .45s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mu-sub-header {
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    line-height: 48px;
    padding-left: 16px;
    width: 100%
}

.mu-sub-header.inset {
    padding-left: 72px
}

.mu-divider {
    margin: 0;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, .12);
    width: 100%
}

.mu-divider.inset {
    margin-left: 72px
}

.mu-divider.shallow-inset {
    margin-left: 16px
}

html.pixel-ratio-2 .mu-divider {
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .mu-divider {
    -webkit-transform: scaleY(.33);
    -ms-transform: scaleY(.33);
    transform: scaleY(.33)
}

.mu-refresh-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    color: #7e57c2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647);
    position: absolute;
    left: 50%;
    margin-left: -18px;
    margin-top: 24px;
    z-index: 2
}

.mu-refresh-control .mu-icon {
    display: inline-block;
    vertical-align: middle
}

.mu-refresh-svg-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    fill: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-refresh-control-animate {
    -webkit-transition: all .45s ease;
    transition: all .45s ease
}

.mu-refresh-control-hide {
    opacity: 1;
    -webkit-transform: translate3d(0, -68px, 0);
    transform: translate3d(0, -68px, 0)
}

.mu-refresh-control-noshow {
    opacity: 0;
    -webkit-transform: scale(.01);
    -ms-transform: scale(.01);
    transform: scale(.01)
}

.mu-refresh-control-refreshing {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.mu-circle-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px
}

.mu-circle-wrapper.active {
    -webkit-animation: e 1568ms linear infinite;
    animation: e 1568ms linear infinite
}

.mu-circle-wrapper .mu-circle {
    border-radius: 50%
}

.mu-circle-wrapper .left {
    float: left !important
}

.mu-circle-wrapper .right {
    float: right !important
}

.mu-circle-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #7e57c2;
    opacity: 1;
    -webkit-animation: b 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: b 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mu-circle-secondary {
    border-color: #ff4081
}

.mu-circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%
}

.mu-circle-clipper,
.mu-circle-gap-patch {
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.mu-circle-gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%
}

.mu-circle-gap-patch .mu-circle {
    width: 1000%;
    left: -450%
}

.mu-circle-clipper .mu-circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.mu-circle-spinner.active .mu-circle-clipper.left .mu-circle {
    -webkit-animation: c 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: c 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mu-circle-spinner.active .mu-circle-clipper.right .mu-circle {
    -webkit-animation: d 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: d 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mu-circle-clipper.left .mu-circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    transform: rotate(129deg)
}

.mu-circle-clipper.right .mu-circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    transform: rotate(-129deg)
}

@-webkit-keyframes b {
    12.5% {
        -webkit-transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg)
    }

    to {
        -webkit-transform: rotate(3turn)
    }
}

@keyframes b {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

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

@-webkit-keyframes c {
    0% {
        -webkit-transform: rotate(130deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg)
    }
}

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

    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(-130deg)
    }

    50% {
        -webkit-transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg)
    }
}

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

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

@-webkit-keyframes e {
    to {
        -webkit-transform: rotate(1turn)
    }
}

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

.mu-infinite-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px;
    line-height: 36px;
    width: 100%
}

.mu-infinite-scroll-text {
    margin-left: 16px;
    font-size: 16px
}

.mu-avatar {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #fff;
    background-color: #bdbdbd;
    text-align: center;
    border-radius: 50%
}

.mu-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block
}

.mu-avatar-inner {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mu-avatar-inner,
.mu-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mu-tabs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #7e57c2;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3
}

.mu-tab-link-highlight {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ff4081;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-tab-link {
    min-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: inherit;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, .7);
    -webkit-transition: all .45s cubic-bezier(.445, .05, .55, .95);
    transition: all .45s cubic-bezier(.445, .05, .55, .95);
    cursor: pointer
}

.mu-tab-active {
    color: #fff
}

.mu-tab-text.has-icon {
    margin-top: 8px
}

.mu-paper {
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    color: rgba(0, 0, 0, .87);
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647)
}

.mu-paper-round {
    border-radius: 2px
}

.mu-paper-circle {
    border-radius: 50%
}

.mu-paper-1 {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647)
}

.mu-paper-2 {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .156863), 0 3px 10px rgba(0, 0, 0, .227451)
}

.mu-paper-3,
.mu-paper-4 {
    box-shadow: 0 14px 45px rgba(0, 0, 0, .247059), 0 10px 18px rgba(0, 0, 0, .219608)
}

.mu-paper-5 {
    box-shadow: 0 19px 60px rgba(0, 0, 0, .298039), 0 15px 20px rgba(0, 0, 0, .219608)
}

.mu-bottom-nav {
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    color: #fff
}

.mu-bottom-nav-shift {
    background-color: #7e57c2
}

.mu-bottom-nav-shift-wrapper {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.mu-buttom-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 80px;
    max-width: 168px;
    position: relative;
    height: 100%;
    color: rgba(0, 0, 0, .54);
    padding: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: all .4s cubic-bezier(.445, .05, .55, .95);
    transition: all .4s cubic-bezier(.445, .05, .55, .95);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px
}

.mu-bottom-nav-shift .mu-buttom-item {
    color: hsla(0, 0%, 100%, .7);
    padding: 8px 12px 10px;
    min-width: 56px;
    max-width: 168px
}

.mu-buttom-item-wrapper {
    display: block;
    height: 100%
}

.mu-bottom-item-active {
    padding-top: 6px;
    padding-bottom: 5px
}

.mu-bottom-item-active .mu-bottom-item-text {
    font-size: 14px
}

.mu-bottom-nav-shift .mu-bottom-item-active {
    -webkit-box-flex: 1.7;
    -webkit-flex: 1.7;
    -ms-flex: 1.7;
    flex: 1.7;
    min-width: 96px;
    max-width: 168px;
    padding-top: 6px;
    padding-bottom: 5px
}

.mu-bottom-item-text {
    display: block;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1), color .3s, font-size .3s;
    transition: all .4s cubic-bezier(.23, 1, .32, 1), color .3s, font-size .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-bottom-item-active .mu-bottom-item-text {
    color: #7e57c2
}

.mu-bottom-nav-shift .mu-bottom-item-active .mu-bottom-item-text {
    color: #fff
}

.mu-bottom-nav-shift .mu-bottom-item-text {
    opacity: 0;
    -webkit-transform: scale(1) translate3d(0, 6px, 0);
    transform: scale(1) translate3d(0, 6px, 0)
}

.mu-bottom-nav-shift .mu-bottom-item-active .mu-bottom-item-text {
    -webkit-transform: scale(1) translate3d(0, 2px, 0);
    transform: scale(1) translate3d(0, 2px, 0);
    opacity: 1
}

.mu-bottom-item-icon {
    display: block;
    margin: auto;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 24px
}

.mu-bottom-item-active .mu-bottom-item-icon {
    color: #7e57c2
}

.mu-bottom-nav-shift .mu-bottom-item-active .mu-bottom-item-icon {
    color: #fff
}

.mu-bottom-nav-shift .mu-bottom-item-icon {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0)
}

.mu-bottom-nav-shift .mu-bottom-item-active .mu-bottom-item-icon {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.mu-card {
    background-color: #fff;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647)
}

.mu-card-header {
    padding: 16px;
    font-weight: 500;
    position: relative;
    white-space: nowrap
}

.mu-card-header .mu-avatar {
    margin-right: 16px
}

.mu-card-header-title {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-right: 90px
}

.mu-card-header-title .mu-card-title {
    font-size: 15px;
    color: rgba(0, 0, 0, .87)
}

.mu-card-header-title .mu-card-sub-title {
    font-size: 14px;
    color: rgba(0, 0, 0, .57)
}

.mu-card-media {
    position: relative
}

.mu-card-media>img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: block;
    /* vertical-align: top */
}

.mu-card-media-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(0, 0, 0, .54)
}

.mu-card-media-title .mu-card-title {
    font-size: 24px;
    color: hsla(0, 0%, 100%, .87);
    line-height: 36px
}

.mu-card-media-title .mu-card-sub-title {
    color: hsla(0, 0%, 100%, .54);
    font-size: 14px
}

.mu-card-title-container {
    padding: 16px;
    position: relative
}

.mu-card-title-container .mu-card-title {
    font-size: 24px;
    color: rgba(0, 0, 0, .87);
    line-height: 36px
}

.mu-card-title-container .mu-card-sub-title {
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
    display: block
}

.mu-card-text {
    padding: 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, .87)
}

.mu-card-actions {
    padding: 8px;
    position: relative
}

.mu-chip {
    border-radius: 16px;
    line-height: 32px;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, .87);
    padding: 0 12px;
    cursor: default
}

.mu-chip .mu-avatar:first-child {
    margin-left: -12px;
    margin-right: 4px
}

.mu-chip.active {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 4px rgba(0, 0, 0, .12)
}

.mu-chip.hover {
    background-color: #cecece;
    cursor: pointer
}

.mu-chip.hover .mu-chip-delete-icon {
    color: rgba(0, 0, 0, .4)
}

.mu-chip-delete-icon {
    display: inline-block;
    margin-right: -8px;
    margin-left: 4px;
    color: rgba(0, 0, 0, .26);
    fill: currentColor;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .4;
    z-index: 6
}

.mu-overlay-fade-enter-active,
.mu-overlay-fade-leave-active {
    -webkit-transition: opacity .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-overlay-fade-enter,
.mu-overlay-fade-leave-active {
    opacity: 0 !important
}

.mu-dialog-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mu-dialog {
    width: 75%;
    max-width: 768px;
    padding: 0;
    background-color: #fff;
    border-radius: 2px;
    font-size: 16px;
    box-shadow: 0 19px 60px rgba(0, 0, 0, .298039), 0 15px 20px rgba(0, 0, 0, .219608)
}

.mu-dialog-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 24px 20px;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(0, 0, 0, .87)
}

.mu-dialog-title+.mu-dialog-body {
    padding-top: 0
}

.mu-dialog-title.scrollable {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mu-dialog-body {
    padding: 24px 24px 20px;
    color: rgba(0, 0, 0, .6)
}

.mu-dialog-actions {
    min-height: 48px;
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mu-dialog-actions .mu-raised-button+.mu-raised-button {
    margin-left: 10px
}

.mu-dialog-actions.scrollable {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.mu-dialog-slide-enter-active,
.mu-dialog-slide-leave-active {
    -webkit-transition: opacity .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-dialog-slide-enter-active .mu-dialog,
.mu-dialog-slide-leave-active .mu-dialog {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-dialog-slide-enter,
.mu-dialog-slide-leave-active {
    opacity: 0
}

.mu-dialog-slide-enter .mu-dialog {
    -webkit-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0)
}

.mu-dialog-slide-leave-active .mu-dialog {
    -webkit-transform: translate3d(0, 64px, 0);
    transform: translate3d(0, 64px, 0)
}

.mu-toast {
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    background-color: rgba(0, 0, 0, .87);
    color: #fff;
    border-radius: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    max-width: 568px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0
}

@media only screen and (max-width:992px) and (min-width:601px) {
    .mu-toast {
        width: auto;
        min-width: 288px;
        left: 5%;
        bottom: 7%
    }
}

@media only screen and (min-width:993px) {
    .mu-toast {
        width: auto;
        min-width: 8%;
        top: 10%;
        right: 7%;
        left: auto;
        bottom: auto;
        min-width: 288px
    }
}

.mu-toast-enter-active,
.mu-toast-leave-active {
    -webkit-transition: opacity .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    transition: transform .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1);
    transition: transform .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-toast-enter,
.mu-toast-leave-active {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
}

.mu-snackbar {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .87);
    padding: 0 24px;
    min-height: 48px;
    width: 100%;
    max-width: 568px
}

.mu-snackbar-action {
    margin: 0 -16px 0 24px
}

.mu-snackbar-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 8px;
    padding-bottom: 8px
}

@media only screen and (max-width:992px) and (min-width:601px) {
    .mu-snackbar {
        width: auto;
        min-width: 288px;
        left: 5%;
        bottom: 7%
    }
}

@media only screen and (min-width:993px) {
    .mu-snackbar {
        width: auto;
        min-width: 8%;
        top: 10%;
        right: 7%;
        left: auto;
        bottom: auto;
        min-width: 288px
    }
}

.mu-snackbar-enter-active,
.mu-snackbar-leave-active {
    -webkit-transition: opacity .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    transition: transform .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1);
    transition: transform .4s cubic-bezier(.23, 1, .32, 1), opacity .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-snackbar-enter,
.mu-snackbar-leave-active {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
}

.mu-popup {
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-popup-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.mu-popup-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.mu-popup-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.mu-popup-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.popup-slide-bottom-enter-active,
.popup-slide-bottom-leave-active,
.popup-slide-left-enter-active,
.popup-slide-left-leave-active,
.popup-slide-right-enter-active,
.popup-slide-right-leave-active,
.popup-slide-top-enter-active,
.popup-slide-top-leave-active {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.popup-slide-top-enter,
.popup-slide-top-leave-active {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0)
}

.popup-slide-right-enter,
.popup-slide-right-leave-active {
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0)
}

.popup-slide-bottom-enter,
.popup-slide-bottom-leave-active {
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0)
}

.popup-slide-left-enter,
.popup-slide-left-leave-active {
    -webkit-transform: translate3d(-100%, -50%, 0);
    transform: translate3d(-100%, -50%, 0)
}

.popup-fade-enter-active,
.popup-fade-leave-active {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.popup-fade-enter,
.popup-fade-leave-active {
    opacity: 0
}

.mu-menu {
    z-index: 2;
    outline: none
}

.mu-menu-list {
    padding: 8px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mu-menu-list>.mu-divider {
    margin: 7px 0 8px
}

.mu-menu-list>.mu-sub-header {
    padding-left: 24px;
    margin-top: -8px
}

.mu-menu-destop {
    padding: 16px 0
}

.mu-menu-destop>.mu-sub-header {
    margin-top: -16px
}

.mu-menu-item-wrapper {
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    color: rgba(0, 0, 0, .87);
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-menu-destop .mu-menu-item-wrapper {
    height: 32px;
    line-height: 32px;
    font-size: 15px
}

.mu-menu-item-wrapper.hover {
    background-color: rgba(0, 0, 0, .1)
}

.mu-menu-item-wrapper.active {
    color: #fff
}

.mu-menu-item-wrapper.disabled {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed
}

.mu-menu-item {
    padding: 0 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mu-menu-destop .mu-menu-item {
    padding: 0 24px
}

.mu-menu-item.have-left-icon {
    padding-left: 72px
}

.mu-menu-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.mu-menu-item-left-icon {
    position: absolute;
    top: 0;
    left: 4px;
    margin: 12px;
    color: #757575
}

.mu-menu-destop .mu-menu-item-left-icon {
    top: 4px;
    left: 24px;
    margin: 0
}

.mu-menu-item-right-icon {
    position: absolute;
    top: 0;
    right: 4px;
    margin: 12px;
    color: #757575
}

.mu-menu-destop .mu-menu-item-right-icon {
    top: 4px;
    right: 24px;
    margin: 0
}

.mu-popover {
    position: fixed;
    background: #fff;
    border-radius: 2px;
    max-height: 100%;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.mu-popover-enter-active,
.mu-popover-leave-active {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.mu-popover-enter,
.mu-popover-leave-active {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0
}

.mu-bottom-sheet {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0
}

.mu-bottom-sheet-enter-active,
.mu-bottom-sheet-leave-active {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-bottom-sheet-enter,
.mu-bottom-sheet-leave-active {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.mu-dropDown-menu,
.mu-icon-menu {
    display: inline-block;
    position: relative
}

.mu-dropDown-menu {
    font-size: 15px;
    height: 48px;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    cursor: pointer;
    overflow: hidden
}

.mu-dropDown-menu.disabled {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed
}

.mu-dropDown-menu-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    color: rgba(0, 0, 0, .12);
    fill: currentColor;
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-dropDown-menu-text {
    padding-left: 24px;
    padding-right: 48px;
    line-height: 56px;
    opacity: 1;
    position: relative;
    color: rgba(0, 0, 0, .87)
}

.mu-dropDown-menu.disabled .mu-dropDown-menu-text {
    color: rgba(0, 0, 0, .38)
}

.mu-dropDown-menu-text-overflow {
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

.mu-dropDown-menu-line {
    bottom: 1px;
    left: 0;
    margin: -1px 24px;
    right: 0;
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, .12);
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

html.pixel-ratio-2 .mu-dropDown-menu-line {
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

html.pixel-ratio-3 .mu-dropDown-menu-line {
    -webkit-transform: scaleY(.33);
    -ms-transform: scaleY(.33);
    transform: scaleY(.33)
}

.mu-drawer {
    width: 256px;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-property: visibility, -webkit-transform;
    transition-property: visibility, -webkit-transform;
    transition-property: transform, visibility;
    transition-property: transform, visibility, -webkit-transform;
    -webkit-transition-duration: .45s;
    transition-duration: .45s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    border-radius: 0;
    left: 0;
    visibility: hidden;
    z-index: 4
}

.mu-drawer::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    -webkit-appearance: none;
    opacity: 0 !important
}

.mu-drawer.right {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mu-drawer.open {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: visible
}

.mu-picker {
    background: #fff;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
    -webkit-mask-box-image: linear-gradient(0deg, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent)
}

.mu-picker-center-highlight {
    height: 36px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -18px;
    pointer-events: none;
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mu-picker-center-highlight:before {
    left: 0;
    top: 0;
    bottom: auto;
    right: auto
}

.mu-picker-center-highlight:after {
    left: 0;
    bottom: 0;
    right: auto;
    top: auto
}

.mu-picker-slot {
    font-size: 18px;
    overflow: hidden;
    position: relative;
    max-height: 100%;
    text-align: center
}

.mu-picker-slot.mu-picker-slot-divider {
    color: rgba(0, 0, 0, .87);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 36px
}

.mu-picker-slot-wrapper.animate {
    -webkit-transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-picker-item,
.mu-picker-slot-wrapper.animate {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-picker-item {
    line-height: 36px;
    padding: 0 10px;
    font-size: 20px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .54);
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.mu-picker-item.selected {
    color: rgba(0, 0, 0, .87);
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.mu-text-field {
    font-size: 16px;
    width: 256px;
    min-height: 48px;
    display: inline-block;
    position: relative;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 8px
}

.mu-text-field.full-width {
    width: 100%
}

.mu-text-field.has-icon {
    padding-left: 56px
}

.mu-text-field.focus-state {
    color: #7e57c2
}

.mu-text-field.focus-state.error {
    color: #f44336
}

.mu-text-field.has-label {
    min-height: 72px
}

.mu-text-field-icon {
    position: absolute;
    left: 16px;
    top: 12px
}

.mu-text-field.has-label .mu-text-field-icon {
    top: 36px
}

.mu-text-field-content {
    display: block;
    height: 100%;
    padding-bottom: 12px;
    padding-top: 4px
}

.mu-text-field.disabled .mu-text-field-content {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed
}

.mu-text-field.has-label .mu-text-field-content {
    padding-top: 28px;
    padding-bottom: 12px
}

.mu-text-field-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 32px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    color: rgba(0, 0, 0, .87);
    font-family: inherit;
    position: relative
}

.mu-text-field-help {
    position: absolute;
    margin-top: 6px;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0
}

.mu-text-field.has-icon .mu-text-field-help {
    left: 56px
}

.mu-text-field.error .mu-text-field-help {
    color: #f44336
}

.mu-text-field.disabled .mu-text-field-help {
    color: inherit
}

.mu-text-field-line {
    margin: 0;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, .12);
    left: 0;
    right: 0;
    position: absolute
}

.mu-text-field.has-icon .mu-text-field-line {
    left: 56px
}

.mu-text-field-line.disabled {
    height: auto;
    background-color: transparent;
    border-bottom: 2px dotted rgba(0, 0, 0, .38)
}

.mu-text-field-focus-line {
    margin: 0;
    height: 2px;
    border: none;
    background-color: #7e57c2;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-text-field.has-icon .mu-text-field-focus-line {
    left: 56px
}

.mu-text-field-focus-line.error,
.mu-text-field-focus-line.focus {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.mu-text-field-focus-line.error {
    background-color: #f44336
}

.mu-text-field-textarea {
    resize: vertical;
    line-height: 1.5;
    position: relative;
    height: 100%;
    resize: none
}

.mu-text-field-multiline {
    width: 100%;
    position: relative
}

.mu-text-field-textarea-hide {
    width: 100%;
    height: auto;
    resize: none;
    position: absolute;
    padding: 0;
    overflow: auto;
    visibility: hidden
}

.mu-text-field-label {
    line-height: 20px;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    z-index: 1;
    cursor: text;
    -webkit-transform: translateZ(0) scale(.75);
    transform: translateZ(0) scale(.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-text-field.has-label .mu-text-field-label {
    top: 8px;
    position: absolute
}

.mu-text-field.has-label .mu-text-field-label.float {
    -webkit-transform: translate3d(0, 28px, 0) scale(1);
    transform: translate3d(0, 28px, 0) scale(1);
    color: rgba(0, 0, 0, .38)
}

.mu-text-field-hint {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .45s cubic-bezier(.23, 1, .32, 1);
    color: rgba(0, 0, 0, .38);
    line-height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: text;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.mu-text-field-hint.show {
    opacity: 1
}

.mu-text-field.multi-line .mu-text-field-hint {
    line-height: 1.5
}

.mu-select-field .mu-dropDown-menu {
    display: block;
    width: 100%;
    height: 32px
}

.mu-select-field .mu-dropDown-menu-text {
    line-height: 32px;
    height: 32px;
    padding-left: 0;
    padding-right: 24px;
    word-wrap: break-word;
    overflow: hidden
}

.mu-select-field .mu-dropDown-menu-line {
    display: none
}

.mu-select-field .mu-dropDown-menu-icon {
    right: 0;
    top: 6px
}

.mu-checkbox {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-checkbox input[type=checkbox] {
    display: none
}

.mu-checkbox input[type=checkbox]:checked+.mu-checkbox-wrapper .mu-checkbox-icon-uncheck {
    opacity: 0;
    -webkit-transition: opacity .65s cubic-bezier(.23, 1, .32, 1) .15s;
    transition: opacity .65s cubic-bezier(.23, 1, .32, 1) .15s;
    color: #7e57c2
}

.mu-checkbox input[type=checkbox]:checked+.mu-checkbox-wrapper .mu-checkbox-icon-checked {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0ms cubic-bezier(.23, 1, .32, 1), -webkit-transform .8s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(.23, 1, .32, 1), -webkit-transform .8s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(.23, 1, .32, 1), transform .8s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 0ms cubic-bezier(.23, 1, .32, 1), transform .8s cubic-bezier(.23, 1, .32, 1), -webkit-transform .8s cubic-bezier(.23, 1, .32, 1)
}

.mu-checkbox input[type=checkbox]:checked+.mu-checkbox-wrapper .mu-checkbox-ripple-wrapper {
    color: #7e57c2
}

.mu-checkbox * {
    pointer-events: none
}

.mu-checkbox.disabled {
    cursor: not-allowed
}

.mu-checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mu-checkbox-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    margin-right: 16px
}

.mu-checkbox.label-left .mu-checkbox-icon {
    margin-right: 0;
    margin-left: 16px
}

.mu-checkbox.no-label .mu-checkbox-icon {
    margin-left: 0;
    margin-right: 0
}

.mu-checkbox-label {
    color: rgba(0, 0, 0, .87)
}

.mu-checkbox.disabled .mu-checkbox-label {
    color: rgba(0, 0, 0, .38)
}

.mu-checkbox-svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-checkbox-icon-uncheck {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.23, 1, .32, 1) .2s;
    transition: opacity 1s cubic-bezier(.23, 1, .32, 1) .2s;
    color: rgba(0, 0, 0, .87)
}

.mu-checkbox.disabled .mu-checkbox-icon-uncheck {
    color: rgba(0, 0, 0, .38)
}

.mu-checkbox-icon-checked {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    color: #7e57c2;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform 0ms cubic-bezier(.23, 1, .32, 1) .45s;
    transition: opacity .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform 0ms cubic-bezier(.23, 1, .32, 1) .45s;
    transition: opacity .45s cubic-bezier(.23, 1, .32, 1), transform 0ms cubic-bezier(.23, 1, .32, 1) .45s;
    transition: opacity .45s cubic-bezier(.23, 1, .32, 1), transform 0ms cubic-bezier(.23, 1, .32, 1) .45s, -webkit-transform 0ms cubic-bezier(.23, 1, .32, 1) .45s
}

.mu-checkbox.disabled .mu-checkbox-icon-checked {
    color: rgba(0, 0, 0, .38)
}

.mu-checkbox-ripple-wrapper {
    width: 48px;
    height: 48px;
    top: -12px;
    left: -12px
}

.mu-checkbox.label-left .mu-checkbox-ripple-wrapper {
    right: -12px;
    left: auto
}

.mu-radio {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-radio input[type=radio] {
    display: none
}

.mu-radio input[type=radio]:checked+.mu-radio-wrapper .mu-radio-icon-uncheck {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #7e57c2
}

.mu-radio input[type=radio]:checked+.mu-radio-wrapper .mu-radio-icon-checked {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mu-radio input[type=radio]:checked+.mu-radio-wrapper .mu-radio-ripple-wrapper {
    color: #7e57c2
}

.mu-radio * {
    pointer-events: none
}

.mu-radio.disabled {
    cursor: not-allowed
}

.mu-radio-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mu-radio-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    margin-right: 16px
}

.mu-radio.label-left .mu-radio-icon {
    margin-right: 0;
    margin-left: 16px
}

.mu-radio.no-label .mu-radio-icon {
    margin-left: 0;
    margin-right: 0
}

.mu-radio-label {
    color: rgba(0, 0, 0, .87);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px
}

.mu-radio.disabled .mu-radio-label {
    color: rgba(0, 0, 0, .38)
}

.mu-radio-svg-icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-radio-icon-uncheck {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    color: rgba(0, 0, 0, .87)
}

.mu-radio.disabled .mu-radio-icon-uncheck {
    color: rgba(0, 0, 0, .38)
}

.mu-radio-icon-checked {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    color: #7e57c2;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-radio.disabled .mu-radio-icon-checked {
    color: rgba(0, 0, 0, .38)
}

.mu-radio-ripple-wrapper {
    width: 48px;
    height: 48px;
    top: -12px;
    left: -12px
}

.mu-radio.label-left .mu-radio-ripple-wrapper {
    right: -12px;
    left: auto
}

.mu-switch {
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-switch input[type=checkbox] {
    display: none
}

.mu-switch input[type=checkbox]:checked+.mu-switch-wrapper .mu-switch-track {
    background-color: rgba(126, 87, 194, .5)
}

.mu-switch input[type=checkbox]:checked+.mu-switch-wrapper .mu-switch-thumb {
    background-color: #7e57c2;
    color: #7e57c2;
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0)
}

.mu-switch.disabled input[type=checkbox]:checked+.mu-switch-wrapper .mu-switch-track {
    background-color: #bdbdbd
}

.mu-switch.disabled input[type=checkbox]:checked+.mu-switch-wrapper .mu-switch-thumb {
    background-color: #e0e0e0
}

.mu-switch * {
    pointer-events: none
}

.mu-switch.disabled {
    cursor: not-allowed
}

.mu-switch-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mu-switch-container {
    width: 38px;
    padding: 4px 0 4px 2px;
    position: relative;
    margin-right: 8px;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-switch.label-left .mu-switch-container {
    margin-right: 0;
    margin-left: 8px
}

.mu-switch.no-label .mu-switch-container {
    margin-left: 0;
    margin-right: 0
}

.mu-switch-label {
    color: rgba(0, 0, 0, .87)
}

.mu-switch.disabled .mu-switch-label {
    color: rgba(0, 0, 0, .38)
}

.mu-switch-track {
    width: 100%;
    height: 14px;
    border-radius: 30px;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-switch-track,
.mu-switch.disabled .mu-switch-track {
    background-color: #bdbdbd
}

.mu-switch-thumb {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, .87);
    background-color: #f5f5f5;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .117647), 0 1px 4px rgba(0, 0, 0, .117647);
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-switch.disabled .mu-switch-thumb {
    background-color: #e0e0e0
}

.mu-switch-ripple-wrapper {
    height: 200%;
    width: 200%;
    top: -10px;
    left: -10px
}

.mu-slider {
    width: 100%;
    position: relative;
    height: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none
}

.mu-slider-track {
    right: 0;
    background-color: #bdbdbd
}

.mu-slider-fill,
.mu-slider-track {
    position: absolute;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px
}

.mu-slider-fill {
    width: 100%;
    background-color: #7e57c2
}

.mu-slider.disabled .mu-slider-fill {
    background-color: #bdbdbd
}

.mu-slider-thumb {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background-color: #7e57c2;
    color: #7e57c2;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background .45s cubic-bezier(.23, 1, .32, 1), border-color .45s cubic-bezier(.23, 1, .32, 1), width .45s cubic-bezier(.23, 1, .32, 1), height .45s cubic-bezier(.23, 1, .32, 1);
    transition: background .45s cubic-bezier(.23, 1, .32, 1), border-color .45s cubic-bezier(.23, 1, .32, 1), width .45s cubic-bezier(.23, 1, .32, 1), height .45s cubic-bezier(.23, 1, .32, 1);
    cursor: pointer
}

.mu-slider.active .mu-slider-thumb {
    width: 20px;
    height: 20px
}

.mu-slider.disabled .mu-slider-thumb,
.mu-slider.zero .mu-slider-thumb {
    border: 2px solid #bdbdbd;
    color: #bdbdbd;
    background-color: #fff
}

.mu-slider.disabled .mu-slider-thumb .mu-focus-ripple-wrapper,
.mu-slider.zero .mu-slider-thumb .mu-focus-ripple-wrapper {
    top: -14px;
    left: -14px
}

.mu-slider.disabled .mu-slider-thumb {
    cursor: default
}

.mu-slider-thumb .mu-focus-ripple-wrapper {
    width: 36px;
    height: 36px;
    top: -12px;
    left: -12px
}

.mu-linear-progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #bdbdbd;
    border-radius: 2px;
    margin: 0;
    overflow: hidden
}

.mu-linear-progress-indeterminate {
    width: 40%;
    -webkit-animation: f .84s cubic-bezier(.445, .05, .55, .95);
    animation: f .84s cubic-bezier(.445, .05, .55, .95);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.mu-linear-progress-determinate,
.mu-linear-progress-indeterminate {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 2px;
    background-color: #7e57c2
}

.mu-linear-progress-determinate {
    left: 0;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}

@-webkit-keyframes f {
    0% {
        left: -40%
    }

    to {
        left: 100%
    }
}

@keyframes f {
    0% {
        left: -40%
    }

    to {
        left: 100%
    }
}

.mu-circular-progress {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.mu-circular-progress-determinate {
    position: relative
}

.mu-circular-progress-determinate-path {
    stroke: #7e57c2;
    stroke-linecap: round;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.mu-grid-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mu-grid-tile {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.mu-grid-tile>img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%
}

.mu-grid-tile-titlebar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background-color: rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mu-grid-tile.multiline .mu-grid-tile-titlebar {
    height: 68px
}

.mu-grid-tile.top .mu-grid-tile-titlebar {
    bottom: auto;
    top: 0
}

.mu-grid-tile-title-container {
    margin-left: 16px;
    margin-right: 0;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.mu-grid-tile.action-left .mu-grid-tile-title-container {
    margin-right: 16px;
    margin-left: 0
}

.mu-grid-tile-action {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.mu-grid-tile.action-left .mu-grid-tile-action {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.mu-grid-tile-action .mu-icon {
    color: #fff
}

.mu-grid-tile-title {
    font-size: 16px
}

.mu-grid-tile-subtitle,
.mu-grid-tile-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word
}

.mu-grid-tile-subtitle {
    font-size: 12px
}

.mu-table {
    background-color: #fff;
    width: 100%;
    padding: 0 24px;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

.mu-thead,
.mu-tr {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mu-tr {
    color: rgba(0, 0, 0, .87);
    height: 48px
}

.mu-tr:last-child {
    border-bottom: none
}

.mu-tr.selected {
    background-color: #f5f5f5
}

.mu-tr.hover {
    background-color: #eee
}

.mu-tr.stripe {
    background-color: hsla(0, 0%, 100%, .4)
}

.mu-tfoot .mu-tr {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.mu-tr .mu-checkbox {
    vertical-align: middle
}

.mu-checkbox-col {
    width: 72px
}

.mu-td {
    height: 48px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mu-td,
.mu-th {
    padding-left: 24px;
    padding-right: 24px;
    text-align: left
}

.mu-th {
    font-weight: 400;
    font-size: 12px;
    height: 56px;
    color: rgba(0, 0, 0, .54);
    position: relative
}

.mu-th-wrapper {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mu-date-picker {
    display: inline-block;
    position: relative;
    width: 256px
}

.mu-date-picker.fullWidth {
    width: 100%
}

.mu-date-picker-dialog {
    width: 310px
}

.mu-date-picker-dialog.landscape {
    width: 479px
}

.mu-date-picker-dialog.landscape .mu-dialog-body {
    min-height: 330px;
    min-width: 479px
}

.mu-date-picker-dialog .mu-dialog-body {
    padding: 0;
    min-height: 434px;
    min-width: 310px
}

.mu-calendar {
    color: rgba(0, 0, 0, .87);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 310px
}

.mu-calendar-landspace {
    width: 479px
}

.mu-calendar-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.mu-calendar-container,
.mu-calendar-monthday-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.mu-calendar-monthday-container {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    padding: 0 8px;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-calendar-monthday-container,
.mu-calendar-week {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mu-calendar-week {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 500;
    height: 20px;
    line-height: 15px;
    opacity: .5;
    text-align: center
}

.mu-calendar-week-day {
    width: 42px
}

.mu-calendar-monthday {
    position: relative;
    overflow: hidden;
    height: 214px
}

.mu-calendar-monthday-slide {
    height: 100%;
    width: 100%
}

.mu-calendar-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    max-height: 48px;
    padding: 0
}

.mu-calendar-actions .mu-flat-button {
    min-width: 64px;
    margin: 4px 8px 8px 0
}

.mu-calendar-slide-next-enter-active,
.mu-calendar-slide-next-leave-active,
.mu-calendar-slide-prev-enter-active,
.mu-calendar-slide-prev-leave-active {
    -webkit-transition: opacity .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.mu-calendar-slide-next-enter {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mu-calendar-slide-next-leave-active {
    opacity: 0
}

.mu-calendar-slide-next-leave-active,
.mu-calendar-slide-prev-enter {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mu-calendar-slide-prev-leave-active {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.mu-date-display {
    width: 100%;
    font-weight: 700;
    display: block;
    background-color: #7e57c2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    color: #fff;
    padding: 20px
}

.mu-calendar-landspace .mu-date-display {
    width: 165px;
    height: 330px;
    float: left;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px
}

.mu-date-display-year {
    position: relative;
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    height: 16px;
    opacity: .7;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    margin-bottom: 10px
}

.mu-date-display.selected-year .mu-date-display-year {
    opacity: 1
}

.mu-date-display-year-title {
    cursor: pointer
}

.mu-date-display-year.disabled .mu-date-display-year-title {
    cursor: not-allowed
}

.mu-date-display-year-title .mu-date-display.selected-year {
    cursor: default
}

.mu-date-display-monthday {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 36px;
    line-height: 36px;
    height: 38px;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    width: 100%;
    font-weight: 500
}

.mu-date-display.selected-year .mu-date-display-monthday {
    opacity: .7
}

.mu-calendar-landspace .mu-date-display-monthday {
    height: 100%
}

.mu-date-display-slideIn-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.mu-date-display-monthday-title {
    cursor: default;
    width: 100%;
    display: block
}

.mu-date-display.selected-year .mu-date-display-monthday-title {
    cursor: pointer
}

.mu-date-display-next-enter-active,
.mu-date-display-next-leave-active,
.mu-date-display-prev-enter-active,
.mu-date-display-prev-leave-active {
    -webkit-transition: opacity .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.23, 1, .32, 1);
    transition: transform .45s cubic-bezier(.23, 1, .32, 1), opacity .45s cubic-bezier(.23, 1, .32, 1), -webkit-transform .45s cubic-bezier(.23, 1, .32, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mu-date-display-next-enter {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0
}

.mu-date-display-next-leave-active,
.mu-date-display-prev-enter {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0
}

.mu-date-display-prev-leave-active {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0
}

.mu-calendar-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 48px
}

.mu-calendar-toolbar-title-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 100%
}

.mu-calendar-toolbar-title {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 48px
}

.mu-calendar-svg-icon {
    display: block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-calendar-monthday-content {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    height: 228px;
    line-height: 2;
    position: relative;
    text-align: center
}

.mu-calendar-monthday-content,
.mu-calendar-monthday-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.mu-calendar-monthday-row {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 34px;
    margin-bottom: 2px
}

.mu-day-button {
    display: inline-block;
    background: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 4px 0;
    font-size: inherit;
    font-weight: 400;
    position: relative;
    border: 10px;
    width: 42px
}

.mu-day-button.disabled {
    opacity: .4
}

.mu-day-empty {
    font-weight: 400;
    padding: 4px 0;
    position: relative;
    width: 42px
}

.mu-day-button-bg {
    position: absolute;
    top: 0;
    left: 4px;
    height: 34px;
    background-color: #7e57c2;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1);
    width: 34px
}

.mu-day-button.hover .mu-day-button-bg,
.mu-day-button.selected .mu-day-button-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mu-day-button.hover .mu-day-button-bg {
    opacity: .6
}

.mu-day-button.selected .mu-day-button-bg {
    opacity: 1
}

.mu-day-button-text {
    font-weight: 400;
    position: relative;
    color: rgba(0, 0, 0, .87)
}

.mu-day-button.now .mu-day-button-text {
    color: #7e57c2
}

.mu-day-button.hover .mu-day-button-text,
.mu-day-button.selected .mu-day-button-text {
    color: #fff
}

.mu-calendar-year-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    width: 310px;
    height: 272px;
    overflow: hidden
}

.mu-calendar-year {
    background-color: #fff;
    height: inherit;
    line-height: 35px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.mu-calendar-year-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%
}

.mu-year-button {
    position: relative;
    display: block;
    background: none;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
    border: 10px;
    font-size: 14px;
    font-weight: inherit;
    text-align: center;
    line-height: inherit
}

.mu-year-button-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: rgba(0, 0, 0, .87);
    font-size: 17px;
    font-weight: 400;
    position: relative;
    top: -1px
}

.mu-year-button.selected .mu-year-button-text {
    color: #7e57c2;
    font-size: 26px;
    font-weight: 500
}

.mu-year-button.hover .mu-year-button-text {
    color: #7e57c2
}

.mu-time-picker {
    display: inline-block;
    position: relative;
    width: 256px
}

.mu-time-picker.fullWidth {
    width: 100%
}

.mu-time-picker-dialog {
    width: 280px
}

.mu-time-picker-dialog.landscape {
    width: 479px
}

.mu-time-picker-dialog.landscape .mu-dialog-body {
    min-height: 352px;
    min-width: 479px
}

.mu-time-picker-dialog .mu-dialog-body {
    padding: 0;
    min-height: 450px;
    min-width: 280px
}

.mu-clock {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 280px
}

.mu-clock-landspace {
    width: 479px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mu-clock-container {
    height: 280px;
    padding: 10px;
    box-sizing: content-box;
    position: relative;
    padding-bottom: 62px
}

.mu-clock-landspace .mu-clock-container {
    width: 300px
}

.mu-clock-circle {
    position: absolute;
    top: 20px;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .07)
}

.mu-clock-landspace .mu-clock-circle {
    left: 50%;
    margin-left: -130px
}

.mu-clock-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.mu-time-display {
    padding: 14px 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #7e57c2;
    color: #fff
}

.mu-clock-landspace .mu-time-display {
    width: 179px;
    position: relative
}

.mu-time-display-text {
    margin: 6px 0;
    line-height: 58px;
    height: 58px;
    font-size: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.mu-clock-landspace .mu-time-display-text,
.mu-time-display-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mu-clock-landspace .mu-time-display-text {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 48px
}

.mu-time-display-affix {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
    line-height: 17px;
    height: 17px;
    font-size: 17px
}

.mu-clock-landspace .mu-time-display-affix {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.mu-time-display-time {
    margin: 0 10px
}

.mu-clock-landspace .mu-time-display-time {
    margin-top: -28px
}

.mu-time-display-clickable {
    cursor: pointer
}

.mu-time-display-clickable.inactive {
    opacity: .7
}

.mu-clock-landspace .mu-time-display-clickable {
    margin-top: 8px
}

.mu-time-display-affix-top {
    position: absolute;
    top: -20px;
    left: 0
}

.mu-clock-landspace .mu-time-display-affix-top {
    position: static;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.mu-clock-hours {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    position: relative;
    pointer-events: none;
    box-sizing: border-box
}

.mu-clock-hours-mask {
    height: 100%;
    width: 100%;
    pointer-events: auto
}

.mu-clock-number {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 24px;
    position: absolute;
    top: 10px;
    text-align: center;
    padding-top: 5px;
    font-size: 1.1em;
    pointer-events: none;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-clock-number.selected {
    background-color: #7e57c2;
    color: #fff
}

.mu-clock-number.inner {
    width: 28px;
    height: 28px
}

.mu-clock-pointer {
    height: 40%;
    background-color: #7e57c2;
    width: 2px;
    left: 49%;
    position: absolute;
    bottom: 50%;
    -webkit-transform-origin: center bottom 0;
    -ms-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    pointer-events: none
}

.mu-clock-pointer.inner {
    height: 30%
}

.mu-clock-pointer-mark {
    box-sizing: content-box;
    background-color: #fff;
    border: 4px solid #7e57c2;
    width: 7px;
    height: 7px;
    position: absolute;
    top: -5px;
    left: -6px;
    border-radius: 100%
}

.mu-clock-pointer-mark.has-selected {
    display: none
}

.mu-clock-minutes {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    position: relative;
    pointer-events: none;
    box-sizing: border-box
}

.mu-clock-minutes-mask {
    height: 100%;
    width: 100%;
    pointer-events: auto
}

.mu-step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: -6px
}

.mu-stepper-vertical .mu-step {
    margin-top: -14px;
    margin-left: 0
}

.mu-step:first-child {
    margin-left: 0
}

.mu-step-button {
    border: 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    background-color: transparent;
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1) 0ms;
    transition: all .45s cubic-bezier(.23, 1, .32, 1) 0ms
}

.mu-stepper-vertical .mu-step-button {
    width: 100%
}

.mu-step-button.hover {
    background-color: rgba(0, 0, 0, .06)
}

.mu-step-label {
    height: 72px;
    color: rgba(0, 0, 0, .87);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px
}

.mu-stepper-vertical .mu-step-label {
    height: 64px
}

.mu-step-label.disabled {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed
}

.mu-step-label.active {
    font-weight: 500
}

.mu-step-label-icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
    width: 24px
}

.mu-step-label-icon {
    display: block;
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #9e9e9e;
    fill: currentColor
}

.mu-step-label.disabled .mu-step-label-icon {
    color: #9e9e9e
}

.mu-step-label.active .mu-step-label-icon,
.mu-step-label.completed .mu-step-label-icon {
    color: #7e57c2
}

.mu-step-label-circle {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 100%;
    color: #fff
}

.mu-step-label-circle,
.mu-step-label.disabled .mu-step-label-circle {
    background-color: #9e9e9e
}

.mu-step-label.active .mu-step-label-circle,
.mu-step-label.completed .mu-step-label-circle {
    background-color: #7e57c2
}

.mu-step-content {
    margin-top: -14px;
    margin-left: 25px;
    padding-left: 21px;
    padding-right: 16px;
    overflow: hidden
}

.mu-stepper-vertical .mu-step-content {
    border-left: 1px solid #bdbdbd
}

.mu-step-content.last {
    border-left: none
}

.mu-step-content-inner {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.mu-stepper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mu-stepper-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.mu-step-connector {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.mu-stepper-vertical .mu-step-connector {
    margin-left: 25px
}

.mu-step-connector-line {
    display: block;
    border-color: #bdbdbd;
    margin-left: -6px;
    border-top-style: solid;
    border-top-width: 1px
}

.mu-stepper-vertical .mu-step-connector-line {
    border-top: none;
    border-left-style: solid;
    border-left-width: 1px;
    min-height: 28px;
    margin-left: 0
}

.mu-auto-complete {
    display: inline-block;
    position: relative;
    width: 256px
}

.mu-auto-complete.fullWidth {
    width: 100%
}

.mu-auto-complete-menu-item {
    width: 100%;
    overflow: hidden
}

.mu-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mu-pagination-svg-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mu-pagination-item,
.mu-pagination-svg-icon {
    -webkit-transition: all .45s cubic-bezier(.23, 1, .32, 1);
    transition: all .45s cubic-bezier(.23, 1, .32, 1)
}

.mu-pagination-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    height: 32px;
    min-width: 32px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 32px;
    margin: 0 8px;
    color: rgba(0, 0, 0, .87);
    position: relative;
    cursor: pointer;
    border-radius: 2px
}

.mu-pagination-item.hover {
    background-color: rgba(0, 0, 0, .1)
}

.mu-pagination-item.active {
    color: #fff;
    background-color: #7e57c2
}

.mu-pagination-item.disabled {
    color: rgba(0, 0, 0, .38);
    cursor: not-allowed
}

.mu-pagination-item.circle,
.mu-pagination-item.circle .mu-ripple-wrapper {
    border-radius: 50%
}

.mu-pagination-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mu-timeline-item[data-v-10c9b411] {
    position: relative
}

.mu-timeline-item-line[data-v-10c9b411] {
    position: absolute;
    height: 100%
}

.mu-timeline-item-icon[data-v-10c9b411] {
    position: absolute;
    box-sizing: border-box;
    background-color: #fff
}

.mu-timeline-item-content[data-v-10c9b411] {
    position: relative;
    padding-bottom: 20px
}

.mu-timeline-item-customed[data-v-10c9b411] {
    position: absolute
}

.mu-timeline-item-time[data-v-10c9b411] {
    font-weight: 700;
    font-size: 15px
}

.mu-timeline-item-des[data-v-10c9b411] {
    font-size: 16px
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start
}

.row>[class*=col-] {
    box-sizing: border-box
}

@media (max-width:600px) {
    .row .col-auto {
        width: 100%
    }

    .row .col-100 {
        width: 100%;
        width: calc((100% - 16px*0) / 1)
    }

    .row.no-gutter .col-100 {
        width: 100%
    }

    .row .col-95 {
        width: 95%;
        width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684)
    }

    .row.no-gutter .col-95 {
        width: 95%
    }

    .row .col-90 {
        width: 90%;
        width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112)
    }

    .row.no-gutter .col-90 {
        width: 90%
    }

    .row .col-85 {
        width: 85%;
        width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942)
    }

    .row.no-gutter .col-85 {
        width: 85%
    }

    .row .col-80 {
        width: 80%;
        width: calc((100% - 16px*0.25) / 1.25)
    }

    .row.no-gutter .col-80 {
        width: 80%
    }

    .row .col-75 {
        width: 75%;
        width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333)
    }

    .row.no-gutter .col-75 {
        width: 75%
    }

    .row .col-70 {
        width: 70%;
        width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286)
    }

    .row.no-gutter .col-70 {
        width: 70%
    }

    .row .col-66 {
        width: 66.66666666666666%;
        width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002)
    }

    .row.no-gutter .col-66 {
        width: 66.66666666666666%
    }

    .row .col-65 {
        width: 65%;
        width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385)
    }

    .row.no-gutter .col-65 {
        width: 65%
    }

    .row .col-60 {
        width: 60%;
        width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667)
    }

    .row.no-gutter .col-60 {
        width: 60%
    }

    .row .col-55 {
        width: 55%;
        width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181)
    }

    .row.no-gutter .col-55 {
        width: 55%
    }

    .row .col-50 {
        width: 50%;
        width: calc((100% - 16px*1) / 2)
    }

    .row.no-gutter .col-50 {
        width: 50%
    }

    .row .col-45 {
        width: 45%;
        width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223)
    }

    .row.no-gutter .col-45 {
        width: 45%
    }

    .row .col-40 {
        width: 40%;
        width: calc((100% - 16px*1.5) / 2.5)
    }

    .row.no-gutter .col-40 {
        width: 40%
    }

    .row .col-35 {
        width: 35%;
        width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857)
    }

    .row.no-gutter .col-35 {
        width: 35%
    }

    .row .col-33 {
        width: 33.333333333333336%;
        width: calc((100% - 16px*2) / 3)
    }

    .row.no-gutter .col-33 {
        width: 33.333333333333336%
    }

    .row .col-30 {
        width: 30%;
        width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335)
    }

    .row.no-gutter .col-30 {
        width: 30%
    }

    .row .col-25 {
        width: 25%;
        width: calc((100% - 16px*3) / 4)
    }

    .row.no-gutter .col-25 {
        width: 25%
    }

    .row .col-20 {
        width: 20%;
        width: calc((100% - 16px*4) / 5)
    }

    .row.no-gutter .col-20 {
        width: 20%
    }

    .row .col-15 {
        width: 15%;
        width: calc((100% - 16px*5.666666666666667) / 6.666666666666667)
    }

    .row.no-gutter .col-15 {
        width: 15%
    }

    .row .col-10 {
        width: 10%;
        width: calc((100% - 16px*9) / 10)
    }

    .row.no-gutter .col-10 {
        width: 10%
    }

    .row .col-5 {
        width: 5%;
        width: calc((100% - 16px*19) / 20)
    }

    .row.no-gutter .col-5 {
        width: 5%
    }

    .row .col-auto:last-child,
    .row .col-auto:last-child~.col-auto {
        width: 100%;
        width: calc((100% - 16px*0) / 1)
    }

    .row.no-gutter .col-auto:last-child,
    .row.no-gutter .col-auto:last-child~.col-auto {
        width: 100%
    }

    .row .col-auto:nth-last-child(2),
    .row .col-auto:nth-last-child(2)~.col-auto {
        width: 50%;
        width: calc((100% - 16px*1) / 2)
    }

    .row.no-gutter .col-auto:nth-last-child(2),
    .row.no-gutter .col-auto:nth-last-child(2)~.col-auto {
        width: 50%
    }

    .row .col-auto:nth-last-child(3),
    .row .col-auto:nth-last-child(3)~.col-auto {
        width: 33.33333333%;
        width: calc((100% - 16px*2) / 3)
    }

    .row.no-gutter .col-auto:nth-last-child(3),
    .row.no-gutter .col-auto:nth-last-child(3)~.col-auto {
        width: 33.33333333%
    }

    .row .col-auto:nth-last-child(4),
    .row .col-auto:nth-last-child(4)~.col-auto {
        width: 25%;
        width: calc((100% - 16px*3) / 4)
    }

    .row.no-gutter .col-auto:nth-last-child(4),
    .row.no-gutter .col-auto:nth-last-child(4)~.col-auto {
        width: 25%
    }

    .row .col-auto:nth-last-child(5),
    .row .col-auto:nth-last-child(5)~.col-auto {
        width: 20%;
        width: calc((100% - 16px*4) / 5)
    }

    .row.no-gutter .col-auto:nth-last-child(5),
    .row.no-gutter .col-auto:nth-last-child(5)~.col-auto {
        width: 20%
    }

    .row .col-auto:nth-last-child(6),
    .row .col-auto:nth-last-child(6)~.col-auto {
        width: 16.66666667%;
        width: calc((100% - 16px*5) / 6)
    }

    .row.no-gutter .col-auto:nth-last-child(6),
    .row.no-gutter .col-auto:nth-last-child(6)~.col-auto {
        width: 16.66666667%
    }

    .row .col-auto:nth-last-child(7),
    .row .col-auto:nth-last-child(7)~.col-auto {
        width: 14.28571429%;
        width: calc((100% - 16px*6) / 7)
    }

    .row.no-gutter .col-auto:nth-last-child(7),
    .row.no-gutter .col-auto:nth-last-child(7)~.col-auto {
        width: 14.28571429%
    }

    .row .col-auto:nth-last-child(8),
    .row .col-auto:nth-last-child(8)~.col-auto {
        width: 12.5%;
        width: calc((100% - 16px*7) / 8)
    }

    .row.no-gutter .col-auto:nth-last-child(8),
    .row.no-gutter .col-auto:nth-last-child(8)~.col-auto {
        width: 12.5%
    }

    .row .col-auto:nth-last-child(9),
    .row .col-auto:nth-last-child(9)~.col-auto {
        width: 11.11111111%;
        width: calc((100% - 16px*8) / 9)
    }

    .row.no-gutter .col-auto:nth-last-child(9),
    .row.no-gutter .col-auto:nth-last-child(9)~.col-auto {
        width: 11.11111111%
    }

    .row .col-auto:nth-last-child(10),
    .row .col-auto:nth-last-child(10)~.col-auto {
        width: 10%;
        width: calc((100% - 16px*9) / 10)
    }

    .row.no-gutter .col-auto:nth-last-child(10),
    .row.no-gutter .col-auto:nth-last-child(10)~.col-auto {
        width: 10%
    }

    .row .col-auto:nth-last-child(11),
    .row .col-auto:nth-last-child(11)~.col-auto {
        width: 9.09090909%;
        width: calc((100% - 16px*10) / 11)
    }

    .row.no-gutter .col-auto:nth-last-child(11),
    .row.no-gutter .col-auto:nth-last-child(11)~.col-auto {
        width: 9.09090909%
    }

    .row .col-auto:nth-last-child(12),
    .row .col-auto:nth-last-child(12)~.col-auto {
        width: 8.33333333%;
        width: calc((100% - 16px*11) / 12)
    }

    .row.no-gutter .col-auto:nth-last-child(12),
    .row.no-gutter .col-auto:nth-last-child(12)~.col-auto {
        width: 8.33333333%
    }

    .row .col-auto:nth-last-child(13),
    .row .col-auto:nth-last-child(13)~.col-auto {
        width: 7.69230769%;
        width: calc((100% - 16px*12) / 13)
    }

    .row.no-gutter .col-auto:nth-last-child(13),
    .row.no-gutter .col-auto:nth-last-child(13)~.col-auto {
        width: 7.69230769%
    }

    .row .col-auto:nth-last-child(14),
    .row .col-auto:nth-last-child(14)~.col-auto {
        width: 7.14285714%;
        width: calc((100% - 16px*13) / 14)
    }

    .row.no-gutter .col-auto:nth-last-child(14),
    .row.no-gutter .col-auto:nth-last-child(14)~.col-auto {
        width: 7.14285714%
    }

    .row .col-auto:nth-last-child(15),
    .row .col-auto:nth-last-child(15)~.col-auto {
        width: 6.66666667%;
        width: calc((100% - 16px*14) / 15)
    }

    .row.no-gutter .col-auto:nth-last-child(15),
    .row.no-gutter .col-auto:nth-last-child(15)~.col-auto {
        width: 6.66666667%
    }

    .row .col-auto:nth-last-child(16),
    .row .col-auto:nth-last-child(16)~.col-auto {
        width: 6.25%;
        width: calc((100% - 16px*15) / 16)
    }

    .row.no-gutter .col-auto:nth-last-child(16),
    .row.no-gutter .col-auto:nth-last-child(16)~.col-auto {
        width: 6.25%
    }

    .row .col-auto:nth-last-child(17),
    .row .col-auto:nth-last-child(17)~.col-auto {
        width: 5.88235294%;
        width: calc((100% - 16px*16) / 17)
    }

    .row.no-gutter .col-auto:nth-last-child(17),
    .row.no-gutter .col-auto:nth-last-child(17)~.col-auto {
        width: 5.88235294%
    }

    .row .col-auto:nth-last-child(18),
    .row .col-auto:nth-last-child(18)~.col-auto {
        width: 5.55555556%;
        width: calc((100% - 16px*17) / 18)
    }

    .row.no-gutter .col-auto:nth-last-child(18),
    .row.no-gutter .col-auto:nth-last-child(18)~.col-auto {
        width: 5.55555556%
    }

    .row .col-auto:nth-last-child(19),
    .row .col-auto:nth-last-child(19)~.col-auto {
        width: 5.26315789%;
        width: calc((100% - 16px*18) / 19)
    }

    .row.no-gutter .col-auto:nth-last-child(19),
    .row.no-gutter .col-auto:nth-last-child(19)~.col-auto {
        width: 5.26315789%
    }

    .row .col-auto:nth-last-child(20),
    .row .col-auto:nth-last-child(20)~.col-auto {
        width: 5%;
        width: calc((100% - 16px*19) / 20)
    }

    .row.no-gutter .col-auto:nth-last-child(20),
    .row.no-gutter .col-auto:nth-last-child(20)~.col-auto {
        width: 5%
    }

    .row .col-auto:nth-last-child(21),
    .row .col-auto:nth-last-child(21)~.col-auto {
        width: 4.76190476%;
        width: calc((100% - 16px*20) / 21)
    }

    .row.no-gutter .col-auto:nth-last-child(21),
    .row.no-gutter .col-auto:nth-last-child(21)~.col-auto {
        width: 4.76190476%
    }
}

@media (max-width:992px) and (min-width:601px) {
    .row .tablet-100 {
        width: 100%;
        width: calc((100% - 16px*0) / 1)
    }

    .row.no-gutter .tablet-100 {
        width: 100%
    }

    .row .tablet-95 {
        width: 95%;
        width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684)
    }

    .row.no-gutter .tablet-95 {
        width: 95%
    }

    .row .tablet-90 {
        width: 90%;
        width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112)
    }

    .row.no-gutter .tablet-90 {
        width: 90%
    }

    .row .tablet-85 {
        width: 85%;
        width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942)
    }

    .row.no-gutter .tablet-85 {
        width: 85%
    }

    .row .tablet-80 {
        width: 80%;
        width: calc((100% - 16px*0.25) / 1.25)
    }

    .row.no-gutter .tablet-80 {
        width: 80%
    }

    .row .tablet-75 {
        width: 75%;
        width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333)
    }

    .row.no-gutter .tablet-75 {
        width: 75%
    }

    .row .tablet-70 {
        width: 70%;
        width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286)
    }

    .row.no-gutter .tablet-70 {
        width: 70%
    }

    .row .tablet-66 {
        width: 66.66666666666666%;
        width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002)
    }

    .row.no-gutter .tablet-66 {
        width: 66.66666666666666%
    }

    .row .tablet-65 {
        width: 65%;
        width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385)
    }

    .row.no-gutter .tablet-65 {
        width: 65%
    }

    .row .tablet-60 {
        width: 60%;
        width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667)
    }

    .row.no-gutter .tablet-60 {
        width: 60%
    }

    .row .tablet-55 {
        width: 55%;
        width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181)
    }

    .row.no-gutter .tablet-55 {
        width: 55%
    }

    .row .tablet-50 {
        width: 50%;
        width: calc((100% - 16px*1) / 2)
    }

    .row.no-gutter .tablet-50 {
        width: 50%
    }

    .row .tablet-45 {
        width: 45%;
        width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223)
    }

    .row.no-gutter .tablet-45 {
        width: 45%
    }

    .row .tablet-40 {
        width: 40%;
        width: calc((100% - 16px*1.5) / 2.5)
    }

    .row.no-gutter .tablet-40 {
        width: 40%
    }

    .row .tablet-35 {
        width: 35%;
        width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857)
    }

    .row.no-gutter .tablet-35 {
        width: 35%
    }

    .row .tablet-33 {
        width: 33.333333333333336%;
        width: calc((100% - 16px*2) / 3)
    }

    .row.no-gutter .tablet-33 {
        width: 33.333333333333336%
    }

    .row .tablet-30 {
        width: 30%;
        width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335)
    }

    .row.no-gutter .tablet-30 {
        width: 30%
    }

    .row .tablet-25 {
        width: 25%;
        width: calc((100% - 16px*3) / 4)
    }

    .row.no-gutter .tablet-25 {
        width: 25%
    }

    .row .tablet-20 {
        width: 20%;
        width: calc((100% - 16px*4) / 5)
    }

    .row.no-gutter .tablet-20 {
        width: 20%
    }

    .row .tablet-15 {
        width: 15%;
        width: calc((100% - 16px*5.666666666666667) / 6.666666666666667)
    }

    .row.no-gutter .tablet-15 {
        width: 15%
    }

    .row .tablet-10 {
        width: 10%;
        width: calc((100% - 16px*9) / 10)
    }

    .row.no-gutter .tablet-10 {
        width: 10%
    }

    .row .tablet-5 {
        width: 5%;
        width: calc((100% - 16px*19) / 20)
    }

    .row.no-gutter .tablet-5 {
        width: 5%
    }

    .row .tablet-auto:last-child,
    .row .tablet-auto:last-child~.col-auto {
        width: 100%;
        width: calc((100% - 16px*0) / 1)
    }

    .row.no-gutter .tablet-auto:last-child,
    .row.no-gutter .tablet-auto:last-child~.tablet-auto {
        width: 100%
    }

    .row .tablet-auto:nth-last-child(2),
    .row .tablet-auto:nth-last-child(2)~.col-auto {
        width: 50%;
        width: calc((100% - 16px*1) / 2)
    }

    .row.no-gutter .tablet-auto:nth-last-child(2),
    .row.no-gutter .tablet-auto:nth-last-child(2)~.tablet-auto {
        width: 50%
    }

    .row .tablet-auto:nth-last-child(3),
    .row .tablet-auto:nth-last-child(3)~.col-auto {
        width: 33.33333333%;
        width: calc((100% - 16px*2) / 3)
    }

    .row.no-gutter .tablet-auto:nth-last-child(3),
    .row.no-gutter .tablet-auto:nth-last-child(3)~.tablet-auto {
        width: 33.33333333%
    }

    .row .tablet-auto:nth-last-child(4),
    .row .tablet-auto:nth-last-child(4)~.col-auto {
        width: 25%;
        width: calc((100% - 16px*3) / 4)
    }

    .row.no-gutter .tablet-auto:nth-last-child(4),
    .row.no-gutter .tablet-auto:nth-last-child(4)~.tablet-auto {
        width: 25%
    }

    .row .tablet-auto:nth-last-child(5),
    .row .tablet-auto:nth-last-child(5)~.col-auto {
        width: 20%;
        width: calc((100% - 16px*4) / 5)
    }

    .row.no-gutter .tablet-auto:nth-last-child(5),
    .row.no-gutter .tablet-auto:nth-last-child(5)~.tablet-auto {
        width: 20%
    }

    .row .tablet-auto:nth-last-child(6),
    .row .tablet-auto:nth-last-child(6)~.col-auto {
        width: 16.66666667%;
        width: calc((100% - 16px*5) / 6)
    }

    .row.no-gutter .tablet-auto:nth-last-child(6),
    .row.no-gutter .tablet-auto:nth-last-child(6)~.tablet-auto {
        width: 16.66666667%
    }

    .row .tablet-auto:nth-last-child(7),
    .row .tablet-auto:nth-last-child(7)~.col-auto {
        width: 14.28571429%;
        width: calc((100% - 16px*6) / 7)
    }

    .row.no-gutter .tablet-auto:nth-last-child(7),
    .row.no-gutter .tablet-auto:nth-last-child(7)~.tablet-auto {
        width: 14.28571429%
    }

    .row .tablet-auto:nth-last-child(8),
    .row .tablet-auto:nth-last-child(8)~.col-auto {
        width: 12.5%;
        width: calc((100% - 16px*7) / 8)
    }

    .row.no-gutter .tablet-auto:nth-last-child(8),
    .row.no-gutter .tablet-auto:nth-last-child(8)~.tablet-auto {
        width: 12.5%
    }

    .row .tablet-auto:nth-last-child(9),
    .row .tablet-auto:nth-last-child(9)~.col-auto {
        width: 11.11111111%;
        width: calc((100% - 16px*8) / 9)
    }

    .row.no-gutter .tablet-auto:nth-last-child(9),
    .row.no-gutter .tablet-auto:nth-last-child(9)~.tablet-auto {
        width: 11.11111111%
    }

    .row .tablet-auto:nth-last-child(10),
    .row .tablet-auto:nth-last-child(10)~.col-auto {
        width: 10%;
        width: calc((100% - 16px*9) / 10)
    }

    .row.no-gutter .tablet-auto:nth-last-child(10),
    .row.no-gutter .tablet-auto:nth-last-child(10)~.tablet-auto {
        width: 10%
    }

    .row .tablet-auto:nth-last-child(11),
    .row .tablet-auto:nth-last-child(11)~.col-auto {
        width: 9.09090909%;
        width: calc((100% - 16px*10) / 11)
    }

    .row.no-gutter .tablet-auto:nth-last-child(11),
    .row.no-gutter .tablet-auto:nth-last-child(11)~.tablet-auto {
        width: 9.09090909%
    }

    .row .tablet-auto:nth-last-child(12),
    .row .tablet-auto:nth-last-child(12)~.col-auto {
        width: 8.33333333%;
        width: calc((100% - 16px*11) / 12)
    }

    .row.no-gutter .tablet-auto:nth-last-child(12),
    .row.no-gutter .tablet-auto:nth-last-child(12)~.tablet-auto {
        width: 8.33333333%
    }

    .row .tablet-auto:nth-last-child(13),
    .row .tablet-auto:nth-last-child(13)~.col-auto {
        width: 7.69230769%;
        width: calc((100% - 16px*12) / 13)
    }

    .row.no-gutter .tablet-auto:nth-last-child(13),
    .row.no-gutter .tablet-auto:nth-last-child(13)~.tablet-auto {
        width: 7.69230769%
    }

    .row .tablet-auto:nth-last-child(14),
    .row .tablet-auto:nth-last-child(14)~.col-auto {
        width: 7.14285714%;
        width: calc((100% - 16px*13) / 14)
    }

    .row.no-gutter .tablet-auto:nth-last-child(14),
    .row.no-gutter .tablet-auto:nth-last-child(14)~.tablet-auto {
        width: 7.14285714%
    }

    .row .tablet-auto:nth-last-child(15),
    .row .tablet-auto:nth-last-child(15)~.col-auto {
        width: 6.66666667%;
        width: calc((100% - 16px*14) / 15)
    }

    .row.no-gutter .tablet-auto:nth-last-child(15),
    .row.no-gutter .tablet-auto:nth-last-child(15)~.tablet-auto {
        width: 6.66666667%
    }

    .row .tablet-auto:nth-last-child(16),
    .row .tablet-auto:nth-last-child(16)~.col-auto {
        width: 6.25%;
        width: calc((100% - 16px*15) / 16)
    }

    .row.no-gutter .tablet-auto:nth-last-child(16),
    .row.no-gutter .tablet-auto:nth-last-child(16)~.tablet-auto {
        width: 6.25%
    }

    .row .tablet-auto:nth-last-child(17),
    .row .tablet-auto:nth-last-child(17)~.col-auto {
        width: 5.88235294%;
        width: calc((100% - 16px*16) / 17)
    }

    .row.no-gutter .tablet-auto:nth-last-child(17),
    .row.no-gutter .tablet-auto:nth-last-child(17)~.tablet-auto {
        width: 5.88235294%
    }

    .row .tablet-auto:nth-last-child(18),
    .row .tablet-auto:nth-last-child(18)~.col-auto {
        width: 5.55555556%;
        width: calc((100% - 16px*17) / 18)
    }

    .row.no-gutter .tablet-auto:nth-last-child(18),
    .row.no-gutter .tablet-auto:nth-last-child(18)~.tablet-auto {
        width: 5.55555556%
    }

    .row .tablet-auto:nth-last-child(19),
    .row .tablet-auto:nth-last-child(19)~.col-auto {
        width: 5.26315789%;
        width: calc((100% - 16px*18) / 19)
    }

    .row.no-gutter .tablet-auto:nth-last-child(19),
    .row.no-gutter .tablet-auto:nth-last-child(19)~.tablet-auto {
        width: 5.26315789%
    }

    .row .tablet-auto:nth-last-child(20),
    .row .tablet-auto:nth-last-child(20)~.col-auto {
        width: 5%;
        width: calc((100% - 16px*19) / 20)
    }

    .row.no-gutter .tablet-auto:nth-last-child(20),
    .row.no-gutter .tablet-auto:nth-last-child(20)~.tablet-auto {
        width: 5%
    }

    .row .tablet-auto:nth-last-child(21),
    .row .tablet-auto:nth-last-child(21)~.col-auto {
        width: 4.76190476%;
        width: calc((100% - 16px*20) / 21)
    }

    .row.no-gutter .tablet-auto:nth-last-child(21),
    .row.no-gutter .tablet-auto:nth-last-child(21)~.tablet-auto {
        width: 4.76190476%
    }
}

@media (min-width:993px) {
    .row .desktop-100 {
        width: 100%;
        width: calc((100% - 16px*0) / 1)
    }

    .row.no-gutter .desktop-100 {
        width: 100%
    }

    .row .desktop-95 {
        width: 95%;
        width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684)
    }

    .row.no-gutter .desktop-95 {
        width: 95%
    }

    .row .desktop-90 {
        width: 90%;
        width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112)
    }

    .row.no-gutter .desktop-90 {
        width: 90%
    }

    .row .desktop-85 {
        width: 85%;
        width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942)
    }

    .row.no-gutter .desktop-85 {
        width: 85%
    }

    .row .desktop-80 {
        width: 80%;
        width: calc((100% - 16px*0.25) / 1.25)
    }

    .row.no-gutter .desktop-80 {
        width: 80%
    }

    .row .desktop-75 {
        width: 75%;
        width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333)
    }

    .row.no-gutter .desktop-75 {
        width: 75%
    }

    .row .desktop-70 {
        width: 70%;
        width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286)
    }

    .row.no-gutter .desktop-70 {
        width: 70%
    }

    .row .desktop-66 {
        width: 66.66666666666666%;
        width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002)
    }

    .row.no-gutter .desktop-66 {
        width: 66.66666666666666%
    }

    .row .desktop-65 {
        width: 65%;
        width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385)
    }

    .row.no-gutter .desktop-65 {
        width: 65%
    }

    .row .desktop-60 {
        width: 60%;
        width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667)
    }

    .row.no-gutter .desktop-60 {
        width: 60%
    }

    .row .desktop-55 {
        width: 55%;
        width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181)
    }

    .row.no-gutter .desktop-55 {
        width: 55%
    }

    .row .desktop-50 {
        width: 50%;
        width: calc((100% - 16px*1) / 2)
    }

    .row.no-gutter .desktop-50 {
        width: 50%
    }

    .row .desktop-45 {
        width: 45%;
        width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223)
    }

    .row.no-gutter .desktop-45 {
        width: 45%
    }

    .row .desktop-40 {
        width: 40%;
        width: calc((100% - 16px*1.5) / 2.5)
    }

    .row.no-gutter .desktop-40 {
        width: 40%
    }

    .row .desktop-35 {
        width: 35%;
        width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857)
    }

    .row.no-gutter .desktop-35 {
        width: 35%
    }

    .row .desktop-33 {
        width: 33.333333333333336%;
        width: calc((100% - 16px*2) / 3)
    }

    .row.no-gutter .desktop-33 {
        width: 33.333333333333336%
    }

    .row .desktop-30 {
        width: 30%;
        width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335)
    }

    .row.no-gutter .desktop-30 {
        width: 30%
    }

    .row .desktop-25 {
        width: 25%;
        width: calc((100% - 16px*3) / 4)
    }

    .row.no-gutter .desktop-25 {
        width: 25%
    }

    .row .desktop-20 {
        width: 20%;
        width: calc((100% - 16px*4) / 5)
    }

    .row.no-gutter .desktop-20 {
        width: 20%
    }

    .row .desktop-15 {
        width: 15%;
        width: calc((100% - 16px*5.666666666666667) / 6.666666666666667)
    }

    .row.no-gutter .desktop-15 {
        width: 15%
    }

    .row .desktop-10 {
        width: 10%;
        width: calc((100% - 16px*9) / 10)
    }

    .row.no-gutter .desktop-10 {
        width: 10%
    }

    .row .desktop-5 {
        width: 5%;
        width: calc((100% - 16px*19) / 20)
    }

    .row.no-gutter .desktop-5 {
        width: 5%
    }

    .row .desktop-auto:last-child,
    .row .desktop-auto:last-child~.col-auto {
        width: 100%;
        width: calc((100% - 16px*0) / 1)
    }

    .row.no-gutter .desktop-auto:last-child,
    .row.no-gutter .desktop-auto:last-child~.desktop-auto {
        width: 100%
    }

    .row .desktop-auto:nth-last-child(2),
    .row .desktop-auto:nth-last-child(2)~.col-auto {
        width: 50%;
        width: calc((100% - 16px*1) / 2)
    }

    .row.no-gutter .desktop-auto:nth-last-child(2),
    .row.no-gutter .desktop-auto:nth-last-child(2)~.desktop-auto {
        width: 50%
    }

    .row .desktop-auto:nth-last-child(3),
    .row .desktop-auto:nth-last-child(3)~.col-auto {
        width: 33.33333333%;
        width: calc((100% - 16px*2) / 3)
    }

    .row.no-gutter .desktop-auto:nth-last-child(3),
    .row.no-gutter .desktop-auto:nth-last-child(3)~.desktop-auto {
        width: 33.33333333%
    }

    .row .desktop-auto:nth-last-child(4),
    .row .desktop-auto:nth-last-child(4)~.col-auto {
        width: 25%;
        width: calc((100% - 16px*3) / 4)
    }

    .row.no-gutter .desktop-auto:nth-last-child(4),
    .row.no-gutter .desktop-auto:nth-last-child(4)~.desktop-auto {
        width: 25%
    }

    .row .desktop-auto:nth-last-child(5),
    .row .desktop-auto:nth-last-child(5)~.col-auto {
        width: 20%;
        width: calc((100% - 16px*4) / 5)
    }

    .row.no-gutter .desktop-auto:nth-last-child(5),
    .row.no-gutter .desktop-auto:nth-last-child(5)~.desktop-auto {
        width: 20%
    }

    .row .desktop-auto:nth-last-child(6),
    .row .desktop-auto:nth-last-child(6)~.col-auto {
        width: 16.66666667%;
        width: calc((100% - 16px*5) / 6)
    }

    .row.no-gutter .desktop-auto:nth-last-child(6),
    .row.no-gutter .desktop-auto:nth-last-child(6)~.desktop-auto {
        width: 16.66666667%
    }

    .row .desktop-auto:nth-last-child(7),
    .row .desktop-auto:nth-last-child(7)~.col-auto {
        width: 14.28571429%;
        width: calc((100% - 16px*6) / 7)
    }

    .row.no-gutter .desktop-auto:nth-last-child(7),
    .row.no-gutter .desktop-auto:nth-last-child(7)~.desktop-auto {
        width: 14.28571429%
    }

    .row .desktop-auto:nth-last-child(8),
    .row .desktop-auto:nth-last-child(8)~.col-auto {
        width: 12.5%;
        width: calc((100% - 16px*7) / 8)
    }

    .row.no-gutter .desktop-auto:nth-last-child(8),
    .row.no-gutter .desktop-auto:nth-last-child(8)~.desktop-auto {
        width: 12.5%
    }

    .row .desktop-auto:nth-last-child(9),
    .row .desktop-auto:nth-last-child(9)~.col-auto {
        width: 11.11111111%;
        width: calc((100% - 16px*8) / 9)
    }

    .row.no-gutter .desktop-auto:nth-last-child(9),
    .row.no-gutter .desktop-auto:nth-last-child(9)~.desktop-auto {
        width: 11.11111111%
    }

    .row .desktop-auto:nth-last-child(10),
    .row .desktop-auto:nth-last-child(10)~.col-auto {
        width: 10%;
        width: calc((100% - 16px*9) / 10)
    }

    .row.no-gutter .desktop-auto:nth-last-child(10),
    .row.no-gutter .desktop-auto:nth-last-child(10)~.desktop-auto {
        width: 10%
    }

    .row .desktop-auto:nth-last-child(11),
    .row .desktop-auto:nth-last-child(11)~.col-auto {
        width: 9.09090909%;
        width: calc((100% - 16px*10) / 11)
    }

    .row.no-gutter .desktop-auto:nth-last-child(11),
    .row.no-gutter .desktop-auto:nth-last-child(11)~.desktop-auto {
        width: 9.09090909%
    }

    .row .desktop-auto:nth-last-child(12),
    .row .desktop-auto:nth-last-child(12)~.col-auto {
        width: 8.33333333%;
        width: calc((100% - 16px*11) / 12)
    }

    .row.no-gutter .desktop-auto:nth-last-child(12),
    .row.no-gutter .desktop-auto:nth-last-child(12)~.desktop-auto {
        width: 8.33333333%
    }

    .row .desktop-auto:nth-last-child(13),
    .row .desktop-auto:nth-last-child(13)~.col-auto {
        width: 7.69230769%;
        width: calc((100% - 16px*12) / 13)
    }

    .row.no-gutter .desktop-auto:nth-last-child(13),
    .row.no-gutter .desktop-auto:nth-last-child(13)~.desktop-auto {
        width: 7.69230769%
    }

    .row .desktop-auto:nth-last-child(14),
    .row .desktop-auto:nth-last-child(14)~.col-auto {
        width: 7.14285714%;
        width: calc((100% - 16px*13) / 14)
    }

    .row.no-gutter .desktop-auto:nth-last-child(14),
    .row.no-gutter .desktop-auto:nth-last-child(14)~.desktop-auto {
        width: 7.14285714%
    }

    .row .desktop-auto:nth-last-child(15),
    .row .desktop-auto:nth-last-child(15)~.col-auto {
        width: 6.66666667%;
        width: calc((100% - 16px*14) / 15)
    }

    .row.no-gutter .desktop-auto:nth-last-child(15),
    .row.no-gutter .desktop-auto:nth-last-child(15)~.desktop-auto {
        width: 6.66666667%
    }

    .row .desktop-auto:nth-last-child(16),
    .row .desktop-auto:nth-last-child(16)~.col-auto {
        width: 6.25%;
        width: calc((100% - 16px*15) / 16)
    }

    .row.no-gutter .desktop-auto:nth-last-child(16),
    .row.no-gutter .desktop-auto:nth-last-child(16)~.desktop-auto {
        width: 6.25%
    }

    .row .desktop-auto:nth-last-child(17),
    .row .desktop-auto:nth-last-child(17)~.col-auto {
        width: 5.88235294%;
        width: calc((100% - 16px*16) / 17)
    }

    .row.no-gutter .desktop-auto:nth-last-child(17),
    .row.no-gutter .desktop-auto:nth-last-child(17)~.desktop-auto {
        width: 5.88235294%
    }

    .row .desktop-auto:nth-last-child(18),
    .row .desktop-auto:nth-last-child(18)~.col-auto {
        width: 5.55555556%;
        width: calc((100% - 16px*17) / 18)
    }

    .row.no-gutter .desktop-auto:nth-last-child(18),
    .row.no-gutter .desktop-auto:nth-last-child(18)~.desktop-auto {
        width: 5.55555556%
    }

    .row .desktop-auto:nth-last-child(19),
    .row .desktop-auto:nth-last-child(19)~.col-auto {
        width: 5.26315789%;
        width: calc((100% - 16px*18) / 19)
    }

    .row.no-gutter .desktop-auto:nth-last-child(19),
    .row.no-gutter .desktop-auto:nth-last-child(19)~.desktop-auto {
        width: 5.26315789%
    }

    .row .desktop-auto:nth-last-child(20),
    .row .desktop-auto:nth-last-child(20)~.col-auto {
        width: 5%;
        width: calc((100% - 16px*19) / 20)
    }

    .row.no-gutter .desktop-auto:nth-last-child(20),
    .row.no-gutter .desktop-auto:nth-last-child(20)~.desktop-auto {
        width: 5%
    }

    .row .desktop-auto:nth-last-child(21),
    .row .desktop-auto:nth-last-child(21)~.col-auto {
        width: 4.76190476%;
        width: calc((100% - 16px*20) / 21)
    }

    .row.no-gutter .desktop-auto:nth-last-child(21),
    .row.no-gutter .desktop-auto:nth-last-child(21)~.desktop-auto {
        width: 4.76190476%
    }
}

.mu-flexbox {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mu-flexbox .mu-flexbox-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 20px;
    width: 0
}

.mu-flexbox-item>.mu-flexbox {
    width: 100%
}

.mu-flexbox .mu-flexbox-item:first-child {
    margin-left: 0 !important;
    margin-top: 0 !important
}

.mu-flex-col {
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.mu-flex-col>.mu-flexbox-item {
    width: 100%
}

.mu-flex-row {
    box-direction: row;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}
