
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Regular.woff2') format('woff2'),
  url('../fonts/Montserrat-Regular.woff') format('woff'),
  url('../fonts/Montserrat-Regular.ttf') format('truetype'),
  url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --tblr-font-sans-serif: 'Montserrat', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  --primary: #2ecc71;
  --border: #e5e7eb;
  --text: #1f2937;
  --muted: #6b7280;
  --bg: #f9fafb;
  --sidebar-expanded: 244px;
  --sidebar-collapsed: 60px;
}

body {
  font: 14px "Montserrat", Arial, sans-serif;
  line-height: 1;
  color: #484848;
}

pre.highlight,
.highlight pre {
  max-height: 30rem;
  margin: 1.5rem 0;
  overflow: auto;
  border-radius: var(--tblr-border-radius);
}
pre.highlight,
.highlight pre {
  scrollbar-color: rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.16) transparent;
}
pre.highlight::-webkit-scrollbar,
.highlight pre::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  pre.highlight::-webkit-scrollbar,
  .highlight pre::-webkit-scrollbar {
    -webkit-transition: none;
    transition: none;
  }
}
pre.highlight::-webkit-scrollbar-thumb,
.highlight pre::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  border: 5px solid transparent;
  box-shadow: inset 0 0 0 1rem rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.16);
}
pre.highlight::-webkit-scrollbar-track,
.highlight pre::-webkit-scrollbar-track {
  background: transparent;
}
pre.highlight:hover::-webkit-scrollbar-thumb,
.highlight pre:hover::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 1rem rgba(var(--tblr-scrollbar-color, var(--tblr-body-color-rgb)), 0.32);
}
pre.highlight::-webkit-scrollbar-corner,
.highlight pre::-webkit-scrollbar-corner {
  background: transparent;
}

.highlight {
  margin: 0;
}
.highlight code > * {
  margin: 0 !important;
  padding: 0 !important;
}
.highlight .c, .highlight .c1 {
  color: #a0aec0;
}
.highlight .nt, .highlight .nc, .highlight .nx {
  color: #ff8383;
}
.highlight .na, .highlight .p {
  color: #ffe484;
}
.highlight .s, .highlight .dl, .highlight .s2 {
  color: #b5f4a5;
}
.highlight .k {
  color: #93ddfd;
}
.highlight .s1, .highlight .mi {
  color: #d9a9ff;
}

