
/*CUSTOMIZED*/

 .primary2,.text-primary2,
.border-left-primary2, .nav-primary2, .primary{
	color: #c4242b;

}

.bg-primary2,
.btn-primary2{
	background-color: #c4242b;
}
.btn-check:checked + .btn-outline-primary6{
	color: #fff;
	border-color: #c4242b;
	background-color: #c4242b;
}
.bg-light-primary2{
	background-color: #e2c4c5;
 }
.border-primary2{
	border-color: #c4242b!important;
}

	 /* width */
 *::-webkit-scrollbar {
	 width: 5px;
	 height: 5px;
 }

/* Track */
*::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
*::-webkit-scrollbar-thumb {
	background: #c4242b;
	border-radius: 5px;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}
.sw>.tab-content{
	overflow-y: auto;
	height: auto;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

.was-validated .form-control:invalid:focus, .was-validated .form-control:valid:focus{
	box-shadow: none;
	background: none;
}
.was-validated .form-control:valid:focus{
	background: none;
}

.form-control:valid {
	background:  none;
}

input:required:valid {
	background: none;
}

input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
	-webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
	-webkit-text-fill-color: #333;
}
input:-webkit-autofill {
	background-color: #FAFFBD !important;
}



