/*! UIkit 3.2.4 | http://www.getuikit.com | (c) 2014 - 2019 YOOtheme | MIT License */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
html {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #000
}

body {
    margin: 0
}

a:active,
a:hover {
    outline: 0
}

.nk-link,
a {
    color: #0c3f6a;
    text-decoration: none;
    cursor: pointer
}

.nk-link-toggle:focus .nk-link,
.nk-link-toggle:hover .nk-link,
.nk-link:hover,
a:hover {
    color: #0f4c81;
    text-decoration: underline
}

abbr[title] {
    text-decoration: underline dotted;
    -webkit-text-decoration-style: dotted
}

b,
strong {
    font-weight: bolder
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
    font-family: Consolas, monaco, monospace;
    font-size: .75rem;
    color: #f0506e;
    white-space: nowrap
}

em {
    color: #f0506e
}

ins {
    background: #ffd;
    color: #000;
    text-decoration: none
}

mark {
    background: #ffd;
    color: #000
}

q {
    font-style: italic
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

@supports (display:block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box
    }
}

svg:not(:root) {
    overflow: hidden
}

img:not([src]) {
    min-width: 1px;
    visibility: hidden
}

iframe {
    border: 0
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
    margin: 0 0 20px 0
}

*+address,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
    margin-top: 20px
}

.nk-h1,
.nk-h2,
.nk-h3,
.nk-h4,
.nk-h5,
.nk-h6,
.nk-heading-2xlarge,
.nk-heading-large,
.nk-heading-medium,
.nk-heading-small,
.nk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none
}

*+.nk-h1,
*+.nk-h2,
*+.nk-h3,
*+.nk-h4,
*+.nk-h5,
*+.nk-h6,
*+.nk-heading-2xlarge,
*+.nk-heading-large,
*+.nk-heading-medium,
*+.nk-heading-small,
*+.nk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 40px
}

.nk-h1,
h1 {
    font-size: 2.23125rem;
    line-height: 1.2
}

.nk-h2,
h2 {
    font-size: 1.7rem;
    line-height: 1.3
}

.nk-h3,
h3 {
    font-size: 1.5rem;
    line-height: 1.3
}

.nk-h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.3
}

.nk-h5,
h5 {
    font-size: 16px;
    line-height: 1.3
}

.nk-h6,
h6 {
    font-size: .75rem;
    line-height: 1.3
}

@media (min-width:960px) {
    .nk-h1,
    h1 {
        font-size: 2.625rem
    }
    .nk-h2,
    h2 {
        font-size: 2rem
    }
}

ol,
ul {
    padding-left: 30px
}

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
    margin: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.nk-hr,
hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5
}

*+.nk-hr,
*+hr {
    margin-top: 20px
}

address {
    font-style: normal
}

blockquote {
    margin: 0 0 20px 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic
}

*+blockquote {
    margin-top: 20px
}

blockquote p:last-of-type {
    margin-bottom: 0
}

blockquote footer {
    margin-top: 10px;
    font-size: .75rem;
    line-height: 1.5
}

pre {
    font: .75rem/1.5 Consolas, monaco, monospace;
    color: #000;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto
}

pre code {
    font-family: Consolas, monaco, monospace
}

::selection {
    background: #00508f;
    color: #fff;
    text-shadow: none
}

details,
main {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

.nk-breakpoint-s::before {
    content: '640px'
}

.nk-breakpoint-m::before {
    content: '960px'
}

.nk-breakpoint-l::before {
    content: '1200px'
}

.nk-breakpoint-xl::before {
    content: '1600px'
}

:root {
    --nk-breakpoint-s: 640px;
    --nk-breakpoint-m: 960px;
    --nk-breakpoint-l: 1200px;
    --nk-breakpoint-xl: 1600px
}

.nk-link-muted a,
a.nk-link-muted {
    color: #666
}

.nk-link-muted a:hover,
.nk-link-toggle:focus .nk-link-muted,
.nk-link-toggle:hover .nk-link-muted,
a.nk-link-muted:hover {
    color: #000
}

.nk-link-text a,
a.nk-link-text {
    color: inherit
}

.nk-link-text a:hover,
.nk-link-toggle:focus .nk-link-text,
.nk-link-toggle:hover .nk-link-text,
a.nk-link-text:hover {
    color: #666
}

.nk-link-heading a,
a.nk-link-heading {
    color: inherit
}

.nk-link-heading a:hover,
.nk-link-toggle:focus .nk-link-heading,
.nk-link-toggle:hover .nk-link-heading,
a.nk-link-heading:hover {
    color: #0f4c81;
    text-decoration: none
}

.nk-link-reset a,
a.nk-link-reset {
    color: inherit !important;
    text-decoration: none !important
}

.nk-link-toggle {
    color: inherit !important;
    text-decoration: none !important
}

.nk-link-toggle:focus {
    outline: 0
}

.nk-heading-small {
    font-size: 2.6rem;
    line-height: 1.2
}

.nk-heading-medium {
    font-size: 2.8875rem;
    line-height: 1.1
}

.nk-heading-large {
    font-size: 3.4rem;
    line-height: 1.1
}

.nk-heading-xlarge {
    font-size: 4rem;
    line-height: 1
}

.nk-heading-2xlarge {
    font-size: 6rem;
    line-height: 1
}

@media (min-width:960px) {
    .nk-heading-small {
        font-size: 3.25rem
    }
    .nk-heading-medium {
        font-size: 3.5rem
    }
    .nk-heading-large {
        font-size: 4rem
    }
    .nk-heading-xlarge {
        font-size: 6rem
    }
    .nk-heading-2xlarge {
        font-size: 8rem
    }
}

@media (min-width:1200px) {
    .nk-heading-medium {
        font-size: 4rem
    }
    .nk-heading-large {
        font-size: 6rem
    }
    .nk-heading-xlarge {
        font-size: 8rem
    }
    .nk-heading-2xlarge {
        font-size: 11rem
    }
}

.nk-heading-divider {
    padding-bottom: calc(5px + .1em);
    border-bottom: calc(.2px + .05em) solid #e5e5e5
}

.nk-heading-bullet {
    position: relative
}

.nk-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(4px + .7em);
    margin-right: calc(5px + .2em);
    border-left: calc(5px + .1em) solid #e5e5e5
}

.nk-heading-line {
    overflow: hidden
}

.nk-heading-line>* {
    display: inline-block;
    position: relative
}

.nk-heading-line>::after,
.nk-heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - ((.2px + .05em)/ 2));
    width: 2000px;
    border-bottom: calc(.2px + .05em) solid #e5e5e5
}

.nk-heading-line>::before {
    right: 100%;
    margin-right: calc(5px + .3em)
}

.nk-heading-line>::after {
    left: 100%;
    margin-left: calc(5px + .3em)
}

[class*=nk-divider] {
    border: none;
    margin-bottom: 20px
}

*+[class*=nk-divider] {
    margin-top: 20px
}

.nk-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.nk-divider-icon::after,
.nk-divider-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (50px / 2));
    border-bottom: 1px solid #e5e5e5
}

.nk-divider-icon::before {
    right: calc(50% + (50px / 2));
    width: 100%
}

.nk-divider-icon::after {
    left: calc(50% + (50px / 2));
    width: 100%
}

.nk-divider-small {
    line-height: 0
}

.nk-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 1px solid #e5e5e5;
    vertical-align: top
}

.nk-divider-vertical {
    width: 1px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e5e5e5
}

.nk-list {
    padding: 0;
    list-style: none
}

.nk-list>li::after,
.nk-list>li::before {
    content: "";
    display: table
}

.nk-list>li::after {
    clear: both
}

.nk-list>li>:last-child {
    margin-bottom: 0
}

.nk-list ul {
    margin: 0;
    padding-left: 30px;
    list-style: none
}

.nk-list>li:nth-child(n+2),
.nk-list>li>ul {
    margin-top: 10px
}

.nk-list-divider>li:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5
}

.nk-list-striped>li {
    padding: 10px 10px
}

.nk-list-striped>li:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.nk-list-striped>li:nth-of-type(odd) {
    background: #e8f0f5
}

.nk-list-striped>li:nth-child(n+2) {
    margin-top: 0
}

.nk-list-bullet>li {
    position: relative;
    padding-left: calc(1.3em + 10px)
}

.nk-list-bullet>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.3em;
    height: 1.3em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block
}

.nk-list-large>li:nth-child(n+2),
.nk-list-large>li>ul {
    margin-top: 20px
}

.nk-list-large.nk-list-divider>li:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px
}

.nk-list-large.nk-list-striped>li {
    padding: 20px 10px
}

.nk-list-large.nk-list-striped>li:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.nk-list-large.nk-list-striped>li:nth-child(n+2) {
    margin-top: 0
}

.nk-description-list>dt {
    color: #333;
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase
}

.nk-description-list>dt:nth-child(n+2) {
    margin-top: 20px
}

.nk-description-list-divider>dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
}

.nk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px
}

*+.nk-table {
    margin-top: 20px
}

.nk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: .75rem;
    font-weight: 400;
    color: #666;
    text-transform: uppercase
}

.nk-table td {
    padding: 16px 12px;
    vertical-align: top
}

.nk-table td>:last-child {
    margin-bottom: 0
}

.nk-table tfoot {
    font-size: .75rem
}

.nk-table caption {
    font-size: .75rem;
    text-align: left;
    color: #666
}

.nk-table-middle,
.nk-table-middle td {
    vertical-align: middle !important
}

.nk-table-divider>:first-child>tr:not(:first-child),
.nk-table-divider>:not(:first-child)>tr,
.nk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #e5e5e5
}

.nk-table-striped tbody tr:nth-of-type(odd),
.nk-table-striped>tr:nth-of-type(odd) {
    background: #e8f0f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.nk-table-hover tbody tr:hover,
.nk-table-hover>tr:hover {
    background: #ffd
}

.nk-table tbody tr.nk-active,
.nk-table>tr.nk-active {
    background: #ffd
}

.nk-table-small td,
.nk-table-small th {
    padding: 10px 12px
}

.nk-table-large td,
.nk-table-large th {
    padding: 22px 12px
}

.nk-table-justify td:first-child,
.nk-table-justify th:first-child {
    padding-left: 0
}

.nk-table-justify td:last-child,
.nk-table-justify th:last-child {
    padding-right: 0
}

.nk-table-shrink {
    width: 1px
}

.nk-table-expand {
    min-width: 150px
}

.nk-table-link {
    padding: 0 !important
}

.nk-table-link>a {
    display: block;
    padding: 16px 12px
}

.nk-table-small .nk-table-link>a {
    padding: 10px 12px
}

@media (max-width:959px) {
    .nk-table-responsive,
    .nk-table-responsive tbody,
    .nk-table-responsive td,
    .nk-table-responsive th,
    .nk-table-responsive tr {
        display: block
    }
    .nk-table-responsive thead {
        display: none
    }
    .nk-table-responsive td,
    .nk-table-responsive th {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important
    }
    .nk-table-responsive .nk-table-link:not(:first-child)>a,
    .nk-table-responsive td:not(:first-child):not(.nk-table-link),
    .nk-table-responsive th:not(:first-child):not(.nk-table-link) {
        padding-top: 5px !important
    }
    .nk-table-responsive .nk-table-link:not(:last-child)>a,
    .nk-table-responsive td:not(:last-child):not(.nk-table-link),
    .nk-table-responsive th:not(:last-child):not(.nk-table-link) {
        padding-bottom: 5px !important
    }
    .nk-table-justify.nk-table-responsive td,
    .nk-table-justify.nk-table-responsive th {
        padding-left: 0;
        padding-right: 0
    }
}

.nk-table tbody tr {
    transition: background-color .1s linear
}

.nk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0
}

button.nk-icon:not(:disabled) {
    cursor: pointer
}

.nk-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.nk-icon:not(.nk-preserve) [fill*='#']:not(.nk-preserve) {
    fill: currentcolor
}

.nk-icon:not(.nk-preserve) [stroke*='#']:not(.nk-preserve) {
    stroke: currentcolor
}

.nk-icon>* {
    transform: translate(0, 0)
}

.nk-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle
}

.nk-icon-link {
    color: #666
}

.nk-icon-link:focus,
.nk-icon-link:hover {
    color: #000;
    outline: 0
}

.nk-active>.nk-icon-link,
.nk-icon-link:active {
    color: #000
}

.nk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #e8f0f5;
    color: #666;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color, background-color
}

.nk-icon-button:focus,
.nk-icon-button:hover {
    background-color: #d6e4ed;
    color: #000;
    outline: 0
}

.nk-active>.nk-icon-button,
.nk-icon-button:active {
    background-color: #c4d9e6;
    color: #000
}

.nk-range {
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    background: 0 0;
    padding: 0
}

.nk-range:focus {
    outline: 0
}

.nk-range::-moz-focus-outer {
    border: none
}

.nk-range::-ms-track {
    height: 15px;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.nk-range:not(:disabled)::-webkit-slider-thumb {
    cursor: pointer
}

.nk-range:not(:disabled)::-moz-range-thumb {
    cursor: pointer
}

.nk-range:not(:disabled)::-ms-thumb {
    cursor: pointer
}

.nk-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -7px;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #ccc
}

.nk-range::-moz-range-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #ccc
}

.nk-range::-ms-thumb {
    margin-top: 0
}

.nk-range::-ms-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #ccc
}

.nk-range::-ms-tooltip {
    display: none
}

.nk-range::-webkit-slider-runnable-track {
    height: 3px;
    background: #d6e4ed;
    border-radius: 500px
}

.nk-range:active::-webkit-slider-runnable-track,
.nk-range:focus::-webkit-slider-runnable-track {
    background: #b3cdde
}

.nk-range::-moz-range-track {
    height: 3px;
    background: #d6e4ed;
    border-radius: 500px
}

.nk-range:focus::-moz-range-track {
    background: #b3cdde
}

.nk-range::-ms-fill-lower,
.nk-range::-ms-fill-upper {
    height: 3px;
    background: #d6e4ed;
    border-radius: 500px
}

.nk-range:focus::-ms-fill-lower,
.nk-range:focus::-ms-fill-upper {
    background: #b3cdde
}

.nk-checkbox,
.nk-input,
.nk-radio,
.nk-select,
.nk-textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit
}

.nk-input {
    overflow: visible
}

.nk-select {
    text-transform: none
}

.nk-select optgroup {
    font: inherit;
    font-weight: 700
}

.nk-textarea {
    overflow: auto
}

.nk-input[type=search]::-webkit-search-cancel-button,
.nk-input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.nk-input[type=number]::-webkit-inner-spin-button,
.nk-input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.nk-input::-moz-placeholder,
.nk-textarea::-moz-placeholder {
    opacity: 1
}

.nk-checkbox:not(:disabled),
.nk-radio:not(:disabled) {
    cursor: pointer
}

.nk-fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.nk-input,
.nk-textarea {
    -webkit-appearance: none
}

.nk-input,
.nk-select,
.nk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #000;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border
}

.nk-input,
.nk-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block
}

.nk-input:not(input),
.nk-select:not(select) {
    line-height: 38px
}

.nk-select[multiple],
.nk-select[size],
.nk-textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top
}

.nk-input:focus,
.nk-select:focus,
.nk-textarea:focus {
    outline: 0;
    background-color: #fff;
    color: #000;
    border-color: #0f4c81
}

.nk-input:disabled,
.nk-select:disabled,
.nk-textarea:disabled {
    background-color: #e8f0f5;
    color: #666;
    border-color: #e5e5e5
}

.nk-input::-ms-input-placeholder {
    color: #666 !important
}

.nk-input::placeholder {
    color: #666
}

.nk-textarea::-ms-input-placeholder {
    color: #666 !important
}

.nk-textarea::placeholder {
    color: #666
}

.nk-form-small {
    font-size: .75rem
}

.nk-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px
}

.nk-form-small:not(select):not(input):not(textarea) {
    line-height: 28px
}

.nk-form-large {
    font-size: 1.25rem
}

.nk-form-large:not(textarea):not([multiple]):not([size]) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px
}

.nk-form-large:not(select):not(input):not(textarea) {
    line-height: 53px
}

.nk-form-danger,
.nk-form-danger:focus {
    color: #f0506e;
    border-color: #f0506e
}

.nk-form-success,
.nk-form-success:focus {
    color: #32d296;
    border-color: #32d296
}

.nk-form-blank {
    background: 0 0;
    border-color: transparent
}

.nk-form-blank:focus {
    border-color: #e5e5e5;
    border-style: dashed
}

input.nk-form-width-xsmall {
    width: 50px
}

select.nk-form-width-xsmall {
    width: 75px
}

.nk-form-width-small {
    width: 130px
}

.nk-form-width-medium {
    width: 200px
}

.nk-form-width-large {
    width: 500px
}

.nk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.nk-select:not([multiple]):not([size])::-ms-expand {
    display: none
}

.nk-select:not([multiple]):not([size]) option {
    color: #444
}

.nk-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.nk-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%
}

.nk-input[list]:focus,
.nk-input[list]:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.nk-input[list]::-webkit-calendar-picker-indicator {
    display: none
}

.nk-checkbox,
.nk-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color, border
}

.nk-radio {
    border-radius: 50%
}

.nk-checkbox:focus,
.nk-radio:focus {
    outline: 0;
    border-color: #0f4c81
}

.nk-checkbox:checked,
.nk-checkbox:indeterminate,
.nk-radio:checked {
    background-color: #0f4c81;
    border-color: transparent
}

.nk-checkbox:checked:focus,
.nk-checkbox:indeterminate:focus,
.nk-radio:checked:focus {
    background-color: #0a3153
}

.nk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.nk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-checkbox:disabled,
.nk-radio:disabled {
    background-color: #e8f0f5;
    border-color: #e5e5e5
}

.nk-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.nk-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.4
}

.nk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle
}

.nk-form-custom input[type=file],
.nk-form-custom select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer
}

.nk-form-custom input[type=file] {
    font-size: 500px;
    overflow: hidden
}

.nk-form-label {
    color: #333;
    font-size: .75rem
}

.nk-form-stacked .nk-form-label {
    display: block;
    margin-bottom: 5px
}

@media (max-width:959px) {
    .nk-form-horizontal .nk-form-label {
        display: block;
        margin-bottom: 5px
    }
}

@media (min-width:960px) {
    .nk-form-horizontal .nk-form-label {
        width: 200px;
        margin-top: 7px;
        float: left
    }
    .nk-form-horizontal .nk-form-controls {
        margin-left: 215px
    }
    .nk-form-horizontal .nk-form-controls-text {
        padding-top: 7px
    }
}

.nk-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #666
}

.nk-form-icon:hover {
    color: #000
}

.nk-form-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.nk-form-icon:not(.nk-form-icon-flip)~.nk-input {
    padding-left: 40px !important
}

.nk-form-icon-flip {
    right: 0;
    left: auto
}

.nk-form-icon-flip~.nk-input {
    padding-right: 40px !important
}

.nk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .75rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color
}

.nk-button:not(:disabled) {
    cursor: pointer
}

.nk-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.nk-button:hover {
    text-decoration: none
}

.nk-button:focus {
    outline: 0
}

.nk-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5
}

.nk-button-default:focus,
.nk-button-default:hover {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2
}

.nk-button-default.nk-active,
.nk-button-default:active {
    background-color: transparent;
    color: #333;
    border-color: #999
}

.nk-button-primary {
    background-color: #0f4c81;
    color: #fff;
    border: 1px solid transparent
}

.nk-button-primary:focus,
.nk-button-primary:hover {
    background-color: #0c3f6a;
    color: #fff
}

.nk-button-primary.nk-active,
.nk-button-primary:active {
    background-color: #0a3153;
    color: #fff
}

.nk-button-secondary {
    background-color: #0f4c81;
    color: #fff;
    border: 1px solid transparent
}

.nk-button-secondary:focus,
.nk-button-secondary:hover {
    background-color: #0c3f6a;
    color: #fff
}

.nk-button-secondary.nk-active,
.nk-button-secondary:active {
    background-color: #0a3153;
    color: #fff
}

.nk-button-danger {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent
}

.nk-button-danger:focus,
.nk-button-danger:hover {
    background-color: #ee395b;
    color: #fff
}

.nk-button-danger.nk-active,
.nk-button-danger:active {
    background-color: #ec2147;
    color: #fff
}

.nk-button-danger:disabled,
.nk-button-default:disabled,
.nk-button-primary:disabled,
.nk-button-secondary:disabled {
    background-color: transparent;
    color: #666;
    border-color: #e5e5e5
}

.nk-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: .75rem
}

.nk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: .75rem
}

.nk-button-text {
    padding: 0;
    line-height: 1.3;
    background: 0 0;
    color: #333;
    position: relative
}

.nk-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #333;
    transition: right .3s ease-out
}

.nk-button-text:focus,
.nk-button-text:hover {
    color: #333
}

.nk-button-text:focus::before,
.nk-button-text:hover::before {
    right: 0
}

.nk-button-text:disabled {
    color: #666
}

.nk-button-text:disabled::before {
    display: none
}

.nk-button-link {
    padding: 0;
    line-height: 1.3;
    background: 0 0;
    color: #0c3f6a
}

.nk-button-link:focus,
.nk-button-link:hover {
    color: #0f4c81;
    text-decoration: underline
}

.nk-button-link:disabled {
    color: #666;
    text-decoration: none
}

.nk-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative
}

.nk-button-group>.nk-button:nth-child(n+2),
.nk-button-group>div:nth-child(n+2) .nk-button {
    margin-left: -1px
}

.nk-button-group .nk-button.nk-active,
.nk-button-group .nk-button:active,
.nk-button-group .nk-button:focus,
.nk-button-group .nk-button:hover {
    position: relative;
    z-index: 1
}

.nk-section {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:960px) {
    .nk-section {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.nk-section::after,
.nk-section::before {
    content: "";
    display: table
}

.nk-section::after {
    clear: both
}

.nk-section>:last-child {
    margin-bottom: 0
}

.nk-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.nk-section-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.nk-section-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width:960px) {
    .nk-section-large {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.nk-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width:960px) {
    .nk-section-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }
}

.nk-section-default {
    background: #fff
}

.nk-section-muted {
    background: #e8f0f5
}

.nk-section-primary {
    background: #0f4c81
}

.nk-section-secondary {
    background: #0f4c81
}

.nk-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:640px) {
    .nk-container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:960px) {
    .nk-container {
        padding-left: 40px;
        padding-right: 40px
    }
}

.nk-container::after,
.nk-container::before {
    content: "";
    display: table
}

.nk-container::after {
    clear: both
}

.nk-container>:last-child {
    margin-bottom: 0
}

.nk-container .nk-container {
    padding-left: 0;
    padding-right: 0
}

.nk-container-xsmall {
    max-width: 750px
}

.nk-container-small {
    max-width: 900px
}

.nk-container-large {
    max-width: 1600px
}

.nk-container-expand {
    max-width: none
}

.nk-container-expand-left {
    margin-left: 0
}

.nk-container-expand-right {
    margin-right: 0
}

@media (min-width:640px) {
    .nk-container-expand-left.nk-container-xsmall,
    .nk-container-expand-right.nk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px)
    }
    .nk-container-expand-left.nk-container-small,
    .nk-container-expand-right.nk-container-small {
        max-width: calc(50% + (900px / 2) - 30px)
    }
}

@media (min-width:960px) {
    .nk-container-expand-left,
    .nk-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px)
    }
    .nk-container-expand-left.nk-container-xsmall,
    .nk-container-expand-right.nk-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px)
    }
    .nk-container-expand-left.nk-container-small,
    .nk-container-expand-right.nk-container-small {
        max-width: calc(50% + (900px / 2) - 40px)
    }
    .nk-container-expand-left.nk-container-large,
    .nk-container-expand-right.nk-container-large {
        max-width: calc(50% + (1600px / 2) - 40px)
    }
}

.nk-container-item-padding-remove-left,
.nk-container-item-padding-remove-right {
    width: calc(100% + 15px)
}

.nk-container-item-padding-remove-left {
    margin-left: -15px
}

.nk-container-item-padding-remove-right {
    margin-right: -15px
}

@media (min-width:640px) {
    .nk-container-item-padding-remove-left,
    .nk-container-item-padding-remove-right {
        width: calc(100% + 30px)
    }
    .nk-container-item-padding-remove-left {
        margin-left: -30px
    }
    .nk-container-item-padding-remove-right {
        margin-right: -30px
    }
}

@media (min-width:960px) {
    .nk-container-item-padding-remove-left,
    .nk-container-item-padding-remove-right {
        width: calc(100% + 40px)
    }
    .nk-container-item-padding-remove-left {
        margin-left: -40px
    }
    .nk-container-item-padding-remove-right {
        margin-right: -40px
    }
}

.nk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.nk-grid>* {
    margin: 0
}

.nk-grid>*>:last-child {
    margin-bottom: 0
}

.nk-grid {
    margin-left: -30px
}

.nk-grid>* {
    padding-left: 30px
}

*+.nk-grid-margin,
.nk-grid+.nk-grid,
.nk-grid>.nk-grid-margin {
    margin-top: 30px
}

@media (min-width:1200px) {
    .nk-grid {
        margin-left: -40px
    }
    .nk-grid>* {
        padding-left: 40px
    }
    *+.nk-grid-margin,
    .nk-grid+.nk-grid,
    .nk-grid>.nk-grid-margin {
        margin-top: 40px
    }
}

.nk-grid-column-small,
.nk-grid-small {
    margin-left: -15px
}

.nk-grid-column-small>*,
.nk-grid-small>* {
    padding-left: 15px
}

*+.nk-grid-margin-small,
.nk-grid+.nk-grid-row-small,
.nk-grid+.nk-grid-small,
.nk-grid-row-small>.nk-grid-margin,
.nk-grid-small>.nk-grid-margin {
    margin-top: 15px
}

.nk-grid-column-medium,
.nk-grid-medium {
    margin-left: -30px
}

.nk-grid-column-medium>*,
.nk-grid-medium>* {
    padding-left: 30px
}

*+.nk-grid-margin-medium,
.nk-grid+.nk-grid-medium,
.nk-grid+.nk-grid-row-medium,
.nk-grid-medium>.nk-grid-margin,
.nk-grid-row-medium>.nk-grid-margin {
    margin-top: 30px
}

.nk-grid-column-large,
.nk-grid-large {
    margin-left: -40px
}

.nk-grid-column-large>*,
.nk-grid-large>* {
    padding-left: 40px
}

*+.nk-grid-margin-large,
.nk-grid+.nk-grid-large,
.nk-grid+.nk-grid-row-large,
.nk-grid-large>.nk-grid-margin,
.nk-grid-row-large>.nk-grid-margin {
    margin-top: 40px
}

@media (min-width:1200px) {
    .nk-grid-column-large,
    .nk-grid-large {
        margin-left: -70px
    }
    .nk-grid-column-large>*,
    .nk-grid-large>* {
        padding-left: 70px
    }
    *+.nk-grid-margin-large,
    .nk-grid+.nk-grid-large,
    .nk-grid+.nk-grid-row-large,
    .nk-grid-large>.nk-grid-margin,
    .nk-grid-row-large>.nk-grid-margin {
        margin-top: 70px
    }
}

.nk-grid-collapse,
.nk-grid-column-collapse {
    margin-left: 0
}

.nk-grid-collapse>*,
.nk-grid-column-collapse>* {
    padding-left: 0
}

.nk-grid+.nk-grid-collapse,
.nk-grid+.nk-grid-row-collapse,
.nk-grid-collapse>.nk-grid-margin,
.nk-grid-row-collapse>.nk-grid-margin {
    margin-top: 0
}

.nk-grid-divider>* {
    position: relative
}

.nk-grid-divider>:not(.nk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5
}

.nk-grid-divider.nk-grid-stack>.nk-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5
}

.nk-grid-divider {
    margin-left: -60px
}

.nk-grid-divider>* {
    padding-left: 60px
}

.nk-grid-divider>:not(.nk-first-column)::before {
    left: 30px
}

.nk-grid-divider.nk-grid-stack>.nk-grid-margin {
    margin-top: 60px
}

.nk-grid-divider.nk-grid-stack>.nk-grid-margin::before {
    top: -30px;
    left: 60px
}

@media (min-width:1200px) {
    .nk-grid-divider {
        margin-left: -80px
    }
    .nk-grid-divider>* {
        padding-left: 80px
    }
    .nk-grid-divider>:not(.nk-first-column)::before {
        left: 40px
    }
    .nk-grid-divider.nk-grid-stack>.nk-grid-margin {
        margin-top: 80px
    }
    .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before {
        top: -40px;
        left: 80px
    }
}

.nk-grid-divider.nk-grid-column-small,
.nk-grid-divider.nk-grid-small {
    margin-left: -30px
}

.nk-grid-divider.nk-grid-column-small>*,
.nk-grid-divider.nk-grid-small>* {
    padding-left: 30px
}

.nk-grid-divider.nk-grid-column-small>:not(.nk-first-column)::before,
.nk-grid-divider.nk-grid-small>:not(.nk-first-column)::before {
    left: 15px
}

.nk-grid-divider.nk-grid-row-small.nk-grid-stack>.nk-grid-margin,
.nk-grid-divider.nk-grid-small.nk-grid-stack>.nk-grid-margin {
    margin-top: 30px
}

.nk-grid-divider.nk-grid-small.nk-grid-stack>.nk-grid-margin::before {
    top: -15px;
    left: 30px
}

.nk-grid-divider.nk-grid-row-small.nk-grid-stack>.nk-grid-margin::before {
    top: -15px
}

.nk-grid-divider.nk-grid-column-small.nk-grid-stack>.nk-grid-margin::before {
    left: 30px
}

.nk-grid-divider.nk-grid-column-medium,
.nk-grid-divider.nk-grid-medium {
    margin-left: -60px
}

.nk-grid-divider.nk-grid-column-medium>*,
.nk-grid-divider.nk-grid-medium>* {
    padding-left: 60px
}

.nk-grid-divider.nk-grid-column-medium>:not(.nk-first-column)::before,
.nk-grid-divider.nk-grid-medium>:not(.nk-first-column)::before {
    left: 30px
}

.nk-grid-divider.nk-grid-medium.nk-grid-stack>.nk-grid-margin,
.nk-grid-divider.nk-grid-row-medium.nk-grid-stack>.nk-grid-margin {
    margin-top: 60px
}

.nk-grid-divider.nk-grid-medium.nk-grid-stack>.nk-grid-margin::before {
    top: -30px;
    left: 60px
}

.nk-grid-divider.nk-grid-row-medium.nk-grid-stack>.nk-grid-margin::before {
    top: -30px
}

.nk-grid-divider.nk-grid-column-medium.nk-grid-stack>.nk-grid-margin::before {
    left: 60px
}

.nk-grid-divider.nk-grid-column-large,
.nk-grid-divider.nk-grid-large {
    margin-left: -80px
}

.nk-grid-divider.nk-grid-column-large>*,
.nk-grid-divider.nk-grid-large>* {
    padding-left: 80px
}

.nk-grid-divider.nk-grid-column-large>:not(.nk-first-column)::before,
.nk-grid-divider.nk-grid-large>:not(.nk-first-column)::before {
    left: 40px
}

.nk-grid-divider.nk-grid-large.nk-grid-stack>.nk-grid-margin,
.nk-grid-divider.nk-grid-row-large.nk-grid-stack>.nk-grid-margin {
    margin-top: 80px
}

.nk-grid-divider.nk-grid-large.nk-grid-stack>.nk-grid-margin::before {
    top: -40px;
    left: 80px
}

.nk-grid-divider.nk-grid-row-large.nk-grid-stack>.nk-grid-margin::before {
    top: -40px
}

.nk-grid-divider.nk-grid-column-large.nk-grid-stack>.nk-grid-margin::before {
    left: 80px
}