.example {
  padding: 2rem;
  margin: 1rem 0 2rem;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-radius: 3px 3px 0 0;
  position: relative;
  min-height: 12rem;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.example-centered {
  justify-content: center;
}
.example-centered .example-content {
  flex: 0 auto;
}

.example-content {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: var(--tblr-body-color);
  flex: 1;
  max-width: 100%;
}
.example-content .page-header {
  margin-bottom: 0;
}

.example-bg {
  background: #f6f8fb;
}

.example-code {
  margin: 2rem 0;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-top: none;
}
.example-code pre {
  margin: 0;
  border: 0;
  border-radius: 0 0 3px 3px;
}
.example + .example-code {
  margin-top: -2rem;
}

.example-column {
  margin: 0 auto;
}
.example-column > .card:last-of-type {
  margin-bottom: 0;
}

.example-column-1 {
  max-width: 26rem;
}

.example-column-2 {
  max-width: 52rem;
}

.example-modal-backdrop {
  background: #182433;
  opacity: 0.24;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 2px 2px 0 0;
}

.card-sponsor {
  background: var(--tblr-primary-lt) no-repeat center/100% 100%;
  border-color: var(--tblr-primary);
  min-height: 316px;
}

.dropdown-menu-demo {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 1rem !important;
}

.demo-icon-preview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.demo-icon-preview svg,
.demo-icon-preview i {
  width: 15rem;
  height: 15rem;
  font-size: 15rem;
  stroke-width: 1.5;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px) {
  .demo-icon-preview svg,
  .demo-icon-preview i {
    width: 10rem;
    height: 10rem;
    font-size: 10rem;
  }
}

.demo-icon-preview-icon pre {
  margin: 0;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

.demo-dividers > p {
  opacity: 0.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.demo-icons-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -2px -1px 0;
  list-style: none;
}
.demo-icons-list > * {
  flex: 1 0 4rem;
}

.demo-icons-list-wrap {
  overflow: hidden;
}

.demo-icons-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  text-align: center;
  padding: 0.5rem;
  border-right: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  border-bottom: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  color: inherit;
  cursor: pointer;
}
.demo-icons-list-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.demo-icons-list-item:hover {
  text-decoration: none;
}

.settings-btn {
  position: fixed;
  right: -1px;
  top: 10rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
}

.settings-scheme {
  display: inline-block;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  position: relative;
  border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
  box-shadow: rgba(var(--tblr-body-color-rgb), 0.04) 0 2px 4px 0;
}
.settings-scheme-light {
  background: linear-gradient(135deg, #ffffff 50%, #fcfdfe 50%);
}
.settings-scheme-mixed {
  background-image: linear-gradient(135deg, #182433 50%, #fff 50%);
}
.settings-scheme-transparent {
  background: #fcfdfe;
}
.settings-scheme-dark {
  background: #182433;
}
.settings-scheme-colored {
  background-image: linear-gradient(135deg, var(--tblr-primary) 50%, #fcfdfe 50%);
}
.navbar-brand-image {
  height: 4rem;
  margin-top: 20px;
}

em.invalid {
  color: red;
}

.error {
  border: 1px solid #fa8888;
}

.card-table thead tr:first-child th {
  background-color: #f6f6f6;
}

.avatar {
  box-shadow: none;
  background-color: transparent;;
}

.hidden {
  display: none;
}

div.ledger {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin: 20px;
  padding: 20px;
}

.api-password {
  border: none;
  font-family: Verdana, serif;
  letter-spacing: 0.125em;
  width: 500px;
}

@media (min-width: 992px) {
  .modal-md {
    --tblr-modal-width: 550px;
  }
}

.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5;
}

.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.alertify .ajs-commands button.ajs-close {
  background-image:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}

.alertify .ajs-commands button.ajs-maximize {
  background-image:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background: #fafafa;
  border-bottom: #eee 1px solid;
}

.alertify .ajs-body {
  min-height: 56px;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1) /*rtl:scaleX(-1)*/;
  transform: scaleX(1) /*rtl:scaleX(-1)*/;
  cursor: se-resize;
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize, .alertify.ajs-maximizable .ajs-commands button.ajs-restore
{
  display: inline-block;
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}

.alertify.ajs-resizable .ajs-dialog, .alertify.ajs-maximized .ajs-dialog
{
  padding: 0;
}

.alertify.ajs-resizable .ajs-commands, .alertify.ajs-maximized .ajs-commands
{
  margin: 14px 24px 0 0;
}

.alertify.ajs-resizable .ajs-header, .alertify.ajs-maximized .ajs-header
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}

.alertify.ajs-resizable .ajs-body, .alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}

.alertify.ajs-resizable .ajs-body .ajs-content, .alertify.ajs-maximized .ajs-body .ajs-content
{
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}

.alertify.ajs-resizable .ajs-footer, .alertify.ajs-maximized .ajs-footer
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}

.alertify.ajs-modeless .ajs-dimmer, .alertify.ajs-modeless .ajs-reset {
  display: none;
}

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image:
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}

.alertify.ajs-basic .ajs-header {
  opacity: 0;
}

.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

.alertify.ajs-frameless .ajs-footer {
  display: none;
}

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}

.ajs-no-selection, .ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto /*IE fallback*/;
  }
}

@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}

.alertify .ajs-dimmer, .alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  transition-duration: 250ms;
}

.alertify.ajs-hidden .ajs-dimmer, .alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes ajs-shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn;
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut;
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn;
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut;
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn;
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut;
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX;
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX;
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY;
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY;
}

@-webkit-keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 250ms;
  transition-timing-function: linear;
}

.alertify-notifier .ajs-message.ajs-visible {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 1);
}

.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 1);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 1);
}

.alertify-notifier.ajs-top {
  top: 50px;
}

