* {
  box-sizing: border-box;
}

body {
  overflow: hidden;
  font-family: sans-serif;
}

html,
#root {
  height: 100%;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  font-family: 'Roboto', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* button {
  font-family: 'Roboto', sans-serif;
  height: 40px;
  color: white;
  background-color: #659ade;
  border: none;
  border-radius: 2px;
  font-size: 13px;
  padding: 0 13px;
}

button:hover {
  cursor: pointer;
  opacity: 0.8;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

button:focus {
  outline: none;
} */

/* .button-light {
  background-color: white;
  border: 1px solid #659ade;
  color: #659ade;
} */

input {
  font-family: Roboto, sans-serif;
}

/* input[type='checkbox'] {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background: white;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  margin-right: 5px;
  outline: none;
}

input[type='checkbox']:active {
  background: #eaeaea;
}

input[type='checkbox']:checked:before {
  content: '';
  display: block;
  position: relative;
  top: 2px;
  left: 4px;
  width: 3px;
  height: 6px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */

@media print {
  body {
    height: auto;
    -webkit-print-color-adjust: exact;
  }
}
