.login-input:focus,
.home-search:focus {
    outline: none;
}

.hover-shadow:active {
    box-shadow: 0px 0px 0px rgb(175, 175, 175), inset 0px 0px 5px black;
    transition: 0s;
}

.alert-shadow:active {
    box-shadow: 0px 0px 0px white, inset 0px 0px 5px black;
    transition: 0s;
}


.top-navigation a:active,
.settings-navigation a:active,
.settingTermsBarButton:active,
.text-editor-bar-button:active,
#ticket-image-return:active,
#ticket-image-expand:active,
#ticket-image-restore:active {
    box-shadow: 0px 0px 0px rgb(175, 175, 175), inset 0px 0px 2px black;
    transition: 0s;
}

.add-widget-card:active {
    color: rgb(175, 175, 175);
    box-shadow: 0px 0px 0px rgb(175, 175, 175), inset 0px 0px 2px black;
    transition: 0s;
}