#chargewp-deactivation-popup .chargewp-deactivation-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

#chargewp-deactivation-popup .chargewp-deactivation-popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1001;
    width: 500px;
    max-width: 90%;
    border-radius: 5px;
}

#chargewp-deactivation-popup .chargewp-deactivation-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

#chargewp-deactivation-popup .chargewp-deactivation-popup-header h2 {
    margin: 0;
    font-size: 18px;
}

#chargewp-deactivation-popup .chargewp-deactivation-popup-body {
    padding: 20px;
}

#chargewp-deactivation-popup .chargewp-deactivation-popup-body p {
    margin-top: 0;
}

#chargewp-deactivation-popup .chargewp-form-group {
    margin-bottom: 15px;
}

#chargewp-deactivation-popup .chargewp-form-group label {
    display: block;
    margin-bottom: 5px;
}

#chargewp-deactivation-popup .chargewp-form-group input[type="text"],
#chargewp-deactivation-popup .chargewp-form-group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

#chargewp-deactivation-popup .chargewp-deactivation-popup-footer {
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    border-top: 1px solid #eee;
}

#chargewp-deactivation-popup,
#chargewp-deactivation-popup input[name="better_plugin_name"],
#chargewp-deactivation-popup textarea[name="missing_addon_details"],
#chargewp-deactivation-popup textarea[name="missing_feature_details"],
#chargewp-deactivation-popup textarea[name="other_reason"] {
    display: none;
}

#chargewp-deactivation-popup .chargewp-button-delimiter {
    flex:1
}
