:root {
    --font-inter: "Inter", sans-serif;
    --font-mulish: "Mulish", sans-serif;
    --white-color: #ffffff;
    --primary-color1: #022c1f;
    --primary-color1-opc: 2, 44, 31;
    --primary-color2: #059669;
    --primary-color2-opc: 5, 150, 105;
    --primary-color3: #061421;
    --title-color: #1f1f1f;
    --title-color2: #022c1f;
    --border-color: #eeeeee;
    --paragraph-color: #585858;
}


.form-inner.mb-25 label span {
    color: red;
}

.card-header {
    color: var(--primary-color2);
    font-weight: 500;
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    padding: 1rem;
}

.dropzone-wrapper {
    border: 2px dashed rgba(0, 167, 172, .3);
    color: rgba(0, 167, 172, .4);
    position: relative;
    height: 150px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone,
.gallery-preview-zone {
    text-align: center;
}

.preview-zone .box,
.gallery-preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}


.img-thumb-wrapper.shadow {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.img-thumb-wrapper .remove,
.img-thumb-wrapper .gallery-remove {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #555;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    line-height: 25px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.job-sidebar {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 40px 20px;
    height: 900px;
    overflow-y: scroll;
}

.form-inner.title-required {
    border: 1px solid #ff1515 !important;
    height: auto !important;
    border-radius: 3px !important;
}

.my-profile-inner .select2-selection {
    border: none !important;
}

.my-profile-inner select.input-area:focus-visible {

    outline: none;
}

.my-profile-inner .form-switch.candidate-option {
    padding: 10px 0px;
    justify-content: start;
}


.my-profile-inner .form-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.my-profile-inner .form-check-input:checked {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.my-profile-inner .form-switch.candidate-option .form-check-input {
    width: 4em;
    height: 1.3em;
    margin-left: 0;
}

.my-profile-inner .form-check-input:focus {

    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);

}

.form-switch .onOffCheckbox{
    width: 4em;
    height: 1.3em;
}


.company-details .bookmark.active i,
.job-listing-card .bookmark.active i,
.job-listing-card .job-top .bookmark.active i,
.feature-card2 .company-area .company-details .bookmark.active i {
    color: red;
}


header.style-1 .menu-area .nav-right ul li .notifications-area .user-icon,
header.style-2 .menu-area .nav-right ul li .notifications-area .user-icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.4s;
    cursor: pointer;
}


.notifacion-card {
    max-width: 280px;
    min-width: 280px;
    background-color: var(--white);
    border: 1px solid #eee;
    z-index: 999;
    padding: 0;
    right: 0;
    top: 25px !important;
    right: 0;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 250px;
}

.dashboard-sidebar .dashboard-menu a i {
    margin-right: 15px;
}
.company-dashboard .dashboard-menu a i {
    margin-right: 10px;
    height: 20px;
    font-size: 15px;
}

.user-card {
    max-width: 280px;
    min-width: 280px;
    background-color: var(--white);
    border: unset;
    z-index: 999;
    padding: 0;
    top: 22px !important;
    right: 0;
}


.job-details-sidebar .save-apply-btn ul li .save-btn.active {
    color: var(--primary-color2);
}


.job-details-sidebar .save-apply-btn ul li .save-btn.active span {
    background-color: var(--primary-color2);
}

.job-details-sidebar .save-apply-btn ul li .save-btn.active span i {
    color: var(--white);
}


.job-apply-form .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.job-apply-form .modal-dialog .modal-content {
    padding: 50px 30px;
}

.job-apply-form .modal-dialog .modal-content .modal-header {
    position: initial;
    margin-bottom: 20px;
    padding-top: 0;
}

.job-apply-form .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    right: 30px;
    top: 40px;
}

.job-apply-form .modal-dialog .modal-content .modal-header .section-title {
    max-width: 520px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.job-apply-form .modal-dialog .modal-content .modal-header .section-title h3 {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: var(--title-color2);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .job-apply-form .modal-dialog .modal-content .modal-header .section-title h3 {
        font-size: 1.5rem;
    }

    .dashboard-inner .counter-area .counter-single .coundown p{font-size: 14px !important;
        line-height: normal;}
}

.job-src-btn .form-wrap{min-width: initial !important; padding: 15px !important; }

.job-apply-form .modal-dialog .modal-content .modal-header .section-title p {
    margin-bottom: 0;
}

.job-apply-form .modal-dialog .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.job-apply-form .modal-dialog .modal-content .form-inner label {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--title-color1);
    margin-bottom: 6px;
    display: block;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area {
    background: #FFFFFF;
    border: 1px solid rgba(0, 167, 172, .12);
    border-radius: 5px;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.35s;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area img {
    margin-right: 15px;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #D9D9D9;
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area input {
    height: 48px;
    background: #FFFFFF;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color1);
    padding: 14px 0;
    line-height: 1;
    border: none;
    width: 100%;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area input[type="date"],
.job-apply-form .modal-dialog .modal-content .form-inner .input-area input[type="number"] {
    padding-right: 20px;
}


.job-apply-form .modal-dialog .modal-content .form-inner .input-area input::-moz-placeholder {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: #a6a6a6;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area input::placeholder {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: #a6a6a6;
}

.job-apply-form .modal-dialog .modal-content .form-inner .input-area:hover {
    border-color: rgba(0, 167, 172, .4);
}

.job-apply-form .modal-dialog .modal-content .form-inner textarea {
    background: #FFFFFF;
    border: 1px solid rgba(0, 167, 172, .12);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.35s;
}

.job-apply-form .modal-dialog .modal-content .form-inner textarea:focus {
    border-color: rgba(0, 167, 172, .4);
}

.job-apply-form .modal-dialog .modal-content .form-inner2 label {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 0.938rem;
    color: var(--title-color1);
    margin-bottom: 6px;
    display: block;
}

.job-apply-form .modal-dialog .modal-content .form-agreement label {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-mulish);
}

.job-apply-form .modal-dialog .modal-content .form-agreement label a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279CF;
    transition: 0.35s;
}

.job-apply-form .modal-dialog .modal-content .form-agreement label a:hover {
    color: var(--primary-color2);
}

.job-apply-form .modal-dialog .modal-content .form-agreement .two label {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-mulish);
}

.job-apply-form .modal-dialog .modal-content .form-agreement .two label a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 1rem;
    text-decoration-line: underline;
    color: #0279CF;
    transition: 0.35s;
}

