    .notification-toast-wrap {
        display: block;
        position: fixed;
        width: 25rem;
        pointer-events: none !important;
        letter-spacing: normal;
        z-index: 9000 !important;
    }
    .notification-toast-wrap.top-right {
        top: 2rem;
        right: 5rem;
    }
    .custom-input {
		height: 3rem;
		width: 3rem;
		border: 1px solid #000;
		border-radius: 5px;
		text-align: center;
		font-weight: bold;
		line-height: 1px;
	}
	.otp-container {
		display: flex;
		gap: 1rem;
	}
	.remittance-cards {
	    width: 50%;
	}

	#async-loader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--ct-tertiary-bg);
      z-index: 9999;
    }

    #async-status {
      width: 80px;
      height: 80px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -40px 0 0 -40px;
    }

    .margin-btn-end {
        margin-right: 1.5rem;
    }
    .margin-btn-end {
        margin-right: 1.5rem;
    }

    .table-responsive {
      margin-bottom: 1rem;
      overflow-x: auto;
    }

    .table th, .table td {
      white-space: nowrap;
    }