.alertify-notifier.ajs-bottom {
  bottom: 10px;
}

.alertify-notifier.ajs-right {
  right: -15px;
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
  font-size: 13px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}

.alertify-notifier.ajs-left {
  left: 10px;
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}

.alertify .ajs-dialog {
  background-color: white;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}

.alertify .ajs-header {
  color: black;
  font-weight: bold;
  background: #fafafa;
  border-bottom: #eee 1px solid;
  border-radius: 2px 2px 0 0;
}

.alertify .ajs-body {
  color: black;
}

.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #CCC;
}

.alertify .ajs-body .ajs-content p {
  margin: 0;
}

.alertify .ajs-footer {
  background: #fbfbfb;
  border-top: #eee 1px solid;
  border-radius: 0 0 2px 2px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3593D2;
}

.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: left;
  line-height: 1.2;
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
}

.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999;
}

.ajs-button:focus, .ajs-button:active, .ajs-button:hover {
  border: 0 !important;
  outline: none !important;
}

.modal-content {
  min-height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #efefef;
}

.dt-scroll-body {
  border-bottom-style: none!important;
}

/*Transaction*/
.custom-tabs .nav-link {
    border: none;
    color: #6c757d;
    padding: 12px 16px;
}

.custom-tabs .nav-link.active {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    font-weight: 500;
}

.summary-card {
  padding: 20px 25px; 
  border-radius: 8px;
  border: 1px solid #e9ecef;
  background-color: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 0.03);
}

.summary-card small {
  display: block;      
  margin-bottom: 8px; 
  font-weight: 500;   
  color: #6c757d;     
}

.summary-card h5 {
  margin-top: 0;      
  font-weight: 600;
  font-size: 19px;
}

.summary-card > .d-flex > div {
  padding-left: 8px; 
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-block;
}

.bg-primary {
  background-color: #0d6efd;
}

.bg-success {
  background-color: #198754;
}

.bg-danger {
  background-color: #dc3545;
}

.bg-warning {
  background-color: #ffc107;
}

.time-filter {
    width: 160px;
}

.search-input-wrapper {
  position: relative;
}

.search-input-wrapper::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 12px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.6;

  background-image: url("/assets/img/transactions/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;   
}

.search-input, .datepicker-input {
  padding-left: 38px;
}

.transactions-thead-light th {
  background-color: #E1EEFF !important;
}

.datepicker-input-wrapper {
  position: relative;
}

.datepicker-input-wrapper::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 12px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.6;

  background-image: url("/assets/img/transactions/calendar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;   
}

.transactions-text {
  font-size: 12px;
  margin-bottom: 20px;
}

#transaction-list .dataTables_wrapper {
  padding: 10px 0;
}

.litepicker .month-item-header button,
.litepicker .month-item-header button svg {
  color: #0d6efd !important;
  fill: #0d6efd !important;
}

/*Ekyb CSS START*/
#ekyb-link-side-bar-btn {
  background: #F0F7FF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  min-height: 36px;
}

.vertical-ekyb-menu {
  position: relative;
  top: 5px;
  left: 0;
  padding: 0 16px;
}

.vertical-ekyb-menu .step.active { font-weight: bold; }
.vertical-ekyb-menu .step.completed { color: #255DA9; }

.ekyb-step {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 28px;
  cursor: pointer;
}

.ekyb-step:last-child {
  padding-bottom: 0;
}

.ekyb-step::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 28px;
  width: 2px;
  height: 100%;
  background: #d9d9d9;
}

.ekyb-step.completed::before {
  background: #255DA9;
}

.ekyb-step.active::after {
  background: #255DA9;
}

.ekyb-step:last-child::before {
  display: none;
}

.circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 14px;
}

.label {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 1.4;
  max-width: 190px;
}

.action-btn {
  color: #6c757d;
  background: white;
  transition: all 0.2s ease;
}

.action-btn:hover {
  background: var(--tblr-primary);
  border-color: var(--tblr-primary);
  color: white;
}

.view-details-item {
  transition: all 0.2s ease;
}

