.sp-custom {
    padding: 0;
    background-color: #FFF;
    border: 0;
}

.sp-custom.sp-container {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .15);
}

.sp-custom .sp-color {
    border: solid 1px #fff;
}

.sp-custom .sp-input {
    color: #ccc;
}

.sp-custom .sp-hue, .sp-custom .sp-alpha-inner {
    border: 0;
}

.sp-custom .sp-alpha-handle {
    width: 4px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: 0 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .55);
}

.sp-custom .sp-slider {
    height: 4px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: 0 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .55);
}

.sp-custom .sp-dragger {
    background: 0 0;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
}

.sp-custom .sp-picker-container {
    padding-top: 0;
}