/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
@font-face {
    font-weight: 400;
    font-family: 'ALKATIP';
    src: url('alkatip.ttf')format('truetype');
}
body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

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
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
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 {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

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-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    font-family:'ALKATIP',Roboto, Noto, Helvetica, Arial, sans-serif;
    background-color: #fff
}

@media (min-width:600px) {
    body {
        font-size: 14.5px
    }
}

@media (min-width:1024px) {
    body {
        font-size: 15px
    }
}

body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent
}

@media (min-width:1024px) {
    body ::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }
}

body ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2)
}

body.mdui-locked {
    overflow: hidden
}

.mdui-overlay {
    position: fixed;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    z-index: 2000;
    background: rgba(0, 0, 0, .4);
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity, visibility;
    will-change: opacity
}

.mdui-overlay-show {
    visibility: visible;
    opacity: 1
}

.mdui-no-transition {
    transition-property: none !important
}

.mdui-theme-layout-dark {
    color: #fff;
    background-color: #303030
}

.mdui-theme-layout-dark ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent
}

@media (min-width:1024px) {
    .mdui-theme-layout-dark ::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }
}

.mdui-theme-layout-dark ::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 100%, .3)
}

.mdui-color-theme {
    color: #fff !important;
    background-color: #1a73e8 !important
}

.mdui-text-color-theme {
    color: #1a73e8 !important
}

.mdui-theme-layout-dark .mdui-color-theme {
    background-color: #8ab4f8 !important
}

.mdui-theme-layout-dark .mdui-text-color-theme {
    color: #8ab4f8 !important
}

.mdui-text-color-theme-text {
    color: rgba(0, 0, 0, .87) !important
}

.mdui-text-color-theme-icon,
.mdui-text-color-theme-secondary {
    color: rgba(0, 0, 0, .54) !important
}

.mdui-theme-layout-dark .mdui-text-color-theme-text {
    color: #fff !important
}

.mdui-theme-layout-dark .mdui-text-color-theme-secondary {
    color: hsla(0, 0%, 100%, .7) !important
}

.mdui-theme-layout-dark .mdui-text-color-theme-icon {
    color: #fff !important
}

.mdui-clearfix:after,
.mdui-clearfix:before {
    display: table;
    content: " "
}

.mdui-clearfix:after {
    clear: both
}

.mdui-hidden,
[hidden] {
    display: none !important
}

.mdui-icon,
.mdui-icon:before {
    color: inherit;
    font-weight: 400;
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    direction: ltr;
    letter-spacing: normal;
    white-space: nowrap;
    text-transform: none;
    vertical-align: middle;
    word-wrap: normal
}

.mdui-icon {
    display: inline-block;
    text-align: center
}

.mdui-icon:before {
    display: block !important;
    width: 24px;
    height: 24px
}

@font-face {
    font-weight: 400;
    font-family: Material Icons;
    font-style: normal;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(cff684e59ffb052d72cb8d5e49471553.woff2) format("woff2"), url(83bebaf37c09c7e1c3ee52682892ae14.woff) format("woff")
}

.material-icons {
    font-family: Material Icons;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

@font-face {
    font-weight: 400;
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    src: local("Roboto Regular"), local("Roboto-Regular"), url(c065bd9fa03a7a797d95ba7f198a9dcf.woff2) format("woff2"), url(770a8fca674a3550e241a6de7fa82d8b.woff) format("woff")
}

@font-face {
    font-weight: 400;
    font-family: Roboto;
    font-style: italic;
    font-display: swap;
    src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"), url(3a0ee5b0beec8d0ead1336016cbe19ad.woff2) format("woff2"), url(33d48155cd9f38c64e71b9d016dd61fb.woff) format("woff")
}

@font-face {
    font-weight: 500;
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(b92cc2170a4d5438fd3d19f349ce3785.woff2) format("woff2"), url(eb797abfa6a5cca2463e423c07c4f6ea.woff) format("woff")
}

@font-face {
    font-weight: 500;
    font-family: Roboto;
    font-style: italic;
    font-display: swap;
    src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url(113e7623163d4cb7f965cd8f8d3859eb.woff2) format("woff2"), url(8be651082cc0d07c84f633965e8ced59.woff) format("woff")
}

@font-face {
    font-weight: 700;
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(3b52bc86749058f144deb815c481ca5b.woff2) format("woff2"), url(8bd7856b64b4313341ebfbc0136c9d74.woff) format("woff")
}

@font-face {
    font-weight: 700;
    font-family: Roboto;
    font-style: italic;
    font-display: swap;
    src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"), url(f21b7e045fd077321cdaf92cab817cd3.woff2) format("woff2"), url(d85436fa35b78a399a68b44491fa3478.woff) format("woff")
}

.mdui-typo {
    line-height: 1.8;
    word-wrap: break-word
}

.mdui-typo address,
.mdui-typo caption,
.mdui-typo cite,
.mdui-typo code,
.mdui-typo dfn,
.mdui-typo th {
    font-weight: 400;
    font-style: normal
}

.mdui-typo caption,
.mdui-typo th {
    text-align: left
}

.mdui-typo q:after,
.mdui-typo q:before {
    content: ""
}

.mdui-typo code,
.mdui-typo kbd,
.mdui-typo pre,
.mdui-typo pre tt,
.mdui-typo samp {
    font-family: Consolas, Courier, Courier New, monospace
}

.mdui-typo figcaption {
    color: rgba(0, 0, 0, .54);
    font-size: 80%
}

.mdui-typo [draggable=true],
.mdui-typo [draggable] {
    cursor: move
}

.mdui-typo [draggable=false] {
    cursor: inherit
}

.mdui-typo .mdui-table,
.mdui-typo .mdui-table-fluid,
.mdui-typo dl,
.mdui-typo figure,
.mdui-typo form,
.mdui-typo hr,
.mdui-typo ol,
.mdui-typo p,
.mdui-typo pre,
.mdui-typo table,
.mdui-typo ul {
    margin: 0 0 1.2em
}

.mdui-typo .mdui-table-fluid:last-child,
.mdui-typo .mdui-table:last-child,
.mdui-typo dl:last-child,
.mdui-typo figure:last-child,
.mdui-typo form:last-child,
.mdui-typo hr:last-child,
.mdui-typo ol:last-child,
.mdui-typo p:last-child,
.mdui-typo pre:last-child,
.mdui-typo table:last-child,
.mdui-typo ul:last-child {
    margin-bottom: 0
}

.mdui-typo a {
    color: #448aff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    vertical-align: top;
    outline: none
}

.mdui-typo a:before {
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #448aff;
    transform: scaleX(0);
    backface-visibility: hidden;
    transition: all .2s;
    content: " "
}

.mdui-typo a:focus:before,
.mdui-typo a:hover:before {
    transform: scaleX(1)
}

.mdui-typo small {
    font-size: 80%
}

.mdui-typo blockquote {
    margin: 1em 3em 1em 2em;
    padding-left: 1em;
    font-weight: 400;
    border-left: 4px solid rgba(0, 0, 0, .12)
}

@media only screen and (max-width:599.9px) {
    .mdui-typo blockquote {
        margin: 1em 0
    }
}

.mdui-typo blockquote:last-child {
    margin-bottom: 0
}

.mdui-typo blockquote footer {
    color: rgba(0, 0, 0, .54);
    font-size: 86%
}

.mdui-typo mark {
    margin: 0 5px;
    padding: 2px;
    background: #fffdd1;
    border-bottom: 1px solid #ffedce
}

.mdui-typo h1,
.mdui-typo h2,
.mdui-typo h3,
.mdui-typo h4,
.mdui-typo h5,
.mdui-typo h6 {
    margin-top: 1.2em;
    margin-bottom: .6em;
    color: inherit;
    font-weight: 400;
    font-family: inherit;
    line-height: 1.35
}

.mdui-typo h1:last-child,
.mdui-typo h2:last-child,
.mdui-typo h3:last-child,
.mdui-typo h4:last-child,
.mdui-typo h5:last-child,
.mdui-typo h6:last-child {
    margin-bottom: 0
}

.mdui-typo h1 small,
.mdui-typo h2 small,
.mdui-typo h3 small,
.mdui-typo h4 small,
.mdui-typo h5 small,
.mdui-typo h6 small {
    color: rgba(0, 0, 0, .54);
    font-weight: 400;
    font-size: 65%;
    line-height: 1
}

.mdui-typo h1 {
    font-size: 2em
}

.mdui-typo h2 {
    font-size: 1.8em
}

.mdui-typo h3 {
    font-size: 1.6em
}

.mdui-typo h4 {
    font-size: 1.4em
}

.mdui-typo h5 {
    font-size: 1.2em
}

.mdui-typo h6 {
    font-size: 1.1em
}

.mdui-typo code {
    padding: 2px 6px;
    color: #c7254e;
    background-color: #f7f7f9;
    border-radius: 2px
}

.mdui-typo pre code {
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: 1.7;
    background-color: transparent;
    border-radius: 0
}

.mdui-typo abbr[title] {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: help
}

.mdui-typo ins,
.mdui-typo u {
    text-decoration: none;
    border-bottom: 1px solid
}

.mdui-typo del {
    text-decoration: line-through
}

.mdui-typo hr {
    height: 10px;
    margin-bottom: .8em;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mdui-typo pre {
    padding: 12px 16px;
    overflow-x: auto;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 2px;
    direction: ltr;
    -webkit-overflow-scrolling: touch
}

.mdui-typo kbd {
    padding: 2px 6px;
    color: #fff;
    font-size: 90%;
    background-color: #333;
    border-radius: 2px
}

.mdui-typo ul {
    padding-left: 2em;
    list-style: disc
}

.mdui-typo ol {
    padding-left: 2em;
    list-style: decimal
}

.mdui-typo li ol,
.mdui-typo li ul {
    margin: .8em 0
}

.mdui-typo li ul {
    list-style: circle
}

.mdui-typo img,
.mdui-typo video {
    max-width: 100%
}

.mdui-typo figure {
    text-align: center
}

.mdui-typo figure figcaption {
    margin-top: 8px;
    color: #999;
    font-size: 14px
}

.mdui-typo figure figcaption:empty:before {
    z-index: -1;
    color: #bfbfbf;
    cursor: text;
    content: attr(placeholder)
}

.mdui-theme-layout-dark .mdui-typo blockquote {
    border-left-color: hsla(0, 0%, 100%, .12)
}

.mdui-theme-layout-dark .mdui-typo blockquote footer,
.mdui-theme-layout-dark .mdui-typo figcaption {
    color: hsla(0, 0%, 100%, .7)
}

.mdui-theme-layout-dark .mdui-typo mark {
    background: #aaa;
    border-bottom-color: #bbb
}

.mdui-theme-layout-dark .mdui-typo h1 small,
.mdui-theme-layout-dark .mdui-typo h2 small,
.mdui-theme-layout-dark .mdui-typo h3 small,
.mdui-theme-layout-dark .mdui-typo h4 small,
.mdui-theme-layout-dark .mdui-typo h5 small,
.mdui-theme-layout-dark .mdui-typo h6 small {
    color: hsla(0, 0%, 100%, .7)
}

.mdui-theme-layout-dark .mdui-typo code {
    color: #ffcdd2;
    background-color: #424242
}

.mdui-theme-layout-dark .mdui-typo pre {
    background: #424242;
    border-color: hsla(0, 0%, 100%, .12)
}

.mdui-theme-layout-dark .mdui-typo kbd {
    background: #424242
}

.mdui-theme-layout-dark .mdui-typo hr {
    border-color: hsla(0, 0%, 100%, .12)
}

.mdui-container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px
}

.mdui-container:after {
    display: table;
    clear: both;
    content: ""
}

.mdui-container {
    width: 96%;
    max-width: 1280px
}

@media (min-width:600px) {
    .mdui-container {
        width: 94%
    }
}

@media (min-width:1024px) {
    .mdui-container {
        width: 92%
    }
}

.mdui-headroom {
    transition: all .3s cubic-bezier(.4, 0, .2, 1) !important
}

.mdui-headroom-pinned-down {
    transform: translateZ(0) !important
}

.mdui-headroom-unpinned-down {
    transform: translate3d(0, 100%, 0) !important;
    box-shadow: none !important
}

.mdui-headroom-pinned-toolbar {
    transform: translateZ(0) !important
}

.mdui-headroom-unpinned-toolbar {
    transform: translate3d(0, -56px, 0) !important
}

@media (min-width:600px) {
    .mdui-headroom-unpinned-toolbar {
        transform: translate3d(0, -64px, 0) !important
    }
}

@media (orientation:landscape) and (max-width:959.9px) {
    .mdui-headroom-unpinned-toolbar {
        transform: translate3d(0, -48px, 0) !important
    }
}

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

.mdui-theme-layout-dark .mdui-divider {
    background-color: hsla(0, 0%, 100%, .12)
}

.mdui-ripple {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none
}

.mdui-ripple-wave {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    transform: translateZ(0) scale(0);
    transition-duration: 1.4s;
    pointer-events: none
}

.mdui-ripple[class*=mdui-color-] .mdui-ripple-wave {
    background-color: hsla(0, 0%, 100%, .3)
}

.mdui-ripple-wave-fill {
    opacity: .35;
    transition-duration: .3s
}

.mdui-ripple-wave-out {
    opacity: 0;
    transition-duration: .6s
}

.mdui-theme-layout-dark .mdui-ripple-wave {
    background-color: hsla(0, 0%, 100%, .3)
}

.mdui-textfield {
    position: relative;
    padding-top: 16px;
    padding-bottom: 8px;
    overflow: hidden
}

.mdui-textfield-has-bottom {
    padding-bottom: 28px
}

.mdui-textfield-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 8px 0;
    overflow: hidden;
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    font-family: inherit;
    line-height: 20px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .42);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
    transition-property: border-bottom-color, padding-right, box-shadow;
    appearance: none;
    resize: none
}

.mdui-textfield-input::-webkit-input-placeholder {
    color: inherit;
    opacity: .42
}

