/*!
* Template Name: DashLite
* Author: Softnio
* Author URI: http://themeforest.net/user/softnio
* Version: 2.0.0
* Updated: 10.06.2020
**/

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -14px;
    margin-left: -14px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .25rem 0;
    margin-bottom: 0;
    font-size: .6875rem;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border-radius: 4px
}

.breadcrumb-item {
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #8091a7;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #b7c2d0
}

.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #7042d6;
    background-color: #f0eaff;
    border-color: #d3c0ff
}

.alert-primary hr {
    border-top-color: #c1a7ff
}

.alert-primary .alert-link {
    color: #5729bc
}

.alert-secondary {
    color: #2d3e53;
    background-color: #e7e9ec;
    border-color: #b7bec7
}

.alert-secondary hr {
    border-top-color: #a9b1bc
}

.alert-secondary .alert-link {
    color: #1b2532
}

.alert-success {
    color: #19bc90;
    background-color: #e4fbf5;
    border-color: #aef4e1
}

.alert-success hr {
    border-top-color: #98f1d9
}

.alert-success .alert-link {
    color: #138f6e
}

.alert-info {
    color: #08a3ba;
    background-color: #e1f8fb;
    border-color: #a6e9f3
}

.alert-info hr {
    border-top-color: #90e3f0
}

.alert-info .alert-link {
    color: #067889
}

.alert-warning {
    color: #cd9f0c;
    background-color: #fef7e2;
    border-color: #fbe7a8
}

.alert-warning hr {
    border-top-color: #fae090
}

.alert-warning .alert-link {
    color: #9d7a09
}

.alert-danger {
    color: #c3463c;
    background-color: #fceae9;
    border-color: #f7c1bd
}

.alert-danger hr {
    border-top-color: #f4aca6
}

.alert-danger .alert-link {
    color: #9c3830
}

.alert-dark {
    color: #18243b;
    background-color: #e4e6e9;
    border-color: #adb3bc
}

.alert-dark hr {
    border-top-color: #9fa6b1
}

.alert-dark .alert-link {
    color: #090e17
}

.alert-gray {
    color: #6c7a8c;
    background-color: #f0f2f4;
    border-color: #d1d7df
}

.alert-gray hr {
    border-top-color: #c2cad5
}

.alert-gray .alert-link {
    color: #56616f
}

.alert-light {
    color: #c0c4cb;
    background-color: #fcfcfd;
    border-color: #f6f7fa
}

.alert-light hr {
    border-top-color: #e6e8f1
}

.alert-light .alert-link {
    color: #a4aab4
}

.alert-lighter {
    color: #cecfd2;
    background-color: #fefefe;
    border-color: #fbfcfd
}

.alert-lighter hr {
    border-top-color: #eaeff5
}

.alert-lighter .alert-link {
    color: #b3b5ba
}

@keyframes progress-bar-stripes {
    from {
        background-position: .5rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: .5rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #f5f6fa;
    border-radius: 2px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    /* color: #fff; */
    text-align: center;
    white-space: nowrap;
    background-color: #854fff;
    /* color: red; */
    transition: width 0.6s ease;
    /* color: #FFF; */
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: .5rem .5rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 4px
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #526484;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #559bfb;
    border-color: #559bfb
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 420px) {
    .list-group-horizontal-mb {
        flex-direction:row
    }

    .list-group-horizontal-mb>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-mb>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-mb>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-mb>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-mb>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1540px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #452985;
    background-color: #ddceff
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #452985;
    background-color: #cbb5ff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #452985;
    border-color: #452985
}

.list-group-item-secondary {
    color: #1c2633;
    background-color: #c7ccd3
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #1c2633;
    background-color: #b9bfc8
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #1c2633;
    border-color: #1c2633
}

.list-group-item-success {
    color: #107459;
    background-color: #c0f6e8
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #107459;
    background-color: #aaf3e0
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #107459;
    border-color: #107459
}

.list-group-item-info {
    color: #056573;
    background-color: #baeef6
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #056573;
    background-color: #a3e8f3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #056573;
    border-color: #056573
}

.list-group-item-warning {
    color: #7f6207;
    background-color: #fcedbc
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #7f6207;
    background-color: #fbe6a4
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7f6207;
    border-color: #7f6207
}

.list-group-item-danger {
    color: #792b25;
    background-color: #f9cfcb
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #792b25;
    background-color: #f6bab4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #792b25;
    border-color: #792b25
}

.list-group-item-dark {
    color: #0f1624;
    background-color: #bfc4cb
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #0f1624;
    background-color: #b1b7c0
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0f1624;
    border-color: #0f1624
}

.list-group-item-gray {
    color: #434b57;
    background-color: #dbe0e6
}

.list-group-item-gray.list-group-item-action:hover,.list-group-item-gray.list-group-item-action:focus {
    color: #434b57;
    background-color: #ccd3dc
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #434b57;
    border-color: #434b57
}

.list-group-item-light {
    color: #77797e;
    background-color: #f8f9fb
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #77797e;
    background-color: #e8ebf2
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #77797e;
    border-color: #77797e
}

.list-group-item-lighter {
    color: #7f8082;
    background-color: #fcfcfe
}

.list-group-item-lighter.list-group-item-action:hover,.list-group-item-lighter.list-group-item-action:focus {
    color: #7f8082;
    background-color: #e9e9f8
}

.list-group-item-lighter.list-group-item-action.active {
    color: #fff;
    background-color: #7f8082;
    border-color: #7f8082
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative,.pos-rel {
    position: relative !important
}

.position-absolute,.pos-abs {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(43,55,72,0.15) !important
}

.shadow {
    box-shadow: 0 3px 12px 1px rgba(43,55,72,0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(43,55,72,0.25) !important
}

.shadow-none {
    box-shadow: none !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-lowercase,.lcap {
    text-transform: lowercase !important
}

.text-uppercase,.ucap {
    text-transform: uppercase !important
}

.text-capitalize,.ccap {
    text-transform: capitalize !important
}

.font-weight-light,.fw-light {
    font-weight: 300 !important
}

.font-weight-lighter,.fw-lighter {
    font-weight: lighter !important
}

.font-weight-normal,.fw-normal {
    font-weight: 400 !important
}

.font-weight-bold,.fw-bold {
    font-weight: 700 !important
}

.font-weight-bolder,.fw-bolder {
    font-weight: bolder !important
}

.font-italic,.ff-italic {
    font-style: italic !important
}

.absolute-top-left {
    position: absolute;
    top: 0;
    left: 0
}

.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0
}

.absolute-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0
}

.absolute-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0
}

.shrink-0 {
    flex-shrink: 0
}

.alert:last-child {
    margin-bottom: 0
}

.alert-link {
    box-shadow: 0 1px 0 currentColor
}

.alert-link:hover {
    box-shadow: none
}

.alert h5,.alert h6,.alert .title {
    font-size: 1.05rem
}

.alert.alert-icon {
    padding-left: 3.25rem
}

.alert.alert-icon>.icon {
    position: absolute;
    font-size: 1.25rem;
    line-height: 1;
    width: 2rem;
    top: 1rem;
    left: 1.25rem;
    margin-left: -1px
}

.alert-dismissible .close {
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease;
    margin-top: -1px
}

.alert-dismissible .close:focus {
    outline: none
}

.alert-dismissible .close:hover {
    color: currentColor
}

.alert-dismissible .close:after {
    font-family: "Nioicon";
    content: "";
    font-size: 1.1rem
}

.alert-light,.alert-lighter,.alert-gray {
    border-color: #e5e9f2;
    color: #526484
}

.alert-light .alert-link,.alert-lighter .alert-link,.alert-gray .alert-link {
    color: #526484
}

.alert-alt {
    position: relative;
    padding: .875rem;
    border-radius: 12px
}

.alert-alt.alert-icon {
    padding-left: 4rem
}

.alert-alt.alert-icon>.icon {
    position: absolute;
    font-size: 2rem;
    line-height: 1;
    width: 4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0.5
}

a.alert:hover {
    color: currentColor
}

.alert-fill.alert-primary {
    color: #fff;
    background: #854fff
}

.alert-fill.alert-secondary {
    color: #fff;
    background: #364a63
}

.alert-fill.alert-success {
    color: #fff;
    background: #1ee0ac
}

.alert-fill.alert-info {
    color: #fff;
    background: #09c2de
}

.alert-fill.alert-warning {
    color: #fff;
    background: #f4bd0e
}

.alert-fill.alert-danger {
    color: #fff;
    background: #e85347
}

.alert-fill.alert-dark {
    color: #fff;
    background: #1c2b46
}

.alert-fill.alert-gray {
    color: #fff;
    background: #8091a7
}

.alert-fill.alert-light {
    color: #101924;
    background: #e5e9f2
}

.alert-fill.alert-lighter {
    color: #101924;
    background: #ebeef2
}

.alert-fill {
    border-width: 0
}

.alert-fill .alert-link,.alert-fill .icon,.alert-fill h4,.alert-fill h5,.alert-fill h6 {
    color: currentColor
}

.alert-fill.alert-light {
    color: #364a63
}

.alert-fill.alert-lighter {
    color: #526484
}

.alert-pro {
    box-shadow: 0 4px 15px 0 rgba(31,43,58,0.1);
    border: none;
    border-left: 4px solid transparent;
    color: #526484;
    line-height: 1.5;
    background: #fff
}

.alert-pro.no-shadow {
    box-shadow: none
}

.alert-pro.no-border {
    border-left: 0
}

.alert-pro.alert-icon {
    padding-left: 4rem
}

.alert-pro.alert-icon>.icon {
    font-size: 1.75rem;
    top: 50%;
    transform: translateY(-50%)
}

.alert-pro.alert-primary {
    border-color: #854fff
}

.alert-pro.alert-primary>.icon {
    color: #854fff
}

.alert-pro.alert-secondary {
    border-color: #364a63
}

.alert-pro.alert-secondary>.icon {
    color: #364a63
}

.alert-pro.alert-success {
    border-color: #1ee0ac
}

.alert-pro.alert-success>.icon {
    color: #1ee0ac
}

.alert-pro.alert-info {
    border-color: #09c2de
}

.alert-pro.alert-info>.icon {
    color: #09c2de
}

.alert-pro.alert-warning {
    border-color: #f4bd0e
}

.alert-pro.alert-warning>.icon {
    color: #f4bd0e
}

.alert-pro.alert-danger {
    border-color: #e85347
}

.alert-pro.alert-danger>.icon {
    color: #e85347
}

.alert-pro.alert-dark {
    border-color: #1c2b46
}

.alert-pro.alert-dark>.icon {
    color: #1c2b46
}

.alert-pro.alert-gray {
    border-color: #8091a7
}

.alert-pro.alert-gray>.icon {
    color: #8091a7
}

.alert-pro.alert-light {
    border-color: #b7c2d0
}

.alert-pro.alert-light>.icon {
    color: #b7c2d0
}

.alert-pro.alert-lighter {
    border-color: #b7c2d0
}

.alert-pro.alert-lighter>.icon {
    color: #b7c2d0
}

.breadcrumb-item {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05rem
}

.breadcrumb-item a:not(:hover) {
    color: #8094ae
}

.breadcrumb-pipe .breadcrumb-item+.breadcrumb-item::before {
    content: '|'
}

.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Nioicon";
    content: ""
}

.breadcrumb-item.active:not(:only-child) {
    font-weight: 400
}

.breadcrumb-alt .breadcrumb-item {
    text-transform: unset;
    letter-spacing: 0;
    color: #8094ae
}

.breadcrumb-xs .breadcrumb-item+.breadcrumb-item {
    padding-left: 0.25rem
}

.breadcrumb-xs .breadcrumb-item+.breadcrumb-item:before {
    padding-right: 0.25rem;
    font-size: 0.8em
}

.breadcrumb-sm .breadcrumb-item {
    font-size: 13px
}

.link {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 500;
    /*font-family: "DM Sans",sans-serif;*/
    line-height: 1;
    border: none;
    background: transparent;
    transition: all .3s ease;
    white-space: nowrap
}

.link:focus {
    box-shadow: none;
    outline: none
}

.link .icon {
    font-size: 1.3em
}

.link span,.link .icon {
    display: inline-block
}

.link .icon-circle {
    display: inline-flex
}

.link .icon+span,.link span+.icon {
    padding-left: 10px
}

.link-md {
    font-size: 1.25rem
}

.link-sm {
    font-size: .75rem
}

.link-dim {
    opacity: .7
}

.link-dim:hover {
    opacity: 1
}

.link-block {
    display: flex
}

.link-between {
    justify-content: space-between
}

.link-primary {
    color: #854fff !important
}

.link-on-primary:hover {
    color: #854fff !important
}

.link-secondary {
    color: #364a63 !important
}

.link-on-secondary:hover {
    color: #364a63 !important
}

.link-success {
    color: #1ee0ac !important
}

.link-on-success:hover {
    color: #1ee0ac !important
}

.link-info {
    color: #09c2de !important
}

.link-on-info:hover {
    color: #09c2de !important
}

.link-warning {
    color: #f4bd0e !important
}

.link-on-warning:hover {
    color: #f4bd0e !important
}

.link-danger {
    color: #e85347 !important
}

.link-on-danger:hover {
    color: #e85347 !important
}

.link-dark {
    color: #1c2b46 !important
}

.link-on-dark:hover {
    color: #1c2b46 !important
}

.link-gray {
    color: #8091a7 !important
}

.link-on-gray:hover {
    color: #8091a7 !important
}

.link-light {
    color: #8094ae !important
}

.link-on-light:hover {
    color: #8094ae !important
}

.link-lighter {
    color: #b7c2d0 !important
}

.link-on-lighter:hover {
    color: #b7c2d0 !important
}

.link-text {
    color: #526484 !important
}

.link-on-text:hover {
    color: #526484 !important
}

.link-danger:hover,.link-warning:hover,.link-success:hover,.link-info:hover {
    color: #526484 !important
}

.form-icon {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    width: calc(1rem + 24px);
    height: calc(1rem + 24px)
}

.form-icon .icon {
    font-size: 16px;
    color: #8094ae
}

.form-icon+.form-control {
    padding-left: calc(1rem + 24px)
}

.form-icon-right {
    left: auto;
    right: -1px
}

.form-icon-right+.form-control {
    padding-left: 1rem;
    padding-right: calc(1rem + 24px)
}

.form-info {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 0;
    border-left: 1px solid #dbdfea;
    padding: .125rem 1.25rem;
    transform: translateY(-50%);
    color: #8094ae
}

.form-info+.form-control {
    padding-right: calc(1rem + 24px)
}

.form-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #344357;
    margin-bottom: .5rem
}

.form-label-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5rem
}

.form-label-group .form-label {
    margin-bottom: 0
}

.form-label+.form-note {
    margin-top: -0.35rem
}

.form-note {
    font-size: 12px;
    color: #8094ae;
    font-style: italic;
    display: block
}

.form-note-alt {
    font-size: 12px;
    color: #8094ae
}

.form-note-group {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: -0.25rem
}

.form-control-wrap,.form-control-group {
    position: relative
}

.form-control-wrap+.form-note,.form-control-group+.form-note {
    margin-top: 0.5rem
}

.form-control-noborder {
    border-color: transparent
}

.form-control-noborder:focus {
    border-color: #dbdfea;
    box-shadow: none
}

.form-control-solid {
    border-color: #fff
}

.form-control-solid:focus {
    box-shadow: none;
    border-color: #dbdfea
}

.form-control-number {
    font-size: 20px;
    padding: 20px;
    height: 74px
}

.form-control-password-big {
    font-size: 44px;
    height: calc(1rem*2 + 1.25rem + 1px);
    padding: 1rem 1rem
}

.form-control.error {
    border-color: #e85347
}

.form-control.error:focus {
    box-shadow: 0 0 0 3px rgba(232,83,71,0.1)
}

.form-control.focus {
    border-color: #854fff;
    box-shadow: 0 0 0 3px rgba(133,79,255,0.1)
}

.form-control-simple {
    border: none;
    padding: 0
}

.form-control-simple:focus {
    box-shadow: none
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem
}

.form-group:last-child {
    margin-bottom: 0
}

.form-select {
    height: calc(2.125rem + 2px);}

.form-select:not(.form-control) {
    opacity: 0;}

.form-select-sm,.form-select[data-ui*="sm"] {
    height: calc(1.75rem + 2px)
}

.form-select-lg,.form-select[data-ui*="lg"] {
    height: calc(2.625rem + 2px)
}

.form-focus-none:focus {
    border-color: transparent;
    box-shadow: none
}

.form-round {
    border-radius: 100px
}

.custom-select {
    appearance: none;
    -webkit-appearance: none
}

.custom-select option {
    border-radius: 3px;
    padding: 5px .5rem;
    margin: 2px -.5rem;
    cursor: pointer;
    color: #526484
}

.custom-select option:last-child {
    margin-bottom: -0.5rem
}

.media-center {
    align-items: center
}

.media-object {
    display: inline-flex
}

.media>*:first-child {
    flex-shrink: 0
}

.media>*:last-child {
    flex-grow: 1;
    max-width: 100%
}

.pagination-goto {
    display: inline-flex;
    align-items: center;
    font-size: .8125rem;
    text-transform: uppercase
}

.page-link {
    font-size: .8125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: calc(1rem + 1.125rem + 2px)
}

.pagination-sm .page-link {
    line-height: .875rem;
    min-width: calc(.875rem + .875rem + 2px)
}

.pagination-lg .page-link {
    line-height: 1.5rem;
    min-width: calc(1.5rem + 1.125rem + 2px)
}

.pagination-xl .page-link {
    padding: .875rem .75rem;
    font-size: 1.38125rem;
    line-height: 1.5rem;
    min-width: calc(1.5rem + 1.75rem + 2px)
}

.page-link .icon {
    font-size: .8125rem;
    line-height: inherit
}

.page-link:not([href]) {
    background-color: transparent;
    color: inherit
}

.page-link:not([href]) .icon:before {
    position: relative;
    top: 1px
}

.page-link-prev span,.page-link-next span {
    display: none
}

@media (min-width: 576px) {
    .page-link-prev span,.page-link-next span {
        display:block
    }

    .page-link-prev .icon {
        padding-right: 0.25rem
    }

    .page-link-next .icon {
        padding-left: 0.25rem
    }
}

.progress-bar {
    height: 100%;
    line-height: 1
}

.progress-sm {
    height: .25rem
}

.progress-md {
    height: .375rem
}

.progress-lg {
    height: 1rem
}

.progress-pill,.progress-pill .progress-bar {
    border-radius: 100px
}

.progress-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8094ae;
    margin-bottom: 0.25rem
}

.progress-label {
    font-size: 0.875rem
}

.progress-amount {
    font-size: 12px;
    padding-left: .5rem
}

.progress-alt {
    display: flex;
    align-items: center;
    overflow: visible
}

.progress-alt .progress-bar {
    border-radius: 2px
}

.progress-reverse {
    flex-direction: row-reverse
}

.progress-bordered .progress-bar {
    margin-top: -2px;
    border: 2px solid #fff;
    box-sizing: content-box
}

.progress-bordered .progress-bar:not(:first-child) {
    margin-left: -4px
}

.progress-bordered.progress-reverse .progress-bar {
    margin-left: 0
}

.progress-bordered.progress-reverse .progress-bar:not(:last-child) {
    margin-left: -5px
}

