.civi-dashboard .total-action .entry-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--civi-color-secondary);
    text-transform: uppercase;
    margin-bottom: 5px
}

.civi-dashboard .total-action .entry-number {
    position: relative;
    display: block;
    /* font-size: 46px; */
    font-size: 25px;
    font-weight: 600;
    line-height: 1.26;
    color: var(--civi-color-primary)
}

.civi-dashboard .total-action .icon-total {
    margin-left: auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center
}

.civi-dashboard .total-action ul {
    list-style: none;
    padding-left: 0;
    /* margin-bottom: 6px */
    margin-bottom:13px
}

.civi-dashboard .total-action li {
    padding: 6px
}

.civi-dashboard .total-action li>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: solid 1px var(--civi-color-border);
    background-color: #fff;
    padding: 24px 24px 24px 32px;
    background-color: #CDE3EC;
}

.civi-dashboard .total-action .jobs .icon-total img {
    margin-left: -3px
}

.civi-dashboard .total-action .jobs .icon-total {
    background-color: #b3e5fb
}

.civi-dashboard .total-action .applications .icon-total {
    background-color: #cabffd
}

.civi-dashboard .total-action .interviews .icon-total {
    background-color: #febc9c
}

.civi-dashboard .total-action .available-balance .icon-total,
.civi-dashboard .total-action .candidates .icon-total {
    background-color: #b7e4cb
}

.civi-dashboard .total-action .pending-balance .icon-total {
    background-color: rgba(255, 215, 94, .6)
}

.civi-dashboard .total-action .withdrawn .icon-total {
    background-color: #cabffd
}

.civi-dashboard .recent-action {
    margin-top: 40px
}

.civi-dashboard .notification-dashboard .row,
.civi-dashboard .total-action ul {
    margin-right: -6px;
    margin-left: -6px
}

.civi-dashboard .notification-dashboard .col-md-5,
.civi-dashboard .notification-dashboard .col-md-7 {
    padding-left: 6px;
    padding-right: 6px
}

.civi-dashboard .notification-dashboard .applicants-wrap {
    /* padding: 32px; */
    /* padding: 25px; */
    border: 1px solid var(--civi-color-border);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: #0000001A 0px 0px 4px 0px;
}

.civi-dashboard .notification-dashboard .applicants-wrap .civi-button {
    border-color: var(--civi-color-border);
    color: var(--civi-color-primary);
    padding: 12px;
    text-align: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.civi-dashboard .notification-dashboard .applicants-wrap .civi-button:hover {
    color: #fff;
    border-color: var(--civi-color-accent)
}

.civi-dashboard .notification-dashboard .image-applicants {
    min-width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 60px;
    margin-right: 16px;
    border-radius: 50%
}

.applicants-dashboard .image-applicants i,
.civi-dashboard .notification-dashboard .image-applicants i {
    font-size: 18px;
    color: var(--civi-color-secondary)
}

.civi-dashboard .notification-dashboard .image-applicants img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover
}

.civi-dashboard .notification-dashboard .title-applicants {
    font-size: 24px;
    margin-bottom: 28px
}

.civi-dashboard .notification-dashboard .applicants-innner+.applicants-innner {
    margin-top: 31px
}

.civi-dashboard .notification-dashboard .applicants-heading {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.civi-dashboard .notification-dashboard .applicants-heading h3 {
    font-size: 18px;
    margin-bottom: 0
}

.civi-dashboard .notification-dashboard .applicants-heading span {
    font-weight: 600;
    color: var(--civi-color-accent);
    background-color: rgba(0, 116, 86, .05);
    width: 26px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    border-radius: 8px
}

.civi-dashboard .notification-dashboard .applicants-content,
.civi-dashboard .notification-dashboard .applicants-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.civi-dashboard .notification-dashboard .applicants-content+.applicants-content {
    margin-top: 24px
}

.civi-dashboard .notification-dashboard .applicants-content .content p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--civi-color-secondary)
}

.civi-dashboard .notification-dashboard .applicants-content .content h6 {
    font-size: 18px
}

.civi-dashboard .jobs-dashboard-wrap {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid var(--civi-color-border);
    padding: 32px
}

.civi-dashboard .jobs-dashboard-wrap .title-jobs {
    font-size: 24px
}

.civi-dashboard .jobs-dashboard-wrap .not-jobs {
    padding-top: 30px
}

.civi-dashboard .jobs-dashboard-wrap .logo-comnpany {
    height: 60px;
    width: 60px;
    object-fit: cover;
    background-color: #f9f9f9;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    max-width: none
}

.civi-dashboard .jobs-dashboard-wrap .company-header {
    margin-top: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.civi-dashboard .jobs-dashboard-wrap .company-header .img-comnpany {
    margin-right: 12px
}

.civi-dashboard .jobs-dashboard-wrap .title-jobs-dashboard {
    margin-bottom: 0;
    font-size: 16px
}

.civi-dashboard .jobs-dashboard-wrap .title-jobs-dashboard a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px
}

.civi-dashboard .jobs-dashboard-wrap .title-jobs-dashboard a i {
    font-size: 14px;
    margin-left: 3px
}

.civi-dashboard .jobs-dashboard-wrap .civi-button {
    margin-top: 35px
}

.jobs-dashboard-wrap .info-jobs .title-jobs-dashboard a {
    display: block;
    margin-bottom: 3px
}

.action-wrapper .icon-total img {
    width: 24px;
    height: 24px;
}

/*s 29/1/25 new changes dashboard */
.mb-no-wrap{
    display: flex;
    width:100%;
}
.action-wrapper .icon-total{
    border: solid 1.5px #19436c;
}
.heading-style{
    background-color: #F5F5F5;
    border-radius: .5rem .5rem 0 0;
}
.p-20{
    padding:20px;
}
.p-15-20{
    padding:15px 20px 15px 20px;
}

.second-child .wrap-in-mob:nth-child(n+2) {
    margin-top: 25px;
}

.dividers{
    border-bottom: 1px solid #dee2e6;
    width:100%;
}

.applicants-wrap .mb-space {
    padding: 0 9px 0 23px;
}

.white-space-no{
    white-space:nowrap;
}

.blue-border{
    border: solid 1.5px #19436c;
}

.second-child .guard-img img ,.second-child .guard-img1 img ,.view-more-btn .wrap-in-mob .guard-img img ,.view-more-btn .wrap-in-mob .guard-img1 img{
    border: solid 1.5px #19436c;
}
/* end */

@media (max-width:767px) {
    .notification-dashboard .applicants-wrap {
        margin-top: 12px
    }

    .row.align-items-center.mobile-inline {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .col-md-11.mobile-center {
        width: 90%;
    }

    .col-md-1.mobile-center {
        width: 10%;
    }

    label.rounded-circle.bg-sky.text-light.m-0.fw-12.new-count-icon,
    label.rounded-circle.bg-sky.text-light.px-2.m-0.fw-12.count-icon {
        width: 20px;
        height: 20px;
    }

    .g-10{
        gap:16px;
    }

    .notification-dashboard .pm-0{
        padding:0 !important;
    }

}

.applicants-dashboard .search-left .select2 {
    min-width: 250px
}

.applicants-dashboard .action-search input {
    min-width: 300px
}

.applicants-dashboard .table-dashboard .applied span {
    color: var(--civi-color-accent)
}

.applicants-dashboard .table-dashboard .applied i {
    padding-left: 3px;
    color: var(--civi-color-secondary);
    font-size: 14px
}

.applicants-dashboard td.info,
.applicants-dashboard td.status {
    min-width: 200px
}

.applicants-dashboard .image-applicants {
    min-width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 60px;
    border-radius: 50%
}

.applicants-dashboard .applicants-control i.fa-facebook-messenger:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    top: 0;
    right: -5px;
    border: 2px solid #fff
}

#civi_payment_service .civi-loading-effect:before,
.applicants-dashboard .applicants-control i.fa-facebook-messenger.active:after {
    content: none
}

#form-messages-applicants .content-mess {
    margin-top: 15px
}

#form-messages-applicants .civi-button {
    margin-top: 10px
}

.my-candidate .info-details i {
    background-color: #3ab446;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 8px;
    position: relative;
    top: -3px;
    margin-left: 5px
}

#my-follow .info-company p,
.applicants-dashboard .table-dashboard .applied,
.civi-my-review .info-company p,
.company-dashboard .table-dashboard .info-details p,
.my-candidate .cate-info,
.my-candidate .info-details p {
    color: var(--civi-color-secondary);
    font-weight: 500
}

.my-candidate .cate-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.my-candidate .action-search input {
    /* width: 380px; */
    width:100%;
}

.my-candidate .table-dashboard tbody .list-action {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.my-candidate .table-dashboard tbody td:last-child {
    padding-right: 35px;
    width: 70px
}

.my-candidate .image-candidates {
    min-width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 60px;
    border-radius: 50%
}

.my-candidate .image-candidates i {
    font-size: 18px;
    color: var(--civi-color-secondary)
}

.my-candidate .civi-loading-effect {
    display: none
}

.civi-avatar-candidate {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.civi-avatar-candidate .candidate-fields-thumbnail #civi_thumbnail_container {
    height: 150px
}

.civi-avatar-candidate #civi_add_thumbnail,
.civi-avatar-candidate .candidate-fields-thumbnail {
    width: 100%
}

.mob-txt-align {
    text-align: -webkit-right;
    padding: 0;
}

@media (max-width:576px) {
    .my-candidate .action-search input {
        width: 100%
    }

    .civi-avatar-candidate {
        display: block
    }

    .civi-avatar-candidate .candidate-fields-thumbnail {
        margin-top: 30px
    }

    .color-f-blk {
        font-weight: 500;
    }

    .wrap-in-mob {
        padding: 8px 0;
        flex-wrap: nowrap !important
    }

    .mb-flex {
        display: flex;
        align-items: center;
        width:200px;
    }

    .mb-flex i {
        display: block;
    }
  
    .applicants-wrap .mb-space {
        padding: 0 0.5rem 0 5.2rem;
    }
}

@media (max-width:360px) {
    .applicants-wrap .mb-space {
        padding: 0 0.5rem 0 4rem;
    }
}

.pakages-dashboard .days,
.pakages-dashboard .limit,
.pakages-dashboard .remaining {
    font-weight: 500;
    text-transform: capitalize
}

.pakages-dashboard .package-id {
    color: var(--civi-color-accent)
}

#form-candidate-user-package .inner-popup,
#form-employer-user-package .inner-popup {
    padding: 0;
    max-width: 370px
}

