.job-view
{
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 4rem;
    padding: .5rem 0;
    justify-content: center;
    white-space: nowrap;
    background-color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.job-view > .job-view-link:first-child
{
    background-color: #00B074;
    color: #F2F2F2;
    border: 1px solid #00B074;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.job-view-link
{
    margin: .3rem .1rem;
    padding: .1rem .5rem;
    color: #00B074;
    font-size: .8rem;
    cursor: pointer;
    transition: all .4s;
}

.job-view-link:hover
{
    color: #999999;
}


.work-content-details
{
    margin: 1rem 0;
    padding-bottom: .5rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
}

.work-content-details-item
{
    width: 50%;
    text-align: center;
    color: #6B6E6F;
    margin-bottom: .1rem;
    padding: .2rem;
}

.work-content-details-item:last-of-type
{
    width: 100% !important;
}

.work-content-details-item > p:first-child
{
    background-color: #ECECFC;
    color: #939A9D;
    padding: .5rem;
    margin: .5rem 0;
    font-size: .9rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


.warning-container
{
    min-height: 10.5rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1rem 1rem 2rem 1rem;
    margin: 0 1.5rem .5rem 1.5rem;
    color: #6B6E6F;
    background-color: #FFFFFF;
    border: 2px solid #002D83;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}


.warning-container span
{
    color: #F71E3F;
    font-size: 1.1rem;
}

.job-view-warning
{

    border: 1px solid #F71E3F;
    color: #FF0033;
    font-size: .95rem;
    cursor: pointer;
    padding: .1rem .5rem;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .4s;
    margin-bottom: .5rem;
    margin-top: 1.1rem;
    width: 100%;
}

.job-view-comment
{
    /*margin-left: 5px;*/
    /*float: left;*/
    border: 1px solid #85AFFF;
    color: #002E84;
    font-size: .95rem;
    font-weight: bold;
    cursor: pointer;
    padding: .1rem .5rem;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .4s;
    width: 100%;
}

.job-view-colab
{
    border: 1px solid #068A2C;
    color: #05922D;
    font-size: .95rem;
    font-weight: bold;
    cursor: pointer;
    padding: .1rem .5rem;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: center;
    line-height: 1.5rem !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .4s;
}

.job-view-colab:hover
{
    background-color: #05922D;
    color: #FFFFFF;
}

.job-view-warning:hover
{
    background-color: #FF0033;
    color: #FFFFFF;
}

.job-view-comment:hover
{
    background-color: #002E84;
    color: #F2F0F0;
}

@media screen and (min-width: 768px)
{

    .job-view-colab
    {
        margin-left: 5px;
        float: left;
        border: 1px solid #068A2C;
        color: #05922D;
        font-size: .95rem;
        font-weight: bold;
        cursor: pointer;
        padding: .1rem .5rem;
        width: auto;
        line-height: 1.5rem !important;
        text-align: center;
        display: inline-block;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        transition: all .4s;
    }

    .job-view-comment
    {
        margin-left: 5px;
        float: left;
        width: auto;
        border: 1px solid #85AFFF;
        color: #002E84;
        font-size: .95rem;
        font-weight: bold;
        cursor: pointer;
        padding: .1rem .5rem;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        transition: all .4s;
    }

    .job-view-warning
    {
        float: left;
        width: auto;
        margin-left: 5px;
        border: 1px solid #F71E3F;
        color: #FF0033;
        font-size: .95rem;
        cursor: pointer;
        padding: .1rem .5rem;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        transition: all .4s;
        margin-top: unset;
    }


    .warning-container
    {
        min-height: 10.5rem;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding: 1rem 1rem 1rem 1rem;
        margin: 0 3rem 0 1rem;
        /*color: #6B6E6F;
        background-color: #FFFFFF;
        border: 2px solid #357AFF;
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;*/
    }

}

.Contacts
{
    margin: 1.2rem 0;
}

h4.Contacts
{
    margin: 0 !important;
}

.Contacts span
{
    margin: 0 .5rem;
    color: #00B074;
}

.suggestion-text
{
    margin: 1.5rem 1rem 0 0;
    font-size: 24px;
    font-weight: 100;
}

.suggestion-container
{
    display: flex;
    margin: 0 1rem 2rem 1rem;
    padding: 1.5rem 0 .8rem 0;
    overflow: auto;
}

.suggestion-container-SJpage
{
    margin: .5rem 1rem;
}

/*.l-Related-Ads-box
{
    margin-right: .5rem !important;
}*/

.s-Related-Ads-box
{
    /*width: 50%;*/
    margin: 0;
}


.job-view-applicant
{
    bottom: 5px;
}


.relatedAds-text
{
    margin: .5rem 1rem 0 0;
    font-size: 24px;
    font-weight: 100;
}

.swiper-item
{
    margin-left: 1rem;
}

.swiper-slide
{
    box-shadow: 0 0;
}

::-webkit-scrollbar
{
    height: 7px;
}

.Comments-container
{
    margin: 1rem 2rem 5rem 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Comments
{
    border: 1px solid #B8B8B8;
    padding: 1rem;
    margin: 1rem 0;
    font-weight: 100;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.Comments-username
{
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.Comments-title
{
    text-align: center;
    margin: 1rem 0;
    font-size: 24px;
    font-weight: 100;
}

.post-comment-btn
{
    padding: 1rem 0 !important;
    width: 14rem;
    font-size: 1rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    text-align: center;
    color: black;
    background-color: #00B074;
    border: 1px solid #387C66;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.post-comment-btn:hover
{
    color: #F2F2F2;
    background-color: #14513B;
}

.Comments-footer
{
    display: flex;
    width: 25%;
    margin-top: .7rem;
}

.Comments-response
{
    background-color: #4743DB;
    border: 1px solid #4743DB;
    color: #F2F2F2;
    padding: .1rem .5rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.Comments-date
{
    font-size: .9rem;
    text-align: left;
    margin: 0 1rem;
}

.response-container
{
    border: 1px solid #B8B8B8;
    background-color: #F2F2F2;
    margin: 1rem;
    padding: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


@media screen and (min-width: 992px)
{
    .job-view
    {
        position: absolute;
        top: 106px;
        left: 65px;
        background-color: #FFFFFF;
        box-shadow: 0 0;
        border: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .work-content-details
    {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .work-content-details-item
    {
        width: 30%;
        margin: 1rem;
    }

    .work-content-details-item:last-of-type
    {
        width: 30% !important;
    }

    .cooperationRequestModal-content, .job-view-warningModal-content
    {
        width: 30% !important;
    }

    .Comments
    {
        width: 50%;
        margin: .5rem auto;
    }
}

@media screen and (min-width: 768px)
{
    .contact-container
    {
        margin: 0 3rem 1rem .5rem;
        width: 30%;
    }

    .warning-container
    {
        margin: 0 .5rem 1rem 3rem;
        width: 70%;
    }

    .related-container
    {
        display: flex;
        /*margin: 0 3rem 3rem 0 !important;*/
        margin: 1rem 0;
    }

    .box-container
    {
        display: flex;
    }

    .s-Related-Ads-box
    {
        width: 50%;
        margin: 0;
    }

    /*.work-content-details-item
    {
        width: 50%;
        margin: 1rem;
    }*/
}

/*Modal Style*/
.cooperationRequestModal-div
{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.cooperationRequestModal-content
{
    background-color: #FEFEFE;
    margin: auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 80%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.cooperationRequestModal-content div
{
    text-align: center;
    margin-top: 1.5rem;
    font-weight: 100;
}

.cooperationRequestModalBTN-div
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cooperationRequestModalBTN-login
{
    padding: .3rem;
    display: inline-block;
    color: #FFFFFF;
    background-color: #00B074;
    width: 100%;
    text-align: center;
    margin: .5rem .5rem 0 .5rem;
    font-size: 1rem;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.cooperationRequestModalBTN-signup
{
    padding: .3rem;
    display: inline-block;
    color: #FFFFFF;
    background-color: #4743DB;
    width: 100%;
    text-align: center;
    margin: .5rem .5rem 0 .5rem;
    font-size: 1rem;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.cooperationRequestModalBTN-login:hover
{
    color: #000000;
}

.cooperationRequestModalBTN-signup:hover
{
    color: #000000;
}

.shareModalBTN
{
    margin: .2rem;
    width: 5rem;
    text-align: center;
    background-color: #2B3940;
    border-radius: 7px;
    color: #F2F2F2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.copyLink-text
{
    margin: .8rem 0;
    text-align: center;
}

.copyLink-btn
{
    border: 1px solid #4743DB;
    color: #4743DB;
    padding: .2rem 2rem;
    font-weight: 100;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    transition: all .4s;
}

.copyLink-btn:hover
{
    background-color: #4743DB;
    color: #FFFFFF;
}

.cooperationRequestModal-content textarea
{
    margin-top: 1rem;
    width: 100%;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cooperationRequestModal-content textarea::placeholder
{
    color: #999999;
    font-size: 1rem;
}

.postCommentModal-content, .job-view-warningModal-content
{
    padding-bottom: 3rem;
}

.postComment-btn
{
    float: left;
    background-color: #00B074;
    color: #F2F2F2;
    padding: .2rem 1rem;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.cooperationRequestModal-content form label
{
    display: block;
    text-align: right;
    color: #B8B8B8;
    font-weight: 100;
}

.cooperationRequestModal-content input, .cooperationRequestModal-content select
{
    width: 100%;
    height: 2rem;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.close, .close1, .close2, .close3
{
    color: #AAAAAA;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus, .close1:hover, .close1:focus, .close2:hover, .close2:focus, .close3:hover, .close3:focus
{
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
