/*html {
  overflow: hidden;
  height: 100%;
}

body {
  height: 100%;
  overflow: auto;
}*/

html,
body {
  font-size: 0.9rem;
}

.sm-container {
  max-width: 30rem !important;
}

.table-new-track {
  background-color: #f0f8ff !important;
}

.text-sm {
  font-size: 11px;
}

.text-smaller {
  font-size: 12px;
}

.text-larger {
  font-size: 1.3rem;
}
.block {
  display: block !important;
}

.wrap-text {
  word-break: break-all;
  inline-size: 200px;
}
