*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  display: none;
}

/* Enforce the hidden attribute */
[hidden] {
  display: none !important;
}

/* Remove margins on text */
h1,
h2,
h3,
h4,
p,
a {
  margin: 0;
}

/* Style links */
a {
  text-decoration: none;
}

/* Remove white border on bottom of images */
img {
  display: block;
}

/* Set form width */
form {
  flex: 1;
}

iframe {
  border: none;
  border-radius: 5;
}

.report-style-class {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5;
}
