/******** NEW FORM*******/
.main-form {
    position: relative;
}

.modal-first-window {
    padding: 28px 1.4rem;
    max-width: 500px;
}

/* .main-form .btn-white {
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0.05em;
    // font: 22px/27px textamedium;
    font-size: 22px/27px;
    font-weight: normal;
    padding: 0 50px;
} */

.main-form label {
    color: #000000;
}


.main-form .button-form-submit, .main-form .button-form-employer, 
.main-form .button-form-employee {
    height: 100%;
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    position: relative;
    border-radius: 6px;
    letter-spacing: 1px;
    background: #0aadeb;
    -webkit-transition: all .6s;
}
.main-form_top-btn .bg-white {
    background: #FFFFFF !important;
    color: #0aadeb !important;
    border: 2px solid #0aadeb !important;
    border-radius: 6px;
}
.main-form_top-btn .bg-white:hover, .main-form_top-btn .bg-white:focus {
    background: #0aadeb !important;
    color: #FFFFFF !important;
}

.for_employees {
    display: none;
}


.title-top-form {
    text-align: center;
}

.title-top-form h4 {
    font-size: 28px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'textabold';
}

.invalid-feedback {
    font-size: 94%;
    color: #dc3545;
    background-color: #fcd6d6;
    max-width: 426px;
    margin: 10px auto;
    line-height: 40px;
    padding-left: 5px;
}

.was-validated:invalid .invalid-feedback {
    display: block;
    text-align: center;
}
/* .main-form .modal-body {
    background: #0aadeb;
} */
.main-form .form-control {
    padding: 10px 7px;
    max-width: 208px;
    /* height: 40px; */
    margin: 0 auto 15px;
    background: #FFFFFF;
    color: #000000;
    border-radius: 0;
    /* font: 22px/27px textaregular; */
    font-size: 18px;
}
.main-form .modal-dialog {
    min-width: 650px;
}
::-webkit-input-placeholder {
    /* font: 22px/27px textaregular; */
    font-size: 18px;
    color: #c7c7c7 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* font: 22px/27px textaregular; */
    font-size: 18px;
    color: #c7c7c7 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* font: 22px/27px textaregular; */
    font-size: 18px;
    color: #c7c7c7 !important;
    opacity: 1;
}

::-ms-input-placeholder {
    /* font: 22px/27px textaregular; */
    color: #c7c7c7 !important;
    opacity: 1;
}

::placeholder {
    /* font: 22px/27px textaregular; */
    color: #c7c7c7 !important;
    /* opacity: 1; */
}

.main-form .form-control::-webkit-input-placeholder {
    font-size: 18px !important;
    color: #CCC !important;
}

.main-form .form-control::-moz-placeholder {
    font-size: 18px !important;
    color: #CCC !important;
}

.main-form .form-control:-ms-input-placeholder {
    font-size: 18px !important;
    color: #CCC !important;
}

.main-form .form-control::-ms-input-placeholder {
    font-size: 18px !important;
    color: #CCC !important;
}

.main-form .form-control::placeholder {
    font-size: 18px !important;
    color: #CCC !important;
}

.main-form .col-sm-12 input.form-control {
    max-width: 99%;
    height: 50px;
    font-size: 18px;
    color: #000000;
    /* padding: 10px 0 0 7px; */
    margin-bottom: 20px;
}
.main-form .col-sm-12 textarea.form-control {
    max-width: 99%;
    /* height: 50px; */
    min-height: 50px;
    font-size: 18px;
    color: #000000;
    /* padding: 10px 0 0 7px; */
    margin-bottom: 20px;
}
.main-form textarea.form-control {
    max-width: 97%;
    /* height: 50px; */
    min-height: 50px;
    /* font: 22px/27px textaregular; */
    font-size: 18px;
    color: #000000;
    padding: 8px 0 8px 7px;
    margin-bottom: 20px;
}
.main-form input.form-control {
    max-width: 97%;
    height: 50px;
    font-size: 18px;
    color: #000000;
    /* padding: 10px 0 0 7px; */
    margin-bottom: 20px;
}

.main-form select.form-control {
    /* font: 22px/27px textaregular; */
    font-size: 18px;
    color: #000000;
    padding: 0 0 0 6px;
    height: 40px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-width: 4px;
}

.main-form .main-form_top-btn {
    margin: 0 0 32px 0;
}
.main-form .main-form__box {
    margin-top: 32px;
}
.main-form .form-control {
    border: 1px solid #898989;
}
.main-form #FormModal {
    padding-right: auto;
    padding-left: auto;
}
.form-label {
    font-weight: bold;
    padding-top: 12px;
}
.font-light {
    font-weight: 100;
}
/* Edit Template CSS start */
.post-list li.post-active a:after{
    background-color:#0aadeb !important;
    color: #FFFFFF;
}
.post-list li.post-active, .post-list li.post-active a {
    background-color:#FFFFFF;
    color: #0aadeb;
}
/* Edit Template CSS close */

