@charset "UTF-8";
/** Varaibles **/
/** General **/
/*
@media only screen and (min-width: 1680px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1680px) {
  html {
    font-size: 16px;
  }
}
*/
html {
  font-size: 15px;
}

/*
@media only screen and (min-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 15px;
  }
}
  */
.navbar {
  width: 100vw;
}

body {
  background-color: #f7f9f6;
  font-family: "Inter";
  scrollbar-gutter: stable;
}

.table thead th {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
}

.table.table-bordered thead th {
  padding-top: 0.4rem;
}

.fw {
  display: block;
  width: 100%;
}

.inline-form {
  display: inline-block;
}

.nwb {
  white-space: nowrap;
}

.awb {
  word-break: break-all;
}

h1,
h2,
h3,
h4 {
  font-family: "Encode Sans";
  font-weight: 700;
}

h5 {
  font-family: "Encode Sans";
  font-weight: 500;
}

h1 {
  margin-bottom: 30px;
}
h1 a {
  margin-top: -5px;
}

h1 {
  line-height: 100%;
  font-size: 2rem;
}

h2 {
  display: flex;
  align-items: flex-end;
  line-height: 100%;
  font-size: 1.5rem;
}

h2 > i.fas,
h2 > i.far {
  /*font-size: 90%;*/
  font-size: 110%;
  /*opacity: 0.5;*/
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
  }
  h2 {
    font-size: 1.3125rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
}
/*
h2 span {
  z-index: 1;
  margin-left: -2rem;
  text-shadow: 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb,
    0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb,
    0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb,
    0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb,
    0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb,
    0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb,
    0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb, 0 0 4px #fbfbfb;
}
*/
/** Client bar **/
.navbar-kad {
  flex-direction: column;
  align-items: stretch;
}

.navbar-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
}

.usk-client-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.375rem 1.875rem 0.375rem 1.5rem;
  background-color: #e1e9dd;
  font-size: 0.75rem;
  color: #1a1d16;
  gap: 0.4rem;
}
.usk-client-bar a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .usk-client-bar {
    padding-right: 1.25rem;
  }
}
body[data-kap-multiple-clients] .navbar.navbar-kad {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  body[data-kap-multiple-clients] div#main-container {
    margin-top: 140px;
  }
}
@media screen and (max-width: 992px) {
  body[data-kap-multiple-clients] div#main-container {
    margin-top: 130px;
  }
}
/** Main components **/
div#main-container {
  margin: 120px auto 120px;
  max-width: 1440px;
  max-width: 1280px;
}

.top-margin {
  margin-top: 40px;
}

.top-margin-xl {
  margin-top: 100px !important;
}

.top-margin-md {
  margin-top: 25px;
}

.top-margin-sm {
  margin-top: 15px;
}

.bot-margin {
  margin-bottom: 40px;
}

.bot-margin-sm {
  margin-bottom: 15px;
}

.left-margin-sm {
  margin-left: 10px;
}

.top-border {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dee2e6;
}

.bot-border {
  padding-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
}

.no-top-border {
  border-top: none !important;
  padding-top: 0px !important;
}

/** Navbar **/
/*
.navbar {
  padding: 15px 0px; }
  */
.navbar-toggler {
  color: #333;
  border: none;
  padding: 4px 0;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 16px;
}
.navbar-toggler .navbar-toggler-icon .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.navbar-toggler[aria-expanded=true] .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.navbar-toggler[aria-expanded=true] .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

ul.nav.navbar-nav li.nav-item {
  margin-right: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

ul.nav.navbar-nav li.nav-item:last-of-type {
  margin-right: 0px;
}

li.nav-item span.badge {
  margin-left: 2px;
}

li.nav-item.current-nav-item span.badge,
li.nav-item .nav-link:hover span.badge {
  background-color: #83b94a;
}

ul.nav.navbar-nav li.nav-item.dropdown {
  display: flex;
  flex-direction: row;
  align-items: center !important;
}

li.nav-item.dropdown .form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
  font-size: 0.875rem;
}

li.nav-item.dropdown p {
  margin-bottom: 0rem;
  margin-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
  /* font-weight: bold; */
  color: #ced4da;
  color: #a7b1bb;
}

.navbar.navbar-kad {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px 0 rgba(150, 64, 237, 0.18);
  box-shadow: 0 0 10px 0 rgba(154, 161, 171, 0.3);
  box-shadow: 0 0 8px 0 rgba(190, 196, 184, 0.3);
  padding: 0;
}

