body
{
    background-image: linear-gradient(to right, rgb(234, 188, 180) 0%, rgba(234, 188, 180) 100%) !important;
}

.text-blue-primary
{
    color: #002D84 !important;
}

.headline
{
    color: #002D84 !important;
    font-weight: bold !important;
}

.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;
}

.h-search-form
{
    position: relative;
    z-index: 9 !important;
}

.h-employment-container, .h-employment-container-title
{
    background-color: #091854 !important;
}

.h-employment-table
{
    background-color: #273475 !important;
}


.h-employment-table a:hover
{
    background-color: #EBA38B;
    color: #002E84;
}

.h-popular-categories-container, .h-jobSeeker-container
{
    background-color: #DFDFDC !important;
}

#popular-categories-container
{
    border-radius: 10px !important;
}

.h-popular-categories-cart
{
    background-color: #EBA48B;
    border: 2px solid #FFFFFF;
    text-align: center;
    width: 15rem;
    padding: 0.9rem 0;
    margin: 1.2rem;
    color: #2B3940;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: .6s;
}

.dmh
{
    color: #002D84;
}

.h-popular-categories-cart > p:last-child
{
    color: #002D84;
    font-size: .8rem;
    font-weight: 150;
    margin-top: .5rem;
}

.h-popular-categories-cart > div
{
    display: flex !important;
    justify-content: flex-start !important;
    padding-right: 8px !important;
    align-items: center !important;
}

.boxing
{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    background-color: #F4A78A;
    border: 2px solid #FFFFFF;
    padding: 20px 10px 20px 10px;
    width: 15rem;
    margin: 1.2rem;
    color: #002D84;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    transition: .6s;
}

.boxing > .text
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 7px;
    line-height: 1.8;

}

.boxing > .text > .title
{
    font-size: 22px;
    font-weight: bold;
}

.boxing > .text > .subtitle
{
    font-size: 15px;
    font-weight: 300;
}

