/*================================================================================
	Item Name: Vuesax HTML Admin Template
	Version: 1.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.  */

.hidden-label {
    display: none;
}

.has-icon-left .form-control-position i { /* Fix for icon in form fields */
    color: #C2C6DC;
}

.tooltip {
	width: 120px;
	height: 24px;
	position: absolute;
	display: none;
	padding: 6px;
	box-sizing: border-box;
	font-size: 11px;
	border-radius: 2px;
	background-color: rgb(76, 175, 80);
	text-align: center;
	z-index: 1000;
	top: 3px;
	left: 10px;
	pointer-events: none;
	color: #fff;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #262C49 inset !important;
    background-color: #262C49 !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #C2C6DC !important;
}