.navbar-brand {
  width: 220px;
  padding: 0.25rem 0;
  margin: 0;
}

.navbar-kad .navbar-nav .nav-link {
  color: #1a1d16;
}

.nav-link {
  font-family: "Encode Sans";
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-kad .navbar-nav .nav-link:hover,
.navbar-kad .navbar-nav .nav-item.current-nav-item .nav-link {
  color: #83b94a;
  text-decoration: none;
}

.navbar-kad.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.25rem;
}

span.danger-color {
  font-size: 125%;
  color: #dc3545;
  margin-right: 5px;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (min-width: 992px) {
  ul.nav.navbar-nav li.nav-item.nav-border {
    padding-left: 20px;
    /*border-left: 1px solid rgba(129, 186, 66, 0.36);*/
    border-left: 1px solid rgba(150, 64, 237, 0.36);
  }
  .last-nav-item {
    margin-right: 24px !important;
  }
}
@media screen and (max-width: 992px) {
  .navbar-brand {
    width: 60%;
    max-width: 200px;
  }
  .nav-item {
    margin: 0;
  }
  .nav-item.nav-section-header {
    margin-top: 1rem;
  }
  .nav-item.nav-section-header .nav-link {
    color: #5b872c;
  }
  .nav-item .nav-link {
    font-size: 14px;
    padding: 0.1875rem !important;
  }
  .nav-item.nav-item-indented .nav-link {
    font-size: 14px;
  }
  .logout-btn {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .nav-item.nav-section-header {
    margin-top: 0.75rem;
  }
  .nav-item .nav-link {
    font-size: 14px;
    padding: 0.125rem !important;
  }
  .nav-item.nav-item-indented .nav-link {
    font-size: 12px;
  }
  .nav-item.nav-item.mt-5 {
    margin-top: 1.5rem !important;
  }
  .logout-btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
  }
}
/** Single header **/
#single-view-header {
  position: sticky;
  top: 92px;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 30px 0px rgba(154, 161, 171, 0.3);
  z-index: 1030;
  transition: all 0.2s linear;
}

#single-view-header h3 {
  transition: all 0.2s linear;
}

#single-view-header.sticky-active {
  padding: 0.5rem 0.75rem;
}

#single-view-header.sticky-active h3 {
  font-size: 1.5rem;
}

.sentinel {
  height: 1px;
}

/** Table **/
.thead-kad {
  background-color: #81ba42;
  color: #ffffff;
}

.thead-danger {
  background-color: #dc3545;
  color: #ffffff;
}

.thead-warning {
  background-color: #eebe2f;
  color: #ffffff;
}

.thead-success {
  background-color: #28a745;
  color: #ffffff;
}

.thead-kad th .fas {
  color: rgba(0, 0, 0, 0.25) !important;
  margin-right: 0.5rem;
  font-size: 120%;
}

.func-table td {
  border-top: none !important;
}

.func-table th,
.func-table td {
  width: 50%;
}

.table-sm td,
.table-sm th {
  padding: 0.4rem 1.125rem;
}

.table-sm tr td:first-of-type {
  padding-left: 1.125rem;
}

.table-sm td,
.table-sm th {
  padding: 0.2rem 0.75rem;
}

.table-sm th {
  font-size: 0.8125rem;
}

.table-sm tr td:first-of-type {
  padding-left: 0.75rem;
}

.table-sm tr.extra-spacing > td {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
  background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.025);
  background-color: rgba(255, 255, 255, 0.3);
}

.table-hover thead th {
  /*color: $primary-color;*/
  padding-top: 0;
}

.table-hover tbody tr:hover {
  color: #1a1d16;
  background-color: rgba(0, 0, 0, 0.03);
}

tr td:first-of-type {
  padding-left: 1rem;
}

tr.completed td:first-of-type,
tr.timedout td:first-of-type {
  position: relative;
  vertical-align: middle;
}

tr.completed td:first-of-type:before,
tr.timedout td:first-of-type:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 6px;
  border-radius: 3px;
  background-color: #2ecc71;
}

tr.timedout td:first-of-type:before {
  background-color: #e74c3c;
}

/*
tr.timedout td {
  border-top-color: rgba(231, 77, 60, 0.2) !important;
}
*/
tr.denied {
  opacity: 0.5;
}

tr.empty_transactions,
tr.empty_transactions a,
tr.empty_transaction .text-muted {
  color: #e74c3c;
}

tr.detailed-status {
  opacity: 0.6;
}

tr.detailed-status td:first-of-type {
  padding-left: 2rem;
}