.mdui-textfield-input:not([disabled]):hover {
    border-bottom: 1px solid rgba(0, 0, 0, .87);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .87);
    cursor: pointer
}

.mdui-textfield-input[rows] {
    height: auto !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.mdui-textfield-label {
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, .54);
    font-size: 16px;
    transform: scale(.75) translateY(0);
    transform-origin: left;
    transition: all .2s;
    pointer-events: none
}

.mdui-textfield-error,
.mdui-textfield-helper {
    position: absolute;
    bottom: 8px;
    /* height: 12px; */
    font-size: 12px;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mdui-textfield-error {
    color: rgba(255, 23, 68, .87);
    visibility: hidden
}

.mdui-textfield-helper {
    color: rgba(0, 0, 0, .54)
}

.mdui-textfield-focus .mdui-textfield-input,
.mdui-textfield-focus .mdui-textfield-input:hover {
    border-bottom-color: #2962ff;
    box-shadow: 0 1px 0 0 #2962ff
}

.mdui-textfield-focus .mdui-icon,
.mdui-textfield-focus .mdui-textfield-label {
    color: rgba(41, 98, 255, .87)
}

.mdui-textfield-floating-label .mdui-textfield-label {
    color: rgba(0, 0, 0, .35);
    transform: scale(1) translateY(27px)
}

.mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label,
.mdui-textfield-floating-label.mdui-textfield-not-empty .mdui-textfield-label {
    color: rgba(0, 0, 0, .65);
    transform: scale(.75) translateY(0)
}

.mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label {
    color: #1a73e8
}

.mdui-theme-layout-dark .mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label {
    color: #8ab4f8
}

.mdui-textfield-invalid-html5 .mdui-textfield-input,
.mdui-textfield-invalid-html5.mdui-textfield-focus .mdui-textfield-input,
.mdui-textfield-invalid.mdui-textfield-focus .mdui-textfield-input,
.mdui-textfield-invalid .mdui-textfield-input {
    border-bottom-color: #ff1744 !important;
    box-shadow: 0 1px 0 0 #ff1744 !important
}

.mdui-textfield-invalid-html5 .mdui-textfield-label,
.mdui-textfield-invalid .mdui-textfield-label {
    color: #ff1744 !important
}

.mdui-textfield-invalid-html5.mdui-textfield-floating-label .mdui-textfield-label,
.mdui-textfield-invalid.mdui-textfield-floating-label .mdui-textfield-label {
    color: rgba(255, 23, 68, .35) !important
}

.mdui-textfield-invalid-html5.mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label,
.mdui-textfield-invalid-html5.mdui-textfield-floating-label.mdui-textfield-not-empty .mdui-textfield-label,
.mdui-textfield-invalid.mdui-textfield-floating-label.mdui-textfield-focus .mdui-textfield-label,
.mdui-textfield-invalid.mdui-textfield-floating-label.mdui-textfield-not-empty .mdui-textfield-label {
    color: #ff1744 !important
}

.mdui-textfield-invalid-html5 .mdui-textfield-error,
.mdui-textfield-invalid .mdui-textfield-error {
    visibility: visible
}

.mdui-textfield-invalid-html5 .mdui-textfield-error+.mdui-textfield-helper,
.mdui-textfield-invalid .mdui-textfield-error+.mdui-textfield-helper {
    visibility: hidden
}

.mdui-textfield-counter {
    position: absolute;
    right: 8px;
    bottom: 8px;
    height: 12px;
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    line-height: 12px
}

.mdui-theme-layout-dark .mdui-textfield-input {
    color: #fff;
    border-bottom-color: hsla(0, 0%, 100%, .7)
}

.mdui-theme-layout-dark .mdui-textfield-input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.mdui-theme-layout-dark .mdui-textfield-input:not([disabled]):hover {
    border-bottom-color: #fff;
    box-shadow: 0 1px 0 0 #fff
}

.mdui-theme-layout-dark .mdui-textfield-label,
.mdui-theme-layout-dark .mdui-textfield .mdui-icon {
    color: hsla(0, 0%, 100%, .7)
}

.mdui-theme-layout-dark .mdui-textfield-floating-label .mdui-textfield-label {
    color: hsla(0, 0%, 100%, .35)
}

.mdui-theme-layout-dark .mdui-textfield-error {
    color: #ff1744
}

.mdui-theme-layout-dark .mdui-textfield-counter,
.mdui-theme-layout-dark .mdui-textfield-helper {
    color: hsla(0, 0%, 100%, .7)
}

.mdui-theme-layout-dark .mdui-textfield-focus .mdui-textfield-input,
.mdui-theme-layout-dark .mdui-textfield-focus .mdui-textfield-input:hover {
    border-bottom-color: #8ab4f8;
    box-shadow: 0 1px 0 0 #8ab4f8
}

.mdui-theme-layout-dark .mdui-textfield-focus .mdui-textfield-label {
    color: #8ab4f8
}

.mdui-theme-layout-dark .mdui-textfield-disabled .mdui-textfield-input::-webkit-input-placeholder,
.mdui-theme-layout-dark .mdui-textfield-disabled .mdui-textfield-label {
    color: hsla(0, 0%, 100%, .5)
}

.mdui-theme-layout-dark .mdui-textfield-disabled .mdui-textfield-input {
    color: hsla(0, 0%, 100%, .5);
    border-bottom-color: hsla(0, 0%, 100%, .7)
}

.mdui-checkbox {
    position: relative;
    display: inline-block;
    height: 36px;
    padding-left: 36px;
    line-height: 36px;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none
}

.mdui-checkbox input[type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.mdui-checkbox-icon {
    top: 9px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    border-radius: 18px;
    transition: box-shadow .14s cubic-bezier(.4, 0, .2, 1)
}

.mdui-checkbox-icon,
.mdui-checkbox-icon:after {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px
}

.mdui-checkbox-icon:after {
    top: 0;
    z-index: 0;
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 2px
}

.mdui-checkbox-icon:after,
.mdui-checkbox-icon:before {
    box-sizing: border-box;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    content: " "
}

.mdui-checkbox-icon:before {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    width: 8px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(37deg) scale(0);
    transform-origin: 100% 100%;
    opacity: 0
}

.mdui-checkbox input[type=checkbox]:checked+.mdui-checkbox-icon:after {
    background-color: #448aff;
    border-color: #448aff
}

.mdui-checkbox input[type=checkbox]:checked+.mdui-checkbox-icon:before {
    transform: rotate(37deg) scale(1);
    opacity: 1
}

.mdui-theme-layout-dark .mdui-checkbox input[type=checkbox]:checked+.mdui-checkbox-icon:after {
    background-color: #8ab4f8;
    border-color: #8ab4f8
}

.mdui-checkbox:active input[type=checkbox]+.mdui-checkbox-icon,
.mdui-checkbox input[type=checkbox]:focus+.mdui-checkbox-icon {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
}

.mdui-checkbox:active input[type=checkbox]:not(:disabled):checked+.mdui-checkbox-icon,
.mdui-checkbox:active input[type=checkbox]:not(:disabled):indeterminate+.mdui-checkbox-icon,
.mdui-checkbox input[type=checkbox]:focus:not(:disabled):checked+.mdui-checkbox-icon,
.mdui-checkbox input[type=checkbox]:focus:not(:disabled):indeterminate+.mdui-checkbox-icon {
    box-shadow: 0 0 0 15px rgba(68, 138, 255, .16)
}

.mdui-theme-layout-dark .mdui-checkbox:active input[type=checkbox]:not(:disabled):checked+.mdui-checkbox-icon,
.mdui-theme-layout-dark .mdui-checkbox:active input[type=checkbox]:not(:disabled):indeterminate+.mdui-checkbox-icon,
.mdui-theme-layout-dark .mdui-checkbox input[type=checkbox]:focus:not(:disabled):checked+.mdui-checkbox-icon,
.mdui-theme-layout-dark .mdui-checkbox input[type=checkbox]:focus:not(:disabled):indeterminate+.mdui-checkbox-icon {
    box-shadow: 0 0 0 15px rgba(138, 180, 248, .16)
}

.mdui-theme-layout-dark .mdui-checkbox-icon:after {
    border-color: hsla(0, 0%, 100%, .7)
}

.mdui-theme-layout-dark .mdui-checkbox-icon:before {
    border-right-color: #303030 !important;
    border-bottom-color: #303030 !important
}

.mdui-theme-layout-dark .mdui-checkbox:active input[type=checkbox]+.mdui-checkbox-icon,
.mdui-theme-layout-dark .mdui-checkbox input[type=checkbox]:focus+.mdui-checkbox-icon {
    box-shadow: 0 0 0 15px hsla(0, 0%, 100%, .1)
}

.mdui-radio {
    position: relative;
    display: inline-block;
    height: 36px;
    padding-left: 36px;
    line-height: 36px;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none
}

.mdui-radio input {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.mdui-radio-icon {
    position: absolute;
    top: 9px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 18px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1), box-shadow .14s cubic-bezier(.4, 0, .2, 1)
}

.mdui-radio-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #448aff;
    border-radius: 14px;
    transform: scale(0);
    opacity: 0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    content: " "
}

.mdui-theme-layout-dark .mdui-radio-icon:before {
    background-color: #8ab4f8
}

.mdui-radio input[type=radio]:checked+.mdui-radio-icon {
    border-color: #448aff
}

.mdui-radio input[type=radio]:checked+.mdui-radio-icon:before {
    transform: scale(.68);
    opacity: 1
}

.mdui-theme-layout-dark .mdui-radio input[type=radio]:checked+.mdui-radio-icon {
    border-color: #8ab4f8
}

.mdui-radio:active input[type=radio]+.mdui-radio-icon,
.mdui-radio input[type=radio]:focus+.mdui-radio-icon {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
}

.mdui-radio:active input[type=radio]:checked:not(:disabled)+.mdui-radio-icon,
.mdui-radio input[type=radio]:focus:checked:not(:disabled)+.mdui-radio-icon {
    box-shadow: 0 0 0 15px rgba(68, 138, 255, .16)
}

.mdui-theme-layout-dark .mdui-radio:active input[type=radio]:checked:not(:disabled)+.mdui-radio-icon,
.mdui-theme-layout-dark .mdui-radio input[type=radio]:focus:checked:not(:disabled)+.mdui-radio-icon {
    box-shadow: 0 0 0 15px rgba(138, 180, 248, .16)
}

.mdui-theme-layout-dark .mdui-radio-icon {
    border-color: hsla(0, 0%, 100%, .7)
}

.mdui-theme-layout-dark .mdui-radio:active input[type=radio]+.mdui-radio-icon,
.mdui-theme-layout-dark .mdui-radio input[type=radio]:focus+.mdui-radio-icon {
    box-shadow: 0 0 0 15px hsla(0, 0%, 100%, .1)
}

.mdui-btn,
.mdui-fab {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 66px;
    height: 36px;
    margin: 0;
    padding: 0 6px;
    overflow: hidden;
    color: inherit;
    font-weight: 500;
    font-size: 0.8em;
    line-height: 36px;
    letter-spacing: .04em;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    background: transparent;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    will-change: box-shadow;
    zoom: 1;
    -webkit-user-drag: none
}

.mdui-btn:hover,
.mdui-fab:hover {
    background-color: rgba(0, 0, 0, .1)
}

.mdui-btn:not(.mdui-ripple):active,
.mdui-fab:not(.mdui-ripple):active {
    background-color: rgba(0, 0, 0, .165)
}

.mdui-btn:not(.mdui-ripple)[class*=mdui-color-]:active,
.mdui-fab:not(.mdui-ripple)[class*=mdui-color-]:active {
    opacity: .76
}

.mdui-btn.mdui-color-theme:not(.mdui-btn-raised) {
    color: #1a73e8 !important;
    background-color: transparent !important
}

.mdui-btn.mdui-color-theme:not(.mdui-btn-raised):hover {
    background-color: rgba(26, 115, 232, .1) !important
}

.mdui-btn.mdui-color-theme:not(.mdui-btn-raised):not(.mdui-ripple).mdui-btn-active,
.mdui-btn.mdui-color-theme:not(.mdui-btn-raised):not(.mdui-ripple):active {
    background-color: rgba(26, 115, 232, .165) !important
}

.mdui-btn.mdui-color-theme:not(.mdui-btn-raised).mdui-ripple .mdui-ripple-wave {
    background-color: rgba(26, 115, 232, .3) !important
}

.mdui-theme-layout-dark .mdui-btn.mdui-color-theme:not(.mdui-btn-raised) {
    color: #8ab4f8 !important
}

.mdui-theme-layout-dark .mdui-btn.mdui-color-theme:not(.mdui-btn-raised):hover {
    background-color: rgba(138, 180, 248, .1) !important
}

.mdui-theme-layout-dark .mdui-btn.mdui-color-theme:not(.mdui-btn-raised):not(.mdui-ripple).mdui-btn-active,
.mdui-theme-layout-dark .mdui-btn.mdui-color-theme:not(.mdui-btn-raised):not(.mdui-ripple):active {
    background-color: rgba(138, 180, 248, .165) !important
}

.mdui-theme-layout-dark .mdui-btn.mdui-color-theme:not(.mdui-btn-raised).mdui-ripple .mdui-ripple-wave {
    background-color: rgba(138, 180, 248, .3) !important
}

.mdui-btn .mdui-icon-left,
.mdui-btn .mdui-icon-left:before {
    height: inherit;
    font-size: 1.3em;
    line-height: inherit
}

.mdui-btn .mdui-icon-left {
    float: left;
    margin-right: .4em
}

input.mdui-btn[type=submit] {
    appearance: none
}

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

.mdui-btn-raised:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

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

.mdui-btn[disabled],
.mdui-btn[disabled]:active,
.mdui-btn[disabled]:focus,
.mdui-btn[disabled]:hover {
    color: rgba(0, 0, 0, .26) !important;
    background-color: transparent !important;
    cursor: default !important;
    opacity: 1 !important;
    box-shadow: none !important
}

.mdui-btn[disabled] .mdui-icon,
.mdui-btn[disabled]:active .mdui-icon,
.mdui-btn[disabled]:focus .mdui-icon,
.mdui-btn[disabled]:hover .mdui-icon {
    color: rgba(0, 0, 0, .26) !important
}

.mdui-btn-raised[disabled],
.mdui-btn-raised[disabled]:active,
.mdui-btn-raised[disabled]:focus,
.mdui-btn-raised[disabled]:hover {
    background-color: rgba(0, 0, 0, .12) !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important
}

.mdui-btn-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    overflow: hidden;
    font-size: 24px;
    line-height: normal;
    border-radius: 50%
}

