/* Alpha Color Picker CSS*/
.customize-control-alpha-color .wp-color-result span {
    background: #f7f7f7;
}

.customize-control .wp-picker-container input[type="text"].wp-color-picker {
    width: 65px !important;
    height: 28px !important
}

.customize-control .wp-picker-container .wp-color-result.button {
    padding: 0 0 0 32px !important;
    line-height: 28px !important;
    height: 28px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
}

.customize-control .wp-picker-container .color-alpha{
    height: 28px !important;
    width: 32px !important;
}

.customize-control .wp-picker-container .wp-color-result-text {
    line-height: 28px !important;
    border-radius: 0 !important;
    border-left: 1px solid #ddd !important;
}

.wp-customizer .wp-picker-input-wrap .button{
    height: 30px !important;
    line-height: 28px !important;
    margin-left: 6px;
}
.iris-border .iris-picker-inner{
    width:100%;
}