/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,70…);
  */
  :root {
    --text_color: #737373;
    --blue : #b93544;
    --bg_light_gray:#FAFAFA;
    --white:#fff;
    --heading_color:#232323;
    --th_color:#1B394C;
    --green:#44B959;
    --red : #FD0017;
    --inprogress:#FFA412;
}
 
section.dashboard-section ~ footer .footer-width-fixer > .elementor[data-elementor-type="wp-post"] > .elementor-element:first-child {
    display: none;
}

.dashboard ul {
    list-style: none;
}
 
.dashboard .main_top_buttons a {
     color: var(--blue);
}
 
.dashboard .form_control {
    padding: 10px 15px;
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid #ddd;
}
 
.dashboard .table-search {
    padding-left: 35px;
    background: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 15px center;
}
 
.dashboard button.blue_bg , .btn.blue_bg {
    padding: 8px 20px;
    background: var(--blue);
    color: var(--white);
    border-radius: 30px;
    border: 1px solid var(--blue);
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 10px;
    width: auto;
    text-decoration: none;
}
 
.dashboard button.blue_bg img {
    max-width: 16px;
}
 
.dashboard .filter_right .form_control {
    width: auto;
}
 
.dashboard span.toggle_btn {
    padding: 15px 20px;
    background: #E4E4E4;
    display: flex;
    width: auto;
    border-radius: 15px;
    max-width: 60px;
    position: relative;
    cursor: pointer;
}
 
.dashboard span.toggle_btn::before {
    content: "";
    width: 18px;
    height: 18px;
    background: var(--white);
    border-radius: 50%;
    aspect-ratio: 1;
    position: absolute;
    left: 8px;
    top: 6px;
}
 
.dashboard th {
    background: var(--bg_light_gray);
    padding: 15px 15px;
    text-align: left;
    font-weight: normal;
 
}
 
.dashboard th span {
    padding-right: 22px;
    background: url(../images/tab_sort.png);
    background-size: 8px;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
 
.dashboard th:first-child {
    border-top-left-radius: 10px;
    border-left: 1px solid var(--bg_light_gray);
}
 
.dashboard th:last-child {
    border-top-right-radius: 10px;
}
 
.dashboard table {
    display: table;
    border-collapse: collapse;
}
 
.dashboard td img {
    max-width: 12px;
}
 
.dashboard td {
    padding: 12px 15px;
}
 
.dashboard th , td {
    font-size: 14px;
}
 
.dashboard td {
    border-bottom: 1px solid #ddd;
    min-width: 130px;
}
 
.dashboard td:first-child {
    border-left: 1px solid #ddd;
}
 
.dashboard td:last-child {
    border-right: 1px solid #ddd;
}
 
.dashboard th:last-child {
    border-right: 1px solid var(--bg_light_gray);
}
 
.dashboard td:first-child span {
    display: flex;
    gap: 12px;
}
 
.dashboard .tb_dom_link {
    max-width: 14px;
}
 
.dashboard span.staus {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    min-width: 120px;
    color: var(--green);
}
 
.dashboard span.staus::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--green);
    position: relative;
    display: block;
    border-radius: 8px;
}
 
.dashboard span.staus.status_2::before {
    background-color: var(--red);
}
 
.dashboard span.staus.status_3::before {
    background-color: var(--inprogress);
}
 
.dashboard span.staus.status_2 {
    color: var(--red);
}
 
.dashboard span.staus.status_3 {
    color: var(--inprogress);
}
 
/*******************/
section.dashboard-section {
    padding: 70px 20px;
    background: #f5f5f5;
}

.dashboard {
    display: flex;
    background: transparent;
    max-width: 1200px;
    margin:0 auto;
    gap: 35px;
    align-items: flex-start;
}
 
.dashboard aside {
    display: flex;
    gap: 30px;
    flex-direction: column;
    width: 100%;
    max-width: 250px;
    padding: 20px;
    background: #666;
    border-radius: 20px;
}
 
.dashboard aside .logout {
    margin-top: auto;
}
 
.dashboard aside nav {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
 
.dashboard aside ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}
 
.dashboard span.icon {
    background: var(--white);
}
 
