
#submit-job-form.codicts-look-book-form div#form-section-general {
    display: block !important;
}
#submit-job-form.codicts-look-book-form div#form-section-general > .element
{
    box-shadow: var(--contentboxshadow);
    background: var(--mainbackground);
    border-radius: 25px;
    transition: 1.5s ease!important;
}
#submit-job-form.codicts-look-book-form {
    margin-top: 40px;
    max-width: 700px; 
    margin-left: auto;
    margin-right: auto;
}

#submit-job-form.codicts-look-book-form .field-head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#submit-job-form.codicts-look-book-form .field-head label {
     font-weight: 600 !important;   
}

#submit-job-form.codicts-look-book-form .listing-form-submit-btn > button {
    border-radius: 25px;
}

img[src="false"] {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .single-job-listing .main-info-desktop {
/*         display: none; */
    }
    .single-job-listing .main-info-mobile {
/*         display: block; */
    }
}

.comment-respond .form-group-review-gallery .review-gallery-label {
    font-weight: 600;
}