.company-logo {
  width: 24px;
}
.company-logo.sm {
  width: 20px;
}

.partner-logo {
  width: 20px;
  margin-left: 6px;
  /*
  width: 24px;
  margin-left: 8px;
  */
}

.kap-flex-container {
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.page-single .partner-logo {
  width: 20px;
  margin-left: 0;
}

/*
.isi,
.customer-email {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.isi {
  width: 120px;
  display: block;
  word-break: keep-all;
}

.customer-info {
  width: 180px;
}
.customer-email {
  display: inline;
  width: 160px;
}
  */
.customer-info:hover {
  color: #83b94a;
}

.copy-isi-btn.btn-light,
.deny-kl-btn.btn-outline-danger,
.confirm-deny-kl-btn.btn-danger {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.75px;
}

.deny-kl-btn.btn-outline-danger,
.confirm-deny-kl-btn.btn-danger {
  font-weight: 700;
}

.copy-isi-btn {
  transition: all 0.2s linear;
}

.data-copied {
  color: #83b94a;
  background-color: transparent;
  border-color: transparent;
  animation: data-copied-pop 0.2s linear 1;
}

@keyframes data-copied-pop {
  50% {
    transform: scale(1.1);
  }
}
.confirm-deny-kl-btn {
  transition: all 0.2s linear;
}

.confirm-deny-kl-btn.isi-copied {
  color: #dc3545;
  background-color: transparent;
  border-color: transparent;
  animation: isi-copied-pop 0.4s linear 1;
}

@keyframes isi-copied-pop {
  50% {
    transform: scale(1.4);
  }
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f9e1e2;
}

div.inner-table {
  background-color: rgba(129, 186, 66, 0.15);
}

.inner-table .table td,
.inner-table .table th {
  border-top: 1px solid rgba(129, 186, 66, 0.5);
}

td {
  font-size: 0.875rem;
}

td.break-word {
  word-break: break-all;
}

th a {
  color: #1a1d16;
}

th a:hover {
  color: #83b94a;
  text-decoration: none;
}

td a {
  color: #1a1d16;
}

td a:hover {
  color: #83b94a;
  text-decoration: none;
}

td.actions a.btn,
td.actions button {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.top-border {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dee2e6;
}

.bottom-border {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
}

.button-list form {
  display: inline;
}

.button-list a,
.button-list button {
  margin-left: 10px;
}

.button-list *:first-child a,
.button-list > a:first-child,
.button-list *:first-child button,
.button-list > button:first-child {
  margin-left: 0px;
}

.mark-as-payed-wrapper .confirm,
.resend-payout-emails-wrapper .confirm {
  display: none;
  text-align: center;
}

.mark-as-payed-wrapper .confirm small span {
  color: #81ba42;
  font-weight: bold;
}

input.table-input {
  width: 100%;
  margin-bottom: 6px;
  text-align: center;
}

/** STATS **/
div.stats {
  margin-top: 1rem;
}

div.stats.big {
  margin-top: 2rem;
}

div.stats .value {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #4a4a4a;
}

div.stats .value .unit {
  /*margin-left: 0.375rem;*/
  font-size: 60%;
}

div.stats.big .value {
  font-size: 3.5rem;
}

div.stats.big .value .unit {
  margin-left: 0.375rem;
  font-size: 60%;
}

div.stats .label {
  color: #81ba42;
  font-weight: 500;
  text-transform: uppercase;
}

div.status-6 div.stats .label,
div.status-7 div.stats .label,
div.status-8 div.stats .label {
  color: #4a4a4a;
}

div.status-6,
div.status-7,
div.status-8 {
  border-radius: 12px;
}

div.status-6 {
  background-color: #ffc107;
  background-color: rgba(255, 193, 7, 0.2);
}

div.status-7,
div.status-8 {
  background-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.2);
}

.usk-card-section {
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 rgba(190, 196, 184, 0.25);
}
.usk-card-section.rounder {
  border-radius: 12px;
}
.usk-card-section.warning-section {
  background-color: #dc3545;
  color: #ffffff;
}
.usk-card-section.warning-section a {
  text-decoration: none;
  color: #ffffff;
}
.usk-card-section.warning-section a.btn-danger {
  background-color: hsl(354, 70%, 44%);
  border-color: hsl(354, 70%, 44%);
}
.usk-card-section.warning-section a.btn-danger:hover {
  background-color: hsl(354, 70%, 46%);
  border-color: hsl(354, 70%, 46%);
}
.usk-card-section.warning-section a small {
  font-weight: normal;
}

.usk-card-section.sm {
  padding: 0.75rem 1.25rem;
  height: 100%;
}

.kap-input-group .input-group-text {
  color: #495057;
  background-color: #f3f3f3;
  border: 1px solid #dee2e6;
}

.kap-input-group.input-group-warning .input-group-text {
  color: #ffffff;
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
}

.kap-input-group .form-control {
  border-color: #dee2e6;
}

.kap-input-group.input-group-warning .form-control {
  color: #e74c3c;
}

.kap-input-group .form-control:disabled,
.kap-input-group .form-control[readonly] {
  background-color: #ffffff;
  pointer-events: none;
}

.kap-input-group .form-control[type=file] {
  height: calc(1.5em + 0.75rem + 8px);
}

.kap-btn .btn-loading {
  display: none;
}

.is-loading.kap-btn .btn-loading {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}

.is-loading.kap-btn .btn-title {
  display: none;
}

.uploaded-files-list {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 0;
  column-gap: 4px;
  align-items: center;
}

.uploaded-files-list:has(+ div) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.uploaded-file-item {
  display: contents; /* Ensure the grid applies to child elements */
}

.upload-completion-files-section {
  /*border-bottom: 1px solid $border-color;*/
}

/** Fontawesome **/
.table-responsive .fas,
.table-responsive .far {
  margin-top: 3px;
  font-size: 1.125rem;
}

.table-responsive .fas.status-icon,
.table-responsive .far.status-icon {
  margin-left: 0.75rem;
}

.table-responsive .fas.fa-close.icon-danger {
  font-size: 1.25rem;
}

.fas.usk-icon-l,
.far.usk-icon-l {
  transform: scale(1.15);
}
.fas.usk-icon-xl,
.far.usk-icon-xl {
  transform: scale(1.3);
}

.fas.icon-primary,
.far.icon-primary {
  /*color: $primary-color;*/
  background: linear-gradient(251.37deg, #b43adf 15.6%, #800ff0 97.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-success {
  color: #3bc776 !important;
}

.text-danger {
  color: #e74c3c !important;
}

.fas.icon-success,
.far.icon-success {
  color: #3bc776;
}

.fas.icon-danger,
.far.icon-danger {
  color: #e74c3c;
}

.fas.icon-warning,
.far.icon-warning {
  color: #ffc107;
}

.fas.icon-muted,
.far.icon-muted {
  color: #000;
  opacity: 0.4;
}

/*** Badges ***/
.env-badge.badge-pill {
  padding: 0.375rem;
  font-size: 60%;
  text-transform: uppercase;
  background-color: #8000ff;
}

.env-badge.env-badge-light {
  background-color: #b43adf;
}

/*** Alerts ***/
.alert {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.38125rem */
}

.alert-primary {
  color: #584768;
  background-color: rgba(150, 64, 236, 0.06);
  border-color: #83b94a;
}

.alert-success {
  color: #5b872c;
  background-color: #ebf2e4;
  border-color: #5b872c;
}

.alert-secondary {
  color: inherit;
  border-color: #e2e3e5;
}

.alert-dismissible {
  padding-right: 3rem;
}

#current-filters.alert-secondary {
  background-color: #eaebeb;
  border: 0;
}

.alert-sm {
  padding: 0.375rem 0.625rem;
  border-radius: 0.125rem;
  font-size: 0.875rem;
}

.alert a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

.alert a:hover {
  text-decoration: underline;
}

/*** Btns ***/
.btn {
  font-weight: 500;
}

.btn-xsm {
  font-size: 0.8125rem;
  font-weight: 500;
}

/* Primary */
.btn-primary {
  color: #fff;
  background-color: #83b94a;
  /*background-color: #8000ff;*/
  /*background: linear-gradient(251.37deg, rgb(180, 58, 223) 15.6%, rgb(128, 0, 255) 97.79%);*/
  border-color: #83b94a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #83b94a;
  /*background-color: #8000ff;*/
  /*background: rgb(128, 0, 255);*/
  border-color: #83b94a;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #83b94a;
  border-color: #83b94a;
  box-shadow: 0 0 0 0.2rem rgba(83, 167, 224, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #83b94a;
  border-color: #83b94a;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #83b94a;
  border-color: #83b94a;
}

.btn-primary-faded {
  color: #5b872c;
  background-color: #e1ebd6;
  border-color: #e1ebd6;
}
.btn-primary-faded:hover {
  color: #5b872c;
  background-color: rgb(209.9508196721, 224.9672131148, 193.4327868852);
  border-color: rgb(209.9508196721, 224.9672131148, 193.4327868852);
}
.btn-primary-faded:focus, .btn-primary-faded.focus {
  color: #5b872c;
  background-color: rgb(209.9508196721, 224.9672131148, 193.4327868852);
  border-color: rgb(209.9508196721, 224.9672131148, 193.4327868852);
  box-shadow: 0 0 0 0.2rem rgba(225, 235, 214, 0.5);
}
.btn-primary-faded:not(:disabled):not(.disabled):active, .btn-primary-faded:not(:disabled):not(.disabled).active {
  color: #5b872c;
  background-color: rgb(199.9180327869, 218.2786885246, 179.7213114754);
  border-color: rgb(199.9180327869, 218.2786885246, 179.7213114754);
}
.btn-primary-faded.disabled, .btn-primary-faded:disabled {
  color: #5b872c;
  background-color: #e1ebd6;
  border-color: #e1ebd6;
  opacity: 0.65;
}

/*
.btn-responsive {
  @media (max-width: 575px) {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
*/
.navbar-kad .show > .dropdown-toggle {
  color: #83b94a;
  background-color: transparent;
  border-color: transparent;
}

.navbar-kad .dropdown-item:focus,
.navbar-kad .dropdown-item:hover {
  color: #83b94a;
  text-decoration: none;
  background-color: #fff;
}

.navbar-kad .dropdown-item.active,
.navbar-kad .dropdown-item:active {
  color: #83b94a;
  background-color: #fff;
}

/* Outline-Primary */
[class*=btn-outline-] {
  border-width: 2px;
}

.btn-outline-primary {
  margin-top: 2px;
  color: #83b94a;
  background-color: #ffffff;
  border-color: #83b94a;
  border-radius: 5px;
}

.btn-outline-primary.faded {
  border-color: #d4e9f7;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #83b94a;
  border-color: #83b94a;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #fff;
  background-color: #83b94a;
  border-color: #83b94a;
  box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  opacity: 0.4;
  color: #83b94a;
  pointer-events: none;
  /*
  color: #fff;
  background-color: $primary-color;
  border-color: $primary-color;
  */
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #83b94a;
  border-color: #83b94a;
}

.btn {
  box-shadow: none !important;
}

/** Modal **/
.modal-fw {
  max-width: none;
  margin-left: 0.75rem;
}

.modal-backdrop.show {
  opacity: 0.55;
}

.modal-backdrop {
  background-color: #1a1d16;
}

.modal-dialog.modal-md {
  max-width: 600px;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.modal-body {
  word-wrap: break-word;
}

.modal-footer {
  gap: 0.5rem;
}

/** 404 **/
.error-404 {
  text-align: center;
  margin-top: 4rem;
}

.error-404 h2 {
  display: block;
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: 15px;
}

.error-404 h2 span {
  font-size: 5.5rem;
}

.error-404 p {
  font-size: 125%;
}

/** Tools ***/
#debt-restructuring-claim-results-wrapper {
  display: none;
}
#debt-restructuring-claim-results-wrapper pre {
  padding: 0;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  background: #292c33;
}
#debt-restructuring-claim-results-wrapper pre code {
  display: block;
  background: #292c33;
  text-shadow: none;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  scrollbar-color: #4f5563 #292c33;
  max-width: 100%;
  min-width: 100px;
  padding: 1rem;
}