.job-apply-form .modal-dialog .modal-content .form-agreement .two label a:hover {
    color: var(--primary-color2);
}

.job-apply-form .modal-dialog .modal-content .employment-check input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: 1px solid var(--primary-color2);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.cv-show{min-height: 200px;}


.table-wrapper .eg-table tbody tr td .company-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

@media (max-width: 576px) {
    .table-wrapper .eg-table tbody tr td .company-info {
        flex-wrap: wrap;
    }
}

.table-wrapper .eg-table tbody tr td .company-info .company-details ul li {
    align-items: baseline;
}

.table-wrapper .eg-table tbody tr td:first-child {
    text-align: start;
    white-space: nowrap;
}


.table-wrapper .scroll-table {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.dashboard-sidebar .single-widget .recent-activitys {
    height: 340px;
    overflow-y: scroll;
}


.contact-form.form-wrapper form.profile-form::after {

    background: none;

}


.edit-profile-form select {
    word-wrap: normal;
    width: 100%;
    border: none;
    margin: 0 15px;
}

.edit-profile-form select:focus {
    box-shadow: none;
    border: none;
    outline: none;
}


.badge-success {
    color: #fff;
    background-color: #28a745;
}


.datepicker-modal .modal-dialog {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

@media (max-width: 576px) {
    .datepicker-modal .modal-dialog {
        width: 100%;
        max-width: 380px;
        margin: auto;
    }
}

.datepicker-modal input[type="text"],
input[type="date"],
input[type="datetime-local"],
input[type="time"] {
    border: 1px solid #c3c3c3;
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    background: #fff;
}


.eg-specific-area {
    position: relative;
}

#eg-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
}

.eg-cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eg-spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.form-agreement.form-inner input[type=checkbox]:checked+label:after {
    top: 25px !important;
}

.edit-profile-form .experiences-row .form-agreement.form-inner input[type=checkbox]:checked+label:after {
    top: 9px !important;
}
.loaderImage{text-align: center; margin-top: 30px;}
.notifacation-icon i{color: var(--primary-color1);}
.checkbox-container{position: relative;}
.left-sidebar .keyword{    padding-right: 45px;}
.left-sidebar .keyword:focus{  box-shadow: none;}
.srcBtn{
    background-color: var(--primary-color2);
    color: var(--white-color);
    position: absolute;
    top: 0;
    right: 0px;
    padding: 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;}
.summary-card {
    background: #FAFAFA;
    border-radius: 10px;
}

.summary-card .summary-title {
    background: #F4F3F5;
    border-radius: 10px 10px 0px 0px;
    padding: 16px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 576px) {
    .summary-card .summary-title {
        padding: 16px 15px;
    }
}

.summary-card .summary-title h5 {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
}

.summary-card .summary-content {
    padding: 30px 40px;
}

@media (max-width: 1399px) {
    .summary-card .summary-content {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .summary-card .summary-content {
        padding: 30px 15px;
    }
}

.summary-card .summary-content.customer-info {
    display: flex;
    gap: 200px;
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info {
        gap: 100px;
    }
}

@media (max-width: 991px) {
    .summary-card .summary-content.customer-info {
        display: block;
    }
}

.summary-card .summary-content.customer-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.summary-card .summary-content.customer-info ul.devaider::after {
    content: "";
    height: 85px;
    width: 1px;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(108, 46, 185, 0.16);
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info ul.devaider::after {
        left: -50px;
    }
}

@media (max-width: 991px) {
    .summary-card .summary-content.customer-info ul.devaider::after {
        display: none;
        visibility: hidden;
    }
}

.summary-card .summary-content.customer-info ul li {
    display: flex;
    align-items: center;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .summary-card .summary-content.customer-info ul li {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .summary-card .summary-content.customer-info ul li {
        flex-wrap: wrap;
        gap: 0;
    }
}

.summary-card .summary-content.customer-info ul li span {
    min-width: 170px;
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info ul li span {
        min-width: 150px;
    }
}

@media (max-width: 1199px) {
    .summary-card .summary-content.customer-info ul li span {
        min-width: unset;
    }
}

@media (max-width: 576px) {
    .summary-card .summary-content.customer-info ul li span {
        margin-right: 15px;
    }
}

.summary-card .summary-content.customer-info.two {
    gap: 110px;
    padding: 30px 40px 70px;
}

@media (max-width: 1700px) {
    .summary-card .summary-content.customer-info.two {
        gap: 60px;
    }
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info.two {
        gap: 36px;
        padding: 30px 20px 70px;
    }
}

@media (max-width: 576px) {
    .summary-card .summary-content.customer-info.two {
        padding: 30px 15px 70px;
    }
}

.summary-card .summary-content.customer-info.two ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

@media (max-width: 1500px) {
    .summary-card .summary-content.customer-info.two ul li {
        font-size: 14px;
    }

    .summary-card .summary-content.customer-info.two ul li span {
        min-width: 135px;
    }
}

.summary-card .summary-content.customer-info.two ul:first-child li span {
    min-width: 110px;
}

@media (max-width: 1500px) {
    .summary-card .summary-content.customer-info.two ul:first-child li span {
        min-width: 90px;
    }
}

.summary-card .summary-content.customer-info.two ul.devaider::after {
    left: -55px;
}

@media (max-width: 1700px) {
    .summary-card .summary-content.customer-info.two ul.devaider::after {
        left: -30px;
    }
}

@media (max-width: 1399px) {
    .summary-card .summary-content.customer-info.two ul.devaider::after {
        left: -18px;
        height: 100%;
    }
}

.summary-card .summary-content.work-progress {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.summary-card .summary-content.work-progress h3 {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 38px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .summary-card .summary-content.work-progress h3 {
        font-size: 30px;
    }
}

.summary-card .summary-content.work-progress p {
    margin-bottom: 0;
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 16px;
    color: var(--text-color2);
}

.summary-card .summary-content.work-progress span {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: 18px;
    color: var(--title-color);
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.summary-table>thead tr {
    border-bottom: 1px solid rgba(108, 46, 185, 0.16);
}

.summary-table>thead tr th {
    font-family: var(--font-mulish);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--title-color);
    opacity: 1;
    padding: 0px 20px 10px;
    vertical-align: top;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .summary-table>thead tr th {
        padding: 16px 20px;
    }
}

@media (max-width: 1399px) {
    .summary-table>thead tr th {
        padding: 16px 20px;
    }
}

@media (max-width: 991px) {
    .summary-table>thead tr th {
        display: none;
    }
}

.summary-table>thead tr th:nth-child(1) {
    width: 50%;
}

.summary-table>thead tr th:nth-child(2) {
    width: 12.5%;
}

.summary-table>thead tr th:nth-child(3) {
    width: 14.2857142857%;
}

.summary-table>thead tr th:nth-child(4) {
    width: 8.3333333333%;
}

.summary-table>tbody>tr {
    border-bottom: 1px solid rgba(108, 46, 185, 0.16);
}

.summary-table>tbody>tr>td {
    vertical-align: baseline;
    padding: 6px 19px;
}

.summary-table>tbody>tr>td:nth-child(1) .sub-table tbody {
    position: relative;
}

.summary-table>tbody>tr>td:nth-child(1) .sub-table tbody::after {
    content: "";
    height: 93%;
    width: 0.5px;
    background-color: var(--text-color2);
    position: absolute;
    left: 5px;
    top: -8px;
}

@media (max-width: 991px) {
    .summary-table>tbody>tr>td:nth-child(1) .sub-table tbody::after {
        display: none;
        visibility: hidden;
    }
}

.summary-table>tbody>tr>td:nth-child(1) .sub-table tbody tr td {
    padding-left: 30px;
    position: relative;
}

.summary-table>tbody>tr>td:nth-child(1) .sub-table tbody tr td::after {
    content: url("../images/icons/summary-arrow.svg");
    position: absolute;
    left: 4.5px;
    top: 0;
}

@media (max-width: 991px) {
    .summary-table>tbody>tr>td:nth-child(1) .sub-table tbody tr td::after {
        display: none;
        visibility: hidden;
    }
}

.summary-table>tbody>tr>td:nth-child(2) {
    display: flex;
}

.summary-table>tbody>tr>td .sub-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.summary-table>tbody>tr>td .sub-table>thead tr th {
    font-family: var(--font-mulish);
    font-weight: 500;
    color: var(--title-color);
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 8px;
}

@media (max-width: 576px) {
    .summary-table>tbody>tr>td .sub-table>thead tr th {
        font-size: 13px;
    }
}

.summary-table>tbody>tr>td .sub-table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 400;
    color: var(--title-color);
    font-size: 15px;
    line-height: 21px;
    padding: 4px 0px;
}

@media (max-width: 576px) {
    .summary-table>tbody>tr>td .sub-table tbody tr td {
        font-size: 13px;
        padding: 3px 0px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .summary-table>tbody>tr>td {
        padding: 16px 20px;
    }
}

@media (max-width: 1399px) {
    .summary-table>tbody>tr>td {
        padding: 16px 20px;
    }
}

@media (max-width: 991px) {
    .summary-table>tbody>tr>td {
        display: block;
        width: 100%;
        text-align: right;
        padding-left: 30%;
        position: relative;
    }
}

@media (max-width: 991px) {
    .summary-table>tbody>tr {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .summary-table>tbody {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .summary-table {
        display: block;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .summary-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 30%;
        text-align: left;
        font-family: var(--font-mulish);
        font-weight: 400;
        font-size: 16px;
    }
}

@media (max-width: 991px) and (max-width: 576px) {
    .summary-table td:before {
        font-size: 14px;
    }
}

.summary-table.specification-table tbody tr:last-child {
    border-bottom: none;
}

.summary-table.specification-table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    padding: 9px 0px;
}

.summary-table.specification-table tbody tr td:nth-child(2) {
    justify-content: end;
    font-family: var(--font-mulish);
}

.summary-table.specification-table tbody tr:nth-child(1) td {
    padding-top: 0;
}

.summary-table.order-summary-table tbody tr {
    border-bottom: none;
}

.summary-sub-total {
    width: 100%;
    margin-left: auto;
}

.summary-sub-total table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

.summary-sub-total table thead tr th {
    font-family: var(--font-mulish);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    padding: 0px 20px;
    padding-top: 10px;
}

.summary-sub-total table thead tr th span {
    font-weight: 300;
    display: inline-block;
    padding-top: 5px;
    font-size: 15px;
    font-family: var(--font-inter);
}

.summary-sub-total table thead tr th:nth-child(1) {
    width: 50%;
}

.summary-table tbody tr {
    font-size: 16px;
    font-family: var(--font-inter);
}

@media (max-width: 576px) {
    .summary-sub-total table thead tr th:nth-child(1) {
        display: none;
        visibility: hidden;
    }
}

.summary-sub-total table thead tr th:nth-child(2) {
    width: 12.5%;
}

@media (max-width: 576px) {
    .summary-sub-total table thead tr th:nth-child(2) {
        display: none;
        visibility: hidden;
    }
}

.summary-sub-total table thead tr th:nth-child(3) {
    width: 14.2857142857%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(108, 46, 185, 0.16);
    padding-left: 12px;
}

@media (max-width: 576px) {
    .summary-sub-total table thead tr th:nth-child(3) {
        text-align: end;
    }
}

.summary-sub-total table thead tr th:nth-child(4) {
    width: 8.3333333333%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(108, 46, 185, 0.16);
    padding-left: 10px;
}

@media (max-width: 576px) {
    .summary-sub-total table thead tr th:nth-child(4) {
        text-align: end;
    }
}

.summary-sub-total table tbody tr td {
    font-family: var(--font-mulish);
    font-weight: 700;
    font-size: 20px;
    color: var(--title-color);
    padding: 0px 13px;
    padding-top: 10px;
}

@media (max-width: 576px) {
    .summary-sub-total table tbody tr td:nth-child(1) {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    .summary-sub-total table tbody tr td:nth-child(2) {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 576px) {
    .summary-sub-total table tbody tr td:nth-child(3) {
        text-align: end;
    }
}

@media (max-width: 576px) {
    .summary-sub-total table tbody tr td:nth-child(4) {
        text-align: end;
    }
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area .quantity .quantity-nav {
    padding: 0px;
    border-radius: 36px;
    display: flex;
    align-items: end;
    gap: 10px;
}

.pricing-plan-area .pricing-plan-card3 .job-qty-area {
    margin-bottom: 10px;
}

.pricing-plan-area .pricing-plan-card3 table {
    margin-top: 20px;
}

h2.accordion-header {
    margin-bottom: 10px;
}

.job-sidebar .job-widget .job-widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-sidebar .job-widget .job-widget-title span.badge.badge-success.clear-applicatin-filter {
    background: transparent;
    color: #000;
}

ul.comment-reply-section {
    padding-top: 20px;
}

.contact-form.form-wrapper form .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #D9D9D9;
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.office-location-area .office-location .office-categoty {
    display: flex;
    justify-content: start;
    padding: 0;
    margin-bottom: 8px;
}

.office-location-area .office-location .office-categoty .single-category h5::after {
    display: none;
}

.office-location-area .office-location .office-categoty .single-category h5 {
    font-size: 1.5rem;
}

.office-location-area .office-location .single-location h5 {
    font-size: 1rem;
}

.datepicker-modal input[type="text"],
input[type="date"],
input[type="datetime-local"],
input[type="time"] {
    height: 48px;
    background: #FFFFFF;
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color1);
    padding: 14px 15px;
    line-height: 1;
}

.select2-selection .select2-selection__rendered .select2-selection__choice {
    margin: 10px 0 10px 10px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 15px !important;
}

.profile-form .select2-container--default .select2-selection--single {
    height: 45px;
}
.profile-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    font-size: 14px;
}
.profile-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--primary-color2);
    outline: 0;
}
.profile-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color2);
    color: white;
}
.profile-form .select2-dropdown .select2-results__option {
    font-family: var(--font-mulish);
    font-weight: 400;
    font-size: 1rem;
    color: var(--title-color);
}
.profile-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: 20px;
    border-radius: unset;
}
.profile-form .select2-container--default .select2-selection--multiple {
    padding: 0;
}
.profile-form .form-check-input:checked {
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}
.profile-form .form-check-input:focus {
    border-color: var(--primary-color2);
    outline: 0;
    box-shadow: none;
}
.profile-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: var(--title-color);
    line-height: 45px;
    padding: 0 15px;
}
.profile-form .select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
    font-size: 14px;
}
.profile-form .select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #a6a6a6;
}
.profile-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color2);
}
#sendMessage form label {
    margin-bottom: 5px;
}
#sendMessage .modal-body {
    display: block;
}
.job-search-box .form-control:focus {
    border-color: #dee2e6;
}
.dashboard-area .table-title-filter .section-title h5 {
    padding: 14px 20px;
}
.job-promote{text-align: right;
    display: flex;
    justify-content: end;
    gap: 5px;
}

