@font-face {
	font-family: vazir;
	font-weight: 300;
	src: url('../fonts/Vazirmatn-Medium.woff');
	font-style: normal;
	src: url('../fonts/Vazirmatn-Medium.woff?#iefix') format('embedded-opentype'), url('../fonts/Vazirmatn-Medium.woff2') format('woff2'), url('../fonts/Vazirmatn-Medium.woff') format('woff'), url('../fonts/Vazirmatn-Medium.ttf') format('truetype');
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
label,
input,
select,
button {
	font-family: vazir;
}

body {
	direction: rtl;
}

.listTitle {
	--a: -45deg;
	/* control the angle */
	--t: .23em;
}

.listTitle span {
	--_s: calc(var(--t)*cos(var(--a)));
	background:
		linear-gradient(var(--a), #0000 var(--_s), currentColor 0 calc(100% - var(--_s)), #0000 0) bottom/var(--i, 90%) var(--t) no-repeat;
	padding: 0 .25em calc(var(--t) + .1em);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	transition: .3s;
	cursor: pointer;
}

.listTitle:hover span {
	--i: 100%;
}

.coinList {
	height: 200px;
	overflow-y: scroll
}

.coinList::-webkit-scrollbar {
	width: 5px;
}

.coinList::-webkit-scrollbar-track {
	border-radius: 3px;
	background-color: #fff;
}

.coinList::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgb(102 102 255);
	-webkit-box-shadow: inset 0 0 6px rgb(102 102 255);
}

.coinCard {
	cursor: pointer;
}

.coinCard:hover {
	background-color: #242f46;
}

.coinPrice {
	float: left;
	line-height: 45px;
	font-size: 11px
}

#coinAmount,
#irtAmount,#cardNumber,#shebaNumber {
	text-align: right !important;
}
.form-control:disabled{
	background-color: #0b1118;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

#qrImage {
	width: 150px;
	height: 150px;
	margin: auto;
}

.lds-grid,
.lds-grid div {
  box-sizing: border-box;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: currentColor;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}


.supportBtn {
  padding: 10px 20px;
  border-radius: 4px;
}

#supportDiv {
  position: fixed;
  bottom: -4px;
  right: 10px;
  padding-bottom: 5px;
}