@font-face {
    font-family: Catamaran;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/contents/v2/fonts/Catamaran-300.ttf) format("truetype");
}

@font-face {
    font-family: Catamaran;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/contents/v2/fonts/Catamaran-400.ttf) format("truetype");
}

@font-face {
    font-family: Catamaran;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/contents/v2/fonts/Catamaran-500.ttf) format("truetype");
}

@font-face {
    font-family: Catamaran;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/contents/v2/fonts/Catamaran-700.ttf) format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

html {
    min-width: 300px;
}

:root {
    --yellow: #fd3;
    --grey: #f9fafb;
    --bronz: #d48735;
    --primary: #f33;
    --primary-darken: #c00;
    --primary-text-link: #cc444b;
    --bg-1: #1c1d22;
    --bg-1-variant: #22242a;
    --bg-2: #111113;
    --bg-2-variant: #18191b;
    --bg-3: #1d1e20;
    --bg-4: #1e1f24;
    --read-icon: hsla(0, 100%, 60%, 10%);
    --bg-hover: rgba(0, 0, 0, 0);
}

html {
    background: #000;
    font-size: 16px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Catamaran, sans-serif !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.over-flow-y-disabled {
    overflow-y: hidden !important;
    touch-action: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

::-webkit-scrollbar-track {
    background: transparent;
}

.svg-icon-size {
    fill: white;
    width: 15px;
    margin-right: 5px;
    margin-left: 5px;
}
.active-select {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.cursor-pointer {
    cursor: pointer;
}
.relative {
    position: relative;
}
.text--disabled {
    color: hsla(0,0%,100%,.5) !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-upper {
    text-transform: uppercase !important;
}
.text-align-center {
    text-align: center !important;
}
.text-align-right {
    text-align: right !important;
}
.text-align-left {
    text-align: left !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.grey--text.text--darken-1 {
    color: #757575 !important;
    caret-color: #757575 !important;
}
.font-sans-serif {
    font-family: sans-serif !important;
}
.font-catamaran {
    font-family: Catamaran, sans-serif !important;
}
.g-10 {
    gap: 10px;
}
.he-4 {
    height: 4em;
}
.ml-1 {
    margin-left: 4px !important;
}
.ml-2 {
    margin-left: 8px !important;
}
.mr-1 {
    margin-right: 4px !important;
}
.mr-2 {
    margin-right: 8px !important;
}
.mr-3 {
    margin-right: 12px !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.my-1 {
    margin-top: 4px!important;
    margin-bottom: 4px!important;
}
.my-5 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.m-auto {
    margin: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 4px !important;
}
.mt-2 {
    margin-top: 8px !important;
}
.mt-3 {
    margin-top: 12px !important;
}
.mt-5 {
    margin-top: 20px !important;
}

.mt-10 {
    margin-top: 40px !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}
.mb-2 {
    margin-bottom: 8px !important;
}
.mb-3 {
    margin-bottom: 12px !important;
}
.mb-4 {
    margin-bottom: 16px !important;
}
.mb-5 {
    margin-bottom: 20px !important;
}
.mb-6 {
    margin-bottom: 24px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-2 {
    padding-top: 8px !important;
}
.pt-3 {
    padding-top: 12px !important;
}
.pt-4 {
    padding-top: 16px !important;
}
.pa-1 {
    padding: 4px !important;
}
.pa-2 {
    padding: 8px !important;
}
.pa-3 {
    padding: 12px !important;
}
.pa-4 {
    padding: 16px !important;
}
.pr-1 {
    padding-right: 4px !important;
}
.pr-2 {
    padding-right: 8px !important;
}
.pr-3 {
    padding-right: 12px !important;
}
.pl-1 {
    padding-left: 4px !important;
}
.pl-2 {
    padding-left: 8px !important;
}
.pl-3 {
    padding-left: 12px !important;
}
.pl-4 {
    padding-left: 16px !important;
}
.pb-2 {
    padding-bottom: 8px !important;
}
.pb-4 {
    padding-bottom: 16px !important;
}
.pb-5 {
    padding-bottom: 20px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.ma-1 {
    margin: 4px !important;
}
.ma-2 {
    margin: 8px !important;
}
.ma-3 {
    margin: 12px !important;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
}
.mx-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}
.mx-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
}
.mx-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
}
.zs-bg-1 {
    background: var(--bg-1) !important;
}
.zs-bg-1-variant {
    background: var(--bg-1-variant) !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.rounded {
    border-radius: 5px;
}
.rounded-b-xl {
    border-bottom-left-radius: 24px!important;
    border-bottom-right-radius: 24px!important;
}
.d-block {
    display: block!important;
}
.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.v-responsive {
    position: relative;
    overflow: hidden;
    flex: 1 0 auto;
    max-width: 100%;
    display: flex;
}

.justify-space-evenly {
    justify-content: space-evenly !important;
}
.justify-center {
    justify-content: center !important;
}
.justify-center-start {
    justify-content: flex-start !important;
}
.justify-space-between {
    justify-content: space-between !important;
}
.justify-space-around {
    justify-content: space-around !important;
}
.rounded-xl {
    border-radius: 24px!important;
}
.rounded-sm {
    border-radius: 8px!important;
}
.text-h5 {
    font-size: 20px !important;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: normal !important;
}

.text-h6 {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: .0125em!important;
}

.px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

.px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.text-truncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.text-active {
    color: #f44336 !important;
    caret-color: #f44336 !important;
}
.max-w300 {
    max-width: 300px;
}
.text-body-1 {
    font-size: 1rem !important;
    line-height: 1.5rem;
    letter-spacing: .03125em !important;
}

.text-body-2 {
    font-size: .875rem !important;
    line-height: 1.25rem;
    letter-spacing: .0178571429em !important;
}

.text-body-3 {
    font-size: .750rem !important;
    line-height: 1rem;
    letter-spacing: .0118571429em !important;
}

.text-secondary {
    color: hsla(0,0%,100%,.7) !important;
}

.line-clamp-2 {
    -webkit-line-clamp: 2 !important;
}

.line-clamp-3 {
    -webkit-line-clamp: 3 !important;
}

.line-clamp-2, .line-clamp-3 {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-bold {
    font-weight: bold !important;
}
.zs-bg-3 {
    background: var(--bg-1-variant)!important;
}
.ele-2 {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important;
}

.align-center {
    align-items: center !important;
}

.text-caption {
    font-weight: 400;
    line-height: 1.25rem;
    font-size: .75rem !important;
    letter-spacing: .0333333333em !important;
    text-decoration: none;
}

.btn-default {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow,transform,opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    color: hsla(0,0%,100%,.7);
    background-color: transparent;
    border-style: none;
    cursor: pointer;
}

.btn-style-dash {
    border: 2px dashed gray;
}

.btn-highlight {
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    -webkit-user-select: none;
    touch-action: manipulation;
    height: 30px;
    min-width: 64px;
    padding: 0 16px;
    background: var(--bg-1-variant) !important;
}

.btn-highlight:before {
    content: "";
    background: linear-gradient(
            45deg,
            #ff0000,
            #ff7300,
            #fffb00,
            #48ff00,
            #00ffd5,
            #002bff,
            #7a00ff,
            #ff00c8,
            #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.btn-highlight:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.btn-highlight:hover {
    opacity: .8;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.theme-dark.btn-default {
    color: #fff;
}

.theme-dark.divider {
    border-color: hsla(0,0%,100%,.12);
}
.theme-dark.v-sheet {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
}

.divider {
    display: block;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0;
    max-height: 0;
    border: solid;
    border-width: thin 0 0;
    transition: inherit;
}

.btn-default-round {
    border-radius: 50%
}

.btn-default::before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
}

.btn-default:hover::before {
    opacity: .08;
}

.btn-default.active {
    color: #fff !important;
}

.btn-default.active::before {
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
    top: unset!important;
    height: 2px;
    width: 30%;
    margin: auto;
    opacity: 1;
    background: #fff;
}

.btn-default.active > span {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

.btn-size-default {
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
    font-size: .875rem;
}
.btn-default-is-elevated {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.btn-default-text {
    border-color: rgba(0,0,0,.12)
}

.v-btn {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow,transform,opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.v-btn:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
}

.v-btn:hover:before {
    opacity: .08;
}

.v-btn.v-size-small {
    font-size: .75rem;
}

.v-size-small {
    height: 28px;
    min-width: 50px;
    padding: 0 12.4444444444px;
}

.btn-font-default, .font-default {
    font-family: Catamaran, sans-serif !important;
}

.btn-default-icon {
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    border-style: none;
    width: 48px;
    height: 48px;
    font-size: .875rem;
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 500;
    letter-spacing: .0892857143em;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: 0.0892857143em;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow,transform,opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    color: hsla(0,0%,100%,.7);
}

.btn-default-icon.btn-size-default {
    height: 36px;
    width: 36px;
    min-width: unset;
}
.btn-default-icon::before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
}

.btn-default-icon:hover::before {
    opacity: .08;
}

.btn-default-icon-content, .btn-default-content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}

.v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #fff;
    user-select: none;
}

.v-icon::after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(1.3);
    width: 100%;
    transition: opacity .2s cubic-bezier(.4,0,.6,1);
}

.v-icon-2 {
    align-items: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #fff;
    user-select: none;
}

.v-icon-left {
    margin-left: -6px;
    margin-right: 6px;
}

.v-chip-group .v-chip {
    margin: 4px 8px 4px 0;
}

.v-chip {
    align-items: center;
    cursor: default;
    display: inline-flex;
    line-height: 20px;
    max-width: 100%;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    transition-duration: .28s;
    transition-property: box-shadow,opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    vertical-align: middle;
    white-space: nowrap;
    border-color: hsla(0,0%,100%,.12);
    color: #fff;
}

.v-chip .v-chip-content {
    align-items: center;
    display: inline-flex;
    height: 100%;
    max-width: 100%;
}
.v-chip.v-size--x-small {
    border-radius: 8px;
    font-size: 10px;
    height: 16px;
}
.v-chip.v-size--small {
    border-radius: 12px;
    font-size: 12px;
    height: 24px;
}
.v-chip-clickable {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.v-chip:before {
    background-color: currentColor;
    bottom: 0;
    border-radius: inherit;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
}

.v-chip:hover::before {
    background-color: #000000;
}

.v-chip-link::before {
    transition: opacity .3s cubic-bezier(.25,.8,.5,1);
}
.v-chip-active::before {
    opacity: .24;
}

.v-icon-bg {
    background: var(--bg-1-variant)!important;
}

.v-icon-svg {
    height: 24px;
    width: 24px;
    fill: currentColor;
    outline: none;
}

.v-icon-svg-small {
    font-size: 12px;
    height: 12px;
    width: 12px;
    fill: currentColor;
    outline: none;
}

.v-icon-svg-med {
    font-size: 16px;
    height: 16px;
    width: 16px;
    fill: currentColor;
    outline: none;
}
.v-icon-svg-big {
    font-size: 28px;
    height: 28px;
    width: 28px;
    fill: currentColor;
    outline: none;
}
.inline {
    display: inline !important;
}
.btn-link-text {
    color: #fff;
    font-family: Catamaran, sans-serif!important;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.btn-link-text:hover.color, .btn-link-text:hover {
    color: #c00;
}

.d-none {
    display: none !important;
}
@media(min-width: 600px) {
    .d-sm-flex {
        display: flex!important;
    }
    .text-responsive {
        font-size: 16px !important;
        line-height: 16px !important;
        letter-spacing: .0073529412em !important;
    }
    .d-lx-none {
        display: none !important;
    }
    .d-lx-flex {
        display: flex !important;
    }
}
@media(min-width: 960px) {
    .container {
        max-width:960px;
    }
    .d-md-flex {
        display: flex!important;
    }
    .d-md-none {
        display: none!important;
    }
    .text-responsive {
        font-size: 20px !important;
        line-height: 20px !important;
        letter-spacing: .0073529412em !important;
    }
}

@media(min-width: 1264px) {
    .container {
        max-width:1200px;
    }
    .d-mx-flex {
        display: flex!important;
    }
    .text-responsive {
        font-size: 24px !important;
        line-height: 24px !important;
        letter-spacing: .0073529412em !important;
    }
}

@media(min-width: 1904px) {
    .container {
        max-width:1785px;
        /*max-width:1200px;*/
    }

    .text-responsive {
        font-size: 32px !important;
        line-height: 32px !important;
        letter-spacing: .0073529412em !important;
    }
}

@media(max-width: 650px) {
    .tool-bar > .btn-default {
        display: none !important;
    }
    .d-650-none {
        display: none !important;
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container--fluid {
    max-width: 100%
}

header {
    height: 64px;
    width: 100%;
    margin-top: 0px;
    transform: translateY(0px);
    left: 0px;
    right: 0px;
    background-color: var(--bg-1);
}

.app-window {
    overflow: hidden;
}

.app-window-container {
    display: flex;
    flex-direction: column;
    height: inherit;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
}

.app-item-group {
    flex: 0 1 auto;
    position: relative;
    max-width: 100%;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    background: transparent!important;
}

header > .tool-bar {
    height: 64px;
    align-items: center;
    display: flex;
    position: relative;
    box-sizing: border-box;
    gap: 10px;
    z-index: 4;
}

header > .tool-bar > a {
    background-color: transparent;
}

header > .tool-bar > .logo > img {
    width: 120px;
}

.spacer {
    flex-grow: 1!important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.border-box {
    box-sizing: border-box;
}

.p-6 {
    padding: 6px;
}
.p-12 {
    padding: 12px;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.w-90 {
    width: 90%;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 600px) {
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-sm-3-5 {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 960px) {
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-3-5 {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1264px) {
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-3-5 {
        flex: 0 0 32%;
        max-width: 32%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1904px) {
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

.highlight-text {
    color: #ff0000a6;
}

.highlight-text-bold {
    color: #ff0000a6;
    font-weight: 600;
}

.container-1200 {
    max-width:1200px;
}

.notification-container {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999;
    width: 320px;
    padding: 0px 15px;
    max-height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: auto;
    font-family: sans-serif !important;
}

.notification {
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    border-radius: 2px;
    color: #fff;
    background-color: var(--bg-1);
    box-shadow: 0 0 12px #999;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.2em;
    position: relative;
    opacity: 0.9;
    margin-top: 15px;
}

.notification .title {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.notification:hover, .notification:focus {
    opacity: 1;
}

.notification-enter {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
}

.notification-enter.notification-enter-active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s;
}

.notification-leave {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.notification-leave.notification-leave-active {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s;
}

/*.notification:before {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 15px;*/
/*    margin-top: -14px;*/
/*    display: block;*/
/*    font-family: 'Notification';*/
/*    width: 28px;*/
/*    height: 28px;*/
/*    font-size: 28px;*/
/*    text-align: center;*/
/*    line-height: 28px;*/
/*}*/

.notification .timer,
.notification-server .timer{
    position: absolute;
    height: 2px;
    background-color: #f44336;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transition: width var(--active-timer) cubic-bezier(1,.7,.7,1);
    -moz-transition: width var(--active-timer) cubic-bezier(1,.7,.7,1);
    -ms-transition: width var(--active-timer) cubic-bezier(1,.7,.7,1);
    -o-transition: width var(--active-timer) cubic-bezier(1,.7,.7,1);
    transition: width var(--active-timer) cubic-bezier(1,.7,.7,1);
}

.notification-error .timer {
    background-color: #ffffff !important;
}

.notification-enter-active .timer {
    width: 100%;
}

.notification-info {
    background-color: #2f96b4;
}

/*.notification-info:before {*/
/*    content: "";*/
/*}*/

.notification-success {
    background-color: #51a351;
}

/*.notification-success:before {*/
/*    content: "";*/
/*}*/

.notification-warning {
    background-color: #f89406;
}

/*.notification-warning:before {*/
/*    content: "";*/
/*}*/

.notification-error {
    background-color: #bd362f;
}

/*.notification-error:before {*/
/*    content: "";*/
/*}*/

.notification-container-server {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999998;
    width: 350px;
    padding: 0 15px;
    overflow: hidden;
}

.notification-container-server > .push > .notification-server:nth-of-type(1) {
    margin-top: 15px;
}
.notification-container-server > .push > .notification-server {
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
    background-color: #ccc;
    /*box-shadow: 0 0 12px #999;*/
    cursor: pointer;
    font-size: 1em;
    line-height: 1.2em;
    position: relative;
    opacity: 0.9;
    /*padding-bottom: 5px;*/
    margin-top: 5px;
}

.notification-container-server > .push > .notification-server .title {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.notification-container-server > .push > .notification-server > .notification-message-server {
    display: flex;
    text-decoration: none;
}

.notification-container-server > .push > .notification-server > .notification-message-server > .image {
    width: 100px;
    height: 135px;
}

.notification-container-server > .push > .notification-server > .notification-message-server > .image > img {
    width: inherit;
    height: inherit;
    border-radius: 5px;
}

.notification-container-server > .push > .notification-server > .notification-message-server > .push-content {
    width: 220px;
    background-color: var(--bg-1);
    font-family: serif !important;
}

.notification-container-server > .push > .notification-server > .notification-message-server > .push-content > .push-title {
    margin: 5px;
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-container-server > .push > .notification-server > .notification-message-server > .push-content > .push-chapter {
    margin: 5px;
    color: #ffffff;
    font-weight: 500;
}

.notification-container-server > .push > .notification-server > .notification-message-server > .push-content > .push-time,
.notification-container-server > .push > .notification-server > .notification-message-server > .push-content > .push-author {
    margin: 5px;
    color: #ffffff;
    font-size: 15px;
}

.notification-container-server > .push > .notification-server > .notification-message-server > .push-content > .push-author > span {
    color: red;
    float: right;
    width: 15px;
    text-align: center;
    font-weight: 500;
}
.box-shadow-blur {
    box-shadow: 1px 1px 20px 1px grey !important;
}

/* Loading */
.lds-loading {
    position: relative;
    width: 70px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.lds-loading div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 5px;
    background: #ffffff;
    animation: lds-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-loading div:nth-child(1) {
    left: 22px;
    animation-delay: -0.24s;
}

.lds-loading div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-loading div:nth-child(3) {
    left: 42px;
    animation-delay: 0s;
}

@keyframes lds-loading {
    0% {
        top: 8px;
        height: 40px;
    }
    50%,
    100% {
        top: 24px;
        height: 20px;
    }
}

/*Header*/
header .btn-menu-user,
header .btn-menu-login{
    display: none;
}

header .btn-menu-user.show-tag,
header .btn-menu-login.show-tag{
    display: inline-block;
}

header .btn-menu-user img {
    width: 100%;
    border-radius: 50%;
    cursor: pointer;
}
/*    Dialog*/
.dialog-on-top {
    align-items: start !important;
    padding-top: 50px !important;
}

.dialog-popup {
    display: none;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    justify-content: center;
    transition: .2s cubic-bezier(.25,.8,.25,1);
    outline: none;
    z-index: 999999;
    min-width: 280px;
}

.dialog-popup.dialog-active {
    display: flex;
}

.dialog-popup.dialog-active .dialog-parent {
    display: block !important;
    transform-origin: center center;
}

.dialog-popup .dialog-parent {
    border-radius: 4px;
    margin: 24px;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25,.8,.25,1);
    width: 100%;
    z-index: inherit;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
    overflow: hidden;
    display: none;
}

.dialog-popup .dialog-parent .dialog-header {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 0;
    height: 40px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.dialog-popup .dialog-parent .dialog-header .header-content {
    height: 40px;
    display: flex;
    flex: 1 1 auto;
    max-width: 100%;
    transition: transform .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),max-width .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1);
    position: relative;
}

.dialog-popup .dialog-parent .dialog-header .header-content .input {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    letter-spacing: normal;
    width: 100%;
    text-align: left;
    color: #fff;
    background: transparent;
    border: none;
    margin: 8px 8px 10px 20px;
    outline: none;
    border-bottom: 1px solid  hsla(0,0%,100%,.3);
    font-size: 16px;
    font-weight: 400;
    padding-left: 8px;
    height: 25px;
}
.dialog-popup .dialog-parent .dialog-header .header-content .btn-close-dialog {
    cursor: pointer;
}

.dialog-popup .dialog-parent .dialog-header .header-content .btn-close-dialog:hover svg{
    color: #cc444b !important;;
}

.dialog-popup .dialog-parent .dialog-body {
    backface-visibility: hidden;
    flex: 1 1 auto;
    overflow-y: auto;
    color: hsla(0,0%,100%,.7);
    height: 100%;
    width: 100%;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.375rem;
    letter-spacing: .0071428571em;
}

.dialog-popup .dialog-parent .dialog-body .body-content {
    width: 100%;
    flex-wrap: wrap;
}

.dialog-popup .dialog-parent {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: animate-dialog;
    animation-name: animate-dialog;
    -webkit-animation-timing-function: cubic-bezier(.25,.8,.25,1);
    animation-timing-function: cubic-bezier(.25,.8,.25,1)
}

@-webkit-keyframes animate-dialog {
    0% {
        transform: scale(.2)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes animate-dialog {
    0% {
        transform: scale(.2)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.sign-in-fb {
    font-family: Helvetica, sans-serif;
    display: inline-block;
    font-size: 14px;
    padding: 13px 30px 15px 44px;
    background: #3A5A97;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 20, .4);
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    border-radius: 5px;
    width: 160px;
    height: 20px;
    box-shadow: rgb(0 0 0/24%) 0px 2px 2px 0px, rgb(0 0 0/24%) 0px 0px 1px 0px;
    text-align: left;
    cursor: pointer;
}
.sign-in-fb > span {
    position: relative;
    right: -20px;
}

.connect:before {
    display: inline-block;
    position: relative;
    background-image: url(data:image/png;base64,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);
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    text-indent: -9999px;
    text-align: center;
    width: 29px;
    line-height: 23px;
    margin: -8px -8px -7px -28px;
    content: "f";
    padding-top: 2px;
    margin-left: -25px;
}

.sign-in-ga > button {
    background-color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 2px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px;
    padding: 0px;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    width: 233px;
    height: 45px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.sign-in-ga > button:hover,
.sign-in-fb:hover{
    background-color: #393737d1 !important;
}

.google-icon {
    width: 20px;
    margin-left: 16px;
    margin-right: 26px;
}

.dialog-backdrop {
    background-color: rgb(33 33 33 / 46%);
    border-color: rgb(33 33 33);
}
.dialog-no-data,
#dialog-search .dialog-body  .search-result{
    display: none;
}
.dialog-no-data.active,
#dialog-search .dialog-body  .search-result.active {
    display: inline-block;
}

#dialog-search .dialog-body  .search-result {
    max-height: 300px;
    width: 100%;
}
#dialog-search .dialog-body  .search-result .item {
    height: 97px;
    display: inline-flex;
    width: 100%;
}
#dialog-search .dialog-body  .search-result .item:hover{
    box-shadow: 1px 0px 5px 1px #adb6bb;
    border-radius: 5px;
}
#dialog-search .dialog-body  .search-result .item .image img {
    width: 60px;
    height: 90px;
}

#dialog-search .dialog-body  .search-result .item .info .name {
    height: 73px;
    color: #81818e;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    font-size: 14px;
    font-family: sans-serif !important;
    margin-left: 2px;
    text-decoration: none;
    margin-left: 4px;
}

#dialog-search .dialog-body  .search-result .item .info .name .otherName {
    color: #ffffff54;
    font-size: 12px;
}

#dialog-search .dialog-body  .search-result .item .info .chapter {
    color: silver;
    font-size: 15px;
    text-decoration: none;
    margin-left: 4px;
    font-family: sans-serif !important;
}

#dialog-search .dialog-body  .search-result .item .info .chapter:hover {
    color: #f44336;
}

#dialog-search .lds-loading.active {
    display: inline-block;
}
#dialog-search .lds-loading {
    display: none;
    height: 35px !important;
    top: -10px;
}


#dialog-user > .parent-user {
    margin: 16px 0 0 0 !important;

}

#dialog-user > .parent-user .msg-reminder span {
    color: var(--primary);
    font-weight: 600;
    margin-left: 4px;
}
#dialog-user > .parent-user .menu-group-user span {
    padding-right: 60px;
}
#dialog-user > .parent-user .menu-group-user ~ .group-user {
    display: none;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#dialog-user > .parent-user .menu-group-user svg:last-of-type {
    transform: rotate(270deg);
    transition: transform .2s linear;
}

#dialog-user > .parent-user .menu-group-user.active-group {
    margin-bottom: 8px !important;
    background-color: var(--read-icon);
    border-radius: 5px;
}
#dialog-user > .parent-user .menu-group-user.active-group svg,
#dialog-user > .parent-user .menu-group-user.active-group span {
    color: #c58d89;
    fill: #c58d89;
}
#dialog-user > .parent-user .menu-group-user.active-group ~ .group-user {
    margin-left: 30px !important;
    display: flex !important;
    opacity: 1;
}

#dialog-user > .parent-user .menu-group-user.active-group svg:last-of-type {
    transform: rotate(360deg);
    transition: transform .2s linear;
}
#dialog-user > .parent-user .item-user {
    width: 100%;
    display: flex;
    cursor: pointer;
    padding: 1px;
    text-decoration: none;
}

#dialog-user > .parent-user .item-user:hover {
    background-color: var(--read-icon) !important;
    border-radius: 5px;
}

#dialog-user > .parent-user .item-user:hover > svg,
#dialog-user > .parent-user .item-user:hover > span {
    color: #c58d89;
    fill: #c58d89;
}

