.range-sb-slideout {
  position:fixed;
  right:-100%;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:999999;
  background:#2c2c2c;
  color:white;
  padding:1rem;
  transition:all 350ms ease-in-out;
  overflow-y:auto;
}

.range-sb-slideout-close {
  display:flex;
  justify-content:flex-end;
}

.range-sb-slideout-close:hover {
  cursor:pointer;
}

.range-sb-slideout-close svg {
  fill:#fff;
  width:20px;
}

.range-sb-slideout-body {
  padding-top:1rem;
}

@media (min-width:991px) {
  .range-sb-slideout {
    width:400px;
    right:-400px;
  }
}
