* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    background-color: FAFBFC;
}
:root {
    --primary-color: #0066cc;
    --secendary-color: #00b4f0;
    --font-family-poppin: "Poppins", sans-serif;
}

/*===========================
Common css
=============================*/
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-secendary {
    background-color: var(--secendary-color) !important;
}
.bg-color-1 {
    background-color: #d9d9d9;
}
.bg-color-2 {
    background-color: #f1f5f9;
}
.text-black {
    color: #000 !important;
}
.w-12 {
    width: 12%;
}
/*=========================
Nav bar
============================*/
.nav-bar {
    height: 93px;
    position: relative;
}
.navbar-brand img {
    width: 268px;
    height: 105px;
    position: absolute;
    top: 5px;
}
.job-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #fff;
}
.empoly-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #fff;
}
.bn-en {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #64748b;
}

/*==========================
Hero 
=============================*/
.hero-section {
    padding: 0px 0px;
    background-image: url("../images/Banner-logo-Otehr-icon-home-page_/hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
    color: #000;
    padding-top: 78px;
    margin: 0;
}
.hero-card {
    border-radius: 16px;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 rgba(0, 0, 0, 0.05),
        0 0 0 0 rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem;
    margin-top: 3rem;
}
.stats-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 rgba(0, 0, 0, 0.05),
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff !important;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.stats-box h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #020817;
}

.stats-box h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #64748b;
}

.search-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /*justify-content: space-between;*/
}
.search-bar input,
.search-bar select {
    border-radius: 8px;
    border: 1px solid #ccc;
    font-weight: 400;
    font-size: 16px;
    /*color: #000;*/
}
.search-bar input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #999;
}
.search-btn {
    border-radius: 8px;
}

@media (max-width: 768px) {
    .search-container {
        border-radius: 20px;
        flex-direction: column;
        gap: 12px;
    }
    .btn-search {
        width: 100% !important;
    }
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}
.wraper {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    height: 82px;
    box-shadow:
        0 0 0 0 rgba(0, 0, 0, 0),
        0 0 0 0 rgba(0, 0, 0, 0),
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wraper p {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #020817;
    margin: 0;
    padding: 0 10px;
}

/*=========================

==========================*/
.personalized-career {
    padding: 1rem;
    background: #fafbfc;
}
.personalized-career h5 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #020817;
}
.career-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow:
        0 0 0 0 rgba(0, 0, 0, 0),
        0 0 0 0 rgba(0, 0, 0, 0),
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 1rem;
    margin-top: 1rem;
}
.career-card-item h5 {
    font-family: var(--font-family-poppin);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #020817;
    margin: 0;
}
.career-card-item p {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #64748b;
    margin: 0;
}

.info {
    border-radius: 9999px;
    width: 87px;
    height: 24px;
    background: rgba(0, 180, 240, 0.1);
    padding: 5px 10px;

    font-family: var(--third-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #00b4f0;
}
.border-radius-16 {
    border-radius: 16px;
}

/*=========================
Job
===========================*/
.job-categories {
    padding: 1rem;
    background: #fafbfc;
}
.job-categories h5 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #020817;
}
.job-card {
    box-shadow:
        0 0 0 0 rgba(0, 0, 0, 0),
        0 0 0 0 rgba(0, 0, 0, 0),
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-card a {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #020817;
    margin: 0;
    text-decoration: none;
}
/*===========================
Location menu
============================*/
.dropdown-menu {
    width: 320px;
    padding: 15px;
    /*border: 1px solid rgba(0, 0, 0, 0.5);*/
    /*border-radius: 12px;*/
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 rgba(0, 0, 0, 0.05),
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    /*overflow-y: scroll;*/
    /*    height: 300px;*/
    /*    overflow-x: hidden;*/
}
.dropdown-menu-border {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 rgba(0, 0, 0, 0.05),
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    overflow-y: scroll;
    height: 300px;
    overflow-x: hidden;
}
.nav-tabs .nav-link {
    border: none;
    color: #555;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #007bff;
    border-radius: 6px;
}
.search-box {
    position: relative;
    margin-bottom: 10px;
}
.search-box input {
    padding-left: 35px;
}
.search-box i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #888;
}
.form-check {
    margin-bottom: 6px;
}

/*=================
footer
===================*/
.footer ul li a {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #ccc;
}
.footer p {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #ccc;
}
.footer-socail-icon a {
    text-decoration: none;
}
.footer-socail-icon a i {
    color: #fff;
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
/*==========================
Search filter page
============================*/
.search-filter {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.active-filter h5 {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #020817;
    margin: 0;
}
.active-filter span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #020817;
}
.delete-btn {
    font-weight: 500;
    color: #06c;
}
.company-info {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, #e3f1ff 0%, #fff 100%);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.company-info h5 {
    font-family: var(--font-family-poppin);
    font-weight: 600;
    font-size: 18px;
    line-height: 83%;
    color: #06c;
}
.company-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #020817;
    margin: 0;
}
.company-img {
    text-align: right;
}
.company-img p {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 14px;
    line-height: 214%;
    color: #020817;
}
.company-img img {
    border: 1px solid #000;
    width: 134px;
    height: 134px;
    padding: 5px;
}
.mt-6 {
    margin-top: 6rem;
}
.add-app {
    background: #e6f3ff;
    padding: 2rem 12px;
    text-align: center;
}
.add-app h5 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 48px;
    line-height: 208%;
    text-align: center;
    color: #06c;
    margin: 0;
}

