*:where(:not(iframe, canvas, img, svg, video, input[type=checkbox]):not(svg *)) {
all: unset;
display: revert;
} *,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
input[type=text],
input[type=button],
input[type=submit],
button[type=button],
button[type=submit],
fieldset {
-webkit-appearance: none;
-webkit-border-radius: 0;
border: none;
background: transparent;
} ol, ul {
list-style: none;
margin: 0;
padding: 0;
} img {
max-width: 100%;
} table {
border-collapse: collapse;
} textarea {
white-space: revert;
} .otgs-development-site-front-end {
display: none;
}