.page-debt-calculation #main-container,
.page-debt-calculation-kfm #main-container {
  max-width: none !important;
}

.page-client-updates .client-update-row a {
  color: inherit;
}
.page-client-updates .processing .process-client-update-btn {
  display: none !important;
}
.page-client-updates .not-handled a {
  font-size: 1rem;
}
.page-client-updates .not-handled > small.handled-by {
  display: none;
}
.page-client-updates .handled {
  padding: 0.5rem 1.25rem;
  background-color: #e2e3e5;
  box-shadow: none;
}
.page-client-updates .handled .processing-icon,
.page-client-updates .handled .processing-by,
.page-client-updates .handled .process-client-update-btn,
.page-client-updates .handled .handle-client-update-btn {
  display: none !important;
}
.page-client-updates .usk-card-section.sm {
  height: unset;
}

.page-nordiska-client-repayments .nordiska-account-number-preview {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90px;
}

.page-enforcement-application {
  /* Base wrapper — needed for positioning */
  /* Arrow pseudo-element */
  /* No change → minus */
  /* Increased → arrow up */
  /* Decreased → arrow down */
}
.page-enforcement-application .input-group.kap-delta-indication {
  position: relative;
}
.page-enforcement-application .input-group.kap-delta-indication::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  content: ""; /* default: empty */
}
.page-enforcement-application .input-group.kap-delta-indication.value-unchanged::after {
  content: "\f068"; /* fa-minus */
  color: #1a1d16;
}
.page-enforcement-application .input-group.kap-delta-indication.value-increased::after {
  content: "\f062"; /* fa-arrow-up */
  color: #e74c3c;
}
.page-enforcement-application .input-group.kap-delta-indication.value-decreased::after {
  content: "\f063"; /* fa-arrow-down */
  color: #3bc776;
}

