.pickColorColor {
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
}
.pickColorBody{
    padding: 1rem;
    width: calc(150px + 2rem);
    position: fixed;
    background-color: white;
    display: none;
}
.pickColorColor {
    margin: 5px;
}
.pickColorCustom{
    color: #444;
    margin: 0 !important;
}
.pickColorCustom > .input-field{
    width: 70%;
    margin: 0 0 0 5px;
}
.uploadBox.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}
.uploadBox.has-advanced-upload .boxDD {
    display: inline;
}