#resendVerify img{max-width: 250px;}


/* Noto Sans Thai font override */
:root {
    --font-inter: "Noto Sans Thai", sans-serif;
    --font-mulish: "Noto Sans Thai", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.nice-select,
.select2-container,
.toastr,
.toastr * {
    font-family: "Noto Sans Thai", sans-serif !important;
}

/* Unified search themed dropdowns */
.unified-search-panel .select2-container {
    width: 100% !important;
    font-family: var(--font-mulish);
}

.unified-search-panel .select2-container .select2-selection--single {
    height: 72px;
    border: 1px solid rgba(var(--primary-color2-opc), 0.18);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(var(--primary-color2-opc), 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.unified-search-panel .select2-container--default.select2-container--open .select2-selection--single,
.unified-search-panel .select2-container--default .select2-selection--single:focus {
    border-color: var(--primary-color2);
    box-shadow: 0 0 0 4px rgba(var(--primary-color2-opc), 0.14), 0 16px 38px rgba(var(--primary-color2-opc), 0.12);
}

.unified-search-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 72px;
    line-height: 72px;
    padding-left: 28px;
    padding-right: 52px;
    color: var(--title-color);
    font-size: 17px;
    font-weight: 500;
}

.unified-search-panel .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(6, 20, 33, 0.64);
}

.unified-search-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 48px;
    height: 72px;
    right: 8px;
}

