.edit-popup{box-sizing:border-box;width:426px;height:233px;border-radius:24px;background-color:#fff;border:none;position:relative;outline:none;box-shadow:0 4px 8px 0 #212121,20%;display:flex;flex-direction:column;justify-content:space-between;padding:24px 16px}.edit-popup .popup-content{width:100%;height:105px;text-align:center;font-family:Nunito}.edit-popup .popup-content .title{font-weight:500;font-size:24px;color:#212121}.edit-popup .popup-content .content{color:#6b7280;font-weight:400;font-size:16px;margin-top:32px}.edit-popup .popup-actions{width:100%;height:46px;display:flex;justify-content:space-between;gap:8px}.edit-popup .popup-actions .action-btn{width:191px;box-sizing:border-box;height:100%;border-radius:11px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-family:Nunito;font-weight:500;font-size:16px}.edit-popup .popup-actions .action-btn:hover{opacity:.7}.edit-popup .popup-actions .cp-ed{color:#212121;border:1px solid #d3d3d3}.edit-popup .popup-actions .ud{color:#fff;background-color:#597ef7}