.nk-stepper {
    display: none;
  }
  .nk-stepper-nav {
    display: flex;
    margin: -0.5rem;
    counter-reset: step-number;
  }
  .nk-stepper-nav > * {
    padding: 0.5rem;
  }
  .nk-stepper-nav > * .step-item {
    display: flex;
    align-items: center;
  }
  .nk-stepper-nav > * .step-item:before {
    counter-increment: step-number;
    content: counter(step-number);
    display: grid;
    place-items: center;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    color: #0fac81;
    background: rgba(15, 172, 129, 0.15);
    margin-right: 1.125rem;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .nk-stepper-nav > *.done .step-item:before {
    font-family: "Nioicon";
    content: "";
  }
  .nk-stepper-nav > *.current .step-item:before {
    color: #fff;
    background: #0fac81;
  }
  .nk-stepper-nav.is-vr {
    flex-direction: column;
  }
  .nk-stepper-nav-s2 > * .step-item {
    border-radius: 4px;
    padding: 1rem 1.25rem;
    background: #f5f6fa;
    border-left: 2px solid rgba(0, 0, 0, 0);
    height: 100%;
  }
  .nk-stepper-nav-s2 > *.current .step-item {
    border-left-color: #0fac81;
  }
  .nk-stepper-nav-s2 > *.done .step-item:before {
    color: #fff;
    background: #0fac81;
  }
  .nk-stepper-step {
    display: none;
  }
  .nk-stepper-step.active {
    display: block;
  }
  .nk-stepper-pagination {
    display: flex;
  }
  .nk-stepper-pagination li {
    display: none;
  }
  .nk-stepper-s1[data-step-current="last"] .stepper-pagination {
    justify-content: center;
  }
  @media (min-width: 576px) {
    .nk-stepper-nav.is-vr-sm {
      flex-direction: column;
    }
    .nk-stepper-nav.is-hr-sm {
      flex-direction: row;
    }
  }
  @media (min-width: 768px) {
    .nk-stepper-nav.is-vr-md {
      flex-direction: column;
    }
    .nk-stepper-nav.is-hr-md {
      flex-direction: row;
    }
  }
  @media (min-width: 992px) {
    .nk-stepper-nav.is-vr-lg {
      flex-direction: column;
    }
    .nk-stepper-nav.is-hr-lg {
      flex-direction: row;
    }
  }
  @media (min-width: 1200px) {
    .nk-stepper-nav.is-vr-xl {
      flex-direction: column;
    }
    .nk-stepper-nav.is-hr-xl {
      flex-direction: row;
    }
  }
  @media (min-width: 1540px) {
    .nk-stepper-nav.is-vr-xxl {
      flex-direction: column;
    }
    .nk-stepper-nav.is-hr-xxl {
      flex-direction: row;
    }
  }

  .form-group {
    position: relative;
    margin-bottom: 1.25rem;
  }
  .form-group:last-child {
    margin-bottom: 0;
  }
  .form-label {
    font-size: .875rem;
    font-weight: 500;
    color: #344357;
    margin-bottom: 0.5rem;
}
.form-control-wrap, .form-control-group {
    position: relative;
}

.is-alter .form-control~.invalid, .is-alter .dual-listbox .dual-listbox__search~.invalid, .dual-listbox .is-alter .dual-listbox__search~.invalid, .is-alter div.dataTables_wrapper div.dataTables_filter input~.invalid, div.dataTables_wrapper div.dataTables_filter .is-alter input~.invalid, .is-alter .input-group~.invalid, .custom-control .invalid {
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    bottom: calc(100% + 4px);
    background: #ed756b;
    padding: 0.3rem 0.5rem;
    z-index: 1;
    border-radius: 3px;
    white-space: nowrap;
}

.is-alter .form-control~.invalid, .is-alter .dual-listbox .dual-listbox__search~.invalid, .dual-listbox .is-alter .dual-listbox__search~.invalid, .is-alter div.dataTables_wrapper div.dataTables_filter input~.invalid, div.dataTables_wrapper div.dataTables_filter .is-alter input~.invalid, .is-alter .input-group~.invalid {
    left: auto;
    right: 0;
}

.is-alter .form-control~.invalid:before, .is-alter .dual-listbox .dual-listbox__search~.invalid:before, .dual-listbox .is-alter .dual-listbox__search~.invalid:before, .is-alter div.dataTables_wrapper div.dataTables_filter input~.invalid:before, div.dataTables_wrapper div.dataTables_filter .is-alter input~.invalid:before, .is-alter .input-group~.invalid:before, .custom-control .invalid:before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid #ed756b;
    border-right: 6px solid rgba(0,0,0,0);
    left: 10px;
    border-bottom: 6px solid rgba(0,0,0,0);
    bottom: -6px;
}

.is-alter .form-control~.invalid::before, .is-alter .dual-listbox .dual-listbox__search~.invalid::before, .dual-listbox .is-alter .dual-listbox__search~.invalid::before, .is-alter div.dataTables_wrapper div.dataTables_filter input~.invalid::before, div.dataTables_wrapper div.dataTables_filter .is-alter input~.invalid::before, .is-alter .input-group~.invalid::before {
    left: auto;
    right: 10px;
    border-right-color: #ed756b;
    border-left-color: rgba(0,0,0,0);
    bottom: -4px;
}

