@import url("imports.css");
html, body {
    font-family: Inter, sans-serif;
}

.nxl-navigation .navbar-content {
    height: 100vh;
}

.nxl-container {
    top: 40px;
    min-height: calc(100vh - 40px);
}

.nxl-header {
    min-height: 40px;
}

.side-stick {
    background-color: #17c666;
}
.dual-range{
    --track-h: 6px;
    --thumb: 34px;
}
.dual-range {
    --track-h: 6px;
    --thumb: 34px;
}