@media (min-width:1200px) {
    .nk-grid-divider.nk-grid-column-large,
    .nk-grid-divider.nk-grid-large {
        margin-left: -140px
    }
    .nk-grid-divider.nk-grid-column-large>*,
    .nk-grid-divider.nk-grid-large>* {
        padding-left: 140px
    }
    .nk-grid-divider.nk-grid-column-large>:not(.nk-first-column)::before,
    .nk-grid-divider.nk-grid-large>:not(.nk-first-column)::before {
        left: 70px
    }
    .nk-grid-divider.nk-grid-large.nk-grid-stack>.nk-grid-margin,
    .nk-grid-divider.nk-grid-row-large.nk-grid-stack>.nk-grid-margin {
        margin-top: 140px
    }
    .nk-grid-divider.nk-grid-large.nk-grid-stack>.nk-grid-margin::before {
        top: -70px;
        left: 140px
    }
    .nk-grid-divider.nk-grid-row-large.nk-grid-stack>.nk-grid-margin::before {
        top: -70px
    }
    .nk-grid-divider.nk-grid-column-large.nk-grid-stack>.nk-grid-margin::before {
        left: 140px
    }
}

.nk-grid-item-match,
.nk-grid-match>* {
    display: flex;
    flex-wrap: wrap
}

.nk-grid-item-match>:not([class*=nk-width]),
.nk-grid-match>*>:not([class*=nk-width]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto
}

.nk-tile {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:640px) {
    .nk-tile {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:960px) {
    .nk-tile {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.nk-tile::after,
.nk-tile::before {
    content: "";
    display: table
}

.nk-tile::after {
    clear: both
}

.nk-tile>:last-child {
    margin-bottom: 0
}

.nk-tile-xsmall {
    padding-top: 20px;
    padding-bottom: 20px
}

.nk-tile-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.nk-tile-large {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (min-width:960px) {
    .nk-tile-large {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.nk-tile-xlarge {
    padding-top: 140px;
    padding-bottom: 140px
}

@media (min-width:960px) {
    .nk-tile-xlarge {
        padding-top: 210px;
        padding-bottom: 210px
    }
}

.nk-tile-default {
    background: #fff
}

.nk-tile-muted {
    background: #e8f0f5
}

.nk-tile-primary {
    background: #0f4c81
}

.nk-tile-secondary {
    background: #0f4c81
}

.nk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out
}

.nk-card-body {
    padding: 30px 30px
}

.nk-card-header {
    padding: 15px 30px
}

.nk-card-footer {
    padding: 15px 30px
}

@media (min-width:1200px) {
    .nk-card-body {
        padding: 40px 40px
    }
    .nk-card-header {
        padding: 20px 40px
    }
    .nk-card-footer {
        padding: 20px 40px
    }
}

.nk-card-body::after,
.nk-card-body::before,
.nk-card-footer::after,
.nk-card-footer::before,
.nk-card-header::after,
.nk-card-header::before {
    content: "";
    display: table
}

.nk-card-body::after,
.nk-card-footer::after,
.nk-card-header::after {
    clear: both
}

.nk-card-body>:last-child,
.nk-card-footer>:last-child,
.nk-card-header>:last-child {
    margin-bottom: 0
}

.nk-card-title {
    font-size: 1.5rem;
    line-height: 1.4
}

.nk-card-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1
}

.nk-card-badge:first-child+* {
    margin-top: 0
}

.nk-card-hover:not(.nk-card-default):not(.nk-card-primary):not(.nk-card-secondary):hover {
    background: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.nk-card-default {
    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.nk-card-default .nk-card-title {
    color: #333
}

.nk-card-default.nk-card-hover:hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.nk-card-default .nk-card-header {
    border-bottom: 1px solid #e5e5e5
}

.nk-card-default .nk-card-footer {
    border-top: 1px solid #e5e5e5
}

.nk-card-primary {
    background: #0f4c81;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.nk-card-primary .nk-card-title {
    color: #fff
}

.nk-card-primary.nk-card-hover:hover {
    background-color: #0f4c81;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.nk-card-secondary {
    background: #0f4c81;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.nk-card-secondary .nk-card-title {
    color: #fff
}

.nk-card-secondary.nk-card-hover:hover {
    background-color: #0f4c81;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.nk-card-small .nk-card-body,
.nk-card-small.nk-card-body {
    padding: 20px 20px
}

.nk-card-small .nk-card-header {
    padding: 13px 20px
}

.nk-card-small .nk-card-footer {
    padding: 13px 20px
}

@media (min-width:1200px) {
    .nk-card-large .nk-card-body,
    .nk-card-large.nk-card-body {
        padding: 70px 70px
    }
    .nk-card-large .nk-card-header {
        padding: 35px 70px
    }
    .nk-card-large .nk-card-footer {
        padding: 35px 70px
    }
}

.nk-card-body>.nk-nav-default {
    margin-left: -30px;
    margin-right: -30px
}

.nk-card-body>.nk-nav-default:only-child {
    margin-top: -15px;
    margin-bottom: -15px
}

.nk-card-body .nk-nav-default .nk-nav-divider,
.nk-card-body .nk-nav-default .nk-nav-header,
.nk-card-body .nk-nav-default>li>a {
    padding-left: 30px;
    padding-right: 30px
}

.nk-card-body .nk-nav-default .nk-nav-sub {
    padding-left: 45px
}

@media (min-width:1200px) {
    .nk-card-body>.nk-nav-default {
        margin-left: -40px;
        margin-right: -40px
    }
    .nk-card-body>.nk-nav-default:only-child {
        margin-top: -25px;
        margin-bottom: -25px
    }
    .nk-card-body .nk-nav-default .nk-nav-divider,
    .nk-card-body .nk-nav-default .nk-nav-header,
    .nk-card-body .nk-nav-default>li>a {
        padding-left: 40px;
        padding-right: 40px
    }
    .nk-card-body .nk-nav-default .nk-nav-sub {
        padding-left: 55px
    }
}

.nk-card-small>.nk-nav-default {
    margin-left: -20px;
    margin-right: -20px
}

.nk-card-small>.nk-nav-default:only-child {
    margin-top: -5px;
    margin-bottom: -5px
}

.nk-card-small .nk-nav-default .nk-nav-divider,
.nk-card-small .nk-nav-default .nk-nav-header,
.nk-card-small .nk-nav-default>li>a {
    padding-left: 20px;
    padding-right: 20px
}

.nk-card-small .nk-nav-default .nk-nav-sub {
    padding-left: 35px
}

@media (min-width:1200px) {
    .nk-card-large>.nk-nav-default {
        margin: 0
    }
    .nk-card-large>.nk-nav-default:only-child {
        margin: 0
    }
    .nk-card-large .nk-nav-default .nk-nav-divider,
    .nk-card-large .nk-nav-default .nk-nav-header,
    .nk-card-large .nk-nav-default>li>a {
        padding-left: 0;
        padding-right: 0
    }
    .nk-card-large .nk-nav-default .nk-nav-sub {
        padding-left: 15px
    }
}

.nk-close {
    color: #666;
    transition: .1s ease-in-out;
    transition-property: color, opacity
}

.nk-close:focus,
.nk-close:hover {
    color: #000;
    outline: 0
}

.nk-spinner>* {
    animation: nk-spinner-rotate 1.4s linear infinite
}

@keyframes nk-spinner-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(270deg)
    }
}

.nk-spinner>*>* {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: nk-spinner-dash 1.4s ease-in-out infinite;
    stroke-width: 1;
    stroke-linecap: round
}

@keyframes nk-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }
    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    }
}

.nk-totop {
    padding: 5px;
    color: #666;
    transition: color .1s ease-in-out
}

.nk-totop:focus,
.nk-totop:hover {
    color: #000;
    outline: 0
}

.nk-totop:active {
    color: #333
}

.nk-marker {
    padding: 5px;
    background: #0f4c81;
    color: #fff;
    border-radius: 500px
}

.nk-marker:focus,
.nk-marker:hover {
    color: #fff;
    outline: 0
}

.nk-alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 29px 15px 15px;
    background: #e8f0f5;
    color: #000
}

*+.nk-alert {
    margin-top: 20px
}

.nk-alert>:last-child {
    margin-bottom: 0
}

.nk-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: .4
}

.nk-alert-close:first-child+* {
    margin-top: 0
}

.nk-alert-close:focus,
.nk-alert-close:hover {
    color: inherit;
    opacity: .8
}

.nk-alert-primary {
    background: #b2c5d7;
    color: #0f4c81
}

.nk-alert-success {
    background: #edfbf6;
    color: #32d296
}

.nk-alert-warning {
    background: #fff6ee;
    color: #faa05a
}

.nk-alert-danger {
    background: #fef4f6;
    color: #f0506e
}

.nk-alert h1,
.nk-alert h2,
.nk-alert h3,
.nk-alert h4,
.nk-alert h5,
.nk-alert h6 {
    color: inherit
}

.nk-alert a:not([class]) {
    color: inherit;
    text-decoration: underline
}

.nk-alert a:not([class]):hover {
    color: inherit;
    text-decoration: underline
}

.nk-badge {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #0f4c81;
    color: #fff;
    font-size: .75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.nk-badge:focus,
.nk-badge:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.nk-label {
    display: inline-block;
    padding: 0 10px;
    background: #0f4c81;
    line-height: 1.3;
    font-size: .75rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: uppercase
}

.nk-label-success {
    background-color: #32d296;
    color: #fff
}

.nk-label-warning {
    background-color: #faa05a;
    color: #fff
}

.nk-label-danger {
    background-color: #f0506e;
    color: #fff
}

.nk-overlay {
    padding: 30px 30px
}

.nk-overlay>:last-child {
    margin-bottom: 0
}

.nk-overlay-default {
    background: rgba(255, 255, 255, .8)
}

.nk-overlay-primary {
    background: rgba(15, 76, 129, .8)
}

.nk-article {
    font-size: 1.1rem;
    line-height: 1.58;
    letter-spacing: -.003em
}

.nk-article a {
    text-decoration: underline
}

.nk-article a:hover {
    color: #1467af
}

.nk-article::after,
.nk-article::before {
    content: "";
    display: table
}

.nk-article::after {
    clear: both
}

.nk-article>:last-child {
    margin-bottom: 0
}

.nk-article+.nk-article {
    margin-top: 70px
}

.nk-article-title {
    font-size: 2.23125rem;
    line-height: 1.2;
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif
}

@media (min-width:960px) {
    .nk-article-title {
        font-size: 2.625rem
    }
}

.nk-article-meta {
    font-size: 75%;
    line-height: 1.4;
    color: #666
}

.nk-article-meta a {
    color: #666
}

.nk-article-meta a:hover {
    color: #000;
    text-decoration: none
}

.nk-comment-body {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.nk-comment-header {
    margin-bottom: 20px
}

.nk-comment-body::after,
.nk-comment-body::before,
.nk-comment-header::after,
.nk-comment-header::before {
    content: "";
    display: table
}

.nk-comment-body::after,
.nk-comment-header::after {
    clear: both
}

.nk-comment-body>:last-child,
.nk-comment-header>:last-child {
    margin-bottom: 0
}

.nk-comment-title {
    font-size: 1.25rem;
    line-height: 1.4
}

.nk-comment-meta {
    font-size: .75rem;
    line-height: 1.4;
    color: #666
}

.nk-comment-list {
    padding: 0;
    list-style: none
}

.nk-comment-list>:nth-child(n+2) {
    margin-top: 70px
}

.nk-comment-list .nk-comment~ul {
    margin: 70px 0 0 0;
    padding-left: 30px;
    list-style: none
}

@media (min-width:960px) {
    .nk-comment-list .nk-comment~ul {
        padding-left: 100px
    }
}

.nk-comment-list .nk-comment~ul>:nth-child(n+2) {
    margin-top: 70px
}

.nk-comment-primary {
    padding: 30px;
    background-color: #e8f0f5
}

.nk-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0
}

.nk-search-input::-webkit-search-cancel-button,
.nk-search-input::-webkit-search-decoration {
    -webkit-appearance: none
}

.nk-search-input::-moz-placeholder {
    opacity: 1
}

.nk-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #000
}

.nk-search-input:focus {
    outline: 0
}

.nk-search-input:-ms-input-placeholder {
    color: #666 !important
}

.nk-search-input::placeholder {
    color: #666
}

.nk-search-icon:focus {
    outline: 0
}

.nk-search .nk-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #666
}

.nk-search .nk-search-icon:hover {
    color: #666
}

.nk-search .nk-search-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.nk-search .nk-search-icon-flip {
    right: 0;
    left: auto
}

.nk-search-default {
    width: 180px
}

.nk-search-default .nk-search-input {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    background: 0 0;
    border: 1px solid #e5e5e5
}

.nk-search-default .nk-search-input:focus {
    background-color: transparent
}

.nk-search-default .nk-search-icon {
    width: 40px
}

.nk-search-default .nk-search-icon:not(.nk-search-icon-flip)~.nk-search-input {
    padding-left: 40px
}

.nk-search-default .nk-search-icon-flip~.nk-search-input {
    padding-right: 40px
}

.nk-search-navbar {
    width: 400px
}

.nk-search-navbar .nk-search-input {
    height: 40px;
    background: 0 0;
    font-size: 1.5rem
}

.nk-search-navbar .nk-search-icon {
    width: 40px
}

.nk-search-navbar .nk-search-icon:not(.nk-search-icon-flip)~.nk-search-input {
    padding-left: 40px
}

.nk-search-navbar .nk-search-icon-flip~.nk-search-input {
    padding-right: 40px
}

.nk-search-large {
    width: 500px
}

.nk-search-large .nk-search-input {
    height: 80px;
    background: 0 0;
    font-size: 2.625rem
}

.nk-search-large .nk-search-icon {
    width: 80px
}

.nk-search-large .nk-search-icon:not(.nk-search-icon-flip)~.nk-search-input {
    padding-left: 80px
}

.nk-search-large .nk-search-icon-flip~.nk-search-input {
    padding-right: 80px
}

.nk-search-toggle {
    color: #666
}

.nk-search-toggle:focus,
.nk-search-toggle:hover {
    color: #000
}

.nk-nav,
.nk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nk-nav li>a {
    display: block;
    text-decoration: none
}

.nk-nav li>a:focus {
    outline: 0
}

.nk-nav>li>a {
    padding: 5px 0
}

ul.nk-nav-sub {
    padding: 5px 0 5px 15px
}

.nk-nav-sub ul {
    padding-left: 15px
}

.nk-nav-sub a {
    padding: 2px 0
}

.nk-nav-parent-icon>.nk-parent>a::after {
    content: "";
    width: 1.3em;
    height: 1.3em;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.nk-nav-parent-icon>.nk-parent.nk-open>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-nav-header {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: .75rem
}

.nk-nav-header:not(:first-child) {
    margin-top: 20px
}

.nk-nav-divider {
    margin: 5px 0
}

.nk-nav-default {
    font-size: .75rem
}

.nk-nav-default>li>a {
    color: #666
}

.nk-nav-default>li>a:focus,
.nk-nav-default>li>a:hover {
    color: #000
}

.nk-nav-default>li.nk-active>a {
    color: #333
}

.nk-nav-default .nk-nav-header {
    color: #333
}

.nk-nav-default .nk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.nk-nav-default .nk-nav-sub a {
    color: #666
}

.nk-nav-default .nk-nav-sub a:focus,
.nk-nav-default .nk-nav-sub a:hover {
    color: #000
}

.nk-nav-default .nk-nav-sub li.nk-active>a {
    color: #333
}

.nk-nav-primary>li>a {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #666
}

.nk-nav-primary>li>a:focus,
.nk-nav-primary>li>a:hover {
    color: #000
}

.nk-nav-primary>li.nk-active>a {
    color: #333
}

.nk-nav-primary .nk-nav-header {
    color: #333
}

.nk-nav-primary .nk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.nk-nav-primary .nk-nav-sub a {
    color: #666
}

.nk-nav-primary .nk-nav-sub a:focus,
.nk-nav-primary .nk-nav-sub a:hover {
    color: #000
}

.nk-nav-primary .nk-nav-sub li.nk-active>a {
    color: #333
}

.nk-nav-center {
    text-align: center
}

.nk-nav-center .nk-nav-sub,
.nk-nav-center .nk-nav-sub ul {
    padding-left: 0
}

.nk-nav-center.nk-nav-parent-icon>.nk-parent>a::after {
    position: absolute
}

.nk-navbar {
    display: flex;
    position: relative
}

.nk-navbar-container:not(.nk-navbar-transparent) {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.nk-navbar-container>::after,
.nk-navbar-container>::before {
    display: none !important
}

.nk-navbar-center,
.nk-navbar-center-left>*,
.nk-navbar-center-right>*,
.nk-navbar-left,
.nk-navbar-right {
    display: flex;
    align-items: center
}

.nk-navbar-right {
    margin-left: auto
}

.nk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.nk-navbar-center:not(:only-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    box-sizing: border-box;
    z-index: 990
}

.nk-navbar-center-left,
.nk-navbar-center-right {
    position: absolute;
    top: 0
}

.nk-navbar-center-left {
    right: 100%
}

.nk-navbar-center-right {
    left: 100%
}

[class*=nk-navbar-center-] {
    width: max-content;
    box-sizing: border-box
}

.nk-navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.nk-navbar-center:only-child,
.nk-navbar-left,
.nk-navbar-right {
    flex-wrap: wrap
}

.nk-navbar-item,
.nk-navbar-nav>li>a,
.nk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: .75rem;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none
}

.nk-navbar-nav>li>a {
    color: #666;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color
}

.nk-navbar-nav>li:hover>a,
.nk-navbar-nav>li>a.nk-open,
.nk-navbar-nav>li>a:focus {
    color: #0f4c81;
    outline: 0
}

.nk-navbar-nav>li>a:active {
    color: #333
}

.nk-navbar-nav>li.nk-active>a {
    color: #0f4c81
}

.nk-navbar-item {
    color: #000
}

.nk-navbar-toggle {
    color: #666
}

.nk-navbar-toggle.nk-open,
.nk-navbar-toggle:focus,
.nk-navbar-toggle:hover {
    color: #000;
    outline: 0;
    text-decoration: none
}

.nk-navbar-subtitle {
    font-size: .75rem
}

.nk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 200px;
    padding: 25px;
    background: #fff;
    color: #000;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15)
}

.nk-navbar-dropdown.nk-open {
    display: block
}

[class*=nk-navbar-dropdown-top] {
    margin-top: -15px
}

[class*=nk-navbar-dropdown-bottom] {
    margin-top: 15px
}

[class*=nk-navbar-dropdown-left] {
    margin-left: -15px
}

[class*=nk-navbar-dropdown-right] {
    margin-left: 15px
}

.nk-navbar-dropdown-grid {
    margin-left: -50px
}

.nk-navbar-dropdown-grid>* {
    padding-left: 50px
}

.nk-navbar-dropdown-grid>.nk-grid-margin {
    margin-top: 50px
}

.nk-navbar-dropdown-stack .nk-navbar-dropdown-grid>* {
    width: 100% !important
}

.nk-navbar-dropdown-width-2:not(.nk-navbar-dropdown-stack) {
    width: 400px
}

.nk-navbar-dropdown-width-3:not(.nk-navbar-dropdown-stack) {
    width: 600px
}

.nk-navbar-dropdown-width-4:not(.nk-navbar-dropdown-stack) {
    width: 800px
}

.nk-navbar-dropdown-width-5:not(.nk-navbar-dropdown-stack) {
    width: 1000px
}

.nk-navbar-dropdown-dropbar {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none
}

.nk-navbar-dropdown-nav {
    font-size: .75rem
}

.nk-navbar-dropdown-nav>li>a {
    color: #666
}

.nk-navbar-dropdown-nav>li>a:focus,
.nk-navbar-dropdown-nav>li>a:hover {
    color: #000
}

.nk-navbar-dropdown-nav>li.nk-active>a {
    color: #333
}

.nk-navbar-dropdown-nav .nk-nav-header {
    color: #333
}

.nk-navbar-dropdown-nav .nk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.nk-navbar-dropdown-nav .nk-nav-sub a {
    color: #666
}

.nk-navbar-dropdown-nav .nk-nav-sub a:focus,
.nk-navbar-dropdown-nav .nk-nav-sub a:hover {
    color: #000
}

.nk-navbar-dropdown-nav .nk-nav-sub li.nk-active>a {
    color: #333
}

.nk-navbar-dropbar {
    background: #fff
}

.nk-navbar-dropbar-slide {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .05)
}

.nk-navbar-container>.nk-container .nk-navbar-left {
    margin-left: -15px;
    margin-right: -15px
}

.nk-navbar-container>.nk-container .nk-navbar-right {
    margin-right: -15px
}

.nk-navbar-dropdown-grid>* {
    position: relative
}

.nk-navbar-dropdown-grid>:not(.nk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    border-left: 1px solid #e5e5e5
}

.nk-navbar-dropdown-grid.nk-grid-stack>.nk-grid-margin::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50px;
    right: 0;
    border-top: 1px solid #e5e5e5
}

.nk-subnav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none
}

.nk-subnav>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.nk-subnav>*>:first-child {
    display: block;
    color: #666;
    font-size: .75rem;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color
}

.nk-subnav>*>a:focus,
.nk-subnav>*>a:hover {
    color: #000;
    text-decoration: none;
    outline: 0
}

.nk-subnav>.nk-active>a {
    color: #333
}

.nk-subnav-divider>* {
    display: flex;
    align-items: center
}

.nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before {
    content: "";
    height: 1.5em;
    margin-left: 0;
    margin-right: 20px;
    border-left: 1px solid #e5e5e5
}

.nk-subnav-pill>*>:first-child {
    padding: 5px 10px;
    background: 0 0;
    color: #666
}

.nk-subnav-pill>*>a:focus,
.nk-subnav-pill>*>a:hover {
    background-color: #e8f0f5;
    color: #000
}

.nk-subnav-pill>*>a:active {
    background-color: #e8f0f5;
    color: #000
}

.nk-subnav-pill>.nk-active>a {
    background-color: #0f4c81;
    color: #fff
}

.nk-subnav>.nk-disabled>a {
    color: #666
}

.nk-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.nk-breadcrumb>* {
    flex: none
}

.nk-breadcrumb>*>* {
    display: inline-block;
    font-size: .75rem;
    color: #666
}

.nk-breadcrumb>*>:focus,
.nk-breadcrumb>*>:hover {
    color: #000;
    text-decoration: none
}

.nk-breadcrumb>:last-child>* {
    color: #000
}

.nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px;
    color: #666
}

.nk-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none
}

.nk-pagination>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.nk-pagination>*>* {
    display: block;
    color: #666;
    transition: color .1s ease-in-out
}

.nk-pagination>*>:focus,
.nk-pagination>*>:hover {
    color: #000;
    text-decoration: none
}

.nk-pagination>.nk-active>* {
    color: #000
}

.nk-pagination>.nk-disabled>* {
    color: #666
}

.nk-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative
}

.nk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5
}

.nk-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.nk-tab>*>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #666;
    border-bottom: 1px solid transparent;
    font-size: .75rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out
}

.nk-tab>*>a:focus,
.nk-tab>*>a:hover {
    color: #000;
    text-decoration: none
}

.nk-tab>.nk-active>a {
    color: #333;
    border-color: #0f4c81
}

.nk-tab>.nk-disabled>a {
    color: #666
}

.nk-tab-bottom::before {
    top: 0;
    bottom: auto
}

.nk-tab-bottom>*>a {
    border-top: 1px solid transparent;
    border-bottom: none
}

.nk-tab-left,
.nk-tab-right {
    flex-direction: column;
    margin-left: 0
}

.nk-tab-left>*,
.nk-tab-right>* {
    padding-left: 0
}

.nk-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: none
}

.nk-tab-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 1px solid #e5e5e5;
    border-bottom: none
}

.nk-tab-left>*>a {
    text-align: left;
    border-right: 1px solid transparent;
    border-bottom: none
}

.nk-tab-right>*>a {
    text-align: left;
    border-left: 1px solid transparent;
    border-bottom: none
}

.nk-tab .nk-dropdown {
    margin-left: 30px
}

.nk-slidenav {
    padding: 5px 10px;
    color: rgba(0, 0, 0, .5);
    transition: color .1s ease-in-out
}

.nk-slidenav:focus,
.nk-slidenav:hover {
    color: rgba(0, 0, 0, .9);
    outline: 0
}

.nk-slidenav:active {
    color: rgba(0, 0, 0, .5)
}

.nk-slidenav-large {
    padding: 10px 10px
}

.nk-slidenav-container {
    display: flex
}

.nk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

.nk-dotnav>* {
    flex: none;
    padding-left: 12px
}

.nk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, .4);
    transition: .2s ease-in-out;
    transition-property: background-color, border-color
}

.nk-dotnav>*>:focus,
.nk-dotnav>*>:hover {
    background-color: rgba(0, 0, 0, .6);
    outline: 0;
    border-color: transparent
}

.nk-dotnav>*>:active {
    background-color: rgba(0, 0, 0, .2);
    border-color: transparent
}

.nk-dotnav>.nk-active>* {
    background-color: rgba(0, 0, 0, .6);
    border-color: transparent
}

.nk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

.nk-dotnav-vertical>* {
    padding-left: 0;
    padding-top: 12px
}

.nk-thumbnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px
}

.nk-thumbnav>* {
    padding-left: 15px
}

.nk-thumbnav>*>* {
    display: inline-block;
    position: relative
}

.nk-thumbnav>*>::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .4);
    transition: background-color .1s ease-in-out
}

.nk-thumbnav>*>:focus,
.nk-thumbnav>*>:hover {
    outline: 0
}

.nk-thumbnav>*>:focus::after,
.nk-thumbnav>*>:hover::after {
    background-color: transparent
}

.nk-thumbnav>.nk-active>::after {
    background-color: transparent
}

.nk-thumbnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -15px
}

.nk-thumbnav-vertical>* {
    padding-left: 0;
    padding-top: 15px
}

.nk-accordion {
    padding: 0;
    list-style: none
}

.nk-accordion>:nth-child(n+2) {
    margin-top: 20px
}

.nk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden
}

.nk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.nk-open>.nk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-accordion-title:focus,
.nk-accordion-title:hover {
    color: #000;
    text-decoration: none;
    outline: 0
}

.nk-accordion-content {
    margin-top: 20px
}

.nk-accordion-content::after,
.nk-accordion-content::before {
    content: "";
    display: table
}

.nk-accordion-content::after {
    clear: both
}

.nk-accordion-content>:last-child {
    margin-bottom: 0
}

.nk-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 300px
}

.nk-drop.nk-open {
    display: block
}

[class*=nk-drop-top] {
    margin-top: -20px
}

[class*=nk-drop-bottom] {
    margin-top: 20px
}

[class*=nk-drop-left] {
    margin-left: -20px
}

[class*=nk-drop-right] {
    margin-left: 20px
}

.nk-drop-stack .nk-drop-grid>* {
    width: 100% !important
}

.nk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 200px;
    padding: 25px;
    background: #fff;
    color: #000;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15)
}

.nk-dropdown.nk-open {
    display: block
}

.nk-dropdown-nav {
    white-space: nowrap;
    font-size: .75rem
}

.nk-dropdown-nav>li>a {
    color: #666
}

.nk-dropdown-nav>li.nk-active>a,
.nk-dropdown-nav>li>a:focus,
.nk-dropdown-nav>li>a:hover {
    color: #000
}

.nk-dropdown-nav .nk-nav-header {
    color: #333
}

.nk-dropdown-nav .nk-nav-divider {
    border-top: 1px solid #e5e5e5
}

.nk-dropdown-nav .nk-nav-sub a {
    color: #666
}

.nk-dropdown-nav .nk-nav-sub a:focus,
.nk-dropdown-nav .nk-nav-sub a:hover,
.nk-dropdown-nav .nk-nav-sub li.nk-active>a {
    color: #000
}

[class*=nk-dropdown-top] {
    margin-top: -10px
}

[class*=nk-dropdown-bottom] {
    margin-top: 10px
}

[class*=nk-dropdown-left] {
    margin-left: -10px
}

[class*=nk-dropdown-right] {
    margin-left: 10px
}

.nk-dropdown-stack .nk-dropdown-grid>* {
    width: 100% !important
}

.nk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .15s linear
}

@media (min-width:640px) {
    .nk-modal {
        padding: 50px 30px
    }
}

@media (min-width:960px) {
    .nk-modal {
        padding-left: 40px;
        padding-right: 40px
    }
}

.nk-modal.nk-open {
    opacity: 1
}

.nk-modal-page {
    overflow: hidden
}

.nk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform
}

.nk-open>.nk-modal-dialog {
    opacity: 1;
    transform: translateY(0)
}

.nk-modal-container .nk-modal-dialog {
    width: 1200px
}

.nk-modal-full {
    padding: 0;
    background: 0 0
}

.nk-modal-full .nk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0)
}

.nk-modal-body {
    padding: 30px 30px
}

.nk-modal-header {
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.nk-modal-footer {
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #e5e5e5
}

.nk-modal-body::after,
.nk-modal-body::before,
.nk-modal-footer::after,
.nk-modal-footer::before,
.nk-modal-header::after,
.nk-modal-header::before {
    content: "";
    display: table
}

.nk-modal-body::after,
.nk-modal-footer::after,
.nk-modal-header::after {
    clear: both
}

.nk-modal-body>:last-child,
.nk-modal-footer>:last-child,
.nk-modal-header>:last-child {
    margin-bottom: 0
}

.nk-modal-title {
    font-size: 2rem;
    line-height: 1.3
}

[class*=nk-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px
}

[class*=nk-modal-close-]:first-child+* {
    margin-top: 0
}

.nk-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0, -100%);
    color: #fff
}

.nk-modal-close-outside:hover {
    color: #fff
}

@media (min-width:960px) {
    .nk-modal-close-outside {
        right: 0;
        transform: translate(100%, -100%)
    }
}

.nk-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff
}

.nk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity .15s linear
}

.nk-lightbox.nk-open {
    display: block;
    opacity: 1
}

.nk-lightbox-page {
    overflow: hidden
}

.nk-lightbox-items>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .7);
    will-change: transform, opacity
}

.nk-lightbox-items>*>* {
    max-width: 100vw;
    max-height: 100vh
}

.nk-lightbox-items>:focus {
    outline: 0
}

.nk-lightbox-items>*>:not(iframe) {
    width: auto;
    height: auto
}

.nk-lightbox-items>.nk-active {
    display: flex
}

.nk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7)
}

.nk-lightbox-toolbar>* {
    color: rgba(255, 255, 255, .7)
}

.nk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, .7)
}

.nk-lightbox-toolbar-icon:hover {
    color: #fff
}

.nk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.nk-lightbox-button:hover {
    color: #fff
}

.nk-lightbox-iframe {
    width: 80%;
    height: 80%
}

.nk-slideshow {
    -webkit-tap-highlight-color: transparent
}

.nk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none
}

.nk-slideshow-items>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
    touch-action: pan-y
}

.nk-slideshow-items>:focus {
    outline: 0
}

.nk-slideshow-items>:not(.nk-active) {
    display: none
}

.nk-slider {
    -webkit-tap-highlight-color: transparent
}

.nk-slider-container {
    overflow: hidden
}

.nk-slider-items {
    will-change: transform;
    position: relative
}

.nk-slider-items:not(.nk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

.nk-slider-items.nk-grid {
    flex-wrap: nowrap
}

.nk-slider-items>* {
    flex: none;
    position: relative;
    touch-action: pan-y
}

.nk-slider-items>:focus {
    outline: 0
}

.nk-sticky-fixed {
    z-index: 980;
    box-sizing: border-box;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nk-sticky[class*=nk-animation-] {
    animation-duration: .2s
}

.nk-sticky.nk-animation-reverse {
    animation-duration: .2s
}

.nk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.nk-offcanvas-flip .nk-offcanvas {
    right: 0;
    left: auto
}

.nk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #0f4c81;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width:960px) {
    .nk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 40px 40px
    }
}

.nk-offcanvas-flip .nk-offcanvas-bar {
    left: auto;
    right: -270px
}

@media (min-width:960px) {
    .nk-offcanvas-flip .nk-offcanvas-bar {
        right: -350px
    }
}

