/* woocommerce styles */ .emailkit-open-new-form-editor-modal { background-color: #227BFF; border: none; font-size: 14px; font-weight: 500; line-height: 35px; color: #fff; border-radius: 4px; padding: 1px 23px 2px; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; transition: all .3s; } .emailkit-open-new-form-editor-modal:hover{ background:#1168E9; } .emailkit-slider-loader{ pointer-events: none; position: relative; background-color: #659ef3; } .emailkit-slider-loader::after { content: ""; display: inline-block; width: 8px; height: 8px; border: 3px solid #e6e6e6f1; border-radius: 50%; border-top-color: #210d0d00; position: absolute; bottom: 3px; left: 3px; z-index: 9999999999999; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; } .emailkit-woocom-wrap .emailkit-slider-loader::after{ left: 5px; top: 32%; bottom: auto; } .emailkit-woocom-wrap .emailkit-woocom-btn:disabled{ background-color: #7aa2de; cursor: not-allowed; } .emailkit-woocom-wrap .emailkit-woocom-btn:disabled:hover{ background-color: #7aa2de; } /* woocommerce styles */