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

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

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

#atfp-retranslate-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(2px);
    z-index: 100000;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    display: none;
    opacity: 1;
    visibility: visible;
    flex-direction: column;
}

#atfp-retranslate-modal .atfp-retranslate-modal-content {
    background: #fff;
    width: 500px;
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    overflow: hidden;
    transform: scale(.95);
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    transform: scale(1);
}

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-header {
    background: #fff;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f1;
}

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-header .atfp-modal-header-left {
    display: flex;
    align-items: center;
    gap: 1px;
}   

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-header .atfp-modal-header-left h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #1d2327;
}

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-header .atfp-modal-close {
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    width: 24px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -5px;
}

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-body {
    padding: 20px 24px;
    text-align: center;
}

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-body p {
    font-size: 15px;
    color: #646970;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-body .atfp-marketing-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
    gap: 1px;
    flex: 1;
    white-space: nowrap;
    background: #0073aa;
    color: #fff!important;
    border: 1px solid #0073aa;
}

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-body .atfp-marketing-btn:hover{
  background: #135e96;
  border-color: #135e96;
}

#atfp-retranslate-modal .atfp-retranslate-modal-content .atfp-modal-body .atfp-marketing-btn span{
    line-height: 28px;
}

#atfp-retranslate-modal  .atfp-retranslate-modal-content .modal-footer-notice{
    background: #fff;
    border-top: 1px solid #f0f0f1;
    padding: 16px 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

#atfp-retranslate-modal  .atfp-retranslate-modal-content .modal-footer-notice .dashicons{
    color: #dba617;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

#atfp-retranslate-modal  .atfp-retranslate-modal-content .modal-footer-notice p{
    margin: 0;
    font-size: 13px;
    color: #646970;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
}