.aptpay-modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    overflow-y: scroll;
}

.aptpay-modal-content {
    position: relative;
    margin-top: 60px;
    width: 90%;
    max-width: 500px;
    background: #333;
    border-radius: 20px;
}


  .aptpay-close-btn {
    background: #CC2228;
    border: 1px solid rgba(255, 255, 255, 0.41);
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2c4f38;
    margin: 0;
    position: absolute;
    top: -18px; 
    right: -15px;
    border-radius: 50px;
    box-shadow: 0 0 20px rgb(220, 77, 82, 1),
                0 0 40px rgba(220, 77, 82, 0.6),
                0 0 60px rgba(220, 77, 82, 0.5);
    cursor: pointer;
    z-index: 1001;
}

.aptpay-close-btn img {
    width: 16px;
    height: 16px;
}