#form-candidate-user-package h5,
#form-employer-user-package h5 {
    padding: 24px
}

#form-candidate-user-package .btn-close,
#form-employer-user-package .btn-close {
    top: 30px;
    right: 24px
}

#form-candidate-user-package i.fa-check,
#form-employer-user-package i.fa-check {
    color: #3ab446
}

.civi-overview-package,
.civi-payout-dashboard ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.civi-overview-package li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 24px;
    font-weight: 500
}

.civi-overview-package li:nth-child(odd) {
    background-color: rgba(0, 116, 86, .05)
}

.civi-overview-package .content {
    color: var(--civi-color-primary)
}

@media (min-width:1200px) {
    .pakages-dashboard .col-name {
        min-width: 300px
    }
}

@media (max-width:767px) {
    .pakages-dashboard tbody td:first-child {
        min-width: 120px !important
    }
}

.meetings-dashboard .row {
    margin-left: -4px;
    margin-right: -4px
}

.meetings-dashboard .col-md-4 {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px
}

.meetings-dashboard .meetings-warpper {
    background-color: #fff;
    border: 1px solid var(--civi-color-border);
    border-radius: 8px;
    padding: 20px
}

.meetings-dashboard .tabs-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.meetings-dashboard .tab-list,
.submit-company-dashboard .entry-title h4,
.table-dashboard tbody p {
    margin-bottom: 0
}

.meetings-dashboard .calendar {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px
}

.meetings-dashboard .calendar.is-active,
.meetings-dashboard .meeting-info-settings .meeting-zoom-link a {
    color: red
}

.meetings-dashboard .calendar .dot {
    top: -3px;
    position: relative;
    font-size: 20px;
    color: #ddd
}

.meetings-dashboard .calendar i {
    margin-right: 10px;
    font-size: 20px;
    color: var(--civi-color-secondary)
}

.meetings-dashboard h6 {
    font-size: 18px;
    margin-bottom: 15px
}

.meetings-dashboard .meeting-width {
    font-weight: 500;
    color: var(--civi-color-secondary)
}

.meetings-dashboard .meeting-width .athour {
    color: var(--civi-color-accent)
}

.meetings-dashboard .meetings-bottom {
    display: -ms-flexbox;
    display: flex
}

.meetings-dashboard .meetings-bottom i {
    margin-right: 11px
}

.meetings-dashboard .meetings-bottom .social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: var(--civi-color-secondary);
    font-weight: 500
}

.meetings-dashboard .meetings-bottom .social+.social {
    margin-left: 18px
}

.meetings-dashboard .pagination-dashboard {
    background-color: transparent;
    border: 0;
    padding-left: 0
}

.meetings-dashboard .pagination-dashboard .civi-pagination {
    -ms-flex-pack: center;
    justify-content: center
}

.meetings-dashboard .action-setting {
    margin-left: auto;
    position: relative
}

.meetings-dashboard .action-setting .icon-setting {
    padding-left: 10px;
    font-size: 24px;
    cursor: pointer
}

.meetings-dashboard .action-setting i {
    margin-right: 0
}

.meetings-dashboard .action-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    list-style: none;
    right: 100%;
    bottom: -20px;
    width: 110px;
    text-align: right;
    padding: 15px;
    z-index: 2;
    border: 1px solid var(--civi-color-border)
}

.meetings-dashboard .action-dropdown a {
    font-size: 14px
}

.meetings-dashboard .tab-info,
.meetings-dashboard-candidate {
    position: relative
}

.meetings-dashboard .tab-info .civi-loading-effect {
    display: none
}

.meetings-dashboard .meeting-info-settings {
    font-weight: 500;
    color: var(--civi-color-secondary);
    padding-top: 20px;
    border-top: 1px solid var(--civi-color-border);
    margin-top: 20px
}

.meetings-dashboard .meeting-info-settings .meeting-zoom-link {
    margin-bottom: 10px
}

.meetings-dashboard .meeting-info-settings .meeting-zoom-pw {
    color: red
}

.meetings-dashboard .label-close,
.meetings-dashboard .meeting-info-settings .meeting-zoom-pw span {
    color: var(--civi-color-secondary)
}

.meetings-dashboard .label-close {
    background-color: var(--civi-color-border);
    position: absolute;
    right: 20px
}

.meetings-dashboard-candidate .col-md-4 {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px
}

.meetings-dashboard-candidate .civi-loading-effect {
    display: none
}

#btn-meetings-reschedule,
#civi-form-setting-meetings .civi-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px
}

#civi-form-setting-meetings .civi-button i {
    padding-left: 3px
}

#tab-completed .not-meetings,
#tab-projects .project-upload span .large {
    margin-left: 15px
}

#btn-meetings-reschedule .btn-loading {
    display: none;
    padding-left: 5px
}

@media (max-width:576px) {
    .meetings-dashboard .meetings-warpper {
        padding: 35px
    }

    .meetings-dashboard .tabs-header {
        display: block
    }

    .meetings-dashboard .tab-list {
        margin-bottom: 20px
    }
}

.company-dashboard .active-jobs {
    height: 28px;
    width: 29px;
    text-align: center;
    line-height: 28px;
    background-color: #f4f8ff;
    display: block;
    border-radius: 8px;
    font-weight: 600;
    color: var(--civi-color-accent)
}

.company-dashboard .civi-button {
    margin-top: 32px
}

.company-dashboard .table-dashboard tbody .action-dropdown {
    width: 80px
}

.company-dashboard .img-company {
    width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 60px;
    border-radius: 50%
}

.company-dashboard .img-company i {
    font-size: 18px;
    color: var(--civi-color-secondary)
}

.submit-company-dashboard .header-about,
.submit-company-dashboard .submit-company-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.submit-company-dashboard .submit-company-header {
    margin-top: 32px;
    margin-bottom: 24px
}

.submit-company-dashboard .civi-button.button-rounded {
    border-color: var(--civi-color-border);
    color: var(--civi-color-primary);
    margin-right: 10px
}

.submit-company-dashboard .header-about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.submit-company-dashboard .header-about .civi-button {
    margin-bottom: 24px
}

.submit-company-dashboard .header-about .civi-button i {
    margin-left: 5px;
    margin-right: 0
}

.jobs-performance-dashboard .action-search input {
    width: 300px
}

.jobs-performance-dashboard .entry-title a,
.table-dashboard tbody h3 a {
    color: var(--civi-color-primary)
}

.jobs-performance-dashboard .table-dashboard .applied {
    font-weight: 500;
    color: var(--civi-color-secondary)
}

.jobs-performance-dashboard .table-dashboard .applied span,
.table-dashboard tbody .action-dropdown li:hover a,
.table-dashboard tbody .title-jobs-dashboard a:hover,
.table-dashboard tbody h3 a:hover,
.uxper-messages .tab-mess .tab-item.active a,
.uxper-messages .tab-mess .tab-item:hover a {
    color: var(--civi-color-accent)
}

.jobs-performance-dashboard .table-dashboard .applied i {
    padding-left: 5px;
    color: var(--civi-color-secondary)
}

@media (max-width:767px) {
    .jobs-performance-dashboard .action-search input {
        width: 100%
    }

    .jobs-performance-dashboard .civi-chart-warpper {
        padding: 15px
    }
}

.jobs-dashboard tbody td:not(.action-setting) {
    min-width: 120px
}

.jobs-dashboard.expired .action-search,
.jobs-dashboard.expired .pagination,
.jobs-dashboard.expired .table-dashboard {
    position: relative
}

.jobs-dashboard.expired .action-search:before,
.jobs-dashboard.expired .pagination:before,
.jobs-dashboard.expired .table-dashboard:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

/* #tab-skills,
.settings-dashboard {
    max-width: 700px
} */

#tab-skills{
    max-width: 700px
}

.candidate-profile .resume #civi_drop_cv,
.candidate-profile .resume .form-dashboard h6,
.settings-dashboard .civi-button {
    margin-bottom: 24px
}

.settings-dashboard .delete-account {
    margin-top: 32px;
    font-weight: 500;
    display: block;
    color: red !important
}

.civi-user-avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.civi-user-avatar .des-avatar {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
    max-width: 340px;
    color: var(--civi-color-secondary)
}

#form-setting-deactive h5 {
    font-size: 18px;
    color: red;
    text-align: center
}

#form-setting-deactive .setting-popup {
    max-width: 270px;
    padding: 20px
}

@media (max-width:375px) {
    .civi-user-avatar {
        display: block
    }
}

.pagination-dashboard {
    border: 1px solid var(--civi-color-border);
    border-top: 0;
    padding: 24px;
    background-color: #fff;
    border-radius: .5rem;
}

