/*@import url(css/csshelper.css);*/
/* .row {
  border: 1px dotted #0d656c;
} */
.image-container {
  width: -webkit-fill-available; /* Set the width of the container */
  height: 200px; /* Set the height of the container */
  overflow: hidden; /* Hide any overflow */
}

.image-container img {
  width: 100%; /* Make the image fill the container horizontally */
  height: 100%; /* Make the image fill the container vertically */
  object-fit: cover; /* Maintain aspect ratio while covering the container */
}
.cs-image-user {
    border-radius: 50%;
    width: 85%;
    height: auto !important;
    margin-bottom: 5px !important;
  }
  
  .btn-xs,
  .btn-group-xs>.btn {
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
  }
  
  .navbar-btn.btn-xs {
      margin-top: 14px;
      margin-bottom: 14px;
  }
  
  .btn-rounded {
    border-radius: 10rem;
  }
  
  .btn-xs .badge,
  .btn-group-xs>.btn .badge {
      top: 0;
      padding: 1px 5px;
  }
  
  .select-custom {
    height: 20px !important;
  }
  
  .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa;
    border-radius: 4px !important;
    border-color: #ccd6e6;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -2px !important;
    padding-left: 15px !important;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #607D8B;
      /* line-height: 17px !important; */
      font-weight: 600;
  }
  
  .select2-container--default .select2-selection--single,
  .select2-selection .select2-selection--single {
    height: 37px !important;
  }
  
  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999 !important;
  }
  
  input[type="text"]:focus,
  textarea:focus {
    background-color: #fff;
    border-color: #ab8ce4 !important;
    box-shadow: 0 0 3px #0d7eff !important;
    -moz-box-shadow: 0 0 3px #0d7eff !important;
    -webkit-box-shadow: 0 0 3px #0d7eff !important;
  }
  
  .select2-selection--single:focus {
    background-color: #fff !important;
    border: 1px solid #ab8ce4 !important;
    border-color: #ab8ce4;
  }
  
  .passcode-icon {
    display: none;
  }
  
  .passcode-icon.iconinput-show {
    display: block;
  }
  
  .is-shown .passcode-icon.iconinput-show {
    display: none;
  }
  
  .is-hidden .passcode-icon.iconinput-show {
    display: block;
  }
  
  .is-shown .passcode-icon.iconinput-hide {
    display: block;
  }
  
  .is-hidden .passcode-icon.iconinput-hide {
    display: none;
  }
  
  .cs-input-tag {
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
    font-family: Arial;
  }
  
  .cs-input-tag > span {
    cursor: pointer;
    display: block;
    float: left;
    color: #fff;
    background: #789;
    padding: 5px;
    padding-right: 25px;
    margin: 4px;
  }
  
  .cs-input-tag > span:hover {
    opacity: 0.7;
  }
  
  .cs-input-tag > span:after {
    position: absolute;
    content: "×";
    border: 1px solid;
    padding: 2px 5px;
    margin-left: 3px;
    font-size: 11px;
  }
  
  .cs-input-tag > input {
    background: #eee;
    border: 0;
    margin: 4px;
    padding: 7px;
    width: auto;
  }
  
  .edit-profile-photo img {
    border-radius: 4px;
    max-width: 180px;
    width: 100%;
  }
  
  .edit-profile-photo {
    position: relative;
    display: block;
    margin-bottom: 75px;
  }
  
  .change-photo-btn {
    font-weight: 600;
    padding: 5px 6px;
    color: #fff;
    background-color: #607d8b !important;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    width: auto;
    transition: 0.3s;
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: auto;
  }
  
  .photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer;
  }
  
  .photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  
  .change-photo-btn:hover {
    color: #fff;
    background-color: #66676b;
  }
  
  .change-photo-btn i {
    margin-right: 2px;
  }
  
  .clear {
    clear: both;
    margin-top: 20px;
  }
  
  /* .searchResult {
    list-style: none;
    padding: 0px;
    width: 350px;
    position: absolute;
    margin: 0;
  } */
  
  .table th {
    color: #9aa0ac;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none !important;
  }
  
  .content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(8%, #eeeeee),
      color-stop(18%, #dddddd),
      color-stop(33%, #eeeeee)
    );
    background: -webkit-linear-gradient(
      left,
      #eeeeee 8%,
      #dddddd 18%,
      #eeeeee 33%
    );
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: inherit;
    position: relative;
  }
  
  .post_data {
    padding: 24px;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    margin-bottom: 44px;
    box-shadow: 10px 10px 5px #eeeeee;
  }
  
  .form-icon {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    width: calc(1rem + 24px);
    height: calc(1rem + 24px);
  }
  
  .form-icon .icon {
    font-size: 16px;
    color: #8094ae;
  }
  
  .form-icon + .form-control {
    padding-left: calc(1rem + 24px);
  }
  
  .form-icon-right {
    left: auto;
    right: -1px;
  }
  
  .form-icon-right + .form-control {
    padding-left: 1rem;
    padding-right: calc(1rem + 24px);
  }
  
  .form-info {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dbdfea;
    right: 0;
    top: 50%;
    padding: 0.125rem 1.25rem;
    transform: translateY(-50%);
    color: #8094ae;
  }
  
  .form-info + .form-control {
    padding-right: calc(1rem + 24px);
  }
  
  .form-label,
  .control-label {
    /* font-size: 0.875rem; */
    font-weight: 500;
    color: #344357;
    /* margin-bottom: 0.5rem; */
    /* margin-top: 0.5rem; */
  }
  
  .dark-skin .form-label,
  .dark-skin .control-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #f3f1f1;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  
  .form-label-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
  }
  
  .form-label-group .form-label {
    margin-bottom: 0;
  }
  
  .form-label + .form-note {
    margin-top: -0.35rem;
  }
  
  .form-label-outlined {
    position: absolute;
    top: 0.4375rem;
    left: 0.66667rem;
    transform-origin: left;
    padding: 0 0.4rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    z-index: 1;
    transition: all 0.3s ease;
    margin-bottom: 0;
    font-size: 0.8125rem;
  }
  
  .form-control-lg ~ .form-label-outlined {
    top: 0.6875rem;
    padding: 0 0.37736rem;
    font-size: 0.9375rem;
  }
  
  .form-control-sm ~ .form-label-outlined {
    font-size: 0.75rem;
    top: 0.25rem;
    left: 0.4rem;
  }
  
  .focused .form-control-sm ~ .form-label-outlined,
  .form-select.form-control-sm ~ .form-label-outlined {
    font-size: 11px;
  }
  
  .focused .form-label-outlined,
  .form-select ~ .form-label-outlined {
    top: calc(-0.4375rem + -2px);
    font-size: 11px;
  }
  
  .form-control-xl ~ .form-label-outlined {
    font-size: 0.9375rem;
    line-height: 2rem;
    top: 0.625rem;
    padding: 0 0.5rem;
    left: 0.83333rem;
  }
  
  .focused .form-control-xl ~ .form-label-outlined,
  .form-select.form-control-xl ~ .form-label-outlined {
    top: calc(-0.625rem + -5px);
  }
  
  .focused .form-control-lg ~ .form-label-outlined,
  .focused .form-control-xl ~ .form-label-outlined,
  .form-select.form-control-lg ~ .form-label-outlined,
  .form-select.form-control-xl ~ .form-label-outlined {
    font-size: 12px;
  }
  
  .form-note {
    font-size: 12px;
    color: #8094ae;
    font-style: italic;
    display: block;
  }
  
  .form-note-alt {
    font-size: 12px;
    color: #8094ae;
  }
  
  .form-note-group {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: -0.25rem;
  }
  
  .form-control-xl {
    height: calc(3.25rem + 2px);
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 2rem;
    border-radius: 5px;
  }
  
  .form-control-outlined {
    cursor: pointer;
  }
  
  .focused .form-control-outlined {
    cursor: auto;
  }
  
  .form-control-wrap,
  .form-control-group {
    position: relative;
    width: 91% !important;
  }
  
  @media (min-width: 245px) {
    .form-control-wrap,
    .form-control-group {
      width: 1% !important;
      flex: 1 1 auto;
    }
  }
  
  .form-control-wrap + .form-note,
  .form-control-group + .form-note {
    margin-top: 0.5rem;
  }
  
  .form-control-noborder {
    border-color: transparent;
  }
  
  .form-control-noborder:focus {
    border-color: #dbdfea;
    box-shadow: none;
  }
  
  .form-control-solid {
    border-color: #fff;
  }
  
  .form-control-solid:focus {
    box-shadow: none;
    border-color: #dbdfea;
  }
  
  .form-control-number {
    font-size: 20px;
    padding: 20px;
    height: 74px;
  }
  
  .form-control-password-big {
    font-size: 44px;
    height: calc(1rem * 2 + 1.25rem + 1px);
    padding: 1rem 1rem;
  }
  
  .form-control.error {
    border-color: #e85347;
  }
  
  .form-control.error:focus {
    box-shadow: 0 0 0 3px rgba(232, 83, 71, 0.1);
  }
  
  .form-control.focus {
    border-color: #673ab7;
    box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1);
  }
  
  .form-control-simple {
    border: none;
    padding: 0;
  }
  
  .form-control-simple:focus {
    box-shadow: none;
  }
  
  .hide {
    display: none;
  }
  .hide-important {
    display: none !important;
  }
  
  .dt-center {
    text-align: center !important;
  }
  
  .logo-showcase-dark {
    max-width: 200px;
    max-height: 50px;
  }
  
  .logo-showcase-white {
    max-width: 250px;
    max-height: 50px;
    background: #000;
    padding: 5px 15px;
    border-radius: 10px;
  }
  
  .logo-favicon {
    max-width: 500px;
    max-height: 50px;
    display: inline-flex !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .label-avatar {
    position: absolute;
    top: -1px;
    right: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 100%;
    overflow: hidden;
  }
  
  @media (max-width: 1400px) {
    .payment-method-item {
      padding: 25px 10px;
    }
  }
  
  @media (max-width: 1200px) {
    .payment-method-item {
      padding: 15px;
    }
  }
  
  .payment-method-item.badges .skills-item-meter-active {
    background: linear-gradient(to right, #ff613a, #ff9432);
  }
  
  .payment-method-item {
    padding: 15px !important;
  }
  
  .payment-method-item .author-thumb {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  
  .payment-method-item .name {
    font-size: 0.9rem !important;
    font-weight: bold !important;
  }
  
  .payment-method-item .btn {
    margin-bottom: 0;
    float: right;
    margin-top: 5px;
    max-width: 35%;
  }
  
  .payment-method-item.badges .author-thumb {
    width: 38px;
    height: 38px;
    margin-right: 25px;
  }
  
  .payment-method-item.badges .payment-method-date {
    font-size: 13px;
  }
  
  .payment-method-item.badges .skills-item {
    min-width: 220px;
    display: block;
    float: right;
    margin-bottom: 0;
    margin-top: 18px;
  }
  
  @media (max-width: 999px) {
    .payment-method-item.badges .skills-item {
      float: none;
    }
  }
  
  .inline-items > * {
    display: inline-block;
    vertical-align: middle;
  }
  
  .circle-success {
    color: #90be2e !important;
    border: 2px solid #90be2e !important;
    box-shadow: 0 2px 30px 0 rgb(150 197 49 / 28%);
  }
  
  .circle-primary {
    color: #047bf8 !important;
    border: 2px solid #047bf8 !important;
    box-shadow: 0 2px 30px 0 rgb(4 123 248 / 18%);
  }
  
  .circle-blue {
    border: 2px solid #0084ff !important;
    color: #0084ff !important;
    box-shadow: 0 2px 30px 0 rgb(0 132 255 / 10%) !important;
  }
  
  .circle-purple {
    color: purple !important;
    border: 2px solid purple !important;
    box-shadow: 0 2px 30px 0 rgb(128 0 128 / 28%);
  }
  
  .circle-info {
    color: #5bc0de !important;
    border: 2px solid #5bc0de !important;
    box-shadow: 0 2px 30px 0 rgb(91 192 222 / 26%);
  }
  
  .circle-warning {
    color: #f0ad4e !important;
    border: 2px solid #f0ad4e !important;
    box-shadow: 0 2px 30px 0 rgb(240 173 78 / 28%);
  }
  
  .incremental-button {
    position: sticky !important;
    right: -15px !important;
    margin-top: -25px !important;
    width: 25px !important;
  }
  
  .currency_state {
    display: flex;
    align-items: center;
  }
  
  /* .card-body {
      padding: 20px 20px !important;
      flex: 1 1 auto !important;
      position: relative !important
  } */
  
  i.complete {
    color: #6fc334;
    font-size: 12px;
    margin-right: 7px;
  }
  
  i.pending {
    color: #ffb204;
    font-size: 12px;
    margin-right: 7px;
  }
  
  i.cancelled {
    color: #f63b23;
    font-size: 12px;
    margin-right: 7px;
  }
  
  .status-complete {
    font-size: 13px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #6fc334 !important;
    border-image: initial !important;
    border-radius: 12px !important;
    padding: 1px 10px 3px !important;
  }
  
  .status-pending {
    font-size: 13px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #ffb204 !important;
    border-image: initial !important;
    border-radius: 12px !important;
    padding: 1px 10px 3px !important;
  }
  
  .status-cancelled {
    font-size: 13px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #f63b23 !important;
    border-image: initial !important;
    border-radius: 12px !important;
    padding: 1px 10px 3px !important;
  }
  
  .b-radius--10 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
  }
  
  .list {
    margin-top: 20px;
  }
  
  .ui-block.lists {
    transition: all 0.2s ease-in-out;
    margin-top: 0;
  }
  
  .ui-block.lists:hover {
    transform: scale(1.05);
    top: -3px;
  }
  
  .ui-block.list button {
    /*visibility: hidden*/
  }
  
  .ui-block.list:hover button {
    visibility: visible;
  }
  
  .circle {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .radio label .circle {
    border: 1px solid #dde0e9;
    height: 18px;
    width: 18px;
    border-radius: 100%;
  }
  
  .radio input[type="radio"]:checked ~ .check,
  .radio input[type="radio"]:checked ~ .circle {
    opacity: 1;
  }
  
  .radio input[type="radio"]:checked ~ .check {
    background-color: #7a82b1;
  }
  
  .radio input[type="radio"]:checked ~ .circle {
    border-color: #7a82b1;
  }
  
  .radio input[type="radio"]:checked ~ .check {
    -webkit-transform: scale3d(0.45, 0.45, 1);
    transform: scale3d(0.45, 0.45, 1);
  }
  
  .radio input[type="radio"][disabled] ~ .check,
  .radio input[type="radio"][disabled] ~ .circle {
    opacity: 0.26;
  }
  
  .radio input[type="radio"][disabled] ~ .check {
    background-color: #000;
  }
  
  .radio input[type="radio"][disabled] ~ .circle {
    border-color: #000;
  }
  
  .ui-block {
    background: #fff;
    border-radius: 15px !important;
    /*border: 1px solid #afcfff !important;*/
    margin-bottom: 20px !important;
  }
  
  .ui-block-selected {
    background: #fff !important;
    border-radius: 15px !important;
    color: #000 !important;
    border: 2px solid #198754 !important;
    box-shadow: 0px 0px 0px 2px #1abf73 !important;
  }

  .ui-block-package-selected {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #198754 !important;
    box-shadow: 0px 0px 0px 1px #1abf73 !important;
  }
  
  .ui-block .ui-block-title:last-child {
    border-bottom: 0;
  }
  
  .ui-block-title {
    padding: 23px 25px 18px;
    line-height: 1;
    border-bottom: 1px solid #e6ecf5;
    border-top: 1px solid #e6ecf5;
    display: table;
    width: 100%;
    position: relative;
    border-radius: 5px 5px 0 0;
  }
  
  .ui-block-title .more {
    padding-left: 25px;
    text-align: right;
    width: 16px;
  }
  
  .ui-block-title > * {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
  }
  
  .ui-block-title.ui-block-title-small {
    padding: 10px 25px;
  }
  
  .ui-block-title.ui-block-title-small .title {
    font-size: 9px;
    text-transform: uppercase;
    color: #9a9fbf;
  }
  
  .ui-block-title:first-child {
    border-top: none;
  }
  
  .ui-block-title .btn {
    display: inline-block;
    margin-bottom: 0;
  }
  
  .ui-block-title .btn + * {
    margin-left: 20px;
  }
  
  .ui-block-title.inline-items .more {
    float: right;
    margin-top: 6px;
    padding-left: 0;
  }
  
  .ui-block-title + .ui-block-title {
    border-bottom: none;
  }
  
  .ui-block-title .icon-add {
    margin-right: 0;
  }
  
  #accordion + .ui-block-title {
    border-top: none;
    border-bottom: none;
  }
  
  .ui-block-content {
    padding: 24px 23px 23px;
  }
  
  .custom-control-label::after,
  .custom-control-label::before {
    top: 0;
  }
  
  .form-check-primary
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #7367f0;
    background-color: #7367f0;
  }
  
  .form-check-secondary
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #868e96;
    background-color: #868e96;
  }
  
  .form-check-success
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #28c76f;
    background-color: #28c76f;
  }
  
  .form-check-info .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #1e9ff2;
    background-color: #1e9ff2;
  }
  
  .form-check-warning
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #ff9f43;
    background-color: #ff9f43;
  }
  
  .form-check-danger
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #ea5455;
    background-color: #ea5455;
  }
  
  .toggle-group .toggle-handle {
    background-color: #10163a;
  }
  
  .toggle-group .toggle-off {
    background-color: #293654;
    color: #fff;
  }
  
  .toggle input[data-size="small"] ~ .toggle-group label {
    font-size: 0.75rem;
  }
  
  .btn--capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
  }
  
  .btn--primary {
    background-color: #7367f0 !important;
  }
  
  .btn--primary:hover {
    background-color: #5e50ee !important;
  }
  
  .btn--secondary {
    background-color: #868e96 !important;
  }
  
  .btn--secondary:hover {
    background-color: #78818a !important;
  }
  
  .btn--success {
    background-color: #28c76f !important;
  }
  
  .btn--success:hover {
    background-color: #24b263 !important;
  }
  
  .btn--danger {
    background-color: #ea5455 !important;
  }
  
  .btn--danger:hover {
    background-color: #e73d3e !important;
  }
  
  .btn--warning {
    background-color: #ff9f43 !important;
  }
  
  .btn--warning:hover {
    background-color: #ff922a !important;
  }
  
  .btn--info {
    background-color: #1e9ff2 !important;
  }
  
  .btn--info:hover {
    background-color: #0d93e9 !important;
  }
  
  .btn--dark {
    background-color: #10163a !important;
  }
  
  .btn--dark:hover {
    background-color: #0a0e26 !important;
  }
  
  .btn--danger,
  .btn--dark,
  .btn--info,
  .btn--primary,
  .btn--secondary,
  .btn--success,
  .btn--warning {
    color: #fff;
  }
  
  .btn--danger:hover,
  .btn--dark:hover,
  .btn--info:hover,
  .btn--primary:hover,
  .btn--secondary:hover,
  .btn--success:hover,
  .btn--warning:hover {
    color: #fff;
  }
  
  .btn-outline--danger:hover,
  .btn-outline--dark:hover,
  .btn-outline--info:hover,
  .btn-outline--primary:hover,
  .btn-outline--secondary:hover,
  .btn-outline--success:hover,
  .btn-outline--warning:hover {
    color: #fff;
  }
  
  .btn-outline--primary {
    color: #7367f0;
    border-color: #7367f0;
  }
  
  .btn-outline--primary:hover {
    background-color: #7367f0;
  }
  
  .btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
  }
  
  .btn-outline--secondary:hover {
    background-color: #868e96;
  }
  
  .btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
  }
  
  .btn-outline--success:hover {
    background-color: #28c76f;
  }
  
  .btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
  }
  
  .btn-outline--danger:hover {
    background-color: #ea5455;
  }
  
  .btn-outline--warning {
    color: #ff9f43;
    border-color: #ff9f43;
  }
  
  .btn-outline--warning:hover {
    background-color: #ff9f43;
  }
  
  .btn-outline--info {
    color: #1e9ff2;
    border-color: #1e9ff2;
  }
  
  .btn-outline--info:hover {
    background-color: #1e9ff2;
  }
  
  .btn-outline--dark {
    color: #10163a;
    border-color: #10163a;
  }
  
  .btn-outline--dark:hover {
    background-color: #10163a;
  }
  
  .btn--shadow-default {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2) !important;
  }
  
  .btn--primary.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(115, 103, 240, 0.35);
  }
  
  .btn--primary.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(115, 103, 240, 0.45);
  }
  
  .btn--secondary.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(134, 142, 150, 0.35);
  }
  
  .btn--secondary.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(134, 142, 150, 0.45);
  }
  
  .btn--success.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(40, 199, 111, 0.35);
  }
  
  .btn--success.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(40, 199, 111, 0.45);
  }
  
  .btn--danger.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(234, 84, 85, 0.35);
  }
  
  .btn--danger.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(234, 84, 85, 0.45);
  }
  
  .btn--warning.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(255, 159, 67, 0.35);
  }
  
  .btn--warning.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(255, 159, 67, 0.45);
  }
  
  .btn--info.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(30, 159, 242, 0.35);
  }
  
  .btn--info.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(30, 159, 242, 0.45);
  }
  
  .btn--dark.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(16, 22, 58, 0.35);
  }
  
  .btn--dark.btn--shadow:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px 0 rgba(16, 22, 58, 0.45);
  }
  
  .btn-outline--primary.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(115, 103, 240, 0.35);
  }
  
  .btn-outline--primary.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(115, 103, 240, 0.45);
  }
  
  .btn-outline--secondary.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(134, 142, 150, 0.35);
  }
  
  .btn-outline--secondary.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(134, 142, 150, 0.45);
  }
  
  .btn-outline--success.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(40, 199, 111, 0.35);
  }
  
  .btn-outline--success.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(40, 199, 111, 0.45);
  }
  
  .btn-outline--danger.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(234, 84, 85, 0.35);
  }
  
  .btn-outline--danger.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(234, 84, 85, 0.45);
  }
  
  .btn-outline--warning.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(255, 159, 67, 0.35);
  }
  
  .btn-outline--warning.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(255, 159, 67, 0.45);
  }
  
  .btn-outline--info.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(30, 159, 242, 0.35);
  }
  
  .btn-outline--info.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(30, 159, 242, 0.45);
  }
  
  .btn-outline--dark.btn--shadow {
    box-shadow: 0 5px 10px 0 rgba(16, 22, 58, 0.35);
  }
  
  .btn-outline--dark.btn--shadow:hover {
    box-shadow: 0 8px 15px 0 rgba(16, 22, 58, 0.45);
  }
  
  .btn--gradi {
    border: none;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .btn--primary.btn--gradi,
  .btn-primary.btn--gradi {
    background: #640064;
    background-image: linear-gradient(
      30deg,
      #7367f0,
      rgba(115, 103, 240, 0.5)
    ) !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .btn--secondary.btn--gradi,
  .btn-secondary.btn--gradi {
    background: linear-gradient(to right, #636f8e 0, #acb8da 100%);
  }
  
  .btn--success.btn--gradi,
  .btn-success.btn--gradi {
    background: #0064fa;
    background-image: linear-gradient(
      30deg,
      #28c76f,
      rgba(40, 199, 111, 0.6)
    ) !important;
  }
  
  .btn--danger.btn--gradi,
  .btn-danger.btn--gradi {
    background: #640064;
    background-image: linear-gradient(
      30deg,
      #ea5455,
      rgba(234, 84, 85, 0.15)
    ) !important;
  }
  
  .btn--warning.btn--gradi,
  .btn-warning.btn--gradi {
    background: #fafafa;
    background-image: linear-gradient(
      30deg,
      #ff9f43,
      rgba(255, 159, 67, 0.5)
    ) !important;
  }
  
  .btn--info.btn--gradi,
  .btn-info.btn--gradi {
    background: linear-gradient(30deg, #4eb4f5 0, #0b75b9 100%) !important;
  }
  
  .btn--dark.btn--gradi,
  .btn-dark.btn--gradi {
    background: linear-gradient(30deg, #7180d8 0, #000 100%) !important;
  }
  
  .nk-auth-body,.nk-auth-footer{max-width:80%!important;}
  .div-text-white {
    color: #fff !important;
  }
  
  .text-indigo {
    color: #4b0082 !important;
  }
  
  .apex--cus-chart,
  .chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
  }
  
  select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008ffb
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60px' height='60px'><polyline fill='white' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>")
      no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial, tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  
  select.flat-select:focus,
  select.flat-select:hover {
    border: 0;
    outline: 0;
  }
  
  .apexcharts-canvas {
    margin: 0 auto;
  }
  
  .alert.alert-dismissible {
    padding-right: 30px !important;
  }
  
  .alert:not(.full-width):not([full-width]) {
    padding: 8px 25px !important;
    border-radius: 10px !important;
    /* box-shadow:inset 0 0 3px #0d7eff;; */
    /* border-top-right-radius: 21px !important;
      border-bottom-left-radius: 21px !important; */
    font-size: 14px !important;
    max-width: fit-content !important;
  }
  
  /* .alert-dismissible .close {
    top: -3px !important;
    color: #ffffff !important;
    padding: 1.3rem 0.1rem 1rem 1rem !important;
    opacity: 1;
  }
  button.close {
    color: #fff!important;
  } */
  
  .alert-primary {
    background-color: #4466d8 !important;
    color: #ffffff !important;
    border-color: #2f55d4 !important;
  }
  
  .alert-primary .alert-link {
    color: #122258 !important;
  }
  
  .alert-outline-primary {
    background-color: #ffffff !important;
    color: #2f55d4 !important;
    border-color: #2f55d4 !important;
  }
  
  .alert-secondary {
    background-color: #65799f !important;
    color: #ffffff !important;
    border-color: #5a6d90 !important;
  }
  
  .alert-secondary .alert-link {
    color: #1f2632 !important;
  }
  
  .alert-outline-secondary {
    background-color: #ffffff !important;
    color: #5a6d90 !important;
    border-color: #5a6d90 !important;
  }
  
  /* .alert-success {
    background-color: #3ed397 !important;
    color: #ffffff !important;
    border-color: #2eca8b !important;
  } */
  
  .alert-success .alert-link {
    color: #124d35 !important;
  }
  
  .alert-outline-success {
    background-color: #ffffff !important;
    color: #2eca8b !important;
    border-color: #2eca8b !important;
  }
  
  .alert-warning {
    background-color: #f3833d !important;
    color: #ffffff !important;
    border-color: #f17425 !important;
  }
  
  .alert-warning .alert-link {
    color: #753208 !important;
  }
  
  .alert-outline-warning {
    background-color: #ffffff !important;
    color: #f17425 !important;
    border-color: #f17425 !important;
  }
  
  /* .alert-info {
    background-color: #1ab6cf !important;
    color: #ffffff !important;
    border-color: #17a2b8 !important;
  }
  
  .alert-info .alert-link {
    color: #062a30 !important;
  }
  
  .alert-outline-info {
    background-color: #ffffff !important;
    color: #17a2b8 !important;
    border-color: #17a2b8 !important;
  } */
  
  .alert-danger {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    border-color: #ff0000 !important;
}
  
  .alert-danger .alert-link {
    color: #ff0000 !important;
  }
  
  .alert-outline-danger {
    background-color: #ffffff !important;
    color: #ff0000 !important;
    border-color: #ff0000 !important;
  }
  
  .alert-dark {
    background-color: #465467 !important;
    color: #ffffff !important;
    border-color: #3c4858 !important;
  }
  
  .alert-dark .alert-link {
    color: black !important;
  }
  
  .alert-outline-dark {
    background-color: #ffffff !important;
    color: #3c4858 !important;
    border-color: #3c4858 !important;
  }
  
  .alert-muted {
    background-color: #939fb1 !important;
    color: #ffffff !important;
    border-color: #8492a6 !important;
  }
  
  .alert-muted .alert-link {
    color: #3d4654 !important;
  }
  
  .alert-outline-muted {
    background-color: #ffffff !important;
    color: #8492a6 !important;
    border-color: #8492a6 !important;
  }
  
  .alert-light {
    background-color: white !important;
    color: #ffffff !important;
    border-color: #f8f9fc !important;
  }
  
  .alert-light .alert-link {
    color: #8d9dce !important;
  }
  
  .alert-outline-light {
    background-color: #ffffff !important;
    color: #f8f9fc !important;
    border-color: #f8f9fc !important;
  }
  
  .inputTxtError {
    border: 1px solid red !important;
  }
  
  .inputError {
    margin-bottom: -2rem;
    font-size: smaller;
    color: red;
  }
  
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.5rem + 2px);
  }
  
  /* .pull-right button {
      color: #ffffff !important;
  } */
  
  #phoneInput .field-wrapper {
    position: relative;
    text-align: center;
  }
  
  #phoneInput .form-group {
    min-width: 300px;
    width: 50%;
    margin: 4em auto;
    display: flex;
    border: 1px solid rgba(96, 100, 104, 0.3);
  }
  
  #phoneInput .letter {
    height: 50px;
    border-radius: 0;
    border: none;
    text-align: center;
    max-width: calc((100% / 10) - 1px);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% / 10);
    outline-style: none;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: red;
  }
  
  #phoneInput .letter + .letter {
    border-left: 1px solid #0e0d35;
  }
  
  @media (max-width: 480px) {
    #phoneInput .field-wrapper {
      width: 100%;
    }
  
    #phoneInput .letter {
      font-size: 16px;
      padding: 2px 0;
      height: 35px;
    }
  
    #phoneInput .letter {
      max-width: calc((100% / 7) - 1px);
    }
  }
  
  .width-phone {
    padding: 0 !important;
    padding-left: 75px !important;
  }
  
  #partitioned {
    padding-left: 0px;
    letter-spacing: 42px;
    border: 0;
    height: 45px;
    background-image: linear-gradient(
      to left,
      #000 70%,
      rgba(255, 255, 255, 0) 0
    );
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 47px;
    width: 350px;
    min-width: 350px;
    margin-bottom: 30px;
  }
  
  #partitioned:focus {
    outline: 0;
  }
  
  #divInner {
    left: 0;
    position: sticky;
  }
  
  #divOuter {
    width: 300px;
    overflow: hidden;
  }
  
  .authypartitioned {
    width: 375px !important;
  }
  
  .authydivOuter {
    width: 350px !important;
    overflow: hidden;
  }
  
  .buttons-html5,
  .buttons-print {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    color: #ffffff !important;
  }
  
  /* .nav {
    flex-wrap: inherit !important;
  } */
  
  .bg-teal {
    background-color: #008080 !important;
  }
  
  .bg-orange {
    background-color: #ffa500 !important;
  }
  
  .bg-brown {
    background-color: #a52a2a !important;
  }
  
  .bg-purple {
    background-color: #800080 !important;
  }
  
  .bg-red {
    background-color: #ff0000 !important;
  }
  
  .bg-gold {
    background-color: #ffc107 !important;
  }
  
  .hidden {
    display: none !important;
  }
  
  .flag-icon-lg {
    font-size: 1.8rem;
  }
  
  .flag-icon-xl {
    font-size: 2.5rem;
  }
  
  .flag-icon-rounded {
    border-radius: 0.2rem;
  }
  
  .flag-icon-circle {
    border-radius: 50%;
  }
  
  .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    border-radius: 50% !important;
  }
  
  .refresh-table {
    display: inline-block !important;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .maxw-img-100 img {
    max-width: 100%;
  }
  
  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px !important;
    }
  }
  
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px !important;
    }
  }
  
  .table-cell-narrow {
    max-width: 10vw; /* Set the maximum width you want */
    overflow: hidden; /* Hide overflowing content */
    white-space: normal; /* Prevent line breaks */
    text-overflow: ellipsis; /* Show ellipsis (...) for truncated content */
  }
  .uppercase {
    text-transform: uppercase;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .text-left {
    text-align: left !important;
  }
  .text-right {
    text-align: right !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-justify {
    text-align: justify !important;
  }
  .text-shadow {
    text-shadow: 1px 1px 5px #000000;
  }
  .pull-right {
    float: right;
  }
  /* Summernote Additional CSS */
  .note-editable {
    background: #fff;
  }
  .note-modal {
    border-radius: 20px;
    z-index: 2000;
  }
  .note-modal-footer {
    height: 35px;
    padding: inherit;
}
  .note-btn.dropdown-toggle:after {
    content: none;
  }
  .note-btn[aria-label="Help"] {
    display: none;
  }
  
  .note-editor .note-toolbar .note-color-all .note-dropdown-menu,
  .note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 185px;
  }
  
  .custom-dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
  }
  .custom-dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
  }
  .custom-dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
  }
  .custom-dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    /* padding: 0.5em 1em; */
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #737373;
    border: 1px solid transparent;
    border-radius: 2px;
  }
  .custom-dataTables_wrapper .dataTables_paginate.paging_simple_numbers .pagination .paginate_button a {
    padding: 0.5em 1em!important;
    border-radius: 2px!important;
    border: 0;
    margin: 0!important;
    min-width: 1.5em!important;
  }
  .input-group input {
    width: 10px;
  }
  .input-group .input-group-prepend {
    height: 10px;
  }
  .input-group .input-group-text:not(.ig-ignore) {
    height: 40px;
  }
  .input-group .form-control-wrap input {
    width: -webkit-fill-available;
  }

  .theme-gradient:not(span) {
    background: var(--vivera-button-bg)!important;
  }
  .btn-theme i {
    color: var(--white)
  }
  .btn-theme {
    color: #fff;
    background: var(--vivera-button-bg);
    border: 1px solid #6e798a45;
  }
  
  .btn-theme:hover {
    color: #fff;
    background-color: #5e944f;
    border-color: #5e944f;
  }
  
  .btn-theme:focus,
  .btn-theme.focus {
    box-shadow: 0 0 0 0.2rem #5e944f;
  }
  
  .btn-theme.disabled,
  .btn-theme:disabled {
    color: #fff;
    background-color: #5e944f;
    border-color: #5e944f;
  }
  
  .btn-theme:not(:disabled):not(.disabled):active,
  .btn-theme:not(:disabled):not(.disabled).active,
  .show > .btn-theme.dropdown-toggle {
    color: #fff;
    background-color: #5e944f;
    border-color: #5e944f;
  }
  
  .btn-theme:not(:disabled):not(.disabled):active:focus,
  .btn-theme:not(:disabled):not(.disabled).active:focus,
  .show > .btn-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 148, 72, 0.5);
  }

  .btn-air-theme {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-theme:hover, .btn-air-theme:active, .btn-air-theme:not([disabled]):not(.disabled):active {
    background-color: #0d656c;
    border-color: #0d656c;
  }
  
  .input-air-theme {
    -webkit-box-shadow: 0 3px 5px 1px rgba(13, 167, 89, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(13, 167, 89, 0.1) !important;
  }
  .input-air-theme:focus {
    border-color: #0d656c;
  }

  .btn-light:not([disabled]):not(.disabled).active.active {
    color: #3D434A;
    background-color: #efefef !important;
  }
  
  .btn-primary-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(#948cc7), color-stop(51%, #6054ad), to(#948cc7));
    background-image: linear-gradient(to right, #948cc7 0%, #6054ad 51%, #948cc7 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
  }
  .btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#948cc7), color-stop(0%), color-stop(#6054ad), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #948cc7, 0%, #6054ad, 100%, #fff) !important;
  }
  
  .btn-secondary-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(#69b4de), color-stop(51%, #2c91ca), to(#69b4de));
    background-image: linear-gradient(to right, #69b4de 0%, #2c91ca 51%, #69b4de 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#69b4de), color-stop(0%), color-stop(#2c91ca), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #69b4de, 0%, #2c91ca, 100%, #fff) !important;
  }
  
  .btn-success-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(#10cd6d), color-stop(51%, #0a8145), to(#10cd6d));
    background-image: linear-gradient(to right, #10cd6d 0%, #0a8145 51%, #10cd6d 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#10cd6d), color-stop(0%), color-stop(#0a8145), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #10cd6d, 0%, #0a8145, 100%, #fff) !important;
  }
  
  .btn-danger-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(#e96565), color-stop(51%, #dd1f1f), to(#e96565));
    background-image: linear-gradient(to right, #e96565 0%, #dd1f1f 51%, #e96565 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#e96565), color-stop(0%), color-stop(#dd1f1f), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #e96565, 0%, #dd1f1f, 100%, #fff) !important;
  }
  
  .btn-warning-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(#de9069), color-stop(51%, #ca602c), to(#de9069));
    background-image: linear-gradient(to right, #de9069 0%, #ca602c 51%, #de9069 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#de9069), color-stop(0%), color-stop(#ca602c), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #de9069, 0%, #ca602c, 100%, #fff) !important;
  }
  
  .btn-info-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(#3ed1fa), color-stop(51%, #06b0e0), to(#3ed1fa));
    background-image: linear-gradient(to right, #3ed1fa 0%, #06b0e0 51%, #3ed1fa 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#3ed1fa), color-stop(0%), color-stop(#06b0e0), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #3ed1fa, 0%, #06b0e0, 100%, #fff) !important;
  }
  
  .btn-light-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(51%, #e0e0e0), to(white));
    background-image: linear-gradient(to right, white 0%, #e0e0e0 51%, white 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(0%), color-stop(#e0e0e0), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, white, 0%, #e0e0e0, 100%, #fff) !important;
  }
  
  .btn-dark-gradien {
    background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(51%, #1b1f27), to(#3d4557));
    background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%);
    border: none;
    color: #fff;
    background-size: auto 200%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background-position: right center;
    background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(0%), color-stop(#1b1f27), color-stop(100%), to(#fff)) !important;
    background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important;
  }
  
  .btn {
    padding: 0.375rem 1.75rem;
  }
  .btn.bg-light-primary:hover {
    background: #7A70BA !important;
    color: #fff !important;
  }
  .btn.bg-light-secondary:hover {
    background: #48A3D7 !important;
    color: #fff !important;
  }
  .btn.bg-light-warning:hover {
    background: #D77748 !important;
    color: #fff !important;
  }
  .btn.bg-light-tertiary:hover {
    background: #C95E9E !important;
    color: #fff !important;
  }
  
  .btn-lg {
    font-size: 18px;
  }
  
  .btn-sm {
    font-size: 12px;
  }
  
  .btn-xs {
    padding: 0.05rem 0.4rem;
    font-size: 11px;
  }
  
  .large-btn {
    margin-bottom: -20px;
  }
  .large-btn .btn {
    margin-right: 5px;
    margin-bottom: 15px;
  }
  
  .btn-outline-white {
    border: 1px dashed #fff;
    color: #fff;
  }
  .btn-outline-white:hover, .btn-outline-white:focus {
    background: #fff;
  }
  
  .btn-air-primary {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active {
    background-color: #5c50a7;
    border-color: #5c50a7;
  }
  
  .input-air-primary {
    -webkit-box-shadow: 0 3px 5px 1px rgba(122, 112, 186, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(122, 112, 186, 0.1) !important;
  }
  .input-air-primary:focus {
    border-color: #7A70BA;
  }
  
  .btn-air-secondary {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active {
    background-color: #2a8bc2;
    border-color: #2a8bc2;
  }
  
  .input-air-secondary {
    -webkit-box-shadow: 0 3px 5px 1px rgba(72, 163, 215, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(72, 163, 215, 0.1) !important;
  }
  .input-air-secondary:focus {
    border-color: #48A3D7;
  }
  
  .btn-air-success {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active {
    background-color: #097840;
    border-color: #097840;
  }
  
  .input-air-success {
    -webkit-box-shadow: 0 3px 5px 1px rgba(13, 167, 89, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(13, 167, 89, 0.1) !important;
  }
  .input-air-success:focus {
    border-color: #0DA759;
  }
  
  .btn-air-danger {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active {
    background-color: #d41e1e;
    border-color: #d41e1e;
  }
  
  .input-air-danger {
    -webkit-box-shadow: 0 3px 5px 1px rgba(228, 65, 65, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(228, 65, 65, 0.1) !important;
  }
  .input-air-danger:focus {
    border-color: #E44141;
  }
  
  .btn-air-tertiary {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-tertiary:hover, .btn-air-tertiary:active, .btn-air-tertiary:not([disabled]):not(.disabled):active {
    background-color: #b73d86;
    border-color: #b73d86;
  }
  
  .input-air-tertiary {
    -webkit-box-shadow: 0 3px 5px 1px rgba(201, 94, 158, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(201, 94, 158, 0.1) !important;
  }
  .input-air-tertiary:focus {
    border-color: #C95E9E;
  }
  
  .btn-air-info {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active {
    background-color: #06a8d6;
    border-color: #06a8d6;
  }
  
  .input-air-info {
    -webkit-box-shadow: 0 3px 5px 1px rgba(22, 199, 249, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(22, 199, 249, 0.1) !important;
  }
  .input-air-info:focus {
    border-color: #16C7F9;
  }
  
  .btn-air-light {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
  }
  
  .input-air-light {
    -webkit-box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important;
  }
  .input-air-light:focus {
    border-color: #f4f4f4;
  }
  
  .btn-air-dark {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active {
    background-color: #171a21;
    border-color: #171a21;
  }
  
  .input-air-dark {
    -webkit-box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important;
  }
  .input-air-dark:focus {
    border-color: #2c323f;
  }
  
  .btn-air-warning {
    -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
            box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
  }
  .btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active {
    background-color: #c25c2a;
    border-color: #c25c2a;
  }
  
  .input-air-warning {
    -webkit-box-shadow: 0 3px 5px 1px rgba(215, 119, 72, 0.1) !important;
            box-shadow: 0 3px 5px 1px rgba(215, 119, 72, 0.1) !important;
  }
  .input-air-warning:focus {
    border-color: #D77748;
  }
  
  .btn-gradient {
    color: #fff !important;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 5px;
    background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%);
    letter-spacing: 0.06rem;
  }
  .btn-gradient:hover {
    background-size: 100% !important;
  }
  
  .btn-warning {
    color: #fff;
  }
  .btn-warning:hover, .btn-warning.disabled {
    color: #fff;
  }
  
  [class*=-gradien]:hover {
    background-size: 50% 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
  }
  
  .btn-square {
    border-radius: 0px;
  }
  
  .btn-pill {
    border-radius: 60px;
  }
  
  .btn-group-pill .btn:first-child {
    border-radius: 60px 0 0 60px;
  }
  .btn-group-pill .btn:last-child {
    border-radius: 0 60px 60px 0;
  }
  
  .btn-group-square .btn:first-child {
    border-radius: 0px 0 0 0px;
  }
  .btn-group-square .btn:last-child {
    border-radius: 0 0px 0px 0;
  }
  
  .btn-showcase {
    margin-bottom: -10px;
  }
  .btn-showcase .btn {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  
  .btn-dropdown-showcase {
    margin-bottom: -10px;
  }
  .btn-dropdown-showcase .dropdown {
    margin-bottom: 10px;
    margin-right: 18px;
  }
  .btn-dropdown-showcase .btn-group {
    margin-bottom: 10px;
    margin-right: 18px;
  }
  
  .btn-group .radio label::before {
    top: 2px;
  }
  .btn-group .radio label::after {
    top: 7px;
  }
  .btn-group .checkbox label {
    margin-top: 3px;
  }
  
  .btn-group-showcase > div {
    margin-bottom: -20px;
  }
  .btn-group-showcase > div label {
    margin-bottom: 0;
  }
  .btn-group-showcase .btn-group {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .btn-group-showcase .checkbox input[type=checkbox] {
    display: none;
  }
  .btn-payment {
    background-color: #1DBDA0;
    border-radius: 8px;
    padding: 10px 30px;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
  }
  
  /* Hover effect */
  .btn-payment:hover {
    background-color: #17a58f;
  }
  
  /* Disabled effect */
  .btn-payment:disabled,
  .btn-payment[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
    /* Optionally, you can change the styles further for a disabled look */
  }
  .sing-up-right .form-control {
    padding: 7px 0px 7px 2px!important;
  }
  .sing-up-right i {
    position: inherit!important;
  }
  .sing-up-right .input-group {
    position: relative!important;
    display: flex;
    flex-wrap: inherit!important;
  }

  
    /* .table td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: break-spaces;
    } */

    /* Styles for mobile devices */
@media screen and (max-width: 767px) {
  .wizard ul > li,
  .tabcontrol ul > li {
      display: contents;
  }
}

/* Styles for other devices */
@media screen and (min-width: 768px) {
  .wizard ul > li,
  .tabcontrol ul > li {
      display: block;
  }
}

.wizard > .content {
  background: inherit;
  border-radius: 15px;
  display: block;
  /* min-height: 35em !important; */
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: var(--vivera-button-bg);
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: var(--vivera-button-bg);
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
  background: var(--vivera-button-bg-disabled);
  color: #fff;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: var(--vivera-button-bg-disabled);
  color: #fff;
}
.text-gold {
  color: gold;
  text-shadow: 2px 2px 4px rgba(0, 251, 43, 1); /* Horizontal offset, Vertical offset, Blur radius, Shadow color */
}
.widgets1 {
  display: flex;
  align-items: center
}

.widgets1 .icon {
  width: 80px;
  text-align: center
}

.widgets2 {
  display: flex;
  justify-content: space-between
}
.widgets2 .icon {
  font-size: 37px
}
.widgets2 h6,
.currency_state .number,
.feeds_widget,
.w_user ul {
    margin-bottom: 0px
}
.widgets2 h2 {
  margin-bottom: 20px
}
.state-valid {
  padding-right: 2rem;
  background: str-replace(url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#21ba45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>"), "#", "%23") no-repeat center right 0.5rem/1rem
}

.state-invalid {
  padding-right: 2rem;
  background: str-replace(url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#db2828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>"), "#", "%23") no-repeat center right 0.5rem/1rem
}
.alert-dismissible .btn-close {
  padding: 0.9rem 0.5rem!important;
}
.visibility-hidden {
  visibility: hidden;
}
.select2-dropdown {
  z-index: 9999!important;
}

.nk-kyc-app-icon {
  margin-bottom: 2rem
}

.nk-kyc-app-icon .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  font-size: 36px;
  border-radius: 50%;
  color: #8094ae;
  border: 2px solid #dbdfea
}

.nk-kyc-app-text:not(:last-child) {
  margin-bottom: 2rem
}

.nk-kycfm-head {
  display: flex;
  align-items: center
}

.nk-kycfm-content,
.nk-kycfm-footer,
.nk-kycfm-head {
  padding: 1.5rem
}

.nk-kycfm-content:not(:last-child),
.nk-kycfm-footer:not(:last-child),
.nk-kycfm-head:not(:last-child) {
  border-bottom: 1px solid #e5e9f2
}

.nk-kycfm-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  font-size: 16px;
  border-radius: 50%;
  color: #526484;
  border: 2px solid #dbdfea;
  margin-right: 1rem;
  flex-shrink: 0
}

.nk-kycfm-title .title {
  margin: .25rem 0
}

.nk-kycfm-content .title {
  margin-bottom: .75rem
}

.nk-kycfm-note {
  color: #8094ae;
  display: flex
}

.nk-kycfm-note:not(:last-child) {
  margin-bottom: 1rem
}

.nk-kycfm-note .icon {
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 1.65
}

.nk-kycfm-label {
  display: flex;
  align-items: center;
  border: 2px solid #e5e9f2;
  border-radius: 4px;
  padding: .5rem 2.875rem .5rem 1rem;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -.01rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 0
}

.nk-kycfm-label::after {
  position: absolute;
  right: 1.375rem;
  top: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  transform: translateY(-50%);
  font-family: Nioicon;
  content: "";
  color: #fff;
  background: #6576ff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s
}

.nk-kycfm-label-icon {
  position: relative;
  width: 34px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 12px
}

.nk-kycfm-label-icon .label-icon {
  transition: all .3s;
  color: #8094ae;
  width: 100%;
  height: 28px
}

.nk-kycfm-control {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0
}

.nk-kycfm-control-list {
  display: flex;
  flex-wrap: wrap
}

.nk-kycfm-control-list+* {
  margin-top: 1.25rem
}

.nk-kycfm-control-item {
  position: relative;
  flex-grow: 1
}

.nk-kycfm-control:checked~.nk-kycfm-label {
  border-color: #6576ff
}

.nk-kycfm-control:checked~.nk-kycfm-label:after {
  opacity: 1
}

.nk-kycfm-control:checked~.nk-kycfm-label .label-icon {
  color: #6576ff
}

.nk-kycfm-upload:not(:first-child) {
  margin-top: 1.5rem
}

@media (min-width:576px) {

  .nk-kycfm-content,
  .nk-kycfm-footer,
  .nk-kycfm-head {
      padding: 1.5rem 2.25rem
  }

  .nk-kycfm-content {
      padding-bottom: 1.75rem
  }

  .nk-kycfm-footer {
      padding: 2.25rem
  }
}

.nk-refwg {
  display: flex;
  flex-wrap: wrap
}

.nk-refwg-invite,
.nk-refwg-stats {
  width: 100%
}

.nk-refwg-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem
}

.nk-refwg-group {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 30px
}

.nk-refwg-name .title {
  font-size: 13px;
  color: #6576ff
}

.nk-refwg-name .title .icon {
  color: #8094ae;
  font-size: .75rem;
  margin-left: .125rem
}

.nk-refwg-info {
  flex-grow: 1;
  text-align: center;
  display: flex;
  justify-content: space-around
}

.nk-refwg-info .title {
  font-size: 1.125rem;
  font-weight: 500
}

.nk-refwg-more {
  position: absolute;
  right: -4px;
  top: -2px
}

.nk-refwg .nk-refwg-invite {
  border-bottom: 1px solid #dbdfea
}

.nk-refwg-ck {
  height: 50px;
  margin-top: .75rem
}

@media (min-width:768px) {
  .nk-refwg .nk-refwg-invite {
      width: 55%;
      border-bottom: none;
      border-right: 1px solid #dbdfea
  }

  .nk-refwg .nk-refwg-stats {
      width: 45%
  }
}