.modal_root .ant-modal-content{border-radius:16px;overflow:hidden}.modal_root .ReactModal__Content--after-open{animation:modal-zoom-enter cubic-bezier(.4,0,0,1.5) both}.modal_root .ReactModal__Overlay--before-close{animation:modal-zoom-leave both}@keyframes modal-zoom-enter{0%{transform:scale3d(.3,.3,.3)}}@keyframes modal-zoom-leave{to{transform:scale3d(.3,.3,.3)}}.my_header{justify-content:space-between;padding:18px 24px;border-bottom:1px solid #d9e0e8}.my_header,.my_header h4{display:flex;align-items:center}.my_header h4{width:auto;margin:0;height:100%;font-size:18px;line-height:24px;font-weight:600;color:#1b1e23}@media(max-width:768px){.my_header{padding-left:20px}.my_header h4{max-width:none!important;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:65%}}