/* ==========================================
   JOB FORM DESIGN
========================================== */


.footer-bottom{
   background:#F8FBFF;
   border-top:2px solid #E3ECFA;
}

.footer-bottom a{
    color:#163B73;
}

.footer-bottom a:hover{
    color:#F5A623;
}

form#submit-job-form fieldset.fieldset-logged_in {
    display: none;
}

form#submit-job-form {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

#submit-job-form{
    max-width: 950px;
    margin: 40px auto;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 1em 1em;
    font-size: 14px;
}

/* ==========================================
   HEADINGS
========================================== */

#submit-job-form h2{
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0 25px;
    color: #111827;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 14px;
}

/* ==========================================
   FIELDSET
========================================== */

#submit-job-form fieldset{
    border: none;
    margin-bottom: 28px;
    padding: 0;
}

/* ==========================================
   LABELS
========================================== */

#submit-job-form label{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

#submit-job-form label small{
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
}

/* ==========================================
   INPUTS
========================================== */

#submit-job-form input[type="text"],
#submit-job-form input[type="email"],
#submit-job-form input[type="url"],
#submit-job-form input[type="file"],
#submit-job-form textarea,
#submit-job-form select{
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    color: #111827;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* ==========================================
   FOCUS
========================================== */

#submit-job-form input:focus,
#submit-job-form textarea:focus,
#submit-job-form select:focus{
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.12);
    outline: none;
}

/* ==========================================
   TEXTAREA
========================================== */

#submit-job-form textarea{
    min-height: 180px;
    resize: vertical;
}

/* ==========================================
   DESCRIPTION TEXT
========================================== */

#submit-job-form small.description{
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

/* ==========================================
   CHECKBOX
========================================== */

#submit-job-form .fieldset-type-checkbox .field{
    display: flex;
    align-items: center;
    gap: 10px;
}

#submit-job-form input[type="checkbox"]{
    width: 20px;
    height: 20px;
    accent-color: #2563eb;
}

/* ==========================================
   SELECT2
========================================== */

#submit-job-form .select2-container{
    width: 100% !important;
}

#submit-job-form .select2-selection--multiple{
    min-height: 52px !important;
    border-radius: 12px !important;
    border: 1px solid #d1d5db !important;
    padding: 8px !important;
}

#submit-job-form .select2-selection__choice{
    background: #2563eb !important;
    border: none !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
}

/* ==========================================
   ACCOUNT BOX
========================================== */

#submit-job-form .account-sign-in{
    background: #f3f4f6;
    padding: 18px 20px;
    border-radius: 14px;
    border-left: 4px solid #2563eb;
    line-height: 1.6;
}

/* ==========================================
   BUTTONS
========================================== */

#submit-job-form .button,
#submit-job-form input[type="submit"]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border: none;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

#submit-job-form .button:hover,
#submit-job-form input[type="submit"]:hover{
    background: #1d4ed8;
    transform: translateY(-2px);
}

#submit-job-form .secondary{
    background: #111827;
}

#submit-job-form .secondary:hover{
    background: #000;
}

/* ==========================================
   BUTTON AREA
========================================== */

#submit-job-form p{
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

/* ==========================================
   FILE INPUT
========================================== */

#submit-job-form input[type="file"]{
    padding: 12px;
    background: #f9fafb;
}

/* ==========================================
   EDITOR
========================================== */

#submit-job-form .wp-editor-wrap{
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d1d5db;
}

#submit-job-form .mce-top-part{
    background: #f9fafb;
}

/* ==========================================
   SPINNER
========================================== */

#submit-job-form .spinner{
    margin-left: 10px;
}

div#job-manager-job-dashboard {
    background: #fff;
    border-radius: 4px 4px 0 0;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 1em 1em;
    font-size: 14px;
}

#job-manager-job-dashboard .jm-dashboard__intro{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}


#job-manager-job-dashboard .jm-dashboard__filters{
    flex: 1;
    min-width: 240px;
}

#job-manager-job-dashboard .jm-form{
    width: 100%;
}

#job-manager-job-dashboard .jm-dashboard__actions {
    position: relative;
    top: -15px;
}

#job-manager-job-dashboard input[type="search"]{
    width: 100%;
    height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 14px;
    background: #ffffff;
    color: #111827;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

#job-manager-job-dashboard input[type="search"]:focus{
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37,99,235,0.10);
}


/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:768px){


    #submit-job-form{
        padding: 24px;
        margin: 20px;
        border-radius: 16px;
    }

    #submit-job-form h2{
        font-size: 24px;
    }

    #submit-job-form input[type="text"],
    #submit-job-form input[type="email"],
    #submit-job-form input[type="url"],
    #submit-job-form textarea,
    #submit-job-form select{
        min-height: 48px;
        font-size: 14px;
    }

    #submit-job-form p{
        flex-direction: column;
        align-items: stretch;
    }

    #submit-job-form .button,
    #submit-job-form input[type="submit"]{
        width: 100%;
    }
}

@media(max-width:480px){


    #submit-job-form{
        padding: 18px;
    }

    #submit-job-form h2{
        font-size: 22px;
    }

    #submit-job-form label{
        font-size: 14px;
    }
}





