/*================================================================================
	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.  */
button.create-user-in-radio-btn {
    background-color: rgba(115, 103, 240, 0.12);
    color: #7367f0 !important;
    border: none;
    border-radius: 22px;
}
span#select2-x541-container {
    text-align: left;
}
.img-size1{
	width: 42%;
}
.img-size2{
	width: 60%;
}
.img-size3{
	width: 50%;
}
.img-size4{
	width: 45%;
}
.number-transition-icon{
	width: 15%;
	padding-right: 5px;
}
.number-transition-icon1{
	width: 10%;

}
/* checkbox code */
.round {
	position: relative;
	
  }
  
  .round label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
  }
  
  .round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 3px;
	opacity: 0;
	position: absolute;
	top: 5px;
	transform: rotate(-45deg);
	width: 12px;
  }
  
  .round input[type="checkbox"] {
	visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
	background-color: rgb(115, 103, 240) !important;
	border-color: rgb(115, 103, 240);
  }
  
  .round input[type="checkbox"]:checked + label:after {
	opacity: 1;
  }
  
 
  .navigation-header span {color:#ed8b12; font-weight: bold;  }
 