/* style.css */

#sf-pw-import-customer-popup {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

#sf-pw-import-customer-popup .sf-pw-popup-content {
    background-color: #fff;
    padding: 20px 20px 40px;
    width: 500px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px !important;
}

#sf-pw-import-customer-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 29px;
    cursor: pointer;
}
#sf-pw-import-customer-popup  span.spinner.is-active {
    position: absolute;
    margin: 0px;
}
#sf-pw-import-customer-popup #popup-message{
    font-size: 20px;
}

#pw-sf-repeatable-fieldset-one .product-plan{
    position: relative;
}
#pw-sf-repeatable-fieldset-one span.spinner.is-active {
    position: absolute;
    left: 0;
}