*,
*:after,
*:before {
  box-sizing: border-box;
  /* outline: 2px solid lime !important; */
}

* {
  -webkit-tap-highlight-color: transparent;
}

:root {
  color-scheme: only light;
}

html,
body {
  position: relative;
}

body {
  margin: 0;
  padding: 0;

  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;

  min-height: 100vh;
  min-height: 100svh;

  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}


a {
  text-decoration: none;
  color: black;
}


dl,
dd,
p {
  margin: 0;
}

input,
button {
  border: none;
}

button {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

ul,
ol,
menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

button,
input,
textarea {
  outline: none;
  font-family: inherit;
}

input,
textarea {
  font-size: 16px;
}

textarea {
  display: block;
}

address {
  font-style: normal;
}

.hide {
  display: none !important;
}

:disabled,
.disabled {
  pointer-events: none !important;
  opacity: .5 !important;
  filter: grayscale(100) !important;
}

.main-padding {
  padding-inline: 10px;
}


