.modal-overlay {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    height: 400px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    }

.modal {
    padding: 20px;
    border-radius: 5px;
    display: block;
}

.close-btn {
    position: fixed;
    bottom: 446px;
    right: 20px;
    cursor: pointer;
    background-color: transparent;
    color: #EE765C;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 40px;
    padding-left: 10px;
    z-index: 10;
}

.open-btn {
    position: fixed;
    bottom: 25px;
    right: 70px;
    cursor: pointer;
    background-color: #EE765C;
    color: white;
    width: 153px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 40px;
    padding-left: 19px;
    z-index: 10;
}

#modal-iframe {
    position: fixed;
    bottom: 90px;
    right: 20px;
    opacity: 1;
    width: 300px;
    height: 400px;
    display: flex;
}

#modal-iframe-div {
    display: flex;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    height: 400px;
}

#modaliframe {
    display: flex;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    height: 400px;
}

.modal-btn {
    cursor: pointer;
    background-color: #EE765C;
    color: white;
    width: 80%;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 40px;
    margin: auto;
    z-index: 10;
    display: block;
    text-align: center;
}