.pagination-dashboard .items-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.pagination-dashboard select {
    width: 70px;
    padding: 7px 16px;
    color: var(--civi-color-primary)
}

.pagination-dashboard .text-pagination {
    color: var(--civi-color-secondary);
    margin-bottom: 0;
    margin-left: 16px
}

.pagination-dashboard .civi-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0
}

.pagination-dashboard .civi-pagination .page-numbers {
    width: auto;
    margin-right: 22px;
    color: var(--civi-color-secondary)
}

.pagination-dashboard .civi-pagination .page-numbers.current {
    background-color: transparent;
    color: var(--civi-color-accent)
}

.pagination-dashboard .civi-pagination .page-numbers.next,
.pagination-dashboard .civi-pagination .page-numbers.prev {
    width: 36px;
    height: 36px;
    border: 1px solid var(--civi-color-border);
    border-radius: 8px;
    line-height: 36px;
    text-align: center
}

.pagination-dashboard .civi-pagination .page-numbers.next i,
.pagination-dashboard .civi-pagination .page-numbers.prev i {
    color: var(--civi-color-primary);
    font-size: 14px;
    font-weight: 700
}

@media (max-width:767px) {
    .pagination-dashboard {
        display: block
    }

    .pagination-dashboard .number-pagination {
        margin-top: 12px
    }

    .civi-pagination .pagination {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:576px) {
    .pagination-dashboard .civi-pagination {
        display: block
    }

    .pagination-dashboard .civi-pagination .pagination {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 15px
    }

    .pagination-dashboard .items-pagination {
        justify-content: space-between;
    }
}

.civi-chart-warpper {
    padding: 32px;
    border: 1px solid var(--civi-color-border);
    background-color: #fff;
    border-radius: 8px;
    position: relative
}

.civi-chart-warpper .chart-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.civi-chart-warpper .chart-header .title-chart {
    font-size: 24px
}

.civi-chart-warpper .chart-header .form-chart,
.search-dashboard-warpper .search-left .action-search {
    position: relative
}

.civi-chart-warpper .chart-header .form-chart select {
    font-weight: 500;
    padding: 11px 42px 11px 20px;
    border-radius: 8px;
    border-color: var(--civi-color-border);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.civi-chart-warpper .chart-header .form-chart select:focus {
    outline: 0
}

.civi-chart-warpper .civi-loading-effect {
    display: none
}

.search-dashboard-warpper {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px
}

.search-dashboard-warpper,
.search-dashboard-warpper .search-left {
    display: -ms-flexbox;
    display: flex
}

.search-dashboard-warpper .search-left .btn-search {
    border: 0;
    background: 0 0;
    position: absolute;
    right: 10px;
    top: 12px;
    color: var(--civi-color-text)
}

.search-dashboard-warpper .search-left .select2-field {
    margin-right: 12px
}

.search-dashboard-warpper .search-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.search-dashboard-warpper .search-right .text-sorting {
    color: var(--civi-color-secondary);
    margin-right: 12px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .search-dashboard-warpper {
        display: block
    }

    .search-dashboard-warpper .search-left {
        display: block;
        margin-bottom: 15px
    }

    .search-dashboard-warpper .search-left .select2-field {
        margin-right: 0
    }

    .search-dashboard-warpper .search-left .action-search {
        margin-top: 15px
    }

    .search-dashboard-warpper .search-right .text-sorting {
        display: none
    }

    .search-dashboard-warpper .select2-field {
        width: 100%
    }
}

.table-dashboard-wapper {
    background-color: transparent;
    position: relative
}

.table-dashboard {
    display: table !important;
    margin-bottom: 0
}

.table-dashboard.expired {
    position: relative
}

.table-dashboard.expired:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.table-dashboard thead th {
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    text-transform: uppercase
}

.table-dashboard tbody td:first-child,
.table-dashboard thead th:first-child {
    padding-left: 24px
}

.table-dashboard tbody tr,
.table-dashboard thead tr {
    border-bottom: 1px solid var(--civi-color-border)
}

.table-dashboard tbody h3 {
    font-size: 16px;
    color: var(--civi-color-primary);
    margin-bottom: 3px
}

.table-dashboard tbody .is-close h3 {
    color: var(--civi-color-text)
}

.table-dashboard tbody td {
    padding-top: 16px;
    padding-bottom: 16px;
    border: 0
}

.table-dashboard tbody td:last-child {
    padding-right: 24px
}

.table-dashboard tbody .label {
    padding: 5px 13px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize
}

.table-dashboard tbody .label-open {
    background-color: #e8f7f500;
    color: #13af97
}

.table-dashboard tbody .label-urgent {
    color: #6c4cbe;
    background-color: #f5ecff
}

.table-dashboard tbody .label-close {
    color: var(--civi-color-secondary);
    background-color: transparent;
}

.table-dashboard tbody .label-pause {
    color: #6c4cbe;
    background-color: #f5ecff
}

.table-dashboard tbody .label-pending {
    color: #ffc402;
    background-color: #fff9e700
}

.table-dashboard tbody .label-transferring {
    color: #b95c47;
    background-color: #ffe6e0
}

#form-service-order-refund p a,
#form-service-withdraw p a,
.table-dashboard tbody .number-applicant {
    color: var(--civi-color-accent);
    font-weight: 500
}

.table-dashboard tbody .expires-time {
    color: #ed0006
}

.table-dashboard tbody .icon-setting i {
    font-size: 30px
}

.table-dashboard tbody .approved .applied-time {
    display: block;
    margin-top: 2px;
    color: var(--civi-color-secondary)
}

.table-dashboard tbody .info .phone {
    margin-top: 5px;
    display: block
}

.table-dashboard tbody .list-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.table-dashboard tbody .list-action .action+.action {
    margin-left: 24px
}

.table-dashboard tbody .list-action .action:last-child {
    position: relative
}

.table-dashboard tbody .list-action .icon-video {
    margin-top: 3px
}

.table-dashboard tbody .action-setting {
    position: relative
}

.table-dashboard tbody .info-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.table-dashboard tbody .info-user img,
#my-company tbody .compny-log img {
    /* width: 60px;
    height: 60px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.table-dashboard tbody .info-user .info-details {
    margin-left: 16px
}

.table-dashboard tbody .action-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    list-style: none;
    right: calc(100% - 24px);
    width: max-content;
    text-align: right;
    padding: 0;
    z-index: 2;
    margin-bottom: 0
}

.table-dashboard tbody .action-dropdown a {
    font-size: 15px;
    display: block
}

.table-dashboard tbody .action-dropdown li {
    padding: 3px 15px
}

.table-dashboard tbody .action-dropdown li:hover,
.uxper-messages .mess-content .action-dropdown li:hover {
    background-color: rgba(0, 116, 86, .05);
    cursor: pointer
}

.table-dashboard tbody .title-company-dashboard {
    margin-bottom: 3px
}

.table-dashboard tbody .title-jobs-dashboard {
    margin-bottom: 0
}

.table-dashboard tbody .title-jobs-dashboard a {
    color: var(--civi-color-primary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 3px
}

.table-dashboard tbody .title-jobs-dashboard a .tooltip {
    line-height: 20px
}

.table-dashboard tbody .title-jobs-dashboard img {
    margin-right: 10px;
    max-width: max-content
}

.table-dashboard .not-applicants,
.table-dashboard .not-candidates,
.table-dashboard .not-company,
.table-dashboard .not-jobs,
.table-dashboard .not-service {
    padding: 30px;
    display: block
}

.table-dashboard .logo-comnpany {
    height: 60px;
    width: 60px;
    object-fit: cover;
    background-color: #f9f9f9;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    max-width: none
}

.candidate-profile-strength .tip-content .profile-list-check li,
.table-dashboard .company-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.table-dashboard .company-header .img-comnpany {
    margin-right: 12px
}

.my-jobs .my-apply tbody td:first-child {
    width:40%;
    /* width:100%; */
}

.my-jobs #my-wishlist tbody td:first-child {
    width:50%;
    /* width:100%; */
}

.my-jobs .table-time {
    min-width: 200px
}

.my-jobs td.status {
    min-width: 150px
}

/* pagination */
#main .pagination-dashboard .civi-pagination .page-numbers.current {
    background: #1889D5;
    color: #ffffff;
    width: 25px;
    border-radius: 5px;
}

#main .pagination-dashboard .civi-pagination .page-numbers.next,
#main .pagination-dashboard .civi-pagination .page-numbers.next i,
#main .pagination-dashboard .civi-pagination .page-numbers.prev i,
#main .pagination-dashboard .civi-pagination .page-numbers{
    color: #808080;
}

#main .pagination-dashboard .civi-pagination .page-numbers.prev,
#main .pagination-dashboard .civi-pagination .page-numbers.next {
    border: none;
}

#main .pagination-dashboard .text-pagination {
    color: #808080;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808080;
}

.pagination-dashboard .select2-field .select2.select2-container .select2-selection__arrow:after {
    color: #808080;
}

.pagination-dashboard .civi-pagination .pagination {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: .5rem;
}

/* end */

/* for all tabel  */
.table-dashboard {
    border-radius: .5rem;
    overflow: hidden;
    border: none;
}

.table-dashboard-wapper {
    border: 1px solid #eee;
    /* border-radius: 4px; */
    border-radius:.5rem;
}

#job-applicant .custom-detail-style a p,
#all-application .custom-detail-style a p {
    font-size: 16px;
    color: #000;
}

.table-border {
    border: 1px solid #eee;
    border-radius: .5rem;
}

#tab-applicants .rounded-top{
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}
/* end */