.button-form-submit.btn-white:hover,
.button-form-submit.btn-white:focus,
.button-form-submit:hover,
.button-form-submit:focus {
    /* -webkit-box-shadow: 0 0 6px 4px rgba(192, 205, 217, 0.9);
    box-shadow: 0 0 6px 4px rgba(192, 205, 217, 0.9); */
    background-color: black;
    color: #ffffff;
}

/******** Margin start ********/ 
.mt-8 {
    margin-top: 8px;
}
/******** Margin close ********/
/******** Padding start ********/
.p-6 {
    padding: 6px;
}
.p-8 {
    padding: 8px;
}
.pt-4 {
    padding-top: 4px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-16 {
    padding-top: 16px !important;
}
/******** Padding end ********/
.bold {
    font-weight: bold;
}
.text-jusify {
    text-align: justify;
}
/******** Text colors start ********/
.text-white {
    color: #FFFFFF;
}
.text-black {
    color: #000000;
}
.text-red {
    color: #ff0000;
}
/******** Text colors end ********/
/******** Background colors start ********/
.bg-white {
    background-color: #FFFFFF;
}
.bg-black {
    background-color: #000000;
}
.bg-theme-blue {
    background-color: #0aadeb;
}
/******** Background colors end ********/

/**** Other CSS start ****/
.post-job-form input[type="text"], .post-job-form input[type="email"], .post-job-form textarea {
    background-color: #FFFFFF !important;
}
.post-job-form input:focus, .post-job-form select:focus, .post-job-form textarea:focus,
.post-job-form input:active, .post-job-form select:active, .post-job-form textarea:active {
    border: 1px solid #000000;
}
.post-job-form .form-control {
    color: #212529;
}

.client-logo {
    max-width: 300px;
}
/**** Other CSS end ****/


@media (min-width: 600px) {
    .modal-dialog {
        max-width: 600px;
    }
    .modal-first-window {
        max-width: 100%;
    }
    .main-form .form-control {
        max-width: 95%;
    }
}
@media (max-width: 680px) {
    /* main-form modal css */
    .main-form #FormModal {
        padding-right: auto;
        padding-left: auto;
    }
    .main-form .modal-dialog {
        min-width: 95%;
    }

}
@media (max-width: 575px) {
    .main-form .modal-dialog .row.flex-nowrap {
        flex-wrap: wrap !important;
    }
}
@media (max-width: 514px) {
    .main-form .main-form_top-btn span.btn-space{
        display: none;
    }
}

@media (max-width: 497px) {
    .main-form .main-form_top-btn .button-form-employer, 
    .main-form .main-form_top-btn .button-form-employee {
        margin-top: 16px;
    }
}

@media (max-width: 480.99px) {
    .modal-first-window {
        padding: 28px 1rem;
    }
    /*Form*/
    .main-form .form-control {
        padding: 10px 4px;
        max-width: 163px;
        height: 36px;
        margin: 0 auto 10px;
        /* font: 14px/14px textaregular; */
        font-size: 14px;
    }
    ::-webkit-input-placeholder {
        /* font: 14px/14px textaregular; */
        font-size: 14px;
        color: #000000 !important;
        opacity: 1;
    }
    ::-moz-placeholder {
        /* font: 14px/14px textaregular; */
        font-size: 14px;
        color: #000000 !important;
        opacity: 1;
    }
    :-ms-input-placeholder {
        /* font: 14px/14px textaregular; */
        font-size: 14px;
        color: #000000 !important;
        opacity: 1;
    }
    ::-ms-input-placeholder {
        /* font: 14px/14px textaregular; */
        font-size: 14px;
        color: #000000 !important;
        opacity: 1;
    }
    ::placeholder {
        /* font: 14px/14px textaregular; */
        font-size: 14px;
        color: #000000 !important;
        opacity: 1;
    }
    .main-form textarea.form-control {
        max-width: 97%;
        height: 72px;
        /* font: 14px/14px textaregular; */
        font-size: 14px;
        padding: 10px 0 0 4px;
        margin-bottom: 10px;
    }
    .main-form select.form-control {
        /* font: 14px/14px textaregular; */
        font-size: 14px;
        padding: 0 0 0 4px;
        height: 36px;
    }
}

@media (max-width: 391px) {
    .modal-first-window {
        padding: 28px 0.5rem;
    }
    /*Form*/
    .main-form .form-control {
        max-width: 160px;
    }
    .modal-first-window {
        padding: 28px 0.5rem;
    }
}
@media (max-width: 360px) {
    .main-form .form-control {
        max-width: 150px;
    }
}
@media (max-width: 331px) {
    .main-form .form-control {
        max-width: 137px;
    }
}