

.colors-container{
    width: 100%;
    min-height: calc(100vh - 157px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.color{
    flex: 25%;
    min-height: auto;
    position: relative;
}

.tool__header{padding: 36px 0px 0px;}

.color-name{
    position: absolute;
    bottom: calc(10% - 20px);
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: 0.6;
    font-weight:500;
}
.color-title{
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.setcolorvalue{
    padding: 4px 12px;
  width: 120px;
  margin: 0 auto;
  border-radius: 8px;
  cursor: pointer;
}
.color-title.selset .setcolorvalue{
    background-color: #0000001f;
}
.color-title .icon20{vertical-align: -0.05em;display: inline-block;}


.adddiv{
    position: absolute;
    width: 120px;
    height: 100%;
    right: -60px;
    z-index: 11;
}

.addcolor{
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    transform: translate3d(-21px, -21px, 0) scale(0) rotate(180deg);
    opacity: 0;
    padding: 9px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    transition: .1s ease;
    left: 56px;
    top: calc(50% - 25px);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 3px rgba(0, 0, 0, .2);
}

.addcolor:hover{
    transform: rotate(180deg);
    transition: .1s ease;
}


main{max-width: 100%;}
.vh100{text-align: left;height: auto;min-height: auto;}
.vh100 h1 {
  text-align: left;
  display: inline-block;
  margin-left: 60px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}

.whiteitem{color: #fff;}

.showmoreicon{
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  top: calc(50% - 30px);
  left: 50%;
  position: absolute;
  font-weight: 700;
  width: 44px;
  display: none;
}
.showmoreicon div{width: 44px; height: 44px; border-radius: 8px; margin: 0px;padding: 10px; cursor: pointer;}

.showmoreicon div:hover{background-color: rgba(255, 255, 255, 0.156);}

.color:hover .showmoreicon{display: block;}

.color.dads-children-clone .showmoreicon{display: block;}
.adddiv:hover .addcolor{
    transform: translate3d(-21px, -21px, 0) scale(1) rotate(180deg);
    opacity: 1;

}

.dad-noSelect,.dad-noSelect *{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}

.dad-container{
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dad-container::after{
    content: '';
    clear: both !important;
    display: block;
}
.dad-active .dad-draggable-area{
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.dads-children-clone{
    opacity: 0.8;
    z-index: 9999;
    pointer-events: none;
}
.dads-children-placeholder{
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border:2px dashed rgb(37, 155, 69);
    margin:5px;
    color: rgb(37, 155, 69);
    text-align: center;
    font-weight: bold;
    height: 100% !important;
}


.colors-container .color:last-child .adddiv{ display: none;}

.morecolordiv{
    top:0px;
    left:0px;
    position: absolute;
    font-weight: 700;
    width: 100%;
    height: 100%;
    background-color: #f00;
    display: none;
    z-index: 10;
    flex-direction: column;
    justify-content: space-between;
  }

  .morecolordiv div {
    text-align: center;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    display: flex;
  }
  .morecolordiv div span{
    display: none;
  }
  .morecolordiv div:hover span{
    display: flex;
  }
  .morecolordiv div:hover selectc{
    display: none;
  }
  .morecolordiv .moreclose{
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #33333380;
    z-index: 1;
    left: calc(50% - 16px);
    border-radius: 40px;
    top: 3px;
    color: #fff;
  }
@media screen and (max-width:800px){
    .color{
        flex: 100% !important;
    }
    .vh100 h1 {
        margin-left: 20px;
        font-size: 22px;
    }
    .adddiv{height: 60px;left: 0px; width: 100%;top:calc(100% - 30px);}
    .addcolor{top:30px;
    left:50%;}
    .showmoreicon{width: max-content;height: 44px;}s
    .showmoreicon div{display: inline-block; width: 34px; height: 34px;padding: 5px;margin: 0px 3px;}
    .dads-children-placeholder{
        height: 120px !important;
    }
    .colors-container{min-height: auto;}
    .color .showmoreicon{display: block;top: 50%; 
        -webkit-transform: translate(0%, -50%) scale(1);
        -ms-transform: translate(0%, -50%) scale(1);
        transform: translate(0%, -50%) scale(1);
        right: 20px;
        left: auto;
    }
    .setcolorvalue{padding: 0px;}
    .color-title{text-align: left;bottom:auto;top:5px;}
    .color-name{text-align: left;bottom: 5px;}
    .coloritem{
        position: absolute;
        font-weight: 700;
        top: 50%; 
        -webkit-transform: translate(0%, -50%) scale(1);
        -ms-transform: translate(0%, -50%) scale(1);
        transform: translate(0%, -50%) scale(1);
        right: auto;
        left: 20px;
        width: 180px;
    height: 50px;
    }
    .webui-popover.in{top: 50% !important;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        left: 50% !important;}
        .morecolor{display: none;}
}



.clr-picker{display:none;flex-wrap:wrap;position:absolute;width:200px;z-index:1000;border-radius:10px;background-color:#fff;justify-content:flex-end;direction:ltr;box-shadow:0 0 5px rgba(0,0,0,.05),0 5px 20px rgba(0,0,0,.1);-moz-user-select:none;-webkit-user-select:none;user-select:none}.clr-picker.clr-open,.clr-picker[data-inline=true]{display:flex}.clr-picker[data-inline=true]{position:relative}.clr-gradient{position:relative;width:100%;height:100px;margin-bottom:15px;border-radius:3px 3px 0 0;background-image:linear-gradient(rgba(0,0,0,0),#000),linear-gradient(90deg,#fff,currentColor);cursor:pointer}.clr-marker{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border:1px solid #fff;border-radius:50%;background-color:currentColor;cursor:pointer}.clr-picker input[type=range]::-webkit-slider-runnable-track{width:100%;height:16px}.clr-picker input[type=range]::-webkit-slider-thumb{width:16px;height:16px;-webkit-appearance:none}.clr-picker input[type=range]::-moz-range-track{width:100%;height:16px;border:0}.clr-picker input[type=range]::-moz-range-thumb{width:16px;height:16px;border:0}.clr-hue{background-image:linear-gradient(to right,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red 100%)}.clr-alpha,.clr-hue{position:relative;width:calc(100% - 40px);height:8px;margin:5px 20px;border-radius:4px}.clr-alpha span{display:block;height:100%;width:100%;border-radius:inherit;background-image:linear-gradient(90deg,rgba(0,0,0,0),currentColor)}.clr-alpha input,.clr-hue input{position:absolute;width:calc(100% + 32px);height:16px;left:-16px;top:-4px;margin:0;background-color:transparent;opacity:0;cursor:pointer;appearance:none;-webkit-appearance:none}.clr-alpha div,.clr-hue div{position:absolute;width:16px;height:16px;left:0;top:50%;margin-left:-8px;transform:translateY(-50%);border:2px solid #fff;border-radius:50%;background-color:currentColor;box-shadow:0 0 1px #888;pointer-events:none}.clr-alpha div:before{content:'';position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:currentColor}.clr-format{display:none;order:1;width:calc(100% - 40px);margin:0 20px 20px}.clr-segmented{display:flex;position:relative;width:100%;margin:0;padding:0;border:1px solid #ddd;border-radius:15px;box-sizing:border-box;color:#999;font-size:12px}.clr-segmented input,.clr-segmented legend{position:absolute;width:100%;height:100%;margin:0;padding:0;border:0;left:0;top:0;opacity:0;pointer-events:none}.clr-segmented label{flex-grow:1;margin:0;padding:4px 0;font-size:inherit;font-weight:400;line-height:initial;text-align:center;cursor:pointer}.clr-segmented label:first-of-type{border-radius:10px 0 0 10px}.clr-segmented label:last-of-type{border-radius:0 10px 10px 0}.clr-segmented input:checked+label{color:#fff;background-color:#666}.clr-swatches{order:2;width:calc(100% - 32px);margin:0 16px}.clr-swatches div{display:flex;flex-wrap:wrap;padding-bottom:12px;justify-content:center}.clr-swatches button{position:relative;width:20px;height:20px;margin:0 4px 6px 4px;padding:0;border:0;border-radius:50%;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;cursor:pointer}.clr-swatches button:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}input.clr-color{order:1;width:calc(100% - 80px);height:32px;margin:15px 20px 20px auto;padding:0 10px;border:1px solid #ddd;border-radius:16px;color:#444;background-color:#fff;font-family:sans-serif;font-size:14px;text-align:center;box-shadow:none}input.clr-color:focus{outline:0;border:1px solid #1e90ff}.clr-clear,.clr-close{display:none;order:2;height:24px;margin:0 20px 20px;padding:0 20px;border:0;border-radius:12px;color:#fff;background-color:#666;font-family:inherit;font-size:12px;font-weight:400;cursor:pointer}.clr-close{display:block;margin:0 20px 20px auto}.clr-preview{position:relative;width:32px;height:32px;margin:15px 0 20px 20px;border-radius:50%;overflow:hidden}.clr-preview:after,.clr-preview:before{content:'';position:absolute;height:100%;width:100%;left:0;top:0;border:1px solid #fff;border-radius:50%}.clr-preview:after{border:0;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.clr-preview button{position:absolute;width:100%;height:100%;z-index:1;margin:0;padding:0;border:0;border-radius:50%;outline-offset:-2px;background-color:transparent;text-indent:-9999px;cursor:pointer;overflow:hidden}.clr-alpha div,.clr-color,.clr-hue div,.clr-marker{box-sizing:border-box}.clr-field{display:inline-block;position:relative;color:transparent}.clr-field input{margin:0;direction:ltr;opacity: 0;}.clr-field.clr-rtl input{text-align:right}.clr-field button{position:absolute;width:24px;height:24px;margin:0;padding:0;border:0;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;pointer-events:none}.clr-field.clr-rtl button{right:auto;left:0}.clr-field button:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 1px rgba(0,0,0,.5)}.clr-alpha,.clr-alpha div,.clr-field button,.clr-preview:before,.clr-swatches button{background-image:repeating-linear-gradient(45deg,#aaa 25%,transparent 25%,transparent 75%,#aaa 75%,#aaa),repeating-linear-gradient(45deg,#aaa 25%,#fff 25%,#fff 75%,#aaa 75%,#aaa);background-position:0 0,4px 4px;background-size:8px 8px}.clr-marker:focus{outline:0}.clr-keyboard-nav .clr-alpha input:focus+div,.clr-keyboard-nav .clr-hue input:focus+div,.clr-keyboard-nav .clr-marker:focus,.clr-keyboard-nav .clr-segmented input:focus+label{outline:0;box-shadow:0 0 0 2px #1e90ff,0 0 2px 2px #fff}.clr-picker[data-alpha=false] .clr-alpha{display:none}.clr-picker[data-minimal=true]{padding-top:16px}.clr-picker[data-minimal=true] .clr-alpha,.clr-picker[data-minimal=true] .clr-color,.clr-picker[data-minimal=true] .clr-gradient,.clr-picker[data-minimal=true] .clr-hue,.clr-picker[data-minimal=true] .clr-preview{display:none}.clr-dark{background-color:#444}.clr-dark .clr-segmented{border-color:#777}.clr-dark .clr-swatches button:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}.clr-dark input.clr-color{color:#fff;border-color:#777;background-color:#555}.clr-dark input.clr-color:focus{border-color:#1e90ff}.clr-dark .clr-preview:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.clr-dark .clr-alpha,.clr-dark .clr-alpha div,.clr-dark .clr-preview:before,.clr-dark .clr-swatches button{background-image:repeating-linear-gradient(45deg,#666 25%,transparent 25%,transparent 75%,#888 75%,#888),repeating-linear-gradient(45deg,#888 25%,#444 25%,#444 75%,#888 75%,#888)}.clr-picker.clr-polaroid{border-radius:6px;box-shadow:0 0 5px rgba(0,0,0,.1),0 5px 30px rgba(0,0,0,.2)}.clr-picker.clr-polaroid:before{content:'';display:block;position:absolute;width:16px;height:10px;left:20px;top:-10px;border:solid transparent;border-width:0 8px 10px 8px;border-bottom-color:currentColor;box-sizing:border-box;color:#fff;filter:drop-shadow(0 -4px 3px rgba(0,0,0,.1));pointer-events:none}.clr-picker.clr-polaroid.clr-dark:before{color:#444}.clr-picker.clr-polaroid.clr-left:before{left:auto;right:20px}.clr-picker.clr-polaroid.clr-top:before{top:auto;bottom:-10px;transform:rotateZ(180deg)}.clr-polaroid .clr-gradient{width:calc(100% - 20px);height:120px;margin:10px;border-radius:3px}.clr-polaroid .clr-alpha,.clr-polaroid .clr-hue{width:calc(100% - 30px);height:10px;margin:6px 15px;border-radius:5px}.clr-polaroid .clr-alpha div,.clr-polaroid .clr-hue div{box-shadow:0 0 5px rgba(0,0,0,.2)}.clr-polaroid .clr-format{width:calc(100% - 20px);margin:0 10px 15px}.clr-polaroid .clr-swatches{width:calc(100% - 12px);margin:0 6px}.clr-polaroid .clr-swatches div{padding-bottom:10px}.clr-polaroid .clr-swatches button{width:22px;height:22px}.clr-polaroid input.clr-color{width:calc(100% - 60px);margin:10px 10px 15px auto}.clr-polaroid .clr-clear{margin:0 10px 15px 10px}.clr-polaroid .clr-close{margin:0 10px 15px auto}.clr-polaroid .clr-preview{margin:10px 0 15px 10px}.clr-picker.clr-large{width:275px}.clr-large .clr-gradient{height:150px}.clr-large .clr-swatches button{width:22px;height:22px}.clr-picker.clr-pill{width:380px;padding-left:180px;box-sizing:border-box}.clr-pill .clr-gradient{position:absolute;width:180px;height:100%;left:0;top:0;margin-bottom:0;border-radius:3px 0 0 3px}.clr-pill .clr-hue{margin-top:20px}




.webui-popover-collection{height: auto;}
.webui-no-padding .webui-popover-content{width: 100%;}
[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: currentColor;
  background-origin: content-box;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: block;
  color: inherit;
  height: 16px;
  margin: 20px 0px;
  padding: 0;
  width: 100%;
  border-width: 0;
}
[type="range"]:focus {
  outline: none;
}
[type="range"]::-moz-range-track {
  background-color: transparent;
}
[type="range"]::-webkit-slider-runnable-track {
  margin: 0 -1rem;
}
[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 100%;
  box-shadow:
    inset 0 0 0 .125rem currentColor,
    inset 0 0 0 .25rem white;
  height: 2rem;
  width: 2rem;
}
[type="range"]::-moz-range-thumb {
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  box-shadow:
    inset 0 0 0 .125rem currentColor,
    inset 0 0 0 .25rem white;
  height: 2rem;
  width: 2rem;
}
#color_banner {
  border-radius: 4px;
  height: 3rem;
  text-align: right;
  padding: .33rem 1rem;
  width: 100%;
}
#color_banner div {
  cursor: pointer;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5em;
}
#color_banner div:hover {
  text-decoration: underline;
}
#color_banner .white {
  color: white;
}
#color_banner .black {
  color: black;
}

#hsl-h {
  background-image: linear-gradient(
    to right,
    #F00,
    #FF0,
    #0F0,
    #0FF,
    #00F,
    #F0F,
    #F00
  );
}

#hsl-s {
  background-image: linear-gradient(
    to right,
    #888,
    transparent
  );
}
#hsl-l {
  background-image: linear-gradient(
    to right,
    #000,
    transparent,
    #FFF
  );
}

