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

.full-page-container
{
    margin-top: 3rem;
    margin-left: 1.3rem;
    margin-right: 1.3rem;
}

.full-page-container-kenar
{
    margin: 1.5rem 1.2rem 5rem;
}

.profile-box
{
    position: relative;
    border-radius: 20px !important;
    padding: 1rem;
    margin-bottom: 1.2rem;
    background-color: #FFFFFF;
    overflow: hidden;
}

.collab-box
{
    border-radius: 20px !important;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #FFFFFF;
    overflow: hidden;
}

.info-box
{
    border-radius: 20px !important;
}

.comment-box
{
    border-radius: 20px !important;
    background-color: #FFFFFF;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
}

.comment-box-title
{
    font-size: 1.2rem;
    font-weight: 700;
    color: #002E84;
    padding-bottom: 1.6rem;
}

.comment
{
    background-color: #DFDFDD;
    border-radius: 15px;
    padding: 1rem;
    margin-bottom: 0.6rem;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.commenter
{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.commenter-name
{
    font-size: 1.2rem;
    padding-right: 6px;
    color: #0D60FF;
    font-weight: 400
}

.comment-datetime
{
    font-size: 0.9rem;
    font-weight: 600;
}

.comment-reply
{
    display: flex;
    justify-content: flex-end;

}

.comment-body
{
    display: flex;
    justify-content: space-around;
    align-content: flex-end;
    flex-direction: column;
}

.comment-body-text
{
    color: #666666;
    padding-right: 1rem;
    font-weight: 400;
    font-size: 1.1rem;
}

.comment-reply-btn
{
    padding: 2px 10px;
    background-color: #EBA38B;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: .9rem;
    font-weight: 300;
    cursor: pointer;
}

.comment-reply-btn:hover
{
    color: #FFFFFF;
}

.similar-employee-box
{
    border-radius: 20px !important;
    background-color: transparent;
    border: #EBA38B solid 2px;
    padding: .8rem .8rem 0 .8rem;
    margin-bottom: 1rem;

}

.employee-seperator
{
    color: #FF8763;
    border: none !important;
    height: 2px !important;
}

.btn-collab
{
    color: #FFFFFF;
    background-color: #FF8763;
    border-color: #994B31;
}

.btn-collab:hover
{
    color: #FFFFFF;
    background-color: #D77456;
    border-color: #994B31;
}


.btn-call
{
    color: #FFFFFF;
    background-color: #002E84;
    border-color: #315E99;
}

.btn-call:hover
{
    color: #FFFFFF;
    background-color: #0B4CCD;
    border-color: #994B31;
}


.blue-tag
{
    background-color: #3F78EB;
    color: #FFFFFF;
    border: 1px solid #0F62FF;
    border-radius: 8px;
    padding: .2rem .4rem;
    margin: 0.2rem;

}

.employee-tag
{
    background-color: #3F78EB;
    color: #FFFFFF;
    border: 1px solid #0F62FF;
    border-radius: 4px;
    padding: .2rem .4rem;
    margin: 0.2rem;
}

.employee-seperator-start
{
    position: relative;
    height: 1px;
    border: none;
    background-color: #333333;
    margin: 40px 0;
}

.employee-seperator-start::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333333;
    transform: translateX(-50%);
}

.employee-seperator:last-child
{
    color: #FF8763;
    border: none !important;
    height: 0 !important;
}

.hr-container
{
    position: relative;
    height: 15px;
    margin: 15px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hr-left-line, .hr-right-line
{
    height: 1px;
    background-color: #FF8763;
    width: calc(50% - 15px); /* Half width minus half of SVG width */
}

.hr-triangle
{
    margin-top: -0.5px; /* Slight adjustment to align with hr */
}

.hr-triangle > svg
{
    display: block;
}


.related-employee-img
{
    border-radius: 50px !important;
    max-height: 64px;
    max-width: 64px;
}


.employee-img
{

    max-width: 40vw;
    max-height: unset !important;
}

.employee-name
{
    margin-top: 1.1rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #002E84;
}


.related-employee-city
{
    justify-content: flex-start !important;
    background-color: white;
    padding: 2px 5px;
    border-radius: 4px;
    color: #002E84;
    font-size: 0.6rem;
    text-wrap: nowrap;
}

.related-employee-name
{
    margin-right: 5px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #002E84;
}

.related-employee-jobs
{
    color: #075DFF;
    margin-right: 5px;

}

.related-employee-item
{
    justify-content: space-between;
}

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

.sidebar-title
{
    color: #002E84;
    font-size: 1.2rem;
    font-weight: 700;
}

.is-reply
{
    margin-top: 1rem;
    padding: 2rem;
    border: 1px solid #5C5858;
    border-radius: 15px;
}

.reply-info
{
    color: #6772A2;
    font-size: 1rem;
}

.edu-texts
{
    color: #002E84;
    font-size: 1.1rem;
    font-weight: 400;
}

.info-seperator
{
    border: none !important;
    height: 3px !important;
    color: #302F2F;
    margin-left: 2rem;
    margin-right: 2rem;
}

.align-items-start
{
    align-items: start !important;
}

.info-titles
{
    color: #002E84;
    font-weight: 600;
    font-size: 1.2rem;
}

.about-me-text
{
    color: #002E84;
    font-size: 1.2rem;
    font-weight: 400;
    word-wrap: break-word;
}

.box-shadows
{
    -webkit-box-shadow: -2px 5px 20px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 5px 20px 4px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 5px 20px 4px rgba(0, 0, 0, 0.2);
}

.vip-label
{
    position: relative;
    top: 0;
    left: 0;
    background: gold;
    color: #000000;
    padding: 5px 10px;
    transform: rotate(-45deg) translate(-50%, -50%);
    transform-origin: top left;
    font-weight: bold;
}

.active-label
{
    position: relative;
    top: 0;
    right: 0;
    background: #ADEB83;
    color: #000000;
    padding: 5px 10px;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top right;
    font-weight: bold;
}

.some-tags
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 1rem;
    padding-top: 0.7rem;
    justify-content: center;
    align-items: center;
}


.single-tag
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #DFDFDD;
    color: #002E84;
    padding: .3rem .6rem !important;
    margin: 0.4rem .4rem !important;
    border-radius: 5px;
    font-size: 14px;
}

