﻿
.nk-tb-list {
  display: table;
  width: 100%;
  font-size: 13px;
  color: #8094ae;
}
.nk-tb-list.is-alt {
  color: #526484;
}
.nk-tb-list .list-status, .nk-tb-list .tb-status {
  font-size: 12px;
  font-weight: 500;
}
.nk-tb-list .tb-lead, .nk-tb-list .tb-amount {
  font-weight: 500;
  color: #364a63;
  display: block;
  line-height: 1.4;
}
.nk-tb-list .tb-lead-sub, .nk-tb-list .tb-amount-sub {
  color: #526484;
  display: block;
  line-height: 1.4;
}
.nk-tb-list .tb-sub, .nk-tb-list .tb-amount-sm {
  font-size: 0.9em;
}
.nk-tb-list .tb-amount span, .nk-tb-list .tb-amount .currency {
  color: #526484;
  font-weight: 400;
}
.nk-tb-list .user-info .tb-lead + span, .nk-tb-list .tb-lead + .tb-date {
  font-size: 11px;
}
.nk-tb-list .tb-country {
  display: flex;
  align-items: center;
}
.nk-tb-list .tb-country .name {
  color: #364a63;
}
.nk-tb-list .tb-country .flag {
  height: 16px;
  border-radius: 3px;
}
.nk-tb-list .tb-country .flag + .name {
  margin-left: 0.6875rem;
}
.nk-tb-list .tb-product {
  display: flex;
  align-items: center;
}
.nk-tb-list .tb-product .thumb {
  width: 48px;
  border-radius: 4px;
  margin-right: 1rem;
}
.nk-tb-list .tb-product .title {
  font-weight: 700;
  font-size: 0.875rem;
  color: #364a63;
}
.nk-tb-list .tb-asterisk {
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
}
.nk-tb-list .tb-asterisk a {
  color: #0971fe;
}
.nk-tb-item {
  transition: background-color 0.3s, box-shadow 0.3s;
  display: table-row;
}
.nk-tb-item:not(.nk-tb-head):hover, .nk-tb-item:not(.nk-tb-head).seleted {
  background: #f8f9fc;
  box-shadow: 0 2px 15px -4px rgba(9, 113, 254, 0.4);
}
.nk-tb-col {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0.5rem;
}
.nk-tb-col:first-child {
  padding-left: 1.25rem;
}
.nk-tb-col:last-child {
  padding-right: 1.25rem;
}
.nk-tb-col-tools {
  max-width: 3.75rem;
}
.nk-tb-col-check {
  width: 3rem;
}
.nk-tb-col-check .custom-control {
  vertical-align: middle;
}
.nk-tb-item:not(:last-child) .nk-tb-col {
  border-bottom: 1px solid rgba(219, 223, 234, 0.9);
}
.nk-tb-head .nk-tb-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #8094ae;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(219, 223, 234, 0.9);
}
.nk-tb-col-action {
  text-align: right;
}
.nk-tb-col-action > .dropdown:last-child {
  right: -0.5rem;
}
.nk-tb-col-nosort:before, .nk-tb-col-nosort:after {
  display: none !important;
}
.nk-tb-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.nk-tb-ulist .nk-tb-actions, .nk-tb-actions-adj .nk-tb-actions {
  right: -0.5rem;
}
.nk-tb-actions.visible1 {
  width: 1rem;
}
.nk-tb-action-hidden {
  opacity: 0;
  transition: 0.3s ease;
}
.nk-tb-item:hover .nk-tb-action-hidden {
  opacity: 1;
  background: #f8f9fc;
}
.nk-tb-list.is-separate {
  margin-top: -8px;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.nk-tb-list.is-separate .nk-tb-item > div {
  background: #fff;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(54, 74, 99, 0.05);
}
.nk-tb-list.is-separate .nk-tb-item > div:first-child {
  border-radius: 4px 0 0 4px;
}
.nk-tb-list.is-separate .nk-tb-item > div:last-child {
  border-radius: 0 4px 4px 0;
}
.nk-tb-list.is-separate .nk-tb-item:hover .nk-tb-action-hidden {
  background: #fff;
}
.nk-tb-list.is-separate .nk-tb-head .nk-tb-col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .nk-tb-col-check {
    width: 3.25rem;
  }
  .nk-tb-item .nk-tb-col:first-child {
    padding-left: 1.5rem;
  }
  .nk-tb-item .nk-tb-col:last-child {
    padding-right: 1.5rem;
  }
}
@media (min-width: 1540px) {
  .nk-tb-list {
    font-size: 14px;
  }
  .nk-tb-list .list-status, .nk-tb-list .tb-status {
    font-size: 13px;
  }
  .nk-tb-list .user-info .tb-lead + span, .nk-tb-list .tb-lead + .tb-date {
    font-size: 12px;
  }
}
.is-loose .nk-tb-item:not(.nk-tb-head) .nk-tb-col {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.is-medium .nk-tb-item:not(.nk-tb-head) .nk-tb-col {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.is-compact .nk-tb-item:not(.nk-tb-head) .nk-tb-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.timeline {
  color: #8094ae;
  line-height: 1.3;
}
.timeline + .timeline, .timeline-list + .timeline-head {
  margin-top: 1.75rem;
}
.timeline-head {
  font-size: 14px;
  color: #8094ae;
  margin-bottom: 1rem;
}
.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.timeline-item:not(:last-child) {
  padding-bottom: 1.5rem;
}
.timeline-item:not(:last-child):before {
  position: absolute;
  height: calc(100% - 11px);
  width: 1px;
  background: #dbdfea;
  content: "";
  top: 13px;
  left: 5px;
}
.timeline-status {
  position: relative;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}
.timeline-status.is-outline:after {
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #fff;
  content: "";
  top: 2px;
  left: 2px;
}
.timeline-date {
  position: relative;
  color: #8094ae;
  width: 90px;
  margin-left: 0.75rem;
  flex-shrink: 0;
  line-height: 1rem;
}
.timeline-date .icon {
  right: 0;
  margin-right: 0.25rem;
  vertical-align: middle;
  color: #8094ae;
  display: inline-block;
  position: absolute;
  top: 2px;
}
.timeline-data {
  padding-left: 8px;
}
.timeline-title {
  font-size: 15px;
  color: #364a63;
  margin-bottom: 0.75rem;
}
.timeline-des {
  color: #8094ae;
}
.timeline-des p {
  margin-bottom: 0.25rem;
}
.timeline .time {
  display: block;
  font-size: 12px;
  color: #8094ae;
}

@media (min-width: 576px) {
  .timeline + .timeline, .timeline-list + .timeline-head {
    margin-top: 2.5rem;
  }
}
@media (max-width: 413px) {
  .timeline-item {
    flex-wrap: wrap;
  }
  .timeline-date {
    width: 80px;
  }
  .timeline-data {
    padding: 0.75rem 0 0 24px;
  }
}
.nk-sale-data {
  flex-shrink: 0;
}
.nk-sale-data-group {
  display: flex;
  flex-wrap: wrap;
}
.nk-sale-data .amount {
  display: block;
  font-size: 1.75rem;
  color: #364a63;
}
.nk-sale-data .amount .change {
  font-size: 0.875rem;
}
.nk-sale-data .amount.sm {
  font-size: 1.125rem;
  color: #8094ae;
}
.nk-sale-data .sub-title {
  color: #8094ae;
  font-size: 12px;
}
.nk-sale-data .sub-title .change {
  margin-right: 0.5rem;
}

.nk-sales-ck {
  height: 80px;
  flex-grow: 1;
}
.nk-sales-ck.large {
  height: 200px;
}

@media (min-width: 992px) and (max-width: 1539.98px) {
  .nk-sales-ck.sales-revenue {
    height: 164px;
  }
}
.nk-activity-item {
  display: flex;
  align-items: center;
  padding: 1.25rem;
}
.nk-activity-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-activity-data {
  margin-left: 1rem;
}
.nk-activity-data .time {
  display: block;
  font-size: 12px;
  color: #8094ae;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .nk-activity-item {
    display: flex;
    padding: 1rem 1.5rem;
  }
}
.nk-support-item {
  display: flex;
  padding: 1.25rem;
}
.nk-support-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-support-content {
  flex-grow: 1;
  margin-left: 1rem;
}
.nk-support-content .title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #364a63;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-support-content p {
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.nk-support-content .time {
  display: block;
  font-size: 12px;
  color: #8094ae;
}

@media (min-width: 576px) {
  .nk-support-item {
    display: flex;
    padding: 1.25rem 1.5rem;
  }
}
.device-status {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.device-status-ck {
  height: 200px;
  margin: auto 0;
}
.device-status-group {
  display: flex;
  justify-content: space-between;
  padding-top: 1.75rem;
  margin: auto;
  width: 280px;
  max-width: 100%;
}
.device-status-data > .icon {
  font-size: 1.5rem;
}
.device-status-data .title {
  font-size: 12px;
  color: #8094ae;
  margin-bottom: 0.5rem;
}
.device-status-data .amount {
  font-size: 1.125rem;
  color: #364a63;
  font-weight: 500;
}
.device-status-data .change {
  margin-left: -0.125rem;
}

.traffic-channel {
  margin-top: 1rem;
}
.traffic-channel-ck {
  height: 44px;
  width: 130px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.traffic-channel-doughnut-ck {
  height: 160px;
}
.traffic-channel-group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.75rem;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 320px;
  max-width: 100%;
}
.traffic-channel-data {
  width: 50%;
}
.traffic-channel-data .title {
  display: flex;
  align-items: center;
  color: #8094ae;
  font-size: 12px;
}
.traffic-channel-data .title .dot {
  margin-right: 0.5rem;
}
.traffic-channel-data .amount {
  font-size: 1.125rem;
  color: #364a63;
  margin-left: 1.25rem;
}
.traffic-channel-data .amount small {
  font-size: 12px;
  color: #8094ae;
}

@media (max-width: 575.98px) {
  .traffic-channel-ck {
    width: 100%;
  }
  .traffic-channel-table .nk-tb-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e9f2;
    padding: 1.125rem 0;
  }
  .traffic-channel-table .nk-tb-col {
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .traffic-channel-table .nk-tb-channel {
    width: 50%;
  }
  .traffic-channel-table .nk-tb-sessions {
    width: 25%;
  }
  .traffic-channel-table .nk-tb-prev-sessions {
    display: none;
  }
  .traffic-channel-table .nk-tb-change {
    width: 25%;
  }
  .traffic-channel-table .nk-tb-trend {
    width: 100%;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1540px) and (max-width: 1800px) {
  .traffic-channel-data .amount {
    font-size: 1rem;
  }
}
.analytic-data-group {
  display: flex;
  flex-wrap: wrap;
}
.analytic-data .title {
  font-size: 12px;
  font-weight: 500;
  color: #8094ae;
  margin-bottom: 0.375rem;
}
.analytic-data .title span {
  font-weight: 400;
}
.analytic-data .amount {
  color: #364a63;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.analytic-data .amount-sm {
  font-size: 1.125rem;
}
.analytic-data .change {
  font-size: 13px;
  margin-left: -0.125rem;
}
.analytic-data .subtitle {
  font-size: 12px;
  color: #8094ae;
}

@media (min-width: 1540px) and (max-width: 1800px) {
  .analytic-data .amount {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .analytic-data .amount-sm {
    font-size: 1.125rem;
  }
}
.analytic-ov-data {
  width: 50%;
}
.analytic-ov-ck {
  height: 175px;
  margin-top: 2rem;
}

@media (min-width: 480px) {
  .analytic-ov-data {
    width: 25%;
  }
}
.analytic-au-data {
  width: 33.3333%;
}
.analytic-au-ck {
  height: 170px;
  margin-top: 2.25rem;
}

.analytic-wp-data {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.analytic-wp-ck {
  height: 36px;
}
.analytic-wp-graph {
  width: 150px;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.analytic-wp-graph .title {
  margin-bottom: 0;
}
.analytic-wp-text {
  text-align: right;
  margin-left: 0.5rem;
}

@media (min-width: 420px) and (max-width: 767px) {
  .analytic-wp-graph {
    width: 60%;
  }
}
@media (min-width: 1540px) and (max-width: 1800px) {
  .analytic-wp-graph {
    width: 120px;
  }
}
.chart-label {
  font-size: 12px;
  color: #8094ae;
}
.chart-label-group {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.analytics-map .vector-map {
  height: 160px;
  margin: 1rem 0;
}
.analytics-map-data {
  font-size: 0.875rem;
}
.analytics-map-data td {
  padding: 0.25rem 0;
}
.analytics-map-data .country {
  color: #8094ae;
}
.analytics-map-data .amount {
  color: #364a63;
  text-align: right;
}
.analytics-map-data .percent {
  text-align: right;
  color: #8094ae;
}
.analytics-map-data-list {
  width: 100%;
  margin-bottom: -0.25rem;
}

.nk-ecwg .amount {
  font-size: 2rem;
  font-weight: 500;
  color: #364a63;
}
.nk-ecwg .amount-sm {
  font-size: 1.5rem;
}
.nk-ecwg .amount-xs {
  font-size: 0.875rem;
}
.is-dark .nk-ecwg .amount {
  color: #fff;
}
.nk-ecwg .info {
  font-size: 0.875rem;
}
.is-dark .nk-ecwg .info {
  color: #d4c2ff;
}
.nk-ecwg .sub-title {
  font-size: 0.875rem;
  font-weight: 500;
}
.is-dark .nk-ecwg .sub-title {
  color: #fff;
}
.nk-ecwg .data {
  margin-top: 0.5rem;
}
.nk-ecwg .data:not(:last-child) {
  margin-bottom: 2rem;
}
.nk-ecwg .data-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nk-ecwg .data-group .data {
  margin: 0;
  padding-right: 20px;
}
.nk-ecwg1-ck {
  height: 110px;
}
.nk-ecwg2-ck {
  height: 182px;
}
.nk-ecwg3-ck {
  height: 66px;
}
.nk-ecwg4 {
  display: flex;
  flex-direction: column;
}
.nk-ecwg4-ck {
  height: 180px;
  width: 180px;
  margin-right: 1.5rem;
}
.nk-ecwg4-legends {
  flex-grow: 1;
  padding: 1rem 0;
}
.nk-ecwg4-legends li {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
}
.nk-ecwg4-legends .title {
  display: flex;
  align-items: center;
}
.nk-ecwg4-legends .title .dot {
  margin-right: 0.5rem;
}
.nk-ecwg5-ck {
  height: 140px;
}
.nk-ecwg5 .data-group {
  margin-bottom: 30px;
}
.nk-ecwg6-ck {
  width: 100px;
  height: 40px;
  margin-left: 20px;
}
.nk-ecwg7-ck {
  height: 180px;
  width: 180px;
  margin: 0 auto 15px;
}
.nk-ecwg7-legends {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nk-ecwg7-legends li {
  padding: 0.25rem 1rem;
}
.nk-ecwg7-legends .title {
  display: flex;
  align-items: center;
  color: #8094ae;
}
.nk-ecwg7-legends .title .dot {
  margin-right: 0.5rem;
}
.nk-ecwg8-ck {
  height: 200px;
}
.nk-ecwg8-legends {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.nk-ecwg8-legends li {
  padding: 0.25rem 1rem;
}
.nk-ecwg8-legends .title {
  display: flex;
  align-items: center;
  color: #8094ae;
}
.nk-ecwg8-legends .title .dot {
  margin-right: 0.5rem;
}

@media (max-width: 490px) {
  .nk-ecwg4 .data-group {
    flex-wrap: wrap;
  }
  .nk-ecwg8-ck {
    height: 140px;
  }
}
@media (min-width: 1540px) {
  .nk-ecwg4-ck {
    height: 210px;
    width: 210px;
    margin-right: 2.5rem;
  }
}
.nk-top-products .item {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  line-height: 1.2;
}
.nk-top-products .thumb {
  width: 44px;
  margin-right: 1rem;
}
.nk-top-products .thumb img {
  border-radius: 4px;
}
.nk-top-products .total {
  margin-left: auto;
  text-align: right;
}
.nk-top-products .title, .nk-top-products .amount {
  font-size: 0.9375rem;
  color: #364a63;
  margin-bottom: 0.25rem;
}
.nk-top-products .price, .nk-top-products .count {
  font-size: 0.8125rem;
  color: #8094ae;
  margin-bottom: 1px;
}

.nk-store-statistics .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.nk-store-statistics .title {
  font-size: 0.8125rem;
  color: #8094ae;
}
.nk-store-statistics .count {
  font-size: 1.25rem;
  color: #364a63;
  font-weight: 700;
}
.nk-store-statistics .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 44px;
  width: 44px;
  border-radius: 6px;
}

.nk-download {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  border-radius: 4px;
  background: #fff;
}
.nk-download .data {
  display: flex;
  flex-grow: 1;
}
.nk-download .info {
  margin-top: 0.35rem;
}
.nk-download .title {
  font-size: 1rem;
  line-height: 1.2;
}
.nk-download .thumb {
  flex-shrink: 0;
  width: 3rem;
  margin-right: 1rem;
}
.nk-download .meta .version, .nk-download .meta .release {
  display: block;
  line-height: 1.2;
  padding: 0.25rem 0;
}
.nk-download .title .badge {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .nk-download {
    padding: 1.5rem;
  }
  .nk-download .thumb {
    width: 2.5rem;
    margin-right: 1.5rem;
  }
  .nk-download .data {
    align-items: center;
  }
  .nk-download .meta .version, .nk-download .meta .release {
    display: inline-block;
    padding-right: 1.5rem;
  }
}
@media (max-width: 575px) {
  .nk-download .data {
    width: 100%;
    padding-left: 4rem;
  }
  .nk-download .thumb {
    position: absolute;
    margin-left: -4rem;
  }
  .nk-download .actions {
    margin: 0.75rem 0 0;
    padding-left: 4rem;
  }
}
.nk-add-product {
  top: 65px;
  background-color: #fff;
  width: 400px;
  height: calc(100vh - 65px);
  padding: 1.5rem;
}
.nk-add-product + .toggle-overlay {
  z-index: 700;
}

.asterisk a {
  position: relative;
  color: #8094ae;
  display: inline-flex;
}
.asterisk a:hover, .asterisk a.active {
  color: #ffa353;
}
.asterisk a:hover .asterisk-on, .asterisk a.active .asterisk-on {
  opacity: 1;
}
.asterisk a.active:hover .asterisk-on {
  opacity: 0;
}
.asterisk-on {
  opacity: 0;
  position: absolute;
  left: 0;
  color: #ffa353;
  z-index: 1;
  transition: opacity 0.2s;
}

.nk-reply {
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.nk-reply-item {
  padding: 2rem 1.25rem;
}
.nk-reply-item + .nk-reply-item {
  padding-top: 0;
}
.nk-reply-item > div:not(.nk-reply-header) {
  margin-left: 48px;
}
.nk-reply-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.nk-reply-header .user-name {
  margin-left: 1rem;
  font-size: 0.875rem;
}
.nk-reply-header .user-name span {
  color: #8094ae;
  font-weight: 400;
}
.nk-reply-header .date-time {
  color: #8094ae;
  font-size: 12px;
}
.nk-reply-entry.note {
  background: #f5f6fa;
  padding: 1.25rem;
  border-radius: 4px;
}
.nk-reply-from {
  margin-top: 1.25rem;
  padding: 0.375rem 0.75rem;
  background: #f5f6fa;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
}
.nk-reply-meta {
  overflow: hidden;
  text-align: center;
  margin: 0 1.25rem;
  padding: 0 2rem;
}
.nk-reply-meta-info {
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
  color: #8094ae;
  font-size: 13px;
  line-height: 1.4;
}
.nk-reply-meta-info span, .nk-reply-meta-info strong, .nk-reply-meta-info .who {
  color: #526484;
}
.nk-reply-meta-info .whom {
  color: #0971fe;
}
.nk-reply-meta-info:before, .nk-reply-meta-info:after {
  position: absolute;
  height: 1px;
  background: #e5e9f2;
  content: "";
  width: 100vw;
  top: 50%;
}
.nk-reply-meta-info:before {
  right: 100%;
}
.nk-reply-meta-info:after {
  left: 100%;
}
.nk-reply-form {
  border-top: 1px solid #e5e9f2;
}
.nk-reply-form-dropdown {
  margin-left: -0.5rem;
  margin-right: 0.75rem;
}
.nk-reply-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  border-bottom: 1px solid #e5e9f2;
}
.nk-reply-form-title {
  display: flex;
  align-items: center;
}
.nk-reply-form-title .title {
  color: #8094ae;
  margin-right: 0.75rem;
}
.nk-reply-form-field {
  padding: 0.5rem 1.25rem;
}
.nk-reply-form-field:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-reply-form-field .form-control {
  font-size: 0.875rem;
}
.nk-reply-form-field textarea.form-control {
  min-height: 78px;
}
.nk-reply-form-field textarea.form-control.ex-large {
  min-height: 160px;
}
.nk-reply-form-field + .nk-reply-form-tools {
  border-top: 0;
}
.nk-reply-form-tools {
  padding: 1.25rem;
  border-top: 1px solid #e5e9f2;
  display: flex;
  justify-content: space-between;
}
.nk-reply-form-actions {
  display: inline-flex;
  align-items: center;
}
.nk-reply-form-options {
  display: inline-flex;
}
.nk-reply-form-input {
  display: flex;
}
.nk-reply-form-input .label {
  margin: 0.3rem 0.5rem 0.3rem 0;
  width: 1.25rem;
  color: #8094ae;
}
.nk-reply-form-input-group {
  width: 100%;
}
.nk-reply-form-input-cc, .nk-reply-form-input-bcc {
  display: none;
}
.nk-reply-form-input-cc.expanded, .nk-reply-form-input-bcc.expanded {
  display: flex;
}
.nk-reply-form-input .toggle-opt {
  display: inline-flex;
  align-items: center;
  color: #364a63;
}
.nk-reply-form-input .toggle-opt:hover {
  color: #0971fe;
}
.nk-reply-form-group {
  position: relative;
  padding: 1rem 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}
.nk-reply-form-nav {
  position: absolute;
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: 1.0625rem 0 0;
  right: 0;
  top: 0;
  margin: 0 -0.375rem;
}
.nk-reply-form-nav li a {
  font-size: 12px;
  color: #8094ae;
  display: block;
  line-height: 1.5rem;
  padding: 0.25rem 0.375rem;
}
.nk-reply-form-nav li a:hover {
  color: #0971fe;
}
.is-collapsed .nk-reply-msg-info {
  display: none;
}
.nk-reply-msg-excerpt {
  color: #526484;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-collapsed .nk-reply-msg-excerpt {
  display: block;
}
.nk-reply-msg-meta {
  padding: 0.75rem;
}
.nk-reply-msg-meta li {
  display: flex;
  line-height: 1.125rem;
  padding: 0.1875rem 0;
}
.nk-reply-msg-meta li .label {
  width: 75px;
  color: #8094ae;
  font-size: 12px;
  text-align: right;
  margin-right: 0.75rem;
}
.nk-reply-msg-meta li .info {
  font-size: 13px;
}
.nk-reply-msg-meta li .info a {
  color: #526484;
}
.nk-reply-tools {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: default;
}
.nk-reply-tools .date {
  margin-right: 1rem;
  line-height: 2.25rem;
  color: #526484;
}
.nk-reply-tools .attach-msg {
  font-size: 1.25rem;
  margin-right: 0.375rem;
}
.nk-reply-desc {
  display: flex;
  flex-grow: 1;
}
.is-collapsed .nk-reply-desc {
  overflow: hidden;
}
.nk-reply-header .nk-reply-desc {
  align-items: center;
}
.nk-reply-info {
  margin-left: 1rem;
  max-width: calc(100% - 4.5rem);
}
.nk-reply-header.is-collapsed {
  margin-bottom: 0;
}
.nk-reply-header:not(.is-opened) {
  cursor: pointer;
}
.is-collapsed + .nk-reply-body {
  display: none;
}
.nk-reply-quick-btns ul {
  display: flex;
  align-items: center;
}

.is-collapsed .prev-msg, .is-collapsed .next-msg, .is-collapsed .more-actions, .is-collapsed .replyto-msg, .is-collapsed .forwardto-msg {
  display: none;
}

.input-mail {
  width: 100%;
  border: none;
}

@media (max-width: 767.98px) {
  .nk-reply-tools {
    flex-wrap: wrap;
  }
  .nk-reply-tools .date {
    margin-right: 0.5rem;
    font-size: 13px;
  }
  .nk-reply-tools .attach-msg {
    font-size: 1.25rem;
    margin-right: 0.375rem;
  }
}
@media (max-width: 575.98px) {
  .nk-reply-info {
    margin-left: 0.75rem;
    max-width: calc(100% - 2.5rem);
  }
  .is-collapsed .nk-reply-info {
    max-width: calc(100% - 4.5rem);
  }
  .nk-reply-info .date {
    font-size: 11px;
    color: #8094ae;
    margin-left: 0.375rem;
  }
  .nk-reply-info .lead-text {
    font-size: 13px;
  }
  .nk-reply-form-dropdown {
    margin-right: 0.5rem;
  }
  .nk-reply-form-group {
    flex-wrap: wrap;
    align-items: center;
  }
  .nk-reply-form-title {
    font-weight: 500;
  }
  .nk-reply-tools .attach-msg, .nk-reply-tools .date-msg {
    display: none;
  }
  .nk-reply-avatar {
    height: 30px;
    width: 30px;
  }
  .nk-reply-msg-excerpt {
    font-size: 12px;
    margin-top: 0.25rem;
  }
  .nk-reply-msg-info .sub-text {
    font-size: 12px;
  }
  .nk-reply-msg-info .dropdown-menu {
    margin-right: 16px !important;
  }
}
@media (min-width: 576px) {
  .nk-reply-form {
    margin: 0.5rem 2.25rem 2.25rem;
    border: 1px solid #e5e9f2;
    border-radius: 4px;
  }
  .nk-reply-form-header {
    padding: 0 1.5rem;
  }
  .nk-reply-form-field {
    padding: 0.5rem 1.5rem;
  }
  .nk-reply-form-field textarea.form-control.ex-large {
    min-height: 278px;
  }
  .nk-reply-form-tools {
    padding: 1rem 1.5rem;
  }
  .modal-body .nk-reply-form-tools {
    padding: 1.5rem;
  }
  .nk-reply-item {
    padding: 2rem 2.25rem;
  }
  .nk-reply-meta {
    margin: 0 2.25rem;
  }
  .nk-reply-header .date-time {
    font-size: 13px;
  }
  .nk-reply-quick-btns {
    margin: 0.5rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .nk-reply-form {
    margin: 0.5rem 2.5rem 2.5rem;
  }
  .nk-reply-item {
    padding: 2rem 2.5rem;
  }
  .nk-reply-meta {
    margin: 0 2.5rem;
  }
  .nk-reply-quick-btns {
    margin: 0.5rem 2.5rem 2.5rem;
  }
}
.attach-files {
  margin-top: 1.75rem;
  border: 1px solid #e5e9f2;
  border-radius: 4px;
}
.attach-list {
  padding: 1rem 1.25rem;
  margin-bottom: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.attach-item {
  width: 180px;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
}
.attach-item a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #526484;
}
.attach-item .icon {
  font-size: 1.5rem;
  color: #0971fe;
  margin-right: 0.75rem;
}
.attach-foot {
  border-top: 1px solid #e5e9f2;
  background: #f5f6fa;
  padding: 0.75rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.attach-info {
  font-weight: 500;
  color: #364a63;
}
.attach-download span {
  color: #8094ae;
  transition: all 0.3s;
}
.attach-download:hover span {
  color: #0971fe;
}

@media (max-width: 359px) {
  .attach-info {
    font-size: 12px;
  }
  .attach-download {
    font-size: 12px;
  }
}
.nk-msg-nav {
  position: relative;
  border-bottom: 1px solid #e5e9f2;
  padding: 0 1.25rem;
  background: #f5f6fa;
  z-index: 2;
}
.nk-msg-nav .search-wrap {
  padding: 0 1rem;
  bottom: -1px;
  border-bottom: 1px solid #e5e9f2;
}
.nk-msg-nav .search-submit {
  transform: translate(0.25rem, -50%);
}
.nk-msg-menu {
  display: flex;
  margin: 0 -0.75rem;
}
.nk-msg-menu-item {
  padding: 0 0.75rem;
}
.nk-msg-menu-item a {
  display: inline-flex;
  position: relative;
  color: #8094ae;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1rem 0;
}
.nk-msg-menu-item a:after {
  position: absolute;
  content: "";
  height: 2px;
  background: #0971fe;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.nk-msg-menu-item a .icon {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.nk-msg-menu-item a:hover {
  color: #0971fe;
}
.nk-msg-menu-item.active a {
  color: #0971fe;
}
.nk-msg-menu-item.active a:after {
  opacity: 1;
}

.nk-msg {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: calc(100vh - (65px + 64px));
  max-height: calc(100vh - (65px + 64px));
  background: #fff;
}
.nk-msg-aside {
  background: #f5f6fa;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.nk-msg-boxed .nk-msg-aside {
  background: rgba(245, 246, 250, 0.7);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nk-msg-list {
  max-height: 100%;
  height: 100%;
  overflow: auto;
}
.nk-msg-item {
  display: flex;
  padding: 1.25rem 1.25rem;
  cursor: pointer;
}
.nk-msg-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-msg-item.active, .nk-msg-item.current {
  background: #fff;
  cursor: default;
}
.nk-msg-info {
  max-width: calc(100% - 52px);
  margin-left: 0.75rem;
  flex-grow: 1;
}
.nk-msg-from {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-msg-context {
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.nk-msg-context .asterisk {
  margin-top: auto;
}
.nk-msg-sender {
  display: inline-flex;
  align-items: center;
  color: #8094ae;
  font-size: 12px;
}
.nk-msg-sender .name {
  margin-right: 0.5rem;
}
.is-unread .nk-msg-sender .name {
  font-weight: 500;
  color: #364a63;
}
.nk-msg-meta {
  display: inline-flex;
  align-items: center;
  color: #8094ae;
  font-size: 12px;
}
.nk-msg-meta .attchment .icon {
  font-size: 1.125rem;
}
.nk-msg-meta .date {
  margin-left: 0.75rem;
}
.nk-msg-text {
  max-width: calc(100% - 35px);
  flex-grow: 0;
  padding-right: 0.5rem;
}
.nk-msg-text .title {
  font-size: 15px;
  margin-bottom: 0.25rem;
}
.nk-msg-text p {
  font-size: 13px;
  color: #8094ae;
  max-height: 42px;
  overflow: hidden;
}
.is-unread .nk-msg-text p {
  color: #526484;
  font-weight: 500;
}
.nk-msg-lables {
  text-align: center;
  margin: -0.125rem;
  display: inline-flex;
  flex-direction: column;
}
.nk-msg-lables > div {
  padding: 0.125rem;
}
.nk-msg-lables .icon {
  font-size: 1.125rem;
}
.nk-msg-lables .badge {
  line-height: 14px;
  font-size: 10px;
  padding: 0 0.25rem;
}
.nk-msg-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.nk-msg-body.show-message {
  opacity: 1;
  pointer-events: auto;
}
.nk-msg-profile {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 280px;
  height: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
  background: #fff;
  z-index: 100;
}
.nk-msg-profile-toggle {
  position: absolute;
  height: 36px;
  width: 36px;
  display: none;
  align-items: center;
  justify-content: center;
  bottom: -18px;
  right: -18px;
  margin-right: 40px;
  transition: right 0.3s ease-in-out, margin 0.3s ease-in-out 0.2s;
  border: 1px solid #e5e9f2;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1.125rem;
  z-index: 2;
  color: #8094ae;
  z-index: 110;
}
.nk-msg-profile-toggle.active {
  margin-right: 0;
  transform: rotate(-180deg);
}
.nk-msg-profile-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 25, 36, 0.4);
  z-index: 600;
  z-index: 90;
  animation: overlay-fade-in 0.4s ease 1;
}
.nk-msg-profile.visible {
  transform: none;
}
.nk-msg-head {
  position: relative;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e5e9f2;
}
.nk-msg-head .title {
  margin-bottom: 0.5rem;
}
.nk-msg-head-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-msg-hide {
  font-size: 1rem;
}
.nk-msg-tags {
  margin: 0 -0.75rem;
}
.nk-msg-tags li {
  padding: 0 0.75rem;
  color: #8094ae;
}
.nk-msg-tags li > span {
  display: inline-flex;
  align-items: center;
}
.nk-msg-tags li > span .icon {
  color: #0971fe;
  margin-right: 0.25rem;
}
.nk-msg-actions {
  display: flex;
  margin: 0 -0.25rem;
}
.nk-msg-actions li {
  padding: 0 0.25rem;
}

@media (max-width: 575.98px) {
  .nk-msg-boxed {
    border: none;
    border-radius: 4px;
    min-height: calc(100vh - (65px));
    max-height: calc(100vh - (65px));
    margin: -24px -18px;
  }
}
@media (min-width: 576px) {
  .nk-msg-nav {
    padding: 0 2rem;
  }
  .nk-msg-nav .search-wrap {
    padding: 0 1.7rem;
  }
  .nk-msg-item {
    padding: 1.25rem 2rem;
  }
  .nk-msg-head {
    padding: 1rem 2.25rem;
  }
  .nk-msg-head .title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .nk-msg-text .title {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
  }
}
@media (min-width: 992px) {
  .nk-msg-nav {
    padding: 0 1.75rem;
  }
  .nk-msg-nav .search-wrap {
    padding: 0 1.425rem;
  }
  .nk-msg-item {
    padding: 1.25rem 1.75rem;
  }
  .nk-msg-head {
    padding: 2rem 2.5rem;
  }
  .nk-msg-head .title {
    max-height: 82px;
    overflow: hidden;
  }
  .nk-msg-aside {
    width: 320px;
    border-right: 1px solid #e5e9f2;
  }
  .nk-msg-body {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
  .nk-msg-profile {
    border-left: 1px solid #e5e9f2;
  }
  .nk-msg-profile-toggle {
    margin-right: 55px;
    display: flex;
  }
}
@media (min-width: 1540px) {
  .nk-msg-aside {
    width: 380px;
  }
}
@media (max-width: 1539.98px) {
  .profile-shown .nk-msg-profile-toggle {
    right: 262px;
  }
  .has-apps-sidebar .profile-shown .nk-msg-profile-toggle {
    right: -18px;
  }
}
@media (max-width: 1279px) {
  .has-apps-sidebar .profile-shown .nk-msg-profile-toggle {
    right: 262px;
  }
}
@media (min-width: 1540px) {
  .nk-msg-body.profile-shown {
    padding-right: 280px;
  }
}
@media (min-width: 1280px) {
  .has-apps-sidebar .nk-msg-body.profile-shown {
    padding-right: 280px;
  }
}
.ibx-count {
  position: relative;
  padding: 0.3125rem 0.75rem;
  font-size: 0.75rem;
  color: #8094ae;
  background: #fff;
  border: 1px solid #e5e9f2;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}
.ibx-count:before, .ibx-count:after {
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-style: solid;
}
.ibx-count:before {
  right: -8px;
  border-color: transparent transparent transparent #e5e9f2;
  border-width: 4px 0 4px 7px;
}
.ibx-count:after {
  right: -6px;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}

.nk-ibx-context {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nk-ibx-context-group {
  display: flex;
  align-items: center;
}
.nk-ibx-context-badges {
  margin-right: 0.75rem;
}
.nk-ibx-context-text {
  display: inline;
  color: #8094ae;
}
.is-unread .nk-ibx-context-text {
  color: #526484;
}
.nk-ibx-context-text .heading {
  color: #364a63;
}
.is-unread .nk-ibx-context-text .heading {
  font-weight: 500;
}

.ibx-actions {
  position: relative;
  display: inline-block;
  transition: background-color 0.3s;
}
.ibx-actions-hidden {
  position: absolute;
  display: flex;
  right: calc(100% + 8px);
  opacity: 0;
  transition: background-color 0.3s;
}
.nk-ibx-item:hover .ibx-actions-hidden {
  opacity: 1;
  background-color: #f5f6fa;
}
.nk-ibx-item:hover .ibx-actions {
  background-color: #f5f6fa;
}

.nk-ibx {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: calc(100vh - (65px + 64px));
  max-height: calc(100vh - (65px + 64px));
  background: #fff;
}
.nk-ibx-aside {
  position: absolute;
  background: #fff;
  width: 260px;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  border-right: 1px solid #e5e9f2;
  transform: translateX(-100%);
  z-index: 99;
  transition: transform 0.4s linear;
}
.nk-ibx-aside + .toggle-overlay {
  z-index: 90;
  position: absolute;
}
.nk-ibx-aside.content-active {
  transform: none;
}
.nk-ibx-nav {
  overflow: auto;
  flex-grow: 1;
  height: 100%;
  max-width: 100%;
}
.nk-ibx-nav .simplebar-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nk-ibx-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.5rem 0.75rem;
}
.nk-ibx-nav-head .title {
  font-size: 1rem;
  margin-bottom: 0;
}
.nk-ibx-nav-head .dropdown > a, .nk-ibx-nav-head > .link {
  color: #8094ae;
  font-size: 0.875rem;
}
.nk-ibx-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #e5e9f2;
  min-height: 61px;
}
.nk-ibx-head .title {
  font-size: 1rem;
  margin-bottom: 0;
}
.nk-ibx-head-actions, .nk-ibx-head-tools {
  display: flex;
  align-items: center;
}
.nk-ibx-head-tools .btn-icon.btn-trigger .icon {
  font-size: 1.25rem;
}
.nk-ibx-head .search-wrap {
  padding: 0 1.365rem 0 1rem;
}
.nk-ibx-head .search-wrap .icon {
  font-size: 1.25rem;
}
.nk-ibx-head .search-back {
  transform: translate(-0.5rem, -50%);
}
.nk-ibx-head-check {
  display: flex;
  margin-right: 0.325rem;
}
.nk-ibx-action {
  position: relative;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e9f2;
}
.nk-ibx-action-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nk-ibx-action-item a {
  display: flex;
  align-items: center;
}
.nk-ibx-action-item .icon {
  font-size: 1.5rem;
}
.nk-ibx-action-item .icon + span {
  margin-left: 0.5rem;
}
.nk-ibx-action-item .search-toggle .icon {
  font-size: 1.125rem;
}
.nk-ibx-menu li {
  margin: 2px 0;
}
.nk-ibx-menu li:hover {
  background: #f5f6fa;
  border-radius: 3px;
}
.nk-ibx-menu li.active {
  background: #f0eaff;
  border-radius: 3px;
}
.nk-ibx-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}
.nk-ibx-menu-item .icon {
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: 2rem;
  color: #8094ae;
}
.nk-ibx-menu-item .badge {
  margin-left: auto;
  min-width: 2.25rem;
}
.active .nk-ibx-menu-item .icon {
  color: #0971fe;
}
.nk-ibx-menu-text {
  font-size: 0.875rem;
  color: #526484;
  font-weight: 500;
  line-height: 1.5rem;
}
.active .nk-ibx-menu-text {
  color: #0971fe;
}
.nk-ibx-label > li, .nk-ibx-contact > li {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin: 2px 0;
  transition: background-color 0.3s;
}
.nk-ibx-label > li > a, .nk-ibx-contact > li > a {
  display: flex;
  padding: 0.5rem 0.75rem;
  flex-grow: 1;
}
.nk-ibx-label > li .dropdown, .nk-ibx-contact > li .dropdown {
  opacity: 0;
}
.nk-ibx-label > li .dropdown > a, .nk-ibx-contact > li .dropdown > a {
  color: #526484;
  padding: 0.6875rem;
}
.nk-ibx-label > li:hover, .nk-ibx-contact > li:hover {
  background: #f5f6fa;
}
.nk-ibx-label > li:hover .dropdown, .nk-ibx-contact > li:hover .dropdown {
  opacity: 1;
}
.nk-ibx-label > li.active, .nk-ibx-contact > li.active {
  background: #d4c2ff;
}
.nk-ibx-label-text {
  line-height: 1;
  margin-left: 1rem;
  font-size: 0.875rem;
  color: #526484;
  font-weight: 500;
}
.nk-ibx-menu, .nk-ibx-label, .nk-ibx-contact {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.nk-ibx-menu {
  padding-top: 0.75rem;
}
.nk-ibx-contact {
  padding-bottom: 1.75rem;
}
.nk-ibx-status {
  margin-top: auto;
  background: #f5f6fa;
  padding: 1.5rem 1.5rem;
}
.nk-ibx-status-info {
  margin-bottom: 0.5rem;
}
.nk-ibx-status-info .icon {
  width: 1.25rem;
  display: inline-block;
}
.nk-ibx-body {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
}
.nk-ibx-list {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  height: 100%;
  overflow: auto;
}
.nk-ibx-item {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1rem 1.25rem;
  transition: background-color 0.3s;
  cursor: pointer;
}
.nk-ibx-item:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-ibx-item:not(.no-hover):hover, .nk-ibx-item.active {
  background: #f5f6fa;
}
.nk-ibx-item.is-unread {
  background: rgba(245, 246, 250, 0.6);
}
.nk-ibx-item-elem {
  padding: 0 8px;
  flex-shrink: 0;
}
.nk-ibx-item-elem:first-child {
  padding-left: 0;
}
.nk-ibx-item-check {
  width: 28px;
  display: inline-flex;
}
.nk-ibx-item-fluid {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.nk-ibx-item-user .user-name {
  max-width: calc(100% - 50px);
}
.nk-ibx-item-user .user-name .lead-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}
.is-unread .nk-ibx-item-user .user-name .lead-text {
  font-weight: 500;
}
.nk-ibx-item-count {
  width: 3.25rem;
}
.nk-ibx-item-time {
  width: 80px;
  text-align: right;
}
.nk-ibx-item-attach {
  width: 2.25rem;
  text-align: center;
}
.nk-ibx-item-star .asterisk {
  padding: 0 0.25rem;
}
.nk-ibx-item-star .asterisk a {
  display: flex;
}
.nk-ibx-item-star .asterisk .icon {
  line-height: 1;
  font-size: 1.125rem;
}
.nk-ibx-item-tools {
  padding-right: 0;
  margin-left: auto;
  text-align: right;
}
.nk-ibx-item-check, .nk-ibx-item-star, .nk-ibx-item-attach {
  position: relative;
  z-index: 2;
}
.nk-ibx-item-tools {
  position: relative;
  z-index: 3;
}
.nk-ibx-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.nk-ibx-link + .nk-ibx-item-elem {
  padding-left: 0;
}
.nk-ibx-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.nk-ibx-view.show-ibx {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nk-ibx-reply-head {
  padding: 1.5rem 1.25rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nk-ibx-reply-head .title {
  margin-bottom: 0.75rem;
}
.nk-ibx-reply-header {
  margin-right: -0.5rem;
}
.nk-ibx-reply-item {
  position: relative;
}
.nk-ibx-reply-item > div:not(.nk-reply-header) {
  margin-left: 0;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
.nk-ibx-reply-item:not(:last-child):after {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  height: 1px;
  bottom: 1rem;
  content: "";
  background: #e5e9f2;
}

@media (min-width: 576px) {
  .nk-ibx-item, .nk-ibx-head {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .nk-ibx-head .search-wrap {
    padding: 0 2.375rem 0 2rem;
  }
  .nk-ibx-reply-head {
    padding: 2em 2.25rem 0;
  }
  .nk-ibx-reply-item {
    padding-bottom: 2.75rem;
  }
  .nk-ibx-reply-item > div:not(.nk-reply-header) {
    margin-left: 56px;
  }
  .nk-ibx-reply-item:not(:last-child):after {
    bottom: 1.375rem;
    left: 2.25rem;
    right: 2.25rem;
  }
  .nk-ibx-reply-quick-btns, .nk-ibx-reply-form {
    margin-left: 5.75rem;
  }
}
@media (min-width: 768px) {
  .nk-ibx-item-user {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .nk-ibx-aside {
    position: static;
    transform: none;
    transition: none;
    height: calc(100vh - 128px);
  }
  .nk-ibx-menu, .nk-ibx-label, .nk-ibx-contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nk-ibx-menu {
    padding-top: 1rem;
  }
  .nk-ibx-contact {
    padding-bottom: 1rem;
  }
  .nk-ibx-nav-head {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .nk-ibx-item, .nk-ibx-head {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .nk-ibx-head .search-wrap {
    padding: 0 2.25rem 0 1.5rem;
  }
  .nk-ibx-body {
    max-width: calc(100% - 260px);
  }
  .nk-ibx-reply-quick-btns, .nk-ibx-reply-form {
    margin-left: 5.25rem;
  }
  .nk-ibx-reply-item, .nk-ibx-reply-head {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .nk-ibx-aside {
    width: 300px;
  }
  .nk-ibx-item-user {
    width: 200px;
  }
  .nk-ibx-item-time {
    margin-right: 5rem;
  }
}
@media (min-width: 1540px) {
  .nk-ibx-item-user {
    width: 260px;
  }
  .nk-ibx-item-tools {
    margin-left: 5rem;
  }
}
@media (max-width: 1199.98px) {
  .nk-ibx-item-attach {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .nk-ibx-item {
    flex-wrap: wrap;
  }
  .nk-ibx-item-elem {
    padding: 0 4px;
  }
  .nk-ibx-item-fluid {
    padding-left: 32px;
    padding-right: 48px;
    margin-top: 6px;
    width: calc(100% - 2.5rem);
  }
  .nk-ibx-item-fluid .heading {
    display: block;
  }
  .nk-ibx-item-count, .nk-ibx-item-attach {
    display: none;
  }
  .nk-ibx-item-user {
    flex-grow: 1;
  }
  .nk-ibx-item-user .user-avatar {
    height: 28px;
    width: 28px;
    font-size: 12px;
  }
  .nk-ibx-item-time {
    position: absolute;
    right: 32px;
    top: 19px;
  }
  .nk-ibx-item-tools {
    position: absolute;
    right: 28px;
    text-align: right;
    bottom: 18px;
  }
  .nk-ibx-item-star {
    position: absolute;
    left: 28px;
    top: 50px;
  }
  .nk-ibx-context-badges {
    display: none;
  }

  .ibx-actions-hidden {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .nk-ibx-item-star {
    left: 12px;
  }
  .nk-ibx-item-time {
    right: 12px;
  }
  .nk-ibx-item-tools {
    right: 8px;
  }
  .nk-ibx-reply-head .title {
    font-size: 1.125rem;
  }
  .nk-ibx-reply .btn-icon.btn-trigger {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .nk-ibx-reply .btn-icon.btn-trigger .icon {
    width: 1.875rem;
  }
}
@media (max-width: 359px) {
  .nk-ibx-head .btn-icon.btn-trigger {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .nk-ibx-head .btn-icon.btn-trigger .icon {
    width: 1.875rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .nk-ibx-aside {
    width: 320px;
  }
  .nk-ibx-menu, .nk-ibx-label, .nk-ibx-contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .nk-ibx-nav-head, .nk-ibx-status {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.nk-fmg {
  position: relative;
  background-color: #f5f6fa;
  min-height: calc(100vh - (65px + 64px));
}
.nk-fmg-aside {
  position: fixed;
  width: 260px;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  background: #fff;
  flex-shrink: 0;
  left: 0;
  transform: translateX(-100%);
  border-right: 1px solid #e5e9f2;
  z-index: 99;
  top: 65px;
  transition: transform 0.4s linear;
  min-height: calc(100vh - 65px);
  max-height: calc(100vh - 65px);
  overflow-y: auto;
}
.nk-fmg-aside + .toggle-overlay {
  z-index: 90;
}
.nk-fmg-aside.content-active {
  transform: none;
}
.nk-fmg-aside .simplebar-content {
  height: 100%;
}
.nk-fmg-aside-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nk-fmg-aside-top {
  margin-bottom: auto;
  margin-bottom: 30px;
}
.nk-fmg-menu {
  padding: 1rem;
}
.nk-fmg-menu li {
  margin: 2px 0;
}
.nk-fmg-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}
.nk-fmg-menu-item:hover {
  background: #f5f6fa;
  border-radius: 3px;
}
.active > .nk-fmg-menu-item {
  background: #f0eaff;
  border-radius: 3px;
}
.nk-fmg-menu-item .icon {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: -2px;
  width: 2rem;
  color: #8094ae;
}
.nk-fmg-menu-item .badge {
  margin-left: auto;
  min-width: 2.25rem;
}
.active > .nk-fmg-menu-item .icon {
  color: #0971fe;
}
.nk-fmg-menu-text {
  font-size: 0.875rem;
  color: #526484;
  font-weight: 500;
  line-height: 1.5rem;
}
.active > .nk-fmg-menu-item > .nk-fmg-menu-text {
  color: #0971fe;
}
.nk-fmg-menu li ul {
  margin-top: -0.125rem;
  margin-bottom: 0.5rem;
  padding-left: 2.75rem;
}
.nk-fmg-menu li ul ul {
  padding-left: 0.75rem;
  border-left: 1px solid #e5e9f2;
}
.nk-fmg-menu li ul .nk-fmg-menu-item {
  padding: 0.125rem 0;
}
.nk-fmg-menu li ul .nk-fmg-menu-item:hover, .nk-fmg-menu li ul .nk-fmg-menu-item.active {
  background: transparent;
}
.nk-fmg-menu li ul .nk-fmg-menu-item:hover span, .nk-fmg-menu li ul .nk-fmg-menu-item.active span {
  color: #0971fe;
}
.nk-fmg-menu li ul .nk-fmg-menu-text {
  font-size: 90%;
  line-height: 1.375rem;
}
.nk-fmg-status {
  padding: 1.75rem;
}
.nk-fmg-status-title {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  color: #526484;
  margin-bottom: 1rem;
}
.nk-fmg-status-title .icon {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}
.nk-fmg-status-info {
  font-size: 12px;
  font-weight: 500;
  color: #8094ae;
  margin-top: 1rem;
}
.nk-fmg-body {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
.nk-fmg-body-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dbdfea;
  background-color: #fff;
  z-index: 9;
  position: relative;
  top: 0;
  border-top-right-radius: 4px;
}
.nk-fmg-body-content {
  padding: 1.125rem 1.25rem;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.nk-fmg-body .simplebar-content {
  min-height: 470px;
}
.nk-fmg-search {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.nk-fmg-filter {
  margin-bottom: 1.25rem;
}
.nk-fmg-filter .form-label {
  font-weight: 500;
  font-size: 13px;
  color: #8094ae;
}
.nk-fmg-filter .form-group {
  margin-bottom: 1rem;
}
.nk-fmg-switch {
  background-color: transparent;
  border-top: 1px solid #e5e9f2;
}
.nk-fmg-switch > div {
  width: 100%;
}
.nk-fmg-switch .dropdown-toggle {
  padding: 1.25rem 1.75rem;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.nk-fmg-switch .dropdown-toggle:after {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #526484;
}
.nk-fmg-listing {
  min-height: 380px;
}
.nk-fmg-listing.is-scrollable {
  min-height: auto;
  max-height: 298px;
}

@media (min-width: 576px) {
  .nk-fmg-body-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .nk-fmg-aside-top {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .nk-fmg {
    padding-left: 260px;
  }
  .nk-fmg-aside {
    transform: none;
    transition: none;
    width: 260px;
    position: absolute;
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    top: 0;
    min-height: 100%;
    max-height: 100%;
  }
  .nk-fmg-aside-top {
    flex-grow: 0;
  }
  .nk-fmg-body-head {
    padding: 0.75rem 1.75rem;
    z-index: 9;
  }
  .nk-fmg-body-content {
    padding: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .nk-fmg {
    padding-left: 220px;
  }
  .nk-fmg-filter.toggle-expand-content {
    display: block !important;
  }
  .nk-fmg-aside {
    width: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .nk-fmg {
    padding-left: 220px;
  }
  .nk-fmg-aside {
    width: 220px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .nk-fmg-aside {
    width: 320px;
  }
  .nk-fmg-body-head, .nk-fmg-body-content, .nk-fmg-status, .nk-fmg-switch .dropdown-toggle {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .nk-fmg-menu {
    padding: 1rem 1.75rem;
  }
}
.nk-file .tb-sub {
  font-size: 12px;
  color: #8094ae;
}
.nk-file .tb-head {
  font-weight: 500;
  font-size: 13px;
  color: #8094ae;
}
.nk-file-info:hover .nk-file-name .asterisk a, .nk-file-info .nk-file-name .asterisk a.active {
  opacity: 1;
}
.nk-file-icon {
  margin-right: 8px;
  flex-shrink: 0;
}
.nk-file-icon-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.nk-file-icon-type {
  width: 32px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: auto;
}
.nk-file-title {
  display: flex;
  align-items: center;
}
.nk-file-title .breadcrumb {
  padding-top: 0.25rem;
  padding-bottom: 0;
}
.nk-file-name {
  font-weight: 500;
  color: #364a63;
  position: relative;
  line-height: 1.4;
}
.nk-file-name-text {
  padding-right: 1.5rem;
  display: inline-block;
}
.nk-file-name-text .title {
  transition: color 0.3s;
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
}
.nk-file-name-text a.title {
  color: #364a63;
}
.nk-file-name-text a.title:hover {
  color: #0971fe;
}
.nk-file-name-sub {
  font-size: 12px;
  color: #8094ae;
}
.nk-file-name .asterisk {
  position: absolute;
  display: inline-flex;
  margin-left: 0.5rem;
  transition: 0.3s opacity;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.nk-file-name .asterisk a {
  opacity: 0;
}
.nk-file-name .asterisk .icon {
  font-size: 1.125rem;
  color: #0971fe;
}
.nk-file-desc {
  display: flex;
  align-items: center;
  margin: 0 -0.375rem;
}
.nk-file-desc li {
  position: relative;
  padding: 0 0.375rem;
  font-size: 12px;
  color: #8094ae;
}
.nk-file-desc li:not(:first-child):before {
  content: "";
  font-family: "Nioicon";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 11px;
  line-height: 10px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.nk-file-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.nk-file-link:hover .title {
  color: #0971fe;
}
.nk-file-info > .nk-file-link {
  padding: 0.75rem 0;
}
.is-compact .nk-file-info > .nk-file-link {
  padding: 0.375rem 0;
}
.nk-file-share-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  border-bottom: 1px solid #e5e9f2;
}
.nk-file-share-field {
  padding: 0.5rem 1.25rem;
}
.nk-file-share-field:not(:last-child) {
  border-bottom: 1px solid #e5e9f2;
}
.nk-file-share-field .form-control {
  font-size: 0.875rem;
}
.nk-file-share-field textarea.form-control {
  min-height: 78px;
}
.nk-file-share-field textarea.form-control.ex-large {
  min-height: 160px;
}
.nk-file-share-input {
  display: flex;
}
.nk-file-share-input .label {
  margin: 0.3rem 0.5rem 0.3rem 0;
  width: 1.25rem;
  color: #8094ae;
}
.nk-file-share-input-group {
  width: 100%;
}
.nk-file-share-group {
  position: relative;
  padding: 1rem 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.nk-file-share-nav {
  flex-shrink: 0;
}
.nk-file-details-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}
.nk-file-details-col {
  font-size: 13px;
}
.nk-file-details-col:first-child {
  color: #8094ae;
  width: 100%;
}
.nk-file-details-col:last-child {
  color: #526484;
}
.nk-file-details-col .breadcrumb {
  padding: 0;
}

@media (min-width: 420px) {
  .nk-file-details-row {
    flex-wrap: nowrap;
    padding: 0.375rem 0;
  }
  .nk-file-details-col:first-child {
    width: 100px;
    flex-shrink: 0;
  }
}
@media (min-width: 576px) {
  .nk-file-share-field textarea.form-control.ex-large {
    min-height: 278px;
  }
}
.nk-files .nk-file .hideable {
  opacity: 0;
  transition: opacity 0.3s;
}
.nk-files .nk-file:hover .hideable {
  opacity: 1;
}
.nk-files .nk-file-item {
  display: table-row;
}
.nk-files .nk-file-item > div {
  position: relative;
  display: table-cell;
  padding: 0.5rem;
  vertical-align: middle;
}
.nk-files .nk-file-actions {
  width: 60px;
  text-align: center;
}
.nk-files-head {
  display: table-header-group;
}
.nk-files-head .nk-file-item > div {
  font-weight: 500;
  font-size: 0.8125rem;
  padding: 0.25rem;
}
.nk-files-head .nk-file-item > div:first-child {
  padding-left: 0;
}
.nk-files-head .nk-file-item > div:last-child {
  padding-right: 0.5rem;
}
.nk-files-head .dropdown-menu-xs {
  min-width: 140px;
  max-width: 140px;
}
.nk-files-list {
  display: table-row-group;
}
.nk-files-view-list {
  display: table;
  width: 100%;
}
.nk-files-view-list .nk-file {
  display: table-row;
}
.nk-files-view-list .nk-file.selected {
  background: #e7dcff;
}
.nk-files-view-list .nk-file.selected > div {
  background: transparent;
}
.nk-files-view-list .nk-file > div {
  padding: 0.5rem 0.375rem;
  height: 4rem;
  background-color: #fff;
}
.nk-files-view-list .nk-file > div:first-child {
  padding-left: 1.25rem;
}
.nk-files-view-list .nk-file > div.nk-file-info {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.nk-files-view-list .nk-file:first-child > div:first-child {
  border-top-left-radius: 4px;
}
.nk-files-view-list .nk-file:first-child > div:last-child {
  border-top-right-radius: 4px;
}
.nk-files-view-list .nk-file:last-child > div:first-child {
  border-bottom-left-radius: 4px;
}
.nk-files-view-list .nk-file:last-child > div:last-child {
  border-bottom-right-radius: 4px;
}
.nk-files-view-list .nk-file:not(:last-child) > div {
  border-bottom: 1px solid #dbdfea;
}
.nk-files-view-list .nk-file .custom-checkbox {
  margin-right: 1rem;
}
.nk-files-view-list .nk-file-members .tb-shared {
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.nk-files-view-list .nk-file-name-text a.title {
  padding: 1rem 0 0.875rem;
}
.nk-files-view-list .nk-file-icon + .nk-file-name a.title {
  padding-left: 40px;
  margin-left: -40px;
}
.nk-files-view-list.is-compact .nk-file > div {
  height: 3rem;
}
.nk-files-view-grid .nk-files-head, .nk-files-view-group .nk-files-head {
  margin-bottom: 0.25rem;
  width: 100%;
  display: flex;
}
.nk-files-view-grid .nk-files-head .nk-file-item, .nk-files-view-group .nk-files-head .nk-file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.nk-files-view-grid .nk-files-head .nk-file-item > div:not(.nk-file-info):not(.nk-file-actions), .nk-files-view-group .nk-files-head .nk-file-item > div:not(.nk-file-info):not(.nk-file-actions) {
  display: none;
}
.nk-files-view-grid .nk-files-head .nk-file-actions, .nk-files-view-group .nk-files-head .nk-file-actions {
  width: 30px;
  padding: 0 !important;
  margin-right: -4px;
}
.nk-files-view-grid .nk-files-list, .nk-files-view-group .nk-files-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.nk-files-view-grid .nk-files-list .nk-file-actions, .nk-files-view-group .nk-files-list .nk-file-actions {
  position: absolute;
  border: 0 none;
  background: transparent;
  width: 46px;
  right: 4px;
  top: 10px;
}
.nk-files-view-grid .nk-files-list .custom-control, .nk-files-view-group .nk-files-list .custom-control {
  position: absolute;
}
.nk-files-view-grid .nk-file, .nk-files-view-group .nk-file {
  display: flex;
  position: relative;
  margin: 8px;
  background: #fff;
  border-radius: 4px;
}
.nk-files-view-grid .nk-file .nk-file-members, .nk-files-view-group .nk-file .nk-file-members {
  display: none;
}
.nk-files-view-grid .nk-file {
  display: block;
  position: relative;
  width: calc(50% - 16px);
  text-align: center;
  padding: 0.5rem 0.25rem;
}
.nk-files-view-grid .nk-file > div {
  display: block;
  padding: 0;
}
.nk-files-view-grid .nk-file-title {
  display: flex;
  flex-direction: column;
}
.nk-files-view-grid .nk-file-icon {
  display: block;
  margin: 0;
  width: 100%;
}
.nk-files-view-grid .nk-file-icon-type {
  width: 72px;
  padding: 0.5rem 0;
}
.nk-files-view-grid .nk-file-name .title {
  padding: 0.5rem 0.125rem 0.5rem;
}
.nk-files-view-grid .nk-file-name-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.nk-files-view-grid .nk-file-desc {
  padding: 0 0.25rem 0.75rem;
  margin-top: -0.125rem;
  justify-content: center;
}
.nk-files-view-grid .nk-file-desc .members {
  display: none;
}
.nk-files-view-grid .nk-file-info > .nk-file-link {
  padding: 0.5rem 0;
}
.nk-files-view-grid .nk-file .nk-file-members {
  display: none;
}
.nk-files-view-grid .nk-file .nk-file-meta {
  padding-bottom: 0.5rem;
}
.nk-files-view-grid .nk-file .custom-control {
  top: 0.75rem;
  left: 1rem;
}
.nk-files-view-group .nk-file {
  position: relative;
  padding: 0.5rem 0.5rem;
  width: 100%;
}
.nk-files-view-group .nk-file > div {
  display: block;
  width: 100%;
  padding-right: 2.5rem;
}
.nk-files-view-group .nk-file-desc {
  padding: 0.25rem 0.125rem 0;
}
.nk-files-view-group .nk-file-name-text a.title {
  padding: 0.125rem 0;
}
.nk-files-view-group .nk-file-icon + .nk-file-name a.title {
  padding-left: 40px;
  margin-left: -40px;
}
.nk-files-view-group .nk-file .nk-file-actions {
  right: 2px;
  top: 4px;
}
.nk-files-view-group .nk-file .custom-control {
  right: 0.5rem;
  bottom: 0.5rem;
}
.nk-files-view-group .nk-file .nk-file-meta {
  display: none;
}
.nk-files-group > .title {
  border-top: 1px solid #e5e9f2;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1rem 0;
  margin: 0;
}
.nk-files-group + .nk-files-group {
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .nk-file-name-text {
    font-size: 13px;
  }
  .nk-files-view-grid .nk-file-name-text {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .nk-fmg-body .nk-block-tools .btn-icon.btn-trigger .icon {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  .nk-files-view-grid .nk-file {
    width: calc(33.33% - 16px);
  }
  .nk-files-view-group .nk-file {
    width: calc(100% - 16px);
  }
}
@media (min-width: 660px) {
  .nk-files-view-group .nk-file {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .nk-files-view-grid .nk-file {
    width: calc(25% - 16px);
  }
  .nk-files-view-group .nk-file {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1540px) {
  .nk-files-view-grid .nk-file {
    width: calc(20% - 16px);
  }
  .nk-files-view-group .nk-file {
    width: calc(33.33% - 16px);
  }
}
@media (min-width: 1800px) {
  .nk-files-view-grid .nk-file {
    width: calc(16.66% - 16px);
  }
  .nk-files-view-group .nk-file {
    width: calc(25% - 16px);
  }
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
  .nk-files-view-list .nk-file-members, .nk-files-view-list .nk-file-size {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .nk-files-view-list .nk-file-icon-type {
    width: 24px;
  }
  .nk-files-view-list .nk-file-meta, .nk-files-view-list .nk-file-date, .nk-files-view-list .nk-file-size {
    display: none !important;
  }
  .nk-files-view-list .nk-file .custom-checkbox {
    margin-right: 0.75rem;
  }
}
@media (max-width: 359px) {
  .nk-files-view-grid .nk-file {
    width: 100%;
  }
}
.nk-upload-form {
  margin-bottom: 2.25rem;
}
.nk-upload-list > .title {
  font-size: 0.875rem;
  padding-bottom: 1rem;
}
.nk-upload-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #e5e9f2;
  margin: 0.5rem 0;
}
.nk-upload-icon {
  width: 48px;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.nk-upload-info {
  font-weight: 500;
  color: #364a63;
  flex-grow: 1;
  padding-right: 0.75rem;
}
.nk-upload-title {
  display: flex;
  align-items: flex-end;
}
.nk-upload-title .title {
  font-size: 0.875rem;
}
.nk-upload-title .meta {
  font-size: 12px;
  margin-left: auto;
  color: #8094ae;
  font-weight: 400;
}
.nk-upload-size {
  font-size: 12px;
  color: #8094ae;
  font-weight: 400;
}
.nk-upload-progress {
  margin: 0.375rem 0 0.25rem;
}
.nk-upload-action {
  margin-left: auto;
}

.add-opt:hover .sub-text, .add-opt:hover .icon {
  color: #0971fe;
}

.add-opt-icon .icon-circle, .contacts-add-link .icon-circle, .chat-members-link .icon-circle, .chat-option-link .icon-circle {
  height: 32px;
  width: 32px;
  font-size: 1rem;
}
.add-opt-icon .icon + span, .contacts-add-link .icon + span, .chat-members-link .icon + span, .chat-option-link .icon + span, .add-opt-icon .icon + div, .contacts-add-link .icon + div, .chat-members-link .icon + div, .chat-option-link .icon + div {
  margin-left: 0.75rem;
}

.chat-item {
  position: relative;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.chat-item:hover {
  background-color: #ebeef2;
}
.chats-dropdown .chat-item:hover {
  background-color: #f5f6fa;
}
.chat-item:hover .chat-actions {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.5s;
}
.chat-item.current {
  background-color: #f5f6fa;
}
.chat-item.current:hover {
  background-color: #ebeef2;
}
.chat-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
  cursor: pointer;
}
.chat-media {
  height: 44px;
  width: 44px;
}
.chat-media + .chat-info {
  margin-left: 1rem;
}
.chat-info {
  width: calc(100% - 3.75rem);
}
.chat-from {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-from .name {
  font-size: 0.9375rem;
  margin-bottom: 0;
  font-weight: 500;
  color: #526484;
}
.is-unread .chat-from .name {
  font-weight: 700;
  color: #364a63;
}
.chat-from .time {
  font-size: 12px;
  color: #8094ae;
}
.chat-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-context .text {
  width: calc(100% - 2.5rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: #8094ae;
}
.is-unread .chat-context .text {
  font-weight: 500;
  color: #526484;
}
.chat-context .status {
  display: flex;
  color: rgba(128, 148, 174, 0.8);
}
.is-unread .chat-context .status {
  color: #0971fe;
}
.chat-context .status.seen {
  color: #0971fe;
}
.chat-actions {
  background-color: #ebeef2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.75rem;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 3rem;
}
.chat-profile-group {
  border-top: 1px solid #e5e9f2;
  padding: 0.25rem 0;
}
.chat-profile-head {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-profile-head .title {
  margin-bottom: 0;
}
.chat-profile-head .indicator-icon {
  display: inline-flex;
}
.chat-profile-head.collapsed .indicator-icon {
  transform: rotate(-180deg);
}
.chat-profile-body-inner {
  padding: 0 1.5rem 1.5rem;
}
.chat-profile-options {
  margin: -0.25rem;
}
.chat-profile-options li {
  padding: 0.25rem;
}
.chat-profile-settings {
  margin: -0.5rem;
}
.chat-profile-settings li {
  padding: 0.5rem;
}
.chat-profile-settings .custom-control-sm .custom-control-label {
  padding-left: 0.25rem;
  font-size: 13px;
  font-weight: 500;
  color: #526484;
}
.chat-profile-media {
  display: flex;
  margin: -0.25rem;
}
.chat-profile-media li {
  width: 33.33%;
  padding: 0.25rem;
}
.chat-profile-media li a {
  display: inline-block;
}
.chat-profile-media li img {
  border-radius: 4px;
}
.chat-option-link {
  display: flex;
  align-items: center;
}
.chat-option-link .lead-text {
  font-weight: 500;
  font-size: 13px;
  transition: color 0.3s;
  color: #526484;
}
.chat-option-link:hover .lead-text {
  color: #1c2b46;
}
.chat-members {
  margin: -0.375rem -0.5rem;
}
.chat-members li {
  position: relative;
}
.chat-members-link {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.5rem;
}
.chat-members .user-card {
  position: relative;
  padding: 0.375rem 0.5rem;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.chat-members .user-card > a {
  width: 100%;
  display: flex;
  align-items: center;
}
.chat-members .user-card:hover {
  background-color: #ebeef2;
}
.chat-members .user-card:hover .user-actions {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.5s;
}
.chat-members .user-role {
  margin-left: auto;
  font-size: 12px;
  color: #8094ae;
}
.chat-members .user-actions {
  position: absolute;
  top: 0;
  right: 0.25rem;
  bottom: 0;
  width: 3rem;
  background-color: #ebeef2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
}

.chat {
  display: flex;
  align-items: flex-end;
  margin: -4px;
}
.chat > div {
  padding: 4px;
}
.chat + .chat {
  padding-top: 0.5rem;
}
.chat-avatar {
  margin-bottom: 1.4rem;
}
.chat-avatar.no-meta {
  margin-bottom: 0;
}
.chat-bubble {
  display: flex;
  align-items: center;
  padding: 0.125rem 0;
}
.chat-bubble:hover .chat-msg-more {
  opacity: 1;
}
.chat-bubbles .attach-files {
  margin-top: 0.75rem;
}
.chat-msg {
  background-color: #fff;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.chat-msg-more {
  display: flex;
  align-items: center;
  margin: 0 0.75rem;
  opacity: 0;
  flex-shrink: 0;
  transition: all 0.3s;
}
.chat-msg-more > li {
  padding: 0.25rem;
}
.chat-msg.is-light {
  background-color: #ebeef2;
  color: #526484;
}
.chat-msg.is-theme {
  background-color: #0971fe;
  color: #fff;
}
.chat-meta {
  display: flex;
  align-items: center;
  margin: 0.25rem -0.375rem 0;
}
.chat-meta li {
  position: relative;
  padding: 0 0.375rem;
  font-size: 12px;
  color: #8094ae;
}
.chat-meta li:not(:first-child):before {
  content: "";
  font-family: "Nioicon";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 11px;
  line-height: 10px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.chat-sap {
  overflow: hidden;
  text-align: center;
  padding: 1rem 0;
}
.chat-sap-meta {
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
  color: #8094ae;
  font-size: 12px;
  line-height: 1.4;
}
.chat-sap-meta:before, .chat-sap-meta:after {
  position: absolute;
  height: 1px;
  background: #dbdfea;
  content: "";
  width: 100vw;
  top: 50%;
}
.chat-sap-meta:before {
  right: 100%;
}
.chat-sap-meta:after {
  left: 100%;
}
.chat.is-you .chat-bubbles .attach-files {
  border-color: #fff;
  overflow: hidden;
}
.chat.is-you .chat-bubbles .attach-files, .chat.is-you .chat-bubbles .attach-foot {
  background-color: #fff;
}
.chat.is-you .chat-bubble:last-child .chat-msg {
  border-bottom-left-radius: 0;
}
.chat.is-you .chat-bubble:not(:first-child) .chat-msg {
  border-top-left-radius: 4px;
}
.chat.is-you .chat-bubble:not(:last-child) .chat-msg {
  border-bottom-left-radius: 4px;
}
.chat.is-me {
  justify-content: flex-end;
}
.chat.is-me .chat-msg {
  background-color: #0971fe;
  color: #fff;
}
.chat.is-me .chat-meta {
  justify-content: flex-end;
}
.chat.is-me .chat-bubble {
  flex-direction: row-reverse;
}
.chat.is-me .chat-bubbles .attach-files {
  border-color: #d4c2ff;
  overflow: hidden;
}
.chat.is-me .chat-bubbles .attach-files, .chat.is-me .chat-bubbles .attach-foot {
  background-color: #fff;
}
.chat.is-me .chat-bubble:last-child .chat-msg {
  border-bottom-right-radius: 0;
}
.chat.is-me .chat-bubble:not(:first-child) .chat-msg {
  border-top-right-radius: 4px;
}
.chat.is-me .chat-bubble:not(:last-child) .chat-msg {
  border-bottom-right-radius: 4px;
}
.chat-upload-option {
  display: none;
  position: absolute;
  left: 100%;
  padding: 0.5rem;
  background-color: #fff;
}
.chat-upload-option.expanded {
  display: block;
}
.chat-upload-option ul {
  display: flex;
  align-items: center;
}
.chat-upload-option a {
  color: #0971fe;
  font-size: 1.25rem;
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.chat-upload-option a:hover {
  color: #015edd;
}

.fav-list {
  display: flex;
  margin: -0.375rem;
  overflow-x: auto;
}
.fav-list li {
  padding: 0.375rem;
}
.fav-list a:hover > .user-avatar:after {
  opacity: 1;
}
.fav-list .user-avatar {
  height: 44px;
  width: 44px;
}
.fav-list .user-avatar:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: #e5e9f2;
  transform: scale(1.15);
  opacity: 0;
  border-radius: 50%;
  z-index: -1;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .fav-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 859px) {
  .fav-list {
    margin: -0.375rem 0;
  }
  .fav-list li:first-child {
    padding-left: 0;
  }
  .fav-list li:last-child {
    padding-right: 0;
  }
}
.channel-list li {
  margin: 0.125rem -0.5rem;
}
.channel-list a {
  padding: 0.375rem 0.5rem;
  display: block;
  transition: all 0.3s;
  font-weight: 500;
  color: #526484;
  border-radius: 3px;
}
.channel-list a:hover, .channel-list a.active {
  color: #0971fe;
  background: #f0eaff;
}

.contacts-list {
  margin: -0.375rem -0.5rem;
}
.contacts-list + .contacts-list {
  margin-top: 1.75rem;
}
.contacts-list li {
  position: relative;
}
.contacts-list li > .title {
  padding-left: 1.25rem;
  margin-bottom: 0.25rem;
}
.contacts-list .user-card {
  position: relative;
  padding: 0.375rem 0.5rem;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.contacts-list .user-card > a {
  width: 100%;
  display: flex;
  align-items: center;
}
.contacts-list .user-card:hover {
  background-color: #ebeef2;
}
.contacts-list .user-card:hover .user-actions {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.4s;
}
.contacts-list .user-meta {
  margin-left: auto;
  font-size: 12px;
  color: #8094ae;
}
.contacts-list .user-actions {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0.25rem;
  bottom: 0;
  width: 4.5rem;
  background-color: #ebeef2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
}
.contacts-list .user-actions > a {
  padding: 0 0.375rem;
}
.contacts-add-link {
  padding: 0.375rem 0.5rem;
  display: flex;
  align-items: center;
}
.contacts-add-link .lead-text {
  font-weight: 500;
  font-size: 13px;
}

.nk-chat {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: calc(100vh - (65px + 64px));
  max-height: calc(100vh - (65px + 64px));
  background: #fff;
}
.nk-chat-blank {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #ebeef2;
}
.nk-chat-blank-icon {
  margin-bottom: 1.5rem;
}
.nk-chat-aside {
  background: #fff;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.nk-chat-aside-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.25rem 0.875rem;
}
.nk-chat-aside-user .title {
  font-size: 1.375rem;
  color: #364a63;
}
.nk-chat-aside-user .user-avatar {
  height: 36px;
  width: 36px;
}
.nk-chat-aside-user .user-avatar + .title {
  margin-left: 1rem;
}
.nk-chat-aside-user .dropdown-toggle:after {
  font-size: 1.125rem;
  color: #8094ae;
  margin-left: 1rem;
}
.nk-chat-aside-tools {
  display: flex;
  align-items: center;
}
.nk-chat-aside-body {
  max-height: 100%;
  height: 100%;
  overflow: auto;
}
.nk-chat-aside-search {
  padding: 0 1.25rem;
  margin-bottom: 1.75rem;
  margin-top: 0.25rem;
}
.nk-chat-aside-search .form-control {
  background-color: #f5f6fa;
  border-color: #f5f6fa;
}
.nk-chat-aside-search .form-control::placeholder {
  color: #8094ae;
}
.nk-chat-aside-panel {
  padding: 0 1.25rem 1.75rem;
}
.nk-chat-aside-panel .title {
  margin-bottom: 0.75rem;
}
.nk-chat-list {
  padding: 0 0.5rem;
}
.nk-chat-list .title {
  margin-left: 0.75rem;
}
.nk-chat-body {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.nk-chat-body.show-chat {
  opacity: 1;
  pointer-events: auto;
}
.nk-chat-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.75rem;
  border-bottom: 1px solid #e5e9f2;
  background-color: #fff;
}
.nk-chat-head-info {
  width: 60%;
}
.nk-chat-head-info .user-avatar + .user-info {
  margin-left: 0.75rem;
}
.nk-chat-head-info .user-info .lead-text {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nk-chat-head-info, .nk-chat-head-tools {
  display: flex;
  align-items: center;
  margin: -0.125rem;
}
.nk-chat-head-info > li, .nk-chat-head-tools > li {
  padding: 0.125rem;
}
.nk-chat-head-info .btn-icon .icon, .nk-chat-head-tools .btn-icon .icon {
  font-size: 1.25rem;
}
.nk-chat-head-search {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 0 1.75rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.5s;
}
.nk-chat-head-search.show-search {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.nk-chat-panel {
  background-color: rgba(235, 238, 242, 0.7);
  height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 1.25rem;
}
.nk-chat-editor {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  background-color: #fff;
}
.nk-chat-editor-form {
  padding: 0 0.5rem;
  flex-grow: 1;
}
.nk-chat-editor-form .form-control {
  min-height: 36px;
  padding-top: 0.5rem;
}
.nk-chat-editor-upload, .nk-chat-editor-tools {
  display: flex;
  align-items: center;
}
.nk-chat-editor-upload .btn-icon .icon, .nk-chat-editor-tools .btn-icon .icon {
  font-size: 1.5rem;
}
.nk-chat-editor-upload {
  position: relative;
  z-index: 2;
}
.nk-chat-editor-upload .toggle-opt {
  transition: 0.3s;
}
.nk-chat-editor-upload .toggle-opt.active {
  opacity: 0.7;
  transform: rotate(-45deg);
}
.nk-chat-profile {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 325px;
  height: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
  background: #fff;
  z-index: 100;
}
.nk-chat-profile-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 25, 36, 0.4);
  z-index: 600;
  z-index: 90;
  animation: overlay-fade-in 0.4s ease 1;
}
.nk-chat-profile.visible {
  transform: none;
}

@media (max-width: 767.98px) {
  .nk-chat {
    border: none;
    border-radius: 4px;
    min-height: calc(100vh - (65px + 85px));
    max-height: calc(100vh - (65px + 85px));
  }
  .nk-chat-head {
    padding: 0.75rem 1.25rem;
  }
  .nk-chat-head-user {
    max-width: calc(100% - 34px);
  }
  .nk-chat-head-user .user-avatar {
    height: 36px;
    width: 36px;
  }
  .nk-chat-head-user .user-info {
    width: calc(100% - 36px - .75rem);
  }
}
@media (min-width: 576px) {
  .nk-chat-head-info, .nk-chat-head-tools {
    margin: -0.375rem;
  }
  .nk-chat-head-info > li, .nk-chat-head-tools > li {
    padding: 0.375rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .nk-chat-aside-head, .nk-chat-aside-search {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .nk-chat-aside-panel {
    padding: 0 2.25rem 1.75rem;
  }
  .nk-chat-list {
    padding: 0 1.5rem;
  }
  .nk-chat-head, .nk-chat-panel, .nk-chat-editor {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .nk-chat-head-search {
    padding: 0 2.25rem;
  }
}
@media (min-width: 860px) {
  .nk-chat-aside {
    width: 320px;
    border-right: 1px solid #e5e9f2;
  }
  .nk-chat-body {
    position: static;
    opacity: 1;
    pointer-events: auto;
  }
  .nk-chat-body-close {
    display: none;
  }
}
@media (max-width: 859px) {
  .nk-chat-body.show-chat {
    position: fixed;
    z-index: 2999;
  }
  .nk-chat-head {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 860px) and (max-width: 991px) {
  .nk-chat-aside {
    width: 345px;
    border-right: 1px solid #e5e9f2;
  }
}
@media (min-width: 992px) {
  .nk-chat-aside-panel, .nk-chat-aside-head, .nk-chat-aside-search {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .nk-chat-list {
    padding: 0 1rem;
  }
  .nk-chat-aside {
    width: 325px;
  }
  .nk-chat-panel {
    padding: 1.25rem 1.75rem;
  }

  .chat-profile-head, .chat-profile-body-inner {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@media (min-width: 1540px) {
  .nk-chat-aside {
    width: 382px;
  }
  .nk-chat-body.profile-shown {
    padding-right: 365px;
  }
  .nk-chat-profile {
    width: 365px;
    border-left: 1px solid #e5e9f2;
  }
}
@media (max-width: 1539.98px) {
  .profile-shown .nk-chat-profile-toggle {
    right: 262px;
  }
  .has-apps-sidebar .profile-shown .nk-chat-profile-toggle {
    right: -18px;
  }
}
@media (max-width: 359px) {
  .nk-chat-profile {
    width: 280px;
  }
}
.nk-code-preview-box {
  display: block;
  color: #8094ae;
  padding: 0.15rem 1.25rem;
  border-left: 1px solid #e5e9f2;
}

.dashboard-preview {
  height: 200px;
  justify-content: center;
}

.prettyprint {
  padding: 1.25rem;
  white-space: pre;
  box-shadow: none !important;
  margin-bottom: 0;
  border-radius: 4px;
}

.code-block {
  position: relative;
  padding: 1.25rem;
  background: #fff;
  border-radius: 4px;
}
.code-block .clipboard-init {
  position: absolute;
  top: 12px;
  right: 12px;
}
.card-preview + .code-block {
  margin-top: 28px;
}
.code-block + .code-block {
  margin-top: -3px;
  border-top-color: #e5e9f2;
  border-radius: 0 0 4px 4px;
}
.code-block + .card-preview, .code-block + .nk-block-head {
  margin-top: 40px;
}
.code-block .prettyprint {
  background: #f5f6fa;
  border: none;
  padding: 0.75rem;
  font-size: 11px;
  line-height: 20px;
  max-height: 136px;
}
.code-block .title {
  margin-bottom: 1rem;
}
.code-block .btn {
  background-color: #fff;
}
.code-block .btn:focus, .code-block .btn:hover {
  border-color: #dbdfea;
  box-shadow: none;
}
.code-block-clean .title {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8094ae;
  font-weight: 500;
  margin-bottom: 0.45rem;
  display: block;
}

.preview-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.preview-icon-item {
  flex: 1 0 160px;
  padding: 15px;
  max-width: 50%;
}
.preview-icon-box {
  position: relative;
  padding: 25px 20px;
  text-align: center;
}
.preview-icon-box .btn-clipboard {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}
.preview-icon-box .btn-clipboard:focus {
  border-color: transparent;
  box-shadow: none;
}
.preview-icon-box:hover .btn-clipboard {
  opacity: 1;
}
.preview-icon-wrap {
  padding-bottom: 5px;
}
.preview-icon-wrap .ni {
  font-size: 30px;
}
.preview-icon-svg .preview-icon-wrap {
  margin-bottom: 0.5rem;
}
.preview-icon-svg .preview-icon-wrap svg {
  width: 90px;
}
.preview-icon-name {
  color: #8094ae;
  font-size: 11px;
}

.preview-title, .preview-title-lg {
  display: block;
  padding-bottom: 0.75rem;
}
.preview-title-lg {
  font-size: 13px;
}
.preview-hr {
  border-top: 1px solid #dbdfea;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.preview-hr + .preview-title {
  padding-top: 0.5rem;
}
.nk-block-head + .preview-hr {
  margin-top: 0.5rem;
}
.preview-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.preview-item {
  padding: 0.75rem;
}
.preview-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.preview-btn-item {
  width: 50%;
  padding: 0.75rem;
}
.preview-btn-list-fw .preview-btn-item {
  width: 100%;
}
.preview-btn-list-3x .preview-btn-item {
  width: 33.33%;
}

.example-width > div, .example-height > div, .example-border > div, .example-spacing > div {
  font-size: 11px;
  padding: 0.5rem;
  text-align: center;
  background-color: #f5f6fa;
}
.example-border {
  margin: -0.5rem;
}
.example-border > div {
  height: 4.5rem;
  width: 4.5rem;
  margin: 0.5rem;
}
.example-border-all > div {
  border: 1px solid #dbdfea;
}
.example-width > div {
  height: 2rem;
  background-color: #ebeef2;
  margin-bottom: 0.25rem;
}
.example-height {
  height: 8rem;
}
.example-height > div {
  width: 8rem;
  background-color: #ebeef2;
  margin-right: 0.5rem;
}
.example-spacing > div {
  height: 2rem;
  width: 4.5rem;
  background-color: #ebeef2;
  margin-bottom: 0.5rem;
}
.example-spacing-pd > div {
  margin-right: 0.5rem;
  height: auto;
  width: auto;
}
.example-spacing-pd > div > span {
  display: block;
  padding: 0.25rem;
  line-height: 1;
  border-radius: 2px;
  background-color: #fff;
}
.example-alerts:not(:last-child) {
  margin-bottom: 28px;
}

.components-preview h4.title, .components-preview h5.title {
  font-size: 1.25rem;
  letter-spacing: -0.01rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.components-preview .card-preview > .card-inner {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .preview-btn-item {
    width: 25%;
  }
  .preview-btn-list-fw .preview-btn-item {
    width: 25%;
  }
  .preview-btn-list-3x .preview-btn-item {
    width: 16.66%;
  }
}
@media (min-width: 992px) {
  .components-preview .nk-block + .nk-block-lg {
    padding-top: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .preview-reference tr, .preview-reference th, .preview-reference td {
    display: block;
    border: 0;
    width: 100% !important;
  }
  .preview-reference tbody tr {
    padding: 0.5rem 0;
  }
  .preview-reference tbody tr:not(:last-child) {
    border-bottom: 1px solid #e5e9f2;
  }
  .preview-reference tbody tr:nth-child(2n) {
    background-color: rgba(245, 246, 250, 0.3);
  }
  .preview-reference tr td {
    padding: 0.2rem 1.25rem;
  }
  .preview-reference tr th:not(:first-child) {
    display: none;
  }
}
.ui-bordered .card,
.ui-bordered .code-block,
.ui-bordered .accordion:not(.accordion-s2):not(.accordion-s3),
.ui-bordered .card .card-inner + .table .tb-tnx-head,
.ui-bordered .nk-download {
  border: 1px solid #e5e9f2;
}
.ui-bordered .nk-tb-list.is-separate .nk-tb-item > div {
  border-top: 1px solid #e5e9f2;
  border-bottom: 1px solid #e5e9f2;
}
.ui-bordered .nk-tb-list.is-separate .nk-tb-item > div:first-child {
  border-left: 1px solid #e5e9f2;
}
.ui-bordered .nk-tb-list.is-separate .nk-tb-item > div:last-child {
  border-right: 1px solid #e5e9f2;
}

.freeze-col {
    position: inherit !important;
    background: #fff;
    z-index: 1;
}

.cardheight {
    height: calc(100% - 180px) !important;
}

/*Tooltip password*/
/* Upload Image Contextual help tooltip */
.tooltipdeal {
    position: relative;
    display: inline-block;
}

    .tooltipdeal .tooltiptext {
        visibility: hidden;
        width: 322px;
        background-color: #119495;
        color: #fff;
        font-size: 13px;
        text-align: justify;
        border-radius: 6px;
        padding: 10px 7px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: -80%;
        margin-left: -130px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltipdeal .tooltiptext2 {
        visibility: hidden;
        width: 330px;
        background-color: #8f8f92;
        color: #fff;
        font-size: 13px;
        text-align: justify;
        border-radius: 6px;
        padding: 10px 10px;
        position: absolute;
        z-index: 20;
        bottom: -236%;
        left: 50%;
        margin-left: 12px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltipdeal:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltipdeal:hover .tooltiptext2 {
        visibility: visible;
        opacity: 1;
    }
/*Tooltip password*/
    .imgcard {
        height: 90px !important;
        object-fit: cover !important;
    }
    .newscard {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .bg-dropdown{
            background-color: #ECF5F3 !important;
        
    }
    .w-17{
            width: 17% !important;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        @media screen and (min-device-width: 767px) and (max-device-width: 1400px) {
            .usagebtn {
                position: absolute;
                margin-top: 3px;
            }
            .exportbtn {
                display: inline-block !important;
                width: auto;
                height: 29px !important;
            }
        }

        @media screen and (min-device-width: 1026px) and (max-device-width: 1400px) {
            .exportbtn {
                height: 29px !important;
            }
        }
        .exportbtn-w{
            width:75px !important;
        }
    }
    .chart-newh{
        height: 103% !important;
    }

    @media screen and (min-device-width: 1600px) and (max-device-width: 2200px) {
        .card-h {
            height: 435px !important;
        }
    }
    @media only screen and (max-width: 1224px) {
        .chart-newh {
            height: 92% !important;
        }
    }

    .nk-tb-head {
        z-index: 3 !important;
    }

    .news-p {
        padding: 28px 20px 20px 160px !important;
    }

    /*Supply legend Styles*/
    .legend span {
        float: left;
        width: 12px;
        height: 12px;
        margin: 6px 0px 0px 0px;
    }

    .legend .completed {
        background-color: #77BF8B;
    }

    .legend .notcompleted {
        background-color: #D47871;
    }

    .legend .actionrequired {
      background-color: #EAA34F;
    }
    
    .cut-text {
    width: 186px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    }
    .width500{
        width:500px !important;
    }
    .social-btn{
         width: 225px !important;
    }


    .pagination-wrap-area .rounded {
        border-radius: 0px !important;
        line-height: inherit;
    }

    .pagination-wrap-area .border {
        border: 1px solid #dbdfea !important;
        padding: 9px 16px 8px !important;
        margin-top: 4px;
    }
    .pagination-wrap-area .active .border {
        border: 1px solid #dbdfea !important;
        padding: 9px 16px 8px !important;
        margin-top: 4px;
        background: #38C6C8 !important;
        color:#fff !important;
    }
    .pagination-wrap-area .form-control {
        margin-top: 4px;
        padding: 9px 16px 8px !important;
    }
    .pagination-wrap-area .custom-select {
        border: 1px solid #e2e2e2;
        padding: 0.3rem 0.5rem !important;
        color: #715d5d;
        background-color: white;
        border-radius: 5px;
        height: 28px !important;
    }
    .overflow-s {
        overflow-y: auto !important;
        height: 100px !important;
    }
    .over-scroll-qt {
        overflow-y: auto !important;
        height: 500px !important;
    }
    @media only screen and (max-width: 1400px){
        .dashbrd-txt {
            font-size: 20px !important;
            margin-right: 0.25rem !important;
        }
    }
    .widget-stat .media .media-body span {
        margin-left: -24px !important;
    }
    .card-tbl {
        border-radius: 8px;
        border-collapse: separate;
        border-spacing: 0px;
        position: relative;
        max-height: 450px;
    }

.timeline-panel {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .timeline-panel .media {
        width: 50px;
        height: 50px;
        background: #eee;
        border-radius: 0;
        overflow: hidden;
        font-size: 20px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        align-self: start;
    }

/*tooltip dashboard*/
/*tooltip 1*/
.toolnew {
    position: relative;
    display: inline-block;
}

    .toolnew .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 6px;
        font-size: 12px;
        padding: 5px 5px;
        position: absolute;
        font-weight: bold;
        z-index: 1;
        top: 2px;
        right: 78px;
        box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 30%);
    }

        .toolnew .tooltiptext::after {
            content: " ";
            position: absolute;
            top: 50%;
            left: 100%; /* To the right of the tooltip */
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent #f1f1f1;
        }

    .toolnew:hover .tooltiptext {
        visibility: visible;
    }
/*tooltip 1*/
/*tooltip 2 progressbar*/
.toolpro {
    position: relative;
    display: block;
}

    .toolpro .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: #fff;
      color: #000;
      text-align: center;
      border-radius: 6px;
      padding: 5px 5px;
      font-weight: bold;
      font-size: 12px;
      position: absolute;
      z-index: 1;
      bottom: 150%;
      left: 25%;
      margin-left: -60px;
      box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 30%);
    }

        .toolpro .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #f1f1f1 transparent transparent transparent;
        }

    .toolpro:hover .tooltiptext {
        visibility: visible;
    }
/*tooltip 2 progressbar*/
/*tooltip3 */
.tooltip3 {
    position: relative;
    display: block;
}

    .tooltip3 .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        font-weight: bold;
        font-size: 12px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 25%;
        margin-left: -60px;
        box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 30%);
    }

        .tooltip3 .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
        }

    .tooltip3:hover .tooltiptext {
        visibility: visible;
    }
/*tooltip4 */
.tooltip4 {
    position: relative;
    display: inline-block;
}

    .tooltip4 .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 6px;
        font-size: 12px;
        padding: 5px 5px;
        position: absolute;
        font-weight: bold;
        z-index: 1;
        top: 2px;
        right: 38px;
        box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 30%);
    }

        .tooltip4 .tooltiptext::after {
            content: " ";
            position: absolute;
            top: 50%;
            left: 100%; /* To the right of the tooltip */
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent #f1f1f1;
        }

    .tooltip4:hover .tooltiptext {
        visibility: visible;
    }
@media only screen and (min-width: 1300px) {
    .set-t {
        padding-top: 30px;
    }
}
@media screen and (min-device-width: 1800px) and (max-device-width: 2400px) {
    .set-t {
        padding-top: 35px;
    }
}

/*tooltip dashboard*/
    /*! END @iO */

    /*# sourceMappingURL=empitelite4.css.map */

/*UploadUsage DocumentBatchStatus Styles*/
.documentbatchstatus-green {
    background-color: #77BF8B;
}

.documentbatchstatus-orange {
    background-color: #EAA34F;
}
