/*
 Theme Name:   Superio Child
 Theme URI:    https://themeforest.net/item/superio-job-board-wordpress-theme/32180231
 Description:  Superio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     superio
 Version:      1.0.0
 Text Domain:  superio-child
*/

/* Hide unnecessary fields on My Resume page */
.page-template-page-dashboard .cmb2-id--candidate-education,
.page-template-page-dashboard .cmb2-id--candidate-experience,
.page-template-page-dashboard .cmb2-id--candidate-portfolio-photos,
.page-template-page-dashboard .cmb2-id--candidate-award,
.page-template-page-dashboard .cmb2-id-custom-heading-35798140,
.page-template-page-dashboard .cmb2-id-custom-heading-37848808,
.page-template-page-dashboard .cmb2-id-custom-heading-36570816,
.page-template-page-dashboard .cmb2-id-custom-heading-38989207,
/* Hide the container white boxes */
#heading-custom-heading-35798140,
#heading-custom-heading-37848808,
#heading-custom-heading-36570816,
#heading-custom-heading-38989207,
.before-group-row-1,
.before-group-row-2,
.before-group-row-3,
.before-group-row-4 {
    display: none !important;
}

/* Application Status Labels */
.application-status-label {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.application-status-label.pending {
    background-color: #fff3cd;
    color: #856404;
}

.application-status-label.approved {
    background-color: #d4edda;
    color: #155724;
}

.application-status-label.rejected {
    background-color: #f8d7da;
    color: #721c24;
}

.application-status-label.reviewed {
    background-color: #cce5ff;
    color: #004085;
}

.application-status-label.interview {
    background-color: #e2e3e5;
    color: #383d41;
}