.filter-button {
  border-radius: 999px;
  border: none;
  color: #526484;
  background-color: #fff;
  font-size: 0.813rem;
  line-height: 1.25rem;
  padding: 0.375rem 1rem;
  transition: 0.3s ease;
  box-shadow: 0 0 25px -12px rgba(31, 43, 58, 0.15);
}

.filter-button.active {
  background: #733AEA;
  border-color: #733AEA;
  color: #fff;
}

.filter-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nk-wg7 {
  display: flex;
  flex-wrap: wrap;
}

.nk-wg7>* {
  flex-grow: 1;
  width: 100%;
}

.nk-wg7-stats {
  line-height: 1.3;
}

.nk-wg7-stats-group {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
}

.nk-wg7-stats .number {
  font-size: 1rem;
  font-weight: 700;
}

.nk-wg7-stats .number-lg {
  font-size: 2.25rem;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.nk-wg7-stats .number-lg:first-child {
  margin-top: -0.125rem;
}

.nk-wg7-title,
.nk-wg7-note {
  font-size: 13px;
  font-weight: 500;
  color: #526484;
}

.is-dark .nk-wg7-title,
.is-dark .nk-wg7-note {
  color: #6baafe;
}

.number+.nk-wg7-title,
.number+.nk-wg7-note {
  margin-top: 0.625rem;
}

.nk-wg7-title+.number,
.nk-wg7-note+.number {
  margin-top: 0.4375rem;
}

.number-lg+.nk-wg7-title,
.number-lg+.nk-wg7-note {
  margin-top: 0.25rem;
}

.nk-wg7-title+.number-lg,
.nk-wg7-note+.number-lg {
  margin-top: 0.25rem;
}

.nk-wg7-foot {
  width: 100%;
  margin-top: 0.75rem;
}

.nk-wg7-note {
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 992px) {
  .nk-wg7>* {
    width: 100%;
  }

  .nk-wg7-foot {
    margin-top: 0.75rem;
  }
}

.nk-wgw {
  position: relative;
}

.nk-wgw-inner {
  padding: 1.25rem;
  display: block;
}

.sm.nk-wgw .nk-wgw-inner {
  padding: 1.25rem;
}

.nk-wgw-name {
  display: flex;
  align-items: center;
}

.nk-wgw-icon {
  position: relative;
  height: 32px;
  width: 32px;
  font-size: 20px;
  border-radius: 50%;
  background: #8094ae;
  color: #fff;
  margin-right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.is-dark .nk-wgw-icon {
  background: #6baafe;
}

.nk-wgw-icon.is-default:after {
  position: absolute;
  bottom: -8px;
  right: -8px;
  font-family: "Nioicon";
  content: "\ebcc";
  height: 20px;
  width: 20px;
  font-size: 13px;
  border-radius: 50%;
  background: #fff;
  color: #ffa353;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.is-dark .nk-wgw-icon.is-default:after {
  background: #0b3175;
}

.nk-wgw-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
  color: #526484;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is-dark .nk-wgw-title {
  color: #fff;
}

.nk-wgw-more {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}

.is-dark .nk-wgw-more .btn-trigger {
  color: #a9cdff;
}

.is-dark .nk-wgw-more .btn-trigger:before {
  background-color: #071d46;
}

.nk-wgw-balance {
  line-height: 1.3;
  padding-top: 1.25rem;
}

.nk-wgw-balance .amount {
  font-size: 1.5rem;
  font-weight: 500;
  color: #364a63;
}

.is-dark .nk-wgw-balance .amount {
  color: #fff;
}

.nk-wgw-balance .amount span {
  font-weight: 400;
  opacity: 0.6;
}

.nk-wgw-balance .amount-sm {
  font-size: 13px;
  color: #526484;
  font-weight: 700;
  padding-top: 0.125rem;
}

.is-dark .nk-wgw-balance .amount-sm {
  color: #6baafe;
}

.nk-wgw-balance .amount-sm span {
  font-weight: 400;
}

.nk-wgw-balance .currency {
  padding-left: 0.25rem;
}

.nk-wgw-actions {
  padding: 0.75rem 1.25rem;
  border-top: 1px solid #e5e9f2;
}

.is-dark .nk-wgw-actions {
  border-color: rgba(9, 113, 254, 0.4);
}

.nk-wgw-actions ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.nk-wgw-actions ul li:not(:last-child) {
  padding-right: 1.5rem;
}

.nk-wgw-actions a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 0.5rem 0;
  color: #526484;
}

.nk-wgw-actions a .icon {
  font-size: 1.25em;
  margin-right: 0.5rem;
  color: #8094ae;
  margin-top: -1px;
}

.nk-wgw-actions a .icon,
.nk-wgw-actions a span {
  transition: color 0.3s;
}

.is-dark .nk-wgw-actions a {
  color: #a9cdff;
}

.is-dark .nk-wgw-actions a .icon {
  color: #6baafe;
}

.is-dark .nk-wgw-actions a:hover span,
.is-dark .nk-wgw-actions a:hover .icon {
  color: #fff;
}

.nk-wgw-actions a:hover span,
.nk-wgw-actions a:hover .icon {
  color: #0971fe;
}