.mdui-btn-icon .mdui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    line-height: 24px;
    transform: translate(-12px, -12px)
}

.mdui-btn-icon.mdui-ripple {
    transform: translateZ(0)
}

.mdui-btn-dense {
    height: 32px;
    font-size: 13px;
    line-height: 32px
}

.mdui-btn-dense.mdui-btn-icon {
    width: 32px;
    min-width: 32px
}

.mdui-theme-layout-dark .mdui-btn:hover,
.mdui-theme-layout-dark .mdui-fab:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.mdui-theme-layout-dark .mdui-btn:not(.mdui-ripple):active,
.mdui-theme-layout-dark .mdui-fab:not(.mdui-ripple):active {
    background-color: hsla(0, 0%, 100%, .165)
}

.mdui-theme-layout-dark .mdui-btn:not(.mdui-ripple)[class*=mdui-color-]:active,
.mdui-theme-layout-dark .mdui-fab:not(.mdui-ripple)[class*=mdui-color-]:active {
    opacity: .76
}

.mdui-theme-layout-dark .mdui-btn[disabled],
.mdui-theme-layout-dark .mdui-btn[disabled]:active,
.mdui-theme-layout-dark .mdui-btn[disabled]:focus,
.mdui-theme-layout-dark .mdui-btn[disabled]:hover {
    color: hsla(0, 0%, 100%, .3) !important;
    background-color: transparent !important
}

.mdui-theme-layout-dark .mdui-btn[disabled] .mdui-icon,
.mdui-theme-layout-dark .mdui-btn[disabled]:active .mdui-icon,
.mdui-theme-layout-dark .mdui-btn[disabled]:focus .mdui-icon,
.mdui-theme-layout-dark .mdui-btn[disabled]:hover .mdui-icon {
    color: hsla(0, 0%, 100%, .3) !important
}

.mdui-theme-layout-dark .mdui-btn-raised[disabled],
.mdui-theme-layout-dark .mdui-btn-raised[disabled]:active,
.mdui-theme-layout-dark .mdui-btn-raised[disabled]:focus,
.mdui-theme-layout-dark .mdui-btn-raised[disabled]:hover,
.mdui-theme-layout-dark .mdui-fab[disabled],
.mdui-theme-layout-dark .mdui-fab[disabled]:active,
.mdui-theme-layout-dark .mdui-fab[disabled]:focus,
.mdui-theme-layout-dark .mdui-fab[disabled]:hover {
    background-color: hsla(0, 0%, 100%, .12) !important
}

.mdui-fab {
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin: auto;
    padding: 0 !important;
    overflow: hidden;
    font-size: 24px;
    line-height: normal !important;
    border-radius: 50%;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mdui-fab:hover {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

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

.mdui-fab .mdui-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    margin-top: 16px;
    margin-left: 16px;
    line-height: 24px
}

.mdui-fab-fixed {
    position: fixed !important;
    right: 16px;
    bottom: 16px
}

@media (min-width:1024px) {
    .mdui-fab-fixed {
        right: 24px;
        bottom: 24px
    }
}

.mdui-toolbar {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%
}

.mdui-toolbar>* {
    margin: 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mdui-toolbar[class*=mdui-color-]:not(.mdui-color-transparent) .mdui-btn:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.mdui-toolbar[class*=mdui-color-]:not(.mdui-color-transparent) .mdui-btn:active {
    background-color: hsla(0, 0%, 100%, .165)
}

.mdui-toolbar>a {
    color: inherit;
    text-decoration: none;
    -ms-user-select: none;
    user-select: none
}

.mdui-toolbar>.mdui-btn-icon {
    width: 48px;
    min-width: 48px;
    height: 48px
}

@media (orientation:landscape) and (max-width:959.9px) {
    .mdui-toolbar>.mdui-btn-icon {
        width: 40px;
        min-width: 40px;
        height: 40px
    }
}

.mdui-toolbar>.mdui-btn-icon .mdui-icon {
    height: 24px;
    line-height: 24px
}

.mdui-toolbar .mdui-icon {
    color: inherit
}

.mdui-toolbar-spacer {
    flex-grow: 1;
    margin: 0
}

.mdui-toolbar {
    height: 56px;
    line-height: 56px
}

.mdui-toolbar>.mdui-btn {
    margin: 0 4px
}

.mdui-toolbar>.mdui-btn+.mdui-btn {
    margin-left: 0
}

@media (min-width:600px) {
    .mdui-appbar .mdui-toolbar {
        height: 64px;
        line-height: 64px
    }

    .mdui-appbar .mdui-toolbar>.mdui-btn {
        margin: 0 8px
    }

    .mdui-appbar .mdui-toolbar>.mdui-btn+.mdui-btn {
        margin-left: 0
    }
}

@media (orientation:landscape) and (max-width:959.9px) {
    .mdui-appbar .mdui-toolbar {
        height: 48px;
        line-height: 48px
    }

    .mdui-appbar .mdui-toolbar>.mdui-btn {
        margin: 0 4px
    }

    .mdui-appbar .mdui-toolbar>.mdui-btn+.mdui-btn {
        margin-left: 0
    }
}

.mdui-appbar {
    z-index: 1000;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mdui-appbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: .3s;
    transition-property: left, right;
    will-change: left, right
}

.mdui-appbar-with-toolbar {
    padding-top: 56px
}

@media (min-width:600px) {
    .mdui-appbar-with-toolbar {
        padding-top: 64px
    }
}

@media (orientation:landscape) and (max-width:959.9px) {
    .mdui-appbar-with-toolbar {
        padding-top: 48px
    }
}

.mdui-appbar-with-tab {
    padding-top: 48px
}

.mdui-appbar-with-toolbar.mdui-appbar-with-tab {
    padding-top: 104px
}

@media (min-width:600px) {
    .mdui-appbar-with-toolbar.mdui-appbar-with-tab {
        padding-top: 112px
    }
}

@media (orientation:landscape) and (max-width:959.9px) {
    .mdui-appbar-with-toolbar.mdui-appbar-with-tab {
        padding-top: 96px
    }
}

.mdui-theme-layout-dark .mdui-appbar>[class*=mdui-color-]:not(.mdui-color-transparent) {
    color: #fff !important;
    background-color: #212121 !important
}

.mdui-appbar {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28)
}

.mdui-card {
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px
}

.mdui-card-shadow {
    border: none;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

.mdui-theme-layout-dark .mdui-card {
    color: #fff;
    border-color: hsla(0, 0%, 100%, .12)
}

.mdui-theme-layout-dark .mdui-card-shadow {
    border: 1px solid hsla(0, 0%, 100%, .12);
    box-shadow: none
}

.mdui-tab {
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.mdui-tab,
.mdui-tab a {
    display: flex;
    min-height: 48px;
    direction: rtl;
    max-height: 72px
}

.mdui-tab a {
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 72px;
    padding: 12px;
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    outline: none;
    cursor: pointer;
    opacity: .7;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:600px) {
    .mdui-tab a {
        flex: none;
        min-width: 99px;
        max-width: 264px;
        padding: 12px 24px
    }
}

@media (min-width:1024px) {
    .mdui-tab a {
        min-width: 112px
    }
}

@media (min-width:1440px) {
    .mdui-tab a {
        min-width: 136px
    }
}

@media (min-width:1920px) {
    .mdui-tab a {
        min-width: 160px
    }
}

.mdui-tab .mdui-tab-active {
    color: #1a73e8;
    opacity: 1
}

.mdui-theme-layout-dark .mdui-tab .mdui-tab-active {
    color: #fff
}

@media (min-width:600px) {

    .mdui-tab-centered:after,
    .mdui-tab-centered:before {
        flex-grow: 1;
        content: " "
    }

    .mdui-tab-centered a {
        flex: none
    }
}

.mdui-tab-indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #1a73e8;
    transition: all .35s cubic-bezier(.4, 0, .2, 1);
    will-change: left, width
}

.mdui-theme-layout-dark .mdui-tab-indicator {
    background-color: #fff
}

.mdui-list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background-color: transparent
}

.mdui-list>.mdui-divider {
    margin-top: 8px;
    margin-bottom: 8px
}

.mdui-list a {
    color: inherit;
    text-decoration: none
}

.mdui-list-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 48px;
    padding: 0 16px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1)
}

.mdui-list-item:hover {
    background-color: rgba(0, 0, 0, .04)
}

.mdui-list-item:after {
    height: 48px;
    visibility: hidden;
    content: " "
}

.mdui-list-item-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    color: rgba(0, 0, 0, .54)
}

.mdui-list-item-avatar {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #bdbdbd;
    border-radius: 50%
}

.mdui-list-item-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.mdui-list-item-content {
    flex-grow: 1;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.mdui-list-item-text {
    font-size: 14px;
    opacity: .54
}

.mdui-list-item-title~.mdui-list-item-text {
    margin-top: 4px
}

.mdui-list-item-active {
    font-weight: 700;
    background-color: rgba(0, 0, 0, .04)
}

.mdui-list-item-active .mdui-list-item-content {
    font-weight: 700
}

.mdui-list-item-active .mdui-list-item-text {
    font-weight: 400
}

.mdui-list-item-one-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 20px
}

.mdui-list-item-icon~.mdui-list-item-content {
    margin-left: 32px
}

.mdui-list-item-avatar~.mdui-list-item-content,
.mdui-list-item-content~.mdui-checkbox {
    margin-right: 16px
}

.mdui-list-item-content~.mdui-checkbox {
    padding-left: 24px
}

.mdui-theme-layout-dark .mdui-list-item {
    color: #fff
}

.mdui-theme-layout-dark .mdui-list-item:hover {
    background-color: hsla(0, 0%, 100%, .04)
}

.mdui-theme-layout-dark .mdui-list-item-icon {
    color: #fff
}

.mdui-theme-layout-dark .mdui-list-item-text {
    opacity: .7
}

.mdui-theme-layout-dark .mdui-list-item-active {
    background-color: hsla(0, 0%, 100%, .04)
}

body.mdui-loaded {
    transition: padding .3s cubic-bezier(0, 0, .2, 1)
}

body.mdui-loaded .mdui-drawer {
    transition: all .3s cubic-bezier(0, 0, .2, 1)
}

.mdui-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    box-sizing: border-box;
    width: calc(100% - 56px);
    max-width: 280px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    will-change: transform;
    -webkit-overflow-scrolling: touch
}

@media (max-width:1023.9px) {
    .mdui-drawer:not(.mdui-drawer-open) {
        box-shadow: none !important
    }
}

@media (min-width:600px) {
    .mdui-drawer {
        width: calc(100% - 64px);
        max-width: 320px
    }
}

@media (min-width:1024px) {
    .mdui-drawer {
        z-index: auto;
        width: 240px;
        max-width: none
    }

    .mdui-drawer.mdui-drawer-close {
        box-shadow: none !important
    }
}

@media (max-width:1023.9px) {
    .mdui-drawer {
        background-color: #fff;
        transform: translateX(-330px);
        box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
    }
}

@media (max-width:599.9px) {
    .mdui-drawer {
        transform: translateX(-290px)
    }
}

.mdui-drawer-close {
    transform: translateX(-290px)
}

@media (min-width:600px) {
    .mdui-drawer-close {
        transform: translateX(-330px)
    }
}

@media (min-width:1024px) {
    .mdui-drawer-close {
        transform: translateX(-250px)
    }
}

.mdui-drawer-open {
    transform: translateX(0) !important
}

@media (min-width:1024px) {
    .mdui-drawer-body-left {
        padding-left: 240px
    }

    .mdui-appbar-with-toolbar .mdui-drawer {
        top: 64px
    }

    .mdui-appbar-with-tab .mdui-drawer {
        top: 48px
    }

    .mdui-appbar-with-toolbar.mdui-appbar-with-tab .mdui-drawer {
        top: 112px
    }
}

