<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol,
li,
dl,
dt,
dd,
caption,
th,
td,
form,
fieldset,
legend,
input,
textarea,
blockquote,
pre,
code,
abbr {
  margin:0;
  padding:0
}
body {
  word-break: break-all;
  word-wrap: break-word;
  background: white;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border:0
}
address,
caption,
em,
cite,
code{
  font-style: normal;
  font-weight: normal;
}
button {
  border-radius: 0;
  border-radius: 0;
  &amp;:focus {
    outline: none;
  }
}
input[type=submit] {
  border-radius: 0;
  border-radius: 0;
}
input[type=text] {
  border-radius: 0;

  &amp;:focus {
    border-color: $gamerch_blue !important;
    outline: none;
  }
}
input[type=number] {
  border-radius: 0;

  &amp;:focus {
    border-color: $gamerch_blue !important;
    outline: none;
  }
}
input[type=password] {
  border-radius: 0;

  &amp;:focus {
    border-color: $gamerch_blue !important;
    outline: none;
  }
}
textarea {
    border-radius: 0;

    &amp;:focus {
      border-color: $gamerch_blue !important;
      outline: none;
    }
}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=submit]
button,
textarea {
  -webkit-appearance: none;
}

li {
    list-style: none;
}</pre></body></html>