/* header manage-job & companies */
.jobs-header {
    /* background-color: #1889D5; */
    background-color: #5596FA;
    color: white;
}

#my-company .jobs-header tr th,
#my-jobs .jobs-header tr th {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

#my-company tr td .company-detail p label {
    font-weight: 500;
}

#my-company tr td .company-detail .company-control ul {
    margin-left: 82px !important;
}

/* companies main contant */
#my-company tbody tr td h3,
#my-company tbody tr td h3 a,
#my-company span.active-jobs,
#my-company tbody tr td p,
#my-company tbody .cate {
    color: #000;
    font-weight: 400;
}

#my-company tbody tr td p,
#my-company tbody .cate {
    font-size: 14px;
}

#my-company tbody tr td {
    max-width: 220px;
    white-space: normal;
}

#my-company .compny-log {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}

#my-company tbody tr:nth-child(even) {
    background-color: #F4F3F3;
}

#my-company .action-setting ul,
#my-company .action-setting ul li a img {
    list-style-type: none;
    color: #1889D5;
    gap: 15px;
}

#my-company span.label,
#my-company span.active-jobs {
    background-color: transparent;
}

#my-company td .img-company {
    line-height: 0px;
    flex: 0 0 60px;
    border-radius: 100%;
}

#my-company .compny-card .img-company img,
#my-company .img-company img {
    object-fit: cover;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

/* end */

/*s manage-job 16-01-25*/
.action-setting.jobs-control a {
    margin: 0px 5px;
}

.table-dashboard tbody td {
    padding: 14px 10px;
}

#my-jobs .jobs-header th,
#my-company .jobs-header th {
    padding-top: 10px;
    padding-bottom: 10px;
}

#my-jobs .action-setting a img {
    width: 20px;
    height: 21px;
}

#my-jobs .number-applicant a {
    font-size: 15px;
    color: #000;
}


#my-jobs .start-time,
#my-jobs .expires {
    font-size: 14px;
    color: #000;
}

#my-jobs tbody td p {
    /* color:#808080; */
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

#my-jobs tbody tr td h3 {
    font-weight: 600;
    color: #000;
}

.table-dashboard tbody .title-jobs-dashboard a {
    color: #000;
}

#main .search-dashboard-warpper .select2.select2-container .select2-selection__rendered,
#main .action-search .btn-search i{
    color: #808080;
    font-weight: 400;
}

#main .jobs-dashboard .action-search input::placeholder, #tab-all-guards .action-search input::placeholder, #tab-apply .action-search input::placeholder, #tab-wishlist .action-search input::placeholder{
    color: #808080;
    font-weight: 400;
}

#main .search-right .text-sorting {
    color: #000;
}

/* End */

@media screen and (max-width:1024px) {

    #my-company .jobs-header tr th,
    #my-jobs .jobs-header tr th {
        font-size: 14px !important;
    }

    #my-company tbody tr td {
        min-width: 113px !important;
    }

    .jobs-dashboard .my-apply tbody td:not(.action-setting) {
        min-width: 98px !important;
    }

    #my-jobs tbody td {
        padding: 14px 6px;
    }

    #my-jobs .jobs-header tr th {
        padding: 8px;
    }

    /* dashboard */
    .nav-dashboard-wapper.close {
        padding: 20px 18px;
    }
}

@media (max-width:767px) {
    .table-dashboard-wapper {
        overflow-x: auto
    }

    .table-dashboard tbody td {
        min-width: 170px
    }

    .table-dashboard tbody td:first-child {
        min-width: 350px;
    }

    .table-dashboard tbody td:last-child {
        min-width: 80px;
        text-align: right
    }

    .table-dashboard tbody td:last-child .action-dropdown {
        right: 24px
    }

    .table-dashboard tbody tr:last-child .action-dropdown {
        bottom: 24px
    }

    .table-dashboard tbody .list-action .action .action-dropdown {
        right: 0
    }

    /* manage job */
    .action-setting.jobs-control a {
        margin: 0px 8px;
    }

    /* end */
}

@media (max-width:576px) {

    /* tabel */
    .table-border {
        border-radius: 8px;
    }

    .table-dashboard-wapper {
        border-radius: 8px;
    }

    .table-dashboard {
        border-radius: 0;
    }

    #tab-applicants .table-border {
        border-radius: 0;
    }

    /* candidate-table-my-job */
    #tab-apply .table-dashboard tbody td:first-child {
        width: 100%;
    }
    /* end */
    .table-dashboard td.action-setting {
        position: sticky;
        right: -1px;
        padding-left: 24px
    }

    .table-dashboard td.action-setting:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: -3
    }

    /*s manage-job 16/1 */

    .new {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .action-setting.jobs-control a {
        margin: 0px 0px 0px 20px;
    }

    #my-jobs tbody .number-applicant {
        line-height: 1.5;
    }

    #my-jobs tbody td p {
        font-size: 14px;
        font-weight: 500;
    }

    .my-apply_Mobile.table-dashboard tbody td {
        padding: 14px 20px;
        width: 100vw;
    }

    #main .pagination-dashboard .civi-pagination .pagination {
        justify-content: center;
        width: max-content;
        margin: 10px auto;
    }

    .tab-dashboard .tab-list {
        justify-content: center;
    }

    /* companies */

    .btn-mb-center {
        text-align: center;
    }

    #my-company tbody tr td {
        max-width: 100%;
    }

    #my-company tbody .company-control img {
        object-fit: none;
        border-radius: unset;
        width: auto;
        height: auto;
    }

    #my-company tbody tr .compny-card {
        min-width: unset !important;
        max-width: unset !important;
        width: 100% !important;
    }

    #my-company tbody tr .company-detail {
        min-width: 80%;
    }

    #my-company .jobs-header tr th {
        font-size: 16px;
    }

    #my-company tbody tr td {
        min-width: unset;
    }

    /* end */
}

.form-dashboard .block-from {
    padding: 24px 32px 8px;
    border-radius: 8px;
    border: 1px solid var(--civi-color-border);
    background-color: #fff
}

.form-dashboard .block-from~.block-from {
    margin-top: 12px
}

.form-dashboard .row {
    margin-left: -8px;
    margin-right: -8px
}

.form-dashboard .col-md-6,
.form-dashboard .form-group {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 24px
}

.form-dashboard h6 {
    font-size: 20px;
    margin-bottom: 28px
}

.form-dashboard label {
    margin-bottom: 10px
}

.form-dashboard label sup {
    color: red;
    font-size: 12px;
    top: -.2em
}

.form-dashboard .company-url-warp {
    display: -ms-flexbox;
    display: flex
}

.form-dashboard .company-url-warp .input-slug {
    width: 80%;
    border-left: 0;
    border-radius: 0 8px 8px 0
}

.form-dashboard .company-url-warp .input-url {
    border-radius: 8px 0 0 8px;
    background-color: rgba(196, 196, 196, .1);
    cursor: no-drop
}

.form-dashboard .label-about-company {
    margin-bottom: 0
}

.form-dashboard .media-company .civi-button {
    margin-bottom: 24px;
    margin-left: 8px
}

.form-dashboard .media-company .civi-button i {
    margin-right: 7px;
    font-size: 18px
}

.form-dashboard .maps-location-inner {
    position: relative
}

.form-dashboard .maps-location-inner input {
    padding-right: 50px
}

.form-dashboard .maps-location-inner i {
    font-weight: 300;
    font-size: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.form-dashboard .button-warpper {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: right
}

.form-dashboard .form-select {
    position: relative
}

/* job post page form*/
#multistep-form input, #tab-change-password .block-from input ,#tab-change-password .deactivate-form input::placeholder{
    color:#808080;
} 

#jobs-submit-company .txt-mb-center{
    display: flex;
    justify-content:left;
    align-items:end;
    margin-bottom:0;
    height:83px;
}

.submit-jobs-dashboard #jobs-submit-company .txt-mb-center .civi-button{
    margin-top: 0;
}

#multistep-form .step .block-from h6{
    margin:15px 0;
}
/* multi-step */
.progress-bar-wrapper {
    width: 100%;
    background: #ffffff;
    margin: auto;
    padding: 15px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
  
.progress-bar {
    overflow: hidden;
    text-align: center;
    list-style-type: none;
    width: 80%;
    justify-content: center;
    display: flex;
}

.progress-bar li {
    float: left;
    font-size: 11px;
    line-height: 11px;
    width: 11%;
    position: relative;
    z-index: 1;
}

.progress-bar li:hover:before{
    box-shadow:#c7d7e9 0px 0px 6px 2px;
} 

.progress-bar li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    font-size: 10px;
    line-height: 24px;
    font-weight: 600;
    color: #d5dbdb;
    background: #10507E;
    width: 28px;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    border: 2px #d5dbdb solid;
}

.progress-bar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #d5dbdb;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 13px;
    z-index: -1;
}

.progress-bar li:last-child:after {
    display: none;
}
.signup-1 .progress-bar li.active:before{
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    background: #1889d5;
    color: #ffffff;
}

/*end  */

.civi-my-review .rating-count {
    font-weight: 500;
    color: var(--civi-color-accent)
}

.author-rating .star {
    font-size: 15px
}

.civi-submit-header.scroll {
    /* position: sticky; */
    position:relative;
    width: 100%;
    padding: 15px !important;
    background-color: #fff;
    top: 0;
    border: 1px solid var(--civi-color-border);
    z-index: 9;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05)
}

