.fs-5-basic{
    color:blue;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
}

.header{display: none;}
#wpadminbar{display:none !important; }
html

 {
    margin-top: 0px !important; 
}

.custom-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 19px;
}

.custom-btn .svgIcon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    transition: transform 0.3s ease;
}

.custom-btn:hover .svgIcon {
    transform: translate(2px, -2px);
}
.gap{
    gap:20px;
}


/* resume */
.resume-parser-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 40px 0;
}
.form-container {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    max-width: 800px;
    margin: 0 auto;
}
.upload-area {
    border: 3px dashed #667eea;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    background: #f8f9ff;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 30px;
}
.upload-area:hover {
    background: #e8ebff;
    border-color: #764ba2;
}
.upload-area.dragover {
    background: #d0d5ff;
    border-color: #764ba2;
}
.upload-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 15px;
}
.file-info {
    background: #e8f5e9;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    display: none;
}
.file-info.show {
    display: block;
}
.extracted-badge {
    background: #4caf50;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 8px;
}
.spinner {
    display: none;
    margin: 20px auto;
}
.spinner.show {
    display: block;
}
.resume-parser-title {
    color: #667eea;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}
.form-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}
.form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.form-text {
    color: #6c757d;
    font-size: 14px;
    margin-top: 5px;
}
.mb-3 {
    margin-bottom: 1.5rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.btn-primary {
    background: #667eea;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
}
.btn-primary:hover {
    background: #764ba2;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}
.footer{display: none;}
.site-title{display:none;}
.footer-inner{display:none;}
.success-message {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: none;
}
.error-message {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: none;
}
@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-container {
        padding: 20px;
    }
}
/* resume end */



/* jobinmind -start */
 /* small visual tweaks for Select2 chips to match Bootstrap */
    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
        background-color: #0d6efd;
        color: #fff;
        border: none;
        border-radius: .3rem;
        padding: 4px 8px;
    }
    .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        margin-right: 6px;
    }
    /* ensure Select2 respects bootstrap form-control sizing */
    .select2-container--bootstrap-5 .select2-selection--multiple {
        min-height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        border-radius: .375rem;
    }
/* jobinmind -end */



