#privateHire .ccm-dashboard-express-form .mb-3{
	width:100%;
	padding-bottom:1rem;
}
#privateHire .ccm-dashboard-express-form .text-muted{
	display: none;
}
#privateHire .ccm-dashboard-express-form .mb-3 label.form-label{
	display: none;
}
#privateHire .ccm-dashboard-express-form .mb-3:nth-child(7) label.form-label{
	display: inline-block;
}
#privateHire .ccm-dashboard-express-form .mb-3:nth-child(6) input {
    display: table-cell;
    border-left: none !important;
}
#privateHire .ccm-dashboard-express-form .mb-3:nth-child(6)::before{
    display: table-cell;
	content: 'Date:';
	color: var(--bs-gray-600);
	font-style: italic;
	border: 2px solid #dc8b73;
	border-right:none;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: .375rem .75rem;
}
.form-check-input:checked[type=radio] {
	background:#dc8b73 !important;
}
@media (min-width: 992px) {
    #privateHire .ccm-dashboard-express-form .mb-3:not(:nth-child(n+7)) {
        width: 48%;
    }
	#privateHire .ccm-dashboard-express-form .mb-3:not(:nth-child(n+7)):nth-child(odd){
		float:left;
	}
	#privateHire .ccm-dashboard-express-form .mb-3:not(:nth-child(n+7)):nth-child(even){
		float:right;
	}
}

.ccm-page .ccm-form .btn-primary{
    border: 2px solid #dc8b73 !important;
    color: #dc8b73 !important;
}

.ccm-page .ccm-form .btn-primary:hover{
	background-color: #dc8b73;
    color: #fffdee !important;
}