@media (max-width:1199px) {
    .civi-submit-header {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .civi-submit-header .entry-title {
        display: none
    }
}

.civi-boxdb,
.civi-boxdb:hover {
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.civi-boxdb {
    position: relative;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .03);
    box-shadow: 0 0 0 rgba(0, 0, 0, .03)
}

.civi-boxdb:hover {
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .03);
    -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, .03);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .03)
}

.civi-boxdb .civi-link-boxdb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.civi-payout-dashboard .payout-item {
    border: 1px solid var(--civi-color-border);
    background-color: #fff;
    border-radius: 16px
}

.civi-payout-dashboard .payout-item+.payout-item {
    margin-top: 12px
}

.civi-payout-dashboard .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 24px;
    font-size: 18px;
    color: var(--civi-color-text);
    margin-bottom: 0;
    line-height: 1;
    cursor: pointer
}

.civi-payout-dashboard .title:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid #999;
    border-radius: 50%;
    margin-right: 10px
}

.civi-payout-dashboard .title:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 29px
}

.candidate-profile input[name="candidate_education_check[]"],
.candidate-profile input[name="candidate_experience_check[]"],
.civi-payout-dashboard .title.active:before {
    border-color: var(--civi-color-accent)
}

.civi-payout-dashboard .title.active:after {
    background-color: var(--civi-color-accent)
}

.civi-payout-dashboard .content {
    display: none;
    padding: 0 24px 24px
}

.civi-payout-dashboard #btn-submit-payout,
.civi-payout-dashboard .content .form-group+.form-group {
    margin-top: 24px
}

.civi-payout-dashboard label,
.form-dashboard label {
    font-weight: 500;
    color: var(--civi-color-primary)
}

.candidate-profile {
    column-gap: 60px
}

.candidate-profile #project-uploaded-list {
    margin-top: 0;
    margin-bottom: 0
}

.candidate-profile .btn-uploaded {
    cursor: no-drop
}

.candidate-profile .field-note {
    line-height: 24px
}

.candidate-profile .candidate-profile-strength .has-sticky {
    position: sticky;
    top: 30px;
    z-index: 1
}

.candidate-profile .resume .candidate-resume label {
    margin-bottom: 16px
}

.candidate-profile .resume #civi_drop_cv .icon-delete {
    position: relative;
    z-index: 2
}

.candidate-profile .field-note,
.candidate-profile .resume .file-type {
    color: var(--civi-color-secondary)
}

.candidate-profile .label-present {
    color: var(--civi-color-accent);
    margin-left: 5px;
    margin-bottom: 0
}

.candidate-profile input[name="candidate_education_to[]"]:disabled,
.candidate-profile input[name="candidate_experience_to[]"]:disabled {
    background-color: #f9f9f9
}

.candidate-profile .candidate-submit-location #geocoder {
    top: 36px !important
}

.candidate-profile ul.card-preview,
.candidate-profile ul.card-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.candidate-profile ul.card-text {
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 15px
}

.candidate-profile ul.card-preview {
    justify-content: flex-start
}

.candidate-profile .group-title {
    display: flex;
    flex-direction: row;
    column-gap: 14px;
    position: relative;
    margin-bottom: 28px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--civi-color-border);
    cursor: pointer
}

.candidate-profile .group-title h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

.candidate-profile .group-title i:last-child {
    margin-left: auto
}

.candidate-profile .group-title i:before {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.candidate-profile .group-title.up~.form-group {
    display: none
}

.candidate-profile .group-title.up i:last-child::before {
    transform: rotateX(180deg)
}

.candidate-profile .btn-more {
    position: relative;
    margin-bottom: 24px;
    border: 0;
    background-color: #fff;
    color: var(--civi-color-accent);
    transition: transform .3s;
    font-weight: 500
}

.candidate-profile .btn-more i {
    margin-right: 10px
}

.candidate-profile .btn-more:hover {
    cursor: pointer;
    transform: scale(1.02)
}

.candidate-profile .card-text-item {
    height: fit-content;
    padding: 5px 15px;
    background-color: rgba(0, 116, 86, .05);
    border: 1px solid rgba(0, 116, 86, .07);
    border-radius: 3em;
    font-size: 14px
}

.candidate-profile .card-text-item i.la-times {
    margin-right: 5px;
    padding: 3px;
    font-weight: 700
}

.candidate-profile .card-text-item i.la-times:hover {
    cursor: pointer;
    transform: scale(1.5);
    transition: .4s
}

.candidate-profile .card-text-item:last-child {
    margin-bottom: 24px
}

.candidate-profile .result-notify,
.sub-head,
.uxper-messages .mess-content.empty p {
    margin-bottom: 24px
}

.candidate-profile .result-notify.success {
    color: #adff2f
}

.candidate-profile .result-notify.error,
.uxper-messages .tab-info ul li.unread .desc {
    color: red
}

.candidate-profile .candidate-resume .col-md-5 {
    padding-left: 7px
}

.candidate-profile .candidate-gallery button {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0-7px;
    border: dashed 1px #ddd;
    border-radius: 0;
    background-color: #fff;
    font-weight: 500;
    color: var(--civi-color-accent)
}

.candidate-profile .candidate-gallery button i {
    display: block;
    margin-bottom: 10px;
    color: var(--civi-color-secondary)
}

.candidate-profile .candidate-gallery .gallery-uploader {
    display: flex;
    flex-direction: column;
    width: 150px;
    padding-right: 0
}

.candidate-profile .candidate-gallery #civi_gallery_errors_log {
    margin-top: 8px;
    width: 100%;
    font-size: 12px;
    line-height: 20px
}

.candidate-profile .candidate-gallery .field-note {
    margin: 8px auto 0;
    width: 92px;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.candidate-profile #civi_candidate_cover_image_view {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#tab-projects .project-uploaded-list {
    width: 150px;
    height: 150px;
    display: inline-block;
    border: 1px dashed #ddd;
    padding-right: 0
}

#tab-projects .media-thumb {
    width: 100%;
    height: 100%
}

#tab-projects .media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#tab-projects .media-item-actions .icon-project-delete {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f9f9f9
}

#tab-projects .project-upload {
    position: absolute;
    left: 55px;
    top: 70px;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#tab-projects .project-upload span {
    color: var(--civi-color-accent);
    font-weight: 500;
    margin-top: 5px
}

#tab-projects .field-note {
    margin-top: 10px
}

.candidate-profile-strength .profile-strength {
    --bord: 6px;
    position: relative;
    margin-left: 30px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: help
}

.candidate-profile-strength .profile-strength:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(var(--civi-color-accent) calc(var(--pct)*1%), #ddd 0);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(99% - var(--bord)), #000 calc(100% - var(--bord)));
    mask: radial-gradient(farthest-side, transparent calc(99% - var(--bord)), #000 calc(100% - var(--bord)))
}

.candidate-profile-strength .tip-content .profile-list-check li.check i.fa-check,
.candidate-profile-strength.active {
    background-color: #3ab446
}

.candidate-profile-strength:hover .tip-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, calc(-100% - 13px));
    -moz-transform: translate(-50%, calc(-100% - 13px));
    -o-transform: translate(-50%, calc(-100% - 13px));
    -ms-transform: translate(-50%, calc(-100% - 13px));
    transform: translate(-50%, calc(-100% - 13px))
}

.candidate-profile-strength:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    position: relative;
    font-size: 8px;
    color: #fff;
    top: -2px
}

.candidate-profile-strength .tip-content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-100% - 20px));
    -moz-transform: translate(-50%, calc(-100% - 20px));
    -o-transform: translate(-50%, calc(-100% - 20px));
    -ms-transform: translate(-50%, calc(-100% - 20px));
    transform: translate(-50%, calc(-100% - 20px));
    background: #333;
    color: #fff;
    padding: 10px;
    min-width: 245px;
    line-height: 1.5;
    font-size: 12px;
    border-radius: .5rem;
    pointer-events: none;
    z-index: 999;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.candidate-profile-strength .tip-content.post-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, calc(100% + 10px));
    -moz-transform: translate(-50%, calc(100% + 10px));
    -o-transform: translate(-50%, calc(100% + 10px));
    -ms-transform: translate(-50%, calc(100% + 10px));
    transform: translate(-50%, calc(100% + 10px))
}

.candidate-profile-strength .tip-content.post-bottom:after {
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -2px;
    bottom: auto
}

.candidate-profile-strength .tip-content:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    font-size: 22px;
    color: #333;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.candidate-profile-strength .tip-content h4 {
    font-size: 13px;
    color: #fff
}

.candidate-profile-strength .tip-content .profile-list-check {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.candidate-profile-strength .tip-content .profile-list-check i.fa-check {
    font-size: 8px;
    width: 15px;
    height: 15px;
    background-color: var(--civi-color-secondary);
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-left: 0;
    margin-right: 5px
}

@media only screen and (min-width:768px) {
    #tab-skills select {
        width: 650px
    }
}

.sub-head {
    color: var(--civi-color-secondary);
    margin-top: 8px
}

@media (min-width:992px) {
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
}

@media (max-width:767px) {
    .candidate-profile-dashboard .tab-content.row {
        flex-direction: column-reverse;
        row-gap: 24px
    }

    .candidate-profile-dashboard .tab-content.row .profile-strength {
        margin-left: auto;
        margin-right: auto
    }

    .candidate-profile-strength {
        display: none
    }
/* post-job */
    .form-dashboard .block-from {
        padding: 16px
    }
}

@media (max-width:320px) {
    #candidate-profile {
        margin-left: -15px;
        margin-right: -15px
    }
}

.nav-candidate_dashboard .nav-profile-strength .title {
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 24px
}

.nav-candidate_dashboard .nav-profile-strength .title span:not(:first-child) {
    color: var(--civi-color-accent)
}