#dialog-user > .parent-user .item-user > svg {
    fill: #a59c9c;
    color: #a59c9c;
}

#dialog-user > .parent-user .item-user > span {
    margin-left: 8px;
    padding-top: 5px;
    height: 18px;
    line-height: 22px;
    color: gray;
    font-weight: 600;
    font-size: 16px;
}

#dialog-reminder .parent-user {
    max-width: 450px;
    min-width: 300px;
}
#dialog-reminder .dialog-body {
    font-family: sans-serif !important;
}
#dialog-reminder .dialog-body .reminder-list {
    max-height: 400px;
}
#dialog-reminder .dialog-body .reminder-list .reminder-block {
    border-radius: 5px;
    border: dashed 1px #575757;
    box-sizing: border-box;
    cursor: pointer;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block.active {
    border: dashed 1px #b58585;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block .comic {
    text-transform: uppercase;
    font-weight: 600;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block .comic .title {
    text-decoration: none;
    color: #d37979;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block .date {
    color: #ffffff61;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block .reminder-reply {
    text-decoration: underline;
    color: #0093ff;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block .reminder span:first-of-type {
    color: #38db55;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block .reminder span:last-of-type {
    color: #f55b5b;
}

#dialog-reminder .dialog-body .reminder-list .reminder-block .content .link-tag {
    color: #49baff;
}

