/** []  Version: 1.0.0 - 2025-05-20 17:42:30  **/ 
 html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
select,
input,
textarea,
img {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

img,
button {
  border: none;
}

button {
  cursor: pointer;
}

th {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

select,
input {
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
  text-indent: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}
 