.nav-candidate_dashboard .nav-profile-strength .left-strength {
    width: 100%;
    height: 6px;
    background-color: #eee;
    border-radius: 4px
}

.nav-candidate_dashboard .nav-profile-strength .left-strength span {
    display: block;
    width: calc(var(--pct)*1%);
    height: 100%;
    background-color: #007456;
    border-radius: 4px
}

.uxper-messages {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid var(--civi-color-border);
    border-radius: 16px
}

.uxper-messages .mess-tab-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px
}

.uxper-messages .mess-tab-head .mess-refresh {
    font-size: 14px;
    font-weight: 500;
    color: var(--civi-color-accent);
    cursor: pointer
}

.uxper-messages .mess-tab-head .mess-refresh span {
    padding-left: 5px
}

.uxper-messages .mess-list {
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    border-right: 1px solid var(--civi-color-border)
}

.uxper-messages .mess-list.empty {
    height: 570px
}

.uxper-messages .mess-list.empty .tab-list-mess {
    padding-left: 32px;
    padding-top: 32px
}

.uxper-messages .mess-list.empty .tab-info .no-mess {
    margin-bottom: 0;
    text-align: center;
    padding-top: 207px;
    color: var(--civi-color-primary);
    font-weight: 500
}

.uxper-messages .mess-content {
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.uxper-messages .mess-content.empty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.uxper-messages .mess-content.empty h2 {
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 7px
}

.uxper-messages .tab-list {
    margin-bottom: 18px;
    padding-left: 32px;
    padding-top: 32px
}

.uxper-messages .thumb {
    position: relative
}

.uxper-messages .thumb img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover
}

.uxper-messages .thumb:before {
    content: "";
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #3ab446;
    position: absolute;
    left: 0;
    top: 0
}

.uxper-messages .thumb.online:before {
    display: block;
    background-color: #3ab446
}

.uxper-messages .thumb.offline:before {
    display: block;
    background-color: #ed0006
}

.uxper-messages .uname {
    font-weight: 500;
    color: var(--civi-color-primary)
}

.uxper-messages .date {
    font-size: 14px
}

.uxper-messages .tab-mess .tab-list-mess {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.uxper-messages .mess-content__body .card-mess .detail span,
.uxper-messages .tab-mess .tab-item {
    position: relative
}

.uxper-messages .tab-mess .tab-item.active:before,
.uxper-messages .tab-mess .tab-item:hover:before {
    width: 100%
}

.uxper-messages .tab-mess .tab-item:before {
    left: 0;
    content: "";
    height: 2px;
    background-color: var(--civi-color-accent);
    bottom: 0;
    display: block;
    position: absolute;
    width: 0;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.uxper-messages .tab-mess .tab-item+.tab-item {
    margin-left: 32px
}

.uxper-messages .tab-mess .tab-item a {
    font-size: 18px;
    color: var(--civi-color-secondary);
    font-weight: 500
}

.uxper-messages .tab-content {
    height: 500px;
    overflow: auto
}

.uxper-messages .tab-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.uxper-messages .tab-info ul li {
    position: relative;
    display: flex;
    color: #999;
    padding: 16px 32px
}

.uxper-messages .tab-info ul li+li:after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    background-color: var(--civi-color-border);
    top: 0;
    left: 32px;
    right: 32px
}

.uxper-messages .tab-info ul li:hover {
    cursor: pointer
}

.uxper-messages .tab-info ul li.active {
    background: rgba(0, 116, 86, .05)
}

.uxper-messages .tab-info ul li.active:before {
    content: "";
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--civi-color-accent)
}

.uxper-messages .tab-info .thumb {
    flex: 0 0 36px
}

.uxper-messages .tab-info .detail {
    padding-left: 12px;
    width: 100%
}

.uxper-messages .tab-info .desc {
    line-height: 1.5
}

.uxper-messages .tab-info .name {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 8px
}

.civi-package-wrap.package-service p,
.uxper-messages .mess-content__head,
.uxper-messages .tab-info .name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uxper-messages .mess-content__head {
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    border-bottom: 1px solid var(--civi-color-border)
}

.uxper-messages .mess-content__head .thumb {
    flex: 0 0 48px
}

.uxper-messages .mess-content__head .thumb img {
    width: 48px;
    height: 48px
}

.uxper-messages .mess-content__head .left {
    display: -ms-flexbox;
    display: flex
}

.uxper-messages .mess-content__head .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.uxper-messages .mess-content__head .detail {
    padding-left: 12px
}

.uxper-messages .mess-content__head .info {
    font-size: 14px
}

.uxper-messages .mess-content .action-setting {
    margin-left: auto;
    position: relative
}

.uxper-messages .mess-content .action-setting .icon-setting {
    padding-left: 10px;
    font-size: 24px;
    cursor: pointer
}

.uxper-messages .mess-content .action-setting i {
    margin-right: 0
}

.uxper-messages .mess-content .action {
    font-size: 18px
}

.uxper-messages .mess-content .action+.action {
    margin-left: 30px
}

.uxper-messages .mess-content .action-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    list-style: none;
    right: 100%;
    top: 7px;
    text-align: right;
    z-index: 2;
    padding-left: 0;
    border: 1px solid var(--civi-color-border);
    margin-bottom: 0
}

.uxper-messages .mess-content .action-dropdown a {
    padding: 5px 15px;
    font-size: 14px
}

.uxper-messages .mess-content__body {
    padding: 32px;
    height: 350px;
    overflow: auto
}

.page-dashboard,
.uxper-messages .mess-content__body .card-mess {
    display: -ms-flexbox;
    display: flex
}

.uxper-messages .mess-content__body .card-mess+.card-mess {
    padding-top: 12px
}

.uxper-messages .mess-content__body .card-mess .thumb {
    flex: 0 0 36px
}

.uxper-messages .mess-content__body .card-mess .detail {
    padding-left: 12px;
    max-width: 320px
}

.uxper-messages .mess-content__body .card-mess .detail .name {
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px
}

.uxper-messages .mess-content__body .card-mess .detail .date {
    padding-left: 20px
}

.uxper-messages .mess-content__body .card-mess .detail .date:before,
.uxper-messages .mess-content__body .card-send .detail .uname:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #eee;
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.uxper-messages .mess-content__body .card-mess .detail .desc {
    padding: 16px 24px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-top: 5px
}

.uxper-messages .mess-content__body .card-send {
    flex-direction: row-reverse
}

.uxper-messages .mess-content__body .card-send .detail {
    padding-left: 0;
    padding-right: 12px
}

.uxper-messages .mess-content__body .card-send .detail .name {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.uxper-messages .mess-content__body .card-send .detail .uname {
    padding-left: 20px
}

.uxper-messages .mess-content__body .card-send .detail .date {
    padding-left: 0
}

.uxper-messages .mess-content__action button,
.uxper-messages .mess-content__body .card-send .detail .desc {
    background-color: var(--civi-color-accent);
    color: #fff
}

.uxper-messages .mess-content__action {
    position: relative;
    border-top: 1px solid var(--civi-color-border)
}

.uxper-messages .mess-content__action textarea {
    padding: 45px 110px 45px 32px;
    height: 120px;
    border: 0
}

.uxper-messages .mess-content__action button {
    position: absolute;
    border: 0;
    padding: 9px 24px;
    border-radius: 30px;
    top: 40px;
    right: 32px;
    cursor: pointer
}

.page-dashboard .mobile-menu .top-mb-menu .account .user-show i.fa-chevron-down,
.page-dashboard .mobile-menu .top-mb-menu .account.active .user-control,
.uxper-messages .icon-nav-mess,
.uxper-messages .mess-content__body .card-send .detail .date:before {
    display: none
}

.uxper-messages .civi-loading-effect {
    z-index: 8
}

@media (max-width:767px) {
    .uxper-messages.open-nav .mess-list {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .uxper-messages.open-nav .bg-overlay {
        visibility: unset;
        opacity: 1
    }

    .uxper-messages .mess-list {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        z-index: 9;
        background-color: #fff;
        width: 300px;
        -webkit-transform: translateX(-101%);
        -moz-transform: translateX(-101%);
        -o-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .uxper-messages .mess-list.empty {
        display: none
    }

    .uxper-messages .mess-list .icon-nav-mess {
        color: #fff;
        background-color: var(--civi-color-accent);
        position: fixed;
        padding: 8px 10px;
        left: 300px;
        top: 30%;
        z-index: 2;
        width: 50px;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 0 5px 5px 0
    }

    .uxper-messages .mess-list .icon-nav-mess i {
        font-size: 25px;
        font-weight: 300
    }

    .uxper-messages .mess-list.open-nav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .uxper-messages .mess-content.empty {
        padding: 80px 15px
    }

    .uxper-messages .tab-mess .tab-item+.tab-item {
        margin-left: 20px
    }

    .uxper-messages .mess-tab-head {
        padding: 24px
    }

    .uxper-messages .tab-info ul li {
        padding-left: 24px;
        padding-right: 24px
    }
}

.civi-service-dashboard .entry-title,
.my-candidate-package .entry-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.civi-service-order .status .tooltip[data-title] {
    cursor: help
}

.civi-service-order .status .tooltip[data-title]:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.civi-service-order .start-time span {
    display: block;
    font-size: 14px;
    color: red
}

#form-service-order-refund .inner-popup,
#form-service-withdraw .inner-popup {
    max-width: 550px
}

#form-service-order-refund p,
#form-service-withdraw p {
    margin-top: 12px;
    margin-bottom: 0
}

#form-service-order-refund .btn-warpper,
#form-service-withdraw .btn-warpper {
    text-align: right;
    padding-top: 20px
}