.boxing > .icon > img
{
    width: 3.2rem;
    font-size: 30px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.h-popular-categories-cart > div > p
{
    margin-top: 5px;
    font-size: 1.3rem;
    color: #002D84;
    text-align: center !important;
}

.h-employment-table-header img, .h-popular-categories-cart > div > img
{
    width: 3rem !important;
    height: unset !important;
    margin-left: 0.4rem;
}

.heder-link a
{
    color: #002D84 !important;
    padding: 0.4rem;
    font-size: 1.2rem !important;
}

.text-red
{
    color: #AF0F0F !important;
}

.h-popular-categories-container, #popular-categories-container
{
    background-color: #DFDFDC !important;
}


.text-part1, .text-part2
{
    display: inline;
}

.text-part2
{
    color: #AF0F0F !important; /* Your different color */
    font-weight: bold; /* Your different font weight */
}

.text-part1
{
    color: #002D84 !important; /* Your different color */
    font-weight: bold; /* Your different font weight */
}

.h-jobSeeker-content span
{
    display: inline !important;
    text-align: right;
}

.checklist
{
    font-size: 1.2rem !important;
    color: #0F61FF !important;
}


.checklist img
{
    width: 2rem !important;
}


.h-job-seekers-container, #job-seekers-container
{
    position: relative;
    background-color: #002D84 !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.h-job-seekers-cart
{
    background-color: #DFDFDC;
    display: flex;
    flex-direction: column;
    color: #2B3940;
    padding: .4rem;
    margin: .7rem;
    width: 16rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
    z-index: 1;
}

.h-job-seekers-cart-header
{
    display: flex;
}

.h-job-seekers-cart-header img
{
    width: 3rem;
    height: 3rem;
    border-radius: 50rem;
}

.h-job-seekers-cart-header p
{
    font-size: 1.2rem !important;
    color: #002D84 !important;
    margin-right: .5rem;
}


.h-job-seekers-cart-tags
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: .7rem;
    margin-top: .5rem;
}

.h-job-seekers-cart-tags > a > p
{
    display: flex;
    justify-content: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.h-job-seekers-cart-tags > a > p > img
{
    width: .8rem;
    height: .8rem;
    margin-left: .3rem;
}

.h-job-seekers-cart-tags a > p
{
    background-color: #F3F9FC;
    color: #467AEF;
    margin: .3rem;
    padding: .2rem .5rem;
    white-space: nowrap;
}

.h-job-seekers-cart-tags a:last-child > p
{
    color: #FA5F1C;
}

.h-job-seekers-cart > button
{

    background-color: #EBA48B;
    color: #DFDFDC;
    border: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.h-blog-container
{
    border-radius: 0 !important;
    position: relative;
    background-color: #EBA48B !important;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.h-blog-container > img.blog
{
    display: none;
}

.text-job-seeker
{
    font-size: 1.6rem !important;
}

.Footer
{
    padding: 6rem 5rem;
    background-color: #002D84;
    color: #FFFFFF;
}

.FooterRegister
{
    border: 1px #FFFFFD solid;
}

.FooterRegister:hover, .FooterLogin:hover
{
    background-color: #FFFFFF;
    border: 1px solid #EBA48B;
    color: #1D292E;
}

.footer-logo
{
    width: 150px !important;
    align-self: self-start;
    margin-left: 0;
}

@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;
    }

    .h-jobSeeker-container
    {
        padding: 2rem 8rem 0 !important;
    }

    .text-job-seeker
    {
        font-size: 2.6rem !important;
    }

    .h-jobSeeker-content
    {
        width: 42rem;
        text-align: right;
        white-space: nowrap; /* Prevents text wrapping */
        /*overflow: hidden;*/ /* Optional: handles overflow if text is too long */
    }

    #employer > .h-jobSeeker-content
    {
        width: 55vw;
        text-align: right;
        white-space: unset !important;
        /* Prevents text wrapping */
        /*overflow: hidden;*/ /* Optional: handles overflow if text is too long */
    }

    .h-jobSeeker-container
    {
        padding: 1rem 10rem 0 !important;
    }

    #employer.h-jobSeeker-container
    {
        padding: 0 !important;
        display: flex !important;
        justify-content: flex-end;
    }


    .h-jobSeeker-container > img.category
    {
        margin-bottom: -3rem !important;
        height: unset !important;
        width: 420px; !important;
    }

    .h-job-seekers-container-title
    {
        text-align: center !important;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 3rem 0 3rem;

    }

    .h-jobSeeker-container > img.employer
    {
        margin: 0;
        padding: 0;
        max-width: 100% !important;
        height: unset !important;
        border-radius: 0 !important;
        display: inline;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }


    .h-blog-container > img.blog
    {
        display: flex;
        margin-bottom: -3rem !important;
        height: unset !important;
        width: 420px; !important;
        justify-content: space-around;
    }
}


@media screen and (min-width: 720px)
{
    .h-hero-image-man-container
    {
        left: 15% !important;
        z-index: 8;
    }

    .h-search-form
    {
        margin-top: 6rem !important;
    }
}


/**
gpt
 */

.footer-container
{
    background-color: #002D84;
    padding: 2rem 1.5rem 3rem;
    direction: rtl;
}

/* Footer Bottom - Top Section */
.footer-bottom
{
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding-bottom: 0.3rem;
    display: flex;
    flex-direction: column;
    /*border-bottom: 2px solid #ececed;*/
}

/* Footer Top - Bottom Section */
.footer-top
{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

/* Rest of the styles remain similar */
.column-title
{
    color: #ECECED;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid #ECECED;
    padding-bottom: 0.5rem;
}

.city-list,
.pages-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.job-title
{
    color: #ECECED;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.job-description
{
    color: #EBA48B;
    font-size: 0.95rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0;
}

@media (max-width: 768px)
{
    .footer-top
    {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-bottom
    {
        text-align: center;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.h-jobSeeker-container
{
    padding-bottom: 0 !important;
}

.blog-posts
{
    z-index: 1 !important;
}

.blog-posts > ul > li
{
    list-style: none !important;
}

a.item-post
{
    color: #002D84 !important;
}

a.item-post:hover
{
    color: #ECECED !important;
}

.footer-column
{
    width: 33.333%;
}

.footer-top > .footer-column.last-item
{
    padding-bottom: 2rem !important;
}

.blog-posts-containers
{
    margin-right: .4rem !important;
    line-height: 2.5rem !important;
}

.blog-posts-containers-title
{
    color: #002D84 !important;
}

.h-employer-container
{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}

.section-title:hover
{
    color: #EBA48B !important;
}

.s-Related-Ads-box
{
    color: #FFFFFF !important;
    margin: 1rem 0;
    border: 1px solid #999999;
    background-color: #002D83;
    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;
}

.s-Related-Ads-link
{
    color: #FFFFFF !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .1rem .5rem;
    font-weight: 200;
    border-bottom: 1px solid #999999;
    transition: .4s;
}

.s-Related-Ads-link:hover
{
    background-color: #EBA48B;
    color: #000000 !important;
}


.blog-post-container
{
    background-color: #E9A38A !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    width: 100%;
    margin: 0;
}

.blog-post-container > .blog-title
{
    display: flex;
    text-align: center;
    color: #002D83;
    margin-bottom: 45px;
    margin-top: 35px;
    font-size: calc(1rem + 1.0vw);
}

.blog-post-container > .blog-post-content-wrapper
{
    display: flex;
    width: 90%;
    flex: 1;
    margin-top: 20px;
    /*text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;*/
}

.blog-post-content-wrapper > .links-container
{
    display: flex;
    flex: 1;
    padding-right: 1rem;
}

.links-container > .links-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
}

.blog-post-content-wrapper > .image-container
{
    flex: 0 0 auto;
    max-width: 600px;
    align-self: flex-start;
}

.image-container img
{
    max-width: 100%;
    height: auto;
}

.links-list a
{
    text-decoration: none;
    color: #002D83;
    font-size: 1.3rem;
    transition: color 0.3s ease;
}

.links-list a:hover
{
    color: #DDDDDA;
}

.blog-posts-title
{
    display: block;
}

.show-all-blog-post-btn
{
    align-self: flex-end;
    padding: 0.8rem 2rem;
    background-color: #002D84;
    color: #DFDFDC;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 3rem;
    display: block;
    text-align: center;
    align-content: center;
}

.links-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.links-list li
{
    margin-bottom: 0;
}

.show-all-btn
{
    display: block;
    margin: 20px auto 0;
}


@media (max-width: 768px)
{
    .footer-column
    {
        width: 100%;
    }

    .blog-post-container
    {
        flex-wrap: wrap;
        padding: 0.4rem;
    }

    .show-all-blog-post-btn
    {
        margin-top: 10px;
        margin-bottom: 0;
        display: block;
        width: 100%;

    }

    .blog-post-container > .blog-post-content-wrapper
    {
        width: 100%;
        margin-top: 0;
    }

    .blog-post-content-wrapper > .links-container
    {
        display: unset;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2rem;
        width: 100%;
    }

    .image-container
    {
        display: none;
    }

    .links-list a
    {
        font-size: 1rem;
    }
}

.footer-text
{
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300;
}

.RecruitmentCard-footer
{
    background-color: rgba(225, 184, 178, 0.6) !important;
}

.newRecruitmentCard
{

    border: .1rem solid #E3E3E3 !important;
}

.footer-item > small
{
    color: #002D84 !important;
}

.newRecruitmentCard > .Section1 > div
{
    align-content: center;
}

.NewRecruitment-title
{
    color: #002D84 !important;
}


.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered
{
    text-align: center !important;
    /* 1 */
}

.remove-margin-bottom
{
    margin-bottom: 0 !important;
}

.search-input
{
    background: #ECECEE !important;
}

#headerContainer
{
    background-color: #ECECEE !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    margin-left: 6px !important;
    color: red !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: bold !important;
    margin-right: 3px !important;
    font-size: 18px !important;
}

.img-banner
{
    border-radius: 20px;
    max-height: 245px;
    left: 50%;
}

.img-banner-container
{
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #11294D !important;
    border-radius: 20px !important;
    width: 100% !important;
    margin: .5rem;
}

@media (max-width: 768px)
{
    .img-banner
    {
        max-height: unset;
    }

    .img-banner-container
    {
        margin-top: .8rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
