.inr-before::before{ content: '₹ '; }
.inr-after::after{ content: ' ₹'; }
.usd-before::before{ content: '$ '; }
.usd-after::after{ content: ' $'; }
.overflow-dots{ overflow: hidden !important; white-space: nowrap !important; text-overflow: ellipsis !important; }
[onclick]{ cursor: pointer !important; }
.btn-theme{ color: #000; background: #f8ab11 !important; border-color: #f8ab11 !important; }
.wait_screen{ display: block; width: 100%; height: 100%; position: fixed; z-index: 99999; top: 0; left: 0; background: #ffffff; display: none; }
.loading_screen{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.text-gray{ color: #a3a1a1 !important; }