﻿.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}
/*input:invalid {
    border: 2px solid red;
}*/
form.jobs-send-form {
    .form-group:has(input:valid) label {
        color: green;
        font-weight: bold;
    }

    .form-group:has(input:valid) label:after {
        color: green;
        content: "\2713";
        position: absolute;
        display: block;
        padding-top: 10px;
        padding-right: 530px;
        height: 0;
    }

    .form-group:has(input.changField:invalid) label {
        color: red;
        font-weight: bold;
    }

    .form-group:has(input.changField:invalid) label:after {
        content: "\2613";
        position: absolute;
        display: block;
        padding-top: 10px;
        padding-right: 530px;
        height: 0;
        ;
    }
}
 


  
    /* font-weight: bold; */


    @media (min-width: 992px) {
        job-data {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .job-item {
            margin-bottom: 50px;
        }

        .job-img {
            padding-inline-start: 0;
            margin-inline-end: -15px;
            flex: 1;
        }

        .job-img img {
            max-width: 609px;
            float: left;
            height: 100%;
        }

        .job-content {
            background: #fff;
            min-height: 540px;
        }

        .job-item .modal-header button.close {
            position: relative !important;
            opacity: 1;
            right: 0 !important;
            top: 0 !important;
            font-size: 30px;
        }

        .job-item .modal-header button.close span {
            left: 0 !important;
            position: relative;
            top: 1vh;
        }

        .job-name {
            margin-top: 10px;
        }

        .job-name h4 {
            margin-inline-start: 15px;
        }

        .row.job-offer {
            display: flex;
        }
    }



    @media (max-width: 992px) {
        .modal-header .close {
            margin-top: 10px;
            left: 0;
            right: 77vw !important;
        }

        job-data {
            width: 100%;
        }

        .job-item {
            margin-bottom: 25px;
        }

        .job-img {
            padding-inline-start: 0;
            margin-inline-end: -15px;
        }

        .job-img img {
            max-width: 670px;
        }

        .job-content {
            background: #fff;
            height: auto;
        }
        .form-group:has(input.changField:invalid) label:after {
            content: "\2613";
            position: absolute;
            display: block;
            padding-top: 10px;
            padding-right: 95% !important;
            height: 0;
        }
        .form-group:has(input:valid) label:after {
            color: green;
            content: "\2713";
            position: absolute;
            display: block;
            padding-top: 10px;
            padding-right: 95% !important;
            height: 0;
        }
    }
    /*input css*/
    @mixin



    .notvalid {
        bottom: -13px;
        position: absolute;
    }

    .fa.form-control-feedback {
        # {
            $alt-align
        }

        : 15px;
        top: 35px !important;
    }
    /*input css*/
    .container .jobs-main-content {
        background-image: url(images/general/career-bg.jpg);
        background-size: cover;
        padding: 5% 0;
        float: none;
        margin: 0 auto;
        display: flex;
    }
    /*Jobs*/
    .job-desc .btn-primary, .job-desc .btn-primary:hover, .job-desc .btn-primary:focus, .job-desc .btn-primary.focus {
        color: #fff;
        background-color: #444444;
        border-color: #444444;
        width: 200px;
        height: 42px;
    }

    .job-desc .btn-primary, .job-desc .btn-primary:hover, .job-desc .btn-primary:focus, .job-desc .btn-primary.focus .button-text {
        font-size: 18px;
        text-align: center;
    }

    .job-desc .btn:focus, .job-desc .btn:active:focus, .job-desc .btn.active:focus, .job-desc .btn.focus, .job-desc .btn:active.focus, .job-desc .btn.active.focus {
        outline: none;
        outline-offset: 0;
    }



    job-data {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .justify-content-between {
        justify-content: start;
    }


    .jobs-content {
        /*display: flex;
    justify-content: center;*/
    }

    .job-name h3 {
        font-size: 28px;
        margin: 0px 15px;
        color: #535355;
    }

    .job-name h4 {
        font-size: 24px;
        color: #535355;
    }

    .job-name .text {
        font-size: 18px;
    }


    .job-title {
        background: transparent !important;
        color: #535355;
        font-size: 30px;
        text-align: center;
        margin: 25px;
    }

    .job-send-button {
        text-align: start;
        margin: 15px;
    }

    .job-send-button .btn {
        border-radius: 0.01rem !important;
        width: 200px;
    }


    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 0.3rem;
        outline: 0;
    }

    .modal-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: 1px solid #a0a0a0;
        border-top-left-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    .inner-holder.general-page .jobs-container .job-row .contact-bg {
        background: #fff;
        padding: 15px;
        text-align: center;
        min-height: 200px;
        margin-bottom: 30px;
    }