.nk-wgw-add {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.nk-wgw-add a {
  display: block;
}

.nk-wgw-add a .add-icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-size: 24px;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
}

.nk-wgw-add a .add-icon:before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #ebeef2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}

.is-dark .nk-wgw-add a .add-icon:before {
  background-color: #071d46;
}

.is-dark .nk-wgw-add a .add-icon .icon {
  color: #fff;
}

.nk-wgw-add a:hover .add-icon:before {
  opacity: 1;
  height: 120%;
  width: 120%;
}

.nk-wgw-add a .title {
  color: #0971fe;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.is-dark .nk-wgw-add a .title {
  color: #fff;
}

.nk-wgw-add .sub-text {
  padding: 0 1.5rem;
}

@media (min-width: 576px) {
  .nk-wgw {
    position: relative;
  }

  .nk-wgw-inner {
    padding: 1.5rem;
  }

  .sm.nk-wgw .nk-wgw-inner {
    padding: 1rem 1.25rem;
  }

  .nk-wgw-actions {
    padding-left: 1.5em;
    padding-right: 1.5rem;
  }

  .nk-wgw-actions a {
    font-size: 13px;
  }
}

.nk-wgw.sm .nk-wgw-icon {
  height: 24px;
  width: 24px;
  font-size: 14px;
  margin-right: 0.5rem;
}

.nk-wgw.sm .nk-wgw-icon.is-default:after {
  bottom: -8px;
  right: -8px;
  height: 20px;
  width: 20px;
  font-size: 13px;
}

.nk-wgw.sm .nk-wgw-title {
  font-weight: 700;
  font-size: 13px;
}

.nk-wgw.sm .nk-wgw-balance {
  padding-top: 0.75rem;
}

.nk-wgw.sm .nk-wgw-balance .amount {
  font-size: 14px;
}

.nk-wgwh {
  display: flex;
  align-items: center;
}

.nk-block-head-sub+.nk-wgwh {
  padding-top: 0.5rem;
}

.nk-wgwh>.icon {
  margin-right: 1rem;
}

.nk-wgwh-title {
  font-size: 1.5rem;
  color: #364a63;
  font-weight: 700;
}

.nk-wgwh-title .title {
  margin-bottom: 0;
  font-size: inherit;
}

.nk-wgwh-title small,
.nk-wgwh-title .small {
  font-size: 70%;
  color: #8094ae;
}

.nk-wgwh-title small a,
.nk-wgwh-title .small a {
  color: inherit;
}

.text-bold {
  font-weight: bold;
}

.card-full .nk-wg1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nk-wg1-block {
  display: flex;
  padding: 1.25rem;
  align-items: flex-start;
  flex-direction: column;
}

.nk-wg1-img {
  width: 84px;
  margin-right: 0;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  text-align: center;
  padding: 0.125rem;
}

.nk-wg1-text {
  color: #8094ae;
}

.nk-wg1-action {
  margin-top: auto;
  border-top: 1px solid #e5e9f2;
}

.nk-wg1-action .link {
  position: relative;
  display: block;
  line-height: 1.3;
  padding: 1.25rem;
  padding-right: 2.5rem;
  white-space: inherit;
}

.nk-wg1-action .link:hover {
  background-color: #f5f6fa;
}

.nk-wg1-action .link .icon {
  position: absolute;
  right: 1.25rem;
  margin-right: -0.25rem;
  margin-top: -1px;
}

.nk-wg1-action .link-inline {
  display: inline-block;
  padding-right: 0.25rem;
}

.nk-wg1-action .link-inline .icon {
  position: static;
  padding-left: 0.25rem;
  margin-right: 0;
}

@media (min-width: 576px) {
  .nk-wg1-block {
    padding: 1.5rem;
  }

  .nk-wg1-action .link {
    padding: 1.5rem;
    padding-right: 2.75rem;
  }

  .nk-wg1-action .link-inline {
    padding-right: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .nk-wg1-img {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }

  .nk-wg1-block {
    flex-direction: row;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.break-space {
  white-space: break-spaces;
}

.nk-kyc-app-icon {
  margin-bottom: 2rem;
}

.nk-kyc-app-icon .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-radius: 50%;
  color: #8094ae;
  border: 2px solid #dbdfea;
}

.nk-kyc-app-text:not(:last-child) {
  margin-bottom: 2rem;
}

.bg-instagram {
  background-color: #8D3BD0 !important;
}

.text-instagram {
  color: #8D3BD0 !important;
}

.bg-tiktok {
  background-color: rgb(0, 242, 234) !important;
}

.text-tiktok {
  color: rgb(0, 242, 234) !important;
}

.bg-twitter {
  background-color: rgb(29, 161, 242) !important;
}

.text-twitter {
  color: rgb(29, 161, 242) !important;
}

.bg-youtube {
  background-color: #FF0000 !important;
}

.text-youtube {
  color: #FF0000 !important;
}

.bg-linkedin {
  background-color: #33CCFF !important;
}

.text-linkedin {
  color: #33CCFF !important;
}

.bg-google {
  background-color: #de5246 !important;
}

.text-google {
  color: #de5246 !important;
}

.text-media {
  color: #526484 !important;
}