/* Global sharp corners override */
/* Keeps intentionally circular UI (badges/icons) untouched where explicitly set to 50% */

/* Common container-like elements */
div,
section,
article,
aside,
header,
footer,
main,
nav,
form,
fieldset,
legend,
figure,
figcaption
{
	border-radius: 0 !important;
}

/* Buttons + form controls */
button,
.btn,
.red_button,
input,
select,
textarea,
.form-control
{
	border-radius: 0 !important;
}

/* Bootstrap-ish / component wrappers */
.modal-content,
.dropdown-menu,
.card,
.card-header,
.card-body,
.card-footer,
.alert
{
	border-radius: 0 !important;
}
