/* #modal-envelope .modal-body {
    background-color: #fff6de;
    padding: 1rem 2rem;
} */
#modal-envelope .modal-content,
#modal-envelope .modal-body {
    border-radius: 18px;
}
#modal-envelope .title,
#modal-envelope .subtitle {
    text-align: center;
}
#modal-envelope .title {
    font-family: "Harabara Bold";
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}
#modal-envelope .subtitle {
    font-weight: 600;
    margin-bottom: 10px;
}
#modal-envelope .icon-container {
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
}
#modal-envelope .bank-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
#modal-envelope .bank-number {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 10px;
    text-decoration: underline;
    color: rgb(161, 115, 86);
}
#modal-envelope .bank-account {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
#modal-envelope .qrcode {
    margin: 20px auto;
    width: 200px;
    height: 200px;
}
#modal-envelope .icon-prokes {
    width: 70%;
}
#modal-envelope .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