.mdui-drawer[class*=mdui-color-]:not(.mdui-color-transparent) {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

@media (max-width:1023.9px) {
    .mdui-theme-layout-dark .mdui-drawer {
        background-color: #424242
    }
}

.mdui-dialog {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 6000;
    display: none;
    box-sizing: border-box;
    width: 92%;
    min-width: 180px;
    max-width: 728px;
    max-height: 90%;
    margin: auto;
    overflow: hidden;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    transform: scale(.95);
    opacity: 0;
    transition-duration: .3s;
    transition-property: transform, opacity, visibility;
    will-change: top, opacity, transform;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}

@media (min-width:600px) {
    .mdui-dialog {
        width: 85%;
        max-height: 85%
    }
}

@media (min-width:1024px) {
    .mdui-dialog {
        width: 80%;
        max-height: 80%
    }
}

.mdui-dialog-open {
    transform: scale(1);
    opacity: 1
}

.mdui-dialog-title {
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left
}

.mdui-dialog>.mdui-dialog-title {
    padding: 24px 24px 20px
}

.mdui-dialog-content {
    box-sizing: border-box;
    padding: 24px;
    overflow-y: auto;
    color: rgba(0, 0, 0, .7);
    font-size: 15px;
    line-height: 1.5;
    -webkit-overflow-scrolling: touch
}

.mdui-dialog-title+.mdui-dialog-content {
    padding-top: 0
}

.mdui-dialog-actions {
    box-sizing: border-box;
    padding: 8px;
    text-align: right
}

.mdui-dialog-actions .mdui-btn {
    min-width: 64px;
    margin-left: 8px;
    color: #1a73e8
}

.mdui-dialog-actions .mdui-btn:first-child {
    margin-left: 0
}

.mdui-theme-layout-dark .mdui-dialog {
    color: #fff;
    background-color: #424242
}

.mdui-theme-layout-dark .mdui-dialog-content {
    color: hsla(0, 0%, 100%, .7)
}

.mdui-theme-layout-dark .mdui-dialog-actions .mdui-btn {
    color: #8ab4f8
}

.mdui-dialog-alert,
.mdui-dialog-confirm,
.mdui-dialog-prompt {
    max-width: 448px
}

.mdui-dialog-prompt .mdui-dialog-content {
    padding-bottom: 16px
}

.mdui-dialog-prompt .mdui-textfield {
    padding-top: 0
}

.mdui-tooltip {
    position: absolute;
    z-index: 9000;
    display: inline-block;
    box-sizing: border-box;
    max-width: 180px;
    min-height: 32px;
    padding: 8px 16px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    background-color: rgba(97, 97, 97, .9);
    border-radius: 2px;
    transform: scale(0);
    opacity: 0;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-property: opacity, transform;
    will-change: opacity, transform
}

@media (min-width:1024px) {
    .mdui-tooltip {
        max-width: 200px;
        min-height: 24px;
        padding: 4px 8px;
        font-size: 12px;
        line-height: 18px
    }
}

.mdui-tooltip-open {
    transform: scale(1);
    opacity: 1
}

.mdui-snackbar {
    position: fixed;
    z-index: 7000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    background-color: #323232;
    will-change: transform
}

@media (min-width:600px) {
    .mdui-snackbar {
        width: auto;
        min-width: 288px;
        max-width: 568px;
        border-radius: 2px
    }
}

.mdui-snackbar-bottom,
.mdui-snackbar-left-bottom {
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    bottom: 0
}

.mdui-snackbar-bottom {
    left: 50%
}

@media (min-width:600px) {
    .mdui-snackbar-left-bottom {
        bottom: 24px;
        left: 24px
    }
}

.mdui-snackbar-text {
    position: relative;
    max-width: 100%;
    padding: 14px 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.mdui-theme-layout-dark .mdui-snackbar {
    background-color: #5d5d5d
}

.mdui-chip {
    display: inline-block;
    box-sizing: border-box;
    height: 32px;
    margin: 2px 0;
    color: inherit;
    white-space: nowrap;
    border-radius: 16px;
    cursor: pointer;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1);
    will-change: box-shadow
}

.mdui-chip:focus,
.mdui-chip:hover {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.mdui-chip:active {
    background-color: #d6d6d6
}

.mdui-chip-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: #989898;
    border-radius: 50%
}

.mdui-chip-icon .mdui-icon {
    position: absolute;
    top: 4px;
    left: 4px;
    color: #fff
}

.mdui-chip-title {
    height: 32px;
    font-size: 14px;
    line-height: 32px
}

.mdui-chip-delete,
.mdui-chip-title {
    display: inline-block;
    vertical-align: middle
}

.mdui-chip-delete {
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: .54;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity
}

.mdui-chip-delete:focus,
.mdui-chip-delete:hover {
    opacity: .87
}

.mdui-theme-layout-dark .mdui-chip {
    background-color: #484848
}

.mdui-theme-layout-dark .mdui-chip:active {
    background-color: #5d5d5d
}

.mdui-chip {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: none !important
}

.mdui-chip:hover {
    background-color: rgba(0, 0, 0, .04)
}

.mdui-chip-icon {
    float: left;
    width: 24px;
    height: 24px;
    margin: 3px
}

.mdui-chip-title {
    padding-right: 12px;
    padding-left: 8px
}

.mdui-chip-delete {
    float: right;
    width: 18px;
    height: 18px;
    margin: 6px 6px 6px -4px
}

.mdui-chip-delete i {
    font-size: 18px
}

.mdui-theme-layout-dark .mdui-chip {
    border-color: hsla(0, 0%, 100%, .12)
}

.mdui-theme-layout-dark .mdui-chip:hover {
    background-color: hsla(0, 0%, 100%, .08)
}

.mdui-spinner {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    animation: mdui-spinner 1568ms linear infinite
}

@keyframes mdui-spinner {
    to {
        transform: rotate(1turn)
    }
}

.mdui-spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #1a73e8;
    opacity: 0;
    opacity: 1;
    animation: mdui-spinner-layer-fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mdui-theme-layout-dark .mdui-spinner-layer {
    border-color: #8ab4f8
}

@keyframes mdui-spinner-layer-fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg)
    }

    25% {
        transform: rotate(270deg)
    }

    37.5% {
        transform: rotate(405deg)
    }

    50% {
        transform: rotate(540deg)
    }

    62.5% {
        transform: rotate(675deg)
    }

    75% {
        transform: rotate(810deg)
    }

    87.5% {
        transform: rotate(945deg)
    }

    to {
        transform: rotate(3turn)
    }
}

.mdui-spinner-gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.mdui-spinner-gap-patch .mdui-spinner-circle {
    left: -450%;
    box-sizing: border-box;
    width: 1000%
}

.mdui-spinner-circle-clipper {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

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

.mdui-spinner-circle-clipper.mdui-spinner-left {
    float: left
}

.mdui-spinner-circle-clipper.mdui-spinner-left .mdui-spinner-circle {
    left: 0;
    border-right-color: transparent !important;
    transform: rotate(129deg);
    animation: mdui-spinner-left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mdui-spinner-circle-clipper.mdui-spinner-right {
    float: right
}

.mdui-spinner-circle-clipper.mdui-spinner-right .mdui-spinner-circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg);
    animation: mdui-spinner-right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

@keyframes mdui-spinner-left-spin {
    0% {
        transform: rotate(130deg)
    }

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

    to {
        transform: rotate(130deg)
    }
}

@keyframes mdui-spinner-right-spin {
    0% {
        transform: rotate(-130deg)
    }

    50% {
        transform: rotate(5deg)
    }

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

.mdui-menu {
    position: fixed;
    z-index: 99999;
    display: block;
    box-sizing: border-box;
    width: 168px;
    margin: 0;
    padding: 8px 0;
    overflow-y: auto;
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-duration: .3s;
    transition-property: transform, opacity, visibility;
    will-change: transform, opacity, visibility;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdui-menu-open {
    opacity: 1
}

.mdui-menu-closing,
.mdui-menu-open {
    transform: scale(1);
    visibility: visible
}

.mdui-menu-closing {
    opacity: 0
}

.mdui-menu-item {
    position: relative
}

.mdui-menu-item>a {
    position: relative;
    display: block;
    height: 48px;
    padding: 0 16px;
    color: inherit;
    line-height: 48px;
    text-decoration: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mdui-menu-item>a:hover {
    background-color: #eee
}

.mdui-menu-item-icon {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    padding-right: 16px;
    color: rgba(0, 0, 0, .54)
}

.mdui-theme-layout-dark .mdui-menu {
    color: #fff;
    background-color: #424242
}

.mdui-theme-layout-dark .mdui-menu-item>a:hover {
    background-color: #616161
}

.mdui-theme-layout-dark .mdui-menu-item[disabled]>a {
    color: hsla(0, 0%, 100%, .5) !important
}

.mdui-theme-layout-dark .mdui-menu-item-icon {
    color: #fff
}

.mdui_editor-toolbar {
    display: flex;
    align-items: center;
    padding: 12px 16px
}

.mdui_editor-toolbar:after {
    display: table;
    clear: both;
    content: ""
}

.mdui_editor-toolbar-menu {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 0;
    color: #212121;
    line-height: 28px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px transparent;
    opacity: .6
}

.mdui_editor-toolbar-menu i {
    font-size: 21px
}

.mdui_editor-toolbar-menu:hover {
    background-color: transparent;
    opacity: 1
}

.mdui_editor-toolbar-menu+.mdui_editor-toolbar-menu {
    margin-left: 2px
}

.mdui_editor-toolbar-menu-active {
    background-color: rgba(0, 0, 0, .12) !important;
    opacity: 1
}

.mdui_editor-toolbar-menu-image+input[type=file] {
    display: none
}

.mdui_editor-content {
    box-sizing: border-box;
    height: calc(100% - 60px);
    padding: 16px;
    overflow-y: auto;
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    line-height: 22px;
    white-space: pre-wrap;
    word-wrap: break-word;
    outline: none;
    -webkit-overflow-scrolling: touch
}

.mdui_editor-content-empty:before {
    position: absolute;
    color: rgba(0, 0, 0, .42);
    cursor: text;
    content: attr(placeholder)
}

.mdui_editor-upload-progress-dialog {
    max-width: 448px
}

.mdui-theme-layout-dark img {
    filter: brightness(.8)
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mdui-theme-layout-dark ::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .42)
}

:-moz-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mdui-theme-layout-dark :-moz-placeholder {
    color: hsla(0, 0%, 100%, .42)
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mdui-theme-layout-dark ::-moz-placeholder {
    color: hsla(0, 0%, 100%, .42)
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .42)
}

.mdui-theme-layout-dark :-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .42)
}

.flex-grow {
    flex-grow: 1
}

.mdui-typo pre {
    background-color: #f6f6f6;
    border: none;
    border-radius: 4px
}

.mdui-typo p {
    min-height: .3em
}

.mg-app {
    box-sizing: border-box;
    min-height: 100vh
}

.mdui-fab-extended {
    width: auto;
    min-width: auto;
    height: 48px;
    padding-left: 48px !important;
    border-radius: 24px
}

.mdui-fab-extended .mdui-icon {
    margin-top: 12px;
    margin-left: 12px
}

.mdui-fab-extended span {
    float: left;
    margin-right: 20px;
    font-size: 14px
}

@media (max-width:599.9px) {
    .mdui-fab-extended span {
        display: none
    }
}

.mc-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .65);
    opacity: 0;
    transition: opacity .2s ease;
    will-change: opacity
}

.mc-loading-overlay-show {
    opacity: 1
}

.mdui-container {
    width: 100%;
    max-width: 1100px;
    padding: 8px 0 62px
}

@media (min-width:600px) {
    .mdui-container {
        width: 96%;
        padding-top: 16px
    }
}

@media (min-width:1024px) {
    .mdui-container {
        padding: 24px 8px 62px
    }
}

.mdui-theme-layout-dark .mdui-btn-raised {
    background-color: #424242
}

.mdui-btn-outlined {
    line-height: 34px;
    border: 1px solid rgba(0, 0, 0, .12)
}

.mdui-btn-outlined.mdui-btn-dense {
    line-height: 30px
}

.mdui-btn-outlined.mdui-color-theme {
    border-color: #1a73e8
}

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

#page-index.mdui-container {
    padding-top: 0
}

#page-index>.header {
    margin: 0 8px;
    padding: 4px 4px 0 !important
}

@media (max-width:599.9px) {
    #page-index>.header {
        margin: 0;
        padding: 0 16px !important
    }
}

#page-index .topics-wrapper {
    margin-bottom: 24px
}

#page-index .items-wrapper:after {
    display: table;
    clear: both;
    content: ""
}

#page-index .header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    padding: 0 24px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none
}

#page-index .header i {
    font-size: 18px
}

#page-index .topics-wrapper {
    position: relative
}

#page-index .topics-wrapper .arrow-left,
#page-index .topics-wrapper .arrow-right {
    position: absolute;
    top: calc(50% - 18px);
    background-color: #fff
}

@media (max-width:599.9px) {

    #page-index .topics-wrapper .arrow-left,
    #page-index .topics-wrapper .arrow-right {
        display: none
    }
}

.mdui-theme-layout-dark #page-index .topics-wrapper .arrow-left,
.mdui-theme-layout-dark #page-index .topics-wrapper .arrow-right {
    background-color: #424242
}

#page-index .topics-wrapper .arrow-left {
    left: -10px
}

#page-index .topics-wrapper .arrow-right {
    right: -10px
}

#page-index .topics-wrapper .topics {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

#page-index .topics-wrapper .topics::-webkit-scrollbar {
    width: 0;
    height: 0
}

@media (min-width:600px) {
    #page-index .topics-wrapper .topics {
        padding: 0;
        overflow: hidden
    }
}

#page-index .topics-wrapper .mc-topic-item {
    position: relative;
    display: inline-block;
    float: none;
    box-sizing: border-box;
    width: 46%;
    padding-right: 4px;
    padding-left: 4px
}

#page-index .topics-wrapper .mc-topic-item:first-child {
    padding-left: 8px
}

#page-index .topics-wrapper .mc-topic-item:last-child {
    padding-right: 8px
}

@media (min-width:600px) {
    #page-index .topics-wrapper .mc-topic-item {
        width: 33.333333%;
        padding-right: 8px !important;
        padding-left: 8px !important
    }
}

@media (min-width:1024px) {
    #page-index .topics-wrapper .mc-topic-item {
        width: 25%
    }
}

#page-index .topics-wrapper .mc-topic-item .item {
    margin-bottom: 0
}

.mc-loading {
    display: block;
    padding: 17px 0
}

.mc-loading .mdui-spinner {
    display: block;
    margin: 0 auto
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #fff;
    color: #000
}

.hljs-comment,
.hljs-quote,
.hljs-variable {
    color: green
}

.hljs-built_in,
.hljs-keyword,
.hljs-name,
.hljs-selector-tag,
.hljs-tag {
    color: #00f
}

.hljs-addition,
.hljs-attribute,
.hljs-literal,
.hljs-section,
.hljs-string,
.hljs-template-tag,
.hljs-template-variable,
.hljs-title,
.hljs-type {
    color: #a31515
}

.hljs-deletion,
.hljs-meta,
.hljs-selector-attr,
.hljs-selector-pseudo {
    color: #2b91af
}

.hljs-doctag {
    color: grey
}

.hljs-attr {
    color: red
}

.hljs-bullet,
.hljs-link,
.hljs-symbol {
    color: #00b0e8
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.mdui-theme-layout-dark .hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #303030;
    color: #dcdcdc
}