@font-face {
    font-family: "Nioicon";
    src: url("../fonts/Nioicon/Nioicon.eot?3rpiw1");
    src: url("../fonts/Nioicon/Nioicon.eot?3rpiw1#iefix") format("embedded-opentype"),url("../fonts/Nioicon/Nioicon.ttf?3rpiw1") format("truetype"),url("../fonts/Nioicon/Nioicon.woff?3rpiw1") format("woff"),url("../fonts/Nioicon/Nioicon.svg?3rpiw1#Nioicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.ni {
    font-family: "Nioicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ni-centos:before {
    content: ""
}

.ni-covid:before {
    content: ""
}

.ni-fedora:before {
    content: ""
}

.ni-hot-fill:before {
    content: ""
}

.ni-hot:before {
    content: ""
}

.ni-linux-server:before {
    content: ""
}

.ni-linux:before {
    content: ""
}

.ni-note-add-fill:before {
    content: ""
}

.ni-repeat-fill:before {
    content: ""
}

.ni-tranx-fill:before {
    content: ""
}

.ni-ubuntu:before {
    content: ""
}

.ni-virus:before {
    content: ""
}

.ni-b-chrome:before {
    content: ""
}

.ni-b-edge:before {
    content: ""
}

.ni-b-firefox:before {
    content: ""
}

.ni-b-ie:before {
    content: ""
}

.ni-b-opera:before {
    content: ""
}

.ni-b-safari:before {
    content: ""
}

.ni-b-si:before {
    content: ""
}

.ni-b-uc:before {
    content: ""
}

.ni-brick-fill:before {
    content: ""
}

.ni-brick:before {
    content: ""
}

.ni-col-3s:before {
    content: ""
}

.ni-col-4s:before {
    content: ""
}

.ni-col-2s:before {
    content: ""
}

.ni-comments:before {
    content: ""
}

.ni-dot-sq:before {
    content: ""
}

.ni-dot:before {
    content: ""
}

.ni-footer:before {
    content: ""
}

.ni-header:before {
    content: ""
}

.ni-heading:before {
    content: ""
}

.ni-layout-alt-fill:before {
    content: ""
}

.ni-layout-alt:before {
    content: ""
}

.ni-layout-fill1:before {
    content: ""
}

.ni-layout1:before {
    content: ""
}

.ni-list-index-fill:before {
    content: ""
}

.ni-list-index:before {
    content: ""
}

.ni-list-thumb-alt-fill:before {
    content: ""
}

.ni-list-thumb-alt:before {
    content: ""
}

.ni-list-thumb-fill:before {
    content: ""
}

.ni-list-thumb:before {
    content: ""
}

.ni-masonry-fill:before {
    content: ""
}

.ni-masonry:before {
    content: ""
}

.ni-menu-circled:before {
    content: ""
}

.ni-menu-squared:before {
    content: ""
}

.ni-notice:before {
    content: ""
}

.ni-pen2:before {
    content: ""
}

.ni-propert-blank:before {
    content: ""
}

.ni-property-add:before {
    content: ""
}

.ni-property-alt:before {
    content: ""
}

.ni-property-remove:before {
    content: ""
}

.ni-property:before {
    content: ""
}

.ni-puzzle-fill:before {
    content: ""
}

.ni-puzzle:before {
    content: ""
}

.ni-quote-left:before {
    content: ""
}

.ni-quote-right:before {
    content: ""
}

.ni-row-mix:before {
    content: ""
}

.ni-row-view1:before {
    content: ""
}

.ni-sidebar-r:before {
    content: ""
}

.ni-text2:before {
    content: ""
}

.ni-tile-thumb-fill:before {
    content: ""
}

.ni-tile-thumb:before {
    content: ""
}

.ni-view-col-fill:before {
    content: ""
}

.ni-view-col-sq:before {
    content: ""
}

.ni-view-col:before {
    content: ""
}

.ni-view-col2:before {
    content: ""
}

.ni-view-col3:before {
    content: ""
}

.ni-view-cols-fill:before {
    content: ""
}

.ni-view-cols-sq:before {
    content: ""
}

.ni-view-cols:before {
    content: ""
}

.ni-view-grid-fill:before {
    content: ""
}

.ni-view-grid-sq:before {
    content: ""
}

.ni-view-grid-wd:before {
    content: ""
}

.ni-view-grid:before {
    content: ""
}

.ni-view-grid2-wd:before {
    content: ""
}

.ni-view-grid3-wd:before {
    content: ""
}

.ni-view-group-fill:before {
    content: ""
}

.ni-view-group-wd:before {
    content: ""
}

.ni-view-list-fill:before {
    content: ""
}

.ni-view-list-sq:before {
    content: ""
}

.ni-view-list-wd:before {
    content: ""
}

.ni-view-list:before {
    content: ""
}

.ni-view-panel-fill:before {
    content: ""
}

.ni-view-panel-sq:before {
    content: ""
}

.ni-view-panel:before {
    content: ""
}

.ni-view-row-fill:before {
    content: ""
}

.ni-view-row-sq:before {
    content: ""
}

.ni-view-row-wd:before {
    content: ""
}

.ni-view-row:before {
    content: ""
}

.ni-view-x1:before {
    content: ""
}

.ni-view-x2:before {
    content: ""
}

.ni-view-x3:before {
    content: ""
}

.ni-view-x4:before {
    content: ""
}

.ni-view-x5:before {
    content: ""
}

.ni-view-x6:before {
    content: ""
}

.ni-view-x7:before {
    content: ""
}

.ni-dashlite:before {
    content: ""
}

.ni-dashlite-circle:before {
    content: ""
}

.ni-dashlite-alt:before {
    content: ""
}

.ni-master-card:before {
    content: ""
}

.ni-paypal:before {
    content: ""
}

.ni-visa-alt:before {
    content: ""
}

.ni-coin-eur:before {
    content: ""
}

.ni-coin-gbp:before {
    content: ""
}

.ni-sign-ada-alt:before {
    content: ""
}

.ni-sign-bch-alt:before {
    content: ""
}

.ni-sign-bgp-alt:before {
    content: ""
}

.ni-sign-bnb-alt:before {
    content: ""
}

.ni-sign-brl-alt:before {
    content: ""
}

.ni-sign-btc-alt:before {
    content: ""
}

.ni-sign-cc-alt:before {
    content: ""
}

.ni-sign-cc-alt2:before {
    content: ""
}

.ni-sign-chf-alt:before {
    content: ""
}

.ni-sign-cny-alt:before {
    content: ""
}

.ni-sign-czk-alt:before {
    content: ""
}

.ni-sign-dash-alt:before {
    content: ""
}

.ni-sign-dkk-alt:before {
    content: ""
}

.ni-sign-eos-alt:before {
    content: ""
}

.ni-sign-eth-alt:before {
    content: ""
}

.ni-sign-eur-alt2:before {
    content: ""
}

.ni-sign-euro-alt:before {
    content: ""
}

.ni-sign-gbp-alt2:before {
    content: ""
}

.ni-sign-hkd-alt:before {
    content: ""
}

.ni-sign-idr-alt:before {
    content: ""
}

.ni-sign-inr-alt:before {
    content: ""
}

.ni-sign-jpy-alt:before {
    content: ""
}

.ni-sign-kr-alt:before {
    content: ""
}

.ni-sign-ltc-alt:before {
    content: ""
}

.ni-sign-ltc:before {
    content: ""
}

.ni-sign-mxn-alt:before {
    content: ""
}

.ni-sign-mxr-alt:before {
    content: ""
}

.ni-sign-myr-alt:before {
    content: ""
}

.ni-sign-paypal-alt:before {
    content: ""
}

.ni-sign-paypal-full:before {
    content: ""
}

.ni-sign-php-alt:before {
    content: ""
}

.ni-sign-pln-alt:before {
    content: ""
}

.ni-sign-rub-alt:before {
    content: ""
}

.ni-sign-sek-alt:before {
    content: ""
}

.ni-sign-sgd-alt:before {
    content: ""
}

.ni-sign-kobo-alt:before {
    content: ""
}

.ni-sign-steem-alt:before {
    content: ""
}

.ni-sign-steller-alt:before {
    content: ""
}

.ni-sign-stripe-fulll:before {
    content: ""
}

.ni-sign-thb-alt:before {
    content: ""
}

.ni-sign-trx-alt:before {
    content: ""
}

.ni-sign-try-alt:before {
    content: ""
}

.ni-sign-usd-alt:before {
    content: ""
}

.ni-sign-usd-alt2:before {
    content: ""
}

.ni-sign-usdc-alt:before {
    content: ""
}

.ni-sign-usdt-alt:before {
    content: ""
}

.ni-sign-visa-alt:before {
    content: ""
}

.ni-sign-vnd-alt:before {
    content: ""
}

.ni-sign-waves-alt:before {
    content: ""
}

.ni-sign-xem-alt:before {
    content: ""
}

.ni-sign-xrp-new-alt:before {
    content: ""
}

.ni-sign-xrp-old-alt:before {
    content: ""
}

.ni-sign-zcash-alt:before {
    content: ""
}

.ni-chevron-left:before {
    content: ""
}

.ni-chevron-right:before {
    content: ""
}

.ni-chevron-up:before {
    content: ""
}

.ni-chevron-down:before {
    content: ""
}

.ni-chevron-left-round:before {
    content: ""
}

.ni-chevron-right-round:before {
    content: ""
}

.ni-chevron-up-round:before {
    content: ""
}

.ni-chevron-down-round:before {
    content: ""
}

.ni-chevron-left-round-fill:before {
    content: ""
}

.ni-chevron-right-round-fill:before {
    content: ""
}

.ni-chevron-up-round-fill:before {
    content: ""
}

.ni-chevron-down-round-fill:before {
    content: ""
}

.ni-chevron-left-c:before {
    content: ""
}

.ni-chevron-right-c:before {
    content: ""
}

.ni-chevron-up-c:before {
    content: ""
}

.ni-chevron-down-c:before {
    content: ""
}

.ni-chevron-left-fill-c:before {
    content: ""
}

.ni-chevron-right-fill-c:before {
    content: ""
}

.ni-chevron-up-fill-c:before {
    content: ""
}

.ni-chevron-down-fill-c:before {
    content: ""
}

.ni-chevron-left-circle:before {
    content: ""
}

.ni-chevron-right-circle:before {
    content: ""
}

.ni-chevron-up-circle:before {
    content: ""
}

.ni-chevron-down-circle:before {
    content: ""
}

.ni-chevron-left-circle-fill:before {
    content: ""
}

.ni-chevron-right-circle-fill:before {
    content: ""
}

.ni-chevron-up-circle-fill:before {
    content: ""
}

.ni-chevron-down-circle-fill:before {
    content: ""
}

.ni-caret-left:before {
    content: ""
}

.ni-caret-right:before {
    content: ""
}

.ni-caret-up:before {
    content: ""
}

.ni-caret-down:before {
    content: ""
}

.ni-caret-left-fill:before {
    content: ""
}

.ni-caret-right-fill:before {
    content: ""
}

.ni-caret-up-fill:before {
    content: ""
}

.ni-caret-down-fill:before {
    content: ""
}

.ni-sort:before {
    content: ""
}

.ni-sort-up:before {
    content: ""
}

.ni-sort-down:before {
    content: ""
}

.ni-sort-fill:before {
    content: ""
}

.ni-sort-up-fill:before {
    content: ""
}

.ni-sort-down-fill:before {
    content: ""
}

.ni-sort-v:before {
    content: ""
}

.ni-swap-v:before {
    content: ""
}

.ni-swap:before {
    content: ""
}

.ni-arrow-left-round:before {
    content: ""
}

.ni-arrow-right-round:before {
    content: ""
}

.ni-arrow-up-round:before {
    content: ""
}

.ni-arrow-down-round:before {
    content: ""
}

.ni-arrow-left-round-fill:before {
    content: ""
}

.ni-arrow-right-round-fill:before {
    content: ""
}

.ni-arrow-up-round-fill:before {
    content: ""
}

.ni-arrow-down-round-fill:before {
    content: ""
}

.ni-arrow-left-c:before {
    content: ""
}

.ni-arrow-right-c:before {
    content: ""
}

.ni-arrow-up-c:before {
    content: ""
}

.ni-arrow-down-c:before {
    content: ""
}

.ni-arrow-left-fill-c:before {
    content: ""
}

.ni-arrow-right-fill-c:before {
    content: ""
}

.ni-arrow-up-fill-c:before {
    content: ""
}

.ni-arrow-down-fill-c:before {
    content: ""
}

.ni-arrow-left-circle:before {
    content: ""
}

.ni-arrow-right-circle:before {
    content: ""
}

.ni-arrow-up-circle:before {
    content: ""
}

.ni-arrow-down-circle:before {
    content: ""
}

.ni-arrow-left-circle-fill:before {
    content: ""
}

.ni-arrow-up-circle-fill:before {
    content: ""
}

.ni-arrow-down-circle-fill:before {
    content: ""
}

.ni-arrow-right-circle-fill:before {
    content: ""
}

.ni-chevrons-left:before {
    content: ""
}

.ni-chevrons-right:before {
    content: ""
}

.ni-chevrons-up:before {
    content: ""
}

.ni-chevrons-down:before {
    content: ""
}

.ni-first:before {
    content: ""
}

.ni-last:before {
    content: ""
}

.ni-back-ios:before {
    content: ""
}

.ni-forward-ios:before {
    content: ""
}

.ni-upword-ios:before {
    content: ""
}

.ni-downward-ios:before {
    content: ""
}

.ni-back-alt:before {
    content: ""
}

.ni-forward-alt:before {
    content: ""
}

.ni-upword-alt:before {
    content: ""
}

.ni-downward-alt:before {
    content: ""
}

.ni-back-alt-fill:before {
    content: ""
}

.ni-forward-alt-fill:before {
    content: ""
}

.ni-upword-alt-fill:before {
    content: ""
}

.ni-downward-alt-fill:before {
    content: ""
}

.ni-arrow-long-left:before {
    content: ""
}

.ni-arrow-long-right:before {
    content: ""
}

.ni-arrow-long-up:before {
    content: ""
}

.ni-arrow-long-down:before {
    content: ""
}

.ni-arrow-left:before {
    content: ""
}

.ni-arrow-right:before {
    content: ""
}

.ni-arrow-up:before {
    content: ""
}

.ni-arrow-down:before {
    content: ""
}

.ni-arrow-up-left:before {
    content: ""
}

.ni-arrow-up-right:before {
    content: ""
}

.ni-arrow-down-left:before {
    content: ""
}

.ni-arrow-down-right:before {
    content: ""
}

.ni-arrow-to-left:before {
    content: ""
}

.ni-arrow-to-right:before {
    content: ""
}

.ni-arrow-to-up:before {
    content: ""
}

.ni-arrow-to-down:before {
    content: ""
}

.ni-arrow-from-left:before {
    content: ""
}

.ni-arrow-from-right:before {
    content: ""
}

.ni-arrow-from-up:before {
    content: ""
}

.ni-arrow-from-down:before {
    content: ""
}

.ni-curve-down-left:before {
    content: ""
}

.ni-curve-up-right:before {
    content: ""
}

.ni-curve-up-left:before {
    content: ""
}

.ni-curve-down-right:before {
    content: ""
}

.ni-curve-left-up:before {
    content: ""
}

.ni-curve-right-up:before {
    content: ""
}

.ni-curve-left-down:before {
    content: ""
}

.ni-curve-right-down:before {
    content: ""
}

.ni-back-arrow:before {
    content: ""
}

.ni-forward-arrow:before {
    content: ""
}

.ni-back-arrow-fill:before {
    content: ""
}

.ni-forward-arrow-fill:before {
    content: ""
}

.ni-navigate:before {
    content: ""
}

.ni-navigate-up:before {
    content: ""
}

.ni-navigate-fill:before {
    content: ""
}

.ni-navigate-up-fill:before {
    content: ""
}

.ni-send:before {
    content: ""
}

.ni-send-alt:before {
    content: ""
}

.ni-unfold-less:before {
    content: ""
}

.ni-unfold-more:before {
    content: ""
}

.ni-exchange-v:before {
    content: ""
}

.ni-exchange:before {
    content: ""
}

.ni-expand:before {
    content: ""
}

.ni-shrink:before {
    content: ""
}

.ni-focus:before {
    content: ""
}

.ni-maximize:before {
    content: ""
}

.ni-minimize:before {
    content: ""
}

.ni-maximize-alt:before {
    content: ""
}

.ni-minimize-alt:before {
    content: ""
}

.ni-shuffle:before {
    content: ""
}

.ni-cross-sm:before {
    content: ""
}

.ni-cross:before {
    content: ""
}

.ni-cross-round:before {
    content: ""
}

.ni-cross-circle:before {
    content: ""
}

.ni-cross-c:before {
    content: ""
}

.ni-cross-round-fill:before {
    content: ""
}

.ni-cross-circle-fill:before {
    content: ""
}

.ni-cross-fill-c:before {
    content: ""
}

.ni-na:before {
    content: ""
}

.ni-check:before {
    content: ""
}

.ni-check-thick:before {
    content: ""
}

.ni-done:before {
    content: ""
}

.ni-check-round:before {
    content: ""
}

.ni-check-circle:before {
    content: ""
}

.ni-check-c:before {
    content: ""
}

.ni-check-round-fill:before {
    content: ""
}

.ni-check-circle-fill:before {
    content: ""
}

.ni-check-fill-c:before {
    content: ""
}

.ni-check-circle-cut:before {
    content: ""
}

.ni-check-round-cut:before {
    content: ""
}

.ni-bullet:before {
    content: ""
}

.ni-circle:before {
    content: ""
}

.ni-square:before {
    content: ""
}

.ni-square-c:before {
    content: ""
}

.ni-bullet-fill:before {
    content: ""
}

.ni-circle-fill:before {
    content: ""
}

.ni-square-fill:before {
    content: ""
}

.ni-square-fill-c:before {
    content: ""
}

.ni-plus-sm:before {
    content: ""
}

.ni-minus-sm:before {
    content: ""
}

.ni-plus:before {
    content: ""
}

.ni-minus:before {
    content: ""
}

.ni-plus-round:before {
    content: ""
}

.ni-minus-round:before {
    content: ""
}

.ni-plus-circle:before {
    content: ""
}

.ni-minus-circle:before {
    content: ""
}

.ni-plus-c:before {
    content: ""
}

.ni-minus-c:before {
    content: ""
}

.ni-plus-round-fill:before {
    content: ""
}

.ni-plus-circle-fill:before {
    content: ""
}

.ni-minus-round-fill:before {
    content: ""
}

.ni-minus-circle-fill:before {
    content: ""
}

.ni-plus-fill-c:before {
    content: ""
}

.ni-minus-fill-c:before {
    content: ""
}

.ni-plus-medi:before {
    content: ""
}

.ni-plus-medi-fill:before {
    content: ""
}

.ni-equal-sm:before {
    content: ""
}

.ni-equal:before {
    content: ""
}

.ni-calc:before {
    content: ""
}

.ni-search:before {
    content: ""
}

.ni-zoom-out:before {
    content: ""
}

.ni-zoom-in:before {
    content: ""
}

.ni-play:before {
    content: ""
}

.ni-play-fill:before {
    content: ""
}

.ni-play-circle:before {
    content: ""
}

.ni-play-circle-fill:before {
    content: ""
}

.ni-pause:before {
    content: ""
}

.ni-pause-fill:before {
    content: ""
}

.ni-pause-circle:before {
    content: ""
}

.ni-pause-circle-fill:before {
    content: ""
}

.ni-stop:before {
    content: ""
}

.ni-stop-fill:before {
    content: ""
}

.ni-stop-circle:before {
    content: ""
}

.ni-stop-circle-fill:before {
    content: ""
}

.ni-rewind:before {
    content: ""
}

.ni-forward:before {
    content: ""
}

.ni-rewind-fill:before {
    content: ""
}

.ni-forward-fill:before {
    content: ""
}

.ni-step-back:before {
    content: ""
}

.ni-step-forward:before {
    content: ""
}

.ni-vol-off:before {
    content: ""
}

.ni-vol-no:before {
    content: ""
}

.ni-vol-half:before {
    content: ""
}

.ni-vol:before {
    content: ""
}

.ni-mic:before {
    content: ""
}

.ni-mic-off:before {
    content: ""
}

.ni-video:before {
    content: ""
}

.ni-video-off:before {
    content: ""
}

.ni-video-fill:before {
    content: ""
}

.ni-loader:before {
    content: ""
}

.ni-power:before {
    content: ""
}

.ni-signout:before {
    content: ""
}

.ni-signin:before {
    content: ""
}

.ni-upload:before {
    content: ""
}

.ni-download:before {
    content: ""
}

.ni-alert-circle:before {
    content: ""
}

.ni-alert:before {
    content: ""
}

.ni-caution:before {
    content: ""
}

.ni-report:before {
    content: ""
}

.ni-alert-c:before {
    content: ""
}

.ni-alert-circle-fill:before {
    content: ""
}

.ni-alert-fill:before {
    content: ""
}

.ni-caution-fill:before {
    content: ""
}

.ni-report-fill:before {
    content: ""
}

.ni-alert-fill-c:before {
    content: ""
}

.ni-info-i:before {
    content: ""
}

.ni-info:before {
    content: ""
}

.ni-info-fill:before {
    content: ""
}

.ni-help:before {
    content: ""
}

.ni-help-fill:before {
    content: ""
}

.ni-archived:before {
    content: ""
}

.ni-archive:before {
    content: ""
}

.ni-unarchive:before {
    content: ""
}

.ni-archived-fill:before {
    content: ""
}

.ni-archive-fill:before {
    content: ""
}

.ni-unarchive-fill:before {
    content: ""
}

.ni-bag:before {
    content: ""
}

.ni-bag-fill:before {
    content: ""
}

.ni-bell:before {
    content: ""
}

.ni-bell-off:before {
    content: ""
}

.ni-bell-fill:before {
    content: ""
}

.ni-bell-off-fill:before {
    content: ""
}

.ni-wifi:before {
    content: ""
}

.ni-wifi-off:before {
    content: ""
}

.ni-live:before {
    content: ""
}

.ni-signal:before {
    content: ""
}

.ni-bluetooth:before {
    content: ""
}

.ni-blank-alt:before {
    content: ""
}

.ni-blank:before {
    content: ""
}

.ni-blankf-fill:before {
    content: ""
}

.ni-block-over:before {
    content: ""
}

.ni-book-read:before {
    content: ""
}

.ni-book:before {
    content: ""
}

.ni-book-fill:before {
    content: ""
}

.ni-bulb-fill:before {
    content: ""
}

.ni-bulb:before {
    content: ""
}

.ni-calendar-alt-fill:before {
    content: ""
}

.ni-calendar-alt:before {
    content: ""
}

.ni-calendar-booking-fill:before {
    content: ""
}

.ni-calendar-booking:before {
    content: ""
}

.ni-calendar-check-fill:before {
    content: ""
}

.ni-calendar-check:before {
    content: ""
}

.ni-calendar-fill:before {
    content: ""
}

.ni-calendar:before {
    content: ""
}

.ni-calender-date-fill:before {
    content: ""
}

.ni-calender-date:before {
    content: ""
}

.ni-call:before {
    content: ""
}

.ni-call-alt:before {
    content: ""
}

.ni-call-alt-fill:before {
    content: ""
}

.ni-call-fill:before {
    content: ""
}

.ni-camera-fill:before {
    content: ""
}

.ni-camera:before {
    content: ""
}

.ni-capsule:before {
    content: ""
}

.ni-capsule-fill:before {
    content: ""
}

.ni-cards:before {
    content: ""
}

.ni-cards-fill:before {
    content: ""
}

.ni-cart:before {
    content: ""
}

.ni-cart-fill:before {
    content: ""
}

.ni-cc:before {
    content: ""
}

.ni-cc-alt:before {
    content: ""
}

.ni-cc-alt2:before {
    content: ""
}

.ni-cc-secure:before {
    content: ""
}

.ni-cc-new:before {
    content: ""
}

.ni-cc-off:before {
    content: ""
}

.ni-cc-fill:before {
    content: ""
}

.ni-cc-alt-fill:before {
    content: ""
}

.ni-cc-alt2-fill:before {
    content: ""
}

.ni-cc-secure-fill:before {
    content: ""
}

.ni-msg-circle:before {
    content: ""
}

.ni-chat-circle:before {
    content: ""
}

.ni-msg:before {
    content: ""
}

.ni-chat:before {
    content: ""
}

.ni-question-alt:before {
    content: ""
}

.ni-question:before {
    content: ""
}

.ni-msg-circle-fill:before {
    content: ""
}

.ni-chat-circle-fill:before {
    content: ""
}

.ni-msg-fill:before {
    content: ""
}

.ni-chat-fill:before {
    content: ""
}

.ni-clip-h:before {
    content: ""
}

.ni-clip-v:before {
    content: ""
}

.ni-clip:before {
    content: ""
}

.ni-link-alt:before {
    content: ""
}

.ni-unlink:before {
    content: ""
}

.ni-unlink-alt:before {
    content: ""
}

.ni-link-h:before {
    content: ""
}

.ni-link-v:before {
    content: ""
}

.ni-link:before {
    content: ""
}

.ni-clipboard:before {
    content: ""
}

.ni-clipboad-check:before {
    content: ""
}

.ni-clipboard-fill:before {
    content: ""
}

.ni-clipboad-check-fill:before {
    content: ""
}

.ni-clock:before {
    content: ""
}

.ni-clock-fill:before {
    content: ""
}

.ni-cloud:before {
    content: ""
}

.ni-upload-cloud:before {
    content: ""
}

.ni-download-cloud:before {
    content: ""
}

.ni-cloud-fill:before {
    content: ""
}

.ni-contact:before {
    content: ""
}

.ni-contact-fill:before {
    content: ""
}

.ni-coffee:before {
    content: ""
}

.ni-coffee-fill:before {
    content: ""
}

.ni-box-view:before {
    content: ""
}

.ni-col-view:before {
    content: ""
}

.ni-sidebar:before {
    content: ""
}

.ni-layout:before {
    content: ""
}

.ni-table-view:before {
    content: ""
}

.ni-layout2:before {
    content: ""
}

.ni-row-view:before {
    content: ""
}

.ni-dot-box:before {
    content: ""
}

.ni-layout-fill:before {
    content: ""
}

.ni-box-view-fill:before {
    content: ""
}

.ni-sidebar-fill:before {
    content: ""
}

.ni-table-view-fill:before {
    content: ""
}

.ni-dot-box-fill:before {
    content: ""
}

.ni-template:before {
    content: ""
}

.ni-browser:before {
    content: ""
}

.ni-toolbar:before {
    content: ""
}

.ni-browser-fill:before {
    content: ""
}

.ni-toolbar-fill:before {
    content: ""
}

.ni-template-fill:before {
    content: ""
}

.ni-box:before {
    content: ""
}

.ni-package:before {
    content: ""
}

.ni-layer:before {
    content: ""
}

.ni-layers:before {
    content: ""
}

.ni-panel:before {
    content: ""
}

.ni-server:before {
    content: ""
}

.ni-layer-fill:before {
    content: ""
}

.ni-layers-fill:before {
    content: ""
}

.ni-package-fill:before {
    content: ""
}

.ni-panel-fill:before {
    content: ""
}

.ni-server-fill:before {
    content: ""
}

.ni-color-palette:before {
    content: ""
}

.ni-color-palette-fill:before {
    content: ""
}

.ni-copy:before {
    content: ""
}

.ni-copy-fill:before {
    content: ""
}

.ni-crop-alt:before {
    content: ""
}

.ni-crop:before {
    content: ""
}

.ni-target:before {
    content: ""
}

.ni-crosshair:before {
    content: ""
}

.ni-crosshair-fill:before {
    content: ""
}

.ni-db-fill:before {
    content: ""
}

.ni-db:before {
    content: ""
}

.ni-hard-drive:before {
    content: ""
}

.ni-cpu:before {
    content: ""
}

.ni-disk:before {
    content: ""
}

.ni-pen:before {
    content: ""
}

.ni-edit-alt:before {
    content: ""
}

.ni-pen-fill:before {
    content: ""
}

.ni-edit-alt-fill:before {
    content: ""
}

.ni-pen-alt-fill:before {
    content: ""
}

.ni-edit-fill:before {
    content: ""
}

.ni-edit:before {
    content: ""
}

.ni-external-alt:before {
    content: ""
}

.ni-external:before {
    content: ""
}

.ni-eye-alt:before {
    content: ""
}

.ni-eye-alt-fill:before {
    content: ""
}

.ni-eye:before {
    content: ""
}

.ni-eye-fill:before {
    content: ""
}

.ni-eye-off:before {
    content: ""
}

.ni-eye-off-fill:before {
    content: ""
}

.ni-file:before {
    content: ""
}

.ni-file-minus:before {
    content: ""
}

.ni-file-plus:before {
    content: ""
}

.ni-file-remove:before {
    content: ""
}

.ni-file-check:before {
    content: ""
}

.ni-file-code:before {
    content: ""
}

.ni-file-docs:before {
    content: ""
}

.ni-file-img:before {
    content: ""
}

.ni-file-doc:before {
    content: ""
}

.ni-file-pdf:before {
    content: ""
}

.ni-file-xls:before {
    content: ""
}

.ni-file-zip:before {
    content: ""
}

.ni-file-download:before {
    content: ""
}

.ni-file-text:before {
    content: ""
}

.ni-files:before {
    content: ""
}

.ni-file-fill:before {
    content: ""
}

.ni-file-minus-fill:before {
    content: ""
}

.ni-file-plus-fill:before {
    content: ""
}

.ni-file-remove-fill:before {
    content: ""
}

.ni-file-check-fill:before {
    content: ""
}

.ni-file-text-fill:before {
    content: ""
}

.ni-files-fill:before {
    content: ""
}

.ni-folder:before {
    content: ""
}

.ni-folder-minus:before {
    content: ""
}

.ni-folder-plus:before {
    content: ""
}

.ni-folder-remove:before {
    content: ""
}

.ni-folder-check:before {
    content: ""
}

.ni-folder-list:before {
    content: ""
}

.ni-folders:before {
    content: ""
}

.ni-folder-fill:before {
    content: ""
}

.ni-folders-fill:before {
    content: ""
}

.ni-filter-alt:before {
    content: ""
}

.ni-sort-line:before {
    content: ""
}

.ni-filter-fill:before {
    content: ""
}

.ni-filter:before {
    content: ""
}

.ni-flag:before {
    content: ""
}

.ni-flag-fill:before {
    content: ""
}

.ni-notify:before {
    content: ""
}

.ni-dashboard:before {
    content: ""
}

.ni-dashboard-fill:before {
    content: ""
}

.ni-grid-sq:before {
    content: ""
}

.ni-grid:before {
    content: ""
}

.ni-grid-c:before {
    content: ""
}

.ni-grid-alt:before {
    content: ""
}

.ni-grid-plus:before {
    content: ""
}

.ni-grid-add-c:before {
    content: ""
}

.ni-grid-fill:before {
    content: ""
}

.ni-grid-fill-c:before {
    content: ""
}

.ni-grid-alt-fill:before {
    content: ""
}

.ni-grid-plus-fill:before {
    content: ""
}

.ni-grid-add-fill-c:before {
    content: ""
}

.ni-grid-box-alt-fill:before {
    content: ""
}

.ni-grid-box-alt:before {
    content: ""
}

.ni-grid-box:before {
    content: ""
}

.ni-grid-box-fill:before {
    content: ""
}

.ni-grid-line:before {
    content: ""
}

.ni-menu-alt-left:before {
    content: ""
}

.ni-menu-alt-r:before {
    content: ""
}

.ni-menu-alt:before {
    content: ""
}

.ni-menu-center:before {
    content: ""
}

.ni-menu-left:before {
    content: ""
}

.ni-menu-right:before {
    content: ""
}

.ni-menu:before {
    content: ""
}

.ni-trend-up:before {
    content: ""
}

.ni-trend-down:before {
    content: ""
}

.ni-line-chart-down:before {
    content: ""
}

.ni-line-chart-up:before {
    content: ""
}

.ni-line-chart:before {
    content: ""
}

.ni-bar-chart:before {
    content: ""
}

.ni-bar-chart-alt:before {
    content: ""
}

.ni-chart-up:before {
    content: ""
}

.ni-chart-down:before {
    content: ""
}

.ni-growth:before {
    content: ""
}

.ni-growth-fill:before {
    content: ""
}

.ni-bar-chart-fill:before {
    content: ""
}

.ni-bar-c:before {
    content: ""
}

.ni-bar-fill-c:before {
    content: ""
}

.ni-pie:before {
    content: ""
}

.ni-pie-alt:before {
    content: ""
}

.ni-pie-fill:before {
    content: ""
}

.ni-activity:before {
    content: ""
}

.ni-activity-alt:before {
    content: ""
}

.ni-activity-round:before {
    content: ""
}

.ni-activity-round-fill:before {
    content: ""
}

.ni-meter:before {
    content: ""
}

.ni-speed:before {
    content: ""
}

.ni-happy:before {
    content: ""
}

.ni-sad:before {
    content: ""
}

.ni-meh:before {
    content: ""
}

.ni-happyf-fill:before {
    content: ""
}

.ni-sad-fill:before {
    content: ""
}

.ni-meh-fill:before {
    content: ""
}

.ni-home:before {
    content: ""
}

.ni-home-alt:before {
    content: ""
}

.ni-home-fill:before {
    content: ""
}

.ni-img:before {
    content: ""
}

.ni-img-fill:before {
    content: ""
}

.ni-inbox:before {
    content: ""
}

.ni-inbox-in:before {
    content: ""
}

.ni-inbox-out:before {
    content: ""
}

.ni-inbox-fill:before {
    content: ""
}

.ni-inbox-in-fill:before {
    content: ""
}

.ni-inbox-out-fill:before {
    content: ""
}

.ni-link-group:before {
    content: ""
}

.ni-lock:before {
    content: ""
}

.ni-lock-alt:before {
    content: ""
}

.ni-lock-fill:before {
    content: ""
}

.ni-lock-alt-fill:before {
    content: ""
}

.ni-unlock:before {
    content: ""
}

.ni-unlock-fill:before {
    content: ""
}

.ni-mail:before {
    content: ""
}

.ni-emails:before {
    content: ""
}

.ni-mail-fill:before {
    content: ""
}

.ni-emails-fill:before {
    content: ""
}

.ni-map-pin:before {
    content: ""
}

.ni-location:before {
    content: ""
}

.ni-map:before {
    content: ""
}

.ni-map-pin-fill:before {
    content: ""
}

.ni-list:before {
    content: ""
}

.ni-list-ol:before {
    content: ""
}

.ni-align-center:before {
    content: ""
}

.ni-align-justify:before {
    content: ""
}

.ni-align-left:before {
    content: ""
}

.ni-align-right:before {
    content: ""
}

.ni-list-check:before {
    content: ""
}

.ni-list-round:before {
    content: ""
}

.ni-card-view:before {
    content: ""
}

.ni-list-fill:before {
    content: ""
}

.ni-save:before {
    content: ""
}

.ni-save-fill:before {
    content: ""
}

.ni-move:before {
    content: ""
}

.ni-scissor:before {
    content: ""
}

.ni-text:before {
    content: ""
}

.ni-text-a:before {
    content: ""
}

.ni-bold:before {
    content: ""
}

.ni-italic:before {
    content: ""
}

.ni-underline:before {
    content: ""
}

.ni-percent:before {
    content: ""
}

.ni-at:before {
    content: ""
}

.ni-hash:before {
    content: ""
}

.ni-code:before {
    content: ""
}

.ni-code-download:before {
    content: ""
}

.ni-terminal:before {
    content: ""
}

.ni-cmd:before {
    content: ""
}

.ni-sun:before {
    content: ""
}

.ni-sun-fill:before {
    content: ""
}

.ni-moon-fill:before {
    content: ""
}

.ni-moon:before {
    content: ""
}

.ni-light:before {
    content: ""
}

.ni-light-fill:before {
    content: ""
}

.ni-more-v:before {
    content: ""
}

.ni-more-h:before {
    content: ""
}

.ni-more-h-alt:before {
    content: ""
}

.ni-more-v-alt:before {
    content: ""
}

.ni-music:before {
    content: ""
}

.ni-movie:before {
    content: ""
}

.ni-offer:before {
    content: ""
}

.ni-offer-fill:before {
    content: ""
}

.ni-opt-alt:before {
    content: ""
}

.ni-opt:before {
    content: ""
}

.ni-opt-dot-alt:before {
    content: ""
}

.ni-opt-dot:before {
    content: ""
}

.ni-opt-dot-fill:before {
    content: ""
}

.ni-opt-alt-fill:before {
    content: ""
}

.ni-user-alt:before {
    content: ""
}

.ni-user-alt-fill:before {
    content: ""
}

.ni-user:before {
    content: ""
}

.ni-users:before {
    content: ""
}

.ni-user-add:before {
    content: ""
}

.ni-user-remove:before {
    content: ""
}

.ni-user-check:before {
    content: ""
}

.ni-user-cross:before {
    content: ""
}

.ni-account-setting:before {
    content: ""
}

.ni-account-setting-alt:before {
    content: ""
}

.ni-user-list:before {
    content: ""
}

.ni-user-fill:before {
    content: ""
}

.ni-users-fill:before {
    content: ""
}

.ni-user-add-fill:before {
    content: ""
}

.ni-user-remove-fill:before {
    content: ""
}

.ni-user-check-fill:before {
    content: ""
}

.ni-user-cross-fill:before {
    content: ""
}

.ni-account-setting-fill:before {
    content: ""
}

.ni-user-list-fill:before {
    content: ""
}

.ni-user-circle:before {
    content: ""
}

.ni-user-circle-fill:before {
    content: ""
}

.ni-user-c:before {
    content: ""
}

.ni-user-fill-c:before {
    content: ""
}

.ni-user-round:before {
    content: ""
}

.ni-printer:before {
    content: ""
}

.ni-printer-fill:before {
    content: ""
}

.ni-laptop:before {
    content: ""
}

.ni-monitor:before {
    content: ""
}

.ni-tablet:before {
    content: ""
}

.ni-mobile:before {
    content: ""
}

.ni-undo:before {
    content: ""
}

.ni-redo:before {
    content: ""
}

.ni-reload-alt:before {
    content: ""
}

.ni-reload:before {
    content: ""
}

.ni-regen-alt:before {
    content: ""
}

.ni-regen:before {
    content: ""
}

.ni-invest:before {
    content: ""
}

.ni-histroy:before {
    content: ""
}

.ni-update:before {
    content: ""
}

.ni-repeat:before {
    content: ""
}

.ni-repeat-v:before {
    content: ""
}

.ni-tranx:before {
    content: ""
}

.ni-reply-all:before {
    content: ""
}

.ni-reply:before {
    content: ""
}

.ni-reply-fill:before {
    content: ""
}

.ni-reply-all-fill:before {
    content: ""
}

.ni-notes:before {
    content: ""
}

.ni-note-add:before {
    content: ""
}

.ni-notes-alt:before {
    content: ""
}

.ni-article:before {
    content: ""
}

.ni-text-rich:before {
    content: ""
}

.ni-todo:before {
    content: ""
}

.ni-report-profit:before {
    content: ""
}

.ni-reports-alt:before {
    content: ""
}

.ni-reports:before {
    content: ""
}

.ni-task:before {
    content: ""
}

.ni-note-add-c:before {
    content: ""
}

.ni-task-c:before {
    content: ""
}

.ni-todo-fill:before {
    content: ""
}

.ni-note-add-fill-c:before {
    content: ""
}

.ni-task-fill-c:before {
    content: ""
}

.ni-scan-fill:before {
    content: ""
}

.ni-scan:before {
    content: ""
}

.ni-qr:before {
    content: ""
}

.ni-money:before {
    content: ""
}

.ni-coins:before {
    content: ""
}

.ni-coin:before {
    content: ""
}

.ni-coin-alt:before {
    content: ""
}

.ni-coin-alt-fill:before {
    content: ""
}

.ni-setting-alt-fill:before {
    content: ""
}

.ni-setting-alt:before {
    content: ""
}

.ni-setting-fill:before {
    content: ""
}

.ni-setting:before {
    content: ""
}

.ni-share-alt:before {
    content: ""
}

.ni-share-fill:before {
    content: ""
}

.ni-share:before {
    content: ""
}

.ni-network:before {
    content: ""
}

.ni-rss:before {
    content: ""
}

.ni-shield:before {
    content: ""
}

.ni-shield-star:before {
    content: ""
}

.ni-shield-check:before {
    content: ""
}

.ni-shield-alert:before {
    content: ""
}

.ni-shield-off:before {
    content: ""
}

.ni-security:before {
    content: ""
}

.ni-policy:before {
    content: ""
}

.ni-shield-alert-fill:before {
    content: ""
}

.ni-shield-check-fill:before {
    content: ""
}

.ni-shield-fill:before {
    content: ""
}

.ni-shield-half:before {
    content: ""
}

.ni-shield-star-fill:before {
    content: ""
}

.ni-policy-fill:before {
    content: ""
}

.ni-spark:before {
    content: ""
}

.ni-spark-off:before {
    content: ""
}

.ni-spark-fill:before {
    content: ""
}

.ni-spark-off-fill:before {
    content: ""
}

.ni-wallet:before {
    content: ""
}

.ni-wallet-alt:before {
    content: ""
}

.ni-wallet-in:before {
    content: ""
}

.ni-wallet-out:before {
    content: ""
}

.ni-wallet-saving:before {
    content: ""
}

.ni-wallet-fill:before {
    content: ""
}

.ni-star:before {
    content: ""
}

.ni-star-half:before {
    content: ""
}

.ni-star-half-fill:before {
    content: ""
}

.ni-star-fill:before {
    content: ""
}

.ni-star-round:before {
    content: ""
}

.ni-heart:before {
    content: ""
}

.ni-heart-fill:before {
    content: ""
}

.ni-swap-alt-fill:before {
    content: ""
}

.ni-swap-alt:before {
    content: ""
}

.ni-thumbs-down:before {
    content: ""
}

.ni-thumbs-up:before {
    content: ""
}

.ni-tag:before {
    content: ""
}

.ni-tag-alt:before {
    content: ""
}

.ni-tags:before {
    content: ""
}

.ni-tag-fill:before {
    content: ""
}

.ni-tag-alt-fill:before {
    content: ""
}

.ni-tags-fill:before {
    content: ""
}

.ni-bookmark:before {
    content: ""
}

.ni-bookmark-fill:before {
    content: ""
}

.ni-label:before {
    content: ""
}

.ni-label-fill:before {
    content: ""
}

.ni-piority:before {
    content: ""
}

.ni-piority-fill:before {
    content: ""
}

.ni-label-alt:before {
    content: ""
}

.ni-label-alt-fill:before {
    content: ""
}

.ni-ticket-alt:before {
    content: ""
}

.ni-ticket:before {
    content: ""
}

.ni-ticket-minus:before {
    content: ""
}

.ni-ticket-plus:before {
    content: ""
}

.ni-ticket-alt-fill:before {
    content: ""
}

.ni-ticket-fill:before {
    content: ""
}

.ni-ticket-minus-fill:before {
    content: ""
}

.ni-ticket-plus-fill:before {
    content: ""
}

.ni-toggle-off:before {
    content: ""
}

.ni-toggle-on:before {
    content: ""
}

.ni-trash-alt:before {
    content: ""
}

.ni-trash-empty:before {
    content: ""
}

.ni-trash:before {
    content: ""
}

.ni-trash-fill:before {
    content: ""
}

.ni-trash-empty-fill:before {
    content: ""
}

.ni-delete-fill:before {
    content: ""
}

.ni-delete:before {
    content: ""
}

.ni-alarm-alt:before {
    content: ""
}

.ni-alarm:before {
    content: ""
}

.ni-bugs:before {
    content: ""
}

.ni-building:before {
    content: ""
}

.ni-building-fill:before {
    content: ""
}

.ni-headphone:before {
    content: ""
}

.ni-headphone-fill:before {
    content: ""
}

.ni-aperture:before {
    content: ""
}

.ni-help-alt:before {
    content: ""
}

.ni-award:before {
    content: ""
}

.ni-briefcase:before {
    content: ""
}

.ni-gift:before {
    content: ""
}

.ni-globe:before {
    content: ""
}

.ni-umbrela:before {
    content: ""
}

.ni-truck:before {
    content: ""
}

.ni-sign-usd:before {
    content: ""
}

.ni-sign-dollar:before {
    content: ""
}

.ni-sign-mxn:before {
    content: ""
}

.ni-sign-sgd:before {
    content: ""
}

.ni-sign-euro:before {
    content: ""
}

.ni-sign-eur:before {
    content: ""
}

.ni-sign-gbp:before {
    content: ""
}

.ni-sign-pound:before {
    content: ""
}

.ni-sign-thb:before {
    content: ""
}

.ni-sign-inr:before {
    content: ""
}

.ni-sign-jpy:before {
    content: ""
}

.ni-sign-yen:before {
    content: ""
}

.ni-sign-cny:before {
    content: ""
}

.ni-sign-kobo:before {
    content: ""
}

.ni-sign-chf:before {
    content: ""
}

.ni-sign-vnd:before {
    content: ""
}

.ni-sign-php:before {
    content: ""
}

.ni-sign-brl:before {
    content: ""
}

.ni-sign-idr:before {
    content: ""
}

.ni-sign-czk:before {
    content: ""
}

.ni-sign-hkd:before {
    content: ""
}

.ni-sign-kr:before {
    content: ""
}

.ni-sign-dkk:before {
    content: ""
}

.ni-sign-nok:before {
    content: ""
}

.ni-sign-sek:before {
    content: ""
}

.ni-sign-rub:before {
    content: ""
}

.ni-sign-myr:before {
    content: ""
}

.ni-sign-pln:before {
    content: ""
}

.ni-sign-try:before {
    content: ""
}

.ni-sign-waves:before {
    content: ""
}

.ni-waves:before {
    content: ""
}

.ni-sign-trx:before {
    content: ""
}

.ni-tron:before {
    content: ""
}

.ni-sign-xem:before {
    content: ""
}

.ni-nem:before {
    content: ""
}

.ni-sign-mxr:before {
    content: ""
}

.ni-monero:before {
    content: ""
}

.ni-sign-usdc:before {
    content: ""
}

.ni-sign-steller:before {
    content: ""
}

.ni-sign-steem:before {
    content: ""
}

.ni-sign-usdt:before {
    content: ""
}

.ni-tether:before {
    content: ""
}

.ni-sign-btc:before {
    content: ""
}

.ni-bitcoin:before {
    content: ""
}

.ni-sign-bch:before {
    content: ""
}

.ni-bitcoin-cash:before {
    content: ""
}

.ni-sign-bnb:before {
    content: ""
}

.ni-binance:before {
    content: ""
}

.ni-sign-ada:before {
    content: ""
}

.ni-sign-zcash:before {
    content: ""
}

.ni-sign-eth:before {
    content: ""
}

.ni-ethereum:before {
    content: ""
}

.ni-sign-dash:before {
    content: ""
}

.ni-dash:before {
    content: ""
}

.ni-sign-xrp-old:before {
    content: ""
}

.ni-ripple-old:before {
    content: ""
}

.ni-sign-eos:before {
    content: ""
}

.ni-eos:before {
    content: ""
}

.ni-sign-xrp:before {
    content: ""
}

.ni-ripple:before {
    content: ""
}

.ni-american-express:before {
    content: ""
}

.ni-jcb:before {
    content: ""
}

.ni-cc-jcb:before {
    content: ""
}

.ni-mc:before {
    content: ""
}

.ni-cc-mc:before {
    content: ""
}

.ni-discover:before {
    content: ""
}

.ni-cc-discover:before {
    content: ""
}

.ni-visa:before {
    content: ""
}

.ni-cc-visa:before {
    content: ""
}

.ni-cc-paypal:before {
    content: ""
}

.ni-cc-stripe:before {
    content: ""
}

.ni-amazon-pay:before {
    content: ""
}

.ni-amazon-pay-fill:before {
    content: ""
}

.ni-google-pay:before {
    content: ""
}

.ni-google-pay-fill:before {
    content: ""
}

.ni-apple-pay:before {
    content: ""
}

.ni-apple-pay-fill:before {
    content: ""
}

.ni-angular:before {
    content: ""
}

.ni-react:before {
    content: ""
}

.ni-laravel:before {
    content: ""
}

.ni-html5:before {
    content: ""
}

.ni-css3-fill:before {
    content: ""
}

.ni-css3:before {
    content: ""
}

.ni-js:before {
    content: ""
}

.ni-php:before {
    content: ""
}

.ni-python:before {
    content: ""
}

.ni-bootstrap:before {
    content: ""
}

.ni-ebay:before {
    content: ""
}

.ni-google-wallet:before {
    content: ""
}

.ni-google-drive:before {
    content: ""
}

.ni-google-play-store:before {
    content: ""
}

.ni-android:before {
    content: ""
}

.ni-blogger-fill:before {
    content: ""
}

.ni-blogger:before {
    content: ""
}

.ni-hangout:before {
    content: ""
}

.ni-apple-store:before {
    content: ""
}

.ni-apple-store-ios:before {
    content: ""
}

.ni-stripe:before {
    content: ""
}

.ni-apple:before {
    content: ""
}

.ni-microsoft:before {
    content: ""
}

.ni-windows:before {
    content: ""
}

.ni-amazon:before {
    content: ""
}

.ni-paypal-alt:before {
    content: ""
}

.ni-airbnb:before {
    content: ""
}

.ni-adobe:before {
    content: ""
}

.ni-mailchimp:before {
    content: ""
}

.ni-dropbox:before {
    content: ""
}

.ni-digital-ocean:before {
    content: ""
}

.ni-slack:before {
    content: ""
}

.ni-slack-hash:before {
    content: ""
}

.ni-stack-overflow:before {
    content: ""
}

.ni-soundcloud:before {
    content: ""
}

.ni-blackberry:before {
    content: ""
}

.ni-spotify:before {
    content: ""
}

.ni-kickstarter:before {
    content: ""
}

.ni-houzz:before {
    content: ""
}

.ni-vine:before {
    content: ""
}

.ni-yelp:before {
    content: ""
}

.ni-yoast:before {
    content: ""
}

.ni-envato:before {
    content: ""
}

.ni-wordpress:before {
    content: ""
}

.ni-wp:before {
    content: ""
}

.ni-wordpress-fill:before {
    content: ""
}

.ni-elementor:before {
    content: ""
}

.ni-joomla:before {
    content: ""
}

.ni-megento:before {
    content: ""
}

.ni-git:before {
    content: ""
}

.ni-github:before {
    content: ""
}

.ni-github-round:before {
    content: ""
}

.ni-github-circle:before {
    content: ""
}

.ni-dribbble:before {
    content: ""
}

.ni-dribbble-round:before {
    content: ""
}

.ni-behance:before {
    content: ""
}

.ni-behance-fill:before {
    content: ""
}

.ni-flickr:before {
    content: ""
}

.ni-flickr-round:before {
    content: ""
}

.ni-medium:before {
    content: ""
}

.ni-medium-round:before {
    content: ""
}

.ni-reddit:before {
    content: ""
}

.ni-reddit-round:before {
    content: ""
}

.ni-reddit-circle:before {
    content: ""
}

.ni-google:before {
    content: ""
}

.ni-facebook-f:before {
    content: ""
}

.ni-facebook-fill:before {
    content: ""
}

.ni-facebook-circle:before {
    content: ""
}

.ni-instagram:before {
    content: ""
}

.ni-instagram-round:before {
    content: ""
}

.ni-linkedin:before {
    content: ""
}

.ni-linkedin-round:before {
    content: ""
}

.ni-twitter:before {
    content: ""
}

.ni-twitter-round:before {
    content: ""
}

.ni-pinterest:before {
    content: ""
}

.ni-pinterest-round:before {
    content: ""
}

.ni-pinterest-circle:before {
    content: ""
}

.ni-tumblr:before {
    content: ""
}

.ni-tumblr-round:before {
    content: ""
}

.ni-skype:before {
    content: ""
}

.ni-viber:before {
    content: ""
}

.ni-whatsapp:before {
    content: ""
}

.ni-whatsapp-round:before {
    content: ""
}

.ni-snapchat:before {
    content: ""
}

.ni-snapchat-fill:before {
    content: ""
}

.ni-telegram:before {
    content: ""
}

.ni-telegram-circle:before {
    content: ""
}

.ni-youtube-line:before {
    content: ""
}

.ni-youtube:before {
    content: ""
}

.ni-youtube-fill:before {
    content: ""
}

.ni-youtube-round:before {
    content: ""
}

.ni-vimeo:before {
    content: ""
}

.ni-vimeo-fill:before {
    content: ""
}

.com {
    color: #93a1a1
}

.lit {
    color: #195f91
}

.pun,.opn,.clo {
    color: #93a1a1
}

.fun {
    color: #dc322f
}

.str,.atv {
    color: #D14
}

.kwd,.linenums .tag {
    color: #1e347b
}

.typ,.atn,.dec,.var {
    color: teal
}

.pln {
    color: #48484c
}

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0
}

