/* CONCAT of
/2static/style/third-party-plugins/atlassian-nav-links-plugin.css
/2static/style/third-party-plugins/atlassian-nps-plugin.css
*/
/* START /2static/style/third-party-plugins/atlassian-nav-links-plugin.css */
/*
The problem here is related to our fresh AUI 5.8.13 version.
atlassian-nav-links-plugin plays well with older AUI versions where active dropdown item has an `active` class.
In the newest AUI versions they use plain css to highlight an items.
*/

#app-switcher.aui-dropdown2:hover a:not(.aui-dropdown2-disabled):hover .nav-link-edit {
    color: #fff;
}

/* END /2static/style/third-party-plugins/atlassian-nav-links-plugin.css */
/* START /2static/style/third-party-plugins/atlassian-nps-plugin.css */
/*
Override own overrides here to make BTF NPS even more beautiful.
This is not preferable way to fix visual issues, but there is no other easy way.
Ideally this code shouldn't be here because we shouldn't touch rules for .aui-* components.
*/

#adminpage #nps-survey-dialog form.aui button {
    margin-right: 0;
}

#acknowledge-nps-flag .aui-message ul {
    margin: 10px 0 0 0;
    padding: 0;
}

/* END /2static/style/third-party-plugins/atlassian-nps-plugin.css */
