.bg-warning {

	background-image: linear-gradient(to left, #f7971e 0%, #ffd200 100%);

}


.btn-float {
	position:fixed;
	bottom:20px;
	left: 40%;	
}

.btn-yellow{
	background-image: linear-gradient(to left, #f7971e 0%, #ffd200 100%);
	border: none;
	filter: drop-shadow(2.5px 2.5px 2.5px #f7971e );


}

.btn-yellow:hover {
	background-position: right center !important; 
}


.btn-bluecolor {
	background-image: linear-gradient(to right, #314755 0%, #26a0da 100%);
	border: none;
	filter: drop-shadow(2.5px 2.5px 2.5px #26a0da);

}
.btn-bluecolor:hover { background-position: right center; }

.btn-greencolor {
	background-image: linear-gradient(to right, #134E5E 0%, #71B280 100%);
	border: none;
	filter: drop-shadow(2.5px 2.5px 2.5px #134E5E);

}
.btn-greencolor:hover { background-position: right center; }

.btn-redcolor {
	background-image: linear-gradient(to right, #e52d27 0%, #b31217 100%);
	border: none;
	filter: drop-shadow(2.5px 2.5px 2.5px #e52d27);
}
.btn-redcolor:hover { background-position: right center; }

.home-card-1{

	border-radius: 10px !important;
	filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.28));
	
}

.home-button-1{

	text-transform: uppercase;
	background-image: linear-gradient(to right, yellow , rgb(255, 255, 220) );
	filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.28));
	border-radius: 100px;
	text-decoration: none;
	padding:10px;
}

.home-button-2{

	text-transform: uppercase;
	background-image: linear-gradient(to right, rgba(120, 243, 120, 0.796),rgba(27, 234, 27, 0.707));
	filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.28));
	border-radius: 100px;
	text-decoration: none;
	padding:10px;
}

.home-footer-1{

	border-radius: 10px !important;
	filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.28));

}



/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .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: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: rgb(255, 208, 0);
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px  rgb(255, 208, 0);
  }
  
  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%;
  }

  .qrcode-text-btn > input[type=file] {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	opacity: 0;
  }