.unified-search-panel .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--primary-color1) transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    margin-top: -2px;
}

.unified-search-panel .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--primary-color2) transparent;
    border-width: 0 5px 6px 5px;
}

.select2-container--open .select2-dropdown {
    border: 1px solid rgba(var(--primary-color2-opc), 0.22);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(6, 20, 33, 0.14);
    margin-top: 10px;
}

.select2-container--open .select2-dropdown .select2-results__options {
    max-height: 330px;
    padding: 8px;
    background: #fff;
}

.select2-container--open .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 8px;
}

.select2-container--open .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    background: rgba(var(--primary-color2-opc), 0.08);
    border-radius: 999px;
}

.select2-container--open .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background: var(--primary-color2);
    border-radius: 999px;
}

.select2-container--open .select2-dropdown .select2-results__option {
    border-radius: 12px;
    color: var(--title-color);
    font-size: 16px;
    line-height: 1.35;
    padding: 12px 16px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--selected {
    background: var(--primary-color2) !important;
    color: #fff !important;
}

.select2-container--open .select2-dropdown .select2-search--dropdown {
    padding: 10px 12px 4px;
}

.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid rgba(var(--primary-color2-opc), 0.24) !important;
    border-radius: 12px;
    color: var(--title-color);
    outline: none;
    padding: 10px 14px;
}