.mdui-theme-layout-dark .hljs-keyword,
.mdui-theme-layout-dark .hljs-literal,
.mdui-theme-layout-dark .hljs-name,
.mdui-theme-layout-dark .hljs-symbol {
    color: #569cd6
}

.mdui-theme-layout-dark .hljs-link {
    color: #569cd6;
    text-decoration: underline
}

.mdui-theme-layout-dark .hljs-built_in,
.mdui-theme-layout-dark .hljs-type {
    color: #4ec9b0
}

.mdui-theme-layout-dark .hljs-class,
.mdui-theme-layout-dark .hljs-number {
    color: #b8d7a3
}

.mdui-theme-layout-dark .hljs-meta-string,
.mdui-theme-layout-dark .hljs-string {
    color: #d69d85
}

.mdui-theme-layout-dark .hljs-regexp,
.mdui-theme-layout-dark .hljs-template-tag {
    color: #9a5334
}

.mdui-theme-layout-dark .hljs-formula,
.mdui-theme-layout-dark .hljs-function,
.mdui-theme-layout-dark .hljs-params,
.mdui-theme-layout-dark .hljs-subst,
.mdui-theme-layout-dark .hljs-title {
    color: #dcdcdc
}

.mdui-theme-layout-dark .hljs-comment,
.mdui-theme-layout-dark .hljs-quote {
    color: #57a64a;
    font-style: italic
}

.mdui-theme-layout-dark .hljs-doctag {
    color: #608b4e
}

.mdui-theme-layout-dark .hljs-meta,
.mdui-theme-layout-dark .hljs-meta-keyword,
.mdui-theme-layout-dark .hljs-tag {
    color: #9b9b9b
}

.mdui-theme-layout-dark .hljs-template-variable,
.mdui-theme-layout-dark .hljs-variable {
    color: #bd63c5
}

.mdui-theme-layout-dark .hljs-attr,
.mdui-theme-layout-dark .hljs-attribute,
.mdui-theme-layout-dark .hljs-builtin-name {
    color: #9cdcfe
}

.mdui-theme-layout-dark .hljs-section {
    color: gold
}

.mdui-theme-layout-dark .hljs-emphasis {
    font-style: italic
}

.mdui-theme-layout-dark .hljs-strong {
    font-weight: 700
}

.mdui-theme-layout-dark .hljs-bullet,
.mdui-theme-layout-dark .hljs-selector-attr,
.mdui-theme-layout-dark .hljs-selector-class,
.mdui-theme-layout-dark .hljs-selector-id,
.mdui-theme-layout-dark .hljs-selector-pseudo,
.mdui-theme-layout-dark .hljs-selector-tag {
    color: #d7ba7d
}

.mdui-theme-layout-dark .hljs-addition {
    background-color: #144212;
    display: inline-block;
    width: 100%
}

.mdui-theme-layout-dark .hljs-deletion {
    background-color: #600;
    display: inline-block;
    width: 100%
}

.mc-topic-item .item {
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:599.9px) {
    .mc-topic-item .item {
        margin-bottom: 8px
    }
}

.mc-topic-item .item .info {
    display: block;
    box-sizing: border-box;
    padding: 56% 16px 0;
    text-decoration: none
}

.mc-topic-item .item .name {
    float: inline-end;
    direction: rtl;
    padding-top: 16px;
    padding-bottom: 8px;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all
}

.mc-topic-item .item .actions {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 8px 16px
}

.mc-topic-item .item .followers {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    direction: rtl;
}

.mc-follow i {
    font-size: 21px !important
}

.mc-follow.mdui-btn-dense i {
    font-size: 19px !important
}

.mc-icon-button {
    overflow: visible
}

.mc-icon-button.active .mdui-icon {
    color: #1a73e8 !important
}

.mdui-theme-layout-dark .mc-icon-button.active .mdui-icon {
    color: #8ab4f8 !important
}

.mc-icon-button+button {
    margin-left: 8px
}

.mc-icon-button .badge {
    position: absolute;
    top: -2px;
    right: -4px;
    height: 14px;
    padding: 0 4px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    background-color: rgba(26, 115, 232, .64);
    border-radius: 7px
}

.mdui-theme-layout-dark .mc-icon-button .badge {
    background-color: rgba(138, 180, 248, .64)
}

.mc-icon-button i {
    font-size: 15px
}

.mc-icon-button.mdui-btn-dense i {
    font-size: 14px
}

#page-index .items-container {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 24px;
    padding-right: 8px;
    padding-left: 8px
}

@media (max-width:1023.9px) {
    #page-index .items-container {
        width: 100%
    }
}

@media (max-width:599.9px) {
    #page-index .items-container {
        padding: 0
    }
}

@media (max-width:599.9px) {
    #page-index .items-container .items {
        border-right: none;
        border-left: none;
        border-radius: 0
    }
}

@media (max-width:1023.9px) {
    #page-index .items-container .header {
        padding: 0 16px
    }
}

#page-index .items-container .item {
    display: flex;
    direction: rtl;
    align-items: center;
    height: 52px;
    padding: 0 64px 0 24px;
    font-size: 15px;
    text-decoration: none;
    border-top: 1px solid rgba(0, 0, 0, .08);
    transition: background-color .18s cubic-bezier(.4, 0, .2, 1)
}

@media (max-width:1023.9px) {
    #page-index .items-container .item {
        padding: 0 48px 0 16px
    }
}

@media (max-width:599.9px) {
    #page-index .items-container .item {
        border-top: none
    }
}

.mdui-theme-layout-dark #page-index .items-container .item {
    border-top-color: hsla(0, 0%, 100%, .12)
}

#page-index .items-container .item:hover {
    background-color: rgba(0, 0, 0, .04)
}

.mdui-theme-layout-dark #page-index .items-container .item:hover {
    background-color: hsla(0, 0%, 100%, .04)
}

#page-index .items-container .item:active {
    background-color: #eee
}

.mdui-theme-layout-dark #page-index .items-container .item:active {
    background-color: #484848
}

#page-index .items-container .item .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;
}

#page-index .items-container .mc-user-popover {
    position: absolute;
    right: 24px;
    left: auto;
    width: 20px;
    height: 20px
}

@media (max-width:1023.9px) {
    #page-index .items-container .mc-user-popover {
        right: 16px;
        left: auto;
    }
}

#page-index .items-container .mc-user-popover>.avatar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    border-radius: 50%
}

.mc-user-popover .popover {
    z-index: 5999;
    width: 320px;
    padding: 16px;
    overflow: visible;
    cursor: default
}

.mc-user-popover .mdui-spinner {
    display: block;
    margin: 20px auto
}

.mc-user-popover .mc-user-line {
    height: 48px;
    padding-bottom: 16px
}

.mc-user-popover .mc-user-line .avatar {
    width: 48px;
    height: 48px;
    background-size: 48px 48px
}

.mc-user-popover .mc-user-line .username {
    margin-left: 16px;
    font-size: 17px;
    line-height: 28px
}

.mc-user-popover .mc-user-line .headline {
    margin-left: 64px;
    font-size: 14px;
    line-height: 20px
}

.mc-user-popover .stats {
    display: flex
}

.mc-user-popover .stats a,
.mc-user-popover .stats button {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    min-width: auto;
    height: auto;
    padding: 4px 0 3px;
    line-height: 24px
}

.mc-user-popover .stats a label,
.mc-user-popover .stats a span,
.mc-user-popover .stats button label,
.mc-user-popover .stats button span {
    cursor: pointer
}

.mc-user-popover .stats a label,
.mc-user-popover .stats button label {
    font-size: 13px
}

.mc-user-popover .stats a span,
.mc-user-popover .stats button span {
    font-size: 16px
}

.mc-user-popover .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 16px
}

.mc-options-button {
    display: inline-block
}

.mc-loaded {
    margin: 24px 0 -38px !important;
    font-size: 13px;
    letter-spacing: .5px;
    text-align: center;
    opacity: .54
}

.mc-empty {
    box-sizing: border-box;
    width: 100%;
    margin-top: 80px;
    padding: 108px 16px 64px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top
}

.mc-empty .title {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .54);
    font-size: 18px
}

.mdui-theme-layout-dark .mc-empty .title {
    color: hsla(0, 0%, 100%, .87)
}

.mc-empty .description {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .54);
    font-size: 15px;
    line-height: 24px
}

.mdui-theme-layout-dark .mc-empty .description {
    color: hsla(0, 0%, 100%, .64)
}

.mc-editor {
    position: fixed;
    right: 74px;
    bottom: 0;
    z-index: 5000;
    display: flex;
    flex-direction: column;
    width: 450px;
    height: 608px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.mc-editor .header {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #404040;
    -ms-user-select: none;
    user-select: none
}

.mdui-theme-layout-dark .mc-editor .header {
    background-color: #303030
}

.mc-editor .header-title {
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
    padding-left: 16px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.mc-editor .header-actions {
    padding-right: 8px;
    padding-left: 8px
}

.mc-editor .header-actions i {
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    cursor: pointer;
    opacity: .6
}

.mc-editor .header-actions i:hover {
    background-color: #737373;
    opacity: 1
}

.mc-editor.maximize:not(.minimize) {
    right: calc((100% - 736px)/2);
    bottom: 4vh;
    width: 100%;
    max-width: 736px;
    height: 92vh
}

@media (max-width:736px) {
    .mc-editor.maximize:not(.minimize) {
        right: 0;
        bottom: 0;
        height: 100vh;
        border-radius: 0
    }
}

.mc-editor.minimize {
    width: 260px;
    height: 40px
}

.mc-editor .body {
    flex: 1;
    padding: 0 16px;
    overflow: hidden;
    direction: rtl;
    background-color: #fff
}

.mdui-theme-layout-dark .mc-editor .body {
    background-color: #424242
}

.mc-editor .body .submit {
    min-width: 76px;
    margin-right: 10px
}

.mc-editor .editor-title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 34px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    outline: none
}

.mdui-theme-layout-dark .mc-editor .editor-title {
    border-color: hsla(0, 0%, 100%, .12)
}

.mc-editor .editor-topics {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.mdui-theme-layout-dark .mc-editor .editor-topics {
    border-color: hsla(0, 0%, 100%, .12)
}

.mc-editor .editor-topics .chip-wrapper,
.mc-editor .editor-topics .placeholder {
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
    -ms-user-select: none;
    user-select: none
}

.mc-editor .editor-topics .placeholder {
    color: rgba(0, 0, 0, .42);
    cursor: pointer
}

.mdui-theme-layout-dark .mc-editor .editor-topics .placeholder {
    color: hsla(0, 0%, 100%, .42)
}

.mc-editor .editor-toolbar {
    padding: 12px 0;
    box-shadow: inset 0 1px 0 0 rgba(100, 121, 143, .122)
}

.mdui-theme-layout-dark .mc-editor .editor-toolbar .mdui_editor-toolbar-menu-active {
    background-color: #565656 !important
}

.mdui-theme-layout-dark .mc-editor .editor-toolbar i {
    color: #fff
}

.mc-editor .editor-content {
    height: calc(100% - 60px);
    padding: 10px 0
}

.mdui-theme-layout-dark .mc-editor .editor-content:before {
    color: hsla(0, 0%, 100%, .42)
}

.mc-editor.with-title .editor-content,
.mc-editor.with-topics .editor-content {
    height: calc(100% - 108px)
}

.mc-editor.with-title.with-topics .editor-content {
    height: calc(100% - 156px)
}

@media (max-width:599.9px) {
    .mc-editor {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        border-radius: 0
    }

    .mc-editor.minimize {
        width: 100%;
        height: 56px
    }

    .mc-editor .header {
        height: 56px
    }

    .mc-editor .header-title {
        font-size: 16px
    }

    .mc-editor .header-actions i {
        padding: 8px;
        font-size: 20px;
        border-radius: 3px
    }

    .mc-editor .header-actions i:nth-child(2),
    .mc-editor .icon-maximize,
    .mc-editor .mdui_editor-toolbar-menu-code,
    .mc-editor .mdui_editor-toolbar-menu-italic,
    .mc-editor .mdui_editor-toolbar-menu-ol,
    .mc-editor .mdui_editor-toolbar-menu-ul {
        display: none
    }

    .mc-editor .mdui_editor-toolbar-menu {
        width: 36px;
        min-width: 36px;
        height: 36px;
        line-height: 36px
    }

    .mc-editor .mdui_editor-toolbar-menu i {
        font-size: 22px
    }
}

.mc-editor .mdui-chip {
    margin-right: 8px
}

.mc-list-item {
    position: relative;
    display: block;
    padding: 16px 64px 16px 24px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    cursor: pointer;
    transition: background-color .18s cubic-bezier(.4, 0, .2, 1)
}

.mdui-theme-layout-dark .mc-list-item {
    border-bottom-color: hsla(0, 0%, 100%, .12)
}

.mc-list-item:last-child {
    border-bottom: none
}

.mc-list-item:hover {
    background-color: rgba(0, 0, 0, .04)
}

.mdui-theme-layout-dark .mc-list-item:hover {
    background-color: hsla(0, 0%, 100%, .04)
}

.mc-list-item:active {
    background-color: #eee
}

.mdui-theme-layout-dark .mc-list-item:active {
    background-color: #484848
}

.mc-list-item.last-visit:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #1a73e8;
    content: " "
}

.mdui-theme-layout-dark .mc-list-item.last-visit:before {
    background-color: hsla(0, 0%, 100%, .7)
}

.mc-list-item .mc-user-popover {
    position: absolute;
    right: 26px;
    width: 20px;
    height: 20px
}

.mc-list-item .mc-user-popover>.avatar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    border-radius: 50%
}

.mc-list-item .title {
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    direction: rtl;
    line-height: 20px;
    white-space: nowrap;
    text-align: right;
    text-overflow: ellipsis
}

@media (max-width:599.9px) {
    .mc-list-item .title {
        font-size: 15px
    }
}