#form-service-view-reason .content-refund-reason {
    margin-top: 12px
}

#employer-wishlist .cate+.cate:before,
#my-service .cate+.cate:before,
.civi-package-wrap.package-service .cate+.cate:before,
.civi-service-order .cate+.cate:before {
    content: ", "
}

#employer-wishlist .content,
#my-service .content,
.civi-package-wrap.package-service .content,
.civi-service-order .content {
    max-width: 370px
}

#employer-wishlist .title-my-service .featured,
#my-service .title-my-service .featured,
.civi-package-wrap.package-service .title-my-service .featured,
.civi-service-order .title-my-service .featured {
    top: -3px
}

#employer-wishlist .title-my-service img,
#my-service .title-my-service img,
.civi-package-wrap.package-service .title-my-service img,
.civi-service-order .title-my-service img {
    width: 18px
}

#employer-wishlist .price,
#my-service .price,
.civi-package-wrap.package-service .price,
.civi-service-order .price {
    font-weight: 500;
    color: var(--civi-color-primary)
}

#employer-wishlist .service-header,
#my-service .service-header,
.civi-package-wrap.package-service .service-header,
.civi-service-order .service-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#employer-wishlist .thumbnail,
#my-service .thumbnail,
.civi-package-wrap.package-service .thumbnail,
.civi-service-order .thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 12px
}

#employer-wishlist .start-time,
#my-service .start-time,
.civi-package-wrap.package-service .start-time,
.civi-service-order .start-time {
    min-width: 150px
}

#civi_payment_service:hover {
    background-color: var(--civi-color-accent);
    color: #fff
}

#civi_payment_service .civi-loading-effect {
    position: relative
}

#civi_payment_service .civi-dual-ring {
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}

#civi_payment_service .civi-dual-ring:after {
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff transparent
}

.civi-service-withdraw .total-action {
    margin-bottom: 20px
}

.civi-service-withdraw .total-action .entry-number,
.page-dashboard .entry-my-page>.entry-title h4 {
    font-size: 28px;
}

.civi-package-wrap.package-service p {
    margin-bottom: 12px
}

.civi-package-wrap.package-service .civi-package-item {
    padding: 24px
}

.civi-package-wrap.package-service .package-header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.civi-package-wrap.package-service .title-my-service a {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: var(--civi-color-primary);
    margin-bottom: 3px
}

.civi-package-wrap.package-service .package-content {
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--civi-color-border)
}

.civi-package-wrap.package-service .package-bottom .total {
    font-weight: 600;
    color: var(--civi-color-primary)
}

.civi-package-wrap.package-service .package-bottom .price {
    font-weight: 700
}

.civi-package-wrap.package-service .package-bottom .delivery-time {
    font-weight: 500
}

.civi-package-wrap.package-service .civi-button {
    margin-top: 12px
}

@media (max-width:767px) {
    .civi-service-order .table-dashboard tbody td:first-child {
        min-width: auto;
    }

    .civi-service-order .table-dashboard tbody td:nth-child(2) {
        min-width: 350px
    }
}

@media (max-width:576px) {
    .my-candidate-package .entry-title,
    .my-service .entry-title {
        display: block
    }

    .my-candidate-package .civi-button,
    .my-service .civi-button {
        margin-bottom: 20px
    }
}

.page-dashboard {
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: inherit !important;
    min-height: 100vh
}

.page-dashboard .widget-area-init.has-sticky {
    position: sticky;
    top: 30px;
    z-index: 1
}

.page-dashboard .entry-my-page>.entry-title {
    /* margin-bottom:13px;
    margin-top:4px; */
    font-size: 28px
}

.entry-title {
    margin: 10px 0px;
}

.page-dashboard #civi-content-dashboard {
    padding-left: 290px;
    padding-right: 30px
}

.page-dashboard #civi-content-dashboard,
.page-dashboard #wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page-dashboard .copyright .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
}

.page-dashboard .copyright .area-copyright {
    border-top: 0
}

.page-dashboard .site-footer {
    margin-top: auto
}

.page-dashboard header.site-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.page-dashboard #comments,
.page-dashboard .btn-loading {
    display: none
}

body.admin-bar .page-dashboard #civi-content-dashboard {
    min-height: calc(100vh - 32px)
}


/*s 12/12/24 */

.fw-16 {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.fw-16-lighter {
    font-weight: 400;
    font-size: 16px !important;
}

.fw-16-light {
    font-weight: 500;
    font-size: 16px !important;
}

.fw-14 {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.fw-12 {
    font-size: 12px;
    font-weight: 400;
}

.color-f-blk {
    color: #000 !important;
}

.color-f-sky {
    color: #1889D5 !important;
}

.color-f-blue {
    color: #10507E !important;
}

.color-f-gray {
    color: #565656;
}

.clr-gray-f{
    color:#808080;
}

.bg-sky {
    background-color: #1889D5;
}

.count-icon {
    padding: 1px 0px;
    box-shadow: #00000040 0px 2px 9px 0px;
}

.new-count-icon {
    padding: 3px 6px;
}

.view-more-btn {
    /* border: solid 1px #80808014; */
    /* box-shadow: #0000001c 0px 4px 9px 0px; */
    border: solid 1px #FAEDEE;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
}

.applicants-wrap .view-all-btn{
    border: solid #1889D5 1px;
    color:#1889D5;
}

.cursor-point {
    cursor: pointer;
}

.civi-dashboard .notification-dashboard .min-height-custom {
    min-height: 386px;
}

.civi-dashboard .notification-dashboard .min-height-custom-450 {
    min-height: 450px;
}

.custom-card {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
}

.ps {
    padding-left: 0px !important;
}


/* media */

@media (max-width:1024px) {
    .fw-16 {
        font-size: 13px !important;
    }

    .fw-16-light {
        font-size: 13px !important;
    }

    .view-more-btn {
        font-size: 13px;
    }

    .mb-txt-hide{
        display: none;
    }
}

@media (max-width:450px) {
    .guard-img {
        max-width: 50px;
        text-align: right;
    }
}


/*s 12/12/24 */

@media (min-width:1200px) {
    .page-dashboard .left-header .site-logo {
        display: none
    }
}

@media (min-width:992px) {
    .page-dashboard header.site-header {
        margin-left: -30px;
        margin-right: -30px
    }

    .page-dashboard header.site-header .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:991px) {
    .page-dashboard #civi-content-dashboard {
        padding-left: 0;
        padding-right: 0
    }

    .page-dashboard #civi-content-dashboard #main,
    .page-dashboard header.site-header .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .fw-16 {
        font-size: 16px !important;
    }

    .fw-16-light {
        font-size: 16px !important;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.btn.view-more-btn.text-center {
    width: 250px;
    border-radius: 10px;
}

.guard-img {
    width: 70px;
    text-align: center;
    /* margin: 0 auto; */
}

label.rounded-circle.bg-sky.text-light.m-0.fw-12.new-count-icon,
label.rounded-circle.bg-sky.text-light.px-2.m-0.fw-12.count-icon {
    width: 25px;
    height: 25px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.col-md-1.mobile-center {
    padding-right: 0px;
    padding-left: 0px;
    justify-content: end;
    display: flex;
}

#all-application {
    background-color: #FAFAFA;
}

#all-application .action-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    list-style: none;
    right: calc(100% - 24px);
    width: max-content;
    text-align: right;
    padding: 0;
    z-index: 3;
    margin-bottom: 0
}

#all-application .action:last-child {
    position: relative;
}

#all-application .action-dropdown li {
    padding: 3px 15px;
}

#all-application .action-dropdown a {
    font-size: 15px;
    display: block
}

#all-application .action-dropdown li {
    padding: 3px 15px
}

#all-application .action-dropdown li:hover,
.uxper-messages .mess-content .action-dropdown li:hover {
    background-color: rgba(0, 116, 86, .05);
    cursor: pointer
}

#all-application label.job-label.d-block.p-yellow.mb-0.pl-md span {
    padding-left: 0px;
}

#all-application h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}

#all-application .custom-bg {
    background-color: #FFE5FF;
    color: #930093;
}

#all-application .row .main_btn_sec img {
    margin-right: 10px;
}

#all-application .bg-primary-custom {
    background-color: #E0F3FF;
    color: #1889D5;
}

#all-application .bg-success-custom {
    background-color: #E6FFE6;
    color: #008000;
}

#all-application .bg-danger-custom {
    background-color: #FFE6E6;
    color: #F03333;
}

/* table */

.civi-service-withdraw .total-action .entry-number,
.page-dashboard .entry-my-page>.entry-title h4 {
    font-size: 24px;
    color: #000;
}

/* Make the custom-table behave like a table */

#all-application .mobile-display.pl-md img {
    width: 18px;
}

#all-application .pl-md {
    padding-left: 23px;
}

#all-application .pw-100 {
    width: auto;
}

#all-application .mobile-display {
    display: inline;
}

#all-application .icon-setting i {
    font-size: 18px;
}

.fw-bold {
    font-weight: 600 !important;
}

#all-application .job-label {
    font-size: 14px;
    font-weight: 400;
}

#all-application .mobile-dnone {
    display: none;
}

.border-set {
    border: solid 1px #ffffff;
    border-bottom: solid 1pxrgb(199, 196, 196);
}

.custom-table {
    width: 100%;
}

.table-responsive {
    overflow-x: auto;
}

.table-header {
    display: flex;
    justify-content: space-between;
    /* background-color: #1889D5; */
    background-color: #5596FA;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    /* padding: 11px 7px; */
}