@media (max-width: 576px) {
    .unified-search-panel .select2-container .select2-selection--single,
    .unified-search-panel .select2-container--default .select2-selection--single .select2-selection__rendered,
    .unified-search-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 62px;
        line-height: 62px;
    }

    .unified-search-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 20px;
        font-size: 16px;
    }
}

/* Responsive overflow safeguards */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

.container,
.container-fluid,
.row,
[class*="col-"] {
    min-width: 0;
}

.unified-search-panel,
.job-search-panel,
.candidate-unified-search-panel,
.job-search-result-grid,
.feature-card,
.candidate-card {
    max-width: 100%;
}

.unified-search-grid,
.unified-search-grid-primary,
.unified-search-grid-secondary {
    min-width: 0;
}

.unified-search-control,
.unified-search-submit,
.unified-reset-btn,
.unified-filter-toggle,
.select2-container {
    min-width: 0;
}

.job-search-result-grid .feature-card {
    height: 100%;
}

@media (max-width: 991px) {
    .unified-search-grid-primary,
    .unified-search-grid-secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .unified-search-control-wide,
    .unified-search-submit {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .unified-search-grid-primary,
    .unified-search-grid-secondary {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .unified-search-control-wide,
    .unified-search-submit {
        grid-column: auto;
    }

    .product-card-top-area {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .inner-banner .pt-40 {
        padding-top: 24px !important;
    }

    .unified-search-panel {
        border-radius: 12px !important;
    }

    .select2-container--open .select2-dropdown {
        max-width: calc(100vw - 24px);
    }
}

.membership-hero {
    background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,.28) 0, rgba(255,255,255,0) 34%),
        radial-gradient(circle at 82% 8%, rgba(218,255,224,.35) 0, rgba(218,255,224,0) 32%),
        linear-gradient(135deg, #078c45 0%, #15ad58 48%, #64d66f 100%);
    color: #fff;
    overflow: hidden;
    padding: 86px 0 92px;
    position: relative;
}

.membership-hero:after {
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    content: '';
    height: 280px;
    position: absolute;
    right: -110px;
    top: -90px;
    width: 280px;
}

.membership-hero .membership-kicker {
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    padding: 8px 15px;
}

.membership-hero h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -.04em;
    margin-bottom: 12px;
}

.membership-hero p,
.membership-hero a {
    color: rgba(255,255,255,.9);
    font-weight: 700;
    text-decoration: none;
}

.membership-hero a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .membership-hero {
        padding: 64px 0 78px;
    }
}

