@charset "utf-8";

.vc-saturation, .vc-saturation--white, .vc-saturation--black { cursor: pointer; position: absolute; inset: 0px; }

.vc-saturation--white { background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)); }

.vc-saturation--black { background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)); }

.vc-saturation-pointer { cursor: pointer; position: absolute; }

.vc-saturation-circle { width: 4px; height: 4px; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1.5px, rgba(0, 0, 0, 0.3) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.4) 0px 0px 1px 2px; border-radius: 50%; transform: translate(-2px, -2px); }