.nk-open>.nk-offcanvas-bar {
    left: 0
}

.nk-offcanvas-flip .nk-open>.nk-offcanvas-bar {
    left: auto;
    right: 0
}

.nk-offcanvas-bar-animation {
    transition: left .3s ease-out
}

.nk-offcanvas-flip .nk-offcanvas-bar-animation {
    transition-property: right
}

.nk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.nk-offcanvas-reveal .nk-offcanvas-bar {
    left: 0
}

.nk-offcanvas-flip .nk-offcanvas-reveal .nk-offcanvas-bar {
    left: auto;
    right: 0
}

.nk-open>.nk-offcanvas-reveal {
    width: 270px
}

@media (min-width:960px) {
    .nk-open>.nk-offcanvas-reveal {
        width: 350px
    }
}

.nk-offcanvas-flip .nk-offcanvas-reveal {
    right: 0;
    left: auto
}

.nk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 5px
}

.nk-offcanvas-overlay {
    width: 100vw;
    touch-action: none
}

.nk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .15s linear
}

.nk-offcanvas-overlay.nk-open::before {
    opacity: 1
}

.nk-offcanvas-container,
.nk-offcanvas-page {
    overflow-x: hidden
}

.nk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.nk-offcanvas-flip).nk-offcanvas-container-animation {
    left: 270px
}

.nk-offcanvas-flip.nk-offcanvas-container-animation {
    left: -270px
}

@media (min-width:960px) {
    :not(.nk-offcanvas-flip).nk-offcanvas-container-animation {
        left: 350px
    }
    .nk-offcanvas-flip.nk-offcanvas-container-animation {
        left: -350px
    }
}

.nk-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.nk-switcher>:not(.nk-active) {
    display: none
}

.nk-switcher>*>:last-child {
    margin-bottom: 0
}

.nk-leader {
    overflow: hidden
}

.nk-leader-fill::after {
    display: inline-block;
    margin-left: 15px;
    width: 0;
    content: attr(data-fill);
    white-space: nowrap
}

.nk-leader-fill.nk-leader-hide::after {
    display: none
}

.nk-leader-fill-content::before {
    content: '.'
}

:root {
    --nk-leader-fill-content: .
}

.nk-iconnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px
}

.nk-iconnav>* {
    padding-left: 10px
}

.nk-iconnav>*>a {
    display: block;
    color: #666
}

.nk-iconnav>*>a:focus,
.nk-iconnav>*>a:hover {
    color: #000;
    outline: 0
}

.nk-iconnav>.nk-active>a {
    color: #000
}

.nk-iconnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px
}

.nk-iconnav-vertical>* {
    padding-left: 0;
    padding-top: 10px
}

.nk-notification {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px
}

.nk-notification-bottom-right,
.nk-notification-top-right {
    left: auto;
    right: 10px
}

.nk-notification-bottom-center,
.nk-notification-top-center {
    left: 50%;
    margin-left: -175px
}

.nk-notification-bottom-center,
.nk-notification-bottom-left,
.nk-notification-bottom-right {
    top: auto;
    bottom: 10px
}

@media (max-width:639px) {
    .nk-notification {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0
    }
}

.nk-notification-message {
    position: relative;
    padding: 15px;
    background: #e8f0f5;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer
}

*+.nk-notification-message {
    margin-top: 10px
}

.nk-notification-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px
}

.nk-notification-message:hover .nk-notification-close {
    display: block
}

.nk-notification-message-primary {
    color: #0f4c81
}

.nk-notification-message-success {
    color: #32d296
}

.nk-notification-message-warning {
    color: #faa05a
}

.nk-notification-message-danger {
    color: #f0506e
}

.nk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px
}

.nk-tooltip.nk-active {
    display: block
}

[class*=nk-tooltip-top] {
    margin-top: -10px
}

[class*=nk-tooltip-bottom] {
    margin-top: 10px
}

[class*=nk-tooltip-left] {
    margin-left: -10px
}

[class*=nk-tooltip-right] {
    margin-left: 10px
}

.nk-placeholder {
    margin-bottom: 20px;
    padding: 30px 30px;
    background: 0 0;
    border: 1px dashed #e5e5e5
}

*+.nk-placeholder {
    margin-top: 20px
}

.nk-placeholder>:last-child {
    margin-bottom: 0
}

.nk-progress {
    vertical-align: baseline;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    border: 0;
    background-color: #e8f0f5;
    margin-bottom: 20px;
    height: 15px;
    border-radius: 500px;
    overflow: hidden
}

*+.nk-progress {
    margin-top: 20px
}

.nk-progress:indeterminate {
    color: transparent
}

.nk-progress::-webkit-progress-bar {
    background-color: #e8f0f5;
    border-radius: 500px;
    overflow: hidden
}

.nk-progress:indeterminate::-moz-progress-bar {
    width: 0
}

.nk-progress::-webkit-progress-value {
    background-color: #0f4c81;
    transition: width .6s ease
}

.nk-progress::-moz-progress-bar {
    background-color: #0f4c81
}

.nk-progress::-ms-fill {
    background-color: #0f4c81;
    transition: width .6s ease;
    border: 0
}

.nk-sortable {
    position: relative
}

.nk-sortable svg {
    pointer-events: none
}

.nk-sortable>:last-child {
    margin-bottom: 0
}

.nk-sortable-drag {
    position: absolute !important;
    z-index: 1050 !important;
    pointer-events: none
}

.nk-sortable-placeholder {
    opacity: 0;
    pointer-events: none
}

.nk-sortable-empty {
    min-height: 50px
}

.nk-sortable-handle:hover {
    cursor: move
}

.nk-countdown-number,
.nk-countdown-separator {
    line-height: .8
}

.nk-countdown-number {
    font-size: 2rem
}

@media (min-width:640px) {
    .nk-countdown-number {
        font-size: 4rem
    }
}

@media (min-width:960px) {
    .nk-countdown-number {
        font-size: 6rem
    }
}

.nk-countdown-separator {
    font-size: 1rem
}

@media (min-width:640px) {
    .nk-countdown-separator {
        font-size: 2rem
    }
}

@media (min-width:960px) {
    .nk-countdown-separator {
        font-size: 3rem
    }
}

[class*=nk-animation-] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.nk-animation-fade {
    animation-name: nk-fade;
    animation-duration: .8s;
    animation-timing-function: linear
}

.nk-animation-scale-up {
    animation-name: nk-fade-scale-02
}

.nk-animation-scale-down {
    animation-name: nk-fade-scale-18
}

.nk-animation-slide-top {
    animation-name: nk-fade-top
}

.nk-animation-slide-bottom {
    animation-name: nk-fade-bottom
}

.nk-animation-slide-left {
    animation-name: nk-fade-left
}

.nk-animation-slide-right {
    animation-name: nk-fade-right
}

.nk-animation-slide-top-small {
    animation-name: nk-fade-top-small
}

.nk-animation-slide-bottom-small {
    animation-name: nk-fade-bottom-small
}

.nk-animation-slide-left-small {
    animation-name: nk-fade-left-small
}

.nk-animation-slide-right-small {
    animation-name: nk-fade-right-small
}

.nk-animation-slide-top-medium {
    animation-name: nk-fade-top-medium
}

.nk-animation-slide-bottom-medium {
    animation-name: nk-fade-bottom-medium
}

.nk-animation-slide-left-medium {
    animation-name: nk-fade-left-medium
}

.nk-animation-slide-right-medium {
    animation-name: nk-fade-right-medium
}

.nk-animation-kenburns {
    animation-name: nk-scale-kenburns;
    animation-duration: 15s
}

.nk-animation-shake {
    animation-name: nk-shake
}

.nk-animation-stroke {
    animation-name: nk-stroke;
    stroke-dasharray: var(--nk-animation-stroke);
    animation-duration: 2s
}

.nk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.nk-animation-fast {
    animation-duration: .1s
}

.nk-animation-toggle:not(:hover):not(:focus) [class*=nk-animation-] {
    animation-name: none
}

.nk-animation-toggle {
    -webkit-tap-highlight-color: transparent
}

.nk-animation-toggle:focus {
    outline: 0
}

@keyframes nk-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes nk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes nk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes nk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes nk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes nk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes nk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes nk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes nk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes nk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes nk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes nk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes nk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes nk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes nk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes nk-scale-kenburns {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

@keyframes nk-shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10% {
        transform: translateX(-9px)
    }
    20% {
        transform: translateX(8px)
    }
    30% {
        transform: translateX(-7px)
    }
    40% {
        transform: translateX(6px)
    }
    50% {
        transform: translateX(-5px)
    }
    60% {
        transform: translateX(4px)
    }
    70% {
        transform: translateX(-3px)
    }
    80% {
        transform: translateX(2px)
    }
    90% {
        transform: translateX(-1px)
    }
}

@keyframes nk-stroke {
    0% {
        stroke-dashoffset: var(--nk-animation-stroke)
    }
    100% {
        stroke-dashoffset: 0
    }
}

[class*=nk-child-width]>* {
    box-sizing: border-box;
    width: 100%
}

.nk-child-width-1-2>* {
    width: 50%
}

.nk-child-width-1-3>* {
    width: calc(100% * 1 / 3.001)
}

.nk-child-width-1-4>* {
    width: 25%
}

.nk-child-width-1-5>* {
    width: 20%
}

.nk-child-width-1-6>* {
    width: calc(100% * 1 / 6.001)
}

.nk-child-width-auto>* {
    width: auto
}

.nk-child-width-expand>:not([class*=nk-width]) {
    flex: 1;
    min-width: 1px
}

@media (min-width:640px) {
    .nk-child-width-1-1\@s>* {
        width: 100%
    }
    .nk-child-width-1-2\@s>* {
        width: 50%
    }
    .nk-child-width-1-3\@s>* {
        width: calc(100% * 1 / 3.001)
    }
    .nk-child-width-1-4\@s>* {
        width: 25%
    }
    .nk-child-width-1-5\@s>* {
        width: 20%
    }
    .nk-child-width-1-6\@s>* {
        width: calc(100% * 1 / 6.001)
    }
    .nk-child-width-auto\@s>* {
        width: auto
    }
    .nk-child-width-expand\@s>: not([class*=nk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:960px) {
    .nk-child-width-1-1\@m>* {
        width: 100%
    }
    .nk-child-width-1-2\@m>* {
        width: 50%
    }
    .nk-child-width-1-3\@m>* {
        width: calc(100% * 1 / 3.001)
    }
    .nk-child-width-1-4\@m>* {
        width: 25%
    }
    .nk-child-width-1-5\@m>* {
        width: 20%
    }
    .nk-child-width-1-6\@m>* {
        width: calc(100% * 1 / 6.001)
    }
    .nk-child-width-auto\@m>* {
        width: auto
    }
    .nk-child-width-expand\@m>: not([class*=nk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1200px) {
    .nk-child-width-1-1\@l>* {
        width: 100%
    }
    .nk-child-width-1-2\@l>* {
        width: 50%
    }
    .nk-child-width-1-3\@l>* {
        width: calc(100% * 1 / 3.001)
    }
    .nk-child-width-1-4\@l>* {
        width: 25%
    }
    .nk-child-width-1-5\@l>* {
        width: 20%
    }
    .nk-child-width-1-6\@l>* {
        width: calc(100% * 1 / 6.001)
    }
    .nk-child-width-auto\@l>* {
        width: auto
    }
    .nk-child-width-expand\@l>: not([class*=nk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1600px) {
    .nk-child-width-1-1\@xl>* {
        width: 100%
    }
    .nk-child-width-1-2\@xl>* {
        width: 50%
    }
    .nk-child-width-1-3\@xl>* {
        width: calc(100% * 1 / 3.001)
    }
    .nk-child-width-1-4\@xl>* {
        width: 25%
    }
    .nk-child-width-1-5\@xl>* {
        width: 20%
    }
    .nk-child-width-1-6\@xl>* {
        width: calc(100% * 1 / 6.001)
    }
    .nk-child-width-auto\@xl>* {
        width: auto
    }
    .nk-child-width-expand\@xl>: not([class*=nk-width]) {
        flex: 1;
        min-width: 1px
    }
}

[class*=nk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.nk-width-1-2 {
    width: 50%
}

.nk-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.nk-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.nk-width-1-4 {
    width: 25%
}

.nk-width-3-4 {
    width: 75%
}

.nk-width-1-5 {
    width: 20%
}

.nk-width-2-5 {
    width: 40%
}

.nk-width-3-5 {
    width: 60%
}

.nk-width-4-5 {
    width: 80%
}

.nk-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.nk-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.nk-width-small {
    width: 150px
}

.nk-width-medium {
    width: 300px
}

.nk-width-large {
    width: 450px
}

.nk-width-xlarge {
    width: 600px
}

.nk-width-xxlarge {
    width: 750px
}

.nk-width-auto {
    width: auto
}

.nk-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width:640px) {
    .nk-width-1-1\@s {
        width: 100%
    }
    .nk-width-1-2\@s {
        width: 50%
    }
    .nk-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }
    .nk-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }
    .nk-width-1-4\@s {
        width: 25%
    }
    .nk-width-3-4\@s {
        width: 75%
    }
    .nk-width-1-5\@s {
        width: 20%
    }
    .nk-width-2-5\@s {
        width: 40%
    }
    .nk-width-3-5\@s {
        width: 60%
    }
    .nk-width-4-5\@s {
        width: 80%
    }
    .nk-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }
    .nk-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }
    .nk-width-small\@s {
        width: 150px
    }
    .nk-width-medium\@s {
        width: 300px
    }
    .nk-width-large\@s {
        width: 450px
    }
    .nk-width-xlarge\@s {
        width: 600px
    }
    .nk-width-xxlarge\@s {
        width: 750px
    }
    .nk-width-auto\@s {
        width: auto
    }
    .nk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:960px) {
    .nk-width-1-1\@m {
        width: 100%
    }
    .nk-width-1-2\@m {
        width: 50%
    }
    .nk-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }
    .nk-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }
    .nk-width-1-4\@m {
        width: 25%
    }
    .nk-width-3-4\@m {
        width: 75%
    }
    .nk-width-1-5\@m {
        width: 20%
    }
    .nk-width-2-5\@m {
        width: 40%
    }
    .nk-width-3-5\@m {
        width: 60%
    }
    .nk-width-4-5\@m {
        width: 80%
    }
    .nk-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }
    .nk-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }
    .nk-width-small\@m {
        width: 150px
    }
    .nk-width-medium\@m {
        width: 300px
    }
    .nk-width-large\@m {
        width: 450px
    }
    .nk-width-xlarge\@m {
        width: 600px
    }
    .nk-width-xxlarge\@m {
        width: 750px
    }
    .nk-width-auto\@m {
        width: auto
    }
    .nk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1200px) {
    .nk-width-1-1\@l {
        width: 100%
    }
    .nk-width-1-2\@l {
        width: 50%
    }
    .nk-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }
    .nk-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }
    .nk-width-1-4\@l {
        width: 25%
    }
    .nk-width-3-4\@l {
        width: 75%
    }
    .nk-width-1-5\@l {
        width: 20%
    }
    .nk-width-2-5\@l {
        width: 40%
    }
    .nk-width-3-5\@l {
        width: 60%
    }
    .nk-width-4-5\@l {
        width: 80%
    }
    .nk-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }
    .nk-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }
    .nk-width-small\@l {
        width: 150px
    }
    .nk-width-medium\@l {
        width: 300px
    }
    .nk-width-large\@l {
        width: 450px
    }
    .nk-width-xlarge\@l {
        width: 600px
    }
    .nk-width-xxlarge\@l {
        width: 750px
    }
    .nk-width-auto\@l {
        width: auto
    }
    .nk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width:1600px) {
    .nk-width-1-1\@xl {
        width: 100%
    }
    .nk-width-1-2\@xl {
        width: 50%
    }
    .nk-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }
    .nk-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }
    .nk-width-1-4\@xl {
        width: 25%
    }
    .nk-width-3-4\@xl {
        width: 75%
    }
    .nk-width-1-5\@xl {
        width: 20%
    }
    .nk-width-2-5\@xl {
        width: 40%
    }
    .nk-width-3-5\@xl {
        width: 60%
    }
    .nk-width-4-5\@xl {
        width: 80%
    }
    .nk-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }
    .nk-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }
    .nk-width-small\@xl {
        width: 150px
    }
    .nk-width-medium\@xl {
        width: 300px
    }
    .nk-width-large\@xl {
        width: 450px
    }
    .nk-width-xlarge\@xl {
        width: 600px
    }
    .nk-width-xxlarge\@xl {
        width: 750px
    }
    .nk-width-auto\@xl {
        width: auto
    }
    .nk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

[class*=nk-height] {
    box-sizing: border-box
}

.nk-height-1-1 {
    height: 100%
}

.nk-height-viewport {
    min-height: 100vh
}

.nk-height-small {
    height: 150px
}

.nk-height-medium {
    height: 300px
}

.nk-height-large {
    height: 450px
}

.nk-height-max-small {
    max-height: 150px
}

.nk-height-max-medium {
    max-height: 300px
}

.nk-height-max-large {
    max-height: 450px
}

.nk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333
}

.nk-text-meta {
    font-size: .75rem;
    line-height: 1.4;
    color: #666
}

.nk-text-meta a {
    color: #666
}

.nk-text-meta a:hover {
    color: #000;
    text-decoration: none
}

.nk-text-small {
    font-size: .75rem;
    line-height: 1.5
}

.nk-text-large {
    font-size: 1.5rem;
    line-height: 1.5
}

.nk-text-light {
    font-weight: 300
}

.nk-text-normal {
    font-weight: 400
}

.nk-text-bold {
    font-weight: 700
}

.nk-text-lighter {
    font-weight: lighter
}

.nk-text-bolder {
    font-weight: bolder
}

.nk-text-italic {
    font-style: italic
}

.nk-text-capitalize {
    text-transform: capitalize !important
}

.nk-text-uppercase {
    text-transform: uppercase !important
}

.nk-text-lowercase {
    text-transform: lowercase !important
}

.nk-text-muted {
    color: #666 !important
}

.nk-text-emphasis {
    color: #333 !important
}

.nk-text-primary {
    color: #0f4c81 !important
}

.nk-text-secondary {
    color: #0f4c81 !important
}

.nk-text-success {
    color: #32d296 !important
}

.nk-text-warning {
    color: #faa05a !important
}

.nk-text-danger {
    color: #f0506e !important
}

.nk-text-background {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #0f4c81 !important
}

@supports (-webkit-background-clip:text) {
    .nk-text-background {
        background-color: #0f4c81
    }
}

.nk-text-left {
    text-align: left !important
}

.nk-text-right {
    text-align: right !important
}

.nk-text-center {
    text-align: center !important
}

.nk-text-justify {
    text-align: justify !important
}

@media (min-width:640px) {
    .nk-text-left\@s {
        text-align: left !important
    }
    .nk-text-right\@s {
        text-align: right !important
    }
    .nk-text-center\@s {
        text-align: center !important
    }
}

@media (min-width:960px) {
    .nk-text-left\@m {
        text-align: left !important
    }
    .nk-text-right\@m {
        text-align: right !important
    }
    .nk-text-center\@m {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .nk-text-left\@l {
        text-align: left !important
    }
    .nk-text-right\@l {
        text-align: right !important
    }
    .nk-text-center\@l {
        text-align: center !important
    }
}

@media (min-width:1600px) {
    .nk-text-left\@xl {
        text-align: left !important
    }
    .nk-text-right\@xl {
        text-align: right !important
    }
    .nk-text-center\@xl {
        text-align: center !important
    }
}

.nk-text-top {
    vertical-align: top !important
}

.nk-text-middle {
    vertical-align: middle !important
}

.nk-text-bottom {
    vertical-align: bottom !important
}

.nk-text-baseline {
    vertical-align: baseline !important
}

.nk-text-nowrap {
    white-space: nowrap
}

.nk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

td.nk-text-truncate,
th.nk-text-truncate {
    max-width: 0
}

.nk-text-break {
    overflow-wrap: break-word;
    word-wrap: break-word
}

td.nk-text-break,
th.nk-text-break {
    word-break: break-all
}

[class*=nk-column-] {
    column-gap: 30px
}

@media (min-width:1200px) {
    [class*=nk-column-] {
        column-gap: 40px
    }
}

[class*=nk-column-] img {
    transform: translate3d(0, 0, 0)
}

.nk-column-divider {
    column-rule: 1px solid #e5e5e5;
    column-gap: 60px
}

@media (min-width:1200px) {
    .nk-column-divider {
        column-gap: 80px
    }
}

.nk-column-1-2 {
    column-count: 2
}

.nk-column-1-3 {
    column-count: 3
}

.nk-column-1-4 {
    column-count: 4
}

.nk-column-1-5 {
    column-count: 5
}

.nk-column-1-6 {
    column-count: 6
}

@media (min-width:640px) {
    .nk-column-1-2\@s {
        column-count: 2
    }
    .nk-column-1-3\@s {
        column-count: 3
    }
    .nk-column-1-4\@s {
        column-count: 4
    }
    .nk-column-1-5\@s {
        column-count: 5
    }
    .nk-column-1-6\@s {
        column-count: 6
    }
}

@media (min-width:960px) {
    .nk-column-1-2\@m {
        column-count: 2
    }
    .nk-column-1-3\@m {
        column-count: 3
    }
    .nk-column-1-4\@m {
        column-count: 4
    }
    .nk-column-1-5\@m {
        column-count: 5
    }
    .nk-column-1-6\@m {
        column-count: 6
    }
}

@media (min-width:1200px) {
    .nk-column-1-2\@l {
        column-count: 2
    }
    .nk-column-1-3\@l {
        column-count: 3
    }
    .nk-column-1-4\@l {
        column-count: 4
    }
    .nk-column-1-5\@l {
        column-count: 5
    }
    .nk-column-1-6\@l {
        column-count: 6
    }
}

@media (min-width:1600px) {
    .nk-column-1-2\@xl {
        column-count: 2
    }
    .nk-column-1-3\@xl {
        column-count: 3
    }
    .nk-column-1-4\@xl {
        column-count: 4
    }
    .nk-column-1-5\@xl {
        column-count: 5
    }
    .nk-column-1-6\@xl {
        column-count: 6
    }
}

.nk-column-span {
    column-span: all
}

.nk-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

iframe.nk-cover {
    pointer-events: none
}

.nk-cover-container {
    overflow: hidden;
    position: relative
}

.nk-background-default {
    background-color: #fff
}

.nk-background-muted {
    background-color: #e8f0f5
}

.nk-background-primary {
    background-color: #0f4c81
}

.nk-background-secondary {
    background-color: #0f4c81
}

.nk-background-contain,
.nk-background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.nk-background-cover {
    background-size: cover
}

.nk-background-contain {
    background-size: contain
}

.nk-background-top-left {
    background-position: 0 0
}

.nk-background-top-center {
    background-position: 50% 0
}

.nk-background-top-right {
    background-position: 100% 0
}

.nk-background-center-left {
    background-position: 0 50%
}

.nk-background-center-center {
    background-position: 50% 50%
}

.nk-background-center-right {
    background-position: 100% 50%
}

.nk-background-bottom-left {
    background-position: 0 100%
}

.nk-background-bottom-center {
    background-position: 50% 100%
}

.nk-background-bottom-right {
    background-position: 100% 100%
}

.nk-background-norepeat {
    background-repeat: no-repeat
}

.nk-background-fixed {
    background-attachment: fixed;
    backface-visibility: hidden
}

@media (pointer:coarse) {
    .nk-background-fixed {
        background-attachment: scroll
    }
}

@media (max-width:639px) {
    .nk-background-image\@s {
        background-image: none !important
    }
}

@media (max-width:959px) {
    .nk-background-image\@m {
        background-image: none !important
    }
}

@media (max-width:1199px) {
    .nk-background-image\@l {
        background-image: none !important
    }
}

@media (max-width:1599px) {
    .nk-background-image\@xl {
        background-image: none !important
    }
}

.nk-background-blend-multiply {
    background-blend-mode: multiply
}

.nk-background-blend-screen {
    background-blend-mode: screen
}

.nk-background-blend-overlay {
    background-blend-mode: overlay
}

.nk-background-blend-darken {
    background-blend-mode: darken
}

.nk-background-blend-lighten {
    background-blend-mode: lighten
}

.nk-background-blend-color-dodge {
    background-blend-mode: color-dodge
}

.nk-background-blend-color-burn {
    background-blend-mode: color-burn
}

.nk-background-blend-hard-light {
    background-blend-mode: hard-light
}

.nk-background-blend-soft-light {
    background-blend-mode: soft-light
}

.nk-background-blend-difference {
    background-blend-mode: difference
}

.nk-background-blend-exclusion {
    background-blend-mode: exclusion
}

.nk-background-blend-hue {
    background-blend-mode: hue
}

.nk-background-blend-saturation {
    background-blend-mode: saturation
}

.nk-background-blend-color {
    background-blend-mode: color
}

.nk-background-blend-luminosity {
    background-blend-mode: luminosity
}

[class*=nk-align] {
    display: block;
    margin-bottom: 30px
}

*+[class*=nk-align] {
    margin-top: 30px
}

.nk-align-center {
    margin-left: auto;
    margin-right: auto
}

.nk-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left
}

.nk-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right
}

@media (min-width:640px) {
    .nk-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }
    .nk-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width:960px) {
    .nk-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left
    }
    .nk-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right
    }
}

@media (min-width:1200px) {
    .nk-align-left\@l {
        margin-top: 0;
        float: left
    }
    .nk-align-right\@l {
        margin-top: 0;
        float: right
    }
    .nk-align-left,
    .nk-align-left\@l,
    .nk-align-left\@m,
    .nk-align-left\@s {
        margin-right: 40px
    }
    .nk-align-right,
    .nk-align-right\@l,
    .nk-align-right\@m,
    .nk-align-right\@s {
        margin-left: 40px
    }
}

@media (min-width:1600px) {
    .nk-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left
    }
    .nk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right
    }
}

.nk-svg,
.nk-svg:not(.nk-preserve) [fill*='#']:not(.nk-preserve) {
    fill: currentcolor
}

.nk-svg:not(.nk-preserve) [stroke*='#']:not(.nk-preserve) {
    stroke: currentcolor
}

.nk-svg {
    transform: translate(0, 0)
}

.nk-panel {
    position: relative;
    box-sizing: border-box
}

.nk-panel::after,
.nk-panel::before {
    content: "";
    display: table
}

.nk-panel::after {
    clear: both
}

.nk-panel>:last-child {
    margin-bottom: 0
}

.nk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both
}

.nk-clearfix::before {
    content: "";
    display: table-cell
}

.nk-clearfix::after {
    content: "";
    display: table;
    clear: both
}

.nk-float-left {
    float: left
}

.nk-float-right {
    float: right
}

[class*=nk-float-] {
    max-width: 100%
}

.nk-overflow-hidden {
    overflow: hidden
}

.nk-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.nk-overflow-auto>:last-child {
    margin-bottom: 0
}

.nk-resize {
    resize: both
}

.nk-resize-vertical {
    resize: vertical
}

.nk-display-block {
    display: block !important
}

.nk-display-inline {
    display: inline !important
}

.nk-display-inline-block {
    display: inline-block !important
}

[class*=nk-inline] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden
}

.nk-inline-clip {
    overflow: hidden
}

.nk-preserve-width,
.nk-preserve-width canvas,
.nk-preserve-width img,
.nk-preserve-width svg,
.nk-preserve-width video {
    max-width: none
}

.nk-responsive-height,
.nk-responsive-width {
    box-sizing: border-box
}

.nk-responsive-width {
    max-width: 100% !important;
    height: auto
}

.nk-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none
}

.nk-border-circle {
    border-radius: 50%
}

.nk-border-pill {
    border-radius: 500px
}

.nk-border-rounded {
    border-radius: 5px
}

.nk-inline-clip[class*=nk-border-] {
    -webkit-transform: translateZ(0)
}

.nk-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.nk-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.nk-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.nk-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0, 0, 0, .16)
}

[class*=nk-box-shadow-hover] {
    transition: box-shadow .1s ease-in-out
}

.nk-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.nk-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.nk-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.nk-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0, 0, 0, .16)
}

@supports (filter:blur(0)) {
    .nk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle
    }
    .nk-box-shadow-bottom::before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px)
    }
    .nk-box-shadow-bottom>* {
        position: relative
    }
}

.nk-dropcap::first-letter,
.nk-dropcap>p:first-of-type::first-letter {
    display: block;
    margin-right: 5px;
    float: left;
    font-size: 3.9em;
    line-height: 1;
    margin-bottom: -2px;
    font-weight: 700
}

@-moz-document url-prefix() {
    .nk-dropcap::first-letter,
    .nk-dropcap>p:first-of-type::first-letter {
        margin-top: 1.1%
    }
}

@supports (-ms-ime-align:auto) {
    .nk-dropcap>p:first-of-type::first-letter {
        font-size: 1em
    }
}

.nk-logo {
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-decoration: none
}

.nk-logo:focus,
.nk-logo:hover {
    color: #000;
    outline: 0;
    text-decoration: none
}

.nk-logo-inverse {
    display: none
}

.nk-disabled {
    pointer-events: none
}

.nk-drag,
.nk-drag * {
    cursor: move
}

.nk-drag iframe {
    pointer-events: none
}

.nk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, .3)
}

.nk-blend-multiply {
    mix-blend-mode: multiply
}

.nk-blend-screen {
    mix-blend-mode: screen
}

.nk-blend-overlay {
    mix-blend-mode: overlay
}

.nk-blend-darken {
    mix-blend-mode: darken
}

.nk-blend-lighten {
    mix-blend-mode: lighten
}

.nk-blend-color-dodge {
    mix-blend-mode: color-dodge
}

.nk-blend-color-burn {
    mix-blend-mode: color-burn
}

.nk-blend-hard-light {
    mix-blend-mode: hard-light
}

.nk-blend-soft-light {
    mix-blend-mode: soft-light
}

.nk-blend-difference {
    mix-blend-mode: difference
}

.nk-blend-exclusion {
    mix-blend-mode: exclusion
}

.nk-blend-hue {
    mix-blend-mode: hue
}

.nk-blend-saturation {
    mix-blend-mode: saturation
}

.nk-blend-color {
    mix-blend-mode: color
}

.nk-blend-luminosity {
    mix-blend-mode: luminosity
}

.nk-transform-center {
    transform: translate(-50%, -50%)
}

.nk-transform-origin-top-left {
    transform-origin: 0 0
}

.nk-transform-origin-top-center {
    transform-origin: 50% 0
}

.nk-transform-origin-top-right {
    transform-origin: 100% 0
}

.nk-transform-origin-center-left {
    transform-origin: 0 50%
}

.nk-transform-origin-center-right {
    transform-origin: 100% 50%
}

.nk-transform-origin-bottom-left {
    transform-origin: 0 100%
}

.nk-transform-origin-bottom-center {
    transform-origin: 50% 100%
}

.nk-transform-origin-bottom-right {
    transform-origin: 100% 100%
}

.nk-flex {
    display: flex
}

.nk-flex-inline {
    display: inline-flex
}

.nk-flex-inline::after,
.nk-flex-inline::before,
.nk-flex::after,
.nk-flex::before {
    display: none
}

.nk-flex-left {
    justify-content: flex-start
}

.nk-flex-center {
    justify-content: center
}

.nk-flex-right {
    justify-content: flex-end
}

.nk-flex-between {
    justify-content: space-between
}

.nk-flex-around {
    justify-content: space-around
}

@media (min-width:640px) {
    .nk-flex-left\@s {
        justify-content: flex-start
    }
    .nk-flex-center\@s {
        justify-content: center
    }
    .nk-flex-right\@s {
        justify-content: flex-end
    }
    .nk-flex-between\@s {
        justify-content: space-between
    }
    .nk-flex-around\@s {
        justify-content: space-around
    }
}

