/*Sidebar*/

.change-profile-setting.candidate-profile.profile-own .post-step li {
    cursor: pointer;
    pointer-events: auto;
    opacity: 1;
}

.action-update-profile {
    a.elementor-button.jws-preview-profile {
        background-color: #fff;
        color: var(--heading);
        border: 1px solid rgba(82, 88, 102, 0.2);
        &:hover {
            background-color: var(--accent);
        }
    }
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
}

p.field-note {
    font-size: var(--font-size-sm);
    font-style: italic;
    margin-bottom: 6px;
}

.dasboard_sidebar .nav {
    list-style-type: none;
    padding: 0;
}

.dasboard_sidebar .sidebar_wrap {
    background: #fff;
    padding: 10px 24px 30px 0;
    min-height: 100vh;
}

.dasboard_sidebar .nav-title {
    font-weight: 500;
    color: var(--heading);
    opacity: 0.6;
    letter-spacing: 0.1em;
    padding: 10px 24px;
}

.dasboard_sidebar .nav-item a {
    position: relative;
    padding: 12px 24px;
    display: block;
    border-radius: 0px 10px 10px 0px;
}

.dasboard_sidebar .nav-item>a:hover,
.dasboard_sidebar .nav-item.active>a {
    background: var(--main);
    color: #fff;
}

.dasboard_sidebar .nav-item a i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 14px;
    opacity: 0.7;
}

.dasboard_sidebar .nav-item.has_sub ul {
    padding-left: 35px;
    list-style-type: none;
    display: none;
    margin-bottom: 26px;
}

.dasboard_sidebar .nav-item.has_sub.active ul {
    display: block;
}

.dasboard_sidebar .nav-item .btn_submenu::after {
    content: '\E812';
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 50px;
    font-family: 'jws_icon';
    transition: all 0.3s;
}

.dasboard_sidebar li.nav-item.active a.btn_submenu::after {
    transform: scaleY(-1);
}

.dasboard_sidebar .nav-item.has_sub ul a {
    padding: 7px 24px;
}

.dasboard_sidebar .nav-item.has_sub ul a:before {
    content: '';
    width: 3px;
    height: 100%;
    background: var(--main);
    transition: height 0.3s linear;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
}

.dasboard_sidebar .nav-item.has_sub ul a:hover:after,
.dasboard_sidebar .nav-item.has_sub ul a.active:after {
    height: 100%;
}

.dasboard_sidebar .nav-item.has_sub ul a:after {
    content: '';
    width: 3px;
    height: 0;
    background: var(--main);
    transition: height 0.3s linear;
    position: absolute;
    left: 0;
    top: 0;
}


/*Content*/

.dashboard-section {
    padding-left: 28px;
    padding-right: 38px;
    padding-top: 40px;
}


/*Horizontal form*/

.dashboard_content .create-post-form.horizontal-form {
    display: flex;
}

.dashboard_content .post-step {
    flex: 0 0 16%;
    max-width: 16%;
    min-width: 215px;
}

.dashboard_content form.create-post {
    max-width: calc(100% - 16%);
    flex: 1;
}

.post-step ul {
    list-style-type: none;
    padding: 0;
}

.post-step li {
    color: var(--heading);
    font-size: var(--font-size-md);
    position: relative;
    padding: 12px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    opacity: .5;
    pointer-events: none;
}

.post-step li.active {
    opacity: 1;
    pointer-events: auto;
}

.post-step li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    background: var(--accent);
    height: 0;
    transition: height 0.3s linear;
}

.post-step li.active:before,
.post-step li:hover:before {
    height: 100%;
}

.post_nav_account_settings ul {
    list-style: none;
    padding: 0;
}

.post_nav_account_settings a {
    display: block;
    padding: 16px 24px;
    &:hover,
    &.filter-active {
        background: rgba(82, 88, 102, 0.1);
    }
}

.post_nav_account_settings .name {
    margin-bottom: 6px;
}

.post_nav_account_settings p {
    color: var(--text);
    font-size: var(--font-size-sm);
}


/*Range*/

.pay-range-group {
    display: flex;
    align-items: end;
    gap: 12px;
}