.dashboard aside ul li.act a span.icon {
    background: var(--blue);
}
 
.dashboard aside ul li.act a span.icon img {
    filter: brightness(0) invert(1);
}
 
.dashboard aside ul li.act a {
    border: none;
    border-radius: 10px;
    background: #ba3545;
}
 
.dashboard aside ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    list-style:none;
    padding: 0px;
}
 
.dashboard span.icon , .header_icons_cont li:not(.profile)  {
    border-radius: 5px;
}
 
.dashboard aside span.icon {
    border-radius: 10px;
    width: auto;
    display: flex;
    padding-inline: 0;
    aspect-ratio: 1;
    height: 36px;
    align-items: center;
    justify-content: center;
}
 
.dashboard aside span.icon img {
    max-height: 16px;
    min-height: 16px;
    width: auto;
}
 
.dashboard .brand_top {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
 
.dashboard .brand_top a {
    max-width: 180px;
    display: flex;
}
 
.dashboard .brand_top > img {
    max-width: 16px;
}
 
.dashboard .main_content_section {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
 
.dashboard .main_top {
    display: flex;
    align-items: center;
}
 
.dashboard .main_top_left {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
 
.dashboard .main_top_left h5 {
    font-weight: normal;
}
 
.dashboard .main_top_left span {
    font-style: italic;
    font-size: 12px;
    color: var(--text_color);
}
 
.dashboard .main_top_buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
 
.dashboard .main_top_buttons a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 8px 15px;
    gap: 10px;
    width: auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.15);
    border-radius: 8px;
    font-size: 14px;
}
 
.dashboard .main_top_buttons a:nth-last-child(2) , .main_top_buttons a:last-child {
    color: var(--text_color);
    white-space: nowrap;
}
 
.dashboard .main_top_buttons a img {
    max-width: 16px;
    width: 100%;
}
 
.dashboard .main_cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
 
.dashboard .main_cards .card_cus {
    padding: 20px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,.07);
    display: flex;
    width: calc(100% / 4 - 15px);
    position: relative;
    gap: 12px;
}
 
.dashboard .main_cards .card_cus .card_l {
    max-width: 32px;
    display: flex;
    align-items: flex-start;
}
 
.dashboard .card_r span.sq_icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
 
.dashboard span.sq_icon {
    display: flex;
    padding: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.37);
    border-radius: 8px;
    max-width: 32px;
}
 
.dashboard span.sq_icon img {
    max-width: 16px;
    aspect-ratio: 1;
    object-fit: contain;
}
 
.dashboard .card_r {
    padding-top: 8px;
}
 
.dashboard .card_r p {
    font-size: 12px;
    color: var(--text_color);
}
 
.dashboard .tab_box_outershade {
    padding: 15px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,.07);
    border-radius: 10px;
    background: var(--white);
    display: flex;
    gap: 20px;
    flex-direction: column;
}
 
.dashboard .table_top {
    display: flex;
    align-items: center;
}
 
.dashboard .table_top h4 {
    display: flex;
    align-items: center;
    gap: 12px;
}
 
