.sel-color .colors-list{display:flex;flex-wrap:wrap;align-items:center}*{box-sizing:border-box}.sel-color-picker{margin:8px;background-color:#fff;display:flex;flex-direction:column;width:280px;user-select:none}.sel-color-picker .gradient-controls{display:flex;flex-direction:row;align-items:center;width:100%;margin-bottom:8px;height:24px}.sel-color-picker .gradient-controls .gradient-type{flex:1;display:flex}.sel-color-picker .gradient-controls .gradient-type .gradient-type-item{height:24px;width:24px;border-radius:50%;position:relative;cursor:pointer}.sel-color-picker .gradient-controls .gradient-type .gradient-type-item.active::after{content:"";display:block;position:absolute;top:-3px;bottom:-3px;left:-3px;right:-3px;border:2px solid #1f2667;border-radius:50%}.sel-color-picker .gradient-controls .gradient-type .gradient-type-item.liner-gradient{background:linear-gradient(270deg,#fff 0,#1f2667 100%)}.sel-color-picker .gradient-controls .gradient-type .gradient-type-item.radial-gradient{margin-left:8px;background:radial-gradient(circle,#fff 0,#1f2667 100%)}.sel-color-picker .gradient-controls .gradient-degrees-options{position:relative}.sel-color-picker .gradient-controls .gradient-degrees-options .gradient-degrees{display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:24px;height:24px;border:2px solid #1f2667;border-radius:18px;margin-right:54px}.sel-color-picker .gradient-controls .gradient-degrees-options .gradient-degrees .gradient-degree-center{position:relative;width:6px;height:22px;pointer-events:none}.sel-color-picker .gradient-controls .gradient-degrees-options .gradient-degrees .gradient-degree-center .gradient-degree-pointer{position:absolute;width:6px;height:6px;top:2px;border-radius:3px;background:#1f2667}.sel-color-picker .gradient-controls .gradient-degrees-options .gradient-degree-value{position:absolute;top:0;right:0;width:48px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid #bbbfc5;border-radius:6px}.sel-color-picker .gradient-controls .gradient-degrees-options .gradient-degree-value input{border:none;outline:0;width:100%;text-align:center;padding:0 6px}.sel-color-picker .picker-area{display:flex;flex-direction:column}.sel-color-picker .picker-area.gradient-tab .picking-area{margin-bottom:10px}.sel-color-picker .picker-area .picking-area{width:100%;height:160px;margin-bottom:8px;position:relative;border-radius:8px}.sel-color-picker .picker-area .picking-area:hover{cursor:default}.sel-color-picker .picker-area .picking-area .picking-area-overlay1{height:100%;width:100%;background:linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);border-radius:3px}.sel-color-picker .picker-area .picking-area .picking-area-overlay1 .picking-area-overlay2{height:100%;width:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);border-radius:8px}.sel-color-picker .picker-area .preview{display:flex;flex-direction:row;margin-bottom:8px}.sel-color-picker .picker-area .preview .preview-box{box-sizing:border-box;height:36px;width:36px;border-radius:8px;border:1px solid #ebedf5}.sel-color-picker .picker-area .preview .color-hue-alpha{display:flex;flex-direction:column;flex:1;margin-left:6px}.sel-color-picker .picker-area .preview .color-hue-alpha .hue{width:100%;position:relative;border-radius:10px;margin-bottom:8px;padding:0 7px;background-color:red;cursor:pointer}.sel-color-picker .picker-area .preview .color-hue-alpha .hue .hue-area{position:relative;height:14px;background:-webkit-linear-gradient(left,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);background:-o-linear-gradient(left,red,#ff8000,#ff0,#80ff00,#0f0,#00ff80,#0ff,#0080ff,#00f,#8000ff,#f0f,#ff0080,red);background:-ms-linear-gradient(left,red,#ff8000,#ff0,#80ff00,#0f0,#00ff80,#0ff,#0080ff,#00f,#8000ff,#f0f,#ff0080,red);background:-moz-linear-gradient(left,red,#ff8000,#ff0,#80ff00,#0f0,#00ff80,#0ff,#0080ff,#00f,#8000ff,#f0f,#ff0080,red);background:linear-gradient(to right,red,#ff8000,#ff0,#80ff00,#0f0,#00ff80,#0ff,#0080ff,#00f,#8000ff,#f0f,#ff0080,red)}.sel-color-picker .picker-area .preview .color-hue-alpha .alpha{position:relative;width:100%;overflow:hidden;border-radius:10px;height:14px;cursor:pointer}.sel-color-picker .picker-area .preview .color-hue-alpha .alpha .gradient{position:absolute;top:0;left:0;right:0;bottom:0}.sel-color-picker .picker-area .preview .color-hue-alpha .alpha .alpha-area{width:100%;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-size:10px;border-radius:10px;padding:0 7px}.sel-color-picker .picker-area .preview .color-hue-alpha .alpha .alpha-area .alpha-mask{width:100%;height:100%;position:relative}.sel-color-picker .picker-area .gradient{width:100%;height:14px;position:relative;cursor:pointer;border-radius:10px;margin-bottom:8px;padding:0 7px}.sel-color-picker .picker-area .gradient .gradient-slider-container{height:100%;width:100%;position:relative}.sel-color-picker .picker-area .picker-pointer{position:absolute;top:1px;height:12px;width:12px;border:1px solid #fff;background:0 0;border-radius:50%;box-shadow:0 0 4px 0 rgba(0,0,0,.3)}.sel-color-picker .picker-area .picker-pointer .child-point{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:8px;width:8px;background:rgba(255,255,255,.5);border-radius:50%;opacity:0;transition:opacity .33s}.sel-color-picker .picker-area .picker-pointer .child-point.active{opacity:1}.sel-color-picker .color-preview-area .input-group{width:100%;display:flex;flex-direction:row;justify-content:space-between}.sel-color-picker .color-preview-area .input-group .uc-field-group:not(:last-child){margin-right:7px}.sel-color-picker .color-preview-area .hex{width:65px}.sel-color-picker .color-preview-area .rgb{width:48px}.sel-color-picker .colors{padding:3px 16px 0}.sel-color-picker .colors .colors-label{display:flex;align-items:center;margin-bottom:4px;cursor:pointer}.sel-color-picker .colors .colors-label .uc-icon{margin-right:8px;transition:transform .3s}.sel-color-picker .colors .colors-label .tp-text{text-transform:uppercase}.sel-color-picker .colors .colors-label.show+.colors-item-container{max-height:80px;padding-bottom:16px}.sel-color-picker .colors .colors-label.show .uc-icon{transform:rotate(-90deg)}.sel-color-picker .colors .template{display:flex;flex-direction:column}.sel-color-picker .colors .global{display:flex;flex-direction:column;align-items:flex-start}.sel-color-picker .colors .colors-item-container{display:flex;flex-wrap:wrap;width:100%;transition:max-height .3s,padding-bottom .3s;max-height:0;overflow:hidden}.sel-color-picker .colors .colors-item-container .colors-item{height:24px;width:24px;border-radius:50%;background-color:#ebedf5;cursor:pointer;position:relative;margin-top:4px;flex-shrink:0}.sel-color-picker .colors .colors-item-container .colors-item:not(.plus){border:1px solid #ebedf5}.sel-color-picker .colors .colors-item-container .colors-item.empty{display:flex;align-items:center;justify-content:center}.sel-color-picker .colors .colors-item-container .colors-item.empty .line{width:2px;height:16px;background-color:#8892b3;border-radius:1px;transform:rotate(45deg)}.sel-color-picker .colors .colors-item-container .colors-item.plus{margin-bottom:4px}.sel-color-picker .colors .colors-item-container .colors-item.plus .uc-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:1}.sel-color-picker .colors .colors-item-container .colors-item:not(:first-child):not(:nth-child(9)){margin-left:8px}.sel-color-picker .colors .colors-item-container .colors-item .uc-icon{position:absolute;right:-8px;top:-3px;opacity:0;transition:opacity .3s}.sel-color-picker .colors .colors-item-container .colors-item:hover .uc-icon{opacity:1}.sel-color-picker .colors .colors-item-container .colors-item.active::after{content:"";display:block;position:absolute;top:-3px;bottom:-3px;left:-3px;right:-3px;border:2px solid #8892b3;border-radius:50%}.sel-tooltip .tab{font-size:12px;display:flex;justify-content:space-between;margin-top:5px}.sel-tooltip .tab .item{padding:5px 10px;line-height:14px;border-bottom:2px solid transparent;flex:1;margin:0 10px;text-align:center;color:#999}.sel-tooltip .tab .item.active{color:#00a0e9;border-bottom:2px solid #00a0e9}.sel-single-color{position:relative;display:flex;justify-content:center;align-items:center;height:24px}.sel-single-color .color-view{width:20px;height:20px;display:inline-block;border:2px solid #fff;box-shadow:0 0 1px #000;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);background-size:10px}.single-color+.single-color{margin-left:5px}.vc-colorpicker{box-shadow:none!important;padding-bottom:0}.vc-colorpicker .vc-colorpicker--container{padding-top:0}.vc-colorpicker .vc-colorpicker--container .vc-gradient-picker__body{margin-top:5px}.sel-reference{width:100%;height:100%;display:inline-block}.sel-popper-content{z-index:999999;position:relative;border-radius:3px;box-shadow:0 0 12px rgba(0,0,0,.12);user-select:none;background-color:#fff}.sel-popper-content .popper-arrow{border:6px solid transparent;width:0;height:0;position:relative;filter:drop-shadow(0px 0px 6px rgba(0, 0, 0, .12))}.sel-popper-content .popper-arrow.right{border-right-color:#fff;left:-12px}.sel-popper-content .popper-arrow.bottom{border-bottom-color:#fff;top:-12px}.input-field[data-v-312382b5]{display:flex;flex-shrink:0;align-items:center;flex-direction:column}.input-field[data-v-312382b5] .label[data-v-312382b5]{font-size:12px;line-height:15px;font-weight:600;margin-top:6px;margin-bottom:0;color:#1f2667}.input-field[data-v-312382b5] .input-container[data-v-312382b5]{display:flex;align-items:center;position:relative;width:100%;border-radius:6px;color:#28314d}.input-field[data-v-312382b5] .input-container[data-v-312382b5] .input[data-v-312382b5]{width:100%;outline:0;text-align:center;color:#1f2667;border:1px solid #bbbfc5;height:24px;font-size:12px;font-weight:600;padding:0 6px}