@charset "utf-8";

.vc-hue { position: absolute; inset: 0px; border-radius: 2px; }

.vc-hue--horizontal { background: linear-gradient(to right, red 0%, rgb(255, 255, 0) 17%, lime 33%, cyan 50%, blue 67%, rgb(255, 0, 255) 83%, red 100%); }

.vc-hue--vertical { background: linear-gradient(to top, red 0%, rgb(255, 255, 0) 17%, lime 33%, cyan 50%, blue 67%, rgb(255, 0, 255) 83%, red 100%); }

.vc-hue-container { cursor: pointer; margin: 0px 2px; position: relative; height: 100%; }

.vc-hue-pointer { z-index: 2; position: absolute; }

.vc-hue-picker { cursor: pointer; margin-top: 1px; width: 4px; border-radius: 1px; height: 8px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px; background: rgb(255, 255, 255); transform: translateX(-2px); }