@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap);.form-template{position:fixed;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:70px 1.5rem 1rem;background-color:#0c091b;z-index:995;overflow:hidden}.form-template .modal-wrapper{padding:2rem;min-width:60vw;max-height:100vh;overflow-y:scroll;background:#17122b;color:#fff}.form-template .modal-wrapper .modal-content{position:relative}.form-template .modal-wrapper .close{position:absolute;top:-2rem;right:1rem}.form-template .modal-wrapper .delete{position:absolute;bottom:2rem;right:1rem;text-decoration:underline;cursor:pointer}.form-template .modal-wrapper h1{color:#fff}.form-template .modal-wrapper p{margin:2rem 0}.form-template .modal-wrapper .app-select{max-width:250px}.form-template .modal-wrapper .app-label{margin-top:2rem}.form-template .modal-wrapper .app-button{margin-top:3rem}.form-template .modal-wrapper textarea{min-height:150px}.form-template .actions{position:fixed;top:0;left:0;right:0;flex-direction:row;padding:1rem 1.5rem;background-color:#0c091b}.form-template .actions,.form-template .actions .inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-template .actions .inputs{flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.form-template .actions .inputs .back{max-width:30px;max-height:30px;-webkit-transform:rotate(90deg) translateY(5px);transform:rotate(90deg) translateY(5px);cursor:pointer}.form-template .actions .inputs .app-input{width:100%}.form-template .actions .inputs .app-input:first-child{width:400px}.form-template .actions .inputs .app-input~.app-input{margin-left:1rem}.form-template .actions .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-template .actions .buttons .app-button{margin-left:1rem}.form-template .edit{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1}.form-template .edit,.form-template .edit>div{display:-webkit-box;display:-ms-flexbox;display:flex}.form-template .edit>div{width:calc(50vw - 1.5rem)}.form-template iframe{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:1rem;border:none;background:#aaa0d4;border-radius:4px}.form-template .editor{overflow:scroll;scrollbar-width:thin;scrollbar-color:#000 transparent;background:#322d48;border-radius:4px}.form-template .editor .editor-container{position:relative;width:2000px;height:6000px;background:#322d48}.form-template .editor .editor-container pre{width:2000px;height:6000px;margin:0;overflow:hidden}.form-template .editor .editor-container code{width:2000px;height:6000px;background:#322d48}.form-template .editor .editor-container textarea{all:unset;position:absolute;top:0;left:0;right:0;bottom:0;margin-top:1px;padding:1em;width:100%;height:100%;background:transparent;font-family:monospace;white-space-collapse:preserve;text-wrap:nowrap;white-space:pre;color:transparent;caret-color:#fff;overflow:hidden}