/*
Theme Name: Noo JobMonster Child
Theme URI: https://nootheme.com/
Template: noo-jobmonster
Author: NooTheme
Author URI: https://nootheme.com/
Description: JobMonster is the functional Job Board WordPress Theme with gorgeous layout and exclusive job board system to connect candidates and employers fluidly.
Tags: two-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,sticky-post,theme-options,translation-ready
Version: 4.7.6.1744382606
Updated: 2025-04-11 14:43:26

*/

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before{

    display:none !important;

}

.fa-toggle-on {
  
    color: green;
}

.fa-toggle-off {
    --fa: "\f205";
    color: red;
}

.werk-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.werk-salary, .werk-location, .werk-job-type {
    /* display: inline-block; */
    /* margin-right: 15px; */
}

.werk-job-loop-grid-item p {
	margin-top: 0;
}

.e-loop-item.hentry{
	background: transparent !important;
}

.navbar {
 padding: 10px 15px;
}

/* CV Archive */
ul.noo-resume-list li .item-author {
    font-size: 20px;
}

.blurred-text {
    color: transparent;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
    user-select: none;
}

.blurred-field {
    font-style: italic;
    opacity: 0.8;
}

ul.noo-resume-list li {
    padding: 24px;
}

.werk-cv-loop-item .public-resume-fields li {
    padding: 0;
}

ul.public-resume-fields {
    padding-left: 0;
}

.werk-cv-loop-item a.resume-category {
    background: #d9edf7;
    border-radius: 15px;
    color: #31708f;
    padding: 0 10px;
}

ul.noo-resume-list li:nth-child(odd)  {
    background: #fff !important;
}

ul.noo-resume-list li:hover {
    cursor: pointer;
    color: #44494b !important;
    background: #f6f6f6 !important;
}

ul.noo-resume-list li:nth-child(odd):hover  {
    background: #f6f6f6 !important;
}


ul.noo-resume-list li:hover a {
    color: #44494b !important;
}

.werk-cv-loop-item {
    border: 1px solid #e6e6e6;
}

.werk-cv-loop-item:not(:last-child) {
    margin-bottom: 15px;
}

ul.noo-resume-list li .show-view-more {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

ul.noo-resume-list li .time-post {
    position: relative;
    width: fit-content;
    font-size: 12px;
    background: #fcf8e3;
    border-radius: 15px;
    padding: 0 10px;
    color: #8a6d3b;
}

/* Job Loop Item */
.werk-location{
    font-size: 14px;
    line-height: 1.4em;
}
.werk-job-meta {
    font-size: 14px;
    line-height: 1.4em;
    display: inline-flex;
}

.werk-icon {
    width: 14px;
}


.werk-salary,
.werk-job-categories a {
    font-size: 14px;
    line-height: 1.5em;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #f6f6f6;
    margin-right: 5px;
    margin-bottom: 5px;
}

.werk-meta-item .werk-job-type {
     font-size: 14px;
    line-height: 1.5em;
    padding: 4px 10px;
    border-radius: 50px;
    background-color: rgba(70, 191, 255, 0.25);
   
}

/* === CV PAYMENT SYSTEM STYLES === */

/* Resume Locked Styles */
.resume-locked .blurred-text {
    filter: blur(4px);
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 3px;
    color: transparent;
}

.locked-field {
    opacity: 0.6;
}

.candidate-profile-locked {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 30px;
}

.candidate-profile-locked h2 {
    margin: 15px 0 10px;
    color: #333;
}

.locked-notice {
    color: #6c757d;
    font-style: italic;
    margin: 0;
}

.resume-preview {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.preview-content {
    padding: 20px;
    background: white;
    border-radius: 6px;
    border: 2px dashed #dee2e6;
}

.preview-text {
    color: #6c757d;
    font-style: italic;
    margin: 0;
    text-align: center;
}

/* Payment Section */
.cv-payment-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
    text-align: center;
}

.payment-info h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 28px;
}

