.pa-sold-out-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
}
.pa-popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin: auto;
    /*top: 150px;*/
    position: relative;
    /*display: none;*/
}
#pa-close-popup {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #eddfdf;
    color: #f30a0a;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: bold;
}

#pa-close-popup:hover{
    background-color: #dd0b0b;
    color: #ede4e4;
}

.PA_send_notify{
    margin: 19px 10px 0px 10px;
    padding: 7px 14px;
    border: none;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    float: right;
}
#PA_sold_out_product_restore_email {
    width: calc(100% - 40px);
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s;
}

#PA_sold_out_product_restore_smg {
    width: calc(100% - 40px);
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 80px;
    transition: border-color 0.3s, box-shadow 0.3s;
    resize: none;
}

#PA_sold_out_product_restore_email::placeholder,
#PA_sold_out_product_restore_smg::placeholder {
    color: #aaa;
    font-style: italic;
}

#PA_sold_out_product_restore_email:focus,
#PA_sold_out_product_restore_smg:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

.PA_notify_message{
    text-align: justify;
    color: #666666;
    font-family: cursive;
}