/* Add here all your CSS customizations */
.text-bold-700 {
	font-weight: bold;
}
.toggle label {
	border-left-color: #585858;
	color: #585858;
}
.toggle.active > label {
	background: #585858 !important;
	border-color: #3a3a3a;
}
.toggle > label i.fa-plus {
	display: none !important;
}
.toggle > label i.fa-plus {
	display: none !important;
}
.toggle.active i.fa-minus {
	display: none !important;
}
.toggle-label-badge {
	background-color: #444444;
	padding: 3px 5px 3px 5px;
	border-radius: 5px;
	color: #fff;
	margin-right: 5px;
}
.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
.iti {
	width: 100%;
	z-index: 3;
}
.form-recaptcha > div {
	margin: auto;
}
@media screen and (max-height: 575px) {
	#rc-imageselect,
	.form-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media screen and (max-width: 575px) {
	#rc-imageselect,
	.form-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

.daterangepicker-custom{
	max-width: 250px;
}