.about-me-title {
    color: #2e2e4c;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about-me-desc {
    color: #6d6d83;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.my-skills-layout {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}
.my-skill {
    color: #5e43ae;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 1.5625rem;
    border: none;
    background: #ede7ff;
    padding: 5px 5px;
}
.my-activity-post {
    color: #2e2e4c;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0%;
}
.my-activity-post-time {
    color: #6d6d83;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.all-activities {
    color: #005dd9;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.profile-button {
    color: #005dd9;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hiring-title {
    color: #2e2e4c;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0%;
}

.hiring-card-title {
    color: #2e2e4c;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hiring-company {
    color: #6d6d83;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0%;
}

.posts-header {
    color: #2e2e4c;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.post_data {
    color: #4e4e5e;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.see_all_posts {
    color: #005dd9;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
.country {
    color: #2e2e4c;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.posts-titles {
    color: #2e2e4c;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.posts-titles-sub {
    color: #6d6d83;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.profile-header-name {
    color: #2e2e4c;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.follow-button {
    color: #005dd9;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1.875rem;
    border: none;
    background: #e5f0ff;
}
.connect-button {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1.875rem;
    border: none;
    background: #005dd9;
}
.candidate-agent-bundle-card {
    border-radius: 0.625rem;
    border: none;
    background: #fff;
}
.candidate-agent-bundle-image-card {
    border-radius: 0.625rem;
    background: #f7ce31;
    border: none;
}
.candidate-agent-bundle-images {
    width: auto;
    height: 5.375rem;
    padding: 2px 2px;
}
.candidate-agent-bundle-title {
    color: #2e2e4c;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 126%; /* 1.26rem */
}
.candidate-agent-bundle-time {
    color: #7d7d7d;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.candidate-agent-bundle-city {
    color: #3d3d3d;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.candidate-agent-bundle-button {
    color: #333;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.candidate-agent-bundle-p {
    color: #7d7d7d;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 126%; /* 1.02375rem */
}
.candidate-agent-bundle-apply {
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.candidate-agent-title {
    color: #2e2e4c;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.candidate-agent-name {
    color: #2e2e4c;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.candidate-agent-skills {
    color: #005dd9;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.candidate-agent-desc {
    color: #2e2e4c;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 118.7%; /* 1.7805rem */
}
.jobs-profile {
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.jobs-profile-location {
    color: rgb(77, 77, 77);
    font-size: 0.85rem;
    font-style: normal;
    line-height: normal;
    font-weight: normal !important;
}
.jobs-profile-view-button {
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
.similar-jobs {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    color: #2e2e4c;
}
.jobs-experence {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.job-desc {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    color: #4e4e5e;
}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon {
    position: absolute;
    padding: 0 10px;
    color: #333;
}

.icon i {
    font-size: 20px;
}

.input-field {
    width: 100%;
    padding: 10px 60px 10px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    color: #9294a8;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #f5f5f5;
}
/* .input-container .icon {
    right: 10px;
    pointer-events: none;
} */
.jobs-profile-header {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 114.5%;
    color: #fff;
}
.jobs-catch {
    border-radius: 0.1875rem;
    border: 1px solid #d3d3d3;
    background: #f9f9f9;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