.filters-container,.w-full{height: 40px;margin-bottom: 6px;}
.filters .filters-controls{position: absolute;
    right: 10px;}
    .justify-between{margin-top: 0px;}

    @-webkit-keyframes slidebg {
        to {
            background-position: 20vw;
        }
    }
    
    @keyframes slidebg {
        to {
            background-position: 20vw;
        }
    }

    .addcolorb:hover
    {
      background-color: #e7fae3;
      color: #fff;
      background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
      animation: slidebg 2s linear infinite;
    }
    .addcolorb
    {
      font-weight: 700;
      width: 240px;
      height: 50px;
      background-color: #fff;
      display: inline-block;
      border-radius: 80px;
      text-align: left;
      margin: 0 auto;
      padding: 9px;
      line-height: 50px;
      vertical-align: top;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 1px 4px 0 rgba(60, 64, 67, 0.18),0 1px 3px 1px rgba(60,64,67,.05);
      cursor: pointer;
    }
    .addcolorb .text-gray-300{font-weight: 700;}

    button.addcolorb {
        --border-radius: .5rem !important;
        --border-width: 2px;
        appearance: none;
        position: relative;
        padding: 1em 2em;
        border: 0;
        background-color: #212121;
        font-family: "Roboto", Arial, "Segoe UI", sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        z-index: 2;
       }
       button.addcolorb::after {
        --m-i: linear-gradient(#000, #000);
        --m-o: content-box, padding-box;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: var(--border-width);
        border-radius: var(--border-radius);
        background-image: conic-gradient(
               #488cfb,
               #29dbbc,
               #ddf505,
               #ff9f0e,
               #e440bb,
               #655adc,
               #488cfb
           );
        -webkit-mask-image: var(--m-i), var(--m-i);
        mask-image: var(--m-i), var(--m-i);
        -webkit-mask-origin: var(--m-o);
        mask-origin: var(--m-o);
        -webkit-mask-clip: var(--m-o);
        mask-composite: exclude;
        -webkit-mask-composite: destination-out;
        filter: hue-rotate(0);
        animation: rotate-hue linear 500ms infinite;
        animation-play-state: paused;
       }
       
       button.addcolorb:hover::after {
        animation-play-state: running;
       }
       
       @keyframes rotate-hue {
        to {
         filter: hue-rotate(1turn);
        }
       }
       
       button.addcolorb,
       button.addcolorb::after {
        box-sizing: border-box;
       }
       
       button.addcolorb:active {
        --border-width: 5px;
       }