:where(#atfp-setting-modal,#atfp_strings_model){
    color: #3c434a;
}

button.elementor-button.atfp-translate-button:enabled {
    border-radius: 0px;
    color: rgb(12, 13, 14);
    background-color: #F0ABFC
}

button.elementor-button.atfp-translate-button:enabled:hover {
    background-color: rgb(235, 142, 251);
}

button.elementor-button.atfp-translate-button:disabled {
    cursor: default;
    border-radius: 0px;
    color: rgb(12, 13, 14);
}

/* Footer Close Button */
button.atfp-setting-close {
    margin-top: .9rem;
    font-size: 1rem;
    padding: .1rem .4rem;
    cursor: pointer;
    opacity: .7;
}

button.atfp-setting-close:hover {
    opacity: 1;
}

/* ******Popup***** */

#atfp-limit-notice-wrapper .bulk-notice-buttons button.button-secondary{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
}

#atfp-limit-notice-wrapper .bulk-notice-buttons button.button-secondary:hover{
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}

#atfp-limit-notice-wrapper .bulk-notice-buttons button.button-secondary:focus{
    background: #f6f7f7;
    border-color: #3582c4;
    color: #0a4b78;
    box-shadow: 0 0 0 1px #3582c4;
    outline: 2px solid transparent;
    outline-offset: 0;
}

.save_it.button-primary[disabled],.setting-start-translation.button-primary[disabled] {
    color: #a7aaad !important;
    background: #f6f7f7 !important;
    border-color: #dcdcde !important;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: default;
    padding: 8px 12px;
    border: 1px solid #dcdcde;
    border-radius: 2px;
}

.save_it.button-primary:not([disabled]),.setting-start-translation.button-primary:not([disabled]) {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 8px 12px;
    border: 1px solid #2271b1;
    border-radius: 2px;
    cursor: pointer;
}

#atfp_strings_model .save_btn_cont button:not([disabled])::before {
    line-height: 14px !important;
}