.propertyArea{animation:close .5s}@keyframes close{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.prompt-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;white-space:pre-wrap;overflow-wrap:break-word;color:transparent;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:inherit;font:inherit;line-height:inherit;border:inherit;box-sizing:border-box;width:100%;height:100%}.prompt-overlay::-webkit-scrollbar{display:none}.prompt-overlay span{color:#3579ff}#promptTextArea{font-family:inherit;line-height:inherit;box-sizing:border-box}.isOpen{animation:modalIsOpen .5s}@keyframes modalIsOpen{0%{opacity:0}to{opacity:1}}