@import url("iransansfa.css");

* {
	font-family: iransansfa !important;
}

.no-scrollbar::-webkit-scrollbar {
	display: none;
}

.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.hole {
	background: transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

input[type='range']::-webkit-slider-runnable-track {
	background: -webkit-linear-gradient(right, #084642 var(--tw-range-thumb-position, 0%), #d1d5db var(--tw-range-thumb-position, 0%));
	border-radius: 9999px;
	width: 100%;
	height: 10px;
	cursor: pointer;
}


input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	margin-top: -8px;
	background: #084642;
	border-radius: 9999px;
	border: 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

input[type='range']:focus {
	outline: none;
} 

/*input[type='range']::-webkit-slider-runnable-track {*/
/*	background: linear-gradient(270deg, #084642 var(--tw-range-thumb-position, 0%), #d1d5db var(--tw-range-thumb-position, 0%));*/
/*	border-radius: 9999px;*/
/*	width: 100%;*/
/*	height: 10px;*/
/*	cursor: pointer;*/
/*}*/

/*input[type='range']::-webkit-slider-thumb {*/
/*	appearance: none;*/
/*	width: 24px;*/
/*	height: 24px;*/
/*	margin-top: -8px;*/
/*	background: #084642;*/
/*	border-radius: 9999px;*/
/*	border: 0;*/
/*	cursor: pointer;*/
/*	position: relative;*/
/*	z-index: 1;*/
/*}*/

/*input[type='range']:focus {*/
/*	outline: none;*/
/*}*/
