#job-manager-job-dashboard table ul.job-dashboard-actions li.cts-listing-action-duplicate {
    display: none !important;
}

.dialog-type-buttons.dialog-type-lightbox .e-eicon-share-arrow {
/*     display: none !important; */
}


.codicts-dynamic-h1
{
    font-family: "Poppins", Sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    color: #242C39;
}

.iti__country-list 
{
    z-index: 999999 !important;
}

.profile-body.tab-layout-sidebar-content .row
{
    width: 100% !important;
}

.quick-listing-actions>ul
{
    flex-wrap: wrap !important;
    gap: 10px;
}
.quick-listing-actions>ul>li
{
    padding: 0 !important;
}

@media (min-width: 990px) {
    .hide-desktop {
        display: none;
    }
}
@media (max-width: 991px) {
    .hide-mobile {
        display: none;
    }
}

/* =========================================
   MASSAGE MODE - PREVIEW CARD SYSTEM
   FINAL STABLE VERSION
   ========================================= */

/* -----------------------------------------
   TITLE TYPOGRAPHY
----------------------------------------- */
.lf-item .listing-preview-title,
.lf-item .listing-preview-title a {
    color: #ffffff !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1.18em !important;
}

.lf-item .listing-preview-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-bottom: 4px !important;
    padding-right: 16px !important;
}

/* -----------------------------------------
   OVERLAY
----------------------------------------- */
.lf-item .lf-background-overlay {
    height: 52% !important;
    bottom: 0 !important;
}

/* -----------------------------------------
   TEXT STACK
----------------------------------------- */
.lf-item .lf-item-info-2 {
    bottom: 20px !important;
    padding-right: 18px !important;
}

/* -----------------------------------------
   META ROWS
----------------------------------------- */
.lf-item .lf-contact,
.lf-item .lf-contact li {
    color: #ffffff !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 10.8px !important;
    line-height: 1.12em !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lf-item .lf-contact li {
    margin-bottom: 2px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* =========================================
   DESKTOP ONLY
========================================= */
@media (min-width: 769px) {

    .lf-item-container .lf-item {
        aspect-ratio: 0.64 / 1 !important;
        min-height: 455px !important;
    }

    .lf-item .lf-background-overlay {
        height: 64% !important;
        bottom: 0 !important;
    }

    .lf-item .lf-item-info-2 {
        bottom: 34px !important;
        padding-right: 26px !important;
    }

    .lf-item .listing-preview-title {
        margin-bottom: 8px !important;
        padding-right: 26px !important;
    }

    .lf-item .lf-contact li {
        font-size: 11px !important;
        line-height: 1.18em !important;
        margin-bottom: 5px !important;
        padding-right: 26px !important;
    }
}

/* =========================================
   MOBILE ONLY
   LOCKED STABLE VERSION
========================================= */
@media (max-width: 768px) {

    .lf-item .lf-background-overlay {
        height: 46% !important;
        bottom: 0 !important;
    }

    .lf-item .lf-item-info-2 {
        bottom: 14px !important;
        padding-right: 18px !important;
    }

    .lf-item .listing-preview-title,
    .lf-item .listing-preview-title a {
        font-size: 15px !important;
        line-height: 1.15em !important;
    }

    .lf-item .lf-contact li {
        font-size: 10.5px !important;
        line-height: 1.1em !important;
        margin-bottom: 2px !important;
        padding-right: 18px !important;
    }
}