button#stop {
    display: none;
}
  
input.ql-custom-value {
    display: block;
    border: 1px solid #ccc;
    clear: both;
    width: 100%;
    height: 45px;
}
  
input.ql-custom-value.ql-selected {
    border: 1px solid #000;
}
  
div.ql-error-message {
    color: #f00;
    width: 100%;
    padding-top: 4px;
    padding-right: 46px;
    text-align: right;
}
  
.ql-color .ql-picker-options [data-value=custom-color] {
    background: none !important;
    width: 100% !important;
    height: 20px !important;
    text-align: center;
}
.ql-color .ql-picker-options [data-value=custom-color]:before {
    content: 'Custom Color';
}
.ql-color .ql-picker-options [data-value=custom-color]:hover {
    border-color: transparent !important;
}
  
.ql-background .ql-picker-options [data-value=custom-color] {
    background: none !important;
    width: 100% !important;
    height: 20px !important;
    text-align: center;
}
.ql-background .ql-picker-options [data-value=custom-color]:before {
    content: 'Custom Color';
}
.ql-background .ql-picker-options [data-value=custom-color]:hover {
    border-color: transparent !important;
}