.mc-list-item .content {
    display: flex;
    direction: rtl;
    line-height: normal;
    align-items: center;
    height: 16px;
    margin-top: 8px
}

.mc-list-item .snippet {
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mc-list-item .meta {
    display: flex;
    padding-left: 48px;
    font-size: 13px
}

.mc-list-item .update_time {
    display: none
}

.mc-list-item .replys {
    margin-left: 0px
}

.mc-list-item:hover .meta {
    padding-left: 12px
}

.mc-list-item:hover .update_time {
    display: block
}

@media (max-width:599.9px) {
    .mc-list-item {
        padding-left: 50px
    }

    .mc-list-item .mc-user-popover {
        right: 16px
    }

    .mc-list-item .snippet {
        display: none
    }

    .mc-list-item .meta {
        flex-direction: row-reverse;
        padding-left: 0 !important
    }

    .mc-list-item .update_time {
        display: block
    }

    .mc-list-item .replys {
        margin-right: 16px;
        margin-left: 0
    }
}

.mc-topic-selector {
    max-width: 530px;
    height: 94% !important;
    max-height: 720px !important
}

.mc-topic-selector .mdui-dialog-title {
    padding: 16px 24px;
    line-height: 36px
}

.mc-topic-selector .mdui-dialog-content,
.mc-topic-selector .mdui-list {
    padding: 0
}

.mc-topic-selector .mdui-dialog-content {
    padding-bottom: 62px;
        direction: rtl;
}

.mc-topic-selector .mdui-list-item {
    padding-right: 24px;
    padding-left: 24px
}

.mc-topic-selector .mdui-list-item-avatar {
    overflow: hidden
}

.mc-topic-selector .mdui-list-item-avatar img {
    width: auto;
    margin-left: -16px;
    border-radius: 0
}

.mc-topic-selector .close {
    display: none
}

.mc-topic-selector .selected {
    padding: 0 24px 8px;
    line-height: 1
}

.mc-topic-selector .selected .mdui-chip {
    margin-right: 8px
}

@media (max-width:599px) {
    .mc-topic-selector {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        border-radius: 0 !important
    }

    .mc-topic-selector .mdui-dialog-title {
        padding: 10px 8px 10px 16px;
        border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

    .mdui-theme-layout-dark .mc-topic-selector .mdui-dialog-title {
        border-bottom-color: hsla(0, 0%, 100%, .12)
    }

    .mc-topic-selector .selected {
        padding-top: 12px
    }

    .mc-topic-selector .close {
        display: inline-block;
        float: left;
        margin-right: 16px
    }
}

#page-question {
    max-width: 846px
}

#page-question.mdui-container {
    padding-top: 0
}

#page-question .question {
    padding: 0 64px;
    direction: rtl;
}

#page-question .question .title {
    position: relative;
    margin: 0;
    padding: 36px 0 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px
}

#page-question .question .content {
    padding: 48px 0 32px
}

#page-question .question .mc-topics-bar {
    padding-bottom: 16px
}

#page-question .question .actions {
    display: flex;
    margin-right: -64px;
    margin-left: -64px;
    padding: 8px 64px;
    background-color: rgba(0, 0, 0, .04)
}

#page-question .mc-list-header {
    margin-top: 32px;
    margin-bottom: 20px
}

#page-question .all-answers {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 16px 0;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    opacity: .56
}

.mdui-theme-layout-dark #page-question .all-answers {
    border-color: hsla(0, 0%, 100%, .12)
}

#page-question .all-answers:hover {
    opacity: 1
}

#page-question .answers {
    min-height: 148px
}

@media (max-width:599.9px) {
    #page-question .question {
        padding: 0 16px;
        border-right: none;
        border-left: none;
        border-radius: 0
    }

    #page-question .question .title {
        padding: 16px 0;
        font-size: 22px;
        line-height: 32px
    }

    #page-question .question .content {
        padding: 28px 0
    }

    #page-question .question .mc-topics-bar {
        padding-bottom: 8px
    }

    #page-question .question .actions {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px
    }

    #page-question .mc-list-header {
        margin-top: 20px;
        margin-bottom: 12px;
        padding: 0 16px
    }

    #page-question .mc-list-header .mdui-btn {
        padding-right: 0
    }

    #page-question .answers {
        border-right: none;
        border-left: none;
        border-radius: 0
    }
}

.mc-user-line {
    position: relative;
    direction: rtl;
    height: 40px
}

.mc-user-line .avatar {
    float: right;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px 40px;
    border-radius: 50%
}

.mc-user-line .username {
    margin-right: 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none
}

.mc-user-line .headline {
    margin-right: 64px;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mc-user-line .more {
    position: absolute;
    top: 0;
    left: 0
}

.mc-user-line .time {
    font-size: 13px;
    line-height: 20px
}

.mc-topics-bar .mdui-chip {
    margin-right: 8px
}

.mc-list-header {
    display: flex;
    direction: rtl;
    align-items: center;
    justify-content: space-between
}

.mc-list-header .title {
    font-size: 18px
}

.mc-list-header .mdui-menu {
    width: 236px
}

@media (max-width:599.9px) {
    .mc-list-header .title {
        font-size: 16px
    }
}

.mc-nav {
    display: flex;
    justify-content: space-between;
    margin: 16px 0
}

.mc-nav .back i {
    font-size: 20px
}

#page-question .answers .item,
.mc-comments .item {
    padding: 16px 64px;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mdui-theme-layout-dark #page-question .answers .item,
.mdui-theme-layout-dark .mc-comments .item {
    border-bottom-color: hsla(0, 0%, 100%, .12)
}

#page-question .answers .item:last-child,
.mc-comments .item:last-child {
    border-bottom: none
}

#page-question .answers .item .content,
.mc-comments .item .content {
    padding-top: 16px;
    padding-right: 64px;
    direction: rtl;
}

#page-question .answers .item .reply_count,
#page-question .answers .item .reply_more,
.mc-comments .item .reply_count,
.mc-comments .item .reply_more {
    margin-top: 16px;
    margin-left: 64px
}

#page-question .answers .item .actions,
.mc-comments .item .actions {
    display: flex;
    margin-top: 16px;
    padding-left: 64px
}

#page-question .answers .item .new-comment,
.mc-comments .item .new-comment {
    padding-left: 64px
}

@media (max-width:849px) {

    #page-question .answers .item .actions,
    #page-question .answers .item .content,
    #page-question .answers .item .new-comment,
    .mc-comments .item .actions,
    .mc-comments .item .content,
    .mc-comments .item .new-comment {
        padding-left: 0
    }

    #page-question .answers .item .reply_count,
    .mc-comments .item .reply_count {
        margin-left: 0
    }

    #page-question .answers .item .reply_more,
    .mc-comments .item .reply_more {
        margin-left: 40px
    }
}

@media (max-width:599.9px) {

    #page-question .answers .item,
    .mc-comments .item {
        padding-right: 16px;
        padding-left: 16px
    }

    #page-question .answers .item .content,
    .mc-comments .item .content {
        padding-top: 16px
    }
}

#page-question .comment {
    margin-left: 16px
}

#page-question .comment i {
    font-size: 16px
}

#page-article {
    max-width: 846px
}

#page-article.mdui-container {
    padding-top: 0
}

#page-article .article {
    padding: 0 64px;
    direction: rtl;
}

#page-article .article .title {
    position: relative;
    margin: 0;
    padding: 36px 0 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px
}

#page-article .article .content {
    padding: 48px 0 32px
}

#page-article .article .mc-topics-bar {
    padding-bottom: 16px
}

#page-article .article .actions {
    display: flex;
    margin-right: -64px;
    margin-left: -64px;
    padding: 8px 64px;
    background-color: rgba(0, 0, 0, .04)
}

#page-article .article .mc-follow {
    margin-left: 16px
}

@media (max-width:599.9px) {
    #page-article .article {
        padding: 0 16px;
        border-right: none;
        border-left: none;
        border-radius: 0
    }

    #page-article .article .title {
        padding: 16px 0;
        font-size: 22px;
        line-height: 32px
    }

    #page-article .article .content {
        padding: 28px 0
    }

    #page-article .article .mc-topics-bar {
        padding-bottom: 8px
    }

    #page-article .article .actions {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 16px;
        padding-left: 16px
    }
}

.mc-comments-page .mc-list-header {
    margin-top: 32px;
    margin-bottom: 20px
}

@media (max-width:599.9px) {
    .mc-comments-page .mc-list-header {
        margin-top: 20px;
        margin-bottom: 12px;
        padding: 0 16px
    }

    .mc-comments-page .mc-list-header .mdui-btn {
        padding-right: 0
    }
}

.mc-comments-page .comments-wrapper {
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px
}

.mdui-theme-layout-dark .mc-comments-page .comments-wrapper {
    border-color: hsla(0, 0%, 100%, .12)
}

.mc-comments-page .comments-wrapper .mc-loaded {
    margin-bottom: 24px !important
}

@media (max-width:599.9px) {
    .mc-comments-page .comments-wrapper {
        border-right: none;
        border-left: none;
        border-radius: 0
    }
}

.mc-comments-page .comments {
    border: none
}

.mc-comments-page .new-comment-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0
}

@media (min-width:1024px) {
    .mdui-drawer-body-left .mc-comments-page .new-comment-fixed {
        left: 240px
    }
}

.mc-comments-page .new-comment-fixed .mdui-container {
    max-width: 846px;
    padding-top: 0;
    padding-bottom: 0
}

.mc-comments-page .new-comment-fixed .new-comment {
    box-sizing: border-box;
    padding-right: 64px !important;
    padding-left: 64px !important;
    border-right: 1px solid rgba(0, 0, 0, .12);
    border-left: 1px solid rgba(0, 0, 0, .12);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 -1px 3px rgba(26, 26, 26, .1)
}

.mdui-theme-layout-dark .mc-comments-page .new-comment-fixed .new-comment {
    border-top-color: hsla(0, 0%, 100%, .12)
}

@media (max-width:599.9px) {
    .mc-comments-page .new-comment-fixed .new-comment {
        padding-right: 16px !important;
        padding-left: 16px !important;
        border-right: none;
        border-left: none;
        border-radius: 0
    }
}

.mc-comments .comments {
    min-height: 148px
}

@media (max-width:599.9px) {
    .mc-comments .comments {
        border-right: none;
        border-left: none;
        border-radius: 0
    }
}

.mc-comments .item .content {
    line-height: 1.6
}

.mc-comments .item .actions>.mc-icon-button {
    margin-left: 8px
}

.mc-comments .item .actions>.mc-icon-button i {
    font-size: 22px
}

.mc-comments .item .reply_count,
.mc-comments .item .reply_more {
    display: inline-block;
    height: 24px;
    color: #1a73e8;
    line-height: 24px;
    cursor: pointer
}

.mc-comments .item .reply_count i,
.mc-comments .item .reply_more i {
    float: left;
    transition: transform .3s
}

.mc-comments .item .reply_count span,
.mc-comments .item .reply_more span {
    font-size: 14px
}

.mdui-theme-layout-dark .mc-comments .item .reply_count,
.mdui-theme-layout-dark .mc-comments .item .reply_more {
    color: #8ab4f8
}

.mc-comments .item .reply_more i {
    margin-right: 3px;
    font-size: 20px
}

.mc-comments .item .show-replies i {
    transform: rotate(180deg)
}

.mc-comments-dialog .new-comment,
.mc-comments-page .new-comment {
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 0;
    background-color: #fff
}

.mdui-theme-layout-dark .mc-comments-dialog .new-comment,
.mdui-theme-layout-dark .mc-comments-page .new-comment {
    background-color: #424242
}

.mc-comments-dialog .new-comment textarea,
.mc-comments-page .new-comment textarea {
    flex: 1;
    max-height: 60vh;
    margin-right: 16px;
    direction: rtl;
    overflow: auto;
    font-size: inherit;
    border-bottom: none !important;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .42)
}

.mdui-theme-layout-dark .mc-comments-dialog .new-comment textarea,
.mdui-theme-layout-dark .mc-comments-page .new-comment textarea {
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .7)
}

.mc-comments-dialog .new-comment textarea:focus,
.mc-comments-dialog .new-comment textarea:hover,
.mc-comments-page .new-comment textarea:focus,
.mc-comments-page .new-comment textarea:hover {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .87)
}

.mdui-theme-layout-dark .mc-comments-dialog .new-comment textarea:focus,
.mdui-theme-layout-dark .mc-comments-dialog .new-comment textarea:hover,
.mdui-theme-layout-dark .mc-comments-page .new-comment textarea:focus,
.mdui-theme-layout-dark .mc-comments-page .new-comment textarea:hover {
    box-shadow: 0 2px 0 0 #fff
}

.mc-comments-dialog .new-comment .submit,
.mc-comments-page .new-comment .submit {
    width: 76px
}

.mc-comments .item .item {
    padding-right: 0;
    border-bottom: none
}

.mc-comments .item .item .mc-user-line {
    height: 24px
}

.mc-comments .item .item .mc-user-line .avatar {
    width: 24px;
    height: 24px;
    background-size: 24px 24px
}

.mc-comments .item .item .mc-user-line .username {
    margin-left: 16px;
    line-height: 24px
}

.mc-comments .item .item .mc-user-line .headline {
    display: none
}

.mc-comments .item .item .actions,
.mc-comments .item .item .content {
    padding-left: 40px
}

@media (max-width:849px) {
    .mc-comments .item .item {
        padding-left: 40px
    }

    .mc-comments .item .item .actions,
    .mc-comments .item .item .content {
        padding-left: 0
    }
}

@media (max-width:599.9px) {
    .mc-comments .item .item {
        padding-right: 0;
        padding-left: 40px
    }
}

#page-topics .subheading,
#page-users .subheading {
    padding: 8px 8px 16px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .04em
}

@media (min-width:600px) {

    #page-topics .subheading,
    #page-users .subheading {
        text-align: right;
        padding-bottom: 24px;
        font-size: 16px
    }
}

#page-topics .items-wrapper,
#page-users .items-wrapper {
    margin-right: 0;
    margin-left: 0
}