ol.linenums {
    margin: 0 0 0 33px
}

ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper,.simplebar-scroll-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: hidden scroll
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-scroll-content::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:before,.simplebar-content:after {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar .hidden-scrollbar {
    visibility: hidden
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #8094ae;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 8px !important;
    transition: width .1s
}

.simplebar-track.simplebar-vertical.simplebar-hover {
    width: 10px !important
}

.simplebar-track.simplebar-vertical .nk-sidebar {
    visibility: hidden !important
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 8px !important;
    transition: height .1s
}

.simplebar-track.simplebar-horizontal.simplebar-hover {
    height: 10px !important
}

.nk-sidebar .simplebar-track.simplebar-horizontal,.nk-sidebar-fat .simplebar-track.simplebar-horizontal,.nk-apps-sidebar .simplebar-track.simplebar-horizontal {
    /* visibility: hidden !important */
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slide:focus {
    outline: none;
    border: none
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    display: flex;
    justify-content: center
}

.slick-dots li {
    padding: 0 6px
}

.slick-dots li button {
    background-color: #dbdfea;
    border: none;
    border-radius: 20px;
    text-indent: -99999px;
    height: 8px;
    width: 8px;
    padding: 0;
    overflow: hidden;
    transition: all .4s linear
}

.slick-dots li button:focus {
    outline: none
}

.slick-dots li.slick-active button {
    background-color: #8094ae
}

.slick-next,.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    z-index: 9;
    font-size: 24px;
    color: #8094ae;
    background: #fff;
    transition: all .4s linear;
    border: 1px solid #e5e9f2
}

.slick-next:hover,.slick-prev:hover {
    color: #526484;
    background: #f5f6fa;
    border-color: #dbdfea;
    opacity: 1
}

.slick-disabled .slick-next,.slick-disabled .slick-prev {
    cursor: default;
    color: #dbdfea
}

.slick-disabled .slick-next:hover,.slick-disabled .slick-prev:hover {
    color: #dbdfea;
    background: #fff;
    border-color: #e5e9f2
}

.slick-next {
    right: -10px
}

.slick-prev {
    left: -10px
}

.datepicker {
    padding: 10px;
    border-radius: 4px;
    direction: ltr;
    border: 1px solid #dbdfea;
    box-shadow: none;
    min-width: 240px
}

.datepicker .table-condensed {
    width: 100%
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td,.datepicker th {
    text-align: center;
    width: 34px;
    height: 24px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    transition: all .3s
}

.datepicker table tr td.day:hover,.datepicker table tr td.day.focused {
    background: #ebeef2;
    cursor: pointer
}

.datepicker table tr td.old,.datepicker table tr td.new {
    color: #dbdfea
}

.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
    background: none;
    color: #dbdfea;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #ebeef2;
    border-radius: 0
}

.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover {
    background-color: #e7dcff;
    color: #854fff
}

.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #9d72ff
}

.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active {
    background-color: #854fff
}

.datepicker table tr td.today:hover:hover {
    color: #fff
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover {
    background: #dbdfea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover {
    background-color: #b695ff;
    border-radius: 0
}

.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #9d72ff
}

.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #854fff \9
}

.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover {
    background-color: #3c4d62;
    color: #fff
}

.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #344357
}

.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active {
    background-color: #2b3748 \9
}

.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover {
    background-color: #9d72ff;
    color: #fff
}

.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #854fff
}

.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active {
    background-color: #854fff
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s
}

.datepicker table tr td span:hover,.datepicker table tr td span.focused {
    background: #854fff;
    color: #fff
}

.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover {
    background: none;
    color: #dbdfea;
    cursor: default
}

.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover {
    background-color: #9d72ff;
    color: #fff
}

.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #854fff
}

.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active {
    background-color: #854fff \9
}

.datepicker table tr td span.old,.datepicker table tr td span.new {
    color: #dbdfea
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,.datepicker .prev,.datepicker .next,.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,.datepicker .prev:hover,.datepicker .next:hover,.datepicker tfoot tr th:hover {
    background: #ebeef2
}

.datepicker .prev.disabled,.datepicker .next.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #ebeef2;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    z-index: 99999 !important
}

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box
}

.ui-timepicker {
    box-sizing: content-box;
    display: block;
    height: 205px;
    list-style: none outside none;
    margin: 0;
    padding: 0 1px;
    text-align: center
}

.ui-timepicker-viewport {
    box-sizing: content-box;
    display: block;
    height: 205px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden
}

.ui-timepicker-standard {
    font-size: 1.1em;
    background-color: #FFF;
    border: 1px solid #dbdfea;
    color: #526484;
    margin: 0;
    padding: 6px
}

.ui-timepicker-standard a {
    border: none;
    color: #526484;
    display: block;
    padding: .375rem .75rem;
    text-decoration: none
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #ebeef2;
    border: none;
    font-weight: normal;
    color: #364a63;
    cursor: pointer;
    border-radius: 4px
}

.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0
}

.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ui-timepicker-hidden {
    display: none
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 1px dashed #e5e9f2;
    border-radius: 4px;
    background: white;
    padding: 20px 20px
}

.dropzone.small {
    min-height: 86px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5
}

.dropzone .dz-message {
    text-align: center;
    margin: 1em 0
}

.dropzone .dz-message span {
    display: block;
    color: rgba(82,100,132,0.6)
}

.dropzone .dz-message-text {
    font-size: 13px
}

.dropzone .dz-message-text span {
    display: inline-block;
    color: #854fff
}

.dropzone .dz-message-or {
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: white
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0,0,0,0.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200,200,200,0.8);
    background-color: rgba(255,255,255,0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255,255,255,0.4);
    padding: 0 0.4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255,255,255,0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base,.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-vertical .noUi-origin {
    width: 100%
}

.noUi-horizontal .noUi-origin {
    height: 100%
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-handle:focus {
    outline: none
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-touch-area:focus {
    outline: none
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 8px
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    right: -14px;
    top: 50%;
    transform: translateY(-50%)
}

.noUi-vertical {
    width: 8px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 28px;
    right: 50%;
    top: -14px;
    transform: translateX(-50%)
}

.noUi-target {
    background: #dbdfea;
    border-radius: 4px
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #854fff
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #dbdfea;
    border-radius: 50%;
    background: #fff;
    cursor: default;
    box-shadow: 0 3px 12px 1px rgba(43,55,72,0.15)
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:before,.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #dbdfea;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.noUi-horizontal .noUi-handle:before {
    margin-left: -2px
}

.noUi-horizontal .noUi-handle:after {
    margin-left: 2px
}

.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after {
    width: 10px;
    height: 1px
}

.noUi-vertical .noUi-handle:before {
    margin-top: -2px
}

.noUi-vertical .noUi-handle:after {
    margin-top: 2px
}

[disabled] .noUi-connect {
    background: #e5e9f2
}

[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips,.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.jqvmap-label {
    position: absolute;
    display: none;
    border-radius: 4px;
    background: rgba(31,43,58,0.9);
    color: #fff;
    padding: .25rem .75rem;
    pointer-events: none;
    font-size: 12px
}

.jqvmap-pin {
    pointer-events: none
}

.jqvmap-zoomin,.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: rgba(31,43,58,0.9);
    padding: .125rem;
    color: #fff;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    line-height: .75rem;
    text-align: center
}

.jqvmap-zoomin {
    top: 10px
}

.jqvmap-zoomout {
    top: 30px
}

.jqvmap-region {
    cursor: pointer
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px
}

.tagify {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 1px solid #e5e9f2;
    padding: 3px;
    line-height: 1.1;
    cursor: text;
    outline: none;
    position: relative;
    transition: .1s;
    font-size: 14px
}

@keyframes tags--bump {
    30% {
        transform: scale(1.2)
    }
}

@keyframes rotateLoader {
    to {
        transform: rotate(1turn)
    }
}

@media (max-width: 576px) {
    .tagify {
        padding:4px;
        font-size: 12px
    }
}

.tagify:hover {
    border-color: #dbdfea
}

.tagify.tagify--focus {
    transition: 0s;
    border-color: #854fff
}

.tagify[readonly] {
    cursor: default
}

.tagify[readonly]>.tagify__input {
    visibility: hidden;
    width: 0;
    margin: 5px 0
}

.tagify[readonly] .tagify__tag__removeBtn {
    display: none
}

.tagify[readonly] .tagify__tag>div {
    padding: 0.25rem 0.5rem 0.25rem 0.675rem
}

.tagify[readonly] .tagify__tag>div::before {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95)
}

.tagify--loading .tagify__input::before {
    content: none
}

.tagify--loading .tagify__input::after {
    content: '';
    vertical-align: middle;
    margin: -2px 0 -2px .5em;
    opacity: 1;
    width: .7em;
    height: .7em;
    border: 3px solid;
    border-color: #EEE #BBB #888 transparent;
    border-radius: 50%;
    animation: rotateLoader .4s infinite linear
}

.tagify--loading .tagify__input:empty::after {
    margin-left: 0
}

.tagify+input,.tagify+textarea {
    display: none !important
}

.tagify__tag {
    display: inline-flex;
    align-items: center;
    margin: 2px;
    position: relative;
    z-index: 1;
    outline: none;
    cursor: default;
    transition: .13s ease-out
}

.tagify__tag>div {
    vertical-align: top;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0.25rem 0.5rem 0.25rem 0.675rem;
    color: #526484;
    line-height: inherit;
    border-radius: 15px;
    user-select: none;
    transition: .13s ease-out
}

.tagify__tag>div>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    min-width: var(--tag--min-width);
    max-width: var(--tag--max-width);
    transition: .8s ease, .1s color
}

.tagify__tag>div>*[contenteditable] {
    outline: none;
    user-select: text;
    cursor: text;
    margin: -2px;
    padding: 2px;
    max-width: 350px
}

.tagify__tag>div::before {
    content: '';
    position: absolute;
    border-radius: inherit;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    transition: 120ms ease;
    box-shadow: 0 0 0 1.1em #fff inset;
    border: 1px solid #e5e9f2
}

.tagify__tag:hover:not([readonly]) div::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 1.1em #f5f6fa inset
}

.tagify__tag.tagify--noAnim>div::before {
    animation: none
}

.tagify__tag.tagify--hide {
    width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transform: scale(0);
    transition: .3s;
    pointer-events: none
}

.tagify__tag.tagify--mark div::before {
    animation: none
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
    opacity: .5
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
    box-shadow: 0 0 0 1.1em rgba(114,128,146,0.5) inset !important;
    transition: .2s
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
    display: none
}

.tagify__tag[readonly]>div::before {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
    border-color: none
}

.tagify__tag--editable>div {
    color: #526484;
    color: var(--tag-text-color--edit)
}

.tagify__tag--editable>div::before {
    box-shadow: 0 0 0 2px #f5f6fa inset !important
}

.tagify__tag--editable.tagify--invalid>div::before {
    box-shadow: 0 0 0 2px #728092 inset !important
}

.tagify__tag__removeBtn {
    order: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    font: 14px Serif;
    background: none;
    color: #364a63;
    width: 14px;
    height: 14px;
    margin-right: 4.66667px;
    margin-left: -4.66667px;
    transition: .2s ease-out
}

.tagify__tag__removeBtn::after {
    position: relative;
    content: "\00D7";
    top: 1px
}

.tagify__tag__removeBtn:hover {
    color: white;
    background: #606c7c
}

.tagify__tag__removeBtn:hover+div::before {
    transition: .2s
}

.tagify:not(.tagify--mix) .tagify__input br {
    display: none
}

.tagify:not(.tagify--mix) .tagify__input * {
    display: inline;
    white-space: nowrap
}

.tagify__input {
    display: block;
    min-width: 60px;
    margin: 2px;
    padding: 0.25rem 0.5rem 0.25rem 0.675rem;
    line-height: inherit;
    position: relative;
    white-space: pre-line
}

.tagify__input::before {
    display: inline-block;
    width: 0
}

.tagify__input:empty {
    display: flex
}

.tagify__input:empty::before {
    transition: .2s ease-out;
    opacity: .7;
    transform: none;
    width: auto
}

.tagify__input:focus {
    outline: none
}

.tagify__input:focus::before {
    transition: .2s ease-out;
    opacity: 0;
    transform: translatex(6px)
}

@supports (-moz-appearance: none) {
    .tagify__input:focus::before {
        display:none
    }
}

.tagify__input:focus:empty::before {
    transition: .2s ease-out;
    opacity: .5;
    transform: none
}

@supports (-moz-appearance: none) {
    .tagify__input:focus:empty::before {
        display:inline-block
    }
}

.tagify__input::before {
    content: attr(data-placeholder);
    line-height: 1.8;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #526484;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0
}

.tagify--mix .tagify__input::before {
    position: static;
    line-height: inherit
}

@supports (-moz-appearance: none) {
    .tagify__input::before {
        line-height:inherit;
        position: relative
    }
}

.tagify__input::after {
    content: attr(data-suggest);
    display: inline-block;
    white-space: pre;
    color: #526484;
    opacity: .3;
    pointer-events: none;
    max-width: 100px
}

.tagify__input .tagify__tag {
    margin: 0
}

.tagify__input .tagify__tag>div {
    padding-top: 0;
    padding-bottom: 0
}

.tagify--mix {
    line-height: 1.7
}

.tagify--mix .tagify__input {
    padding: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: inherit
}

.tagify--mix .tagify__input::after {
    content: none
}

.tagify--select::after {
    content: '>';
    opacity: .5;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font: 16px monospace;
    line-height: 8px;
    height: 8px;
    pointer-events: none;
    transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
    transition: .2s ease-in-out
}

.tagify--select[aria-expanded=true]::after {
    transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2)
}

.tagify--select .tagify__tag {
    position: absolute;
    top: 0;
    right: 1.8em;
    bottom: 0
}

.tagify--select .tagify__tag div {
    display: none
}

.tagify--select .tagify__input {
    width: 100%
}

.tagify--invalid {
    border-color: #728092
}

.tagify__dropdown {
    position: absolute;
    z-index: 9999;
    transform: translateY(4px);
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(54,74,99,0.1);
    border-radius: 4px
}

.tagify__dropdown[placement="top"] {
    margin-top: 0;
    transform: translateY(-4px);
    box-shadow: 0 -1px 4px rgba(54,74,99,0.1)
}

.tagify__dropdown--text {
    box-shadow: 0 0 0 3px rgba(133,79,255,0.1);
    font-size: .9em
}

.tagify__dropdown--text .tagify__dropdown__wrapper {
    border-width: 1px
}

.tagify__dropdown__wrapper {
    max-height: 300px;
    overflow: hidden;
    background: white;
    border: 1px solid #e5e9f2;
    padding: .25rem;
    border-radius: 4px;
    transition: 0.25s cubic-bezier(0, 1, 0.5, 1)
}

.tagify__dropdown__wrapper:hover {
    overflow: auto
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
    max-height: 20px;
    transform: translateY(-1em)
}

.tagify__dropdown--initial[placement="top"] .tagify__dropdown__wrapper {
    transform: translateY(2em)
}

.tagify__dropdown__item {
    box-sizing: inherit;
    padding: 0.25rem 0.5rem 0.25rem 0.675rem;
    margin: 1px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    outline: none
}

.tagify__dropdown__item--active {
    background: #854fff;
    color: white
}

.tagify__dropdown__item:active {
    filter: brightness(105%)
}

.tagify__dropdown__createTagBtn {
    width: 100%;
    background: #854fff;
    color: white;
    border: none
}

body {
    min-width: 320px
}

body.nav-shown {
    overflow: hidden
}

.nk-body {
    outline: none
}

.nk-app-root {
    outline: none
}

.nk-main {
    position: relative
}

.nk-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.nk-content {
    padding: 24px 4px
}

.nk-content-fs {
    min-height: calc(100vh - (65px + 65px));
    display: flex;
    align-items: center
}

@media (min-width: 576px) {
    .nk-content {
        padding:32px 22px
    }

    .nk-content-fluid {
        padding-left: 22px;
        padding-right: 22px
    }
}

@media (min-width: 992px) {
    .nk-content-lg {
        padding-top:36px;
        padding-bottom: 36px
    }

    .nk-content-fluid {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width: 1660px) {
    .nk-content-lg {
        padding-top:54px;
        padding-bottom: 54px
    }

    .nk-content-fluid {
        padding-left: 44px;
        padding-right: 44px
    }
}

.nk-content-body {
    flex-grow: 1
}

.nk-wrap-nosidebar .nk-content {
    padding: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.logo-link {
    position: relative;
    display: inline-block;
    align-items: center
}

.logo-dark {
    opacity: 1
}

.tc-light .logo-dark,.is-dark .logo-dark,.is-theme .logo-dark {
    opacity: 0
}

.logo-light {
    opacity: 0
}

.tc-light .logo-light,.is-dark .logo-light,.is-theme .logo-light {
    opacity: 1
}

.logo-img {
    max-height: 36px
}

.logo-img-lg {
    max-height: 60px
}

.logo-img-sm {
    max-height: 28px
}

.logo-img-icon {
    max-height: 33px
}

.logo-img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.nk-header {
    background: #f5f6fa;
    border-bottom: 1px solid #e5e9f2;
    padding: 0 6px;
    box-shadow: 0px 1px 3px 0px rgba(54,74,99,0.05)
}

.nk-header.is-dark:not([class*=bg-]) {
    background: #101924;
    border-color: #203247
}

.nk-header.is-light:not([class*=bg-]) {
    background: #fff
}

.nk-header.is-theme:not([class*=bg-]) {
    background: #36206a;
    border-color: #4a2b91
}

.nk-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    min-width: 320px
}

.nk-header-fixed+.nk-content {
    margin-top: 65px;
    position: relative
}

.nk-header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 -.25rem
}

.nk-header-wrap>* {
    padding: 0 .25rem
}

.nk-header-right {
    align-items: center;
    justify-content: flex-end
}

.nk-header-center {
    justify-content: center
}

.nk-header-tools {
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 14px
}

.nk-header-brand {
    flex-shrink: 0;
    padding-top: 14px;
    padding-bottom: 14px
}

.nk-header .dropdown-menu .lead-text {
    color: #364a63
}

.nk-header .dropdown-menu .sub-text,.nk-header .dropdown-menu .overline-title,.nk-header .dropdown-menu .overline-title-alt {
    color: #8094ae
}

.nk-header-search {
    display: none
}

.nk-header-search .form-control {
    background-color: transparent;
    border: none
}

.is-dark .nk-header-search .icon {
    color: #fff
}

.is-theme .nk-header-search .icon {
    color: #fff
}

.nk-quick-nav {
    display: flex;
    align-items: center;
    margin: 0 -6px
}

.nk-quick-nav>li {
    padding: 0 6px
}

.nk-quick-nav>li.user-dropdown>a {
    padding: 0 2px
}

.nk-quick-nav-icon {
    display: inline-flex;
    position: relative;
    font-size: 1.5rem;
    z-index: 1;
    color: #526484;
    padding: .375rem
}

.is-dark .nk-quick-nav-icon {
    color: #9faec2
}

.is-theme .nk-quick-nav-icon {
    color: #d4c2ff
}

.is-theme .nk-quick-nav-icon.nk-nav-toggle {
    color: #fff
}

.nk-quick-nav-icon:focus {
    box-shadow: none
}

.nk-quick-nav-icon:before {
    position: absolute;
    z-index: -1;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    content: '';
    background-color: #e5e9f2;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s
}

.is-dark .nk-quick-nav-icon:before {
    background-color: #0b1219
}

.is-theme .nk-quick-nav-icon:before {
    background-color: #26164b
}

.show>.nk-quick-nav-icon:before {
    opacity: 1;
    height: 116%;
    width: 116%
}

.nk-quick-nav-icon:hover:before,.nk-quick-nav-icon.active:before {
    opacity: 1;
    height: 116%;
    width: 116%
}

@media (max-width: 359px) {
    .nk-quick-nav {
        margin:0 -3px
    }

    .nk-quick-nav>li {
        padding: 0 3px
    }

    .hide-mb-xs {
        display: none
    }
}

@media (max-width: 575px) {
    .hide-mb-sm {
        display:none
    }
}

@media (min-width: 576px) {
    .nk-header {
        padding:0 22px
    }

    .nk-header-search {
        display: flex;
        align-items: center;
        flex-grow: 1
    }

    .nk-quick-nav {
        margin: 0 -10px
    }

    .nk-quick-nav>li {
        padding: 0 10px
    }
}

@media (min-width: 992px) {
    .nk-header-fluid {
        padding-left:24px;
        padding-right: 24px
    }
}

@media (min-width: 1660px) {
    .nk-header-fluid {
        padding-left:44px;
        padding-right: 44px
    }
}

.nk-header-menu {
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    width: 280px;
    height: 100vh;
    max-height: 100vh;
    z-index: 999;
    background: #fff
}

.nk-header-menu-inner {
    overflow: auto;
    max-height: 100%;
    min-height: 100%
}

.nk-header-menu.mobile-menu {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
    transition: transform .4s ease
}

.nk-header-menu.nk-sidebar-active {
    transform: translateX(0)
}

.nk-header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    border-bottom: 1px solid #e5e9f2
}

.nk-header-mobile .logo-dark {
    opacity: 1
}

.nk-header-mobile .logo-light {
    opacity: 0
}

.nk-header-mobile .nk-nav-toggle.nk-quick-nav-icon {
    color: #526484
}

.nk-header-mobile .nk-nav-toggle.nk-quick-nav-icon:before {
    background-color: #e5e9f2
}

@media (min-width: 992px) {
    .nk-header-menu {
        position:static;
        background: transparent;
        height: auto;
        max-height: auto;
        border-right: none;
        width: auto;
        padding: 0;
        overflow: visible;
        transform: translateX(0) !important
    }

    .nk-header-menu .nk-header-mobile {
        display: none
    }
}

.nk-header-app-name {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.nk-header-app-logo {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 0.75rem
}

.nk-header-app-logo .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    color: #854fff;
    background: rgba(133,79,255,0.3)
}

.nk-header-app-info {
    line-height: 1.3
}

.nk-header-app-info .sub-text {
    font-size: 11px;
    margin-bottom: 0.125rem
}

.nk-header-app-info .lead-text {
    font-size: 14px
}

.nk-header-app-switch {
    position: relative
}

.nk-header-app-switch .nk-header-app-name {
    padding: 1.5rem 24px
}

.nk-header-app-switch>a {
    display: block;
    width: 100%
}

.nk-header-app-switch>a:after {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    content: "";
    font-family: "Nioicon"
}

.mobile-menu .nk-header-app-switch {
    width: 100%;
    border-bottom: 1px solid #e5e9f2
}

.nk-header-app-switch .toggle-content {
    width: 100%;
    top: 0;
    transform: translateY(0);
    height: calc(100vh - 65px);
    overflow: auto;
    box-shadow: none;
    border-radius: 0;
    background: #fff
}

.nk-header-app-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 24px
}

.nk-header-app-head .title {
    font-size: 16px;
    font-weight: 500
}

.nk-header-app-head .toggle {
    position: relative;
    height: 24px;
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.nk-header-app-list li {
    border-bottom: 1px solid #e5e9f2
}

.nk-header-app-list .nk-header-app-name {
    padding: 1rem 24px
}

@media (max-height: 615px) {
    .nk-header-app-switch .dropdown-menu {
        max-height:416px;
        overflow: auto
    }
}

@media (min-width: 768px) {
    .nk-header-onlymobile {
        display:none
    }

    .nk-header-onlymobile+.nk-content {
        margin-top: 0
    }
}

.nk-sidebar {
    position: absolute;
/*    background: #f5f6fa;*/
    background: #fff;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    border-right: 1px solid #e5e9f2;
    z-index: 999;
    width: 260px;
    transition: transform 450ms ease,width 450ms ease;
    box-shadow: 5px 1px 3px 0px rgba(54,74,99,0.05);
    /*background: rgb(22,160,147);
    background: linear-gradient(149deg, rgba(22,160,147,0.9) 0%, rgba(58,48,124,1) 100%);*/
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nk-sidebar+.nk-wrap {
    transition: padding 450ms ease
}

.nk-sidebar+.nk-wrap>.nk-header-fixed {
    transition: left 450ms ease
}

.nk-sidebar.is-light {
    background: #fff;
    border-right-color: #ebeef2
}

.nk-sidebar.is-dark {
    background: #101924;
    border-right-color: #203247
}

.nk-sidebar.is-theme {
    background: #36206a;
    border-right-color: #4a2b91
}

.nk-sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16,25,36,0.4);
    z-index: 900;
    animation: overlay-fade-in .4s ease 1
}

.nk-sidebar-element {
    overflow: hidden;
    width: 100%;
    max-height: 100%
}

.nk-sidebar.nk-sidebar-active {
    transform: translateX(0)
}

.nk-sidebar-fixed {
    position: fixed;
    max-height: 100vh
}

.nk-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
/*    padding: 14px 24px;*/
    padding: 14px 24px 14px 18px;
    min-width: 100%;
    width: 260px;
/*    height: 65px*/
    height: 55px
}

.nk-sidebar-brand {
    position: relative;
    flex-shrink: 0
}

.nk-sidebar-logo {
    transition: opacity .3s ease
}

.nk-sidebar-logo .logo-img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.nk-sidebar-footer {
    background-color: #f5f6fa;
    margin-top: auto;
    padding: 1.75rem 24px 1.75rem
}

.is-light .nk-sidebar-footer {
    background: #fff
}

.is-dark .nk-sidebar-footer {
    background-color: #101924
}

.is-theme .nk-sidebar-footer {
    background-color: #36206a
}

.nk-sidebar-body {
    position: relative
}

.nk-sidebar-body .simplebar-content {
    padding-bottom: .25rem !important;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.nk-sidebar-body .simplebar-scroll-content {
    min-height: 100%;
    width: 100%
}

.nk-sidebar-content {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 65px)
}

.nk-sidebar-content .nk-sidebar-menu {
    padding-top: 1.5rem;
    padding-bottom: 3rem
}

.nk-sidebar-content .nk-sidebar-menu[data-simplebar] {
    height: 100%
}

.nk-sidebar-content[data-simplebar]>div {
    width: 100%
}

.nk-sidebar.is-theme .user-balance-alt,.nk-sidebar.is-dark .user-balance-alt {
    color: #d4c2ff
}

.nk-sidebar-profile {
    margin-top: auto;
    width: 100%
}

.nk-sidebar-profile .user-avatar {
    height: 36px !important;
    width: 36px !important
}

.nk-sidebar-profile .dropdown-toggle {
    width: 100%;
    padding: 14px 24px
}

.nk-sidebar-profile .dropdown-toggle:after {
    margin-left: auto;
    font-size: 1.125rem;
    color: #8094ae
}

.nk-sidebar-profile .dropdown-menu {
    width: calc(290px - 48px)
}

@keyframes overlay-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media (max-width: 991.98px) {
    .nk-sidebar-mobile {
        width:290px !important
    }
}

@media (min-width: 1200px) {
    .nk-sidebar-content .nk-sidebar-menu {
        padding-top:1rem;
        padding-bottom: 2.5rem
    }

    .nk-sidebar {
        overflow: hidden;
        transform: translateX(0);
        width: 260px
    }

    .nk-sidebar+.nk-wrap,.nk-sidebar-overlay+.nk-wrap {
        padding-left: 290px
    }

    .nk-sidebar+.nk-wrap>.nk-header-fixed,.nk-sidebar-overlay+.nk-wrap>.nk-header-fixed {
        left: 290px
    }

    .nk-sidebar.is-compact:not(:hover) {
        width: 74px;
    }

    .nk-sidebar.is-compact:not(:hover) .logo-img {
        opacity: 0;
        transition: opacity .2s linear
    }

    .nk-sidebar.is-compact:not(:hover) .logo-img-small {
        opacity: 1;
        left: 0px
    }

    .nk-sidebar.is-compact:not(:hover) .user-card {
        position: relative;
        left: -5px
    }

    .nk-sidebar.is-compact:not(:hover) .user-info {
        opacity: 0
    }

    .nk-sidebar.is-compact:not(:hover) .nk-sidebar-profile .dropdown-menu {
        opacity: 0
    }

    .nk-sidebar-overlay {
        display: none
    }
}

@media (min-width: 1200px) {
    .nk-sidebar {
        transform:translateX(0)
    }
}

.nk-menu li a {
    vertical-align: middle;
    display: flex;
    position: relative;
    align-items: center;
    transition: color .3s, background-color .3s
}

.nk-menu-item {
    padding: 4px 12px
}

.nk-menu-sub .nk-menu-item {
    padding: 1px 0
}

.nk-menu-item.has-sub {
    position: relative
}

.nk-menu>.nk-menu-item.menu-without-icon>.nk-menu-sub .nk-menu-link {
    padding-left: 0
}

.nk-menu-link {
    padding: .625rem 28px .625rem 12px;
/*    color: #fff;*/
    color: #808080;
    font-weight: 700;
/*    font-size: 15px;*/
    font-size: 13px;
    letter-spacing: .01em;
    text-transform: none;
    line-height: 1.25rem;
    border-radius: 6px;
    opacity: 0.8;
}

.nk-menu-link:hover,.active>.nk-menu-link {
/*   color: #fff;*/
    color: #808080;
    opacity: 1;
}

.is-light .nk-menu-link:hover,.is-light .active>.nk-menu-link {
    background: #ebeef2
}

.is-dark .nk-menu-link:hover,.is-dark .active>.nk-menu-link {
    background: #182536
}

.is-theme .nk-menu-link:hover,.is-theme .active>.nk-menu-link {
    background: #422782
}

.nk-menu-link:hover .count,.active>.nk-menu-link .count {
    color: #9769ff
}

.nk-menu-sub .nk-menu-link {
    padding: .375rem 40px .375rem 36px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1.25rem;
/*    color: #fff;*/
    color: #808080;
}

.nk-menu-link.is-disable {
    cursor: default
}

.nk-menu-link.is-disable:hover,.active>.nk-menu-link.is-disable {
    color: #6e82a5
}

.nk-menu-link.is-disable:hover .count,.active>.nk-menu-link.is-disable .count {
    color: #6e82a5
}

.is-light .nk-menu-link {
    color: #526484
}

.is-theme .nk-menu-link {
    color: #b799ff
}

.is-light .nk-menu-link:hover,.is-light .active>.nk-menu-link {
    color: #9769ff
}

.is-theme .nk-menu-link:hover,.is-theme .active>.nk-menu-link {
    color: #fff
}

.nk-menu-link span.small {
    color: #8094ae;
    margin-left: .5rem
}

.nk-menu-icon {
    font-weight: normal;
    letter-spacing: normal;
    width: 36px;
    line-height: 1;
    flex-grow: 0;
    flex-shrink: 0;
    color: #8094ae
}

.nk-menu-icon .bi[class*='bi-'] {
    color: #fff;
    font-size: 20px;
}

.is-theme .nk-menu-icon {
    color: #b799ff
}

.nk-menu-icon svg,.nk-menu-icon img {
    width: 36px
}

.nk-menu-icon .icon {
    font-size: 24px;
/*    font-size: 28px;*/
    letter-spacing: normal;
    vertical-align: middle;
/*    color: #fff;*/
    color: #808080;
    transition: color .4s, background-color .4s
}

.nk-menu-link:hover .nk-menu-icon,.nk-menu-item.active>.nk-menu-link .nk-menu-icon,.nk-menu-item.current-menu>.nk-menu-link .nk-menu-icon {
    color: #9769ff
}

.is-theme .nk-menu-link:hover .nk-menu-icon,.is-theme .nk-menu-item.active>.nk-menu-link .nk-menu-icon,.is-theme .nk-menu-item.current-menu>.nk-menu-link .nk-menu-icon {
    color: #fff
}

.nk-menu-link.is-disable:hover .nk-menu-icon {
    color: #8094ae
}

.is-theme .nk-menu-link.is-disable:hover .nk-menu-icon {
    color: #d4c2ff
}

.nk-menu-text {
    flex-grow: 1;
    display: inline-block
}

.nk-menu-badge {
    border-radius: 3px;
    padding: 0 .4rem;
    font-size: 11px;
    color: #9d72ff;
    background: #f0eaff;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%)
}

.is-dark .nk-menu-badge {
    color: #b695ff;
    background: #203247
}

.is-theme .nk-menu-badge {
    color: #d4c2ff;
    background: #4e2e99
}

.nk-menu-main .nk-menu-sub .nk-menu-badge {
    color: #9d72ff;
    background: #f0eaff
}

.nk-menu-heading {
    padding: 0.25rem 24px 0.5rem;
    color: #8094ae
}

.is-theme .nk-menu-heading {
    color: #9e76ff
}

