/* The green css style */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus,
input[type="checkbox"]:focus, textarea:focus {
	box-shadow: 0 0 1px 1px rgb(164, 206, 63);
	outline: 1px solid #a4ce3f;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
	background-color: #a4ce3f;
	box-shadow: 0 0 1px 0 rgb(164, 206, 63);
}

.dbm-color {
	color: #a4ce3f;
}

.dbm-background {
	background-color: #a4ce3f;
}

.dbm-border-bottom {
	border-bottom: 1px solid #a4ce3f;
}

.dbm-link-primary:hover {
	color: #a4ce3f;
}

.dbm-btn-primary {
	background-image: linear-gradient(to right, #a4ce3f 0%, #ff3e44 51%, #a4ce3f 100%);
	box-shadow: 0 0 2px #a4ce3f;
}

.dbm-btn-primary-hover:hover {
	color: #fff;
	background-color: #a4ce3f;
	background-image: linear-gradient(to right, #a4ce3f 0%, #ff3e44 51%, #a4ce3f 100%);
}

.dbm-box-dashed {
	background-color: #eef6db;
	border: 2px dashed #a4ce3f;
}

.dbm-box-dashed span {
	color: #6c8923;
}

.dbm-header {
	border-bottom: 3px solid #a4ce3f;
}
