/* The yellow 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(253, 198, 42);
	outline: 1px solid #fdc62a;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
	background-color: #fdc62a;
	box-shadow: 0 0 1px 0 rgb(253, 198, 42);
}

.dbm-color {
	color: #fdc62a;
}

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

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

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

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

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

.dbm-box-dashed {
	background-color: #fef0c5;
	border: 2px dashed #fdc62a;
}

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

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