#frontend_applicants_content_profile_info_tabs_training form {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

#frontend_applicants_content_profile_info_tabs_training form #frontend_applicants_content_profile_info_tabs_training_languages_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
}
#frontend_applicants_content_profile_info_tabs_training form #frontend_applicants_content_profile_info_tabs_training_languages_list .frontend_applicants_content_profile_info_tabs_training_languages_list_item {
    padding: 0.475rem 0.875rem;
    background-color: var( --color-frontend_form_input_bgnd );
    color: var( --color-frontend_gray );
    border-radius: .475rem;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
}
#frontend_applicants_content_profile_info_tabs_training form #frontend_applicants_content_profile_info_tabs_training_languages_list .frontend_applicants_content_profile_info_tabs_training_languages_list_item.frontend_applicants_content_profile_info_tabs_training_languages_list_item_selected {
    background-color: var( --color-frontend_primary );
    color: var( --color-frontend_white );
}
#frontend_applicants_content_profile_info_tabs_training form #frontend_applicants_content_profile_info_tabs_training_result {
    width: 100%;
    min-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#frontend_applicants_content_profile_info_tabs_training form #frontend_applicants_content_profile_info_tabs_training_submit_loader {
    width: 200%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#frontend_applicants_content_profile_info_tabs_training form #frontend_applicants_content_profile_info_tabs_training_submit_loader #frontend_applicants_content_profile_info_tabs_training_submit_loader_submit {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
#frontend_applicants_content_profile_info_tabs_training form #frontend_applicants_content_profile_info_tabs_training_submit_loader #frontend_applicants_content_profile_info_tabs_training_submit_loader_loader {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
#frontend_applicants_content_profile_info_tabs_training form #frontend_applicants_content_profile_info_tabs_training_submit_loader #frontend_applicants_content_profile_info_tabs_training_submit_loader_loader .loader {
    margin: 0 auto;
    font-size: 6px;
}
