.custom-dropify-error-message ~ .invalid-feedback {
    margin-top: 19px !important;
    z-index: 33 !important;
    position: absolute !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

/* #qr-scanner__dashboard_section_swaplink {
    display: none !important;
} */

#qr-scanner__dashboard_section_csr div button,
#qr-scanner__dashboard_section_csr span button {
    background-color: #5156be !important;
    border: none;
    padding: 15px;
    color: white;
    border-radius: 5px;
    transition: 0.2s;
}

#qr-scanner__dashboard_section_csr div button:hover {
    background-color: #383b86 !important;
}

.custom-loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgb(26 108 97 / 56%);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }

  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
