.popup-overlay-transaction{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4);display:none;justify-content:center;align-items:center;z-index:999}
.popup{background:white;border-radius:10px;width:560px;padding:25px 28px 30px;position:relative;font-family:"DM Sans"}
.popup h2{color:#0173b9;margin-bottom:28px;font-size:20px;text-align:center;font-weight:700;line-height:24px}
.popup .popup-content .row{display:flex;justify-content:space-between;margin:16px 0;font-size:12px;font-weight:400;line-height:16px;color:#030303}
.popup .popup-content .row span:last-child{font-weight:700;color:#030303}
.close-btn{position:absolute;top:10px;right:15px;background:0;border:0;font-size:24px;cursor:pointer;color:#0173b9}
.close-main-btn{width:100%;background-color:#0173b9;color:white;border:3px solid #0173b9;height:40px;font-size:14px;border-radius:20px;cursor:pointer}