/* font-family: "Poppins", sans-serif; */
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
}

.container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

:root {
    --black: #000000;
    --black-1: #262626;
    --white: #ffffff;
    --orange: #F49F1C;
    --blue: #2F3666;
    --lightblue: #BCC2EB;
    --gray: #999999;
    --lightgray: #666666;
}

/* === common === */
h1, h2, h3, h4, h5, h6, a, p {
    font-family: "Poppins", sans-serif;
    color: var(--black-1);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}

a {
    text-decoration: none;
    color: #D08613;
    font-size: 16px;
    font-weight: 600;
}

    a:hover {
        color: var(--blue);
    }

h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}

h2 {
    font-size: 24px;
    line-height: 34px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

.fs-10 {
    font-size: 10px;
}

.fs-14 {
    font-size: 14px;
    line-height: 20px;
}

.fs-16 {
    font-size: 16px;
    line-height: 24px;
}

.fs-12 {
    font-size: 12px;
    line-height: 16px;
}

.fs-20 {
    font-size: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-20 {
    margin-bottom: 20px;
}

.gray-txt {
    color: var(--gray);
}

.light-gray-txt {
    color: var(--lightgray);
}

.black-1-txt {
    color: var(--black-1);
}

.text-black {
    color: #000;
}

.pt-24 {
    padding-top: 24px;
}

/* ==== UI - Sign up & other flows (B2C - Paid Candidates ) 5 Jun ==== */
/*-------- main-header ----------*/
.main-header {
    padding: 24px 0px;
}

.menu-modal-design {
    right: 0;
    position: absolute;
    margin: 0;
    max-width: 530px !important;
    width: 530px !important;
}

.main-header .navbar {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
}

.main-header .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

.main-header .nav-item {
    list-style: none;
}

.main-header .nav-link {
    padding: 0 !important;
    color: #262626;
    font-weight: 500;
}

    .main-header .nav-link:hover {
        color: #D08613;
    }

    .main-header .nav-link.active {
        color: #D08613;
    }

.main-header .navbar-nav {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.main-header .right-side {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.main-header .notification-bell-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.main-header .dropdown a::after {
    display: none;
}

.main-header .dropdown a:hover {
    background-color: transparent !important;
    color: #D08613 !important;
}

.main-header .dropdown-menu[data-bs-popper] {
    right: 0;
    left: unset;
    margin-top: 10px;
    border: 1px solid #E6E6E6 !important;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 12px;
    width: 225px;
}

.main-header .dropdown-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #666666;
}

.main-header .sub-menu {
    list-style: none;
}

.main-header .dropdown-item {
    padding: 0 !important;
    margin: 0 !important;
    color: #666666 !important;
}

.main-header .dropdown li {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 15px;
}

    .main-header .dropdown li a {
        font-size: 14px;
    }

    .main-header .dropdown li .menu-link-img {
        width: 16px;
        height: 16px;
        filter: brightness(0);
        opacity: 0.6;
    }

    .main-header .dropdown li:hover .menu-link-img {
        filter: unset !important;
        opacity: 1 !important;
    }

    .main-header .dropdown li:last-child {
        margin-bottom: 0 !important;
    }

.main-header .dropdown .sub-menu li:last-child {
    margin-bottom: 20px !important;
}

.modal-header {
    padding: 32px;
    border: none;
}

    .modal-header h2 {
        font-size: 32px;
        line-height: 42px;
    }

.menu-modal-design textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.menu-modal-design .char-count {
    text-align: right;
    font-size: 14px;
    color: #666;
}



/* Button */
.btn-orange {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 15px 24px;
    min-width: 156px;
    border-radius: 500px;
    background-color: #F49F1C;
    border: 1px solid #F49F1C;
    color: var(--white);
    text-align: center;
    cursor: pointer;
}

    .btn-orange:hover {
        background-color: #2F3666;
        color: var(--white);
        border: 1px solid #2F3666;
    }

/* === Signup === */

.signup-page {
    height: 100%;
}

    .signup-page .auth-fluid {
        height: 100% !important;
    }

    .signup-page .auth-fluid-box {
        padding: 40px;
        max-width: 400px;
        height: 100%;
        border-radius: 0;
        z-index: 2;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .signup-page .auth-fluid-box:before {
            content: "";
            background: linear-gradient(180deg, rgba(47,54,102,1) 0%, rgba(47,54,102,0) 100%);
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

    .signup-page .hiring-journey-info {
        z-index: 9;
        position: relative;
    }

    .signup-page .logo-brand,
    .signup-page .signup-step-headline {
        margin-bottom: 64px;
    }

        .signup-page .signup-step-headline p {
            color: var(--lightblue);
        }

.signup-step ul {
    list-style: none;
    padding: 0px;
    color: #ffffff;
    position: relative;
}

    .signup-step ul li {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-bottom: 36px;
        position: relative;
    }

        .signup-step ul li::after {
            content: "";
            background-color: rgba(255,255,255,0.3);
            height: 28px;
            width: 1px;
            position: absolute;
            left: 13px;
            /* transform: translateX(-50%); */
            top: 30px;
        }

        .signup-step ul li a {
            color: var(--white);
        }

        .signup-step ul li .step-num {
            background-color: rgba(255,255,255,0.4);
            width: 26px;
            height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 12px;
            color: #ffffff;
            position: relative;
        }

        .signup-step ul li.active .step-num {
            color: var(--blue);
            background-color: #ffffff;
        }

        .signup-step ul li .step-num::before {
            content: "";
            background-color: rgba(207,209,229,0.2);
            height: 34px;
            width: 34px;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .signup-step ul li:last-child {
            padding-bottom: 0px;
        }

            .signup-step ul li:last-child::after {
                display: none;
            }

.welcome-signup {
    padding: 40px 62px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 400px;
    width: calc(100% - 400px);
}

.h-100vh {
    height: 100vh;
}

.welcome-signup .signup-info {
    max-width: 452px;
    margin: 0 auto;
    width: 100%;
}

.form-style label {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    margin-bottom: 4px;
    display: block;
    width: 100%;
}

.form-style input,
.form-style textarea,
.form-style select {
    color: var(--black-1);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 24px !important;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 9px 13px;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.05);
    outline: none;
}

.form-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/dropdown-icon.svg) white no-repeat calc(100% - 10px) !important;
}

    .form-style select option,
    .form-style select, {
        color: var(--black-1) !important;
    }

        .form-style select option[value=""],
        .form-style select:invalid {
            color: #cccccc !important;
        }


        .form-style select:focus {
            box-shadow: unset;
        }

.form-style textarea {
    min-height: 132px !important;
}

    .form-style input::placeholder,
    .form-style textarea::placeholder,
    .form-style select::placeholder {
        color: #CCCCCC;
        font-weight: 400;
    }

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

input:focus,
textarea:focus {
    box-shadow: unset !important;
}

.signup-step ul li .step-num img {
    height: 26px;
    width: 26px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #ffffff;
    border-radius: 50%; */
}

.signup-step ul li.completed .step-num span {
    background-color: #ffffff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-pic {
    /* position: absolute; */
    /* height: 100px;
    width: 100px;
    left: 50%;
    top: 0px;
    z-index: 1001;
    padding: 10px; */
}

.link-text {
    color: #D08613;
    font-size: 14px;
    font-weight: 500;
}

.login-info input {
    margin-bottom: 0px !important;
}

.profile-pic input.hidden {
    display: none !important;
    visibility: hidden !important;
}

.profile-pic img {
    border-radius: 50%;
    cursor: pointer;
    width: 100px;
    height: 100px;
}

.select2-selection__clear,
.select2-selection__arrow {
    display: none;
}

.signup-page .select2.select2-container {
    width: 100% !important;
}

.signup-page .phone-group .select2 {
    width: 15% !important;
    border: 1px solid #E6E6E6;
    color: #CCCCCC !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px 8px 8px 8px;
    padding: 8px 13px;
    height: 42px;
    border-radius: 8px 0px 0px 8px;
    border-right: unset !important;
    position: relative;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
    background: url("../images/dropdown-icon.svg") white no-repeat calc(100% - 0px) !important;
}

.signup-page .phone-group .select2 {
    color: var(--black-1) !important;
    font-weight: 500;
}

    .signup-page .phone-group .select2 option,
    .signup-page .phone-group .select2 {
        color: var(--black-1) !important;
    }

        .signup-page .phone-group .select2 option[value=""],
        .signup-page .phone-group .select2:invalid {
            color: #cccccc !important;
        }


.phone-group input {
    /*    width: 85%;*/
    width: calc(100% - 75px);
    border-left: unset !important;
    border-radius: 0px 8px 8px 0px;
}

.select2-container {
    margin-bottom: 24px;
    /* width: 100% !important; */
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0px;
        color: #CCCCCC !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #E6E6E6;
    color: #CCCCCC !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px 8px 8px 8px;
    padding: 8px 13px;
    min-height: 42px;
    position: relative;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.05);
}

.phone-group .select2-container--default .select2-selection--single {
    border-radius: 8px 0px 0px 8px;
    border-right: unset !important;
}

.select2-container--default .select2-selection--single::before {
    content: "";
    background-image: url("../images/dropdown-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 16px;
    width: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.phone-group .select2-container--default .select2-selection--single::before {
    right: 0px;
}
/* .select2-container--open{
    top: 334px !important;
} */
.select2-dropdown {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 0px 12px 9px;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: var(--orange);
    font-size: 14px;
    line-height: 20px;
}

.select2-results__option--selectable {
    font-size: 14px;
    line-height: 20px;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent;
}

.select2-container--default .select2-results__group,
.select2-container--default .select2-results__option .select2-results__option,
.select2-container--default .select2-results__option--selected {
    padding: 8px 12px !important;
}

.select2-search {
    position: relative;
    display: none;
}

    .select2-search input {
        padding: 4px 12px !important;
        color: #666666;
        line-height: 20px;
        font-weight: 400;
        border: 1px solid #F2F2F2 !important;
        border-radius: 8px;
    }

.select2-container--open.select2-container--default .select2-selection--single {
    border-bottom: unset !important;
}

.select2-container--open.select2-container--default .select2-selection--single {
    padding: 8px 24px;
}

    .select2-container--open.select2-container--default .select2-selection--single::before {
        transform: translateY(-50%) scale(-1);
    }

.select2-results__option strong.select2-results__group {
    display: none;
}

.dropdown-info {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.signup-page .datepicker {
    max-width: 350px;
    width: 100% !important;
    left: 12px !important;
    border: 1px solid #F2F2F2 !important;
    /* width: 50%; */
}


.datepicker-days,
.table-condensed {
    width: 100%;
}

.datepicker-dropdown:after {
    display: none;
}

.datepicker td, .datepicker th {
    width: 30px;
    height: 40px;
}

.datepicker::before {
    display: none;
}

.datepicker td.active.day {
    background-color: var(--orange) !important;
    background-image: unset !important;
}

.dropdown-box .dropdown-menu {
    width: 100%;
}

.dropdown-box .dropdown-toggle::after {
    content: "";
    background-image: url(../images/dropdown-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: unset !important;
    margin: 0 !important;
}

.success-icon {
    margin-bottom: 48px;
}

    .success-icon img {
        height: 140px;
        width: 140px;
        object-fit: contain;
    }

.dropdown-box .dropdown-menu {
    padding: 9px 13px !important;
}

.search-box input {
    padding: 9px 13px 9px 40px;
}

.search-box img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.industry-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .industry-info a {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: var(--black-1);
    }

input:focus,
select:focus,
textarea:focus {
    border-color: #E6E6E6 !important;
}

.experience-dropdown .dropdown-menu {
    min-width: 251px;
    padding: 8px 12px;
    top: -20px !important;
    left: 30px !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 8px !important;
}

/* === Checkbox === */
.form-check {
    display: flex;
    margin-bottom: 0px !important;
    align-items: center;
    padding-bottom: 0px;
    gap: 10px;
    margin-bottom: 24px !important;
}

.form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}

.form-check input[type=checkbox] {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.form-check-input[type=checkbox] {
    margin-top: 0px !important;
}

.file-upload .dz-message {
    border: 2px dashed #D1D5DB;
    margin: 0px !important;
    padding: 16px;
    text-align: center;
    border-radius: 8px;
}

    .file-upload .dz-message .cloud-img {
        height: 32px;
        width: 32px;
        object-fit: contain;
        margin-bottom: 4px;
    }

    .file-upload .dz-message h3 {
        font-size: 14px;
        font-weight: 700;
        color: #666666;
        margin: 0px !important;
        line-height: 20px;
    }

    .file-upload .dz-message p {
        color: #999999;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 0px !important;
    }

.option_val {
    cursor: pointer;
}

/* .accordion {
    overflow-y: scroll;
} */

.select-dropdown .dropdown-menu {
    padding: 0px 0px !important;
    width: 100%;
}

    .select-dropdown .dropdown-menu.show {
        border-top: unset;
        border-radius: 0px 0px 6px 6px;
        /*        top: -4px !important;*/
        top: 42px !important;
        transform: unset !important;
        inset: unset !important;
        /*        margin-top: -25px !important;*/
    }

.arriving-filter .select-dropdown .dropdown-menu.show {
    inset: 0px auto auto 0px !important;
    transform: translate(0px, 40px) !important;
}

.select-dropdown .dropdown-toggle.show input {
    border-radius: 8px 8px 0px 0px;
    box-shadow: unset;
    border-bottom: unset;
    margin-bottom: 0px !important;
}

.select-dropdown .accordion-btn {
    display: block;
}

.select-dropdown .accordion-item {
    border: unset;
}

.select-dropdown .accordion-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding: 8px 26px;
    position: relative;
}

.select-dropdown .search-input {
    position: relative;
}

    .select-dropdown .search-input::before {
        content: "";
        background-image: url("../images/search-icon.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .select-dropdown .search-input input {
        padding: 9px 13px 9px 34px;
        margin-bottom: 10px !important;
    }

.select-dropdown .accordion-btn::after,
.select-dropdown a.dropdown-toggle::before {
    content: "";
    background-image: url(../images/dropdown-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    border: unset !important;
    margin: 0 !important;
}

.select-dropdown .accordion {
    height: auto;
}

.select-dropdown .accordion-collapse ul {
    list-style: none;
}

.select-dropdown .accordion-body a {
    padding: 8px 8px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.select-dropdown .accordion-body {
    padding: 0px 20px;
    margin-bottom: 0px;
}

.dropdown-toggle::after {
    display: none;
}

.select-dropdown .accordion-body.h-250 {
    height: 250px;
    overflow-y: scroll;
}

    .select-dropdown .accordion-body.h-250::-webkit-scrollbar {
        width: 0px !important;
        display: none;
    }

.select-dropdown .other-select {
    padding: 0px 26px;
}

/* ===  Profile === */
.profile-banner {
    padding: 24px 0px 0px 0px;
}

.profile-tabs {
    padding-bottom: 30px;
}

.plr-100 {
    padding: 0 80px !important;
}
/* .max-width-120 {
  max-width: 1200px !important;
} */

.text-clr-dark {
    color: #666666;
}

.title-weight-font {
    font-weight: 600;
}


.image-style img {
    width: 100%;
    max-width: 100%;
    height: 230px;
    border-radius: 40px;
    position: relative;
    align-content: center;
    object-fit: cover;
}

.profile-section {
    width: 100%;
    margin: -85px auto 0 auto;
    justify-content: start;
    align-items: center;
    padding: 40px 80px;
    z-index: 2;
}

    .profile-section .profile-image {
        width: 210px;
        height: 210px;
        border: 16px solid #ffffff;
        border-radius: 50%;
    }

.profile-img-style {
    align-content: center;
}

    .profile-img-style img {
        width: 120px;
    }

.ligt-btn a {
    text-decoration: none;
    color: #2f3666;
    font-size: 16px;
    font-weight: 600;
    background-color: #e6e8fa;
    padding: 8px 16px;
    border-radius: 6px;
}

.btttn-orange a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 16px 26px;
    border-radius: 500px;
    background-color: #f49f1c;
    color: white;
    text-align: center;
}

.btttn-orange {
    margin-left: auto;
}

    .btttn-orange a:hover {
        background-color: #2f3666;
        color: white;
    }

.btn-row {
    display: flex;
    flex-direction: column;
}

.tab-border-style p a {
    color: #262626;
    font-size: 20px;
    font-weight: 500;
}

    .tab-border-style p a:hover {
        color: #f49f1c;
    }

.profile-tabs .tab-content .tab-pane {
    background-color: #ffffff;
    border-radius: 0px 40px 40px 40px;
    padding: 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    /* margin-bottom: 50px; */
}

.profile-tabs .tab-content {
    margin-bottom: 30px;
}

    .profile-tabs .tab-content p {
        margin-bottom: 0px;
    }

.tab-border-style {
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    padding: 32px 40px;
    height: 100%;
}

.profile-tabs .tab-pane .mb-40 {
    margin-bottom: 40px;
}

    .profile-tabs .tab-pane .mb-40:last-child {
        margin-bottom: 0px;
    }

.profile-tabs .nav {
    z-index: 999;
    position: relative;
}

.profile-tabs .nav-link {
    padding: 20px 32px;
    border-radius: 20px 20px 0px 0px;
    /* background-color: white; */
    color: #262626;
    font-size: 16px;
    font-weight: 600;
}

    .profile-tabs .nav-link:hover {
        color: #262626;
    }

    .profile-tabs .nav-link.active {
        box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.05);
        color: #666666;
        background-color: #ffffff;
        font-weight: 400;
    }

.profile-tabs .tab-content .tab-pane.second-hover {
    border-radius: 20px;
}

.tab-buttn-border a .h5 {
    color: #000;
}

.first-name {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
}

.tab-border-style .form-check-input:checked {
    background-color: #f5d39e;
    border-color: #f5d39e;
}

.tab-border-style .form-check .first-name {
    font-size: 16px;
    border: 1px solid #f5d39e;
}

.travel-bg {
    background-color: #f2f2f2;
    border-radius: 16px;
    padding: 16px 24px;
    justify-content: space-between;
}

p.text-dark {
    color: #262626 !important;
    font-size: 20px;
    font-weight: 500;
}

.level-info ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 2px;
    margin-bottom: 0px;
}

.level {
    background-color: #E6E6E6;
    width: 10px;
    height: 20px;
    border-radius: 1px;
    display: block;
}

    .level.level-on {
        background-color: #82D08B;
    }

.uplod-image .dropzone {
    /* min-height: unset; */
    cursor: pointer;
    /* width: 100%;
  max-width: 160px;
  border: 1px solid #f49f1c;
  border-radius: 50px;
  padding: 16px 25px; */
    position: relative;
}

.resume-upload .dz-message {
    border: 1px solid #f49f1c;
    border-radius: 50px;
    padding: 16px 25px;
    cursor: pointer;
    /* z-index: 9; */
    position: relative;
}

.uplod-image .card-body {
    padding: 12px 12px 24px;
}

.uplod-image .data-size:before {
    content: "File Size: ";
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #666666;
}

.uplod-image .file-size p,
.uplod-image .dropzone-previews p.data-size {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #666666;
}

.uplod-image #uploadPreviewTemplate .pdf-detail {
    background-color: #f8f8f8;
    border-radius: 4px;
}

.uplod-image .dropzone-previews .avatar-sm {
    object-fit: contain;
}

.tab-buttn-border .dropdown-menu {
    width: 100%;
}

.dropdown-btn-yrs a img {
    height: 20px;
    width: 40px;
    object-fit: cover;
}

.dropzone-previews .pdf-detail {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 18px 20px;
}


.profile-img-style .rateit .rateit-reset {
    display: none !important;
}

.profile-tabs .tab-content .form-control {
    min-height: 40px !important;
    width: 100% !important;
    border-radius: 8px !important;
    box-shadow: 0px 0px 20px rgba(0, 2, 1, 0.02) !important;
    border: 1px solid #E6E6E6;
}

.profile-tabs .tab-content textarea.form-control {
    font-size: 16px;
    line-height: 22px;
    color: var(--black-1);
    font-weight: 500;
}

    .profile-tabs .tab-content textarea.form-control::placeholder {
        color: var(--black-1);
    }

.tab-pane label {
    margin-bottom: 4px !important;
    font-weight: 500;
}

.padding-right-space {
    padding-right: 24px;
}

.travel-bg-2 {
    background-color: #f2f2f2;
    border-radius: 16px;
    padding: 16px 24px;
    gap: 40px;
}

.fallback-style {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.resume-upload .fallback-style {
    /* z-index: 1; */
}

.fallback img {
    width: 16px;
}

.fallback p {
    color: #f49f1c;
    font-weight: 600;
}

/* ---------------Edit-Page--------------- */

.orange-border {
    border: 1px solid #f49f1c;
    background-color: transparent;
    color: #f49f1c;
    padding: 15px 24px;
}

    .orange-border:hover {
        background-color: #f49f1c;
        border: 1px solid #f49f1c;
    }

.two-btns {
    gap: 10px;
    margin-left: auto;
}

.profile-pic-edit input.hidden {
    display: none !important;
    visibility: hidden !important;
    position: absolute;
}

.profile-pic-edit img {
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    top: 67px;
    left: 135px;
}

.user-pic {
    width: 100%;
    max-width: 100px;
}

.delete-btn-style {
    padding: 20px 0px 20px 0px;
    align-items: center;
}

    .delete-btn-style a {
        color: #e94933;
        padding-left: 4px;
        padding-top: 3px;
    }

/* ------Banner-image-change--------- */
.avatar-upload-2 {
    position: relative;
}

    .avatar-upload-2 .avatar-edit-2 {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload-2 .avatar-edit-2 input {
            display: none;
        }

            .avatar-upload-2 .avatar-edit-2 input + label:hover {
                background: #f1f1f1;
                border-color: #d6d6d6;
            }

            .avatar-upload-2 .avatar-edit-2 input + label:after {
                content: "";
                background-image: url(../assets/images/edit.png);
                position: absolute;
                top: 184px;
                left: -43px;
                right: 0;
                width: 60px;
                height: 60px;
                background-repeat: no-repeat;
            }

    .avatar-upload-2 .avatar-preview-2 {
        width: 100%;
        height: 232px;
        position: relative;
        border-radius: 40px;
        background-color: #ffffff;
    }

        .avatar-upload-2 .avatar-preview-2 > div {
            width: 100%;
            height: 100%;
            border-radius: 40px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

/* ------Upload-Image--------- */

.avatar-upload {
    position: relative;
    max-width: 200px;
    /* margin-left: 10px ; */
    z-index: 999;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label:hover {
                background: #f1f1f1;
                border-color: #d6d6d6;
            }

            .avatar-upload .avatar-edit input + label:after {
                content: "";
                background-image: url(../images/edit.png);
                position: absolute;
                top: 125px;
                left: -50px;
                right: 0;
                width: 60px;
                height: 60px;
                background-repeat: no-repeat;
                cursor: pointer;
            }

    .avatar-upload .avatar-preview {
        width: 210px;
        height: 210px;
        object-fit: cover;
        position: relative;
        border-radius: 100%;
        /* border: 6px solid #f8f8f8; */
        background-color: #f1f1f1;
        /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            border: 16px solid #ffffff;
        }

.dropdown-toggle::after {
    margin-left: 111px;
    display: none;
}

.dropdown-btn-yrs {
    position: relative;
    border: 1px solid #cccccc;
    padding: 8px 13px;
    border-radius: 8px;
    width: 100%;
    display: block;
    color: #262626;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    display: flex;
    gap: 10px;
}

    .dropdown-btn-yrs.show {
        border-radius: 8px 8px 0px 0px;
    }

.checkbox-orange input.form-check-input:checked {
    border: 1px solid var(--orange);
    background-color: var(--orange);
}

.company-info a:hover {
    color: var(--orange) !important;
}

.company-info a {
    word-break: break-word;
}

.company-info {
    gap: 8px;
    flex-wrap: wrap;
}

    .company-info div {
        width: calc(33.33% - 6px);
    }

.cursor-pointer {
    cursor: pointer;
}

.tab-border-style select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/drop.svg") no-repeat calc(100% - 10px) !important;
    background-size: 14px !important;
    background-color: white !important;
}

    .tab-border-style select:focus {
        box-shadow: unset !important;
        border: 1px solid #cccccc;
    }

.avatar-upload-2 {
    position: relative;
}

    .avatar-upload-2 .avatar-edit-2 {
        position: absolute;
        right: 12px;
        z-index: 999;
        top: 10px;
    }

        .avatar-upload-2 .avatar-edit-2 input {
            display: none;
        }

            .avatar-upload-2 .avatar-edit-2 input + label:hover {
                background: #f1f1f1;
                border-color: #d6d6d6;
            }

            .avatar-upload-2 .avatar-edit-2 input + label:after {
                content: "";
                background-image: url(../images/edit.png);
                position: absolute;
                top: 184px;
                left: -43px;
                right: 0;
                width: 60px;
                height: 60px;
                background-repeat: no-repeat;
                z-index: 999;
                cursor: pointer;
            }

    .avatar-upload-2 .avatar-preview-2 {
        width: 100%;
        height: 232px;
        position: relative;
        border-radius: 40px;
        background-color: #ffffff;
    }

        .avatar-upload-2 .avatar-preview-2 > div {
            width: 100%;
            height: 100%;
            border-radius: 40px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

/* ------Uload PDF---------- */
.upload-file {
    width: 270px;
    height: 60px;
    border: 1px solid #cccccc;
    display: flex;
    border-radius: 8px;
    align-items: center;
    gap: 20px;
    position: relative;
}

.upload-close-btn::before {
    content: "";
    background-image: url(../images/close.png);
    border-radius: 8px;
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: -6px;
    cursor: pointer;
    right: -11px;
}

.upload-file p {
    font-size: 10px;
    line-height: 160%;
}

.upload-file h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* ===========HomePage=========== */
/* -----------User Page--------- */
.home-page-content {
    padding: 40px 0px 60px;
}

    .home-page-content .profile-left-side {
        max-width: 324px;
        width: 100%;
    }

    .home-page-content .profile-right-side {
        width: calc(100% - 324px);
        padding-left: 28px;
    }

.card-shadow {
    box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 32px;
}

.profile-left-side .card-shadow {
    padding: 32px 20px;
}

.profile-left-side hr {
    margin: 32px 0 !important;
    background-color: #CCCCCC !important;
}

.noah-wills-detail .noah-img-div {
    position: relative;
}

    .noah-wills-detail .noah-img-div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
    }

    .noah-wills-detail .noah-img-div .round {
        transform: rotate(90deg);
        transition: all 1s ease-in-out;
    }

    .noah-wills-detail .noah-img-div .circle-bg {
        fill: none;
        stroke: #eee;
        stroke-width: 2;
        stroke-dasharray: 0;
    }

    .noah-wills-detail .noah-img-div .circle {
        fill: none;
        stroke: #60CC98;
        stroke-width: 2;
        stroke-dasharray: 0 999;
        transition: stroke-dasharray 2s ease-in-out;
    }

    .noah-wills-detail .noah-img-div .percentage {
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
        color: #60CC98;
        background: #fff;
        border-radius: 50px;
        display: inline-block;
        padding: 2px 6px;
        margin-top: -23px;
        z-index: 1;
    }

.noah-wills-detail .noah-detail-div .btn-orange {
    min-width: 177px;
    padding: 12px 24px;
}

.purple-box {
    background: #F2F4FC;
    padding: 16px;
    border-radius: 8px;
}

    .purple-box > .d-flex {
        gap: 10px;
    }

    .purple-box p {
        line-height: 20px;
    }

    .purple-box .box-txt img {
        padding-right: 5px;
    }

.profile-contact-detail a:hover p {
    color: var(--orange);
}

.profile-contact-detail a img {
    margin-right: 12px;
}

.card-mb-40 {
    margin-bottom: 40px;
}

.interviews-div {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}

/* -----------Exsisting user / Cards Page--------- */
.interviews-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .interviews-boxes .int-box {
        width: calc(35% - 10px);
        border: 1px solid #E6E6E6;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

        .interviews-boxes .int-box.yellow-bg {
            width: 27%;
            background: #FAF5ED;
            border: unset;
            border-radius: 28px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

    .interviews-boxes .light-purple-btn {
        background: #E6E8FA;
        color: #545D99;
        padding: 6px 16px;
        display: inline-block;
        border-radius: 50px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }

    .interviews-boxes .ltd-img-line {
        gap: 12px
    }

        .interviews-boxes .ltd-img-line img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

        .interviews-boxes .ltd-img-line h4 {
            font-size: 16px;
            line-height: 22px;
        }

    .interviews-boxes hr {
        background-color: #CCCCCC;
    }

    .interviews-boxes .btn-orange {
        padding: 9px 24px;
        margin-top: 30px;
        font-weight: 500 !important;
    }

    .interviews-boxes .int-box.yellow-bg img {
        width: 120px;
        margin-top: -70px;
    }

    .interviews-boxes .int-box.yellow-bg.job-offer img {
        width: 140px;
        margin-left: 40px;
    }

    .interviews-boxes .int-box .view-num h2 {
        font-size: 36px;
    }

    .interviews-boxes .int-box .view-num p {
        font-size: 16px;
    }



.start-information-card .ltd-img-line {
    gap: 12px;
}

    .start-information-card .ltd-img-line p {
        font-size: 16px;
    }

.start-information-card .start-info-btn {
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 10px;
}

/* --------apexchart------- */
#chart .apexcharts-bar-area rect {
    stroke: none !important; /* Remove stroke (border) */
}

.apexcharts-xaxis,
.apexcharts-xaxis-tick {
    display: none;
}

.custom-tooltip {
    padding: 10px;
}

#SvgjsPath1020:hover,
#SvgjsPath1022:hover,
#SvgjsPath1024:hover {
    fill: transparent; /* Change fill color on hover */
}

.box-graph {
    height: 80px;
    margin-bottom: 20px;
    margin-top: -20px;
    margin-right: -12px;
}

#chart, .apexcharts-canvas, foreignObject {
    min-height: unset !important;
    height: 80px !important;
}

.apexcharts-svg {
    height: 100px !important;
}


/* -----------popup sidebar----------- */
.modal-width {
    width: 530px;
    padding: 32px;
    border-radius: 20px 0 0 20px;
    border-left: 0;
}

    .modal-width .offcanvas-header {
        align-items: flex-start;
        padding-bottom: 32px !important;
    }

    .modal-width .modal-information {
        border: 1px solid #E6E6E6;
        padding: 32px 40px;
        border-radius: 28px;
    }

    .modal-width .btn-close {
        background: unset !important;
        margin: 0;
        opacity: 1 !important;
    }

        .modal-width .btn-close:focus {
            box-shadow: unset !important;
        }

    .modal-width .modal-two-btns {
        gap: 12px;
        padding-top: 24px;
    }

        .modal-width .modal-two-btns a {
            font-size: 14px;
            font-weight: 500 !important;
            line-height: 10px;
            padding: 15px 16px;
            min-width: unset !important;
        }

        .modal-width .modal-two-btns .border-btn {
            background: unset;
            color: #F49F1C;
        }

            .modal-width .modal-two-btns .border-btn:hover {
                background: #F49F1C;
                color: #fff;
                border: 1px solid #F49F1C;
            }

    .modal-width .offcanvas-body::-webkit-scrollbar,
    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

    .modal-width .modal-checkbox .form-check {
        margin-bottom: 0px !important;
    }

    .modal-width .modal-checkbox .read-link {
        text-decoration: underline;
        font-size: 14px;
        font-weight: 400 !important;
        margin-left: 8px;
    }

    .modal-width .modal-checkbox label {
        font-size: 14px;
        font-weight: 400 !important;
    }

    .modal-width .modal-checkbox .form-check .form-check-input {
        margin-top: -2px;
    }

    .modal-width .meeting-link {
        color: #2F3666 !important;
        font-size: 20px;
        font-weight: 500;
    }

        .modal-width .meeting-link:hover {
            color: #F49F1C !important;
        }

    .modal-width .modal-information .pipe-line {
        color: var(--lightgray);
        padding: 0 6px;
    }

/* -------all interviews------- */
.home-page-content.all-interviews-sec .profile-right-side {
    width: 100%;
    padding-left: 12px;
}

.all-interviews-sec .interviews-boxes {
    gap: 40px;
}

    .all-interviews-sec .interviews-boxes .int-box {
        width: calc(25% - 30px);
    }

    .all-interviews-sec .interviews-boxes .light-green-btn {
        background: #DAF6DE;
        color: #168E54;
    }

.all-interviews-line {
    margin-bottom: 40px;
}

.all-interviews-sec .interviews-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/home/select-arrow.svg") no-repeat calc(100% - 10px) !important;
    background-size: 14px !important;
    border-radius: 8px !important;
    border: 1px solid #E6E6E6 !important;
    max-width: 140px;
    width: 100%;
    font-size: 14px;
    color: #666666;
    padding: 8px 32px 8px 12px;
}

    .all-interviews-sec .interviews-select select:focus,
    .pickup-select select:focus {
        box-shadow: unset !important;
    }

.all-interviews-sec .pickup-location {
    gap: 8px;
}

    .all-interviews-sec .pickup-location .back-btn {
        font-size: 14px;
    }

        .all-interviews-sec .pickup-location .back-btn:hover {
            color: #F49F1C !important;
        }

.all-interviews-sec .pickup-select {
    width: 384px;
    position: relative;
}

    .all-interviews-sec .pickup-select::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        width: 15px;
        height: 10px;
        background-image: url("../images/home/select-arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .all-interviews-sec .pickup-select select {
        background: #F5F5F5 !important;
        border: unset !important;
        border-radius: 8px;
        max-width: 384px;
        width: 100%;
        font-size: 16px !important;
        color: #999999;
        font-weight: 500;
        padding: 11px 12px;
    }

.textarea-limit .count-text {
    font-size: 12px;
    font-weight: 500;
    color: #CCCCCC;
    text-align: right;
    position: absolute;
    bottom: 9px;
    right: 13px;
}

.star-rating {
    display: flex;
}

    .star-rating i {
        font-size: 16px;
        color: #F49F1C;
        margin: 0 5px;
        font-size: 16px;
    }

        .star-rating i.gray-star {
            color: #666666;
        }

        .star-rating i::before {
            font-family: "Font Awesome 5 Free" !important;
        }

/* ==== End UI - Sign up & other flows (B2C - Paid Candidates ) 5 Jun ==== */

/* =====  UI - B2C COPIED (FOR UNPAID FLOW) ====== */
.interviews-boxes .blur-content {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    max-width: 140px;
    width: 100%;
    margin-bottom: 10px;
}

    .interviews-boxes .blur-content p {
        color: var(--black-1);
    }

    .interviews-boxes .blur-content .blur-text-style {
        color: var(--lightgray);
    }

.interviews-boxes .light-purple-btn,
.interviews-boxes .btn-orange {
    position: relative;
    z-index: 3;
}

.interviews-boxes .blur-box {
    position: relative;
    overflow: hidden;
}

    .interviews-boxes .blur-box::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
        background-color: rgb(255 255 255 / 16%) !important;
    }

.interviews-boxes .blur-box-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.start-information-card .blur-box {
    position: relative;
}


    .start-information-card .blur-box:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% + 60px);
        height: calc(100% + 60px);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background-color: rgb(255 255 255 / 16%) !important;
        border-radius: 60px;
    }

/*.popup-blur-style {
    z-index: 1;
    position: absolute;
    width: 118%;
    top: 18px;
    display: flex;
    align-items: end;
    gap: 8px;
}*/

.popup-blur-style p {
    font-size: 14px !important;
    color: #262626;
}

.sign-checkbox .form-check {
    margin-bottom: 0 !important;
}

.signup-form .border-orange {
    background: unset;
    color: #F49F1C;
}

    .signup-form .border-orange:hover {
        background: #2F3666;
        color: #fff;
    }

.terms-banner .img-banner-style {
    height: 225px !important;
}

.terms-condition {
    width: 100%;
    max-width: 856px;
    margin: 0 auto;
}

.back-arrow img {
    transform: rotate(90deg);
}

.back-arrow a {
    gap: 8px;
}

    .back-arrow a:hover {
        color: var(--orange);
    }

/* ===== End UI - B2C COPIED (FOR UNPAID FLOW) ===== */

/* ====  UI | admin portal |  5 jun ===== */

.admin-info {
    padding: 24px;
    width: 100%;
    height: 100%;
}

.admin-dashboard {
    max-width: 254px;
    width: 100%;
    position: fixed;
    height: calc(100% - 48px);
    /* bottom: 24px; */
}

.dashboard-content {
    width: calc(100% - 254px);
    margin-left: 254px;
    /* height: 100vh; */
}

    .dashboard-content .left-side .navbar-brand img {
        width: 18px !important;
        height: 18px;
        object-fit: contain;
    }

    .dashboard-content .left-side .navbar-brand {
        gap: 8px;
    }

.bg-purple {
    background-color: #2F3666;
    border-radius: 32px;
    padding: 24px;
    height: 100%;
}

.admin-info .navbar-brand img {
    height: 32px;
    width: 32px !important;
    object-fit: contain;
}

.admin-info .navbar-brand {
    margin-bottom: 48px;
    display: block;
    margin-right: 0px;
}

.admin-info .navbar-nav li {
    margin-bottom: 16px;
}

    .admin-info .navbar-nav li a {
        display: flex;
        gap: 8px;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #8F97CC;
        padding: 12px !important;
        border-radius: 12px;
        background-color: transparent;
        border: 1px solid transparent;
    }

        .admin-info .navbar-nav li a.active,
        .admin-info .navbar-nav li a:hover {
            background-color: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid #8F97CC;
            color: #ffffff;
        }

            .admin-info .navbar-nav li a.active img,
            .admin-info .navbar-nav li a:hover img {
                filter: brightness(0) invert(1);
            }

        .admin-info .navbar-nav li a img {
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

.admin-head {
    padding: 0px !important;
    margin-bottom: 32px;
}

    .admin-head .navbar-brand {
        font-size: 14px;
        font-weight: 500;
        color: var(--black-1);
    }

.dashboard-content .right-side .nav-link img.dropdown-img {
    border: 2px solid #666666;
}

.chart-col .chart-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}



    .chart-col .chart-box .purple-box {
        width: calc(33.33% - 13px);
        display: flex;
        align-items: center;
    }

.dropdown-month {
    margin: 32px 0px;
}

    .dropdown-month .month-select {
        max-width: 160px;
        width: 100%;
    }

        .dropdown-month .month-select .form-check {
            margin-bottom: 0px !important;
        }

        .dropdown-month .month-select input::placeholder {
            color: var(--lightgray);
        }

        .dropdown-month .month-select input {
            box-shadow: unset;
            margin-bottom: 0px !important;
        }

        .dropdown-month .month-select::after {
            content: "";
            background-image: url("../images/dropdown-icon.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 12px;
            width: 12px;
            position: absolute;
            top: 50%;
            right: 12px;
            transform: translateY(-50%);
        }

    .dropdown-month .datepicker table tr td span {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

        .dropdown-month .datepicker table tr td span.active {
            background: var(--orange);
        }

            .dropdown-month .datepicker table tr td span.active:hover {
                background: var(--blue);
            }

    .dropdown-month .dropdown-menu {
        padding: 10px;
    }

.company-table-row img {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    object-fit: cover;
}

.interviews-table .company-table-row {
    gap: 12px;
}

    .interviews-table .company-table-row .ltd-info h4 {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .interviews-table .company-table-row img.verified-img {
        height: 16px !important;
        width: 16px !important;
        object-fit: contain;
    }

.interviews-table .contact-feild-info img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.interviews-table .contact-feild-info {
    display: flex;
    gap: 24px;
    position: relative;
}

.interviews-table table thead tr {
    vertical-align: middle;
    height: 42px;
}

    .interviews-table table thead tr th {
        padding: 6px 10px !important;
    }

.interviews-table table tr.bg-lightgray {
    background-color: #F7F8FC;
}

.phone-hover-box .contact-info a {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    min-width: 140px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

    .phone-hover-box .contact-info a img {
        height: 12px;
        width: 12px;
    }

.phone-hover-box:hover .contact-info a {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #666666;
}

.text-gray {
    color: var(--gray);
}

/* Pagination */
.pagination-sec .pagination {
    gap: 20px;
    justify-content: center;
}

    .pagination-sec .pagination .page-item .page-link {
        background-color: #ffffff;
        border: 1px solid #CCCCCC;
        border-radius: 4px;
        color: var(--black-1);
        font-size: 12px;
        font-weight: 500;
        height: 32px;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .pagination-sec .pagination .page-item .page-link:focus {
            box-shadow: unset;
        }

        .pagination-sec .pagination .page-item.active .page-link,
        .pagination-sec .pagination .page-item .page-link:hover {
            background-color: #545D99;
            color: #ffffff;
            border: 1px solid #545D99;
        }

            .pagination-sec .pagination .page-item .page-link:hover img,
            .pagination-sec .pagination .page-item.active .page-link img {
                filter: brightness(0) invert(1) opacity(1) !important;
            }

        .pagination-sec .pagination .page-item .page-link img {
            height: 11px;
            width: 6px;
            object-fit: contain;
        }

        .pagination-sec .pagination .page-item .page-link.next-btn img {
            transform: scale(-1);
        }

.scandiMates-hired {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .scandiMates-hired input {
        width: 56px;
        font-size: 14px;
        color: #666666;
        font-weight: 500;
        padding: 6px 8px;
    }

.form-style input.mb-0, .form-style textarea.mb-0 {
    margin-bottom: 0px !important;
}

.bg-red {
    background-color: #FFF0EE;
    color: #E94933 !important;
}

.bg-yellow {
    background-color: #FFF9EB;
    color: #543213;
}

.bg-green {
    background-color: #E4FFE7;
    color: #224D27;
}

.bg-light-purple {
    background-color: #E8EBFF;
    color: #23294D;
}

.status-info a {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px !important;
    border-radius: 10px;
}

.companies-table tr td:nth-of-type(1) {
    width: 269px;
}

.companies-table tr td:nth-of-type(4) {
    width: 130px;
}

.companies-table tr td:last-child {
    width: 124px;
}


/*  Edit Profile pages */
.admin-profile-banner .avatar-upload-2 .avatar-edit-2 input + label:after {
    left: -65px;
}

.profile-info-sec {
    padding: 0px 25px 60px 64px;
}

.edit-field-sec {
    padding: 0px 64px 40px;
}

.profile-info-sec .avatar-upload {
    margin-top: -80px;
}

.travelling-dropdown .dropdown-btn-yrs span,
.travelling-dropdown .dropdown-menu a span {
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-btn-yrs {
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.travelling-dropdown .dropdown-menu .dropdown-item {
    display: flex;
    gap: 10px;
}

.admin-profile-banner .gradient-overlay {
    position: relative;
}

    .admin-profile-banner .gradient-overlay::before {
        content: "";
        background: linear-gradient(180deg, rgba(47,54,102,1) 0%, rgba(47,54,102,0) 100%);
        height: 100%;
        width: 100%;
        border-radius: 40px;
        position: absolute;
        left: 0;
        top: 0;
    }

.admin-profile-banner .pro-img {
    border: 16px solid #ffffff;
}

.edit-field-sec .padding-box {
    padding: 32px 40px;
    border: 1px solid #E6E6E6;
    border-radius: 28px;
    margin-bottom: 40px;
}

    .edit-field-sec .padding-box:last-child {
        margin-bottom: 0px;
    }

.textarea-limit {
    position: relative;
}

.edit-field-sec .padding-box .textarea-limit textarea {
    max-height: 90px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    font-weight: 400;
    color: var(--black-1);
}

    .edit-field-sec .padding-box .textarea-limit textarea::placeholder {
        color: var(--black-1);
    }

.edit-field-sec .padding-box h3 {
    margin-bottom: 28px;
}

.person-info {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

    .person-info .personal-field {
        width: calc(33.33% - 27px);
    }

.padding-box input:focus,
.padding-box textarea:focus {
    border-color: #545D99 !important;
}

.preferences-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.trade-info {
    position: relative;
}

    .trade-info .trade-purple,
    .trade-info .trade-purple.border-trade-btn {
        color: #2F3666;
        font-size: 16px;
        font-weight: 500;
        background-color: #E6E8FA;
        border: 1px solid #E6E8FA;
        padding: 7px 16px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .trade-info .trade-purple.border-trade-btn {
            background-color: transparent;
            border: 1px dashed #999999;
        }

            .trade-info .trade-purple.border-trade-btn img,
            .delete-icon img {
                height: 16px;
                width: 16px;
                object-fit: contain;
            }

    .trade-info .red-close-icon {
        background-color: #ED6969;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -4px;
        right: -4px;
    }

        .trade-info .red-close-icon img {
            height: 8px;
            width: 8px;
            object-fit: contain;
        }

        .trade-info .red-close-icon:hover {
            background-color: var(--blue);
        }

.text-red {
    color: #E94933;
}

.delete-icon {
    color: #E94933;
    font-weight: 600;
    font-size: 16px;
}

    .delete-icon:hover {
        color: var(--black-1);
    }

        .delete-icon:hover img {
            filter: brightness(0) invert(0);
        }

.status-dropdown {
    margin-bottom: 40px;
}

    .status-dropdown input::placeholder {
        font-size: 12px;
        font-weight: 500;
        color: #E94933;
        background-color: #FFF0EE;
        padding: 4px 10px;
        display: inline-block;
        border-radius: 10px;
        max-width: 75px;
        text-align: center;
    }

.text-orange {
    color: #F49F1C;
    cursor: pointer;
}

    .text-orange:hover {
        color: var(--blue);
    }

/* Tab */
.candidate-tab .nav-link.active {
    border: unset !important;
}

.candidate-tab {
    display: flex !important;
    gap: 32px;
    border: unset !important;
    align-items: center;
}

    .candidate-tab.nav-tabs .nav-link {
        border: unset !important;
        border-radius: unset !important;
    }

.soical-icon-group a.bg-social {
    border: 1px solid #F49F1C;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

    .soical-icon-group a.bg-social:hover {
        background-color: #F49F1C;
    }

    .soical-icon-group a.bg-social img {
        height: 20px;
        width: 20px;
    }

    .soical-icon-group a.bg-social:hover img {
        filter: brightness(0) invert(1);
    }

.schedule-btn {
    padding: 12px 24px !important;
}

.bg-gray {
    background-color: #F2F2F2;
    color: #666666;
    padding: 2px 6px;
    font-size: 10px;
    text-align: center;
    border-radius: 10px;
}

.trande-name-input input {
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #666666;
}

.text-lightgray {
    color: #CCCCCC;
}

.trade-info-table .select-drop {
    position: relative;
    min-width: 180px;
    display: inline-block;
}

.trade-info-table select {
    /*    border: unset !important;*/
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    outline: unset !important;
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
}

.trade-info-table .select-drop:after {
    content: "";
    background-image: url("../images/dropdown-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
    position: absolute;
    /*    right: -15px;*/
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.trade-info-table select:focus,
.trade-info-table select:focus-visible {
    box-shadow: unset !important;
    border: unset !important;
    outline: unset !important;
}

.pending-approve table tbody td:first-child,
.pending-approve table tbody td:nth-of-type(4) {
    min-width: 200px;
}

.pending-approve table tbody td {
    height: 58px;
}

.add-trade-modal form {
    display: flex;
    flex-direction: column;
}

    .add-trade-modal form .modal-two-btns {
        margin-top: auto;
    }

.table-filter-part .select-dropdown .dropdown-menu {
    position: relative;
}

    .table-filter-part .select-dropdown .dropdown-menu::after {
        content: "";
        background-image: url(../images/dropdown-icon.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 16px;
        width: 12px;
        position: absolute;
        top: -15px;
        right: 12px;
        /* transform: rotate(180deg); */
        transform: translateY(-50%) rotate(180deg);
        border: unset !important;
        margin: 0 !important;
    }

.table-filter-part .select-dropdown .search-input input {
    padding: 8px 12px 8px 35px;
}

.admin-graph-box .purple-box {
    max-width: 285px;
}

.ligt-btn .light-gray-btn {
    color: #424242;
    background-color: #EDEDED;
    margin-left: 16px;
}

.custom-select2 + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

/* Apply to Select2 container placeholder */
.custom-select2 + .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ccc !important; /* Change to your desired placeholder color */
}

/* Additional rule to ensure placeholder color */
.custom-select2 + .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select company"] {
    color: #ccc; /* Change to your desired placeholder color */
}

.interview-view-details .modal-information {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .interview-view-details .modal-information .modal-two-btns {
        margin-top: auto;
    }


/* ==== End  UI | admin portal |  5 jun ===== */

/* ===== Company pages======= */



.checkbox-select-dropdown .dropdown .form-check {
    margin-bottom: 0 !important;
}

.performance-detail .profile-gropbooking {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 16px;
    margin-top: 50px;
}

    .performance-detail .profile-gropbooking p {
        line-height: 20px;
    }

    .performance-detail .profile-gropbooking a {
        color: #F49F1C;
    }

        .performance-detail .profile-gropbooking a:hover {
            color: var(--blue);
        }


/* ---------table----------- */
.profile-table-sec {
    margin-bottom: 40px;
}

    .profile-table-sec .table-heading {
        margin-top: 30px;
        margin-bottom: 28px;
    }

    .profile-table-sec .profile-table .table-profile {
        gap: 12px;
    }

        .profile-table-sec .profile-table .table-profile img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

    .profile-table-sec .profile-table tr p {
        line-height: 20px;
    }

    .profile-table-sec .profile-table tr .btn-orange {
        padding: 9px 21px;
        min-width: 162px;
    }

    .profile-table-sec .profile-table th,
    .profile-table-sec .profile-table td {
        border-bottom: 0 !important;
    }

    .profile-table-sec .profile-table th {
        background-color: #F2F2F2;
        color: #23294D;
        font-size: 11px;
        font-weight: 500;
        padding: 12px 10px;
    }

    .profile-table-sec .profile-table td {
        padding: 10px;
    }

    .profile-table-sec .profile-table tbody tr {
        border-bottom: 1px solid #E6E6E6;
    }

        .profile-table-sec .profile-table tbody tr:last-child {
            border-bottom: unset !important;
        }

    .profile-table-sec .profile-table tr th:first-child {
        border-radius: 12px 0 0 0;
    }

    .profile-table-sec .profile-table tr th:last-child {
        border-radius: 0 12px 0 0;
    }

    .profile-table-sec .profile-table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 12px;
    }

    .profile-table-sec .profile-table tbody tr:last-child td:last-child {
        border-radius: 0 0 12px 0;
    }

    .profile-table-sec .table-shadow {
        border: 1px solid #f2f2f2;
        border-radius: 12px;
        box-shadow: 0px 2px 1px rgba(0,0,0,0.05);
    }

    .profile-table-sec.filter-table .profile-table tr .btn-orange {
        min-width: 130px;
        font-size: 14px;
        font-weight: 500;
    }

    .profile-table-sec .profile-table .accept-btn {
        font-size: 12px;
        color: #23294D;
        background: #E8EBFF;
        padding: 4px 10px;
        border-radius: 10px;
    }

        .profile-table-sec .profile-table .accept-btn.pending-btn {
            color: #543213;
            background: #FFF9EB;
        }

        .profile-table-sec .profile-table .accept-btn.declined-btn {
            color: #543213;
            background: lightcoral;
        }

    .profile-table-sec .profile-table tr .disable-btn {
        opacity: 24%;
    }

    .profile-table-sec .job-btns {
        gap: 8px;
    }

    .profile-table-sec .profile-table .accept-btn.green-btn {
        color: #224D27;
        background: #E4FFE7;
    }

    .profile-table-sec thead .dropdown-menu {
        min-width: 300px;
        padding: 8px 12px;
        top: 10px !important;
        left: -100px !important;
        border: 1px solid #E6E6E6 !important;
        border-radius: 8px !important;
    }

.table-booking-profile {
    margin-top: 40px;
}

    .table-booking-profile .row {
        border: 1px solid #E6E6E6;
        border-radius: 28px;
        padding: 32px 28px;
    }

    .table-booking-profile .ltd-img-line {
        gap: 16px;
        justify-content: end;
    }

        .table-booking-profile .ltd-img-line img {
            width: 58px;
            height: 58px;
            border-radius: 50%;
        }

        .table-booking-profile .ltd-img-line p span {
            color: #CCCCCC;
            padding: 0 12px;
        }

        .table-booking-profile .ltd-img-line p a:hover {
            color: var(--orange);
        }

.profile-table-sec .star-rating i {
    font-size: 12px;
}




/* -------------------Select Checbox-------------- */
.checkbox-select-dropdown .selectedprojectinput {
    min-height: 38px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 4px;
}

    .checkbox-select-dropdown .selectedprojectinput .badge {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 6px;
        background-color: #e1e1e2;
        color: #262626;
        border-radius: 0.25rem;
        font-size: 12px;
        font-weight: 500;
    }

        .checkbox-select-dropdown .selectedprojectinput .badge .close-btn {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 12px;
            color: #262626;
            margin-left: 2px;
        }

            .checkbox-select-dropdown .selectedprojectinput .badge .close-btn:hover {
                color: #2F3666;
            }

    .checkbox-select-dropdown .selectedprojectinput.hidden {
        display: none;
    }

.checkbox-select-dropdown .simpleinputcheck.active {
    display: block;
}

.checkbox-select-dropdown .hidden {
    display: none;
}

.checkbox-select-dropdown #selectedProject {
    background-color: unset !important;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 9px 13px;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
    padding: 10px;
    overflow-y: scroll;
    min-height: 100%;
    height: 42px;
}

    .checkbox-select-dropdown #selectedProject::-webkit-scrollbar {
        width: 0px !important;
        display: none;
    }

.checkbox-select-dropdown .dropdown-menu label {
    font-weight: 400;
    color: var(--lightgray);
    font-size: 14px;
}

.checkbox-select-dropdown .dropdown-menu input,
.checkbox-select-dropdown .dropdown-menu .form-check input {
    box-shadow: unset;
}

.checkbox-select-dropdown .dropdown-menu .option_val {
    margin-bottom: 6px;
}

.checkbox-select-dropdown .dropdown-menu .accordion-btn {
    padding: 8px 20px;
}



/* ------company page modal------- */
.accept-modal-form .field-design input,
.accept-modal-form .field-design textarea {
    color: var(--black-1);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 24px !important;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 9px 13px;
    font-family: "Poppins", sans-serif;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 0 !important;
    background: unset;
}

    .accept-modal-form .field-design input::placeholder,
    .accept-modal-form .field-design textarea::placeholder {
        color: #CCCCCC;
        font-weight: 400 !important;
        font-size: 16px;
    }

.accept-modal-form .field-design.address-area textarea::placeholder {
    color: var(--black-1);
}

.accept-modal-form .field-design label {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    margin-bottom: 4px;
    display: block;
    width: 100%;
}

.accept-modal-form .field-design {
    margin-bottom: 32px;
}

.accept-modal-form .modal-datepicker .datepicker {
    max-width: 100%;
    width: 100% !important;
    border: 1px solid #F2F2F2 !important;
}

.accept-modal-form .picker-field {
    position: relative;
}

    .accept-modal-form .picker-field::before {
        content: '';
        position: absolute;
        top: 36px;
        right: 14px;
        width: 16px;
        height: 16px;
        background-image: url(../images/company/date-icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .accept-modal-form .picker-field.modal-timepicker::before {
        background-image: url(../images/company/time-icon.svg);
    }

.contact-scandimate-modal .contact-info .c-info {
    gap: 16px;
    align-items: start;
}

    .contact-scandimate-modal .contact-info .c-info img {
        margin-top: 5px;
    }

.contact-scandimate-modal .contact-info hr {
    margin: 24px 0;
    background-color: #F2F2F2;
    opacity: 1;
}

.request-interview-modal .date-fields {
    gap: 20px;
}

.field-design .dollar-input .input-group-text {
    position: absolute;
    right: 0;
    bottom: 1px;
    background: unset;
    border: unset;
    color: var(--lightgray);
}

.field-design .dollar-input input {
    border-radius: 8px !important;
}

.yes-no-line .radio-switch input {
    display: none;
}

.yes-no-line input:checked + label {
    background: var(--blue);
    color: var(--white);
}

.yes-no-line .radio-switch label {
    background: #E6E6E6;
    border-radius: 6px;
    padding: 8px 16px;
    color: var(--blue);
    margin-right: 16px;
}

/* ............Scandimates-arriving-section......... */

.inner-banner .img-banner-style h1 {
    font-size: 54px;
    line-height: 65px;
    font-weight: 700;
    padding-bottom: 8px;
}

.inner-banner .img-banner-style p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #CFD1E5;
}

.inner-banner .img-banner-style .banner-font-style {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
}

.inner-banner .img-banner-style {
    background-image: url(../images/company/scandimate-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    width: 100%;
    height: 325px;
    margin: 24px 0px 100px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

    .inner-banner .img-banner-style::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(177deg, #2F3666 23.46%, rgba(47, 54, 102, 0.5) 108.35%);
        border-radius: 40px;
    }

/* ...............Table Filter............ */
.table-filter-part .filters {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.table-filter-part .db-box .db-counter small {
    color: #2F3666;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.table-filter-part .db-box .db-counter {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #E6E8FA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.table-filter-part .tab-filter.db-box a,
.table-filter-part .tab-filter.sort-box a {
    padding: 8px 12px 8px 12px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    height: 39px;
}

.table-filter-part .tab-filter.sort-box span {
    font-size: 12px;
    color: #2F3666;
    font-weight: 500;
}

.table-filter-part .checkbox-select-dropdown .search-input {
    margin-bottom: 10px;
}

.table-filter-part .dropdown {
    max-width: 105px;
    width: 100%;
}

.table-filter-part .checkdropdown {
    max-width: 185px !important;
}

.table-filter-part .city-filter .dropdown {
    max-width: 75px;
}

.table-filter-part .month-filter .dropdown {
    max-width: 145px;
}

.table-filter-part .trade-filter .dropdown {
    max-width: 90px;
}

.table-filter-part .contract-filter .dropdown {
    max-width: 150px;
}

.table-filter-part .checkbox-select-dropdown .form-control {
    font-size: 14px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 8px;
    padding: 8px 30px 8px 12px;
    /* height: 35px; */
}

.table-filter-part .checkbox-select-dropdown .dropdown-menu {
    min-width: 165px;
}

.table-filter-part .trade-filter .dropdown-menu {
    min-width: 225px !important;
}

.table-filter-part .checkbox-select-dropdown .selectedprojectinput {
    flex-direction: row;
    /* flex-wrap: nowrap; */
    overflow-Y: scroll;
    position: absolute;
    height: 40px;
    /* padding: 0px 30px 0px 12px !important; */
    z-index: 99;
}

    .table-filter-part .checkbox-select-dropdown .selectedprojectinput::-webkit-scrollbar {
        width: 0px !important;
        display: none;
        height: 0 !important;
        padding: 0 !important;
    }

.table-filter-part .select-dropdown .accordion-body {
    padding: 10px 12px;
}
/* .table-filter-part .checkbox-select-dropdown .selectedprojectinput .badge{
  height: 40px;
} */

.table-filter-part .select-dropdown .dropdown-menu.show {
    border-top: unset !important;
    border-radius: 0px 0px 8px 8px;
    top: -4px !important;
    border: 1px solid #E6E6E6;
}

.table-filter-part .select-dropdown .dropdown-toggle.show input {
    border-radius: 8px 8px 0px 0px;
    box-shadow: unset;
    border-bottom: unset;
    position: relative;
    z-index: 1;
}

.table-filter-part .counter-filter .collapse:not(.show),
.table-filter-part .city-filter .collapse:not(.show),
.table-filter-part .month-filter .collapse:not(.show),
.table-filter-part .contract-filter .collapse:not(.show) {
    display: block;
}

.table-filter-part .select-dropdown .accordion-item {
    border-radius: 8px;
}

.table-filter-part .checkbox-select-dropdown .selectedprojectinput .badge {
    background: transparent;
    color: #2F3666;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
}

    .table-filter-part .checkbox-select-dropdown .selectedprojectinput .badge .close-btn {
        cursor: pointer;
        font-size: 24px;
        color: #999999;
        font-weight: 200;
    }

.table-filter-part .dropdown-toggle.show .form-control {
    min-width: 165px;
}

.table-filter-part .trade-filter .dropdown-toggle.show .form-control {
    min-width: 225px;
}

.table-filter-part .select-dropdown .dropdown-toggle.show::before {
    z-index: 2;
    transform: rotate(180deg);
    top: 32%;
}

.table-filter-part .select-dropdown .dropdown-toggle.show::before {
    display: none;
}

.table-filter-part .select-dropdown .dropdown-menu.show .accordion-btn.collapsed::after {
    transform: unset;
    top: 30%;
}

.table-filter-part .select-dropdown .dropdown-menu.show .accordion-btn::after {
    transform: rotate(180deg);
    top: 32%;
}

.padding-80 .profile-info-sec {
    padding: 0px 80px 60px;
}

.padding-lr-80 .row {
    padding: 0px 80px 0px;
}

.padding-box p a:hover {
    color: var(--orange);
}

.social-icon {
    gap: 20px;
}

    .social-icon img:hover {
        margin-top: -5px;
        transition: .5s;
    }

.profile-chart-sec {
    gap: 20px;
}

    .profile-chart-sec .purple-box {
        width: calc(33.33% - 10px);
        margin-bottom: 0 !important;
    }

.mt-24 {
    margin-top: 24px;
}

.mb-48 {
    margin-bottom: 48px;
}

.tab-content .person-info {
    justify-content: space-between;
}

    .tab-content .person-info .personal-field {
        width: unset;
    }

.tab-content .tab-border-style h3 {
    margin-bottom: 28px;
}

.tab-content .tab-border-style .green-btn {
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 10px;
    color: #224D27;
    background: #E4FFE7;
}

.review-rating-sec .row {
    padding: 0 70px;
}

.review-rating-sec .card-shadow {
    padding: 40px;
}

.review-rating-sec .ltd-img-line {
    gap: 12px;
}

.review-rating-sec .star-rating i {
    margin: 0 3px;
}

.review-rating-sec .review-profile {
    margin-bottom: 48px;
}

    .review-rating-sec .review-profile:last-child {
        margin-bottom: 0;
    }

.review-rating-sec .ltd-img-line img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.request-btn-row {
    padding: 20px 0 48px;
}

    .request-btn-row a {
        font-size: 14px;
        font-weight: 500;
    }

    .request-btn-row .btn-blue {
        background-color: var(--blue);
        border: 1px solid var(--blue);
    }

        .request-btn-row .btn-blue:hover {
            background-color: var(--orange);
            border: 1px solid var(--orange);
        }

.candidate-profile .avatar-preview .pro-img {
    position: relative;
}

    .candidate-profile .avatar-preview .pro-img::after {
        content: "";
        background-image: url("../images/company/user-text-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.candidate-profile .avatar-preview .work-exp {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-bottom: 0px;
    color: var(--white) !important;
    color: #ffffff !important;
    background-color: unset !important;
    transform: translate(-50%, -50%) !important;
    border: unset !important;
    width: unset !important;
    height: unset !important;
}

.work-exp svg textPath {
    fill: #ffffff;
    letter-spacing: 4px;
    font-weight: 500;
}

.mt-30 {
    margin-top: 30px;
}

img.profile-img {
    border-radius: 100%;
}
/* Hide arrows in Chrome, Safari, and Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.person-info .personal-field p a,
.person-info .personal-field p {
    word-break: break-all;
    color: var(--black-1);
}

    .person-info .personal-field p a:hover {
        color: var(--orange);
    }

.offcanvas-body {
    max-height: 80vh; /* Adjust based on the desired height */
    overflow-y: auto; /* Enable vertical scrolling */
}

.blur-box2 {
    filter: blur(4px);
    pointer-events: none; /* Prevents clicking on the blurred link */
    color: gray; /* Optional: Adjust text color to indicate disabled state */
    text-decoration: none;
}

.profile-table-sec table tbody tr td:nth-of-type(4) {
    min-width: 143px;
}

.past-interview-table table tbody tr td:nth-of-type(5) {
    min-width: 134px;
}

.past-interview-table table tbody tr td:nth-of-type(6) {
    min-width: 98px;
}

.past-interview-table table tbody tr td:nth-of-type(7) {
    min-width: 136px;
}

.past-interview-table table tbody tr td:nth-of-type(4) {
    min-width: 111px;
}

.profile-table-sec table tbody tr td:nth-of-type(3) {
    min-width: 126px;
}

.profile-table-sec .profile-table .accept-btn.pending-btn {
    border-radius: 50px;
}

.tab-border-style .signup-page.form-style input.form-control {
    width: 80% !important;
    border-radius: 0px 8px 8px 0px !important;
    height: 40px;
    margin-bottom: 0px !important;
}

.tab-border-style .signup-page.signup-page .phone-group .select2 {
    width: 20% !important;
    border-radius: 8px 0px 0px 8px !important;
    height: 40px;
    margin-bottom: 0px !important;
}

.tab-border-style .signup-page.form-style label {
    line-height: 23px !important;
}

.chart-col .chart-box .purple-box.graph-box {
    align-items: start;
    flex-direction: column;
}

.purple-box p.h-40 {
    min-height: 60px;
}

.bottom-btn {
    margin-top: auto;
}

.interviews-boxes .int-box.yellow-bg .bottom-btn {
    margin-top: unset;
}

.profile-contact-detail a p.black-1-txt {
    word-break: break-word;
}


#fullCoverImageModal .modal-body img {
    object-fit: cover;
}

/*.personal-info .w-25{
    width:calc(25% - 20px);
}*/
.personal-info-row .w-30 a {
    word-break: break-word;
}

/*.personal-info-row .w-30 {
    width: calc(30% - 20px);
}*/
.personal-info-row {
    gap: 30px;
    flex-wrap: wrap;
}

    .personal-info-row .personal-info {
        width: calc(50% - 15px);
    }

.vertical-top .profile-table th {
    vertical-align: top;
}

/* ==== 23 May 2025 ===== */

.personal-form label::before,
.personal-form label::after,
.form-style label::before,
.form-style label::after {
    display: none;
}

.personal-form label a.nav-link {
    display: inline-block !important;
}

.primary-color {
    color: #F49F1C;
}

.display-flex {
    display: flex;
}

.center-align-img {
    vertical-align: baseline !important;
}

.pd-left-5 {
    padding-left: 5px;
}

.form-style select option {
    color: var(--black-1) !important;
}

.pd-right-10 {
    padding-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.pd-top-15 {
    padding-top: 15px;
}

.step-form ul {
    list-style: none !important;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
}

    .step-form ul li {
        color: #666666;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
    }

        .step-form ul li span {
            background-color: transparent;
            color: #666666;
            /* padding: 2px 6px; */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            background-color: #dddddd;
            width: 22px;
            height: 22px;
        }

        .step-form ul li.active span {
            background-color: #000000;
            color: #ffffff;
            width: 22px;
            height: 22px;
        }

        .step-form ul li.active {
            color: #000000;
        }

.dropdown-menu.search-city {
    min-width: calc(100% - 24px) !important;
}

/*.responsive-scroll {
    overflow-x: auto;
}
.responsive-scroll .button-group {
    min-width: 1366px;
}*/

.button-group {
    flex-wrap: wrap;
}

.responsive-scroll .button-group button {
    max-width: unset !important;
    width: auto !important;
}

.responsive-success-container {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.responsive-success-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    text-align: center;
}

@media (max-width: 576px) {
    .responsive-success-header h1 {
        font-size: 1.5rem;
    }

    .responsive-success-header img {
        width: 32px;
        height: 32px;
    }

    .responsive-success-container {
        padding: 0.5rem;
    }
}


/* === 14 Nov, 2025 === */
.front-page-bg {
    background-image: url("../images/sacndimate-hero-bg-image.png");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    padding: 80px 8px;
    position: relative;
/*    min-height: 750px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 82px);
}

.front-page-bg::before {
    content: "";
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top:0px;
}

.logo-image img{
   width: 100%;
   height: 50px;
   object-fit: contain;
}

.front-page-bg h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 24px !important;
    font-family: "Poppins", Sans-serif;
}

.front-page-bg .container {
    z-index: 9;
    position: relative;
}

.login-info {
    padding: 0px 20px;
    
}

.front-page-bg .btn-col{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.front-page-bg .btn-col button{
    width: 100% !important;
}

.btn.btn-blue {
    background-color: #F49F1C;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 35px 15px 35px;
    color: #ffffff;
    max-width: 250px;
    margin: 0 auto !important;
}

    .btn.btn-blue:hover {
        background-color: #ffffff;
        color: #F49F1C;
    }

.front-page-bg .border-right {
    border-right: 2px dashed #ffffff !important;
}

@media (max-width: 992px){
    .front-page-bg h2 {
        font-size: 24px;
    }
    .btn.btn-blue {
        font-size: 14px;
        padding: 12px 20px 12px 20px;
        max-width: 220px;
    }
    .front-page-bg {
        height: calc(100vh - 72px);
    }
    .logo-image img {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .front-page-bg h2 {
        font-size: 24px;
    }

    .btn.btn-blue {
        font-size: 14px;
        padding: 12px 20px 12px 20px;
        max-width: 220px;
    }
    .front-page-bg .border-right {
        border-right: unset !important;
        border-bottom: 2px dashed #ffffff !important;
    }
    .login-info{
        padding: 20px 0px !important;
    }
    .front-page-bg {
        height: calc(100vh - 62px);
    }
    .logo-image img {
        height: 30px;
    }
}

/*20 Nov 2025*/

.main-header .right-side .dropdown > a {
    background-color: #D1D4F1;
    padding: 8px 16px !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .main-header .right-side .dropdown > a .dropdown-icon {
        width: 12px;
        height: 7px;
        object-fit: contain;
    }

    .main-header .right-side .dropdown > a:hover {
        background-color: #D1D4F1 !important;
    }