.pay-range-group span.range-separator {
    margin-bottom: 16px;
}

.change-profile-setting.candidate-profile .pay-range-group>div {
    flex: 1;
}


/*Avatar*/

.change-profile-setting.candidate-profile .avatar-container {
    margin-bottom: 26px;
}

.change-profile-setting .banner-img-container {
    background: #FFFFFF;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    height: 220px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    padding: 24px;
    gap: 12px;
}

.change-profile-setting .banner-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-img-container button,
.profile-img-container button,
.change-profile-setting a.delete-attachment.elementor-button {
    border-radius: 100%;
    font-size: 20px;
    padding: 0;
    font-weight: 400;
    z-index: 1;
    position: relative;
}

.banner-img-container a.delete-attachment,
.banner-img-container button {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.profile-img-container a.delete-attachment,
.profile-img-container button {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.avatar.attachments-field .attachments-list a {
    display: none;
}

.jws-icon-profile-information img {
    width: 146px;
    height: 146px;
    object-fit: cover;
}

.jws-icon-profile-information {
    display: flex;
    position: relative;
    margin-left: 90px;
}

.jws-icon-profile-information .profile-img-container {
    flex: 0 0 188px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 24px;
    padding-right: 40px;
    margin-top: -22px;
}

.jws-icon-profile-information .attachments-list {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    max-width: 146px;
}

.jws-icon-profile-information .image-avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jws-icon-profile-information .image-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*Form*/

.dashboard_content .page-heading {
    margin-bottom: 30px;
}

.dashboard_content .page-heading.d-flex {
    flex-wrap: wrap;
    align-items: center;
    column-gap: 16px;
    row-gap: 8px;
    justify-content: space-between;
    .select2-container {
        max-width: 120px;
        .select2-selection--single {
            height: 30px;
            .select2-selection__rendered {
                line-height: 30px;
                font-size: 14px;
            }
        }
    }
}

button.jws-open-option.jws-icon-dotsthree {
    transform: rotate(90deg);
}

button.show-search {
    background: transparent;
    padding: 0;
    border: none;
    color: var(--heading);
    opacity: 0.8;
    &:hover {
        opacity: 1;
    }
}

.edit-contact-inline-form {
    select.form-control {
        padding-right: 40px;
    }
}

.search-box {
    position: relative;
    input {
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 5px;
        min-height: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 270px;
        background: #fff;
        z-index: 5;
        display: none;
        box-shadow: 0px 4px 4px rgba(25, 34, 63, 0.05);
    }
    i {
        vertical-align: middle;
        font-size: 24px;
        margin-right: 5px;
    }
}

.dashboard-overview-box.widget-notifications {
    height: calc(100% - 30px);
}

.activities-list.jws-scrollbar {
    height: 89%;
    max-height: 55vh;
}

.dashboard_content .page-heading .elementor-button {
    font-weight: 600;
    padding: 8px 26px;
}

.dashboard_content .page-heading .elementor-button i {
    margin-left: 8px;
    font-size: 24px;
    font-weight: 400;
}

.dashboard_content .create-post-form {
    background: #fff;
}

.dashboard_content .select2-container .select2-selection--multiple {
    min-height: 50px;
}

.dashboard_content .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 9px;
}

.dashboard-section .section-heading {
    margin-bottom: 24px;
    &.border {
        border-bottom: 1px solid rgba(82, 88, 102, 0.2);
        padding-bottom: 16px;
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 0;
    }
    p {
        font-size: var(--font-size-sm);
    }
}

.section-content-tab .section-content-wrap {
    padding: 24px;
}

form .section-heading .sub-heading {
    margin-top: 24px;
}

form .sub-heading {
    margin-bottom: 24px;
}

.create-post-form .step-container {
    padding: 24px;
    width: 100%;
}

.step-container [class*="col-"].section-heading {
    margin-top: 26px;
}

.step-container .row {
    margin-left: -8px;
    margin-right: -8px;
}

.step-container [class*="col-"].field-row,
.step-container [class*="col-"].section-heading {
    padding-left: 8px;
    padding-right: 8px;
}

.dashboard-section .field-row {
    margin-bottom: 24px;
}

.dashboard-section .field-row label {
    font-weight: 600;
    color: var(--heading);
    display: block;
}

.dashboard-section .change-builder {
    margin-bottom: 16px;
}

#pac-input {
    margin-bottom: 15px;
}