/*============================
Profile update 
=============================*/

.profile-container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.tab-card {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 25px;
}

.tab-btn {
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.tab-btn img {
    width: 40px;
    height: 40px;
}

.tab-btn p {
    margin-top: 5px;
    font-weight: 500;
}

.tab-btn.active {
    border-color: #0d6efd;
    background: #e8f2ff;
}

.tab-content__job {
    display: none;
}

.tab-content__job.active {
    display: block;
}

.btn-next {
    background: #0d6efd;
    color: white;
    padding: 8px 25px;
    border-radius: 5px;
}

.hero-image {
    background-image: url("../images/Banner-logo-Otehr-icon-home-page_/hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.user-title {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    color: #020817;
}
.profile-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tab-card {
    background: rgba(230, 248, 254, 0.6);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 15px;
    flex-wrap: wrap;
}

.tab-btn {
    flex: 1;
    text-align: center;
    background: #fff;
    color: #0d6efd;
    border-radius: 8px;
    padding: 15px 10px;
    font-weight: 500;
    cursor: pointer;
    height: 193px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 rgba(0, 0, 0, 0.05),
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    opacity: 0.7;
    border: 3px solid #fff;
}
.tab-btn p {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-top: 15px;
}
.tab-btn.active,
.tab-btn:hover {
    transition: all 0.3s ease;
    border: 3px solid #06c;
    color: #000;
}

.form-section {
    background: #f9fbfd;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #e3eaf2;
    margin-bottom: 25px;
}

.form-section h5 {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-next {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 6px;
    padding: 10px 25px;
}

.btn-next:hover {
    background-color: #084298;
}

/* Hide inactive tabs */
.tab-content {
    /* display: none; */
}

.tab-content.active {
    display: block;
}

.custom-upload {
    padding: 5px 10px;
}

.upload-box {
    border-radius: 10px;
    width: 189px;
    height: 210px;
    background: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
}
.up-box {
    border-radius: 10px;
    width: 166px;
    height: 166px;
    background: #ace7fa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.up-load-area {
    background-color: rgba(255, 255, 255, 0.6);
}
.upload-info {
    margin-left: 20px;
}

.upload-info p {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 18px;
    color: #9ea8b6;
    margin: 0;
    line-height: 2.5;
}
.info-title {
    height: 105px;
    background-color: #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-title p {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 18px;
    color: #1f1f1f;
    margin: 0;
}
.label {
    background-color: #eaeaea;
    width: 100%;
    height: 73px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.label label {
    margin-left: 1rem;
    font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 0;
}
.w-98 {
    width: 98%;
    margin: 0 auto;
}
.py-10 {
    padding: 10px 0;
}
/*========================
job 
==========================*/
.company-job-card {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, #e3f1ff 0%, #fff 100%);
    padding: 1rem;
    margin: 10px 0;
}
.job-dateline h5 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    line-height: 83%;
    color: #06c;
    margin: 0;
}
.job-dateline p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #000;
    margin: 0;
}
.gap-20 {
    gap: 20px;
}
.application-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 rgba(0, 0, 0, 0.05),
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    opacity: 0.7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.application-card h5 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #06c;
    margin: 0;
}
.application-card p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #64748b;
    margin: 0;
}

/*========================
Profile card
===========================*/
.profile-card {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, #e3f1ff 0%, #fff 100%);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}
.profile-card:hover {
    transform: translateY(-3px);
}
.profile-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.profile-info h6 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    line-height: 83%;
    color: #06c;
}
.profile-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #020817;
}
.profile-matching {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 16px;
    line-height: 94%;
    color: #000;
}
.user-img {
    border: 1px solid #000;
    width: 135px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-info img {
    width: 121px;
    height: 121px;
    object-fit: cover;
}
.progress-circle {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .progress-circle svg {
      transform: rotate(-90deg);
    } */
.progress-circle text {
    font-size: 16px;
    font-weight: 600;
    fill: #007bff;
}
@media (max-width: 576px) {
    .profile-card {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .profile-info {
        flex-direction: column;
    }
}
.bg-color-3 {
    background-color: #eaeaea;
}

.job-list-container {
    background: #f0f3f5;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.job-list-header {
    background: #f1fbff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.job-list-header h5 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    color: #1f1f1f;
    margin: 0;
}
.job-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    cursor: pointer;
}
.job-item:hover {
    border-color: #007bff;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.1);
    background: #f9fcff;
}


.job-item h6 {
    margin: 0;
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    color: #06c;
}
.job-item span {
    color: #000;
    font-weight: 500;
}
.job-item i {
    color: #333;
    font-size: 1rem;
}
@media (max-width: 576px) {
    .job-list-container {
        padding: 15px;
    }
    .job-item h6 {
        font-size: 14px;
    }
}
.shortlisted {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 1rem;
}

.shortlisted h5 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #06c;
    margin: 0;
}
.shortlisted h5 span {
    color: #000;
}

.modal-content p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;

    color: #a29c9c;
}