.view-details-item:hover {
  background-color: var(--tblr-primary-lt);
  color: #6c757d;
}

/* Active */
.ekyb-step.active .circle {
  background: #255DA9;
  color: #fff;
}

.ekyb-step.completed .circle::before {
  background: #e0e0e0;
  color: #fff;
}

.ekyb-step.active .label {
  font-weight: 600;
}

.ekyb-step.completed .circle {
  background: #255DA9;
  color: #fff;
}

.ekyb-step.completed .label {
  color: #7a7a7a;
}

.ekyb-page {
  display: none;
  padding:24px;
}

.ekyb-page.active {
  display: block;
}

.ekyb-info-card {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
}

.ekyb-info-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.ekyb-info-icon {
  width: 36px;
  height: 36px;
  background: #EEF4FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ekyb-info-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.ekyb-info-text {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.5;
  margin: 0;
}

.ekyb-table-wrapper {
  border-radius: 8px;
  overflow-x: auto;
  background: #ffffff;
}

.ekyb-table, .doc-requirement-table {
  border-collapse: separate;
  width: 100%;
  height: auto;
  border-spacing: 0;
}

.ekyb-table thead th,
.doc-requirement-table th {
  background: #F2F7FF;
  color: #111827;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 16px;
  text-align: center;
}

.ekyb-table, .doc-requirement-table thead th:first-child {
  text-align:center;
  border-top-left-radius: 8px;
}

.ekyb-table, .doc-requirement-table thead th:last-child {
  border-top-right-radius: 8px;
}

.ekyb-table tbody td,
.doc-requirement-table tbody td {
  padding: 14px 16px;
  border-top: 1px solid #E6E6E6;
  text-align: center;
  font-size: 14px;
  color: #4B5563;
}

.summary-doc-req-descrition {
  text-align:left !important;
}

.ekyb-table, .doc-requirement-table tbody td:first-child {
  text-align: center;
  font-weight:500;
  color: #111827;
}

.ekyb-title {
 font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #255DA9;
  width: 350.5px;
  height: 48px;
  margin-bottom: 30px;
}

.ekyb-sub-content {
  font-size: 14px;
  line-height: 1.5;
  color: #6B7280;
  margin-top: 24px;
  width: 100%;
}

.what-is-ekyb {
  margin-top: 25px;
  margin-left: 20px;
}

.page-title-details {
  font-size: 16px;
  color: #255DA9;
  font-weight:bold;
}


.business-logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 250px;
  border: 2px dashed #ccc;
  text-align: center;
}

.business-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.business-logo-box:hover {
  border-color: #255DA9;
  background: #F2F7FF;
}

.business-logo-icon {
  font-size:40px;
  display:block;
  /* margin-bottom:10px; */
}

.business-logo-upload {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding:10px 10px 10px 10px;
  margin-top:6px;
}

.business-form-fields {
  display: flex;
  flex-direction:column;
  gap:24px;
}

.business_file_upload {
  position: relative;
  display: flex;
  flex-direction: column;
}

.business_file_upload .input-btn-wrapper {
  position: relative;
  width: 100%;
}

.business_file_upload .file_text {
  width:100%;
  box-sizing: border-box;
  padding-right:110px;
}

.business_file_upload label.business_btn_upload {
  flex: 0 0 auto;
  white-space: nowrap;
}

.business_file_upload input[type="file"].is-invalid ~ .file_text {
  border: 1px solid #dc3545;
  background-color: #fff;
}

