#The_colorPicker{
    position:absolute;
    width:12rem;
    height:auto;
    background:#17202a;
    border-radius:0.2rem;
    box-shadow:1px 1px 10px rgba(0,0,0,0.5);
}
.the_colorpicker{
    display:flex;
    gap:0.5rem;
    padding:0.5rem;
}
.the_colorpicker span[class*='icon-cancel']{
    position:absolute;
    width:1rem;
    height:1rem;
    top:-0.7rem;
    right:-0.7rem;
    background:#17202a;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    cursor:pointer;
}
.the_colorpicker span[class*='icon-cancel']:hover{
    background:#212f3c;
}