.rangeslider {
    display: block;
    position: relative;
}
.rangeslider-horizontal,
.rangeslider__handle {
    height: 16px;
}
.rangeslider__background {
    background-color: #fff;
    width: 100%;
}
.rangeslider__background,
.rangeslider__fill {
    height: 1.5px;
    position: absolute;
    top: 50%;
    touch-action: none;
}
.rangeslider__fill {
    background-color: #1e88e5;
    display: block;
}
.rangeslider__handle {
    background: #fff;
    background-clip: content-box;
    border-radius: 50%;
    box-shadow: 0 1px 1px transparent;
    display: inline-block;
    position: absolute;
    top: 54%;
    touch-action: none;
    transform: translate3d(-50%, -50%, 0);
    width: 16px;
}
.rangeslider__handle:after {
    bottom: -16px;
    content: "";
    left: -16px;
    position: absolute;
    right: -16px;
    top: -16px;
}
#slot-menu-container {
    color: #888;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
}
.ic_close {
    background-image: url(https://game-sit.linkstudio-test.io/game/web_asset/other/8237d9a9-3c19-4693-9254-c9729c15f2ec.png);
}
.menu_close_button {
    background-image: url();
}
.slot_menu_scroller {
    content: "allscroll button[disabled]{pointer-events:none;}` ";
}