.pt-4 {
    padding-top: 1.5rem !important;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-2, .gy-2 {
    --bs-gutter-y: 0.75rem;
}

.nk-stepper-pagination {
    display: flex;
}

.gy-2:not(.row) {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
}

.gx-4:not(.row) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.gx-4:not(.row)>li, .gx-4:not(.row)>div {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.gy-2:not(.row)>li, .gy-2:not(.row)>div {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pro-control.custom-control {
  padding-left: 0;
}
.pro-control .custom-control-label {
  padding: 1.5rem;
  border-radius: 4px;
  border: 1px solid #e5e9f2;
  overflow: hidden;
  transition: 0.3s ease;
}
.pro-control .custom-control-label:before,
.pro-control .custom-control-label:after {
  z-index: 9;
}
.pro-control .custom-control-label::before {
  border-width: 1px;
  top: 1rem;
  left: 1rem;
}
.pro-control .custom-control-label::after {
  top: 1rem;
  left: 1rem;
}
.pro-control .custom-control-label .icon-wrap {
  height: 36px;
}
.pro-control .custom-control-label .icon-wrap img {
  height: 100%;
}
.pro-control .custom-control-label .icon-wrap.lg {
  height: 48px;
}
.pro-control .custom-control-label .icon-wrap.xl {
  height: 60px;
}
.pro-control .custom-control-label .text-center .icon {
  margin-left: auto;
  margin-right: auto;
}
.pro-control .custom-control-input:checked ~ .custom-control-label {
  border-color: #0fac81;
}
.custom-control-full {
  width: 100%;
  height: 100%;
}
.custom-control-full .custom-control-label {
  width: 100%;
  height: 100%;
}
.no-control {
  padding-left: 0;
}
.no-control .custom-control-label::before,
.no-control .custom-control-label::after {
  display: none;
}
+ .custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #0fac81;
}
+ .custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: #0fac81;
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #0fac81;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0fac81;
  background-color: #0fac81;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(15, 172, 129, 0.1);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #0fac81;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #0fac81;
  border-color: #0fac81;
  box-shadow: none;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #3c4d62;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before,
.custom-control-label:after {
  z-index: 1;
}
.custom-control-label::before {
  position: absolute;
  top: -0.028125rem;
  left: -2.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #dbdfea solid 2px;
  box-shadow: inset 0 1px 1px rgba(16, 25, 36, 0.075);
  border-radius: 4px;
}
.custom-control-label::after {
  position: absolute;
  top: -0.028125rem;
  left: -2.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control {
  display: inline-flex;
  min-height: 1.5rem;
}
.custom-control.color-control {
  padding: 4px !important;
}
.custom-control.color-control .custom-control-label::before {
  opacity: 0;
  display: block;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px solid #0fac81 !important;
  background: rgba(0, 0, 0, 0) !important;
  transition: 0.3s ease;
}
.custom-control.color-control .custom-control-label::after {
  display: none;
}
.custom-control.color-control
  .custom-control-input:checked
  ~ .custom-control-label::before {
  opacity: 1;
}

.custom-control.notext .custom-control-label {
  position: relative;
  left: 0.75rem;
}
.custom-control-label {
  font-size: 14px;
  line-height: 1.25rem;
  padding-top: 0.125rem;
}
.custom-control-label::before,
.custom-control-label::after {
  top: 0;
}
.custom-control-label:after {
  /* display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  font-family: "Nioicon";
  color: #fff;
  opacity: 0; */
}
.custom-checkbox .custom-control-label:after {
  content: "";
}
/* .custom-radio .custom-control-label:after {
  content: "";
} */
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
}
.custom-control .custom-control-input[disabled] ~ .custom-control-label,
.custom-control .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.7;
  color: #364a63;
}
.custom-control-sm {
  min-height: 1.125rem;
  padding-left: 1.625rem;
}
.custom-control-sm.notext {
  margin-left: -0.5rem;
}
.custom-control-sm.notext .custom-control-label {
  left: 0.5rem;
}
.custom-control-sm .custom-control-label {
  /* font-size: 12px; */
  line-height: 1.125rem;
  padding-top: 0;
}
.custom-control-sm .custom-control-label:after {
  font-size: 0.9em;
}
.custom-control-lg {
  min-height: 2rem;
  padding-left: 3rem;
}
.custom-control-lg.notext {
  margin-left: -1rem;
}
.custom-control-lg.notext .custom-control-label {
  left: 1rem;
}
.custom-control-lg .custom-control-label {
  font-size: 15px;
  line-height: 1.375rem;
  padding-top: 0.3125rem;
}
.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
  left: -3rem;
  width: 2rem;
  height: 2rem;
}
.custom-control-lg .custom-control-label:after {
  font-size: 1.2em;
}
.custom-control-input {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.pro-control .custom-control-label .icon-wrap {
  height: 36px;
}
.pro-control .custom-control-label .icon-wrap.xl {
  height: 60px;
}
/* .pro-control .custom-control-label .icon-wrap img {
  height: 100%;
}
img {
  max-width: 100%;
} */