.offer-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.offer-form label {
    font-size: 16px;
    font-weight: 900;
    color: #0b3e6f;
    margin-bottom: 5px;
}

.offer-form .step {
    display: none;
}

.offer-form .step.active {
    display: block;
}

.offer-form .custom-radio {
    display: flex;
    flex-flow: column;
}

.offer-form .custom-radio label {
    font-weight: 400;
    order: 1;
}

.offer-form .input-group {
	margin-bottom: 15px;
}

.offer-form .step[data-step="1"] input,
.offer-form .step[data-step="2"] input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 1px solid #cfd7e3;
	padding: 0;
	padding-left: 15px;
}

.offer-form .step[data-step="1"] input.error,
.offer-form .step[data-step="2"] input.error {
	border: 2px solid #ec3030;
}

.offer-form .step[data-step="1"] label.error,
.offer-form .step[data-step="2"] label.error {
	color: #ec3030;
}

.offer-form .step[data-step="1"] input::-webkit-input-placeholder,
.offer-form .step[data-step="2"] input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #d3d7da;
	font-size: 14px;
}

.offer-form .step[data-step="1"] input::-moz-placeholder,
.offer-form .step[data-step="2"] input::-moz-placeholder { /* Firefox 19+ */
	color: #d3d7da;
	font-size: 14px;
}

.offer-form .step[data-step="1"] input:-ms-input-placeholder,
.offer-form .step[data-step="2"] input:-ms-input-placeholder { /* IE 10+ */
	color: #d3d7da;
	font-size: 14px;
}

.offer-form .step[data-step="1"] input:-moz-placeholder,
.offer-form .step[data-step="2"] input:-moz-placeholder { /* Firefox 18- */
	color: #d3d7da;
	font-size: 14px;
}

.offer-form .custom-radio label.error {
    width: 100%;
    display: block;
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

.offer-form .custom-radio .custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #cfd7e3;
}

.offer-form .custom-radio .custom-control-input.error ~ .custom-control-label:before {
    background: #ff5555;
    border-radius: 50%;
    border: 2px solid #ff5555;
}

.offer-form .custom-radio .custom-control-label::after {
    top: 50%;
    transform: translateY(-50%);
}

.offer-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background: #5ccb29;
    background: -moz-linear-gradient(top, #5ccb29 0%, #48ac19 100%);
    background: -webkit-linear-gradient(top, #5ccb29 0%,#48ac19 100%);
    background: linear-gradient(to bottom, #5ccb29 0%,#48ac19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ccb29', endColorstr='#48ac19',GradientType=0 );
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    top: calc(50% + 4px);
    transform: translateY(calc(-50% - 4px));
    left: -20px;
}

.offer-form .drop-files-wrapper {
    margin-top: 15px;
    background-color: #f7f7f7;
    padding: 40px 50px;
    border: 4px dashed #cecece;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #0b3e6f;
}

.offer-form .drop-files-wrapper a {
	cursor: pointer;
	margin-top: 5px;
}

.offer-form .drop-files-wrapper input {
	display: none;
}

.offer-form ul.uploaded-files {
	margin: 0;
	padding: 0;
	list-style-type: none;
    margin-top: 15px;
}

.offer-form ul.uploaded-files li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.offer-form ul.uploaded-files li::before {
    content: none !important;
}

.offer-form ul.uploaded-files li p {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	margin-left: 15px;
}
.offer-form ul.uploaded-files li.working p a {
	font-size: 12px;
	font-weight: bold;
	cursor: initial;
	color: #212529;
	text-decoration: none;
}

.offer-form ul.uploaded-files li:not(.working) p a {
	font-size: 12px;
	font-weight: bold;
	color: var(--theme-dark-blue);
	cursor: pointer;
}

.offer-form ul.uploaded-files li:not(.working) p a:hover {
	text-decoration: underline;
}

.offer-form ul.uploaded-files li p i {
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	color: #9c9c9c;
}

.offer-form ul.uploaded-files li input {
	outline: none;
}

.offer-form ul.uploaded-files li span {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.offer-form ul.uploaded-files li span svg {
	cursor: pointer;
}

.offer-form .navigation {
    margin-top: 15px;
}

body section.page-content .post-content .offer-form .btn-yellow {
    color: #1b2f4d;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.offer-form .navigation .btn-yellow[disabled] {
    opacity: 0.7;
}

.page-template-offers .modal .active-listing-inquiry .form-group.submit {
	position: relative;
	text-align: center;
	margin-bottom: 0;
}

.page-template-offers .modal .active-listing-inquiry .form-group.submit .wpcf7-spinner {
	position: absolute;
	right: 15px;
	top: 12px;
	margin: 0;
}

.page-template-offers .modal .active-listing-inquiry textarea.form-control.wpcf7-not-valid {
    border: 2px solid #ec3030;
}

.custom-swal2-form {
    text-align: left;
}

.custom-swal2-form label {
    color: #0b3e6f;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 5px;
}

.custom-swal2-form label.error {
    display: block;
    font-size: 16px;
    font-weight: 900;
    color: #ec3030;
    margin-bottom: 5px;
}

.custom-swal2-form .swal2-input[type=number] {
    max-width: 100%;
}

.custom-swal2-form .swal2-input,
.custom-swal2-form .swal2-textarea {
    margin-top: 0;
    margin-bottom: 10px;
}