@media (min-width:960px) {
    .nk-flex-left\@m {
        justify-content: flex-start
    }
    .nk-flex-center\@m {
        justify-content: center
    }
    .nk-flex-right\@m {
        justify-content: flex-end
    }
    .nk-flex-between\@m {
        justify-content: space-between
    }
    .nk-flex-around\@m {
        justify-content: space-around
    }
}

@media (min-width:1200px) {
    .nk-flex-left\@l {
        justify-content: flex-start
    }
    .nk-flex-center\@l {
        justify-content: center
    }
    .nk-flex-right\@l {
        justify-content: flex-end
    }
    .nk-flex-between\@l {
        justify-content: space-between
    }
    .nk-flex-around\@l {
        justify-content: space-around
    }
}

@media (min-width:1600px) {
    .nk-flex-left\@xl {
        justify-content: flex-start
    }
    .nk-flex-center\@xl {
        justify-content: center
    }
    .nk-flex-right\@xl {
        justify-content: flex-end
    }
    .nk-flex-between\@xl {
        justify-content: space-between
    }
    .nk-flex-around\@xl {
        justify-content: space-around
    }
}

.nk-flex-stretch {
    align-items: stretch
}

.nk-flex-top {
    align-items: flex-start
}

.nk-flex-middle {
    align-items: center
}

.nk-flex-bottom {
    align-items: flex-end
}

.nk-flex-row {
    flex-direction: row
}

.nk-flex-row-reverse {
    flex-direction: row-reverse
}

.nk-flex-column {
    flex-direction: column
}

.nk-flex-column-reverse {
    flex-direction: column-reverse
}

.nk-flex-nowrap {
    flex-wrap: nowrap
}

.nk-flex-wrap {
    flex-wrap: wrap
}

.nk-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.nk-flex-wrap-stretch {
    align-content: stretch
}

.nk-flex-wrap-top {
    align-content: flex-start
}

.nk-flex-wrap-middle {
    align-content: center
}

.nk-flex-wrap-bottom {
    align-content: flex-end
}

.nk-flex-wrap-between {
    align-content: space-between
}

.nk-flex-wrap-around {
    align-content: space-around
}

.nk-flex-first {
    order: -1
}

.nk-flex-last {
    order: 99
}

@media (min-width:640px) {
    .nk-flex-first\@s {
        order: -1
    }
    .nk-flex-last\@s {
        order: 99
    }
}

@media (min-width:960px) {
    .nk-flex-first\@m {
        order: -1
    }
    .nk-flex-last\@m {
        order: 99
    }
}

@media (min-width:1200px) {
    .nk-flex-first\@l {
        order: -1
    }
    .nk-flex-last\@l {
        order: 99
    }
}

@media (min-width:1600px) {
    .nk-flex-first\@xl {
        order: -1
    }
    .nk-flex-last\@xl {
        order: 99
    }
}

.nk-flex-none {
    flex: none
}

.nk-flex-auto {
    flex: auto
}

.nk-flex-1 {
    flex: 1
}

.nk-margin {
    margin-bottom: 20px
}

*+.nk-margin {
    margin-top: 20px !important
}

.nk-margin-top {
    margin-top: 20px !important
}

.nk-margin-bottom {
    margin-bottom: 20px !important
}

.nk-margin-left {
    margin-left: 20px !important
}

.nk-margin-right {
    margin-right: 20px !important
}

.nk-margin-small {
    margin-bottom: 10px
}

*+.nk-margin-small {
    margin-top: 10px !important
}

.nk-margin-small-top {
    margin-top: 10px !important
}

.nk-margin-small-bottom {
    margin-bottom: 10px !important
}

.nk-margin-small-left {
    margin-left: 10px !important
}

.nk-margin-small-right {
    margin-right: 10px !important
}

.nk-margin-medium {
    margin-bottom: 40px
}

*+.nk-margin-medium {
    margin-top: 40px !important
}

.nk-margin-medium-top {
    margin-top: 40px !important
}

.nk-margin-medium-bottom {
    margin-bottom: 40px !important
}

.nk-margin-medium-left {
    margin-left: 40px !important
}

.nk-margin-medium-right {
    margin-right: 40px !important
}

.nk-margin-large {
    margin-bottom: 40px
}

*+.nk-margin-large {
    margin-top: 40px !important
}

.nk-margin-large-top {
    margin-top: 40px !important
}

.nk-margin-large-bottom {
    margin-bottom: 40px !important
}

.nk-margin-large-left {
    margin-left: 40px !important
}

.nk-margin-large-right {
    margin-right: 40px !important
}

@media (min-width:1200px) {
    .nk-margin-large {
        margin-bottom: 70px
    }
    *+.nk-margin-large {
        margin-top: 70px !important
    }
    .nk-margin-large-top {
        margin-top: 70px !important
    }
    .nk-margin-large-bottom {
        margin-bottom: 70px !important
    }
    .nk-margin-large-left {
        margin-left: 70px !important
    }
    .nk-margin-large-right {
        margin-right: 70px !important
    }
}

.nk-margin-xlarge {
    margin-bottom: 70px
}

*+.nk-margin-xlarge {
    margin-top: 70px !important
}

.nk-margin-xlarge-top {
    margin-top: 70px !important
}

.nk-margin-xlarge-bottom {
    margin-bottom: 70px !important
}

.nk-margin-xlarge-left {
    margin-left: 70px !important
}

.nk-margin-xlarge-right {
    margin-right: 70px !important
}

@media (min-width:1200px) {
    .nk-margin-xlarge {
        margin-bottom: 140px
    }
    *+.nk-margin-xlarge {
        margin-top: 140px !important
    }
    .nk-margin-xlarge-top {
        margin-top: 140px !important
    }
    .nk-margin-xlarge-bottom {
        margin-bottom: 140px !important
    }
    .nk-margin-xlarge-left {
        margin-left: 140px !important
    }
    .nk-margin-xlarge-right {
        margin-right: 140px !important
    }
}

.nk-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.nk-margin-auto-top {
    margin-top: auto !important
}

.nk-margin-auto-bottom {
    margin-bottom: auto !important
}

.nk-margin-auto-left {
    margin-left: auto !important
}

.nk-margin-auto-right {
    margin-right: auto !important
}