.nk-menu-item+.nk-menu-heading {
    padding-top: 2.5rem
}

.nk-menu-heading .overline-title {
    color: inherit;
    white-space: nowrap
}

.nk-menu-heading span {
    font-size: 13px;
    font-weight: 400
}

.nk-menu-hr {
    margin: 1.25rem 0;
    border-bottom: 1px solid #dbdfea
}

.is-dark .nk-menu-hr {
    border-color: rgba(255,255,255,0.12)
}

.is-theme .nk-menu-hr {
    border-color: rgba(255,255,255,0.12)
}

.nk-menu-hr+.nk-menu-heading {
    padding-top: 1rem
}

.nk-menu-sub {
    padding-bottom: .25rem
}

.nk-menu-toggle+.nk-menu-sub {
    display: none
}

.active>.nk-menu-sub {
    display: block
}

.nk-menu-sub .nk-menu-link {
    padding-left: 48px
}

.nk-menu-sub .nk-menu-link:hover {
/*    color: #fff*/
    color: #606060;
}

.is-theme .nk-menu-sub .nk-menu-link:hover {
    color: #fff
}

.nk-menu-sub .nk-menu-link:hover,.active>.nk-menu-sub .nk-menu-link {
    background-color: transparent
}

.nk-menu-sub .nk-menu-sub {
    margin-left: 48px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-bottom: 0
}

.nk-menu-sub .nk-menu-sub .nk-menu-link {
    padding-left: 1rem
}

.nk-menu-sub .active>.nk-menu-link {
/*    color: #fff*/
}

.is-theme .nk-menu-sub .active>.nk-menu-link {
    color: #fff
}

.nk-menu-sub .nk-menu-icon {
    width: 24px;
    margin-top: -1px
}

.nk-menu-sub .nk-menu-icon .icon {
    margin-top: -1px;
    font-size: 1.2em
}

.nk-menu-toggle {
    position: relative
}

.nk-menu-toggle:after {
    position: absolute;
    font-family: "Nioicon";
    top: 50%;
    content: "";
    right: 1.25rem;
    transform: translateY(-50%);
    font-size: 1rem;
/*    color: #fff;*/
    color: #808080;
    transition: transform .3s, color .1s, opacity .3s ease .3s
}

.is-dark .nk-menu-toggle:after,.is-theme .nk-menu-toggle:after {
    color: rgba(255,255,255,0.4)
}

.has-sub.active>.nk-menu-toggle:after {
    transform: translateY(-50%) rotate(90deg)
}

.nk-menu .count {
    display: inline-block;
    font-size: .85em;
    margin-left: .25rem;
    color: #8094ae;
    line-height: 1
}

.nk-menu-icon-colored .nk-menu-icon {
    color: #854fff
}

.is-compact:not(:hover) .nk-menu-text {
    /*opacity: 0;*/
    transition: .4s linear
}

.is-compact:not(:hover) .nk-menu-badge,.is-compact:not(:hover) .nk-menu-toggle:after {
    transition: none;
    opacity: 1;
    pointer-events: none
}

.is-compact:not(:hover) .nk-menu-sub {
    display: none !important
}

.is-compact:not(:hover) .nk-menu-heading {
    position: relative
}

.is-compact:not(:hover) .nk-menu-heading .overline-title {
    opacity: 0
}

.is-compact:not(:hover) .nk-menu-heading:not(:first-child):before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #e5e9f2
}

.is-compact.is-theme:not(:hover) .nk-menu-heading:not(:first-child):before {
    background-color: #4a2b91
}

.is-compact.is-dark:not(:hover) .nk-menu-heading:not(:first-child):before {
    background-color: #203247
}

.is-compact .nk-menu-badge {
    transition: opacity .3s ease .3s
}

.is-compact .nk-menu-text {
    white-space: nowrap
}

.nk-menu-footer {
    display: flex
}

.nk-menu-footer .nk-menu-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
    color: #8094ae;
    /*font-family: "DM Sans",sans-serif;*/
    font-weight: 500
}

.nk-menu-footer .nk-menu-link:hover {
    color: #9769ff
}

.is-theme .nk-menu-footer .nk-menu-link {
    color: #d4c2ff
}

.nk-menu-footer .nk-menu-icon {
    width: 1.375rem;
    color: #854fff
}

.nk-menu-footer .nk-menu-icon .icon {
    font-size: 1rem
}

.nk-menu-footer .nk-menu-text {
    font-size: 12px;
    line-height: 1.125rem
}

.nk-sidebar .nk-menu>li .nk-menu-sub .nk-menu-link {
    padding-left: 48px
}

.nk-sidebar .nk-menu>li .nk-menu-sub .nk-menu-sub {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-bottom: 0;
    margin-left: 48px;
    /* border-left: 1px solid #dbdfea */
}

.nk-sidebar .nk-menu>li .nk-menu-sub .nk-menu-sub .nk-menu-link {
    padding-left: 1rem
}

.nk-sidebar.is-dark .nk-menu>li .nk-menu-sub .nk-menu-sub,.nk-sidebar.is-theme .nk-menu>li .nk-menu-sub .nk-menu-sub {
    border-color: rgba(255,255,255,0.12)
}

.nk-footer {
    margin-top: auto;
    background: #fff;
    border-top: 1px solid #e5e9f2;
    padding: 20px 6px;
    box-shadow: 0px 1px 3px 0px rgba(54,74,99,0.05)
}

.nk-footer.is-dark:not([class*=bg-]) {
    background: #38216e
}

.nk-footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.nk-footer-copyright {
    color: #8094ae
}

.nk-footer-copyright a {
    color: inherit
}

.nk-footer-copyright a:hover {
    color: #854fff
}

@media (min-width: 576px) {
    .nk-footer {
        padding:20px 22px
    }
}

@media (min-width: 992px) {
    .nk-footer-fluid {
        padding-left:24px;
        padding-right: 24px
    }
}

@media (min-width: 1660px) {
    .nk-footer-fluid {
        padding-left:44px;
        padding-right: 44px
    }
}

.nk-split {
    position: relative;
    display: flex
}

.nk-split-page {
    min-height: 100vh
}

.nk-split-content {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    min-height: 100%
}

@media (min-width: 768px) {
    .nk-split-content-md {
        width:642px
    }
}

.nk-split-stretch {
    flex-grow: 1;
    flex-shrink: 1
}

@media (max-width: 991.98px) {
    .nk-split-stretch.toggle-break-lg {
        width:460px
    }
}

@media (max-width: 575.98px) {
    .nk-split-sm {
        flex-wrap:wrap
    }
}

@media (max-width: 767.98px) {
    .nk-split-md {
        flex-wrap:wrap
    }
}

@media (max-width: 991.98px) {
    .nk-split-lg {
        flex-wrap:wrap
    }
}

@media (max-width: 1199.98px) {
    .nk-split-xl {
        flex-wrap:wrap
    }
}

@media (max-width: 1539.98px) {
    .nk-split-xxl {
        flex-wrap:wrap
    }
}

canvas {
    width: 100%;
    max-width: 100%
}

a:hover {
    text-decoration: none
}

p:last-child {
    margin-bottom: 0
}

.del {
    text-decoration: line-through
}

span[data-toggle=tooltip]:focus {
    outline: none
}

.g-0 {
    margin: 0 !important
}

.g-0>li,.g-0>div {
    padding: 0 !important
}

.gx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.gx-0>li,.gx-0>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.gy-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.gy-0>li,.gy-0>div {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.g-1 {
    margin: -.1875rem !important
}

.g-1>li,.g-1>div {
    padding: .1875rem !important
}

.gx-1 {
    margin-left: -.1875rem !important;
    margin-right: -.1875rem !important
}

.gx-1>li,.gx-1>div {
    padding-left: .1875rem !important;
    padding-right: .1875rem !important
}

.gy-1 {
    margin-top: -.1875rem !important;
    margin-bottom: -.1875rem !important
}

.gy-1>li,.gy-1>div {
    padding-top: .1875rem !important;
    padding-bottom: .1875rem !important
}

.g-2 {
    margin: -.375rem !important
}

.g-2>li,.g-2>div {
    padding: .375rem !important
}

.gx-2 {
    margin-left: -.375rem !important;
    margin-right: -.375rem !important
}

.gx-2>li,.gx-2>div {
    padding-left: .375rem !important;
    padding-right: .375rem !important
}

.gy-2 {
    margin-top: -.375rem !important;
    margin-bottom: -.375rem !important
}

.gy-2>li,.gy-2>div {
    padding-top: .375rem !important;
    padding-bottom: .375rem !important
}

.g-3 {
    margin: -.5rem !important
}

.g-3>li,.g-3>div {
    padding: .5rem !important
}

.gx-3 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
}

.gx-3>li,.gx-3>div {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.gy-3 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
}

.gy-3>li,.gy-3>div {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.g-4 {
    margin: -.75rem !important
}

.g-4>li,.g-4>div {
    padding: .75rem !important
}

.gx-4 {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important
}

.gx-4>li,.gx-4>div {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.gy-4 {
    margin-top: -.75rem !important;
    margin-bottom: -.75rem !important
}

.gy-4>li,.gy-4>div {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.g-5 {
    margin: -1.375rem !important
}

.g-5>li,.g-5>div {
    padding: 1.375rem !important
}

.gx-5 {
    margin-left: -1.375rem !important;
    margin-right: -1.375rem !important
}

.gx-5>li,.gx-5>div {
    padding-left: 1.375rem !important;
    padding-right: 1.375rem !important
}

.gy-5 {
    margin-top: -1.375rem !important;
    margin-bottom: -1.375rem !important
}

.gy-5>li,.gy-5>div {
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important
}

.g-gs {
    margin: -14px !important
}

.g-gs>li,.g-gs>div {
    padding: 14px !important
}

.gx-gs {
    margin-left: -14px !important;
    margin-right: -14px !important
}

.gx-gs>li,.gx-gs>div {
    padding-left: 14px !important;
    padding-right: 14px !important
}

.gy-gs {
    margin-top: -14px !important;
    margin-bottom: -14px !important
}

.gy-gs>li,.gy-gs>div {
    padding-top: 14px !important;
    padding-bottom: 14px !important
}

.gap {
    width: 100%;
    display: block;
    height: 28px
}

.gap-0 {
    height: 0
}

.gap-1 {
    height: .375rem
}

.gap-2 {
    height: .75rem
}

.gap-3 {
    height: 1rem
}

.gap-4 {
    height: 1.5rem
}

.gap-5 {
    height: 2.75rem
}

.gap-gs {
    height: 28px
}

.gap-sm {
    height: .75rem
}

.gap-md {
    height: 1.25rem
}

.gap-lg {
    height: 2rem
}

.gap-xl {
    height: 2.5rem
}

.gap-10px {
    height: 10px
}

.gap-20px {
    height: 20px
}

.gap-30px {
    height: 30px
}

.gap-40px {
    height: 40px
}

.gap-50px {
    height: 50px
}

.gap-60px {
    height: 60px
}

.gap-70px {
    height: 70px
}

.gap-80px {
    height: 80px
}

.gap-90px {
    height: 90px
}

.gap-100px {
    height: 100px
}

.li-col2x>li {
    width: 50%;
    float: left
}

.li-col3x>li {
    width: 33.33333%;
    float: left
}

.li-col4x>li {
    width: 25%;
    float: left
}

.alert-cta {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.alert-actions {
    display: inline-flex;
    align-items: center
}

.alert-actions a+a {
    margin-left: 1rem
}

.accordion {
    border-radius: 4px;
    background: #fff
}

.accordion-heading {
    padding-bottom: 1.5rem
}

.accordion-body {
    border-radius: 4px
}

.accordion-item:not(:last-child) .accordion-head {
    border-bottom: 1px solid #dbdfea
}

.accordion-item:not(:last-child) .accordion-inner {
    border-bottom: 1px solid #dbdfea
}

.accordion-item:last-child .accordion-inner {
    border-top: 1px solid #dbdfea
}

.accordion-head {
    padding: 1rem 2.25rem 1rem 1.25rem;
    display: block;
    position: relative
}

.accordion-head .title {
    margin-bottom: 0;
    font-size: 1rem;
    color: #364a63;
    line-height: 1.3
}

.accordion-head.collapsed .title {
    color: #526484
}

.accordion-inner {
    padding: 1rem 1.25rem 1.25rem
}

.accordion-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    font-size: 1rem;
    color: #364a63;
    transform: translateY(-50%);
    transition: rotate 0.4s;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}

.accordion-icon:before {
    content: "";
    font-family: "Nioicon";
    transition: 0.4s
}

.accordion-head.collapsed .accordion-icon:before {
    content: ""
}

@media (min-width: 768px) {
    .accordion-head {
        padding:1rem 1.5rem
    }

    .accordion-inner {
        padding: 1rem 1.5rem 1.25rem
    }

    .accordion-icon {
        right: 1.5rem
    }
}

.accordion-s2 {
    border: none
}

.accordion-s2 .accordion-icon {
    right: 0
}

.accordion-s2 .accordion-icon:before {
    content: ""
}

.accordion-s2 .accordion-head {
    padding: .5rem 2.25rem .5rem 0;
    border: none !important
}

.accordion-s2 .accordion-head .title {
    font-size: 1.1rem;
    color: #854fff
}

.accordion-s2 .accordion-head.collapsed .title {
    color: #526484
}

.accordion-s2 .accordion-head.collapsed .accordion-icon:before {
    content: ""
}

.accordion-s2 .accordion-inner {
    padding: .5rem 0 .625rem;
    border: none !important
}

@media (min-width: 768px) {
    .accordion-s2 .accordion-head {
        padding:.5rem 2.25rem .5rem 0
    }

    .accordion-s2 .accordion-inner {
        padding: .5rem 0 .625rem
    }
}

.accordion-s3 {
    border: none
}

.accordion-s3 .accordion-icon {
    left: 0;
    right: auto
}

.accordion-s3 .accordion-icon:before {
    content: ""
}

.accordion-s3 .accordion-head {
    padding: .5rem 0 .5rem 2.25rem;
    border: none !important
}

.accordion-s3 .accordion-head .title {
    font-size: 1.1rem;
    color: #854fff
}

.accordion-s3 .accordion-head.collapsed .title {
    color: #526484
}

.accordion-s3 .accordion-head.collapsed .accordion-icon:before {
    content: ""
}

.accordion-s3 .accordion-inner {
    padding: .5rem 0 .625rem;
    border: none !important
}

@media (min-width: 768px) {
    .accordion-s3 .accordion-head {
        padding:.5rem 0 .5rem 2.25rem
    }

    .accordion-s3 .accordion-inner {
        padding: .5rem 2.25rem .625rem
    }
}

.dot {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 8px;
    width: 8px
}

.dot-label:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    content: '';
    transform: scale(0.65)
}

.dot.sq {
    border-radius: 3px
}

.dot.sq:after {
    border-radius: 3px
}

.dot-xs {
    height: 4px;
    width: 4px
}

.dot-sm {
    height: 6px;
    width: 6px
}

.dot-md {
    height: 8px;
    width: 8px
}

.dot-rg {
    height: 10px;
    width: 10px
}

.dot-lg {
    height: 12px;
    width: 12px
}

.dot-xl {
    height: 16px;
    width: 16px
}

.dot-primary {
    background: #854fff
}

.dot-secondary {
    background: #364a63
}

.dot-success {
    background: #1ee0ac
}

.dot-info {
    background: #09c2de
}

.dot-warning {
    background: #f4bd0e
}

.dot-danger {
    background: #e85347
}

.dot-dark {
    background: #1c2b46
}

.dot-gray {
    background: #8091a7
}

.dot-light {
    background: #e5e9f2
}

.dot-lighter {
    background: #f5f6fa
}

.list:not(:last-child) {
    margin-bottom: 1rem
}

.list li {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.5rem
}

.list li:not(:last-child) {
    padding-bottom: .5rem
}

.list li:before {
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 1.5rem;
    font-family: "Nioicon";
    content: ""
}

.list li span {
    color: #8094ae
}

.list li ul {
    margin-top: .5rem
}

.list-checked li:before {
    color: #854fff;
    content: ""
}

.list-checked-circle li:before {
    color: #854fff;
    content: ""
}

.list-cross li:before {
    color: rgba(232,83,71,0.8);
    content: ""
}

.list-status {
    list-style: none;
    line-height: 1.3
}

.list-status li {
    display: inline-flex;
    align-items: center;
    padding-right: 1rem;
    vertical-align: middle
}

.list-status .icon {
    margin-right: .375rem;
    line-height: 1.3
}

.list-lg li {
    padding-left: 2rem
}

.list-lg li:not(:last-child) {
    padding-bottom: .75rem
}

.list-lg li:before {
    font-size: 1.35rem
}

.list-sm li {
    padding-left: 1.2rem
}

.list-sm li:not(:last-child) {
    padding-bottom: .35rem
}

.list-sm li:before {
    font-size: 12px
}

.list-step li {
    color: #8094ae;
    font-weight: 500
}

.list-step li:before {
    content: ""
}

.list-step li.list-step-current {
    color: #364a63
}

.list-step li.list-step-current:before {
    content: "";
    color: #854fff
}

.list-step li.list-step-done {
    color: #526484
}

.list-step li.list-step-done:before {
    content: "";
    color: #1ee0ac
}

.list-plain a {
    color: #526484;
    display: block;
    line-height: 1.3;
    padding: 0.5rem 0
}

.list-plain a:hover {
    color: #854fff
}

.list-category a {
    font-weight: 500
}

.list-download li>a {
    display: inline-block;
    padding: .25rem
}

.list-download li>a>.icon {
    margin: 0 .25rem;
    font-size: 1.25rem
}

.list-primary li:before {
    color: #854fff
}

.list-secondary li:before {
    color: #364a63
}

.list-success li:before {
    color: #1ee0ac
}

.list-info li:before {
    color: #09c2de
}

.list-warning li:before {
    color: #f4bd0e
}

.list-danger li:before {
    color: #e85347
}

.list-dark li:before {
    color: #1c2b46
}

.list-gray li:before {
    color: #8091a7
}

.list-light li:before {
    color: #e5e9f2
}

.list-lighter li:before {
    color: #f5f6fa
}

.link-bdr-t,.link-check+.link-check,.link-tidy li+li,.link-list+.link-list,.link-list-opt li+li,.link-list-plain li+li {
    border-top: 1px solid #e5e9f2
}

.link-bdr-b {
    border-bottom: 1px solid #e5e9f2
}

.link-pd-sm,.link-tidy.sm li,.link-list-plain.sm a {
    padding: 6px 1rem
}

.link-act-check:after,.link-check li.active>a:after,.link-check li a.active:after,.link-list-opt li.active>a:after,.link-list-opt a.active:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    font-family: "Nioicon"
}

.link-check {
    padding: .5rem 0
}

.link-check li {
    display: block
}

.link-check li span,.link-check li a {
    display: block;
    line-height: 1.25rem;
    padding: .35rem 1rem
}

.link-check li span {
    text-transform: uppercase;
    color: #364a63;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px
}

.link-check li a {
    color: #526484;
    font-size: 13px;
    position: relative
}

.link-check li a:hover {
    color: #854fff;
    background: #f5f6fa
}

.link-tidy.no-bdr {
    padding: .5rem 0
}

.link-tidy.no-bdr li:not(.divider) {
    border-top-width: 0
}

.link-tidy .divider {
    margin: .5rem 0
}

.link-tidy li {
    position: relative;
    padding: .625rem 1.1rem;
    line-height: 1.3rem
}

.link-list {
    padding: .75rem 0
}

.link-list a {
    display: flex;
    align-items: center;
    color: #526484;
    font-size: 13px;
    line-height: 1.4rem;
    font-weight: 500;
    padding: .575rem 0;
    position: relative
}

.link-list a:hover {
    color: #854fff
}

.link-list a .icon {
    font-size: 1.125rem;
    width: 1.5rem;
    line-height: 1
}

.link-list-opt.no-bdr {
    padding: .5rem 0
}

.link-list-opt.no-bdr li:not(.divider) {
    border-top-width: 0
}

.link-list-opt .divider {
    margin: .5rem 0
}

.link-list-opt a {
    display: flex;
    align-items: center;
    padding: .625rem 1.125rem;
    font-size: 12px;
    font-weight: 500;
    color: #526484;
    transition: all .4s;
    line-height: 1.3rem;
    position: relative
}

.link-list-opt a:hover {
    color: #854fff;
    background: #f5f6fa
}

.link-list-opt a .icon {
    font-size: 1.125rem;
    width: 1.75rem;
    opacity: .8
}

.link-list-opt li.disabled>a,.link-list-opt a.disabled {
    pointer-events: none;
    color: #8094ae;
    opacity: 0.7
}

.link-list-opt .opt-head {
    padding: .25rem 1.25rem;
    color: #8094ae
}

.link-list-opt.ui-v2 a {
    font-weight: 400
}

.link-list-opt.no-bdr+.link-check {
    margin-top: -0.75rem
}

.link-list-opt.ui-colored li.active>a,.link-list-opt.ui-colored a.active {
    color: #854fff
}

.link-list-menu {
    padding: .75rem 0
}

.link-list-menu .divider {
    margin: .5rem 0
}

.link-list-menu a {
    position: relative;
    display: flex;
    align-items: center;
    padding: .75rem 1.25rem;
    font-weight: 500;
    color: #526484;
    transition: all .4s;
    line-height: 1.3rem
}

.link-list-menu a:after {
    position: absolute;
    font-size: 1rem;
    font-family: "Nioicon";
    right: 1.25rem;
    content: "";
    color: #8094ae;
    transition: .3s ease
}

.link-list-menu a .icon {
    font-size: 1.125rem;
    width: 1.75rem;
    opacity: .8;
    color: #8094ae;
    margin-top: -2px
}

.link-list-menu li.active>a,.link-list-menu a.active,.link-list-menu a:hover,.link-list-menu li.active>a .icon,.link-list-menu a.active .icon,.link-list-menu a:hover .icon,.link-list-menu li.active>a:after,.link-list-menu a.active:after,.link-list-menu a:hover:after {
    color: #854fff
}

.link-list-menu.nav {
    display: block
}

@media (min-width: 576px) {
    .link-list-menu a {
        padding:1rem 1.5rem
    }
}

.link-list-plain.no-bdr {
    padding: .5rem 0
}

.link-list-plain.no-bdr li {
    border-top-width: 0
}

.link-list-plain a {
    display: flex;
    align-items: center;
    padding: .5rem 1.25rem;
    color: #526484;
    transition: all .4s;
    line-height: 1.4rem;
    position: relative
}

.link-list-plain a:hover {
    color: #854fff;
    background: #f5f6fa
}

.link-list-plain a .icon {
    font-size: 1.125rem;
    width: 1.75rem;
    opacity: .8;
    color: #854fff
}

.link-list-plain.li-col2x>li {
    border-right: 1px solid #e5e9f2;
    border-bottom: 1px solid #e5e9f2;
    border-top: 0
}

.link-list-plain.li-col2x>li:nth-child(2n) {
    border-right: none
}

.link-list-plain.li-col3x>li {
    border-right: 1px solid #e5e9f2;
    border-bottom: 1px solid #e5e9f2;
    border-top: 0
}

.link-list-plain.li-col3x>li:nth-child(3n) {
    border-right: none
}

.link-list-plain.li-col4x>li {
    border-right: 1px solid #e5e9f2;
    border-bottom: 1px solid #e5e9f2;
    border-top: 0
}

.link-list-plain.li-col4x>li:nth-child(4n) {
    border-right: none
}

.link-list-template a {
    font-weight: 400
}

.passcode-icon {
    display: none
}

.passcode-icon.icon-show {
    display: block
}

.is-shown .passcode-icon.icon-show {
    display: none
}

.is-hidden .passcode-icon.icon-show {
    display: block
}

.is-shown .passcode-icon.icon-hide {
    display: block
}

.is-hidden .passcode-icon.icon-hide {
    display: none
}

.form-dropdown {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8094ae
}

.form-dropdown>div>span {
    margin: 0 0.5rem
}

.form-dropdown .dropdown>a {
    display: inline-flex
}

.form-clip,.form-text-hint {
    position: absolute;
    right: 1px;
    padding-left: 1rem;
    padding-right: .75rem;
    top: 1px;
    bottom: 1px;
    display: flex;
    align-items: center;
    color: #854fff;
    background: #fff;
    border-radius: 4px
}

.form-clip .icon+span,.form-clip span+.icon,.form-text-hint .icon+span,.form-text-hint span+.icon {
    margin-left: 0.25rem
}

.nk-upload-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.125rem + 2px);
    margin: 0;
    opacity: 0
}

.nk-upload-label {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    width: 100%;
    min-height: 150px;
    border-radius: 4px;
    border: 1px dashed #e5e9f2;
    padding-bottom: 0
}

.nk-upload-init {
    display: block;
    text-align: center
}

.nk-upload-files {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    margin: -0.5rem;
    padding-bottom: 2rem
}

.nk-upload-files li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0.5rem
}

.nk-upload-files li img {
    width: 60px;
    flex-shrink: 0;
    border-radius: 4px
}

.is-multiple .nk-upload-files li img {
    width: 40px
}

.is-multiple .nk-upload-files li .nk-upload-name {
    display: none
}

.nk-upload-name {
    margin: .5rem 0 0;
    color: #526484;
    font-size: .8125rem;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nk-upload-response {
    margin-left: auto;
    display: inline-flex;
    align-items: center
}

.nk-upload-response .message {
    font-size: 12px;
    color: #8094ae
}

.nk-upload-response .message+.icon {
    margin-left: 0.5rem
}

.nk-upload-response .icon:after {
    font-family: "Nioicon"
}

.nk-upload-response .icon+.message {
    margin-left: 0.5rem
}

.nk-upload-response.invalid .icon {
    color: #f4bd0e
}

.nk-upload-response.invalid .icon:after {
    content: ""
}

.nk-upload-response.valid .icon {
    color: #1ee0ac
}

.nk-upload-response.valid .icon:after {
    content: ""
}

.nk-upload-response.error .icon {
    color: #e85347
}

.nk-upload-response.error .icon:after {
    content: ""
}

.nk-upload-foot {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #e5e9f2;
    padding: 1rem 1.25rem;
    margin: 0 -1.5rem
}

.nk-upload-foot>span,.nk-upload-foot>button {
    margin: .25rem
}

.form-editor-custom textarea {
    border-radius: 4px 4px 0 0
}

.form-editor-action {
    border: 1px solid #dbdfea;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: .25rem .5rem
}

.form-editor-action>.link {
    padding: .5rem
}

.form-editor-action>.link.collapsed {
    color: #8094ae
}

.form-editor-action>.link .icon {
    margin-right: .25rem
}

.form-editor-btn-group,.form-btn-group {
    display: flex;
    align-items: center;
    margin: -0.25rem;
    flex-wrap: wrap
}

.form-editor-btn-group li,.form-btn-group li {
    padding: .25rem;
    line-height: 0.5rem
}

.form-btn-group li:first-child {
    margin-right: .5rem
}

.form-btn-secondary {
    margin-left: auto
}

.page-title {
    /*font-family: "DM Sans",sans-serif;*/
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width: 992px) {
    .page-title {
        font-size:1.75rem
    }
}

.overline-title {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #8094ae;
    text-transform: uppercase;
    font-weight: 700;
    /*font-family: "DM Sans",sans-serif,"Helvetica Neue",Arial,"Noto Sans",sans-serif*/
}

.text-light .overline-title {
    color: #8094ae
}

.is-dark .overline-title {
    color: #b7c2d0
}

.is-theme .overline-title {
    color: #d4c2ff
}

.overline-title-alt {
    /*font-family: "DM Sans",sans-serif,"Helvetica Neue",Arial,"Noto Sans",sans-serif;*/
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-size: 11px;
    color: #8094ae;
    text-transform: uppercase
}

.is-dark .overline-title-alt {
    color: #8094ae
}

.is-theme .overline-title-alt {
    color: #d4c2ff
}

.overline-title-sap {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-left: .35rem;
    padding-right: .25rem;
    color: #b6c6e3
}

.overline-title-sap:before,.overline-title-sap:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    content: '';
    background: #b6c6e3
}

.overline-title-sap:before {
    right: 100%
}

.overline-title-sap:after {
    left: 100%
}

.caption-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.01em
}

.caption-text+.sub-text,.caption-text+.sub-text-sm {
    margin-top: 0.5rem;
    display: block
}

.lead-text {
    font-size: 0.875rem;
    font-weight: 700;
    color: #364a63;
    display: block
}

.lead-text+.sub-text {
    font-size: 12px
}

.lead-text span {
    color: #526484;
    font-weight: 400
}

.lead-text-lg {
    font-size: 1.125rem;
    font-weight: 500;
    color: #364a63;
    display: block
}

.is-theme .lead-text-lg {
    color: #fff
}

.is-theme .is-light .lead-text-lg {
    color: #364a63
}

.is-dark .lead-text {
    color: #b7c2d0
}

.is-dark .lead-text span {
    color: #8091a7
}

.is-theme .lead-text {
    color: #fff
}

.is-theme .lead-text span {
    color: #d4c2ff
}

.is-theme .is-light .lead-text,.is-dark .is-light .lead-text {
    color: #364a63
}

.is-theme .is-light .lead-text span,.is-dark .is-light .lead-text span {
    color: #526484
}

.sub-text {
    display: block;
    font-size: 13px;
    color: #8094ae
}

.sub-text span+.dot,.sub-text .dot+span {
    margin-left: 0.25rem
}

.sub-text-sm,.sub-text+.sub-text {
    font-size: 12px
}

.sub-text-sm {
    color: #8094ae
}

.is-theme .sub-text-sm {
    color: #d4c2ff
}

.is-theme .is-light .sub-text-sm {
    color: #8094ae
}

.text-ellipsis .sub-text {
    display: inline
}

.sub-text strong {
    color: #526484;
    font-weight: 700
}

.is-theme .sub-text strong {
    color: #d4c2ff
}

.is-theme .is-light .sub-text strong {
    color: #526484
}

.sub-text span {
    white-space: nowrap
}

.is-theme .sub-text {
    color: #d4c2ff
}

.is-theme .is-light .sub-text {
    color: #8094ae
}

.text-date span {
    color: #526484
}

h6 .badge {
    margin-left: 0.5rem
}

.fs-9px {
    font-size: 9px
}

.fs-10px {
    font-size: 10px
}

.fs-11px {
    font-size: 11px
}

.fs-12px {
    font-size: 12px
}

.fs-13px {
    font-size: 13px
}

.fs-14px {
    font-size: 14px
}

.fs-15px {
    font-size: 15px
}

.fs-16px {
    font-size: 16px
}

.fs-17px {
    font-size: 17px
}

.fs-18px {
    font-size: 18px
}

.fs-19px {
    font-size: 19px
}

.fs-20px {
    font-size: 20px
}

.fs-21px {
    font-size: 21px
}

.fs-22px {
    font-size: 22px
}

.note-text {
    font-size: 12px;
    font-style: italic;
    color: #8094ae
}

.user-avatar,[class^="user-avatar"]:not([class*="-group"]) {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #9d72ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative
}

.user-avatar+.user-info,[class^="user-avatar"]:not([class*="-group"])+.user-info {
    margin-left: 1rem
}

.user-avatar+.user-name,[class^="user-avatar"]:not([class*="-group"])+.user-name {
    margin-left: 0.75rem
}

.user-avatar img,[class^="user-avatar"]:not([class*="-group"]) img {
    border-radius: 50%
}

.user-avatar.md+.user-info,[class^="user-avatar"]:not([class*="-group"]).md+.user-info {
    margin-left: 1.5rem
}

.user-avatar.md+.user-name,[class^="user-avatar"]:not([class*="-group"]).md+.user-name {
    margin-left: 1.25rem
}

.user-avatar .edit,[class^="user-avatar"]:not([class*="-group"]) .edit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(31,43,58,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: opacity .3s
}

.user-avatar:hover .edit,[class^="user-avatar"]:not([class*="-group"]):hover .edit {
    opacity: 1
}

.user-avatar .status,[class^="user-avatar"]:not([class*="-group"]) .status {
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0
}

.user-avatar-multiple {
    background-color: transparent !important
}

.user-avatar-multiple .user-avatar {
    position: absolute;
    height: 70%;
    width: 70%;
    font-size: 80%;
    border: 2px solid #fff
}

.user-avatar-multiple .user-avatar:nth-child(1) {
    top: 0;
    right: 0
}

.user-avatar-multiple .user-avatar:nth-child(2) {
    bottom: 0;
    left: 0
}

.user-card .user-avatar.d-none {
    margin-right: 1rem
}

.user-card .user-avatar.d-none+.user-info,.user-card .user-avatar.d-none+.user-name {
    margin-left: 0
}

.user-avatar-xl,.user-avatar.xl {
    height: 110px;
    width: 110px;
    font-size: 40px;
    font-weight: 400
}

.user-avatar-lg,.user-avatar.lg {
    height: 80px;
    width: 80px;
    font-size: 28px;
    font-weight: 400
}

.user-avatar-md,.user-avatar.md {
    height: 60px;
    width: 60px;
    font-size: 18px
}

.user-avatar-sm,.user-avatar.sm {
    height: 32px;
    width: 32px;
    font-size: 12px
}

.user-avatar-xs,.user-avatar.xs {
    height: 26px;
    width: 26px;
    font-size: 9px;
    font-weight: 700
}

.user-avatar[class*="-blue-dim"] {
    color: #559bfb
}

.user-avatar[class*="-azure-dim"] {
    color: #1676fb
}

.user-avatar[class*="-indigo-dim"] {
    color: #2c3782
}

.user-avatar[class*="-purple-dim"] {
    color: #816bff
}

.user-avatar[class*="-pink-dim"] {
    color: #ff63a5
}

.user-avatar[class*="-orange-dim"] {
    color: #ffa353
}

.user-avatar[class*="-teal-dim"] {
    color: #20c997
}

.user-avatar[class*="-primary-dim"] {
    color: #854fff
}

.user-avatar[class*="-secondary-dim"] {
    color: #364a63
}

.user-avatar[class*="-success-dim"] {
    color: #1ee0ac
}

.user-avatar[class*="-info-dim"] {
    color: #09c2de
}

.user-avatar[class*="-warning-dim"] {
    color: #f4bd0e
}

.user-avatar[class*="-danger-dim"] {
    color: #e85347
}

.user-avatar[class*="-dark-dim"] {
    color: #1f2b3a
}

.user-avatar[class*="-gray-dim"] {
    color: #8091a7
}

.user-avatar[class*="-lighter"] {
    color: #8094ae
}

.user-avatar[class*="-light"] {
    color: #526484
}

.user-card {
    display: flex;
    align-items: center
}

.user-card-wrap {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem
}

.user-card .user-info {
    color: #8094ae
}

.user-card-menu {
    position: absolute;
    right: 1rem;
    top: 1rem
}

.user-toggle {
    display: flex;
    align-items: center;
    padding: 0 1px 1px
}

.user-status {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    padding-top: .125rem;
    padding-bottom: .375rem
}