.table-row {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

#all-application .table-row , #my-apply tbody tr:nth-child(even) , #tab-wishlist tbody tr:nth-child(even) {
    background: #F4F3F3;
}

.table-thead {
    flex: 1;
    padding: 10px;
    padding-left: 40px;
}

.table-cell {
    flex: 1;
    padding: 10px;
    padding-left: 10px;
}

.table-cell img {
    max-width: 100%;
    height: auto;
}

.guard-img {
    width: 50px;
}

.main_btn_sec button {
    width: 90%;
    font-size: 16px;
    padding: 10px;
}

#all-application .custom-table .table-responsive .mobile-detail {
    display: none;
}

#all-application .custom-table .table-responsive .mobile-pending {
    display: none;
}

#all-application .p-yellow {
    color: #ffc402 !important;
    font-weight: 500;
}

/* candidate css */
.my-jobs .tab-list .tab-item , .my-jobs .tab-dashboard .tab-item+.tab-item{
    padding: 5px 20px;
    border-radius:4px;
    border: 1px solid #1889D5;
    margin: 0 20px 0 0;
}
.my-jobs .tab-dashboard .tab-item a{
    color:#1889D5; 
    font-size:16px; 
    font-weight:400; 
}
.my-jobs .tab-dashboard .tab-item.active a{
    color:#fff;
}
.my-jobs .tab-dashboard .tab-item.active{
    background: #1889D5;
}

.my-jobs .tab-dashboard .tab-item.active img {
    filter: brightness(9);
} 

.my-jobs .tab-dashboard .tab-item:before{
   display: none;
}
/* table header */
#tab-apply .table-dashboard thead tr, #tab-wishlist .table-dashboard thead tr{
    background: #1889D5;
    color:#fff;
}

#tab-apply .table-dashboard thead tr th , #tab-wishlist .table-dashboard thead tr th{
    font-size:16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

#tab-apply .table-dashboard tbody td:first-child , #tab-apply .table-dashboard thead th:first-child ,
#tab-wishlist .table-dashboard tbody td:first-child , #tab-wishlist .table-dashboard thead th:first-child{
    padding-left: 20px;
}

#tab-apply .table-dashboard tbody td:last-child , #tab-apply .table-dashboard thead th:last-child , 
#tab-wishlist .table-dashboard tbody td:last-child , #tab-wishlist .table-dashboard thead th:last-child{
    padding-right: 20px;
}

#tab-apply .table-dashboard tbody .label b{
    font-weight:400;
    font-size: 16px;
}

#tab-apply .table-dashboard tbody .label{
   padding:0;
}

#tab-apply .table-dashboard .logo-comnpany , #tab-wishlist .table-dashboard .logo-comnpany {
    height: 50px;
    width: 50px;
}

/* setting */
#tab-change-password .form-dashboard .block-from{
    padding: 20px 20px;
}

#tab-change-password .form-dashboard .block-from label{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

#tab-change-password .form-change-password input {
    height: 44px;
}

.candidate-profile .resume #civi_drop_cv, .candidate-profile .resume .form-dashboard h6, .settings-dashboard .civi-button, #tab-change-password .form-change-password .civi-button {
    margin-bottom: 0px;
    border-radius: 4px;
}

#tab-profile .form-dashboard .col-md-6, .form-dashboard .form-group ,#tab-change-password .form-dashboard .form-group{
    margin-bottom: 20px;
}

.txt-sm-right{
    text-align:right;
}

.settings-dashboard .tab-dashboard {
    background: #ffff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    margin: 10px 0 20px 0;
}

.settings-dashboard .tab-dashboard .tab-item a {
    font-size: 24px;
    font-weight: 600;
    color: #000 !important;
}

.settings-dashboard .tab-dashboard .tab-item:before{
   display: none;
}

/* deactive ac */
#tab-profile .form-group label, .deactivate-form label {
    font-size: 16px;
    font-weight:400;
    color: #000000;
}

#tab-profile .block-from .form-group input,.tel-group .select2.select2-container .select2-selection,.deactivate-form input {
    background-color:#FAFAFA;
    font-size:14px;
    color:#000;
}

.deactivate-form input::placeholder {
    font-size: 14px;
}

#tab-profile .block-from .form-group input::placeholder,
.form-change-password .form-group input::placeholder,
.deactivate-form input::placeholder {
    color: #808080;
}

.account-delete{
    background-color:#f03333;
    padding:10px 20px;
    color:#fff !important;
    transition: all .3s;
    font-size:16px;
    width:100%;
    cursor:pointer;
}

.account-delete:hover{
    background-color:#c51e1e;
}

#tab-profile .form-dashboard h6 ,#tab-change-password .form-dashboard h6{
    font-size:24px;
    color:#000;
    font-weight:600;
    margin-bottom: 20px;
}
/* end */

/* setting popup */

 /* popup-style */
    
 .civi-form-popup .inner-popup {
    max-height: calc(100vh - 50px);
}

#form-setting-deactive .setting-popup {
    max-width: 587px;
    padding: 50px;
    border-radius:4px;
    text-align:center;
}

.civi-form-popup .button-warpper .civi-button {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-radius:4px;
}

#form-setting-deactive .inner-popup h6{
   font-size:24px;
   font-weight:600;
   color:#000;
   margin-bottom:20px;
}

#form-setting-deactive .inner-popup p{
   font-size:18px;
   color:#808080;
   margin-bottom:30px;
}

.civi-form-popup .button-warpper{
    margin-top: 0px;
    margin-bottom:20px;
    width: 80%;
    margin: auto;
}

#tab-profile .form-change-password input {
    height: 44px;
}

#form-setting-deactive .button-warpper .button-cancel{
    background-color:#808080;
    color:#fff;
}

#form-setting-deactive .button-warpper .button-block img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 1px;
}

#form-setting-deactive .button-warpper .button-success{
    background-color:#F03333;
    color:#fff;
}

.civi-fields-avatar .media-item-actions{
   z-index: 0;
}

/* medai */
@media (max-width:1024px) {
    .main_btn_sec button {
        font-size: 14px;
    }

    #all-application .table .media-icon-fit img {
        width: 16px;
    }

    /* candidate setting */
    .deactivate-form input{
        color:#2B2B2B;
        font-size: 14px;
        padding: 10px 10
    }

    #tab-profile .block-from .form-group input ,#tab-change-password .block-from .form-group input {
        font-size: 14px;
        padding: 10px 10px;
    }

    #tab-profile .form-change-password .civi-toggle-password ,#tab-change-password .form-change-password .civi-toggle-password{
        bottom: 13px;
        right: 13px;
    }
}

@media (max-width:930px) {
    #all-application .pl-md {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .table-cell {
        font-size: 12px;
    }

    .table-cell img {
        max-width: 100%;
        height: auto;
    }

    /* candidant deactive ac */
    .account-delete {
        padding: 10px 7px;
    }
}

@media only screen and (max-width:576px) {

    /* companies */
    .table-dashboard tbody .action-setting {
        object-fit: none;
        border-radius: none;
    }
    /* end */

    #all-application .table-cell {
        padding: 6px;
    }

    #all-application .p-cell {
        padding-left: 50px;
    }

    #all-application .pl-md {
        padding-left: 0px;
    }

    #all-application .mobile-display.pl-md img {
        margin-left: 0px !important;
    }

    #all-application .mobile-dnone {
        display: block;
    }

    #all-application .pw-100 {
        width: 100px;
        margin-bottom: 0px;
    }

    #all-application .custom-table .table-responsive .mobile-detail {
        display: block;
    }

    #all-application .custom-table .table-responsive .table-header {
        display: none !important;
    }

    #all-application .custom-table .table-responsive .table-row {
        display: grid !important;
        grid-template-columns: 100%;
        margin: 10px 0;
    }

    .main_btn_sec button {
        font-size: 14px;
    }

    .main_btn_sec button {
        font-size: 11px;
        font-weight: 500;
    }

    .table-responsive .detail-width {
        display: inline-block !important;
        width: 100px;
    }

    #all-application .custom-table .table-responsive .custom-status-style {
        display: grid;
        gap: 5px;
    }

    #all-application .mobile-display {
        display: flex;
    }

    .border-set {
        border: none;
        border-bottom: none;
    }

    /* post-job */
    .step .form-navigation{
            display: flex;
            justify-content: space-around;
    }
    .form-navigation button{
        font-size: 12px
    }
    .post-job-button{
        display:flex;
        gap:10px
    }
    .checkboxWrapper .checkmark {
        font-size: 13px;
        padding: 12px;
    }

    #jobs-submit-company .txt-mb-center{
        height:auto;
        justify-content: center;
    }

    .progress-bar {
        width: 100%;
    }
    .progress-bar-wrapper{
        padding: 15px 0px;
    }

    /* company & candidate setting */

    .txt-sm-right{
        text-align:center;
    }

    form.block-from.deactivate-form {
        border-bottom: 0;
    }

    .account-delete {
        margin-top:15px;
    }

    /* company & candidate popup */
    .civi-form-popup .inner-popup {
        top: 30%;
    }

    #form-setting-deactive .setting-popup{
        padding: 26px 15px;
        max-width: 365px;
    }

    .civi-form-popup .button-warpper .civi-button{
        padding-left: 4px;
        padding-right: 4px;
    }

    .civi-form-popup .button-warpper {
        width: 100%;
    }

    #form-setting-deactive .button-warpper .button-block img {
        width: 23px;
        height: 23px;
    }

    #form-setting-deactive .button-warpper .button-success{
        margin-left: 10px;
    }


}