.file_text {
  width: 100%;
  padding: 10px 110px 10px 12px; 
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.business_btn_upload,
.business_btn_upload_outline {
  margin-left: 8px;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}

.business_btn_upload {
  background-color: #255DA9;
  color: #fff;
  border: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.business_btn_upload_outline {
  border: 1px solid #255DA9;
  color: #255DA9;
  background: transparent;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.business_btn_upload_outline:hover {
  background: #255DA9;
  color:#fff !important;
}

.doc-req-small-text {
  position: relative;
  left: 3px;
  font-size: 8px;
}

.acceptance-text-box {
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  gap:24px;
}

.summary-edit-btn {
  background: none;
  border: none;
  color: #2563eb;
  cursor: pointer;
  font-size: 14px;
}

.summary-progress {
  height: 4px;
  background: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}

.summary-progress-bar {
  width: 100%;
  height: 100%;
  background: var(--primary);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.summary-table {
  width: 100%;
}

.summary-table td {
  padding: 6px;
}

.summary-table td.value {
  text-align: right;
  font-weight: 500;
}

.summary-form-title {
  display:flex;
  align-items: center;
  justify-content: space-between;
}

.declaration-acceptance-content {
  font-size: 14px;
  line-height: 1.5;
  color: #6B7280;
  margin-top: 55px;
  width: 100%;
  height: 109px;
  text-align: justify;
}

.declaration-acceptance-content p {
  padding-left: 20px;
  text-indent: -16px;
}

#authorized_lastname, #authorized_firstname, #authorized_suffix, #authorized_middlename {
  text-transform: uppercase !important;
}

.declaration-acceptance-content a {
  color: #255DA9;
  text-decoration: underline;
}

.ekyb-verification-header {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top:15px;
  margin-left: 13px;
}

.ekyb-verification-text-header {
  color: #255DA9;
  font-weight: 600;
  font-size: 18px;
  margin-bottom:4px;
}

.ekyb-verification-sub-header {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}

.is-invalid {
  border-color: #dc3545;
}

.invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 0.875rem;
}

.is-invalid + .invalid-feedback {
  display: block;
}

input.is-invalid {
  border: 1px solid red;
  background-image: url('data:image/svg+xml;utf8,<svg fill="red" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle cx="8" cy="8" r="7" stroke="red" stroke-width="2" fill="none"/><line x1="8" y1="4" x2="8" y2="9" stroke="red" stroke-width="2"/><circle cx="8" cy="12" r="1" fill="red"/></svg>') !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  padding-right: 28px; 
}

select.is-invalid {
  border: 1px solid red !important;
  background-image:none !important;
}

.select-business-country {
  position:relative;
  top:1px;
  align-items:center;
}

.select-business-country select {
  padding-left:40px;
  height: 38px;
}

.flag {
  position:absolute;
  left:10px;
  top:10px;
  width:24px;
  height:16px;
  background-size:cover;
  background-repeat:no-repeat;
}

.flag.ph {
  background-image: url("https://flagcdn.com/w20/ph.png");
}

.upload-text-preview {
  transition: opacity 0.3s ease;
}

.upload-text-preview.hidden {
  opacity: 0;
  pointer-events: none;
}

.file-action-icons {
  display: flex;
  justify-content: center;  
  align-items: center;
  gap: 6px;
  width: 100%; 
}

.file-action-icons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;      
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.file-action-icons button svg {
  display: block;
}

.file-action-icons .btn-refresh {
  background-color: #007bff;
  color: #fff;
}

.file-action-icons .btn-refresh:hover {
  background-color: #0056b3;
}

.file-action-icons .btn-delete {
  display: block;
  border: 1px solid #dc3545;
  color: #dc3545;   
  background: transparent;
}

.file-action-icons .btn-delete:hover {
  background-color: #a71d2a;
  color: #fff;
}

.doc-error-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc-error-list li {
  margin-bottom: 14px;
}

.doc-error-item {
  display: flex;
  align-items: flex-start;
}

.doc-error-icon {
  flex: 0 0 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dc3545;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 2px;
}

.doc-error-text {
  color: #dc3545;
  line-height: 1.6;
}

.status-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid;
  margin-bottom: 20px;
}

.status-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.status-content h5 {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
}

.status-content span {
  font-size: 14px;
  color: #555;
}

.status-pending {
  background: linear-gradient(164.65deg, #FFFFFF 0%, #EDF5FF 43.6%, #FFFFFF 100%);
  border-color: #fff;
  border-bottom: 1px solid #255DA9;
}

.status-pending h5 {
  color: #F57F17;
}

.status-rejected {
  background: linear-gradient(164.65deg, #FFFFFF 0%, #EDF5FF 43.6%, #FFFFFF 100%);
  border-color: #fff;
  border-bottom: 1px solid #255DA9;
}

.status-rejected h5 {
  color: #D32F2F;
}

@media (max-width: 768px) {
  .ekyb-page {
    padding: 16px;
  }
  .ekyb-info-card {
    padding: 16px;
  }
  .business-logo-box {
    height: 200px;
  }
  .business_file_upload .input-btn-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .business_btn_upload,
  .business_btn_upload_outline {
    width: 100%;
    margin-left: 0;
  }
  .summary-grid {
    grid-template-columns: 1fr;
  }
  .ekyb-step {
    padding-bottom: 20px;
  }
}

#btnNext:disabled {
  background-color: #ccc; 
  color: #666;            
  cursor: not-allowed;   
  border: 1px solid #999; 
}

.table-loader-global {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#status-account-type {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #255DA9;
  text-align: center;
  text-decoration: underline;
}

#btnPrev {
  border: 1px solid #E6E6E6;
  background-color: #fff;
  color: #255DA9;
}

#btnPrev:hover {
  background-color: #F2F7FF;
}