#page-topics .items-wrapper:after,
#page-users .items-wrapper:after {
    display: table;
    clear: both;
    content: ""
}

@media (min-width:600px) {

    #page-topics .items-wrapper,
    #page-users .items-wrapper {
        margin-right: -8px;
        margin-left: -8px
    }
}

#page-topics .item-inner,
#page-users .item-inner {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 50%
}

#page-topics .item-inner:nth-child(odd),
#page-users .item-inner:nth-child(odd) {
    padding-right: 4px;
    padding-left: 8px
}

#page-topics .item-inner:nth-child(2n),
#page-users .item-inner:nth-child(2n) {
    padding-right: 8px;
    padding-left: 4px
}

@media (min-width:600px) {

    #page-topics .item-inner,
    #page-users .item-inner {
        width: 33.333333%;
        padding-right: 8px !important;
        padding-left: 8px !important
    }
}

@media (min-width:1024px) {

    #page-topics .item-inner,
    #page-users .item-inner {
        width: 25%
    }
}

#page-topics .mc-follow,
#page-users .mc-follow {
    min-width: 0;
    padding: 0 8px
}

#page-topics .mc-loading,
#page-users .mc-loading {
    margin-bottom: -62px
}

#page-topic {
    max-width: 846px;
    padding-top: 0
}

#page-topic .topic {
    padding: 24px 24px 16px
}

#page-topic .topic .info {
    display: flex;
    direction: rtl;
}

#page-topic .topic .info .cover {
    width: 180px;
    min-width: 180px;
    height: 101px;
    background-size: contain;
    border-radius: 4px
}

#page-topic .topic .info .main {
    padding-right: 24px
}

#page-topic .topic .info .name {
    height: 26px;
    font-size: 22px
}

#page-topic .topic .info .meta {
    padding-top: 10px;
    font-size: 13px
}

#page-topic .topic .info .meta span+span:before {
    margin: 0 8px;
    content: "•"
}

#page-topic .topic .info .description {
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px
}

#page-topic .topic .actions {
    display: flex;
    padding-top: 16px
}

@media (max-width:800px) {
    #page-topic .topic .info .main {
        padding-left: 16px
    }
}

@media (max-width:599.9px) {
    #page-topic .topic {
        padding: 16px;
        border-right: none;
        border-left: none;
        border-radius: 0
    }

    #page-topic .topic .info .cover {
        width: 108px;
        min-width: 108px;
        height: 60px
    }

    #page-topic .topic .info .name {
        padding-top: 2px
    }

    #page-topic .topic .info .meta {
        padding-top: 12px
    }

    #page-topic .topic .info .description {
        margin-top: 8px;
        margin-left: -124px
    }
}

#page-topic .contexts,
#page-user .contexts {
    margin-top: 16px
}

#page-topic .contexts .mc-list-header,
#page-user .contexts .mc-list-header {
    padding: 16px
}

#page-topic .contexts .mc-list-header .title,
#page-user .contexts .mc-list-header .title {
    font-size: 16px
}

#page-topic .contexts .mc-list-header button,
#page-user .contexts .mc-list-header button {
    padding-right: 0
}

#page-topic .contexts .item-list,
#page-user .contexts .item-list {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.mdui-theme-layout-dark #page-topic .contexts .item-list,
.mdui-theme-layout-dark #page-user .contexts .item-list {
    border-top-color: hsla(0, 0%, 100%, .12)
}

@media (max-width:599.9px) {

    #page-topic .contexts,
    #page-user .contexts {
        border-right: none;
        border-left: none;
        border-radius: 0
    }

    #page-topic .contexts .mc-list-header .title,
    #page-user .contexts .mc-list-header .title {
        font-size: 15px
    }
}

.mc-tab a {
    flex-direction: row
}

.mc-tab a span {
    margin-left: 6px;
    transform: scale(.9);
    opacity: .56
}

#page-users .item {
    margin-bottom: 16px
}

@media (max-width:599.9px) {
    #page-users .item {
        margin-bottom: 8px
    }
}

#page-users .item .info {
    display: block;
    box-sizing: border-box;
    text-decoration: none
}

#page-users .item .avatar {
    width: 96px;
    height: 96px;
    margin: 24px auto 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 96px 96px;
    border-radius: 50%
}

@media (max-width:599.9px) {
    #page-users .item .avatar {
        width: 80px;
        height: 80px;
        margin: 16px auto 12px;
        background-size: 80px 80px
    }
}

#page-users .item .headline,
#page-users .item .username {
    padding: 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    word-break: break-all
}

#page-users .item .username {
    height: 20px;
    font-size: 17px;
    line-height: 20px
}

#page-users .item .headline {
    height: 20px;
    margin: 8px 0 16px;
    font-size: 15px;
    line-height: 20px
}

@media (max-width:599.9px) {
    #page-users .item .headline {
        margin: 8px 0
    }
}

#page-users .item .actions {
    display: flex;
    justify-content: space-between;
    padding: 8px 8px 8px 16px
}

#page-user {
    max-width: 846px;
    padding-top: 0
}

#page-user .user {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#page-user .user .cover {
    position: relative;
    box-sizing: border-box;
    height: 0;
    padding-bottom: 56%;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

#page-user .user .cover .mc-cover-upload {
    position: absolute;
    top: 16px;
    right: 16px;
    display: none
}

#page-user .user .cover:hover .mc-cover-upload {
    display: block
}

#page-user .user .info {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 20px 24px 20px 20px
}

#page-user .user .info .avatar-box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    min-width: 110px;
    height: 110px;
    background-color: rgba(0, 0, 0, .06);
    border-radius: 50%
}

.mdui-theme-layout-dark #page-user .user .info .avatar-box {
    background-color: hsla(0, 0%, 100%, .06)
}

#page-user .user .info .avatar-box .avatar {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    -ms-user-select: none;
    user-select: none
}

#page-user .user .info .avatar-box .mc-avatar-upload {
    display: none
}

#page-user .user .info .avatar-box:hover .mc-avatar-upload {
    display: block
}

#page-user .user .info .profile {
    padding-left: 32px
}

#page-user .user .info .profile .meta {
    display: block;
    align-items: center;
    padding-right: 30px;
    line-height: 22px
}

#page-user .user .info .profile .meta+.meta {
    margin-top: 8px
}

#page-user .user .info .profile .meta i {
    float: left;
    margin-left: -30px;
    padding-top: 2px;
    font-size: 18px
}

#page-user .user .info .profile .username {
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 0;
    font-size: 32px;
    line-height: 32px
}

#page-user .user .info .profile.fold .meta {
    display: none
}

#page-user .user .info .profile.fold .meta:first-child,
#page-user .user .info .profile.fold .meta:nth-child(2) {
    display: block
}

#page-user .user .info .profile .fold-button {
    margin-top: 8px;
    margin-left: -16px
}

#page-user .user .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    padding: 0 57px 16px 24px
}

#page-user .user .actions .edit,
#page-user .user .actions .mc-follow {
    margin-left: 58px
}

#page-user .user .actions .edit i {
    font-size: 21px
}

#page-user .user .actions .follow {
    display: flex;
    flex: 1;
    align-items: center
}

#page-user .user .actions .divider {
    width: 1px;
    height: 16px;
    margin: 0 8px;
    background-color: rgba(0, 0, 0, .12)
}

.mdui-theme-layout-dark #page-user .user .actions .divider {
    background-color: hsla(0, 0%, 100%, .12)
}

@media (max-width:599.9px) {

    #page-user .user,
    #page-user .user .cover {
        border-radius: 0
    }

    #page-user .user .info {
        flex-direction: column;
        align-items: center;
        padding: 0 16px 16px
    }

    #page-user .user .info .avatar-box {
        width: 106px;
        min-width: 106px;
        height: 106px;
        margin-top: -53px
    }

    #page-user .user .info .profile {
        /* width: 100%; */
        padding-left: 0
    }

    #page-user .user .info .profile.fold {
        width: auto
    }

    #page-user .user .info .profile .username {
        padding-top: 10px;
        font-size: 24px;
        text-align: center
    }

    #page-user .user .actions {
        position: relative;
        margin-top: 54px;
        padding: 0 16px 16px
    }

    #page-user .user .actions .edit,
    #page-user .user .actions .mc-follow {
        margin-right: 0
    }

    #page-user .user .actions .follow {
        position: absolute;
        top: -54px;
        right: 16px;
        left: 16px;
        border-top: 1px solid rgba(0, 0, 0, .06);
        border-bottom: 1px solid rgba(0, 0, 0, .06)
    }

    .mdui-theme-layout-dark #page-user .user .actions .follow {
        border-color: hsla(0, 0%, 100%, .06)
    }

    #page-user .user .actions .followees,
    #page-user .user .actions .followers {
        width: 50%;
        border-radius: 0
    }

    #page-user .user .actions .divider {
        margin: 0
    }
}

.mc-avatar-upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mc-avatar-upload,
.mc-cover-upload {
    width: 48px;
    height: 48px;
    overflow: hidden
}

.mc-avatar-upload .upload-btn,
.mc-cover-upload .upload-btn {
    display: block;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, .26) !important
}

.mc-avatar-upload .upload-btn i,
.mc-cover-upload .upload-btn i {
    color: #fff !important;
    opacity: .9
}

.mc-avatar-upload .upload-btn:active,
.mc-avatar-upload .upload-btn:hover,
.mc-cover-upload .upload-btn:active,
.mc-cover-upload .upload-btn:hover {
    background-color: rgba(0, 0, 0, .26) !important
}

.mc-avatar-upload .upload-btn:active i,
.mc-avatar-upload .upload-btn:hover i,
.mc-cover-upload .upload-btn:active i,
.mc-cover-upload .upload-btn:hover i {
    opacity: 1
}

.mc-avatar-upload .upload-btn+input[type=file],
.mc-cover-upload .upload-btn+input[type=file] {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0
}

#page-user .edit-info {
    max-width: 530px
}

#page-user .edit-info .mdui-dialog-title {
    padding: 16px 24px;
    line-height: 36px
}

#page-user .edit-info .close {
    display: none
}

#page-user .edit-info .mdui-textfield {
    padding-top: 0
}

@media (max-width:599px) {
    #page-user .edit-info {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        border-radius: 0 !important
    }

    #page-user .edit-info .mdui-dialog-title {
        padding: 10px 8px;
        border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

    #page-user .edit-info .mdui-dialog-content {
        padding-top: 16px
    }

    #page-user .edit-info .close {
        display: inline-block;
        float: left;
        margin-right: 8px
    }
}

#page-articles,
#page-notifications,
#page-questions {
    max-width: 800px;
	direction: rtl;
}

@media (max-width:599.9px) {

    #page-articles .item-list,
    #page-notifications .item-list,
    #page-questions .item-list {
        border: 1px solid rgba(0, 0, 0, .12);
        border-right: none;
        border-left: none;
        border-radius: 0;
        box-shadow: none
    }

    .mdui-theme-layout-dark #page-articles .item-list,
    .mdui-theme-layout-dark #page-notifications .item-list,
    .mdui-theme-layout-dark #page-questions .item-list {
        border-top-color: hsla(0, 0%, 100%, .12);
        border-bottom-color: hsla(0, 0%, 100%, .12)
    }
}

#page-articles .mc-loading,
#page-notifications .mc-loading,
#page-questions .mc-loading {
    margin-bottom: -62px
}

#page-notifications .item {
    position: relative;
    padding: 20px 24px
}

@media (max-width:599.9px) {
    #page-notifications .item {
        padding-right: 16px;
        padding-left: 16px
    }
}

#page-notifications .item:after {
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 24px;
    height: 1px;
    background-color: rgba(0, 0, 0, .08);
    content: " "
}

@media (max-width:599.9px) {
    #page-notifications .item:after {
        right: 16px;
        left: 16px
    }
}

.mdui-theme-layout-dark #page-notifications .item:after {
    background-color: hsla(0, 0%, 100%, .08)
}

#page-notifications .item .title {
    padding-right: 32px;
    line-height: 24px
}

#page-notifications .item .title .article,
#page-notifications .item .title .question,
#page-notifications .item .title .user {
    color: #1a73e8;
    text-decoration: none
}

.mdui-theme-layout-dark #page-notifications .item .title .article,
.mdui-theme-layout-dark #page-notifications .item .title .question,
.mdui-theme-layout-dark #page-notifications .item .title .user {
    color: #8ab4f8
}

#page-notifications .item .title .article.deleted,
#page-notifications .item .title .question.deleted,
#page-notifications .item .title .user.deleted {
    color: inherit;
    font-weight: 700;
    opacity: .68
}

#page-notifications .item .content {
    box-sizing: border-box;
    min-height: 34px;
    margin-top: 10px;
    padding: 6px 32px 6px 8px;
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 22px;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 4px
}

.mdui-theme-layout-dark #page-notifications .item .content {
    color: hsla(0, 0%, 100%, .7);
    background-color: #424242
}

#page-notifications .item .content .mc-loading {
    margin-bottom: 0
}

#page-notifications .item .mdui-typo {
    padding-top: 16px;
    padding-bottom: 16px
}

#page-notifications .item .mdui-typo pre.hljs {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .12)
}

.mdui-theme-layout-dark #page-notifications .item .mdui-typo pre.hljs {
    border-color: hsla(0, 0%, 100%, .12)
}

#page-notifications .item .delete,
#page-notifications .item .more {
    position: absolute;
    right: 28px;
    display: none;
    width: 24px;
    min-width: 24px;
    height: 24px;
    color: #1a73e8;
    cursor: pointer
}

.mdui-theme-layout-dark #page-notifications .item .delete,
.mdui-theme-layout-dark #page-notifications .item .more {
    color: #8ab4f8
}

@media (max-width:599.9px) {

    #page-notifications .item .delete,
    #page-notifications .item .more {
        right: 20px
    }
}

#page-notifications .item .more {
    bottom: 25px
}

@media (max-width:599.9px) {
    #page-notifications .item .more {
        display: block
    }
}