.single-tag-img
{
    margin-left: 2px;
    width: 15px;
}

.single-tag-gender
{
    margin-left: 2px;
    width: 10px;
}

.single-tag-marriage
{
    margin-left: 2px;
    width: 20px;
}

.single-tag-age
{
    margin-left: 2px;
    width: 14px;
}

.employee-footer-tags
{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 1rem;
}

.corner-label
{
    position: absolute;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.75);
}

.top-right
{
    top: 25px;
    right: -35px;
    transform: rotate(45deg);
}

.top-left
{
    top: 25px;
    left: -35px;
    transform: rotate(-45deg);
}

.label-content
{
    padding: 4px 0;
    font-weight: 600;
    font-size: 16px;
    display: block;
    letter-spacing: .6px;
    width: 100%;
}

.active .label-content
{
    background-color: #2ECC71;
    color: #000000;
}

.vip .label-content
{
    background-color: gold;
    color: #000000;
}

@media screen and (min-width: 768px)
{
    .full-page-container
    {
        margin-top: 4rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .full-page-container-kenar
    {
        margin-top: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .employee-img
    {
        border-radius: 50px !important;
        max-height: 140px;
        max-width: 140px;
    }

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

    .similar-employee-box
    {
        padding: 2rem 2rem 0 2rem;
    }

    .related-employee-city
    {
        justify-content: flex-start !important;
        background-color: white;
        padding: 2px 5px;
        border-radius: 4px;
        color: #002E84;
        font-size: 0.8rem;
    }

    .commenter-name
    {
        font-size: 1.6rem;
    }

    .comment-body-text
    {
        font-size: 1.4rem;
    }

    .comment-reply-btn
    {
        padding: 2px 10px;
        background-color: #EBA38B;
        color: #FFFFFF;
        border-radius: 7px;
        font-size: 1.2rem;
        font-weight: 400;
        cursor: pointer;
    }


    .info-titles
    {
        font-weight: 500;
        font-size: 1.9rem;
    }

    .about-me-text
    {
        font-size: 1.4rem;
        font-weight: 400;
    }

    .comment-box-title
    {
        font-size: 1.6rem;
        font-weight: 700;
        padding-bottom: 1.6rem;
    }


    .sidebar-title
    {
        color: #002E84;
        font-size: 1.6rem;
        font-weight: 700;
    }
}

@media (max-width: 576px)
{
    .fixed-bottom .btn
    {
        padding: 0.5rem 1rem; /* tighter padding for compact display */
        font-size: 1.1rem; /* 87.5% of default size */
    }
}

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

.sticky-bar-btns-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-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;
}

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