/* min-salary */

        .compensation-container {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            max-width: 600px;
        }
        
        .compensation-type {
            background-color: #e9ecef;
            padding: 15px;
            border-radius: 6px;
            margin-bottom: 25px;
        }
        
        .form-check-input:checked {
            background-color: #4c6fff;
            border-color: #4c6fff;
        }
        
        .form-check-label {
            font-weight: 500;
            color: #212529;
        }
        
        .text-muted {
            font-size: 0.9rem;
        }
        
        .slider-container {
            margin-top: 20px;
        }
        
        .form-range {
            height: 8px;
            width: 100%;
        }
       
        .form-range::-webkit-slider-thumb {
            width: 20px;
            height: 20px;
            background-color: #4c6fff;
            border: 3px solid white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        
        .form-range::-moz-range-thumb {
            width: 20px;
            height: 20px;
            background-color: #4c6fff;
            border: 3px solid white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        
        .compensation-value {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .value-input {
            width: 120px !important;
            padding: 8px 12px;
            border: 1px solid #ced4da;
            border-radius: 4px;
            font-size: 1rem;
        }
        
        .value-unit {
            color: #6c757d;
            font-weight: 500;
        }

/* min-salary-end */

/* city_state  */
.toggle-container {
            display: flex;
            flex-direction: column;
            align-items: left;
            gap: 20px;
            max-width:280px
        }

        .toggle-button {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 16px 24px;
            background: white;
            border: none;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: box-shadow 0.3s;
        }

        .toggle-button:hover {
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
            color:#fff !important;
            background-color:#fff !important;
        }
        .toggle-container :hover{
            color:#fff !important;
            background-color:#fff !important;
        }

        .toggle-switch {
            position: relative;
            width: 56px;
            height: 28px;
            background-color: #d1d5db;
            border-radius: 14px;
            transition: background-color 0.3s;
        }

        .toggle-switch.active {
            background-color: #10b981;
        }

        .toggle-slider {
            position: absolute;
            top: 2px;
            left: 2px;
            width: 24px;
            height: 24px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .toggle-switch.active .toggle-slider {
            transform: translateX(28px);
        }

        .toggle-icon {
            width: 16px;
            height: 16px;
        }

        .toggle-label {
            font-size: 16px;
            font-weight: 500;
            color: #1f2937;
        }

        .value-display {
            font-size: 14px;
            color: #6b7280;
        }

        .value-display span {
            font-weight: 600;
            color: #1f2937;
        }
/* city_state  end*/
/* join start */

        .container008 {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            /* max-width: 400px; */
            width: 90%;
            margin: 0 auto;
            justify-content: center;
        }

        .containner008h2 {
            text-align: center;
            color: #333;
            margin-bottom: 30px;
            font-size: 24px;
        }

        .button-group {
            display: flex;
            gap: 15px;
            margin-bottom: 30px;
            justify-content: center;
        }

        .select-btn {
            padding: 15px 30px;
            font-size: 18px;
            font-weight: 600;
            border: 2px solid #667eea !important;
            background: white !important;
            color: #667eea !important;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            /* min-width: 70px; */
        }

        .select-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
        }

        .select-btn.selected {
            background: #667eea !important;
            color: white !important;
            transform: scale(1.05);
        }

        .submit-btn {
            width: 100%;
            padding: 15px;
            font-size: 16px;
            font-weight: 600;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
            color: white !important;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4) !important;
        }

        .submit-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: none;
        }

        .message {
            margin-top: 20px;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            font-weight: 500;
            display: none;
        }

        .message.success {
            background: #d4edda !important;
            color: #155724 !important;
            border: 1px solid #c3e6cb !important;
            display: block;
        }

        .message.error {
            background: #f8d7da !important;
            color: #721c24 !important;
            border: 1px solid #f5c6cb !important;
            display: block;
        }
        .select-btn.selected {
    border-color: #28a745 !important; /* Green border */
    border-width: 2px;
}
/* join ends */



/* job in mind */
.resume-parser-container {
    max-width: 100%;
    /* margin: 60px auto; */
    padding: 20px;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 12px;
    text-align: center;
}

.main-subtitle {
    font-size: 16px;
    color: #ffffffff;
    margin-bottom: 40px;
    text-align: center;
}

/* White Card Container */
.form-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 30px;
}

/* Step 1: Upload Section */
.upload-section {
    text-align: center;
}

.upload-section.hidden {
    display: none;
}

.upload-card {
    background: #f8f9fa;
    border: 2px dashed #cbd5e0;
    border-radius: 12px;
    padding: 60px 40px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-card:hover {
    border-color: #667eea;
    background: #f0f4ff;
}

.upload-icon-large {
    width: 80px;
    height: 80px;
    background: #e6f0f5;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-icon-large svg {
    width: 40px;
    height: 40px;
    color: #10b981;
}

.upload-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.upload-card p {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.skip-link {
    display: inline-block;
    color: #667eea;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.skip-link:hover {
    background: #f7fafc;
    text-decoration: underline;
}

/* Step 2: Form Section */
.form-section {
    display: none;
}

.form-section.active {
    display: block;
}

.resume-parser-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 24px;
    text-align: left;
}

.file-info {
    display: none;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #166534;
}

.file-info.show {
    display: block;
}

.spinner {
    display: none;
}

.spinner.show {
    display: block;
}

/* Navigation Buttons */
.nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.btn-back {
    background: white;
    color: #2d3748;
    border: 2px solid #e2e8f0;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.btn-back:hover {
    border-color: #cbd5e0;
    background: #f7fafc;
}

.btn-next, .btn-primary {
    background: #667eea;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-next:hover, .btn-primary:hover {
    background: #5568d3;
}

.btn-next:disabled {
    background: #cbd5e0;
    cursor: not-allowed;
}

/* Form Styles */
.form-label {
    display: block;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.mb-3 {
    margin-bottom: 20px;
}

.row {
    display: flex;
    gap: 20px;
    margin: 0 -10px;
}

.col-md-6 {
    flex: 1;
    padding: 0 10px;
}

.extracted-badge {
    display: none;
    background: #dbeafe;
    color: #1e40af;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
}

.success-message, .error-message {
    display: none;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.success-message {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #86efac;
}

.error-message {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

/* Hidden file input */
#resumeFile {
    display: none;
}