/** Bootstrap spacing extensions — size 05 (0.125rem = half of spacer-1) **/
.m-05 {
  margin: 0.125rem !important;
}

.mt-05 {
  margin-top: 0.125rem !important;
}

.mb-05 {
  margin-bottom: 0.125rem !important;
}

.ml-05 {
  margin-left: 0.125rem !important;
}

.mr-05 {
  margin-right: 0.125rem !important;
}

.mx-05 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.my-05 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.p-05 {
  padding: 0.125rem !important;
}

.pt-05 {
  padding-top: 0.125rem !important;
}

.pb-05 {
  padding-bottom: 0.125rem !important;
}

.pl-05 {
  padding-left: 0.125rem !important;
}

.pr-05 {
  padding-right: 0.125rem !important;
}

.px-05 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.py-05 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.m-45 {
  margin: 2.25rem !important;
}

.mt-45 {
  margin-top: 2.25rem !important;
}

.mb-45 {
  margin-bottom: 2.25rem !important;
}

.ml-45 {
  margin-left: 2.25rem !important;
}

.mr-45 {
  margin-right: 2.25rem !important;
}

.mx-45 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.my-45 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.p-45 {
  padding: 2.25rem !important;
}

.pt-45 {
  padding-top: 2.25rem !important;
}

.pb-45 {
  padding-bottom: 2.25rem !important;
}