.modal-content label {
    font-weight: 600;
    font-size: 16px;
    color: #3e4f88;
}

/*=====================
Job details page
=======================*/
.job-details-title {
    height: 105px;
    background-color: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-details-title p {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 18px;
    color: #1f1f1f;
}
.applide-job {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 9px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 2rem;
    display: flex;
    justify-content: space-between;
}
.job-content-1 {
    color: #a6a6a6;
    font-size: 18px;
    line-height: 222%;
}
.job-content-2 {
    font-size: 18px;
    color: #000;
}
.job-content-3 {
    font-weight: 600;
    font-size: 18px;
    color: #06c;
}
.job-content-4 {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #000;
}
.applide-job-btn {
    align-content: end;
}
.job-summery {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #e6f8fe;
    padding: 2rem;
    margin: 1rem 0;
}
.job-summery h5 {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #000;
    margin-bottom: 1rem;
}
.job-summery p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.requirements {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 2rem;
}
.requirements h5 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #000;
    margin: 0;
}
.requirements p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.requirements li {
    font-weight: 400;
    font-size: 16px;
    margin: 0.5em 2rem;
    padding: 0;
}
.job-report {
    background-color: #e6f8fe;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 9px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 2rem;
}
.job-report h5 {
    font-family: var(--font-family-p);
    font-weight: 600;
    font-size: 18px;
    line-height: 167%;
    color: #000;
}
.job-report p {
    font-weight: 400;
    font-size: 16px;
}
/*==========================
cv 
============================*/
.resume-wrapper {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.left-col {
    background: #f5f9ff;
    border-right: 1px solid #e5e5e5;
}

.profile-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    margin-bottom: 15px;
}

.resume-wrapper h5 {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 18px;
    color: #21273a;
    text-align: left;
}

.right-col {
    padding: 30px;
}
.resume-wrapper p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #21273a;
    margin-bottom: 0.5rem;
}
.line {
    border-bottom: 1px solid #ddd;
    margin: 18px 0;
}
.cv-name {
    font-family: var(--font-family-poppin);
    font-weight: 700;
    font-size: 30px;
    color: #21273a;
    text-align: left;
}
.about-me {
    background-color: #c0cee4;
    padding: 0;
}
.cv-header {
    background-color: #eaeaea;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.filter-box {
    background-color: #e6f8fe;
    padding: 1rem;
    margin: 1rem 0;
}
.filter-box label {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
}
.job__box {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.job__box p {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-align: center;
    color: #8d8d8d;
    margin: 0;
}
.job__box h6 {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-align: center;
    color: #000;
}

/*==========================
Login page
============================*/
.left-area {
    border-radius: 20px 0 0 20px;
    padding: 50px 60px;
    /* height: 100vh; */
    background: #fcfeff;
}

.login-box {
    border-radius: 20px 0 0 20px;
    padding: 50px 60px;
    /* height: 100vh; */
    background: #fcfeff;
}

.otp-input {
    width: 55px;
    height: 55px;
    border: 1px solid #cfd6e1;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    outline: none;
}

.otp-input:focus {
    border-color: #0d6efd;
}

.send-btn {
    border-radius: 0 10px 10px 0;
}

.verify-btn {
    width: 180px;
    padding: 10px;
    border-radius: 10px;
}
.verify-box {
    background-color: #dee3e7;
    border-radius: 10px;
    padding: 1rem;
    justify-content: center;
}
.login-box label {
    font-family: var(--font-family-poppin);
    font-weight: 500;
    font-size: 20px;
    color: #7c838a;
}
.login-form {
    border-radius: 20px;
    background: rgba(176, 186, 195, 0.4);
}

.progress {
    height: 12px;
    border-radius: 10px;
    background-color: #fff !important;
}

.progress-bar {
    background: #004098;
}

.profile-box {
    background: #e6f8fe;
    padding: 15px 20px;
    border-radius: 10px;
}

.user-icon {
    font-size: 28px;
    color: #004fa3;
    cursor: pointer;
}
.profile-box p {
    font-family: var(--font-family-poppin);
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.menu-item {
    background: #fff;
    border-radius: 12px;
    /* padding: 10px 14px; */
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6e6e6;
    transition: 0.2s;
    cursor: pointer;
    text-align: end;
    height: 33px;
}

/* Icon Colors */
.edit {
    color: #0052cc;
}
.resume {
    color: #007bff;
}
.jobs {
    color: #005b96;
}
.change {
    color: #008cff;
}
.logout {
    color: #e63946;
}
.dropdown-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    color: #000;
    border-radius: 10px;
}
.job-link {
    text-decoration: none;
}

.job-item {
    cursor: pointer;
    transition: all 0.2s ease;
}

.form-check-input-float {
    float: none !important;
}

a {
    text-decoration: none;
}
