.popupBackground{width:100vw;height:100vh;position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;color:#fff;z-index:10000;transition:background-color .2s ease}.popupBackground .container{position:relative;border-radius:12px;background-color:#15202b;box-shadow:0 5px 15px rgba(0,0,0,.35);display:flex;flex-direction:column;font-size:14px;overflow:hidden;border:2px solid gray;transition:opacity .3s ease}.popupBackground .container .header{position:relative;z-index:1}.popupBackground .container .header .closeBtn{position:absolute;top:0;right:0;color:#d66064;font-size:34px;cursor:pointer;z-index:2;padding:4px 6px}.popupBackground .container .header .closeBtn:hover{transform:scale(1.2)}.popup-confirm{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 14px;gap:4px;font-family:Inter,sans-serif}.popup-confirm .buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:12px}.popup-confirm .buttons button{padding:8px 16px;border-radius:4px;border:none;cursor:pointer;font-weight:500;transition:all .2s ease}.popup-confirm .buttons button:first-child{background-color:#2e7d32;color:#fff}.popup-confirm .buttons button:first-child:hover{background-color:#1b5e20}.popup-confirm .buttons button:last-child{background-color:#d32f2f;color:#fff}.popup-confirm .buttons button:last-child:hover{background-color:#b71c1c}