.pl-45 {
  padding-left: 2.25rem !important;
}

.pr-45 {
  padding-right: 2.25rem !important;
}

.px-45 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-45 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

/** Bootstrap core overrides **/
/*
.col-5 {
  flex: 0 0 47%;
  max-width: 47%;
}
*/
.tooltip.show {
  opacity: 1 !important;
}

.page-is-tool a.text-primary,
.page-is-tool a.text-primary:visited,
.page-is-tool a.text-primary:focus {
  color: #83b94a !important;
}

.page-is-tool a.text-dark,
.page-is-tool a.text-dark:visited,
.page-is-tool a.text-dark:focus {
  color: inherit !important;
}

.page-is-tool a.text-dark:hover,
.page-is-tool a.text-dark:hover .text-muted,
.page-is-tool a.text-primary:hover {
  color: #a358ee !important;
  text-decoration: none;
}

.text-muted {
  color: #8c9583 !important;
  font-weight: inherit;
}
.text-muted.text-muted-light {
  color: #bec4b8 !important;
}
.text-muted a {
  color: inherit;
  text-decoration: underline;
}

h1 > small,
h1 > .small,
h2 > small,
h2 > .small,
h2 > span > small,
h2 > span > .small,
h3 > small,
h3 > .small,
h4 > small,
h4 > .small,
h5 > small,
h5 > .small {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 100%;
}

h3 > .xsmall {
  font-size: 0.5em;
}

.account-display-name {
  /*
  font-weight: 600;
  font-size: 1rem;
  */
  line-height: 100%;
}

.account-class-badge {
  /*font-size: 0.65em;*/
  font-size: 0.875rem;
  color: #83b94a;
  line-height: 100%;
}

.account-number {
  /*
  font-family: "Encode Sans";
  font-size: 1.125rem;
  */
  /*
  color: $primary-darker-gray !important;
  font-weight: 500;
  */
}