button.outline_btn.button {
    background: transparent;
    padding: 0;
    border: none;
    font-weight: 600;
    color: var(--main);
}

button.outline_btn.button i {
    margin-right: 8px;
}


/*Switch checbox*/

.toggle-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    .description {
        margin-top: 8px;
    }
}

.toggle-checkbox-wrap .label {
    font-size: 16px;
    flex: 0 0 14%;
}

.toggle-checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.toggle-checkbox.disable {
    opacity: 0.5;
    pointer-events: none;
}

.toggle-checkbox .toggle-switch {
    display: inline-block;
    background: #EFF1F2;
    border-radius: 16px;
    width: 51px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-checkbox .toggle-switch:before,
.toggle-checkbox .toggle-switch:after {
    content: "";
}

.toggle-checkbox .toggle-switch:before {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.25s;
}

.toggle-checkbox .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox [type="checkbox"]:checked+.toggle-switch {
    background: var(--main);
}

.toggle-checkbox [type="checkbox"]:checked+.toggle-switch:before {
    left: 28px;
    background: #fff;
}

.toggle-checkbox [type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.action-button.d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

a.back-step.elementor-button.btn-underlined {
    border-color: var(--main);
    color: var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
    &:hover {
        border-color: var(--btn-bgcolor3);
    }
}

a.back-step.elementor-button.btn-underlined i {
    font-size: 24px;
    font-weight: 400;
}

a.back-step.elementor-button.btn-underlined:hover {
    color: var(--btn-color);
}

.input-field-wrap {
    position: relative;
}

.input-field-wrap span {
    position: absolute;
    left: 16px;
    top: 13px;
    color: var(--heading);
}

.input-field-wrap input {
    padding-left: 30px;
}


/*attachments-field*/

.note-upload-image {
    margin-top: 15px;
}

.attachments-field:not(.avatar) .image {
    display: inline-block;
    position: relative;
    color: var(--heading);
    margin-right: 8px;
}

.attachments-field:not(.avatar) .image img {
    max-width: 150px;
    max-height: 150px;
}

.attachments-field:not(.avatar) .attachments-list {
    margin-top: 8px;
}

.attachments-field:not(.avatar) .attachments-list .delete-attachment {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 3px;
    font-size: 18px;
    background: #fff;
}

.attachments-field:not(.avatar) button[data-type="image"] {
    border: none;
    border-radius: 5px;
    background: var(--bg-item);
    font-weight: 700;
    color: var(--heading);
    padding: 4px 10px;
}

.jws-drop-area {
    border: 1px dashed rgba(82, 88, 102, 0.5);
    border-radius: 5px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--heading);
}

.jws-drop-area i {
    font-size: 32px;
}

.jws-drop-area button {
    background: transparent;
    border: none;
    padding: 0;
    font-weight: 600;
    color: var(--main);
    text-decoration: underline;
}


/*Job grid*/

.dashboard-section .job_content.jws_job_layout1.row {
    margin-left: -10px;
    margin-right: -10px;
    .jws-post-item {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}


/*Table list*/

.meeting-attendee {
    display: flex;
    align-items: center;
    color: var(--text);
    img {
        border-radius: 100%;
        margin-right: 8px;
        border: 1px solid rgba(82, 88, 102, 0.2);
    }
    strong {
        font-weight: 600;
        color: var(--heading);
    }
}

a.join-zoom-link {
    border-radius: 10px;
    background-color: var(--main);
    font-size: var(--font-size-md);
    font-weight: 500;
    padding: 3px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    display: inline-block;
    &:hover {
        background-color: var(--accent);
    }
}

table.jws-post-table thead tr td:not(:first-child) {
    min-width: 8rem;
}

.input-wrap {
    position: relative;
    .jws-toggle-password {
        position: absolute;
        right: 15px;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
    }
    input#zoompw {
        padding-right: 34px;
    }
}

table.jws-post-table tbody tr:not(:first-child):last-child .dropdown-menu {
    top: unset;
    bottom: 100%;
}

.jws-dashboard-table {
    min-height: 330px;
}

td.applicants,
td.headcount {
    text-align: center;
}

.resume-file .file-name {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-section-list {
    background: #fff;
    padding: 14px 20px;
}

table.jws-post-table {
    color: var(--heading);
}

table.jws-post-table thead td {
    font-weight: 700;
    color: var(--heading);
}

table.jws-post-table tr td {
    padding: 10px;
}

table.jws-post-table thead tr {
    background-color: #F8FAFC;
}

table.jws-post-table .entry-title {
    font-size: 16px;
    font-weight: 600;
}

table.jws-post-table .job_cat a {
    color: var(--text);
}

table.jws-post-table td.publish {
    min-width: 155px;
}

table.jws-post-table .post-status span {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    padding: 2px 16px;
    border-radius: 20px;
}

table.jws-post-table .status-publish {
    background: #E9F4EF;
    color: #0D9953;
}

table.jws-post-table .status-trash {
    background: #EBEBEB;
}

.dashboard-pagination.row {
    margin-top: 24px;
}

.dashboard-pagination .jws-pagination-number ul {
    justify-content: right;
}

.dashboard-pagination .select2-container .select2-selection--single {
    height: 30px;
}

.dashboard-pagination .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    color: var(--heading);
    font-size: 14px;
    font-weight: 500;
}

form.change-per-page {
    display: inline-block;
    margin-right: 16px;
}

.dashboard-pagination .select2.select2-container {
    max-width: 110px;
}

.dashboard-pagination .post-found {
    color: var(--heading);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.elementor-button.primary.add-repeate {
    padding: 3px 16px;
    font-weight: 600;
    font-size: 14px;
}

.elementor-button.primary.add-repeate i {
    font-size: 20px;
    margin-left: 8px;
}

.section-content .section-content-wrap {
    padding-left: 24px;
    padding-right: 24px;
}

.candidate-resume.section-content {
    margin-top: 24px;
}


/*List resume*/

.jws-list-resumes .post-info {
    display: flex;
    align-items: center;
    gap: 12px;
    .name_emp {
        color: var(--text);
    }
    .post-title {
        font-size: 16px;
    }
    .job_location:before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 20px;
        background: #D9D9D9;
        opacity: 0.5;
        margin-left: 8px;
        margin-right: 8px;
        vertical-align: middle;
    }
}

.jws-list-resumes .post-avatar {
    width: 48px;
    height: 48px;
    background-color: var(--bg-item);
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(82, 88, 102, 0.2);
    font-weight: 700;
    color: var(--heading);
    overflow: hidden;
    flex-shrink: 0;
    .avatar-initials {
        line-height: 48px;
    }
    img {
        width: 48px;
        height: 48px;
        object-fit: cover;
    }
}

.jws-list-resumes .candidate-name {
    font-size: 16px;
    font-weight: 400;
}

.jws-list-resumes .candidate-title {
    color: var(--text);
}

.jws-list-resumes .resume-file .file-name {
    background: rgba(82, 88, 102, 0.1);
    border-radius: 5px;
    padding: 3px 10px;
}

.jws-list-resumes .status-badge::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #C4C4C4;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}

.jws-list-resumes .status-badge.status-interviewing::before {
    background-color: #CCA460;
}

.jws-list-resumes .status-badge.status-phone_screening::before {
    background-color: #EAB55B;
}

.jws-list-resumes .status-badge.status-shortlisted::before {
    background-color: #60A5FA;
}

.jws-list-resumes .status-badge.status-job_offer::before {
    background-color: #34D399;
}

.jws-list-resumes .status-badge.status-hired::before {
    background-color: #047857;
}

.jws-list-resumes .status-badge.status-rejected::before {
    background-color: #F87171;
}

.jws-list-resumes .action-buttons .btn-chat i::before {
    content: '\E88B';
}

.jws-list-resumes .action-buttons a .action-icons {
    font-size: 20px;
    font-weight: 400;
}

.action-buttons.rounded .elementor-button.btn-chat span {
    display: none;
}

.action-buttons.rounded .elementor-button.btn-chat,
.action-buttons .elementor-button.rounded {
    background-color: rgba(30, 30, 30, 0.05);
    border-radius: 5px;
    width: 48px;
    height: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    color: var(--heading);
    padding: 0;
    font-size: 24px;
    margin-right: 8px;
    margin-bottom: 12px;
    &:hover {
        background-color: var(--heading);
        color: #fff;
    }
}

.modal-content .modal-header {
    margin-bottom: 24px;
}

.cv-modal-body h6 {
    margin-bottom: 8px;
}


/* Accordion */

.accordion-list .accordion-item {
    padding: 24px;
    background: rgba(82, 88, 102, 0.05);
    border-radius: 5px;
    margin-bottom: 24px;
}

.accordion-list .heading-according {
    display: inline-block;
}

.accordion-list .accordion-top {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
}

.accordion-list .accordion-content {
    margin-top: 24px;
}

#create-job-preference .section-heading.border {
    margin-bottom: 24px;
}

