body, html {
    padding: 0;
    margin: 0;
}

#sidebar {
    position: fixed;
    right: 0;
    left: auto;
    width: 320px;
    height: 100vh;
    padding: 20px 25px;
    border-left: 1px solid #d3d3d3;
    background-color: rgba(255, 255, 255, .6);
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}

.ui-group {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0, .3);
}

.ui-group--image {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ui-group__subtitle {
    display: inline-block;
    width: 40%;
}

.ui-group__subgroup input {
    display: inline-block !important;
}

input[type=file] {
    margin-top: 10px;
    margin-bottom: 10px;
}

#uiRandom .slider {
    margin-bottom: 20px;
}

input[type=radio] {
    margin-right: 5px;
}