.user-status-unverified {
    color: #e85347
}

.user-status-verified {
    color: #1ee0ac
}

.user-name {
    color: #526484;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700
}

.is-dark .user-name {
    color: #90a1b8
}

.is-theme .user-name {
    color: #d4c2ff
}

.user-action {
    margin-left: auto;
    font-size: 20px;
    color: #8094ae
}

.user-account-info {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem
}

.user-account-data li {
    display: flex;
    justify-content: space-between;
    padding: .125rem 0
}

.user-account-actions:not(:first-child) {
    margin-top: 1.5rem
}

.user-account-actions ul {
    display: flex
}

.user-account-actions ul li {
    width: 44%
}

.user-account-actions ul li:last-child {
    width: 56%
}

.user-account-actions .btn {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.04em;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: uppercase
}

.user-account-links {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e9f2
}

.user-account-info .user-account-links:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.user-account-info+.user-account-links {
    padding-top: 0;
    margin-top: -0.5rem
}

.user-account-links a:link {
    padding: 0.5rem 0;
    display: flex
}

.user-account-value {
    display: inline-flex
}

.user-balance {
    font-size: 1.5rem;
    line-height: 1;
    padding: .125rem 0 .375rem;
    color: #854fff
}

.user-balance small {
    font-size: 1rem
}

.user-balance-alt {
    font-size: 15px;
    color: #526484;
    font-weight: 700
}

.user-balance-alt span {
    font-weight: 400
}

.user-balance-sub {
    font-size: 13px;
    color: #8094ae
}

.user-balance-sub span {
    color: #526484
}

.user-balance-sub+a {
    margin-top: 1rem
}

.user-card-s2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: .5rem
}

.user-card-s2 .user-avatar {
    margin: 0 auto
}

.user-card-s2 .user-info {
    margin: 1.25rem 0 0 !important
}

.user-card-s2 .user-info .sub-text {
    justify-content: center
}

.user-card-s2 .user-info .badge {
    margin-bottom: 1rem
}

.user-card-md .lead-text {
    font-size: 1rem
}

.user-card-md .sub-text {
    font-size: 0.875rem
}

.user-activity {
    display: flex
}

.user-activity-group {
    display: flex;
    flex-wrap: wrap
}

.user-activity-ck {
    height: 110px;
    padding: .5rem .375rem 0
}

.user-activity .icon {
    width: 2.25rem;
    font-size: 1.5rem;
    color: #8094ae
}

.user-activity .info span {
    display: block
}

.user-activity .amount {
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 500;
    color: #526484
}

.user-activity .title {
    font-size: 12px;
    color: #8094ae
}

.user-activity .gfx {
    align-self: flex-end;
    width: 50px;
    margin-left: 1rem;
    margin-bottom: 0.25rem
}

.user-contacts li {
    color: #526484;
    display: flex;
    font-size: .875rem;
    line-height: 1.4rem;
    padding: .375rem 0
}

.user-contacts li .icon {
    color: #8094ae;
    font-size: 1rem;
    width: 1.75rem;
    line-height: inherit;
    display: inline-block
}

.user-avatar-group {
    display: flex
}

.user-avatar-group .user-avatar {
    border: 2px solid #fff
}

.user-avatar-group .user-avatar:not(:first-child) {
    margin-left: -20%
}

.user-avatar-group .user-avatar.sm:not(:first-child) {
    margin-left: -1rem
}

.user-avatar-group .user-avatar.xs:not(:first-child) {
    margin-left: -0.5rem
}

.user-info .lead-text,.user-info .sub-text {
    display: flex;
    align-items: center
}

.user-info .edit {
    font-size: 1.25rem;
    color: #8094ae;
    margin-left: 0.5rem;
    display: inline-flex
}

.user-info .edit:hover {
    color: #854fff
}

.user-plan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .75rem 0
}

.user-plan-title {
    display: flex;
    align-items: center;
    color: #364a63;
    font-weight: 700;
    font-size: 1rem
}

.user-plan-title .icon {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    color: #854fff
}

.user-plan-info,.user-plan-actions {
    padding: 0.5rem 0
}

.user-plan-status {
    font-size: 13px;
    font-weight: 500;
    color: #8094ae;
    text-transform: uppercase;
    margin-top: 0.5rem
}

.user-plan-progress {
    width: 100%;
    margin-top: 1rem
}

.data-list:not(:first-child) {
    margin-top: 1.5rem
}

.data-item {
    position: relative;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center
}

.data-item .icon {
    color: #8094ae;
    text-align: center;
    height: 32px;
    vertical-align: middle;
    line-height: 32px;
    display: inline-block
}

.data-item:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.data-item[data-toggle] {
    cursor: pointer
}

.data-item:hover .data-label {
    color: #526484
}

.data-item:hover .data-value,.data-item:hover .icon {
    color: #364a63
}

.data-head {
    padding: 0.5rem 1.25rem;
    margin-bottom: 0.25rem;
    background-color: #ebeef2;
    border-radius: 4px
}

.data-head.is-plain {
    margin-bottom: 0;
    background-color: transparent
}

.data-head.is-plain:first-child {
    margin-top: 1rem
}

.data-head .title {
    color: #526484
}

.data-col {
    flex-grow: 1
}

.data-col span {
    display: inline-block;
    transition: color .3s
}

.data-col-end {
    flex-grow: 0;
    margin-left: auto
}

.data-label {
    color: #8094ae;
    width: 100%;
    flex-shrink: 0
}

.data-value {
    color: #526484;
    font-size: 0.9375rem
}

.data-more {
    position: relative;
    z-index: 4;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 28px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center
}

.data-more:before {
    position: absolute;
    z-index: -1;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    content: '';
    background-color: #e5e9f2;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s
}

.data-item:hover .data-more:before {
    opacity: 1;
    height: 40px;
    width: 40px
}

.data-more .icon {
    height: auto
}

.data-more.disable:before {
    display: none
}

.data-list-s2:not(:first-child) {
    margin-top: 1rem
}

.data-list-s2 .data-item,.data-list-s2 .data-head {
    padding-left: 0;
    padding-right: 0;
    background: transparent
}

.data-list-s2 .data-head {
    border-bottom: 1px solid #dbdfea
}

.data-list-s2 .data-item:not(:last-child) {
    border-bottom-color: #dbdfea
}

.data-list-s2 .data-label {
    color: #526484
}

.data-list-s2 .data-placeholder {
    color: #8094ae
}

@media (min-width: 768px) {
    .data-list:not(:first-child) {
        margin-top:2rem
    }

    .data-list-s2:not(:first-child) {
        margin-top: 1.25rem
    }

    .data-item {
        padding: 1.5rem 1.25rem
    }

    .data-col {
        display: flex;
        align-items: center
    }

    .data-col-end {
        width: 200px;
        text-align: right;
        justify-content: flex-end
    }

    .data-label:not([class^="w-"]) {
        width: 50%
    }
}

.is-compact .data-item {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.is-medium .data-item {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem
}

.dropdown-menu .nk-notification {
    max-height: 239px;
    overflow: auto
}

.nk-notification-item {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.75rem
}

.nk-notification-icon {
    flex-shrink: 0;
    margin-right: .75rem
}

.nk-notification-text {
    font-size: 13px;
    color: #526484
}

.nk-notification-text span {
    color: #364a63
}

.nk-notification-time {
    font-size: 11px;
    color: #8094ae
}

.dropdown-menu .nk-chat-list,.dropdown-menu .chat-list {
    max-height: 274px;
    overflow: auto
}

.icon-light {
    color: #fff
}

.icon-dark {
    color: #364a63
}

.icon-text {
    display: flex;
    align-items: center;
    font-size: 13px
}

.icon-text .icon {
    font-size: 1.5em;
    width: 1.75rem
}

.icon-image {
    width: 70px
}

.icon-image+h6 {
    margin-top: 1rem
}

.icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #854fff;
    color: #fff;
    font-size: 18px;
    height: 36px;
    width: 36px
}

.icon-circle-sm,.icon-circle.sm {
    height: 20px;
    width: 20px;
    font-size: 12px
}

.icon-circle-md,.icon-circle.md {
    height: 28px;
    width: 28px;
    font-size: 14px
}

.icon-circle-lg,.icon-circle.lg {
    height: 44px;
    width: 44px;
    font-size: 24px
}

.icon-circle-xxl,.icon-circle.xxl {
    height: 80px;
    width: 80px;
    font-size: 40px
}

.icon-status {
    position: relative;
    display: inline-flex
}

.icon-status:after {
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 1px;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    content: ''
}

.icon-status-info:after {
    background: #09c2de
}

.icon-status-danger:after {
    background: #e85347
}

.icon-status-success:after {
    background: #1ee0ac
}

.icon-status-warning:after {
    background: #f4bd0e
}

.icon-status-on:after {
    background: #1ee0ac
}

.icon-status-off:after {
    background: #8094ae
}

.icon-status-na:after {
    display: none
}

.icon-overlap {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-shrink: 0
}

.icon-overlap li {
    border-radius: 50%;
    border: 2px solid #fff
}

.icon-overlap li+li {
    margin-right: -14px
}

.icon-overlap-alt {
    display: inline-flex;
    align-items: flex-end;
    flex-shrink: 0
}

.icon-overlap-alt li {
    border-radius: 50%
}

.icon-overlap-alt li+li {
    margin-left: -16px;
    margin-bottom: -10px
}

.icon-circle[class*="btc"] {
    background: #f9841e
}

.icon-circle[class*="facebook"] {
    background: #3b5998
}

.icon-circle[class*="google"] {
    background: #de5246
}

.icon-circle[class*="btc-dim"] {
    background: #feefe2
}

.icon-circle[class*="eth-dim"] {
    background: #eaedf6
}

.icon-circle[class*="white"] {
    background: #fff
}

.icon[class*="bg-blue-dim"] {
    color: #559bfb
}

.icon[class*="bg-azure-dim"] {
    color: #1676fb
}

.icon[class*="bg-indigo-dim"] {
    color: #2c3782
}

.icon[class*="bg-purple-dim"] {
    color: #816bff
}

.icon[class*="bg-pink-dim"] {
    color: #ff63a5
}

.icon[class*="bg-orange-dim"] {
    color: #ffa353
}

.icon[class*="bg-teal-dim"] {
    color: #20c997
}

.icon[class*="bg-primary-dim"] {
    color: #854fff
}

.icon[class*="bg-secondary-dim"] {
    color: #364a63
}

.icon[class*="bg-success-dim"] {
    color: #1ee0ac
}

.icon[class*="bg-info-dim"] {
    color: #09c2de
}

.icon[class*="bg-warning-dim"] {
    color: #f4bd0e
}

.icon[class*="bg-danger-dim"] {
    color: #e85347
}

.icon[class*="bg-light"] {
    color: #526484
}

.icon[class*="bg-lighter"] {
    color: #8094ae
}

.icon[class*="bg-dark-dim"] {
    color: #dde2ea
}

.icon[class*="bg-gray-dim"] {
    color: #e9f0f9
}

.icon[class*="bg-facebook-dim"] {
    color: #3b5998
}

.icon[class*="bg-google-dim"] {
    color: #de5246
}

.icon[class*="bg-btc-dim"] {
    color: #f9841e
}

.icon[class*="bg-eth-dim"] {
    color: #6174b9
}

.icon[class*="bg-white"] {
    color: #526484
}

.icon-avatar {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 50%;
    background: #e7dcff;
    color: #9d72ff;
    margin-right: 0.5rem;
    font-size: 12px
}

.icon-avatar-md {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 14px
}

.toggle-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 9;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 1px rgba(43,55,72,0.15);
    transform: translateY(10px)
}

.toggle-content-right {
    left: auto;
    right: 0
}

.toggle-content-bottom {
    top: auto;
    bottom: 0
}

.toggle-content.content-active {
    transition: all .2s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.toggle-slide {
    position: fixed;
    top: 0;
    z-index: 999;
    min-width: 260px;
    max-width: calc(100% - 40px);
    transition: transform 650ms ease
}

.toggle-slide-left {
    left: 0;
    transform: translateX(-100%)
}

.toggle-slide-right {
    right: 0;
    transform: translateX(100%)
}

.toggle-slide.content-active {
    transform: translate(0) !important
}

.toggle-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(31,43,58,0.2);
    z-index: 900;
    animation: overlay-fade-in .4s ease 1
}

.toggle-expand-content {
    display: none
}

.toggle-expand-content.expanded {
    display: block
}

.toggle-expand .inactive-text,.toggle-opt .inactive-text {
    display: block
}

.toggle-expand.active>.inactive-text,.toggle-opt.active>.inactive-text {
    display: none
}

.toggle-expand .active-text,.toggle-opt .active-text {
    display: none
}

.toggle-expand.active>.active-text,.toggle-opt.active>.active-text {
    display: block
}

body.toggle-shown {
    overflow: hidden
}

@media (min-width: 576px) {
    .nk-block-tools-toggle .toggle-expand {
        display:none
    }

    .nk-block-tools-toggle .toggle-expand-content {
        display: block !important
    }
}

@media (max-width: 575.98px) {
    .nk-block-tools-toggle .toggle-expand-content {
        position:absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 99;
        width: 100vw;
        padding: 0 18px !important;
        background: #fff;
        margin-left: -18px;
        margin-right: -18px;
        box-shadow: 0 20px 35px rgba(0,0,0,0.2)
    }

    .nk-block-tools-toggle .nk-block-tools {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .nk-block-tools-toggle .nk-block-tools-opt {
        margin-left: auto
    }
}

@media (min-width: 420px) {
    .toggle-break-mb {
        transition:none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0) !important;
        position: static;
        background: transparent;
        box-shadow: none;
        z-index: 1 !important
    }

    .toggle-break-mb.collapse {
        display: block
    }
}

@media (min-width: 576px) {
    .toggle-break-sm {
        transition:none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0) !important;
        position: static;
        background: transparent;
        box-shadow: none;
        z-index: 1 !important
    }

    .toggle-break-sm.collapse {
        display: block
    }
}

@media (min-width: 768px) {
    .toggle-break-md {
        transition:none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0) !important;
        position: static;
        background: transparent;
        box-shadow: none;
        z-index: 1 !important
    }

    .toggle-break-md.collapse {
        display: block
    }
}

@media (min-width: 992px) {
    .toggle-break-lg {
        transition:none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0) !important;
        position: static;
        background: transparent;
        box-shadow: none;
        z-index: 1 !important
    }

    .toggle-break-lg.collapse {
        display: block
    }
}

@media (min-width: 1200px) {
    .toggle-break-xl {
        transition:none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0) !important;
        position: static;
        background: transparent;
        box-shadow: none;
        z-index: 1 !important
    }

    .toggle-break-xl.collapse {
        display: block
    }
}

@media (min-width: 1540px) {
    .toggle-break-xxl {
        transition:none;
        opacity: 1;
        visibility: visible;
        transform: translateY(0) !important;
        position: static;
        background: transparent;
        box-shadow: none;
        z-index: 1 !important
    }

    .toggle-break-xxl.collapse {
        display: block
    }
}

.nav-switch {
    display: inline-flex;
    margin-bottom: 1.5rem;
    border: 1px solid #dbdfea;
    border-radius: 30px;
    padding: 5px
}

.nav-switch .nav-link {
    padding: 5px 16px;
    line-height: 20px;
    border-radius: 20px;
    position: static;
    text-transform: uppercase;
    /*font-family: "DM Sans",sans-serif;*/
    font-weight: 700;
    font-size: 12px;
    color: #8094ae
}

.nav-switch .nav-link.active {
    background: #854fff;
    color: #fff
}

.nav-switch .nav-link:after {
    display: none
}

.nav-switch .nav-item {
    padding: 0;
    margin: 0 1px
}

.nav-switch .nav-item:last-child {
    margin-right: 0
}

.nav-switch .nav-item:first-child {
    margin-left: 0
}

@media (min-width: 576px) {
    .nav-switch {
        margin-bottom:2.5rem
    }
}

.nav-switch-s2 {
    display: inline-flex;
    border-radius: 4px;
    border: none
}

.nav-switch-s2 .nav-link {
    padding: .25rem .7rem;
    line-height: 20px;
    border-radius: 0;
    position: static;
    text-transform: uppercase;
    /*font-family: "DM Sans",sans-serif;*/
    font-weight: 700;
    font-size: 12px;
    color: #8094ae;
    border: 1px solid #dbdfea
}

.nav-switch-s2 .nav-link:hover,.nav-switch-s2 .nav-link:focus {
    color: #526484;
    background: #f5f6fa;
    border: 1px solid #dbdfea
}

.nav-switch-s2 .nav-link.active {
    color: #364a63;
    border: 1px solid #dbdfea;
    background: #f5f6fa;
    box-shadow: inset 0 0 4px -1px rgba(128,148,174,0.25)
}

.nav-switch-s2 .nav-link:after {
    display: none
}

.nav-switch-s2 .nav-item {
    padding: 0;
    margin: 0
}

.nav-switch-s2 .nav-item:last-child {
    margin-right: 0
}

.nav-switch-s2 .nav-item:last-child .nav-link {
    border-radius: 0 4px 4px 0
}

.nav-switch-s2 .nav-item:first-child {
    margin-left: 0
}

.nav-switch-s2 .nav-item:first-child .nav-link {
    border-radius: 4px 0 0 4px
}

.nav-switch-s2 .nav-item:not(:first-child) {
    margin-left: -1px
}

.widget-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem
}

.widget-title>* {
    margin-bottom: 0
}

.text-center .widget-title {
    justify-content: center
}

.is-theme .widget-title a:hover {
    color: #fff
}

.side-wg:not(:last-child) {
    margin-bottom: 2.5rem
}

.side-wg-title {
    padding-bottom: 0.75rem
}

.side-wg .back-to {
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400;
    position: relative;
    color: #8094ae;
    display: inline-flex;
    align-items: center
}

.side-wg .back-to .icon {
    font-size: 1.25rem;
    width: 1.75rem;
    margin-top: -3px;
    display: inline-block
}

.nk-ck {
    height: 260px
}

.nk-ck-sm {
    height: 180px
}

.nk-ck1 {
    height: 120px
}

.nk-ck2 {
    height: 240px
}

.nk-ck3 {
    height: 160px
}

.nk-cktv {
    height: 300px;
    overflow: hidden;
    border: 1px solid #dbdfea;
    border-radius: 4px
}

.nk-cktv .tradingview-widget-container {
    overflow: hidden;
    position: relative;
    top: 8px
}

.nk-cktv .tradingview-widget-container>div {
    margin: -1px
}

@media (min-width: 576px) {
    .nk-ck {
        height:260px
    }

    .nk-ck-sm {
        height: 180px
    }

    .nk-ck1 {
        height: 120px
    }

    .nk-ck2 {
        height: 240px
    }

    .nk-ck3 {
        height: 258px
    }
}

.nk-wg6-title:not(:first-child) {
    margin-top: 1.5rem
}

.nk-wg6-title:not(:last-child) {
    margin-bottom: 1.5rem
}

.nk-wg6-text:not(:last-child) {
    margin-bottom: 1.5rem
}

.aside-wg+.aside-wg {
    padding-top: 2rem
}

.nk-modal-title:not(:first-child) {
    margin-top: 1.5rem
}

.nk-modal-title:not(:last-child) {
    margin-bottom: 1.5rem
}

.nk-modal-title.title {
    font-size: 1.5rem
}

.nk-modal-text:not(:last-child) {
    margin-bottom: 1.5rem
}

.nk-modal-text .lead {
    font-size: 1.1rem;
    line-height: 1.5
}

.nk-modal-text .sub-text {
    font-size: 14px
}

.nk-modal-action {
    margin-top: 1.5rem
}

.nk-modal-action-sm {
    margin-top: 1rem
}

.nk-modal-action-md {
    margin-top: 2rem
}

.nk-modal-action-lg {
    margin-top: 2.25rem
}

.modal-body-lg .tab-content {
    margin-top: 2rem
}

@media (min-width: 576px) {
    .nk-modal-action-md {
        margin-top:2.5rem
    }

    .nk-modal-action-lg {
        margin-top: 3.25rem
    }
}

[data-toggle="modal"] {
    cursor: pointer
}

.search-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    transition: opacity .4s;
    border-radius: 6px;
    pointer-events: none;
    display: flex;
    align-items: center
}

.search-wrap.active {
    opacity: 1;
    z-index: 9;
    pointer-events: auto
}

.search-wrap-extend {
    margin-top: -1rem;
    left: -2px;
    right: -2px
}

.search-toggle {
    transition: all .4s;
    opacity: 1
}

.search-toggle.active {
    opacity: 0
}

.search-content {
    position: relative;
    width: 100%
}

.search-content .form-control {
    padding-left: calc(2.125rem + 2px);
    padding-right: calc(2.125rem + 2px)
}

.search-content .form-control-sm {
    padding-left: calc(1.75rem + 2px);
    padding-right: calc(1.75rem + 2px)
}

.search-back,.search-submit {
    position: absolute;
    top: 50%
}

.search-back:focus,.search-submit:focus {
    box-shadow: none
}

.search-back {
    left: 0;
    transform: translate(-0.25rem, -50%)
}

.search-submit {
    right: 0;
    transform: translate(0.5rem, -50%)
}

.search-submit:hover {
    color: #854fff
}

.nk-search-box {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem
}

.nk-search-box .form-icon {
    height: 100%;
    border: none;
    background: transparent;
    width: 3.5rem
}

.nk-search-box .form-control {
    border-radius: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.5rem
}

.nk-block+.nk-block,.nk-block+.nk-block-head {
    padding-top: 28px
}

.nk-block+.nk-block-lg,.nk-block+.nk-block-head-lg {
    padding-top: 2.5rem
}

.nav-tabs+.nk-block {
    padding-top: 1.5rem
}

.nav-tabs+.nk-block-sm {
    padding-top: 1rem
}

.nk-block-area {
    display: flex
}

.nk-block-area-column {
    flex-direction: column
}

.nk-block-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nk-block-between>.title:first-child {
    margin-bottom: 0
}

.nk-block-middle {
    margin-top: auto;
    margin-bottom: auto
}

.nk-block-head {
    position: relative;
    padding-bottom: 1.25rem
}

.nk-block-head:only-child {
    padding-bottom: 0
}

.nk-block-head h2:not(:last-child) {
    margin-bottom: 1rem
}

.nk-block-head-sub {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    color: #8094ae;
    font-weight: 400;
    position: relative
}

.nk-block-head-sub .back-to {
    color: inherit;
    display: inline-flex;
    align-items: center
}

.nk-block-head-sub .back-to .icon {
    font-size: 1.5rem;
    width: 2rem;
    margin-top: -3px;
    display: inline-block
}

.nk-block-head-sub .dropdown {
    position: absolute;
    right: -8px;
    top: -6px
}

.nk-block-head-xs {
    padding-bottom: .75rem
}

.nk-block-head-sm {
    padding-bottom: 1rem
}

.nk-block-head-lg {
    padding-bottom: 1.5rem
}

.nk-block-head+.nav-tabs {
    margin-top: -1rem
}

.nk-content-body>.nk-block-head:first-child {
    padding-bottom: 1.75rem
}

.nk-block-head .nk-block-text {
    margin-top: 1.5rem
}

.nk-block-head .nk-block-text+.btn {
    margin-top: 1.5rem
}

.nk-block-tools {
    display: flex;
    align-items: center
}

.nk-block-tools>* {
    display: inline-flex
}

.nk-block-des {
    color: #526484
}

.nk-block-des strong {
    color: #364a63
}

.nk-block-des .icon {
    vertical-align: middle
}

.nk-block-content+.nk-block-head {
    padding-top: 2rem
}

.nk-block-content+.nk-block-head-sm {
    padding-top: 1.5rem
}

.nk-block-content-head:not(:last-child) {
    margin-bottom: 1rem
}

