

.close {
  background: 0 0;
  border: 0;
  font-size: 10px;
  padding: 1.35rem 1.25rem;
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  width: 1em;
  height: 1em;
  z-index: 2;
}

.close span {
  display: none;
}




.disabled .btn.btn-primary {
  opacity: 0.65;
  background-color: #FFCD00;
  color: #fff;
  cursor: not-allowed;
}

#kyc-verify-wizard .nav-link.active {
  background-color: rgba(85, 110, 230, 0.2);
  color: #495057;
}

#kyc-verify-wizard .nav-link.active span {
  background-color: #FFCD00;
  color: #fff;
}

.ck-editor__editable {
  border: 1px solid #ddd !important;
  border-top: 0px !important;
  height: 150px;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=app.min.css.map */

.dropdown.d-inline-flex {
  display: unset !important;
}

.svelte-g1srw1 {
  display: inline-block !important;
  margin-bottom: 0px !important;
}

.selectContainer.svelte-17l1npl input.svelte-17l1npl,
.selectContainer.svelte-17l1npl.svelte-17l1npl {
  height: var(--height, 36px);
  line-height: var(--height, 36px);
}

.multiSelectItem {
  margin: 1px !important;
  font-size: 13px !important;
}

.clearSelect.svelte-17l1npl.svelte-17l1npl {
  top: 0px;
  width: 12px;
}

section.svelte-1sonwgi.svelte-1sonwgi {
  padding: 0px;
}

}
.chartjs-chart {
  max-height: 300px;
}

[dir="rtl"] .right-bar.open.svelte-z6lre {
  right: auto;
  left: 0;
}
.modal {
  --bs-modal-border-color: var(--bs-gray-900);
}

.form-control.textarea-component,
.form-control.search-component,
.form-control.text-component,
.form-control.number-component,
.form-control.constant-component {
  width: auto;
  min-width: 200px;
  display: inline-block;
}

.textarea-component {
  display: block;
  min-width: 200px;
}

.item-style-inline {
  display: flex;
  flex-wrap: wrap;
}

.item-style-inline > * {
  margin-left: 5px;
  margin-right: 5px;
}