.custom-button{align-items:center;background-color:#dadada;border:none;border-radius:25%;cursor:pointer;display:flex;font-size:12px;height:16px;justify-content:center;outline:none;padding:2px;text-align:center;transition:background-color .3s ease;width:16px}.confirm-wrapper{max-height:0;overflow:hidden;transition:max-height .75s ease}.confirm-wrapper.open{max-height:120px}.confirm-card{opacity:0;transform:translateY(10px);transition:all .75s ease}.confirm-wrapper.open .confirm-card{opacity:1;transform:translateY(0)}
