/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/*css for &#x2190;Back button*/


/*END: css for &#x2190;Back button*/

/********************"partnershushrusha/shushrushadash.html"*************************/
.range-slider{
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#range { -webkit-appearance: none; width: 100%; }
#range:focus { outline: none; }

#range::before, #range::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0,0,0,.1);
	border-radius: 4px;
}
#range::before { left: 0; content: attr(data-min); }
#range::after { right: 0; content: attr(data-max); }

#range::-webkit-slider-runnable-track {
	width: 100%;
	height: 1rem;
	cursor: pointer;
	animation: 0.2s;
	background: linear-gradient(90deg, #6BA132 var(--range-progress), #dee4ec var(--range-progress));
	border-radius: 1rem;
}
#range::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid #6BA132;
	box-shadow: 0 1px 3px rgba(0,0,255,.3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px; width: 32px;
	transform: translateY(calc(-50% + 8px));
}

#tooltip {
	position: absolute;
	top: -2.25rem;
}
#tooltip span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #6BA132;
	font-size: 1.25rem;
	left: 50%;
	transform: translate(-50%, 0);
}
#tooltip span:before {
	position: absolute;
	content: "";
	left: 50%; bottom: -8px;
	transform: translateX(-50%);
	width: 0; height: 0;
	border: 4px solid transparent;
	border-top-color: #6BA132;
}
/********************"partnershushrusha/shushrushadash.html"*************************/


/********************"partnershushrusha/shushrushadash.html"*************************/

/********************"partnershushrusha/shushrushadash.html"*************************/