@media (max-width: 575px) {
    .membership-hero {
        padding: 48px 0 72px;
    }
}

.breadcrumb-section {
    display: none !important;
}

.breadcrumb-section.style-2 {
    display: block !important;
}

.company-details-breadcrumb {
    display: block !important;
}

.company-details-breadcrumb .breadcrumb-wrap {
    background-color: #f1f1f1;
}

.invoice-page .invoice-wrapper .invoice-header .header-right h2 {
    font-family: var(--font-mitr);
    font-weight: 500;
    font-size: 38px;
    color: var(--primary-color2);
    margin-bottom: 8px;
    line-height: 0.8;
}

/* Job Details Enhanced Sections */
.job-overview-section,
.qualifications-section,
.skills-section,
.benefits-section,
.contact-section {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}

.section-title {
    color: #073f2a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0b8f43;
}

.overview-grid,
.qual-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.overview-item,
.qual-item,
.contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.overview-item .label,
.qual-item .label,
.contact-item .label {
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.overview-item .value,
.qual-item .value,
.contact-item .value {
    color: #073f2a;
    font-size: 16px;
    font-weight: 500;
}

.contact-item.full-width {
    grid-column: 1 / -1;
}

.skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-tag {
    background: #e8f7ed;
    color: #0b8f43;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.benefits-content,
.additional-qual {
    line-height: 1.7;
    color: #333;
}

.benefits-content ul,
.additional-qual ul {
    list-style: disc;
    padding-left: 24px;
    margin-top: 12px;
}

.benefits-content li,
.additional-qual li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .overview-grid,
    .qual-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .job-overview-section,
    .qualifications-section,
    .skills-section,
    .benefits-section,
    .contact-section {
        padding: 16px;
    }
}

/* Job Details Content - Fixed Font Override */
.job-details-description,
.job-details-description p,
.job-details-description ul,
.job-details-description ol,
.job-details-description li,
.job-details-description span,
.job-details-description div,
.benefits-content,
.benefits-content p,
.benefits-content ul,
.benefits-content ol,
.benefits-content li,
.additional-qual,
.additional-qual p,
.additional-qual ul,
.additional-qual li,
.other-welfare,
.other-welfare p,
.other-welfare ul,
.other-welfare li {
    font-family: var(--font-mitr), 'Mitr', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    font-weight: 400 !important;
}

/* Strong/Bold text in job details */
.job-details-description strong,
.job-details-description b,
.benefits-content strong,
.benefits-content b,
.additional-qual strong,
.additional-qual b {
    font-weight: 600 !important;
}

/* Section headers in job content */
.job-details-description h1,
.job-details-description h2,
.job-details-description h3,
.job-details-description h4 {
    font-family: var(--font-mitr), 'Mitr', sans-serif !important;
    color: #0b8f43 !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
}

.job-details-description h1 { font-size: 24px !important; }
.job-details-description h2 { font-size: 22px !important; }
.job-details-description h3 { font-size: 20px !important; }
.job-details-description h4 { font-size: 18px !important; }

/* List styling */
.job-details-description ul,
.benefits-content ul,
.additional-qual ul {
    list-style-type: disc !important;
    padding-left: 24px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.job-details-description ol,
.benefits-content ol {
    list-style-type: decimal !important;
    padding-left: 24px !important;
}

.job-details-description li,
.benefits-content li,
.additional-qual li {
    margin-bottom: 8px !important;
    line-height: 1.8 !important;
}

/* Remove any inline styles that might override */
.job-details-description *[style*="font-family"],
.job-details-description *[style*="font-size"],
.benefits-content *[style*="font-family"],
.benefits-content *[style*="font-size"],
.additional-qual *[style*="font-family"],
.additional-qual *[style*="font-size"] {
    font-family: var(--font-mitr), 'Mitr', sans-serif !important;
    font-size: 16px !important;
}

/* Enhanced Job Details Layout */
.job-details-wrapper {
    background: #f8f9fa;
    padding: 30px 0;
}

.job-details-main {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.job-header-section {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.job-header-section h1 {
    font-size: 24px;
    font-weight: 700;
    color: #0b8f43;
    margin-bottom: 10px;
}

.job-meta-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.job-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    background: #e8f7ed;
    color: #0b8f43;
    border: 1px solid #d0ead9;
}

.job-badge.urgent {
    background: #fff3cd;
    color: #856404;
    border-color: #ffeaa7;
}

.job-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f9fafb;
    border-radius: 8px;
}

.job-info-item {
    display: flex;
    gap: 10px;
}

.job-info-item .label {
    font-weight: 600;
    color: #333;
    min-width: 100px;
}

.job-info-item .value {
    color: #666;
    flex: 1;
}

.job-section {
    margin-bottom: 30px;
}

.job-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #0b8f43;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8f7ed;
}

.job-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-section ul li {
    padding: 8px 0 8px 20px;
    position: relative;
    line-height: 1.6;
    color: #333;
}

.job-section ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0b8f43;
    font-weight: 900;
    font-size: 18px;
}

