
.nk-sticky-toolbar {
    position: fixed;
    border: 3px solid #fff;
    top: 50%;
    background: #fff;
    z-index: 600;
    left: 0;
    border-radius: 0 6px 6px 0;
    border-left: 0;
    box-shadow: 2px 0 24px -2px rgba(43,55,72,.15)
  }
  
  .nk-sticky-toolbar li:not(:last-child) {
    border-bottom: 2px solid #fff
  }
  
  .nk-sticky-toolbar li a {
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: inherit
  }
  
  .demo-layout {
    background-color: rgba(85,155,251,.1);
    color: #559bfb
  }
  
  .demo-thumb {
    background-color: rgba(15,202,122,.1);
    color: #0fca7a
  }
  
  .demo-settings {
    background-color: rgba(129,107,255,.1);
    color: #816bff
  }
  
  .demo-purchase {
    background-color: rgba(255,99,165,.1);
    color: #ff63a5
  }
  
  @media(min-width: 576px) {
    .nk-sticky-toolbar {
        top:30%
    }
  
    .nk-sticky-toolbar li a {
        font-size: 20px;
        height: 44px;
        width: 44px
    }
  
    .nk-sticky-toolbar li.demo-thumb a {
        font-size: 22px
    }
  }
  
  .nk-demo-panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 320px;
    max-width: calc(100vw - 40px);
    max-height: 100vh;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 3px 12px 1px rgba(43,55,72,.15);
    padding: 0 0 1.5rem
  }
  
  .nk-demo-panel+.toggle-overlay {
    z-index: 9000;
    background: rgba(16,25,36,.05)
  }
  
  .dark-mode .nk-demo-panel {
    box-shadow: 0 0 35px 5px rgba(0,0,0,.5)
  }
  
  .nk-demo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e9f2
  }
  
  .nk-demo-head h6,.nk-demo-head .h6 {
    font-size: 13px;
    letter-spacing: .1em
  }
  
  .nk-demo-list {
    overflow: auto;
    max-height: calc(100vh - 60px)
  }
  
  .nk-demo-title {
    display: block;
    font-size: .875rem;
    padding: .675rem 0;
    text-align: center;
    color: #526484;
    border-top: none;
    border-radius: 0 0 4px 4px
  }
  
  .nk-demo-title .subtitle {
    display: block;
    color: #8094ae;
    font-size: 11px
  }
  
  .nk-demo-item {
    padding: 2rem 1.5rem 1rem;
    border-bottom: 1px solid #e5e9f2
  }
  
  .nk-demo-item a {
    display: block
  }
  
  .nk-demo-item a:hover .nk-demo-title {
    color: #733aea
  }
  
  .nk-demo-image {
    border: 1px solid #e5e9f2;
    border-radius: 4px 4px 0 0;
    padding: 1rem 1rem 0 1rem
  }
  
  .nk-demo-image img {
    border-radius: inherit
  }
  
  .nk-demo-note {
    background: #f5f6fa;
    padding-bottom: 2rem
  }
  
  @media(min-width: 576px) {
    .nk-demo-item {
        padding:2rem 2rem 1rem
    }
  
    .nk-demo-head {
        padding: 15px 2rem 13px
    }
  
    .nk-demo-note {
        padding-bottom: 2rem
    }
  }
  
  @media(min-width: 768px) {
    .nk-demo-panel-2x {
        width:640px
    }
  
    .nk-demo-panel-2x .nk-demo-list .simplebar-content {
        display: flex;
        flex-wrap: wrap
    }
  
    .nk-demo-panel-2x .nk-demo-list .simplebar-content .nk-demo-item {
        width: 50%
    }
  
    .nk-demo-panel-2x .nk-demo-list .simplebar-content .nk-demo-item:not(:nth-child(2n)) {
        border-left: 1px solid #e5e9f2
    }
  }
  
  .nk-opt-panel {
    overflow: auto;
    max-height: calc(100vh - 84px)
  }
  
  .nk-opt-reset {
    padding: 1.5rem 1.5rem 1.5rem
  }
  
  .nk-opt-set {
    padding: 1.5rem 1.5rem 1.5rem
  }
  
  .nk-opt-set:not(:last-child) {
    border-bottom: 1px solid #e5e9f2
  }
  
  .nk-opt-set-title {
    padding: 0 0 .5rem;
    text-transform: uppercase;
    color: #8094ae;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 11px
  }
  
  .nk-opt-list {
    padding: 0;
    flex-wrap: wrap;
    margin: -0.5rem;
    display: flex
  }
  
  .nk-opt-list+.nk-opt-set-title {
    margin-top: 1.25rem
  }
  
  .nk-opt-item {
    width: 33%;
    text-align: center;
    padding: .5rem
  }
  
  .nk-opt-item:not(.active):not(.disabled) {
    cursor: pointer
  }
  
  .nk-opt-item.active {
    cursor: default
  }
  
  .nk-opt-item.disabled {
    pointer-events: none
  }
  
  .nk-opt-item.disabled>.nk-opt-item-name {
    opacity: .5
  }
  
  .col-2x .nk-opt-item {
    width: 50%
  }
  
  .col-4x .nk-opt-item {
    width: 25%
  }
  
  .nk-opt-item-name {
    font-weight: 400;
    color: #526484;
    font-size: 12px;
    letter-spacing: .02em
  }
  
  .nk-opt-item-name small,.nk-opt-item-name .small {
    font-size: 11px
  }
  
  .dark-mode .nk-opt-item-name {
    color: #8094ae
  }
  
  .nk-opt-item-bg {
    background: #fff;
    width: 100%;
    height: 32px;
    border: 1px solid #dbdfea;
    padding: 3px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    border-radius: 2px;
    transition: all .3s
  }
  
  .dark-mode .nk-opt-item-bg {
    border-color: #3c4d62
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name) {
    display: block;
    background: #526484;
    height: 100%;
    border-radius: 1px
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).bg-theme {
    background: #170c2f !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).bg-light {
    background: #ebeef2 !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).bg-lighter,.dual-listbox .nk-opt-item-bg>span.dual-listbox__item:not(.nk-opt-item-name):hover {
    background: #f5f6fa !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).bg-dark {
    background: #101924 !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).theme-light {
    background: linear-gradient(-90deg, #f5f6fa 0%, #f5f6fa 50%, #e5e9f2 50%, #e5e9f2 100%) !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).theme-dark {
    background: linear-gradient(-90deg, #1f2b3a 0%, #1f2b3a 50%, #101924 50%, #101924 100%) !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).skin-default {
    background: linear-gradient(-90deg, #170C2F 0%, #170C2F 28%, #733AEA 28%, #733AEA 72%, #AB89F2 72%, #AB89F2 100%) !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).skin-purple {
    background: linear-gradient(-90deg, #4700e8 0%, #4700e8 28%, #854fff 28%, #854fff 72%, #e7dcff 72%, #e7dcff 100%) !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).skin-green {
    background: linear-gradient(-90deg, #074e3b 0%, #074e3b 28%, #0fac81 28%, #0fac81 72%, #cfeee6 72%, #cfeee6 100%) !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).skin-blue {
    background: linear-gradient(-90deg, #0144a0 0%, #0144a0 30%, #0971fe 30%, #0971fe 72%, #cee3ff 72%, #cee3ff 100%) !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).skin-egyptian {
    background: linear-gradient(-90deg, #1a3767 0%, #1a3767 30%, #2e62b9 30%, #2e62b9 72%, #d5e0f1 72%, #d5e0f1 100%) !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).skin-red {
    background: linear-gradient(-90deg, #ab0e21 0%, #ab0e21 30%, #ee3148 30%, #ee3148 72%, #fcd6da 72%, #fcd6da 100%) !important
  }
  
  .nk-opt-item-bg>span:not(.nk-opt-item-name).skin-bluelite {
    background: linear-gradient(-90deg, #001cfe 0%, #001cfe 28%, #6576ff 28%, #6576ff 72%, #e0e4ff 72%, #e0e4ff 100%) !important
  }
  
  .nk-opt-item-bg:hover,.nk-opt-item-bg:focus {
    border-color: #b7c2d0
  }
  
  .active>.nk-opt-item-bg {
    border-color: #733aea;
    box-shadow: 0 0 0 2px rgba(115,58,234,.2)
  }
  
  .active>.nk-opt-item-bg:after {
    font-family: "Nioicon";
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    color: #fff;
    font-size: .875rem
  }
  
  .active>.nk-opt-item-bg.is-light:after {
    color: #101924
  }
  
  .only-text>.nk-opt-item-bg {
    margin-bottom: 0;
    height: 28px
  }
  
  .only-text>.nk-opt-item-bg:after {
    display: none
  }
  
  .disabled>.nk-opt-item-bg {
    border-color: #e5e9f2 !important
  }
  
  .dark-mode .disabled>.nk-opt-item-bg {
    border-color: #3c4d62 !important
  }
  
  .nk-opt-item-bg>.nk-opt-item-name {
    color: #364a63;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .12em;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%
  }
  
  .dark-mode .nk-opt-item-bg>.nk-opt-item-name {
    color: #b6c6e3
  }
  
  .active>.nk-opt-item-bg>.nk-opt-item-name {
    color: #733aea;
    font-weight: 700
  }
  
  @media(min-width: 576px) {
    .nk-opt-set,.nk-opt-reset {
        padding-right:2rem;
        padding-left: 2rem
    }
  }
  
  .pmo-lv {
    position: fixed;
    right: 50%;
    bottom: -50px;
    max-width: 90%;
    width: 590px;
    transform: translate(50%, 100%);
    transition: all .4s;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 40px -2px rgba(31,43,58,.25);
    z-index: 9999
  }
  
  .pmo-lv.active {
    transform: translate(50%, 0);
    bottom: 20px;
    transition-delay: 1s
  }
  
  .pmo-lv.pmo-dark {
    background: #0564e5
  }
  
  .pmo-close {
    color: #364a63;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 38px;
    background: rgba(183,194,208,.6);
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 8px;
    font-size: 16px;
    z-index: 99
  }
  
  .pmo-close:hover {
    color: #fff;
    background: #526484
  }
  
  .pmo-dark .pmo-close {
    background: rgba(31,43,58,.3);
    color: #fff
  }
  
  .pmo-dark .pmo-close:hover {
    background: rgba(31,43,58,.5)
  }
  
  .pmo-wrap {
    display: flex;
    padding: .875rem 1.5rem .875rem 3.5rem;
    align-items: center;
    border-radius: 50px;
    transition: all 300ms
  }
  
  .pmo-wrap:hover {
    transform: translateX(-5px)
  }
  
  .pmo-text {
    font-family: 'YekanBakhFaNum', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #f2426e;
    transition: color .4s
  }
  
  .pmo-text .ni {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: .125rem;
    margin-top: -3px
  }
  
  .pmo-dark .pmo-text {
    color: #fff
  }
  
  .pmo-st {
    position: fixed;
    left: 25px;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all .4s;
    border-radius: 30px;
    transform: translateY(100%);
    box-shadow: 0 5px 40px 0 rgba(16,25,36,.3);
    color: #fff;
    background: #f2426e;
    z-index: 99999
  }
  
  .pmo-st:active,.pmo-st:focus,.pmo-st:hover {
    color: #fff
  }
  
  .pmo-st.pmo-dark {
    background: #0564e5
  }
  
  .pmo-st.active {
    bottom: 25px;
    transform: translateY(0);
    transition-delay: .4s
  }
  
  .pmo-st-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 18px 18px;
    transition: all .4s
  }
  
  .pmo-st-text {
    padding: 14px 0;
    height: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    transition: all .4s;
    visibility: hidden;
    font-size: 12px;
    line-height: 16px
  }
  
  .pmo-st:hover .pmo-st-text {
    width: 220px;
    visibility: visible;
    padding: 14px 0 14px 14px
  }
  
  @media(max-width: 575px) {
    .promo-cov-st {
        display:none
    }
  }
  
  .dark-mode .nk-demo-panel {
    background-color: #18212d
  }
  
  .dark-mode .nk-opt-item-bg {
    background-color: #101924
  }
  
  .dark-mode .nk-demo-head,.dark-mode .nk-opt-set:not(:last-child),.dark-mode .nk-demo-item:not(:last-child) {
    border-color: #1d2d40 !important
  }
  
  .dark-mode .nk-demo-title {
    color: #dfe9fe
  }
  
  .dark-mode .nk-demo-image {
    border-color: #1d2d40
  }
  