aside.navbar.sidebar-collapsed .nav-link {
  justify-content: center;
}

aside.navbar {
  width: var(--sidebar-expanded);
  transition: width 0.3s ease;
  overflow: hidden;
}

aside.navbar.sidebar-collapsed {
  width: var(--sidebar-collapsed);
}

aside.navbar.sidebar-collapsed .nav-link-icon {
  margin: 0;
}

aside.navbar.sidebar-collapsed .nav-link-title,
aside.navbar.sidebar-collapsed #status-account-type,
aside.navbar.sidebar-collapsed .navbar-brand {
  display: none;
}

.sidebar-toggle-btn {
  position: fixed;
  top: 11px;
  left: var(--sidebar-expanded);
  transform: translateX(-50%);
  z-index: 1050;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: left 0.3s ease, transform 0.3s ease;
}

.sidebar-toggle-btn img {
  width: 24px; 
  height: 24px;
}

.page.sidebar-collapsed .sidebar-toggle-btn {
  left: var(--sidebar-collapsed);
}

/* default spacing */
header.navbar,
.page-wrapper {
  transition: margin-left 0.3s ease;
}

.page.sidebar-collapsed header.navbar,
.page.sidebar-collapsed .page-wrapper {
  margin-left: var(--sidebar-collapsed);
}

#toggleIcon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

/* default (sidebar open) → points left */
#toggleIcon {
  transform: rotate(0deg);
}

/* collapsed → points right */
.page.sidebar-collapsed #toggleIcon {
  transform: rotate(180deg);
}

.status-loading {
  background: #f8f9ff;
  border: 1px solid #e6e9ff;
  border-left: 4px solid #4f46e5;
}

.kyb-spinner .spinner-border {
  width: 2rem;
  height: 2rem;
}

.status-loading h5 {
  font-weight: 600;
  color: #1f2937;
}

.status-loading span {
  font-size: 13px;
}

.summary-truncate {
  max-width: 400px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
}
/*Ekyb CSS END*/

/*MFA CSS */
.mfa-alert {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8f4df;
  border: 1px solid #e8ddba;
  border-radius: 4px;
  padding: 10px 14px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d9a300;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mfa-alert-icon {
  color: #d9a300;
  flex-shrink: 0;
}

.mfa-alert-content {
  flex: 1;
  line-height: 1.2;
}

.mfa-alert-title {
  font-size: 13px;
  font-weight: 500;
  color: #8b5e34;
  margin-bottom: 3px;
}

.mfa-alert-text {
  font-size: 12px;
  color: #9b8b72;
}

.mfa-alert-btn {
  background: #fff;
  border: 1px solid #c89a6a;
  color: #8b5e34;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all .15s ease;
}

.mfa-alert-btn:hover {
  background: #f7efe8;
  border-color: #b57d48;
  color: #7a512c;
  text-decoration: none;
}

.mfa-alert-close {
  border: 0;
  background: transparent;
  color: #8b7d6b;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}