.nk-block-title-group {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nk-block-title-group .title {
    margin-bottom: 0
}

.nk-block-title-group:not(:last-child) {
    margin-bottom: .5rem
}

@media (min-width: 576px) {
    .nk-block-head-lg {
        padding-bottom:2.5rem
    }

    .nk-block-content+.nk-block-head {
        padding-top: 4rem
    }

    .nk-block-content+.nk-block-head-sm {
        padding-top: 2.5rem
    }
}

@media (min-width: 768px) {
    .nk-content-body>.nk-block-head:first-child {
        padding-bottom:2.5rem
    }

    .nk-content-body>.nk-block-head-sm:first-child {
        padding-bottom: 1.75rem
    }

    .nav-tabs+.nk-block {
        padding-top: 2.5rem
    }

    .nav-tabs+.nk-block-sm {
        padding-top: 2rem
    }

    .nav-tabs+.nk-block-xs {
        padding-top: 1.25rem
    }

    .nk-block-text h5,.nk-block-text h6 {
        font-size: 1rem
    }
}

@media (max-width: 767.98px) {
    .nk-block-tools .opt-menu-md {
        order:100;
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .nk-block-between-md {
        display:flex;
        justify-content: space-between;
        align-items: center
    }
}

.nk-block-subhead {
    padding-bottom: .5rem;
    border-bottom: 1px solid #dbdfea
}

.nk-feature-center {
    text-align: center
}

.filter-wg label.overline-title {
    margin-bottom: .5rem
}

.change {
    line-height: 1
}

.change .sign {
    font-family: "Nioicon"
}

.change .sign:before {
    content: ""
}

.change.up {
    color: #1ee0ac !important
}

.change.up .sign:before {
    content: ""
}

.change.down {
    color: #e85347 !important
}

.change.down .sign:before {
    content: ""
}

.nk-knob>div {
    position: relative;
    display: inline-block !important
}

.knob {
    height: 100% !important;
    margin-top: 0 !important;
    font-size: 1.5rem !important
}

.knob-half {
    height: 50% !important;
    font-size: 1.25rem !important
}

[class*="knob"] {
    text-align: center;
    pointer-events: none;
    width: 100% !important;
    font-weight: 400 !important;
    /*font-family: "DM Sans",sans-serif !important;*/
    color: #364a63 !important;
    margin-left: 0 !important;
    left: 0;
    border: none
}

[class*="knob"]:focus {
    outline: none
}

.stats {
    padding: 0 0 1rem
}

@media (min-width: 1540px) {
    .nk-content-sidebar .stats {
        padding:1.25rem 1.5rem 1rem
    }
}

.collapse-shown {
    display: inline-block !important
}

.collapsed .collapse-shown {
    display: none !important
}

.collapse-hidden {
    display: none !important
}

.collapsed .collapse-hidden {
    display: inline-block !important
}

.clipboard-init {
    cursor: pointer
}

.clipboard-success .clipboard-init {
    color: #1bca9b
}

.clipboard-text {
    font-size: 12px
}

.clipboard-success .form-control:focus {
    border-color: #dbdfea;
    box-shadow: inset 0 1px 1px rgba(16,25,36,0.075)
}

.nk-news-item {
    display: flex;
    align-items: center
}

.nk-news-icon {
    width: 2rem;
    display: inline-flex;
    flex-shrink: 0
}

.nk-news-icon .icon {
    font-size: 24px;
    color: #854fff
}

.is-theme .nk-news-icon .icon {
    color: #9769ff
}

.nk-news-icon img {
    width: 24px
}

.nk-news-text {
    display: flex;
    align-items: center;
    max-width: calc(100% - 1.5rem)
}

.nk-news-text p {
    font-size: 13px;
    margin-bottom: 0;
    color: #526484;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 2rem)
}

.nk-news-text p span {
    color: #8094ae;
    font-weight: 400
}

.is-dark .nk-news-text p {
    color: #90a1b8
}

.is-dark .nk-news-text p span {
    color: rgba(128,148,174,0.9)
}

.is-theme .nk-news-text p {
    color: #e6dcff
}

.is-theme .nk-news-text p span {
    color: rgba(212,194,255,0.8)
}

.nk-news-text .icon {
    color: #8094ae;
    margin-left: .25rem
}

.is-dark .nk-news-text .icon {
    color: #8094ae
}

.is-theme .nk-news-text .icon {
    color: #d4c2ff
}

.nk-news-item:hover .nk-news-text .icon {
    color: #854fff
}

.language-list li:not(:last-child) .language-item {
    border-bottom: 1px solid #ecf2ff
}

.language-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #344357;
    transition: all .4s
}

.language-item:hover {
    color: #3c4d62;
    background: #ebeef2
}

.language-name {
    font-size: 12px
}

.language-flag {
    width: 24px;
    margin-right: 12px
}

.entry img {
    border-radius: 4px
}

.entry img+p,.entry img+h2,.entry img+h3,.entry img+h4,.entry img+h5,.entry img+h6,.entry img+ul,.entry img+ol {
    margin-top: 2rem
}

.entry p+img {
    margin-top: 1rem
}

.entry p+h2,.entry p+h3,.entry p+h4,.entry p+h5,.entry p+h6 {
    padding-top: .75rem
}

p>span>.icon.ni {
    vertical-align: middle
}

.bq-note-item:not(:first-child) {
    margin-top: 1.75rem
}

.bq-note-text {
    padding: 1rem 1.25rem;
    background: #f5f6fa;
    border-radius: 4px
}

.bq-note-meta {
    font-size: 12px;
    color: #8094ae;
    margin-top: .75rem
}

.bq-note-meta span>span {
    color: #526484
}

.bq-note-meta .link {
    margin-left: .75rem
}

.bq-note-sep {
    height: .25rem;
    display: block;
    visibility: hidden;
    padding: 0 0.25rem
}

.bq-note-by {
    display: inline-block
}

@media (min-width: 576px) {
    .bq-note-text {
        padding:1.25rem 1.5rem
    }

    .bq-note-sep {
        height: auto;
        display: inline-block;
        visibility: visible
    }
}

@media (min-width: 1200px) and (max-width: 1359px) {
    .form-settings .col-lg-5,.form-settings .col-lg-7 {
        flex:0 0 100%;
        max-width: 100%
    }
}

.embed-responsive {
    border-radius: 4px
}

.nk-slider {
    position: relative
}

.nk-slider-s1 {
    width: 260px;
    max-width: 100%
}

.nk-slider-s1 .slick-dots {
    position: absolute;
    right: 1.25rem;
    top: 1.5rem
}

.nk-slider-s2 .slider-arrows>div {
    padding: .5rem 0
}

.nk-auth-body {
    padding: 1.25rem
}

.nk-auth-footer {
    padding-bottom: 40px
}

.nk-auth-body,.nk-auth-footer {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.nk-auth-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.nk-auth-footer-full {
    margin-top: 0
}

@media (min-width: 992px) {
    .nk-auth-container {
        width:45%
    }
}

@media (min-width: 1540px) {
    .nk-split .nk-auth-body,.nk-split .nk-auth-footer {
        margin-right:90px
    }
}

.nk-error-ld {
    padding: 2rem 1rem
}

.nk-error-gfx {
    padding-bottom: 30px;
    max-width: 90%
}

.nk-error-head {
    font-size: 160px;
    font-weight: 700;
    background: -webkit-linear-gradient(#854fff, #3a2272);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .9
}

.nk-error-title {
    padding-bottom: 1rem
}

.nk-error-text {
    font-size: 1rem
}

@media (min-width: 576px) {
    .nk-error-lead {
        font-size:200px
    }

    .nk-error-gfx {
        padding-bottom: 60px;
        max-width: 520px
    }
}

.clipboard-success-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1ee0ac;
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.clipboard-success .clipboard-success-message {
    opacity: 1
}

.has-shadow.bg-lighter .card,.has-shadow.bg-lighter .sp-pdl-item,.has-shadow.bg-lighter .invoice-wrap,.has-shadow.bg-lighter .accordion {
    box-shadow: 0 0 8px -3px rgba(60,77,98,0.15)
}

.has-shadow .card,.has-shadow .sp-pdl-item,.has-shadow .invoice-wrap,.has-shadow .accordion {
    box-shadow: 0 0 6px -2px rgba(60,77,98,0.2)
}

.has-shadow .data-head,.has-shadow .data-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.has-shadow .card .data-head:not(.is-plain) {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-left: 0.75rem
}

.has-shadow .nav-tabs {
    box-shadow: 0 2px 0 -1px rgba(60,77,98,0.06)
}

.has-shadow .nk-header {
    box-shadow: 0 3px 0 -1px rgba(60,77,98,0.04)
}

.nio-version {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: absolute;
    right: -1px;
    bottom: -3px
}

.code-tag {
    color: #816bff
}

.code-class {
    color: #ff63a5
}

.code-fnc {
    color: #09c2de
}

.nk-switch-icon {
    color: #90a1b8;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.nk-switch-icon .icon {
    font-size: 1.5rem
}

.nk-switch-icon .icon-sm {
    font-size: 1.25rem
}

.nk-switch-icon:hover {
    color: #526484
}

.nk-switch-icon.active {
    color: #854fff
}

.is-scrollable {
    overflow: auto
}

.profile-ud-label {
    display: block;
    color: #8094ae
}

.plain .profile-ud-label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.wider .profile-ud-label {
    display: inline-flex;
    letter-spacing: -0.01em;
    width: 120px;
    flex-shrink: 0
}

.profile-ud-value {
    color: #526484
}

.wider .profile-ud-value {
    text-align: right;
    font-weight: 500;
    width: 100%
}

.profile-ud.wider {
    display: flex;
    padding: .5rem 0
}

.profile-ud-item:nth-child(n+2) .profile-ud.plain {
    margin-top: 1.25rem
}

@media (min-width: 768px) {
    .profile-ud.wider {
        padding:.75rem 0
    }

    .profile-ud-list {
        display: flex;
        flex-wrap: wrap;
        margin: -0.25rem -3.25rem;
        max-width: 960px
    }

    .profile-ud-item {
        width: 50%;
        padding: 0 3.25rem
    }

    .profile-ud-item:nth-child(2) .profile-ud.plain {
        margin-top: 0
    }
}

.profile-stats .amount {
    font-size: 1.125rem;
    font-weight: 700
}

.profile-balance-group {
    display: flex;
    align-items: flex-end
}

.profile-balance-ck {
    position: relative;
    height: 70px;
    margin-top: .5rem
}

.profile-balance-sub {
    font-size: .875rem;
    color: #8094ae
}

.profile-balance-subtitle {
    font-size: 0.75rem;
    margin-top: 0.5rem
}

.profile-balance-sub .icon {
    font-size: .75rem
}

.profile-balance-plus {
    position: absolute
}

.profile-balance-plus .icon {
    font-size: 1rem;
    line-height: 1.5rem
}

.profile-balance-plus ~ * {
    padding-left: 24px
}

.profile-balance-amount .number {
    font-size: 1.25rem;
    font-weight: 700;
    color: #364a63;
    line-height: 1.5rem;
    white-space: nowrap
}

.profile-balance-amount .number small {
    font-weight: 400
}

.steps ul {
    display: flex
}

.steps ul li {
    flex-grow: 1
}

.steps .current-info {
    display: none
}

.actions ul {
    display: flex;
    margin: -10px;
    padding-top: 20px
}

.actions ul li {
    padding: 10px
}

.actions ul li:first-child {
    order: 1
}

.actions ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 500;
    transition: all .4s ease;
    border-color: #854fff;
    background: #854fff;
    padding: .4375rem 1.125rem;
    font-size: .8125rem;
    line-height: 1.25rem;
    border-radius: 4px
}

.actions ul li.disabled {
    display: none
}

.nk-wizard-head {
    display: none
}

.nk-wizard-simple .steps {
    margin-bottom: 20px
}

.nk-wizard-simple .steps ul li {
    position: relative;
    padding-bottom: 5px
}

.nk-wizard-simple .steps ul li h5 {
    border: none;
    padding: 0 0 6px 0;
    letter-spacing: 0.02em;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8094ae
}

.nk-wizard-simple .steps ul li .number {
    font-size: 13px;
    color: #8094ae;
    font-weight: 700
}

.nk-wizard-simple .steps ul li:after {
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
    bottom: 0;
    background: #854fff;
    content: '';
    transition: all .4s
}

.nk-wizard-simple .steps ul li.done:after,.nk-wizard-simple .steps ul li.current:after {
    width: 100%
}

.nk-wizard-simple .steps ul li.done h5,.nk-wizard-simple .steps ul li.done .number,.nk-wizard-simple .steps ul li.current h5,.nk-wizard-simple .steps ul li.current .number {
    color: #854fff
}

.nk-wizard-simple .steps ul li.current ~ .done:after {
    width: 0
}

.nk-wizard-simple .steps ul li.current ~ .done h5,.nk-wizard-simple .steps ul li.current ~ .done .number {
    color: #8094ae
}

.nk-wizard-simple .steps .current-info {
    display: none
}

.tb-tnx-head {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: #f5f6fa
}

.tb-tnx-head td,.tb-tnx-head th {
    color: #8094ae;
    padding: 0.625rem .25rem
}

.tb-tnx-head th {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.tb-tnx-item {
    font-size: 14px
}

.tb-tnx-item td {
    padding: 1.25rem .25rem;
    vertical-align: middle
}

.is-compact .tb-tnx-item td {
    padding-top: .4rem;
    padding-bottom: .4rem
}

.tb-tnx-id a {
    display: block
}

.tb-tnx-id span {
    font-weight: 500
}

.tb-tnx-item .tb-tnx-total {
    font-weight: 500;
    color: #526484
}

.tb-tnx-desc {
    padding-right: .5rem
}

.tb-tnx-item .tb-tnx-date {
    color: #8094ae
}

.tb-tnx-item .tb-tnx-date .date {
    font-size: 13px
}

.tb-tnx-action {
    width: 60px;
    text-align: right
}

.tb-tnx-action .dropdown {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem
}

.tb-tnx-btns+.dropdown {
    margin-left: 1rem
}

@media (max-width: 767px) {
    .tb-tnx-item,.tb-tnx-head {
        display:flex;
        width: 100%
    }

    .tb-tnx-item th,.tb-tnx-head th {
        flex-grow: 1;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .tb-tnx-item td,.tb-tnx-head td {
        flex-grow: 1;
        border: none;
        padding-top: 0;
        padding-bottom: 0
    }

    .tb-tnx-item {
        flex-wrap: wrap;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .tb-tnx-item:not(:last-child) {
        border-bottom: 1px solid #e5e9f2
    }

    .tb-tnx-amount {
        width: 110px;
        text-align: right
    }

    .tb-tnx-id,.tb-tnx-head th:first-child {
        min-width: 85px;
        padding-right: .25rem !important;
        flex-grow: 0 !important
    }

    .tb-tnx-info {
        width: 45%
    }

    .tb-tnx-date .date {
        font-size: 12px
    }

    .tb-tnx-date .date+.date {
        padding-left: .5rem
    }

    .tb-tnx-action:last-child {
        flex-grow: 0;
        padding-left: .5rem;
        display: inline-flex;
        align-items: center
    }
}

@media (max-width: 575px) {
    .tb-tnx-item {
        font-size:13px
    }

    .tb-tnx-id {
        width: 100%
    }

    .tb-tnx-id+td {
        padding-left: 1.25rem
    }

    .tb-tnx-info {
        width: 65%
    }

    .tb-tnx-amount:last-child {
        width: 25%
    }

    .tb-tnx-amount:not(:last-child) {
        display: none
    }

    .tb-tnx-amount.is-alt {
        position: absolute;
        display: inline-flex;
        right: 1.25rem;
        width: auto
    }

    .tb-tnx-amount.is-alt .tb-tnx-total {
        order: 5;
        padding-left: 1.25rem
    }
}

@media (min-width: 768px) {
    .tb-tnx-desc,.tb-tnx-date,.tb-tnx-total,.tb-tnx-status {
        display:inline-block;
        vertical-align: middle
    }

    .tb-tnx-desc,.tb-tnx-date {
        width: calc(50% - 4px)
    }

    .tb-tnx-total {
        width: calc(60% - 4px)
    }

    .tb-tnx-status {
        width: calc(40% - 4px)
    }

    .tb-tnx-amount {
        width: 25%
    }

    .tb-tnx-date .date,.tb-tnx-date>span>span {
        width: calc(50% - 4px);
        display: inline-block
    }

    .tb-tnx-date .date+.date,.tb-tnx-date>span>span+span {
        padding-left: 0.75rem
    }
}

.tb-odr-item {
    font-size: 14px
}

.tb-odr-item td {
    padding: 1rem .25rem;
    vertical-align: middle
}

.tb-odr-id,.tb-odr-total {
    display: block
}

.tb-odr-item .tb-odr-id,.tb-odr-item .tb-odr-total {
    font-weight: 500
}

.tb-odr-id a {
    display: block
}

.tb-odr-id span {
    font-weight: 500
}

.tb-odr-item .tb-odr-total {
    color: #364a63
}

.tb-odr-head .tb-odr-item .tb-odr-total {
    color: inherit
}

.tb-odr-item .tb-odr-date {
    color: #8094ae
}

.tb-odr-head .tb-odr-item .tb-odr-date {
    color: inherit
}

.tb-odr-action:last-child {
    padding-left: 1.25rem;
    text-align: right
}

.tb-odr-id {
    min-width: 90px
}

.tb-odr-head {
    background: #f5f6fa
}

.tb-odr-head th {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #8094ae;
    padding: 0.625rem .25rem
}

@media (max-width: 767px) {
    .tb-odr-item {
        display:flex
    }

    .tb-odr-item th,.tb-odr-item td {
        flex-grow: 1
    }

    .tb-odr-amount {
        text-align: right
    }
}

@media (max-width: 575px) {
    .tb-odr-item {
        font-size:13px
    }

    .tb-odr-amount {
        width: 24%
    }

    .tb-odr-info {
        width: 44%
    }

    .tb-odr-action {
        width: 2rem;
        min-width: auto
    }

    .tb-odr-item .tb-odr-action {
        padding-left: .5rem
    }
}

@media (min-width: 768px) {
    .tb-odr-info {
        min-width:55%
    }

    .tb-odr-amount {
        width: 30%
    }

    .tb-odr-total {
        min-width: 100px
    }

    .tb-odr-id,.tb-odr-total {
        display: inline-block
    }

    .tb-odr-id+span,.tb-odr-total+span {
        padding-left: 1rem
    }

    .tb-odr-btns+.dropdown,.tb-odr-btns+.btn {
        margin-left: .75rem
    }
}

@media (min-width: 992px) {
    .tb-odr-id {
        min-width:120px
    }

    .tb-odr-total {
        min-width: 50%
    }
}

.is-compact .tb-tnx-item td,.is-compact .tb-odr-item td {
    padding-top: .4rem;
    padding-bottom: .4rem
}

@media (max-width: 767px) {
    .is-compact .tb-tnx-item,.is-compact .tb-odr-item {
        padding-top:.5rem;
        padding-bottom: .5rem
    }

    .is-compact .tb-tnx-item td,.is-compact .tb-odr-item td {
        padding-top: 0;
        padding-bottom: 0
    }
}

.timeline {
    color: #8094ae;
    line-height: 1.3
}

.timeline+.timeline,.timeline-list+.timeline-head {
    margin-top: 1.75rem
}

.timeline-head {
    font-size: 14px;
    color: #8094ae;
    margin-bottom: 1rem
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start
}

.timeline-item:not(:last-child) {
    padding-bottom: 1.5rem
}

.timeline-item:not(:last-child):before {
    position: absolute;
    height: calc(100% - 11px);
    width: 1px;
    background: #dbdfea;
    content: '';
    top: 13px;
    left: 5px
}

.timeline-status {
    position: relative;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px
}

.timeline-status.is-outline:after {
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #fff;
    content: '';
    top: 2px;
    left: 2px
}

.timeline-date {
    position: relative;
    color: #8094ae;
    width: 90px;
    margin-left: .75rem;
    flex-shrink: 0;
    line-height: 1rem
}

.timeline-date .icon {
    right: 0;
    margin-right: 0.25rem;
    vertical-align: middle;
    color: #8094ae;
    display: inline-block;
    position: absolute;
    top: 2px
}

.timeline-data {
    padding-left: 8px
}

.timeline-title {
    font-size: 15px;
    color: #364a63;
    margin-bottom: .75rem
}

.timeline-des {
    color: #8094ae
}

.timeline-des p {
    margin-bottom: .25rem
}

.timeline .time {
    display: block;
    font-size: 12px;
    color: #8094ae
}

@media (min-width: 576px) {
    .timeline+.timeline,.timeline-list+.timeline-head {
        margin-top:2.5rem
    }
}

@media (max-width: 413px) {
    .timeline-item {
        flex-wrap:wrap
    }

    .timeline-date {
        width: 80px
    }

    .timeline-data {
        padding: .75rem 0 0 24px
    }
}

.nk-sale-data {
    flex-shrink: 0
}

.nk-sale-data-group {
    display: flex;
    flex-wrap: wrap
}

.nk-sale-data .amount {
    display: block;
    font-size: 1.75rem;
    color: #364a63
}

.nk-sale-data .amount .change {
    font-size: .875rem
}

.nk-sale-data .amount.sm {
    font-size: 1.125rem;
    color: #8094ae
}

.nk-sale-data .sub-title {
    color: #8094ae;
    font-size: 12px
}

.nk-sale-data .sub-title .change {
    margin-right: 0.5rem
}

.nk-sales-ck {
    height: 80px;
    flex-grow: 1
}

.nk-sales-ck.large {
    height: 200px
}

@media (min-width: 992px) and (max-width: 1539.98px) {
    .nk-sales-ck.sales-revenue {
        height:164px
    }
}

.nk-activity-item {
    display: flex;
    align-items: center;
    padding: 1.25rem
}

.nk-activity-item:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.nk-activity-data {
    margin-left: 1rem
}

.nk-activity-data .time {
    display: block;
    font-size: 12px;
    color: #8094ae;
    line-height: 1.3
}

@media (min-width: 576px) {
    .nk-activity-item {
        display:flex;
        padding: 1rem 1.5rem
    }
}

.nk-support-item {
    display: flex;
    padding: 1.25rem
}

.nk-support-item:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.nk-support-content {
    flex-grow: 1;
    margin-left: 1rem
}

.nk-support-content .title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #364a63;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nk-support-content p {
    margin-bottom: 0;
    margin-top: 0.25rem
}

.nk-support-content .time {
    display: block;
    font-size: 12px;
    color: #8094ae
}

@media (min-width: 576px) {
    .nk-support-item {
        display:flex;
        padding: 1.25rem 1.5rem
    }
}

.device-status {
    display: flex;
    flex-direction: column;
    padding-top: 1rem
}

.device-status-ck {
    height: 200px;
    margin: auto 0
}

.device-status-group {
    display: flex;
    justify-content: space-between;
    padding-top: 1.75rem;
    margin: auto;
    width: 280px;
    max-width: 100%
}

.device-status-data>.icon {
    font-size: 1.5rem
}

.device-status-data .title {
    font-size: 12px;
    color: #8094ae;
    margin-bottom: 0.5rem
}

.device-status-data .amount {
    font-size: 1.125rem;
    color: #364a63;
    font-weight: 500
}

.device-status-data .change {
    margin-left: -.125rem
}

.traffic-channel {
    margin-top: 1rem
}

.traffic-channel-ck {
    height: 44px;
    width: 130px;
    margin-top: -4px;
    margin-bottom: -4px
}

.traffic-channel-doughnut-ck {
    height: 160px
}

.traffic-channel-group {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.75rem;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 320px;
    max-width: 100%
}

.traffic-channel-data {
    width: 50%
}

.traffic-channel-data .title {
    display: flex;
    align-items: center;
    color: #8094ae;
    font-size: 12px
}

.traffic-channel-data .title .dot {
    margin-right: 0.5rem
}

.traffic-channel-data .amount {
    font-size: 1.125rem;
    color: #364a63;
    margin-left: 1.25rem
}

.traffic-channel-data .amount small {
    font-size: 12px;
    color: #8094ae
}

@media (max-width: 575.98px) {
    .traffic-channel-ck {
        width:100%
    }

    .traffic-channel-table .nk-tb-item {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #e5e9f2;
        padding: 1.125rem 0
    }

    .traffic-channel-table .nk-tb-col {
        border-bottom: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .traffic-channel-table .nk-tb-channel {
        width: 50%
    }

    .traffic-channel-table .nk-tb-sessions {
        width: 25%
    }

    .traffic-channel-table .nk-tb-prev-sessions {
        display: none
    }

    .traffic-channel-table .nk-tb-change {
        width: 25%
    }

    .traffic-channel-table .nk-tb-trend {
        width: 100%;
        padding-left: 1.25rem
    }
}

@media (min-width: 1540px) and (max-width: 1800px) {
    .traffic-channel-data .amount {
        font-size:1rem
    }
}

.analytic-data-group {
    display: flex;
    flex-wrap: wrap
}

.analytic-data .title {
    font-size: 12px;
    font-weight: 500;
    color: #8094ae;
    margin-bottom: 0.375rem
}

.analytic-data .title span {
    font-weight: 400
}

.analytic-data .amount {
    color: #364a63;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.25rem
}

.analytic-data .amount-sm {
    font-size: 1.125rem
}

.analytic-data .change {
    font-size: 13px;
    margin-left: -0.125rem
}

.analytic-data .subtitle {
    font-size: 12px;
    color: #8094ae
}

@media (min-width: 1540px) and (max-width: 1800px) {
    .analytic-data .amount {
        font-size:1.25rem;
        line-height: 1.75rem
    }

    .analytic-data .amount-sm {
        font-size: 1.125rem
    }
}

.analytic-ov-data {
    width: 50%
}

.analytic-ov-ck {
    height: 175px;
    margin-top: 2rem
}

@media (min-width: 480px) {
    .analytic-ov-data {
        width:25%
    }
}

.analytic-au-data {
    width: 33.3333%
}

.analytic-au-ck {
    height: 170px;
    margin-top: 2.25rem
}

.analytic-wp-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.analytic-wp-ck {
    height: 36px
}

.analytic-wp-graph {
    width: 150px;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem
}

.analytic-wp-graph .title {
    margin-bottom: 0
}

.analytic-wp-text {
    text-align: right;
    margin-left: .5rem
}

@media (min-width: 420px) and (max-width: 767px) {
    .analytic-wp-graph {
        width:60%
    }
}

@media (min-width: 1540px) and (max-width: 1800px) {
    .analytic-wp-graph {
        width:120px
    }
}

.chart-label {
    font-size: 12px;
    color: #8094ae
}

.chart-label-group {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between
}

.analytics-map .vector-map {
    height: 160px;
    margin: 1rem 0
}

.analytics-map-data {
    font-size: .875rem
}

.analytics-map-data td {
    padding: .25rem 0
}

.analytics-map-data .country {
    color: #8094ae
}

.analytics-map-data .amount {
    color: #364a63;
    text-align: right
}

.analytics-map-data .percent {
    text-align: right;
    color: #8094ae
}

.analytics-map-data-list {
    width: 100%;
    margin-bottom: -0.25rem
}

.nk-ecwg .amount {
    font-size: 2rem;
    font-weight: 500;
    color: #364a63
}

.nk-ecwg .amount-sm {
    font-size: 1.5rem
}

.nk-ecwg .amount-xs {
    font-size: .875rem
}

.is-dark .nk-ecwg .amount {
    color: #fff
}

.nk-ecwg .info {
    font-size: .875rem
}

.is-dark .nk-ecwg .info {
    color: #d4c2ff
}

.nk-ecwg .sub-title {
    font-size: .875rem;
    font-weight: 500
}

.is-dark .nk-ecwg .sub-title {
    color: #fff
}

.nk-ecwg .data {
    margin-top: 0.5rem
}

.nk-ecwg .data:not(:last-child) {
    margin-bottom: 2rem
}

.nk-ecwg .data-group {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nk-ecwg .data-group .data {
    margin: 0;
    padding-right: 20px
}

.nk-ecwg1-ck {
    height: 110px
}

.nk-ecwg2-ck {
    height: 182px
}

.nk-ecwg3-ck {
    height: 66px
}

.nk-ecwg4 {
    display: flex;
    flex-direction: column
}

.nk-ecwg4-ck {
    height: 180px;
    width: 180px;
    margin-right: 1.5rem
}

.nk-ecwg4-legends {
    flex-grow: 1;
    padding: 1rem 0
}

.nk-ecwg4-legends li {
    display: flex;
    justify-content: space-between;
    padding: .25rem 0
}

.nk-ecwg4-legends .title {
    display: flex;
    align-items: center
}

.nk-ecwg4-legends .title .dot {
    margin-right: 0.5rem
}

.nk-ecwg5-ck {
    height: 140px
}

.nk-ecwg5 .data-group {
    margin-bottom: 30px
}

.nk-ecwg6-ck {
    width: 100px;
    height: 40px;
    margin-left: 20px
}

.nk-ecwg7-ck {
    height: 180px;
    width: 180px;
    margin: 0 auto 15px
}

.nk-ecwg7-legends {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.nk-ecwg7-legends li {
    padding: 0.25rem 1rem
}

.nk-ecwg7-legends .title {
    display: flex;
    align-items: center;
    color: #8094ae
}

.nk-ecwg7-legends .title .dot {
    margin-right: 0.5rem
}

.nk-ecwg8-ck {
    height: 200px
}

.nk-ecwg8-legends {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.nk-ecwg8-legends li {
    padding: 0.25rem 1rem
}

.nk-ecwg8-legends .title {
    display: flex;
    align-items: center;
    color: #8094ae
}

.nk-ecwg8-legends .title .dot {
    margin-right: 0.5rem
}

@media (max-width: 490px) {
    .nk-ecwg4 .data-group {
        flex-wrap:wrap
    }

    .nk-ecwg8-ck {
        height: 140px
    }
}

@media (min-width: 1540px) {
    .nk-ecwg4-ck {
        height:210px;
        width: 210px;
        margin-right: 2.5rem
    }
}

.nk-top-products .item {
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
    line-height: 1.2
}

.nk-top-products .thumb {
    width: 44px;
    margin-right: 1rem
}

.nk-top-products .thumb img {
    border-radius: 4px
}

.nk-top-products .total {
    margin-left: auto;
    text-align: right
}

.nk-top-products .title,.nk-top-products .amount {
    font-size: 0.9375rem;
    color: #364a63;
    margin-bottom: 0.25rem
}

.nk-top-products .price,.nk-top-products .count {
    font-size: 0.8125rem;
    color: #8094ae;
    margin-bottom: 1px
}

.nk-store-statistics .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0
}

.nk-store-statistics .title {
    font-size: 0.8125rem;
    color: #8094ae
}

.nk-store-statistics .count {
    font-size: 1.25rem;
    color: #364a63;
    font-weight: 700
}

.nk-store-statistics .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 44px;
    width: 44px;
    border-radius: 6px
}

.nk-download {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    border-radius: 4px;
    background: #fff
}

.nk-download .data {
    display: flex;
    flex-grow: 1
}

.nk-download .info {
    margin-top: .35rem
}

.nk-download .title {
    font-size: 1rem;
    line-height: 1.2
}

.nk-download .thumb {
    flex-shrink: 0;
    width: 3rem;
    margin-right: 1rem
}

.nk-download .meta .version,.nk-download .meta .release {
    display: block;
    line-height: 1.2;
    padding: 0.25rem 0
}

.nk-download .title .badge {
    margin-left: 1rem
}

@media (min-width: 768px) {
    .nk-download {
        padding:1.5rem
    }

    .nk-download .thumb {
        width: 2.5rem;
        margin-right: 1.5rem
    }

    .nk-download .data {
        align-items: center
    }

    .nk-download .meta .version,.nk-download .meta .release {
        display: inline-block;
        padding-right: 1.5rem
    }
}

@media (max-width: 575px) {
    .nk-download .data {
        width:100%;
        padding-left: 4rem
    }

    .nk-download .thumb {
        position: absolute;
        margin-left: -4rem
    }

    .nk-download .actions {
        margin: 0.75rem 0 0;
        padding-left: 4rem
    }
}

.nk-add-product {
    top: 65px;
    background-color: #fff;
    width: 400px;
    height: calc(100vh - 65px);
    padding: 1.5rem
}

.nk-add-product+.toggle-overlay {
    z-index: 700
}

.asterisk a {
    position: relative;
    color: #8094ae;
    display: inline-flex
}

.asterisk a:hover,.asterisk a.active {
    color: #ffa353
}

.asterisk a:hover .asterisk-on,.asterisk a.active .asterisk-on {
    opacity: 1
}

.asterisk a.active:hover .asterisk-on {
    opacity: 0
}

.asterisk-on {
    opacity: 0;
    position: absolute;
    left: 0;
    color: #ffa353;
    z-index: 1;
    transition: opacity .2s
}

.nk-reply {
    height: 100%;
    max-height: 100%;
    overflow: auto
}

.nk-reply-item {
    padding: 2rem 1.25rem
}

.nk-reply-item+.nk-reply-item {
    padding-top: 0
}

.nk-reply-item>div:not(.nk-reply-header) {
    margin-left: 48px
}

.nk-reply-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem
}

.nk-reply-header .user-name {
    margin-left: 1rem;
    font-size: .875rem
}

.nk-reply-header .user-name span {
    color: #8094ae;
    font-weight: 400
}

.nk-reply-header .date-time {
    color: #8094ae;
    font-size: 12px
}

.nk-reply-entry.note {
    background: #f5f6fa;
    padding: 1.25rem;
    border-radius: 4px
}

.nk-reply-from {
    margin-top: 1.25rem;
    padding: .375rem .75rem;
    background: #f5f6fa;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px
}

.nk-reply-meta {
    overflow: hidden;
    text-align: center;
    margin: 0 1.25rem;
    padding: 0 2rem
}

.nk-reply-meta-info {
    position: relative;
    display: inline-block;
    padding: 0 .75rem;
    color: #8094ae;
    font-size: 13px;
    line-height: 1.4
}

.nk-reply-meta-info span,.nk-reply-meta-info strong,.nk-reply-meta-info .who {
    color: #526484
}

.nk-reply-meta-info .whom {
    color: #854fff
}

.nk-reply-meta-info:before,.nk-reply-meta-info:after {
    position: absolute;
    height: 1px;
    background: #e5e9f2;
    content: '';
    width: 100vw;
    top: 50%
}

.nk-reply-meta-info:before {
    right: 100%
}

.nk-reply-meta-info:after {
    left: 100%
}

.nk-reply-form {
    border-top: 1px solid #e5e9f2
}

.nk-reply-form-dropdown {
    margin-left: -0.5rem;
    margin-right: 0.75rem
}

.nk-reply-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    border-bottom: 1px solid #e5e9f2
}

.nk-reply-form-title {
    display: flex;
    align-items: center
}

.nk-reply-form-title .title {
    color: #8094ae;
    margin-right: .75rem
}

.nk-reply-form-field {
    padding: .5rem 1.25rem
}

.nk-reply-form-field:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.nk-reply-form-field .form-control {
    font-size: 0.875rem
}

.nk-reply-form-field textarea.form-control {
    min-height: 78px
}

.nk-reply-form-field textarea.form-control.ex-large {
    min-height: 160px
}

.nk-reply-form-field+.nk-reply-form-tools {
    border-top: 0
}

.nk-reply-form-tools {
    padding: 1.25rem;
    border-top: 1px solid #e5e9f2;
    display: flex;
    justify-content: space-between
}

.nk-reply-form-actions {
    display: inline-flex;
    align-items: center
}

.nk-reply-form-options {
    display: inline-flex
}

.nk-reply-form-input {
    display: flex
}

.nk-reply-form-input .label {
    margin: .3rem .5rem .3rem 0;
    width: 1.25rem;
    color: #8094ae
}

.nk-reply-form-input-group {
    width: 100%
}

.nk-reply-form-input-cc,.nk-reply-form-input-bcc {
    display: none
}

.nk-reply-form-input-cc.expanded,.nk-reply-form-input-bcc.expanded {
    display: flex
}

.nk-reply-form-input .toggle-opt {
    display: inline-flex;
    align-items: center;
    color: #364a63
}

.nk-reply-form-input .toggle-opt:hover {
    color: #854fff
}

.nk-reply-form-group {
    position: relative;
    padding: 1rem 0;
    flex-grow: 1;
    display: flex;
    align-items: flex-start
}

.nk-reply-form-nav {
    position: absolute;
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding: 1.0625rem 0 0;
    right: 0;
    top: 0;
    margin: 0 -.375rem
}

.nk-reply-form-nav li a {
    font-size: 12px;
    color: #8094ae;
    display: block;
    line-height: 1.5rem;
    padding: .25rem .375rem
}

.nk-reply-form-nav li a:hover {
    color: #854fff
}

.is-collapsed .nk-reply-msg-info {
    display: none
}

.nk-reply-msg-excerpt {
    color: #526484;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.is-collapsed .nk-reply-msg-excerpt {
    display: block
}

.nk-reply-msg-meta {
    padding: .75rem
}

.nk-reply-msg-meta li {
    display: flex;
    line-height: 1.125rem;
    padding: .1875rem 0
}

.nk-reply-msg-meta li .label {
    width: 75px;
    color: #8094ae;
    font-size: 12px;
    text-align: right;
    margin-right: 0.75rem
}

.nk-reply-msg-meta li .info {
    font-size: 13px
}

.nk-reply-msg-meta li .info a {
    color: #526484
}

.nk-reply-tools {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: default
}

.nk-reply-tools .date {
    margin-right: 1rem;
    line-height: 2.25rem;
    color: #526484
}

.nk-reply-tools .attach-msg {
    font-size: 1.25rem;
    margin-right: 0.375rem
}

.nk-reply-desc {
    display: flex;
    flex-grow: 1
}

.is-collapsed .nk-reply-desc {
    overflow: hidden
}

.nk-reply-header .nk-reply-desc {
    align-items: center
}

.nk-reply-info {
    margin-left: 1rem;
    max-width: calc(100% - 4.5rem)
}

.nk-reply-header.is-collapsed {
    margin-bottom: 0
}

.nk-reply-header:not(.is-opened) {
    cursor: pointer
}

.is-collapsed+.nk-reply-body {
    display: none
}

.nk-reply-quick-btns ul {
    display: flex;
    align-items: center
}

.is-collapsed .prev-msg,.is-collapsed .next-msg,.is-collapsed .more-actions,.is-collapsed .replyto-msg,.is-collapsed .forwardto-msg {
    display: none
}

.input-mail {
    width: 100%;
    border: none
}

@media (max-width: 767.98px) {
    .nk-reply-tools {
        flex-wrap:wrap
    }

    .nk-reply-tools .date {
        margin-right: .5rem;
        font-size: 13px
    }

    .nk-reply-tools .attach-msg {
        font-size: 1.25rem;
        margin-right: 0.375rem
    }
}

@media (max-width: 575.98px) {
    .nk-reply-info {
        margin-left:0.75rem;
        max-width: calc(100% - 2.5rem)
    }

    .is-collapsed .nk-reply-info {
        max-width: calc(100% - 4.5rem)
    }

    .nk-reply-info .date {
        font-size: 11px;
        color: #8094ae;
        margin-left: .375rem
    }

    .nk-reply-info .lead-text {
        font-size: 13px
    }

    .nk-reply-form-dropdown {
        margin-right: 0.5rem
    }

    .nk-reply-form-group {
        flex-wrap: wrap;
        align-items: center
    }

    .nk-reply-form-title {
        font-weight: 500
    }

    .nk-reply-tools .attach-msg,.nk-reply-tools .date-msg {
        display: none
    }

    .nk-reply-avatar {
        height: 30px;
        width: 30px
    }

    .nk-reply-msg-excerpt {
        font-size: 12px;
        margin-top: 0.25rem
    }

    .nk-reply-msg-info .sub-text {
        font-size: 12px
    }

    .nk-reply-msg-info .dropdown-menu {
        margin-right: 16px !important
    }
}

@media (min-width: 576px) {
    .nk-reply-form {
        margin:0.5rem 2.25rem 2.25rem;
        border: 1px solid #e5e9f2;
        border-radius: 4px
    }

    .nk-reply-form-header {
        padding: 0 1.5rem
    }

    .nk-reply-form-field {
        padding: .5rem 1.5rem
    }

    .nk-reply-form-field textarea.form-control.ex-large {
        min-height: 278px
    }

    .nk-reply-form-tools {
        padding: 1rem 1.5rem
    }

    .modal-body .nk-reply-form-tools {
        padding: 1.5rem
    }

    .nk-reply-item {
        padding: 2rem 2.25rem
    }

    .nk-reply-meta {
        margin: 0 2.25rem
    }

    .nk-reply-header .date-time {
        font-size: 13px
    }

    .nk-reply-quick-btns {
        margin: 0.5rem 2.25rem 2.25rem
    }
}

@media (min-width: 992px) {
    .nk-reply-form {
        margin:0.5rem 2.5rem 2.5rem
    }

    .nk-reply-item {
        padding: 2rem 2.5rem
    }

    .nk-reply-meta {
        margin: 0 2.5rem
    }

    .nk-reply-quick-btns {
        margin: 0.5rem 2.5rem 2.5rem
    }
}

.attach-files {
    margin-top: 1.75rem;
    border: 1px solid #e5e9f2;
    border-radius: 4px
}

.attach-list {
    padding: 1rem 1.25rem;
    margin-bottom: -.5rem;
    display: flex;
    flex-wrap: wrap
}

.attach-item {
    width: 180px;
    padding-right: 2rem;
    padding-bottom: 0.5rem
}

.attach-item a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #526484
}

.attach-item .icon {
    font-size: 1.5rem;
    color: #854fff;
    margin-right: 0.75rem
}

.attach-foot {
    border-top: 1px solid #e5e9f2;
    background: #f5f6fa;
    padding: .75rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.attach-info {
    font-weight: 500;
    color: #364a63
}

.attach-download span {
    color: #8094ae;
    transition: all .3s
}

.attach-download:hover span {
    color: #854fff
}

@media (max-width: 359px) {
    .attach-info {
        font-size:12px
    }

    .attach-download {
        font-size: 12px
    }
}

.nk-msg-nav {
    position: relative;
    border-bottom: 1px solid #e5e9f2;
    padding: 0 1.25rem;
    background: #f5f6fa;
    z-index: 2
}

.nk-msg-nav .search-wrap {
    padding: 0 1rem;
    bottom: -1px;
    border-bottom: 1px solid #e5e9f2
}

.nk-msg-nav .search-submit {
    transform: translate(0.25rem, -50%)
}

.nk-msg-menu {
    display: flex;
    margin: 0 -0.75rem
}

.nk-msg-menu-item {
    padding: 0 0.75rem
}

.nk-msg-menu-item a {
    display: inline-flex;
    position: relative;
    color: #8094ae;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5rem;
    padding: 1rem 0
}

.nk-msg-menu-item a:after {
    position: absolute;
    content: '';
    height: 2px;
    background: #854fff;
    bottom: -1px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s ease
}

.nk-msg-menu-item a .icon {
    font-size: 1.125rem;
    line-height: 1.5rem
}

.nk-msg-menu-item a:hover {
    color: #854fff
}

.nk-msg-menu-item.active a {
    color: #854fff
}

.nk-msg-menu-item.active a:after {
    opacity: 1
}

.nk-msg {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: calc(100vh - (65px + 64px));
    max-height: calc(100vh - (65px + 64px));
    background: #fff
}

.nk-msg-aside {
    background: #f5f6fa;
    width: 100%;
    overflow: hidden;
    max-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0
}

.nk-msg-boxed .nk-msg-aside {
    background: rgba(245,246,250,0.7);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.nk-msg-list {
    max-height: 100%;
    height: 100%;
    overflow: auto
}

.nk-msg-item {
    display: flex;
    padding: 1.25rem 1.25rem;
    cursor: pointer
}

.nk-msg-item:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.nk-msg-item.active,.nk-msg-item.current {
    background: #fff;
    cursor: default
}

.nk-msg-info {
    max-width: calc(100% - 52px);
    margin-left: 0.75rem;
    flex-grow: 1
}

.nk-msg-from {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nk-msg-context {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem
}

.nk-msg-context .asterisk {
    margin-top: auto
}

.nk-msg-sender {
    display: inline-flex;
    align-items: center;
    color: #8094ae;
    font-size: 12px
}

.nk-msg-sender .name {
    margin-right: 0.5rem
}

.is-unread .nk-msg-sender .name {
    font-weight: 500;
    color: #364a63
}

.nk-msg-meta {
    display: inline-flex;
    align-items: center;
    color: #8094ae;
    font-size: 12px
}

.nk-msg-meta .attchment .icon {
    font-size: 1.125rem
}

.nk-msg-meta .date {
    margin-left: 0.75rem
}

.nk-msg-text {
    max-width: calc(100% - 35px);
    flex-grow: 0;
    padding-right: 0.5rem
}

.nk-msg-text .title {
    font-size: 15px;
    margin-bottom: 0.25rem
}

.nk-msg-text p {
    font-size: 13px;
    color: #8094ae;
    max-height: 42px;
    overflow: hidden
}

.is-unread .nk-msg-text p {
    color: #526484;
    font-weight: 500
}

.nk-msg-lables {
    text-align: center;
    margin: -.125rem;
    display: inline-flex;
    flex-direction: column
}

.nk-msg-lables>div {
    padding: .125rem
}

.nk-msg-lables .icon {
    font-size: 1.125rem
}

.nk-msg-lables .badge {
    line-height: 14px;
    font-size: 10px;
    padding: 0 .25rem
}

.nk-msg-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: padding .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 5
}

.nk-msg-body.show-message {
    opacity: 1;
    pointer-events: auto
}

.nk-msg-profile {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 280px;
    height: 100%;
    max-height: 100%;
    transition: transform .3s ease-in-out;
    background: #fff;
    z-index: 100
}

.nk-msg-profile-toggle {
    position: absolute;
    height: 36px;
    width: 36px;
    display: none;
    align-items: center;
    justify-content: center;
    bottom: -18px;
    right: -18px;
    margin-right: 40px;
    transition: right .3s ease-in-out, margin .3s ease-in-out .2s;
    border: 1px solid #e5e9f2;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.125rem;
    z-index: 2;
    color: #8094ae;
    z-index: 110
}

.nk-msg-profile-toggle.active {
    margin-right: 0;
    transform: rotate(-180deg)
}

.nk-msg-profile-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16,25,36,0.4);
    z-index: 600;
    z-index: 90;
    animation: overlay-fade-in .4s ease 1
}

.nk-msg-profile.visible {
    transform: none
}

.nk-msg-head {
    position: relative;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e9f2
}

.nk-msg-head .title {
    margin-bottom: .5rem
}

.nk-msg-head-meta {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nk-msg-hide {
    font-size: 1rem
}

.nk-msg-tags {
    margin: 0 -.75rem
}

.nk-msg-tags li {
    padding: 0 .75rem;
    color: #8094ae
}

.nk-msg-tags li>span {
    display: inline-flex;
    align-items: center
}

.nk-msg-tags li>span .icon {
    color: #854fff;
    margin-right: 0.25rem
}

.nk-msg-actions {
    display: flex;
    margin: 0 -.25rem
}

.nk-msg-actions li {
    padding: 0 .25rem
}

@media (max-width: 575.98px) {
    .nk-msg-boxed {
        border:none;
        border-radius: 4px;
        min-height: calc(100vh - (65px));
        max-height: calc(100vh - (65px))
    }
}

@media (min-width: 576px) {
    .nk-msg-nav {
        padding:0 2rem
    }

    .nk-msg-nav .search-wrap {
        padding: 0 1.7rem
    }

    .nk-msg-item {
        padding: 1.25rem 2rem
    }

    .nk-msg-head {
        padding: 1rem 2.25rem
    }

    .nk-msg-head .title {
        margin-bottom: 1rem
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .nk-msg-text .title {
        margin-top:0.125rem;
        margin-bottom: 0.375rem
    }
}

@media (min-width: 992px) {
    .nk-msg-nav {
        padding:0 1.75rem
    }

    .nk-msg-nav .search-wrap {
        padding: 0 1.425rem
    }

    .nk-msg-item {
        padding: 1.25rem 1.75rem
    }

    .nk-msg-head {
        padding: 2rem 2.5rem
    }

    .nk-msg-head .title {
        max-height: 82px;
        overflow: hidden
    }

    .nk-msg-aside {
        width: 320px;
        border-right: 1px solid #e5e9f2
    }

    .nk-msg-body {
        position: static;
        opacity: 1;
        pointer-events: auto
    }

    .nk-msg-profile {
        border-left: 1px solid #e5e9f2
    }

    .nk-msg-profile-toggle {
        margin-right: 55px;
        display: flex
    }
}

@media (min-width: 1540px) {
    .nk-msg-aside {
        width:380px
    }
}

@media (max-width: 1539.98px) {
    .profile-shown .nk-msg-profile-toggle {
        right:262px
    }

    .has-apps-sidebar .profile-shown .nk-msg-profile-toggle {
        right: -18px
    }
}

@media (max-width: 1279px) {
    .has-apps-sidebar .profile-shown .nk-msg-profile-toggle {
        right:262px
    }
}

@media (min-width: 1540px) {
    .nk-msg-body.profile-shown {
        padding-right:280px
    }
}

@media (min-width: 1280px) {
    .has-apps-sidebar .nk-msg-body.profile-shown {
        padding-right:280px
    }
}

.ibx-count {
    position: relative;
    padding: 0.3125rem 0.75rem;
    font-size: 0.75rem;
    color: #8094ae;
    background: #fff;
    border: 1px solid #e5e9f2;
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px
}

.ibx-count:before,.ibx-count:after {
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-style: solid
}

.ibx-count:before {
    right: -8px;
    border-color: transparent transparent transparent #e5e9f2;
    border-width: 4px 0 4px 7px
}

.ibx-count:after {
    right: -6px;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #fff
}

.nk-ibx-context {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nk-ibx-context-group {
    display: flex;
    align-items: center
}

.nk-ibx-context-badges {
    margin-right: 0.75rem
}

.nk-ibx-context-text {
    display: inline;
    color: #8094ae
}

.is-unread .nk-ibx-context-text {
    color: #526484
}

.nk-ibx-context-text .heading {
    color: #364a63
}

.is-unread .nk-ibx-context-text .heading {
    font-weight: 500
}

.ibx-actions {
    position: relative;
    display: inline-block;
    transition: background-color .3s
}

.ibx-actions-hidden {
    position: absolute;
    display: flex;
    right: calc(100% + 8px);
    opacity: 0;
    transition: background-color .3s
}

.nk-ibx-item:hover .ibx-actions-hidden {
    opacity: 1;
    background-color: #f5f6fa
}

.nk-ibx-item:hover .ibx-actions {
    background-color: #f5f6fa
}

.nk-ibx {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: calc(100vh - (65px + 64px));
    max-height: calc(100vh - (65px + 64px));
    background: #fff
}

.nk-ibx-aside {
    position: absolute;
    background: #fff;
    width: 260px;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-shrink: 0;
    border-right: 1px solid #e5e9f2;
    transform: translateX(-100%);
    z-index: 99;
    transition: transform .4s linear
}

.nk-ibx-aside+.toggle-overlay {
    z-index: 90;
    position: absolute
}

.nk-ibx-aside.content-active {
    transform: none
}

.nk-ibx-nav {
    overflow: auto;
    flex-grow: 1;
    height: 100%;
    max-width: 100%
}

.nk-ibx-nav .simplebar-content {
    height: 100%;
    display: flex;
    flex-direction: column
}

.nk-ibx-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1.5rem .75rem
}

.nk-ibx-nav-head .title {
    font-size: 1rem;
    margin-bottom: 0
}

.nk-ibx-nav-head .dropdown>a,.nk-ibx-nav-head>.link {
    color: #8094ae;
    font-size: 0.875rem
}

.nk-ibx-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e5e9f2;
    min-height: 61px
}

.nk-ibx-head .title {
    font-size: 1rem;
    margin-bottom: 0
}

.nk-ibx-head-actions,.nk-ibx-head-tools {
    display: flex;
    align-items: center
}

.nk-ibx-head-tools .btn-icon.btn-trigger .icon {
    font-size: 1.25rem
}

.nk-ibx-head .search-wrap {
    padding: 0 1.365rem 0 1rem
}

.nk-ibx-head .search-wrap .icon {
    font-size: 1.25rem
}

.nk-ibx-head .search-back {
    transform: translate(-0.5rem, -50%)
}

.nk-ibx-head-check {
    display: flex;
    margin-right: .325rem
}

.nk-ibx-action {
    position: relative;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e9f2
}

.nk-ibx-action-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nk-ibx-action-item a {
    display: flex;
    align-items: center
}

.nk-ibx-action-item .icon {
    font-size: 1.5rem
}

.nk-ibx-action-item .icon+span {
    margin-left: 0.5rem
}

.nk-ibx-action-item .search-toggle .icon {
    font-size: 1.125rem
}

.nk-ibx-menu li {
    margin: 2px 0
}

.nk-ibx-menu li:hover {
    background: #f5f6fa;
    border-radius: 3px
}

.nk-ibx-menu li.active {
    background: #f0eaff;
    border-radius: 3px
}

.nk-ibx-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    border-radius: 4px
}

.nk-ibx-menu-item .icon {
    font-size: 1.25rem;
    line-height: 1.5rem;
    width: 2rem;
    color: #8094ae
}

.nk-ibx-menu-item .badge {
    margin-left: auto;
    min-width: 2.25rem
}

.active .nk-ibx-menu-item .icon {
    color: #854fff
}

.nk-ibx-menu-text {
    font-size: .875rem;
    color: #526484;
    font-weight: 500;
    line-height: 1.5rem
}

.active .nk-ibx-menu-text {
    color: #854fff
}

.nk-ibx-label>li,.nk-ibx-contact>li {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin: 2px 0;
    transition: background-color .3s
}

.nk-ibx-label>li>a,.nk-ibx-contact>li>a {
    display: flex;
    padding: .5rem .75rem;
    flex-grow: 1
}

.nk-ibx-label>li .dropdown,.nk-ibx-contact>li .dropdown {
    opacity: 0
}

.nk-ibx-label>li .dropdown>a,.nk-ibx-contact>li .dropdown>a {
    color: #526484;
    padding: .6875rem
}

.nk-ibx-label>li:hover,.nk-ibx-contact>li:hover {
    background: #f5f6fa
}

.nk-ibx-label>li:hover .dropdown,.nk-ibx-contact>li:hover .dropdown {
    opacity: 1
}

.nk-ibx-label>li.active,.nk-ibx-contact>li.active {
    background: #d4c2ff
}

.nk-ibx-label-text {
    line-height: 1;
    margin-left: 1rem;
    font-size: .875rem;
    color: #526484;
    font-weight: 500
}

.nk-ibx-menu,.nk-ibx-label,.nk-ibx-contact {
    padding-left: .75rem;
    padding-right: .75rem
}

.nk-ibx-menu {
    padding-top: .75rem
}

.nk-ibx-contact {
    padding-bottom: 1.75rem
}

.nk-ibx-status {
    margin-top: auto;
    background: #f5f6fa;
    padding: 1.5rem 1.5rem
}

.nk-ibx-status-info {
    margin-bottom: 0.5rem
}

.nk-ibx-status-info .icon {
    width: 1.25rem;
    display: inline-block
}

.nk-ibx-body {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 1
}

.nk-ibx-list {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    height: 100%;
    overflow: auto
}

.nk-ibx-item {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1rem 1.25rem;
    transition: background-color .3s;
    cursor: pointer
}

.nk-ibx-item:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.nk-ibx-item:not(.no-hover):hover,.nk-ibx-item.active {
    background: #f5f6fa
}

.nk-ibx-item.is-unread {
    background: rgba(245,246,250,0.6)
}

.nk-ibx-item-elem {
    padding: 0 8px;
    flex-shrink: 0
}

.nk-ibx-item-elem:first-child {
    padding-left: 0
}

.nk-ibx-item-check {
    width: 28px;
    display: inline-flex
}

.nk-ibx-item-fluid {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

.nk-ibx-item-user .user-name {
    max-width: calc(100% - 50px)
}

.nk-ibx-item-user .user-name .lead-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400
}

.is-unread .nk-ibx-item-user .user-name .lead-text {
    font-weight: 500
}

.nk-ibx-item-count {
    width: 3.25rem
}

.nk-ibx-item-time {
    width: 80px;
    text-align: right
}

.nk-ibx-item-attach {
    width: 2.25rem;
    text-align: center
}

.nk-ibx-item-star .asterisk {
    padding: 0 .25rem
}

.nk-ibx-item-star .asterisk a {
    display: flex
}

.nk-ibx-item-star .asterisk .icon {
    line-height: 1;
    font-size: 1.125rem
}

.nk-ibx-item-tools {
    padding-right: 0;
    margin-left: auto;
    text-align: right
}

.nk-ibx-item-check,.nk-ibx-item-star,.nk-ibx-item-attach {
    position: relative;
    z-index: 2
}

.nk-ibx-item-tools {
    position: relative;
    z-index: 3
}

.nk-ibx-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.nk-ibx-link+.nk-ibx-item-elem {
    padding-left: 0
}

.nk-ibx-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.nk-ibx-view.show-ibx {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.nk-ibx-reply-head {
    padding: 1.5rem 1.25rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.nk-ibx-reply-head .title {
    margin-bottom: .75rem
}

.nk-ibx-reply-header {
    margin-right: -.5rem
}

.nk-ibx-reply-item {
    position: relative
}

.nk-ibx-reply-item>div:not(.nk-reply-header) {
    margin-left: 0;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem
}

.nk-ibx-reply-item:not(:last-child):after {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    height: 1px;
    bottom: 1rem;
    content: '';
    background: #e5e9f2
}

@media (min-width: 576px) {
    .nk-ibx-item,.nk-ibx-head {
        padding-left:2.25rem;
        padding-right: 2.25rem
    }

    .nk-ibx-head .search-wrap {
        padding: 0 2.375rem 0 2rem
    }

    .nk-ibx-reply-head {
        padding: 2em 2.25rem 0
    }

    .nk-ibx-reply-item {
        padding-bottom: 2.75rem
    }

    .nk-ibx-reply-item>div:not(.nk-reply-header) {
        margin-left: 56px
    }

    .nk-ibx-reply-item:not(:last-child):after {
        bottom: 1.375rem;
        left: 2.25rem;
        right: 2.25rem
    }

    .nk-ibx-reply-quick-btns,.nk-ibx-reply-form {
        margin-left: 5.75rem
    }
}

@media (min-width: 768px) {
    .nk-ibx-item-user {
        width:180px
    }
}

@media (min-width: 992px) {
    .nk-ibx-aside {
        position:static;
        transform: none;
        transition: none;
        height: calc(100vh - 128px)
    }

    .nk-ibx-menu,.nk-ibx-label,.nk-ibx-contact {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .nk-ibx-menu {
        padding-top: 1rem
    }

    .nk-ibx-contact {
        padding-bottom: 1rem
    }

    .nk-ibx-nav-head {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    .nk-ibx-item,.nk-ibx-head {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    .nk-ibx-head .search-wrap {
        padding: 0 2.25rem 0 1.5rem
    }

    .nk-ibx-body {
        max-width: calc(100% - 260px)
    }

    .nk-ibx-reply-quick-btns,.nk-ibx-reply-form {
        margin-left: 5.25rem
    }

    .nk-ibx-reply-item,.nk-ibx-reply-head {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

@media (min-width: 1200px) {
    .nk-ibx-aside {
        width:300px
    }

    .nk-ibx-item-user {
        width: 200px
    }

    .nk-ibx-item-time {
        margin-right: 5rem
    }
}

@media (min-width: 1540px) {
    .nk-ibx-item-user {
        width:260px
    }

    .nk-ibx-item-tools {
        margin-left: 5rem
    }
}

@media (max-width: 1199.98px) {
    .nk-ibx-item-attach {
        display:none
    }
}

@media (max-width: 767.98px) {
    .nk-ibx-item {
        flex-wrap:wrap
    }

    .nk-ibx-item-elem {
        padding: 0 4px
    }

    .nk-ibx-item-fluid {
        padding-left: 32px;
        padding-right: 48px;
        margin-top: 6px;
        width: calc(100% - 2.5rem)
    }

    .nk-ibx-item-fluid .heading {
        display: block
    }

    .nk-ibx-item-count,.nk-ibx-item-attach {
        display: none
    }

    .nk-ibx-item-user {
        flex-grow: 1
    }

    .nk-ibx-item-user .user-avatar {
        height: 28px;
        width: 28px;
        font-size: 12px
    }

    .nk-ibx-item-time {
        position: absolute;
        right: 32px;
        top: 19px
    }

    .nk-ibx-item-tools {
        position: absolute;
        right: 28px;
        text-align: right;
        bottom: 18px
    }

    .nk-ibx-item-star {
        position: absolute;
        left: 28px;
        top: 50px
    }

    .nk-ibx-context-badges {
        display: none
    }

    .ibx-actions-hidden {
        display: none
    }
}

@media (max-width: 575.98px) {
    .nk-ibx-item-star {
        left:12px
    }

    .nk-ibx-item-time {
        right: 12px
    }

    .nk-ibx-item-tools {
        right: 8px
    }

    .nk-ibx-reply-head .title {
        font-size: 1.125rem
    }

    .nk-ibx-reply .btn-icon.btn-trigger {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem
    }

    .nk-ibx-reply .btn-icon.btn-trigger .icon {
        width: 1.875rem
    }
}

@media (max-width: 359px) {
    .nk-ibx-head .btn-icon.btn-trigger {
        padding-top:0.3125rem;
        padding-bottom: 0.3125rem
    }

    .nk-ibx-head .btn-icon.btn-trigger .icon {
        width: 1.875rem
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .nk-ibx-aside {
        width:320px
    }

    .nk-ibx-menu,.nk-ibx-label,.nk-ibx-contact {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .nk-ibx-nav-head,.nk-ibx-status {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

.nk-fmg {
    position: relative;
    background-color: #f5f6fa;
    min-height: calc(100vh - (65px + 64px))
}

.nk-fmg-aside {
    position: fixed;
    width: 260px;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    background: #fff;
    flex-shrink: 0;
    left: 0;
    transform: translateX(-100%);
    border-right: 1px solid #e5e9f2;
    z-index: 99;
    top: 65px;
    transition: transform .4s linear;
    min-height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    overflow-y: auto
}

.nk-fmg-aside+.toggle-overlay {
    z-index: 90
}

.nk-fmg-aside.content-active {
    transform: none
}

.nk-fmg-aside .simplebar-content {
    height: 100%
}

.nk-fmg-aside-wrap {
    height: 100%;
    display: flex;
    flex-direction: column
}

.nk-fmg-aside-top {
    margin-bottom: auto;
    margin-bottom: 30px
}

.nk-fmg-menu {
    padding: 1rem
}

.nk-fmg-menu li {
    margin: 2px 0
}

.nk-fmg-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    border-radius: 4px
}

.nk-fmg-menu-item:hover {
    background: #f5f6fa;
    border-radius: 3px
}

.active>.nk-fmg-menu-item {
    background: #f0eaff;
    border-radius: 3px
}

.nk-fmg-menu-item .icon {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-top: -2px;
    width: 2rem;
    color: #8094ae
}

.nk-fmg-menu-item .badge {
    margin-left: auto;
    min-width: 2.25rem
}

.active>.nk-fmg-menu-item .icon {
    color: #854fff
}

.nk-fmg-menu-text {
    font-size: .875rem;
    color: #526484;
    font-weight: 500;
    line-height: 1.5rem
}

.active>.nk-fmg-menu-item>.nk-fmg-menu-text {
    color: #854fff
}

.nk-fmg-menu li ul {
    margin-top: -0.125rem;
    margin-bottom: 0.5rem;
    padding-left: 2.75rem
}

.nk-fmg-menu li ul ul {
    padding-left: .75rem;
    border-left: 1px solid #e5e9f2
}

.nk-fmg-menu li ul .nk-fmg-menu-item {
    padding: .125rem 0
}

.nk-fmg-menu li ul .nk-fmg-menu-item:hover,.nk-fmg-menu li ul .nk-fmg-menu-item.active {
    background: transparent
}

.nk-fmg-menu li ul .nk-fmg-menu-item:hover span,.nk-fmg-menu li ul .nk-fmg-menu-item.active span {
    color: #854fff
}

.nk-fmg-menu li ul .nk-fmg-menu-text {
    font-size: 90%;
    line-height: 1.375rem
}

.nk-fmg-status {
    padding: 1.75rem
}

.nk-fmg-status-title {
    font-size: .875rem;
    display: flex;
    align-items: center;
    color: #526484;
    margin-bottom: 1rem
}

.nk-fmg-status-title .icon {
    font-size: 1.25rem;
    margin-right: .75rem
}

.nk-fmg-status-info {
    font-size: 12px;
    font-weight: 500;
    color: #8094ae;
    margin-top: 1rem
}

.nk-fmg-body {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    flex-grow: 1;
    flex-shrink: 0
}

.nk-fmg-body-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #dbdfea;
    background-color: #fff;
    z-index: 9;
    position: relative;
    top: 0;
    border-top-right-radius: 4px
}

.nk-fmg-body-content {
    padding: 1.125rem 1.25rem;
    height: 100%;
    max-height: 100%;
    overflow: auto
}

.nk-fmg-body .simplebar-content {
    min-height: 470px
}

.nk-fmg-search {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.nk-fmg-filter {
    margin-bottom: 1.25rem
}

.nk-fmg-filter .form-label {
    font-weight: 500;
    font-size: 13px;
    color: #8094ae
}

.nk-fmg-filter .form-group {
    margin-bottom: 1rem
}

.nk-fmg-switch {
    background-color: transparent;
    border-top: 1px solid #e5e9f2
}

.nk-fmg-switch>div {
    width: 100%
}

.nk-fmg-switch .dropdown-toggle {
    padding: 1.25rem 1.75rem;
    width: 100%;
    flex-direction: column;
    align-items: flex-start
}

.nk-fmg-switch .dropdown-toggle:after {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #526484
}

.nk-fmg-listing {
    min-height: 380px
}

.nk-fmg-listing.is-scrollable {
    min-height: auto;
    max-height: 298px
}

@media (min-width: 576px) {
    .nk-fmg-body-content {
        padding-top:1.25rem;
        padding-bottom: 1.25rem
    }

    .nk-fmg-aside-top {
        margin-bottom: 100px
    }
}

@media (min-width: 992px) {
    .nk-fmg {
        padding-left:260px
    }

    .nk-fmg-aside {
        transform: none;
        transition: none;
        width: 260px;
        position: absolute;
        left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        top: 0;
        min-height: 100%;
        max-height: 100%
    }

    .nk-fmg-aside-top {
        flex-grow: 0
    }

    .nk-fmg-body-head {
        padding: .75rem 1.75rem;
        z-index: 9
    }

    .nk-fmg-body-content {
        padding: 1.75rem
    }
}

@media (min-width: 1200px) {
    .nk-fmg {
        padding-left:220px
    }

    .nk-fmg-filter.toggle-expand-content {
        display: block !important
    }

    .nk-fmg-aside {
        width: 220px
    }
}

@media (min-width: 992px) and (max-width: 1360px) {
    .nk-fmg {
        padding-left:220px
    }

    .nk-fmg-aside {
        width: 220px
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .nk-fmg-aside {
        width:320px
    }

    .nk-fmg-body-head,.nk-fmg-body-content,.nk-fmg-status,.nk-fmg-switch .dropdown-toggle {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

    .nk-fmg-menu {
        padding: 1rem 1.75rem
    }
}

.nk-file .tb-sub {
    font-size: 12px;
    color: #8094ae
}

.nk-file .tb-head {
    font-weight: 500;
    font-size: 13px;
    color: #8094ae
}

.nk-file-info:hover .nk-file-name .asterisk a,.nk-file-info .nk-file-name .asterisk a.active {
    opacity: 1
}

.nk-file-icon {
    margin-right: 8px;
    flex-shrink: 0
}

.nk-file-icon-link {
    display: block;
    text-decoration: none;
    color: inherit
}

.nk-file-icon-type {
    width: 32px;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    margin: auto
}

.nk-file-title {
    display: flex;
    align-items: center
}

.nk-file-title .breadcrumb {
    padding-top: 0.25rem;
    padding-bottom: 0
}

.nk-file-name {
    font-weight: 500;
    color: #364a63;
    position: relative;
    line-height: 1.4
}

.nk-file-name-text {
    padding-right: 1.5rem;
    display: inline-block
}

.nk-file-name-text .title {
    transition: color .3s;
    display: inline-block;
    text-decoration: none;
    word-break: break-word
}

.nk-file-name-text a.title {
    color: #364a63
}

.nk-file-name-text a.title:hover {
    color: #854fff
}

.nk-file-name-sub {
    font-size: 12px;
    color: #8094ae
}

.nk-file-name .asterisk {
    position: absolute;
    display: inline-flex;
    margin-left: .5rem;
    transition: .3s opacity;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%)
}

.nk-file-name .asterisk a {
    opacity: 0
}

.nk-file-name .asterisk .icon {
    font-size: 1.125rem;
    color: #854fff
}

.nk-file-desc {
    display: flex;
    align-items: center;
    margin: 0 -.375rem
}

.nk-file-desc li {
    position: relative;
    padding: 0 .375rem;
    font-size: 12px;
    color: #8094ae
}

.nk-file-desc li:not(:first-child):before {
    content: "";
    font-family: "Nioicon";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 11px;
    line-height: 10px;
    transform: translate(-50%, -50%);
    opacity: .8
}

.nk-file-link {
    text-decoration: none;
    color: inherit;
    display: block
}

.nk-file-link:hover .title {
    color: #854fff
}

.nk-file-info>.nk-file-link {
    padding: .75rem 0
}

.is-compact .nk-file-info>.nk-file-link {
    padding: .375rem 0
}

.nk-file-share-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    border-bottom: 1px solid #e5e9f2
}

.nk-file-share-field {
    padding: .5rem 1.25rem
}

.nk-file-share-field:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.nk-file-share-field .form-control {
    font-size: 0.875rem
}

.nk-file-share-field textarea.form-control {
    min-height: 78px
}

.nk-file-share-field textarea.form-control.ex-large {
    min-height: 160px
}

.nk-file-share-input {
    display: flex
}

.nk-file-share-input .label {
    margin: .3rem .5rem .3rem 0;
    width: 1.25rem;
    color: #8094ae
}

.nk-file-share-input-group {
    width: 100%
}

.nk-file-share-group {
    position: relative;
    padding: 1rem 0;
    flex-grow: 1;
    display: flex;
    align-items: center
}

.nk-file-share-nav {
    flex-shrink: 0
}

.nk-file-details-row {
    display: flex;
    flex-wrap: wrap;
    padding: .25rem 0
}

.nk-file-details-col {
    font-size: 13px
}

.nk-file-details-col:first-child {
    color: #8094ae;
    width: 100%
}

.nk-file-details-col:last-child {
    color: #526484
}

.nk-file-details-col .breadcrumb {
    padding: 0
}

@media (min-width: 420px) {
    .nk-file-details-row {
        flex-wrap:nowrap;
        padding: .375rem 0
    }

    .nk-file-details-col:first-child {
        width: 100px;
        flex-shrink: 0
    }
}

@media (min-width: 576px) {
    .nk-file-share-field textarea.form-control.ex-large {
        min-height:278px
    }
}

.nk-files .nk-file .hideable {
    opacity: 0;
    transition: opacity .3s
}

.nk-files .nk-file:hover .hideable {
    opacity: 1
}

.nk-files .nk-file-item {
    display: table-row
}

.nk-files .nk-file-item>div {
    position: relative;
    display: table-cell;
    padding: .5rem;
    vertical-align: middle
}

.nk-files .nk-file-actions {
    width: 60px;
    text-align: center
}

.nk-files-head {
    display: table-header-group
}

.nk-files-head .nk-file-item>div {
    font-weight: 500;
    font-size: 0.8125rem;
    padding: 0.25rem
}

.nk-files-head .nk-file-item>div:first-child {
    padding-left: 0
}

.nk-files-head .nk-file-item>div:last-child {
    padding-right: .5rem
}

.nk-files-head .dropdown-menu-xs {
    min-width: 140px;
    max-width: 140px
}

.nk-files-list {
    display: table-row-group
}

.nk-files-view-list {
    display: table;
    width: 100%
}

.nk-files-view-list .nk-file {
    display: table-row
}

.nk-files-view-list .nk-file.selected {
    background: #e7dcff
}

.nk-files-view-list .nk-file.selected>div {
    background: transparent
}

.nk-files-view-list .nk-file>div {
    padding: .5rem .375rem;
    height: 4rem;
    background-color: #fff
}

.nk-files-view-list .nk-file>div:first-child {
    padding-left: 1.25rem
}

.nk-files-view-list .nk-file>div.nk-file-info {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
}

.nk-files-view-list .nk-file:first-child>div:first-child {
    border-top-left-radius: 4px
}

.nk-files-view-list .nk-file:first-child>div:last-child {
    border-top-right-radius: 4px
}

.nk-files-view-list .nk-file:last-child>div:first-child {
    border-bottom-left-radius: 4px
}

.nk-files-view-list .nk-file:last-child>div:last-child {
    border-bottom-right-radius: 4px
}

.nk-files-view-list .nk-file:not(:last-child)>div {
    border-bottom: 1px solid #dbdfea
}

.nk-files-view-list .nk-file .custom-checkbox {
    margin-right: 1rem
}

.nk-files-view-list .nk-file-members .tb-shared {
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem
}

.nk-files-view-list .nk-file-name-text a.title {
    padding: 1rem 0 0.875rem
}

.nk-files-view-list .nk-file-icon+.nk-file-name a.title {
    padding-left: 40px;
    margin-left: -40px
}

.nk-files-view-list.is-compact .nk-file>div {
    height: 3rem
}

.nk-files-view-grid .nk-files-head,.nk-files-view-group .nk-files-head {
    margin-bottom: 0.25rem;
    width: 100%;
    display: flex
}

.nk-files-view-grid .nk-files-head .nk-file-item,.nk-files-view-group .nk-files-head .nk-file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0
}

.nk-files-view-grid .nk-files-head .nk-file-item>div:not(.nk-file-info):not(.nk-file-actions),.nk-files-view-group .nk-files-head .nk-file-item>div:not(.nk-file-info):not(.nk-file-actions) {
    display: none
}

.nk-files-view-grid .nk-files-head .nk-file-actions,.nk-files-view-group .nk-files-head .nk-file-actions {
    width: 30px;
    padding: 0 !important;
    margin-right: -4px
}

.nk-files-view-grid .nk-files-list,.nk-files-view-group .nk-files-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px
}

.nk-files-view-grid .nk-files-list .nk-file-actions,.nk-files-view-group .nk-files-list .nk-file-actions {
    position: absolute;
    border: 0 none;
    background: transparent;
    width: 46px;
    right: 4px;
    top: 10px
}

.nk-files-view-grid .nk-files-list .custom-control,.nk-files-view-group .nk-files-list .custom-control {
    position: absolute
}

.nk-files-view-grid .nk-file,.nk-files-view-group .nk-file {
    display: flex;
    position: relative;
    margin: 8px;
    background: #fff;
    border-radius: 4px
}

.nk-files-view-grid .nk-file .nk-file-members,.nk-files-view-group .nk-file .nk-file-members {
    display: none
}

.nk-files-view-grid .nk-file {
    display: block;
    position: relative;
    width: calc(50% - 16px);
    text-align: center;
    padding: .5rem 0.25rem
}

.nk-files-view-grid .nk-file>div {
    display: block;
    padding: 0
}

.nk-files-view-grid .nk-file-title {
    display: flex;
    flex-direction: column
}

.nk-files-view-grid .nk-file-icon {
    display: block;
    margin: 0;
    width: 100%
}

.nk-files-view-grid .nk-file-icon-type {
    width: 72px;
    padding: .5rem 0
}

.nk-files-view-grid .nk-file-name .title {
    padding: .5rem 0.125rem .5rem
}

.nk-files-view-grid .nk-file-name-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.nk-files-view-grid .nk-file-desc {
    padding: 0 .25rem .75rem;
    margin-top: -0.125rem;
    justify-content: center
}

.nk-files-view-grid .nk-file-desc .members {
    display: none
}

.nk-files-view-grid .nk-file-info>.nk-file-link {
    padding: .5rem 0
}

.nk-files-view-grid .nk-file .nk-file-members {
    display: none
}

.nk-files-view-grid .nk-file .nk-file-meta {
    padding-bottom: .5rem
}

.nk-files-view-grid .nk-file .custom-control {
    top: .75rem;
    left: 1rem
}

.nk-files-view-group .nk-file {
    position: relative;
    padding: .5rem .5rem;
    width: 100%
}

.nk-files-view-group .nk-file>div {
    display: block;
    width: 100%;
    padding-right: 2.5rem
}

.nk-files-view-group .nk-file-desc {
    padding: .25rem .125rem 0
}

.nk-files-view-group .nk-file-name-text a.title {
    padding: .125rem 0
}

.nk-files-view-group .nk-file-icon+.nk-file-name a.title {
    padding-left: 40px;
    margin-left: -40px
}

.nk-files-view-group .nk-file .nk-file-actions {
    right: 2px;
    top: 4px
}

.nk-files-view-group .nk-file .custom-control {
    right: .5rem;
    bottom: .5rem
}

.nk-files-view-group .nk-file .nk-file-meta {
    display: none
}

.nk-files-group>.title {
    border-top: 1px solid #e5e9f2;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 1rem 0;
    margin: 0
}

.nk-files-group+.nk-files-group {
    margin-top: 3rem
}

.nk-sidebar {
    border-right: none;
}

@media (max-width: 767.98px) {
    .nk-file-name-text {
        font-size:13px
    }

    .nk-files-view-grid .nk-file-name-text {
        font-size: 12px
    }
}

@media (max-width: 991.98px) {
    .nk-fmg-body .nk-block-tools .btn-icon.btn-trigger .icon {
        font-size:1.25rem
    }
}

@media (min-width: 576px) {
    .nk-files-view-grid .nk-file {
        width:calc(33.33% - 16px)
    }

    .nk-files-view-group .nk-file {
        width: calc(100% - 16px)
    }
}

@media (min-width: 660px) {
    .nk-files-view-group .nk-file {
        width:calc(50% - 16px)
    }
}

@media (min-width: 1200px) {
    .nk-files-view-grid .nk-file {
        width:calc(25% - 16px)
    }

    .nk-files-view-group .nk-file {
        width: calc(50% - 16px)
    }
}

@media (min-width: 1540px) {
    .nk-files-view-grid .nk-file {
        width:calc(20% - 16px)
    }

    .nk-files-view-group .nk-file {
        width: calc(33.33% - 16px)
    }
}

@media (min-width: 1800px) {
    .nk-files-view-grid .nk-file {
        width:calc(16.66% - 16px)
    }

    .nk-files-view-group .nk-file {
        width: calc(25% - 16px)
    }
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .nk-files-view-list .nk-file-members,.nk-files-view-list .nk-file-size {
        display:none !important
    }
}

@media (max-width: 599px) {
    .nk-files-view-list .nk-file-icon-type {
        width:24px
    }

    .nk-files-view-list .nk-file-meta,.nk-files-view-list .nk-file-date,.nk-files-view-list .nk-file-size {
        display: none !important
    }

    .nk-files-view-list .nk-file .custom-checkbox {
        margin-right: 0.75rem
    }
}

@media (max-width: 359px) {
    .nk-files-view-grid .nk-file {
        width:100%
    }
}

.nk-upload-form {
    margin-bottom: 2.25rem
}

.nk-upload-list>.title {
    font-size: .875rem;
    padding-bottom: 1rem
}

.nk-upload-item {
    display: flex;
    align-items: center;
    padding: .5rem;
    border-radius: 4px;
    border: 1px solid #e5e9f2;
    margin: .5rem 0
}

.nk-upload-icon {
    width: 48px;
    margin-right: .25rem;
    flex-shrink: 0
}

.nk-upload-info {
    font-weight: 500;
    color: #364a63;
    flex-grow: 1;
    padding-right: .75rem
}

.nk-upload-title {
    display: flex;
    align-items: flex-end
}

.nk-upload-title .title {
    font-size: .875rem
}

.nk-upload-title .meta {
    font-size: 12px;
    margin-left: auto;
    color: #8094ae;
    font-weight: 400
}

.nk-upload-size {
    font-size: 12px;
    color: #8094ae;
    font-weight: 400
}

.nk-upload-progress {
    margin: .375rem 0 .25rem
}

.nk-upload-action {
    margin-left: auto
}

.add-opt:hover .sub-text,.add-opt:hover .icon {
    color: #854fff
}

.add-opt-icon .icon-circle,.chat-option-link .icon-circle,.chat-members-link .icon-circle,.contacts-add-link .icon-circle {
    height: 32px;
    width: 32px;
    font-size: 1rem
}

.add-opt-icon .icon+span,.chat-option-link .icon+span,.chat-members-link .icon+span,.contacts-add-link .icon+span,.add-opt-icon .icon+div,.chat-option-link .icon+div,.chat-members-link .icon+div,.contacts-add-link .icon+div {
    margin-left: 0.75rem
}

.chat-item {
    position: relative;
    border-radius: 4px;
    transition: background-color .3s
}

.chat-item:hover {
    background-color: #ebeef2
}

.chats-dropdown .chat-item:hover {
    background-color: #f5f6fa
}

.chat-item:hover .chat-actions {
    opacity: 1;
    pointer-events: initial;
    transition: opacity .5s
}

.chat-item.current {
    background-color: #f5f6fa
}

.chat-item.current:hover {
    background-color: #ebeef2
}

.chat-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .75rem;
    cursor: pointer
}

.chat-media {
    height: 44px;
    width: 44px
}

.chat-media+.chat-info {
    margin-left: 1rem
}

.chat-info {
    width: calc(100% - 3.75rem)
}

.chat-from {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.chat-from .name {
    font-size: 0.9375rem;
    margin-bottom: 0;
    font-weight: 500;
    color: #526484
}

.is-unread .chat-from .name {
    font-weight: 700;
    color: #364a63
}

.chat-from .time {
    font-size: 12px;
    color: #8094ae
}

.chat-context {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.chat-context .text {
    width: calc(100% - 2.5rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    color: #8094ae
}

.is-unread .chat-context .text {
    font-weight: 500;
    color: #526484
}

.chat-context .status {
    display: flex;
    color: rgba(128,148,174,0.8)
}

.is-unread .chat-context .status {
    color: #854fff
}

.chat-context .status.seen {
    color: #854fff
}

.chat-actions {
    background-color: #ebeef2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75rem;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 3rem
}

.chat-profile-group {
    border-top: 1px solid #e5e9f2;
    padding: .25rem 0
}

.chat-profile-head {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.chat-profile-head .title {
    margin-bottom: 0
}

.chat-profile-head .indicator-icon {
    display: inline-flex
}

.chat-profile-head.collapsed .indicator-icon {
    transform: rotate(-180deg)
}

.chat-profile-body-inner {
    padding: 0 1.5rem 1.5rem
}

.chat-profile-options {
    margin: -0.25rem
}

.chat-profile-options li {
    padding: .25rem
}

.chat-profile-settings {
    margin: -0.5rem
}

.chat-profile-settings li {
    padding: .5rem
}

.chat-profile-settings .custom-control-sm .custom-control-label {
    padding-left: 0.25rem;
    font-size: 13px;
    font-weight: 500;
    color: #526484
}

.chat-profile-media {
    display: flex;
    margin: -0.25rem
}

.chat-profile-media li {
    width: 33.33%;
    padding: 0.25rem
}

.chat-profile-media li a {
    display: inline-block
}

.chat-profile-media li img {
    border-radius: 4px
}

.chat-option-link {
    display: flex;
    align-items: center
}

.chat-option-link .lead-text {
    font-weight: 500;
    font-size: 13px;
    transition: color .3s;
    color: #526484
}

.chat-option-link:hover .lead-text {
    color: #1c2b46
}

.chat-members {
    margin: -0.375rem -.5rem
}

.chat-members li {
    position: relative
}

.chat-members-link {
    display: flex;
    align-items: center;
    padding: 0.375rem .5rem
}

.chat-members .user-card {
    position: relative;
    padding: 0.375rem .5rem;
    border-radius: 3px;
    transition: background-color .3s
}

.chat-members .user-card>a {
    width: 100%;
    display: flex;
    align-items: center
}

.chat-members .user-card:hover {
    background-color: #ebeef2
}

.chat-members .user-card:hover .user-actions {
    opacity: 1;
    pointer-events: initial;
    transition: opacity .5s
}

.chat-members .user-role {
    margin-left: auto;
    font-size: 12px;
    color: #8094ae
}

.chat-members .user-actions {
    position: absolute;
    top: 0;
    right: .25rem;
    bottom: 0;
    width: 3rem;
    background-color: #ebeef2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none
}

.chat {
    display: flex;
    align-items: flex-end;
    margin: -4px
}

.chat>div {
    padding: 4px
}

.chat+.chat {
    padding-top: 0.5rem
}

.chat-avatar {
    margin-bottom: 1.4rem
}

.chat-avatar.no-meta {
    margin-bottom: 0
}

.chat-bubble {
    display: flex;
    align-items: center;
    padding: .125rem 0
}

.chat-bubble:hover .chat-msg-more {
    opacity: 1
}

.chat-bubbles .attach-files {
    margin-top: .75rem
}

.chat-msg {
    background-color: #fff;
    border-radius: 8px;
    padding: .5rem 1rem
}

.chat-msg-more {
    display: flex;
    align-items: center;
    margin: 0 0.75rem;
    opacity: 0;
    flex-shrink: 0;
    transition: all .3s
}

.chat-msg-more>li {
    padding: 0.25rem
}

.chat-msg.is-light {
    background-color: #ebeef2;
    color: #526484
}

.chat-msg.is-theme {
    background-color: #854fff;
    color: #fff
}

.chat-meta {
    display: flex;
    align-items: center;
    margin: .25rem -.375rem 0
}

.chat-meta li {
    position: relative;
    padding: 0 .375rem;
    font-size: 12px;
    color: #8094ae
}

.chat-meta li:not(:first-child):before {
    content: "";
    font-family: "Nioicon";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 11px;
    line-height: 10px;
    transform: translate(-50%, -50%);
    opacity: .8
}

.chat-sap {
    overflow: hidden;
    text-align: center;
    padding: 1rem 0
}

.chat-sap-meta {
    position: relative;
    display: inline-block;
    padding: 0 .75rem;
    color: #8094ae;
    font-size: 12px;
    line-height: 1.4
}

.chat-sap-meta:before,.chat-sap-meta:after {
    position: absolute;
    height: 1px;
    background: #dbdfea;
    content: '';
    width: 100vw;
    top: 50%
}

.chat-sap-meta:before {
    right: 100%
}

.chat-sap-meta:after {
    left: 100%
}

.chat.is-you .chat-bubbles .attach-files {
    border-color: #fff;
    overflow: hidden
}

.chat.is-you .chat-bubbles .attach-files,.chat.is-you .chat-bubbles .attach-foot {
    background-color: #fff
}

.chat.is-you .chat-bubble:last-child .chat-msg {
    border-bottom-left-radius: 0
}

.chat.is-you .chat-bubble:not(:first-child) .chat-msg {
    border-top-left-radius: 4px
}

.chat.is-you .chat-bubble:not(:last-child) .chat-msg {
    border-bottom-left-radius: 4px
}

.chat.is-me {
    justify-content: flex-end
}

.chat.is-me .chat-msg {
    background-color: #854fff;
    color: #fff
}

.chat.is-me .chat-meta {
    justify-content: flex-end
}

.chat.is-me .chat-bubble {
    flex-direction: row-reverse
}

.chat.is-me .chat-bubbles .attach-files {
    border-color: #d4c2ff;
    overflow: hidden
}

.chat.is-me .chat-bubbles .attach-files,.chat.is-me .chat-bubbles .attach-foot {
    background-color: #fff
}

.chat.is-me .chat-bubble:last-child .chat-msg {
    border-bottom-right-radius: 0
}

.chat.is-me .chat-bubble:not(:first-child) .chat-msg {
    border-top-right-radius: 4px
}

.chat.is-me .chat-bubble:not(:last-child) .chat-msg {
    border-bottom-right-radius: 4px
}

.chat-upload-option {
    display: none;
    position: absolute;
    left: 100%;
    padding: 0.5rem;
    background-color: #fff
}

.chat-upload-option.expanded {
    display: block
}

.chat-upload-option ul {
    display: flex;
    align-items: center
}

.chat-upload-option a {
    color: #854fff;
    font-size: 1.25rem;
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.chat-upload-option a:hover {
    color: #6926ff
}

.fav-list {
    display: flex;
    margin: -0.375rem;
    overflow-x: auto
}

.fav-list li {
    padding: 0.375rem
}

.fav-list a:hover>.user-avatar:after {
    opacity: 1
}

.fav-list .user-avatar {
    height: 44px;
    width: 44px
}

.fav-list .user-avatar:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: #e5e9f2;
    transform: scale(1.15);
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
    transition: opacity .3s
}

@media (min-width: 768px) {
    .fav-list {
        flex-wrap:wrap
    }
}

@media (max-width: 859px) {
    .fav-list {
        margin:-0.375rem 0
    }

    .fav-list li:first-child {
        padding-left: 0
    }

    .fav-list li:last-child {
        padding-right: 0
    }
}

.channel-list li {
    margin: 0.125rem -0.5rem
}

.channel-list a {
    padding: 0.375rem .5rem;
    display: block;
    transition: all .3s;
    font-weight: 500;
    color: #526484;
    border-radius: 3px
}

.channel-list a:hover,.channel-list a.active {
    color: #854fff;
    background: #f0eaff
}

.contacts-list {
    margin: -0.375rem -.5rem
}

.contacts-list+.contacts-list {
    margin-top: 1.75rem
}

.contacts-list li {
    position: relative
}

.contacts-list li>.title {
    padding-left: 1.25rem;
    margin-bottom: .25rem
}

.contacts-list .user-card {
    position: relative;
    padding: 0.375rem .5rem;
    border-radius: 3px;
    transition: background-color .3s
}

.contacts-list .user-card>a {
    width: 100%;
    display: flex;
    align-items: center
}

.contacts-list .user-card:hover {
    background-color: #ebeef2
}

.contacts-list .user-card:hover .user-actions {
    opacity: 1;
    pointer-events: initial;
    transition: opacity .4s
}

.contacts-list .user-meta {
    margin-left: auto;
    font-size: 12px;
    color: #8094ae
}

.contacts-list .user-actions {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: .25rem;
    bottom: 0;
    width: 4.5rem;
    background-color: #ebeef2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none
}

.contacts-list .user-actions>a {
    padding: 0 .375rem
}

.contacts-add-link {
    padding: 0.375rem .5rem;
    display: flex;
    align-items: center
}

.contacts-add-link .lead-text {
    font-weight: 500;
    font-size: 13px
}

.nk-chat {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: calc(100vh - (65px + 64px));
    max-height: calc(100vh - (65px + 64px));
    background: #fff
}

.nk-chat-blank {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: #ebeef2
}

.nk-chat-blank-icon {
    margin-bottom: 1.5rem
}

.nk-chat-aside {
    background: #fff;
    width: 100%;
    overflow: hidden;
    max-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0
}

.nk-chat-aside-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.125rem 1.25rem 0.875rem
}

.nk-chat-aside-user .title {
    font-size: 1.375rem;
    color: #364a63
}

.nk-chat-aside-user .user-avatar {
    height: 36px;
    width: 36px
}

.nk-chat-aside-user .user-avatar+.title {
    margin-left: 1rem
}

.nk-chat-aside-user .dropdown-toggle:after {
    font-size: 1.125rem;
    color: #8094ae;
    margin-left: 1rem
}

.nk-chat-aside-tools {
    display: flex;
    align-items: center
}

.nk-chat-aside-body {
    max-height: 100%;
    height: 100%;
    overflow: auto
}

.nk-chat-aside-search {
    padding: 0 1.25rem;
    margin-bottom: 1.75rem;
    margin-top: 0.25rem
}

.nk-chat-aside-search .form-control {
    background-color: #f5f6fa;
    border-color: #f5f6fa
}

.nk-chat-aside-search .form-control::placeholder {
    color: #8094ae
}

.nk-chat-aside-panel {
    padding: 0 1.25rem 1.75rem
}

.nk-chat-aside-panel .title {
    margin-bottom: .75rem
}

.nk-chat-list {
    padding: 0 .5rem
}

.nk-chat-list .title {
    margin-left: .75rem
}

.nk-chat-body {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: padding .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 5
}

.nk-chat-body.show-chat {
    opacity: 1;
    pointer-events: auto
}

.nk-chat-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.75rem;
    border-bottom: 1px solid #e5e9f2;
    background-color: #fff
}

.nk-chat-head-info {
    width: 60%
}

.nk-chat-head-info .user-avatar+.user-info {
    margin-left: 0.75rem
}

.nk-chat-head-info .user-info .lead-text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.nk-chat-head-info,.nk-chat-head-tools {
    display: flex;
    align-items: center;
    margin: -0.125rem
}

.nk-chat-head-info>li,.nk-chat-head-tools>li {
    padding: .125rem
}

.nk-chat-head-info .btn-icon .icon,.nk-chat-head-tools .btn-icon .icon {
    font-size: 1.25rem
}

.nk-chat-head-search {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0 1.75rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all .5s
}

.nk-chat-head-search.show-search {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.nk-chat-panel {
    background-color: rgba(235,238,242,0.7);
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1.25rem
}

.nk-chat-editor {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    background-color: #fff
}

.nk-chat-editor-form {
    padding: 0 .5rem;
    flex-grow: 1
}

.nk-chat-editor-form .form-control {
    min-height: 36px;
    padding-top: 0.5rem
}

.nk-chat-editor-upload,.nk-chat-editor-tools {
    display: flex;
    align-items: center
}

.nk-chat-editor-upload .btn-icon .icon,.nk-chat-editor-tools .btn-icon .icon {
    font-size: 1.5rem
}

.nk-chat-editor-upload {
    position: relative;
    z-index: 2
}

.nk-chat-editor-upload .toggle-opt {
    transition: .3s
}

.nk-chat-editor-upload .toggle-opt.active {
    opacity: 0.7;
    transform: rotate(-45deg)
}

.nk-chat-profile {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 325px;
    height: 100%;
    max-height: 100%;
    transition: transform .3s ease-in-out;
    background: #fff;
    z-index: 100
}

.nk-chat-profile-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16,25,36,0.4);
    z-index: 600;
    z-index: 90;
    animation: overlay-fade-in .4s ease 1
}

.nk-chat-profile.visible {
    transform: none
}

@media (max-width: 767.98px) {
    .nk-chat {
        border:none;
        border-radius: 4px;
        min-height: calc(100vh - (65px + 85px));
        max-height: calc(100vh - (65px + 85px))
    }

    .nk-chat-head {
        padding: 0.75rem 1.25rem
    }

    .nk-chat-head-user {
        max-width: calc(100% - 34px)
    }

    .nk-chat-head-user .user-avatar {
        height: 36px;
        width: 36px
    }

    .nk-chat-head-user .user-info {
        width: calc(100% - 36px - .75rem)
    }
}

@media (min-width: 576px) {
    .nk-chat-head-info,.nk-chat-head-tools {
        margin:-0.375rem
    }

    .nk-chat-head-info>li,.nk-chat-head-tools>li {
        padding: .375rem
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .nk-chat-aside-head,.nk-chat-aside-search {
        padding-left:2.25rem;
        padding-right: 2.25rem
    }

    .nk-chat-aside-panel {
        padding: 0 2.25rem 1.75rem
    }

    .nk-chat-list {
        padding: 0 1.5rem
    }

    .nk-chat-head,.nk-chat-panel,.nk-chat-editor {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

    .nk-chat-head-search {
        padding: 0 2.25rem
    }
}

@media (min-width: 860px) {
    .nk-chat-aside {
        width:320px;
        border-right: 1px solid #e5e9f2
    }

    .nk-chat-body {
        position: static;
        opacity: 1;
        pointer-events: auto
    }

    .nk-chat-body-close {
        display: none
    }
}

@media (max-width: 859px) {
    .nk-chat-body.show-chat {
        position:fixed;
        z-index: 2999
    }

    .nk-chat-head {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem
    }
}

@media (min-width: 860px) and (max-width: 991px) {
    .nk-chat-aside {
        width:345px;
        border-right: 1px solid #e5e9f2
    }
}

@media (min-width: 992px) {
    .nk-chat-aside-panel,.nk-chat-aside-head,.nk-chat-aside-search {
        padding-left:1.75rem;
        padding-right: 1.75rem
    }

    .nk-chat-list {
        padding: 0 1rem
    }

    .nk-chat-aside {
        width: 325px
    }

    .nk-chat-panel {
        padding: 1.25rem 1.75rem
    }

    .chat-profile-head,.chat-profile-body-inner {
        padding-right: 1.75rem;
        padding-left: 1.75rem
    }
}

@media (min-width: 1540px) {
    .nk-chat-aside {
        width:382px
    }

    .nk-chat-body.profile-shown {
        padding-right: 365px
    }

    .nk-chat-profile {
        width: 365px;
        border-left: 1px solid #e5e9f2
    }
}

@media (max-width: 1539.98px) {
    .profile-shown .nk-chat-profile-toggle {
        right:262px
    }

    .has-apps-sidebar .profile-shown .nk-chat-profile-toggle {
        right: -18px
    }
}

@media (max-width: 359px) {
    .nk-chat-profile {
        width:280px
    }
}

.nk-code-preview-box {
    display: block;
    color: #8094ae;
    padding: .15rem 1.25rem;
    border-left: 1px solid #e5e9f2
}

.dashboard-preview {
    height: 200px;
    justify-content: center
}

.prettyprint {
    padding: 1.25rem;
    white-space: pre;
    box-shadow: none !important;
    margin-bottom: 0;
    border-radius: 4px
}

.code-block {
    position: relative;
    padding: 1.25rem;
    background: #fff;
    border-radius: 4px
}

.code-block .clipboard-init {
    position: absolute;
    top: 12px;
    right: 12px
}

.card-preview+.code-block {
    margin-top: 28px
}

.code-block+.code-block {
    margin-top: -3px;
    border-top-color: #e5e9f2;
    border-radius: 0 0 4px 4px
}

.code-block+.card-preview,.code-block+.nk-block-head {
    margin-top: 40px
}

.code-block .prettyprint {
    background: #f5f6fa;
    border: none;
    padding: .75rem;
    font-size: 11px;
    line-height: 20px;
    max-height: 136px
}

.code-block .title {
    margin-bottom: 1rem
}

.code-block .btn {
    background-color: #fff
}

.code-block .btn:focus,.code-block .btn:hover {
    border-color: #dbdfea;
    box-shadow: none
}

.code-block-clean .title {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8094ae;
    font-weight: 500;
    margin-bottom: 0.45rem;
    display: block
}

.preview-icon-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px
}

.preview-icon-item {
    flex: 1 0 160px;
    padding: 15px;
    max-width: 50%
}

.preview-icon-box {
    position: relative;
    padding: 25px 20px;
    text-align: center
}

.preview-icon-box .btn-clipboard {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1
}

.preview-icon-box .btn-clipboard:focus {
    border-color: transparent;
    box-shadow: none
}

.preview-icon-box:hover .btn-clipboard {
    opacity: 1
}

.preview-icon-wrap {
    padding-bottom: 5px
}

.preview-icon-wrap .ni {
    font-size: 30px
}

.preview-icon-svg .preview-icon-wrap {
    margin-bottom: .5rem
}

.preview-icon-svg .preview-icon-wrap svg {
    width: 90px
}

.preview-icon-name {
    color: #8094ae;
    font-size: 11px
}

.preview-title,.preview-title-lg {
    display: block;
    padding-bottom: .75rem
}

.preview-title-lg {
    font-size: 13px
}

.preview-hr {
    border-top: 1px solid #dbdfea;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.preview-hr+.preview-title {
    padding-top: .5rem
}

.nk-block-head+.preview-hr {
    margin-top: .5rem
}

.preview-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.75rem
}

.preview-item {
    padding: 0.75rem
}

.preview-btn-list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.75rem
}

.preview-btn-item {
    width: 50%;
    padding: 0.75rem
}

.preview-btn-list-fw .preview-btn-item {
    width: 100%
}

.preview-btn-list-3x .preview-btn-item {
    width: 33.33%
}

.example-width>div,.example-height>div,.example-border>div,.example-spacing>div {
    font-size: 11px;
    padding: .5rem;
    text-align: center;
    background-color: #f5f6fa
}

.example-border {
    margin: -0.5rem
}

.example-border>div {
    height: 4.5rem;
    width: 4.5rem;
    margin: .5rem
}

.example-border-all>div {
    border: 1px solid #dbdfea
}

.example-width>div {
    height: 2rem;
    background-color: #ebeef2;
    margin-bottom: 0.25rem
}

.example-height {
    height: 8rem
}

.example-height>div {
    width: 8rem;
    background-color: #ebeef2;
    margin-right: .5rem
}

.example-spacing>div {
    height: 2rem;
    width: 4.5rem;
    background-color: #ebeef2;
    margin-bottom: .5rem
}

.example-spacing-pd>div {
    margin-right: .5rem;
    height: auto;
    width: auto
}

.example-spacing-pd>div>span {
    display: block;
    padding: .25rem;
    line-height: 1;
    border-radius: 2px;
    background-color: #fff
}

.example-alerts:not(:last-child) {
    margin-bottom: 28px
}

.components-preview h4.title,.components-preview h5.title {
    font-size: 1.25rem;
    letter-spacing: -0.01rem;
    /*font-family: "DM Sans",sans-serif;*/
    font-weight: 500
}

.components-preview .card-preview>.card-inner {
    padding: 1.25rem
}

@media (min-width: 768px) {
    .preview-btn-item {
        width:25%
    }

    .preview-btn-list-fw .preview-btn-item {
        width: 25%
    }

    .preview-btn-list-3x .preview-btn-item {
        width: 16.66%
    }
}

@media (min-width: 992px) {
    .components-preview .nk-block+.nk-block-lg {
        padding-top:3.75rem
    }
}

@media (max-width: 767.98px) {
    .preview-reference tr,.preview-reference th,.preview-reference td {
        display:block;
        border: 0;
        width: 100% !important
    }

    .preview-reference tbody tr {
        padding: .5rem 0
    }

    .preview-reference tbody tr:not(:last-child) {
        border-bottom: 1px solid #e5e9f2
    }

    .preview-reference tbody tr:nth-child(2n) {
        background-color: rgba(245,246,250,0.3)
    }

    .preview-reference tr td {
        padding: 0.2rem 1.25rem
    }

    .preview-reference tr th:not(:first-child) {
        display: none
    }
}

.ui-bordered .card,.ui-bordered .code-block,.ui-bordered .accordion:not(.accordion-s2):not(.accordion-s3),.ui-bordered .card .card-inner+.table .tb-tnx-head,.ui-bordered .nk-download {
    border: 1px solid #e5e9f2
}

.ui-bordered .nk-tb-list.is-separate .nk-tb-item>div {
    border-top: 1px solid #e5e9f2;
    border-bottom: 1px solid #e5e9f2
}

.ui-bordered .nk-tb-list.is-separate .nk-tb-item>div:first-child {
    border-left: 1px solid #e5e9f2
}

.ui-bordered .nk-tb-list.is-separate .nk-tb-item>div:last-child {
    border-right: 1px solid #e5e9f2
}

.nk-sticky-toolbar {
    position: fixed;
    border: 3px solid #fff;
    top: 50%;
    background: #fff;
    z-index: 600;
    right: 0;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    box-shadow: -2px 0 24px -2px rgba(43,55,72,0.15)
}

.nk-sticky-toolbar li:not(:last-child) {
    border-bottom: 2px solid #fff
}

.nk-sticky-toolbar li a {
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: inherit
}

.demo-layout {
    background-color: rgba(85,155,251,0.1);
    color: #559bfb
}

.demo-thumb {
    background-color: rgba(30,224,172,0.1);
    color: #1ee0ac
}

.demo-settings {
    background-color: rgba(129,107,255,0.1);
    color: #816bff
}

.demo-purchase {
    background-color: rgba(255,99,165,0.1);
    color: #ff63a5
}

@media (min-width: 576px) {
    .nk-sticky-toolbar {
        top:30%
    }

    .nk-sticky-toolbar li a {
        font-size: 20px;
        height: 44px;
        width: 44px
    }

    .nk-sticky-toolbar li.demo-thumb a {
        font-size: 22px
    }
}

.nk-demo-panel {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    max-width: calc(100vw - 40px);
    max-height: 100vh;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 3px 12px 1px rgba(43,55,72,0.15);
    padding: 0 0 1.5rem
}

.nk-demo-panel+.toggle-overlay {
    z-index: 9000;
    background: rgba(16,25,36,0.05)
}

.nk-demo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e9f2
}

.nk-demo-head h6 {
    font-size: 13px;
    letter-spacing: 0.1em
}

.nk-demo-list {
    overflow: auto;
    max-height: calc(100vh - 84px)
}

.nk-demo-title {
    display: block;
    font-size: .875rem;
    padding: .675rem 0;
    text-align: center;
    color: #526484;
    border-top: none;
    border-radius: 0 0 4px 4px
}

.nk-demo-title .subtitle {
    display: block;
    color: #8094ae;
    font-size: 11px
}

.nk-demo-item {
    padding: 2rem 1.5rem 1rem
}

.nk-demo-item:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.nk-demo-item:first-child {
    padding-top: 1rem
}

.nk-demo-item a {
    display: block
}

.nk-demo-item a:hover .nk-demo-title {
    color: #854fff
}

.nk-demo-image {
    border: 1px solid #e5e9f2;
    border-radius: 4px 4px 0 0;
    padding: 1rem 1rem 0 1rem
}

.nk-demo-image img {
    border-radius: inherit
}

.nk-demo-note {
    background: #f5f6fa;
    padding-bottom: 2rem
}

@media (min-width: 576px) {
    .nk-demo-item {
        padding:2rem 2rem 1rem
    }

    .nk-demo-head {
        padding: 15px 2rem 13px
    }

    .nk-demo-note {
        padding-bottom: 2rem
    }
}

.nk-opt-panel {
    overflow: auto;
    max-height: calc(100vh - 84px)
}

.nk-opt-reset {
    padding: 1.5rem 1.5rem 1.5rem
}

.nk-opt-set {
    padding: 1.5rem 1.5rem 1.5rem
}

.nk-opt-set:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
}

.nk-opt-set:first-child {
    padding-top: 0.5rem
}

.nk-opt-set-title {
    padding: 0 0 0.5rem;
    text-transform: uppercase;
    color: #8094ae;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 11px
}

.nk-opt-list {
    padding: 0;
    flex-wrap: wrap;
    margin: -0.5rem;
    display: flex
}

.nk-opt-list+.nk-opt-set-title {
    margin-top: 1.25rem
}

.nk-opt-item {
    width: 33%;
    text-align: center;
    padding: 0.5rem
}

.nk-opt-item:not(.active):not(.disabled) {
    cursor: pointer
}

.nk-opt-item.active {
    cursor: default
}

.nk-opt-item.disabled {
    pointer-events: none
}

.nk-opt-item.disabled>.nk-opt-item-name {
    opacity: .5
}

.col-2x .nk-opt-item {
    width: 50%
}

.col-4x .nk-opt-item {
    width: 25%
}

.nk-opt-item-name {
    font-weight: 400;
    color: #526484;
    font-size: 12px;
    letter-spacing: 0.02em
}

.nk-opt-item-name small {
    font-size: 11px
}


.nk-opt-item-bg {
    background: #fff;
    width: 100%;
    height: 32px;
    border: 1px solid #dbdfea;
    padding: 3px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    border-radius: 2px;
    transition: all 0.3s
}

.nk-opt-item-bg>span:not(.nk-opt-item-name) {
    display: block;
    background: #526484;
    height: 100%;
    border-radius: 1px
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).bg-theme {
    background: #3a2272 !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).bg-light {
    background: #ebeef2 !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).bg-lighter {
    background: #f5f6fa !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).bg-dark {
    background: #101924 !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).theme-light {
    background: linear-gradient(90deg, #f5f6fa 0%, #f5f6fa 50%, #ebeef2 50%, #ebeef2 100%) !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).theme-dark {
    background: linear-gradient(90deg, #1f2b3a 0%, #1f2b3a 50%, #101924 50%, #101924 100%) !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).skin-default {
    background: linear-gradient(90deg, #3a2272 0%, #3a2272 28%, #854fff 28%, #854fff 72%, #d4c2ff 72%, #d4c2ff 100%) !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).skin-purple {
    background: linear-gradient(90deg, #4700e8 0%, #4700e8 28%, #854fff 28%, #854fff 72%, #e7dcff 72%, #e7dcff 100%) !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).skin-green {
    background: linear-gradient(90deg, #074e3b 0%, #074e3b 28%, #0fac81 28%, #0fac81 72%, #cfeee6 72%, #cfeee6 100%) !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).skin-blue {
    background: linear-gradient(90deg, #0144a0 0%, #0144a0 30%, #0971fe 30%, #0971fe 72%, #cee3ff 72%, #cee3ff 100%) !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).skin-egyptian {
    background: linear-gradient(90deg, #1a3767 0%, #1a3767 30%, #2e62b9 30%, #2e62b9 72%, #d5e0f1 72%, #d5e0f1 100%) !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).skin-red {
    background: linear-gradient(90deg, #ab0e21 0%, #ab0e21 30%, #ee3148 30%, #ee3148 72%, #fcd6da 72%, #fcd6da 100%) !important
}

.nk-opt-item-bg>span:not(.nk-opt-item-name).skin-bluelite {
    background: linear-gradient(90deg, #001cfe 0%, #001cfe 28%, #6576ff 28%, #6576ff 72%, #e0e4ff 72%, #e0e4ff 100%) !important
}

.nk-opt-item-bg:hover,.nk-opt-item-bg:focus {
    border-color: #b7c2d0
}

.active>.nk-opt-item-bg {
    border-color: #854fff;
    box-shadow: 0 0 0 2px rgba(133,79,255,0.2)
}

.active>.nk-opt-item-bg:after {
    font-family: "Nioicon";
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.875rem
}

.active>.nk-opt-item-bg.is-light:after {
    color: #101924
}

.only-text>.nk-opt-item-bg {
    margin-bottom: 0;
    height: 28px
}

.only-text>.nk-opt-item-bg:after {
    display: none
}

.disabled>.nk-opt-item-bg {
    border-color: #e5e9f2 !important
}

.nk-opt-item-bg>.nk-opt-item-name {
    color: #364a63;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.12em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.active>.nk-opt-item-bg>.nk-opt-item-name {
    color: #854fff;
    font-weight: 700
}

@media (min-width: 576px) {
    .nk-opt-set,.nk-opt-reset {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.pcov-live {
    position: fixed;
    left: 50%;
    bottom: -50px;
    width: 584px;
    transform: translate(-50%, 100%);
    transition: all .4s;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 40px -2px rgba(31,43,58,0.25);
    z-index: 9999
}

.pcov-live.active {
    transform: translate(-50%, 0);
    bottom: 20px;
    transition-delay: 1s
}

.pcov-close {
    color: #364a63;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 38px;
    background: rgba(183,194,208,0.6);
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 16px
}

.pcov-close:hover {
    color: #fff;
    background: #526484
}

.pcov-wrap {
    display: flex;
    padding: 1rem 3.5rem 1rem 2rem;
    align-items: center;
    border-radius: 50px
}

.pcov-wrap:hover {
    box-shadow: 0 0 60px -2px rgba(133,79,255,0.3)
}

.pcov-wrap:hover .pcov-text {
    color: #e02b1c
}

.pcov-text {
    /*font-family: "DM Sans",sans-serif;*/
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #e85347;
    transition: color .4s
}

.pcov-text .ni {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5rem
}

.pcov-short {
    position: fixed;
    right: 25px;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all .4s;
    border-radius: 30px;
    transform: translateY(100%);
    box-shadow: 0 5px 40px 0 rgba(16,25,36,0.3);
    color: #fff;
    background: #e85347;
    z-index: 99999
}

.pcov-short:active,.pcov-short:focus,.pcov-short:hover {
    color: #fff
}

.pcov-short.active {
    bottom: 25px;
    transform: translateY(0);
    transition-delay: .4s
}

.pcov-short-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 18px 18px;
    transition: all .4s
}

.pcov-short-text {
    padding: 14px 0;
    height: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    transition: all .4s;
    visibility: hidden;
    font-size: 12px;
    line-height: 16px
}

.pcov-short:hover .pcov-short-text {
    width: 220px;
    visibility: visible;
    padding: 14px 14px 14px 0
}

@media (max-width: 575px) {
    .promo-cov-short {
        display:none
    }
}

/*! END @iO */

@media (min-width: 1200px) {
    body.nk-body .header-navbar,
    body.nk-body .nk-sidebar + .app-content.content,
    body.nk-body .nk-sidebar + .app-content.content + .footer {
        padding-left: 260px;
    }

    body.nk-body .header-navbar.is-compact,
    body.nk-body .nk-sidebar.is-compact + .app-content.content,
    body.nk-body .nk-sidebar.is-compact + .app-content.content + .footer{
/*        padding-left: 74px;*/
        padding-left: 84px;
    }
    
    body.nk-body .nk-sidebar.is-compact:not(:hover) .nk-menu .nk-menu-link.nk-menu-toggle::after {
        opacity: 0;
    }
}

.nk-sidebar.is-compact:hover .logo-small,
.nk-sidebar:not(.is-compact) .logo-small{
    display: none;
} 

.nk-menu-item.active.current-page {
    background: #F4F4F4;
    border-radius: 5px;
}

.nk-menu-link:hover .icon {
    color: #666666;
}

.menu-63:not(.current-page) {
/*    background: linear-gradient(294.64deg, rgba(22, 160, 147, 0.97) 34.28%, rgba(22, 160, 147, 0.4) 95.24%);*/
    background: #16A093;
    box-shadow: 0px 30px 45px rgba(22, 22, 22, 0.1);
/*    border-radius: 5px;*/
}

.menu-64 {
/*    background: linear-gradient(313.32deg, #2E6095 30.4%, rgba(46, 96, 149, 0.54) 100%);*/
    background: #2E6095;
    box-shadow: 0px 30px 45px rgba(22, 22, 22, 0.1);
/*    border-radius: 5px;*/
    
}

.menu-65 {
/*    background: linear-gradient(302.88deg, #993DBB 42.18%, rgba(153, 61, 187, 0.44) 100%);*/
    background: #993DBB;
    box-shadow: 0px 20px 45px rgba(22, 22, 22, 0.1);
/*    border-radius: 5px;*/
    
}

.menu-63:not(.current-page) .icon, .menu-64:not(.current-page) .icon, .menu-65:not(.current-page) .icon,
.menu-63:not(.current-page) .nk-menu-link:hover .icon, .menu-64:not(.current-page) .nk-menu-link:hover .icon, .menu-65:not(.current-page) .nk-menu-link:hover .icon,
.menu-63:not(.current-page) .nk-menu-text, .menu-64:not(.current-page) .nk-menu-text, .menu-65:not(.current-page) .nk-menu-text {
    color: #fff;
}

.nk-sidebar-active .logo-img-small {
    display: none;
}

.menu-63.current-page .icon, .nk-menu-sub>li.current-page .nk-menu-text {
    color: #16A093;
}

.menu-64.current-page .icon, .nk-menu-sub>li.current-page .nk-menu-text {
    color: #2E6095;
}

.menu-65.current-page .icon, .nk-menu-sub>li.current-page .nk-menu-text {
    color: #993DBB;
}