.accordion-list .accordion-content input:not([type="file"]) {
    background: #fff;
}

.accordion-list .button-action {
    display: flex;
    column-gap: 12px;
}

.accordion-list .button-action a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: var(--heading);
    background: var(--accent);
    font-size: 24px;
    border-radius: 5px;
}

.accordion-list .according_btn.edit-field {
    border-radius: 5px;
    background: var(--main);
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    font-size: 24px;
    margin-right: 24px;
    color: #fff;
}

.portfolio-content.accordion-content button[data-type="image"] {
    border: 1px solid #52586645;
    margin-top: 16px;
}


/*Subscription*/

.jws_subscription_package .name {
    margin-top: 4px;
    margin-bottom: 4px;
}

.jws_subscription_package.current_plan {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.jws_subscription_package {
    margin-bottom: 24px;
}

.jws_subscription_package_history .order-history-table,
.package-details {
    margin-top: 16px;
    overflow-x: auto;
    color: var(--heading);
}

.package-info-table thead,
.jws-order-table thead {
    background: #F8FAFC;
}

.package-info-table th {
    padding: 0.7em;
}

.jws-order-table .status-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.dashboard_content .current-plan-btn {
    margin-top: 24px;
}

#current-plan-detail {
    padding: 24px;
    max-width: 510px;
}