#page-notifications .item .delete {
    top: 16px
}

#page-notifications .item .delete .mdui-icon {
    font-size: 16px
}

#page-notifications .item:hover .delete,
#page-notifications .item:hover .more {
    display: block
}

.mc-appbar {
    background-color: #fff
}

.mdui-theme-layout-dark .mc-appbar {
    background-color: #303030
}

.mc-appbar .toolbar {
    position: relative
}

.mc-appbar .toolbar .headline,
.mc-appbar .toolbar .title {
    overflow: visible;
    opacity: .87
}

.mc-appbar .toolbar .headline {
    font-weight: 400;
    font-size: 24px
}

@media (max-width:599.9px) {
    .mc-appbar .toolbar .headline {
        overflow: hidden
    }
}

.mc-appbar .toolbar .title {
    font-size: 20px;
    letter-spacing: .02em
}

@media (max-width:599.9px) {
    .mc-appbar .toolbar .title {
        display: none
    }
}

.mc-appbar .toolbar .login,
.mc-appbar .toolbar .register {
    min-width: 64px !important;
    margin: 0 24px 0 0 !important
}

@media (max-width:1023.9px) {

    .mc-appbar .toolbar .login,
    .mc-appbar .toolbar .register {
        margin-right: 16px !important;
        padding: 0 12px
    }
}

@media (max-width:599.9px) {

    .mc-appbar .toolbar .login,
    .mc-appbar .toolbar .register {
        margin-right: 8px !important;
        padding: 0 8px
    }
}

.mc-appbar .toolbar .avatar {
    display: block;
    min-width: 32px
}

.mc-appbar .toolbar .avatar .user {
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1)
}

.mc-appbar .toolbar .avatar .user:hover {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.mc-appbar .toolbar .avatar .user img {
    border-radius: 50%
}

.mc-appbar .toolbar .avatar .popover {
    width: 330px;
    height: 192px;
    padding: 0
}

.mc-appbar .toolbar .avatar .popover .bottom,
.mc-appbar .toolbar .avatar .popover .info {
    position: absolute;
    box-sizing: border-box;
    width: 100%
}

.mc-appbar .toolbar .avatar .popover .info {
    top: 0;
    left: 0;
    height: 139px;
    padding: 22px 20px
}

.mc-appbar .toolbar .avatar .popover .bottom {
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.mdui-theme-layout-dark .mc-appbar .toolbar .avatar .popover .bottom {
    background-color: #424242;
    border-top-color: hsla(0, 0%, 100%, .12)
}

.mc-appbar .toolbar .avatar .popover .bottom button {
    min-width: 46px
}

.mc-appbar .toolbar .avatar .popover .avatar-box {
    position: relative;
    float: left;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%
}

.mc-appbar .toolbar .avatar .popover .avatar-box .mc-avatar-upload {
    display: none
}

.mc-appbar .toolbar .avatar .popover .avatar-box:hover .mc-avatar-upload {
    display: block
}

.mc-appbar .toolbar .avatar .popover .email,
.mc-appbar .toolbar .avatar .popover .username {
    margin-left: 112px;
    line-height: 20px
}

.mc-appbar .toolbar .avatar .popover .username {
    font-weight: 700;
    font-size: 14px
}

.mc-appbar .toolbar .avatar .popover .email {
    font-size: 13px
}

.mc-appbar .toolbar .avatar .popover .personal {
    margin-left: 16px
}

@media (max-width:599.9px) {
    .mc-appbar .toolbar .notification {
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: -4px
    }
}

.mc-appbar .toolbar .notification .count {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -14px;
    margin-left: 2px;
    background: #1a73e8;
    border-radius: 50%
}

.mc-appbar .toolbar .search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 722px;
    height: 46px;
    margin-left: 30px;
    background-color: #f1f3f4;
    border-radius: 8px;
    transition-duration: .18s;
    transition-property: background-color, box-shadow
}

@media (max-width:599.9px) {
    .mc-appbar .toolbar .search-bar {
        display: none
    }
}

.mc-appbar .toolbar .search-bar.focus {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15)
}

.mdui-theme-layout-dark .mc-appbar .toolbar .search-bar {
    background-color: #424242 !important
}

.mdui-theme-layout-dark .mc-appbar .toolbar .search-bar input {
    color: #fff
}

.mdui-theme-layout-dark .mc-appbar .toolbar .search-bar.focus {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .6), 0 6px 10px 4px rgba(0, 0, 0, .3)
}

.mc-appbar .toolbar .search-bar input {
    flex: 1;
    height: 46px;
    background-color: transparent;
    border: none;
    outline: none
}

.mc-appbar .toolbar .search-bar .back,
.mc-appbar .toolbar .search-bar .cancel,
.mc-appbar .toolbar .search-bar .submit {
    margin: 0 5px
}

.mc-appbar .toolbar .search-bar .back,
.mc-appbar .toolbar .search-bar .cancel {
    display: none
}

.mc-appbar .toolbar .search-bar.not-empty .cancel {
    display: flex
}

.mc-appbar .toolbar.mobile .avatar,
.mc-appbar .toolbar.mobile .headline,
.mc-appbar .toolbar.mobile .login,
.mc-appbar .toolbar.mobile .notification,
.mc-appbar .toolbar.mobile .register,
.mc-appbar .toolbar.mobile .search-icon,
.mc-appbar .toolbar.mobile .title {
    display: none
}

.mc-appbar .toolbar.mobile .search-bar {
    position: absolute;
    display: flex;
    height: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 0
}

.mdui-theme-layout-dark .mc-appbar .toolbar.mobile .search-bar {
    background-color: #424242 !important
}

.mc-appbar .toolbar.mobile .search-bar.focus {
    box-shadow: none
}

.mc-appbar .toolbar.mobile .search-bar .back {
    display: flex
}

.mc-appbar .toolbar.mobile .search-bar .submit,
.mc-appbar .toolbar .search-icon {
    display: none
}

@media (max-width:599.9px) {
    .mc-appbar .toolbar .search-icon {
        display: flex;
        width: 40px;
        min-width: 40px;
        height: 40px
    }
}

.mc-drawer {
    display: flex;
    flex-direction: column
}

.mc-drawer .mdui-list {
    flex: 1;
    box-sizing: border-box
}

.mc-drawer .mdui-list-item {
    padding-left: 20px;
    border-radius: 0 50px 50px 0
}

.mc-drawer .mdui-list-item-icon {
    transform: scale(.875)
}

.mc-drawer .mdui-list-item-content {
    font-weight: 400;
    font-size: 14px
}

.mc-drawer .mdui-list-item-active {
    color: #1a73e8;
    background-color: #e8f0fe
}

.mdui-theme-layout-dark .mc-drawer .mdui-list-item-active {
    color: #fff;
    background-color: #424242
}

.mc-drawer .mdui-list-item-active .mdui-list-item-icon {
    color: #1a73e8
}

.mdui-theme-layout-dark .mc-drawer .mdui-list-item-active .mdui-list-item-icon {
    color: #fff
}

.mc-drawer .copyright {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 16px
}

.mc-drawer .copyright p {
    margin: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, .38);
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mdui-theme-layout-dark .mc-drawer .copyright p {
    color: hsla(0, 0%, 100%, .38)
}

.mc-drawer .copyright a {
    color: rgba(0, 0, 0, .52);
    text-decoration: none
}

.mdui-theme-layout-dark .mc-drawer .copyright a {
    color: hsla(0, 0%, 100%, .52)
}

.mc-drawer .copyright a:hover {
    text-decoration: underline
}

.mc-login .mdui-dialog-title {
    background-color: #3f51b5
}

.mc-register .mdui-dialog-title {
    background-color: #4caf50
}

.mc-account {
    max-width: 448px;
    overflow-y: auto
}

.mc-account .arrow_back,
.mc-account .close {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    color: #fff
}

.mc-account .avatar {
    position: absolute;
    top: 40px;
    left: 36px;
    display: block;
    color: hsla(0, 0%, 100%, .56);
    font-size: 76px
}

.mc-account .mdui-dialog-title {
    margin-bottom: 24px;
    padding: 146px 40px 28px;
    color: #fff
}

.mdui-theme-layout-dark .mc-account .mdui-dialog-title {
    background-color: #303030
}

.mc-account form {
    padding: 0 40px 62px
}

.mc-account .more-option {
    margin-left: -16px
}

.mc-account .captcha-field {
    margin-right: 116px;
    overflow: visible
}

.mc-account .captcha-image {
    position: absolute;
    right: -116px;
    bottom: 29px;
    cursor: pointer
}

.mc-account .send-email-field {
    margin-right: 116px;
    overflow: visible
}

.mc-account .send-email {
    position: absolute;
    right: -116px;
    bottom: 29px
}

.mc-account .actions {
    margin-top: 24px
}

.mc-account .action-btn {
    float: right
}

.mdui-theme-layout-dark .mc-account .action-btn {
    background-color: #525252 !important
}

@media (max-width:599.9px) {
    .mc-account {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        border-radius: 0 !important
    }

    .mc-account .back,
    .mc-account .close {
        top: 10px;
        left: 8px
    }

    .mc-account .avatar {
        display: none
    }

    .mc-account .mdui-dialog-title {
        padding: 10px 16px 10px 52px;
        line-height: 36px
    }

    .mc-account form {
        padding: 0 24px 24px
    }

    .mc-account form .mdui-textfield {
        padding-top: 4px
    }

    .mc-account .actions {
        margin-top: 14px
    }
}

.mc-reset .mdui-dialog-title {
    background-color: #ff5722
}

.mc-users-dialog {
    max-width: 530px;
    height: 94% !important;
    max-height: 720px !important
}

.mc-users-dialog .mdui-dialog-title {
    padding: 16px 24px;
    direction: rtl;
    line-height: 36px
}

.mc-users-dialog .mdui-dialog-content,
.mc-users-dialog .mdui-list {
    padding: 0
}

.mc-users-dialog .mdui-dialog-content {
    padding-bottom: 62px
}

.mc-users-dialog .item {
    position: relative
}

.mc-users-dialog .mc-follow {
    position: absolute;
    top: 18px;
    right: 24px
}

.mc-users-dialog .mdui-list-item {
    padding: 8px 24px
}

.mc-users-dialog .close {
    display: none
}

@media (max-width:599.9px) {
    .mc-users-dialog {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        border-radius: 0 !important
    }

    .mc-users-dialog .mdui-dialog-title {
        padding: 10px 8px;
        font-size: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

    .mdui-theme-layout-dark .mc-users-dialog .mdui-dialog-title {
        border-bottom-color: hsla(0, 0%, 100%, .12)
    }

    .mc-users-dialog .mdui-list-item {
        padding-right: 16px;
        padding-left: 16px
    }

    .mc-users-dialog .close {
        display: inline-block;
        float: left;
        margin-right: 16px
    }
}

.mc-report-dialog {
    width: 280px
}

.mc-report-dialog .mdui-dialog-title {
    padding-bottom: 16px
}

.mc-report-dialog .mdui-dialog-title button {
    float: right;
    margin-top: -10px
}

.mc-report-dialog .mdui-dialog-content {
    padding: 0 0 8px
}

.mc-report-dialog .mdui-list-item {
    padding-left: 24px
}

.mc-report-dialog .mdui-list-item-content {
    margin-left: 2px
}

.mc-report-dialog .mdui-textfield {
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 8px
}

.mc-share-dialog {
    width: 280px
}

.mc-share-dialog .mdui-dialog-title {
    padding-bottom: 16px
}

.mc-share-dialog .mdui-dialog-title button {
    float: right;
    margin-top: -10px
}

.mc-share-dialog .mdui-dialog-content {
    padding: 0 0 8px
}

.mc-share-dialog .mdui-list-item {
    padding-left: 24px
}

.mc-share-dialog .mdui-list-item-content {
    margin-left: 24px
}

.mc-comments-dialog {
    position: fixed;
    top: 3%;
    z-index: 2001;
    max-width: 750px;
    height: 100vh;
    max-height: 94%
}

@media (max-width:599.9px) {
    .mc-comments-dialog {
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
        border-radius: 0
    }
}

.mc-comments-dialog .mc-comments {
    height: 100%
}

.mc-comments-dialog .mc-list-header {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    margin: 0 !important;
    padding: 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mc-comments-dialog .mc-list-header .close {
    display: none
}

.mc-comments-dialog .mc-list-header button {
    padding-right: 0
}

.mdui-theme-layout-dark .mc-comments-dialog .mc-list-header {
    border-bottom-color: hsla(0, 0%, 100%, .12)
}

@media (max-width:1023.9px) {
    .mc-comments-dialog .mc-list-header {
        height: 56px
    }
}

@media (max-width:599.9px) {
    .mc-comments-dialog .mc-list-header {
        padding-left: 8px
    }

    .mc-comments-dialog .mc-list-header .close {
        display: inline-block;
        margin-right: 16px
    }
}

.mc-comments-dialog .comments-wrapper {
    height: calc(100% - 120px);
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:1023.9px) {
    .mc-comments-dialog .comments-wrapper {
        height: calc(100% - 116px)
    }
}

.mc-comments-dialog .comments-wrapper .mc-loaded {
    margin-bottom: 24px !important
}

.mc-comments-dialog .comments {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0
}

.mc-comments-dialog .mc-comments>.new-comment {
    position: absolute;
    bottom: 0;
    box-shadow: 0 -1px 3px rgba(26, 26, 26, .1)
}

.mdui-theme-layout-dark .mc-comments-dialog .mc-comments>.new-comment {
    box-shadow: 0 -1px 3px hsla(0, 0%, 89.4%, .1)
}

.mc-comments-dialog .comments>.item,
.mc-comments-dialog .mc-comments>.new-comment {
    padding-right: 24px;
    padding-left: 24px
}

@media (max-width:599.9px) {

    .mc-comments-dialog .comments>.item,
    .mc-comments-dialog .mc-comments>.new-comment {
        padding-right: 16px;
        padding-left: 16px
    }
}
