html,
body,
#root {
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: Consolas, source-code-pro, Menlo, Monaco, 'Courier New',
    monospace;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  display: initial !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 13px !important;
  background-clip: padding-box !important;
  border: 1px solid transparent !important;
  background-color: white !important;
}

*::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px #8a8a8e !important;
}

input::-webkit-inner-spin-button {
  display: none !important;
}

.container-custom {
  z-index: 9000 !important;
}

iframe {
  display: block !important;
}

.row {
  list-style-type: none;
  padding: 0 !important;
}

@media print {
  .print {
    visibility: visible;
    border: none
  }

  .no_print {
    visibility: hidden;
  }

  #root {
    visibility: hidden;
  }
}