html * {
    box-shadow: none !important;
    text-shadow: none !important;
}

button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    box-shadow: none !important;
    text-shadow: none !important;
}

button:hover,
button:active,
button:focus-visible,
[role="button"]:hover,
[role="button"]:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
.drawnLightButton:hover,
.drawnLightButton:active,
.drawnWhiteButton:hover,
.drawnWhiteButton:active,
.drawnImageActionButton:hover,
.drawnImageActionButton:active,
.iconArtButton:hover,
.iconArtButton:active,
.themeImageButton:hover,
.themeImageButton:active,
.messageMenuButton:hover,
.messageMenuButton:active,
.dmMessageMenuButton:hover,
.dmMessageMenuButton:active {
    transform: none !important;
}

#authShell,
#authLoadingCard,
#profileCard,
#settingsCard,
#confirmCard,
#emojiPicker,
#mobileMenu,
.messageDropdown,
.dmMessageDropdown,
.customMediaPlayer,
.customAudioPlayer,
.homePanel,
.homeCard,
.serverCard,
.friendCard,
.requestCard {
    box-shadow: none !important;
}

html *::before,
html *::after {
    box-shadow: none !important;
    text-shadow: none !important;
}

.tab:hover .authButtonArt,
#authButton:hover .authButtonArt {
    transform: none !important;
}