.nk-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width:640px) {
    .nk-margin-auto\@s {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .nk-margin-auto-left\@s {
        margin-left: auto !important
    }
    .nk-margin-auto-right\@s {
        margin-right: auto !important
    }
}

@media (min-width:960px) {
    .nk-margin-auto\@m {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .nk-margin-auto-left\@m {
        margin-left: auto !important
    }
    .nk-margin-auto-right\@m {
        margin-right: auto !important
    }
}

@media (min-width:1200px) {
    .nk-margin-auto\@l {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .nk-margin-auto-left\@l {
        margin-left: auto !important
    }
    .nk-margin-auto-right\@l {
        margin-right: auto !important
    }
}

@media (min-width:1600px) {
    .nk-margin-auto\@xl {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .nk-margin-auto-left\@xl {
        margin-left: auto !important
    }
    .nk-margin-auto-right\@xl {
        margin-right: auto !important
    }
}

.nk-margin-remove {
    margin: 0 !important
}

.nk-margin-remove-top {
    margin-top: 0 !important
}

.nk-margin-remove-bottom {
    margin-bottom: 0 !important
}

.nk-margin-remove-left {
    margin-left: 0 !important
}

.nk-margin-remove-right {
    margin-right: 0 !important
}

.nk-margin-remove-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.nk-margin-remove-adjacent+*,
.nk-margin-remove-first-child>:first-child {
    margin-top: 0 !important
}

.nk-margin-remove-last-child>:last-child {
    margin-bottom: 0 !important
}

@media (min-width:640px) {
    .nk-margin-remove-left\@s {
        margin-left: 0 !important
    }
    .nk-margin-remove-right\@s {
        margin-right: 0 !important
    }
}

@media (min-width:960px) {
    .nk-margin-remove-left\@m {
        margin-left: 0 !important
    }
    .nk-margin-remove-right\@m {
        margin-right: 0 !important
    }
}

@media (min-width:1200px) {
    .nk-margin-remove-left\@l {
        margin-left: 0 !important
    }
    .nk-margin-remove-right\@l {
        margin-right: 0 !important
    }
}

@media (min-width:1600px) {
    .nk-margin-remove-left\@xl {
        margin-left: 0 !important
    }
    .nk-margin-remove-right\@xl {
        margin-right: 0 !important
    }
}

.nk-padding {
    padding: 30px
}

@media (min-width:1200px) {
    .nk-padding {
        padding: 40px
    }
}

.nk-padding-small {
    padding: 15px
}

.nk-padding-large {
    padding: 30px
}

@media (min-width:1200px) {
    .nk-padding-large {
        padding: 70px
    }
}

.nk-padding-remove {
    padding: 0 !important
}

.nk-padding-remove-top {
    padding-top: 0 !important
}

.nk-padding-remove-bottom {
    padding-bottom: 0 !important
}

.nk-padding-remove-left {
    padding-left: 0 !important
}

.nk-padding-remove-right {
    padding-right: 0 !important
}

.nk-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.nk-padding-remove-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important
}

[class*=nk-position-bottom],
[class*=nk-position-center],
[class*=nk-position-left],
[class*=nk-position-right],
[class*=nk-position-top] {
    position: absolute !important
}

.nk-position-top {
    top: 0;
    left: 0;
    right: 0
}

.nk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.nk-position-left {
    top: 0;
    bottom: 0;
    left: 0
}

.nk-position-right {
    top: 0;
    bottom: 0;
    right: 0
}

.nk-position-top-left {
    top: 0;
    left: 0
}

.nk-position-top-right {
    top: 0;
    right: 0
}

.nk-position-bottom-left {
    bottom: 0;
    left: 0
}

.nk-position-bottom-right {
    bottom: 0;
    right: 0
}

.nk-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

[class*=nk-position-center-left],
[class*=nk-position-center-right] {
    top: 50%;
    transform: translateY(-50%)
}

.nk-position-center-left {
    left: 0
}

.nk-position-center-right {
    right: 0
}

.nk-position-center-left-out {
    right: 100%;
    width: max-content
}

.nk-position-center-right-out {
    left: 100%;
    width: max-content
}

.nk-position-bottom-center,
.nk-position-top-center {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

.nk-position-top-center {
    top: 0
}

.nk-position-bottom-center {
    bottom: 0
}

.nk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.nk-position-relative {
    position: relative !important
}

.nk-position-absolute {
    position: absolute !important
}

.nk-position-fixed {
    position: fixed !important
}

.nk-position-z-index {
    z-index: 1
}

.nk-position-small {
    max-width: calc(100% - (15px * 2));
    margin: 15px
}

.nk-position-small.nk-position-center {
    transform: translate(-50%, -50%) translate(-15px, -15px)
}

.nk-position-small[class*=nk-position-center-left],
.nk-position-small[class*=nk-position-center-right] {
    transform: translateY(-50%) translateY(-15px)
}

.nk-position-small.nk-position-bottom-center,
.nk-position-small.nk-position-top-center {
    transform: translateX(-50%) translateX(-15px)
}

.nk-position-medium {
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

.nk-position-medium.nk-position-center {
    transform: translate(-50%, -50%) translate(-30px, -30px)
}

.nk-position-medium[class*=nk-position-center-left],
.nk-position-medium[class*=nk-position-center-right] {
    transform: translateY(-50%) translateY(-30px)
}

.nk-position-medium.nk-position-bottom-center,
.nk-position-medium.nk-position-top-center {
    transform: translateX(-50%) translateX(-30px)
}

.nk-position-large {
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

.nk-position-large.nk-position-center {
    transform: translate(-50%, -50%) translate(-30px, -30px)
}

.nk-position-large[class*=nk-position-center-left],
.nk-position-large[class*=nk-position-center-right] {
    transform: translateY(-50%) translateY(-30px)
}

.nk-position-large.nk-position-bottom-center,
.nk-position-large.nk-position-top-center {
    transform: translateX(-50%) translateX(-30px)
}

@media (min-width:1200px) {
    .nk-position-large {
        max-width: calc(100% - (50px * 2));
        margin: 50px
    }
    .nk-position-large.nk-position-center {
        transform: translate(-50%, -50%) translate(-50px, -50px)
    }
    .nk-position-large[class*=nk-position-center-left],
    .nk-position-large[class*=nk-position-center-right] {
        transform: translateY(-50%) translateY(-50px)
    }
    .nk-position-large.nk-position-bottom-center,
    .nk-position-large.nk-position-top-center {
        transform: translateX(-50%) translateX(-50px)
    }
}

.nk-transition-toggle {
    -webkit-tap-highlight-color: transparent
}

.nk-transition-toggle:focus {
    outline: 0
}

.nk-transition-fade,
[class*=nk-transition-scale],
[class*=nk-transition-slide] {
    transition: .3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0
}

.nk-transition-active.nk-active .nk-transition-fade,
.nk-transition-toggle:focus .nk-transition-fade,
.nk-transition-toggle:hover .nk-transition-fade {
    opacity: 1
}

.nk-transition-scale-up {
    transform: scale(1, 1)
}

.nk-transition-scale-down {
    transform: scale(1.1, 1.1)
}

.nk-transition-active.nk-active .nk-transition-scale-up,
.nk-transition-toggle:focus .nk-transition-scale-up,
.nk-transition-toggle:hover .nk-transition-scale-up {
    opacity: 1;
    transform: scale(1.1, 1.1)
}

.nk-transition-active.nk-active .nk-transition-scale-down,
.nk-transition-toggle:focus .nk-transition-scale-down,
.nk-transition-toggle:hover .nk-transition-scale-down {
    opacity: 1;
    transform: scale(1, 1)
}

.nk-transition-slide-top {
    transform: translateY(-100%)
}

.nk-transition-slide-bottom {
    transform: translateY(100%)
}

.nk-transition-slide-left {
    transform: translateX(-100%)
}

.nk-transition-slide-right {
    transform: translateX(100%)
}

.nk-transition-slide-top-small {
    transform: translateY(-10px)
}

.nk-transition-slide-bottom-small {
    transform: translateY(10px)
}

.nk-transition-slide-left-small {
    transform: translateX(-10px)
}

.nk-transition-slide-right-small {
    transform: translateX(10px)
}

.nk-transition-slide-top-medium {
    transform: translateY(-50px)
}

.nk-transition-slide-bottom-medium {
    transform: translateY(50px)
}

.nk-transition-slide-left-medium {
    transform: translateX(-50px)
}

.nk-transition-slide-right-medium {
    transform: translateX(50px)
}

.nk-transition-active.nk-active [class*=nk-transition-slide],
.nk-transition-toggle:focus [class*=nk-transition-slide],
.nk-transition-toggle:hover [class*=nk-transition-slide] {
    opacity: 1;
    transform: translate(0, 0)
}

.nk-transition-opaque {
    opacity: 1
}

.nk-transition-slow {
    transition-duration: .7s
}

.nk-hidden,
[hidden] {
    display: none !important
}

@media (min-width:640px) {
    .nk-hidden\@s {
        display: none !important
    }
}

@media (min-width:960px) {
    .nk-hidden\@m {
        display: none !important
    }
}

@media (min-width:1200px) {
    .nk-hidden\@l {
        display: none !important
    }
}

@media (min-width:1600px) {
    .nk-hidden\@xl {
        display: none !important
    }
}

@media (max-width:639px) {
    .nk-visible\@s {
        display: none !important
    }
}

@media (max-width:959px) {
    .nk-visible\@m {
        display: none !important
    }
}

@media (max-width:1199px) {
    .nk-visible\@l {
        display: none !important
    }
}

@media (max-width:1599px) {
    .nk-visible\@xl {
        display: none !important
    }
}

.nk-invisible {
    visibility: hidden !important
}

.nk-visible-toggle:not(:hover):not(:focus) .nk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important
}

.nk-visible-toggle:not(:hover):not(:focus) .nk-invisible-hover:not(:focus-within) {
    opacity: 0 !important
}

.nk-visible-toggle {
    -webkit-tap-highlight-color: transparent
}

.nk-visible-toggle:focus {
    outline: 0
}

@media (pointer:coarse) {
    .nk-hidden-touch {
        display: none !important
    }
}

.nk-hidden-notouch {
    display: none !important
}

@media (pointer:coarse) {
    .nk-hidden-notouch {
        display: block !important
    }
}

.nk-card-primary.nk-card-body,
.nk-card-primary>:not([class*=nk-card-media]),
.nk-card-secondary.nk-card-body,
.nk-card-secondary>:not([class*=nk-card-media]),
.nk-light,
.nk-offcanvas-bar,
.nk-overlay-primary,
.nk-section-primary:not(.nk-preserve-color),
.nk-section-secondary:not(.nk-preserve-color),
.nk-tile-primary:not(.nk-preserve-color),
.nk-tile-secondary:not(.nk-preserve-color) {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-link,
.nk-card-primary.nk-card-body a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link,
.nk-card-primary>:not([class*=nk-card-media]) a,
.nk-card-secondary.nk-card-body .nk-link,
.nk-card-secondary.nk-card-body a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link,
.nk-card-secondary>:not([class*=nk-card-media]) a,
.nk-light .nk-link,
.nk-light a,
.nk-offcanvas-bar .nk-link,
.nk-offcanvas-bar a,
.nk-overlay-primary .nk-link,
.nk-overlay-primary a,
.nk-section-primary:not(.nk-preserve-color) .nk-link,
.nk-section-primary:not(.nk-preserve-color) a,
.nk-section-secondary:not(.nk-preserve-color) .nk-link,
.nk-section-secondary:not(.nk-preserve-color) a,
.nk-tile-primary:not(.nk-preserve-color) .nk-link,
.nk-tile-primary:not(.nk-preserve-color) a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link,
.nk-tile-secondary:not(.nk-preserve-color) a {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-link:hover,
.nk-card-primary.nk-card-body a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link:hover,
.nk-card-primary>:not([class*=nk-card-media]) a:hover,
.nk-card-secondary.nk-card-body .nk-link:hover,
.nk-card-secondary.nk-card-body a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link:hover,
.nk-card-secondary>:not([class*=nk-card-media]) a:hover,
.nk-light .nk-link:hover,
.nk-light a:hover,
.nk-offcanvas-bar .nk-link:hover,
.nk-offcanvas-bar a:hover,
.nk-overlay-primary .nk-link:hover,
.nk-overlay-primary a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-link:hover,
.nk-section-primary:not(.nk-preserve-color) a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-link:hover,
.nk-section-secondary:not(.nk-preserve-color) a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-link:hover,
.nk-tile-primary:not(.nk-preserve-color) a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link:hover,
.nk-tile-secondary:not(.nk-preserve-color) a:hover {
    color: #fff
}

.nk-card-primary.nk-card-body :not(pre)>code,
.nk-card-primary.nk-card-body :not(pre)>kbd,
.nk-card-primary.nk-card-body :not(pre)>samp,
.nk-card-primary>:not([class*=nk-card-media]) :not(pre)>code,
.nk-card-primary>:not([class*=nk-card-media]) :not(pre)>kbd,
.nk-card-primary>:not([class*=nk-card-media]) :not(pre)>samp,
.nk-card-secondary.nk-card-body :not(pre)>code,
.nk-card-secondary.nk-card-body :not(pre)>kbd,
.nk-card-secondary.nk-card-body :not(pre)>samp,
.nk-card-secondary>:not([class*=nk-card-media]) :not(pre)>code,
.nk-card-secondary>:not([class*=nk-card-media]) :not(pre)>kbd,
.nk-card-secondary>:not([class*=nk-card-media]) :not(pre)>samp,
.nk-light :not(pre)>code,
.nk-light :not(pre)>kbd,
.nk-light :not(pre)>samp,
.nk-offcanvas-bar :not(pre)>code,
.nk-offcanvas-bar :not(pre)>kbd,
.nk-offcanvas-bar :not(pre)>samp,
.nk-overlay-primary :not(pre)>code,
.nk-overlay-primary :not(pre)>kbd,
.nk-overlay-primary :not(pre)>samp,
.nk-section-primary:not(.nk-preserve-color) :not(pre)>code,
.nk-section-primary:not(.nk-preserve-color) :not(pre)>kbd,
.nk-section-primary:not(.nk-preserve-color) :not(pre)>samp,
.nk-section-secondary:not(.nk-preserve-color) :not(pre)>code,
.nk-section-secondary:not(.nk-preserve-color) :not(pre)>kbd,
.nk-section-secondary:not(.nk-preserve-color) :not(pre)>samp,
.nk-tile-primary:not(.nk-preserve-color) :not(pre)>code,
.nk-tile-primary:not(.nk-preserve-color) :not(pre)>kbd,
.nk-tile-primary:not(.nk-preserve-color) :not(pre)>samp,
.nk-tile-secondary:not(.nk-preserve-color) :not(pre)>code,
.nk-tile-secondary:not(.nk-preserve-color) :not(pre)>kbd,
.nk-tile-secondary:not(.nk-preserve-color) :not(pre)>samp {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body em,
.nk-card-primary>:not([class*=nk-card-media]) em,
.nk-card-secondary.nk-card-body em,
.nk-card-secondary>:not([class*=nk-card-media]) em,
.nk-light em,
.nk-offcanvas-bar em,
.nk-overlay-primary em,
.nk-section-primary:not(.nk-preserve-color) em,
.nk-section-secondary:not(.nk-preserve-color) em,
.nk-tile-primary:not(.nk-preserve-color) em,
.nk-tile-secondary:not(.nk-preserve-color) em {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-h1,
.nk-card-primary.nk-card-body .nk-h2,
.nk-card-primary.nk-card-body .nk-h3,
.nk-card-primary.nk-card-body .nk-h4,
.nk-card-primary.nk-card-body .nk-h5,
.nk-card-primary.nk-card-body .nk-h6,
.nk-card-primary.nk-card-body .nk-heading-2xlarge,
.nk-card-primary.nk-card-body .nk-heading-large,
.nk-card-primary.nk-card-body .nk-heading-medium,
.nk-card-primary.nk-card-body .nk-heading-small,
.nk-card-primary.nk-card-body .nk-heading-xlarge,
.nk-card-primary.nk-card-body h1,
.nk-card-primary.nk-card-body h2,
.nk-card-primary.nk-card-body h3,
.nk-card-primary.nk-card-body h4,
.nk-card-primary.nk-card-body h5,
.nk-card-primary.nk-card-body h6,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h1,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h2,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h3,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h4,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h5,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h6,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-2xlarge,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-large,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-medium,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-small,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-xlarge,
.nk-card-primary>:not([class*=nk-card-media]) h1,
.nk-card-primary>:not([class*=nk-card-media]) h2,
.nk-card-primary>:not([class*=nk-card-media]) h3,
.nk-card-primary>:not([class*=nk-card-media]) h4,
.nk-card-primary>:not([class*=nk-card-media]) h5,
.nk-card-primary>:not([class*=nk-card-media]) h6,
.nk-card-secondary.nk-card-body .nk-h1,
.nk-card-secondary.nk-card-body .nk-h2,
.nk-card-secondary.nk-card-body .nk-h3,
.nk-card-secondary.nk-card-body .nk-h4,
.nk-card-secondary.nk-card-body .nk-h5,
.nk-card-secondary.nk-card-body .nk-h6,
.nk-card-secondary.nk-card-body .nk-heading-2xlarge,
.nk-card-secondary.nk-card-body .nk-heading-large,
.nk-card-secondary.nk-card-body .nk-heading-medium,
.nk-card-secondary.nk-card-body .nk-heading-small,
.nk-card-secondary.nk-card-body .nk-heading-xlarge,
.nk-card-secondary.nk-card-body h1,
.nk-card-secondary.nk-card-body h2,
.nk-card-secondary.nk-card-body h3,
.nk-card-secondary.nk-card-body h4,
.nk-card-secondary.nk-card-body h5,
.nk-card-secondary.nk-card-body h6,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h1,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h2,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h3,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h4,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h5,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h6,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-2xlarge,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-large,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-medium,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-small,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-xlarge,
.nk-card-secondary>:not([class*=nk-card-media]) h1,
.nk-card-secondary>:not([class*=nk-card-media]) h2,
.nk-card-secondary>:not([class*=nk-card-media]) h3,
.nk-card-secondary>:not([class*=nk-card-media]) h4,
.nk-card-secondary>:not([class*=nk-card-media]) h5,
.nk-card-secondary>:not([class*=nk-card-media]) h6,
.nk-light .nk-h1,
.nk-light .nk-h2,
.nk-light .nk-h3,
.nk-light .nk-h4,
.nk-light .nk-h5,
.nk-light .nk-h6,
.nk-light .nk-heading-2xlarge,
.nk-light .nk-heading-large,
.nk-light .nk-heading-medium,
.nk-light .nk-heading-small,
.nk-light .nk-heading-xlarge,
.nk-light h1,
.nk-light h2,
.nk-light h3,
.nk-light h4,
.nk-light h5,
.nk-light h6,
.nk-offcanvas-bar .nk-h1,
.nk-offcanvas-bar .nk-h2,
.nk-offcanvas-bar .nk-h3,
.nk-offcanvas-bar .nk-h4,
.nk-offcanvas-bar .nk-h5,
.nk-offcanvas-bar .nk-h6,
.nk-offcanvas-bar .nk-heading-2xlarge,
.nk-offcanvas-bar .nk-heading-large,
.nk-offcanvas-bar .nk-heading-medium,
.nk-offcanvas-bar .nk-heading-small,
.nk-offcanvas-bar .nk-heading-xlarge,
.nk-offcanvas-bar h1,
.nk-offcanvas-bar h2,
.nk-offcanvas-bar h3,
.nk-offcanvas-bar h4,
.nk-offcanvas-bar h5,
.nk-offcanvas-bar h6,
.nk-overlay-primary .nk-h1,
.nk-overlay-primary .nk-h2,
.nk-overlay-primary .nk-h3,
.nk-overlay-primary .nk-h4,
.nk-overlay-primary .nk-h5,
.nk-overlay-primary .nk-h6,
.nk-overlay-primary .nk-heading-2xlarge,
.nk-overlay-primary .nk-heading-large,
.nk-overlay-primary .nk-heading-medium,
.nk-overlay-primary .nk-heading-small,
.nk-overlay-primary .nk-heading-xlarge,
.nk-overlay-primary h1,
.nk-overlay-primary h2,
.nk-overlay-primary h3,
.nk-overlay-primary h4,
.nk-overlay-primary h5,
.nk-overlay-primary h6,
.nk-section-primary:not(.nk-preserve-color) .nk-h1,
.nk-section-primary:not(.nk-preserve-color) .nk-h2,
.nk-section-primary:not(.nk-preserve-color) .nk-h3,
.nk-section-primary:not(.nk-preserve-color) .nk-h4,
.nk-section-primary:not(.nk-preserve-color) .nk-h5,
.nk-section-primary:not(.nk-preserve-color) .nk-h6,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-2xlarge,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-large,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-medium,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-small,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-xlarge,
.nk-section-primary:not(.nk-preserve-color) h1,
.nk-section-primary:not(.nk-preserve-color) h2,
.nk-section-primary:not(.nk-preserve-color) h3,
.nk-section-primary:not(.nk-preserve-color) h4,
.nk-section-primary:not(.nk-preserve-color) h5,
.nk-section-primary:not(.nk-preserve-color) h6,
.nk-section-secondary:not(.nk-preserve-color) .nk-h1,
.nk-section-secondary:not(.nk-preserve-color) .nk-h2,
.nk-section-secondary:not(.nk-preserve-color) .nk-h3,
.nk-section-secondary:not(.nk-preserve-color) .nk-h4,
.nk-section-secondary:not(.nk-preserve-color) .nk-h5,
.nk-section-secondary:not(.nk-preserve-color) .nk-h6,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-2xlarge,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-large,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-medium,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-small,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-xlarge,
.nk-section-secondary:not(.nk-preserve-color) h1,
.nk-section-secondary:not(.nk-preserve-color) h2,
.nk-section-secondary:not(.nk-preserve-color) h3,
.nk-section-secondary:not(.nk-preserve-color) h4,
.nk-section-secondary:not(.nk-preserve-color) h5,
.nk-section-secondary:not(.nk-preserve-color) h6,
.nk-tile-primary:not(.nk-preserve-color) .nk-h1,
.nk-tile-primary:not(.nk-preserve-color) .nk-h2,
.nk-tile-primary:not(.nk-preserve-color) .nk-h3,
.nk-tile-primary:not(.nk-preserve-color) .nk-h4,
.nk-tile-primary:not(.nk-preserve-color) .nk-h5,
.nk-tile-primary:not(.nk-preserve-color) .nk-h6,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-2xlarge,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-large,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-medium,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-small,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-xlarge,
.nk-tile-primary:not(.nk-preserve-color) h1,
.nk-tile-primary:not(.nk-preserve-color) h2,
.nk-tile-primary:not(.nk-preserve-color) h3,
.nk-tile-primary:not(.nk-preserve-color) h4,
.nk-tile-primary:not(.nk-preserve-color) h5,
.nk-tile-primary:not(.nk-preserve-color) h6,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h1,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h2,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h3,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h4,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h5,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h6,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-2xlarge,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-large,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-medium,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-small,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-xlarge,
.nk-tile-secondary:not(.nk-preserve-color) h1,
.nk-tile-secondary:not(.nk-preserve-color) h2,
.nk-tile-secondary:not(.nk-preserve-color) h3,
.nk-tile-secondary:not(.nk-preserve-color) h4,
.nk-tile-secondary:not(.nk-preserve-color) h5,
.nk-tile-secondary:not(.nk-preserve-color) h6 {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-hr,
.nk-card-primary.nk-card-body hr,
.nk-card-primary>:not([class*=nk-card-media]) .nk-hr,
.nk-card-primary>:not([class*=nk-card-media]) hr,
.nk-card-secondary.nk-card-body .nk-hr,
.nk-card-secondary.nk-card-body hr,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-hr,
.nk-card-secondary>:not([class*=nk-card-media]) hr,
.nk-light .nk-hr,
.nk-light hr,
.nk-offcanvas-bar .nk-hr,
.nk-offcanvas-bar hr,
.nk-overlay-primary .nk-hr,
.nk-overlay-primary hr,
.nk-section-primary:not(.nk-preserve-color) .nk-hr,
.nk-section-primary:not(.nk-preserve-color) hr,
.nk-section-secondary:not(.nk-preserve-color) .nk-hr,
.nk-section-secondary:not(.nk-preserve-color) hr,
.nk-tile-primary:not(.nk-preserve-color) .nk-hr,
.nk-tile-primary:not(.nk-preserve-color) hr,
.nk-tile-secondary:not(.nk-preserve-color) .nk-hr,
.nk-tile-secondary:not(.nk-preserve-color) hr {
    border-top-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-link-muted,
.nk-card-primary.nk-card-body .nk-link-muted a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link-muted,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link-muted a,
.nk-card-secondary.nk-card-body .nk-link-muted,
.nk-card-secondary.nk-card-body .nk-link-muted a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link-muted,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link-muted a,
.nk-light .nk-link-muted,
.nk-light .nk-link-muted a,
.nk-offcanvas-bar .nk-link-muted,
.nk-offcanvas-bar .nk-link-muted a,
.nk-overlay-primary .nk-link-muted,
.nk-overlay-primary .nk-link-muted a,
.nk-section-primary:not(.nk-preserve-color) .nk-link-muted,
.nk-section-primary:not(.nk-preserve-color) .nk-link-muted a,
.nk-section-secondary:not(.nk-preserve-color) .nk-link-muted,
.nk-section-secondary:not(.nk-preserve-color) .nk-link-muted a,
.nk-tile-primary:not(.nk-preserve-color) .nk-link-muted,
.nk-tile-primary:not(.nk-preserve-color) .nk-link-muted a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link-muted,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link-muted a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-link-muted a:hover,
.nk-card-primary.nk-card-body .nk-link-muted:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link-muted a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link-muted:hover,
.nk-card-secondary.nk-card-body .nk-link-muted a:hover,
.nk-card-secondary.nk-card-body .nk-link-muted:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link-muted a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link-muted:hover,
.nk-light .nk-link-muted a:hover,
.nk-light .nk-link-muted:hover,
.nk-offcanvas-bar .nk-link-muted a:hover,
.nk-offcanvas-bar .nk-link-muted:hover,
.nk-overlay-primary .nk-link-muted a:hover,
.nk-overlay-primary .nk-link-muted:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-link-muted a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-link-muted:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-link-muted a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-link-muted:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-link-muted a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-link-muted:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link-muted a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link-muted:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-link-text a:hover,
.nk-card-primary.nk-card-body .nk-link-text:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link-text a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link-text:hover,
.nk-card-secondary.nk-card-body .nk-link-text a:hover,
.nk-card-secondary.nk-card-body .nk-link-text:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link-text a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link-text:hover,
.nk-light .nk-link-text a:hover,
.nk-light .nk-link-text:hover,
.nk-offcanvas-bar .nk-link-text a:hover,
.nk-offcanvas-bar .nk-link-text:hover,
.nk-overlay-primary .nk-link-text a:hover,
.nk-overlay-primary .nk-link-text:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-link-text a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-link-text:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-link-text a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-link-text:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-link-text a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-link-text:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link-text a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link-text:hover {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-link-heading a:hover,
.nk-card-primary.nk-card-body .nk-link-heading:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link-heading a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link-heading:hover,
.nk-card-secondary.nk-card-body .nk-link-heading a:hover,
.nk-card-secondary.nk-card-body .nk-link-heading:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link-heading a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link-heading:hover,
.nk-light .nk-link-heading a:hover,
.nk-light .nk-link-heading:hover,
.nk-offcanvas-bar .nk-link-heading a:hover,
.nk-offcanvas-bar .nk-link-heading:hover,
.nk-overlay-primary .nk-link-heading a:hover,
.nk-overlay-primary .nk-link-heading:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-link-heading a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-link-heading:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-link-heading a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-link-heading:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-link-heading a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-link-heading:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link-heading a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link-heading:hover {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-heading-divider,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-divider,
.nk-card-secondary.nk-card-body .nk-heading-divider,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-divider,
.nk-light .nk-heading-divider,
.nk-offcanvas-bar .nk-heading-divider,
.nk-overlay-primary .nk-heading-divider,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-divider,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-divider,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-divider,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-divider {
    border-bottom-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-heading-bullet::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-bullet::before,
.nk-card-secondary.nk-card-body .nk-heading-bullet::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-bullet::before,
.nk-light .nk-heading-bullet::before,
.nk-offcanvas-bar .nk-heading-bullet::before,
.nk-overlay-primary .nk-heading-bullet::before,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-bullet::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-bullet::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-bullet::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-heading-line>::after,
.nk-card-primary.nk-card-body .nk-heading-line>::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-line>::after,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-line>::before,
.nk-card-secondary.nk-card-body .nk-heading-line>::after,
.nk-card-secondary.nk-card-body .nk-heading-line>::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-line>::after,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-line>::before,
.nk-light .nk-heading-line>::after,
.nk-light .nk-heading-line>::before,
.nk-offcanvas-bar .nk-heading-line>::after,
.nk-offcanvas-bar .nk-heading-line>::before,
.nk-overlay-primary .nk-heading-line>::after,
.nk-overlay-primary .nk-heading-line>::before,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-line>::after,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-line>::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-line>::after,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-line>::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-line>::after,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-line>::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-line>::after,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-line>::before {
    border-bottom-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-divider-icon,
.nk-card-primary>:not([class*=nk-card-media]) .nk-divider-icon,
.nk-card-secondary.nk-card-body .nk-divider-icon,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-divider-icon,
.nk-light .nk-divider-icon,
.nk-offcanvas-bar .nk-divider-icon,
.nk-overlay-primary .nk-divider-icon,
.nk-section-primary:not(.nk-preserve-color) .nk-divider-icon,
.nk-section-secondary:not(.nk-preserve-color) .nk-divider-icon,
.nk-tile-primary:not(.nk-preserve-color) .nk-divider-icon,
.nk-tile-secondary:not(.nk-preserve-color) .nk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.nk-card-primary.nk-card-body .nk-divider-icon::after,
.nk-card-primary.nk-card-body .nk-divider-icon::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-divider-icon::after,
.nk-card-primary>:not([class*=nk-card-media]) .nk-divider-icon::before,
.nk-card-secondary.nk-card-body .nk-divider-icon::after,
.nk-card-secondary.nk-card-body .nk-divider-icon::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-divider-icon::after,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-divider-icon::before,
.nk-light .nk-divider-icon::after,
.nk-light .nk-divider-icon::before,
.nk-offcanvas-bar .nk-divider-icon::after,
.nk-offcanvas-bar .nk-divider-icon::before,
.nk-overlay-primary .nk-divider-icon::after,
.nk-overlay-primary .nk-divider-icon::before,
.nk-section-primary:not(.nk-preserve-color) .nk-divider-icon::after,
.nk-section-primary:not(.nk-preserve-color) .nk-divider-icon::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-divider-icon::after,
.nk-section-secondary:not(.nk-preserve-color) .nk-divider-icon::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-divider-icon::after,
.nk-tile-primary:not(.nk-preserve-color) .nk-divider-icon::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-divider-icon::after,
.nk-tile-secondary:not(.nk-preserve-color) .nk-divider-icon::before {
    border-bottom-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-divider-small::after,
.nk-card-primary>:not([class*=nk-card-media]) .nk-divider-small::after,
.nk-card-secondary.nk-card-body .nk-divider-small::after,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-divider-small::after,
.nk-light .nk-divider-small::after,
.nk-offcanvas-bar .nk-divider-small::after,
.nk-overlay-primary .nk-divider-small::after,
.nk-section-primary:not(.nk-preserve-color) .nk-divider-small::after,
.nk-section-secondary:not(.nk-preserve-color) .nk-divider-small::after,
.nk-tile-primary:not(.nk-preserve-color) .nk-divider-small::after,
.nk-tile-secondary:not(.nk-preserve-color) .nk-divider-small::after {
    border-top-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-divider-vertical,
.nk-card-primary>:not([class*=nk-card-media]) .nk-divider-vertical,
.nk-card-secondary.nk-card-body .nk-divider-vertical,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-divider-vertical,
.nk-light .nk-divider-vertical,
.nk-offcanvas-bar .nk-divider-vertical,
.nk-overlay-primary .nk-divider-vertical,
.nk-section-primary:not(.nk-preserve-color) .nk-divider-vertical,
.nk-section-secondary:not(.nk-preserve-color) .nk-divider-vertical,
.nk-tile-primary:not(.nk-preserve-color) .nk-divider-vertical,
.nk-tile-secondary:not(.nk-preserve-color) .nk-divider-vertical {
    border-left-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-list-divider>li:nth-child(n+2),
.nk-card-primary>:not([class*=nk-card-media]) .nk-list-divider>li:nth-child(n+2),
.nk-card-secondary.nk-card-body .nk-list-divider>li:nth-child(n+2),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-list-divider>li:nth-child(n+2),
.nk-light .nk-list-divider>li:nth-child(n+2),
.nk-offcanvas-bar .nk-list-divider>li:nth-child(n+2),
.nk-overlay-primary .nk-list-divider>li:nth-child(n+2),
.nk-section-primary:not(.nk-preserve-color) .nk-list-divider>li:nth-child(n+2),
.nk-section-secondary:not(.nk-preserve-color) .nk-list-divider>li:nth-child(n+2),
.nk-tile-primary:not(.nk-preserve-color) .nk-list-divider>li:nth-child(n+2),
.nk-tile-secondary:not(.nk-preserve-color) .nk-list-divider>li:nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-list-striped>li:nth-of-type(odd),
.nk-card-primary>:not([class*=nk-card-media]) .nk-list-striped>li:nth-of-type(odd),
.nk-card-secondary.nk-card-body .nk-list-striped>li:nth-of-type(odd),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-list-striped>li:nth-of-type(odd),
.nk-light .nk-list-striped>li:nth-of-type(odd),
.nk-offcanvas-bar .nk-list-striped>li:nth-of-type(odd),
.nk-overlay-primary .nk-list-striped>li:nth-of-type(odd),
.nk-section-primary:not(.nk-preserve-color) .nk-list-striped>li:nth-of-type(odd),
.nk-section-secondary:not(.nk-preserve-color) .nk-list-striped>li:nth-of-type(odd),
.nk-tile-primary:not(.nk-preserve-color) .nk-list-striped>li:nth-of-type(odd),
.nk-tile-secondary:not(.nk-preserve-color) .nk-list-striped>li:nth-of-type(odd) {
    border-top-color: rgba(255, 255, 255, .2);
    border-bottom-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-list-striped>li:nth-of-type(odd),
.nk-card-primary>:not([class*=nk-card-media]) .nk-list-striped>li:nth-of-type(odd),
.nk-card-secondary.nk-card-body .nk-list-striped>li:nth-of-type(odd),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-list-striped>li:nth-of-type(odd),
.nk-light .nk-list-striped>li:nth-of-type(odd),
.nk-offcanvas-bar .nk-list-striped>li:nth-of-type(odd),
.nk-overlay-primary .nk-list-striped>li:nth-of-type(odd),
.nk-section-primary:not(.nk-preserve-color) .nk-list-striped>li:nth-of-type(odd),
.nk-section-secondary:not(.nk-preserve-color) .nk-list-striped>li:nth-of-type(odd),
.nk-tile-primary:not(.nk-preserve-color) .nk-list-striped>li:nth-of-type(odd),
.nk-tile-secondary:not(.nk-preserve-color) .nk-list-striped>li:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .1)
}

.nk-card-primary.nk-card-body .nk-list-bullet>li::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-list-bullet>li::before,
.nk-card-secondary.nk-card-body .nk-list-bullet>li::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-list-bullet>li::before,
.nk-light .nk-list-bullet>li::before,
.nk-offcanvas-bar .nk-list-bullet>li::before,
.nk-overlay-primary .nk-list-bullet>li::before,
.nk-section-primary:not(.nk-preserve-color) .nk-list-bullet>li::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-list-bullet>li::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-list-bullet>li::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-list-bullet>li::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-card-primary.nk-card-body .nk-table th,
.nk-card-primary>:not([class*=nk-card-media]) .nk-table th,
.nk-card-secondary.nk-card-body .nk-table th,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table th,
.nk-light .nk-table th,
.nk-offcanvas-bar .nk-table th,
.nk-overlay-primary .nk-table th,
.nk-section-primary:not(.nk-preserve-color) .nk-table th,
.nk-section-secondary:not(.nk-preserve-color) .nk-table th,
.nk-tile-primary:not(.nk-preserve-color) .nk-table th,
.nk-tile-secondary:not(.nk-preserve-color) .nk-table th {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-table caption,
.nk-card-primary>:not([class*=nk-card-media]) .nk-table caption,
.nk-card-secondary.nk-card-body .nk-table caption,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table caption,
.nk-light .nk-table caption,
.nk-offcanvas-bar .nk-table caption,
.nk-overlay-primary .nk-table caption,
.nk-section-primary:not(.nk-preserve-color) .nk-table caption,
.nk-section-secondary:not(.nk-preserve-color) .nk-table caption,
.nk-tile-primary:not(.nk-preserve-color) .nk-table caption,
.nk-tile-secondary:not(.nk-preserve-color) .nk-table caption {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-table tbody tr.nk-active,
.nk-card-primary.nk-card-body .nk-table>tr.nk-active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-table tbody tr.nk-active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-table>tr.nk-active,
.nk-card-secondary.nk-card-body .nk-table tbody tr.nk-active,
.nk-card-secondary.nk-card-body .nk-table>tr.nk-active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table tbody tr.nk-active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table>tr.nk-active,
.nk-light .nk-table tbody tr.nk-active,
.nk-light .nk-table>tr.nk-active,
.nk-offcanvas-bar .nk-table tbody tr.nk-active,
.nk-offcanvas-bar .nk-table>tr.nk-active,
.nk-overlay-primary .nk-table tbody tr.nk-active,
.nk-overlay-primary .nk-table>tr.nk-active,
.nk-section-primary:not(.nk-preserve-color) .nk-table tbody tr.nk-active,
.nk-section-primary:not(.nk-preserve-color) .nk-table>tr.nk-active,
.nk-section-secondary:not(.nk-preserve-color) .nk-table tbody tr.nk-active,
.nk-section-secondary:not(.nk-preserve-color) .nk-table>tr.nk-active,
.nk-tile-primary:not(.nk-preserve-color) .nk-table tbody tr.nk-active,
.nk-tile-primary:not(.nk-preserve-color) .nk-table>tr.nk-active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-table tbody tr.nk-active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-table>tr.nk-active {
    background: rgba(255, 255, 255, .08)
}

.nk-card-primary.nk-card-body .nk-table-divider>:first-child>tr:not(:first-child),
.nk-card-primary.nk-card-body .nk-table-divider>:not(:first-child)>tr,
.nk-card-primary.nk-card-body .nk-table-divider>tr:not(:first-child),
.nk-card-primary>:not([class*=nk-card-media]) .nk-table-divider>:first-child>tr:not(:first-child),
.nk-card-primary>:not([class*=nk-card-media]) .nk-table-divider>:not(:first-child)>tr,
.nk-card-primary>:not([class*=nk-card-media]) .nk-table-divider>tr:not(:first-child),
.nk-card-secondary.nk-card-body .nk-table-divider>:first-child>tr:not(:first-child),
.nk-card-secondary.nk-card-body .nk-table-divider>:not(:first-child)>tr,
.nk-card-secondary.nk-card-body .nk-table-divider>tr:not(:first-child),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table-divider>:first-child>tr:not(:first-child),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table-divider>:not(:first-child)>tr,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table-divider>tr:not(:first-child),
.nk-light .nk-table-divider>:first-child>tr:not(:first-child),
.nk-light .nk-table-divider>:not(:first-child)>tr,
.nk-light .nk-table-divider>tr:not(:first-child),
.nk-offcanvas-bar .nk-table-divider>:first-child>tr:not(:first-child),
.nk-offcanvas-bar .nk-table-divider>:not(:first-child)>tr,
.nk-offcanvas-bar .nk-table-divider>tr:not(:first-child),
.nk-overlay-primary .nk-table-divider>:first-child>tr:not(:first-child),
.nk-overlay-primary .nk-table-divider>:not(:first-child)>tr,
.nk-overlay-primary .nk-table-divider>tr:not(:first-child),
.nk-section-primary:not(.nk-preserve-color) .nk-table-divider>:first-child>tr:not(:first-child),
.nk-section-primary:not(.nk-preserve-color) .nk-table-divider>:not(:first-child)>tr,
.nk-section-primary:not(.nk-preserve-color) .nk-table-divider>tr:not(:first-child),
.nk-section-secondary:not(.nk-preserve-color) .nk-table-divider>:first-child>tr:not(:first-child),
.nk-section-secondary:not(.nk-preserve-color) .nk-table-divider>:not(:first-child)>tr,
.nk-section-secondary:not(.nk-preserve-color) .nk-table-divider>tr:not(:first-child),
.nk-tile-primary:not(.nk-preserve-color) .nk-table-divider>:first-child>tr:not(:first-child),
.nk-tile-primary:not(.nk-preserve-color) .nk-table-divider>:not(:first-child)>tr,
.nk-tile-primary:not(.nk-preserve-color) .nk-table-divider>tr:not(:first-child),
.nk-tile-secondary:not(.nk-preserve-color) .nk-table-divider>:first-child>tr:not(:first-child),
.nk-tile-secondary:not(.nk-preserve-color) .nk-table-divider>:not(:first-child)>tr,
.nk-tile-secondary:not(.nk-preserve-color) .nk-table-divider>tr:not(:first-child) {
    border-top-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-table-striped tbody tr:nth-of-type(odd),
.nk-card-primary.nk-card-body .nk-table-striped>tr:nth-of-type(odd),
.nk-card-primary>:not([class*=nk-card-media]) .nk-table-striped tbody tr:nth-of-type(odd),
.nk-card-primary>:not([class*=nk-card-media]) .nk-table-striped>tr:nth-of-type(odd),
.nk-card-secondary.nk-card-body .nk-table-striped tbody tr:nth-of-type(odd),
.nk-card-secondary.nk-card-body .nk-table-striped>tr:nth-of-type(odd),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table-striped tbody tr:nth-of-type(odd),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table-striped>tr:nth-of-type(odd),
.nk-light .nk-table-striped tbody tr:nth-of-type(odd),
.nk-light .nk-table-striped>tr:nth-of-type(odd),
.nk-offcanvas-bar .nk-table-striped tbody tr:nth-of-type(odd),
.nk-offcanvas-bar .nk-table-striped>tr:nth-of-type(odd),
.nk-overlay-primary .nk-table-striped tbody tr:nth-of-type(odd),
.nk-overlay-primary .nk-table-striped>tr:nth-of-type(odd),
.nk-section-primary:not(.nk-preserve-color) .nk-table-striped tbody tr:nth-of-type(odd),
.nk-section-primary:not(.nk-preserve-color) .nk-table-striped>tr:nth-of-type(odd),
.nk-section-secondary:not(.nk-preserve-color) .nk-table-striped tbody tr:nth-of-type(odd),
.nk-section-secondary:not(.nk-preserve-color) .nk-table-striped>tr:nth-of-type(odd),
.nk-tile-primary:not(.nk-preserve-color) .nk-table-striped tbody tr:nth-of-type(odd),
.nk-tile-primary:not(.nk-preserve-color) .nk-table-striped>tr:nth-of-type(odd),
.nk-tile-secondary:not(.nk-preserve-color) .nk-table-striped tbody tr:nth-of-type(odd),
.nk-tile-secondary:not(.nk-preserve-color) .nk-table-striped>tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, .1);
    border-top-color: rgba(255, 255, 255, .2);
    border-bottom-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-table-hover tbody tr:hover,
.nk-card-primary.nk-card-body .nk-table-hover>tr:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-table-hover tbody tr:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-table-hover>tr:hover,
.nk-card-secondary.nk-card-body .nk-table-hover tbody tr:hover,
.nk-card-secondary.nk-card-body .nk-table-hover>tr:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table-hover tbody tr:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-table-hover>tr:hover,
.nk-light .nk-table-hover tbody tr:hover,
.nk-light .nk-table-hover>tr:hover,
.nk-offcanvas-bar .nk-table-hover tbody tr:hover,
.nk-offcanvas-bar .nk-table-hover>tr:hover,
.nk-overlay-primary .nk-table-hover tbody tr:hover,
.nk-overlay-primary .nk-table-hover>tr:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-table-hover tbody tr:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-table-hover>tr:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-table-hover tbody tr:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-table-hover>tr:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-table-hover tbody tr:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-table-hover>tr:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-table-hover tbody tr:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-table-hover>tr:hover {
    background: rgba(255, 255, 255, .08)
}

.nk-card-primary.nk-card-body .nk-icon-link,
.nk-card-primary>:not([class*=nk-card-media]) .nk-icon-link,
.nk-card-secondary.nk-card-body .nk-icon-link,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-icon-link,
.nk-light .nk-icon-link,
.nk-offcanvas-bar .nk-icon-link,
.nk-overlay-primary .nk-icon-link,
.nk-section-primary:not(.nk-preserve-color) .nk-icon-link,
.nk-section-secondary:not(.nk-preserve-color) .nk-icon-link,
.nk-tile-primary:not(.nk-preserve-color) .nk-icon-link,
.nk-tile-secondary:not(.nk-preserve-color) .nk-icon-link {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-icon-link:focus,
.nk-card-primary.nk-card-body .nk-icon-link:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-icon-link:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-icon-link:hover,
.nk-card-secondary.nk-card-body .nk-icon-link:focus,
.nk-card-secondary.nk-card-body .nk-icon-link:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-icon-link:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-icon-link:hover,
.nk-light .nk-icon-link:focus,
.nk-light .nk-icon-link:hover,
.nk-offcanvas-bar .nk-icon-link:focus,
.nk-offcanvas-bar .nk-icon-link:hover,
.nk-overlay-primary .nk-icon-link:focus,
.nk-overlay-primary .nk-icon-link:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-icon-link:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-icon-link:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-icon-link:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-icon-link:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-icon-link:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-icon-link:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-icon-link:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-icon-link:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-active>.nk-icon-link,
.nk-card-primary.nk-card-body .nk-icon-link:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-active>.nk-icon-link,
.nk-card-primary>:not([class*=nk-card-media]) .nk-icon-link:active,
.nk-card-secondary.nk-card-body .nk-active>.nk-icon-link,
.nk-card-secondary.nk-card-body .nk-icon-link:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-active>.nk-icon-link,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-icon-link:active,
.nk-light .nk-active>.nk-icon-link,
.nk-light .nk-icon-link:active,
.nk-offcanvas-bar .nk-active>.nk-icon-link,
.nk-offcanvas-bar .nk-icon-link:active,
.nk-overlay-primary .nk-active>.nk-icon-link,
.nk-overlay-primary .nk-icon-link:active,
.nk-section-primary:not(.nk-preserve-color) .nk-active>.nk-icon-link,
.nk-section-primary:not(.nk-preserve-color) .nk-icon-link:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-active>.nk-icon-link,
.nk-section-secondary:not(.nk-preserve-color) .nk-icon-link:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-active>.nk-icon-link,
.nk-tile-primary:not(.nk-preserve-color) .nk-icon-link:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-active>.nk-icon-link,
.nk-tile-secondary:not(.nk-preserve-color) .nk-icon-link:active {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-icon-button,
.nk-card-primary>:not([class*=nk-card-media]) .nk-icon-button,
.nk-card-secondary.nk-card-body .nk-icon-button,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-icon-button,
.nk-light .nk-icon-button,
.nk-offcanvas-bar .nk-icon-button,
.nk-overlay-primary .nk-icon-button,
.nk-section-primary:not(.nk-preserve-color) .nk-icon-button,
.nk-section-secondary:not(.nk-preserve-color) .nk-icon-button,
.nk-tile-primary:not(.nk-preserve-color) .nk-icon-button,
.nk-tile-secondary:not(.nk-preserve-color) .nk-icon-button {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-icon-button:focus,
.nk-card-primary.nk-card-body .nk-icon-button:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-icon-button:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-icon-button:hover,
.nk-card-secondary.nk-card-body .nk-icon-button:focus,
.nk-card-secondary.nk-card-body .nk-icon-button:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-icon-button:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-icon-button:hover,
.nk-light .nk-icon-button:focus,
.nk-light .nk-icon-button:hover,
.nk-offcanvas-bar .nk-icon-button:focus,
.nk-offcanvas-bar .nk-icon-button:hover,
.nk-overlay-primary .nk-icon-button:focus,
.nk-overlay-primary .nk-icon-button:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-icon-button:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-icon-button:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-icon-button:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-icon-button:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-icon-button:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-icon-button:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-icon-button:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-icon-button:hover {
    background-color: rgba(242, 242, 242, .1);
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-icon-button:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-icon-button:active,
.nk-card-secondary.nk-card-body .nk-icon-button:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-icon-button:active,
.nk-light .nk-icon-button:active,
.nk-offcanvas-bar .nk-icon-button:active,
.nk-overlay-primary .nk-icon-button:active,
.nk-section-primary:not(.nk-preserve-color) .nk-icon-button:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-icon-button:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-icon-button:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-icon-button:active {
    background-color: rgba(230, 230, 230, .1);
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-input,
.nk-card-primary.nk-card-body .nk-select,
.nk-card-primary.nk-card-body .nk-textarea,
.nk-card-primary>:not([class*=nk-card-media]) .nk-input,
.nk-card-primary>:not([class*=nk-card-media]) .nk-select,
.nk-card-primary>:not([class*=nk-card-media]) .nk-textarea,
.nk-card-secondary.nk-card-body .nk-input,
.nk-card-secondary.nk-card-body .nk-select,
.nk-card-secondary.nk-card-body .nk-textarea,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-input,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-select,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-textarea,
.nk-light .nk-input,
.nk-light .nk-select,
.nk-light .nk-textarea,
.nk-offcanvas-bar .nk-input,
.nk-offcanvas-bar .nk-select,
.nk-offcanvas-bar .nk-textarea,
.nk-overlay-primary .nk-input,
.nk-overlay-primary .nk-select,
.nk-overlay-primary .nk-textarea,
.nk-section-primary:not(.nk-preserve-color) .nk-input,
.nk-section-primary:not(.nk-preserve-color) .nk-select,
.nk-section-primary:not(.nk-preserve-color) .nk-textarea,
.nk-section-secondary:not(.nk-preserve-color) .nk-input,
.nk-section-secondary:not(.nk-preserve-color) .nk-select,
.nk-section-secondary:not(.nk-preserve-color) .nk-textarea,
.nk-tile-primary:not(.nk-preserve-color) .nk-input,
.nk-tile-primary:not(.nk-preserve-color) .nk-select,
.nk-tile-primary:not(.nk-preserve-color) .nk-textarea,
.nk-tile-secondary:not(.nk-preserve-color) .nk-input,
.nk-tile-secondary:not(.nk-preserve-color) .nk-select,
.nk-tile-secondary:not(.nk-preserve-color) .nk-textarea {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7);
    background-clip: padding-box;
    border-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-input:focus,
.nk-card-primary.nk-card-body .nk-select:focus,
.nk-card-primary.nk-card-body .nk-textarea:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-input:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-select:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-textarea:focus,
.nk-card-secondary.nk-card-body .nk-input:focus,
.nk-card-secondary.nk-card-body .nk-select:focus,
.nk-card-secondary.nk-card-body .nk-textarea:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-input:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-select:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-textarea:focus,
.nk-light .nk-input:focus,
.nk-light .nk-select:focus,
.nk-light .nk-textarea:focus,
.nk-offcanvas-bar .nk-input:focus,
.nk-offcanvas-bar .nk-select:focus,
.nk-offcanvas-bar .nk-textarea:focus,
.nk-overlay-primary .nk-input:focus,
.nk-overlay-primary .nk-select:focus,
.nk-overlay-primary .nk-textarea:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-input:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-select:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-textarea:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-input:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-select:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-textarea:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-input:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-select:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-textarea:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-input:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-select:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-textarea:focus {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-input::-ms-input-placeholder,
.nk-card-primary>:not([class*=nk-card-media]) .nk-input::-ms-input-placeholder,
.nk-card-secondary.nk-card-body .nk-input::-ms-input-placeholder,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-input::-ms-input-placeholder,
.nk-light .nk-input::-ms-input-placeholder,
.nk-offcanvas-bar .nk-input::-ms-input-placeholder,
.nk-overlay-primary .nk-input::-ms-input-placeholder,
.nk-section-primary:not(.nk-preserve-color) .nk-input::-ms-input-placeholder,
.nk-section-secondary:not(.nk-preserve-color) .nk-input::-ms-input-placeholder,
.nk-tile-primary:not(.nk-preserve-color) .nk-input::-ms-input-placeholder,
.nk-tile-secondary:not(.nk-preserve-color) .nk-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5) !important
}

.nk-card-primary.nk-card-body .nk-input::placeholder,
.nk-card-primary>:not([class*=nk-card-media]) .nk-input::placeholder,
.nk-card-secondary.nk-card-body .nk-input::placeholder,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-input::placeholder,
.nk-light .nk-input::placeholder,
.nk-offcanvas-bar .nk-input::placeholder,
.nk-overlay-primary .nk-input::placeholder,
.nk-section-primary:not(.nk-preserve-color) .nk-input::placeholder,
.nk-section-secondary:not(.nk-preserve-color) .nk-input::placeholder,
.nk-tile-primary:not(.nk-preserve-color) .nk-input::placeholder,
.nk-tile-secondary:not(.nk-preserve-color) .nk-input::placeholder {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-textarea::-ms-input-placeholder,
.nk-card-primary>:not([class*=nk-card-media]) .nk-textarea::-ms-input-placeholder,
.nk-card-secondary.nk-card-body .nk-textarea::-ms-input-placeholder,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-textarea::-ms-input-placeholder,
.nk-light .nk-textarea::-ms-input-placeholder,
.nk-offcanvas-bar .nk-textarea::-ms-input-placeholder,
.nk-overlay-primary .nk-textarea::-ms-input-placeholder,
.nk-section-primary:not(.nk-preserve-color) .nk-textarea::-ms-input-placeholder,
.nk-section-secondary:not(.nk-preserve-color) .nk-textarea::-ms-input-placeholder,
.nk-tile-primary:not(.nk-preserve-color) .nk-textarea::-ms-input-placeholder,
.nk-tile-secondary:not(.nk-preserve-color) .nk-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5) !important
}

.nk-card-primary.nk-card-body .nk-textarea::placeholder,
.nk-card-primary>:not([class*=nk-card-media]) .nk-textarea::placeholder,
.nk-card-secondary.nk-card-body .nk-textarea::placeholder,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-textarea::placeholder,
.nk-light .nk-textarea::placeholder,
.nk-offcanvas-bar .nk-textarea::placeholder,
.nk-overlay-primary .nk-textarea::placeholder,
.nk-section-primary:not(.nk-preserve-color) .nk-textarea::placeholder,
.nk-section-secondary:not(.nk-preserve-color) .nk-textarea::placeholder,
.nk-tile-primary:not(.nk-preserve-color) .nk-textarea::placeholder,
.nk-tile-secondary:not(.nk-preserve-color) .nk-textarea::placeholder {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-select:not([multiple]):not([size]),
.nk-card-primary>:not([class*=nk-card-media]) .nk-select:not([multiple]):not([size]),
.nk-card-secondary.nk-card-body .nk-select:not([multiple]):not([size]),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-select:not([multiple]):not([size]),
.nk-light .nk-select:not([multiple]):not([size]),
.nk-offcanvas-bar .nk-select:not([multiple]):not([size]),
.nk-overlay-primary .nk-select:not([multiple]):not([size]),
.nk-section-primary:not(.nk-preserve-color) .nk-select:not([multiple]):not([size]),
.nk-section-secondary:not(.nk-preserve-color) .nk-select:not([multiple]):not([size]),
.nk-tile-primary:not(.nk-preserve-color) .nk-select:not([multiple]):not([size]),
.nk-tile-secondary:not(.nk-preserve-color) .nk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.nk-card-primary.nk-card-body .nk-input[list]:focus,
.nk-card-primary.nk-card-body .nk-input[list]:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-input[list]:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-input[list]:hover,
.nk-card-secondary.nk-card-body .nk-input[list]:focus,
.nk-card-secondary.nk-card-body .nk-input[list]:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-input[list]:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-input[list]:hover,
.nk-light .nk-input[list]:focus,
.nk-light .nk-input[list]:hover,
.nk-offcanvas-bar .nk-input[list]:focus,
.nk-offcanvas-bar .nk-input[list]:hover,
.nk-overlay-primary .nk-input[list]:focus,
.nk-overlay-primary .nk-input[list]:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-input[list]:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-input[list]:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-input[list]:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-input[list]:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-input[list]:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-input[list]:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-input[list]:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-input[list]:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.nk-card-primary.nk-card-body .nk-checkbox,
.nk-card-primary.nk-card-body .nk-radio,
.nk-card-primary>:not([class*=nk-card-media]) .nk-checkbox,
.nk-card-primary>:not([class*=nk-card-media]) .nk-radio,
.nk-card-secondary.nk-card-body .nk-checkbox,
.nk-card-secondary.nk-card-body .nk-radio,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-checkbox,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-radio,
.nk-light .nk-checkbox,
.nk-light .nk-radio,
.nk-offcanvas-bar .nk-checkbox,
.nk-offcanvas-bar .nk-radio,
.nk-overlay-primary .nk-checkbox,
.nk-overlay-primary .nk-radio,
.nk-section-primary:not(.nk-preserve-color) .nk-checkbox,
.nk-section-primary:not(.nk-preserve-color) .nk-radio,
.nk-section-secondary:not(.nk-preserve-color) .nk-checkbox,
.nk-section-secondary:not(.nk-preserve-color) .nk-radio,
.nk-tile-primary:not(.nk-preserve-color) .nk-checkbox,
.nk-tile-primary:not(.nk-preserve-color) .nk-radio,
.nk-tile-secondary:not(.nk-preserve-color) .nk-checkbox,
.nk-tile-secondary:not(.nk-preserve-color) .nk-radio {
    background-color: rgba(242, 242, 242, .1);
    border-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-checkbox:focus,
.nk-card-primary.nk-card-body .nk-radio:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-checkbox:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-radio:focus,
.nk-card-secondary.nk-card-body .nk-checkbox:focus,
.nk-card-secondary.nk-card-body .nk-radio:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-checkbox:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-radio:focus,
.nk-light .nk-checkbox:focus,
.nk-light .nk-radio:focus,
.nk-offcanvas-bar .nk-checkbox:focus,
.nk-offcanvas-bar .nk-radio:focus,
.nk-overlay-primary .nk-checkbox:focus,
.nk-overlay-primary .nk-radio:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-checkbox:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-radio:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-checkbox:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-radio:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-checkbox:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-radio:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-checkbox:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-radio:focus {
    border-color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-checkbox:checked,
.nk-card-primary.nk-card-body .nk-checkbox:indeterminate,
.nk-card-primary.nk-card-body .nk-radio:checked,
.nk-card-primary>:not([class*=nk-card-media]) .nk-checkbox:checked,
.nk-card-primary>:not([class*=nk-card-media]) .nk-checkbox:indeterminate,
.nk-card-primary>:not([class*=nk-card-media]) .nk-radio:checked,
.nk-card-secondary.nk-card-body .nk-checkbox:checked,
.nk-card-secondary.nk-card-body .nk-checkbox:indeterminate,
.nk-card-secondary.nk-card-body .nk-radio:checked,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-checkbox:checked,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-checkbox:indeterminate,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-radio:checked,
.nk-light .nk-checkbox:checked,
.nk-light .nk-checkbox:indeterminate,
.nk-light .nk-radio:checked,
.nk-offcanvas-bar .nk-checkbox:checked,
.nk-offcanvas-bar .nk-checkbox:indeterminate,
.nk-offcanvas-bar .nk-radio:checked,
.nk-overlay-primary .nk-checkbox:checked,
.nk-overlay-primary .nk-checkbox:indeterminate,
.nk-overlay-primary .nk-radio:checked,
.nk-section-primary:not(.nk-preserve-color) .nk-checkbox:checked,
.nk-section-primary:not(.nk-preserve-color) .nk-checkbox:indeterminate,
.nk-section-primary:not(.nk-preserve-color) .nk-radio:checked,
.nk-section-secondary:not(.nk-preserve-color) .nk-checkbox:checked,
.nk-section-secondary:not(.nk-preserve-color) .nk-checkbox:indeterminate,
.nk-section-secondary:not(.nk-preserve-color) .nk-radio:checked,
.nk-tile-primary:not(.nk-preserve-color) .nk-checkbox:checked,
.nk-tile-primary:not(.nk-preserve-color) .nk-checkbox:indeterminate,
.nk-tile-primary:not(.nk-preserve-color) .nk-radio:checked,
.nk-tile-secondary:not(.nk-preserve-color) .nk-checkbox:checked,
.nk-tile-secondary:not(.nk-preserve-color) .nk-checkbox:indeterminate,
.nk-tile-secondary:not(.nk-preserve-color) .nk-radio:checked {
    background-color: #fff;
    border-color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-checkbox:checked:focus,
.nk-card-primary.nk-card-body .nk-checkbox:indeterminate:focus,
.nk-card-primary.nk-card-body .nk-radio:checked:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-checkbox:checked:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-checkbox:indeterminate:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-radio:checked:focus,
.nk-card-secondary.nk-card-body .nk-checkbox:checked:focus,
.nk-card-secondary.nk-card-body .nk-checkbox:indeterminate:focus,
.nk-card-secondary.nk-card-body .nk-radio:checked:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-checkbox:checked:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-checkbox:indeterminate:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-radio:checked:focus,
.nk-light .nk-checkbox:checked:focus,
.nk-light .nk-checkbox:indeterminate:focus,
.nk-light .nk-radio:checked:focus,
.nk-offcanvas-bar .nk-checkbox:checked:focus,
.nk-offcanvas-bar .nk-checkbox:indeterminate:focus,
.nk-offcanvas-bar .nk-radio:checked:focus,
.nk-overlay-primary .nk-checkbox:checked:focus,
.nk-overlay-primary .nk-checkbox:indeterminate:focus,
.nk-overlay-primary .nk-radio:checked:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-checkbox:checked:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-checkbox:indeterminate:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-radio:checked:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-checkbox:checked:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-checkbox:indeterminate:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-radio:checked:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-checkbox:checked:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-checkbox:indeterminate:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-radio:checked:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-checkbox:checked:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-checkbox:indeterminate:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-radio:checked:focus {
    background-color: #e6e6e6
}

.nk-card-primary.nk-card-body .nk-radio:checked,
.nk-card-primary>:not([class*=nk-card-media]) .nk-radio:checked,
.nk-card-secondary.nk-card-body .nk-radio:checked,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-radio:checked,
.nk-light .nk-radio:checked,
.nk-offcanvas-bar .nk-radio:checked,
.nk-overlay-primary .nk-radio:checked,
.nk-section-primary:not(.nk-preserve-color) .nk-radio:checked,
.nk-section-secondary:not(.nk-preserve-color) .nk-radio:checked,
.nk-tile-primary:not(.nk-preserve-color) .nk-radio:checked,
.nk-tile-secondary:not(.nk-preserve-color) .nk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-card-primary.nk-card-body .nk-checkbox:checked,
.nk-card-primary>:not([class*=nk-card-media]) .nk-checkbox:checked,
.nk-card-secondary.nk-card-body .nk-checkbox:checked,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-checkbox:checked,
.nk-light .nk-checkbox:checked,
.nk-offcanvas-bar .nk-checkbox:checked,
.nk-overlay-primary .nk-checkbox:checked,
.nk-section-primary:not(.nk-preserve-color) .nk-checkbox:checked,
.nk-section-secondary:not(.nk-preserve-color) .nk-checkbox:checked,
.nk-tile-primary:not(.nk-preserve-color) .nk-checkbox:checked,
.nk-tile-secondary:not(.nk-preserve-color) .nk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.nk-card-primary.nk-card-body .nk-checkbox:indeterminate,
.nk-card-primary>:not([class*=nk-card-media]) .nk-checkbox:indeterminate,
.nk-card-secondary.nk-card-body .nk-checkbox:indeterminate,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-checkbox:indeterminate,
.nk-light .nk-checkbox:indeterminate,
.nk-offcanvas-bar .nk-checkbox:indeterminate,
.nk-overlay-primary .nk-checkbox:indeterminate,
.nk-section-primary:not(.nk-preserve-color) .nk-checkbox:indeterminate,
.nk-section-secondary:not(.nk-preserve-color) .nk-checkbox:indeterminate,
.nk-tile-primary:not(.nk-preserve-color) .nk-checkbox:indeterminate,
.nk-tile-secondary:not(.nk-preserve-color) .nk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-card-primary.nk-card-body .nk-form-label,
.nk-card-primary>:not([class*=nk-card-media]) .nk-form-label,
.nk-card-secondary.nk-card-body .nk-form-label,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-form-label,
.nk-light .nk-form-label,
.nk-offcanvas-bar .nk-form-label,
.nk-overlay-primary .nk-form-label,
.nk-section-primary:not(.nk-preserve-color) .nk-form-label,
.nk-section-secondary:not(.nk-preserve-color) .nk-form-label,
.nk-tile-primary:not(.nk-preserve-color) .nk-form-label,
.nk-tile-secondary:not(.nk-preserve-color) .nk-form-label {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-form-icon,
.nk-card-primary>:not([class*=nk-card-media]) .nk-form-icon,
.nk-card-secondary.nk-card-body .nk-form-icon,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-form-icon,
.nk-light .nk-form-icon,
.nk-offcanvas-bar .nk-form-icon,
.nk-overlay-primary .nk-form-icon,
.nk-section-primary:not(.nk-preserve-color) .nk-form-icon,
.nk-section-secondary:not(.nk-preserve-color) .nk-form-icon,
.nk-tile-primary:not(.nk-preserve-color) .nk-form-icon,
.nk-tile-secondary:not(.nk-preserve-color) .nk-form-icon {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-form-icon:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-form-icon:hover,
.nk-card-secondary.nk-card-body .nk-form-icon:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-form-icon:hover,
.nk-light .nk-form-icon:hover,
.nk-offcanvas-bar .nk-form-icon:hover,
.nk-overlay-primary .nk-form-icon:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-form-icon:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-form-icon:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-form-icon:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-form-icon:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-button-default,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-default,
.nk-card-secondary.nk-card-body .nk-button-default,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-default,
.nk-light .nk-button-default,
.nk-offcanvas-bar .nk-button-default,
.nk-overlay-primary .nk-button-default,
.nk-section-primary:not(.nk-preserve-color) .nk-button-default,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-default,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-default,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-button-default:focus,
.nk-card-primary.nk-card-body .nk-button-default:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-default:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-default:hover,
.nk-card-secondary.nk-card-body .nk-button-default:focus,
.nk-card-secondary.nk-card-body .nk-button-default:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-default:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-default:hover,
.nk-light .nk-button-default:focus,
.nk-light .nk-button-default:hover,
.nk-offcanvas-bar .nk-button-default:focus,
.nk-offcanvas-bar .nk-button-default:hover,
.nk-overlay-primary .nk-button-default:focus,
.nk-overlay-primary .nk-button-default:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-button-default:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-button-default:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-default:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-default:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-default:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-default:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-default:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-default:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.nk-card-primary.nk-card-body .nk-button-default.nk-active,
.nk-card-primary.nk-card-body .nk-button-default:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-default.nk-active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-default:active,
.nk-card-secondary.nk-card-body .nk-button-default.nk-active,
.nk-card-secondary.nk-card-body .nk-button-default:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-default.nk-active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-default:active,
.nk-light .nk-button-default.nk-active,
.nk-light .nk-button-default:active,
.nk-offcanvas-bar .nk-button-default.nk-active,
.nk-offcanvas-bar .nk-button-default:active,
.nk-overlay-primary .nk-button-default.nk-active,
.nk-overlay-primary .nk-button-default:active,
.nk-section-primary:not(.nk-preserve-color) .nk-button-default.nk-active,
.nk-section-primary:not(.nk-preserve-color) .nk-button-default:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-default.nk-active,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-default:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-default.nk-active,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-default:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-default.nk-active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-default:active {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.nk-card-primary.nk-card-body .nk-button-primary,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-primary,
.nk-card-secondary.nk-card-body .nk-button-primary,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-primary,
.nk-light .nk-button-primary,
.nk-offcanvas-bar .nk-button-primary,
.nk-overlay-primary .nk-button-primary,
.nk-section-primary:not(.nk-preserve-color) .nk-button-primary,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-primary,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-primary,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-primary {
    background-color: #fff;
    color: #000
}

.nk-card-primary.nk-card-body .nk-button-primary:focus,
.nk-card-primary.nk-card-body .nk-button-primary:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-primary:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-primary:hover,
.nk-card-secondary.nk-card-body .nk-button-primary:focus,
.nk-card-secondary.nk-card-body .nk-button-primary:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-primary:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-primary:hover,
.nk-light .nk-button-primary:focus,
.nk-light .nk-button-primary:hover,
.nk-offcanvas-bar .nk-button-primary:focus,
.nk-offcanvas-bar .nk-button-primary:hover,
.nk-overlay-primary .nk-button-primary:focus,
.nk-overlay-primary .nk-button-primary:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-button-primary:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-button-primary:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-primary:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-primary:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-primary:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-primary:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-primary:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-primary:hover {
    background-color: #f2f2f2;
    color: #000
}

.nk-card-primary.nk-card-body .nk-button-primary.nk-active,
.nk-card-primary.nk-card-body .nk-button-primary:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-primary.nk-active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-primary:active,
.nk-card-secondary.nk-card-body .nk-button-primary.nk-active,
.nk-card-secondary.nk-card-body .nk-button-primary:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-primary.nk-active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-primary:active,
.nk-light .nk-button-primary.nk-active,
.nk-light .nk-button-primary:active,
.nk-offcanvas-bar .nk-button-primary.nk-active,
.nk-offcanvas-bar .nk-button-primary:active,
.nk-overlay-primary .nk-button-primary.nk-active,
.nk-overlay-primary .nk-button-primary:active,
.nk-section-primary:not(.nk-preserve-color) .nk-button-primary.nk-active,
.nk-section-primary:not(.nk-preserve-color) .nk-button-primary:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-primary.nk-active,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-primary:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-primary.nk-active,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-primary:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-primary.nk-active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-primary:active {
    background-color: #e6e6e6;
    color: #000
}

.nk-card-primary.nk-card-body .nk-button-secondary,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-secondary,
.nk-card-secondary.nk-card-body .nk-button-secondary,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-secondary,
.nk-light .nk-button-secondary,
.nk-offcanvas-bar .nk-button-secondary,
.nk-overlay-primary .nk-button-secondary,
.nk-section-primary:not(.nk-preserve-color) .nk-button-secondary,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-secondary,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-secondary,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-secondary {
    background-color: #fff;
    color: #000
}

.nk-card-primary.nk-card-body .nk-button-secondary:focus,
.nk-card-primary.nk-card-body .nk-button-secondary:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-secondary:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-secondary:hover,
.nk-card-secondary.nk-card-body .nk-button-secondary:focus,
.nk-card-secondary.nk-card-body .nk-button-secondary:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-secondary:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-secondary:hover,
.nk-light .nk-button-secondary:focus,
.nk-light .nk-button-secondary:hover,
.nk-offcanvas-bar .nk-button-secondary:focus,
.nk-offcanvas-bar .nk-button-secondary:hover,
.nk-overlay-primary .nk-button-secondary:focus,
.nk-overlay-primary .nk-button-secondary:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-button-secondary:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-button-secondary:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-secondary:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-secondary:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-secondary:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-secondary:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-secondary:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-secondary:hover {
    background-color: #f2f2f2;
    color: #000
}

.nk-card-primary.nk-card-body .nk-button-secondary.nk-active,
.nk-card-primary.nk-card-body .nk-button-secondary:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-secondary.nk-active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-secondary:active,
.nk-card-secondary.nk-card-body .nk-button-secondary.nk-active,
.nk-card-secondary.nk-card-body .nk-button-secondary:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-secondary.nk-active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-secondary:active,
.nk-light .nk-button-secondary.nk-active,
.nk-light .nk-button-secondary:active,
.nk-offcanvas-bar .nk-button-secondary.nk-active,
.nk-offcanvas-bar .nk-button-secondary:active,
.nk-overlay-primary .nk-button-secondary.nk-active,
.nk-overlay-primary .nk-button-secondary:active,
.nk-section-primary:not(.nk-preserve-color) .nk-button-secondary.nk-active,
.nk-section-primary:not(.nk-preserve-color) .nk-button-secondary:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-secondary.nk-active,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-secondary:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-secondary.nk-active,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-secondary:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-secondary.nk-active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-secondary:active {
    background-color: #e6e6e6;
    color: #000
}

.nk-card-primary.nk-card-body .nk-button-text,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-text,
.nk-card-secondary.nk-card-body .nk-button-text,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-text,
.nk-light .nk-button-text,
.nk-offcanvas-bar .nk-button-text,
.nk-overlay-primary .nk-button-text,
.nk-section-primary:not(.nk-preserve-color) .nk-button-text,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-text,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-text,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-text {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-button-text::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-text::before,
.nk-card-secondary.nk-card-body .nk-button-text::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-text::before,
.nk-light .nk-button-text::before,
.nk-offcanvas-bar .nk-button-text::before,
.nk-overlay-primary .nk-button-text::before,
.nk-section-primary:not(.nk-preserve-color) .nk-button-text::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-text::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-text::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-text::before {
    border-bottom-color: #fff
}

.nk-card-primary.nk-card-body .nk-button-text:focus,
.nk-card-primary.nk-card-body .nk-button-text:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-text:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-text:hover,
.nk-card-secondary.nk-card-body .nk-button-text:focus,
.nk-card-secondary.nk-card-body .nk-button-text:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-text:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-text:hover,
.nk-light .nk-button-text:focus,
.nk-light .nk-button-text:hover,
.nk-offcanvas-bar .nk-button-text:focus,
.nk-offcanvas-bar .nk-button-text:hover,
.nk-overlay-primary .nk-button-text:focus,
.nk-overlay-primary .nk-button-text:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-button-text:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-button-text:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-text:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-text:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-text:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-text:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-text:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-text:hover {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-button-text:disabled,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-text:disabled,
.nk-card-secondary.nk-card-body .nk-button-text:disabled,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-text:disabled,
.nk-light .nk-button-text:disabled,
.nk-offcanvas-bar .nk-button-text:disabled,
.nk-overlay-primary .nk-button-text:disabled,
.nk-section-primary:not(.nk-preserve-color) .nk-button-text:disabled,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-text:disabled,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-text:disabled,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-text:disabled {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-button-link,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-link,
.nk-card-secondary.nk-card-body .nk-button-link,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-link,
.nk-light .nk-button-link,
.nk-offcanvas-bar .nk-button-link,
.nk-overlay-primary .nk-button-link,
.nk-section-primary:not(.nk-preserve-color) .nk-button-link,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-link,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-link,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-link {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-button-link:focus,
.nk-card-primary.nk-card-body .nk-button-link:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-link:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-button-link:hover,
.nk-card-secondary.nk-card-body .nk-button-link:focus,
.nk-card-secondary.nk-card-body .nk-button-link:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-link:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-button-link:hover,
.nk-light .nk-button-link:focus,
.nk-light .nk-button-link:hover,
.nk-offcanvas-bar .nk-button-link:focus,
.nk-offcanvas-bar .nk-button-link:hover,
.nk-overlay-primary .nk-button-link:focus,
.nk-overlay-primary .nk-button-link:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-button-link:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-button-link:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-link:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-button-link:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-link:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-button-link:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-link:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-button-link:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-grid-divider>:not(.nk-first-column)::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-grid-divider>:not(.nk-first-column)::before,
.nk-card-secondary.nk-card-body .nk-grid-divider>:not(.nk-first-column)::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-grid-divider>:not(.nk-first-column)::before,
.nk-light .nk-grid-divider>:not(.nk-first-column)::before,
.nk-offcanvas-bar .nk-grid-divider>:not(.nk-first-column)::before,
.nk-overlay-primary .nk-grid-divider>:not(.nk-first-column)::before,
.nk-section-primary:not(.nk-preserve-color) .nk-grid-divider>:not(.nk-first-column)::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-grid-divider>:not(.nk-first-column)::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-grid-divider>:not(.nk-first-column)::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-grid-divider>:not(.nk-first-column)::before {
    border-left-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-card-secondary.nk-card-body .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-light .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-offcanvas-bar .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-overlay-primary .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-section-primary:not(.nk-preserve-color) .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-grid-divider.nk-grid-stack>.nk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-close,
.nk-card-primary>:not([class*=nk-card-media]) .nk-close,
.nk-card-secondary.nk-card-body .nk-close,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-close,
.nk-light .nk-close,
.nk-offcanvas-bar .nk-close,
.nk-overlay-primary .nk-close,
.nk-section-primary:not(.nk-preserve-color) .nk-close,
.nk-section-secondary:not(.nk-preserve-color) .nk-close,
.nk-tile-primary:not(.nk-preserve-color) .nk-close,
.nk-tile-secondary:not(.nk-preserve-color) .nk-close {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-close:focus,
.nk-card-primary.nk-card-body .nk-close:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-close:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-close:hover,
.nk-card-secondary.nk-card-body .nk-close:focus,
.nk-card-secondary.nk-card-body .nk-close:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-close:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-close:hover,
.nk-light .nk-close:focus,
.nk-light .nk-close:hover,
.nk-offcanvas-bar .nk-close:focus,
.nk-offcanvas-bar .nk-close:hover,
.nk-overlay-primary .nk-close:focus,
.nk-overlay-primary .nk-close:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-close:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-close:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-close:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-close:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-close:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-close:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-close:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-close:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-totop,
.nk-card-primary>:not([class*=nk-card-media]) .nk-totop,
.nk-card-secondary.nk-card-body .nk-totop,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-totop,
.nk-light .nk-totop,
.nk-offcanvas-bar .nk-totop,
.nk-overlay-primary .nk-totop,
.nk-section-primary:not(.nk-preserve-color) .nk-totop,
.nk-section-secondary:not(.nk-preserve-color) .nk-totop,
.nk-tile-primary:not(.nk-preserve-color) .nk-totop,
.nk-tile-secondary:not(.nk-preserve-color) .nk-totop {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-totop:focus,
.nk-card-primary.nk-card-body .nk-totop:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-totop:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-totop:hover,
.nk-card-secondary.nk-card-body .nk-totop:focus,
.nk-card-secondary.nk-card-body .nk-totop:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-totop:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-totop:hover,
.nk-light .nk-totop:focus,
.nk-light .nk-totop:hover,
.nk-offcanvas-bar .nk-totop:focus,
.nk-offcanvas-bar .nk-totop:hover,
.nk-overlay-primary .nk-totop:focus,
.nk-overlay-primary .nk-totop:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-totop:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-totop:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-totop:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-totop:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-totop:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-totop:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-totop:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-totop:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-totop:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-totop:active,
.nk-card-secondary.nk-card-body .nk-totop:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-totop:active,
.nk-light .nk-totop:active,
.nk-offcanvas-bar .nk-totop:active,
.nk-overlay-primary .nk-totop:active,
.nk-section-primary:not(.nk-preserve-color) .nk-totop:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-totop:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-totop:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-totop:active {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-marker,
.nk-card-primary>:not([class*=nk-card-media]) .nk-marker,
.nk-card-secondary.nk-card-body .nk-marker,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-marker,
.nk-light .nk-marker,
.nk-offcanvas-bar .nk-marker,
.nk-overlay-primary .nk-marker,
.nk-section-primary:not(.nk-preserve-color) .nk-marker,
.nk-section-secondary:not(.nk-preserve-color) .nk-marker,
.nk-tile-primary:not(.nk-preserve-color) .nk-marker,
.nk-tile-secondary:not(.nk-preserve-color) .nk-marker {
    background: #e8f0f5;
    color: #000
}

.nk-card-primary.nk-card-body .nk-marker:focus,
.nk-card-primary.nk-card-body .nk-marker:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-marker:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-marker:hover,
.nk-card-secondary.nk-card-body .nk-marker:focus,
.nk-card-secondary.nk-card-body .nk-marker:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-marker:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-marker:hover,
.nk-light .nk-marker:focus,
.nk-light .nk-marker:hover,
.nk-offcanvas-bar .nk-marker:focus,
.nk-offcanvas-bar .nk-marker:hover,
.nk-overlay-primary .nk-marker:focus,
.nk-overlay-primary .nk-marker:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-marker:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-marker:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-marker:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-marker:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-marker:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-marker:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-marker:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-marker:hover {
    color: #000
}

.nk-card-primary.nk-card-body .nk-badge,
.nk-card-primary>:not([class*=nk-card-media]) .nk-badge,
.nk-card-secondary.nk-card-body .nk-badge,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-badge,
.nk-light .nk-badge,
.nk-offcanvas-bar .nk-badge,
.nk-overlay-primary .nk-badge,
.nk-section-primary:not(.nk-preserve-color) .nk-badge,
.nk-section-secondary:not(.nk-preserve-color) .nk-badge,
.nk-tile-primary:not(.nk-preserve-color) .nk-badge,
.nk-tile-secondary:not(.nk-preserve-color) .nk-badge {
    background-color: #fff;
    color: #000
}

.nk-card-primary.nk-card-body .nk-badge:focus,
.nk-card-primary.nk-card-body .nk-badge:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-badge:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-badge:hover,
.nk-card-secondary.nk-card-body .nk-badge:focus,
.nk-card-secondary.nk-card-body .nk-badge:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-badge:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-badge:hover,
.nk-light .nk-badge:focus,
.nk-light .nk-badge:hover,
.nk-offcanvas-bar .nk-badge:focus,
.nk-offcanvas-bar .nk-badge:hover,
.nk-overlay-primary .nk-badge:focus,
.nk-overlay-primary .nk-badge:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-badge:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-badge:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-badge:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-badge:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-badge:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-badge:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-badge:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-badge:hover {
    color: #000
}

.nk-card-primary.nk-card-body .nk-label,
.nk-card-primary>:not([class*=nk-card-media]) .nk-label,
.nk-card-secondary.nk-card-body .nk-label,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-label,
.nk-light .nk-label,
.nk-offcanvas-bar .nk-label,
.nk-overlay-primary .nk-label,
.nk-section-primary:not(.nk-preserve-color) .nk-label,
.nk-section-secondary:not(.nk-preserve-color) .nk-label,
.nk-tile-primary:not(.nk-preserve-color) .nk-label,
.nk-tile-secondary:not(.nk-preserve-color) .nk-label {
    background-color: #fff;
    color: #000
}

.nk-card-primary.nk-card-body .nk-article-meta,
.nk-card-primary>:not([class*=nk-card-media]) .nk-article-meta,
.nk-card-secondary.nk-card-body .nk-article-meta,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-article-meta,
.nk-light .nk-article-meta,
.nk-offcanvas-bar .nk-article-meta,
.nk-overlay-primary .nk-article-meta,
.nk-section-primary:not(.nk-preserve-color) .nk-article-meta,
.nk-section-secondary:not(.nk-preserve-color) .nk-article-meta,
.nk-tile-primary:not(.nk-preserve-color) .nk-article-meta,
.nk-tile-secondary:not(.nk-preserve-color) .nk-article-meta {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-search-input,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-input,
.nk-card-secondary.nk-card-body .nk-search-input,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-input,
.nk-light .nk-search-input,
.nk-offcanvas-bar .nk-search-input,
.nk-overlay-primary .nk-search-input,
.nk-section-primary:not(.nk-preserve-color) .nk-search-input,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-input,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-input,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-input {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-search-input:-ms-input-placeholder,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-input:-ms-input-placeholder,
.nk-card-secondary.nk-card-body .nk-search-input:-ms-input-placeholder,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-input:-ms-input-placeholder,
.nk-light .nk-search-input:-ms-input-placeholder,
.nk-offcanvas-bar .nk-search-input:-ms-input-placeholder,
.nk-overlay-primary .nk-search-input:-ms-input-placeholder,
.nk-section-primary:not(.nk-preserve-color) .nk-search-input:-ms-input-placeholder,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-input:-ms-input-placeholder,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-input:-ms-input-placeholder,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5) !important
}

.nk-card-primary.nk-card-body .nk-search-input::placeholder,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-input::placeholder,
.nk-card-secondary.nk-card-body .nk-search-input::placeholder,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-input::placeholder,
.nk-light .nk-search-input::placeholder,
.nk-offcanvas-bar .nk-search-input::placeholder,
.nk-overlay-primary .nk-search-input::placeholder,
.nk-section-primary:not(.nk-preserve-color) .nk-search-input::placeholder,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-input::placeholder,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-input::placeholder,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-input::placeholder {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-search .nk-search-icon,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search .nk-search-icon,
.nk-card-secondary.nk-card-body .nk-search .nk-search-icon,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search .nk-search-icon,
.nk-light .nk-search .nk-search-icon,
.nk-offcanvas-bar .nk-search .nk-search-icon,
.nk-overlay-primary .nk-search .nk-search-icon,
.nk-section-primary:not(.nk-preserve-color) .nk-search .nk-search-icon,
.nk-section-secondary:not(.nk-preserve-color) .nk-search .nk-search-icon,
.nk-tile-primary:not(.nk-preserve-color) .nk-search .nk-search-icon,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search .nk-search-icon {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-search .nk-search-icon:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search .nk-search-icon:hover,
.nk-card-secondary.nk-card-body .nk-search .nk-search-icon:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search .nk-search-icon:hover,
.nk-light .nk-search .nk-search-icon:hover,
.nk-offcanvas-bar .nk-search .nk-search-icon:hover,
.nk-overlay-primary .nk-search .nk-search-icon:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-search .nk-search-icon:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-search .nk-search-icon:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-search .nk-search-icon:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search .nk-search-icon:hover {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-search-default .nk-search-input,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-default .nk-search-input,
.nk-card-secondary.nk-card-body .nk-search-default .nk-search-input,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-default .nk-search-input,
.nk-light .nk-search-default .nk-search-input,
.nk-offcanvas-bar .nk-search-default .nk-search-input,
.nk-overlay-primary .nk-search-default .nk-search-input,
.nk-section-primary:not(.nk-preserve-color) .nk-search-default .nk-search-input,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-default .nk-search-input,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-default .nk-search-input,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-default .nk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-search-default .nk-search-input:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-default .nk-search-input:focus,
.nk-card-secondary.nk-card-body .nk-search-default .nk-search-input:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-default .nk-search-input:focus,
.nk-light .nk-search-default .nk-search-input:focus,
.nk-offcanvas-bar .nk-search-default .nk-search-input:focus,
.nk-overlay-primary .nk-search-default .nk-search-input:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-search-default .nk-search-input:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-default .nk-search-input:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-default .nk-search-input:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-default .nk-search-input:focus {
    background-color: transparent
}

.nk-card-primary.nk-card-body .nk-search-navbar .nk-search-input,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-navbar .nk-search-input,
.nk-card-secondary.nk-card-body .nk-search-navbar .nk-search-input,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-navbar .nk-search-input,
.nk-light .nk-search-navbar .nk-search-input,
.nk-offcanvas-bar .nk-search-navbar .nk-search-input,
.nk-overlay-primary .nk-search-navbar .nk-search-input,
.nk-section-primary:not(.nk-preserve-color) .nk-search-navbar .nk-search-input,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-navbar .nk-search-input,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-navbar .nk-search-input,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-navbar .nk-search-input {
    background-color: transparent
}

.nk-card-primary.nk-card-body .nk-search-large .nk-search-input,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-large .nk-search-input,
.nk-card-secondary.nk-card-body .nk-search-large .nk-search-input,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-large .nk-search-input,
.nk-light .nk-search-large .nk-search-input,
.nk-offcanvas-bar .nk-search-large .nk-search-input,
.nk-overlay-primary .nk-search-large .nk-search-input,
.nk-section-primary:not(.nk-preserve-color) .nk-search-large .nk-search-input,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-large .nk-search-input,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-large .nk-search-input,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-large .nk-search-input {
    background-color: transparent
}

.nk-card-primary.nk-card-body .nk-search-toggle,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-toggle,
.nk-card-secondary.nk-card-body .nk-search-toggle,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-toggle,
.nk-light .nk-search-toggle,
.nk-offcanvas-bar .nk-search-toggle,
.nk-overlay-primary .nk-search-toggle,
.nk-section-primary:not(.nk-preserve-color) .nk-search-toggle,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-toggle,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-toggle,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-toggle {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-search-toggle:focus,
.nk-card-primary.nk-card-body .nk-search-toggle:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-toggle:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-search-toggle:hover,
.nk-card-secondary.nk-card-body .nk-search-toggle:focus,
.nk-card-secondary.nk-card-body .nk-search-toggle:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-toggle:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-search-toggle:hover,
.nk-light .nk-search-toggle:focus,
.nk-light .nk-search-toggle:hover,
.nk-offcanvas-bar .nk-search-toggle:focus,
.nk-offcanvas-bar .nk-search-toggle:hover,
.nk-overlay-primary .nk-search-toggle:focus,
.nk-overlay-primary .nk-search-toggle:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-search-toggle:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-search-toggle:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-toggle:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-search-toggle:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-toggle:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-search-toggle:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-toggle:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-search-toggle:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-nav-parent-icon>.nk-parent>a::after,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-parent-icon>.nk-parent>a::after,
.nk-card-secondary.nk-card-body .nk-nav-parent-icon>.nk-parent>a::after,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-parent-icon>.nk-parent>a::after,
.nk-light .nk-nav-parent-icon>.nk-parent>a::after,
.nk-offcanvas-bar .nk-nav-parent-icon>.nk-parent>a::after,
.nk-overlay-primary .nk-nav-parent-icon>.nk-parent>a::after,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-parent-icon>.nk-parent>a::after,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-parent-icon>.nk-parent>a::after,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-parent-icon>.nk-parent>a::after,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-parent-icon>.nk-parent>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-card-primary.nk-card-body .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-card-secondary.nk-card-body .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-light .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-offcanvas-bar .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-overlay-primary .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-parent-icon>.nk-parent.nk-open>a::after,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-parent-icon>.nk-parent.nk-open>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-card-primary.nk-card-body .nk-nav-default>li>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default>li>a,
.nk-card-secondary.nk-card-body .nk-nav-default>li>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default>li>a,
.nk-light .nk-nav-default>li>a,
.nk-offcanvas-bar .nk-nav-default>li>a,
.nk-overlay-primary .nk-nav-default>li>a,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default>li>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default>li>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default>li>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default>li>a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-nav-default>li>a:focus,
.nk-card-primary.nk-card-body .nk-nav-default>li>a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default>li>a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default>li>a:hover,
.nk-card-secondary.nk-card-body .nk-nav-default>li>a:focus,
.nk-card-secondary.nk-card-body .nk-nav-default>li>a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default>li>a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default>li>a:hover,
.nk-light .nk-nav-default>li>a:focus,
.nk-light .nk-nav-default>li>a:hover,
.nk-offcanvas-bar .nk-nav-default>li>a:focus,
.nk-offcanvas-bar .nk-nav-default>li>a:hover,
.nk-overlay-primary .nk-nav-default>li>a:focus,
.nk-overlay-primary .nk-nav-default>li>a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default>li>a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default>li>a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default>li>a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default>li>a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default>li>a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default>li>a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default>li>a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default>li>a:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-nav-default>li.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default>li.nk-active>a,
.nk-card-secondary.nk-card-body .nk-nav-default>li.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default>li.nk-active>a,
.nk-light .nk-nav-default>li.nk-active>a,
.nk-offcanvas-bar .nk-nav-default>li.nk-active>a,
.nk-overlay-primary .nk-nav-default>li.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default>li.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default>li.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default>li.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default>li.nk-active>a {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-nav-default .nk-nav-header,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-header,
.nk-card-secondary.nk-card-body .nk-nav-default .nk-nav-header,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-header,
.nk-light .nk-nav-default .nk-nav-header,
.nk-offcanvas-bar .nk-nav-default .nk-nav-header,
.nk-overlay-primary .nk-nav-default .nk-nav-header,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-header,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-header,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-header,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-header {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-nav-default .nk-nav-divider,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-divider,
.nk-card-secondary.nk-card-body .nk-nav-default .nk-nav-divider,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-divider,
.nk-light .nk-nav-default .nk-nav-divider,
.nk-offcanvas-bar .nk-nav-default .nk-nav-divider,
.nk-overlay-primary .nk-nav-default .nk-nav-divider,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-divider,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-divider,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-divider,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-divider {
    border-top-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-nav-default .nk-nav-sub a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-sub a,
.nk-card-secondary.nk-card-body .nk-nav-default .nk-nav-sub a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-sub a,
.nk-light .nk-nav-default .nk-nav-sub a,
.nk-offcanvas-bar .nk-nav-default .nk-nav-sub a,
.nk-overlay-primary .nk-nav-default .nk-nav-sub a,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-nav-default .nk-nav-sub a:focus,
.nk-card-primary.nk-card-body .nk-nav-default .nk-nav-sub a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-sub a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-sub a:hover,
.nk-card-secondary.nk-card-body .nk-nav-default .nk-nav-sub a:focus,
.nk-card-secondary.nk-card-body .nk-nav-default .nk-nav-sub a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-sub a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-sub a:hover,
.nk-light .nk-nav-default .nk-nav-sub a:focus,
.nk-light .nk-nav-default .nk-nav-sub a:hover,
.nk-offcanvas-bar .nk-nav-default .nk-nav-sub a:focus,
.nk-offcanvas-bar .nk-nav-default .nk-nav-sub a:hover,
.nk-overlay-primary .nk-nav-default .nk-nav-sub a:focus,
.nk-overlay-primary .nk-nav-default .nk-nav-sub a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub a:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-card-secondary.nk-card-body .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-light .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-offcanvas-bar .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-overlay-primary .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub li.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-default .nk-nav-sub li.nk-active>a {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-nav-primary>li>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary>li>a,
.nk-card-secondary.nk-card-body .nk-nav-primary>li>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary>li>a,
.nk-light .nk-nav-primary>li>a,
.nk-offcanvas-bar .nk-nav-primary>li>a,
.nk-overlay-primary .nk-nav-primary>li>a,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary>li>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary>li>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary>li>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary>li>a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-nav-primary>li>a:focus,
.nk-card-primary.nk-card-body .nk-nav-primary>li>a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary>li>a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary>li>a:hover,
.nk-card-secondary.nk-card-body .nk-nav-primary>li>a:focus,
.nk-card-secondary.nk-card-body .nk-nav-primary>li>a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary>li>a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary>li>a:hover,
.nk-light .nk-nav-primary>li>a:focus,
.nk-light .nk-nav-primary>li>a:hover,
.nk-offcanvas-bar .nk-nav-primary>li>a:focus,
.nk-offcanvas-bar .nk-nav-primary>li>a:hover,
.nk-overlay-primary .nk-nav-primary>li>a:focus,
.nk-overlay-primary .nk-nav-primary>li>a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary>li>a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary>li>a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary>li>a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary>li>a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary>li>a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary>li>a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary>li>a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary>li>a:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-nav-primary>li.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary>li.nk-active>a,
.nk-card-secondary.nk-card-body .nk-nav-primary>li.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary>li.nk-active>a,
.nk-light .nk-nav-primary>li.nk-active>a,
.nk-offcanvas-bar .nk-nav-primary>li.nk-active>a,
.nk-overlay-primary .nk-nav-primary>li.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary>li.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary>li.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary>li.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary>li.nk-active>a {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-nav-primary .nk-nav-header,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-header,
.nk-card-secondary.nk-card-body .nk-nav-primary .nk-nav-header,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-header,
.nk-light .nk-nav-primary .nk-nav-header,
.nk-offcanvas-bar .nk-nav-primary .nk-nav-header,
.nk-overlay-primary .nk-nav-primary .nk-nav-header,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-header,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-header,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-header,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-header {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-nav-primary .nk-nav-divider,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-divider,
.nk-card-secondary.nk-card-body .nk-nav-primary .nk-nav-divider,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-divider,
.nk-light .nk-nav-primary .nk-nav-divider,
.nk-offcanvas-bar .nk-nav-primary .nk-nav-divider,
.nk-overlay-primary .nk-nav-primary .nk-nav-divider,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-divider,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-divider,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-divider,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-divider {
    border-top-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-nav-primary .nk-nav-sub a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-sub a,
.nk-card-secondary.nk-card-body .nk-nav-primary .nk-nav-sub a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-sub a,
.nk-light .nk-nav-primary .nk-nav-sub a,
.nk-offcanvas-bar .nk-nav-primary .nk-nav-sub a,
.nk-overlay-primary .nk-nav-primary .nk-nav-sub a,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-nav-primary .nk-nav-sub a:focus,
.nk-card-primary.nk-card-body .nk-nav-primary .nk-nav-sub a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-sub a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-sub a:hover,
.nk-card-secondary.nk-card-body .nk-nav-primary .nk-nav-sub a:focus,
.nk-card-secondary.nk-card-body .nk-nav-primary .nk-nav-sub a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-sub a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-sub a:hover,
.nk-light .nk-nav-primary .nk-nav-sub a:focus,
.nk-light .nk-nav-primary .nk-nav-sub a:hover,
.nk-offcanvas-bar .nk-nav-primary .nk-nav-sub a:focus,
.nk-offcanvas-bar .nk-nav-primary .nk-nav-sub a:hover,
.nk-overlay-primary .nk-nav-primary .nk-nav-sub a:focus,
.nk-overlay-primary .nk-nav-primary .nk-nav-sub a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub a:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-card-secondary.nk-card-body .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-light .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-offcanvas-bar .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-overlay-primary .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub li.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-nav-primary .nk-nav-sub li.nk-active>a {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-navbar-nav>li>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-nav>li>a,
.nk-card-secondary.nk-card-body .nk-navbar-nav>li>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-nav>li>a,
.nk-light .nk-navbar-nav>li>a,
.nk-offcanvas-bar .nk-navbar-nav>li>a,
.nk-overlay-primary .nk-navbar-nav>li>a,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-nav>li>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-nav>li>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-nav>li>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-nav>li>a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-navbar-nav>li:hover>a,
.nk-card-primary.nk-card-body .nk-navbar-nav>li>a.nk-open,
.nk-card-primary.nk-card-body .nk-navbar-nav>li>a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-nav>li:hover>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-nav>li>a.nk-open,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-nav>li>a:focus,
.nk-card-secondary.nk-card-body .nk-navbar-nav>li:hover>a,
.nk-card-secondary.nk-card-body .nk-navbar-nav>li>a.nk-open,
.nk-card-secondary.nk-card-body .nk-navbar-nav>li>a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-nav>li:hover>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-nav>li>a.nk-open,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-nav>li>a:focus,
.nk-light .nk-navbar-nav>li:hover>a,
.nk-light .nk-navbar-nav>li>a.nk-open,
.nk-light .nk-navbar-nav>li>a:focus,
.nk-offcanvas-bar .nk-navbar-nav>li:hover>a,
.nk-offcanvas-bar .nk-navbar-nav>li>a.nk-open,
.nk-offcanvas-bar .nk-navbar-nav>li>a:focus,
.nk-overlay-primary .nk-navbar-nav>li:hover>a,
.nk-overlay-primary .nk-navbar-nav>li>a.nk-open,
.nk-overlay-primary .nk-navbar-nav>li>a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-nav>li:hover>a,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-nav>li>a.nk-open,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-nav>li>a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-nav>li:hover>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-nav>li>a.nk-open,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-nav>li>a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-nav>li:hover>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-nav>li>a.nk-open,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-nav>li>a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-nav>li:hover>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-nav>li>a.nk-open,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-navbar-nav>li>a:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-nav>li>a:active,
.nk-card-secondary.nk-card-body .nk-navbar-nav>li>a:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-nav>li>a:active,
.nk-light .nk-navbar-nav>li>a:active,
.nk-offcanvas-bar .nk-navbar-nav>li>a:active,
.nk-overlay-primary .nk-navbar-nav>li>a:active,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-nav>li>a:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-nav>li>a:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-nav>li>a:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-nav>li>a:active {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-navbar-nav>li.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-nav>li.nk-active>a,
.nk-card-secondary.nk-card-body .nk-navbar-nav>li.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-nav>li.nk-active>a,
.nk-light .nk-navbar-nav>li.nk-active>a,
.nk-offcanvas-bar .nk-navbar-nav>li.nk-active>a,
.nk-overlay-primary .nk-navbar-nav>li.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-nav>li.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-nav>li.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-nav>li.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-nav>li.nk-active>a {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-navbar-item,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-item,
.nk-card-secondary.nk-card-body .nk-navbar-item,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-item,
.nk-light .nk-navbar-item,
.nk-offcanvas-bar .nk-navbar-item,
.nk-overlay-primary .nk-navbar-item,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-item,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-item,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-item,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-item {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-navbar-toggle,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-toggle,
.nk-card-secondary.nk-card-body .nk-navbar-toggle,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-toggle,
.nk-light .nk-navbar-toggle,
.nk-offcanvas-bar .nk-navbar-toggle,
.nk-overlay-primary .nk-navbar-toggle,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-toggle,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-toggle,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-toggle,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-toggle {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-navbar-toggle.nk-open,
.nk-card-primary.nk-card-body .nk-navbar-toggle:focus,
.nk-card-primary.nk-card-body .nk-navbar-toggle:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-toggle.nk-open,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-toggle:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-navbar-toggle:hover,
.nk-card-secondary.nk-card-body .nk-navbar-toggle.nk-open,
.nk-card-secondary.nk-card-body .nk-navbar-toggle:focus,
.nk-card-secondary.nk-card-body .nk-navbar-toggle:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-toggle.nk-open,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-toggle:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-navbar-toggle:hover,
.nk-light .nk-navbar-toggle.nk-open,
.nk-light .nk-navbar-toggle:focus,
.nk-light .nk-navbar-toggle:hover,
.nk-offcanvas-bar .nk-navbar-toggle.nk-open,
.nk-offcanvas-bar .nk-navbar-toggle:focus,
.nk-offcanvas-bar .nk-navbar-toggle:hover,
.nk-overlay-primary .nk-navbar-toggle.nk-open,
.nk-overlay-primary .nk-navbar-toggle:focus,
.nk-overlay-primary .nk-navbar-toggle:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-toggle.nk-open,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-toggle:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-navbar-toggle:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-toggle.nk-open,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-toggle:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-navbar-toggle:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-toggle.nk-open,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-toggle:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-navbar-toggle:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-toggle.nk-open,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-toggle:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-navbar-toggle:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-subnav>*>:first-child,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav>*>:first-child,
.nk-card-secondary.nk-card-body .nk-subnav>*>:first-child,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav>*>:first-child,
.nk-light .nk-subnav>*>:first-child,
.nk-offcanvas-bar .nk-subnav>*>:first-child,
.nk-overlay-primary .nk-subnav>*>:first-child,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav>*>:first-child,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav>*>:first-child,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav>*>:first-child,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav>*>:first-child {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-subnav>*>a:focus,
.nk-card-primary.nk-card-body .nk-subnav>*>a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav>*>a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav>*>a:hover,
.nk-card-secondary.nk-card-body .nk-subnav>*>a:focus,
.nk-card-secondary.nk-card-body .nk-subnav>*>a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav>*>a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav>*>a:hover,
.nk-light .nk-subnav>*>a:focus,
.nk-light .nk-subnav>*>a:hover,
.nk-offcanvas-bar .nk-subnav>*>a:focus,
.nk-offcanvas-bar .nk-subnav>*>a:hover,
.nk-overlay-primary .nk-subnav>*>a:focus,
.nk-overlay-primary .nk-subnav>*>a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav>*>a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav>*>a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav>*>a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav>*>a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav>*>a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav>*>a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav>*>a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav>*>a:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-subnav>.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav>.nk-active>a,
.nk-card-secondary.nk-card-body .nk-subnav>.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav>.nk-active>a,
.nk-light .nk-subnav>.nk-active>a,
.nk-offcanvas-bar .nk-subnav>.nk-active>a,
.nk-overlay-primary .nk-subnav>.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav>.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav>.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav>.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav>.nk-active>a {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-card-secondary.nk-card-body .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-light .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-offcanvas-bar .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-overlay-primary .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav-divider>:nth-child(n+2):not(.nk-first-column)::before {
    border-left-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-subnav-pill>*>:first-child,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav-pill>*>:first-child,
.nk-card-secondary.nk-card-body .nk-subnav-pill>*>:first-child,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav-pill>*>:first-child,
.nk-light .nk-subnav-pill>*>:first-child,
.nk-offcanvas-bar .nk-subnav-pill>*>:first-child,
.nk-overlay-primary .nk-subnav-pill>*>:first-child,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav-pill>*>:first-child,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav-pill>*>:first-child,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav-pill>*>:first-child,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav-pill>*>:first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-subnav-pill>*>a:focus,
.nk-card-primary.nk-card-body .nk-subnav-pill>*>a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav-pill>*>a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav-pill>*>a:hover,
.nk-card-secondary.nk-card-body .nk-subnav-pill>*>a:focus,
.nk-card-secondary.nk-card-body .nk-subnav-pill>*>a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav-pill>*>a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav-pill>*>a:hover,
.nk-light .nk-subnav-pill>*>a:focus,
.nk-light .nk-subnav-pill>*>a:hover,
.nk-offcanvas-bar .nk-subnav-pill>*>a:focus,
.nk-offcanvas-bar .nk-subnav-pill>*>a:hover,
.nk-overlay-primary .nk-subnav-pill>*>a:focus,
.nk-overlay-primary .nk-subnav-pill>*>a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav-pill>*>a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav-pill>*>a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav-pill>*>a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav-pill>*>a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav-pill>*>a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav-pill>*>a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav-pill>*>a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav-pill>*>a:hover {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-subnav-pill>*>a:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav-pill>*>a:active,
.nk-card-secondary.nk-card-body .nk-subnav-pill>*>a:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav-pill>*>a:active,
.nk-light .nk-subnav-pill>*>a:active,
.nk-offcanvas-bar .nk-subnav-pill>*>a:active,
.nk-overlay-primary .nk-subnav-pill>*>a:active,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav-pill>*>a:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav-pill>*>a:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav-pill>*>a:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav-pill>*>a:active {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-subnav-pill>.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav-pill>.nk-active>a,
.nk-card-secondary.nk-card-body .nk-subnav-pill>.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav-pill>.nk-active>a,
.nk-light .nk-subnav-pill>.nk-active>a,
.nk-offcanvas-bar .nk-subnav-pill>.nk-active>a,
.nk-overlay-primary .nk-subnav-pill>.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav-pill>.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav-pill>.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav-pill>.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav-pill>.nk-active>a {
    background-color: #fff;
    color: #000
}

.nk-card-primary.nk-card-body .nk-subnav>.nk-disabled>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-subnav>.nk-disabled>a,
.nk-card-secondary.nk-card-body .nk-subnav>.nk-disabled>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-subnav>.nk-disabled>a,
.nk-light .nk-subnav>.nk-disabled>a,
.nk-offcanvas-bar .nk-subnav>.nk-disabled>a,
.nk-overlay-primary .nk-subnav>.nk-disabled>a,
.nk-section-primary:not(.nk-preserve-color) .nk-subnav>.nk-disabled>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-subnav>.nk-disabled>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-subnav>.nk-disabled>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-subnav>.nk-disabled>a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-breadcrumb>*>*,
.nk-card-primary>:not([class*=nk-card-media]) .nk-breadcrumb>*>*,
.nk-card-secondary.nk-card-body .nk-breadcrumb>*>*,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-breadcrumb>*>*,
.nk-light .nk-breadcrumb>*>*,
.nk-offcanvas-bar .nk-breadcrumb>*>*,
.nk-overlay-primary .nk-breadcrumb>*>*,
.nk-section-primary:not(.nk-preserve-color) .nk-breadcrumb>*>*,
.nk-section-secondary:not(.nk-preserve-color) .nk-breadcrumb>*>*,
.nk-tile-primary:not(.nk-preserve-color) .nk-breadcrumb>*>*,
.nk-tile-secondary:not(.nk-preserve-color) .nk-breadcrumb>*>* {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-breadcrumb>*>:focus,
.nk-card-primary.nk-card-body .nk-breadcrumb>*>:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-breadcrumb>*>:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-breadcrumb>*>:hover,
.nk-card-secondary.nk-card-body .nk-breadcrumb>*>:focus,
.nk-card-secondary.nk-card-body .nk-breadcrumb>*>:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-breadcrumb>*>:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-breadcrumb>*>:hover,
.nk-light .nk-breadcrumb>*>:focus,
.nk-light .nk-breadcrumb>*>:hover,
.nk-offcanvas-bar .nk-breadcrumb>*>:focus,
.nk-offcanvas-bar .nk-breadcrumb>*>:hover,
.nk-overlay-primary .nk-breadcrumb>*>:focus,
.nk-overlay-primary .nk-breadcrumb>*>:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-breadcrumb>*>:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-breadcrumb>*>:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-breadcrumb>*>:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-breadcrumb>*>:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-breadcrumb>*>:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-breadcrumb>*>:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-breadcrumb>*>:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-breadcrumb>*>:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-breadcrumb>:last-child>*,
.nk-card-primary>:not([class*=nk-card-media]) .nk-breadcrumb>:last-child>*,
.nk-card-secondary.nk-card-body .nk-breadcrumb>:last-child>*,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-breadcrumb>:last-child>*,
.nk-light .nk-breadcrumb>:last-child>*,
.nk-offcanvas-bar .nk-breadcrumb>:last-child>*,
.nk-overlay-primary .nk-breadcrumb>:last-child>*,
.nk-section-primary:not(.nk-preserve-color) .nk-breadcrumb>:last-child>*,
.nk-section-secondary:not(.nk-preserve-color) .nk-breadcrumb>:last-child>*,
.nk-tile-primary:not(.nk-preserve-color) .nk-breadcrumb>:last-child>*,
.nk-tile-secondary:not(.nk-preserve-color) .nk-breadcrumb>:last-child>* {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-card-secondary.nk-card-body .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-light .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-offcanvas-bar .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-overlay-primary .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-section-primary:not(.nk-preserve-color) .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-breadcrumb>:nth-child(n+2):not(.nk-first-column)::before {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-pagination>*>*,
.nk-card-primary>:not([class*=nk-card-media]) .nk-pagination>*>*,
.nk-card-secondary.nk-card-body .nk-pagination>*>*,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-pagination>*>*,
.nk-light .nk-pagination>*>*,
.nk-offcanvas-bar .nk-pagination>*>*,
.nk-overlay-primary .nk-pagination>*>*,
.nk-section-primary:not(.nk-preserve-color) .nk-pagination>*>*,
.nk-section-secondary:not(.nk-preserve-color) .nk-pagination>*>*,
.nk-tile-primary:not(.nk-preserve-color) .nk-pagination>*>*,
.nk-tile-secondary:not(.nk-preserve-color) .nk-pagination>*>* {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-pagination>*>:focus,
.nk-card-primary.nk-card-body .nk-pagination>*>:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-pagination>*>:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-pagination>*>:hover,
.nk-card-secondary.nk-card-body .nk-pagination>*>:focus,
.nk-card-secondary.nk-card-body .nk-pagination>*>:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-pagination>*>:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-pagination>*>:hover,
.nk-light .nk-pagination>*>:focus,
.nk-light .nk-pagination>*>:hover,
.nk-offcanvas-bar .nk-pagination>*>:focus,
.nk-offcanvas-bar .nk-pagination>*>:hover,
.nk-overlay-primary .nk-pagination>*>:focus,
.nk-overlay-primary .nk-pagination>*>:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-pagination>*>:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-pagination>*>:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-pagination>*>:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-pagination>*>:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-pagination>*>:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-pagination>*>:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-pagination>*>:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-pagination>*>:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-pagination>.nk-active>*,
.nk-card-primary>:not([class*=nk-card-media]) .nk-pagination>.nk-active>*,
.nk-card-secondary.nk-card-body .nk-pagination>.nk-active>*,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-pagination>.nk-active>*,
.nk-light .nk-pagination>.nk-active>*,
.nk-offcanvas-bar .nk-pagination>.nk-active>*,
.nk-overlay-primary .nk-pagination>.nk-active>*,
.nk-section-primary:not(.nk-preserve-color) .nk-pagination>.nk-active>*,
.nk-section-secondary:not(.nk-preserve-color) .nk-pagination>.nk-active>*,
.nk-tile-primary:not(.nk-preserve-color) .nk-pagination>.nk-active>*,
.nk-tile-secondary:not(.nk-preserve-color) .nk-pagination>.nk-active>* {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-pagination>.nk-disabled>*,
.nk-card-primary>:not([class*=nk-card-media]) .nk-pagination>.nk-disabled>*,
.nk-card-secondary.nk-card-body .nk-pagination>.nk-disabled>*,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-pagination>.nk-disabled>*,
.nk-light .nk-pagination>.nk-disabled>*,
.nk-offcanvas-bar .nk-pagination>.nk-disabled>*,
.nk-overlay-primary .nk-pagination>.nk-disabled>*,
.nk-section-primary:not(.nk-preserve-color) .nk-pagination>.nk-disabled>*,
.nk-section-secondary:not(.nk-preserve-color) .nk-pagination>.nk-disabled>*,
.nk-tile-primary:not(.nk-preserve-color) .nk-pagination>.nk-disabled>*,
.nk-tile-secondary:not(.nk-preserve-color) .nk-pagination>.nk-disabled>* {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-tab::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-tab::before,
.nk-card-secondary.nk-card-body .nk-tab::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-tab::before,
.nk-light .nk-tab::before,
.nk-offcanvas-bar .nk-tab::before,
.nk-overlay-primary .nk-tab::before,
.nk-section-primary:not(.nk-preserve-color) .nk-tab::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-tab::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-tab::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-tab::before {
    border-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-tab>*>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-tab>*>a,
.nk-card-secondary.nk-card-body .nk-tab>*>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-tab>*>a,
.nk-light .nk-tab>*>a,
.nk-offcanvas-bar .nk-tab>*>a,
.nk-overlay-primary .nk-tab>*>a,
.nk-section-primary:not(.nk-preserve-color) .nk-tab>*>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-tab>*>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-tab>*>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-tab>*>a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-tab>*>a:focus,
.nk-card-primary.nk-card-body .nk-tab>*>a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-tab>*>a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-tab>*>a:hover,
.nk-card-secondary.nk-card-body .nk-tab>*>a:focus,
.nk-card-secondary.nk-card-body .nk-tab>*>a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-tab>*>a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-tab>*>a:hover,
.nk-light .nk-tab>*>a:focus,
.nk-light .nk-tab>*>a:hover,
.nk-offcanvas-bar .nk-tab>*>a:focus,
.nk-offcanvas-bar .nk-tab>*>a:hover,
.nk-overlay-primary .nk-tab>*>a:focus,
.nk-overlay-primary .nk-tab>*>a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-tab>*>a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-tab>*>a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-tab>*>a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-tab>*>a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-tab>*>a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-tab>*>a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-tab>*>a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-tab>*>a:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-tab>.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-tab>.nk-active>a,
.nk-card-secondary.nk-card-body .nk-tab>.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-tab>.nk-active>a,
.nk-light .nk-tab>.nk-active>a,
.nk-offcanvas-bar .nk-tab>.nk-active>a,
.nk-overlay-primary .nk-tab>.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-tab>.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-tab>.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-tab>.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-tab>.nk-active>a {
    color: #fff;
    border-color: #fff
}

.nk-card-primary.nk-card-body .nk-tab>.nk-disabled>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-tab>.nk-disabled>a,
.nk-card-secondary.nk-card-body .nk-tab>.nk-disabled>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-tab>.nk-disabled>a,
.nk-light .nk-tab>.nk-disabled>a,
.nk-offcanvas-bar .nk-tab>.nk-disabled>a,
.nk-overlay-primary .nk-tab>.nk-disabled>a,
.nk-section-primary:not(.nk-preserve-color) .nk-tab>.nk-disabled>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-tab>.nk-disabled>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-tab>.nk-disabled>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-tab>.nk-disabled>a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-slidenav,
.nk-card-primary>:not([class*=nk-card-media]) .nk-slidenav,
.nk-card-secondary.nk-card-body .nk-slidenav,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-slidenav,
.nk-light .nk-slidenav,
.nk-offcanvas-bar .nk-slidenav,
.nk-overlay-primary .nk-slidenav,
.nk-section-primary:not(.nk-preserve-color) .nk-slidenav,
.nk-section-secondary:not(.nk-preserve-color) .nk-slidenav,
.nk-tile-primary:not(.nk-preserve-color) .nk-slidenav,
.nk-tile-secondary:not(.nk-preserve-color) .nk-slidenav {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-slidenav:focus,
.nk-card-primary.nk-card-body .nk-slidenav:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-slidenav:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-slidenav:hover,
.nk-card-secondary.nk-card-body .nk-slidenav:focus,
.nk-card-secondary.nk-card-body .nk-slidenav:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-slidenav:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-slidenav:hover,
.nk-light .nk-slidenav:focus,
.nk-light .nk-slidenav:hover,
.nk-offcanvas-bar .nk-slidenav:focus,
.nk-offcanvas-bar .nk-slidenav:hover,
.nk-overlay-primary .nk-slidenav:focus,
.nk-overlay-primary .nk-slidenav:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-slidenav:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-slidenav:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-slidenav:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-slidenav:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-slidenav:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-slidenav:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-slidenav:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-slidenav:hover {
    color: rgba(255, 255, 255, .95)
}

.nk-card-primary.nk-card-body .nk-slidenav:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-slidenav:active,
.nk-card-secondary.nk-card-body .nk-slidenav:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-slidenav:active,
.nk-light .nk-slidenav:active,
.nk-offcanvas-bar .nk-slidenav:active,
.nk-overlay-primary .nk-slidenav:active,
.nk-section-primary:not(.nk-preserve-color) .nk-slidenav:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-slidenav:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-slidenav:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-slidenav:active {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-dotnav>*>*,
.nk-card-primary>:not([class*=nk-card-media]) .nk-dotnav>*>*,
.nk-card-secondary.nk-card-body .nk-dotnav>*>*,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-dotnav>*>*,
.nk-light .nk-dotnav>*>*,
.nk-offcanvas-bar .nk-dotnav>*>*,
.nk-overlay-primary .nk-dotnav>*>*,
.nk-section-primary:not(.nk-preserve-color) .nk-dotnav>*>*,
.nk-section-secondary:not(.nk-preserve-color) .nk-dotnav>*>*,
.nk-tile-primary:not(.nk-preserve-color) .nk-dotnav>*>*,
.nk-tile-secondary:not(.nk-preserve-color) .nk-dotnav>*>* {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .9)
}

.nk-card-primary.nk-card-body .nk-dotnav>*>:focus,
.nk-card-primary.nk-card-body .nk-dotnav>*>:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-dotnav>*>:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-dotnav>*>:hover,
.nk-card-secondary.nk-card-body .nk-dotnav>*>:focus,
.nk-card-secondary.nk-card-body .nk-dotnav>*>:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-dotnav>*>:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-dotnav>*>:hover,
.nk-light .nk-dotnav>*>:focus,
.nk-light .nk-dotnav>*>:hover,
.nk-offcanvas-bar .nk-dotnav>*>:focus,
.nk-offcanvas-bar .nk-dotnav>*>:hover,
.nk-overlay-primary .nk-dotnav>*>:focus,
.nk-overlay-primary .nk-dotnav>*>:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-dotnav>*>:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-dotnav>*>:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-dotnav>*>:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-dotnav>*>:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-dotnav>*>:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-dotnav>*>:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-dotnav>*>:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-dotnav>*>:hover {
    background-color: rgba(255, 255, 255, .9);
    border-color: transparent
}

.nk-card-primary.nk-card-body .nk-dotnav>*>:active,
.nk-card-primary>:not([class*=nk-card-media]) .nk-dotnav>*>:active,
.nk-card-secondary.nk-card-body .nk-dotnav>*>:active,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-dotnav>*>:active,
.nk-light .nk-dotnav>*>:active,
.nk-offcanvas-bar .nk-dotnav>*>:active,
.nk-overlay-primary .nk-dotnav>*>:active,
.nk-section-primary:not(.nk-preserve-color) .nk-dotnav>*>:active,
.nk-section-secondary:not(.nk-preserve-color) .nk-dotnav>*>:active,
.nk-tile-primary:not(.nk-preserve-color) .nk-dotnav>*>:active,
.nk-tile-secondary:not(.nk-preserve-color) .nk-dotnav>*>:active {
    background-color: rgba(255, 255, 255, .5);
    border-color: transparent
}

.nk-card-primary.nk-card-body .nk-dotnav>.nk-active>*,
.nk-card-primary>:not([class*=nk-card-media]) .nk-dotnav>.nk-active>*,
.nk-card-secondary.nk-card-body .nk-dotnav>.nk-active>*,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-dotnav>.nk-active>*,
.nk-light .nk-dotnav>.nk-active>*,
.nk-offcanvas-bar .nk-dotnav>.nk-active>*,
.nk-overlay-primary .nk-dotnav>.nk-active>*,
.nk-section-primary:not(.nk-preserve-color) .nk-dotnav>.nk-active>*,
.nk-section-secondary:not(.nk-preserve-color) .nk-dotnav>.nk-active>*,
.nk-tile-primary:not(.nk-preserve-color) .nk-dotnav>.nk-active>*,
.nk-tile-secondary:not(.nk-preserve-color) .nk-dotnav>.nk-active>* {
    background-color: rgba(255, 255, 255, .9);
    border-color: transparent
}

.nk-card-primary.nk-card-body .nk-accordion-title,
.nk-card-primary>:not([class*=nk-card-media]) .nk-accordion-title,
.nk-card-secondary.nk-card-body .nk-accordion-title,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-accordion-title,
.nk-light .nk-accordion-title,
.nk-offcanvas-bar .nk-accordion-title,
.nk-overlay-primary .nk-accordion-title,
.nk-section-primary:not(.nk-preserve-color) .nk-accordion-title,
.nk-section-secondary:not(.nk-preserve-color) .nk-accordion-title,
.nk-tile-primary:not(.nk-preserve-color) .nk-accordion-title,
.nk-tile-secondary:not(.nk-preserve-color) .nk-accordion-title {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-accordion-title:focus,
.nk-card-primary.nk-card-body .nk-accordion-title:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-accordion-title:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-accordion-title:hover,
.nk-card-secondary.nk-card-body .nk-accordion-title:focus,
.nk-card-secondary.nk-card-body .nk-accordion-title:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-accordion-title:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-accordion-title:hover,
.nk-light .nk-accordion-title:focus,
.nk-light .nk-accordion-title:hover,
.nk-offcanvas-bar .nk-accordion-title:focus,
.nk-offcanvas-bar .nk-accordion-title:hover,
.nk-overlay-primary .nk-accordion-title:focus,
.nk-overlay-primary .nk-accordion-title:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-accordion-title:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-accordion-title:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-accordion-title:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-accordion-title:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-accordion-title:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-accordion-title:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-accordion-title:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-accordion-title:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-iconnav>*>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-iconnav>*>a,
.nk-card-secondary.nk-card-body .nk-iconnav>*>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-iconnav>*>a,
.nk-light .nk-iconnav>*>a,
.nk-offcanvas-bar .nk-iconnav>*>a,
.nk-overlay-primary .nk-iconnav>*>a,
.nk-section-primary:not(.nk-preserve-color) .nk-iconnav>*>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-iconnav>*>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-iconnav>*>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-iconnav>*>a {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-iconnav>*>a:focus,
.nk-card-primary.nk-card-body .nk-iconnav>*>a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-iconnav>*>a:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-iconnav>*>a:hover,
.nk-card-secondary.nk-card-body .nk-iconnav>*>a:focus,
.nk-card-secondary.nk-card-body .nk-iconnav>*>a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-iconnav>*>a:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-iconnav>*>a:hover,
.nk-light .nk-iconnav>*>a:focus,
.nk-light .nk-iconnav>*>a:hover,
.nk-offcanvas-bar .nk-iconnav>*>a:focus,
.nk-offcanvas-bar .nk-iconnav>*>a:hover,
.nk-overlay-primary .nk-iconnav>*>a:focus,
.nk-overlay-primary .nk-iconnav>*>a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-iconnav>*>a:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-iconnav>*>a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-iconnav>*>a:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-iconnav>*>a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-iconnav>*>a:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-iconnav>*>a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-iconnav>*>a:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-iconnav>*>a:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-iconnav>.nk-active>a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-iconnav>.nk-active>a,
.nk-card-secondary.nk-card-body .nk-iconnav>.nk-active>a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-iconnav>.nk-active>a,
.nk-light .nk-iconnav>.nk-active>a,
.nk-offcanvas-bar .nk-iconnav>.nk-active>a,
.nk-overlay-primary .nk-iconnav>.nk-active>a,
.nk-section-primary:not(.nk-preserve-color) .nk-iconnav>.nk-active>a,
.nk-section-secondary:not(.nk-preserve-color) .nk-iconnav>.nk-active>a,
.nk-tile-primary:not(.nk-preserve-color) .nk-iconnav>.nk-active>a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-iconnav>.nk-active>a {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-text-lead,
.nk-card-primary>:not([class*=nk-card-media]) .nk-text-lead,
.nk-card-secondary.nk-card-body .nk-text-lead,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-text-lead,
.nk-light .nk-text-lead,
.nk-offcanvas-bar .nk-text-lead,
.nk-overlay-primary .nk-text-lead,
.nk-section-primary:not(.nk-preserve-color) .nk-text-lead,
.nk-section-secondary:not(.nk-preserve-color) .nk-text-lead,
.nk-tile-primary:not(.nk-preserve-color) .nk-text-lead,
.nk-tile-secondary:not(.nk-preserve-color) .nk-text-lead {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-text-meta,
.nk-card-primary>:not([class*=nk-card-media]) .nk-text-meta,
.nk-card-secondary.nk-card-body .nk-text-meta,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-text-meta,
.nk-light .nk-text-meta,
.nk-offcanvas-bar .nk-text-meta,
.nk-overlay-primary .nk-text-meta,
.nk-section-primary:not(.nk-preserve-color) .nk-text-meta,
.nk-section-secondary:not(.nk-preserve-color) .nk-text-meta,
.nk-tile-primary:not(.nk-preserve-color) .nk-text-meta,
.nk-tile-secondary:not(.nk-preserve-color) .nk-text-meta {
    color: rgba(255, 255, 255, .5)
}

.nk-card-primary.nk-card-body .nk-text-muted,
.nk-card-primary>:not([class*=nk-card-media]) .nk-text-muted,
.nk-card-secondary.nk-card-body .nk-text-muted,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-text-muted,
.nk-light .nk-text-muted,
.nk-offcanvas-bar .nk-text-muted,
.nk-overlay-primary .nk-text-muted,
.nk-section-primary:not(.nk-preserve-color) .nk-text-muted,
.nk-section-secondary:not(.nk-preserve-color) .nk-text-muted,
.nk-tile-primary:not(.nk-preserve-color) .nk-text-muted,
.nk-tile-secondary:not(.nk-preserve-color) .nk-text-muted {
    color: rgba(255, 255, 255, .5) !important
}

.nk-card-primary.nk-card-body .nk-text-emphasis,
.nk-card-primary>:not([class*=nk-card-media]) .nk-text-emphasis,
.nk-card-secondary.nk-card-body .nk-text-emphasis,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-text-emphasis,
.nk-light .nk-text-emphasis,
.nk-offcanvas-bar .nk-text-emphasis,
.nk-overlay-primary .nk-text-emphasis,
.nk-section-primary:not(.nk-preserve-color) .nk-text-emphasis,
.nk-section-secondary:not(.nk-preserve-color) .nk-text-emphasis,
.nk-tile-primary:not(.nk-preserve-color) .nk-text-emphasis,
.nk-tile-secondary:not(.nk-preserve-color) .nk-text-emphasis {
    color: #fff !important
}

.nk-card-primary.nk-card-body .nk-text-primary,
.nk-card-primary>:not([class*=nk-card-media]) .nk-text-primary,
.nk-card-secondary.nk-card-body .nk-text-primary,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-text-primary,
.nk-light .nk-text-primary,
.nk-offcanvas-bar .nk-text-primary,
.nk-overlay-primary .nk-text-primary,
.nk-section-primary:not(.nk-preserve-color) .nk-text-primary,
.nk-section-secondary:not(.nk-preserve-color) .nk-text-primary,
.nk-tile-primary:not(.nk-preserve-color) .nk-text-primary,
.nk-tile-secondary:not(.nk-preserve-color) .nk-text-primary {
    color: #fff !important
}

.nk-card-primary.nk-card-body .nk-text-secondary,
.nk-card-primary>:not([class*=nk-card-media]) .nk-text-secondary,
.nk-card-secondary.nk-card-body .nk-text-secondary,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-text-secondary,
.nk-light .nk-text-secondary,
.nk-offcanvas-bar .nk-text-secondary,
.nk-overlay-primary .nk-text-secondary,
.nk-section-primary:not(.nk-preserve-color) .nk-text-secondary,
.nk-section-secondary:not(.nk-preserve-color) .nk-text-secondary,
.nk-tile-primary:not(.nk-preserve-color) .nk-text-secondary,
.nk-tile-secondary:not(.nk-preserve-color) .nk-text-secondary {
    color: #fff !important
}

.nk-card-primary.nk-card-body .nk-column-divider,
.nk-card-primary>:not([class*=nk-card-media]) .nk-column-divider,
.nk-card-secondary.nk-card-body .nk-column-divider,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-column-divider,
.nk-light .nk-column-divider,
.nk-offcanvas-bar .nk-column-divider,
.nk-overlay-primary .nk-column-divider,
.nk-section-primary:not(.nk-preserve-color) .nk-column-divider,
.nk-section-secondary:not(.nk-preserve-color) .nk-column-divider,
.nk-tile-primary:not(.nk-preserve-color) .nk-column-divider,
.nk-tile-secondary:not(.nk-preserve-color) .nk-column-divider {
    column-rule-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-logo,
.nk-card-primary>:not([class*=nk-card-media]) .nk-logo,
.nk-card-secondary.nk-card-body .nk-logo,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-logo,
.nk-light .nk-logo,
.nk-offcanvas-bar .nk-logo,
.nk-overlay-primary .nk-logo,
.nk-section-primary:not(.nk-preserve-color) .nk-logo,
.nk-section-secondary:not(.nk-preserve-color) .nk-logo,
.nk-tile-primary:not(.nk-preserve-color) .nk-logo,
.nk-tile-secondary:not(.nk-preserve-color) .nk-logo {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-logo:focus,
.nk-card-primary.nk-card-body .nk-logo:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-logo:focus,
.nk-card-primary>:not([class*=nk-card-media]) .nk-logo:hover,
.nk-card-secondary.nk-card-body .nk-logo:focus,
.nk-card-secondary.nk-card-body .nk-logo:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-logo:focus,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-logo:hover,
.nk-light .nk-logo:focus,
.nk-light .nk-logo:hover,
.nk-offcanvas-bar .nk-logo:focus,
.nk-offcanvas-bar .nk-logo:hover,
.nk-overlay-primary .nk-logo:focus,
.nk-overlay-primary .nk-logo:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-logo:focus,
.nk-section-primary:not(.nk-preserve-color) .nk-logo:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-logo:focus,
.nk-section-secondary:not(.nk-preserve-color) .nk-logo:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-logo:focus,
.nk-tile-primary:not(.nk-preserve-color) .nk-logo:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-logo:focus,
.nk-tile-secondary:not(.nk-preserve-color) .nk-logo:hover {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-card-primary>:not([class*=nk-card-media]) .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-card-secondary.nk-card-body .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-card-secondary>:not([class*=nk-card-media]) .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-light .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-offcanvas-bar .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-overlay-primary .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-section-primary:not(.nk-preserve-color) .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-section-secondary:not(.nk-preserve-color) .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-tile-primary:not(.nk-preserve-color) .nk-logo>:not(.nk-logo-inverse):not(:only-of-type),
.nk-tile-secondary:not(.nk-preserve-color) .nk-logo>:not(.nk-logo-inverse):not(:only-of-type) {
    display: none
}

.nk-card-primary.nk-card-body .nk-logo-inverse,
.nk-card-primary>:not([class*=nk-card-media]) .nk-logo-inverse,
.nk-card-secondary.nk-card-body .nk-logo-inverse,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-logo-inverse,
.nk-light .nk-logo-inverse,
.nk-offcanvas-bar .nk-logo-inverse,
.nk-overlay-primary .nk-logo-inverse,
.nk-section-primary:not(.nk-preserve-color) .nk-logo-inverse,
.nk-section-secondary:not(.nk-preserve-color) .nk-logo-inverse,
.nk-tile-primary:not(.nk-preserve-color) .nk-logo-inverse,
.nk-tile-secondary:not(.nk-preserve-color) .nk-logo-inverse {
    display: inline
}

.nk-card-primary.nk-card-body .nk-link,
.nk-card-primary.nk-card-body a,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link,
.nk-card-primary>:not([class*=nk-card-media]) a,
.nk-card-secondary.nk-card-body .nk-link,
.nk-card-secondary.nk-card-body a,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link,
.nk-card-secondary>:not([class*=nk-card-media]) a,
.nk-light .nk-link,
.nk-light a,
.nk-offcanvas-bar .nk-link,
.nk-offcanvas-bar a,
.nk-overlay-primary .nk-link,
.nk-overlay-primary a,
.nk-section-primary:not(.nk-preserve-color) .nk-link,
.nk-section-primary:not(.nk-preserve-color) a,
.nk-section-secondary:not(.nk-preserve-color) .nk-link,
.nk-section-secondary:not(.nk-preserve-color) a,
.nk-tile-primary:not(.nk-preserve-color) .nk-link,
.nk-tile-primary:not(.nk-preserve-color) a,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link,
.nk-tile-secondary:not(.nk-preserve-color) a {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-link:hover,
.nk-card-primary.nk-card-body a:hover,
.nk-card-primary>:not([class*=nk-card-media]) .nk-link:hover,
.nk-card-primary>:not([class*=nk-card-media]) a:hover,
.nk-card-secondary.nk-card-body .nk-link:hover,
.nk-card-secondary.nk-card-body a:hover,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-link:hover,
.nk-card-secondary>:not([class*=nk-card-media]) a:hover,
.nk-light .nk-link:hover,
.nk-light a:hover,
.nk-offcanvas-bar .nk-link:hover,
.nk-offcanvas-bar a:hover,
.nk-overlay-primary .nk-link:hover,
.nk-overlay-primary a:hover,
.nk-section-primary:not(.nk-preserve-color) .nk-link:hover,
.nk-section-primary:not(.nk-preserve-color) a:hover,
.nk-section-secondary:not(.nk-preserve-color) .nk-link:hover,
.nk-section-secondary:not(.nk-preserve-color) a:hover,
.nk-tile-primary:not(.nk-preserve-color) .nk-link:hover,
.nk-tile-primary:not(.nk-preserve-color) a:hover,
.nk-tile-secondary:not(.nk-preserve-color) .nk-link:hover,
.nk-tile-secondary:not(.nk-preserve-color) a:hover {
    color: #fff
}

.nk-card-primary.nk-card-body :not(pre)>code,
.nk-card-primary.nk-card-body :not(pre)>kbd,
.nk-card-primary.nk-card-body :not(pre)>samp,
.nk-card-primary>:not([class*=nk-card-media]) :not(pre)>code,
.nk-card-primary>:not([class*=nk-card-media]) :not(pre)>kbd,
.nk-card-primary>:not([class*=nk-card-media]) :not(pre)>samp,
.nk-card-secondary.nk-card-body :not(pre)>code,
.nk-card-secondary.nk-card-body :not(pre)>kbd,
.nk-card-secondary.nk-card-body :not(pre)>samp,
.nk-card-secondary>:not([class*=nk-card-media]) :not(pre)>code,
.nk-card-secondary>:not([class*=nk-card-media]) :not(pre)>kbd,
.nk-card-secondary>:not([class*=nk-card-media]) :not(pre)>samp,
.nk-light :not(pre)>code,
.nk-light :not(pre)>kbd,
.nk-light :not(pre)>samp,
.nk-offcanvas-bar :not(pre)>code,
.nk-offcanvas-bar :not(pre)>kbd,
.nk-offcanvas-bar :not(pre)>samp,
.nk-overlay-primary :not(pre)>code,
.nk-overlay-primary :not(pre)>kbd,
.nk-overlay-primary :not(pre)>samp,
.nk-section-primary:not(.nk-preserve-color) :not(pre)>code,
.nk-section-primary:not(.nk-preserve-color) :not(pre)>kbd,
.nk-section-primary:not(.nk-preserve-color) :not(pre)>samp,
.nk-section-secondary:not(.nk-preserve-color) :not(pre)>code,
.nk-section-secondary:not(.nk-preserve-color) :not(pre)>kbd,
.nk-section-secondary:not(.nk-preserve-color) :not(pre)>samp,
.nk-tile-primary:not(.nk-preserve-color) :not(pre)>code,
.nk-tile-primary:not(.nk-preserve-color) :not(pre)>kbd,
.nk-tile-primary:not(.nk-preserve-color) :not(pre)>samp,
.nk-tile-secondary:not(.nk-preserve-color) :not(pre)>code,
.nk-tile-secondary:not(.nk-preserve-color) :not(pre)>kbd,
.nk-tile-secondary:not(.nk-preserve-color) :not(pre)>samp {
    color: rgba(255, 255, 255, .7)
}

.nk-card-primary.nk-card-body em,
.nk-card-primary>:not([class*=nk-card-media]) em,
.nk-card-secondary.nk-card-body em,
.nk-card-secondary>:not([class*=nk-card-media]) em,
.nk-light em,
.nk-offcanvas-bar em,
.nk-overlay-primary em,
.nk-section-primary:not(.nk-preserve-color) em,
.nk-section-secondary:not(.nk-preserve-color) em,
.nk-tile-primary:not(.nk-preserve-color) em,
.nk-tile-secondary:not(.nk-preserve-color) em {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-h1,
.nk-card-primary.nk-card-body .nk-h2,
.nk-card-primary.nk-card-body .nk-h3,
.nk-card-primary.nk-card-body .nk-h4,
.nk-card-primary.nk-card-body .nk-h5,
.nk-card-primary.nk-card-body .nk-h6,
.nk-card-primary.nk-card-body .nk-heading-2xlarge,
.nk-card-primary.nk-card-body .nk-heading-large,
.nk-card-primary.nk-card-body .nk-heading-medium,
.nk-card-primary.nk-card-body .nk-heading-small,
.nk-card-primary.nk-card-body .nk-heading-xlarge,
.nk-card-primary.nk-card-body h1,
.nk-card-primary.nk-card-body h2,
.nk-card-primary.nk-card-body h3,
.nk-card-primary.nk-card-body h4,
.nk-card-primary.nk-card-body h5,
.nk-card-primary.nk-card-body h6,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h1,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h2,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h3,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h4,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h5,
.nk-card-primary>:not([class*=nk-card-media]) .nk-h6,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-2xlarge,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-large,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-medium,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-small,
.nk-card-primary>:not([class*=nk-card-media]) .nk-heading-xlarge,
.nk-card-primary>:not([class*=nk-card-media]) h1,
.nk-card-primary>:not([class*=nk-card-media]) h2,
.nk-card-primary>:not([class*=nk-card-media]) h3,
.nk-card-primary>:not([class*=nk-card-media]) h4,
.nk-card-primary>:not([class*=nk-card-media]) h5,
.nk-card-primary>:not([class*=nk-card-media]) h6,
.nk-card-secondary.nk-card-body .nk-h1,
.nk-card-secondary.nk-card-body .nk-h2,
.nk-card-secondary.nk-card-body .nk-h3,
.nk-card-secondary.nk-card-body .nk-h4,
.nk-card-secondary.nk-card-body .nk-h5,
.nk-card-secondary.nk-card-body .nk-h6,
.nk-card-secondary.nk-card-body .nk-heading-2xlarge,
.nk-card-secondary.nk-card-body .nk-heading-large,
.nk-card-secondary.nk-card-body .nk-heading-medium,
.nk-card-secondary.nk-card-body .nk-heading-small,
.nk-card-secondary.nk-card-body .nk-heading-xlarge,
.nk-card-secondary.nk-card-body h1,
.nk-card-secondary.nk-card-body h2,
.nk-card-secondary.nk-card-body h3,
.nk-card-secondary.nk-card-body h4,
.nk-card-secondary.nk-card-body h5,
.nk-card-secondary.nk-card-body h6,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h1,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h2,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h3,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h4,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h5,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-h6,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-2xlarge,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-large,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-medium,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-small,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-heading-xlarge,
.nk-card-secondary>:not([class*=nk-card-media]) h1,
.nk-card-secondary>:not([class*=nk-card-media]) h2,
.nk-card-secondary>:not([class*=nk-card-media]) h3,
.nk-card-secondary>:not([class*=nk-card-media]) h4,
.nk-card-secondary>:not([class*=nk-card-media]) h5,
.nk-card-secondary>:not([class*=nk-card-media]) h6,
.nk-light .nk-h1,
.nk-light .nk-h2,
.nk-light .nk-h3,
.nk-light .nk-h4,
.nk-light .nk-h5,
.nk-light .nk-h6,
.nk-light .nk-heading-2xlarge,
.nk-light .nk-heading-large,
.nk-light .nk-heading-medium,
.nk-light .nk-heading-small,
.nk-light .nk-heading-xlarge,
.nk-light h1,
.nk-light h2,
.nk-light h3,
.nk-light h4,
.nk-light h5,
.nk-light h6,
.nk-offcanvas-bar .nk-h1,
.nk-offcanvas-bar .nk-h2,
.nk-offcanvas-bar .nk-h3,
.nk-offcanvas-bar .nk-h4,
.nk-offcanvas-bar .nk-h5,
.nk-offcanvas-bar .nk-h6,
.nk-offcanvas-bar .nk-heading-2xlarge,
.nk-offcanvas-bar .nk-heading-large,
.nk-offcanvas-bar .nk-heading-medium,
.nk-offcanvas-bar .nk-heading-small,
.nk-offcanvas-bar .nk-heading-xlarge,
.nk-offcanvas-bar h1,
.nk-offcanvas-bar h2,
.nk-offcanvas-bar h3,
.nk-offcanvas-bar h4,
.nk-offcanvas-bar h5,
.nk-offcanvas-bar h6,
.nk-overlay-primary .nk-h1,
.nk-overlay-primary .nk-h2,
.nk-overlay-primary .nk-h3,
.nk-overlay-primary .nk-h4,
.nk-overlay-primary .nk-h5,
.nk-overlay-primary .nk-h6,
.nk-overlay-primary .nk-heading-2xlarge,
.nk-overlay-primary .nk-heading-large,
.nk-overlay-primary .nk-heading-medium,
.nk-overlay-primary .nk-heading-small,
.nk-overlay-primary .nk-heading-xlarge,
.nk-overlay-primary h1,
.nk-overlay-primary h2,
.nk-overlay-primary h3,
.nk-overlay-primary h4,
.nk-overlay-primary h5,
.nk-overlay-primary h6,
.nk-section-primary:not(.nk-preserve-color) .nk-h1,
.nk-section-primary:not(.nk-preserve-color) .nk-h2,
.nk-section-primary:not(.nk-preserve-color) .nk-h3,
.nk-section-primary:not(.nk-preserve-color) .nk-h4,
.nk-section-primary:not(.nk-preserve-color) .nk-h5,
.nk-section-primary:not(.nk-preserve-color) .nk-h6,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-2xlarge,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-large,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-medium,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-small,
.nk-section-primary:not(.nk-preserve-color) .nk-heading-xlarge,
.nk-section-primary:not(.nk-preserve-color) h1,
.nk-section-primary:not(.nk-preserve-color) h2,
.nk-section-primary:not(.nk-preserve-color) h3,
.nk-section-primary:not(.nk-preserve-color) h4,
.nk-section-primary:not(.nk-preserve-color) h5,
.nk-section-primary:not(.nk-preserve-color) h6,
.nk-section-secondary:not(.nk-preserve-color) .nk-h1,
.nk-section-secondary:not(.nk-preserve-color) .nk-h2,
.nk-section-secondary:not(.nk-preserve-color) .nk-h3,
.nk-section-secondary:not(.nk-preserve-color) .nk-h4,
.nk-section-secondary:not(.nk-preserve-color) .nk-h5,
.nk-section-secondary:not(.nk-preserve-color) .nk-h6,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-2xlarge,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-large,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-medium,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-small,
.nk-section-secondary:not(.nk-preserve-color) .nk-heading-xlarge,
.nk-section-secondary:not(.nk-preserve-color) h1,
.nk-section-secondary:not(.nk-preserve-color) h2,
.nk-section-secondary:not(.nk-preserve-color) h3,
.nk-section-secondary:not(.nk-preserve-color) h4,
.nk-section-secondary:not(.nk-preserve-color) h5,
.nk-section-secondary:not(.nk-preserve-color) h6,
.nk-tile-primary:not(.nk-preserve-color) .nk-h1,
.nk-tile-primary:not(.nk-preserve-color) .nk-h2,
.nk-tile-primary:not(.nk-preserve-color) .nk-h3,
.nk-tile-primary:not(.nk-preserve-color) .nk-h4,
.nk-tile-primary:not(.nk-preserve-color) .nk-h5,
.nk-tile-primary:not(.nk-preserve-color) .nk-h6,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-2xlarge,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-large,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-medium,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-small,
.nk-tile-primary:not(.nk-preserve-color) .nk-heading-xlarge,
.nk-tile-primary:not(.nk-preserve-color) h1,
.nk-tile-primary:not(.nk-preserve-color) h2,
.nk-tile-primary:not(.nk-preserve-color) h3,
.nk-tile-primary:not(.nk-preserve-color) h4,
.nk-tile-primary:not(.nk-preserve-color) h5,
.nk-tile-primary:not(.nk-preserve-color) h6,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h1,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h2,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h3,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h4,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h5,
.nk-tile-secondary:not(.nk-preserve-color) .nk-h6,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-2xlarge,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-large,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-medium,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-small,
.nk-tile-secondary:not(.nk-preserve-color) .nk-heading-xlarge,
.nk-tile-secondary:not(.nk-preserve-color) h1,
.nk-tile-secondary:not(.nk-preserve-color) h2,
.nk-tile-secondary:not(.nk-preserve-color) h3,
.nk-tile-secondary:not(.nk-preserve-color) h4,
.nk-tile-secondary:not(.nk-preserve-color) h5,
.nk-tile-secondary:not(.nk-preserve-color) h6 {
    color: #fff
}

.nk-card-primary.nk-card-body .nk-hr,
.nk-card-primary.nk-card-body hr,
.nk-card-primary>:not([class*=nk-card-media]) .nk-hr,
.nk-card-primary>:not([class*=nk-card-media]) hr,
.nk-card-secondary.nk-card-body .nk-hr,
.nk-card-secondary.nk-card-body hr,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-hr,
.nk-card-secondary>:not([class*=nk-card-media]) hr,
.nk-light .nk-hr,
.nk-light hr,
.nk-offcanvas-bar .nk-hr,
.nk-offcanvas-bar hr,
.nk-overlay-primary .nk-hr,
.nk-overlay-primary hr,
.nk-section-primary:not(.nk-preserve-color) .nk-hr,
.nk-section-primary:not(.nk-preserve-color) hr,
.nk-section-secondary:not(.nk-preserve-color) .nk-hr,
.nk-section-secondary:not(.nk-preserve-color) hr,
.nk-tile-primary:not(.nk-preserve-color) .nk-hr,
.nk-tile-primary:not(.nk-preserve-color) hr,
.nk-tile-secondary:not(.nk-preserve-color) .nk-hr,
.nk-tile-secondary:not(.nk-preserve-color) hr {
    border-top-color: rgba(255, 255, 255, .2)
}

.nk-card-primary.nk-card-body .nk-accordion-title::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-accordion-title::before,
.nk-card-secondary.nk-card-body .nk-accordion-title::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-accordion-title::before,
.nk-light .nk-accordion-title::before,
.nk-offcanvas-bar .nk-accordion-title::before,
.nk-overlay-primary .nk-accordion-title::before,
.nk-section-primary:not(.nk-preserve-color) .nk-accordion-title::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-accordion-title::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-accordion-title::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.nk-card-primary.nk-card-body .nk-open>.nk-accordion-title::before,
.nk-card-primary>:not([class*=nk-card-media]) .nk-open>.nk-accordion-title::before,
.nk-card-secondary.nk-card-body .nk-open>.nk-accordion-title::before,
.nk-card-secondary>:not([class*=nk-card-media]) .nk-open>.nk-accordion-title::before,
.nk-light .nk-open>.nk-accordion-title::before,
.nk-offcanvas-bar .nk-open>.nk-accordion-title::before,
.nk-overlay-primary .nk-open>.nk-accordion-title::before,
.nk-section-primary:not(.nk-preserve-color) .nk-open>.nk-accordion-title::before,
.nk-section-secondary:not(.nk-preserve-color) .nk-open>.nk-accordion-title::before,
.nk-tile-primary:not(.nk-preserve-color) .nk-open>.nk-accordion-title::before,
.nk-tile-secondary:not(.nk-preserve-color) .nk-open>.nk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

@media print {
    *,
    ::after,
    ::before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #000
}

body {
    margin: 0
}

a {
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline: 0
}

.nk-link,
a {
    color: #0c3f6a;
    text-decoration: none;
    cursor: pointer
}

.nk-link:hover,
a:hover {
    color: #0f4c81;
    text-decoration: underline
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted
}

b,
strong {
    font-weight: bolder
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
    font-family: Consolas, monaco, monospace;
    font-size: .75rem;
    color: #f0506e;
    white-space: nowrap
}

em {
    color: #f0506e
}

ins {
    background: #ffd;
    color: #000;
    text-decoration: none
}

mark {
    background: #ffd;
    color: #000
}

q {
    font-style: italic
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

@supports (display:block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box
    }
}

svg:not(:root) {
    overflow: hidden
}

img:not([src]) {
    visibility: hidden
}

iframe {
    border: 0
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
    margin: 0 0 20px 0
}

*+address,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
    margin-top: 20px
}

.nk-h1,
.nk-h2,
.nk-h3,
.nk-h4,
.nk-h5,
.nk-h6,
.nk-heading-2xlarge,
.nk-heading-large,
.nk-heading-medium,
.nk-heading-small,
.nk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none
}

*+.nk-h1,
*+.nk-h2,
*+.nk-h3,
*+.nk-h4,
*+.nk-h5,
*+.nk-h6,
*+.nk-heading-2xlarge,
*+.nk-heading-large,
*+.nk-heading-medium,
*+.nk-heading-small,
*+.nk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 40px
}

.nk-h1,
h1 {
    font-size: 2.23125rem;
    line-height: 1.2
}

.nk-h2,
h2 {
    font-size: 1.7rem;
    line-height: 1.3
}

.nk-h3,
h3 {
    font-size: 1.5rem;
    line-height: 1.3
}

.nk-h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.3
}

.nk-h5,
h5 {
    font-size: 16px;
    line-height: 1.3
}

.nk-h6,
h6 {
    font-size: .75rem;
    line-height: 1.3
}

@media (min-width:960px) {
    .nk-h1,
    h1 {
        font-size: 2.625rem
    }
    .nk-h2,
    h2 {
        font-size: 2rem
    }
}

ol,
ul {
    padding-left: 30px
}

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
    margin: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.nk-hr,
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5
}

*+.nk-hr,
*+hr {
    margin-top: 20px
}

address {
    font-style: normal
}

blockquote {
    margin: 0 0 20px 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic
}

*+blockquote {
    margin-top: 20px
}

blockquote p:last-of-type {
    margin-bottom: 0
}

blockquote footer {
    margin-top: 10px;
    font-size: .75rem;
    line-height: 1.5
}

pre {
    font: .75rem/1.5 Consolas, monaco, monospace;
    color: #000;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto
}

pre code {
    font-family: Consolas, monaco, monospace
}

::selection {
    background: #00508f;
    color: #fff;
    text-shadow: none
}

details,
main {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

.nk-breakpoint-s::before {
    content: '640px'
}

.nk-breakpoint-m::before {
    content: '960px'
}

.nk-breakpoint-l::before {
    content: '1200px'
}

.nk-breakpoint-xl::before {
    content: '1600px'
}

:root {
    --nk-breakpoint-s: 640px;
    --nk-breakpoint-m: 960px;
    --nk-breakpoint-l: 1200px;
    --nk-breakpoint-xl: 1600px
}

a.nk-link-card:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ''
}

a.nk-link-meta {
    position: relative;
    z-index: 11
}

@media (max-width:960px) {
    .nk-article-title {
        font-size: 1.3125rem
    }
}

@media (max-width:960px) {
    .nk-text-lead {
        font-size: 1.2rem
    }
}

.nk-border-rounded-top {
    border-radius: 5px 5px 0 0;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

.nk-border-rounded-bottom {
    border-radius: 0 0 5px 5px
}

.nk-border-rounded-left {
    border-radius: 5px 0 0 5px
}

.nk-border-rounded-right {
    border-radius: 0 5px 5px 0
}