.dashboard .filter_right {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
 
.dashboard .bottom_invoice {
    display: flex;
    gap: 20px;
}
 
.dashboard .bottom_invoice .tab_box_outershade {
    width: 100%;
}
 
.dashboard .empty_ticket img {
    max-width: 100px;
}
 
.dashboard .empty_ticket {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
    justify-content: center;
}

.dashboard main {
    width: 100%;
}
.dashboard main .main_top h4 , .dashboard .main_top_left.with_button h4 {
    font-size: 24px;
    font-weight: 600;
    color: #b93544;
    font-family: 'Poppins';
}
.dashboard main .main_top , .dashboard .main_top_left.with_button {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.dashboard .main_content_section {
    gap: 20px;
}
.profile-completion form {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.profile-completion .form_group {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.profile-completion .form_group .form_control {
    background: #fff !important;
    border: 1px solid #ddd !important;
    font-family: 'Poppins';
}
.profile-completion .form_group label {
    font-size: 14px;
    line-height: 1;
}

.dashboard main .main_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard main .main_top a#open-job-popup {
    padding: 7px 15px;
    background: #666;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-family: 'Poppins';
}
.dashboard main .main_top a#open-job-popup img {
    max-width: 14px;
}

/****************************popup css****************************/
div.job-popup:not(.act) {
    display: none;
}
div.job-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: 999;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
div.job-popup .job-popup-content {
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 540px;
}
div.job-popup .job-popup-content form select , div.job-popup .job-popup-content form input , div.job-popup .job-popup-content form textarea {
    padding: 10px 15px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    color: #666 !important;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins';
    outline:none !important;
}
div.job-popup .job-popup-content form {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
aside > .logout {
    display: none;
}
/******************jobs css**************/
.company-job-list table th {
    background: #636262;
    color: #fff;
    font-family: 'Poppins';
}
.dashboard table {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.dashboard * {
    box-sizing: border-box;
}
.company-job-list table th , .company-job-list table td {
    font-size:13px !important;
}
.company-job-list table tbody tr:nth-child(even) td {
    background:#ba35450f;
}
/*********************delete popup css**************/
div.confirm-popup:not(.act) {
    display: none;
}
div.confirm-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: 999;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
div.confirm-popup .confirm-box{
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 440px;
}
.dashboard td:last-child a {
    color: #222;
    text-decoration: none;
}
.confirm-popup .confirm-box h3 {
    font-size: 24px;
}
div.confirm-popup .confirm-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.confirm-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}
.confirm-buttons button:first-child {
    background: #222;
    border-color: #222;
}
.confirm-buttons button {
    font-size: 14px;
    width: auto;
}

/****************************wordpress editor css******************/
.wp-editor-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.wp-editor-wrap div.wp-editor-tools button {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1 !important;
    margin: 0px;
}
.wp-editor-wrap div.wp-editor-tools button {
    border: none;
}
.wp-editor-wrap div.wp-editor-tools button:not(:last-child) {
    background: #636363;
    color: #fff;
    margin-right: 10px;
}
.wp-editor-wrap div.wp-editor-container .mce-top-part .mce-widget button {
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.wp-editor-wrap div.wp-editor-container .mce-top-part .mce-widget button i {
    font-size: 16px;
    width: 16px;
    height: 16px;
}
/********************packages css************************/
.packages {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}
.package_card {
    width: calc(100% / 3 - 20px);
    padding: 30px;
    padding-top: 110px;
    background: #dfdfdf;
    border-radius: 20px;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.package_card.current {
    pointer-events: none;
    opacity: 0.75;
    background: #BA3545;
}
.package_card.current h2 {
    color: #fff;
}
.package_card.current .plan_feature {
    color: #fff;
}
.package_card h2 {
    font-size: 27px;
    text-align: center;
}
.package_card form {
    margin-top: auto !important;
}
p.price_cus {
    width: 80px;
    position: absolute;
    top: 20px;
    background: #ba3545;
    color: #fff;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px 2px #00000014;
}
.plan_feature {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.5;
}
.package_card button {
    border-radius: 35px !important;
    padding: 12px 40px;
    background: #fff;
    color: #ba3545;
    cursor: pointer;
}

/**********Package selections css  **********/

div.package-selected:not(.act) {
    display: none;
}
div.package-selected{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: 999;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

div.package-selected .notify-box{
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 440px;
}

.dash_grid {
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.dash_box {
    border-radius: 20px;
    border: 1px solid #FFF3F5;
    box-shadow: 0px 4px 6px -1px #0000001A;
    border: none;
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    align-items: flex-start;
    background: var(--white);
}
.dash_box:hover {
    box-shadow: 0px 2px 4px -2px #0000001A;
}
.dash_box span.icon {
    padding: 15px 20px;
    background-color: var(--e-global-color-secondary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}
.dash_box .icon img {
    max-width: 30px;
    display: block;
    filter: brightness(0) invert(1);
}
.view_btn {
    border: 1px solid var(--e-global-color-primary);
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    padding: 8px 23px;
    font-size: 14px;
    margin-right: 0;
    margin-left: auto;
    color: var(--e-global-color-primary);
    font-weight: 600;
    margin-top: auto;
}
.view_btn:hover {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color: var(--e-global-color-69b078f);
}
.dash_box ul {
    list-style: disc;
}