/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
.lpagination {
  display: flex;
  justify-content: center;
}

.lpagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.lpagination a.active {
  background-color: #4CAF50;
  color: white;
}

.lpagination a:hover:not(.active) {background-color: #ddd;}


.nk-sidebar-menu .nk-menu-link {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 25px;
  text-decoration: none;
  border-radius: 5px;

  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}



.nk-sidebar-menu .active .nk-menu-link {
    background: linear-gradient(45deg, #118de8 0%, #0ccefd 100%) !important;
  color: #FFF;
}

.nk-menu-sub  .active .nk-menu-link {
    background: none;
    color: #6e82a5;
}
.nk-sidebar-menu .active .nk-menu-link .nk-menu-icon em {
  color: #F0F0F0;
}

.nk-sidebar-menu .nk-menu-link .nk-menu-icon {
  margin-left: 15px;
}

.nk-sidebar-menu .nk-menu-link .nk-menu-icon em {
  color: #8094ae;
}













/** Project: Invest | Package: DashLite | Version : 1.0.0 **/
.table-iv-tnx .sub-text,
.table-iv-tnx .lead-text {
    font-size: 12px;
}

.nk-wg-card.is-dark {
    background: #2c3782;
    color: #fff;
}

.nk-wg-card:after {
    content: "";
    position: absolute;
    height: 0.25rem;
    background-color: transparent;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 0 3px 3px;
}

.nk-wg-card.is-s1:after {
    background-color: #364a63;
}

.nk-wg-card.is-s2:after {
    background-color: #118de8;
}

.nk-wg-card.is-s3:after {
    background-color: #1ee0ac;
}

.nk-iv-wg1 {
    position: relative;
    max-width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 4px;
    border: 1px solid #dbdfea;
    background: #fff;
}

.nk-iv-wg1 .sub-text {
    margin-bottom: 0.5rem;
}

.nk-iv-wg1-info {
    color: #118de8;
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.nk-iv-wg1-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dbdfea;
    height: 4px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.nk-iv-wg2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nk-iv-wg2-text:not(:last-child) {
    margin-bottom: 2.5rem;
}

.nk-iv-wg2-title {
    margin-bottom: 0.75rem;
}

.nk-iv-wg2-title .title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #8094ae;
    font-family: Roboto, sans-serif;
}

.nk-iv-wg2-title .title .icon {
    font-size: 13px;
    margin-left: 0.2rem;
}

.is-dark .nk-iv-wg2-title .title {
    color: #c4cefe;
}

.nk-iv-wg2-amount {
    font-size: 2.25rem;
    letter-spacing: -0.03em;
    line-height: 1.15em;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.nk-iv-wg2-amount .change,
.nk-iv-wg2-amount .sub {
    padding-left: 0.5rem;
    line-height: 1;
}

.nk-iv-wg2-amount .change,
.nk-iv-wg2-amount .sub>span {
    font-size: 0.875rem;
    color: #118de8;
    font-weight: 500;
    letter-spacing: normal;
}

.nk-iv-wg2-amount .sub {
    font-size: 0.875rem;
}

.nk-iv-wg2-amount .sub span {
    padding-right: 2px;
}

.nk-iv-wg2-amount.ui-v2 {
    font-size: 1.875rem;
    border-bottom: 2px solid #118de8;
    padding-bottom: 1.25rem;
    margin-bottom: 1rem;
    display: block;
}

.nk-iv-wg2-amount.ui-v2 .change,
.nk-iv-wg2-amount.ui-v2 .sub>span {
    font-size: 1rem;
}

.nk-iv-wg2-cta {
    text-align: center;
    margin-top: auto;
    margin-bottom: -0.5rem;
}

.nk-iv-wg2-cta .cta-extra {
    margin-top: 1rem;
    min-height: 28px;
}

.nk-iv-wg2-list li {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.nk-iv-wg2-list small,
.nk-iv-wg2-list .small {
    font-size: 0.86em;
}

.nk-iv-wg2-list .item-value {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #364a63;
    float: right;
}

.nk-iv-wg2-list .total {
    border-top: 1px solid #dbdfea;
    margin-top: 0.3rem;
    padding-top: 0.55rem;
    font-weight: 700;
}

.nk-iv-wg2-list .total .item-value {
    font-weight: 700;
}

.nk-iv-wg3-group {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.nk-iv-wg3-ck {
    position: relative;
    height: 45px;
    margin-bottom: 0.5rem;
}

.nk-iv-wg3-title {
    font-size: 1.125rem;
    color: #8094ae;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.nk-iv-wg3-title .icon {
    font-size: 0.875rem;
}

.nk-iv-wg3-sub {
    font-size: 0.875rem;
    color: #8094ae;
    margin-top: 0.125rem;
}

.nk-iv-wg3-sub-group {
    display: flex;
    flex-shrink: 0;
}

.nk-iv-wg3-sub .icon {
    font-size: 0.75rem;
}

.nk-iv-wg3-plus {
    position: absolute;
}

.nk-iv-wg3-plus .icon {
    font-size: 1rem;
    line-height: 1.5rem;
}

.nk-iv-wg3-plus~* {
    padding-left: 24px;
}

.nk-iv-wg3-amount .number {
    font-size: 1.25rem;
    font-weight: 700;
    color: #364a63;
    line-height: 1.5rem;
    white-space: nowrap;
}

.nk-iv-wg3-amount .number small,
.nk-iv-wg3-amount .number .small {
    font-weight: 400;
}

.nk-iv-wg3-amount .number-sm {
    font-size: 1.15rem;
    color: #364a63;
    line-height: 1.5rem;
    white-space: nowrap;
}

.nk-iv-wg3-amount .number .number-up,
.nk-iv-wg3-amount .number .number-down {
    font-size: 50%;
}

.nk-iv-wg3-amount .number .number-up .icon,
.nk-iv-wg3-amount .number .number-down .icon {
    color: #526484;
}

.nk-iv-wg3-amount .number .number-up:before,
.nk-iv-wg3-amount .number .number-down:before {
    font-family: "Nioicon";
}

.nk-iv-wg3-amount .number .number-up {
    color: #1ee0ac;
}

.nk-iv-wg3-amount .number .number-up:before {
    content: "\e93c";
}

.nk-iv-wg3-amount .number .number-down {
    color: #e85347;
}

.nk-iv-wg3-amount .number .number-down:before {
    content: "\eaf9";
}

.nk-iv-wg3-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -0.5rem -1.25rem;
}

.nk-iv-wg3-nav li a {
    padding: 0.5rem 1.25rem;
    display: flex;
    align-items: center;
}

.nk-iv-wg3-nav li a .icon {
    font-size: 1.125rem;
    width: 1.75rem;
    line-height: 1.25rem;
}

.nk-iv-wg3-nav li a span {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.nk-iv-wg3-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1.25rem;
    border-bottom: 1px solid #e5e9f2;
}

.nk-iv-wg3-list li .lead-text {
    font-size: 13px;
    font-weight: 400;
}

.nk-iv-wg3-list:last-child {
    padding: 0 0 1rem;
}

.nk-iv-wg3-list:last-child li:last-child {
    border-bottom: none;
}

@media (max-width: 991.98px) {
    .nk-iv-wg3-sub:first-child {
        min-width: 160px;
    }
}

@media (max-width: 420px) {
    .nk-iv-wg3-sub {
        width: 100%;
    }

    .nk-iv-wg3-sub-group {
        flex-wrap: wrap;
    }

    .nk-iv-wg3-plus {
        margin-bottom: 0.75rem;
        display: inline-block;
    }

    .nk-iv-wg3-plus .icon {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .nk-iv-wg3-plus~* {
        padding-left: 0;
    }

    .nk-iv-wg3-plus+* {
        padding-top: 40px;
    }
}

@media (min-width: 576px) {
    .nk-iv-wg3-list li {
        padding: 0.5rem 1.75rem;
    }
}

@media (min-width: 680px) and (max-width: 991px) {
    .nk-iv-wg3-list {
        display: flex;
        flex-wrap: wrap;
    }

    .nk-iv-wg3-list li {
        width: 50%;
    }

    .nk-iv-wg3-list li:last-child {
        border-bottom: 1px solid #e5e9f2;
    }

    .nk-iv-wg3-list:last-child() li:nth-last-child(2) {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .nk-iv-wg3-list {
        width: 33.333333%;
        float: left;
    }

    .nk-iv-wg3-list li:last-child {
        border-bottom: none;
    }
}

@media (min-width: 1200px) {
    .nk-iv-wg3-amount .number {
        font-size: 1.75rem;
        line-height: 2.25rem;
        font-weight: 500;
    }

    .nk-iv-wg3-amount .number-sm {
        font-size: 1.25rem;
        line-height: 2.25rem;
    }

    .nk-iv-wg3-plus .icon {
        font-size: 1.25rem;
        line-height: 2.25rem;
    }

    .nk-iv-wg3-plus~* {
        padding-left: 32px;
    }
}

.nk-iv-wg4 .lead-text {
    font-weight: 400;
}

.nk-iv-wg4-title {
    margin-bottom: 0.75rem;
}

.nk-iv-wg4-sub {
    padding: 1.25rem 1.5rem;
}

.nk-iv-wg4-sub:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
}

.card .nk-iv-wg4-sub:last-child {
    border-radius: 0 0 3px 3px;
}

.nk-iv-wg4-sub .btn,
.nk-iv-wg4-sub .dual-listbox .dual-listbox__button,
.dual-listbox .nk-iv-wg4-sub .dual-listbox__button {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.nk-iv-wg4-overview {
    display: flex;
    flex-wrap: wrap;
}

.nk-iv-wg4-overview li {
    width: 50%;
}

.nk-iv-wg4-list li {
    display: flex;
    justify-content: space-between;
}

.nk-iv-wg4-list li:not(:last-child) {
    margin-bottom: 0.25rem;
}

@media (max-width: 420px) {
    .nk-iv-wg4-overview li {
        width: 100%;
    }
}

.nk-iv-wg5 {
    display: inline-flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.nk-iv-wg5-head {
    margin-bottom: 1rem;
}

.nk-iv-wg5-title {
    margin-bottom: 0.25rem;
}

.nk-iv-wg5-subtitle {
    color: #8094ae;
}

.nk-iv-wg5-ck {
    margin-top: auto;
    position: relative;
    display: inline-block;
}

.nk-iv-wg5-ck-result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nk-iv-wg5-ck-result .text-lead {
    font-size: 40px;
    font-weight: 300;
    color: #364a63;
    line-height: 1.3;
}

.nk-iv-wg5-ck-result .text-lead.sm {
    font-size: 30px;
}

.nk-iv-wg5-ck-result .text-sub {
    font-size: 12px;
    font-weight: 500;
    color: #8094ae;
}

.nk-iv-wg5-ck-minmax {
    display: flex;
    justify-content: space-between;
    color: #8094ae;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .nk-iv-wg5-ck canvas {
        width: 300px !important;
        height: 150px !important;
    }

    .nk-iv-wg5-ck.sm canvas {
        width: 240px !important;
        height: 120px !important;
    }
}

.org-chart * {
    margin: 0;
    padding: 0;
}

.org-chart {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: left;
    justify-content: left;

}

.org-chart ul {
    padding-top: 20px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: auto;
    margin: auto;
}

.org-chart ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
}

.org-chart li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.org-chart li::before,
.org-chart li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.org-chart li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.org-chart li:only-child::after,
.org-chart li:only-child::before {
    display: none;
}

.org-chart li:only-child {
    padding-top: 0;
}

.org-chart li:first-child::before,
.org-chart li:last-child::after {
    border: 0 none;
}

.org-chart li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
}

.org-chart li:first-child::after {
    border-radius: 5px 0 0 0;
}

.org-chart li .user {
    text-decoration: none;
    color: #666;
    display: inline-block;
    padding: 20px 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    min-width: 180px;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.org-chart li .user:hover,
.org-chart li .user:hover+ul li .user {
    background: #b5d5ef;
    color: #002A50;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.org-chart li .user:hover img,
.org-chart li .user:hover+ul li .user img {
    box-shadow: 0 0 0 5px #4c99d8;
}

.org-chart li .user:hover+ul li::after,
.org-chart li .user:hover+ul li::before,
.org-chart li .user:hover+ul::before,
.org-chart li .user:hover+ul ul::before {
    border-color: #94a0b4;
}

.org-chart li .user>div,
.org-chart li .user>a {
    font-size: 12px;
}

.org-chart li .user img {
    margin: 0 auto;
    max-width: 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #aaa;
}

.org-chart li .user .name {
    font-size: 16px;
    margin: 15px 0 0;
    font-weight: 300;
}

.org-chart li .user .role {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
}

.org-chart li .user .manager {
    font-size: 12px;
    color: #b21e04;
}

.bg-telegram {
    background: linear-gradient(45deg, #118de8 0%, #0ccefd 100%) !important;
}

.btn-telegram {
    background: linear-gradient(45deg, #118de8 0%, #0ccefd 100%) !important;
    color: #FFF !important;
}

.bg-news {
    background-color: #f3f6f9;
}