/* The red 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(239, 0, 7);
	outline: 1px solid #ef0007;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
	background-color: #ef0007;
	box-shadow: 0 0 1px 0 rgb(239, 0, 7);
}

.dbm-color {
	color: #ef0007;
}

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

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

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

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

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

.dbm-box-dashed {
	background-color: #ffc8c9;
	border: 2px dashed #ef0007;
}

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

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