html,
body {
  position: relative;
  width: 100%;
  min-width: 720px;
  height: 100%;
}

* {
  user-select: none;
}

body {
  background: #01050a;
  background: radial-gradient(ellipse at center, #121220 0%, #01050a 50%);
  color: #fafafa;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* svg {
  background: salmon;
} */

.noUi-target {
  background: none;
  border-radius: 0px;
  box-shadow: none;
  height: 8px;
  border: none;
  position: relative;
}

.noUi-base {
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  overflow: hidden;
}

.noUi-base:hover {
  background: var(--color-01);
}

.noUi-horizontal .noUi-origin {
  height: calc(100% - 10px);
  margin-top: 5px;
}

.noUi-connects {
  height: calc(100% - 10px);
  margin-top: 5px;
  border-radius: 0;
  background: rgba(250, 250, 250, 0.1);
}

.noUi-connect {
  background: var(--color-04);
}

.noUi-horizontal .noUi-handle {
  background: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  bottom: 0px;
  right: 0px;
  left: auto;
  top: auto;
  height: 100%;
  width: 15px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: var(--color-05);
}

.noUi-handle:before,
.noUi-handle:after {
  content: none;
}

.noUi-touch-area {
  height: 25px;
  width: 25px;
  right: 0px;
  position: absolute;
}
