/*!
*
* ColorPick jQuery plugin
* https://github.com/philzet/ColorPick.js
*
* Copyright (c) 2017-2019 Phil Zet (a.k.a. Phil Zakharchenko)
* Licensed under the MIT License
*
*/#colorPick *{-webkit-transition:all linear .2s;-moz-transition:all linear .2s;-ms-transition:all linear .2s;-o-transition:all linear .2s;transition:all linear .2s}#colorPick{background:rgba(255,255,255,.85);background:#fff;-webkit-backdrop-filter:blur(15px);position:absolute;border-radius:5px;border:thin solid #ccc;box-shadow:0 3px 8px rgba(0,0,0,.1);padding:5px;font-family:"Open Sans",sans-serif;width:250px;z-index:99999}#colorPick span{font-size:9pt;text-transform:uppercase;font-weight:700;color:#333;margin-bottom:3px;display:block;clear:both}.customColorHash{border-radius:5px;height:23px;width:122px;margin:1px 4px;padding:0 4px;border:1px solid #babbba;outline:0}.customColorHash.error{border-color:#ff424c;color:#ff424c}.colorPickButton{border-radius:5px;width:20px;height:20px;margin:0 3px;cursor:pointer;display:inline-block;border:thin solid #ccc}.colorPickButton:hover{transform:scale(1.1)}.colorPickDummy{background:#fff;border:1px dashed #bbb}@media all and (max-width:400px){a.colorPicker span{display:none}}