.account-row--clickable {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.account-row--clickable .account-display-name {
  transition: color 0.15s ease;
}
.account-row--clickable:hover {
  color: inherit;
  text-decoration: none;
}
.account-row--clickable:hover .account-display-name {
  color: #83b94a;
}

.nav-section-header .nav-link {
  color: #8c9583;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: default;
  padding-bottom: 0.25rem;
}

.nav-item-indented .nav-link {
  padding-left: 1.5rem;
}

.account-row-wrapper .account-row {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid #f5f6f4;
}
.account-row-wrapper .account-row > [class*=col-]:first-child {
  padding-left: 0;
}
.account-row-wrapper .account-row > [class*=col-]:last-child {
  padding-right: 0;
}
.account-row-wrapper .account-row:first-child {
  padding-top: 0 !important;
}
.account-row-wrapper .account-row:last-child {
  padding-bottom: 0 !important;
  border-bottom: none;
}

.usk-stat-group {
  display: flex;
  column-gap: 2.5rem;
  row-gap: 0.5rem;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .usk-stat-group {
    flex-wrap: wrap;
  }
}
.usk-stat-group--investment {
  display: grid;
  grid-template-columns: 7rem 4.5rem 8rem 13rem;
  column-gap: 2rem;
}
@media (max-width: 575px) {
  .usk-stat-group--investment {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .usk-stat {
    text-align: left;
  }
}
.usk-stat .label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.125rem;
}
.usk-stat .value {
  font-size: 1.0625rem;
}

.usk-news-item p {
  margin-bottom: 0.625rem;
}
.usk-news-item p:last-child {
  margin-bottom: 0;
}

.usk-stat-card {
  background-color: #83b94a;
  background: linear-gradient(86deg, #83b94a 0%, #a0d36c 100%);
  border-radius: 0.25rem;
  padding: 1.25rem 1.25rem;
  color: #fff;
}
.usk-stat-card .label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.usk-stat-card .value {
  font-size: 1.25rem;
  font-weight: 400;
}
.usk-stat-card .value .small {
  font-size: 0.75em;
}
.usk-stat-card .value .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.usk-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 2px solid #f5f6f4;
}
.usk-info-row:first-child {
  padding-top: 0;
}
.usk-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.usk-info-row .label {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.usk-info-row .value {
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .usk-info-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

input[type=date].form-control {
  text-align: left;
}
input[type=date].form-control::-webkit-date-and-time-value {
  text-align: left;
}

.form-control {
  font-size: 16px;
  height: auto;
  padding: 0.5rem 0.75rem;
  margin-top: 0.25rem;
  border: 2px solid #e0e5dc;
  border-radius: 4px;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}
.form-control:focus {
  border-color: #a0d36c;
  box-shadow: none !important;
}
.form-control.invalid {
  border-color: #e74c3c;
}

@media (max-width: 767.98px) {
  .form-group {
    margin-top: 0.5rem;
  }
}
.usk-client-select {
  font-size: 1rem;
  height: auto;
  padding: 0.5rem 0.75rem;
  margin-top: 0.25rem;
  border: 2px solid #e0e5dc;
  border-radius: 4px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231a1d16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.usk-client-select:focus {
  border-color: #a0d36c;
  box-shadow: none;
}

.usk-action-link {
  font-size: 0.85rem;
  color: #83b94a;
  text-decoration: none;
}
.usk-action-link:hover {
  text-decoration: underline;
}

.usk-transactions-table th {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8c9583;
}
.usk-transactions-table td {
  vertical-align: middle;
  font-size: 0.95rem;
}
.usk-transactions-table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .usk-transactions-table thead {
    display: none;
  }
  .usk-transactions-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    border-top: 1px solid #dee2e6;
    padding: 0.5rem 0;
  }
  .usk-transactions-table tbody tr:first-child {
    border-top: none;
  }
  .usk-transactions-table td {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    vertical-align: top;
    width: 100%;
    border: none !important;
    padding: 0.15rem 0 !important;
  }
  .usk-transactions-table td.text-muted {
    color: #1a1d16 !important;
  }
  .usk-transactions-table td.text-right {
    text-align: left !important;
  }
  .usk-transactions-table td::before {
    content: attr(data-label);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #5b872c;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .usk-transactions-table td.stacked-cell {
    order: -1;
    width: 100%;
    flex-direction: column;
    gap: 0.125rem;
    padding-right: 0 !important;
    margin-bottom: 0.2rem;
    font-size: 1.125rem;
  }
  .usk-transactions-table td.stacked-cell::before {
    font-size: 0.875rem;
  }
  .usk-transactions-table td button {
    margin-top: 0.5rem;
  }
}

#nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(225, 233, 221, 0.8);
  z-index: 1029;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
#nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.usk-section-header {
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
.usk-section-header .btn {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .usk-documents-table td:not([data-label]) {
    justify-content: flex-start;
  }
}

.next-payout-amount::before {
  content: "(";
}
.next-payout-amount::after {
  content: ")";
}
@media (max-width: 575px) {
  .next-payout-amount {
    display: block;
  }
  .next-payout-amount::before {
    content: "";
  }
  .next-payout-amount::after {
    content: "";
  }
}

.usk-news-body {
  overflow: hidden;
  /*
  max-height: 600px;
  transition: max-height 0.75s ease;
  */
}
.usk-news-body--preview {
  max-height: 10rem;
  position: relative;
}
.usk-news-body--preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: linear-gradient(to bottom, transparent, #ffffff);
}

.usk-news-read-more {
  text-align: center;
  font-weight: 700;
  margin-top: 0.75rem;
}
.usk-news-read-more a {
  color: #1a1d16;
  text-decoration: none;
}
.usk-news-read-more a:hover {
  color: #83b94a;
}

.usk-transfer-info-text {
  max-width: 740px;
  line-height: 1.4;
}

.usk-deposit-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.usk-deposit-actions__divider {
  font-weight: 700;
  font-size: 0.875rem;
  color: #bec4b8;
  letter-spacing: 0.05em;
}

.usk-deposit-summary {
  background: linear-gradient(57deg, #83b94a 0%, #a0d36c 100%);
  border-radius: 4px;
  padding: 1.25rem 1.5rem;
  color: #fff;
}
.usk-deposit-summary__title {
  font-family: "Encode Sans";
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.usk-deposit-summary__text {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
}

.usk-withdrawal-form h3 {
  margin-bottom: 0;
}

.usk-input-labeled__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.usk-input-labeled__balance {
  font-size: 0.8125rem;
  color: #1a1d16;
}
.usk-input-labeled label {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.usk-input-labeled label.invalid {
  margin-top: 0.375rem;
  font-weight: 500;
  color: #e74c3c;
}

/* Pagination */
.pagination .page-link {
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1a1d16;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination .page-link:hover {
  color: #83b94a;
  background-color: rgba(222, 226, 230, 0.1);
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  pointer-events: none;
  background-color: #83b94a;
  border-color: #83b94a;
}
.pagination .pagination-spacer {
  font-size: 23px;
  line-height: 15px;
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.usk-faq-item__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1d16;
  text-align: left;
  cursor: pointer;
  gap: 1rem;
}
.usk-faq-item__question:focus {
  outline: none;
}
.usk-faq-item__question[aria-expanded=true] .usk-faq-item__icon::after {
  transform: translateX(-50%) scaleY(0);
}
.usk-faq-item__icon {
  flex-shrink: 0;
  position: relative;
  width: 14px;
  height: 14px;
}
.usk-faq-item__icon::before, .usk-faq-item__icon::after {
  content: "";
  position: absolute;
  background-color: #83b94a;
  border-radius: 2px;
  transition: transform 0.25s ease;
}
.usk-faq-item__icon::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.usk-faq-item__icon::after {
  width: 2px;
  height: 14px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(1);
}
.usk-faq-item__answer {
  padding-top: 0.75rem;
  color: #1a1d16;
  line-height: 1.6;
}

.eyebrow-header {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #83b94a;
  margin-bottom: 0.25rem;
}

#konto-name-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#konto-name-edit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.konto-edit-pen {
  color: #1a1d16;
  font-size: 1.125rem;
  line-height: 1;
  transition: opacity 0.15s ease, color 0.15s ease;
}
.konto-edit-pen:hover {
  opacity: 1;
  color: #83b94a;
}

.konto-name-input {
  width: 24rem;
  max-width: 100%;
  height: auto;
  font-size: 1.75rem;
  font-weight: 600;
  padding: 0.15rem 0;
  line-height: 1.2;
  background: transparent;
  border-color: transparent transparent #dee2e6;
  border-radius: 0;
  color: #1a1d16;
  text-align: left;
  box-shadow: none;
}
.konto-name-input:focus {
  background: transparent;
  border-color: transparent transparent #83b94a;
  box-shadow: none;
  color: #1a1d16;
}

.konto-name-edit-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  width: 24rem;
  max-width: 100%;
}

.usk-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .usk-product-grid {
    grid-template-columns: 1fr;
  }
}

.usk-product-card {
  display: block;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 12px 0 rgba(190, 196, 184, 0.25);
  padding: 1.25rem 1.5rem;
  color: #1a1d16;
}
.usk-product-card__name {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.usk-product-card__fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 575px) {
  .usk-product-card__fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
.usk-product-card__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.usk-product-card__field .label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a1d16;
}
.usk-product-card__field .value {
  font-size: 1rem;
  color: #1a1d16;
}