.job-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.sidebar-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.apply-btn-large {
    display: block;
    width: 100%;
    padding: 14px;
    background: #0b8f43;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.apply-btn-large:hover {
    background: #096d34;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11,143,67,0.3);
}

@media (max-width: 991px) {
    .job-info-grid {
        grid-template-columns: 1fr;
    }
    
    .job-sidebar {
        position: static;
    }
}

/* Modern Admin Forms */
.modern-admin-form {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 30px 0;
}

.modern-form-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 24px;
    padding: 0 20px;
}

.form-main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
}

.form-card-header {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f3f4f6;
}

.form-group-modern {
    margin-bottom: 20px;
}

.form-group-modern label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.form-group-modern label .required {
    color: #ef4444;
}

.form-control-modern {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
    transition: all 0.2s;
    background: #fff;
}

.form-control-modern:focus {
    outline: none;
    border-color: #0b8f43;
    box-shadow: 0 0 0 3px rgba(11, 143, 67, 0.1);
}

.form-control-modern::placeholder {
    color: #9ca3af;
}

.form-select-modern {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.form-select-modern:focus {
    outline: none;
    border-color: #0b8f43;
    box-shadow: 0 0 0 3px rgba(11, 143, 67, 0.1);
}

.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d5db;
    transition: 0.3s;
    border-radius: 24px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #0b8f43;
}

input:checked + .toggle-slider:before {
    transform: translateX(24px);
}

.form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 24px;
}

.btn-modern {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

.btn-primary-modern {
    background: #0b8f43;
    color: #fff;
}

.btn-primary-modern:hover {
    background: #096d34;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(11, 143, 67, 0.3);
}

.btn-secondary-modern {
    background: #f3f4f6;
    color: #374151;
}

.btn-secondary-modern:hover {
    background: #e5e7eb;
}

.form-helper-text {
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
}

.file-upload-area {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
}

.file-upload-area:hover {
    border-color: #0b8f43;
    background: #f9fafb;
}

.file-upload-icon {
    font-size: 32px;
    color: #9ca3af;
    margin-bottom: 12px;
}

@media (max-width: 1200px) {
    .modern-form-container {
        grid-template-columns: 1fr;
    }
    
    .form-sidebar {
        order: -1;
    }
}

@media (max-width: 768px) {
    .form-grid-2,
    .form-grid-3 {
        grid-template-columns: 1fr;
    }
}

/* Modern Step Indicator */
.modern-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 900px;
    margin: 30px auto;
    padding: 0 20px;
}

.modern-steps::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 60px;
    right: 60px;
    height: 3px;
    background: #e5e7eb;
    z-index: 0;
}

.modern-step {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
}

.modern-step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.modern-step.active .modern-step-circle {
    background: #b8956a;
    color: #fff;
    box-shadow: 0 4px 12px rgba(184, 149, 106, 0.4);
}

.modern-step.completed .modern-step-circle {
    background: #0b8f43;
    color: #fff;
}

.modern-step.completed .modern-step-circle::after {
    content: '✓';
    font-size: 28px;
}

.modern-step.completed .modern-step-circle span,
.modern-step.active .modern-step-circle span {
    display: inline-block;
}

.modern-step.completed .modern-step-circle span {
    display: none;
}

.modern-step-label {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
}

.modern-step.active .modern-step-label {
    color: #b8956a;
}

.modern-step.completed .modern-step-label {
    color: #0b8f43;
}

.modern-step-line {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #e5e7eb;
    z-index: 0;
}

.modern-step.completed .modern-step-line {
    background: #0b8f43;
}

.modern-step.active .modern-step-line {
    background: linear-gradient(90deg, #0b8f43 0%, #e5e7eb 100%);
}

.modern-step:last-child .modern-step-line {
    display: none;
}




.selected-category-jobs-column h3 {
    color: var(--title-color2);
    font-family: var(--font-mulish);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 26px;
}

.selected-category-post-btn, .selected-category-more-btn {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    font-family: var(--font-mulish);
    font-size: 16px;
    font-weight: 600;
    gap: 9px;
    justify-content: center;
    min-width: 188px;
    padding: 14px 22px;
    transition: .35s;
}

.dashboard-area .dashboard-sidebar .single-widget .dashboard-menu ul li a {
    font-family: var(--font-mulish);
    font-weight: 500;
    font-size: .95rem;
    color: var(--paragraph-color);
    padding: 10px 30px;
    display: flex;
    align-items: center;
    transition: 0.35s;
}

.form-wrapper form .form-inner input {
    background: #ffffff;
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 30px;
    display: block;
    width: 100%;
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--title-color);
    padding: 14px 20px;
    line-height: 1;
    transition: 0.35s;
}

