/*
Theme Name: Dolphin Careers
Theme URI: https://dolphinlogs.com/
Author: DOLPHIN LOGISTICS
Author URI: https://dolphinlogs.com/
Description: Chuyen trang tuyen dung Dolphin Logistics - Dolphin Manpower Supply. Cung cap he thong tim kiem, loc viec lam, nop ho so ung tuyen online.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: dolphin
Domain Path: /languages
*/

/* WordPress Custom Enhancements */

/* Application Form Enhancements */
#appform {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-top: 4px solid #0b5cab;
}

#appform h1 {
    font-size: 20px;
    font-weight: 700;
    color: #0b5cab;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#appform .form-group {
    margin-bottom: 18px;
}

#appform label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
}

#appform label .red {
    color: #e74c3c;
}

#appform input[type="text"],
#appform input[type="email"],
#appform input[type="tel"],
#appform input[type="date"],
#appform select,
#appform textarea {
    width: 100%;
    border: 1px solid #dbe2ea;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

#appform input:focus,
#appform select:focus,
#appform textarea:focus {
    border-color: #0b5cab;
}

.upload-cv-box {
    border: 2px dashed #0b5cab;
    background: #f0f7ff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s;
}

.upload-cv-box:hover {
    background: #e4f0fc;
}

.upload-cv-box input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.apply-alert {
    padding: 12px 18px;
    border-radius: 6px;
    margin-bottom: 18px;
    display: none;
}

.apply-alert.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.apply-alert.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Pagination for WordPress archive */
.wp-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
}

.wp-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #dce4ed;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    background: #fff;
    transition: all 0.2s;
}

.wp-pagination .page-numbers.current,
.wp-pagination .page-numbers:hover {
    background: #0b5cab;
    color: #fff;
    border-color: #0b5cab;
}
