.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: #1e1f27; display: none; }
.loading_screen{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.my-bg-primary{ background-color: #171f2a !important; }
.border-bottom{ border-color: #202937 !important; }
textarea.form-select, input.form-select{ background-image: none !important; }
.alert p{ color: #000 !important; }