.employee_page_custom_sub_header {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.employee-page-wrapper .frais-checkbox-list label {
    min-width: max-content;
}

#employee_connexion_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#employee_connexion_form .form-group {
    width: 100%;
    position: relative;
}

.employee-page-wrapper #header_calendar {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#frais_table_container {
    margin-top: 1rem;
}

#nb_appts_unaccepted {
    color: red;
    text-shadow: none;
}

.required {
    color: red;
}

#submit_login_btn {
    display: flex;
    margin: 0;
    padding: 5px 10px;
}

#submit_login_btn .loader {
    border-top: 7px solid #963bae;
}

.ui-datepicker-trigger {
    height: 25px;
    position: absolute;
    right: 8px;
    bottom: 26px;
    cursor: pointer;
}

.employee-page-wrapper #go_to_date_btn {
    pointer-events: none;
    cursor: default;
}

@media (min-width: 782px) {
    .employee_connexion_form_container {
        margin-top: 2em !important;
    }
}

@media (max-width: 781px) {
    .employee_connexion_form_container {
        display: flex;
        justify-content: center;
    }
    
    #employee_connexion_form {
        width: 250px;
    }
}