.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;width:fit-content;height:fit-content;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:1px solid hsla(0,0%,100%,.08);transition:opacity .3s ease}.popupBackground .container .header{display:flex;align-items:center;gap:10px;padding:10px 12px 10px 14px;border-bottom:1px solid hsla(0,0%,100%,.06);position:relative;z-index:1}.popupBackground .container .header>:first-child{flex:1;margin:0;font-size:1rem;font-weight:600;letter-spacing:.01em}.popupBackground .container .header .closeBtn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:hsla(0,0%,100%,.5);font-size:20px;line-height:1;cursor:pointer;border-radius:6px;transition:color .15s ease,background-color .15s ease}.popupBackground .container .header .closeBtn:hover{color:#e8eaed;background-color:hsla(0,0%,100%,.08)}.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}