.form-wrapper form .form-inner .input-area {
    border: 1px solid rgba(var(--primary-color2-opc), 0.1);
    border-radius: 30px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.sidebar-section .no-search-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Modern Steps - Better Mobile Responsive */
@media (max-width: 991px) {
    .modern-steps {
        padding: 0 5px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .modern-steps::before {
        display: none;
    }
    
    .modern-step {
        min-width: 70px;
    }
    
    .modern-step-circle {
        width: 45px;
        height: 45px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .modern-step-label {
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 70px;
    }
}

@media (max-width: 576px) {
    .modern-steps {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 5px;
        padding: 0 10px;
    }
    
    .modern-step {
        flex: 0 0 auto;
        min-width: 60px;
        max-width: 60px;
    }
    
    .modern-step-circle {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .modern-step.completed .modern-step-circle::after {
        font-size: 20px;
    }
    
    .modern-step-label {
        font-size: 10px;
        line-height: 1.2;
        max-width: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
    }
}
.company-dashboard{background:#f6f8f7;padding-top:72px!important;margin-bottom:72px!important}
.company-dashboard .dashboard-sidebar{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}
.company-dashboard .dashboard-menu ul{margin:0;padding:0;list-style:none}
.company-dashboard .dashboard-menu{background:#fff;border:1px solid #e4ece8;border-radius:18px;padding:8px;overflow:hidden;box-shadow:0 8px 24px rgba(15,118,110,.05)}
.company-dashboard .dashboard-menu ul li{margin:3px 0}
.company-dashboard .dashboard-menu ul li a{display:flex;align-items:center;gap:10px;border-radius:11px;padding:12px 14px;color:#41515a;font-weight:600;transition:.2s ease}
.company-dashboard .dashboard-menu ul li a:hover{background:#ecfdf5;color:#008f69}
.company-dashboard .dashboard-menu ul li a.active{background:#009b70;color:#fff;box-shadow:0 8px 18px rgba(0,155,112,.2)}
.company-dashboard .dashboard-menu ul li a svg{flex:0 0 18px}
.company-dashboard .dashboard-menu ul li a.active svg{fill:#fff}
.company-dashboard .dashboard-main-content,.company-dashboard .dashboard-content{min-width:0}
.company-dashboard .dashboard-card,.company-dashboard .table-wrapper{border:1px solid #e4ece8;border-radius:16px;box-shadow:0 8px 24px rgba(15,118,110,.05)}
.company-dashboard .counter-single,.company-dashboard .author-and-action-btn-area,.company-dashboard .dashboard-inner>div:not(.row){border-radius:16px}
.company-dashboard .action-btn-group a,.company-dashboard .primary-btn,.company-dashboard .eg-btn{border-radius:10px}
.company-dashboard .form-control,.company-dashboard .form-select,.company-dashboard input,.company-dashboard textarea{border-radius:11px;border-color:#dce8e3}
.company-dashboard .form-control:focus,.company-dashboard .form-select:focus,.company-dashboard input:focus,.company-dashboard textarea:focus{border-color:#00a477;box-shadow:0 0 0 3px rgba(0,164,119,.12)}
@media(max-width:991px){.company-dashboard{padding-top:28px!important}.company-dashboard .dashboard-sidebar{margin-bottom:20px}.company-dashboard .em-dashboard-sidebar-toggle{border:1px solid #dce8e3;border-radius:12px;padding:12px 14px;background:#fff;color:#008f69}.company-dashboard .dashboard-sidebar{max-height:70vh;overflow:auto}}
@media(max-width:575px){.company-dashboard{padding-top:18px!important}.company-dashboard .dashboard-menu ul li a{padding:11px 12px}.company-dashboard .dashboard-card{border-radius:13px}}

/* Keep the announcement bar aligned with the site's green/white visual theme. */
.topbar { background: #effaf5 !important; }
.topbar .topbar-left p { color: var(--primary-color1, #022c1f) !important; }

/* Shared frontend pagination */
.me2-pagination { display:flex; justify-content:center; width:100%; margin:28px 0 8px; overflow-x:auto; padding:2px 4px; }
.me2-pagination__list { display:flex; align-items:center; justify-content:center; gap:8px; margin:0; padding:0; list-style:none; flex-wrap:wrap; }
.me2-pagination__item { margin:0; }
.me2-pagination .page-link { display:inline-flex; align-items:center; justify-content:center; min-width:38px; height:38px; padding:0 11px; border:1px solid #d8e5e0; border-radius:10px; background:#fff; color:#36504a; font:600 14px/1 var(--font-inter, sans-serif); text-decoration:none; transition:background .2s ease,color .2s ease,border-color .2s ease; }
.me2-pagination .page-link:hover { border-color:#059669; color:#047857; background:#ecfdf5; }
.me2-pagination .active .page-link { border-color:#059669; background:#059669; color:#fff; }
.me2-pagination .disabled .page-link { cursor:not-allowed; opacity:.45; background:#f4f7f6; color:#70817c; }
.me2-pagination__ellipsis { border-color:transparent !important; background:transparent !important; cursor:default !important; opacity:1 !important; }
@media (max-width:575px) { .me2-pagination { margin-top:20px; } .me2-pagination__list { gap:6px; flex-wrap:nowrap; } .me2-pagination .page-link { min-width:34px; height:34px; padding:0 9px; border-radius:8px; } }
