.popup-cancel-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.747);z-index:10000;.popup-cancel{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content;min-width:280px;max-width:460px;height:-moz-fit-content;height:fit-content;min-height:160px;max-height:240px;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;color:#000;overflow:hidden;.content-container{width:100%;flex:1 1;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;.title{font-weight:600;font-size:18px}.content{color:gray;font-size:14px;font-weight:600}}.actions{width:100%;.action{width:50%;height:42px;border:1px solid gray;font-size:14px;font-weight:600;&:hover{opacity:.8}}.action:first-child{border-right:none}.action:nth-child(2){font-weight:600}}}}