.payment-info p {
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.payment-info ul {
    text-align: left;
    max-width: 400px;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
}

.payment-info li {
    padding: 5px 0;
    font-size: 16px;
}

#purchase-cv-access {
    background: #28a745;
    border-color: #28a745;
    color: white;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 8px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

#purchase-cv-access:hover {
    background: #218838;
    border-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

/* Modal Styles */
.cv-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.cv-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

.cv-modal-content {
    position: relative;
    background: white;
    max-width: 500px;
    margin: 5% auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.cv-modal-header {
    padding: 25px 30px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.cv-modal-header h3 {
    margin: 0;
    color: #333;
    font-size: 24px;
}

.cv-modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    transition: color 0.2s ease;
    font-size: 20px !important;
    padding: 0 !important;
}

.cv-modal-close:hover {
    color: #333;
}

.cv-modal-body {
    padding: 25px 30px;
}

.cv-candidate-info h4 {
    margin: 0 0 10px;
    color: #2c5aa0;
    font-size: 20px;
}

.cv-candidate-info p {
    margin: 0 0 20px;
    color: #666;
    font-size: 16px;
}

.price-display {
    text-align: center;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.price-amount {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #2c5aa0;
}

.price-label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.benefits-list ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.benefits-list li {
    padding: 5px 0;
    font-size: 14px;
    color: #555;
}

.permanent-access {
    background: #e8f5e8;
    padding: 12px;
    border-radius: 6px;
    margin: 15px 0 0;
    font-size: 14px;
    color: #2d5a2d;
}

.cv-modal-footer {
    padding: 20px 30px 30px;
    text-align: right;
}

.cv-modal-footer .button {
    margin-left: 10px;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
}

.cv-modal-footer .button-primary {
    background: #2c5aa0;
    border-color: #2c5aa0;
    color: #fff;
}

.cv-modal-footer .button-primary:hover {
    background: #1e3f73;
    border-color: #1e3f73;
}

/* Body lock when modal is open */
body.modal-open {
    overflow: hidden;
}

/* Application Table CV Payment Styles */
.cv-locked-contact {
    color: #6c757d;
    font-style: italic;
}

.cv-payment-hint {
    color: #999;
    font-size: 11px;
}

.cv-payment-btn {
    background: #007cba;
    border-color: #007cba;
    color: white;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cv-payment-btn:hover {
    background: #005a87;
    border-color: #005a87;
    transform: translateY(-1px);
}

.cv-locked-attachments {
    color: #6c757d;
    font-style: italic;
    font-size: 12px;
}

.action-locked {
    cursor: not-allowed;
}

.action-locked i {
    opacity: 0.3 !important;
}

/* Locked button styles */
.cv-locked-btn {
    background: none;
    border: none;
    color: #6c757d;
    font-style: italic;
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-size: inherit;
    text-align: left;
}

.cv-locked-btn:hover {
    background: #f8f9fa;
    color: #007cba;
    transform: translateY(-1px);
}

.cv-payment-trigger {
    cursor: pointer;
}

/* Table specific styles */
.noo-datatable .cv-payment-btn {
    margin: 2px 0;
}

.noo-datatable .cv-locked-contact,
.noo-datatable .cv-locked-attachments {
    display: block;
    margin: 2px 0;
}

.noo-datatable .cv-locked-btn {
    margin: 1px 0;
    display: inline-block;
}

/* Resume List Locked CV Styles */
.cv-locked {
    position: relative;
    opacity: 0.8;
}

.cv-locked::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed #007cba;
    border-radius: 8px;
    pointer-events: none;
    z-index: 0;
}

.cv-locked-avatar {
    position: relative;
    display: inline-block;
}

.cv-locked-avatar .lock-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 124, 186, 0.9);
    color: white;
    padding: 8px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.cv-locked-title {
    color: #007cba;
    font-weight: 600;
    cursor: pointer;
}

.cv-locked-title:hover {
    color: #005a87;
    text-decoration: underline;
}

.cv-locked .resume-details-link {
    z-index: 2;
}

.cv-locked:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.2);
    transition: all 0.3s ease;
}

.cv-locked .show-view-more .cv-payment-trigger {
    background: #007cba;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cv-locked .show-view-more .cv-payment-trigger:hover {
    background: #005a87;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 124, 186, 0.3);
}

/* CV In Cart Button Styles */
.cv-in-cart-btn {
    background: #6c757d !important;
    border-color: #6c757d !important;
    color: white !important;
    cursor: not-allowed !important;
    opacity: 0.8;
}

.cv-in-cart-btn:hover {
    background: #6c757d !important;
    border-color: #6c757d !important;
    transform: none !important;
    box-shadow: none !important;
}

.cv-locked .show-view-more .cv-in-cart-btn {
    background: #6c757d !important;
    border-color: #6c757d !important;
    color: white !important;
}

.cv-locked .show-view-more .cv-in-cart-btn:hover {
    background: #6c757d !important;
    border-color: #6c757d !important;
    transform: none !important;
    box-shadow: none !important;
}

/* CV Access Granted Styles */
.cv-access-granted {
    text-align: center;
}

.cv-access-granted .button {
    background: #28a745 !important;
    border-color: #28a745 !important;
    color: white !important;
    pointer-events: none;
}

.cv-access-granted p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

/* Payment Required Highlight */
.payment-required-highlight {
    animation: paymentHighlight 2s ease-in-out;
    border: 3px solid #ffc107 !important;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.5) !important;
}

@keyframes paymentHighlight {
    0% {
        box-shadow: 0 0 0 rgba(255, 193, 7, 0.5);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 193, 7, 0.8);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
    }
}

.cv-payment-notification {
    animation: slideInFromTop 0.5s ease-out;
}

@keyframes slideInFromTop {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .cv-modal-content {
        margin: 10px;
        max-width: none;
    }
    
    .cv-modal-header,
    .cv-modal-body,
    .cv-modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .price-amount {
        font-size: 28px;
    }
    
    .cv-payment-section {
        padding: 30px 20px;
    }
    
    .payment-info h3 {
        font-size: 24px;
    }
    
    .payment-info p {
        font-size: 16px;
    }
    
    .cv-payment-btn {
        font-size: 11px;
        padding: 4px 8px;
    }
    
    .cv-locked-avatar .lock-overlay {
        font-size: 14px;
        padding: 6px;
    }
    
    .cv-locked .show-view-more .cv-payment-trigger {
        font-size: 12px;
        padding: 6px 12px;
    }
}