.menu-user-management {
    display: none;
}

.menu-user-management-disabled, .menu-user-block-reminder {
    display: none !important;
}

.yellow-color {
    fill: yellow;
    color: yellow;
}

.all-scroll-top {
    position: fixed;
    background-color: #f05759;
    bottom: 40px;
    right: 20px;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    z-index: 10000;
    text-align: center;
    line-height: 30px;
    opacity: 0.4;
    cursor: pointer;
}

.all-scroll-top:hover {
    opacity: 1;
}

.all-scroll-top > svg {
    color: white;
    fill: white;
}

.display-inline-block {
    display: inline-block !important;
}

.footer-section {
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    background-color: var(--bg-1);
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: flex;
    height: 120px;
    justify-content: center;
}
.footer-section > .content {
    max-width: 700px;
    display: inline-flex;
    margin-top: 20px;
    justify-content: space-between;
}
.footer-section > .content > .block {
    text-align: left;
    width: 300px;
}
.footer-section > .content > .banner-social {
    width: 300px;
}
@media only screen and (max-width: 650px) {
    .footer-section {
        height: 180px;
    }
    .footer-section > .content {
        display: block;
    }
    .footer-section > .content > .block {
        margin-bottom: 5px;
    }
}
.white-color {
    color: #ffffff !important;
}

.block-message-notification .block-message-notification-wrap .message {
    background-color: var(--read-icon);
    border-radius: 5px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

img.has-novel {
    width: 24px;
    height: 24px;
    margin: 5px;
}

.paging-section {
    display: flex;
    flex-wrap: wrap;
}
.paging-section > .page-item {
    padding: 6px 8px;
    border-radius: 5px;
    background: var(--bg-1-variant);
    color: var(--grey);
    text-decoration: none;
    font-size: .875rem !important;
    line-height: 1.25rem;
    letter-spacing: .0178571429em !important;
    font-weight: 600;
    font-family: Roboto, sans-serif !important;
    opacity: .7;
    min-width: 15px;
    margin: 3px;
    text-align: center;
}

.paging-section > .page-item.active {
    background-color: var(--primary) !important;
}
.paging-section > .page-item:hover {
    opacity: 1;
}