: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-size: 2rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-inter);
    margin-bottom: 10px;
}

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