#current-plan-detail li {
    margin-bottom: 8px;
}

#current-plan-detail li span {
    color: var(--heading);
}

.status-active {
    background: #d4edda;
    color: #155724;
}

.status-processing {
    background: #cce5ff;
    color: #004085;
}

.status-pending,
.status-archived,
.status-on-hold {
    background: #fff3cd;
    color: #856404;
}

.status-cancelled {
    background: #e2e3e5;
    color: #383d41;
}

.status-expired {
    background: #f8d7da;
    color: #721c24;
}

.current-file-display {
    margin-bottom: 16px;
}

.current-file-display a {
    font-weight: 600;
    color: var(--main);
}


/*Team setting*/

.contact-item {
    margin-bottom: 12px;
    .user-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .user-item img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 100%;
    }
    .user-contact-info {
        margin-top: 16px;
        position: relative;
    }
}

.edit-contact-select-wrap {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 2;
    max-width: 300px;
    width: 100%;
    border: 1px solid rgba(82, 88, 102, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.10);
    padding: 10px;
    background: #fff;
    .elementor-button.primary {
        margin-top: 6px;
        padding: 8px 25px;
        width: 100%;
    }
}

.user-contact-info h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
}


/*Post found*/

.post-found-result {
    color: var(--heading);
    font-weight: 600;
}


/*Dashboard*/

.dashboard-overview-box {
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s;
    &:hover {
        box-shadow: 0px 4px 20px rgba(25, 34, 63, 0.15);
    }
    .box-content {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }
}

.dashboard-overview-boxes.row {
    margin-top: 30px;
}

.widget-candidate-saved {
    .page-heading.d-flex {
        display: none;
    }
    ul.filter-tabs li a.active {
        background-color: var(--accent);
        color: #fff;
    }
}


/**Notifications*/

