#candidate_gender, #recruitment_gender, #update_candidate_gender {
    display: flex;
    align-items: center;
}

#candidate_gender, #recruitment_gender, #update_candidate_gender label {
    margin-bottom: -4px;
    margin-right: 5px;
}

#form-contact {
    min-height: 800px;
    margin-top: 30px;
}

#_fieldset_contact {
    margin: 5px;
}

.required:after {
    content: " * ";
    color: red;
}

.btn-forgot-password {
    background-color: #9963A3;
    border-color: #0000 !important;
}

form .controls ul {
    margin: 0;
    padding: 2px;
    list-style-type: none;
    font-weight: 500;
    color: red;

}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #106d10;
    font-weight: 400;
}


.errors-list {
    color: red;
    font-weight: 500;
}
.errors-list ul {
    margin-bottom: 15px;
    padding: 15px;
    list-style-type: none;
    font-weight: 500;
    color: red;
    border :1px dashed red;
}

.control-group {
    margin-bottom: 1rem;
}

.control-label {
    margin-bottom: 0.5rem;
}

form .controls ul {
    margin: 0;
    padding: 2px;
    list-style-type: none;
    font-weight: 500;
    color: red;

}


/* Hover effect for cards */
.hover-animate:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Button hover effect */
.hover-transform:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Smooth transitions for all elements */
.transition-all {
    transition: all 0.3s ease;
}

/* Light shadow for a clean and modern look */
.shadow-sm {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}