/*================================================================================
	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.  */



.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #8b81f3;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  .color_disabled {
	  color:#6e6b7b;
	  

  }
  
  .color_disabled:hover {
	color:#6e6b7b;
	

}


  .color_disabled .feather {
	
	font-size: 48px;
	height: 18px !important;
	width: 19px !important;
}


.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 22px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    margin-top: 10px;
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
	background-color:  #28c76f !important
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

  /* Sidebar Logo */
  .navbar-logo{
	margin-top: 0.35rem !important;
  }
  .navbar-logo img{
	  width: 60%;
  }
  /* .main-menu.menu-light .navigation > li.active > a{
	  background: #30C974;
  }
  .btn-primary{
	  background-color: #30C974 !important;
	  border-color: #30C974 !important;
  }
  .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box{
	  background-color: #30C974;
  }
  .main-menu.menu-light .navigation > li ul .active{
	background: #30C974 !important;
	  
  }
  .header-navbar .navbar-container ul.navbar-nav li i.ficon:hover, .header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover{
	  color: #30C974 !important;
  } */
  .add-new-btn{
    padding: 12px 35px;
  }
.login-logo{
  width: 60%;
}
.rounded-circle {
  border-radius: 50%!important;
}
.b-avatar {
  text-align: center;
}
.b-avatar.badge-light-danger {
  background-color: rgba(234,84,85,.12);
}
.b-avatar .b-avatar-img img {
  border-radius: inherit;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
 img {
  /* border-style: none; */
}