.no_notification.notification-item {
    text-align: center;
    i {
        font-size: 24px;
    }
}

.dashboard-header .dash-setting i {
    display: inline-block;
}

.dashboard-overview-box {
    .notification-item:not(.no_notification) {
        padding-left: 36px;
        &::before {
            content: '\E80B';
            font-family: 'jws_icon';
            width: 26px;
            height: 26px;
            border-radius: 5px;
            background-color: var(--accent);
            position: absolute;
            left: 0;
            top: 12px;
            color: #fff;
            text-align: center;
        }
    }
}

.notification-item:not(.no_notification) {
    padding-right: 16px;
    position: relative;
    padding: 10px 20px;
    color: var(--heading);
    &:not(:last-child) {
        margin-bottom: 12px;
    }
    .title {
        font-weight: 600;
        color: var(--main);
    }
    .date {
        font-size: 12px;
        margin-top: 4px;
        color: var(--text);
    }
}

.notification-item:hover .remove-notification {
    opacity: 1;
}

.widget-notifications .remove-notification {
    position: absolute;
    right: 0;
    padding: 0;
    opacity: 0;
    z-index: 1;
}

.widget-notifications::before {
    content: " ";
    position: absolute;
    bottom: calc(-20px);
    width: 100%;
    height: 20px;
    background: 0 0;
    z-index: 30;
}

.widget-notifications:hover .account-menu-dropdown {
    transform: translatey(10px);
    -webkit-transform: translatey(10px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.widget-notifications .notification-item.new_notification {
    background-color: #f7f7f7;
}

.widget-notifications .account-menu-dropdown {
    margin-top: 5px;
    width: 300px;
    margin-right: -30px;
    .notification-item {
        a {
            padding: 0;
            display: inline-block;
        }
    }
    .content_heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        border-bottom: 1px solid #EFF1F2;
        color: var(--heading);
    }
}

.widget-notifications.has_noti:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: red;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    left: -2px;
    z-index: 1;
    animation: fadeIn 1s ease infinite;
}


/**Following*/

.jws-following-table {
    .post-info {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .post-title {
        font-size: 16px;
        font-weight: 400;
    }
    .post-avatar img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: 100%;
    }
    ul.list-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        list-style-type: none;
        gap: 12px;
        color: var(--text);
        font-size: var(--font-size-sm);
        margin-top: 4px;
    }
    ul.list-info i {
        margin-right: 8px;
    }
}


/*End Following*/


/*Review*/

.dashboard-section .section-content.reviews-list-section {
    padding-left: 16px;
    padding-right: 16px;
    &.candidate .review-actions {
        margin-top: 16px;
    }
}

.dashboard-section {
    .review-item {
        padding-left: 16px;
        padding-right: 16px;
        &.has-response {
            background-color: var(--bg-item);
        }
    }
}

.response-review-section,
.response-review {
    .response-date {
        margin-right: 20px;
    }
    .jws-open-option {
        font-size: 32px;
    }
    .response-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        margin-bottom: 8px;
    }
    .response-content {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px dashed var(--text);
    }
    .response-date {
        font-size: var(--font-size-sm);
    }
    .response-header strong {
        color: var(--heading);
    }
}

.response-form-ajax,
.response-edit-form {
    margin-top: 24px;
    padding-top: 10px;
    border-top: 1px dashed var(--text);
    textarea {
        min-height: 120px;
        background-color: var(--bg-item);
        margin-bottom: 12px;
    }
}

button.featured-review-button.featured {
    background-color: var(--btn-bgcolor);
}

.review-actions button:not(.helpful-btn) {
    padding: 8px 26px;
    font-weight: 500;
    &.featured-review-button {
        padding: 6px 26px;
        border-color: rgba(82, 88, 102, 0.2);
    }
}

.review-actions button i {
    font-weight: 400;
}

.review-actions.d-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    .helpful-section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
}


/*Responsive*/

@media (max-width: 1440px) {
    .dashboard-section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 1025px) {
    .dashboard-content .dasboard_sidebar {
        max-width: 300px;
        flex: 0 0 300px;
    }
    .dashboard-content .dashboard_content {
        max-width: calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
    }
}