.color-input{
    display:inline-block;
    border: none;
    width: 20px;
    height: 20px;
    border:1px solid #ccc;
}
::ng-deep{
    .btn-xs{
        border: none;
        background: #2d8cf0;
        color: #fff;
        width: 74px;
        height: 28px;
        line-height: 28px;
        border-radius: 5px;
        margin-right: 5px !important;
    }
    .color-picker .button-area {
        display: flex;
        justify-content: center;
    }
    .color-picker .arrow {
        border-style: none !important;
    }
    .color-picker .arrow.arrow-right {
        border-width: 0px 0px !important;
    }
}