#pkf-success-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 2147483647;
}
.pkf-success-popup-wrapper {
    background: linear-gradient(180deg, #F08400 0%, #FFF2E4 100%);
    padding: 40px;
    border-radius: 30px;
    max-width: 300px;
    width: 100%;
    position: relative;
    text-align: center;
}
.pkf-success-popup-ok {
    font-size: 50px;
    color: #4CAF50;
    margin-bottom: 20px;
}
.pkf-success-popup-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}
.pkf-success-popup-subtitle {
    margin-bottom: 25px;
    font-size: 16px;
}
.pkf-success-popup-button {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;

    margin-top: 10px;
    padding: 18px 20px;
    background: #d12e27;
    color: #fff;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    width: 100%;
}
