body
{
    background-image: linear-gradient(to right, rgb(223, 223, 221) 0%, rgb(223, 223, 221) 100%) !important;
}

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

.top-left-btns-item
{

}

.top-left-btns-item > i
{
    font-size: 2rem;
    padding-left: 1rem;
}

.footer-fixed-container
{
    border-radius: 10px;
    padding: .8rem 1rem;
    background-color: #002E84;
    box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
}

.footer-fixed
{
    z-index: 39 !important;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: .9rem;
}

.footer-fixed-btn
{
    transition: all .4s ease;
    padding: .2rem .2rem !important;
    border-radius: 5px !important;
    background-color: #ECECED !important;
    color: #002E84 !important;
    cursor: pointer !important;
    margin: 0 .2rem !important;
    font-size: .82rem !important;
    font-weight: bold !important;
}

.footer-fixed-btn:hover
{
    background-color: #EBA38B !important;
    color: #002E84 !important;
}

.work-content
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 2rem 1.5rem 1rem 1.5rem;
    padding: 1rem;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.work-content-img-name
{
    margin-bottom: 1rem;
    display: flex;
    font-size: .6rem;
    color: #2B3940;
}

.work-content-name
{
    margin-right: 1rem;

}

.work-content-img-name img
{
    width: 4rem;
    height: 4rem;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

.work-content-img-name p
{
    color: #2B3940;
    font-size: 13px;
}

.work-content-details-item .item-header
{
    background-color: #FDFDFD !important;
    border: 1px solid #7D7E83 !important;
    color: #002D84 !important;
    font-size: 1.0rem !important;
    border-radius: 10px !important;
}

.work-content-details-item .item-content
{
    background-color: #D0D0D0 !important;
    color: #002D84 !important;
}


.related-container
{
    margin: 0 !important;
    margin-bottom: 1rem !important;
}

.related-box
{
    color: #002D83 !important;
    border: 2px solid #002D83;
    background-color: #FFFFFF;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    max-height: 30vh;
    overflow: auto;
}

.related-box > header
{
    padding: .2rem .5rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999999;
}

.related-box > header > img
{
    width: 1.5rem;
}

.related-box > header > h5
{
    margin: 0 .5rem 0 0;
    font-size: 1rem;
}

.related-box-left
{
    margin: 1.5rem !important;
}

.related-box-right
{
    margin: 1.5rem !important;
}

.text-collab
{

}

.related-box-link
{
    color: #002D83 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .1rem .5rem;
    font-weight: 200;
    border-bottom: 1px solid #8DB4FE;
    transition: .4s;
}

.related-box-link:hover
{
    background-color: #EBA48B;
    color: #000000 !important;
}

.related-box-link:last-child
{
    border-bottom: 0;
    border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
}

.related-box-link > span
{
    font-size: 12px;
}

.related-box-tag
{
    display: flex;
}


.related-box-tag span
{
    font-size: 10px;
    margin: .1rem;
    padding: .1rem .2rem;
    background-color: #4C7AD0;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.related-box-tag span:last-child
{
    background-color: #709EF4;
    color: #FFFFFD;
}

.contact-container
{

    align-items: center;
    flex-direction: row;
    gap: 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1rem 1rem 1rem 1rem;
    margin: 0 1.5rem 1rem 1.5rem;
    color: #002E84;
    background-color: #FFFFFF;
    border: 2px solid #002E84;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.contact-container span
{
    color: #002E84;
    font-size: 1.1rem;
    margin-bottom: 1rem !important;
}

.post-comment-btn
{
    padding: 1rem 0 !important;
    width: 14rem;
    font-size: 1rem;
    margin: 0 auto 1rem;
    text-align: center;
    color: #D0D0D0;
    background-color: #002D84;
    border: 1px solid #366FDB;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.post-comment-btn:hover
{
    background-color: #00225F;
}

a.link-blue
{
    font-size: 1.1rem;
    color: #0A60FC;
}

.show-info
{
    color: #FEFFFD;
    font-weight: 600;
}

.show-info:hover
{
    color: #A0A0A0;
    font-weight: 600;
}

.s-Related-Ads-link
{
    color: #002D83 !important;
    font-weight: 200;
    border-bottom: 1px solid #8DB4FE;
}

.s-Related-Ads-tags span
{
    font-size: 10px;
    margin: .1rem;
    padding: .1rem .2rem;
    background-color: #709EF4 !important;
    color: #FEFFFD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.warning-container > p
{
    color: #001676 !important;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.RecruitmentCard-Tag
{
    margin: .3rem .2rem;
    padding: .1rem .5rem;
    background-color: #0F62FF;
    color: #FEFFFD;
    border: 1px solid #002D83;
    font-size: 1.0rem;
    white-space: nowrap;
    border-radius: 10px;
}

.work-content-Des
{
    color: #002A83;
    margin: 0 !important;
    font-size: 1.3rem;
    font-weight: 400;
    /*width: 100%;*/
}

.work-content-Des > *, .work-content-Des > * > *
{
    font-family: 'IRANSans', serif !important;
    font-size: 1.3rem;
    font-weight: 400 !important;
}

.work-content-Des h4
{
    color: #002A83;
    padding: .5rem;
    margin-bottom: 2rem;
    text-align: right;
    font-size: 1.4rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold !important;
}

.ads-container
{
    display: flex;
    margin: 1.5rem !important;
    overflow: auto;
    flex-wrap: wrap;
}

.ads-item
{
    font-size: 1.1rem;
    font-weight: 600;
    line-height: .6rem;
    display: flex;
    color: #002D83 !important;
    border: 2px solid #002D83;
    background-color: #FFFFFF;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    max-height: 30vh;
    overflow: auto;
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
    margin: 0 0 1rem 0;
}

.ads-item-icon
{

}

.ads-item-title
{

}

.ads-icon-telegram::before
{
    content: url('../images/ads/telegram.svg');
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
}

.ads-icon-eitaa::before
{
    content: url('../images/ads/eitaa.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

@media screen and (min-width: 540px)
{
    .footer-fixed-btn
    {
        transition: all .4s ease;
        padding: .2rem .3rem !important;
        border-radius: 5px !important;
        background-color: #ECECED !important;
        color: #002E84 !important;
        cursor: pointer !important;
        margin: 0 .33rem !important;
        font-size: .9rem !important;
    }

}


@media screen and (min-width: 992px)
{
    .work-content-details-item .item-header
    {
        background-color: #FDFDFD !important;
        border: 1px solid #7D7E83 !important;
        color: #002D84 !important;
        font-size: 1.3rem !important;
        border-radius: 10px !important;
    }

    .top-left-btns
    {
        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;
    }

}

@media screen and (min-width: 768px)
{
    .ads-container
    {
        margin: 0 0 1rem 0 !important;
        flex-wrap: unset;
    }

    .ads-item:nth-of-type(2n+1), .ads-item:first-of-type
    {
        width: 50%;
        margin: 0 3rem 0 .5rem !important;
    }

    .ads-item:nth-of-type(2n)
    {
        width: 50%;
        margin: 0 .5rem 0 3rem !important;
    }

    .related-container
    {
        display: flex;
        margin: 1rem 0;
    }


    .related-box-left
    {
        width: 50%;
        margin: 0 .5rem 0 3rem !important;
    }

    .related-box-right
    {
        width: 50%;
        margin: 0 3rem 0 .5rem !important;
    }

    .work-content
    {
        margin: 2rem 3rem 1rem 3rem;
    }


    .contact-container
    {
        min-height: 10.5rem;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding: 1rem 1rem 1rem 1rem;
        margin: 0 3rem 1rem 1rem;
        /*
        color: #FEFFFD;
        background-color: #0F62FF;
        border: 1px solid #0F62FF;
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
        */

    }

    .work-content-Des
    {
        color: #002A83;
        margin: 0 3rem 0 3rem !important;
        font-size: 1.3rem;
        font-weight: 400;
        width: unset !important;
    }


}
