html {
  position: relative;
  min-height: 100%;
}

html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hide {
  display: none !important;
}

.border-none {
  border: 0 none;
}

.radius-none {
  border-radius: 0;
}

dl.no-spacing {
  margin-bottom: 0;

  dd,
  dt {
    margin-bottom: 3px;
  }

  dd:last-child,
  dt:last-child {
    margin-bottom: 0;
  }
}

.layout-scrollable {
  overflow-x: auto;
  display: block;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

[x-cloak] {
  display: none !important;
}

.text-muted {
  color: lighten($gray-600, 10%) !important;
}
