sistema.conectalaudos.com.br
Open in
urlscan Pro
104.16.42.105
Public Scan
URL:
https://sistema.conectalaudos.com.br/package/dynamic_js/56c6cdd1c41f8ea3a1d97affadde4291a3f414668056e854e7002cd4b2382d9f/conecta-laud...
Submission: On August 14 via api from US — Scanned from US
Submission: On August 14 via api from US — Scanned from US
Form analysis
0 forms found in the DOMText Content
if (!window._bubble_page_load_data) { window._bubble_page_load_data = {} } if (!window._bubble_page_load_data.js_execution_timings) { window._bubble_page_load_data.js_execution_timings = {} } window._bubble_page_load_data.js_execution_timings.dynamic_js_start_execution = Date.now(); if (!window._bubble_page_load_data) { window._bubble_page_load_data = {} } if (!window._bubble_page_load_data.js_execution_timings) { window._bubble_page_load_data.js_execution_timings = {} } window._bubble_page_load_data.js_execution_timings.dynamic_js_start_execution = Date.now(); window.preloaded = window.preloaded || {}; window.__code__ = window.__code__ || {}; if(!window.__code__['ec6ccd277be2e32a58afc311866195a2c3d6b62954e9e8d09320b85c5926f259']){window.__code__['ec6ccd277be2e32a58afc311866195a2c3d6b62954e9e8d09320b85c5926f259']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});init_define_process_env();init_shim();(function(a){var b=function(){"use strict";return{isMsie:function(){return/(msie|trident)/i.test(navigator.userAgent)?navigator.userAgent.match(/(msie |rv:)(\d+(.\d+)?)/i)[2]:!1},isBlankString:function(a2){return!a2||/^\s*$/.test(a2)},escapeRegExChars:function(a2){return a2.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},isString:function(a2){return typeof a2=="string"},isNumber:function(a2){return typeof a2=="number"},isArray:a.isArray,isFunction:a.isFunction,isObject:a.isPlainObject,isUndefined:function(a2){return typeof a2>"u"},toStr:function(a2){return b.isUndefined(a2)||a2===null?"":a2+""},bind:a.proxy,each:function(b2,c2){function d2(a2,b3){return c2(b3,a2)}a.each(b2,d2)},map:a.map,filter:a.grep,every:function(b2,c2){var d2=!0;return b2?(a.each(b2,function(a2,e2){return(d2=c2.call(null,e2,a2,b2))?void 0:!1}),!!d2):d2},some:function(b2,c2){var d2=!1;return b2?(a.each(b2,function(a2,e2){return(d2=c2.call(null,e2,a2,b2))?!1:void 0}),!!d2):d2},mixin:a.extend,getUniqueId:function(){var a2=0;return function(){return a2++}}(),templatify:function(b2){function c2(){return String(b2)}return a.isFunction(b2)?b2:c2},defer:function(a2){setTimeout(a2,0)},debounce:function(a2,b2,c2){var d2,e2;return function(){var f2,g2,h2=this,i2=arguments;return f2=function(){d2=null,c2||(e2=a2.apply(h2,i2))},g2=c2&&!d2,clearTimeout(d2),d2=setTimeout(f2,b2),g2&&(e2=a2.apply(h2,i2)),e2}},throttle:function(a2,b2){var c2,d2,e2,f2,g2,h2;return g2=0,h2=function(){g2=new Date,e2=null,f2=a2.apply(c2,d2)},function(){var i2=new Date,j2=b2-(i2-g2);return c2=this,d2=arguments,0>=j2?(clearTimeout(e2),e2=null,g2=i2,f2=a2.apply(c2,d2)):e2||(e2=setTimeout(h2,j2)),f2}},noop:function(){}}}(),c=function(){return{wrapper:'<span class="twitter-typeahead"></span>',dropdown:'<span class="tt-dropdown-menu"></span>',dataset:'<div class="tt-dataset-%CLASS%"></div>',suggestions:'<span class="tt-suggestions"></span>',suggestion:'<div class="tt-suggestion"></div>'}}(),d=function(){"use strict";var a2={wrapper:{position:"relative",display:"inline-block"},hint:{position:"absolute",top:"0",left:"0",borderColor:"transparent",boxShadow:"none",opacity:"1"},input:{position:"relative",verticalAlign:"top",backgroundColor:"transparent"},inputWithNoHint:{position:"relative",verticalAlign:"top"},dropdown:{position:"absolute",top:"100%",left:"0",zIndex:"100",display:"none"},suggestions:{display:"block"},suggestion:{whiteSpace:"nowrap",cursor:"pointer"},suggestionChild:{whiteSpace:"normal"},ltr:{left:"0",right:"auto"},rtl:{left:"auto",right:" 0"}};return b.isMsie()&&b.mixin(a2.input,{backgroundImage:"url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)"}),b.isMsie()&&b.isMsie()<=7&&b.mixin(a2.input,{marginTop:"-1px"}),a2}(),e=function(){"use strict";function c2(b2){b2&&b2.el||a.error("EventBus initialized without el"),this.$el=a(b2.el)}var d2="typeahead:";return b.mixin(c2.prototype,{trigger:function(a2){var b2=[].slice.call(arguments,1);this.$el.trigger(d2+a2,b2)}}),c2}(),f=function(){"use strict";function a2(a3,b3,c3,d3){var e3;if(!c3)return this;for(b3=b3.split(i2),c3=d3?h2(c3,d3):c3,this._callbacks=this._callbacks||{};e3=b3.shift();)this._callbacks[e3]=this._callbacks[e3]||{sync:[],async:[]},this._callbacks[e3][a3].push(c3);return this}function b2(b3,c3,d3){return a2.call(this,"async",b3,c3,d3)}function c2(b3,c3,d3){return a2.call(this,"sync",b3,c3,d3)}function d2(a3){var b3;if(!this._callbacks)return this;for(a3=a3.split(i2);b3=a3.shift();)delete this._callbacks[b3];return this}function e2(a3){var b3,c3,d3,e3,g3;if(!this._callbacks)return this;for(a3=a3.split(i2),d3=[].slice.call(arguments,1);(b3=a3.shift())&&(c3=this._callbacks[b3]);)e3=f2(c3.sync,this,[b3].concat(d3)),g3=f2(c3.async,this,[b3].concat(d3)),e3()&&j2(g3);return this}function f2(a3,b3,c3){function d3(){for(var d4,e3=0,f3=a3.length;!d4&&f3>e3;e3+=1)d4=a3[e3].apply(b3,c3)===!1;return!d4}return d3}function g2(){var a3;return a3=window.setImmediate?function(a4){setImmediate(function(){a4()})}:function(a4){setTimeout(function(){a4()},0)}}function h2(a3,b3){return a3.bind?a3.bind(b3):function(){a3.apply(b3,[].slice.call(arguments,0))}}var i2=/\s+/,j2=g2();return{onSync:c2,onAsync:b2,off:d2,trigger:e2}}(),g=function(a2){"use strict";function c2(a3,c3,d3){for(var e2,f2=[],g2=0,h2=a3.length;h2>g2;g2++)f2.push(b.escapeRegExChars(a3[g2]));return e2=d3?"\\b("+f2.join("|")+")\\b":"("+f2.join("|")+")",c3?new RegExp(e2):new RegExp(e2,"i")}var d2={node:null,pattern:null,tagName:"strong",className:null,wordsOnly:!1,caseSensitive:!1};return function(e2){function f2(b2){var c3,d3,f3;return(c3=h2.exec(b2.data))&&(f3=a2.createElement(e2.tagName),e2.className&&(f3.className=e2.className),d3=b2.splitText(c3.index),d3.splitText(c3[0].length),f3.appendChild(d3.cloneNode(!0)),b2.parentNode.replaceChild(f3,d3)),!!c3}function g2(a3,b2){for(var c3,d3=3,e3=0;e3<a3.childNodes.length;e3++)c3=a3.childNodes[e3],c3.nodeType===d3?e3+=b2(c3)?1:0:g2(c3,b2)}var h2;e2=b.mixin({},d2,e2),e2.node&&e2.pattern&&(e2.pattern=b.isArray(e2.pattern)?e2.pattern:[e2.pattern],h2=c2(e2.pattern,e2.caseSensitive,e2.wordsOnly),g2(e2.node,f2))}}(window.document),h=function(){"use strict";function c2(c3){var e3,f2,g3,i2,j2=this;c3=c3||{},c3.input||a.error("input is missing"),e3=b.bind(this._onBlur,this),f2=b.bind(this._onFocus,this),g3=b.bind(this._onKeydown,this),i2=b.bind(this._onInput,this),this.$hint=a(c3.hint),this.$input=a(c3.input).on("blur.tt",e3).on("focus.tt",f2).on("keydown.tt",g3),this.$hint.length===0&&(this.setHint=this.getHint=this.clearHint=this.clearHintIfInvalid=b.noop),b.isMsie()?this.$input.on("keydown.tt keypress.tt cut.tt paste.tt",function(a2){h2[a2.which||a2.keyCode]||b.defer(b.bind(j2._onInput,j2,a2))}):this.$input.on("input.tt",i2),this.query=this.$input.val(),this.$overflowHelper=d2(this.$input)}function d2(b2){return a('<pre aria-hidden="true"></pre>').css({position:"absolute",visibility:"hidden",whiteSpace:"pre",fontFamily:b2.css("font-family"),fontSize:b2.css("font-size"),fontStyle:b2.css("font-style"),fontVariant:b2.css("font-variant"),fontWeight:b2.css("font-weight"),wordSpacing:b2.css("word-spacing"),letterSpacing:b2.css("letter-spacing"),textIndent:b2.css("text-indent"),textRendering:b2.css("text-rendering"),textTransform:b2.css("text-transform")}).insertAfter(b2)}function e2(a2,b2){return c2.normalizeQuery(a2)===c2.normalizeQuery(b2)}function g2(a2){return a2.altKey||a2.ctrlKey||a2.metaKey||a2.shiftKey}var h2;return h2={9:"tab",27:"esc",37:"left",39:"right",13:"enter",38:"up",40:"down"},c2.normalizeQuery=function(a2){return(a2||"").replace(/^\s*/g,"").replace(/\s{2,}/g," ")},b.mixin(c2.prototype,f,{_onBlur:function(){this.resetInputValue(),this.trigger("blurred")},_onFocus:function(){this.trigger("focused")},_onKeydown:function(a2){var b2=h2[a2.which||a2.keyCode];this._managePreventDefault(b2,a2),b2&&this._shouldTrigger(b2,a2)&&this.trigger(b2+"Keyed",a2)},_onInput:function(){this._checkInputValue()},_managePreventDefault:function(a2,b2){var c3,d3,e3;switch(a2){case"tab":d3=this.getHint(),e3=this.getInputValue(),c3=d3&&d3!==e3&&!g2(b2);break;case"up":case"down":c3=!g2(b2);break;default:c3=!1}c3&&b2.preventDefault()},_shouldTrigger:function(a2,b2){var c3;switch(a2){case"tab":c3=!g2(b2);break;default:c3=!0}return c3},_checkInputValue:function(){var a2,b2,c3;a2=this.getInputValue(),b2=e2(a2,this.query),c3=b2?this.query.length!==a2.length:!1,this.query=a2,b2?c3&&this.trigger("whitespaceChanged",this.query):this.trigger("queryChanged",this.query)},focus:function(){this.$input.focus()},blur:function(){this.$input.blur()},getQuery:function(){return this.query},setQuery:function(a2){this.query=a2},getInputValue:function(){return this.$input.val()},setInputValue:function(a2,b2){this.$input.val(a2),b2?this.clearHint():this._checkInputValue()},resetInputValue:function(){this.setInputValue(this.query,!0)},getHint:function(){return this.$hint.val()},setHint:function(a2){this.$hint.val(a2)},clearHint:function(){this.setHint("")},clearHintIfInvalid:function(){var a2,b2,c3,d3;a2=this.getInputValue(),b2=this.getHint(),c3=a2!==b2&&b2.indexOf(a2)===0,d3=a2!==""&&c3&&!this.hasOverflow(),!d3&&this.clearHint()},getLanguageDirection:function(){return(this.$input.css("direction")||"ltr").toLowerCase()},hasOverflow:function(){var a2=this.$input.width()-2;return this.$overflowHelper.text(this.getInputValue()),this.$overflowHelper.width()>=a2},isCursorAtEnd:function(){var a2,c3,d3;return a2=this.$input.val().length,c3=this.$input[0].selectionStart,b.isNumber(c3)?c3===a2:document.selection?(d3=document.selection.createRange(),d3.moveStart("character",-a2),a2===d3.text.length):!0},destroy:function(){this.$hint.off(".tt"),this.$input.off(".tt"),this.$hint=this.$input=this.$overflowHelper=null}}),c2}(),i=function(){"use strict";function e2(d2){d2=d2||{},d2.templates=d2.templates||{},d2.source||a.error("missing source"),d2.name&&!j2(d2.name)&&a.error("invalid dataset name: "+d2.name),this.query=null,this.highlight=!!d2.highlight,this.name=d2.name||b.getUniqueId(),this.source=d2.source,this.displayFn=h2(d2.display||d2.displayKey),this.templates=i2(d2.templates,this.displayFn),this.$el=a(c.dataset.replace("%CLASS%",this.name))}function h2(a2){function c2(b2){return b2[a2]}return a2=a2||"value",b.isFunction(a2)?a2:c2}function i2(a2,c2){function d2(a3){return"<p>"+c2(a3)+"</p>"}return{empty:a2.empty&&b.templatify(a2.empty),header:a2.header&&b.templatify(a2.header),footer:a2.footer&&b.templatify(a2.footer),suggestion:a2.suggestion||d2}}function j2(a2){return/^[_a-zA-Z0-9-]+$/.test(a2)}var k2="ttDataset",l="ttValue",m="ttDatum";return e2.extractDatasetName=function(b2){return a(b2).data(k2)},e2.extractValue=function(b2){return a(b2).data(l)},e2.extractDatum=function(b2){return a(b2).data(m)},b.mixin(e2.prototype,f,{_render:function(e3,f2){function h3(){return p.templates.empty({query:e3,isEmpty:!0})}function i3(){function h4(b2){var e4;return e4=a(c.suggestion).append(p.templates.suggestion(b2)).data(k2,p.name).data(l,p.displayFn(b2)).data(m,b2),e4.children().each(function(){a(this).css(d.suggestionChild)}),e4}var i4,j4;return i4=a(c.suggestions).css(d.suggestions),j4=b.map(f2,h4),i4.append.apply(i4,j4),p.highlight&&g({className:"tt-highlight",node:i4[0],pattern:e3}),i4}function j3(){return p.templates.header({query:e3,isEmpty:!o})}function n(){return p.templates.footer({query:e3,isEmpty:!o})}if(this.$el){var o,p=this;this.$el.empty(),o=f2&&f2.length,!o&&this.templates.empty?this.$el.html(h3()).prepend(p.templates.header?j3():null).append(p.templates.footer?n():null):o&&this.$el.html(i3()).prepend(p.templates.header?j3():null).append(p.templates.footer?n():null),this.trigger("rendered")}},getRoot:function(){return this.$el},update:function(a2){function b2(b3){c2.canceled||a2!==c2.query||c2._render(a2,b3)}var c2=this;this.query=a2,this.canceled=!1,this.source(a2,b2)},cancel:function(){this.canceled=!0},clear:function(){this.cancel(),this.$el.empty(),this.trigger("rendered")},isEmpty:function(){return this.$el.is(":empty")},destroy:function(){this.$el=null}}),e2}(),j=function(){"use strict";function c2(c3){var d2,f2,g2,h2=this;c3=c3||{},c3.menu||a.error("menu is required"),this.isOpen=!1,this.isEmpty=!0,this.datasets=b.map(c3.datasets,e2),d2=b.bind(this._onSuggestionClick,this),f2=b.bind(this._onSuggestionMouseEnter,this),g2=b.bind(this._onSuggestionMouseLeave,this),this.$menu=a(c3.menu).on("click.tt",".tt-suggestion",d2).on("mouseenter.tt",".tt-suggestion",f2).on("mouseleave.tt",".tt-suggestion",g2),b.each(this.datasets,function(a2){h2.$menu.append(a2.getRoot()),a2.onSync("rendered",h2._onRendered,h2)})}function e2(a2){return new i(a2)}return b.mixin(c2.prototype,f,{_onSuggestionClick:function(b2){this.trigger("suggestionClicked",a(b2.currentTarget))},_onSuggestionMouseEnter:function(b2){this._removeCursor(),this._setCursor(a(b2.currentTarget),!0)},_onSuggestionMouseLeave:function(){this._removeCursor()},_onRendered:function(){function a2(a3){return a3.isEmpty()}this.isEmpty=b.every(this.datasets,a2),this.isEmpty?this._hide():this.isOpen&&this._show(),this.trigger("datasetRendered")},_hide:function(){this.$menu.hide()},_show:function(){this.$menu.css("display","block")},_getSuggestions:function(){return this.$menu.find(".tt-suggestion")},_getCursor:function(){return this.$menu.find(".tt-cursor").first()},_setCursor:function(a2,b2){a2.first().addClass("tt-cursor"),!b2&&this.trigger("cursorMoved")},_removeCursor:function(){this._getCursor().removeClass("tt-cursor")},_moveCursor:function(a2){var b2,c3,d2,e3;if(this.isOpen){if(c3=this._getCursor(),b2=this._getSuggestions(),this._removeCursor(),d2=b2.index(c3)+a2,d2=(d2+1)%(b2.length+1)-1,d2===-1)return void this.trigger("cursorRemoved");-1>d2&&(d2=b2.length-1),this._setCursor(e3=b2.eq(d2)),this._ensureVisible(e3)}},_ensureVisible:function(a2){var b2,c3,d2,e3;b2=a2.position().top,c3=b2+a2.outerHeight(!0),d2=this.$menu.scrollTop(),e3=this.$menu.height()+parseInt(this.$menu.css("paddingTop"),10)+parseInt(this.$menu.css("paddingBottom"),10),0>b2?this.$menu.scrollTop(d2+b2):c3>e3&&this.$menu.scrollTop(d2+(c3-e3))},close:function(){this.isOpen&&(this.isOpen=!1,this._removeCursor(),this._hide(),this.trigger("closed"))},open:function(){this.isOpen||(this.isOpen=!0,!this.isEmpty&&this._show(),this.trigger("opened"))},setLanguageDirection:function(a2){this.$menu.css(a2==="ltr"?d.ltr:d.rtl)},moveCursorUp:function(){this._moveCursor(-1)},moveCursorDown:function(){this._moveCursor(1)},getDatumForSuggestion:function(a2){var b2=null;return a2.length&&(b2={raw:i.extractDatum(a2),value:i.extractValue(a2),datasetName:i.extractDatasetName(a2)}),b2},getDatumForCursor:function(){return this.getDatumForSuggestion(this._getCursor().first())},getDatumForTopSuggestion:function(){return this.getDatumForSuggestion(this._getSuggestions().first())},update:function(a2){function c3(b2){b2.update(a2)}b.each(this.datasets,c3)},empty:function(){function a2(a3){a3.clear()}b.each(this.datasets,a2),this.isEmpty=!0},isVisible:function(){return this.isOpen&&!this.isEmpty},destroy:function(){function a2(a3){a3.destroy()}this.$menu.off(".tt"),this.$menu=null,b.each(this.datasets,a2)}}),c2}(),k=function(){"use strict";function f2(c2){var d2,f3,i3;c2=c2||{},c2.input||a.error("missing input"),this.isActivated=!1,this.autoselect=!!c2.autoselect,this.minLength=b.isNumber(c2.minLength)?c2.minLength:1,this.$node=g2(c2.input,c2.withHint),d2=this.$node.find(".tt-dropdown-menu"),f3=this.$node.find(".tt-input"),i3=this.$node.find(".tt-hint"),f3.on("blur.tt",function(a2){var c3,e2,g3;c3=document.activeElement,e2=d2.is(c3),g3=d2.has(c3).length>0,b.isMsie()&&(e2||g3)&&(a2.preventDefault(),a2.stopImmediatePropagation(),b.defer(function(){f3.focus()}))}),d2.on("mousedown.tt",function(a2){a2.preventDefault()}),this.eventBus=c2.eventBus||new e({el:f3}),this.dropdown=new j({menu:d2,datasets:c2.datasets}).onSync("suggestionClicked",this._onSuggestionClicked,this).onSync("cursorMoved",this._onCursorMoved,this).onSync("cursorRemoved",this._onCursorRemoved,this).onSync("opened",this._onOpened,this).onSync("closed",this._onClosed,this).onAsync("datasetRendered",this._onDatasetRendered,this),this.input=new h({input:f3,hint:i3}).onSync("focused",this._onFocused,this).onSync("blurred",this._onBlurred,this).onSync("enterKeyed",this._onEnterKeyed,this).onSync("tabKeyed",this._onTabKeyed,this).onSync("escKeyed",this._onEscKeyed,this).onSync("upKeyed",this._onUpKeyed,this).onSync("downKeyed",this._onDownKeyed,this).onSync("leftKeyed",this._onLeftKeyed,this).onSync("rightKeyed",this._onRightKeyed,this).onSync("queryChanged",this._onQueryChanged,this).onSync("whitespaceChanged",this._onWhitespaceChanged,this),this._setLanguageDirection()}function g2(b2,e2){var f3,g3,h2,j2;f3=a(b2),g3=a(c.wrapper).css(d.wrapper),h2=a(c.dropdown).css(d.dropdown),j2=f3.clone().css(d.hint).css(i2(f3)),j2.val("").removeData().addClass("tt-hint").removeAttr("id name placeholder required").prop("readonly",!0).attr({autocomplete:"off",spellcheck:"false",tabindex:-1}),f3.data(l,{dir:f3.attr("dir"),autocomplete:f3.attr("autocomplete"),spellcheck:f3.attr("spellcheck"),style:f3.attr("style")}),f3.addClass("tt-input").attr({autocomplete:"off",spellcheck:!1}).css(e2?d.input:d.inputWithNoHint);try{!f3.attr("dir")&&f3.attr("dir","auto")}catch{}return f3.wrap(g3).parent().prepend(e2?j2:null).append(h2)}function i2(a2){return{backgroundAttachment:a2.css("background-attachment"),backgroundClip:a2.css("background-clip"),backgroundColor:a2.css("background-color"),backgroundImage:a2.css("background-image"),backgroundOrigin:a2.css("background-origin"),backgroundPosition:a2.css("background-position"),backgroundRepeat:a2.css("background-repeat"),backgroundSize:a2.css("background-size")}}function k2(a2){var c2=a2.find(".tt-input");b.each(c2.data(l),function(a3,d2){b.isUndefined(a3)?c2.removeAttr(d2):c2.attr(d2,a3)}),c2.detach().removeData(l).removeClass("tt-input").insertAfter(a2),a2.remove()}var l="ttAttrs";return b.mixin(f2.prototype,{_onSuggestionClicked:function(a2,b2){var c2;(c2=this.dropdown.getDatumForSuggestion(b2))&&this._select(c2)},_onCursorMoved:function(){var a2=this.dropdown.getDatumForCursor();this.input.setInputValue(a2.value,!0),this.eventBus.trigger("cursorchanged",a2.raw,a2.datasetName)},_onCursorRemoved:function(){this.input.resetInputValue(),this._updateHint()},_onDatasetRendered:function(){this._updateHint()},_onOpened:function(){this._updateHint(),this.eventBus.trigger("opened")},_onClosed:function(){this.input.clearHint(),this.eventBus.trigger("closed")},_onFocused:function(){this.isActivated=!0,this.dropdown.open()},_onBlurred:function(){this.isActivated=!1,this.dropdown.empty(),this.dropdown.close()},_onEnterKeyed:function(a2,b2){var c2,d2;c2=this.dropdown.getDatumForCursor(),d2=this.dropdown.getDatumForTopSuggestion(),c2?(this._select(c2),b2.preventDefault()):this.autoselect&&d2&&(this._select(d2),b2.preventDefault())},_onTabKeyed:function(a2,b2){var c2;(c2=this.dropdown.getDatumForCursor())?(this._select(c2),b2.preventDefault()):this._autocomplete(!0)},_onEscKeyed:function(){this.dropdown.close(),this.input.resetInputValue()},_onUpKeyed:function(){var a2=this.input.getQuery();this.dropdown.isEmpty&&a2.length>=this.minLength?this.dropdown.update(a2):this.dropdown.moveCursorUp(),this.dropdown.open()},_onDownKeyed:function(){var a2=this.input.getQuery();this.dropdown.isEmpty&&a2.length>=this.minLength?this.dropdown.update(a2):this.dropdown.moveCursorDown(),this.dropdown.open()},_onLeftKeyed:function(){this.dir==="rtl"&&this._autocomplete()},_onRightKeyed:function(){this.dir==="ltr"&&this._autocomplete()},_onQueryChanged:function(a2,b2){this.input.clearHintIfInvalid(),b2.length>=this.minLength?this.dropdown.update(b2):this.dropdown.empty(),this.dropdown.open(),this._setLanguageDirection()},_onWhitespaceChanged:function(){this._updateHint(),this.dropdown.open()},_setLanguageDirection:function(){var a2;this.dir!==(a2=this.input.getLanguageDirection())&&(this.dir=a2,this.$node.css("direction",a2),this.dropdown.setLanguageDirection(a2))},_updateHint:function(){var a2,c2,d2,e2,f3,g3;a2=this.dropdown.getDatumForTopSuggestion(),a2&&this.dropdown.isVisible()&&!this.input.hasOverflow()?(c2=this.input.getInputValue(),d2=h.normalizeQuery(c2),e2=b.escapeRegExChars(d2),f3=new RegExp("^(?:"+e2+")(.+$)","i"),g3=f3.exec(a2.value),g3?this.input.setHint(c2+g3[1]):this.input.clearHint()):this.input.clearHint()},_autocomplete:function(a2){var b2,c2,d2,e2;b2=this.input.getHint(),c2=this.input.getQuery(),d2=a2||this.input.isCursorAtEnd(),b2&&c2!==b2&&d2&&(e2=this.dropdown.getDatumForTopSuggestion(),e2&&this.input.setInputValue(e2.value),this.eventBus.trigger("autocompleted",e2.raw,e2.datasetName))},_select:function(a2){this.input.setQuery(a2.value),this.input.setInputValue(a2.value,!0),this._setLanguageDirection(),this.eventBus.trigger("selected",a2.raw,a2.datasetName),this.dropdown.close(),b.defer(b.bind(this.dropdown.empty,this.dropdown))},open:function(){this.dropdown.open()},close:function(){this.dropdown.close()},setVal:function(a2){a2=b.toStr(a2),this.isActivated?this.input.setInputValue(a2):(this.input.setQuery(a2),this.input.setInputValue(a2,!0)),this._setLanguageDirection()},getVal:function(){return this.input.getQuery()},destroy:function(){this.input.destroy(),this.dropdown.destroy(),k2(this.$node),this.$node=null}}),f2}();(function(){"use strict";var c2,d2,f2;c2=a.fn.typeahead,d2="ttTypeahead",f2={initialize:function(c3,f3){function g2(){var g3,h2,i2=a(this);b.each(f3,function(a2){a2.highlight=!!c3.highlight}),h2=new k({input:i2,eventBus:g3=new e({el:i2}),withHint:b.isUndefined(c3.hint)?!0:!!c3.hint,minLength:c3.minLength,autoselect:c3.autoselect,datasets:f3}),i2.data(d2,h2)}return f3=b.isArray(f3)?f3:[].slice.call(arguments,1),c3=c3||{},this.each(g2)},open:function(){function b2(){var b3,c3=a(this);(b3=c3.data(d2))&&b3.open()}return this.each(b2)},close:function(){function b2(){var b3,c3=a(this);(b3=c3.data(d2))&&b3.close()}return this.each(b2)},val:function(b2){function c3(){var c4,e3=a(this);(c4=e3.data(d2))&&c4.setVal(b2)}function e2(a2){var b3,c4;return(b3=a2.data(d2))&&(c4=b3.getVal()),c4}return arguments.length?this.each(c3):e2(this.first())},destroy:function(){function b2(){var b3,c3=a(this);(b3=c3.data(d2))&&(b3.destroy(),c3.removeData(d2))}return this.each(b2)}},a.fn.typeahead=function(b2){var c3;return f2[b2]&&b2!=="initialize"?(c3=this.filter(function(){return!!a(this).data(d2)}),f2[b2].apply(c3,[].slice.call(arguments,1))):f2.initialize.apply(this,arguments)},a.fn.typeahead.noConflict=function(){return a.fn.typeahead=c2,this}})()})(window.jQuery);})(); /*! * typeahead.js 0.10.5 * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/typeahead.jquery.min'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['e9d4002ee6acf284d7504c32b6204e9d4253da94cdd53b10bb0f79a29b03551c']){window.__code__['e9d4002ee6acf284d7504c32b6204e9d4253da94cdd53b10bb0f79a29b03551c']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});init_define_process_env();init_shim();(function(factory){let browser_global=this!=null?this:window;typeof define=="function"&&define.amd?define("picker",["jquery"],factory):browser_global.Picker=factory(jQuery)})(function($){var $window=$(window),$document=$(document),$html=$(document.documentElement),supportsTransitions=document.documentElement.style.transition!=null;function PickerConstructor(ELEMENT,NAME,COMPONENT,OPTIONS){if(!ELEMENT)return PickerConstructor;var IS_DEFAULT_THEME=!1,STATE={id:ELEMENT.id||"P"+Math.abs(~~(Math.random()*new Date))},SETTINGS=COMPONENT?$.extend(!0,{},COMPONENT.defaults,OPTIONS):OPTIONS||{},CLASSES=$.extend({},PickerConstructor.klasses(),SETTINGS.klass),$ELEMENT=$(ELEMENT),PickerInstance=function(){return this.start()},P=PickerInstance.prototype={constructor:PickerInstance,$node:$ELEMENT,start:function(){return STATE&&STATE.start?P:(STATE.methods={},STATE.start=!0,STATE.open=!1,STATE.type=ELEMENT.type,ELEMENT.autofocus=ELEMENT==getActiveElement(),ELEMENT.readOnly=!SETTINGS.editable,ELEMENT.id=ELEMENT.id||STATE.id,ELEMENT.type!="text"&&(ELEMENT.type="text"),P.component=new COMPONENT(P,SETTINGS),P.$root=$('<div class="'+CLASSES.picker+'" id="'+ELEMENT.id+'_root" />'),prepareElementRoot(),P.$holder=$(createWrappedComponent()).appendTo(P.$root),prepareElementHolder(),SETTINGS.formatSubmit&&prepareElementHidden(),prepareElement(),SETTINGS.containerHidden?$(SETTINGS.containerHidden).append(P._hidden):$ELEMENT.after(P._hidden),SETTINGS.container?$(SETTINGS.container).append(P.$root):$ELEMENT.after(P.$root),P.on({start:P.component.onStart,render:P.component.onRender,stop:P.component.onStop,open:P.component.onOpen,close:P.component.onClose,set:P.component.onSet}).on({start:SETTINGS.onStart,render:SETTINGS.onRender,stop:SETTINGS.onStop,open:SETTINGS.onOpen,close:SETTINGS.onClose,set:SETTINGS.onSet}),IS_DEFAULT_THEME=isUsingDefaultTheme(P.$holder[0]),ELEMENT.autofocus&&P.open(),P.trigger("start").trigger("render"))},render:function(entireComponent){return entireComponent?(P.$holder=$(createWrappedComponent()),prepareElementHolder(),P.$root.html(P.$holder)):P.$root.find("."+CLASSES.box).html(P.component.nodes(STATE.open)),P.trigger("render")},stop:function(){return STATE.start&&(P.close(),P._hidden&&P._hidden.parentNode.removeChild(P._hidden),P.$root.remove(),$ELEMENT.removeClass(CLASSES.input).removeData(NAME),setTimeout(function(){$ELEMENT.off("."+STATE.id)},0),ELEMENT.type=STATE.type,ELEMENT.readOnly=!1,P.trigger("stop"),STATE.methods={},STATE.start=!1),P},open:function(dontGiveFocus){return STATE.open?P:($ELEMENT.addClass(CLASSES.active),aria(ELEMENT,"expanded",!0),setTimeout(function(){P.$root.addClass(CLASSES.opened),aria(P.$root[0],"hidden",!1)},0),dontGiveFocus!==!1&&setTimeout(function(){STATE.open=!0,IS_DEFAULT_THEME&&$html.css("overflow","hidden").css("padding-right","+="+getScrollbarWidth()),focusPickerOnceOpened(),$document.on("click."+STATE.id+" focusin."+STATE.id,function(event){var target=event.target;target!=ELEMENT&&target!=document&&event.which!=3&&P.close(target===P.$holder[0])}).on("keydown."+STATE.id,function(event){var keycode=event.keyCode,keycodeToMove=P.component.key[keycode],target=event.target;keycode==27?P.close(!0):target==P.$holder[0]&&(keycodeToMove||keycode==13)?(event.preventDefault(),keycodeToMove?PickerConstructor._.trigger(P.component.key.go,P,[PickerConstructor._.trigger(keycodeToMove)]):P.$root.find("."+CLASSES.highlighted).hasClass(CLASSES.disabled)||(P.set("select",P.component.item.highlight),SETTINGS.closeOnSelect&&P.close(!0))):$.contains(P.$root[0],target)&&keycode==13&&(event.preventDefault(),target.click())})},150),P.trigger("open"))},close:function(giveFocus){return giveFocus&&(SETTINGS.editable?ELEMENT.focus():(P.$holder.off("focus.toOpen").focus(),setTimeout(function(){P.$holder.on("focus.toOpen",handleFocusToOpenEvent)},0))),$ELEMENT.removeClass(CLASSES.active),aria(ELEMENT,"expanded",!1),setTimeout(function(){P.$root.removeClass(CLASSES.opened+" "+CLASSES.focused),aria(P.$root[0],"hidden",!0)},0),STATE.open?(STATE.open=!1,IS_DEFAULT_THEME&&$html.css("overflow","").css("padding-right","-="+getScrollbarWidth()),$document.off("."+STATE.id),P.trigger("close")):P},clear:function(options){return P.set("clear",null,options)},set:function(thing,value,options){var thingItem,thingValue,thingIsObject=$.isPlainObject(thing),thingObject=thingIsObject?thing:{};if(options=thingIsObject&&$.isPlainObject(value)?value:options||{},thing){thingIsObject||(thingObject[thing]=value);for(thingItem in thingObject)thingValue=thingObject[thingItem],thingItem in P.component.item&&(thingValue===void 0&&(thingValue=null),P.component.set(thingItem,thingValue,options)),(thingItem=="select"||thingItem=="clear")&&$ELEMENT.val(thingItem=="clear"?"":P.get(thingItem,SETTINGS.format)).trigger("change");P.render()}return options.muted?P:P.trigger("set",thingObject)},get:function(thing,format){if(thing=thing||"value",STATE[thing]!=null)return STATE[thing];if(thing=="valueSubmit"){if(P._hidden)return P._hidden.value;thing="value"}if(thing=="value")return ELEMENT.value;if(thing in P.component.item){if(typeof format=="string"){var thingValue=P.component.get(thing);return thingValue?PickerConstructor._.trigger(P.component.formats.toString,P.component,[format,thingValue]):""}return P.component.get(thing)}},on:function(thing,method,internal){var thingName,thingMethod,thingIsObject=$.isPlainObject(thing),thingObject=thingIsObject?thing:{};if(thing){thingIsObject||(thingObject[thing]=method);for(thingName in thingObject)thingMethod=thingObject[thingName],internal&&(thingName="_"+thingName),STATE.methods[thingName]=STATE.methods[thingName]||[],STATE.methods[thingName].push(thingMethod)}return P},off:function(){var i,thingName,names=arguments;for(i=0,namesCount=names.length;i<namesCount;i+=1)thingName=names[i],thingName in STATE.methods&&delete STATE.methods[thingName];return P},trigger:function(name,data){var _trigger=function(name2){var methodList=STATE.methods[name2];methodList&&methodList.map(function(method){PickerConstructor._.trigger(method,P,[data])})};return _trigger("_"+name),_trigger(name),P}};function createWrappedComponent(){return PickerConstructor._.node("div",PickerConstructor._.node("div",PickerConstructor._.node("div",PickerConstructor._.node("div",P.component.nodes(STATE.open),CLASSES.box),CLASSES.wrap),CLASSES.frame),CLASSES.holder,'tabindex="-1"')}function prepareElement(){$ELEMENT.data(NAME,P).addClass(CLASSES.input).val($ELEMENT.data("value")?P.get("select",SETTINGS.format):ELEMENT.value),SETTINGS.editable||$ELEMENT.on("focus."+STATE.id+" click."+STATE.id,function(event){event.preventDefault(),P.open()}).on("keydown."+STATE.id,handleKeydownEvent),aria(ELEMENT,{haspopup:!0,expanded:!1,readonly:!1,owns:ELEMENT.id+"_root"})}function prepareElementRoot(){aria(P.$root[0],"hidden",!0)}function prepareElementHolder(){P.$holder.on({keydown:handleKeydownEvent,"focus.toOpen":handleFocusToOpenEvent,blur:function(){$ELEMENT.removeClass(CLASSES.target)},focusin:function(event){P.$root.removeClass(CLASSES.focused),event.stopPropagation()},"mousedown click":function(event){var target=event.target;target!=P.$holder[0]&&(event.stopPropagation(),event.type=="mousedown"&&!$(target).is("input, select, textarea, button, option")&&(event.preventDefault(),P.$holder[0].focus()))}}).on("click","[data-pick], [data-nav], [data-clear], [data-close]",function(){var $target=$(this),targetData=$target.data(),targetDisabled=$target.hasClass(CLASSES.navDisabled)||$target.hasClass(CLASSES.disabled),activeElement=getActiveElement();activeElement=activeElement&&(activeElement.type||activeElement.href),(targetDisabled||activeElement&&!$.contains(P.$root[0],activeElement))&&P.$holder[0].focus(),!targetDisabled&&targetData.nav?P.set("highlight",P.component.item.highlight,{nav:targetData.nav}):!targetDisabled&&"pick"in targetData?(P.set("select",targetData.pick),SETTINGS.closeOnSelect&&P.close(!0)):targetData.clear?(P.clear(),SETTINGS.closeOnClear&&P.close(!0)):targetData.close&&P.close(!0)})}function prepareElementHidden(){var name;SETTINGS.hiddenName===!0?(name=ELEMENT.name,ELEMENT.name=""):(name=[typeof SETTINGS.hiddenPrefix=="string"?SETTINGS.hiddenPrefix:"",typeof SETTINGS.hiddenSuffix=="string"?SETTINGS.hiddenSuffix:"_submit"],name=name[0]+ELEMENT.name+name[1]),P._hidden=$('<input type=hidden name="'+name+'"'+($ELEMENT.data("value")||ELEMENT.value?' value="'+P.get("select",SETTINGS.formatSubmit)+'"':"")+">")[0],$ELEMENT.on("change."+STATE.id,function(){P._hidden.value=ELEMENT.value?P.get("select",SETTINGS.formatSubmit):""})}function focusPickerOnceOpened(){IS_DEFAULT_THEME&&supportsTransitions?P.$holder.find("."+CLASSES.frame).one("transitionend",function(){P.$holder[0].focus()}):P.$holder[0].focus()}function handleFocusToOpenEvent(event){event.stopPropagation(),$ELEMENT.addClass(CLASSES.target),P.$root.addClass(CLASSES.focused),P.open()}function handleKeydownEvent(event){var keycode=event.keyCode,isKeycodeDelete=/^(8|46)$/.test(keycode);if(keycode==27)return P.close(!0),!1;(keycode==32||isKeycodeDelete||!STATE.open&&P.component.key[keycode])&&(event.preventDefault(),event.stopPropagation(),isKeycodeDelete?P.clear().close():P.open())}return new PickerInstance}PickerConstructor.klasses=function(prefix){return prefix=prefix||"picker",{picker:prefix,opened:prefix+"--opened",focused:prefix+"--focused",input:prefix+"__input",active:prefix+"__input--active",target:prefix+"__input--target",holder:prefix+"__holder",frame:prefix+"__frame",wrap:prefix+"__wrap",box:prefix+"__box"}};function isUsingDefaultTheme(element){var theme,prop="position";return element.currentStyle?theme=element.currentStyle[prop]:window.getComputedStyle&&(theme=getComputedStyle(element)[prop]),theme=="fixed"}function getScrollbarWidth(){if($html.height()<=$window.height())return 0;var $outer=$('<div style="visibility:hidden;width:100px" />').appendTo("body"),widthWithoutScroll=$outer[0].offsetWidth;$outer.css("overflow","scroll");var $inner=$('<div style="width:100%" />').appendTo($outer),widthWithScroll=$inner[0].offsetWidth;return $outer.remove(),widthWithoutScroll-widthWithScroll}PickerConstructor._={group:function(groupObject){for(var loopObjectScope,nodesList="",counter=PickerConstructor._.trigger(groupObject.min,groupObject);counter<=PickerConstructor._.trigger(groupObject.max,groupObject,[counter]);counter+=groupObject.i)loopObjectScope=PickerConstructor._.trigger(groupObject.item,groupObject,[counter]),nodesList+=PickerConstructor._.node(groupObject.node,loopObjectScope[0],loopObjectScope[1],loopObjectScope[2]);return nodesList},node:function(wrapper,item,klass,attribute){return item?(item=$.isArray(item)?item.join(""):item,klass=klass?' class="'+klass+'"':"",attribute=attribute?" "+attribute:"","<"+wrapper+klass+attribute+">"+item+"</"+wrapper+">"):""},lead:function(number){return(number<10?"0":"")+number},trigger:function(callback,scope,args){return typeof callback=="function"?callback.apply(scope,args||[]):callback},digits:function(string){return/\d/.test(string[1])?2:1},isDate:function(value){return{}.toString.call(value).indexOf("Date")>-1&&this.isInteger(value.getDate())},isInteger:function(value){return{}.toString.call(value).indexOf("Number")>-1&&value%1===0},ariaAttr},PickerConstructor.extend=function(name,Component){$.fn[name]=function(options,action){var componentData=this.data(name);return options=="picker"?componentData:componentData&&typeof options=="string"?PickerConstructor._.trigger(componentData[options],componentData,[action]):this.each(function(){var $this=$(this);$this.data(name)||new PickerConstructor(this,name,Component,options)})},$.fn[name].defaults=Component.defaults};function aria(element,attribute,value){if($.isPlainObject(attribute))for(var key in attribute)ariaSet(element,key,attribute[key]);else ariaSet(element,attribute,value)}function ariaSet(element,attribute,value){element.setAttribute((attribute=="role"?"":"aria-")+attribute,value)}function ariaAttr(attribute,data){$.isPlainObject(attribute)||(attribute={attribute:data}),data="";for(var key in attribute){var attr=(key=="role"?"":"aria-")+key,attrVal=attribute[key];data+=attrVal==null?"":attr+'="'+attribute[key]+'"'}return data}function getActiveElement(){try{return document.activeElement}catch{}}return PickerConstructor});})(); /*! * pickadate.js v3.5.6, 2015/04/20 * By Amsul, http://amsul.ca * Hosted on http://amsul.github.io/pickadate.js * Licensed under MIT */ /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/datepicker/picker'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['9c63fea245c0e912129f2ab519d254a321ac1cc78b8dc4d3d92b291ff656adf9']){window.__code__['9c63fea245c0e912129f2ab519d254a321ac1cc78b8dc4d3d92b291ff656adf9']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});init_define_process_env();init_shim();(function(factory){typeof define=="function"&&define.amd?define(["picker","jquery"],factory):factory(Picker,jQuery)})(function(Picker2,$){var DAYS_IN_WEEK=7,WEEKS_IN_CALENDAR=6,_=Picker2._;function DatePicker(picker,settings){var calendar=this,element=picker.$node[0],elementValue=element.value,elementDataValue=picker.$node.data("value"),valueString=elementDataValue||elementValue,formatString=elementDataValue?settings.formatSubmit:settings.format,isRTL=function(){return element.currentStyle?element.currentStyle.direction=="rtl":getComputedStyle(picker.$root[0]).direction=="rtl"};calendar.settings=settings,calendar.$node=picker.$node,calendar.queue={min:"measure create",max:"measure create",now:"now create",select:"parse create validate",highlight:"parse navigate create validate",view:"parse create validate viewset",disable:"deactivate",enable:"activate"},calendar.item={},calendar.item.clear=null,calendar.item.disable=(settings.disable||[]).slice(0),calendar.item.enable=-function(collectionDisabled){return collectionDisabled[0]===!0?collectionDisabled.shift():-1}(calendar.item.disable),calendar.set("min",settings.min).set("max",settings.max).set("now"),valueString?calendar.set("select",valueString,{format:formatString,defaultValue:!0}):calendar.set("select",null).set("highlight",calendar.item.now),calendar.key={40:7,38:-7,39:function(){return isRTL()?-1:1},37:function(){return isRTL()?1:-1},go:function(timeChange){var highlightedObject=calendar.item.highlight,targetDate=new Date(highlightedObject.year,highlightedObject.month,highlightedObject.date+timeChange);calendar.set("highlight",targetDate,{interval:timeChange}),this.render()}},picker.on("render",function(){picker.$root.find("."+settings.klass.selectMonth).on("change",function(){var value=this.value;value&&(picker.set("highlight",[picker.get("view").year,value,picker.get("highlight").date]),picker.$root.find("."+settings.klass.selectMonth).trigger("focus"))}),picker.$root.find("."+settings.klass.selectYear).on("change",function(){var value=this.value;value&&(picker.set("highlight",[value,picker.get("view").month,picker.get("highlight").date]),picker.$root.find("."+settings.klass.selectYear).trigger("focus"))})},1).on("open",function(){var includeToday="";calendar.disabled(calendar.get("now"))&&(includeToday=":not(."+settings.klass.buttonToday+")"),picker.$root.find("button"+includeToday+", select").attr("disabled",!1)},1).on("close",function(){picker.$root.find("button, select").attr("disabled",!0)},1)}DatePicker.prototype.set=function(type,value,options){var calendar=this,calendarItem=calendar.item;return value===null?(type=="clear"&&(type="select"),calendarItem[type]=value,calendar):(calendarItem[type=="enable"?"disable":type=="flip"?"enable":type]=calendar.queue[type].split(" ").map(function(method){return value=calendar[method](type,value,options),value}).pop(),type=="select"?calendar.set("highlight",calendarItem.select,options):type=="highlight"?calendar.set("view",calendarItem.highlight,options):type.match(/^(flip|min|max|disable|enable)$/)&&(calendarItem.select&&calendar.disabled(calendarItem.select)&&calendar.set("select",calendarItem.select,options),calendarItem.highlight&&calendar.disabled(calendarItem.highlight)&&calendar.set("highlight",calendarItem.highlight,options)),calendar)},DatePicker.prototype.get=function(type){return this.item[type]},DatePicker.prototype.create=function(type,value,options){var isInfiniteValue,calendar=this;return value=value===void 0?type:value,value==-1/0||value==1/0?isInfiniteValue=value:$.isPlainObject(value)&&_.isInteger(value.pick)?value=value.obj:$.isArray(value)?(value=new Date(value[0],value[1],value[2]),value=_.isDate(value)?value:calendar.create().obj):_.isInteger(value)||_.isDate(value)?value=calendar.normalize(new Date(value),options):value=calendar.now(type,value,options),{year:isInfiniteValue||value.getFullYear(),month:isInfiniteValue||value.getMonth(),date:isInfiniteValue||value.getDate(),day:isInfiniteValue||value.getDay(),obj:isInfiniteValue||value,pick:isInfiniteValue||value.getTime()}},DatePicker.prototype.createRange=function(from,to){var calendar=this,createDate=function(date){return date===!0||$.isArray(date)||_.isDate(date)?calendar.create(date):date};return _.isInteger(from)||(from=createDate(from)),_.isInteger(to)||(to=createDate(to)),_.isInteger(from)&&$.isPlainObject(to)?from=[to.year,to.month,to.date+from]:_.isInteger(to)&&$.isPlainObject(from)&&(to=[from.year,from.month,from.date+to]),{from:createDate(from),to:createDate(to)}},DatePicker.prototype.withinRange=function(range,dateUnit){return range=this.createRange(range.from,range.to),dateUnit.pick>=range.from.pick&&dateUnit.pick<=range.to.pick},DatePicker.prototype.overlapRanges=function(one,two){var calendar=this;return one=calendar.createRange(one.from,one.to),two=calendar.createRange(two.from,two.to),calendar.withinRange(one,two.from)||calendar.withinRange(one,two.to)||calendar.withinRange(two,one.from)||calendar.withinRange(two,one.to)},DatePicker.prototype.now=function(type,value,options){return value=new Date,options&&options.rel&&value.setDate(value.getDate()+options.rel),this.normalize(value,options)},DatePicker.prototype.navigate=function(type,value,options){var targetDateObject,targetYear,targetMonth,targetDate,isTargetArray=$.isArray(value),isTargetObject=$.isPlainObject(value),viewsetObject=this.item.view;if(isTargetArray||isTargetObject){for(isTargetObject?(targetYear=value.year,targetMonth=value.month,targetDate=value.date):(targetYear=+value[0],targetMonth=+value[1],targetDate=+value[2]),options&&options.nav&&viewsetObject&&viewsetObject.month!==targetMonth&&(targetYear=viewsetObject.year,targetMonth=viewsetObject.month),targetDateObject=new Date(targetYear,targetMonth+(options&&options.nav?options.nav:0),1),targetYear=targetDateObject.getFullYear(),targetMonth=targetDateObject.getMonth();new Date(targetYear,targetMonth,targetDate).getMonth()!==targetMonth;)targetDate-=1;value=[targetYear,targetMonth,targetDate]}return value},DatePicker.prototype.normalize=function(value){return value.setHours(0,0,0,0),value},DatePicker.prototype.measure=function(type,value){var calendar=this;return value?typeof value=="string"?value=calendar.parse(type,value):_.isInteger(value)&&(value=calendar.now(type,value,{rel:value})):value=type=="min"?-1/0:1/0,value},DatePicker.prototype.viewset=function(type,dateObject){return this.create([dateObject.year,dateObject.month,1])},DatePicker.prototype.validate=function(type,dateObject,options){var calendar=this,originalDateObject=dateObject,interval=options&&options.interval?options.interval:1,isFlippedBase=calendar.item.enable===-1,hasEnabledBeforeTarget,hasEnabledAfterTarget,minLimitObject=calendar.item.min,maxLimitObject=calendar.item.max,reachedMin,reachedMax,hasEnabledWeekdays=isFlippedBase&&calendar.item.disable.filter(function(value){if($.isArray(value)){var dateTime=calendar.create(value).pick;dateTime<dateObject.pick?hasEnabledBeforeTarget=!0:dateTime>dateObject.pick&&(hasEnabledAfterTarget=!0)}return _.isInteger(value)}).length;if((!options||!options.nav&&!options.defaultValue)&&(!isFlippedBase&&calendar.disabled(dateObject)||isFlippedBase&&calendar.disabled(dateObject)&&(hasEnabledWeekdays||hasEnabledBeforeTarget||hasEnabledAfterTarget)||!isFlippedBase&&(dateObject.pick<=minLimitObject.pick||dateObject.pick>=maxLimitObject.pick)))for(isFlippedBase&&!hasEnabledWeekdays&&(!hasEnabledAfterTarget&&interval>0||!hasEnabledBeforeTarget&&interval<0)&&(interval*=-1);calendar.disabled(dateObject)&&(Math.abs(interval)>1&&(dateObject.month<originalDateObject.month||dateObject.month>originalDateObject.month)&&(dateObject=originalDateObject,interval=interval>0?1:-1),dateObject.pick<=minLimitObject.pick?(reachedMin=!0,interval=1,dateObject=calendar.create([minLimitObject.year,minLimitObject.month,minLimitObject.date+(dateObject.pick===minLimitObject.pick?0:-1)])):dateObject.pick>=maxLimitObject.pick&&(reachedMax=!0,interval=-1,dateObject=calendar.create([maxLimitObject.year,maxLimitObject.month,maxLimitObject.date+(dateObject.pick===maxLimitObject.pick?0:1)])),!(reachedMin&&reachedMax));)dateObject=calendar.create([dateObject.year,dateObject.month,dateObject.date+interval]);return dateObject},DatePicker.prototype.disabled=function(dateToVerify){var calendar=this,isDisabledMatch=calendar.item.disable.filter(function(dateToDisable){if(_.isInteger(dateToDisable))return dateToVerify.day===(calendar.settings.firstDay?dateToDisable:dateToDisable-1)%7;if($.isArray(dateToDisable)||_.isDate(dateToDisable))return dateToVerify.pick===calendar.create(dateToDisable).pick;if($.isPlainObject(dateToDisable))return calendar.withinRange(dateToDisable,dateToVerify)});return isDisabledMatch=isDisabledMatch.length&&!isDisabledMatch.filter(function(dateToDisable){return $.isArray(dateToDisable)&&dateToDisable[3]=="inverted"||$.isPlainObject(dateToDisable)&&dateToDisable.inverted}).length,calendar.item.enable===-1?!isDisabledMatch:isDisabledMatch||dateToVerify.pick<calendar.item.min.pick||dateToVerify.pick>calendar.item.max.pick},DatePicker.prototype.parse=function(type,value,options){var calendar=this,parsingObject={};return!value||typeof value!="string"?value:(options&&options.format||(options=options||{},options.format=calendar.settings.format),calendar.formats.toArray(options.format).map(function(label){var formattingLabel=calendar.formats[label],formatLength=formattingLabel?_.trigger(formattingLabel,calendar,[value,parsingObject]):label.replace(/^!/,"").length;formattingLabel&&(parsingObject[label]=value.substr(0,formatLength)),value=value.substr(formatLength)}),[parsingObject.yyyy||parsingObject.yy,+(parsingObject.mm||parsingObject.m)-1,parsingObject.dd||parsingObject.d])},DatePicker.prototype.formats=function(){function getWordLengthFromCollection(string,collection,dateObject){var word=string.match(/[^\x00-\x7F]+|\w+/)[0];return!dateObject.mm&&!dateObject.m&&(dateObject.m=collection.indexOf(word)+1),word.length}function getFirstWordLength(string){return string.match(/\w+/)[0].length}return{d:function(string,dateObject){return string?_.digits(string):dateObject.date},dd:function(string,dateObject){return string?2:_.lead(dateObject.date)},ddd:function(string,dateObject){return string?getFirstWordLength(string):this.settings.weekdaysShort[dateObject.day]},dddd:function(string,dateObject){return string?getFirstWordLength(string):this.settings.weekdaysFull[dateObject.day]},m:function(string,dateObject){return string?_.digits(string):dateObject.month+1},mm:function(string,dateObject){return string?2:_.lead(dateObject.month+1)},mmm:function(string,dateObject){var collection=this.settings.monthsShort;return string?getWordLengthFromCollection(string,collection,dateObject):collection[dateObject.month]},mmmm:function(string,dateObject){var collection=this.settings.monthsFull;return string?getWordLengthFromCollection(string,collection,dateObject):collection[dateObject.month]},yy:function(string,dateObject){return string?2:(""+dateObject.year).slice(2)},yyyy:function(string,dateObject){return string?4:dateObject.year},S:function(string,dateObject){var ordinals=["th","st","nd","rd"],last_digit=+dateObject.date%10,rounded_tens=+dateObject.date%100-last_digit;return string?1:ordinals[last_digit>3||rounded_tens===10?0:last_digit]},toArray:function(formatString){return formatString.split(/(d{1,4}|m{1,4}|y{4}|yy|S|!.)/g)},toString:function(formatString,itemObject){var calendar=this;return calendar.formats.toArray(formatString).map(function(label){return _.trigger(calendar.formats[label],calendar,[0,itemObject])||label.replace(/^!/,"")}).join("")}}}(),DatePicker.prototype.isDateExact=function(one,two){var calendar=this;return _.isInteger(one)&&_.isInteger(two)||typeof one=="boolean"&&typeof two=="boolean"?one===two:(_.isDate(one)||$.isArray(one))&&(_.isDate(two)||$.isArray(two))?calendar.create(one).pick===calendar.create(two).pick:$.isPlainObject(one)&&$.isPlainObject(two)?calendar.isDateExact(one.from,two.from)&&calendar.isDateExact(one.to,two.to):!1},DatePicker.prototype.isDateOverlap=function(one,two){var calendar=this,firstDay=calendar.settings.firstDay?1:0;return _.isInteger(one)&&(_.isDate(two)||$.isArray(two))?(one=one%7+firstDay,one===calendar.create(two).day+1):_.isInteger(two)&&(_.isDate(one)||$.isArray(one))?(two=two%7+firstDay,two===calendar.create(one).day+1):$.isPlainObject(one)&&$.isPlainObject(two)?calendar.overlapRanges(one,two):!1},DatePicker.prototype.flipEnable=function(val){var itemObject=this.item;itemObject.enable=val||(itemObject.enable==-1?1:-1)},DatePicker.prototype.deactivate=function(type,datesToDisable){var calendar=this,disabledItems=calendar.item.disable.slice(0);return datesToDisable=="flip"?calendar.flipEnable():datesToDisable===!1?(calendar.flipEnable(1),disabledItems=[]):datesToDisable===!0?(calendar.flipEnable(-1),disabledItems=[]):datesToDisable.map(function(unitToDisable){for(var matchFound,index=0;index<disabledItems.length;index+=1)if(calendar.isDateExact(unitToDisable,disabledItems[index])){matchFound=!0;break}matchFound||(_.isInteger(unitToDisable)||_.isDate(unitToDisable)||$.isArray(unitToDisable)||$.isPlainObject(unitToDisable)&&unitToDisable.from&&unitToDisable.to)&&disabledItems.push(unitToDisable)}),disabledItems},DatePicker.prototype.activate=function(type,datesToEnable){var calendar=this,disabledItems=calendar.item.disable,disabledItemsCount=disabledItems.length;return datesToEnable=="flip"?calendar.flipEnable():datesToEnable===!0?(calendar.flipEnable(1),disabledItems=[]):datesToEnable===!1?(calendar.flipEnable(-1),disabledItems=[]):datesToEnable.map(function(unitToEnable){var matchFound,disabledUnit,index,isExactRange;for(index=0;index<disabledItemsCount;index+=1)if(disabledUnit=disabledItems[index],calendar.isDateExact(disabledUnit,unitToEnable)){matchFound=disabledItems[index]=null,isExactRange=!0;break}else if(calendar.isDateOverlap(disabledUnit,unitToEnable)){$.isPlainObject(unitToEnable)?(unitToEnable.inverted=!0,matchFound=unitToEnable):$.isArray(unitToEnable)?(matchFound=unitToEnable,matchFound[3]||matchFound.push("inverted")):_.isDate(unitToEnable)&&(matchFound=[unitToEnable.getFullYear(),unitToEnable.getMonth(),unitToEnable.getDate(),"inverted"]);break}if(matchFound){for(index=0;index<disabledItemsCount;index+=1)if(calendar.isDateExact(disabledItems[index],unitToEnable)){disabledItems[index]=null;break}}if(isExactRange){for(index=0;index<disabledItemsCount;index+=1)if(calendar.isDateOverlap(disabledItems[index],unitToEnable)){disabledItems[index]=null;break}}matchFound&&disabledItems.push(matchFound)}),disabledItems.filter(function(val){return val!=null})},DatePicker.prototype.nodes=function(isOpen){var calendar=this,settings=calendar.settings,calendarItem=calendar.item,nowObject=calendarItem.now,selectedObject=calendarItem.select,highlightedObject=calendarItem.highlight,viewsetObject=calendarItem.view,disabledCollection=calendarItem.disable,minLimitObject=calendarItem.min,maxLimitObject=calendarItem.max,tableHead=function(collection,fullCollection){return settings.firstDay&&(collection.push(collection.shift()),fullCollection.push(fullCollection.shift())),_.node("thead",_.node("tr",_.group({min:0,max:DAYS_IN_WEEK-1,i:1,node:"th",item:function(counter){return[collection[counter],settings.klass.weekdays,'scope=col title="'+fullCollection[counter]+'"']}})))}((settings.showWeekdaysFull?settings.weekdaysFull:settings.weekdaysShort).slice(0),settings.weekdaysFull.slice(0)),createMonthNav=function(next){return _.node("div"," ",settings.klass["nav"+(next?"Next":"Prev")]+(next&&viewsetObject.year>=maxLimitObject.year&&viewsetObject.month>=maxLimitObject.month||!next&&viewsetObject.year<=minLimitObject.year&&viewsetObject.month<=minLimitObject.month?" "+settings.klass.navDisabled:""),"data-nav="+(next||-1)+" "+_.ariaAttr({role:"button",controls:calendar.$node[0].id+"_table"})+' title="'+(next?settings.labelMonthNext:settings.labelMonthPrev)+'"')},createMonthLabel=function(){var monthsCollection=settings.showMonthsShort?settings.monthsShort:settings.monthsFull;return settings.selectMonths?_.node("select",_.group({min:0,max:11,i:1,node:"option",item:function(loopedMonth){return[monthsCollection[loopedMonth],0,"value="+loopedMonth+(viewsetObject.month==loopedMonth?" selected":"")+(viewsetObject.year==minLimitObject.year&&loopedMonth<minLimitObject.month||viewsetObject.year==maxLimitObject.year&&loopedMonth>maxLimitObject.month?" disabled":"")]}}),settings.klass.selectMonth,(isOpen?"":"disabled")+" "+_.ariaAttr({controls:calendar.$node[0].id+"_table"})+' title="'+settings.labelMonthSelect+'"'):_.node("div",monthsCollection[viewsetObject.month],settings.klass.month)},createYearLabel=function(){var focusedYear=viewsetObject.year,numberYears=settings.selectYears===!0?5:~~(settings.selectYears/2);if(numberYears){var minYear=minLimitObject.year,maxYear=maxLimitObject.year,lowestYear=focusedYear-numberYears,highestYear=focusedYear+numberYears;if(minYear>lowestYear&&(highestYear+=minYear-lowestYear,lowestYear=minYear),maxYear<highestYear){var availableYears=lowestYear-minYear,neededYears=highestYear-maxYear;lowestYear-=availableYears>neededYears?neededYears:availableYears,highestYear=maxYear}return _.node("select",_.group({min:lowestYear,max:highestYear,i:1,node:"option",item:function(loopedYear){return[loopedYear,0,"value="+loopedYear+(focusedYear==loopedYear?" selected":"")]}}),settings.klass.selectYear,(isOpen?"":"disabled")+" "+_.ariaAttr({controls:calendar.$node[0].id+"_table"})+' title="'+settings.labelYearSelect+'"')}return _.node("div",focusedYear,settings.klass.year)};return _.node("div",(settings.selectYears?createYearLabel()+createMonthLabel():createMonthLabel()+createYearLabel())+createMonthNav()+createMonthNav(1),settings.klass.header)+_.node("table",tableHead+_.node("tbody",_.group({min:0,max:WEEKS_IN_CALENDAR-1,i:1,node:"tr",item:function(rowCounter){var shiftDateBy=settings.firstDay&&calendar.create([viewsetObject.year,viewsetObject.month,1]).day===0?-7:0;return[_.group({min:DAYS_IN_WEEK*rowCounter-viewsetObject.day+shiftDateBy+1,max:function(){return this.min+DAYS_IN_WEEK-1},i:1,node:"td",item:function(targetDate){targetDate=calendar.create([viewsetObject.year,viewsetObject.month,targetDate+(settings.firstDay?1:0)]);var isSelected=selectedObject&&selectedObject.pick==targetDate.pick,isHighlighted=highlightedObject&&highlightedObject.pick==targetDate.pick,isDisabled=disabledCollection&&calendar.disabled(targetDate)||targetDate.pick<minLimitObject.pick||targetDate.pick>maxLimitObject.pick,formattedDate=_.trigger(calendar.formats.toString,calendar,[settings.format,targetDate]);return[_.node("div",targetDate.date,function(klasses){return klasses.push(viewsetObject.month==targetDate.month?settings.klass.infocus:settings.klass.outfocus),nowObject.pick==targetDate.pick&&klasses.push(settings.klass.now),isSelected&&klasses.push(settings.klass.selected),isHighlighted&&klasses.push(settings.klass.highlighted),isDisabled&&klasses.push(settings.klass.disabled),klasses.join(" ")}([settings.klass.day]),"data-pick="+targetDate.pick+" "+_.ariaAttr({role:"gridcell",label:formattedDate,selected:isSelected&&calendar.$node.val()===formattedDate?!0:null,activedescendant:isHighlighted?!0:null,disabled:isDisabled?!0:null})),"",_.ariaAttr({role:"presentation"})]}})]}})),settings.klass.table,'id="'+calendar.$node[0].id+'_table" '+_.ariaAttr({role:"grid",controls:calendar.$node[0].id,readonly:!0}))+_.node("div",_.node("button",settings.today,settings.klass.buttonToday,"type=button data-pick="+nowObject.pick+(isOpen&&!calendar.disabled(nowObject)?"":" disabled")+" "+_.ariaAttr({controls:calendar.$node[0].id}))+_.node("button",settings.clear,settings.klass.buttonClear,"type=button data-clear=1"+(isOpen?"":" disabled")+" "+_.ariaAttr({controls:calendar.$node[0].id}))+_.node("button",settings.close,settings.klass.buttonClose,"type=button data-close=true "+(isOpen?"":" disabled")+" "+_.ariaAttr({controls:calendar.$node[0].id})),settings.klass.footer)},DatePicker.defaults=function(prefix){return{labelMonthNext:"Next month",labelMonthPrev:"Previous month",labelMonthSelect:"Select a month",labelYearSelect:"Select a year",monthsFull:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdaysFull:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],today:"Today",clear:"Clear",close:"Close",closeOnSelect:!0,closeOnClear:!0,format:"d mmmm, yyyy",klass:{table:prefix+"table",header:prefix+"header",navPrev:prefix+"nav--prev",navNext:prefix+"nav--next",navDisabled:prefix+"nav--disabled",month:prefix+"month",year:prefix+"year",selectMonth:prefix+"select--month",selectYear:prefix+"select--year",weekdays:prefix+"weekday",day:prefix+"day",disabled:prefix+"day--disabled",selected:prefix+"day--selected",highlighted:prefix+"day--highlighted",now:prefix+"day--today",infocus:prefix+"day--infocus",outfocus:prefix+"day--outfocus",footer:prefix+"footer",buttonClear:prefix+"button--clear",buttonToday:prefix+"button--today",buttonClose:prefix+"button--close"}}}(Picker2.klasses().picker+"__"),Picker2.extend("pickadate",DatePicker)});})(); /*! * Date picker for pickadate.js v3.5.6 * http://amsul.github.io/pickadate.js/date.htm */ /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/datepicker/picker.date'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['ad57b051830b83429eb23ed1a586a6a0baba038d03ee3d3f9866e1c427017abc']){window.__code__['ad57b051830b83429eb23ed1a586a6a0baba038d03ee3d3f9866e1c427017abc']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});init_define_process_env();init_shim();(function(factory){typeof define=="function"&&define.amd?define(["picker","jquery"],factory):factory(Picker,jQuery)})(function(Picker2,$){var HOURS_IN_DAY=24,MINUTES_IN_HOUR=60,HOURS_TO_NOON=12,MINUTES_IN_DAY=HOURS_IN_DAY*MINUTES_IN_HOUR,_=Picker2._;function TimePicker(picker,settings){var clock=this,elementValue=picker.$node[0].value,elementDataValue=picker.$node.data("value"),valueString=elementDataValue||elementValue,formatString=elementDataValue?settings.formatSubmit:settings.format;clock.settings=settings,clock.$node=picker.$node,clock.queue={interval:"i",min:"measure create",max:"measure create",now:"now create",select:"parse create validate",highlight:"parse create validate",view:"parse create validate",disable:"deactivate",enable:"activate"},clock.item={},clock.item.clear=null,clock.item.interval=settings.interval||30,clock.item.disable=(settings.disable||[]).slice(0),clock.item.enable=-function(collectionDisabled){return collectionDisabled[0]===!0?collectionDisabled.shift():-1}(clock.item.disable),clock.set("min",settings.min).set("max",settings.max).set("now"),valueString?clock.set("select",valueString,{format:formatString}):clock.set("select",null).set("highlight",clock.item.now),clock.key={40:1,38:-1,39:1,37:-1,go:function(timeChange){clock.set("highlight",clock.item.highlight.pick+timeChange*clock.item.interval,{interval:timeChange*clock.item.interval}),this.render()}},picker.on("render",function(){var $pickerHolder=picker.$root.children(),$viewset=$pickerHolder.find("."+settings.klass.viewset),vendors=function(prop){return["webkit","moz","ms","o",""].map(function(vendor){return(vendor?"-"+vendor+"-":"")+prop})},animations=function($el,state){vendors("transform").map(function(prop){$el.css(prop,state)}),vendors("transition").map(function(prop){$el.css(prop,state)})};$viewset.length&&(animations($pickerHolder,"none"),$pickerHolder[0].scrollTop=~~$viewset.position().top-$viewset[0].clientHeight*2,animations($pickerHolder,""))},1).on("open",function(){picker.$root.find("button").attr("disabled",!1)},1).on("close",function(){picker.$root.find("button").attr("disabled",!0)},1)}TimePicker.prototype.set=function(type,value,options){var clock=this,clockItem=clock.item;return value===null?(type=="clear"&&(type="select"),clockItem[type]=value,clock):(clockItem[type=="enable"?"disable":type=="flip"?"enable":type]=clock.queue[type].split(" ").map(function(method){return value=clock[method](type,value,options),value}).pop(),type=="select"?clock.set("highlight",clockItem.select,options):type=="highlight"?clock.set("view",clockItem.highlight,options):type=="interval"?clock.set("min",clockItem.min,options).set("max",clockItem.max,options):type.match(/^(flip|min|max|disable|enable)$/)&&(clockItem.select&&clock.disabled(clockItem.select)&&clock.set("select",value,options),clockItem.highlight&&clock.disabled(clockItem.highlight)&&clock.set("highlight",value,options),type=="min"&&clock.set("max",clockItem.max,options)),clock)},TimePicker.prototype.get=function(type){return this.item[type]},TimePicker.prototype.create=function(type,value,options){var clock=this;return value=value===void 0?type:value,_.isDate(value)&&(value=[value.getHours(),value.getMinutes()]),$.isPlainObject(value)&&_.isInteger(value.pick)?value=value.pick:$.isArray(value)?value=+value[0]*MINUTES_IN_HOUR+ +value[1]:_.isInteger(value)||(value=clock.now(type,value,options)),type=="max"&&value<clock.item.min.pick&&(value+=MINUTES_IN_DAY),type!="min"&&type!="max"&&(value-clock.item.min.pick)%clock.item.interval!==0&&(value+=clock.item.interval),value=clock.normalize(type,value,options),{hour:~~(HOURS_IN_DAY+value/MINUTES_IN_HOUR)%HOURS_IN_DAY,mins:(MINUTES_IN_HOUR+value%MINUTES_IN_HOUR)%MINUTES_IN_HOUR,time:(MINUTES_IN_DAY+value)%MINUTES_IN_DAY,pick:value%MINUTES_IN_DAY}},TimePicker.prototype.createRange=function(from,to){var clock=this,createTime=function(time){return time===!0||$.isArray(time)||_.isDate(time)?clock.create(time):time};return _.isInteger(from)||(from=createTime(from)),_.isInteger(to)||(to=createTime(to)),_.isInteger(from)&&$.isPlainObject(to)?from=[to.hour,to.mins+from*clock.settings.interval]:_.isInteger(to)&&$.isPlainObject(from)&&(to=[from.hour,from.mins+to*clock.settings.interval]),{from:createTime(from),to:createTime(to)}},TimePicker.prototype.withinRange=function(range,timeUnit){return range=this.createRange(range.from,range.to),timeUnit.pick>=range.from.pick&&timeUnit.pick<=range.to.pick},TimePicker.prototype.overlapRanges=function(one,two){var clock=this;return one=clock.createRange(one.from,one.to),two=clock.createRange(two.from,two.to),clock.withinRange(one,two.from)||clock.withinRange(one,two.to)||clock.withinRange(two,one.from)||clock.withinRange(two,one.to)},TimePicker.prototype.now=function(type,value){var interval=this.item.interval,date=new Date,nowMinutes=date.getHours()*MINUTES_IN_HOUR+date.getMinutes(),isValueInteger=_.isInteger(value),isBelowInterval;return nowMinutes-=nowMinutes%interval,isBelowInterval=value<0&&interval*value+nowMinutes<=-interval,nowMinutes+=type=="min"&&isBelowInterval?0:interval,isValueInteger&&(nowMinutes+=interval*(isBelowInterval&&type!="max"?value+1:value)),nowMinutes},TimePicker.prototype.normalize=function(type,value){var interval=this.item.interval,minTime=this.item.min&&this.item.min.pick||0;return value-=type=="min"?0:(value-minTime)%interval,value},TimePicker.prototype.measure=function(type,value,options){var clock=this;return value||(value=type=="min"?[0,0]:[HOURS_IN_DAY-1,MINUTES_IN_HOUR-1]),typeof value=="string"?value=clock.parse(type,value):value===!0||_.isInteger(value)?value=clock.now(type,value,options):$.isPlainObject(value)&&_.isInteger(value.pick)&&(value=clock.normalize(type,value.pick,options)),value},TimePicker.prototype.validate=function(type,timeObject,options){var clock=this,interval=options&&options.interval?options.interval:clock.item.interval;return clock.disabled(timeObject)&&(timeObject=clock.shift(timeObject,interval)),timeObject=clock.scope(timeObject),clock.disabled(timeObject)&&(timeObject=clock.shift(timeObject,interval*-1)),timeObject},TimePicker.prototype.disabled=function(timeToVerify){var clock=this,isDisabledMatch=clock.item.disable.filter(function(timeToDisable){if(_.isInteger(timeToDisable))return timeToVerify.hour==timeToDisable;if($.isArray(timeToDisable)||_.isDate(timeToDisable))return timeToVerify.pick==clock.create(timeToDisable).pick;if($.isPlainObject(timeToDisable))return clock.withinRange(timeToDisable,timeToVerify)});return isDisabledMatch=isDisabledMatch.length&&!isDisabledMatch.filter(function(timeToDisable){return $.isArray(timeToDisable)&&timeToDisable[2]=="inverted"||$.isPlainObject(timeToDisable)&&timeToDisable.inverted}).length,clock.item.enable===-1?!isDisabledMatch:isDisabledMatch||timeToVerify.pick<clock.item.min.pick||timeToVerify.pick>clock.item.max.pick},TimePicker.prototype.shift=function(timeObject,interval){var clock=this,minLimit=clock.item.min.pick,maxLimit=clock.item.max.pick;for(interval=interval||clock.item.interval;clock.disabled(timeObject)&&(timeObject=clock.create(timeObject.pick+=interval),!(timeObject.pick<=minLimit||timeObject.pick>=maxLimit)););return timeObject},TimePicker.prototype.scope=function(timeObject){var minLimit=this.item.min.pick,maxLimit=this.item.max.pick;return this.create(timeObject.pick>maxLimit?maxLimit:timeObject.pick<minLimit?minLimit:timeObject)},TimePicker.prototype.parse=function(type,value,options){var hour,minutes,isPM,item,parseValue,clock=this,parsingObject={};if(!value||typeof value!="string")return value;options&&options.format||(options=options||{},options.format=clock.settings.format),clock.formats.toArray(options.format).map(function(label){var substring,formattingLabel=clock.formats[label],formatLength=formattingLabel?_.trigger(formattingLabel,clock,[value,parsingObject]):label.replace(/^!/,"").length;formattingLabel&&(substring=value.substr(0,formatLength),parsingObject[label]=substring.match(/^\d+$/)?+substring:substring),value=value.substr(formatLength)});for(item in parsingObject)parseValue=parsingObject[item],_.isInteger(parseValue)?item.match(/^(h|hh)$/i)?(hour=parseValue,(item=="h"||item=="hh")&&(hour%=12)):item=="i"&&(minutes=parseValue):item.match(/^a$/i)&&parseValue.match(/^p/i)&&("h"in parsingObject||"hh"in parsingObject)&&(isPM=!0);return(isPM?hour+12:hour)*MINUTES_IN_HOUR+minutes},TimePicker.prototype.formats={h:function(string,timeObject){return string?_.digits(string):timeObject.hour%HOURS_TO_NOON||HOURS_TO_NOON},hh:function(string,timeObject){return string?2:_.lead(timeObject.hour%HOURS_TO_NOON||HOURS_TO_NOON)},H:function(string,timeObject){return string?_.digits(string):""+timeObject.hour%24},HH:function(string,timeObject){return string?_.digits(string):_.lead(timeObject.hour%24)},i:function(string,timeObject){return string?2:_.lead(timeObject.mins)},a:function(string,timeObject){return string?4:MINUTES_IN_DAY/2>timeObject.time%MINUTES_IN_DAY?"a.m.":"p.m."},A:function(string,timeObject){return string?2:MINUTES_IN_DAY/2>timeObject.time%MINUTES_IN_DAY?"AM":"PM"},toArray:function(formatString){return formatString.split(/(h{1,2}|H{1,2}|i|a|A|!.)/g)},toString:function(formatString,itemObject){var clock=this;return clock.formats.toArray(formatString).map(function(label){return _.trigger(clock.formats[label],clock,[0,itemObject])||label.replace(/^!/,"")}).join("")}},TimePicker.prototype.isTimeExact=function(one,two){var clock=this;return _.isInteger(one)&&_.isInteger(two)||typeof one=="boolean"&&typeof two=="boolean"?one===two:(_.isDate(one)||$.isArray(one))&&(_.isDate(two)||$.isArray(two))?clock.create(one).pick===clock.create(two).pick:$.isPlainObject(one)&&$.isPlainObject(two)?clock.isTimeExact(one.from,two.from)&&clock.isTimeExact(one.to,two.to):!1},TimePicker.prototype.isTimeOverlap=function(one,two){var clock=this;return _.isInteger(one)&&(_.isDate(two)||$.isArray(two))?one===clock.create(two).hour:_.isInteger(two)&&(_.isDate(one)||$.isArray(one))?two===clock.create(one).hour:$.isPlainObject(one)&&$.isPlainObject(two)?clock.overlapRanges(one,two):!1},TimePicker.prototype.flipEnable=function(val){var itemObject=this.item;itemObject.enable=val||(itemObject.enable==-1?1:-1)},TimePicker.prototype.deactivate=function(type,timesToDisable){var clock=this,disabledItems=clock.item.disable.slice(0);return timesToDisable=="flip"?clock.flipEnable():timesToDisable===!1?(clock.flipEnable(1),disabledItems=[]):timesToDisable===!0?(clock.flipEnable(-1),disabledItems=[]):timesToDisable.map(function(unitToDisable){for(var matchFound,index=0;index<disabledItems.length;index+=1)if(clock.isTimeExact(unitToDisable,disabledItems[index])){matchFound=!0;break}matchFound||(_.isInteger(unitToDisable)||_.isDate(unitToDisable)||$.isArray(unitToDisable)||$.isPlainObject(unitToDisable)&&unitToDisable.from&&unitToDisable.to)&&disabledItems.push(unitToDisable)}),disabledItems},TimePicker.prototype.activate=function(type,timesToEnable){var clock=this,disabledItems=clock.item.disable,disabledItemsCount=disabledItems.length;return timesToEnable=="flip"?clock.flipEnable():timesToEnable===!0?(clock.flipEnable(1),disabledItems=[]):timesToEnable===!1?(clock.flipEnable(-1),disabledItems=[]):timesToEnable.map(function(unitToEnable){var matchFound,disabledUnit,index,isRangeMatched;for(index=0;index<disabledItemsCount;index+=1)if(disabledUnit=disabledItems[index],clock.isTimeExact(disabledUnit,unitToEnable)){matchFound=disabledItems[index]=null,isRangeMatched=!0;break}else if(clock.isTimeOverlap(disabledUnit,unitToEnable)){$.isPlainObject(unitToEnable)?(unitToEnable.inverted=!0,matchFound=unitToEnable):$.isArray(unitToEnable)?(matchFound=unitToEnable,matchFound[2]||matchFound.push("inverted")):_.isDate(unitToEnable)&&(matchFound=[unitToEnable.getFullYear(),unitToEnable.getMonth(),unitToEnable.getDate(),"inverted"]);break}if(matchFound){for(index=0;index<disabledItemsCount;index+=1)if(clock.isTimeExact(disabledItems[index],unitToEnable)){disabledItems[index]=null;break}}if(isRangeMatched){for(index=0;index<disabledItemsCount;index+=1)if(clock.isTimeOverlap(disabledItems[index],unitToEnable)){disabledItems[index]=null;break}}matchFound&&disabledItems.push(matchFound)}),disabledItems.filter(function(val){return val!=null})},TimePicker.prototype.i=function(type,value){return _.isInteger(value)&&value>0?value:this.item.interval},TimePicker.prototype.nodes=function(isOpen){var clock=this,settings=clock.settings,selectedObject=clock.item.select,highlightedObject=clock.item.highlight,viewsetObject=clock.item.view,disabledCollection=clock.item.disable;return _.node("ul",_.group({min:clock.item.min.pick,max:clock.item.max.pick,i:clock.item.interval,node:"li",item:function(loopedTime){loopedTime=clock.create(loopedTime);var timeMinutes=loopedTime.pick,isSelected=selectedObject&&selectedObject.pick==timeMinutes,isHighlighted=highlightedObject&&highlightedObject.pick==timeMinutes,isDisabled=disabledCollection&&clock.disabled(loopedTime),formattedTime=_.trigger(clock.formats.toString,clock,[settings.format,loopedTime]);return[_.trigger(clock.formats.toString,clock,[_.trigger(settings.formatLabel,clock,[loopedTime])||settings.format,loopedTime]),function(klasses){return isSelected&&klasses.push(settings.klass.selected),isHighlighted&&klasses.push(settings.klass.highlighted),viewsetObject&&viewsetObject.pick==timeMinutes&&klasses.push(settings.klass.viewset),isDisabled&&klasses.push(settings.klass.disabled),klasses.join(" ")}([settings.klass.listItem]),"data-pick="+loopedTime.pick+" "+_.ariaAttr({role:"option",label:formattedTime,selected:isSelected&&clock.$node.val()===formattedTime?!0:null,activedescendant:isHighlighted?!0:null,disabled:isDisabled?!0:null})]}})+_.node("li",_.node("button",settings.clear,settings.klass.buttonClear,"type=button data-clear=1"+(isOpen?"":" disabled")+" "+_.ariaAttr({controls:clock.$node[0].id})),"",_.ariaAttr({role:"presentation"})),settings.klass.list,_.ariaAttr({role:"listbox",controls:clock.$node[0].id}))},TimePicker.defaults=function(prefix){return{clear:"Clear",format:"h:i A",interval:30,closeOnSelect:!0,closeOnClear:!0,klass:{picker:prefix+" "+prefix+"--time",holder:prefix+"__holder",list:prefix+"__list",listItem:prefix+"__list-item",disabled:prefix+"__list-item--disabled",selected:prefix+"__list-item--selected",highlighted:prefix+"__list-item--highlighted",viewset:prefix+"__list-item--viewset",now:prefix+"__list-item--now",buttonClear:prefix+"__button--clear"}}}(Picker2.klasses().picker),Picker2.extend("pickatime",TimePicker)});})(); /*! * Time picker for pickadate.js v3.5.6 * http://amsul.github.io/pickadate.js/time.htm */ /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/datepicker/picker.time'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['4f8de482891d0a0682802518e121c4724af99f2c75d4c2dc1c5c4ff413352dcf']){window.__code__['4f8de482891d0a0682802518e121c4724af99f2c75d4c2dc1c5c4ff413352dcf']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});init_define_process_env();init_shim();(function(t){typeof define=="function"&&define.amd?define(["jquery"],t):t(jQuery)})(function(b){b.ui=b.ui||{};var e,x,T,l,n,f,s,h,o;b.ui.version="1.12.1";function L(t,i,o2){return[parseFloat(t[0])*(h.test(t[0])?i/100:1),parseFloat(t[1])*(h.test(t[1])?o2/100:1)]}function P(t,i){return parseInt(b.css(t,i),10)||0}x=Math.max,T=Math.abs,l=/left|center|right/,n=/top|center|bottom/,f=/[\+\-]\d+(\.[\d]+)?%?/,s=/^\w+/,h=/%$/,o=b.fn.position,b.position={scrollbarWidth:function(){if(e!==void 0)return e;var t,i=b("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),o2=i.children()[0];return b("body").append(i),t=o2.offsetWidth,i.css("overflow","scroll"),t===(o2=o2.offsetWidth)&&(o2=i[0].clientWidth),i.remove(),e=t-o2},getScrollInfo:function(t){var i=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),o2=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),i=i==="scroll"||i==="auto"&&t.width<t.element[0].scrollWidth;return{width:o2==="scroll"||o2==="auto"&&t.height<t.element[0].scrollHeight?b.position.scrollbarWidth():0,height:i?b.position.scrollbarWidth():0}},getWithinInfo:function(t){var i=b(t||window),o2=b.isWindow(i[0]),e2=!!i[0]&&i[0].nodeType===9;return{element:i,isWindow:o2,isDocument:e2,offset:!o2&&!e2?b(t).offset():{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:i.outerWidth(),height:i.outerHeight()}}},b.fn.position=function(c){if(!c||!c.of)return o.apply(this,arguments);c=b.extend({},c);var a,d,g,u,m,t,w=b(c.of),W=b.position.getWithinInfo(c.within),v=b.position.getScrollInfo(W),y=(c.collision||"flip").split(" "),H={},i=(t=(i=w)[0]).nodeType===9?{width:i.width(),height:i.height(),offset:{top:0,left:0}}:b.isWindow(t)?{width:i.width(),height:i.height(),offset:{top:i.scrollTop(),left:i.scrollLeft()}}:t.preventDefault?{width:0,height:0,offset:{top:t.pageY,left:t.pageX}}:{width:i.outerWidth(),height:i.outerHeight(),offset:i.offset()};return w[0].preventDefault&&(c.at="left top"),d=i.width,g=i.height,u=i.offset,m=b.extend({},u),b.each(["my","at"],function(){var t2,i2,o2=(c[this]||"").split(" ");o2.length===1&&(o2=l.test(o2[0])?o2.concat(["center"]):n.test(o2[0])?["center"].concat(o2):["center","center"]),o2[0]=l.test(o2[0])?o2[0]:"center",o2[1]=n.test(o2[1])?o2[1]:"center",t2=f.exec(o2[0]),i2=f.exec(o2[1]),H[this]=[t2?t2[0]:0,i2?i2[0]:0],c[this]=[s.exec(o2[0])[0],s.exec(o2[1])[0]]}),y.length===1&&(y[1]=y[0]),c.at[0]==="right"?m.left+=d:c.at[0]==="center"&&(m.left+=d/2),c.at[1]==="bottom"?m.top+=g:c.at[1]==="center"&&(m.top+=g/2),a=L(H.at,d,g),m.left+=a[0],m.top+=a[1],this.each(function(){var o2,t2,f2=b(this),s2=f2.outerWidth(),h2=f2.outerHeight(),i2=P(this,"marginLeft"),e2=P(this,"marginTop"),l2=s2+i2+P(this,"marginRight")+v.width,n2=h2+e2+P(this,"marginBottom")+v.height,r=b.extend({},m),p=L(H.my,f2.outerWidth(),f2.outerHeight());c.my[0]==="right"?r.left-=s2:c.my[0]==="center"&&(r.left-=s2/2),c.my[1]==="bottom"?r.top-=h2:c.my[1]==="center"&&(r.top-=h2/2),r.left+=p[0],r.top+=p[1],o2={marginLeft:i2,marginTop:e2},b.each(["left","top"],function(t3,i3){b.ui.position[y[t3]]&&b.ui.position[y[t3]][i3](r,{targetWidth:d,targetHeight:g,elemWidth:s2,elemHeight:h2,collisionPosition:o2,collisionWidth:l2,collisionHeight:n2,offset:[a[0]+p[0],a[1]+p[1]],my:c.my,at:c.at,within:W,elem:f2})}),c.using&&(t2=function(t3){var i3=u.left-r.left,o3=i3+d-s2,e3=u.top-r.top,l3=e3+g-h2,n3={target:{element:w,left:u.left,top:u.top,width:d,height:g},element:{element:f2,left:r.left,top:r.top,width:s2,height:h2},horizontal:o3<0?"left":0<i3?"right":"center",vertical:l3<0?"top":0<e3?"bottom":"middle"};d<s2&&T(i3+o3)<d&&(n3.horizontal="center"),g<h2&&T(e3+l3)<g&&(n3.vertical="middle"),x(T(i3),T(o3))>x(T(e3),T(l3))?n3.important="horizontal":n3.important="vertical",c.using.call(this,t3,n3)}),f2.offset(b.extend(r,{using:t2}))})},b.ui.position={fit:{left:function(t,i){var o2=i.within,e2=o2.isWindow?o2.scrollLeft:o2.offset.left,l2=o2.width,n2=t.left-i.collisionPosition.marginLeft,f2=e2-n2,s2=n2+i.collisionWidth-l2-e2;i.collisionWidth>l2?0<f2&&s2<=0?(o2=t.left+f2+i.collisionWidth-l2-e2,t.left+=f2-o2):t.left=!(0<s2&&f2<=0)&&s2<f2?e2+l2-i.collisionWidth:e2:0<f2?t.left+=f2:0<s2?t.left-=s2:t.left=x(t.left-n2,t.left)},top:function(t,i){var o2=i.within,e2=o2.isWindow?o2.scrollTop:o2.offset.top,l2=i.within.height,n2=t.top-i.collisionPosition.marginTop,f2=e2-n2,s2=n2+i.collisionHeight-l2-e2;i.collisionHeight>l2?0<f2&&s2<=0?(o2=t.top+f2+i.collisionHeight-l2-e2,t.top+=f2-o2):t.top=!(0<s2&&f2<=0)&&s2<f2?e2+l2-i.collisionHeight:e2:0<f2?t.top+=f2:0<s2?t.top-=s2:t.top=x(t.top-n2,t.top)}},flip:{left:function(t,i){var o2=i.within,e2=o2.offset.left+o2.scrollLeft,l2=o2.width,n2=o2.isWindow?o2.scrollLeft:o2.offset.left,f2=t.left-i.collisionPosition.marginLeft,s2=f2-n2,h2=f2+i.collisionWidth-l2-n2,r=i.my[0]==="left"?-i.elemWidth:i.my[0]==="right"?i.elemWidth:0,o2=i.at[0]==="left"?i.targetWidth:i.at[0]==="right"?-i.targetWidth:0,f2=-2*i.offset[0];s2<0?((e2=t.left+r+o2+f2+i.collisionWidth-l2-e2)<0||e2<T(s2))&&(t.left+=r+o2+f2):0<h2&&(0<(n2=t.left-i.collisionPosition.marginLeft+r+o2+f2-n2)||T(n2)<h2)&&(t.left+=r+o2+f2)},top:function(t,i){var o2=i.within,e2=o2.offset.top+o2.scrollTop,l2=o2.height,n2=o2.isWindow?o2.scrollTop:o2.offset.top,f2=t.top-i.collisionPosition.marginTop,s2=f2-n2,h2=f2+i.collisionHeight-l2-n2,r=i.my[1]==="top"?-i.elemHeight:i.my[1]==="bottom"?i.elemHeight:0,o2=i.at[1]==="top"?i.targetHeight:i.at[1]==="bottom"?-i.targetHeight:0,f2=-2*i.offset[1];s2<0?((e2=t.top+r+o2+f2+i.collisionHeight-l2-e2)<0||e2<T(s2))&&(t.top+=r+o2+f2):0<h2&&(0<(n2=t.top-i.collisionPosition.marginTop+r+o2+f2-n2)||T(n2)<h2)&&(t.top+=r+o2+f2)}},flipfit:{left:function(){b.ui.position.flip.left.apply(this,arguments),b.ui.position.fit.left.apply(this,arguments)},top:function(){b.ui.position.flip.top.apply(this,arguments),b.ui.position.fit.top.apply(this,arguments)}}},b.ui.position});})(); /*! jQuery UI - v1.12.1 - 2020-11-25 * http://jqueryui.com * Includes: position.js * Copyright jQuery Foundation and other contributors; Licensed MIT */ /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/jquery-ui.position.min'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['0543394db1bcf51601b010f03428ca15da4ac6c313edd92f1c1fb4018b692302']){window.__code__['0543394db1bcf51601b010f03428ca15da4ac6c313edd92f1c1fb4018b692302']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});init_define_process_env();init_shim();jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["janeiro","fevereiro","mar\xE7o","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],monthsShort:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],weekdaysFull:["domingo","segunda-feira","ter\xE7a-feira","quarta-feira","quinta-feira","sexta-feira","s\xE1bado"],weekdaysShort:["dom","seg","ter","qua","qui","sex","sab"],today:"hoje",clear:"limpar",close:"fechar",format:"dddd, d !de mmmm !de yyyy",formatSubmit:"yyyy/mm/dd"}),jQuery.extend(jQuery.fn.pickatime.defaults,{clear:"limpar"});})(); /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/datepicker/pt_BR'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['be933f550dadc409f0f75776ae9322da4efc70d9b0ee8a6b1db6abdda72540dd']){window.__code__['be933f550dadc409f0f75776ae9322da4efc70d9b0ee8a6b1db6abdda72540dd']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global2=this||self;return delete Object2.prototype.__magic__,_global2}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global=__magic__;return _global}(Object)}});var require_pass_meter_min=__commonJS({"vendor/optional/jquery_plugins/pass-meter.min.js"(exports,module){init_define_process_env();init_shim();(function(a,b){typeof define=="function"&&define.amd?define("pass-meter",b):typeof module=="object"&&module.exports?module.exports=b():a.PassMeter=b()})(typeof window<"u"?window:exports,function(){"use strict";var a,b={events:"keyup",afterTest:null,commonPasswords:["password","123456","12345678","1234","qwerty"]};a=typeof jQuery!="function"?function(){for(var a2,b2,c2,d,e=arguments[0]||{},f=1,g=arguments.length;g>f;f++)if((a2=arguments[f])!==null)for(b2 in a2)d=e[b2],c2=a2[b2],e!==c2&&c2!==void 0&&(e[b2]=c2);return e}:jQuery.extend;var c=function(c2){typeof c2>"u"?c2={}:typeof c2=="function"&&(c2={afterTest:c2}),this.options=a({},b,c2)};return c.prototype={constructor:c,checks:[{score:35,callback:function(a2){return a2.length>=8}},{score:20,regex:new RegExp("[A-Z]")},{score:10,regex:new RegExp("[a-z]")},{score:10,regex:new RegExp("[0-9]")},{score:25,regex:new RegExp("\\W")},{score:-100,callback:function(a2){return this.options.commonPasswords.indexOf(String(a2).toLowerCase())!==-1}}],test:function(a2){var b2=this,c2=0;return this.checks.forEach(function(d){d.hasOwnProperty("regex")?a2.match(d.regex)&&(c2+=d.score):d.hasOwnProperty("callback")&&d.callback.call(b2,a2)&&(c2+=d.score)}),0>c2&&(c2=0),c2>100&&(c2=100),typeof this.options.afterTest=="function"&&this.options.afterTest(c2,a2),c2}},typeof jQuery=="function"&&jQuery.fn&&(jQuery.fn.passMeter=function(a2){return this.each(function(){var b2=jQuery(this);if(!b2.data("pass-meter")){var d=new c(a2);b2.on(d.options.events,function(){d.test(this.value)}),b2.data("pass-meter",d)}})}),c})}});require_pass_meter_min();})(); /*! * pass-meter v1.0.1 * https://github.com/syntaqx/pass-meter * * Copyright (c) 2015 Chase Hutchins <syntaqx@gmail.com> * Released under the MIT license */ /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/pass-meter.min'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['21c394855fad2a550ec8d329ca67c5bfe48739c6f06c1eea743756e1d2f6f610']){window.__code__['21c394855fad2a550ec8d329ca67c5bfe48739c6f06c1eea743756e1d2f6f610']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global2=this||self;return delete Object2.prototype.__magic__,_global2}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global=__magic__;return _global}(Object)}});var require_autosize_min=__commonJS({"vendor/optional/jquery_plugins/autosize.min.js"(exports,module){init_define_process_env();init_shim();(function(e,t){if(typeof define=="function"&&define.amd)define(["module","exports"],t);else if(typeof exports<"u")t(module,exports);else{var n={exports:{}};t(n,n.exports),e.autosize=n.exports}})(exports,function(e,t){"use strict";var n,o,p=typeof Map=="function"?new Map:(n=[],o=[],{has:function(e2){return-1<n.indexOf(e2)},get:function(e2){return o[n.indexOf(e2)]},set:function(e2,t2){n.indexOf(e2)===-1&&(n.push(e2),o.push(t2))},delete:function(e2){var t2=n.indexOf(e2);-1<t2&&(n.splice(t2,1),o.splice(t2,1))}}),c=function(e2){return new Event(e2,{bubbles:!0})};try{new Event("test")}catch{c=function(e3){var t2=document.createEvent("Event");return t2.initEvent(e3,!0,!1),t2}}function r(r2){if(r2&&r2.nodeName&&r2.nodeName==="TEXTAREA"&&!p.has(r2)){var e2,n2=null,o2=null,i2=null,d2=function(){r2.clientWidth!==o2&&a()},l2=(function(t2){window.removeEventListener("resize",d2,!1),r2.removeEventListener("input",a,!1),r2.removeEventListener("keyup",a,!1),r2.removeEventListener("autosize:destroy",l2,!1),r2.removeEventListener("autosize:update",a,!1),Object.keys(t2).forEach(function(e3){r2.style[e3]=t2[e3]}),p.delete(r2)}).bind(r2,{height:r2.style.height,resize:r2.style.resize,overflowY:r2.style.overflowY,overflowX:r2.style.overflowX,wordWrap:r2.style.wordWrap});r2.addEventListener("autosize:destroy",l2,!1),"onpropertychange"in r2&&"oninput"in r2&&r2.addEventListener("keyup",a,!1),window.addEventListener("resize",d2,!1),r2.addEventListener("input",a,!1),r2.addEventListener("autosize:update",a,!1),r2.style.overflowX="hidden",r2.style.wordWrap="break-word",p.set(r2,{destroy:l2,update:a}),(e2=window.getComputedStyle(r2,null)).resize==="vertical"?r2.style.resize="none":e2.resize==="both"&&(r2.style.resize="horizontal"),n2=e2.boxSizing==="content-box"?-(parseFloat(e2.paddingTop)+parseFloat(e2.paddingBottom)):parseFloat(e2.borderTopWidth)+parseFloat(e2.borderBottomWidth),isNaN(n2)&&(n2=0),a()}function s(e3){var t2=r2.style.width;r2.style.width="0px",r2.offsetWidth,r2.style.width=t2,r2.style.overflowY=e3}function u(){if(r2.scrollHeight!==0){var e3=function(e4){for(var t3=[];e4&&e4.parentNode&&e4.parentNode instanceof Element;)e4.parentNode.scrollTop&&t3.push({node:e4.parentNode,scrollTop:e4.parentNode.scrollTop}),e4=e4.parentNode;return t3}(r2),t2=document.documentElement&&document.documentElement.scrollTop;r2.style.height="",r2.style.height=r2.scrollHeight+n2+"px",o2=r2.clientWidth,e3.forEach(function(e4){e4.node.scrollTop=e4.scrollTop}),t2&&(document.documentElement.scrollTop=t2)}}function a(){u();var e3=Math.round(parseFloat(r2.style.height)),t2=window.getComputedStyle(r2,null),n3=t2.boxSizing==="content-box"?Math.round(parseFloat(t2.height)):r2.offsetHeight;if(n3<e3?t2.overflowY==="hidden"&&(s("scroll"),u(),n3=t2.boxSizing==="content-box"?Math.round(parseFloat(window.getComputedStyle(r2,null).height)):r2.offsetHeight):t2.overflowY!=="hidden"&&(s("hidden"),u(),n3=t2.boxSizing==="content-box"?Math.round(parseFloat(window.getComputedStyle(r2,null).height)):r2.offsetHeight),i2!==n3){i2=n3;var o3=c("autosize:resized");try{r2.dispatchEvent(o3)}catch{}}}}function i(e2){var t2=p.get(e2);t2&&t2.destroy()}function d(e2){var t2=p.get(e2);t2&&t2.update()}var l=null;typeof window>"u"||typeof window.getComputedStyle!="function"?((l=function(e2){return e2}).destroy=function(e2){return e2},l.update=function(e2){return e2}):((l=function(e2,t2){return e2&&Array.prototype.forEach.call(e2.length?e2:[e2],function(e3){return r(e3)}),e2}).destroy=function(e2){return e2&&Array.prototype.forEach.call(e2.length?e2:[e2],i),e2},l.update=function(e2){return e2&&Array.prototype.forEach.call(e2.length?e2:[e2],d),e2}),t.default=l,e.exports=t.default});typeof window<"u"&&window!==null&&window.optional_modules==null&&(window.optional_modules={});typeof window<"u"&&window!==null&&(typeof module<"u"&&module&&module.exports?window.optional_modules.autosize=module.exports:window.optional_modules.autosize=exports.autosize)}});require_autosize_min();})(); /*! autosize 4.0.2 license: MIT http://www.jacklmoore.com/autosize */ /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/autosize.min'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['ddf747723ef823b8a956941a37c2ac15c26fec6f4ea007cf7d108699f12b5768']){window.__code__['ddf747723ef823b8a956941a37c2ac15c26fec6f4ea007cf7d108699f12b5768']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global2=this||self;return delete Object2.prototype.__magic__,_global2}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global=__magic__;return _global}(Object)}});var require_dropzone=__commonJS({"vendor/optional/jquery_plugins/dropzone.js"(exports,module){init_define_process_env();init_shim();(function(){function fakerequire(name){var module2=fakerequire.modules[name];if(!module2)throw new Error('failed to fakerequire "'+name+'"');return!("exports"in module2)&&typeof module2.definition=="function"&&(module2.client=module2.component=!0,module2.definition.call(this,module2.exports={},module2),delete module2.definition),module2.exports}fakerequire.modules={},fakerequire.register=function(name,definition){fakerequire.modules[name]={definition}},fakerequire.define=function(name,exports2){fakerequire.modules[name]={exports:exports2}},fakerequire.register("component~emitter@1.1.2",function(exports2,module2){module2.exports=Emitter2;function Emitter2(obj){if(obj)return mixin(obj)}function mixin(obj){for(var key in Emitter2.prototype)obj[key]=Emitter2.prototype[key];return obj}Emitter2.prototype.on=Emitter2.prototype.addEventListener=function(event,fn){return this._callbacks=this._callbacks||{},(this._callbacks[event]=this._callbacks[event]||[]).push(fn),this},Emitter2.prototype.once=function(event,fn){var self2=this;this._callbacks=this._callbacks||{};function on(){self2.off(event,on),fn.apply(this,arguments)}return on.fn=fn,this.on(event,on),this},Emitter2.prototype.off=Emitter2.prototype.removeListener=Emitter2.prototype.removeAllListeners=Emitter2.prototype.removeEventListener=function(event,fn){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var callbacks=this._callbacks[event];if(!callbacks)return this;if(arguments.length==1)return delete this._callbacks[event],this;for(var cb,i=0;i<callbacks.length;i++)if(cb=callbacks[i],cb===fn||cb.fn===fn){callbacks.splice(i,1);break}return this},Emitter2.prototype.emit=function(event){this._callbacks=this._callbacks||{};var args=[].slice.call(arguments,1),callbacks=this._callbacks[event];if(callbacks){callbacks=callbacks.slice(0);for(var i=0,len=callbacks.length;i<len;++i)callbacks[i].apply(this,args)}return this},Emitter2.prototype.listeners=function(event){return this._callbacks=this._callbacks||{},this._callbacks[event]||[]},Emitter2.prototype.hasListeners=function(event){return!!this.listeners(event).length}}),fakerequire.register("dropzone",function(exports2,module2){module2.exports=fakerequire("dropzone/lib/dropzone.js")}),fakerequire.register("dropzone/lib/dropzone.js",function(exports2,module2){(function(){var Dropzone,Em,camelize,contentLoaded,detectVerticalSquash,drawImageIOSFix,noop,without,__hasProp={}.hasOwnProperty,__extends=function(child,parent){for(var key in parent)__hasProp.call(parent,key)&&(child[key]=parent[key]);function ctor(){this.constructor=child}return ctor.prototype=parent.prototype,child.prototype=new ctor,child.__super__=parent.prototype,child},__slice=[].slice;Em=typeof Emitter<"u"&&Emitter!==null?Emitter:fakerequire("component~emitter@1.1.2"),noop=function(){},Dropzone=function(_super){var extend;__extends(Dropzone2,_super),Dropzone2.prototype.events=["drop","dragstart","dragend","dragenter","dragover","dragleave","addedfile","removedfile","thumbnail","error","errormultiple","processing","processingmultiple","uploadprogress","totaluploadprogress","sending","sendingmultiple","success","successmultiple","canceled","canceledmultiple","complete","completemultiple","reset","maxfilesexceeded","maxfilesreached"],Dropzone2.prototype.defaultOptions={url:null,method:"post",withCredentials:!1,parallelUploads:2,uploadMultiple:!1,maxFilesize:256,paramName:"file",createImageThumbnails:!0,maxThumbnailFilesize:10,thumbnailWidth:100,thumbnailHeight:100,maxFiles:null,params:{},clickable:!0,ignoreHiddenFiles:!0,acceptedFiles:null,acceptedMimeTypes:null,autoProcessQueue:!0,autoQueue:!0,addRemoveLinks:!1,previewsContainer:null,dictDefaultMessage:"Drop files here to upload",dictFallbackMessage:"Your browser does not support drag'n'drop file uploads.",dictFallbackText:"Please use the fallback form below to upload your files like in the olden days.",dictFileTooBig:"File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",dictInvalidFileType:"You can't upload files of this type.",dictResponseError:"Server responded with {{statusCode}} code.",dictCancelUpload:"Cancel upload",dictCancelUploadConfirmation:"Are you sure you want to cancel this upload?",dictRemoveFile:"Remove file",dictRemoveFileConfirmation:null,dictMaxFilesExceeded:"You can not upload any more files.",accept:function(file,done){return done()},init:function(){return noop},forceFallback:!1,fallback:function(){var child,messageElement,span,_i,_len,_ref;for(this.element.className=""+this.element.className+" dz-browser-not-supported",_ref=this.element.getElementsByTagName("div"),_i=0,_len=_ref.length;_i<_len;_i++)if(child=_ref[_i],/(^| )dz-message($| )/.test(child.className)){messageElement=child,child.className="dz-message";continue}return messageElement||(messageElement=Dropzone2.createElement('<div class="dz-message"><span></span></div>'),this.element.appendChild(messageElement)),span=messageElement.getElementsByTagName("span")[0],span&&(span.textContent=this.options.dictFallbackMessage),this.element.appendChild(this.getFallbackForm())},resize:function(file){var info,srcRatio,trgRatio;return info={srcX:0,srcY:0,srcWidth:file.width,srcHeight:file.height},srcRatio=file.width/file.height,info.optWidth=this.options.thumbnailWidth,info.optHeight=this.options.thumbnailHeight,info.optWidth==null&&info.optHeight==null?(info.optWidth=info.srcWidth,info.optHeight=info.srcHeight):info.optWidth==null?info.optWidth=srcRatio*info.optHeight:info.optHeight==null&&(info.optHeight=1/srcRatio*info.optWidth),trgRatio=info.optWidth/info.optHeight,file.height<info.optHeight||file.width<info.optWidth?(info.trgHeight=info.srcHeight,info.trgWidth=info.srcWidth):srcRatio>trgRatio?(info.srcHeight=file.height,info.srcWidth=info.srcHeight*trgRatio):(info.srcWidth=file.width,info.srcHeight=info.srcWidth/trgRatio),info.srcX=(file.width-info.srcWidth)/2,info.srcY=(file.height-info.srcHeight)/2,info},drop:function(e){return this.element.classList.remove("dz-drag-hover")},dragstart:noop,dragend:function(e){return this.element.classList.remove("dz-drag-hover")},dragenter:function(e){return this.element.classList.add("dz-drag-hover")},dragover:function(e){return this.element.classList.add("dz-drag-hover")},dragleave:function(e){return this.element.classList.remove("dz-drag-hover")},paste:noop,reset:function(){return this.element.classList.remove("dz-started")},addedfile:function(file){var node,removeFileEvent,removeLink,_i,_j,_k,_len,_len1,_len2,_ref,_ref1,_ref2,_results;if(this.element===this.previewsContainer&&this.element.classList.add("dz-started"),this.previewsContainer){for(file.previewElement=Dropzone2.createElement(this.options.previewTemplate.trim()),file.previewTemplate=file.previewElement,this.previewsContainer.appendChild(file.previewElement),_ref=file.previewElement.querySelectorAll("[data-dz-name]"),_i=0,_len=_ref.length;_i<_len;_i++)node=_ref[_i],node.textContent=file.name;for(_ref1=file.previewElement.querySelectorAll("[data-dz-size]"),_j=0,_len1=_ref1.length;_j<_len1;_j++)node=_ref1[_j],node.innerHTML=this.filesize(file.size);for(this.options.addRemoveLinks&&(file._removeLink=Dropzone2.createElement('<a class="dz-remove" href="javascript:undefined;" data-dz-remove>'+this.options.dictRemoveFile+"</a>"),file.previewElement.appendChild(file._removeLink)),removeFileEvent=function(_this){return function(e){return e.preventDefault(),e.stopPropagation(),file.status===Dropzone2.UPLOADING?Dropzone2.confirm(_this.options.dictCancelUploadConfirmation,function(){return _this.removeFile(file)}):_this.options.dictRemoveFileConfirmation?Dropzone2.confirm(_this.options.dictRemoveFileConfirmation,function(){return _this.removeFile(file)}):_this.removeFile(file)}}(this),_ref2=file.previewElement.querySelectorAll("[data-dz-remove]"),_results=[],_k=0,_len2=_ref2.length;_k<_len2;_k++)removeLink=_ref2[_k],_results.push(removeLink.addEventListener("click",removeFileEvent));return _results}},removedfile:function(file){var _ref;return file.previewElement&&(_ref=file.previewElement)!=null&&_ref.parentNode.removeChild(file.previewElement),this._updateMaxFilesReachedClass()},thumbnail:function(file,dataUrl){var thumbnailElement,_i,_len,_ref,_results;if(file.previewElement){for(file.previewElement.classList.remove("dz-file-preview"),file.previewElement.classList.add("dz-image-preview"),_ref=file.previewElement.querySelectorAll("[data-dz-thumbnail]"),_results=[],_i=0,_len=_ref.length;_i<_len;_i++)thumbnailElement=_ref[_i],thumbnailElement.alt=file.name,_results.push(thumbnailElement.src=dataUrl);return _results}},error:function(file,message){var node,_i,_len,_ref,_results;if(file.previewElement){for(file.previewElement.classList.add("dz-error"),typeof message!="String"&&message.error&&(message=message.error),_ref=file.previewElement.querySelectorAll("[data-dz-errormessage]"),_results=[],_i=0,_len=_ref.length;_i<_len;_i++)node=_ref[_i],_results.push(node.textContent=message);return _results}},errormultiple:noop,processing:function(file){if(file.previewElement&&(file.previewElement.classList.add("dz-processing"),file._removeLink))return file._removeLink.textContent=this.options.dictCancelUpload},processingmultiple:noop,uploadprogress:function(file,progress,bytesSent){var node,_i,_len,_ref,_results;if(file.previewElement){for(_ref=file.previewElement.querySelectorAll("[data-dz-uploadprogress]"),_results=[],_i=0,_len=_ref.length;_i<_len;_i++)node=_ref[_i],_results.push(node.style.width=""+progress+"%");return _results}},totaluploadprogress:noop,sending:noop,sendingmultiple:noop,success:function(file){if(file.previewElement)return file.previewElement.classList.add("dz-success")},successmultiple:noop,canceled:function(file){return this.emit("error",file,"Upload canceled.")},canceledmultiple:noop,complete:function(file){if(file._removeLink)return file._removeLink.textContent=this.options.dictRemoveFile},completemultiple:noop,maxfilesexceeded:noop,maxfilesreached:noop,previewTemplate:`<div class="dz-preview dz-file-preview"> <div class="dz-details"> <div class="dz-filename"><span data-dz-name></span></div> <div class="dz-size" data-dz-size></div> <img data-dz-thumbnail /> </div> <div class="dz-progress"><span class="dz-upload" data-dz-uploadprogress></span></div> <div class="dz-success-mark"><span>\u2714</span></div> <div class="dz-error-mark"><span>\u2718</span></div> <div class="dz-error-message"><span data-dz-errormessage></span></div> </div>`},extend=function(){var key,object,objects,target,val,_i,_len;for(target=arguments[0],objects=2<=arguments.length?__slice.call(arguments,1):[],_i=0,_len=objects.length;_i<_len;_i++){object=objects[_i];for(key in object)val=object[key],target[key]=val}return target};function Dropzone2(element,options){var elementOptions,fallback,_ref;if(this.element=element,this.version=Dropzone2.version,this.defaultOptions.previewTemplate=this.defaultOptions.previewTemplate.replace(/\n*/g,""),this.clickableElements=[],this.listeners=[],this.files=[],typeof this.element=="string"&&(this.element=document.querySelector(this.element)),!(this.element&&this.element.nodeType!=null))throw new Error("Invalid dropzone element.");if(this.element.dropzone)throw new Error("Dropzone already attached.");if(Dropzone2.instances.push(this),this.element.dropzone=this,elementOptions=(_ref=Dropzone2.optionsForElement(this.element))!=null?_ref:{},this.options=extend({},this.defaultOptions,elementOptions,options!=null?options:{}),this.options.forceFallback||!Dropzone2.isBrowserSupported())return this.options.fallback.call(this);if(this.options.url==null&&(this.options.url=this.element.getAttribute("action")),!this.options.url)throw new Error("No URL provided.");if(this.options.acceptedFiles&&this.options.acceptedMimeTypes)throw new Error("You can't provide both 'acceptedFiles' and 'acceptedMimeTypes'. 'acceptedMimeTypes' is deprecated.");this.options.acceptedMimeTypes&&(this.options.acceptedFiles=this.options.acceptedMimeTypes,delete this.options.acceptedMimeTypes),this.options.method=this.options.method.toUpperCase(),(fallback=this.getExistingFallback())&&fallback.parentNode&&fallback.parentNode.removeChild(fallback),this.options.previewsContainer!==!1&&(this.options.previewsContainer?this.previewsContainer=Dropzone2.getElement(this.options.previewsContainer,"previewsContainer"):this.previewsContainer=this.element),this.options.clickable&&(this.options.clickable===!0?this.clickableElements=[this.element]:this.clickableElements=Dropzone2.getElements(this.options.clickable,"clickable")),this.init()}return Dropzone2.prototype.getAcceptedFiles=function(){var file,_i,_len,_ref,_results;for(_ref=this.files,_results=[],_i=0,_len=_ref.length;_i<_len;_i++)file=_ref[_i],file.accepted&&_results.push(file);return _results},Dropzone2.prototype.getRejectedFiles=function(){var file,_i,_len,_ref,_results;for(_ref=this.files,_results=[],_i=0,_len=_ref.length;_i<_len;_i++)file=_ref[_i],file.accepted||_results.push(file);return _results},Dropzone2.prototype.getFilesWithStatus=function(status){var file,_i,_len,_ref,_results;for(_ref=this.files,_results=[],_i=0,_len=_ref.length;_i<_len;_i++)file=_ref[_i],file.status===status&&_results.push(file);return _results},Dropzone2.prototype.getQueuedFiles=function(){return this.getFilesWithStatus(Dropzone2.QUEUED)},Dropzone2.prototype.getUploadingFiles=function(){return this.getFilesWithStatus(Dropzone2.UPLOADING)},Dropzone2.prototype.getActiveFiles=function(){var file,_i,_len,_ref,_results;for(_ref=this.files,_results=[],_i=0,_len=_ref.length;_i<_len;_i++)file=_ref[_i],(file.status===Dropzone2.UPLOADING||file.status===Dropzone2.QUEUED)&&_results.push(file);return _results},Dropzone2.prototype.init=function(){var eventName,noPropagation,setupHiddenFileInput,_i,_len,_ref,_ref1;for(this.element.tagName==="form"&&this.element.setAttribute("enctype","multipart/form-data"),this.element.classList.contains("dropzone")&&!this.element.querySelector(".dz-message")&&this.element.appendChild(Dropzone2.createElement('<div class="dz-default dz-message"><span>'+this.options.dictDefaultMessage+"</span></div>")),this.clickableElements.length&&(setupHiddenFileInput=function(_this){return function(){return _this.hiddenFileInput&&document.body.removeChild(_this.hiddenFileInput),_this.hiddenFileInput=document.createElement("input"),_this.hiddenFileInput.setAttribute("type","file"),(_this.options.maxFiles==null||_this.options.maxFiles>1)&&_this.hiddenFileInput.setAttribute("multiple","multiple"),_this.hiddenFileInput.className="dz-hidden-input",_this.options.acceptedFiles!=null&&_this.hiddenFileInput.setAttribute("accept",_this.options.acceptedFiles),_this.hiddenFileInput.style.visibility="hidden",_this.hiddenFileInput.style.position="absolute",_this.hiddenFileInput.style.top="0",_this.hiddenFileInput.style.left="0",_this.hiddenFileInput.style.height="0",_this.hiddenFileInput.style.width="0",document.body.appendChild(_this.hiddenFileInput),_this.hiddenFileInput.addEventListener("change",function(){var file,files,_i2,_len2;if(files=_this.hiddenFileInput.files,files.length)for(_i2=0,_len2=files.length;_i2<_len2;_i2++)file=files[_i2],_this.addFile(file);return setupHiddenFileInput()})}}(this),setupHiddenFileInput()),this.URL=(_ref=window.URL)!=null?_ref:window.webkitURL,_ref1=this.events,_i=0,_len=_ref1.length;_i<_len;_i++)eventName=_ref1[_i],this.on(eventName,this.options[eventName]);return this.on("uploadprogress",function(_this){return function(){return _this.updateTotalUploadProgress()}}(this)),this.on("removedfile",function(_this){return function(){return _this.updateTotalUploadProgress()}}(this)),this.on("canceled",function(_this){return function(file){return _this.emit("complete",file)}}(this)),this.on("complete",function(_this){return function(file){if(_this.getUploadingFiles().length===0&&_this.getQueuedFiles().length===0)return setTimeout(function(){return _this.emit("queuecomplete")},0)}}(this)),noPropagation=function(e){return e.stopPropagation(),e.preventDefault?e.preventDefault():e.returnValue=!1},this.listeners=[{element:this.element,events:{dragstart:function(_this){return function(e){return _this.emit("dragstart",e)}}(this),dragenter:function(_this){return function(e){return noPropagation(e),_this.emit("dragenter",e)}}(this),dragover:function(_this){return function(e){var efct;try{efct=e.dataTransfer.effectAllowed}catch{}return e.dataTransfer.dropEffect=efct==="move"||efct==="linkMove"?"move":"copy",noPropagation(e),_this.emit("dragover",e)}}(this),dragleave:function(_this){return function(e){return _this.emit("dragleave",e)}}(this),drop:function(_this){return function(e){return noPropagation(e),_this.drop(e)}}(this),dragend:function(_this){return function(e){return _this.emit("dragend",e)}}(this)}}],this.clickableElements.forEach(function(_this){return function(clickableElement){return _this.listeners.push({element:clickableElement,events:{click:function(evt){if(clickableElement!==_this.element||evt.target===_this.element||Dropzone2.elementInside(evt.target,_this.element.querySelector(".dz-message")))return _this.hiddenFileInput.click()}}})}}(this)),this.enable(),this.options.init.call(this)},Dropzone2.prototype.destroy=function(){var _ref;return this.disable(),this.removeAllFiles(!0),(_ref=this.hiddenFileInput)!=null&&_ref.parentNode&&(this.hiddenFileInput.parentNode.removeChild(this.hiddenFileInput),this.hiddenFileInput=null),delete this.element.dropzone,Dropzone2.instances.splice(Dropzone2.instances.indexOf(this),1)},Dropzone2.prototype.updateTotalUploadProgress=function(){var activeFiles,file,totalBytes,totalBytesSent,totalUploadProgress,_i,_len,_ref;if(totalBytesSent=0,totalBytes=0,activeFiles=this.getActiveFiles(),activeFiles.length){for(_ref=this.getActiveFiles(),_i=0,_len=_ref.length;_i<_len;_i++)file=_ref[_i],totalBytesSent+=file.upload.bytesSent,totalBytes+=file.upload.total;totalUploadProgress=100*totalBytesSent/totalBytes}else totalUploadProgress=100;return this.emit("totaluploadprogress",totalUploadProgress,totalBytes,totalBytesSent)},Dropzone2.prototype._getParamName=function(n){return typeof this.options.paramName=="function"?this.options.paramName(n):""+this.options.paramName+(this.options.uploadMultiple?"["+n+"]":"")},Dropzone2.prototype.getFallbackForm=function(){var existingFallback,fields,fieldsString,form;return(existingFallback=this.getExistingFallback())?existingFallback:(fieldsString='<div class="dz-fallback">',this.options.dictFallbackText&&(fieldsString+="<p>"+this.options.dictFallbackText+"</p>"),fieldsString+='<input type="file" name="'+this._getParamName(0)+'" '+(this.options.uploadMultiple?'multiple="multiple"':void 0)+' /><input type="submit" value="Upload!"></div>',fields=Dropzone2.createElement(fieldsString),this.element.tagName!=="FORM"?(form=Dropzone2.createElement('<form action="'+this.options.url+'" enctype="multipart/form-data" method="'+this.options.method+'"></form>'),form.appendChild(fields)):(this.element.setAttribute("enctype","multipart/form-data"),this.element.setAttribute("method",this.options.method)),form!=null?form:fields)},Dropzone2.prototype.getExistingFallback=function(){var fallback,getFallback,tagName,_i,_len,_ref;for(getFallback=function(elements){var el,_i2,_len2;for(_i2=0,_len2=elements.length;_i2<_len2;_i2++)if(el=elements[_i2],/(^| )fallback($| )/.test(el.className))return el},_ref=["div","form"],_i=0,_len=_ref.length;_i<_len;_i++)if(tagName=_ref[_i],fallback=getFallback(this.element.getElementsByTagName(tagName)))return fallback},Dropzone2.prototype.setupEventListeners=function(){var elementListeners,event,listener,_i,_len,_ref,_results;for(_ref=this.listeners,_results=[],_i=0,_len=_ref.length;_i<_len;_i++)elementListeners=_ref[_i],_results.push(function(){var _ref1,_results1;_ref1=elementListeners.events,_results1=[];for(event in _ref1)listener=_ref1[event],_results1.push(elementListeners.element.addEventListener(event,listener,!1));return _results1}());return _results},Dropzone2.prototype.removeEventListeners=function(){var elementListeners,event,listener,_i,_len,_ref,_results;for(_ref=this.listeners,_results=[],_i=0,_len=_ref.length;_i<_len;_i++)elementListeners=_ref[_i],_results.push(function(){var _ref1,_results1;_ref1=elementListeners.events,_results1=[];for(event in _ref1)listener=_ref1[event],_results1.push(elementListeners.element.removeEventListener(event,listener,!1));return _results1}());return _results},Dropzone2.prototype.disable=function(){var file,_i,_len,_ref,_results;for(this.clickableElements.forEach(function(element){return element.classList.remove("dz-clickable")}),this.removeEventListeners(),_ref=this.files,_results=[],_i=0,_len=_ref.length;_i<_len;_i++)file=_ref[_i],_results.push(this.cancelUpload(file));return _results},Dropzone2.prototype.enable=function(){return this.clickableElements.forEach(function(element){return element.classList.add("dz-clickable")}),this.setupEventListeners()},Dropzone2.prototype.filesize=function(size){var string;return size>=1024*1024*1024*1024/10?(size=size/(1024*1024*1024*1024/10),string="TiB"):size>=1024*1024*1024/10?(size=size/(1024*1024*1024/10),string="GiB"):size>=1024*1024/10?(size=size/(1024*1024/10),string="MiB"):size>=1024/10?(size=size/(1024/10),string="KiB"):(size=size*10,string="b"),"<strong>"+Math.round(size)/10+"</strong> "+string},Dropzone2.prototype._updateMaxFilesReachedClass=function(){return this.options.maxFiles!=null&&this.getAcceptedFiles().length>=this.options.maxFiles?(this.getAcceptedFiles().length===this.options.maxFiles&&this.emit("maxfilesreached",this.files),this.element.classList.add("dz-max-files-reached")):this.element.classList.remove("dz-max-files-reached")},Dropzone2.prototype.drop=function(e){var files,items;e.dataTransfer&&(this.emit("drop",e),files=e.dataTransfer.files,files.length&&(items=e.dataTransfer.items,items&&items.length&&items[0].webkitGetAsEntry!=null?this._addFilesFromItems(items):this.handleFiles(files)))},Dropzone2.prototype.paste=function(e){var items,_ref;if((e!=null&&(_ref=e.clipboardData)!=null?_ref.items:void 0)!=null&&(this.emit("paste",e),items=e.clipboardData.items,items.length))return this._addFilesFromItems(items)},Dropzone2.prototype.handleFiles=function(files){var file,_i,_len,_results;for(_results=[],_i=0,_len=files.length;_i<_len;_i++)file=files[_i],_results.push(this.addFile(file));return _results},Dropzone2.prototype._addFilesFromItems=function(items){var entry,item,_i,_len,_results;for(_results=[],_i=0,_len=items.length;_i<_len;_i++)item=items[_i],item.webkitGetAsEntry!=null&&(entry=item.webkitGetAsEntry())?entry.isFile?_results.push(this.addFile(item.getAsFile())):entry.isDirectory?_results.push(this._addFilesFromDirectory(entry,entry.name)):_results.push(void 0):item.getAsFile!=null&&(item.kind==null||item.kind==="file")?_results.push(this.addFile(item.getAsFile())):_results.push(void 0);return _results},Dropzone2.prototype._addFilesFromDirectory=function(directory,path){var dirReader,entriesReader;return dirReader=directory.createReader(),entriesReader=function(_this){return function(entries){var entry,_i,_len;for(_i=0,_len=entries.length;_i<_len;_i++)entry=entries[_i],entry.isFile?entry.file(function(file){if(!(_this.options.ignoreHiddenFiles&&file.name.substring(0,1)==="."))return file.fullPath=""+path+"/"+file.name,_this.addFile(file)}):entry.isDirectory&&_this._addFilesFromDirectory(entry,""+path+"/"+entry.name)}}(this),dirReader.readEntries(entriesReader,function(error){return typeof console<"u"&&console!==null&&typeof console.log=="function"?console.log(error):void 0})},Dropzone2.prototype.accept=function(file,done){return file.size>this.options.maxFilesize*1024*1024?done(this.options.dictFileTooBig.replace("{{filesize}}",Math.round(file.size/1024/10.24)/100).replace("{{maxFilesize}}",this.options.maxFilesize)):Dropzone2.isValidFile(file,this.options.acceptedFiles)?this.options.maxFiles!=null&&this.getAcceptedFiles().length>=this.options.maxFiles?(done(this.options.dictMaxFilesExceeded.replace("{{maxFiles}}",this.options.maxFiles)),this.emit("maxfilesexceeded",file)):this.options.accept.call(this,file,done):done(this.options.dictInvalidFileType)},Dropzone2.prototype.addFile=function(file){return file.upload={progress:0,total:file.size,bytesSent:0},this.files.push(file),file.status=Dropzone2.ADDED,this.emit("addedfile",file),this._enqueueThumbnail(file),this.accept(file,function(_this){return function(error){return error?(file.accepted=!1,_this._errorProcessing([file],error)):(file.accepted=!0,_this.options.autoQueue&&_this.enqueueFile(file)),_this._updateMaxFilesReachedClass()}}(this))},Dropzone2.prototype.enqueueFiles=function(files){var file,_i,_len;for(_i=0,_len=files.length;_i<_len;_i++)file=files[_i],this.enqueueFile(file);return null},Dropzone2.prototype.enqueueFile=function(file){if(file.status===Dropzone2.ADDED&&file.accepted===!0){if(file.status=Dropzone2.QUEUED,this.options.autoProcessQueue)return setTimeout(function(_this){return function(){return _this.processQueue()}}(this),0)}else throw new Error("This file can't be queued because it has already been processed or was rejected.")},Dropzone2.prototype._thumbnailQueue=[],Dropzone2.prototype._processingThumbnail=!1,Dropzone2.prototype._enqueueThumbnail=function(file){if(this.options.createImageThumbnails&&file.type.match(/image.*/)&&file.size<=this.options.maxThumbnailFilesize*1024*1024)return this._thumbnailQueue.push(file),setTimeout(function(_this){return function(){return _this._processThumbnailQueue()}}(this),0)},Dropzone2.prototype._processThumbnailQueue=function(){if(!(this._processingThumbnail||this._thumbnailQueue.length===0))return this._processingThumbnail=!0,this.createThumbnail(this._thumbnailQueue.shift(),function(_this){return function(){return _this._processingThumbnail=!1,_this._processThumbnailQueue()}}(this))},Dropzone2.prototype.removeFile=function(file){if(file.status===Dropzone2.UPLOADING&&this.cancelUpload(file),this.files=without(this.files,file),this.emit("removedfile",file),this.files.length===0)return this.emit("reset")},Dropzone2.prototype.removeAllFiles=function(cancelIfNecessary){var file,_i,_len,_ref;for(cancelIfNecessary==null&&(cancelIfNecessary=!1),_ref=this.files.slice(),_i=0,_len=_ref.length;_i<_len;_i++)file=_ref[_i],(file.status!==Dropzone2.UPLOADING||cancelIfNecessary)&&this.removeFile(file);return null},Dropzone2.prototype.createThumbnail=function(file,callback){var fileReader;return fileReader=new FileReader,fileReader.onload=function(_this){return function(){var img;return img=document.createElement("img"),img.onload=function(){var canvas,ctx,resizeInfo,thumbnail,_ref,_ref1,_ref2,_ref3;if(file.width=img.width,file.height=img.height,resizeInfo=_this.options.resize.call(_this,file),resizeInfo.trgWidth==null&&(resizeInfo.trgWidth=resizeInfo.optWidth),resizeInfo.trgHeight==null&&(resizeInfo.trgHeight=resizeInfo.optHeight),canvas=document.createElement("canvas"),ctx=canvas.getContext("2d"),canvas.width=resizeInfo.trgWidth,canvas.height=resizeInfo.trgHeight,drawImageIOSFix(ctx,img,(_ref=resizeInfo.srcX)!=null?_ref:0,(_ref1=resizeInfo.srcY)!=null?_ref1:0,resizeInfo.srcWidth,resizeInfo.srcHeight,(_ref2=resizeInfo.trgX)!=null?_ref2:0,(_ref3=resizeInfo.trgY)!=null?_ref3:0,resizeInfo.trgWidth,resizeInfo.trgHeight),thumbnail=canvas.toDataURL("image/png"),_this.emit("thumbnail",file,thumbnail),callback!=null)return callback()},img.src=fileReader.result}}(this),fileReader.readAsDataURL(file)},Dropzone2.prototype.processQueue=function(){var i,parallelUploads,processingLength,queuedFiles;if(parallelUploads=this.options.parallelUploads,processingLength=this.getUploadingFiles().length,i=processingLength,!(processingLength>=parallelUploads)&&(queuedFiles=this.getQueuedFiles(),queuedFiles.length>0)){if(this.options.uploadMultiple)return this.processFiles(queuedFiles.slice(0,parallelUploads-processingLength));for(;i<parallelUploads;){if(!queuedFiles.length)return;this.processFile(queuedFiles.shift()),i++}}},Dropzone2.prototype.processFile=function(file){return this.processFiles([file])},Dropzone2.prototype.processFiles=function(files){var file,_i,_len;for(_i=0,_len=files.length;_i<_len;_i++)file=files[_i],file.processing=!0,file.status=Dropzone2.UPLOADING,this.emit("processing",file);return this.options.uploadMultiple&&this.emit("processingmultiple",files),this.uploadFiles(files)},Dropzone2.prototype._getFilesWithXhr=function(xhr){var file,files;return files=(function(){var _i,_len,_ref,_results;for(_ref=this.files,_results=[],_i=0,_len=_ref.length;_i<_len;_i++)file=_ref[_i],file.xhr===xhr&&_results.push(file);return _results}).call(this)},Dropzone2.prototype.cancelUpload=function(file){var groupedFile,groupedFiles,_i,_j,_len,_len1,_ref;if(file.status===Dropzone2.UPLOADING){for(groupedFiles=this._getFilesWithXhr(file.xhr),_i=0,_len=groupedFiles.length;_i<_len;_i++)groupedFile=groupedFiles[_i],groupedFile.status=Dropzone2.CANCELED;for(file.xhr.abort(),_j=0,_len1=groupedFiles.length;_j<_len1;_j++)groupedFile=groupedFiles[_j],this.emit("canceled",groupedFile);this.options.uploadMultiple&&this.emit("canceledmultiple",groupedFiles)}else((_ref=file.status)===Dropzone2.ADDED||_ref===Dropzone2.QUEUED)&&(file.status=Dropzone2.CANCELED,this.emit("canceled",file),this.options.uploadMultiple&&this.emit("canceledmultiple",[file]));if(this.options.autoProcessQueue)return this.processQueue()},Dropzone2.prototype.uploadFile=function(file){return this.uploadFiles([file])},Dropzone2.prototype.uploadFiles=function(files){var file,formData,handleError,headerName,headerValue,headers,i,input,inputName,inputType,key,option,progressObj,response,updateProgress,value,xhr,_i,_j,_k,_l,_len,_len1,_len2,_len3,_m,_ref,_ref1,_ref2,_ref3,_ref4,_ref5;for(xhr=new XMLHttpRequest,_i=0,_len=files.length;_i<_len;_i++)file=files[_i],file.xhr=xhr;xhr.open(this.options.method,this.options.url,!0),xhr.withCredentials=!!this.options.withCredentials,response=null,handleError=function(_this){return function(){var _j2,_len12,_results;for(_results=[],_j2=0,_len12=files.length;_j2<_len12;_j2++)file=files[_j2],_results.push(_this._errorProcessing(files,response||_this.options.dictResponseError.replace("{{statusCode}}",xhr.status),xhr));return _results}}(this),updateProgress=function(_this){return function(e){var allFilesFinished,progress,_j2,_k2,_l2,_len12,_len22,_len32,_results;if(e!=null)for(progress=100*e.loaded/e.total,_j2=0,_len12=files.length;_j2<_len12;_j2++)file=files[_j2],file.upload={progress,total:e.total,bytesSent:e.loaded};else{for(allFilesFinished=!0,progress=100,_k2=0,_len22=files.length;_k2<_len22;_k2++)file=files[_k2],file.upload.progress===100&&file.upload.bytesSent===file.upload.total||(allFilesFinished=!1),file.upload.progress=progress,file.upload.bytesSent=file.upload.total;if(allFilesFinished)return}for(_results=[],_l2=0,_len32=files.length;_l2<_len32;_l2++)file=files[_l2],_results.push(_this.emit("uploadprogress",file,progress,file.upload.bytesSent));return _results}}(this),xhr.onload=function(_this){return function(e){var _ref6;if(files[0].status!==Dropzone2.CANCELED&&xhr.readyState===4){if(response=xhr.responseText,xhr.getResponseHeader("content-type")&&~xhr.getResponseHeader("content-type").indexOf("application/json"))try{response=JSON.parse(response)}catch(_error){e=_error,response="Invalid JSON response from server."}return updateProgress(),200<=(_ref6=xhr.status)&&_ref6<300?_this._finished(files,response,e):handleError()}}}(this),xhr.onerror=function(_this){return function(){if(files[0].status!==Dropzone2.CANCELED)return handleError()}}(this),progressObj=(_ref=xhr.upload)!=null?_ref:xhr,progressObj.onprogress=updateProgress,headers={Accept:"application/json","Cache-Control":"no-cache","X-Requested-With":"XMLHttpRequest"},this.options.headers&&extend(headers,this.options.headers);for(headerName in headers)headerValue=headers[headerName],xhr.setRequestHeader(headerName,headerValue);if(formData=new FormData,this.options.params){_ref1=this.options.params;for(key in _ref1)value=_ref1[key],formData.append(key,value)}for(_j=0,_len1=files.length;_j<_len1;_j++)file=files[_j],this.emit("sending",file,xhr,formData);if(this.options.uploadMultiple&&this.emit("sendingmultiple",files,xhr,formData),this.element.tagName==="FORM")for(_ref2=this.element.querySelectorAll("input, textarea, select, button"),_k=0,_len2=_ref2.length;_k<_len2;_k++)if(input=_ref2[_k],inputName=input.getAttribute("name"),inputType=input.getAttribute("type"),input.tagName==="SELECT"&&input.hasAttribute("multiple"))for(_ref3=input.options,_l=0,_len3=_ref3.length;_l<_len3;_l++)option=_ref3[_l],option.selected&&formData.append(inputName,option.value);else(!inputType||(_ref4=inputType.toLowerCase())!=="checkbox"&&_ref4!=="radio"||input.checked)&&formData.append(inputName,input.value);for(i=_m=0,_ref5=files.length-1;0<=_ref5?_m<=_ref5:_m>=_ref5;i=0<=_ref5?++_m:--_m)formData.append(this._getParamName(i),files[i],files[i].name);return xhr.send(formData)},Dropzone2.prototype._finished=function(files,responseText,e){var file,_i,_len;for(_i=0,_len=files.length;_i<_len;_i++)file=files[_i],file.status=Dropzone2.SUCCESS,this.emit("success",file,responseText,e),this.emit("complete",file);if(this.options.uploadMultiple&&(this.emit("successmultiple",files,responseText,e),this.emit("completemultiple",files)),this.options.autoProcessQueue)return this.processQueue()},Dropzone2.prototype._errorProcessing=function(files,message,xhr){var file,_i,_len;for(_i=0,_len=files.length;_i<_len;_i++)file=files[_i],file.status=Dropzone2.ERROR,this.emit("error",file,message,xhr),this.emit("complete",file);if(this.options.uploadMultiple&&(this.emit("errormultiple",files,message,xhr),this.emit("completemultiple",files)),this.options.autoProcessQueue)return this.processQueue()},Dropzone2}(Em),Dropzone.version="3.10.2",Dropzone.options={},Dropzone.optionsForElement=function(element){if(element.getAttribute("id"))return Dropzone.options[camelize(element.getAttribute("id"))]},Dropzone.instances=[],Dropzone.forElement=function(element){if(typeof element=="string"&&(element=document.querySelector(element)),(element!=null?element.dropzone:void 0)==null)throw new Error("No Dropzone found for given element. This is probably because you're trying to access it before Dropzone had the time to initialize. Use the `init` option to setup any additional observers on your Dropzone.");return element.dropzone},Dropzone.autoDiscover=!1,Dropzone.discover=function(){var checkElements,dropzone,dropzones,_i,_len,_results;for(document.querySelectorAll?dropzones=document.querySelectorAll(".dropzone"):(dropzones=[],checkElements=function(elements){var el,_i2,_len2,_results2;for(_results2=[],_i2=0,_len2=elements.length;_i2<_len2;_i2++)el=elements[_i2],/(^| )dropzone($| )/.test(el.className)?_results2.push(dropzones.push(el)):_results2.push(void 0);return _results2},checkElements(document.getElementsByTagName("div")),checkElements(document.getElementsByTagName("form"))),_results=[],_i=0,_len=dropzones.length;_i<_len;_i++)dropzone=dropzones[_i],Dropzone.optionsForElement(dropzone)!==!1?_results.push(new Dropzone(dropzone)):_results.push(void 0);return _results},Dropzone.blacklistedBrowsers=[/opera.*Macintosh.*version\/12/i],Dropzone.isBrowserSupported=function(){var capableBrowser,regex,_i,_len,_ref;if(capableBrowser=!0,window.File&&window.FileReader&&window.FileList&&window.Blob&&window.FormData&&document.querySelector){if(!("classList"in document.createElement("a")))capableBrowser=!1;else for(_ref=Dropzone.blacklistedBrowsers,_i=0,_len=_ref.length;_i<_len;_i++)if(regex=_ref[_i],regex.test(navigator.userAgent)){capableBrowser=!1;continue}}else capableBrowser=!1;return capableBrowser},without=function(list,rejectedItem){var item,_i,_len,_results;for(_results=[],_i=0,_len=list.length;_i<_len;_i++)item=list[_i],item!==rejectedItem&&_results.push(item);return _results},camelize=function(str){return str.replace(/[\-_](\w)/g,function(match){return match.charAt(1).toUpperCase()})},Dropzone.createElement=function(string){var div;return div=document.createElement("div"),div.innerHTML=string,div.childNodes[0]},Dropzone.elementInside=function(element,container){if(element===container)return!0;for(;element=element.parentNode;)if(element===container)return!0;return!1},Dropzone.getElement=function(el,name){var element;if(typeof el=="string"?element=document.querySelector(el):el.nodeType!=null&&(element=el),element==null)throw new Error("Invalid `"+name+"` option provided. Please provide a CSS selector or a plain HTML element.");return element},Dropzone.getElements=function(els,name){var e,el,elements,_i,_j,_len,_len1,_ref;if(els instanceof Array){elements=[];try{for(_i=0,_len=els.length;_i<_len;_i++)el=els[_i],elements.push(this.getElement(el,name))}catch(_error){e=_error,elements=null}}else if(typeof els=="string")for(elements=[],_ref=document.querySelectorAll(els),_j=0,_len1=_ref.length;_j<_len1;_j++)el=_ref[_j],elements.push(el);else els.nodeType!=null&&(elements=[els]);if(!(elements!=null&&elements.length))throw new Error("Invalid `"+name+"` option provided. Please provide a CSS selector, a plain HTML element or a list of those.");return elements},Dropzone.confirm=function(question,accepted,rejected){if(window.confirm(question))return accepted();if(rejected!=null)return rejected()},Dropzone.isValidFile=function(file,acceptedFiles){var baseMimeType,mimeType,validType,_i,_len;if(!acceptedFiles)return!0;for(acceptedFiles=acceptedFiles.split(","),mimeType=file.type,baseMimeType=mimeType.replace(/\/.*$/,""),_i=0,_len=acceptedFiles.length;_i<_len;_i++)if(validType=acceptedFiles[_i],validType=validType.trim(),validType.charAt(0)==="."){if(file.name.toLowerCase().indexOf(validType.toLowerCase(),file.name.length-validType.length)!==-1)return!0}else if(/\/\*$/.test(validType)){if(baseMimeType===validType.replace(/\/.*$/,""))return!0}else if(mimeType===validType)return!0;return!1},typeof jQuery<"u"&&jQuery!==null&&(jQuery.fn.dropzone=function(options){return this.each(function(){return new Dropzone(this,options)})}),typeof module2<"u"&&module2!==null?module2.exports=Dropzone:window.Dropzone=Dropzone,Dropzone.ADDED="added",Dropzone.QUEUED="queued",Dropzone.ACCEPTED=Dropzone.QUEUED,Dropzone.UPLOADING="uploading",Dropzone.PROCESSING=Dropzone.UPLOADING,Dropzone.CANCELED="canceled",Dropzone.ERROR="error",Dropzone.SUCCESS="success",detectVerticalSquash=function(img){var alpha,canvas,ctx,data,ey,ih,iw,py,ratio,sy;for(iw=img.naturalWidth,ih=img.naturalHeight,canvas=document.createElement("canvas"),canvas.width=1,canvas.height=ih,ctx=canvas.getContext("2d"),ctx.drawImage(img,0,0),data=ctx.getImageData(0,0,1,ih).data,sy=0,ey=ih,py=ih;py>sy;)alpha=data[(py-1)*4+3],alpha===0?ey=py:sy=py,py=ey+sy>>1;return ratio=py/ih,ratio===0?1:ratio},drawImageIOSFix=function(ctx,img,sx,sy,sw,sh,dx,dy,dw,dh){var vertSquashRatio;return vertSquashRatio=detectVerticalSquash(img),ctx.drawImage(img,sx,sy,sw,sh,dx,dy,dw,dh/vertSquashRatio)},contentLoaded=function(win,fn){var add,doc,done,init,poll,pre,rem,root,top;if(done=!1,top=!0,doc=win.document,root=doc.documentElement,add=doc.addEventListener?"addEventListener":"attachEvent",rem=doc.addEventListener?"removeEventListener":"detachEvent",pre=doc.addEventListener?"":"on",init=function(e){if(!(e.type==="readystatechange"&&doc.readyState!=="complete")&&((e.type==="load"?win:doc)[rem](pre+e.type,init,!1),!done&&(done=!0)))return fn.call(win,e.type||e)},poll=function(){var e;try{root.doScroll("left")}catch(_error){e=_error,setTimeout(poll,50);return}return init("poll")},doc.readyState!=="complete"){if(doc.createEventObject&&root.doScroll){try{top=!win.frameElement}catch{}top&&poll()}return doc[add](pre+"DOMContentLoaded",init,!1),doc[add](pre+"readystatechange",init,!1),win[add](pre+"load",init,!1)}},Dropzone._autoDiscoverFunction=function(){if(Dropzone.autoDiscover)return Dropzone.discover()},contentLoaded(window,Dropzone._autoDiscoverFunction)}).call(this)}),typeof exports=="object"?module.exports=fakerequire("dropzone"):typeof define=="function"&&define.amd?define([],function(){return fakerequire("dropzone")}):this.Dropzone=fakerequire("dropzone")})();typeof window<"u"&&window!==null&&window.optional_modules==null&&(window.optional_modules={});typeof window<"u"&&window!==null&&(window.optional_modules.dropzone=module.exports)}});require_dropzone();})(); /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/dropzone'] = true; window.__code__ = window.__code__ || {}; if(!window.__code__['53ec41d14d9886bcc6d02ca450458127c31823800c2184ef155cde2a71fc3e3c']){window.__code__['53ec41d14d9886bcc6d02ca450458127c31823800c2184ef155cde2a71fc3e3c']=1; "use strict";(()=>{var __create=Object.create;var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __getProtoOf=Object.getPrototypeOf,__hasOwnProp=Object.prototype.hasOwnProperty;var __esm=(fn,res)=>function(){return fn&&(res=(0,fn[__getOwnPropNames(fn)[0]])(fn=0)),res};var __commonJS=(cb,mod)=>function(){return mod||(0,cb[__getOwnPropNames(cb)[0]])((mod={exports:{}}).exports,mod),mod.exports};var __copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toESM=(mod,isNodeMode,target)=>(target=mod!=null?__create(__getProtoOf(mod)):{},__copyProps(isNodeMode||!mod||!mod.__esModule?__defProp(target,"default",{value:mod,enumerable:!0}):target,mod));var init_define_process_env=__esm({"<define:process.env>"(){}});var require_base64_js=__commonJS({"node_modules/base64-js/index.js"(exports){"use strict";init_define_process_env();init_shim();exports.byteLength=byteLength;exports.toByteArray=toByteArray;exports.fromByteArray=fromByteArray;var lookup=[],revLookup=[],Arr=typeof Uint8Array<"u"?Uint8Array:Array,code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(i=0,len=code.length;i<len;++i)lookup[i]=code[i],revLookup[code.charCodeAt(i)]=i;var i,len;revLookup["-".charCodeAt(0)]=62;revLookup["_".charCodeAt(0)]=63;function getLens(b64){var len2=b64.length;if(len2%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var validLen=b64.indexOf("=");validLen===-1&&(validLen=len2);var placeHoldersLen=validLen===len2?0:4-validLen%4;return[validLen,placeHoldersLen]}function byteLength(b64){var lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1];return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function _byteLength(b64,validLen,placeHoldersLen){return(validLen+placeHoldersLen)*3/4-placeHoldersLen}function toByteArray(b64){var tmp,lens=getLens(b64),validLen=lens[0],placeHoldersLen=lens[1],arr=new Arr(_byteLength(b64,validLen,placeHoldersLen)),curByte=0,len2=placeHoldersLen>0?validLen-4:validLen,i2;for(i2=0;i2<len2;i2+=4)tmp=revLookup[b64.charCodeAt(i2)]<<18|revLookup[b64.charCodeAt(i2+1)]<<12|revLookup[b64.charCodeAt(i2+2)]<<6|revLookup[b64.charCodeAt(i2+3)],arr[curByte++]=tmp>>16&255,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255;return placeHoldersLen===2&&(tmp=revLookup[b64.charCodeAt(i2)]<<2|revLookup[b64.charCodeAt(i2+1)]>>4,arr[curByte++]=tmp&255),placeHoldersLen===1&&(tmp=revLookup[b64.charCodeAt(i2)]<<10|revLookup[b64.charCodeAt(i2+1)]<<4|revLookup[b64.charCodeAt(i2+2)]>>2,arr[curByte++]=tmp>>8&255,arr[curByte++]=tmp&255),arr}function tripletToBase64(num){return lookup[num>>18&63]+lookup[num>>12&63]+lookup[num>>6&63]+lookup[num&63]}function encodeChunk(uint8,start,end){for(var tmp,output=[],i2=start;i2<end;i2+=3)tmp=(uint8[i2]<<16&16711680)+(uint8[i2+1]<<8&65280)+(uint8[i2+2]&255),output.push(tripletToBase64(tmp));return output.join("")}function fromByteArray(uint8){for(var tmp,len2=uint8.length,extraBytes=len2%3,parts=[],maxChunkLength=16383,i2=0,len22=len2-extraBytes;i2<len22;i2+=maxChunkLength)parts.push(encodeChunk(uint8,i2,i2+maxChunkLength>len22?len22:i2+maxChunkLength));return extraBytes===1?(tmp=uint8[len2-1],parts.push(lookup[tmp>>2]+lookup[tmp<<4&63]+"==")):extraBytes===2&&(tmp=(uint8[len2-2]<<8)+uint8[len2-1],parts.push(lookup[tmp>>10]+lookup[tmp>>4&63]+lookup[tmp<<2&63]+"=")),parts.join("")}}});var require_ieee754=__commonJS({"node_modules/ieee754/index.js"(exports){init_define_process_env();init_shim();exports.read=function(buffer,offset,isLE,mLen,nBytes){var e,m,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,nBits=-7,i=isLE?nBytes-1:0,d=isLE?-1:1,s=buffer[offset+i];for(i+=d,e=s&(1<<-nBits)-1,s>>=-nBits,nBits+=eLen;nBits>0;e=e*256+buffer[offset+i],i+=d,nBits-=8);for(m=e&(1<<-nBits)-1,e>>=-nBits,nBits+=mLen;nBits>0;m=m*256+buffer[offset+i],i+=d,nBits-=8);if(e===0)e=1-eBias;else{if(e===eMax)return m?NaN:(s?-1:1)*(1/0);m=m+Math.pow(2,mLen),e=e-eBias}return(s?-1:1)*m*Math.pow(2,e-mLen)};exports.write=function(buffer,value,offset,isLE,mLen,nBytes){var e,m,c,eLen=nBytes*8-mLen-1,eMax=(1<<eLen)-1,eBias=eMax>>1,rt=mLen===23?Math.pow(2,-24)-Math.pow(2,-77):0,i=isLE?0:nBytes-1,d=isLE?1:-1,s=value<0||value===0&&1/value<0?1:0;for(value=Math.abs(value),isNaN(value)||value===1/0?(m=isNaN(value)?1:0,e=eMax):(e=Math.floor(Math.log(value)/Math.LN2),value*(c=Math.pow(2,-e))<1&&(e--,c*=2),e+eBias>=1?value+=rt/c:value+=rt*Math.pow(2,1-eBias),value*c>=2&&(e++,c/=2),e+eBias>=eMax?(m=0,e=eMax):e+eBias>=1?(m=(value*c-1)*Math.pow(2,mLen),e=e+eBias):(m=value*Math.pow(2,eBias-1)*Math.pow(2,mLen),e=0));mLen>=8;buffer[offset+i]=m&255,i+=d,m/=256,mLen-=8);for(e=e<<mLen|m,eLen+=mLen;eLen>0;buffer[offset+i]=e&255,i+=d,e/=256,eLen-=8);buffer[offset+i-d]|=s*128}}});var require_buffer=__commonJS({"node_modules/node-stdlib-browser/node_modules/buffer/index.js"(exports){"use strict";init_define_process_env();init_shim();var base64=require_base64_js(),ieee754=require_ieee754(),customInspectSymbol=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;exports.Buffer=Buffer3;exports.SlowBuffer=SlowBuffer;exports.INSPECT_MAX_BYTES=50;var K_MAX_LENGTH=2147483647;exports.kMaxLength=K_MAX_LENGTH;Buffer3.TYPED_ARRAY_SUPPORT=typedArraySupport();!Buffer3.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function typedArraySupport(){try{var arr=new Uint8Array(1),proto={foo:function(){return 42}};return Object.setPrototypeOf(proto,Uint8Array.prototype),Object.setPrototypeOf(arr,proto),arr.foo()===42}catch{return!1}}Object.defineProperty(Buffer3.prototype,"parent",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.buffer}});Object.defineProperty(Buffer3.prototype,"offset",{enumerable:!0,get:function(){if(Buffer3.isBuffer(this))return this.byteOffset}});function createBuffer(length){if(length>K_MAX_LENGTH)throw new RangeError('The value "'+length+'" is invalid for option "size"');var buf=new Uint8Array(length);return Object.setPrototypeOf(buf,Buffer3.prototype),buf}function Buffer3(arg,encodingOrOffset,length){if(typeof arg=="number"){if(typeof encodingOrOffset=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return allocUnsafe(arg)}return from(arg,encodingOrOffset,length)}Buffer3.poolSize=8192;function from(value,encodingOrOffset,length){if(typeof value=="string")return fromString(value,encodingOrOffset);if(ArrayBuffer.isView(value))return fromArrayView(value);if(value==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value);if(isInstance(value,ArrayBuffer)||value&&isInstance(value.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(isInstance(value,SharedArrayBuffer)||value&&isInstance(value.buffer,SharedArrayBuffer)))return fromArrayBuffer(value,encodingOrOffset,length);if(typeof value=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var valueOf=value.valueOf&&value.valueOf();if(valueOf!=null&&valueOf!==value)return Buffer3.from(valueOf,encodingOrOffset,length);var b=fromObject(value);if(b)return b;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof value[Symbol.toPrimitive]=="function")return Buffer3.from(value[Symbol.toPrimitive]("string"),encodingOrOffset,length);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof value)}Buffer3.from=function(value,encodingOrOffset,length){return from(value,encodingOrOffset,length)};Object.setPrototypeOf(Buffer3.prototype,Uint8Array.prototype);Object.setPrototypeOf(Buffer3,Uint8Array);function assertSize(size){if(typeof size!="number")throw new TypeError('"size" argument must be of type number');if(size<0)throw new RangeError('The value "'+size+'" is invalid for option "size"')}function alloc(size,fill,encoding){return assertSize(size),size<=0?createBuffer(size):fill!==void 0?typeof encoding=="string"?createBuffer(size).fill(fill,encoding):createBuffer(size).fill(fill):createBuffer(size)}Buffer3.alloc=function(size,fill,encoding){return alloc(size,fill,encoding)};function allocUnsafe(size){return assertSize(size),createBuffer(size<0?0:checked(size)|0)}Buffer3.allocUnsafe=function(size){return allocUnsafe(size)};Buffer3.allocUnsafeSlow=function(size){return allocUnsafe(size)};function fromString(string,encoding){if((typeof encoding!="string"||encoding==="")&&(encoding="utf8"),!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);var length=byteLength(string,encoding)|0,buf=createBuffer(length),actual=buf.write(string,encoding);return actual!==length&&(buf=buf.slice(0,actual)),buf}function fromArrayLike(array){for(var length=array.length<0?0:checked(array.length)|0,buf=createBuffer(length),i=0;i<length;i+=1)buf[i]=array[i]&255;return buf}function fromArrayView(arrayView){if(isInstance(arrayView,Uint8Array)){var copy=new Uint8Array(arrayView);return fromArrayBuffer(copy.buffer,copy.byteOffset,copy.byteLength)}return fromArrayLike(arrayView)}function fromArrayBuffer(array,byteOffset,length){if(byteOffset<0||array.byteLength<byteOffset)throw new RangeError('"offset" is outside of buffer bounds');if(array.byteLength<byteOffset+(length||0))throw new RangeError('"length" is outside of buffer bounds');var buf;return byteOffset===void 0&&length===void 0?buf=new Uint8Array(array):length===void 0?buf=new Uint8Array(array,byteOffset):buf=new Uint8Array(array,byteOffset,length),Object.setPrototypeOf(buf,Buffer3.prototype),buf}function fromObject(obj){if(Buffer3.isBuffer(obj)){var len=checked(obj.length)|0,buf=createBuffer(len);return buf.length===0||obj.copy(buf,0,0,len),buf}if(obj.length!==void 0)return typeof obj.length!="number"||numberIsNaN(obj.length)?createBuffer(0):fromArrayLike(obj);if(obj.type==="Buffer"&&Array.isArray(obj.data))return fromArrayLike(obj.data)}function checked(length){if(length>=K_MAX_LENGTH)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+K_MAX_LENGTH.toString(16)+" bytes");return length|0}function SlowBuffer(length){return+length!=length&&(length=0),Buffer3.alloc(+length)}Buffer3.isBuffer=function(b){return b!=null&&b._isBuffer===!0&&b!==Buffer3.prototype};Buffer3.compare=function(a,b){if(isInstance(a,Uint8Array)&&(a=Buffer3.from(a,a.offset,a.byteLength)),isInstance(b,Uint8Array)&&(b=Buffer3.from(b,b.offset,b.byteLength)),!Buffer3.isBuffer(a)||!Buffer3.isBuffer(b))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(a===b)return 0;for(var x=a.length,y=b.length,i=0,len=Math.min(x,y);i<len;++i)if(a[i]!==b[i]){x=a[i],y=b[i];break}return x<y?-1:y<x?1:0};Buffer3.isEncoding=function(encoding){switch(String(encoding).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};Buffer3.concat=function(list,length){if(!Array.isArray(list))throw new TypeError('"list" argument must be an Array of Buffers');if(list.length===0)return Buffer3.alloc(0);var i;if(length===void 0)for(length=0,i=0;i<list.length;++i)length+=list[i].length;var buffer=Buffer3.allocUnsafe(length),pos=0;for(i=0;i<list.length;++i){var buf=list[i];if(isInstance(buf,Uint8Array))pos+buf.length>buffer.length?Buffer3.from(buf).copy(buffer,pos):Uint8Array.prototype.set.call(buffer,buf,pos);else if(Buffer3.isBuffer(buf))buf.copy(buffer,pos);else throw new TypeError('"list" argument must be an Array of Buffers');pos+=buf.length}return buffer};function byteLength(string,encoding){if(Buffer3.isBuffer(string))return string.length;if(ArrayBuffer.isView(string)||isInstance(string,ArrayBuffer))return string.byteLength;if(typeof string!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof string);var len=string.length,mustMatch=arguments.length>2&&arguments[2]===!0;if(!mustMatch&&len===0)return 0;for(var loweredCase=!1;;)switch(encoding){case"ascii":case"latin1":case"binary":return len;case"utf8":case"utf-8":return utf8ToBytes(string).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return len*2;case"hex":return len>>>1;case"base64":return base64ToBytes(string).length;default:if(loweredCase)return mustMatch?-1:utf8ToBytes(string).length;encoding=(""+encoding).toLowerCase(),loweredCase=!0}}Buffer3.byteLength=byteLength;function slowToString(encoding,start,end){var loweredCase=!1;if((start===void 0||start<0)&&(start=0),start>this.length||((end===void 0||end>this.length)&&(end=this.length),end<=0)||(end>>>=0,start>>>=0,end<=start))return"";for(encoding||(encoding="utf8");;)switch(encoding){case"hex":return hexSlice(this,start,end);case"utf8":case"utf-8":return utf8Slice(this,start,end);case"ascii":return asciiSlice(this,start,end);case"latin1":case"binary":return latin1Slice(this,start,end);case"base64":return base64Slice(this,start,end);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return utf16leSlice(this,start,end);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(encoding+"").toLowerCase(),loweredCase=!0}}Buffer3.prototype._isBuffer=!0;function swap(b,n,m){var i=b[n];b[n]=b[m],b[m]=i}Buffer3.prototype.swap16=function(){var len=this.length;if(len%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var i=0;i<len;i+=2)swap(this,i,i+1);return this};Buffer3.prototype.swap32=function(){var len=this.length;if(len%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var i=0;i<len;i+=4)swap(this,i,i+3),swap(this,i+1,i+2);return this};Buffer3.prototype.swap64=function(){var len=this.length;if(len%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var i=0;i<len;i+=8)swap(this,i,i+7),swap(this,i+1,i+6),swap(this,i+2,i+5),swap(this,i+3,i+4);return this};Buffer3.prototype.toString=function(){var length=this.length;return length===0?"":arguments.length===0?utf8Slice(this,0,length):slowToString.apply(this,arguments)};Buffer3.prototype.toLocaleString=Buffer3.prototype.toString;Buffer3.prototype.equals=function(b){if(!Buffer3.isBuffer(b))throw new TypeError("Argument must be a Buffer");return this===b?!0:Buffer3.compare(this,b)===0};Buffer3.prototype.inspect=function(){var str="",max=exports.INSPECT_MAX_BYTES;return str=this.toString("hex",0,max).replace(/(.{2})/g,"$1 ").trim(),this.length>max&&(str+=" ... "),"<Buffer "+str+">"};customInspectSymbol&&(Buffer3.prototype[customInspectSymbol]=Buffer3.prototype.inspect);Buffer3.prototype.compare=function(target,start,end,thisStart,thisEnd){if(isInstance(target,Uint8Array)&&(target=Buffer3.from(target,target.offset,target.byteLength)),!Buffer3.isBuffer(target))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof target);if(start===void 0&&(start=0),end===void 0&&(end=target?target.length:0),thisStart===void 0&&(thisStart=0),thisEnd===void 0&&(thisEnd=this.length),start<0||end>target.length||thisStart<0||thisEnd>this.length)throw new RangeError("out of range index");if(thisStart>=thisEnd&&start>=end)return 0;if(thisStart>=thisEnd)return-1;if(start>=end)return 1;if(start>>>=0,end>>>=0,thisStart>>>=0,thisEnd>>>=0,this===target)return 0;for(var x=thisEnd-thisStart,y=end-start,len=Math.min(x,y),thisCopy=this.slice(thisStart,thisEnd),targetCopy=target.slice(start,end),i=0;i<len;++i)if(thisCopy[i]!==targetCopy[i]){x=thisCopy[i],y=targetCopy[i];break}return x<y?-1:y<x?1:0};function bidirectionalIndexOf(buffer,val,byteOffset,encoding,dir){if(buffer.length===0)return-1;if(typeof byteOffset=="string"?(encoding=byteOffset,byteOffset=0):byteOffset>2147483647?byteOffset=2147483647:byteOffset<-2147483648&&(byteOffset=-2147483648),byteOffset=+byteOffset,numberIsNaN(byteOffset)&&(byteOffset=dir?0:buffer.length-1),byteOffset<0&&(byteOffset=buffer.length+byteOffset),byteOffset>=buffer.length){if(dir)return-1;byteOffset=buffer.length-1}else if(byteOffset<0)if(dir)byteOffset=0;else return-1;if(typeof val=="string"&&(val=Buffer3.from(val,encoding)),Buffer3.isBuffer(val))return val.length===0?-1:arrayIndexOf(buffer,val,byteOffset,encoding,dir);if(typeof val=="number")return val=val&255,typeof Uint8Array.prototype.indexOf=="function"?dir?Uint8Array.prototype.indexOf.call(buffer,val,byteOffset):Uint8Array.prototype.lastIndexOf.call(buffer,val,byteOffset):arrayIndexOf(buffer,[val],byteOffset,encoding,dir);throw new TypeError("val must be string, number or Buffer")}function arrayIndexOf(arr,val,byteOffset,encoding,dir){var indexSize=1,arrLength=arr.length,valLength=val.length;if(encoding!==void 0&&(encoding=String(encoding).toLowerCase(),encoding==="ucs2"||encoding==="ucs-2"||encoding==="utf16le"||encoding==="utf-16le")){if(arr.length<2||val.length<2)return-1;indexSize=2,arrLength/=2,valLength/=2,byteOffset/=2}function read(buf,i2){return indexSize===1?buf[i2]:buf.readUInt16BE(i2*indexSize)}var i;if(dir){var foundIndex=-1;for(i=byteOffset;i<arrLength;i++)if(read(arr,i)===read(val,foundIndex===-1?0:i-foundIndex)){if(foundIndex===-1&&(foundIndex=i),i-foundIndex+1===valLength)return foundIndex*indexSize}else foundIndex!==-1&&(i-=i-foundIndex),foundIndex=-1}else for(byteOffset+valLength>arrLength&&(byteOffset=arrLength-valLength),i=byteOffset;i>=0;i--){for(var found=!0,j=0;j<valLength;j++)if(read(arr,i+j)!==read(val,j)){found=!1;break}if(found)return i}return-1}Buffer3.prototype.includes=function(val,byteOffset,encoding){return this.indexOf(val,byteOffset,encoding)!==-1};Buffer3.prototype.indexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!0)};Buffer3.prototype.lastIndexOf=function(val,byteOffset,encoding){return bidirectionalIndexOf(this,val,byteOffset,encoding,!1)};function hexWrite(buf,string,offset,length){offset=Number(offset)||0;var remaining=buf.length-offset;length?(length=Number(length),length>remaining&&(length=remaining)):length=remaining;var strLen=string.length;length>strLen/2&&(length=strLen/2);for(var i=0;i<length;++i){var parsed=parseInt(string.substr(i*2,2),16);if(numberIsNaN(parsed))return i;buf[offset+i]=parsed}return i}function utf8Write(buf,string,offset,length){return blitBuffer(utf8ToBytes(string,buf.length-offset),buf,offset,length)}function asciiWrite(buf,string,offset,length){return blitBuffer(asciiToBytes(string),buf,offset,length)}function base64Write(buf,string,offset,length){return blitBuffer(base64ToBytes(string),buf,offset,length)}function ucs2Write(buf,string,offset,length){return blitBuffer(utf16leToBytes(string,buf.length-offset),buf,offset,length)}Buffer3.prototype.write=function(string,offset,length,encoding){if(offset===void 0)encoding="utf8",length=this.length,offset=0;else if(length===void 0&&typeof offset=="string")encoding=offset,length=this.length,offset=0;else if(isFinite(offset))offset=offset>>>0,isFinite(length)?(length=length>>>0,encoding===void 0&&(encoding="utf8")):(encoding=length,length=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var remaining=this.length-offset;if((length===void 0||length>remaining)&&(length=remaining),string.length>0&&(length<0||offset<0)||offset>this.length)throw new RangeError("Attempt to write outside buffer bounds");encoding||(encoding="utf8");for(var loweredCase=!1;;)switch(encoding){case"hex":return hexWrite(this,string,offset,length);case"utf8":case"utf-8":return utf8Write(this,string,offset,length);case"ascii":case"latin1":case"binary":return asciiWrite(this,string,offset,length);case"base64":return base64Write(this,string,offset,length);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ucs2Write(this,string,offset,length);default:if(loweredCase)throw new TypeError("Unknown encoding: "+encoding);encoding=(""+encoding).toLowerCase(),loweredCase=!0}};Buffer3.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function base64Slice(buf,start,end){return start===0&&end===buf.length?base64.fromByteArray(buf):base64.fromByteArray(buf.slice(start,end))}function utf8Slice(buf,start,end){end=Math.min(buf.length,end);for(var res=[],i=start;i<end;){var firstByte=buf[i],codePoint=null,bytesPerSequence=firstByte>239?4:firstByte>223?3:firstByte>191?2:1;if(i+bytesPerSequence<=end){var secondByte,thirdByte,fourthByte,tempCodePoint;switch(bytesPerSequence){case 1:firstByte<128&&(codePoint=firstByte);break;case 2:secondByte=buf[i+1],(secondByte&192)===128&&(tempCodePoint=(firstByte&31)<<6|secondByte&63,tempCodePoint>127&&(codePoint=tempCodePoint));break;case 3:secondByte=buf[i+1],thirdByte=buf[i+2],(secondByte&192)===128&&(thirdByte&192)===128&&(tempCodePoint=(firstByte&15)<<12|(secondByte&63)<<6|thirdByte&63,tempCodePoint>2047&&(tempCodePoint<55296||tempCodePoint>57343)&&(codePoint=tempCodePoint));break;case 4:secondByte=buf[i+1],thirdByte=buf[i+2],fourthByte=buf[i+3],(secondByte&192)===128&&(thirdByte&192)===128&&(fourthByte&192)===128&&(tempCodePoint=(firstByte&15)<<18|(secondByte&63)<<12|(thirdByte&63)<<6|fourthByte&63,tempCodePoint>65535&&tempCodePoint<1114112&&(codePoint=tempCodePoint))}}codePoint===null?(codePoint=65533,bytesPerSequence=1):codePoint>65535&&(codePoint-=65536,res.push(codePoint>>>10&1023|55296),codePoint=56320|codePoint&1023),res.push(codePoint),i+=bytesPerSequence}return decodeCodePointsArray(res)}var MAX_ARGUMENTS_LENGTH=4096;function decodeCodePointsArray(codePoints){var len=codePoints.length;if(len<=MAX_ARGUMENTS_LENGTH)return String.fromCharCode.apply(String,codePoints);for(var res="",i=0;i<len;)res+=String.fromCharCode.apply(String,codePoints.slice(i,i+=MAX_ARGUMENTS_LENGTH));return res}function asciiSlice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]&127);return ret}function latin1Slice(buf,start,end){var ret="";end=Math.min(buf.length,end);for(var i=start;i<end;++i)ret+=String.fromCharCode(buf[i]);return ret}function hexSlice(buf,start,end){var len=buf.length;(!start||start<0)&&(start=0),(!end||end<0||end>len)&&(end=len);for(var out="",i=start;i<end;++i)out+=hexSliceLookupTable[buf[i]];return out}function utf16leSlice(buf,start,end){for(var bytes=buf.slice(start,end),res="",i=0;i<bytes.length-1;i+=2)res+=String.fromCharCode(bytes[i]+bytes[i+1]*256);return res}Buffer3.prototype.slice=function(start,end){var len=this.length;start=~~start,end=end===void 0?len:~~end,start<0?(start+=len,start<0&&(start=0)):start>len&&(start=len),end<0?(end+=len,end<0&&(end=0)):end>len&&(end=len),end<start&&(end=start);var newBuf=this.subarray(start,end);return Object.setPrototypeOf(newBuf,Buffer3.prototype),newBuf};function checkOffset(offset,ext,length){if(offset%1!==0||offset<0)throw new RangeError("offset is not uint");if(offset+ext>length)throw new RangeError("Trying to access beyond buffer length")}Buffer3.prototype.readUintLE=Buffer3.prototype.readUIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return val};Buffer3.prototype.readUintBE=Buffer3.prototype.readUIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset+--byteLength2],mul=1;byteLength2>0&&(mul*=256);)val+=this[offset+--byteLength2]*mul;return val};Buffer3.prototype.readUint8=Buffer3.prototype.readUInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]};Buffer3.prototype.readUint16LE=Buffer3.prototype.readUInt16LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]|this[offset+1]<<8};Buffer3.prototype.readUint16BE=Buffer3.prototype.readUInt16BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,2,this.length),this[offset]<<8|this[offset+1]};Buffer3.prototype.readUint32LE=Buffer3.prototype.readUInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),(this[offset]|this[offset+1]<<8|this[offset+2]<<16)+this[offset+3]*16777216};Buffer3.prototype.readUint32BE=Buffer3.prototype.readUInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]*16777216+(this[offset+1]<<16|this[offset+2]<<8|this[offset+3])};Buffer3.prototype.readIntLE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var val=this[offset],mul=1,i=0;++i<byteLength2&&(mul*=256);)val+=this[offset+i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readIntBE=function(offset,byteLength2,noAssert){offset=offset>>>0,byteLength2=byteLength2>>>0,noAssert||checkOffset(offset,byteLength2,this.length);for(var i=byteLength2,mul=1,val=this[offset+--i];i>0&&(mul*=256);)val+=this[offset+--i]*mul;return mul*=128,val>=mul&&(val-=Math.pow(2,8*byteLength2)),val};Buffer3.prototype.readInt8=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,1,this.length),this[offset]&128?(255-this[offset]+1)*-1:this[offset]};Buffer3.prototype.readInt16LE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset]|this[offset+1]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt16BE=function(offset,noAssert){offset=offset>>>0,noAssert||checkOffset(offset,2,this.length);var val=this[offset+1]|this[offset]<<8;return val&32768?val|4294901760:val};Buffer3.prototype.readInt32LE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]|this[offset+1]<<8|this[offset+2]<<16|this[offset+3]<<24};Buffer3.prototype.readInt32BE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),this[offset]<<24|this[offset+1]<<16|this[offset+2]<<8|this[offset+3]};Buffer3.prototype.readFloatLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!0,23,4)};Buffer3.prototype.readFloatBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,4,this.length),ieee754.read(this,offset,!1,23,4)};Buffer3.prototype.readDoubleLE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!0,52,8)};Buffer3.prototype.readDoubleBE=function(offset,noAssert){return offset=offset>>>0,noAssert||checkOffset(offset,8,this.length),ieee754.read(this,offset,!1,52,8)};function checkInt(buf,value,offset,ext,max,min){if(!Buffer3.isBuffer(buf))throw new TypeError('"buffer" argument must be a Buffer instance');if(value>max||value<min)throw new RangeError('"value" argument is out of bounds');if(offset+ext>buf.length)throw new RangeError("Index out of range")}Buffer3.prototype.writeUintLE=Buffer3.prototype.writeUIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var mul=1,i=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUintBE=Buffer3.prototype.writeUIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,byteLength2=byteLength2>>>0,!noAssert){var maxBytes=Math.pow(2,8*byteLength2)-1;checkInt(this,value,offset,byteLength2,maxBytes,0)}var i=byteLength2-1,mul=1;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)this[offset+i]=value/mul&255;return offset+byteLength2};Buffer3.prototype.writeUint8=Buffer3.prototype.writeUInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,255,0),this[offset]=value&255,offset+1};Buffer3.prototype.writeUint16LE=Buffer3.prototype.writeUInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeUint16BE=Buffer3.prototype.writeUInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,65535,0),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeUint32LE=Buffer3.prototype.writeUInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset+3]=value>>>24,this[offset+2]=value>>>16,this[offset+1]=value>>>8,this[offset]=value&255,offset+4};Buffer3.prototype.writeUint32BE=Buffer3.prototype.writeUInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,4294967295,0),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};Buffer3.prototype.writeIntLE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=0,mul=1,sub=0;for(this[offset]=value&255;++i<byteLength2&&(mul*=256);)value<0&&sub===0&&this[offset+i-1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeIntBE=function(value,offset,byteLength2,noAssert){if(value=+value,offset=offset>>>0,!noAssert){var limit=Math.pow(2,8*byteLength2-1);checkInt(this,value,offset,byteLength2,limit-1,-limit)}var i=byteLength2-1,mul=1,sub=0;for(this[offset+i]=value&255;--i>=0&&(mul*=256);)value<0&&sub===0&&this[offset+i+1]!==0&&(sub=1),this[offset+i]=(value/mul>>0)-sub&255;return offset+byteLength2};Buffer3.prototype.writeInt8=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,1,127,-128),value<0&&(value=255+value+1),this[offset]=value&255,offset+1};Buffer3.prototype.writeInt16LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value&255,this[offset+1]=value>>>8,offset+2};Buffer3.prototype.writeInt16BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,2,32767,-32768),this[offset]=value>>>8,this[offset+1]=value&255,offset+2};Buffer3.prototype.writeInt32LE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),this[offset]=value&255,this[offset+1]=value>>>8,this[offset+2]=value>>>16,this[offset+3]=value>>>24,offset+4};Buffer3.prototype.writeInt32BE=function(value,offset,noAssert){return value=+value,offset=offset>>>0,noAssert||checkInt(this,value,offset,4,2147483647,-2147483648),value<0&&(value=4294967295+value+1),this[offset]=value>>>24,this[offset+1]=value>>>16,this[offset+2]=value>>>8,this[offset+3]=value&255,offset+4};function checkIEEE754(buf,value,offset,ext,max,min){if(offset+ext>buf.length)throw new RangeError("Index out of range");if(offset<0)throw new RangeError("Index out of range")}function writeFloat(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,4,34028234663852886e22,-34028234663852886e22),ieee754.write(buf,value,offset,littleEndian,23,4),offset+4}Buffer3.prototype.writeFloatLE=function(value,offset,noAssert){return writeFloat(this,value,offset,!0,noAssert)};Buffer3.prototype.writeFloatBE=function(value,offset,noAssert){return writeFloat(this,value,offset,!1,noAssert)};function writeDouble(buf,value,offset,littleEndian,noAssert){return value=+value,offset=offset>>>0,noAssert||checkIEEE754(buf,value,offset,8,17976931348623157e292,-17976931348623157e292),ieee754.write(buf,value,offset,littleEndian,52,8),offset+8}Buffer3.prototype.writeDoubleLE=function(value,offset,noAssert){return writeDouble(this,value,offset,!0,noAssert)};Buffer3.prototype.writeDoubleBE=function(value,offset,noAssert){return writeDouble(this,value,offset,!1,noAssert)};Buffer3.prototype.copy=function(target,targetStart,start,end){if(!Buffer3.isBuffer(target))throw new TypeError("argument should be a Buffer");if(start||(start=0),!end&&end!==0&&(end=this.length),targetStart>=target.length&&(targetStart=target.length),targetStart||(targetStart=0),end>0&&end<start&&(end=start),end===start||target.length===0||this.length===0)return 0;if(targetStart<0)throw new RangeError("targetStart out of bounds");if(start<0||start>=this.length)throw new RangeError("Index out of range");if(end<0)throw new RangeError("sourceEnd out of bounds");end>this.length&&(end=this.length),target.length-targetStart<end-start&&(end=target.length-targetStart+start);var len=end-start;return this===target&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(targetStart,start,end):Uint8Array.prototype.set.call(target,this.subarray(start,end),targetStart),len};Buffer3.prototype.fill=function(val,start,end,encoding){if(typeof val=="string"){if(typeof start=="string"?(encoding=start,start=0,end=this.length):typeof end=="string"&&(encoding=end,end=this.length),encoding!==void 0&&typeof encoding!="string")throw new TypeError("encoding must be a string");if(typeof encoding=="string"&&!Buffer3.isEncoding(encoding))throw new TypeError("Unknown encoding: "+encoding);if(val.length===1){var code=val.charCodeAt(0);(encoding==="utf8"&&code<128||encoding==="latin1")&&(val=code)}}else typeof val=="number"?val=val&255:typeof val=="boolean"&&(val=Number(val));if(start<0||this.length<start||this.length<end)throw new RangeError("Out of range index");if(end<=start)return this;start=start>>>0,end=end===void 0?this.length:end>>>0,val||(val=0);var i;if(typeof val=="number")for(i=start;i<end;++i)this[i]=val;else{var bytes=Buffer3.isBuffer(val)?val:Buffer3.from(val,encoding),len=bytes.length;if(len===0)throw new TypeError('The value "'+val+'" is invalid for argument "value"');for(i=0;i<end-start;++i)this[i+start]=bytes[i%len]}return this};var INVALID_BASE64_RE=/[^+/0-9A-Za-z-_]/g;function base64clean(str){if(str=str.split("=")[0],str=str.trim().replace(INVALID_BASE64_RE,""),str.length<2)return"";for(;str.length%4!==0;)str=str+"=";return str}function utf8ToBytes(string,units){units=units||1/0;for(var codePoint,length=string.length,leadSurrogate=null,bytes=[],i=0;i<length;++i){if(codePoint=string.charCodeAt(i),codePoint>55295&&codePoint<57344){if(!leadSurrogate){if(codePoint>56319){(units-=3)>-1&&bytes.push(239,191,189);continue}else if(i+1===length){(units-=3)>-1&&bytes.push(239,191,189);continue}leadSurrogate=codePoint;continue}if(codePoint<56320){(units-=3)>-1&&bytes.push(239,191,189),leadSurrogate=codePoint;continue}codePoint=(leadSurrogate-55296<<10|codePoint-56320)+65536}else leadSurrogate&&(units-=3)>-1&&bytes.push(239,191,189);if(leadSurrogate=null,codePoint<128){if((units-=1)<0)break;bytes.push(codePoint)}else if(codePoint<2048){if((units-=2)<0)break;bytes.push(codePoint>>6|192,codePoint&63|128)}else if(codePoint<65536){if((units-=3)<0)break;bytes.push(codePoint>>12|224,codePoint>>6&63|128,codePoint&63|128)}else if(codePoint<1114112){if((units-=4)<0)break;bytes.push(codePoint>>18|240,codePoint>>12&63|128,codePoint>>6&63|128,codePoint&63|128)}else throw new Error("Invalid code point")}return bytes}function asciiToBytes(str){for(var byteArray=[],i=0;i<str.length;++i)byteArray.push(str.charCodeAt(i)&255);return byteArray}function utf16leToBytes(str,units){for(var c,hi,lo,byteArray=[],i=0;i<str.length&&!((units-=2)<0);++i)c=str.charCodeAt(i),hi=c>>8,lo=c%256,byteArray.push(lo),byteArray.push(hi);return byteArray}function base64ToBytes(str){return base64.toByteArray(base64clean(str))}function blitBuffer(src,dst,offset,length){for(var i=0;i<length&&!(i+offset>=dst.length||i>=src.length);++i)dst[i+offset]=src[i];return i}function isInstance(obj,type){return obj instanceof type||obj!=null&&obj.constructor!=null&&obj.constructor.name!=null&&obj.constructor.name===type.name}function numberIsNaN(obj){return obj!==obj}var hexSliceLookupTable=function(){for(var alphabet="0123456789abcdef",table=new Array(256),i=0;i<16;++i)for(var i16=i*16,j=0;j<16;++j)table[i16+j]=alphabet[i]+alphabet[j];return table}()}});var require_browser=__commonJS({"node_modules/process/browser.js"(exports,module){init_define_process_env();init_shim();var process2=module.exports={},cachedSetTimeout,cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?cachedSetTimeout=setTimeout:cachedSetTimeout=defaultSetTimout}catch{cachedSetTimeout=defaultSetTimout}try{typeof clearTimeout=="function"?cachedClearTimeout=clearTimeout:cachedClearTimeout=defaultClearTimeout}catch{cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch{try{return cachedSetTimeout.call(null,fun,0)}catch{return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{return cachedClearTimeout(marker)}catch{try{return cachedClearTimeout.call(null,marker)}catch{return cachedClearTimeout.call(this,marker)}}}var queue=[],draining=!1,currentQueue,queueIndex=-1;function cleanUpNextTick(){!draining||!currentQueue||(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&¤tQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,runClearTimeout(timeout)}}process2.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),queue.length===1&&!draining&&runTimeout(drainQueue)};function Item(fun,array){this.fun=fun,this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process2.title="browser";process2.browser=!0;process2.env={};process2.argv=[];process2.version="";process2.versions={};function noop(){}process2.on=noop;process2.addListener=noop;process2.once=noop;process2.off=noop;process2.removeListener=noop;process2.removeAllListeners=noop;process2.emit=noop;process2.prependListener=noop;process2.prependOnceListener=noop;process2.listeners=function(name){return[]};process2.binding=function(name){throw new Error("process.binding is not supported")};process2.cwd=function(){return"/"};process2.chdir=function(dir){throw new Error("process.chdir is not supported")};process2.umask=function(){return 0}}});var import_buffer,import_process,_globalThis,init_shim=__esm({"node_modules/node-stdlib-browser/helpers/esbuild/shim.js"(){import_buffer=__toESM(require_buffer()),import_process=__toESM(require_browser()),_globalThis=function(Object2){function get(){var _global3=this||self;return delete Object2.prototype.__magic__,_global3}if(typeof globalThis=="object")return globalThis;if(this)return get();Object2.defineProperty(Object2.prototype,"__magic__",{configurable:!0,get});var _global2=__magic__;return _global2}(Object)}});init_define_process_env();init_shim();(function(a){"use strict";typeof define=="function"&&define.amd?define(["jquery"],a):a(jQuery)})(function(a){var b=function(){if(a&&a.fn&&a.fn.select2&&a.fn.select2.amd)var b2=a.fn.select2.amd;var b2;return function(){if(!b2||!b2.requirejs){b2?c2=b2:b2={};var a2,c2,d;(function(b3){function e(a3,b4){return u.call(a3,b4)}function f(a3,b4){var c3,d2,e2,f2,g2,h2,i2,j2,k2,l2,m2,n2=b4&&b4.split("/"),o2=s.map,p2=o2&&o2["*"]||{};if(a3&&a3.charAt(0)===".")if(b4){for(a3=a3.split("/"),g2=a3.length-1,s.nodeIdCompat&&w.test(a3[g2])&&(a3[g2]=a3[g2].replace(w,"")),a3=n2.slice(0,n2.length-1).concat(a3),k2=0;k2<a3.length;k2+=1)if(m2=a3[k2],m2===".")a3.splice(k2,1),k2-=1;else if(m2===".."){if(k2===1&&(a3[2]===".."||a3[0]===".."))break;k2>0&&(a3.splice(k2-1,2),k2-=2)}a3=a3.join("/")}else a3.indexOf("./")===0&&(a3=a3.substring(2));if((n2||p2)&&o2){for(c3=a3.split("/"),k2=c3.length;k2>0;k2-=1){if(d2=c3.slice(0,k2).join("/"),n2){for(l2=n2.length;l2>0;l2-=1)if(e2=o2[n2.slice(0,l2).join("/")],e2&&(e2=e2[d2])){f2=e2,h2=k2;break}}if(f2)break;!i2&&p2&&p2[d2]&&(i2=p2[d2],j2=k2)}!f2&&i2&&(f2=i2,h2=j2),f2&&(c3.splice(0,h2,f2),a3=c3.join("/"))}return a3}function g(a3,c3){return function(){var d2=v.call(arguments,0);return typeof d2[0]!="string"&&d2.length===1&&d2.push(null),n.apply(b3,d2.concat([a3,c3]))}}function h(a3){return function(b4){return f(b4,a3)}}function i(a3){return function(b4){q[a3]=b4}}function j(a3){if(e(r,a3)){var c3=r[a3];delete r[a3],t[a3]=!0,m.apply(b3,c3)}if(!e(q,a3)&&!e(t,a3))throw new Error("No "+a3);return q[a3]}function k(a3){var b4,c3=a3?a3.indexOf("!"):-1;return c3>-1&&(b4=a3.substring(0,c3),a3=a3.substring(c3+1,a3.length)),[b4,a3]}function l(a3){return function(){return s&&s.config&&s.config[a3]||{}}}var m,n,o,p,q={},r={},s={},t={},u=Object.prototype.hasOwnProperty,v=[].slice,w=/\.js$/;o=function(a3,b4){var c3,d2=k(a3),e2=d2[0];return a3=d2[1],e2&&(e2=f(e2,b4),c3=j(e2)),e2?a3=c3&&c3.normalize?c3.normalize(a3,h(b4)):f(a3,b4):(a3=f(a3,b4),d2=k(a3),e2=d2[0],a3=d2[1],e2&&(c3=j(e2))),{f:e2?e2+"!"+a3:a3,n:a3,pr:e2,p:c3}},p={require:function(a3){return g(a3)},exports:function(a3){var b4=q[a3];return typeof b4<"u"?b4:q[a3]={}},module:function(a3){return{id:a3,uri:"",exports:q[a3],config:l(a3)}}},m=function(a3,c3,d2,f2){var h2,k2,l2,m2,n2,s2,u2=[],v2=typeof d2;if(f2=f2||a3,v2==="undefined"||v2==="function"){for(c3=!c3.length&&d2.length?["require","exports","module"]:c3,n2=0;n2<c3.length;n2+=1)if(m2=o(c3[n2],f2),k2=m2.f,k2==="require")u2[n2]=p.require(a3);else if(k2==="exports")u2[n2]=p.exports(a3),s2=!0;else if(k2==="module")h2=u2[n2]=p.module(a3);else if(e(q,k2)||e(r,k2)||e(t,k2))u2[n2]=j(k2);else{if(!m2.p)throw new Error(a3+" missing "+k2);m2.p.load(m2.n,g(f2,!0),i(k2),{}),u2[n2]=q[k2]}l2=d2?d2.apply(q[a3],u2):void 0,a3&&(h2&&h2.exports!==b3&&h2.exports!==q[a3]?q[a3]=h2.exports:l2===b3&&s2||(q[a3]=l2))}else a3&&(q[a3]=d2)},a2=c2=n=function(a3,c3,d2,e2,f2){if(typeof a3=="string")return p[a3]?p[a3](c3):j(o(a3,c3).f);if(!a3.splice){if(s=a3,s.deps&&n(s.deps,s.callback),!c3)return;c3.splice?(a3=c3,c3=d2,d2=null):a3=b3}return c3=c3||function(){},typeof d2=="function"&&(d2=e2,e2=f2),e2?m(b3,a3,c3,d2):setTimeout(function(){m(b3,a3,c3,d2)},4),n},n.config=function(a3){return n(a3)},a2._defined=q,d=function(a3,b4,c3){if(typeof a3!="string")throw new Error("See almond README: incorrect module build, no module name");b4.splice||(c3=b4,b4=[]),e(q,a3)||e(r,a3)||(r[a3]=[a3,b4,c3])},d.amd={jQuery:!0}})(),b2.requirejs=a2,b2.require=c2,b2.define=d}}(),b2.define("almond",function(){}),b2.define("jquery",[],function(){var b3=a||$;return b3==null&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),b3}),b2.define("select2/utils",["jquery"],function(a2){function b3(a3){var b4=a3.prototype,c3=[];for(var d2 in b4){var e=b4[d2];typeof e=="function"&&d2!=="constructor"&&c3.push(d2)}return c3}var c2={};c2.Extend=function(a3,b4){function c3(){this.constructor=a3}var d2={}.hasOwnProperty;for(var e in b4)d2.call(b4,e)&&(a3[e]=b4[e]);return c3.prototype=b4.prototype,a3.prototype=new c3,a3.__super__=b4.prototype,a3},c2.Decorate=function(a3,c3){function d2(){var b4=Array.prototype.unshift,d3=c3.prototype.constructor.length,e2=a3.prototype.constructor;d3>0&&(b4.call(arguments,a3.prototype.constructor),e2=c3.prototype.constructor),e2.apply(this,arguments)}function e(){this.constructor=d2}var f=b3(c3),g=b3(a3);c3.displayName=a3.displayName,d2.prototype=new e;for(var h=0;h<g.length;h++){var i=g[h];d2.prototype[i]=a3.prototype[i]}for(var j=function(a4){var b4=function(){};a4 in d2.prototype&&(b4=d2.prototype[a4]);var e2=c3.prototype[a4];return function(){var a5=Array.prototype.unshift;return a5.call(arguments,b4),e2.apply(this,arguments)}},k=0;k<f.length;k++){var l=f[k];d2.prototype[l]=j(l)}return d2};var d=function(){this.listeners={}};return d.prototype.on=function(a3,b4){this.listeners=this.listeners||{},a3 in this.listeners?this.listeners[a3].push(b4):this.listeners[a3]=[b4]},d.prototype.trigger=function(a3){var b4=Array.prototype.slice,c3=b4.call(arguments,1);this.listeners=this.listeners||{},c3==null&&(c3=[]),c3.length===0&&c3.push({}),c3[0]._type=a3,a3 in this.listeners&&this.invoke(this.listeners[a3],b4.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},d.prototype.invoke=function(a3,b4){for(var c3=0,d2=a3.length;d2>c3;c3++)a3[c3].apply(this,b4)},c2.Observable=d,c2.generateChars=function(a3){for(var b4="",c3=0;a3>c3;c3++){var d2=Math.floor(36*Math.random());b4+=d2.toString(36)}return b4},c2.bind=function(a3,b4){return function(){a3.apply(b4,arguments)}},c2._convertData=function(a3){for(var b4 in a3){var c3=b4.split("-"),d2=a3;if(c3.length!==1){for(var e=0;e<c3.length;e++){var f=c3[e];f=f.substring(0,1).toLowerCase()+f.substring(1),f in d2||(d2[f]={}),e==c3.length-1&&(d2[f]=a3[b4]),d2=d2[f]}delete a3[b4]}}return a3},c2.hasScroll=function(b4,c3){var d2=a2(c3),e=c3.style.overflowX,f=c3.style.overflowY;return e!==f||f!=="hidden"&&f!=="visible"?e==="scroll"||f==="scroll"?!0:d2.innerHeight()<c3.scrollHeight||d2.innerWidth()<c3.scrollWidth:!1},c2.escapeMarkup=function(a3){var b4={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return typeof a3!="string"?a3:String(a3).replace(/[&<>"'\/\\]/g,function(a4){return b4[a4]})},c2.appendMany=function(b4,c3){if(a2.fn.jquery.substr(0,3)==="1.7"){var d2=a2();a2.map(c3,function(a3){d2=d2.add(a3)}),c3=d2}b4.append(c3)},c2}),b2.define("select2/results",["jquery","./utils"],function(a2,b3){function c2(a3,b4,d){this.$element=a3,this.data=d,this.options=b4,c2.__super__.constructor.call(this)}return b3.Extend(c2,b3.Observable),c2.prototype.render=function(){var b4=a2('<ul class="select2-results__options" role="tree"></ul>');return this.options.get("multiple")&&b4.attr("aria-multiselectable","true"),this.$results=b4,b4},c2.prototype.clear=function(){this.$results.empty()},c2.prototype.displayMessage=function(b4){var c3=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var d=a2('<li role="treeitem" aria-live="assertive" class="select2-results__option"></li>'),e=this.options.get("translations").get(b4.message);d.append(c3(e(b4.args))),d[0].className+=" select2-results__message",this.$results.append(d)},c2.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},c2.prototype.append=function(a3){this.hideLoading();var b4=[];if(a3.results==null||a3.results.length===0)return void(this.$results.children().length===0&&this.trigger("results:message",{message:"noResults"}));a3.results=this.sort(a3.results);for(var c3=0;c3<a3.results.length;c3++){var d=a3.results[c3],e=this.option(d);b4.push(e)}this.$results.append(b4)},c2.prototype.position=function(a3,b4){var c3=b4.find(".select2-results");c3.append(a3)},c2.prototype.sort=function(a3){var b4=this.options.get("sorter");return b4(a3)},c2.prototype.highlightFirstItem=function(){var a3=this.$results.find(".select2-results__option[aria-selected]"),b4=a3.filter("[aria-selected=true]");b4.length>0?b4.first().trigger("mouseenter"):a3.first().trigger("mouseenter"),this.ensureHighlightVisible()},c2.prototype.setClasses=function(){var b4=this;this.data.current(function(c3){var d=a2.map(c3,function(a3){return a3.id.toString()}),e=b4.$results.find(".select2-results__option[aria-selected]");e.each(function(){var b5=a2(this),c4=a2.data(this,"data"),e2=""+c4.id;c4.element!=null&&c4.element.selected||c4.element==null&&a2.inArray(e2,d)>-1?b5.attr("aria-selected","true"):b5.attr("aria-selected","false")})})},c2.prototype.showLoading=function(a3){this.hideLoading();var b4=this.options.get("translations").get("searching"),c3={disabled:!0,loading:!0,text:b4(a3)},d=this.option(c3);d.className+=" loading-results",this.$results.prepend(d)},c2.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},c2.prototype.option=function(b4){var c3=document.createElement("li");c3.className="select2-results__option";var d={role:"treeitem","aria-selected":"false"};b4.disabled&&(delete d["aria-selected"],d["aria-disabled"]="true"),b4.id==null&&delete d["aria-selected"],b4._resultId!=null&&(c3.id=b4._resultId),b4.title&&(c3.title=b4.title),b4.children&&(d.role="group",d["aria-label"]=b4.text,delete d["aria-selected"]);for(var e in d){var f=d[e];c3.setAttribute(e,f)}if(b4.children){var g=a2(c3),h=document.createElement("strong");h.className="select2-results__group",a2(h),this.template(b4,h);for(var i=[],j=0;j<b4.children.length;j++){var k=b4.children[j],l=this.option(k);i.push(l)}var m=a2("<ul></ul>",{class:"select2-results__options select2-results__options--nested"});m.append(i),g.append(h),g.append(m)}else this.template(b4,c3);return a2.data(c3,"data",b4),c3},c2.prototype.bind=function(b4,c3){var d=this,e=b4.id+"-results";this.$results.attr("id",e),b4.on("results:all",function(a3){d.clear(),d.append(a3.data),b4.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b4.on("results:append",function(a3){d.append(a3.data),b4.isOpen()&&d.setClasses()}),b4.on("query",function(a3){d.hideMessages(),d.showLoading(a3)}),b4.on("select",function(){b4.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b4.on("unselect",function(){b4.isOpen()&&(d.setClasses(),d.highlightFirstItem())}),b4.on("open",function(){d.$results.attr("aria-expanded","true"),d.$results.attr("aria-hidden","false"),d.setClasses(),d.ensureHighlightVisible()}),b4.on("close",function(){d.$results.attr("aria-expanded","false"),d.$results.attr("aria-hidden","true"),d.$results.removeAttr("aria-activedescendant")}),b4.on("results:toggle",function(){var a3=d.getHighlightedResults();a3.length!==0&&a3.trigger("mouseup")}),b4.on("results:select",function(){var a3=d.getHighlightedResults();if(a3.length!==0){var b5=a3.data("data");a3.attr("aria-selected")=="true"?d.trigger("close",{}):d.trigger("select",{data:b5})}}),b4.on("results:previous",function(){var a3=d.getHighlightedResults(),b5=d.$results.find("[aria-selected]"),c4=b5.index(a3);if(c4!==0){var e2=c4-1;a3.length===0&&(e2=0);var f=b5.eq(e2);f.trigger("mouseenter");var g=d.$results.offset().top,h=f.offset().top,i=d.$results.scrollTop()+(h-g);e2===0?d.$results.scrollTop(0):0>h-g&&d.$results.scrollTop(i)}}),b4.on("results:next",function(){var a3=d.getHighlightedResults(),b5=d.$results.find("[aria-selected]"),c4=b5.index(a3),e2=c4+1;if(!(e2>=b5.length)){var f=b5.eq(e2);f.trigger("mouseenter");var g=d.$results.offset().top+d.$results.outerHeight(!1),h=f.offset().top+f.outerHeight(!1),i=d.$results.scrollTop()+h-g;e2===0?d.$results.scrollTop(0):h>g&&d.$results.scrollTop(i)}}),b4.on("results:focus",function(a3){a3.element.addClass("select2-results__option--highlighted")}),b4.on("results:message",function(a3){d.displayMessage(a3)}),a2.fn.mousewheel&&this.$results.on("mousewheel",function(a3){var b5=d.$results.scrollTop(),c4=d.$results.get(0).scrollHeight-b5+a3.deltaY,e2=a3.deltaY>0&&b5-a3.deltaY<=0,f=a3.deltaY<0&&c4<=d.$results.height();e2?(d.$results.scrollTop(0),a3.preventDefault(),a3.stopPropagation()):f&&(d.$results.scrollTop(d.$results.get(0).scrollHeight-d.$results.height()),a3.preventDefault(),a3.stopPropagation())}),this.$results.on("mouseup",".select2-results__option[aria-selected]",function(b5){var c4=a2(this),e2=c4.data("data");return c4.attr("aria-selected")==="true"?void(d.options.get("multiple")?d.trigger("unselect",{originalEvent:b5,data:e2}):d.trigger("close",{})):void d.trigger("select",{originalEvent:b5,data:e2})}),this.$results.on("mouseenter",".select2-results__option[aria-selected]",function(b5){var c4=a2(this).data("data");d.getHighlightedResults().removeClass("select2-results__option--highlighted"),d.trigger("results:focus",{data:c4,element:a2(this)})})},c2.prototype.getHighlightedResults=function(){var a3=this.$results.find(".select2-results__option--highlighted");return a3},c2.prototype.destroy=function(){this.$results.remove()},c2.prototype.ensureHighlightVisible=function(){var a3=this.getHighlightedResults();if(a3.length!==0){var b4=this.$results.find("[aria-selected]"),c3=b4.index(a3),d=this.$results.offset().top,e=a3.offset().top,f=this.$results.scrollTop()+(e-d),g=e-d;f-=2*a3.outerHeight(!1),2>=c3?this.$results.scrollTop(0):(g>this.$results.outerHeight()||0>g)&&this.$results.scrollTop(f)}},c2.prototype.template=function(b4,c3){var d=this.options.get("templateResult"),e=this.options.get("escapeMarkup"),f=d(b4,c3);f==null?c3.style.display="none":typeof f=="string"?c3.innerHTML=e(f):a2(c3).append(f)},c2}),b2.define("select2/keys",[],function(){var a2={BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46};return a2}),b2.define("select2/selection/base",["jquery","../utils","../keys"],function(a2,b3,c2){function d(a3,b4){this.$element=a3,this.options=b4,d.__super__.constructor.call(this)}return b3.Extend(d,b3.Observable),d.prototype.render=function(){var b4=a2('<span class="select2-selection" role="combobox" aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,this.$element.data("old-tabindex")!=null?this._tabindex=this.$element.data("old-tabindex"):this.$element.attr("tabindex")!=null&&(this._tabindex=this.$element.attr("tabindex")),b4.attr("title",this.$element.attr("title")),b4.attr("tabindex",this._tabindex),this.$selection=b4,b4},d.prototype.bind=function(a3,b4){var d2=this,e=(a3.id+"",a3.id+"-results");this.container=a3,this.$selection.on("focus",function(a4){d2.trigger("focus",a4)}),this.$selection.on("blur",function(a4){d2._handleBlur(a4)}),this.$selection.on("keydown",function(a4){d2.trigger("keypress",a4),a4.which===c2.SPACE&&a4.preventDefault()}),a3.on("results:focus",function(a4){d2.$selection.attr("aria-activedescendant",a4.data._resultId)}),a3.on("selection:update",function(a4){d2.update(a4.data)}),a3.on("open",function(){d2.$selection.attr("aria-expanded","true"),d2.$selection.attr("aria-owns",e),d2._attachCloseHandler(a3)}),a3.on("close",function(){d2.$selection.attr("aria-expanded","false"),d2.$selection.removeAttr("aria-activedescendant"),d2.$selection.removeAttr("aria-owns"),d2.$selection.focus(),d2._detachCloseHandler(a3)}),a3.on("enable",function(){d2.$selection.attr("tabindex",d2._tabindex)}),a3.on("disable",function(){d2.$selection.attr("tabindex","-1")})},d.prototype._handleBlur=function(b4){var c3=this;window.setTimeout(function(){document.activeElement==c3.$selection[0]||a2.contains(c3.$selection[0],document.activeElement)||c3.trigger("blur",b4)},1)},d.prototype._attachCloseHandler=function(b4){a2(document.body).on("mousedown.select2."+b4.id,function(b5){var c3=a2(b5.target),d2=c3.closest(".select2"),e=a2(".select2.select2-container--open");e.each(function(){var b6=a2(this);if(this!=d2[0]){var c4=b6.data("element");c4.select2("close")}})})},d.prototype._detachCloseHandler=function(b4){a2(document.body).off("mousedown.select2."+b4.id)},d.prototype.position=function(a3,b4){var c3=b4.find(".selection");c3.append(a3)},d.prototype.destroy=function(){this._detachCloseHandler(this.container)},d.prototype.update=function(a3){throw new Error("The `update` method must be defined in child classes.")},d}),b2.define("select2/selection/single",["jquery","./base","../utils","../keys"],function(a2,b3,c2,d){function e(){e.__super__.constructor.apply(this,arguments)}return c2.Extend(e,b3),e.prototype.render=function(){var a3=e.__super__.render.call(this);return a3.addClass("select2-selection--single"),a3.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),a3},e.prototype.bind=function(a3,b4){var c3=this;e.__super__.bind.apply(this,arguments);var d2=a3.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",d2),this.$selection.attr("aria-labelledby",d2),this.$selection.on("mousedown",function(a4){a4.which===1&&c3.trigger("toggle",{originalEvent:a4})}),this.$selection.on("focus",function(a4){}),this.$selection.on("blur",function(a4){}),a3.on("focus",function(b5){a3.isOpen()||c3.$selection.focus()}),a3.on("selection:update",function(a4){c3.update(a4.data)})},e.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},e.prototype.display=function(a3,b4){var c3=this.options.get("templateSelection"),d2=this.options.get("escapeMarkup");return d2(c3(a3,b4))},e.prototype.selectionContainer=function(){return a2("<span></span>")},e.prototype.update=function(a3){if(a3.length===0)return void this.clear();var b4=a3[0],c3=this.$selection.find(".select2-selection__rendered"),d2=this.display(b4,c3);c3.empty().append(d2),c3.prop("title",b4.title||b4.text)},e}),b2.define("select2/selection/multiple",["jquery","./base","../utils"],function(a2,b3,c2){function d(a3,b4){d.__super__.constructor.apply(this,arguments)}return c2.Extend(d,b3),d.prototype.render=function(){var a3=d.__super__.render.call(this);return a3.addClass("select2-selection--multiple"),a3.html('<ul class="select2-selection__rendered"></ul>'),a3},d.prototype.bind=function(b4,c3){var e=this;d.__super__.bind.apply(this,arguments),this.$selection.on("click",function(a3){e.trigger("toggle",{originalEvent:a3})}),this.$selection.on("click",".select2-selection__choice__remove",function(b5){if(!e.options.get("disabled")){var c4=a2(this),d2=c4.parent(),f=d2.data("data");e.trigger("unselect",{originalEvent:b5,data:f})}})},d.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},d.prototype.display=function(a3,b4){var c3=this.options.get("templateSelection"),d2=this.options.get("escapeMarkup");return d2(c3(a3,b4))},d.prototype.selectionContainer=function(){var b4=a2('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation">×</span></li>');return b4},d.prototype.update=function(a3){if(this.clear(),a3.length!==0){for(var b4=[],d2=0;d2<a3.length;d2++){var e=a3[d2],f=this.selectionContainer(),g=this.display(e,f);f.append(g),f.prop("title",e.title||e.text),f.data("data",e),b4.push(f)}var h=this.$selection.find(".select2-selection__rendered");c2.appendMany(h,b4)}},d}),b2.define("select2/selection/placeholder",["../utils"],function(a2){function b3(a3,b4,c2){this.placeholder=this.normalizePlaceholder(c2.get("placeholder")),a3.call(this,b4,c2)}return b3.prototype.normalizePlaceholder=function(a3,b4){return typeof b4=="string"&&(b4={id:"",text:b4}),b4},b3.prototype.createPlaceholder=function(a3,b4){var c2=this.selectionContainer();return c2.html(this.display(b4)),c2.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),c2},b3.prototype.update=function(a3,b4){var c2=b4.length==1&&b4[0].id!=this.placeholder.id,d=b4.length>1;if(d||c2)return a3.call(this,b4);this.clear();var e=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(e)},b3}),b2.define("select2/selection/allowClear",["jquery","../keys"],function(a2,b3){function c2(){}return c2.prototype.bind=function(a3,b4,c3){var d=this;a3.call(this,b4,c3),this.placeholder==null&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",function(a4){d._handleClear(a4)}),b4.on("keypress",function(a4){d._handleKeyboardClear(a4,b4)})},c2.prototype._handleClear=function(a3,b4){if(!this.options.get("disabled")){var c3=this.$selection.find(".select2-selection__clear");if(c3.length!==0){b4.stopPropagation();for(var d=c3.data("data"),e=0;e<d.length;e++){var f={data:d[e]};if(this.trigger("unselect",f),f.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},c2.prototype._handleKeyboardClear=function(a3,c3,d){d.isOpen()||(c3.which==b3.DELETE||c3.which==b3.BACKSPACE)&&this._handleClear(c3)},c2.prototype.update=function(b4,c3){if(b4.call(this,c3),!(this.$selection.find(".select2-selection__placeholder").length>0||c3.length===0)){var d=a2('<span class="select2-selection__clear">×</span>');d.data("data",c3),this.$selection.find(".select2-selection__rendered").prepend(d)}},c2}),b2.define("select2/selection/search",["jquery","../utils","../keys"],function(a2,b3,c2){function d(a3,b4,c3){a3.call(this,b4,c3)}return d.prototype.render=function(b4){var c3=a2('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=c3,this.$search=c3.find("input");var d2=b4.call(this);return this._transferTabIndex(),d2},d.prototype.bind=function(a3,b4,d2){var e=this;a3.call(this,b4,d2),b4.on("open",function(){e.$search.trigger("focus")}),b4.on("close",function(){e.$search.val(""),e.$search.removeAttr("aria-activedescendant"),e.$search.trigger("focus")}),b4.on("enable",function(){e.$search.prop("disabled",!1),e._transferTabIndex()}),b4.on("disable",function(){e.$search.prop("disabled",!0)}),b4.on("focus",function(a4){e.$search.trigger("focus")}),b4.on("results:focus",function(a4){e.$search.attr("aria-activedescendant",a4.id)}),this.$selection.on("focusin",".select2-search--inline",function(a4){e.trigger("focus",a4)}),this.$selection.on("focusout",".select2-search--inline",function(a4){e._handleBlur(a4)}),this.$selection.on("keydown",".select2-search--inline",function(a4){a4.stopPropagation(),e.trigger("keypress",a4),e._keyUpPrevented=a4.isDefaultPrevented();var b5=a4.which;if(b5===c2.BACKSPACE&&e.$search.val()===""){var d3=e.$searchContainer.prev(".select2-selection__choice");if(d3.length>0){var f2=d3.data("data");e.searchRemoveChoice(f2),a4.preventDefault()}}});var f=document.documentMode,g=f&&11>=f;this.$selection.on("input.searchcheck",".select2-search--inline",function(a4){return g?void e.$selection.off("input.search input.searchcheck"):void e.$selection.off("keyup.search")}),this.$selection.on("keyup.search input.search",".select2-search--inline",function(a4){if(g&&a4.type==="input")return void e.$selection.off("input.search input.searchcheck");var b5=a4.which;b5!=c2.SHIFT&&b5!=c2.CTRL&&b5!=c2.ALT&&b5!=c2.TAB&&e.handleSearch(a4)})},d.prototype._transferTabIndex=function(a3){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},d.prototype.createPlaceholder=function(a3,b4){this.$search.attr("placeholder",b4.text)},d.prototype.update=function(a3,b4){var c3=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),a3.call(this,b4),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),c3&&this.$search.focus()},d.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var a3=this.$search.val();this.trigger("query",{term:a3})}this._keyUpPrevented=!1},d.prototype.searchRemoveChoice=function(a3,b4){this.trigger("unselect",{data:b4}),this.$search.val(b4.text),this.handleSearch()},d.prototype.resizeSearch=function(){this.$search.css("width","25px");var a3="";if(this.$search.attr("placeholder")!=="")a3=this.$selection.find(".select2-selection__rendered").innerWidth();else{var b4=this.$search.val().length+1;a3=.75*b4+"em"}this.$search.css("width",a3)},d}),b2.define("select2/selection/eventRelay",["jquery"],function(a2){function b3(){}return b3.prototype.bind=function(b4,c2,d){var e=this,f=["open","opening","close","closing","select","selecting","unselect","unselecting"],g=["opening","closing","selecting","unselecting"];b4.call(this,c2,d),c2.on("*",function(b5,c3){if(a2.inArray(b5,f)!==-1){c3=c3||{};var d2=a2.Event("select2:"+b5,{params:c3});e.$element.trigger(d2),a2.inArray(b5,g)!==-1&&(c3.prevented=d2.isDefaultPrevented())}})},b3}),b2.define("select2/translation",["jquery","require"],function(a2,b3){function c2(a3){this.dict=a3||{}}return c2.prototype.all=function(){return this.dict},c2.prototype.get=function(a3){return this.dict[a3]},c2.prototype.extend=function(b4){this.dict=a2.extend({},b4.all(),this.dict)},c2._cache={},c2.loadPath=function(a3){if(!(a3 in c2._cache)){var d=b3(a3);c2._cache[a3]=d}return new c2(c2._cache[a3])},c2}),b2.define("select2/diacritics",[],function(){var a2={"\u24B6":"A",\uFF21:"A",\u00C0:"A",\u00C1:"A",\u00C2:"A",\u1EA6:"A",\u1EA4:"A",\u1EAA:"A",\u1EA8:"A",\u00C3:"A",\u0100:"A",\u0102:"A",\u1EB0:"A",\u1EAE:"A",\u1EB4:"A",\u1EB2:"A",\u0226:"A",\u01E0:"A",\u00C4:"A",\u01DE:"A",\u1EA2:"A",\u00C5:"A",\u01FA:"A",\u01CD:"A",\u0200:"A",\u0202:"A",\u1EA0:"A",\u1EAC:"A",\u1EB6:"A",\u1E00:"A",\u0104:"A","\u023A":"A","\u2C6F":"A","\uA732":"AA",\u00C6:"AE",\u01FC:"AE",\u01E2:"AE","\uA734":"AO","\uA736":"AU","\uA738":"AV","\uA73A":"AV","\uA73C":"AY","\u24B7":"B",\uFF22:"B",\u1E02:"B",\u1E04:"B",\u1E06:"B","\u0243":"B",\u0182:"B",\u0181:"B","\u24B8":"C",\uFF23:"C",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u00C7:"C",\u1E08:"C",\u0187:"C","\u023B":"C","\uA73E":"C","\u24B9":"D",\uFF24:"D",\u1E0A:"D",\u010E:"D",\u1E0C:"D",\u1E10:"D",\u1E12:"D",\u1E0E:"D",\u0110:"D",\u018B:"D",\u018A:"D",\u0189:"D","\uA779":"D",\u01F1:"DZ",\u01C4:"DZ",\u01F2:"Dz",\u01C5:"Dz","\u24BA":"E",\uFF25:"E",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u1EC0:"E",\u1EBE:"E",\u1EC4:"E",\u1EC2:"E",\u1EBC:"E",\u0112:"E",\u1E14:"E",\u1E16:"E",\u0114:"E",\u0116:"E",\u00CB:"E",\u1EBA:"E",\u011A:"E",\u0204:"E",\u0206:"E",\u1EB8:"E",\u1EC6:"E",\u0228:"E",\u1E1C:"E",\u0118:"E",\u1E18:"E",\u1E1A:"E",\u0190:"E",\u018E:"E","\u24BB":"F",\uFF26:"F",\u1E1E:"F",\u0191:"F","\uA77B":"F","\u24BC":"G",\uFF27:"G",\u01F4:"G",\u011C:"G",\u1E20:"G",\u011E:"G",\u0120:"G",\u01E6:"G",\u0122:"G",\u01E4:"G",\u0193:"G","\uA7A0":"G","\uA77D":"G","\uA77E":"G","\u24BD":"H",\uFF28:"H",\u0124:"H",\u1E22:"H",\u1E26:"H",\u021E:"H",\u1E24:"H",\u1E28:"H",\u1E2A:"H",\u0126:"H","\u2C67":"H","\u2C75":"H","\uA78D":"H","\u24BE":"I",\uFF29:"I",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u0128:"I",\u012A:"I",\u012C:"I",\u0130:"I",\u00CF:"I",\u1E2E:"I",\u1EC8:"I",\u01CF:"I",\u0208:"I",\u020A:"I",\u1ECA:"I",\u012E:"I",\u1E2C:"I",\u0197:"I","\u24BF":"J",\uFF2A:"J",\u0134:"J","\u0248":"J","\u24C0":"K",\uFF2B:"K",\u1E30:"K",\u01E8:"K",\u1E32:"K",\u0136:"K",\u1E34:"K",\u0198:"K","\u2C69":"K","\uA740":"K","\uA742":"K","\uA744":"K","\uA7A2":"K","\u24C1":"L",\uFF2C:"L",\u013F:"L",\u0139:"L",\u013D:"L",\u1E36:"L",\u1E38:"L",\u013B:"L",\u1E3C:"L",\u1E3A:"L",\u0141:"L","\u023D":"L","\u2C62":"L","\u2C60":"L","\uA748":"L","\uA746":"L","\uA780":"L",\u01C7:"LJ",\u01C8:"Lj","\u24C2":"M",\uFF2D:"M",\u1E3E:"M",\u1E40:"M",\u1E42:"M","\u2C6E":"M",\u019C:"M","\u24C3":"N",\uFF2E:"N",\u01F8:"N",\u0143:"N",\u00D1:"N",\u1E44:"N",\u0147:"N",\u1E46:"N",\u0145:"N",\u1E4A:"N",\u1E48:"N","\u0220":"N",\u019D:"N","\uA790":"N","\uA7A4":"N",\u01CA:"NJ",\u01CB:"Nj","\u24C4":"O",\uFF2F:"O",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u1ED2:"O",\u1ED0:"O",\u1ED6:"O",\u1ED4:"O",\u00D5:"O",\u1E4C:"O",\u022C:"O",\u1E4E:"O",\u014C:"O",\u1E50:"O",\u1E52:"O",\u014E:"O",\u022E:"O",\u0230:"O",\u00D6:"O",\u022A:"O",\u1ECE:"O",\u0150:"O",\u01D1:"O",\u020C:"O",\u020E:"O",\u01A0:"O",\u1EDC:"O",\u1EDA:"O",\u1EE0:"O",\u1EDE:"O",\u1EE2:"O",\u1ECC:"O",\u1ED8:"O",\u01EA:"O",\u01EC:"O",\u00D8:"O",\u01FE:"O",\u0186:"O",\u019F:"O","\uA74A":"O","\uA74C":"O",\u01A2:"OI","\uA74E":"OO",\u0222:"OU","\u24C5":"P",\uFF30:"P",\u1E54:"P",\u1E56:"P",\u01A4:"P","\u2C63":"P","\uA750":"P","\uA752":"P","\uA754":"P","\u24C6":"Q",\uFF31:"Q","\uA756":"Q","\uA758":"Q","\u024A":"Q","\u24C7":"R",\uFF32:"R",\u0154:"R",\u1E58:"R",\u0158:"R",\u0210:"R",\u0212:"R",\u1E5A:"R",\u1E5C:"R",\u0156:"R",\u1E5E:"R","\u024C":"R","\u2C64":"R","\uA75A":"R","\uA7A6":"R","\uA782":"R","\u24C8":"S",\uFF33:"S","\u1E9E":"S",\u015A:"S",\u1E64:"S",\u015C:"S",\u1E60:"S",\u0160:"S",\u1E66:"S",\u1E62:"S",\u1E68:"S",\u0218:"S",\u015E:"S","\u2C7E":"S","\uA7A8":"S","\uA784":"S","\u24C9":"T",\uFF34:"T",\u1E6A:"T",\u0164:"T",\u1E6C:"T",\u021A:"T",\u0162:"T",\u1E70:"T",\u1E6E:"T",\u0166:"T",\u01AC:"T",\u01AE:"T","\u023E":"T","\uA786":"T","\uA728":"TZ","\u24CA":"U",\uFF35:"U",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u0168:"U",\u1E78:"U",\u016A:"U",\u1E7A:"U",\u016C:"U",\u00DC:"U",\u01DB:"U",\u01D7:"U",\u01D5:"U",\u01D9:"U",\u1EE6:"U",\u016E:"U",\u0170:"U",\u01D3:"U",\u0214:"U",\u0216:"U",\u01AF:"U",\u1EEA:"U",\u1EE8:"U",\u1EEE:"U",\u1EEC:"U",\u1EF0:"U",\u1EE4:"U",\u1E72:"U",\u0172:"U",\u1E76:"U",\u1E74:"U","\u0244":"U","\u24CB":"V",\uFF36:"V",\u1E7C:"V",\u1E7E:"V",\u01B2:"V","\uA75E":"V","\u0245":"V","\uA760":"VY","\u24CC":"W",\uFF37:"W",\u1E80:"W",\u1E82:"W",\u0174:"W",\u1E86:"W",\u1E84:"W",\u1E88:"W","\u2C72":"W","\u24CD":"X",\uFF38:"X",\u1E8A:"X",\u1E8C:"X","\u24CE":"Y",\uFF39:"Y",\u1EF2:"Y",\u00DD:"Y",\u0176:"Y",\u1EF8:"Y",\u0232:"Y",\u1E8E:"Y",\u0178:"Y",\u1EF6:"Y",\u1EF4:"Y",\u01B3:"Y","\u024E":"Y","\u1EFE":"Y","\u24CF":"Z",\uFF3A:"Z",\u0179:"Z",\u1E90:"Z",\u017B:"Z",\u017D:"Z",\u1E92:"Z",\u1E94:"Z",\u01B5:"Z",\u0224:"Z","\u2C7F":"Z","\u2C6B":"Z","\uA762":"Z","\u24D0":"a",\uFF41:"a",\u1E9A:"a",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u1EA7:"a",\u1EA5:"a",\u1EAB:"a",\u1EA9:"a",\u00E3:"a",\u0101:"a",\u0103:"a",\u1EB1:"a",\u1EAF:"a",\u1EB5:"a",\u1EB3:"a",\u0227:"a",\u01E1:"a",\u00E4:"a",\u01DF:"a",\u1EA3:"a",\u00E5:"a",\u01FB:"a",\u01CE:"a",\u0201:"a",\u0203:"a",\u1EA1:"a",\u1EAD:"a",\u1EB7:"a",\u1E01:"a",\u0105:"a","\u2C65":"a",\u0250:"a","\uA733":"aa",\u00E6:"ae",\u01FD:"ae",\u01E3:"ae","\uA735":"ao","\uA737":"au","\uA739":"av","\uA73B":"av","\uA73D":"ay","\u24D1":"b",\uFF42:"b",\u1E03:"b",\u1E05:"b",\u1E07:"b",\u0180:"b",\u0183:"b",\u0253:"b","\u24D2":"c",\uFF43:"c",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u00E7:"c",\u1E09:"c",\u0188:"c","\u023C":"c","\uA73F":"c","\u2184":"c","\u24D3":"d",\uFF44:"d",\u1E0B:"d",\u010F:"d",\u1E0D:"d",\u1E11:"d",\u1E13:"d",\u1E0F:"d",\u0111:"d",\u018C:"d",\u0256:"d",\u0257:"d","\uA77A":"d",\u01F3:"dz",\u01C6:"dz","\u24D4":"e",\uFF45:"e",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u1EC1:"e",\u1EBF:"e",\u1EC5:"e",\u1EC3:"e",\u1EBD:"e",\u0113:"e",\u1E15:"e",\u1E17:"e",\u0115:"e",\u0117:"e",\u00EB:"e",\u1EBB:"e",\u011B:"e",\u0205:"e",\u0207:"e",\u1EB9:"e",\u1EC7:"e",\u0229:"e",\u1E1D:"e",\u0119:"e",\u1E19:"e",\u1E1B:"e","\u0247":"e",\u025B:"e",\u01DD:"e","\u24D5":"f",\uFF46:"f",\u1E1F:"f",\u0192:"f","\uA77C":"f","\u24D6":"g",\uFF47:"g",\u01F5:"g",\u011D:"g",\u1E21:"g",\u011F:"g",\u0121:"g",\u01E7:"g",\u0123:"g",\u01E5:"g",\u0260:"g","\uA7A1":"g","\u1D79":"g","\uA77F":"g","\u24D7":"h",\uFF48:"h",\u0125:"h",\u1E23:"h",\u1E27:"h",\u021F:"h",\u1E25:"h",\u1E29:"h",\u1E2B:"h",\u1E96:"h",\u0127:"h","\u2C68":"h","\u2C76":"h",\u0265:"h",\u0195:"hv","\u24D8":"i",\uFF49:"i",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u0129:"i",\u012B:"i",\u012D:"i",\u00EF:"i",\u1E2F:"i",\u1EC9:"i",\u01D0:"i",\u0209:"i",\u020B:"i",\u1ECB:"i",\u012F:"i",\u1E2D:"i",\u0268:"i",\u0131:"i","\u24D9":"j",\uFF4A:"j",\u0135:"j",\u01F0:"j","\u0249":"j","\u24DA":"k",\uFF4B:"k",\u1E31:"k",\u01E9:"k",\u1E33:"k",\u0137:"k",\u1E35:"k",\u0199:"k","\u2C6A":"k","\uA741":"k","\uA743":"k","\uA745":"k","\uA7A3":"k","\u24DB":"l",\uFF4C:"l",\u0140:"l",\u013A:"l",\u013E:"l",\u1E37:"l",\u1E39:"l",\u013C:"l",\u1E3D:"l",\u1E3B:"l",\u017F:"l",\u0142:"l",\u019A:"l",\u026B:"l","\u2C61":"l","\uA749":"l","\uA781":"l","\uA747":"l",\u01C9:"lj","\u24DC":"m",\uFF4D:"m",\u1E3F:"m",\u1E41:"m",\u1E43:"m",\u0271:"m",\u026F:"m","\u24DD":"n",\uFF4E:"n",\u01F9:"n",\u0144:"n",\u00F1:"n",\u1E45:"n",\u0148:"n",\u1E47:"n",\u0146:"n",\u1E4B:"n",\u1E49:"n",\u019E:"n",\u0272:"n",\u0149:"n","\uA791":"n","\uA7A5":"n",\u01CC:"nj","\u24DE":"o",\uFF4F:"o",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u1ED3:"o",\u1ED1:"o",\u1ED7:"o",\u1ED5:"o",\u00F5:"o",\u1E4D:"o",\u022D:"o",\u1E4F:"o",\u014D:"o",\u1E51:"o",\u1E53:"o",\u014F:"o",\u022F:"o",\u0231:"o",\u00F6:"o",\u022B:"o",\u1ECF:"o",\u0151:"o",\u01D2:"o",\u020D:"o",\u020F:"o",\u01A1:"o",\u1EDD:"o",\u1EDB:"o",\u1EE1:"o",\u1EDF:"o",\u1EE3:"o",\u1ECD:"o",\u1ED9:"o",\u01EB:"o",\u01ED:"o",\u00F8:"o",\u01FF:"o",\u0254:"o","\uA74B":"o","\uA74D":"o",\u0275:"o",\u01A3:"oi",\u0223:"ou","\uA74F":"oo","\u24DF":"p",\uFF50:"p",\u1E55:"p",\u1E57:"p",\u01A5:"p","\u1D7D":"p","\uA751":"p","\uA753":"p","\uA755":"p","\u24E0":"q",\uFF51:"q","\u024B":"q","\uA757":"q","\uA759":"q","\u24E1":"r",\uFF52:"r",\u0155:"r",\u1E59:"r",\u0159:"r",\u0211:"r",\u0213:"r",\u1E5B:"r",\u1E5D:"r",\u0157:"r",\u1E5F:"r","\u024D":"r",\u027D:"r","\uA75B":"r","\uA7A7":"r","\uA783":"r","\u24E2":"s",\uFF53:"s",\u00DF:"s",\u015B:"s",\u1E65:"s",\u015D:"s",\u1E61:"s",\u0161:"s",\u1E67:"s",\u1E63:"s",\u1E69:"s",\u0219:"s",\u015F:"s","\u023F":"s","\uA7A9":"s","\uA785":"s",\u1E9B:"s","\u24E3":"t",\uFF54:"t",\u1E6B:"t",\u1E97:"t",\u0165:"t",\u1E6D:"t",\u021B:"t",\u0163:"t",\u1E71:"t",\u1E6F:"t",\u0167:"t",\u01AD:"t",\u0288:"t","\u2C66":"t","\uA787":"t","\uA729":"tz","\u24E4":"u",\uFF55:"u",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u0169:"u",\u1E79:"u",\u016B:"u",\u1E7B:"u",\u016D:"u",\u00FC:"u",\u01DC:"u",\u01D8:"u",\u01D6:"u",\u01DA:"u",\u1EE7:"u",\u016F:"u",\u0171:"u",\u01D4:"u",\u0215:"u",\u0217:"u",\u01B0:"u",\u1EEB:"u",\u1EE9:"u",\u1EEF:"u",\u1EED:"u",\u1EF1:"u",\u1EE5:"u",\u1E73:"u",\u0173:"u",\u1E77:"u",\u1E75:"u",\u0289:"u","\u24E5":"v",\uFF56:"v",\u1E7D:"v",\u1E7F:"v",\u028B:"v","\uA75F":"v",\u028C:"v","\uA761":"vy","\u24E6":"w",\uFF57:"w",\u1E81:"w",\u1E83:"w",\u0175:"w",\u1E87:"w",\u1E85:"w",\u1E98:"w",\u1E89:"w","\u2C73":"w","\u24E7":"x",\uFF58:"x",\u1E8B:"x",\u1E8D:"x","\u24E8":"y",\uFF59:"y",\u1EF3:"y",\u00FD:"y",\u0177:"y",\u1EF9:"y",\u0233:"y",\u1E8F:"y",\u00FF:"y",\u1EF7:"y",\u1E99:"y",\u1EF5:"y",\u01B4:"y","\u024F":"y","\u1EFF":"y","\u24E9":"z",\uFF5A:"z",\u017A:"z",\u1E91:"z",\u017C:"z",\u017E:"z",\u1E93:"z",\u1E95:"z",\u01B6:"z",\u0225:"z","\u0240":"z","\u2C6C":"z","\uA763":"z",\u0386:"\u0391",\u0388:"\u0395",\u0389:"\u0397",\u038A:"\u0399",\u03AA:"\u0399",\u038C:"\u039F",\u038E:"\u03A5",\u03AB:"\u03A5",\u038F:"\u03A9",\u03AC:"\u03B1",\u03AD:"\u03B5",\u03AE:"\u03B7",\u03AF:"\u03B9",\u03CA:"\u03B9",\u0390:"\u03B9",\u03CC:"\u03BF",\u03CD:"\u03C5",\u03CB:"\u03C5",\u03B0:"\u03C5",\u03C9:"\u03C9",\u03C2:"\u03C3"};return a2}),b2.define("select2/data/base",["../utils"],function(a2){function b3(a3,c2){b3.__super__.constructor.call(this)}return a2.Extend(b3,a2.Observable),b3.prototype.current=function(a3){throw new Error("The `current` method must be defined in child classes.")},b3.prototype.query=function(a3,b4){throw new Error("The `query` method must be defined in child classes.")},b3.prototype.bind=function(a3,b4){},b3.prototype.destroy=function(){},b3.prototype.generateResultId=function(b4,c2){var d=b4.id+"-result-";return d+=a2.generateChars(4),d+=c2.id!=null?"-"+c2.id.toString():"-"+a2.generateChars(4)},b3}),b2.define("select2/data/select",["./base","../utils","jquery"],function(a2,b3,c2){function d(a3,b4){this.$element=a3,this.options=b4,d.__super__.constructor.call(this)}return b3.Extend(d,a2),d.prototype.current=function(a3){var b4=[],d2=this;this.$element.find(":selected").each(function(){var a4=c2(this),e=d2.item(a4);b4.push(e)}),a3(b4)},d.prototype.select=function(a3){var b4=this;if(a3.selected=!0,c2(a3.element).is("option"))return a3.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current(function(d3){var e=[];a3=[a3],a3.push.apply(a3,d3);for(var f=0;f<a3.length;f++){var g=a3[f].id;c2.inArray(g,e)===-1&&e.push(g)}b4.$element.val(e),b4.$element.trigger("change")});else{var d2=a3.id;this.$element.val(d2),this.$element.trigger("change")}},d.prototype.unselect=function(a3){var b4=this;if(this.$element.prop("multiple"))return a3.selected=!1,c2(a3.element).is("option")?(a3.element.selected=!1,void this.$element.trigger("change")):void this.current(function(d2){for(var e=[],f=0;f<d2.length;f++){var g=d2[f].id;g!==a3.id&&c2.inArray(g,e)===-1&&e.push(g)}b4.$element.val(e),b4.$element.trigger("change")})},d.prototype.bind=function(a3,b4){var c3=this;this.container=a3,a3.on("select",function(a4){c3.select(a4.data)}),a3.on("unselect",function(a4){c3.unselect(a4.data)})},d.prototype.destroy=function(){this.$element.find("*").each(function(){c2.removeData(this,"data")})},d.prototype.query=function(a3,b4){var d2=[],e=this,f=this.$element.children();f.each(function(){var b5=c2(this);if(b5.is("option")||b5.is("optgroup")){var f2=e.item(b5),g=e.matches(a3,f2);g!==null&&d2.push(g)}}),b4({results:d2})},d.prototype.addOptions=function(a3){b3.appendMany(this.$element,a3)},d.prototype.option=function(a3){var b4;a3.children?(b4=document.createElement("optgroup"),b4.label=a3.text):(b4=document.createElement("option"),b4.textContent!==void 0?b4.textContent=a3.text:b4.innerText=a3.text),a3.id&&(b4.value=a3.id),a3.disabled&&(b4.disabled=!0),a3.selected&&(b4.selected=!0),a3.title&&(b4.title=a3.title);var d2=c2(b4),e=this._normalizeItem(a3);return e.element=b4,c2.data(b4,"data",e),d2},d.prototype.item=function(a3){var b4={};if(b4=c2.data(a3[0],"data"),b4!=null)return b4;if(a3.is("option"))b4={id:a3.val(),text:a3.text(),disabled:a3.prop("disabled"),selected:a3.prop("selected"),title:a3.prop("title")};else if(a3.is("optgroup")){b4={text:a3.prop("label"),children:[],title:a3.prop("title")};for(var d2=a3.children("option"),e=[],f=0;f<d2.length;f++){var g=c2(d2[f]),h=this.item(g);e.push(h)}b4.children=e}return b4=this._normalizeItem(b4),b4.element=a3[0],c2.data(a3[0],"data",b4),b4},d.prototype._normalizeItem=function(a3){c2.isPlainObject(a3)||(a3={id:a3,text:a3}),a3=c2.extend({},{text:""},a3);var b4={selected:!1,disabled:!1};return a3.id!=null&&(a3.id=a3.id.toString()),a3.text!=null&&(a3.text=a3.text.toString()),a3._resultId==null&&a3.id&&this.container!=null&&(a3._resultId=this.generateResultId(this.container,a3)),c2.extend({},b4,a3)},d.prototype.matches=function(a3,b4){var c3=this.options.get("matcher");return c3(a3,b4)},d}),b2.define("select2/data/array",["./select","../utils","jquery"],function(a2,b3,c2){function d(a3,b4){var c3=b4.get("data")||[];d.__super__.constructor.call(this,a3,b4),this.addOptions(this.convertToOptions(c3))}return b3.Extend(d,a2),d.prototype.select=function(a3){var b4=this.$element.find("option").filter(function(b5,c3){return c3.value==a3.id.toString()});b4.length===0&&(b4=this.option(a3),this.addOptions(b4)),d.__super__.select.call(this,a3)},d.prototype.convertToOptions=function(a3){function d2(a4){return function(){return c2(this).val()==a4.id}}for(var e=this,f=this.$element.find("option"),g=f.map(function(){return e.item(c2(this)).id}).get(),h=[],i=0;i<a3.length;i++){var j=this._normalizeItem(a3[i]);if(c2.inArray(j.id,g)>=0){var k=f.filter(d2(j)),l=this.item(k),m=c2.extend(!0,{},j,l),n=this.option(m);k.replaceWith(n)}else{var o=this.option(j);if(j.children){var p=this.convertToOptions(j.children);b3.appendMany(o,p)}h.push(o)}}return h},d}),b2.define("select2/data/ajax",["./array","../utils","jquery"],function(a2,b3,c2){function d(a3,b4){this.ajaxOptions=this._applyDefaults(b4.get("ajax")),this.ajaxOptions.processResults!=null&&(this.processResults=this.ajaxOptions.processResults),d.__super__.constructor.call(this,a3,b4)}return b3.Extend(d,a2),d.prototype._applyDefaults=function(a3){var b4={data:function(a4){return c2.extend({},a4,{q:a4.term})},transport:function(a4,b5,d2){var e=c2.ajax(a4);return e.then(b5),e.fail(d2),e}};return c2.extend({},b4,a3,!0)},d.prototype.processResults=function(a3){return a3},d.prototype.query=function(a3,b4){function d2(){var d3=f.transport(f,function(d4){var f2=e.processResults(d4,a3);e.options.get("debug")&&window.console&&console.error&&(f2&&f2.results&&c2.isArray(f2.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),b4(f2)},function(){d3.status&&d3.status==="0"||e.trigger("results:message",{message:"errorLoading"})});e._request=d3}var e=this;this._request!=null&&(c2.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var f=c2.extend({type:"GET"},this.ajaxOptions);typeof f.url=="function"&&(f.url=f.url.call(this.$element,a3)),typeof f.data=="function"&&(f.data=f.data.call(this.$element,a3)),this.ajaxOptions.delay&&a3.term!=null?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(d2,this.ajaxOptions.delay)):d2()},d}),b2.define("select2/data/tags",["jquery"],function(a2){function b3(b4,c2,d){var e=d.get("tags"),f=d.get("createTag");f!==void 0&&(this.createTag=f);var g=d.get("insertTag");if(g!==void 0&&(this.insertTag=g),b4.call(this,c2,d),a2.isArray(e))for(var h=0;h<e.length;h++){var i=e[h],j=this._normalizeItem(i),k=this.option(j);this.$element.append(k)}}return b3.prototype.query=function(a3,b4,c2){function d(a4,f){for(var g=a4.results,h=0;h<g.length;h++){var i=g[h],j=i.children!=null&&!d({results:i.children},!0),k=i.text===b4.term;if(k||j)return f?!1:(a4.data=g,void c2(a4))}if(f)return!0;var l=e.createTag(b4);if(l!=null){var m=e.option(l);m.attr("data-select2-tag",!0),e.addOptions([m]),e.insertTag(g,l)}a4.results=g,c2(a4)}var e=this;return this._removeOldTags(),b4.term==null||b4.page!=null?void a3.call(this,b4,c2):void a3.call(this,b4,d)},b3.prototype.createTag=function(b4,c2){var d=a2.trim(c2.term);return d===""?null:{id:d,text:d}},b3.prototype.insertTag=function(a3,b4,c2){b4.unshift(c2)},b3.prototype._removeOldTags=function(b4){var c2=(this._lastTag,this.$element.find("option[data-select2-tag]"));c2.each(function(){this.selected||a2(this).remove()})},b3}),b2.define("select2/data/tokenizer",["jquery"],function(a2){function b3(a3,b4,c2){var d=c2.get("tokenizer");d!==void 0&&(this.tokenizer=d),a3.call(this,b4,c2)}return b3.prototype.bind=function(a3,b4,c2){a3.call(this,b4,c2),this.$search=b4.dropdown.$search||b4.selection.$search||c2.find(".select2-search__field")},b3.prototype.query=function(b4,c2,d){function e(b5){var c3=g._normalizeItem(b5),d2=g.$element.find("option").filter(function(){return a2(this).val()===c3.id});if(!d2.length){var e2=g.option(c3);e2.attr("data-select2-tag",!0),g._removeOldTags(),g.addOptions([e2])}f(c3)}function f(a3){g.trigger("select",{data:a3})}var g=this;c2.term=c2.term||"";var h=this.tokenizer(c2,this.options,e);h.term!==c2.term&&(this.$search.length&&(this.$search.val(h.term),this.$search.focus()),c2.term=h.term),b4.call(this,c2,d)},b3.prototype.tokenizer=function(b4,c2,d,e){for(var f=d.get("tokenSeparators")||[],g=c2.term,h=0,i=this.createTag||function(a3){return{id:a3.term,text:a3.term}};h<g.length;){var j=g[h];if(a2.inArray(j,f)!==-1){var k=g.substr(0,h),l=a2.extend({},c2,{term:k}),m=i(l);m!=null?(e(m),g=g.substr(h+1)||"",h=0):h++}else h++}return{term:g}},b3}),b2.define("select2/data/minimumInputLength",[],function(){function a2(a3,b3,c2){this.minimumInputLength=c2.get("minimumInputLength"),a3.call(this,b3,c2)}return a2.prototype.query=function(a3,b3,c2){return b3.term=b3.term||"",b3.term.length<this.minimumInputLength?void this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:b3.term,params:b3}}):void a3.call(this,b3,c2)},a2}),b2.define("select2/data/maximumInputLength",[],function(){function a2(a3,b3,c2){this.maximumInputLength=c2.get("maximumInputLength"),a3.call(this,b3,c2)}return a2.prototype.query=function(a3,b3,c2){return b3.term=b3.term||"",this.maximumInputLength>0&&b3.term.length>this.maximumInputLength?void this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:b3.term,params:b3}}):void a3.call(this,b3,c2)},a2}),b2.define("select2/data/maximumSelectionLength",[],function(){function a2(a3,b3,c2){this.maximumSelectionLength=c2.get("maximumSelectionLength"),a3.call(this,b3,c2)}return a2.prototype.query=function(a3,b3,c2){var d=this;this.current(function(e){var f=e!=null?e.length:0;return d.maximumSelectionLength>0&&f>=d.maximumSelectionLength?void d.trigger("results:message",{message:"maximumSelected",args:{maximum:d.maximumSelectionLength}}):void a3.call(d,b3,c2)})},a2}),b2.define("select2/dropdown",["jquery","./utils"],function(a2,b3){function c2(a3,b4){this.$element=a3,this.options=b4,c2.__super__.constructor.call(this)}return b3.Extend(c2,b3.Observable),c2.prototype.render=function(){var b4=a2('<span class="select2-dropdown"><span class="select2-results"></span></span>');return b4.attr("dir",this.options.get("dir")),this.$dropdown=b4,b4},c2.prototype.bind=function(){},c2.prototype.position=function(a3,b4){},c2.prototype.destroy=function(){this.$dropdown.remove()},c2}),b2.define("select2/dropdown/search",["jquery","../utils"],function(a2,b3){function c2(){}return c2.prototype.render=function(b4){var c3=b4.call(this),d=a2('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="search" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="textbox" /></span>');return this.$searchContainer=d,this.$search=d.find("input"),c3.prepend(d),c3},c2.prototype.bind=function(b4,c3,d){var e=this;b4.call(this,c3,d),this.$search.on("keydown",function(a3){e.trigger("keypress",a3),e._keyUpPrevented=a3.isDefaultPrevented()}),this.$search.on("input",function(b5){a2(this).off("keyup")}),this.$search.on("keyup input",function(a3){e.handleSearch(a3)}),c3.on("open",function(){e.$search.attr("tabindex",0),e.$search.focus(),window.setTimeout(function(){e.$search.focus()},0)}),c3.on("close",function(){e.$search.attr("tabindex",-1),e.$search.val("")}),c3.on("focus",function(){c3.isOpen()&&e.$search.focus()}),c3.on("results:all",function(a3){if(a3.query.term==null||a3.query.term===""){var b5=e.showSearch(a3);b5?e.$searchContainer.removeClass("select2-search--hide"):e.$searchContainer.addClass("select2-search--hide")}})},c2.prototype.handleSearch=function(a3){if(!this._keyUpPrevented){var b4=this.$search.val();this.trigger("query",{term:b4})}this._keyUpPrevented=!1},c2.prototype.showSearch=function(a3,b4){return!0},c2}),b2.define("select2/dropdown/hidePlaceholder",[],function(){function a2(a3,b3,c2,d){this.placeholder=this.normalizePlaceholder(c2.get("placeholder")),a3.call(this,b3,c2,d)}return a2.prototype.append=function(a3,b3){b3.results=this.removePlaceholder(b3.results),a3.call(this,b3)},a2.prototype.normalizePlaceholder=function(a3,b3){return typeof b3=="string"&&(b3={id:"",text:b3}),b3},a2.prototype.removePlaceholder=function(a3,b3){for(var c2=b3.slice(0),d=b3.length-1;d>=0;d--){var e=b3[d];this.placeholder.id===e.id&&c2.splice(d,1)}return c2},a2}),b2.define("select2/dropdown/infiniteScroll",["jquery"],function(a2){function b3(a3,b4,c2,d){this.lastParams={},a3.call(this,b4,c2,d),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return b3.prototype.append=function(a3,b4){this.$loadingMore.remove(),this.loading=!1,a3.call(this,b4),this.showLoadingMore(b4)&&this.$results.append(this.$loadingMore)},b3.prototype.bind=function(b4,c2,d){var e=this;b4.call(this,c2,d),c2.on("query",function(a3){e.lastParams=a3,e.loading=!0}),c2.on("query:append",function(a3){e.lastParams=a3,e.loading=!0}),this.$results.on("scroll",function(){var b5=a2.contains(document.documentElement,e.$loadingMore[0]);if(!e.loading&&b5){var c3=e.$results.offset().top+e.$results.outerHeight(!1),d2=e.$loadingMore.offset().top+e.$loadingMore.outerHeight(!1);c3+50>=d2&&e.loadMore()}})},b3.prototype.loadMore=function(){this.loading=!0;var b4=a2.extend({},{page:1},this.lastParams);b4.page++,this.trigger("query:append",b4)},b3.prototype.showLoadingMore=function(a3,b4){return b4.pagination&&b4.pagination.more},b3.prototype.createLoadingMore=function(){var b4=a2('<li class="select2-results__option select2-results__option--load-more"role="treeitem" aria-disabled="true"></li>'),c2=this.options.get("translations").get("loadingMore");return b4.html(c2(this.lastParams)),b4},b3}),b2.define("select2/dropdown/attachBody",["jquery","../utils"],function(a2,b3){function c2(b4,c3,d){this.$dropdownParent=d.get("dropdownParent")||a2(document.body),b4.call(this,c3,d)}return c2.prototype.bind=function(a3,b4,c3){var d=this,e=!1;a3.call(this,b4,c3),b4.on("open",function(){d._showDropdown(),d._attachPositioningHandler(b4),e||(e=!0,b4.on("results:all",function(){d._positionDropdown(),d._resizeDropdown()}),b4.on("results:append",function(){d._positionDropdown(),d._resizeDropdown()}))}),b4.on("close",function(){d._hideDropdown(),d._detachPositioningHandler(b4)}),this.$dropdownContainer.on("mousedown",function(a4){a4.stopPropagation()})},c2.prototype.destroy=function(a3){a3.call(this),this.$dropdownContainer.remove()},c2.prototype.position=function(a3,b4,c3){b4.attr("class",c3.attr("class")),b4.removeClass("select2"),b4.addClass("select2-container--open"),b4.css({position:"absolute",top:-999999}),this.$container=c3},c2.prototype.render=function(b4){var c3=a2("<span></span>"),d=b4.call(this);return c3.append(d),this.$dropdownContainer=c3,c3},c2.prototype._hideDropdown=function(a3){this.$dropdownContainer.detach()},c2.prototype._attachPositioningHandler=function(c3,d){var e=this,f="scroll.select2."+d.id,g="resize.select2."+d.id,h="orientationchange.select2."+d.id,i=this.$container.parents().filter(b3.hasScroll);i.each(function(){a2(this).data("select2-scroll-position",{x:a2(this).scrollLeft(),y:a2(this).scrollTop()})}),i.on(f,function(b4){var c4=a2(this).data("select2-scroll-position");a2(this).find(".select2-container--open").length>0&&a2(this).scrollTop(c4.y)}),a2(window).on(f+" "+g+" "+h,function(a3){e._positionDropdown(),e._resizeDropdown()})},c2.prototype._detachPositioningHandler=function(c3,d){var e="scroll.select2."+d.id,f="resize.select2."+d.id,g="orientationchange.select2."+d.id,h=this.$container.parents().filter(b3.hasScroll);h.off(e),a2(window).off(e+" "+f+" "+g)},c2.prototype._positionDropdown=function(){var b4=a2(window),c3=this.$dropdown.hasClass("select2-dropdown--above"),d=this.$dropdown.hasClass("select2-dropdown--below"),e=null,f=this.$container.offset();f.bottom=f.top+this.$container.outerHeight(!1);var g={height:this.$container.outerHeight(!1)};g.top=f.top,g.bottom=f.top+g.height;var h={height:this.$dropdown.outerHeight(!1)},i={top:b4.scrollTop(),bottom:b4.scrollTop()+b4.height()},j=i.top<f.top-h.height,k=i.bottom>f.bottom+h.height,l={left:f.left,top:g.bottom},m=this.$dropdownParent;m.css("position")==="static"&&(m=m.offsetParent());var n=m.offset();l.top-=n.top,l.left-=n.left,c3||d||(e="below"),k||!j||c3?!j&&k&&c3&&(e="below"):e="above",(e=="above"||c3&&e!=="below")&&(l.top=g.top-n.top-h.height),e!=null&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+e),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+e)),this.$dropdownContainer.css(l)},c2.prototype._resizeDropdown=function(){var a3={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(a3.minWidth=a3.width,a3.position="relative",a3.width="auto"),this.$dropdown.css(a3)},c2.prototype._showDropdown=function(a3){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},c2}),b2.define("select2/dropdown/minimumResultsForSearch",[],function(){function a2(b4){for(var c2=0,d=0;d<b4.length;d++){var e=b4[d];e.children?c2+=a2(e.children):c2++}return c2}function b3(a3,b4,c2,d){this.minimumResultsForSearch=c2.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),a3.call(this,b4,c2,d)}return b3.prototype.showSearch=function(b4,c2){return a2(c2.data.results)<this.minimumResultsForSearch?!1:b4.call(this,c2)},b3}),b2.define("select2/dropdown/selectOnClose",[],function(){function a2(){}return a2.prototype.bind=function(a3,b3,c2){var d=this;a3.call(this,b3,c2),b3.on("close",function(a4){d._handleSelectOnClose(a4)})},a2.prototype._handleSelectOnClose=function(a3,b3){if(b3&&b3.originalSelect2Event!=null){var c2=b3.originalSelect2Event;if(c2._type==="select"||c2._type==="unselect")return}var d=this.getHighlightedResults();if(!(d.length<1)){var e=d.data("data");e.element!=null&&e.element.selected||e.element==null&&e.selected||this.trigger("select",{data:e})}},a2}),b2.define("select2/dropdown/closeOnSelect",[],function(){function a2(){}return a2.prototype.bind=function(a3,b3,c2){var d=this;a3.call(this,b3,c2),b3.on("select",function(a4){d._selectTriggered(a4)}),b3.on("unselect",function(a4){d._selectTriggered(a4)})},a2.prototype._selectTriggered=function(a3,b3){var c2=b3.originalEvent;c2&&c2.ctrlKey||this.trigger("close",{originalEvent:c2,originalSelect2Event:b3})},a2}),b2.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(a2){var b3=a2.input.length-a2.maximum,c2="Please delete "+b3+" character";return b3!=1&&(c2+="s"),c2},inputTooShort:function(a2){var b3=a2.minimum-a2.input.length,c2="Please enter "+b3+" or more characters";return c2},loadingMore:function(){return"Loading more results\u2026"},maximumSelected:function(a2){var b3="You can only select "+a2.maximum+" item";return a2.maximum!=1&&(b3+="s"),b3},noResults:function(){return"No results found"},searching:function(){return"Searching\u2026"}}}),b2.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],function(a2,b3,c2,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C){function D(){this.reset()}D.prototype.apply=function(l2){if(l2=a2.extend(!0,{},this.defaults,l2),l2.dataAdapter==null){if(l2.ajax!=null?l2.dataAdapter=o:l2.data!=null?l2.dataAdapter=n:l2.dataAdapter=m,l2.minimumInputLength>0&&(l2.dataAdapter=j.Decorate(l2.dataAdapter,r)),l2.maximumInputLength>0&&(l2.dataAdapter=j.Decorate(l2.dataAdapter,s)),l2.maximumSelectionLength>0&&(l2.dataAdapter=j.Decorate(l2.dataAdapter,t)),l2.tags&&(l2.dataAdapter=j.Decorate(l2.dataAdapter,p)),(l2.tokenSeparators!=null||l2.tokenizer!=null)&&(l2.dataAdapter=j.Decorate(l2.dataAdapter,q)),l2.query!=null){var C2=b3(l2.amdBase+"compat/query");l2.dataAdapter=j.Decorate(l2.dataAdapter,C2)}if(l2.initSelection!=null){var D2=b3(l2.amdBase+"compat/initSelection");l2.dataAdapter=j.Decorate(l2.dataAdapter,D2)}}if(l2.resultsAdapter==null&&(l2.resultsAdapter=c2,l2.ajax!=null&&(l2.resultsAdapter=j.Decorate(l2.resultsAdapter,x)),l2.placeholder!=null&&(l2.resultsAdapter=j.Decorate(l2.resultsAdapter,w)),l2.selectOnClose&&(l2.resultsAdapter=j.Decorate(l2.resultsAdapter,A))),l2.dropdownAdapter==null){if(l2.multiple)l2.dropdownAdapter=u;else{var E2=j.Decorate(u,v);l2.dropdownAdapter=E2}if(l2.minimumResultsForSearch!==0&&(l2.dropdownAdapter=j.Decorate(l2.dropdownAdapter,z)),l2.closeOnSelect&&(l2.dropdownAdapter=j.Decorate(l2.dropdownAdapter,B)),l2.dropdownCssClass!=null||l2.dropdownCss!=null||l2.adaptDropdownCssClass!=null){var F=b3(l2.amdBase+"compat/dropdownCss");l2.dropdownAdapter=j.Decorate(l2.dropdownAdapter,F)}l2.dropdownAdapter=j.Decorate(l2.dropdownAdapter,y)}if(l2.selectionAdapter==null){if(l2.multiple?l2.selectionAdapter=e:l2.selectionAdapter=d,l2.placeholder!=null&&(l2.selectionAdapter=j.Decorate(l2.selectionAdapter,f)),l2.allowClear&&(l2.selectionAdapter=j.Decorate(l2.selectionAdapter,g)),l2.multiple&&(l2.selectionAdapter=j.Decorate(l2.selectionAdapter,h)),l2.containerCssClass!=null||l2.containerCss!=null||l2.adaptContainerCssClass!=null){var G=b3(l2.amdBase+"compat/containerCss");l2.selectionAdapter=j.Decorate(l2.selectionAdapter,G)}l2.selectionAdapter=j.Decorate(l2.selectionAdapter,i)}if(typeof l2.language=="string")if(l2.language.indexOf("-")>0){var H=l2.language.split("-"),I=H[0];l2.language=[l2.language,I]}else l2.language=[l2.language];if(a2.isArray(l2.language)){var J=new k;l2.language.push("en");for(var K=l2.language,L=0;L<K.length;L++){var M=K[L],N={};try{N=k.loadPath(M)}catch{try{M=this.defaults.amdLanguageBase+M,N=k.loadPath(M)}catch{l2.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+M+'" could not be automatically loaded. A fallback will be used instead.');continue}}J.extend(N)}l2.translations=J}else{var Q=k.loadPath(this.defaults.amdLanguageBase+"en"),R=new k(l2.language);R.extend(Q),l2.translations=R}return l2},D.prototype.reset=function(){function b4(a3){function b5(a4){return l[a4]||a4}return a3.replace(/[^\u0000-\u007E]/g,b5)}function c3(d2,e2){if(a2.trim(d2.term)==="")return e2;if(e2.children&&e2.children.length>0){for(var f2=a2.extend(!0,{},e2),g2=e2.children.length-1;g2>=0;g2--){var h2=e2.children[g2],i2=c3(d2,h2);i2==null&&f2.children.splice(g2,1)}return f2.children.length>0?f2:c3(d2,f2)}var j2=b4(e2.text).toUpperCase(),k2=b4(d2.term).toUpperCase();return j2.indexOf(k2)>-1?e2:null}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:j.escapeMarkup,language:C,matcher:c3,minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(a3){return a3},templateResult:function(a3){return a3.text},templateSelection:function(a3){return a3.text},theme:"default",width:"resolve"}},D.prototype.set=function(b4,c3){var d2=a2.camelCase(b4),e2={};e2[d2]=c3;var f2=j._convertData(e2);a2.extend(this.defaults,f2)};var E=new D;return E}),b2.define("select2/options",["require","jquery","./defaults","./utils"],function(a2,b3,c2,d){function e(b4,e2){if(this.options=b4,e2!=null&&this.fromElement(e2),this.options=c2.apply(this.options),e2&&e2.is("input")){var f=a2(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=d.Decorate(this.options.dataAdapter,f)}}return e.prototype.fromElement=function(a3){var c3=["select2"];this.options.multiple==null&&(this.options.multiple=a3.prop("multiple")),this.options.disabled==null&&(this.options.disabled=a3.prop("disabled")),this.options.language==null&&(a3.prop("lang")?this.options.language=a3.prop("lang").toLowerCase():a3.closest("[lang]").prop("lang")&&(this.options.language=a3.closest("[lang]").prop("lang"))),this.options.dir==null&&(a3.prop("dir")?this.options.dir=a3.prop("dir"):a3.closest("[dir]").prop("dir")?this.options.dir=a3.closest("[dir]").prop("dir"):this.options.dir="ltr"),a3.prop("disabled",this.options.disabled),a3.prop("multiple",this.options.multiple),a3.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),a3.data("data",a3.data("select2Tags")),a3.data("tags",!0)),a3.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),a3.attr("ajax--url",a3.data("ajaxUrl")),a3.data("ajax--url",a3.data("ajaxUrl")));var e2={};e2=b3.fn.jquery&&b3.fn.jquery.substr(0,2)=="1."&&a3[0].dataset?b3.extend(!0,{},a3[0].dataset,a3.data()):a3.data();var f=b3.extend(!0,{},e2);f=d._convertData(f);for(var g in f)b3.inArray(g,c3)>-1||(b3.isPlainObject(this.options[g])?b3.extend(this.options[g],f[g]):this.options[g]=f[g]);return this},e.prototype.get=function(a3){return this.options[a3]},e.prototype.set=function(a3,b4){this.options[a3]=b4},e}),b2.define("select2/core",["jquery","./options","./utils","./keys"],function(a2,b3,c2,d){var e=function(a3,c3){a3.data("select2")!=null&&a3.data("select2").destroy(),this.$element=a3,this.id=this._generateId(a3),c3=c3||{},this.options=new b3(c3,a3),e.__super__.constructor.call(this);var d2=a3.attr("tabindex")||0;a3.data("old-tabindex",d2),a3.attr("tabindex","-1");var f=this.options.get("dataAdapter");this.dataAdapter=new f(a3,this.options);var g=this.render();this._placeContainer(g);var h=this.options.get("selectionAdapter");this.selection=new h(a3,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,g);var i=this.options.get("dropdownAdapter");this.dropdown=new i(a3,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,g);var j=this.options.get("resultsAdapter");this.results=new j(a3,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var k=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current(function(a4){k.trigger("selection:update",{data:a4})}),a3.addClass("select2-hidden-accessible"),a3.attr("aria-hidden","true"),this._syncAttributes(),a3.data("select2",this)};return c2.Extend(e,c2.Observable),e.prototype._generateId=function(a3){var b4="";return b4=a3.attr("id")!=null?a3.attr("id"):a3.attr("name")!=null?a3.attr("name")+"-"+c2.generateChars(2):c2.generateChars(4),b4=b4.replace(/(:|\.|\[|\]|,)/g,""),b4="select2-"+b4},e.prototype._placeContainer=function(a3){a3.insertAfter(this.$element);var b4=this._resolveWidth(this.$element,this.options.get("width"));b4!=null&&a3.css("width",b4)},e.prototype._resolveWidth=function(a3,b4){var c3=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if(b4=="resolve"){var d2=this._resolveWidth(a3,"style");return d2!=null?d2:this._resolveWidth(a3,"element")}if(b4=="element"){var e2=a3.outerWidth(!1);return 0>=e2?"auto":e2+"px"}if(b4=="style"){var f=a3.attr("style");if(typeof f!="string")return null;for(var g=f.split(";"),h=0,i=g.length;i>h;h+=1){var j=g[h].replace(/\s/g,""),k=j.match(c3);if(k!==null&&k.length>=1)return k[1]}return null}return b4},e.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},e.prototype._registerDomEvents=function(){var b4=this;this.$element.on("change.select2",function(){b4.dataAdapter.current(function(a3){b4.trigger("selection:update",{data:a3})})}),this.$element.on("focus.select2",function(a3){b4.trigger("focus",a3)}),this._syncA=c2.bind(this._syncAttributes,this),this._syncS=c2.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var d2=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;d2!=null?(this._observer=new d2(function(c3){a2.each(c3,b4._syncA),a2.each(c3,b4._syncS)}),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",b4._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",b4._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",b4._syncS,!1))},e.prototype._registerDataEvents=function(){var a3=this;this.dataAdapter.on("*",function(b4,c3){a3.trigger(b4,c3)})},e.prototype._registerSelectionEvents=function(){var b4=this,c3=["toggle","focus"];this.selection.on("toggle",function(){b4.toggleDropdown()}),this.selection.on("focus",function(a3){b4.focus(a3)}),this.selection.on("*",function(d2,e2){a2.inArray(d2,c3)===-1&&b4.trigger(d2,e2)})},e.prototype._registerDropdownEvents=function(){var a3=this;this.dropdown.on("*",function(b4,c3){a3.trigger(b4,c3)})},e.prototype._registerResultsEvents=function(){var a3=this;this.results.on("*",function(b4,c3){a3.trigger(b4,c3)})},e.prototype._registerEvents=function(){var a3=this;this.on("open",function(){a3.$container.addClass("select2-container--open")}),this.on("close",function(){a3.$container.removeClass("select2-container--open")}),this.on("enable",function(){a3.$container.removeClass("select2-container--disabled")}),this.on("disable",function(){a3.$container.addClass("select2-container--disabled")}),this.on("blur",function(){a3.$container.removeClass("select2-container--focus")}),this.on("query",function(b4){a3.isOpen()||a3.trigger("open",{}),this.dataAdapter.query(b4,function(c3){a3.trigger("results:all",{data:c3,query:b4})})}),this.on("query:append",function(b4){this.dataAdapter.query(b4,function(c3){a3.trigger("results:append",{data:c3,query:b4})})}),this.on("keypress",function(b4){var c3=b4.which;a3.isOpen()?c3===d.ESC||c3===d.TAB||c3===d.UP&&b4.altKey?(a3.close(),b4.preventDefault()):c3===d.ENTER?(a3.trigger("results:select",{}),b4.preventDefault()):c3===d.SPACE&&b4.ctrlKey?(a3.trigger("results:toggle",{}),b4.preventDefault()):c3===d.UP?(a3.trigger("results:previous",{}),b4.preventDefault()):c3===d.DOWN&&(a3.trigger("results:next",{}),b4.preventDefault()):(c3===d.ENTER||c3===d.SPACE||c3===d.DOWN&&b4.altKey)&&(a3.open(),b4.preventDefault())})},e.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},e.prototype._syncSubtree=function(a3,b4){var c3=!1,d2=this;if(!a3||!a3.target||a3.target.nodeName==="OPTION"||a3.target.nodeName==="OPTGROUP"){if(b4)if(b4.addedNodes&&b4.addedNodes.length>1)for(var e2=0;e2<b4.addedNodes.length;e2++){var f=b4.addedNodes[e2];f.selected&&(c3=!0)}else b4.removedNodes&&b4.removedNodes.length>1&&(c3=!0);else c3=!0;c3&&this.dataAdapter.current(function(a4){d2.trigger("selection:update",{data:a4})})}},e.prototype.trigger=function(a3,b4){var c3=e.__super__.trigger,d2={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(b4===void 0&&(b4={}),a3 in d2){var f=d2[a3],g={prevented:!1,name:a3,args:b4};if(c3.call(this,f,g),g.prevented)return void(b4.prevented=!0)}c3.call(this,a3,b4)},e.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},e.prototype.open=function(){this.isOpen()||this.trigger("query",{})},e.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},e.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},e.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},e.prototype.focus=function(a3){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},e.prototype.enable=function(a3){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),(a3==null||a3.length===0)&&(a3=[!0]);var b4=!a3[0];this.$element.prop("disabled",b4)},e.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var a3=[];return this.dataAdapter.current(function(b4){a3=b4}),a3},e.prototype.val=function(b4){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),b4==null||b4.length===0)return this.$element.val();var c3=b4[0];a2.isArray(c3)&&(c3=a2.map(c3,function(a3){return a3.toString()})),this.$element.val(c3).trigger("change")},e.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),this._observer!=null?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},e.prototype.render=function(){var b4=a2('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return b4.attr("dir",this.options.get("dir")),this.$container=b4,this.$container.addClass("select2-container--"+this.options.get("theme")),b4.data("element",this.$element),b4},e}),b2.define("jquery-mousewheel",["jquery"],function(a2){return a2}),b2.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],function(a2,b3,c2,d){if(a2.fn.select2==null){var e=["open","close","destroy"];a2.fn.select2=function(b4){if(b4=b4||{},typeof b4=="object")return this.each(function(){var d3=a2.extend(!0,{},b4);new c2(a2(this),d3)}),this;if(typeof b4=="string"){var d2,f=Array.prototype.slice.call(arguments,1);return this.each(function(){var c3=a2(this).data("select2");c3==null&&window.console&&console.error&&console.error("The select2('"+b4+"') method was called on an element that is not using Select2."),d2=c3[b4].apply(c3,f)}),a2.inArray(b4,e)>-1?this:d2}throw new Error("Invalid arguments for Select2: "+b4)}}return a2.fn.select2.defaults==null&&(a2.fn.select2.defaults=d),c2}),{define:b2.define,require:b2.require}}(),c=b.require("jquery.select2");return a.fn.select2.amd=b,c});})(); /*! Select2 4.0.3 + Bubble fixes.. | https://github.com/select2/select2/blob/master/LICENSE.md */ /*! Bundled license information: buffer/index.js: (*! * The buffer module from node.js, for the browser. * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT *) */ } window.preloaded['js/extra:jquery_plugins/select2.min'] = true; window.translation_data = {"pt_br":{"BUILT_IN":{"YES":"sim","NO":"não","DATE_FORMAT":{"dayNames":["Dom","Seg","Ter","Qua","Qui","Sex","Sab","Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado"],"monthNames":["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez","Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"]}},"CORE":{"2FA_TEMP":"Encontramos um erro temporário ao validar seu código. Favor espere um minuto e tente novamente.","APP_LIMIT_REACHED":"Desculpe, seu aplicativo violou o limite de uso. Os fluxos de trabalho foram temporariamente interrompidos.","BAD_CONNECTION":"No momento, não estamos conectados ao servidor e não foi possÃvel concluir esta ação. Favor tente novamente quando a conexão à Internet estiver melhor.","BAD_CSV":"Não foi possÃvel analisar o arquivo CSV.","BAD_REVISION":"Esta página foi atualizada. Favor clicar em \"Atualizar\" em seu navegador para obter a última versão. Você não será capaz de alterar informações até que atualize a página.","BAD_REVISION_PHONE":"Este aplicativo foi atualizado. Favor toque aqui para atualizar.","BAD_TASK_ID":"O fluxo de trabalho agendado que você está tentando cancelar não é um ID válido. As IDs devem ser números.","CONF_EMAIL_BODY":"Olá, obrigado pelo seu cadastro! Por favor clique no link abaixo para confirmar seu email.","CONF_EMAIL_LINK":"Clique aqui para confirmar seu endereço de email","CONF_EMAIL_SUBJECT":"Confirmação Email","DB_LIMIT_REACHED":"Este aplicativo atingiu o máximo de registros no banco de dados. Entre em contato com o administrador do aplicativo para inserir mais registros no banco de dados.","DO_NOT_MATCH":"As duas senhas não são iguais.","ENTER_OLD_PW":"Favor informar sua senha anterior.","EXPIRED_SESSION":"Sua sessão expirou. Favor tente novamente.","FILE_TOO_LARGE":"Este arquivo é muito grande.","INVALID LATLNG":"A Latitude e/ou Longitude não estão dentro de um intervalo válido. A Latitude deve estar dentro de um intervalo [-90,90]. Longitude deve estar dentro de [-180,180].","INVALID_LOGIN_CREDENTIALS":"Não encontramos uma conta com essas credenciais de login","ISSUE_CONF_EMAIL":"Houve um problema na confirmação de seu email, por favor clique no link novamente.","LIST_TOO_LONG":"Esta lista é muito longa para ser processada.","LOADING":"Carregando...","MISSING_INFO":"Faltam algumas informações para executar esta ação.","MISSING_SUBJECT":"Favor incluir uma linha de assunto.","MISSING_TO":"Inclua pelo menos um endereço de e-mail no campo \"to\".","NEED_NEW_PW":"Favor informar a nova senha.","NEED_TO_BE_LOGGED_IN":"Você precisa estar logado para modificar seu cadastro.","NOT_VALID_EMAIL":"Este endereço de Email não parece ser válido:","NO_EMAIL":"Favor informar um endereço de email.","NO_PASSWORD":"Favor informar uma senha.","NO_PERMISSION":"Você não possui permissão para modificar este campo.","NO_SUCH_USER":"Não localizamos um usuário com o Email informado: ","NO_USER_TEMP_PW":"Usuário inexistente para definir uma senha temporária.","OAUTH_ISSUE":"Não foi possÃvel realizar o login","PASSWORD_INVALID":"Senha inválida","PRIVATE_FILE":"Este é um arquivo privado. Favor selecione um objeto pra anexar.","RESET_PW_LINK":"Redefinir senha","SELECT_FILE":"Favor selecione o arquivo para fazer upload.","STILL_CHANGING":"Estamos salvando suas alterações mais recentes... Favor aguarde um momento.","TEMPORARY_BUG":"Não foi possÃvel completar a sua solicitação, contate o administrador da aplicação, ou tente novamente em alguns minutos.","TRY_AGAIN":"Favor tente novamente.","UPDATE_CREDENTIAL_SUCCESS":"Sua conta foi atualizada com sucesso.","USED_EMAIL":"Este email já está em uso: ","WRONG_2FA_TOKEN":"Este token temporário expirou.","WRONG_2FA_TOKEN1":"Código de autenticação multi-fator inválido, tente novamente.","WRONG_OLD_PW":"Senha antiga incorreta.","WRONG_PASSWORD":"Senha incorreta.","WRONG_PASSWORD_RESET":"Este pedido de reset de senha não é válido. Favor verifique outro email enviado à você com o link de reset de senha."}}} window.language_data = {"pt_br":{"iso_code":"pt_BR","is_rtl":null,"sample":"Dom,Seg,Ter,Qua,Qui,Sex,Sab,Domingo,Segunda,Terça,Quarta,Quinta,Sexta,Sábado","font_subset":null}} window.application_language = 'pt_br'; window.preloaded['translation/base:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['chartjs'] = {}; window.preloaded['translation/plugin:chartjs:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['select2'] = {"ERROR_LOADING":"Os resultados não puderam ser carregados.","INPUT_TOO_LONG":"Entrada muito longa","INPUT_TOO_SHORT":"Entrada muito curta","LOADING_MORE":"Carregando mais resultados…","MAXIMUM_SELECTED":"Por favor, selecione menos itens","NO_RESULTS":"Nenhum resultado encontrado","REMOVE_ALL_ITEMS":"Remover todos os itens","SEARCHING":"Procurando…"}; window.preloaded['translation/plugin:select2:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['draggableui'] = {}; window.preloaded['translation/plugin:draggableui:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['apiconnector2'] = {}; window.preloaded['translation/plugin:apiconnector2:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['materialicons'] = {}; window.preloaded['translation/plugin:materialicons:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['multifileupload'] = {"CANCEL_UPLOAD":"Cancelar upload","REMOVE_FILE":"Remover arquivo"}; window.preloaded['translation/plugin:multifileupload:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1488796042609x768734193128308700'] = {}; window.preloaded['translation/plugin:1488796042609x768734193128308700:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1497473108162x748255442121523200'] = {}; window.preloaded['translation/plugin:1497473108162x748255442121523200:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1499780054879x111265002286743550'] = {}; window.preloaded['translation/plugin:1499780054879x111265002286743550:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1502318329913x918963338108731400'] = {}; window.preloaded['translation/plugin:1502318329913x918963338108731400:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1504424270272x619283445634039800'] = {}; window.preloaded['translation/plugin:1504424270272x619283445634039800:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1517472293670x503134342731530240'] = {}; window.preloaded['translation/plugin:1517472293670x503134342731530240:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1520524904151x890914947846373400'] = {}; window.preloaded['translation/plugin:1520524904151x890914947846373400:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1522696718136x574197809845895200'] = {}; window.preloaded['translation/plugin:1522696718136x574197809845895200:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1525910453237x225785252064264200'] = {}; window.preloaded['translation/plugin:1525910453237x225785252064264200:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1526912550459x175937239475814400'] = {}; window.preloaded['translation/plugin:1526912550459x175937239475814400:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1528204832671x559811991300997100'] = {}; window.preloaded['translation/plugin:1528204832671x559811991300997100:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1532793839044x283832241472929800'] = {}; window.preloaded['translation/plugin:1532793839044x283832241472929800:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1539124824422x194279356396994560'] = {}; window.preloaded['translation/plugin:1539124824422x194279356396994560:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1543086664409x454646894723334140'] = {}; window.preloaded['translation/plugin:1543086664409x454646894723334140:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1564346312331x151935294257758200'] = {}; window.preloaded['translation/plugin:1564346312331x151935294257758200:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1576522247906x492284437279014900'] = {}; window.preloaded['translation/plugin:1576522247906x492284437279014900:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1580238841425x582072028873097200'] = {}; window.preloaded['translation/plugin:1580238841425x582072028873097200:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1582601241392x653181519983018000'] = {}; window.preloaded['translation/plugin:1582601241392x653181519983018000:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1586417026456x360184924969369600'] = {}; window.preloaded['translation/plugin:1586417026456x360184924969369600:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1587929234946x994979181824311300'] = {}; window.preloaded['translation/plugin:1587929234946x994979181824311300:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1592424084540x481872187755855900'] = {}; window.preloaded['translation/plugin:1592424084540x481872187755855900:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1593944068480x773811449950634000'] = {}; window.preloaded['translation/plugin:1593944068480x773811449950634000:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1602431280308x575669970275401700'] = {}; window.preloaded['translation/plugin:1602431280308x575669970275401700:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1602732136092x484352338159730700'] = {}; window.preloaded['translation/plugin:1602732136092x484352338159730700:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1608827595218x711669301717762000'] = {}; window.preloaded['translation/plugin:1608827595218x711669301717762000:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1609444246883x924984661248573400'] = {}; window.preloaded['translation/plugin:1609444246883x924984661248573400:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1618741364806x569268886741188600'] = {}; window.preloaded['translation/plugin:1618741364806x569268886741188600:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1618892957212x885363265747026000'] = {}; window.preloaded['translation/plugin:1618892957212x885363265747026000:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1626183336504x823242686457184300'] = {}; window.preloaded['translation/plugin:1626183336504x823242686457184300:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1631818528605x812939911340228600'] = {}; window.preloaded['translation/plugin:1631818528605x812939911340228600:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1633100358403x239657077467774980'] = {}; window.preloaded['translation/plugin:1633100358403x239657077467774980:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1633128679598x797103101413949400'] = {}; window.preloaded['translation/plugin:1633128679598x797103101413949400:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1634049035414x786857265184112600'] = {}; window.preloaded['translation/plugin:1634049035414x786857265184112600:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1634450366879x496005256191672300'] = {}; window.preloaded['translation/plugin:1634450366879x496005256191672300:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1637795574896x445541166000111600'] = {}; window.preloaded['translation/plugin:1637795574896x445541166000111600:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1643928108625x757613772958859300'] = {}; window.preloaded['translation/plugin:1643928108625x757613772958859300:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1646792042182x802794335995166700'] = {}; window.preloaded['translation/plugin:1646792042182x802794335995166700:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1648430145817x673906689668022300'] = {}; window.preloaded['translation/plugin:1648430145817x673906689668022300:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1648814412009x249545539203104770'] = {}; window.preloaded['translation/plugin:1648814412009x249545539203104770:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1654539713526x620302966166913000'] = {}; window.preloaded['translation/plugin:1654539713526x620302966166913000:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1658181838561x862832580805263400'] = {}; window.preloaded['translation/plugin:1658181838561x862832580805263400:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1658328157117x953686184769617900'] = {}; window.preloaded['translation/plugin:1658328157117x953686184769617900:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1658425147452x288205169496948740'] = {}; window.preloaded['translation/plugin:1658425147452x288205169496948740:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1672855701230x117943463335165950'] = {}; window.preloaded['translation/plugin:1672855701230x117943463335165950:pt_br'] = true; window.translation_data = window.translation_data || {}; window.translation_data['pt_br'] = window.translation_data['pt_br'] || {}; window.translation_data['pt_br']['1676586084205x791380242758369300'] = {}; window.preloaded['translation/plugin:1676586084205x791380242758369300:pt_br'] = true; const app = JSON.parse('{"mobile_views":{},"last_change":"20701269726","last_change_as_of":1721928275994,"generation_fiber_id":"1721928275373x464049685557139000","_id":"conecta-laudos","app_version":"live","global_elements":{},"_index":{"id_to_path":{"bTHDT":"%ed.bTHEB.%el.bTIlf.%el.cmNUK1.%el.bTIlg","bTHDU":"%ed.bTHEB.%el.bTIlf","bTHDV":"%ed.bTHEB.%el.bTIlf.%el.cmNUK1","bTHDW":"%ed.bTHEB.%el.cmMlJ.%el.cmNUK1","bTHDX":"%ed.bTHEB.%el.cmMlJ","bTHDY":"%ed.bTHEB.%el.cmMlJ.%el.bTIlW","bTHDZ":"%ed.bTHEB.%el.cmMlJ.%el.cmNUK1.%el.bTIlT.%el.bTIlV","bTHDa":"%ed.bTHEB.%el.cmMlJ.%el.cmNUK1.%el.bTIlT","bTHDb":"%ed.bTHEB.%el.cmMlJ.%el.cmNUK1.%el.bTIlT.%el.bTIlU","bTHDc":"%ed.bTHEB.%el.cmNTx1.%el.cmPhK1.%el.cmPhN1","bTHDd":"%ed.bTHEB.%el.cmNTx1","bTHDe":"%ed.bTHEB.%el.cmNTx1.%el.cmPhK1","bTHDf":"%ed.bTHEB.%wf.bTIlX","bTHDg":"%ed.bTHEB.%el.cmNTx1.%el.cmPhQ1","bTHDh":"%ed.bTHEB.%el.cmNTx1.%el.cmPhT1","bTHDi":"%ed.bTHEB.%wf.bTIll.actions.0","bTHDk":"%ed.bTHEB.%wf.bTIll","bTHDl":"%ed.bTHEB.%wf.bTIlp.actions.0","bTHDm":"%ed.bTHEB.%wf.bTIll.actions.1","bTHDn":"%ed.bTHEB.%wf.bTIlp","bTHDo":"%ed.bTHEB.%wf.cmNUY1","bTHDp":"%ed.bTHEB.%wf.cmMnc","bTHDq":"%ed.bTHEB.%wf.cmMnc.actions.0","bTHDr":"%ed.bTHEB.%wf.cmPhV1","bTHDt":"%ed.bTHEB.%wf.cmNgw0","bTHDu":"%ed.bTHEB.%wf.cmPhe1","bTHDv":"%ed.bTHEB.%wf.cmPhV1.actions.0","bTHDw":"%ed.bTHEB.%wf.cmPhV1.actions.1","bTHDy":"%ed.bTHEB.%wf.cmPhe1.actions.0","bTHDz":"%ed.bTHEB.%wf.cmPhe1.actions.1","bTHEP":"%ed.bTHGJ.%el.cmNpX.%el.cmNpa","bTHER":"%ed.bTHGJ.%el.cmNpX","bTHES":"%ed.bTHGJ.%el.cmNpg.%el.cmNpk","bTHET":"%ed.bTHGJ.%el.cmNpg","bTHEU":"%ed.bTHGJ.%el.cmNpg.%el.cmNph","bTHEV":"%ed.bTHGJ.%el.cmNpp.%el.cmNpv","bTHEW":"%ed.bTHGJ.%el.cmNpp","bTHEX":"%ed.bTHGJ.%el.cmNpp.%el.cmNps","bTHEY":"%ed.bTHGJ.%el.cmNpp.%el.cmNpv.%el.cmNqB.%el.cmNqF","bTHEZ":"%ed.bTHGJ.%el.cmNpp.%el.cmNpv.%el.cmNqB","bTHEa":"%ed.bTHGJ.%el.cmNpp.%el.cmNpv.%el.cmNqB.%el.cmNqC","bTHEc":"%ed.bTHGJ.%el.bTJQX0","bTHFX":"%ed.bTHGJ.%wf.cmNqR","bTHFb":"%ed.bTHGJ.%wf.cmNqR.actions.0","bTHFm":"%ed.bTHGJ.%wf.cmNqY","bTHFn":"%ed.bTHGJ.%wf.cmNqR.actions.14","bTHFo":"%ed.bTHGJ.%wf.cmNqR.actions.15","bTHFq":"%ed.bTHGJ.%wf.cmNqY.actions.0","bTHGL":"%ed.bTHGU.%el.cmMjt0","bTHGN":"%ed.bTHGU.%wf.cmMea.actions.0","bTHGP":"%ed.bTHGU.%wf.cmMea","bTHGR":"%ed.bTHGU.%wf.cmNFD","bTHGT":"%ed.bTHGJ.%el.bTHGY","bTHGf":"%ed.bTHHa.%el.bTJVY","bTHGi":"%ed.bTHHa.%el.cmNpX.%el.cmNpa","bTHGk":"%ed.bTHHa.%el.cmNpX","bTHGl":"%ed.bTHHa.%el.cmNpg.%el.cmNpk","bTHGm":"%ed.bTHHa.%el.cmNpg","bTHGn":"%ed.bTHHa.%el.cmNpg.%el.cmNph","bTHGo":"%ed.bTHHa.%el.cmNpp.%el.cmNpv","bTHGp":"%ed.bTHHa.%el.cmNpp","bTHGq":"%ed.bTHHa.%el.cmNpp.%el.cmNps","bTHGr":"%ed.bTHHa.%el.cmNpp.%el.cmNpv.%el.cmNqB.%el.cmNqF","bTHGs":"%ed.bTHHa.%el.cmNpp.%el.cmNpv.%el.cmNqB","bTHGt":"%ed.bTHHa.%el.cmNpp.%el.cmNpv.%el.cmNqB.%el.cmNqC","bTHGv":"%ed.bTHHa.%el.cmRQh0","bTHHI":"%ed.bTHHa.%wf.cmNqR","bTHHJ":"%ed.bTHHa.%wf.cmNqR.actions.0","bTHHM":"%ed.bTHHa.%wf.cmNqY.actions.0","bTHHN":"%ed.bTHHa.%wf.cmNqR.actions.2","bTHHO":"%ed.bTHHa.%wf.cmNqY","bTHHb":"%ed.bTHIS.%el.cmMkT.%el.cmMka","bTHHc":"%ed.bTHIS.%el.cmMkT","bTHHd":"%ed.bTHIS.%el.cmMkT.%el.cmMkX","bTHHe":"%ed.bTHIS.%el.cmMlJ.%el.cmMlO","bTHHf":"%ed.bTHIS.%el.cmMlJ","bTHHg":"%ed.bTHIS.%el.cmMlJ.%el.cmMlK","bTHHh":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0.%el.cmMkj","bTHHi":"%ed.bTHIS.%el.bTHHb0","bTHHj":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0","bTHHk":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0.%el.cmMkn.%el.cmMkq","bTHHl":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0.%el.cmMkj.%el.cmMkk","bTHHm":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0.%el.cmMkn","bTHHn":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0.%el.cmMkj.%el.cmMkk","bTHHo":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0","bTHHp":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0.%el.cmMkj","bTHHq":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0","bTHHr":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0.%el.cmMkn","bTHHs":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0.%el.cmMkn.%el.cmMkq","bTHHt":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.cmMkn","bTHHu":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.cmMkj","bTHHv":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.cmMkj.%el.cmMkk","bTHHx":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.cmMkn.%el.cmMkq","bTHHy":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.bTJqx0","bTHIC":"%ed.bTHIS.%wf.cmMnU","bTHIE":"%ed.bTHIS.%el.bTHbL0","bTHIF":"%ed.bTHIS.%wf.cmMnU.actions.4","bTHIG":"%ed.bTHIS.%wf.cmMnU.actions.0","bTHIH":"%ed.bTHIS.%wf.cmMnU.actions.3","bTHII":"%ed.bTHIS.%wf.cmMnZ.actions.0","bTHIJ":"%ed.bTHIS.%wf.cmMnU.actions.5","bTHIK":"%ed.bTHIS.%wf.cmMnZ","bTHIL":"%ed.bTHIS.%wf.cmMng","bTHIM":"%ed.bTHIS.%wf.cmMnc","bTHIN":"%ed.bTHIS.%wf.cmMnc.actions.0","bTHIP":"%ed.bTHIS.%wf.cmMng.actions.0","bTHIQ":"%ed.bTHIS.%wf.bTHHf0","bTHIV":"%ed.bTHIS.%wf.cmMnU.actions.2","bTHIX":"%ed.bTHJN.%el.bTHEr0.%el.bTMfy","bTHIZ":"%ed.bTHJN.%el.bTHEr0","bTHIa":"%ed.bTHJN.%el.bTHEr0.%el.cmMka","bTHIb":"%ed.bTHJN.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTHIc":"%ed.bTHJN.%el.bTHEr0.%el.bTMfy.%el.bTMgC","bTHId":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.bTLtj","bTHIe":"%ed.bTHJN.%el.bTHEw0","bTHIf":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0","bTHIg":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUV1","bTHIh":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS","bTHIi":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUS1","bTHIj":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTHIk":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTHIl":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTHIm":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTHIn":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0","bTHIo":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTHIp":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTHIq":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTHIr":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTHIs":"%ed.bTHJN.%el.bTHEw0.%el.bTHQh1","bTHIt":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrd","bTHIu":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTHIv":"%ed.bTHJN.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTHIw":"%ed.bTHJN.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTHIx":"%ed.bTHJN.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTHIy":"%ed.bTHJN.%wf.bTLtp","bTHIz":"%ed.bTHJN.%wf.bTLrg","bTHJA":"%ed.bTHJN.%wf.bTLrg.actions.0","bTHJB":"%ed.bTHJN.%wf.bTMgK.actions.0","bTHJD":"%ed.bTHJN.%wf.bTMgK","bTHJE":"%ed.bTHJN.%wf.bTMgR","bTHJF":"%ed.bTHJN.%wf.bTMgK.actions.1","bTHJG":"%ed.bTHJN.%wf.bTMgK.actions.2","bTHJH":"%ed.bTHJN.%wf.bTHQa1","bTHJI":"%ed.bTHJN.%wf.bTMgR.actions.0","bTHJK":"%ed.bTHJN.%wf.bTHQk1.actions.0","bTHJL":"%ed.bTHJN.%wf.bTHQa1.actions.0","bTHJM":"%ed.bTHJN.%wf.bTHQk1","bTHJO":"%ed.bTHJN.%wf.bTHQk1.actions.1","bTHJQ":"%ed.bTHJN.%el.bTHJV","bTHJT":"%ed.bTHJN.%wf.bTLtp.actions.0","bTHJW":"%ed.bTHJN.%wf.bTHJa.actions.0","bTHJX":"%ed.bTHJN.%wf.bTHJa","bTHJb":"%ed.bTHJN.%wf.bTLrg.actions.1","bTHJd":"%ed.bTHJN.%wf.bTMgK.actions.3","bTHJh":"%ed.bTHJg.%el.bTHJk","bTHJi":"%ed.bTHJg.%el.bTHJl","bTHJj":"%ed.bTHJg.%el.bTHJk.%el.cmMkk","bTHJo":"%ed.bTHJg.%el.bTHJl.%el.bTHJt","bTHJr":"%ed.bTHJg.%el.bTHJl.%el.bTHJw","bTHJu":"%ed.bTHJg.%el.bTHJz","bTHJx":"%ed.bTHJg.%wf.bTHKB","bTHKA":"%ed.bTHJg.%wf.bTHKB.actions.1","bTHKC":"%ed.bTHJg.%wf.bTHKB.actions.0","bTHKD":"%ed.bTHJg.%wf.bTHKF.actions.0","bTHKE":"%ed.bTHJg.%wf.bTHKF","bTHKG":"%ed.bTHKf.%el.bTHMq","bTHKH":"%ed.bTHJg.%wf.bTHKF.actions.1","bTHKJ":"%ed.bTHKf.%el.bTHMq.%el.bTHMu0.%el.bTHMx0","bTHKK":"%ed.bTHKf.%el.bTHMq.%el.bTHMr","bTHKL":"%ed.bTHKf.%el.bTHMq.%el.bTHMu0","bTHKM":"%ed.bTHKf.%el.bTMWE","bTHKN":"%ed.bTHKf.%el.bTHMq.%el.bTHMu0.%el.bTHMx0.%el.bTHNA0","bTHKO":"%ed.bTHKf.%el.bTHMq.%el.bTHMu0.%el.bTHMx0.%el.bTHND0","bTHKP":"%ed.bTHKf.%el.cmMdL.%el.cmMdM","bTHKQ":"%ed.bTHKf.%el.cmMdD","bTHKR":"%ed.bTHKf.%el.cmMdL","bTHKS":"%ed.bTHKf.%el.cmMdL.%el.cmMdT.%el.cmMda","bTHKT":"%ed.bTHKf.%el.cmMdL.%el.cmMdT","bTHKU":"%ed.bTHKf.%el.cmMdL.%el.cmMdT.%el.cmMdU","bTHKV":"%ed.bTHKf.%wf.bTHNG0","bTHKW":"%ed.bTHKf.%wf.bTMWG","bTHKX":"%ed.bTHKf.%wf.bTMWG.actions.0","bTHKY":"%ed.bTHKf.%wf.cmMpN0.actions.0","bTHKZ":"%ed.bTHKf.%wf.bTHNG0.actions.0","bTHKa":"%ed.bTHKf.%wf.cmMpN0","bTHKc":"%ed.bTHKf.%wf.cmMpN0.actions.1","bTHKd":"%ed.bTHKf.%wf.cmMpN0.actions.2","bTHKh":"%ed.bTHLR.%el.cmMkT.%el.cmMka","bTHKi":"%ed.bTHLR.%el.cmMkT","bTHKj":"%ed.bTHLR.%el.cmMkT.%el.cmMkX","bTHKk":"%ed.bTHLR.%el.cmMlJ.%el.cmMlO","bTHKl":"%ed.bTHLR.%el.cmMlJ","bTHKm":"%ed.bTHLR.%el.cmMlJ.%el.cmMlK","bTHKn":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0.%el.cmMkj","bTHKo":"%ed.bTHLR.%el.bTHHb0","bTHKp":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0","bTHKq":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0.%el.cmMkn.%el.cmMkq","bTHKr":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0.%el.cmMkj.%el.cmMkk","bTHKs":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0.%el.cmMkn","bTHLC":"%ed.bTHLR.%el.bTHbL0","bTHLF":"%ed.bTHLR.%wf.cmMnU.actions.2","bTHLG":"%ed.bTHLR.%wf.cmMnU","bTHLI":"%ed.bTHLR.%wf.cmMnU.actions.5","bTHLJ":"%ed.bTHLR.%wf.cmMnU.actions.3","bTHLK":"%ed.bTHLR.%wf.cmMnU.actions.4","bTHLL":"%ed.bTHLR.%wf.cmMnc","bTHLM":"%ed.bTHLR.%wf.cmMnZ","bTHLN":"%ed.bTHLR.%wf.cmMnZ.actions.0","bTHLO":"%ed.bTHLR.%wf.cmMng.actions.0","bTHLP":"%ed.bTHLR.%wf.cmMnc.actions.0","bTHLQ":"%ed.bTHLR.%wf.cmMng","bTHLS":"%ed.bTHLR.%wf.bTHHf0","bTHLU":"%ed.bTHLR.%el.bTHHb0.%el.bTHLZ","bTHLa":"%ed.bTHLR.%el.bTHHb0.%el.bTHLf","bTHLd":"%ed.bTHLR.%wf.bTHHf0.actions.0","bTHLh":"%ed.bTHLR.%wf.bTHHf0.actions.1","bTHLl":"%ed.bTHLR.%wf.cmMnU.actions.0","bTHLn":"%ed.bTHLR.%wf.cmMnU.actions.1","bTHLw":"%ed.bTHJN.%wf.bTLtp.actions.1","bTHLx":"%ed.bTHIS.%el.bTHLz","bTHMD":"%ed.bTHGU.%wf.cmNFD.actions.0","bTHNb":"%ed.bTHOJ.%el.cmMkT.%el.cmMkX","bTHNd":"%ed.bTHOJ.%el.cmMkT","bTHNe":"%ed.bTHOJ.%el.cmMlJ.%el.cmMlK","bTHNf":"%ed.bTHOJ.%el.cmMkT.%el.cmMka","bTHNg":"%ed.bTHOJ.%el.cmMlJ","bTHNh":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq","bTHNi":"%ed.bTHOJ.%el.cmMlJ.%el.cmMlO","bTHNj":"%ed.bTHOJ.%el.bTHHb0","bTHNk":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq.%el.cmMkn","bTHNl":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq.%el.cmMkj","bTHNm":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq.%el.cmMkj.%el.cmMkk","bTHNo":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq.%el.cmMkn.%el.cmMkq","bTHNq":"%ed.bTHOJ.%wf.cmMnU.actions.1","bTHNr":"%ed.bTHOJ.%el.bTHbL0","bTHNs":"%ed.bTHOJ.%wf.cmMnU","bTHNt":"%ed.bTHOJ.%wf.cmMnU.actions.4","bTHNv":"%ed.bTHOJ.%wf.cmMnU.actions.3","bTHNw":"%ed.bTHOJ.%wf.cmMnZ","bTHNx":"%ed.bTHOJ.%wf.cmMnU.actions.5","bTHNy":"%ed.bTHOJ.%wf.cmMnU.actions.6","bTHNz":"%ed.bTHOJ.%wf.cmMnc.actions.0","bTHOA":"%ed.bTHOJ.%wf.cmMnZ.actions.0","bTHOB":"%ed.bTHOJ.%wf.cmMnc","bTHOC":"%ed.bTHOJ.%wf.bTHHf0","bTHOD":"%ed.bTHOJ.%wf.cmMng","bTHOE":"%ed.bTHOJ.%wf.cmMng.actions.0","bTHOI":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY","bTHOL":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp.%el.bTHOt","bTHON":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.cmMdM","bTHOP":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp.%el.bTHOt.%el.cmMdU","bTHOQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp.%el.bTHOt.%el.cmMda","bTHOR":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW","bTHOZ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOb","bTHOc":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe","bTHOd":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK","bTHOg":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTHOi":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.cmMkj","bTHOk":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.cmMkn","bTHOl":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTHOn":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.bTHOm","bTHOq":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp","bTHOu":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp.%el.bTHOx","bTHOv":"%ed.bTHOJ.%wf.bTHOz","bTHOy":"%ed.bTHOJ.%wf.bTHOz.actions.1","bTHPA":"%ed.bTHOJ.%wf.bTHOz.actions.0","bTHPB":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkj","bTHPC":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd","bTHPE":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.cmMkq","bTHPF":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkj.%el.cmMkk","bTHPG":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn","bTHPH":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM","bTHPN":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.cmMkj","bTHPO":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT","bTHPQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTHPR":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTHPS":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.cmMkn","bTHPX":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPZ.%el.bTHPd","bTHPa":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPZ","bTHPe":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPh","bTHPf":"%ed.bTHOJ.%wf.bTHPk","bTHPg":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPh.%el.bTHPd","bTHPi":"%ed.bTHOJ.%wf.bTHPk.actions.3","bTHPm":"%ed.bTHOJ.%el.cmMkT.%el.bTHPl","bTHPp":"%ed.bTHOJ.%wf.bTHPo","bTHPs":"%ed.bTHOJ.%el.bTHPr","bTHPv":"%ed.bTHOJ.%wf.bTHPo.actions.0","bTHPw":"%ed.bTHOJ.%wf.bTHPo.actions.1","bTHPx":"%ed.bTHQR.%el.cmNTx1","bTHPy":"%ed.bTHQR.%el.cmMlJ","bTHPz":"%ed.bTHQR.%el.cmMlJ.%el.cmNgq0","bTHQA":"%ed.bTHQR.%el.cmNTx1.%el.cmPhQ1","bTHQB":"%ed.bTHQR.%el.cmNTx1.%el.cmPhK1","bTHQC":"%ed.bTHQR.%el.cmNTx1.%el.cmPhK1.%el.cmPhN1","bTHQD":"%ed.bTHQR.%wf.cmMnc.actions.0","bTHQE":"%ed.bTHQR.%el.cmNTx1.%el.cmPhT1","bTHQF":"%ed.bTHQR.%wf.cmMnc","bTHQG":"%ed.bTHQR.%wf.cmNgw0","bTHQH":"%ed.bTHQR.%wf.cmNgt0","bTHQI":"%ed.bTHQR.%wf.cmNgt0.actions.0","bTHQJ":"%ed.bTHQR.%wf.cmPhV1.actions.1","bTHQK":"%ed.bTHQR.%wf.cmPhV1","bTHQL":"%ed.bTHQR.%wf.cmPhV1.actions.0","bTHQM":"%ed.bTHQR.%wf.cmPhe1.actions.1","bTHQN":"%ed.bTHQR.%wf.cmPhe1","bTHQO":"%ed.bTHQR.%wf.cmPhe1.actions.0","bTHQP":"%ed.bTHOJ.%el.bTHQU","bTHQS":"%ed.bTHOJ.%wf.bTHQW","bTHQV":"%ed.bTHOJ.%wf.bTHQZ","bTHQX":"%ed.bTHOJ.%wf.bTHQW.actions.0","bTHQY":"%ed.bTHOJ.%wf.bTHQc","bTHQa":"%ed.bTHOJ.%wf.bTHQZ.actions.0","bTHQb":"%ed.bTHOJ.%wf.bTHQW.actions.1","bTHQd":"%ed.bTHOJ.%wf.bTHQc.actions.3","bTHQg":"%ed.bTHOJ.%wf.bTHQc.actions.4","bTHQh":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm","bTHQi":"%ed.bTHOJ.%wf.bTHQZ.actions.1","bTHQv":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF","bTHQw":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTHQx":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK","bTHQy":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkj","bTHRA":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkn","bTHRB":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTHRC":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTHRD":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT","bTHRE":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkj","bTHRG":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkn","bTHRH":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTHRI":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ","bTHRL":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ.%el.cmMkj.%el.cmMkk","bTHRN":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ.%el.cmMkj","bTHRP":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ.%el.cmMkn","bTHRQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ.%el.cmMkn.%el.cmMkq","bTHRR":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD","bTHRU":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD.%el.cmMkn","bTHRV":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD.%el.cmMkj","bTHRW":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD.%el.cmMkj.%el.cmMkk","bTHRX":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE.%el.cmMkj","bTHRY":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD.%el.cmMkn.%el.cmMkq","bTHRZ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE","bTHRa":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE.%el.cmMkn.%el.cmMkq","bTHRb":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE.%el.cmMkj.%el.cmMkk","bTHRc":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE.%el.cmMkn","bTHRi":"%ed.bTHOJ.%wf.bTHRg","bTHRl":"%ed.bTHOJ.%wf.bTHRg.actions.1","bTHRm":"%ed.bTHOJ.%wf.cmMnU.actions.7","bTHRn":"%ed.bTHOJ.%wf.cmMnU.actions.2","bTHRu":"%ed.bTHOJ.%wf.bTHHf0.actions.0","bTHSB":"%ed.bTHSx.%el.bTHEr0","bTHSF":"%ed.bTHSx.%el.bTHEr0.%el.bTMfy","bTHSG":"%ed.bTHSx.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTHSH":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0","bTHSI":"%ed.bTHSx.%el.bTHEr0.%el.cmMka","bTHSJ":"%ed.bTHSx.%el.bTHEw0","bTHSK":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUS1","bTHSL":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.bTLtj","bTHSM":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS","bTHSN":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTHSO":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUV1","bTHSP":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTHSQ":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTHSR":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTHSS":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0","bTHST":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTHSU":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTHSV":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTHSW":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTHSX":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTHSY":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrd","bTHSZ":"%ed.bTHSx.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTHSa":"%ed.bTHSx.%el.bTHEw0.%el.bTHQh1","bTHSb":"%ed.bTHSx.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTHSc":"%ed.bTHSx.%wf.bTLrg","bTHSd":"%ed.bTHSx.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTHSe":"%ed.bTHSx.%el.bTHJV","bTHSf":"%ed.bTHSx.%wf.bTLtp","bTHSg":"%ed.bTHSx.%wf.bTLrg.actions.0","bTHSh":"%ed.bTHSx.%wf.bTLrg.actions.1","bTHSi":"%ed.bTHSx.%wf.bTMgK","bTHSk":"%ed.bTHSx.%wf.bTLtp.actions.0","bTHSl":"%ed.bTHSx.%wf.bTMgK.actions.2","bTHSm":"%ed.bTHSx.%wf.bTMgK.actions.0","bTHSn":"%ed.bTHSx.%wf.bTMgK.actions.1","bTHSo":"%ed.bTHSx.%wf.bTMgR.actions.0","bTHSp":"%ed.bTHSx.%wf.bTMgK.actions.3","bTHSq":"%ed.bTHSx.%wf.bTMgR","bTHSr":"%ed.bTHSx.%wf.bTHQk1","bTHSs":"%ed.bTHSx.%wf.bTHQa1","bTHSt":"%ed.bTHSx.%wf.bTHQa1.actions.0","bTHSu":"%ed.bTHSx.%wf.bTHJa","bTHSv":"%ed.bTHSx.%wf.bTHQk1.actions.0","bTHSw":"%ed.bTHSx.%wf.bTHQk1.actions.1","bTHSy":"%ed.bTHSx.%wf.bTHJa.actions.0","bTHTA":"%ed.bTHSx.%el.bTHTF","bTHTD":"%ed.bTHSx.%wf.bTMgR.actions.1","bTHTH":"%ed.bTHJN.%wf.bTMgR.actions.1","bTHTJ":"%ed.bTHTW.%el.bTHJl","bTHTK":"%ed.bTHTW.%el.bTHJk","bTHTL":"%ed.bTHTW.%el.bTHJk.%el.cmMkk","bTHTO":"%ed.bTHTW.%el.bTHJl.%el.bTHJw","bTHTP":"%ed.bTHTW.%wf.bTHKB.actions.1","bTHTQ":"%ed.bTHTW.%wf.bTHKB","bTHTR":"%ed.bTHTW.%wf.bTHKB.actions.0","bTHTS":"%ed.bTHTW.%wf.bTHKF.actions.1","bTHTT":"%ed.bTHTW.%wf.bTHKF","bTHTU":"%ed.bTHTW.%wf.bTHKF.actions.0","bTHTX":"%ed.bTHTW.%el.bTHJl.%el.bTHTZ","bTHTd":"%ed.bTHTW.%el.bTHTf","bTHTg":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVtt","bTHTj":"%ed.bTHOJ.%wf.bTHHf0.actions.1","bTHTk":"%ed.bTHOJ.%wf.bTHRg.actions.2","bTHTl":"%ed.bTHOJ.%wf.bTHRg.actions.0","bTHTn":"%ed.bTHOJ.%wf.cmMnU.actions.0","bTHTp":"%ed.bTHOJ.%wf.cmMnU.actions.8","bTHTt":"%ed.bTHOJ.%wf.bTHQc.actions.1","bTHTu":"%ed.bTHOJ.%wf.bTHQc.actions.2","bTHTy":"%ed.bTHOJ.%wf.bTHQc.actions.0","bTHUA":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz","bTHUE":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK","bTHUF":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkn","bTHUG":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkj","bTHUH":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkj.%el.cmMkk","bTHUI":"%ed.bTHOJ.%wf.bTHPk.actions.0","bTHUJ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkn.%el.cmMkq","bTHUN":"%ed.bTHOJ.%wf.bTHPk.actions.1","bTHUP":"%ed.bTHOJ.%wf.bTHPk.actions.2","bTHfV":"%ed.bTHEB.%wf.bTIlX.actions.0","bTHfX":"%ed.bTHEB.%wf.cmNUY1.actions.0","bTHkf":"%ed.bTHmT.%el.bTLdZ","bTHki":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd","bTHkj":"%ed.bTHmT.%el.bTLdZ.%el.bTLWh","bTHkk":"%ed.bTHmT.%el.bTLdZ.%el.bTLWh.%el.bTLWk","bTHkl":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj.%el.bTLds","bTHkm":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj","bTHkn":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj.%el.bTLdk","bTHko":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD","bTHkp":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj.%el.bTLds.%el.bTLdt","bTHkq":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj.%el.bTLds.%el.bTLdw","bTHkr":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD.%el.cmMkn","bTHks":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD.%el.cmMkj","bTHkt":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD.%el.cmMkj.%el.cmMkk","bTHku":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK.%el.cmMkj","bTHkv":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD.%el.cmMkn.%el.cmMkq","bTHkw":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK","bTHkx":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK.%el.cmMkn.%el.cmMkq","bTHky":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK.%el.cmMkj.%el.cmMkk","bTHkz":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK.%el.cmMkn","bTHlA":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeW.%el.bTJjg0","bTHlB":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeW","bTHlC":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeW.%el.bTJjd0","bTHlD":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei.%el.cmMkj.%el.cmMkk","bTHlE":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei","bTHlF":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei.%el.cmMkj","bTHlG":"%ed.bTHmT.%el.bTLem","bTHlH":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei.%el.cmMkn","bTHlI":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei.%el.cmMkn.%el.cmMkq","bTHlK":"%ed.bTHmT.%el.cmMZi","bTHlV":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTMXu","bTHlW":"%ed.bTHmT.%el.cmMZi.%el.cmMZo","bTHlY":"%ed.bTHmT.%el.cmMZi.%el.cmMZr","bTHlZ":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTMXu.%el.bTMXv","bTHla":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTMXu.%el.bTMXw","bTHld":"%ed.bTHmT.%el.cmMZi.%el.cmMZr.%el.bTHmW","bTHlt":"%ed.bTHmT.%wf.bTHmo.actions.1","bTHlu":"%ed.bTHmT.%wf.bTHmo","bTHlv":"%ed.bTHmT.%wf.bTHmo.actions.0","bTHlw":"%ed.bTHmT.%wf.bTHmh","bTHlx":"%ed.bTHmT.%wf.bTHmo.actions.2","bTHly":"%ed.bTHmT.%wf.bTHmo.actions.3","bTHlz":"%ed.bTHmT.%wf.bTLet.actions.0","bTHmA":"%ed.bTHmT.%wf.bTHmh.actions.0","bTHmB":"%ed.bTHmT.%wf.bTLet","bTHmD":"%ed.bTHmT.%wf.bTLet.actions.1","bTHmH":"%ed.bTHmT.%wf.bTMAd","bTHmX":"%ed.bTHmT.%el.cmMZi.%el.cmMZr.%el.bTHmc","bTHpg":"%ed.bTHqU.%el.bTHXM","bTHpi":"%ed.bTHqU.%el.bTHLz","bTHpj":"%ed.bTHqU.%el.cmMkT.%el.cmMka","bTHpk":"%ed.bTHqU.%el.cmMkT","bTHpl":"%ed.bTHqU.%el.cmMkT.%el.cmMkX","bTHpm":"%ed.bTHqU.%el.cmMlJ.%el.cmMlO","bTHpn":"%ed.bTHqU.%el.cmMlJ","bTHpo":"%ed.bTHqU.%el.cmMlJ.%el.cmMlK","bTHpp":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0.%el.cmMkj","bTHpq":"%ed.bTHqU.%el.bTHHb0","bTHpr":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0","bTHps":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0.%el.cmMkn.%el.cmMkq","bTHpt":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0.%el.cmMkj.%el.cmMkk","bTHpu":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0.%el.cmMkn","bTHpy":"%ed.bTHqU.%wf.bTHWo","bTHqB":"%ed.bTHqU.%wf.cmMnU.actions.0","bTHqC":"%ed.bTHqU.%wf.bTHWo.actions.0","bTHqD":"%ed.bTHqU.%wf.cmMnU","bTHqE":"%ed.bTHqU.%wf.cmMnU.actions.3","bTHqF":"%ed.bTHqU.%wf.cmMnU.actions.1","bTHqG":"%ed.bTHqU.%wf.cmMnU.actions.2","bTHqH":"%ed.bTHqU.%wf.cmMnU.actions.6","bTHqI":"%ed.bTHqU.%wf.cmMnU.actions.4","bTHqJ":"%ed.bTHqU.%wf.cmMnU.actions.5","bTHqK":"%ed.bTHqU.%wf.cmMnZ.actions.0","bTHqL":"%ed.bTHqU.%wf.cmMnU.actions.7","bTHqM":"%ed.bTHqU.%wf.cmMnZ","bTHqN":"%ed.bTHqU.%wf.cmMng","bTHqO":"%ed.bTHqU.%wf.cmMnc","bTHqP":"%ed.bTHqU.%wf.cmMnc.actions.0","bTHqR":"%ed.bTHqU.%wf.cmMng.actions.0","bTHqS":"%ed.bTHqU.%wf.bTHHf0","bTICi":"%ed.bTICv.%el.bTIgz.%el.bTIhA","bTICk":"%ed.bTICv.%el.bTIgz","bTICl":"%ed.bTICv.%wf.bTIhH","bTICm":"%ed.bTICv.%el.bTIgz.%el.bTIhA.%el.bTIhE","bTICn":"%ed.bTICv.%el.bTIgz.%el.bTIhB","bTICo":"%ed.bTICv.%wf.bTJgi0","bTICp":"%ed.bTICv.%wf.bTIhH.actions.0","bTICq":"%ed.bTICv.%wf.bTIhH.actions.1","bTICs":"%ed.bTICv.%wf.bTJgi0.actions.0","bTICt":"%ed.bTICv.%wf.bTJgi0.actions.1","bTIJY":"%ed.bTIKY.%el.bTKGE0.%el.bTKGF0","bTIJZ":"%ed.bTIKY.%el.bTHLr","bTIJa":"%ed.bTIKY.%el.bTKGE0","bTIJb":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW","bTIJc":"%ed.bTIKY.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTIJd":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0","bTIJe":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTIJf":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn","bTIJg":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmODk0","bTIJh":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS.%el.cmNUS1","bTIJi":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0","bTIJj":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS","bTIJk":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTIJl":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS.%el.cmNUV1","bTIJm":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC","bTIJn":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTIJo":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTIJp":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTIJr":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTIJs":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhB","bTIJt":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTIJv":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTIJw":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR","bTIJx":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTIJy":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTIJz":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN","bTIKA":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU","bTIKB":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG","bTIKC":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR","bTIKD":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN.%el.bTHBH","bTIKE":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ","bTIKF":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsS.%el.cmNll","bTIKG":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR.%el.cmNll","bTIKH":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsS","bTIKI":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm.%el.bTHBH","bTIKK":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm","bTIKL":"%ed.bTIKY.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTIKM":"%ed.bTIKY.%el.bTKHM0","bTIKN":"%ed.bTIKY.%el.bTKHM0.%el.bTIWI","bTIKO":"%ed.bTIKY.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTIKP":"%ed.bTIKY.%el.bTKHM0.%el.bTIZp","bTIKQ":"%ed.bTIKY.%el.bTKHM0.%el.bTIZp.%el.cmPxS","bTIKR":"%ed.bTIKY.%wf.bTKsh","bTIKS":"%ed.bTIKY.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTIKT":"%ed.bTIKY.%wf.bTHhE","bTIKV":"%ed.bTIKY.%wf.bTHbY0","bTIKW":"%ed.bTIKY.%wf.bTHbY0.actions.0","bTIKX":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf","bTIKa":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObV","bTIKc":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc","bTIKd":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg","bTIKe":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObY","bTIKi":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg.%el.bTHBH","bTIKm":"%ed.bTINL.%el.cmMkT","bTIKn":"%ed.bTINL.%el.bTHPr","bTIKo":"%ed.bTINL.%el.bTHQU","bTIKp":"%ed.bTINL.%el.cmMkT.%el.cmMka","bTIKq":"%ed.bTINL.%el.cmMkT.%el.bTHPl","bTIKr":"%ed.bTINL.%el.cmMkT.%el.cmMkX","bTIKs":"%ed.bTINL.%el.cmMlJ.%el.cmMlO","bTIKt":"%ed.bTINL.%el.cmMlJ","bTIKu":"%ed.bTINL.%el.cmMlJ.%el.cmMlK","bTIKw":"%ed.bTINL.%el.bTHHb0","bTILE":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns","bTILG":"%ed.bTINL.%el.bTHHb0.%el.bTINm","bTILH":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns.%el.cmMkn","bTILI":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns.%el.cmMkj","bTILJ":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns.%el.cmMkj.%el.cmMkk","bTILK":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK","bTILL":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns.%el.cmMkn.%el.cmMkq","bTILM":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM","bTILN":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTILO":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.bTHOm","bTILP":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.cmMkj","bTILQ":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT","bTILR":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.cmMkn","bTILS":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTILT":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT.%el.cmMkn","bTILU":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT.%el.cmMkj","bTILV":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTILW":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF","bTILX":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTILY":"%ed.bTINL.%el.bTHHb0.%el.bTHQm","bTILZ":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTILa":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK","bTILb":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkj","bTILc":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT","bTILd":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkn","bTILe":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTILf":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkn","bTILg":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkj","bTILh":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTILi":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkj","bTILj":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTILk":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd","bTILl":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPZ","bTILm":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkj.%el.cmMkk","bTILn":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn","bTILo":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPh.%el.bTHPd","bTILp":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPZ.%el.bTHPd","bTILq":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPh","bTILr":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK","bTILs":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.cmMkq","bTILt":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe","bTILu":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK.%el.cmMkn","bTILv":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK.%el.cmMkj","bTILw":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTILx":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT.%el.cmMkj","bTILy":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTILz":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT","bTIMA":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTIMB":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTIMC":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT.%el.cmMkn","bTIMD":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD.%el.cmMkj","bTIME":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz","bTIMF":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD","bTIMG":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD.%el.cmMkn.%el.cmMkq","bTIMH":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD.%el.cmMkj.%el.cmMkk","bTIMI":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD.%el.cmMkn","bTIMJ":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkj.%el.cmMkk","bTIMK":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK","bTIML":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkj","bTIMN":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkn","bTIMO":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkn.%el.cmMkq","bTIMQ":"%ed.bTINL.%el.bTHbL0","bTIMS":"%ed.bTINL.%wf.bTHPk.actions.0","bTIMU":"%ed.bTINL.%wf.bTHPk","bTIMV":"%ed.bTINL.%wf.bTHPk.actions.3","bTIMW":"%ed.bTINL.%wf.bTHPk.actions.1","bTIMX":"%ed.bTINL.%wf.bTHPk.actions.2","bTIMY":"%ed.bTINL.%wf.bTHPo.actions.0","bTIMZ":"%ed.bTINL.%wf.bTHPk.actions.4","bTIMa":"%ed.bTINL.%wf.bTHPo","bTIMb":"%ed.bTINL.%wf.bTHQW.actions.0","bTIMc":"%ed.bTINL.%wf.bTHPo.actions.1","bTIMd":"%ed.bTINL.%wf.bTHQW","bTIMe":"%ed.bTINL.%wf.bTHQZ.actions.0","bTIMf":"%ed.bTINL.%wf.bTHQW.actions.1","bTIMg":"%ed.bTINL.%wf.bTHQZ","bTIMh":"%ed.bTINL.%wf.bTHQc.actions.0","bTIMi":"%ed.bTINL.%wf.bTHQZ.actions.1","bTIMj":"%ed.bTINL.%wf.bTHQc","bTIMk":"%ed.bTINL.%wf.bTHQc.actions.3","bTIMl":"%ed.bTINL.%wf.bTHQc.actions.1","bTIMm":"%ed.bTINL.%wf.bTHQc.actions.2","bTIMn":"%ed.bTINL.%wf.bTHRg","bTIMo":"%ed.bTINL.%wf.bTHQc.actions.4","bTIMp":"%ed.bTINL.%wf.bTHQc.actions.5","bTIMs":"%ed.bTINL.%wf.bTHRg.actions.0","bTIMt":"%ed.bTINL.%wf.cmMnU.actions.1","bTIMu":"%ed.bTINL.%wf.cmMnU","bTIMv":"%ed.bTINL.%wf.cmMnU.actions.0","bTIMw":"%ed.bTINL.%wf.cmMnU.actions.4","bTIMx":"%ed.bTINL.%wf.cmMnU.actions.2","bTIMy":"%ed.bTINL.%wf.cmMnU.actions.3","bTIMz":"%ed.bTINL.%wf.cmMnU.actions.6","bTINA":"%ed.bTINL.%wf.cmMnU.actions.5","bTINC":"%ed.bTINL.%wf.cmMnZ.actions.0","bTIND":"%ed.bTINL.%wf.cmMnU.actions.7","bTINE":"%ed.bTINL.%wf.cmMnZ","bTINF":"%ed.bTINL.%wf.cmMng","bTING":"%ed.bTINL.%wf.cmMnc","bTINH":"%ed.bTINL.%wf.cmMnc.actions.0","bTINJ":"%ed.bTINL.%wf.cmMng.actions.0","bTINK":"%ed.bTINL.%wf.bTHHf0","bTINO":"%ed.bTINL.%el.bTHHb0.%el.bTINU","bTINR":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkj.%el.cmMkk","bTINT":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkj","bTINV":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkn","bTINW":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkn.%el.cmMkq","bTINX":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkj.%el.bTINc","bTINa":"%ed.bTINL.%el.cmMkT.%el.bTINf","bTINd":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj","bTINg":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj.%el.cmMkj.%el.cmMkk","bTINi":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj.%el.cmMkj","bTINk":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj.%el.cmMkn","bTINl":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj.%el.cmMkn.%el.cmMkq","bTINq":"%ed.bTIKY.%el.bTINp","bTIOK":"%ed.bTIOY.%el.cmMZM","bTIOM":"%ed.bTIOY.%el.bTGzE","bTION":"%ed.bTIOY.%el.cmMZM.%el.cmMZT.%el.bTGyk.%el.bTGyl","bTIOO":"%ed.bTIOY.%el.cmMZM.%el.cmMZT","bTIOP":"%ed.bTIOY.%el.cmMZM.%el.cmMZT.%el.bTGyk","bTIOQ":"%ed.bTIOY.%wf.bTIZh.actions.0","bTIOR":"%ed.bTIOY.%el.cmMZM.%el.cmMZT.%el.cmMZW","bTIOS":"%ed.bTIOY.%wf.bTIZh","bTIOT":"%ed.bTIOY.%wf.cmOUE0.actions.1","bTIOU":"%ed.bTIOY.%wf.cmOUE0","bTIOV":"%ed.bTIOY.%wf.cmOUE0.actions.0","bTIOi":"%ed.bTIQX.%el.bTUcn.%el.bTUco","bTIOj":"%ed.bTIQX.%el.bTHLr","bTIOk":"%ed.bTIQX.%el.bTHhG","bTIOl":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0","bTIOm":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0","bTIOn":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.cmMkX","bTIOo":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.bTUby.%el.bTUcC","bTIOp":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW","bTIOq":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn","bTIOr":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTIOs":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTIOt":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC","bTIOu":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTIOv":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTIOw":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTIOx":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhD","bTIOy":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTIOz":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhB","bTIPA":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhD.%el.cmObc.%el.cmObY","bTIPB":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhD.%el.cmObc","bTIPC":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhD.%el.cmObc.%el.cmObV","bTIPD":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHid.%el.cmObc.%el.cmObV","bTIPE":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHid","bTIPF":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHid.%el.cmObc","bTIPG":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTIPH":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHid.%el.cmObc.%el.cmObY","bTIPI":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTIPJ":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR","bTIPK":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTIPL":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTIPM":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHDN","bTIPN":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx","bTIPO":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd","bTIPP":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHfD.%el.bTLPT1.%el.bTLPU1","bTIPQ":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHDN.%el.bTHBH","bTIPR":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHfD","bTIPS":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL.%el.bTUdM","bTIPT":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHie","bTIPU":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHie.%el.bTHBH","bTIPV":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.cmObm.%el.bTHBH","bTIPW":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL.%el.bTUdM.%el.bTIGO","bTIPX":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.cmObm","bTIPY":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF","bTIPZ":"%ed.bTIQX.%el.bTUcn.%el.bTUcs","bTIPa":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm","bTIPb":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMYs.%el.cmMYy","bTIPc":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMYs","bTIPd":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMYs.%el.cmMYv","bTIPe":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0","bTIPf":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm","bTIPg":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk","bTIPh":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqf0","bTIPi":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0","bTIPj":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0","bTIPl":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqi0","bTIPm":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqt0","bTIPq":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP","bTIPt":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMYs.%el.cmMYy","bTIPu":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMYs","bTIPv":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMYs.%el.cmMYv","bTIPw":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0","bTIPx":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm","bTIPy":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk","bTIPz":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqf0","bTIQA":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0","bTIQB":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0","bTIQC":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIWI","bTIQD":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqi0","bTIQE":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqt0","bTIQF":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIZp.%el.cmPxS","bTIQG":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIWI.%el.cmMkX","bTIQH":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIZp","bTIQI":"%ed.bTIQX.%wf.bTHkJ","bTIQJ":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTIQK":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTIQL":"%ed.bTIQX.%wf.bTHkK.actions.0","bTIQM":"%ed.bTIQX.%wf.bTHkJ.actions.0","bTIQN":"%ed.bTIQX.%wf.bTHkK","bTIQP":"%ed.bTIQX.%wf.bTHkT","bTIQQ":"%ed.bTIQX.%wf.bTHkT.actions.0","bTIQR":"%ed.bTIQX.%wf.bTIJI.actions.0","bTIQT":"%ed.bTIQX.%wf.bTIJI","bTIQU":"%ed.bTIQX.%wf.bTIJW","bTIQV":"%ed.bTIQX.%wf.bTIJJ","bTIQW":"%ed.bTIQX.%wf.bTIJJ.actions.0","bTIQY":"%ed.bTIQX.%wf.bTIJW.actions.0","bTIQd":"%ed.bTISR.%el.bTLPb.%el.bTLiR.%el.bTLVR","bTIQe":"%ed.bTISR.%el.bTLPb.%el.bTLiR","bTIQf":"%ed.bTISR.%el.bTLPb.%el.bTLiR.%el.bTLRv","bTIQg":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLio.%el.cmMnI","bTIQh":"%ed.bTISR.%el.bTLPb.%el.bTLin","bTIQi":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLio","bTIQj":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip","bTIQk":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLio.%el.cmMnI.%el.cmMnL","bTIQl":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLio.%el.cmMnI.%el.cmMnO","bTIQn":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb","bTIRc":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLVR","bTIRe":"%ed.bTISR.%el.bTLPb.%el.cmNAA0","bTIRf":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTLii","bTIRg":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia","bTIRi":"%ed.bTISR.%el.bTLPb","bTIRj":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTLii.%el.bTLij","bTIRk":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTLii.%el.bTLik","bTIRl":"%ed.bTISR.%el.bTLgG","bTIRn":"%ed.bTISR.%el.bTLVk","bTIRq":"%ed.bTISR.%wf.bTLUX","bTIRr":"%ed.bTISR.%wf.bTLVU.actions.0","bTIRt":"%ed.bTISR.%wf.bTLVU","bTISL":"%ed.bTISR.%wf.bTLkj","bTISP":"%ed.bTISR.%el.bTLPb.%el.bTITi","bTISV":"%ed.bTISR.%el.bTLPb.%el.bTITi.%el.bTISw","bTISY":"%ed.bTISR.%el.bTLPb.%el.bTITi.%el.bTISy","bTISz":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITL.%el.bTITP","bTITA":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI","bTITD":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITL.%el.bTITQ","bTITM":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITL","bTITO":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITW","bTITR":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITW.%el.bTITU","bTITb":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITa","bTITe":"%ed.bTISR.%wf.bTITd","bTITh":"%ed.bTISR.%wf.bTITd.actions.0","bTITj":"%ed.bTIUb.%el.cmMkT","bTITk":"%ed.bTIUb.%el.bTHLz","bTITl":"%ed.bTIUb.%el.bTHXM","bTITm":"%ed.bTIUb.%el.cmMlJ","bTITn":"%ed.bTIUb.%el.cmMkT.%el.cmMkX","bTITo":"%ed.bTIUb.%el.cmMkT.%el.cmMka","bTITp":"%ed.bTIUb.%el.bTHHb0","bTITq":"%ed.bTIUb.%el.cmMlJ.%el.cmMlK","bTITr":"%ed.bTIUb.%el.cmMlJ.%el.cmMlO","bTITv":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0","bTITy":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0.%el.cmMkn","bTITz":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0.%el.cmMkj","bTIUA":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0.%el.cmMkj.%el.cmMkk","bTIUC":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0.%el.cmMkn.%el.cmMkq","bTIUH":"%ed.bTIUb.%wf.cmMnU","bTIUI":"%ed.bTIUb.%wf.bTHWo","bTIUJ":"%ed.bTIUb.%wf.bTHWo.actions.0","bTIUK":"%ed.bTIUb.%wf.cmMnU.actions.2","bTIUL":"%ed.bTIUb.%wf.cmMnU.actions.0","bTIUM":"%ed.bTIUb.%wf.cmMnU.actions.1","bTIUN":"%ed.bTIUb.%wf.cmMnU.actions.5","bTIUO":"%ed.bTIUb.%wf.cmMnU.actions.3","bTIUP":"%ed.bTIUb.%wf.cmMnU.actions.4","bTIUQ":"%ed.bTIUb.%wf.cmMnZ","bTIUR":"%ed.bTIUb.%wf.cmMnU.actions.6","bTIUS":"%ed.bTIUb.%wf.cmMnU.actions.7","bTIUT":"%ed.bTIUb.%wf.cmMnc.actions.0","bTIUU":"%ed.bTIUb.%wf.cmMnZ.actions.0","bTIUV":"%ed.bTIUb.%wf.cmMnc","bTIUW":"%ed.bTIUb.%wf.bTHHf0","bTIUX":"%ed.bTIUb.%wf.cmMng","bTIUY":"%ed.bTIUb.%wf.cmMng.actions.0","bTIUZ":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms","bTIUc":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.cmMkj.%el.cmMkk","bTIUe":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.cmMkj","bTIUg":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.cmMkn","bTIUh":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.cmMkn.%el.cmMkq","bTIUi":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu","bTIUl":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.cmMkj.%el.cmMkk","bTIUn":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.cmMkj","bTIUp":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.cmMkn","bTIUq":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.cmMkn.%el.cmMkq","bTIUr":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF","bTIUu":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF.%el.cmMkj.%el.cmMkk","bTIUw":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF.%el.cmMkj","bTIUy":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF.%el.cmMkn","bTIUz":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF.%el.cmMkn.%el.cmMkq","bTIVA":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt.%el.cmMkj","bTIVB":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt","bTIVD":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt.%el.cmMkn.%el.cmMkq","bTIVE":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt.%el.cmMkj.%el.cmMkk","bTIVF":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt.%el.cmMkn","bTIVI":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE","bTIVJ":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.cmMkn","bTIVK":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.cmMkj","bTIVL":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.cmMkj.%el.cmMkk","bTIVM":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.bTIVR","bTIVN":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.cmMkn.%el.cmMkq","bTIVP":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.bTIVU","bTIVV":"%ed.bTIWT.%el.bTHEr0.%el.bTMfy","bTIVX":"%ed.bTIWT.%el.bTHEr0","bTIVY":"%ed.bTIWT.%el.bTHEr0.%el.cmMka","bTIVZ":"%ed.bTIWT.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTIVa":"%ed.bTIWT.%el.bTHEr0.%el.bTMfy.%el.bTMgC","bTIVb":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.bTLtj","bTIVc":"%ed.bTIWT.%el.bTHEw0","bTIVd":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0","bTIVe":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUV1","bTIVf":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS","bTIVg":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUS1","bTIVh":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTIVi":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTIVj":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTIVk":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTIVl":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0","bTIVm":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTIVn":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTIVo":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTIVp":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTIVq":"%ed.bTIWT.%el.bTHEw0.%el.bTHQh1","bTIVs":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTIVt":"%ed.bTIWT.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTIVu":"%ed.bTIWT.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTIVv":"%ed.bTIWT.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTIVw":"%ed.bTIWT.%wf.bTLrg","bTIVx":"%ed.bTIWT.%wf.bTHJa","bTIVy":"%ed.bTIWT.%wf.bTHJa.actions.0","bTIVz":"%ed.bTIWT.%wf.bTLtp","bTIWA":"%ed.bTIWT.%wf.bTLrg.actions.0","bTIWB":"%ed.bTIWT.%wf.bTLrg.actions.1","bTIWC":"%ed.bTIWT.%wf.bTMgK","bTIWE":"%ed.bTIWT.%wf.bTLtp.actions.0","bTIWF":"%ed.bTIWT.%wf.bTMgK.actions.2","bTIWG":"%ed.bTIWT.%wf.bTMgK.actions.0","bTIWH":"%ed.bTIWT.%wf.bTMgK.actions.1","bTIWI":"%ed.bTIWT.%wf.bTMgR.actions.0","bTIWJ":"%ed.bTIWT.%wf.bTMgK.actions.3","bTIWK":"%ed.bTIWT.%wf.bTMgR","bTIWL":"%ed.bTIWT.%wf.bTHQa1.actions.0","bTIWM":"%ed.bTIWT.%wf.bTMgR.actions.1","bTIWN":"%ed.bTIWT.%wf.bTHQa1","bTIWO":"%ed.bTIWT.%wf.bTHQk1.actions.1","bTIWP":"%ed.bTIWT.%wf.bTHQk1","bTIWQ":"%ed.bTIWT.%wf.bTHQk1.actions.0","bTIWR":"%ed.bTIWT.%el.bTIWW","bTIWX":"%ed.bTIWl.%el.bTHJl","bTIWY":"%ed.bTIWl.%el.bTHJk","bTIWZ":"%ed.bTIWl.%el.bTHJk.%el.cmMkk","bTIWb":"%ed.bTIWl.%el.bTHJl.%el.bTHJw","bTIWc":"%ed.bTIWl.%el.bTHJl.%el.bTHTZ","bTIWd":"%ed.bTIWl.%wf.bTHKB.actions.1","bTIWe":"%ed.bTIWl.%wf.bTHKB","bTIWf":"%ed.bTIWl.%wf.bTHKB.actions.0","bTIWg":"%ed.bTIWl.%wf.bTHKF.actions.1","bTIWh":"%ed.bTIWl.%wf.bTHKF","bTIWi":"%ed.bTIWl.%wf.bTHKF.actions.0","bTIWj":"%ed.bTIWl.%el.bTIWo","bTIWm":"%ed.bTIUb.%el.bTHHb0.%el.bTIWr","bTIWs":"%ed.bTIXq.%el.bTHEr0","bTIWt":"%ed.bTIUb.%wf.bTHHf0.actions.1","bTIWv":"%ed.bTIXq.%el.bTHEr0.%el.bTMfy.%el.bTMgC","bTIWw":"%ed.bTIXq.%el.bTHEr0.%el.bTMfy","bTIWx":"%ed.bTIXq.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTIWy":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0","bTIWz":"%ed.bTIXq.%el.bTHEr0.%el.cmMka","bTIXA":"%ed.bTIXq.%el.bTHEw0","bTIXB":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUS1","bTIXC":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.bTLtj","bTIXD":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS","bTIXE":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTIXF":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUV1","bTIXG":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTIXH":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTIXI":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTIXJ":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0","bTIXK":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTIXL":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTIXM":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTIXN":"%ed.bTIXq.%el.bTHEw0.%el.bTHQh1","bTIXO":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTIXP":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTIXQ":"%ed.bTIXq.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTIXR":"%ed.bTIXq.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTIXS":"%ed.bTIXq.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTIXT":"%ed.bTIXq.%wf.bTHJa.actions.0","bTIXV":"%ed.bTIXq.%wf.bTHJa","bTIXW":"%ed.bTIXq.%wf.bTLrg.actions.1","bTIXX":"%ed.bTIXq.%wf.bTLrg","bTIXY":"%ed.bTIXq.%wf.bTLrg.actions.0","bTIXZ":"%ed.bTIXq.%wf.bTMgK","bTIXa":"%ed.bTIXq.%wf.bTLtp","bTIXc":"%ed.bTIXq.%wf.bTMgK.actions.2","bTIXd":"%ed.bTIXq.%wf.bTMgK.actions.0","bTIXe":"%ed.bTIXq.%wf.bTMgK.actions.1","bTIXg":"%ed.bTIXq.%wf.bTMgK.actions.3","bTIXh":"%ed.bTIXq.%wf.bTMgR","bTIXi":"%ed.bTIXq.%wf.bTHQa1.actions.0","bTIXj":"%ed.bTIXq.%wf.bTMgR.actions.1","bTIXk":"%ed.bTIXq.%wf.bTHQa1","bTIXl":"%ed.bTIXq.%wf.bTHQk1.actions.1","bTIXm":"%ed.bTIXq.%wf.bTHQk1","bTIXn":"%ed.bTIXq.%wf.bTHQk1.actions.0","bTIXo":"%ed.bTIXq.%el.bTIXt","bTIXr":"%ed.bTIXq.%wf.bTLtp.actions.0","bTIXu":"%ed.bTIYG.%el.bTHJk","bTIXx":"%ed.bTIYG.%el.bTHJl.%el.bTHJt","bTIXy":"%ed.bTIYG.%el.bTHJk.%el.cmMkk","bTIXz":"%ed.bTIYG.%el.bTHJl","bTIYA":"%ed.bTIYG.%wf.bTHKB","bTIYB":"%ed.bTIYG.%el.bTHJl.%el.bTHJw","bTIYC":"%ed.bTIYG.%el.bTHJz","bTIYD":"%ed.bTIYG.%wf.bTHKF","bTIYF":"%ed.bTIYG.%wf.bTHKB.actions.0","bTIYH":"%ed.bTIYG.%wf.bTHKF.actions.0","bTIYI":"%ed.bTIYG.%wf.bTHKF.actions.1","bTIYK":"%ed.bTIYG.%el.bTIYJ","bTIYR":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl","bTIYk":"%ed.bTIYQ.%el.bTIYp","bTIYq":"%ed.bTIZF.%el.bTLKb1.%el.bTLKi1","bTIYr":"%ed.bTIZF.%el.bTLKa1","bTIYs":"%ed.bTIZF.%el.bTLKb1","bTIYt":"%ed.bTIZF.%el.bTLKb1.%el.bTLKc1.%el.bTLKg1","bTIYu":"%ed.bTIZF.%el.bTLKb1.%el.bTLKc1","bTIYv":"%ed.bTIZF.%el.bTLKb1.%el.bTLKc1.%el.bTLKh1","bTIYw":"%ed.bTIZF.%el.bTLKO1.%el.bTLKP1","bTIYx":"%ed.bTIZF.%el.bTLKW1","bTIYy":"%ed.bTIZF.%el.bTLKO1","bTIYz":"%ed.bTIZF.%wf.bTLKm1","bTIZA":"%ed.bTIZF.%el.bTLKO1.%el.bTLKP1.%el.bTLKV1","bTIZB":"%ed.bTIZF.%el.bTLKO1.%el.bTLKP1.%el.bTLKQ1","bTIZC":"%ed.bTIZF.%wf.bTLKU1","bTIZD":"%ed.bTIZF.%wf.bTLKm1.actions.0","bTIZE":"%ed.bTIZF.%wf.bTLKm1.actions.5","bTIZG":"%ed.bTIZF.%wf.bTLKU1.actions.0","bTIZI":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIZb","bTIZL":"%ed.bTIYQ.%wf.bTIZP","bTIZO":"%ed.bTIYQ.%wf.bTIZS","bTIZQ":"%ed.bTIYQ.%wf.bTIZP.actions.0","bTIZR":"%ed.bTIYQ.%wf.bTIZS.actions.2","bTIZT":"%ed.bTIYQ.%wf.bTIZS.actions.0","bTIZU":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb","bTIZV":"%ed.bTIYQ.%wf.bTIZS.actions.1","bTIZg":"%ed.bTIaZ.%el.bTHEr0.%el.bTMfy","bTIZi":"%ed.bTIaZ.%el.bTHEr0","bTIZj":"%ed.bTIaZ.%el.bTHEr0.%el.cmMka","bTIZk":"%ed.bTIaZ.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTIZl":"%ed.bTIaZ.%el.bTHEr0.%el.bTMfy.%el.bTMgC","bTIZn":"%ed.bTIaZ.%el.bTHEw0","bTIZo":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFG0","bTIZs":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTIZt":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTIZu":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTIZv":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTIZw":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0","bTIZx":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTIZy":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTIZz":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTIaA":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTIaB":"%ed.bTIaZ.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTIaC":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTIaD":"%ed.bTIaZ.%el.bTHEw0.%el.bTHQh1","bTIaE":"%ed.bTIaZ.%wf.bTHJa","bTIaF":"%ed.bTIaZ.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTIaG":"%ed.bTIaZ.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTIaH":"%ed.bTIaZ.%wf.bTLrg.actions.2","bTIaI":"%ed.bTIaZ.%wf.bTHJa.actions.0","bTIaJ":"%ed.bTIaZ.%wf.bTLrg","bTIaL":"%ed.bTIaZ.%wf.bTLrg.actions.3","bTIaT":"%ed.bTIaZ.%wf.bTHQa1","bTIaW":"%ed.bTIaZ.%wf.bTHQk1.actions.0","bTIaX":"%ed.bTIaZ.%wf.bTHQa1.actions.0","bTIaY":"%ed.bTIaZ.%wf.bTHQk1","bTIaa":"%ed.bTIaZ.%wf.bTHQk1.actions.1","bTIaf":"%ed.bTIbA.%el.bTIXg.%el.bTIXh","bTIah":"%ed.bTIbA.%el.bTIXg","bTIai":"%ed.bTIbA.%el.bTIXg.%el.bTIXi.%el.bTHoC0","bTIaj":"%ed.bTIbA.%el.bTIXg.%el.bTIXh.%el.bTHnr0","bTIak":"%ed.bTIbA.%el.bTIXg.%el.bTIXi","bTIar":"%ed.bTIbA.%wf.bTIXd.actions.1","bTIas":"%ed.bTIbA.%wf.bTIXd","bTIau":"%ed.bTIbA.%wf.bTIXl.actions.1","bTIav":"%ed.bTIbA.%wf.bTIXl","bTIaw":"%ed.bTIbA.%wf.bTIXl.actions.0","bTIbD":"%ed.bTIbA.%el.bTIbI","bTIbG":"%ed.bTIbA.%el.bTIXg.%el.bTIbL","bTIbN":"%ed.bTIbA.%wf.bTIXd.actions.0","bTIbU":"%ed.bTIbT.%el.bTIhd.%el.bTIhb","bTIbW":"%ed.bTIbT.%el.bTIhd.%el.bTIhb.%el.bTIZa","bTIbX":"%ed.bTIbT.%el.bTIhd.%el.bTIhb.%el.bTIZf","bTIbZ":"%ed.bTIbT.%el.bTIbY","bTIbh":"%ed.bTIbT.%wf.bTIbl","bTIbj":"%ed.bTIbA.%wf.bTIXd.actions.2","bTIbm":"%ed.bTIbT.%el.bTIbo","bTIbn":"%ed.bTIbT.%wf.bTIbl.actions.0","bTIbs":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTIbu","bTIbv":"%ed.bTISR.%el.bTLPb.%el.bTIcR","bTIcV":"%ed.bTISR.%el.bTLPb.%el.bTIcR.%el.bTIcU","bTIcY":"%ed.bTIYQ.%el.bTIcX","bTIca":"%ed.bTIYQ.%el.bTIcf","bTIcc":"%ed.bTISR.%wf.bTLUX.actions.1","bTIcd":"%ed.bTIYG.%el.bTHJk.%el.bTIci","bTIcg":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTIcl","bTIcj":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTIcm","bTIco":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTIcm.%el.bTITU","bTIcq":"%ed.bTISR.%wf.bTLkj.actions.0","bTIcs":"%ed.bTIbT.%el.bTIdA","bTIcv":"%ed.bTIbT.%el.bTIdA.%el.bTIhA.%el.bTIhE","bTIcx":"%ed.bTIbT.%el.bTIdA.%el.bTIhA","bTIcz":"%ed.bTIbT.%el.bTIdA.%el.bTIhB","bTIdb":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSxw0.%el.bTSyA0","bTIdf":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIdn","bTIdi":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIdn.%el.cmObc.%el.cmObV","bTIdk":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIdn.%el.cmObc","bTIdl":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTIdo","bTIdm":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIdn.%el.cmObc.%el.cmObY","bTIdq":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTIdo.%el.bTHBH","bTIdr":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.bTIdx","bTIdu":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.bTIdx.%el.cmPxS.%el.cmNUS1","bTIdw":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.bTIdx.%el.cmPxS","bTIdy":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.bTIdx.%el.cmPxS.%el.cmNUV1","bTIeB":"%ed.bTIQX.%wf.bTIeA","bTIeE":"%ed.bTIQX.%wf.bTIeA.actions.2","bTIeP":"%ed.bTIYQ.%el.bTIeh","bTIeS":"%ed.bTIYQ.%el.bTIeh.%el.cmMnI.%el.cmMnL","bTIeU":"%ed.bTIYQ.%el.bTIeh.%el.cmMnI","bTIeV":"%ed.bTIYQ.%el.bTIej","bTIeW":"%ed.bTIYQ.%el.bTIeh.%el.cmMnI.%el.cmMnO","bTIel":"%ed.bTIYQ.%el.bTIek","bTIeo":"%ed.bTIYQ.%wf.bTIep","bTIeq":"%ed.bTIYQ.%wf.bTIes.actions.1","bTIer":"%ed.bTIYQ.%wf.bTIes","bTIet":"%ed.bTIYQ.%wf.bTIes.actions.0","bTIew":"%ed.bTIYQ.%wf.bTIes.actions.4","bTIey":"%ed.bTIYQ.%wf.bTIes.actions.3","bTIfA":"%ed.bTIYQ.%wf.bTIfB","bTIfD":"%ed.bTIYQ.%wf.bTIfB.actions.0","bTIfE":"%ed.bTIYQ.%el.bTIfG","bTIfH":"%ed.bTIYQ.%el.bTIfN","bTIfI":"%ed.bTIYQ.%el.bTIfN.%el.bTPQy","bTIfJ":"%ed.bTIYQ.%el.bTIfN.%el.bTNqu","bTIfK":"%ed.bTIYQ.%el.bTIfN.%el.bTNqx","bTIfM":"%ed.bTIYQ.%el.bTIfN.%el.bTPRb","bTIfO":"%ed.bTIYQ.%wf.bTIep.actions.1","bTIfP":"%ed.bTIYQ.%wf.bTIep.actions.0","bTIfR":"%ed.bTIYQ.%wf.bTIfW","bTIfS":"%ed.bTIYQ.%wf.bTIfB.actions.1","bTIfT":"%ed.bTIYQ.%wf.bTIfB.actions.2","bTIfU":"%ed.bTIYQ.%wf.bTIfW.actions.0","bTIfX":"%ed.bTISR.%wf.bTIfZ.actions.0","bTIfY":"%ed.bTISR.%wf.bTIfZ","bTIfb":"%ed.bTISR.%wf.bTIfZ.actions.1","bTIfc":"%ed.bTISR.%wf.bTIfa","bTIfd":"%ed.bTISR.%wf.bTIfa.actions.2","bTIfe":"%ed.bTISR.%wf.bTIfa.actions.0","bTIff":"%ed.bTISR.%wf.bTIfa.actions.1","bTIfm":"%ed.bTIbT.%wf.bTIfr","bTIfn":"%ed.bTIbT.%wf.bTIbl.actions.2","bTIfp":"%ed.bTIbT.%wf.bTIfr.actions.0","bTIfs":"%ed.bTIbT.%wf.bTIfw.actions.0","bTIft":"%ed.bTIbT.%wf.bTIfw","bTIga":"%ed.bTIbT.%el.bTIhe.%el.bTIhi","bTIgd":"%ed.bTIbT.%wf.bTIgk","bTIhD":"%ed.bTIKY.%wf.bTHhE.actions.0","bTIhH":"%ed.bTIKY.%wf.bTHhE.actions.1","bTIhO":"%ed.bTIbT.%wf.bTIhM","bTIhV":"%ed.bTIbT.%el.bTIha.%el.bTIZa","bTIhW":"%ed.bTIbT.%el.bTIha","bTIhY":"%ed.bTIbT.%el.bTIhd","bTIhZ":"%ed.bTIbT.%el.bTIha.%el.bTIZf","bTIhf":"%ed.bTIbT.%el.bTIhe","bTIhj":"%ed.bTIbT.%el.bTIhe.%el.bTIhl","bTIhm":"%ed.bTIbT.%wf.bTIhk","bTIhn":"%ed.bTIbT.%wf.bTIhM.actions.0","bTIht":"%ed.bTIbT.%wf.bTIhx","bTIhu":"%ed.bTIbT.%wf.bTIhk.actions.1","bTIhv":"%ed.bTIbT.%wf.bTIhk.actions.2","bTIhy":"%ed.bTIbT.%wf.bTIhx.actions.0","bTIiA":"%ed.bTIbT.%wf.bTIhM.actions.2","bTIkm":"%ed.bTIbT.%wf.bTIhM.actions.1","bTIkn":"%ed.bTIbT.%wf.bTIkp.actions.0","bTIko":"%ed.bTIbT.%wf.bTIkp","bTIkq":"%ed.bTIbT.%wf.bTIhk.actions.0","bTIpO":"%ed.bTHIS.%wf.bTHHf0.actions.0","bTIpP":"%ed.bTHIS.%el.bTHHb0.%el.bTIpR","bTIpQ":"%ed.bTHIS.%wf.bTIpU","bTIpS":"%ed.bTHIS.%wf.bTHHf0.actions.1","bTIpT":"%ed.bTHIS.%wf.bTIpU.actions.0","bTIpY":"%ed.bTHIS.%wf.cmMnU.actions.1","bTIpf":"%ed.bTIpi.%wf.cmNdx","bTIpg":"%ed.bTIpi.%el.cmNdt","bTIph":"%ed.bTIpi.%el.cmNeO","bTIpj":"%ed.bTIpi.%wf.cmNdx.actions.0","bTIyQ1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL.%el.bTUdM.%el.bTIyV1","bTIyT1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTIyY1","bTJBH":"%ed.bTIQX.%el.bTUch","bTJBP":"%ed.bTIQX.%wf.bTJBN","bTJBR":"%ed.bTIQX.%wf.bTJBN.actions.0","bTJBW":"%ed.bTIQX.%wf.bTJAu1.actions.5","bTJBX":"%ed.bTIQX.%wf.bTJBN.actions.33","bTJBY":"%ed.bTIQX.%wf.bTJAu1.actions.3","bTJBc":"%ed.bTIQX.%wf.bTJBN.actions.7","bTJBo":"%ed.bTIQX.%wf.bTJBN.actions.5","bTJBv":"%ed.bTIQX.%wf.bTJBN.actions.9","bTJBy":"%ed.bTIQX.%wf.bTJBN.actions.4","bTJCD":"%ed.bTIQX.%wf.bTJCH","bTJCM":"%ed.bTIQX.%wf.bTJBN.actions.1","bTJCN":"%ed.bTIQX.%wf.bTJBN.actions.10","bTJCR":"%ed.bTIQX.%wf.bTJBN.actions.3","bTJCS":"%ed.bTIQX.%wf.bTJCV","bTJCX":"%ed.bTIQX.%wf.bTJCV.actions.0","bTJCd":"%ed.bTIQX.%wf.bTJBN.actions.27","bTJCe":"%ed.bTIQX.%wf.bTJBN.actions.28","bTJCf":"%ed.bTIQX.%wf.bTJBN.actions.24","bTJCj":"%ed.bTIQX.%wf.bTJBN.actions.29","bTJCk":"%ed.bTIQX.%wf.bTJBN.actions.31","bTJCl":"%ed.bTIQX.%wf.bTJBN.actions.30","bTJCp":"%ed.bTIQX.%wf.bTJBN.actions.32","bTJEn":"%ed.bTIQX.%wf.bTJEq","bTJEp":"%ed.bTIQX.%wf.bTJEq.actions.0","bTJEz":"%ed.bTIQX.%wf.bTJEx","bTJFQ":"%ed.bTIQX.%wf.bTJBN.actions.25","bTJFU":"%ed.bTIQX.%wf.bTJBN.actions.19","bTJFh":"%ed.bTIQX.%wf.bTJBN.actions.20","bTJFk":"%ed.bTIQX.%wf.bTJBN.actions.22","bTJFp":"%ed.bTIQX.%wf.bTJBN.actions.23","bTJGK":"%ed.bTIQX.%wf.bTJBN.actions.21","bTJGL":"%ed.bTIQX.%wf.bTJBN.actions.6","bTJGQ":"%ed.bTIQX.%wf.bTJBN.actions.8","bTJGU":"%ed.bTIQX.%wf.bTJCH.actions.0","bTJGZ":"%ed.bTIQX.%wf.bTJCH.actions.1","bTJGa":"%ed.bTIQX.%wf.bTJGc.actions.0","bTJGb":"%ed.bTIQX.%wf.bTJGc","bTJGd":"%ed.bTIQX.%wf.bTJCH.actions.2","bTJGi":"%ed.bTIQX.%wf.bTJCH.actions.3","bTJGj":"%ed.bTIQX.%wf.bTJCH.actions.7","bTJGk":"%ed.bTIQX.%wf.bTJCH.actions.4","bTJGo":"%ed.bTIQX.%wf.bTJCH.actions.8","bTJGp":"%ed.bTIQX.%wf.bTJCH.actions.5","bTJGu":"%ed.bTIQX.%wf.bTJCH.actions.6","bTJGv":"%ed.bTIQX.%wf.bTJCH.actions.10","bTJGw":"%ed.bTIQX.%wf.bTJCH.actions.9","bTJHA":"%ed.bTIQX.%wf.bTJCH.actions.11","bTJHD":"%ed.bTIQX.%wf.bTJBN.actions.11","bTJHI":"%ed.bTIQX.%wf.bTJBN.actions.12","bTJHK":"%ed.bTIQX.%wf.bTJBN.actions.13","bTJHL":"%ed.bTIQX.%wf.bTJBN.actions.14","bTJHQ":"%ed.bTIQX.%wf.bTJBN.actions.2","bTJHR":"%ed.bTIQX.%wf.bTJBN.actions.15","bTJHW":"%ed.bTIQX.%wf.bTJBN.actions.17","bTJHX":"%ed.bTIQX.%wf.bTJBN.actions.16","bTJHd":"%ed.bTIQX.%wf.bTJBN.actions.18","bTJHk":"%ed.bTIQX.%wf.bTJBN.actions.26","bTJIP":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV","bTJIS":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkj.%el.cmMkk","bTJIU":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkj","bTJIW":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkn","bTJIX":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkn.%el.cmMkq","bTJIa":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkj.%el.bTJIc","bTJId":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.bTJIf","bTIyW1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.cmObm.%el.bTIyb1","bTJAp1":"%ed.bTIQX.%wf.bTJAu1","bTJAw1":"%ed.bTIQX.%wf.bTJAu1.actions.0","bTJgh":"%ed.bTJhM.%el.bTIoX.%el.bTIop","bTJgj":"%ed.bTJhM.%el.bTIoX","bTJgk":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTIoq.%el.bTJhP","bTJgl":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTIoq","bTJgn":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTIor","bTJgp":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhL","bTJgs":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTIor.%el.bTJhQ","bTJgt":"%ed.bTJhM.%wf.bTIrM.actions.0","bTJgv":"%ed.bTJhM.%wf.bTIrM","bTJgw":"%ed.bTJhM.%wf.bTIrM.actions.4","bTJgx":"%ed.bTJhM.%wf.bTIrM.actions.2","bTJgy":"%ed.bTJhM.%wf.bTIrM.actions.3","bTJgz":"%ed.bTJhM.%wf.bTIum.actions.0","bTJhA":"%ed.bTJhM.%wf.bTIrM.actions.5","bTJhB":"%ed.bTJhM.%wf.bTIum","bTJhC":"%ed.bTJhM.%wf.bTIum.actions.4","bTJhD":"%ed.bTJhM.%wf.bTIum.actions.2","bTJhE":"%ed.bTJhM.%wf.bTIum.actions.3","bTJhF":"%ed.bTJhM.%wf.bTIuq.actions.0","bTJhG":"%ed.bTJhM.%wf.bTIum.actions.5","bTJhH":"%ed.bTJhM.%wf.bTIuq","bTJhO":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR","bTJhV":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU","bTJhY":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU.%el.bTJhb","bTJhc":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU.%el.bTJhb.%el.bTJhh.%el.bTJhi","bTJhf":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU.%el.bTJhb.%el.bTJhh","bTJhg":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU.%el.bTJhb.%el.bTJhl","bTJhj":"%ed.bTJhM.%wf.bTJho","bTJhm":"%ed.bTJhM.%wf.bTJho.actions.0","bTJhr":"%ed.bTJhM.%wf.bTJho.actions.2","bTJhs":"%ed.bTJhM.%wf.bTJho.actions.4","bTJht":"%ed.bTJhM.%wf.bTJho.actions.3","bTJiB":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU","bTJiC":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ","bTJiE":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU.%el.bTJhb.%el.bTJhh.%el.bTJhi","bTJiF":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU.%el.bTJhb","bTJiG":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU.%el.bTJhb.%el.bTJhh","bTJiH":"%ed.bTJhM.%wf.bTJiN","bTJiI":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU.%el.bTJhb.%el.bTJhl","bTJiM":"%ed.bTJhM.%wf.bTJiN.actions.2","bTJiO":"%ed.bTJhM.%wf.bTJiN.actions.3","bTJiP":"%ed.bTJhM.%wf.bTJiN.actions.4","bTJlQ":"%ed.bTJhM.%wf.bTJiN.actions.0","bTJlV":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJlX","bTJnF":"%ed.bTHGJ.%wf.bTJnH.actions.0","bTJnG":"%ed.bTHGJ.%wf.bTJnH","bTJnK":"%ed.bTHGJ.%wf.cmNqR.actions.12","bTJnM":"%ed.bTHGJ.%wf.bTJnH.actions.1","bTJnX":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd","bTJna":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd.%el.cmMkj.%el.cmMkk","bTJnc":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd.%el.cmMkj","bTJne":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd.%el.cmMkn","bTJnf":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd.%el.cmMkn.%el.cmMkq","bTJng":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkj","bTJnh":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn","bTJnj":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkn.%el.cmMkq","bTJnk":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkj.%el.cmMkk","bTJnl":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkn","bTJno":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu","bTJnp":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkn","bTJnq":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkj","bTJnr":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkj.%el.cmMkk","bTJnt":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkn.%el.cmMkq","bTJsM":"%ed.bTIQX.%el.bTJsR","bTJsT":"%ed.bTIQX.%el.bTJsS","bTJsX":"%ed.bTIQX.%wf.bTIeA.actions.0","bTJsa":"%ed.bTIQX.%wf.bTIeA.actions.1","bTJsc":"%ed.bTIKY.%el.bTJsb","bTJsf":"%ed.bTIKY.%wf.bTHbY0.actions.1","bTJsg":"%ed.bTIKY.%wf.bTHbY0.actions.2","bTJum":"%ed.bTHmT.%el.cmMZi.%el.cmMZr.%el.bTJul","bTJup":"%ed.bTHmT.%wf.bTJuo","bTJus":"%ed.bTHmT.%el.bTJur","bTJuv":"%ed.bTHmT.%wf.bTJuo.actions.1","bTJuw":"%ed.bTHmT.%wf.bTJuo.actions.2","bTJuy":"%ed.bTHmT.%wf.bTJuo.actions.0","bTJyA":"%ed.bTKAb.%el.bTKGE0","bTJyB":"%ed.bTKAb.%el.bTHRt","bTJyC":"%ed.bTKAb.%el.bTHqY","bTJyh":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0","bTJyi":"%ed.bTKAb.%el.bTKGE0.%el.bTKGF0","bTJyj":"%ed.bTKAb.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTJyk":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmODk0","bTJyl":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTGzW","bTJym":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn","bTJyo":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTJyq":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC","bTJyt":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTJyu":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTJyv":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTJyx":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTJyy":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTJzC":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc.%el.cmObV","bTJzD":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJvm","bTJzE":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc","bTJzF":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTJzG":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc.%el.cmObY","bTJzH":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTJzI":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJxh","bTJzJ":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTJzK":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTJzL":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc.%el.cmObY","bTJzM":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc","bTJzN":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc.%el.cmObV","bTJzO":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU","bTJzP":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR","bTJzQ":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU","bTJzR":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN.%el.bTHBH","bTJzS":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV","bTJzT":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN","bTJzV":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHNM","bTJzW":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHNM.%el.bTHBH","bTJze":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJwl","bTJzf":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJwl.%el.bTHBH","bTJzj":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJxi.%el.bTHBH","bTJzl":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJxi","bTJzm":"%ed.bTKAb.%el.bTKHM0","bTJzp":"%ed.bTKAb.%el.bTKHM0.%el.bTKAt","bTJzq":"%ed.bTKAb.%el.bTKHM0.%el.bTIWI","bTJzr":"%ed.bTKAb.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTJzs":"%ed.bTKAb.%el.bTKHM0.%el.bTKAt.%el.bTKAr.%el.bTKAv","bTJzt":"%ed.bTKAb.%el.bTKHM0.%el.bTKAt.%el.bTKAr","bTJzu":"%ed.bTKAb.%el.bTKHM0.%el.bTKAt.%el.bTKAr.%el.bTKAw","bTKAZ":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKAh","bTKAc":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc.%el.cmObV","bTKAe":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc","bTKAf":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAi","bTKAg":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc.%el.cmObY","bTKAk":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAi.%el.bTHBH","bTKAl":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAp.%el.cmNll","bTKAm":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAp","bTKAu":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz","bTKAx":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMcm.%el.bTKCj","bTKBA":"%ed.bTKAb.%wf.bTKBE","bTKBF":"%ed.bTKAb.%wf.bTKBE.actions.0","bTKBK":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKBN","bTKBO":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMcm.%el.bTKCn","bTKBR":"%ed.bTKAb.%wf.bTKBE.actions.1","bTKBS":"%ed.bTKAb.%wf.bTKBU.actions.0","bTKBT":"%ed.bTKAb.%wf.bTKBU","bTKBV":"%ed.bTKAb.%wf.bTKBc","bTKBX":"%ed.bTKAb.%wf.bTKBU.actions.1","bTKBY":"%ed.bTKAb.%wf.bTKBc.actions.1","bTKBa":"%ed.bTKAb.%wf.bTKBc.actions.0","bTKBd":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN.%el.bTKBf","bTKBg":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq","bTKBh":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMYs.%el.cmMYy","bTKBi":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMYs","bTKBj":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMYs.%el.cmMYv","bTKBk":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0","bTKBl":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm","bTKBm":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk","bTKBn":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqf0","bTKBo":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0","bTKBp":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0","bTKBr":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqi0","bTKBs":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqt0","bTKBt":"%ed.bTKAb.%wf.bTKBx.actions.0","bTKBu":"%ed.bTKAb.%wf.bTKBx","bTKBy":"%ed.bTKAb.%wf.bTKCB","bTKCA":"%ed.bTKAb.%wf.bTKCB.actions.0","bTKCF":"%ed.bTKAb.%wf.bTKCI","bTKCK":"%ed.bTKAb.%wf.bTKCI.actions.0","bTKCL":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMYs","bTKCM":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ","bTKCO":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMcm","bTKCP":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMYs.%el.cmMYv","bTKCQ":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMYs.%el.cmMYy","bTKCX":"%ed.bTKAb.%wf.bTKCa","bTKCc":"%ed.bTKAb.%wf.bTKCa.actions.0","bTKCq":"%ed.bTKDa.%el.bTHLz","bTKCr":"%ed.bTKDa.%el.bTHXM","bTKCs":"%ed.bTKDa.%el.cmMkT","bTKCv":"%ed.bTKDa.%el.cmMlJ","bTKCw":"%ed.bTKDa.%el.cmMkT.%el.cmMkX","bTKCx":"%ed.bTKDa.%el.cmMkT.%el.cmMka","bTKCy":"%ed.bTKDa.%el.bTHHb0","bTKCz":"%ed.bTKDa.%el.cmMlJ.%el.cmMlK","bTKDA":"%ed.bTKDa.%el.cmMlJ.%el.cmMlO","bTKDB":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0.%el.cmMkj","bTKDC":"%ed.bTKDa.%el.bTHHb0.%el.bTJrh","bTKDD":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0","bTKDE":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0.%el.cmMkn.%el.cmMkq","bTKDF":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0.%el.cmMkj.%el.cmMkk","bTKDG":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0.%el.cmMkn","bTKDK":"%ed.bTKDa.%wf.cmMnU.actions.0","bTKDM":"%ed.bTKDa.%wf.cmMnU","bTKDN":"%ed.bTKDa.%wf.cmMnU.actions.2","bTKDQ":"%ed.bTKDa.%wf.cmMnZ.actions.0","bTKDR":"%ed.bTKDa.%wf.cmMnU.actions.3","bTKDS":"%ed.bTKDa.%wf.cmMnZ","bTKDT":"%ed.bTKDa.%wf.cmMng","bTKDU":"%ed.bTKDa.%wf.cmMnc","bTKDV":"%ed.bTKDa.%wf.cmMnc.actions.0","bTKDX":"%ed.bTKDa.%wf.cmMng.actions.0","bTKDY":"%ed.bTKDa.%wf.bTHHf0","bTKDZ":"%ed.bTKDa.%el.bTHHb0.%el.bTKDe","bTKDc":"%ed.bTKDa.%el.bTHHb0.%el.bTKDe.%el.bTKDh","bTKDf":"%ed.bTKDa.%el.bTHHb0.%el.bTKDe.%el.bTKDk","bTKDi":"%ed.bTKAb.%el.bTKDn","bTKDl":"%ed.bTKAb.%wf.bTKDq","bTKDo":"%ed.bTKAb.%wf.bTKDq.actions.0","bTKDr":"%ed.bTKDa.%wf.cmMnU.actions.1","bTKDs":"%ed.bTKAb.%wf.bTKDq.actions.1","bTKaX":"%ed.bTKbH.%el.bTHLz","bTKaa":"%ed.bTKbH.%el.bTJsF.%el.cmPxS","bTKab":"%ed.bTKbH.%el.bTHXM","bTKac":"%ed.bTKbH.%el.bTJsF","bTKad":"%ed.bTKbH.%el.cmMkT.%el.cmMkX","bTKae":"%ed.bTKbH.%el.bTJsF.%el.cmPxS.%el.cmNUV1","bTKaf":"%ed.bTKbH.%el.cmMkT","bTKah":"%ed.bTKbH.%el.cmMkT.%el.cmMka","bTKai":"%ed.bTKbH.%el.bTKbg","bTKaj":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ.%el.bTJrh","bTKal":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ","bTKap":"%ed.bTKbH.%wf.bTJsI","bTKas":"%ed.bTKbH.%wf.bTJsI.actions.2","bTKat":"%ed.bTKbH.%wf.bTJsI.actions.0","bTKau":"%ed.bTKbH.%wf.bTJsI.actions.1","bTKbB":"%ed.bTKbH.%wf.cmMnc","bTKbE":"%ed.bTKbH.%wf.cmMng.actions.0","bTKbF":"%ed.bTKbH.%wf.cmMnc.actions.0","bTKbG":"%ed.bTKbH.%wf.cmMng","bTKbK":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ.%el.bTKbP","bTKbN":"%ed.bTKbH.%el.bTKbS","bTKbU":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ.%el.bTKbT","bTKbX":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ.%el.bTKbW","bTKbZ":"%ed.bTKbH.%el.bTKbg.%el.bTKbi.%el.bTKbn","bTKba":"%ed.bTKbH.%el.bTKbg.%el.bTKbi","bTKbd":"%ed.bTKbH.%el.bTKbg.%el.bTKbi.%el.bTKbn.%el.bTKbl","bTKbe":"%ed.bTKbH.%el.bTKbg.%el.bTKbi.%el.bTKbm","bTKbo":"%ed.bTKbH.%el.bTKbg.%el.bTKbr.%el.bTKbm","bTKbp":"%ed.bTKbH.%el.bTKbg.%el.bTKbr","bTKbt":"%ed.bTKbH.%el.bTKbg.%el.bTKbr.%el.bTKbv","bTKbw":"%ed.bTKbH.%el.bTKbg.%el.bTKbr.%el.bTKby","bTKbz":"%ed.bTKbH.%wf.bTKcB","bTKcA":"%ed.bTKbH.%wf.bTKcF","bTKcC":"%ed.bTKbH.%wf.bTKcB.actions.0","bTKcD":"%ed.bTKbH.%wf.bTKcF.actions.0","bTKcL":"%ed.bTKbH.%wf.bTKcN","bTKcO":"%ed.bTKbH.%wf.bTKcN.actions.0","bTKcP":"%ed.bTKbH.%wf.bTKcT","bTKcV":"%ed.bTKbH.%wf.bTKcT.actions.1","bTKcX":"%ed.bTKbH.%wf.bTKcT.actions.0","bTKcc":"%ed.bTKcY.%el.bTKcb","bTKce":"%ed.bTKcY.%wf.bTKcg.actions.0","bTKcf":"%ed.bTKcY.%wf.bTKcg","bTKci":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTKch","bTKcl":"%ed.bTKcY.%el.bTKck","bTKcn":"%ed.bTKcY.%wf.bTKcp.actions.0","bTKco":"%ed.bTKcY.%wf.bTKcp","bTKcr":"%ed.bTKcY.%wf.bTKcp.actions.2","bTKcq0":"%ed.bTKcY.%wf.bTKcu0","bTKcv0":"%ed.bTKcY.%wf.bTKcu0.actions.0","bTKcx0":"%ed.bTKcY.%el.bTKcw0","bTKcz0":"%ed.bTKcY.%wf.bTKcg.actions.1","bTKdA0":"%ed.bTKcY.%wf.bTKcp.actions.1","bTKdE0":"%ed.bTKcY.%wf.bTKcg.actions.2","bTKdy1":"%ed.bTIbT.%wf.bTIbl.actions.3","bTKeE1":"%ed.bTIbT.%el.bTKeL1","bTKeH1":"%ed.bTIbT.%el.bTKeL1.%el.bTIZf","bTKeJ1":"%ed.bTIbT.%el.bTKeL1.%el.bTIZa","bTKgC":"%ed.bTIOY.%wf.bTKgI","bTKgE":"%ed.bTIOY.%wf.bTKgI.actions.0","bTKgO":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy","bTKgQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy.%el.cmMkj","bTKgU":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy.%el.cmMkj.%el.cmMkk","bTKgV":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy.%el.cmMkn","bTKgW":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy.%el.cmMkn.%el.cmMkq","bTKgb":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn","bTKgg":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn.%el.cmMkj","bTKgh":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn.%el.cmMkj.%el.cmMkk","bTKgi":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn.%el.cmMkn","bTKgm":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn.%el.cmMkn.%el.cmMkq","bTKmm":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo","bTKmy":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA","bTKnL":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC.%el.bTKni","bTKnQ":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC.%el.bTKni.%el.cmMkk","bTKnS":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC.%el.bTKnj","bTKnX":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC.%el.bTKnj.%el.cmMkq","bTKnc":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC","bTKnk":"%ed.bTKnK.%el.bTKnp","bTKnu":"%ed.bTKnK.%wf.bTKnv","bTKnw":"%ed.bTKnK.%wf.bTKnv.actions.0","bTKoA":"%ed.bTKnK.%wf.bTKnv.actions.1","bTKoC":"%ed.bTKnK.%wf.bTKnv.actions.2","bTKoT":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD","bTKoY":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD.%el.bTKni","bTKoZ":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD.%el.bTKni.%el.cmMkk","bTKoa":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD.%el.bTKnj","bTKoe":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD.%el.bTKnj.%el.cmMkq","bTKog":"%ed.bTKnK.%wf.bTKor","bTKol":"%ed.bTKnK.%wf.bTKor.actions.0","bTKom":"%ed.bTKnK.%wf.bTKor.actions.1","bTKoq":"%ed.bTKnK.%wf.bTKor.actions.2","bTKow":"%ed.bTKnK.%el.bTKnp.%el.bTKoy","bTKpE":"%ed.bTIUb.%el.bTHHb0.%el.bTKpJ","bTKpK":"%ed.bTIUb.%wf.bTHHf0.actions.2","bTKpO":"%ed.bTINL.%el.bTHHb0.%el.bTKpQ","bTKpU":"%ed.bTINL.%wf.bTHHf0.actions.0","bTKzX":"%ed.bTHHa.%el.bTKzj","bTKzc":"%ed.bTHHa.%el.bTKzj.%el.cmMkj","bTKzd":"%ed.bTHHa.%el.bTKzj.%el.cmMkj.%el.cmMkk","bTKze":"%ed.bTHHa.%el.bTKzj.%el.cmMkn","bTKzi":"%ed.bTHHa.%el.bTKzj.%el.cmMkn.%el.cmMkq","bTKzk":"%ed.bTHHa.%wf.bTKzo","bTKzp":"%ed.bTHHa.%wf.bTKzo.actions.0","bTKzq":"%ed.bTHHa.%wf.bTKzu","bTKzv":"%ed.bTHHa.%wf.bTKzu.actions.0","bTLDS":"%ed.bTLEt.%el.bTIYp","bTLDT":"%ed.bTLEt.%el.bTIcX","bTLDf":"%ed.bTLEt.%el.bTIcf","bTLDg":"%ed.bTLEt.%el.bTIeh","bTLDk":"%ed.bTLEt.%el.bTIeh.%el.cmMnI","bTLDl":"%ed.bTLEt.%el.bTIeh.%el.cmMnI.%el.cmMnL","bTLDm":"%ed.bTLEt.%el.bTIeh.%el.cmMnI.%el.cmMnO","bTLDq":"%ed.bTLEt.%el.bTIej","bTLDr":"%ed.bTLEt.%el.bTIek","bTLDs":"%ed.bTLEt.%el.bTIfG","bTLEo":"%ed.bTLEt.%wf.bTIfW","bTLEu":"%ed.bTLEt.%el.bTLFK","bTLFA":"%ed.bTISR.%el.bTLPb.%el.bTLFS","bTLFE":"%ed.bTLEt.%wf.bTLFF","bTLFG":"%ed.bTLEt.%wf.bTLFF.actions.0","bTLFW":"%ed.bTISR.%el.bTLPb.%el.bTLFS.%el.bTLFc","bTLHW1":"%ed.bTLEt.%wf.bTIfW.actions.1","bTLHb1":"%ed.bTLEt.%wf.bTIfW.actions.2","bTLHg1":"%ed.bTLEt.%wf.bTIfW.actions.3","bTLHs1":"%ed.bTLJS1.%el.bTIcX","bTLHt1":"%ed.bTLJS1.%el.bTIcf","bTLHu1":"%ed.bTLJS1.%el.bTIeh","bTLHy1":"%ed.bTLJS1.%el.bTIeh.%el.cmMnI","bTLHz1":"%ed.bTLJS1.%el.bTIeh.%el.cmMnI.%el.cmMnL","bTLIA1":"%ed.bTLJS1.%el.bTIeh.%el.cmMnI.%el.cmMnO","bTLIE1":"%ed.bTLJS1.%el.bTLNa1.%el.bTLNb1","bTLIF1":"%ed.bTLJS1.%el.bTIek","bTLIG1":"%ed.bTLJS1.%el.bTIfG","bTLIK1":"%ed.bTLJS1.%el.bTIfN","bTLIL1":"%ed.bTLJS1.%el.bTIfN.%el.bTNqu","bTLIM1":"%ed.bTLJS1.%el.bTIfN.%el.bTNqx","bTLIQ1":"%ed.bTLJS1.%el.bTIfN.%el.bTPQy","bTLIR1":"%ed.bTLJS1.%el.bTIfN.%el.bTPRb","bTLId1":"%ed.bTLJS1.%wf.bTIep","bTLIe1":"%ed.bTLJS1.%wf.bTIep.actions.0","bTLIi1":"%ed.bTLJS1.%wf.bTIep.actions.1","bTLIj1":"%ed.bTLJS1.%wf.bTIes","bTLIk1":"%ed.bTLJS1.%wf.bTIes.actions.0","bTLIo1":"%ed.bTLJS1.%wf.bTIes.actions.1","bTLIp1":"%ed.bTLJS1.%wf.bTIes.actions.3","bTLIq1":"%ed.bTLJS1.%wf.bTIes.actions.4","bTLIu1":"%ed.bTLJS1.%wf.bTIfB","bTLIv1":"%ed.bTLJS1.%wf.bTIfB.actions.0","bTLIw1":"%ed.bTLJS1.%wf.bTIfB.actions.1","bTLJA1":"%ed.bTLJS1.%wf.bTIfB.actions.2","bTLJB1":"%ed.bTLJS1.%wf.bTIfW","bTLJT1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1","bTLJY1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1.%el.cmMdM","bTLJZ1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1.%el.cmMdT","bTLJa1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1.%el.cmMdT.%el.cmMdU","bTLJe1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1.%el.cmMdT.%el.cmMda","bTLJg1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJw1","bTLJm1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1","bTLKC1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLKK1","bTLKE1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLKK1.%el.cmMnI","bTLKI1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLKK1.%el.cmMnI.%el.cmMnL","bTLKJ1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLKK1.%el.cmMnI.%el.cmMnO","bTLMf1":"%ed.bTISR.%el.bTLPb.%el.bTLOX1","bTLMk1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1","bTLMq1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl","bTLMs1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl.%el.bTLOo1.%el.bTLOp1","bTLNV1":"%ed.bTLJS1.%el.bTLNa1","bTLNc1":"%ed.bTLJS1.%el.bTLNa1.%el.bTLNh1","bTLNi1":"%ed.bTLJS1.%wf.bTLNn1","bTLNs1":"%ed.bTLJS1.%wf.bTLNn1.actions.0","bTLNt1":"%ed.bTLJS1.%wf.bTLNn1.actions.1","bTLNu1":"%ed.bTLJS1.%wf.bTLNy1","bTLNz1":"%ed.bTLJS1.%wf.bTLNy1.actions.1","bTLOE1":"%ed.bTLJS1.%wf.bTLNy1.actions.5","bTLOF1":"%ed.bTLJS1.%wf.bTLNy1.actions.6","bTLOG1":"%ed.bTLJS1.%wf.bTLOK1","bTLOL1":"%ed.bTLJS1.%wf.bTLOK1.actions.0","bTLOR1":"%ed.bTLJS1.%wf.bTLNy1.actions.4","bTLOY1":"%ed.bTISR.%el.bTLPb.%el.bTLOX1.%el.bTLOd1","bTLOi1":"%ed.bTLJS1.%wf.bTLOK1.actions.1","bTLOj1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl.%el.bTLOo1","bTLOq1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl.%el.bTLOo1.%el.bTLOv1","bTLPI1":"%ed.bTLJS1.%wf.bTIfW.actions.0","bTLPO1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHfD.%el.bTLPT1","bTLPY1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHfD.%el.bTLPT1.%el.bTLPa1","bTLPe1":"%ed.bTIQX.%wf.bTLPg1","bTLPk1":"%ed.bTIQX.%wf.bTLPg1.actions.0","bTLPl1":"%ed.bTISR.%wf.bTLPw1","bTLPq1":"%ed.bTISR.%wf.bTLPw1.actions.0","bTLPr1":"%ed.bTISR.%wf.bTLPw1.actions.1","bTLPs1":"%ed.bTISR.%wf.bTLPw1.actions.2","bTLPy1":"%ed.bTIQX.%wf.bTLPg1.actions.1","bTLYs0":"%ed.bTLbI0.%el.bTHLr","bTLYx0":"%ed.bTLbI0.%el.bTJsb","bTLYy0":"%ed.bTLbI0.%el.bTKGE0","bTLZC0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGF0","bTLZD0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTLZE0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0","bTLZI0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW","bTLZJ0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn","bTLZK0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmODk0","bTLZO0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTLZP0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0","bTLZQ0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS","bTLZU0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS.%el.cmNUS1","bTLZV0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS.%el.cmNUV1","bTLZW0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC","bTLZa0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTLZb0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTLZc0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTLZg0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTLZh0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTLZi0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhB","bTLZm0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf","bTLZn0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc","bTLZo0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObV","bTLZs0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObY","bTLZt0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTLZu0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTLZy0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTLZz0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTLaA0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR","bTLaE0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU","bTLaF0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG","bTLaG0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN","bTLaK0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN.%el.bTHBH","bTLaL0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg","bTLaM0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg.%el.bTHBH","bTLaQ0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ","bTLaR0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR","bTLaS0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR.%el.cmNll","bTLaW0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsS","bTLaX0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsS.%el.cmNll","bTLaY0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm","bTLac0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm.%el.bTHBH","bTLad0":"%ed.bTLbI0.%el.bTKHM0","bTLae0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIWI","bTLai0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTLaj0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIZp","bTLak0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIZp.%el.cmPxS","bTLao0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTLap0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTLaq0":"%ed.bTLbI0.%wf.bTHhE","bTLau0":"%ed.bTLbI0.%wf.bTHhE.actions.0","bTLav0":"%ed.bTLbI0.%wf.bTHhE.actions.1","bTLaw0":"%ed.bTLbI0.%wf.bTKsh","bTLbA0":"%ed.bTLbI0.%wf.bTHbY0","bTLbB0":"%ed.bTLbI0.%wf.bTHbY0.actions.0","bTLbC0":"%ed.bTLbI0.%wf.bTHbY0.actions.1","bTLbG0":"%ed.bTLbI0.%wf.bTHbY0.actions.2","bTLbM0":"%ed.bTLbI0.%el.bTLbO0","bTLbZ0":"%ed.bTLdp0.%el.bTHLr","bTLba0":"%ed.bTLdp0.%el.bTJsb","bTLbe0":"%ed.bTLdp0.%el.bTKGE0","bTLbf0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGF0","bTLbg0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTLbk0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0","bTLcC0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC","bTLcD0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTLcE0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTLcI0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTLcJ0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTLcK0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTLcO0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhB","bTLcP0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf","bTLcQ0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc","bTLcU0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObV","bTLcV0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObY","bTLcW0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTLca0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTLcb0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTLcc0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTLcg0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR","bTLch0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU","bTLci0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG","bTLcm0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN","bTLcn0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN.%el.bTHBH","bTLco0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg","bTLcs0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg.%el.bTHBH","bTLct0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ","bTLcu0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR","bTLcy0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR.%el.cmNll","bTLdE0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm","bTLdF0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm.%el.bTHBH","bTLdG0":"%ed.bTLdp0.%el.bTKHM0","bTLdK0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIWI","bTLdL0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTLdM0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIZp","bTLdQ0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIZp.%el.cmPxS","bTLdR0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTLdS0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTLdW0":"%ed.bTLdp0.%el.bTLbO0","bTLdX0":"%ed.bTLdp0.%wf.bTHhE","bTLea0":"%ed.bTLeT0.%el.bTLef0","bTLel0":"%ed.bTLek0.%el.bTLer0","bTLeq0":"%ed.bTLek0.%el.bTLer0.%el.bTPvw.%el.bTPvx","bTLes0":"%ed.bTLek0.%el.bTLgi0","bTLex0":"%ed.bTLek0.%el.bTLgi0.%el.bTGzW","bTLey0":"%ed.bTLek0.%el.bTLgi0.%el.bTGzW.%el.cmMkn","bTLfC0":"%ed.bTLek0.%el.bTLgi0.%el.bTGzW.%el.cmMkn.%el.cmODk0","bTLfD0":"%ed.bTLek0.%el.bTLgi0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTLfE0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC","bTLfI0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl","bTLfJ0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTLfK0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTLfO0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTLfP0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTLfQ0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJvm","bTLfU0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc","bTLfV0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc.%el.cmObV","bTLfW0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc.%el.cmObY","bTLfa0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJxh","bTLfb0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc","bTLfc0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc.%el.cmObV","bTLfg0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc.%el.cmObY","bTLfh0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKAh","bTLfi0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc","bTLfm0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc.%el.cmObV","bTLfn0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc.%el.cmObY","bTLfo0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKBN","bTLfs0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.cmObm","bTLft0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTLfu0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTLfy0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTLfz0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR","bTLgA0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU","bTLgE0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU","bTLgF0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV","bTLgG0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN","bTLgK0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN.%el.bTHBH","bTLgL0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN.%el.bTKBf","bTLgM0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHNM","bTLgQ0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHNM.%el.bTHBH","bTLgR0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJwl","bTLgS0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJwl.%el.bTHBH","bTLgW0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJxi","bTLgX0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJxi.%el.bTHBH","bTLgY0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAi","bTLgc0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAi.%el.bTHBH","bTLgd0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAp","bTLge0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAp.%el.cmNll","bTLgj0":"%ed.bTLek0.%wf.bTLgq0","bTLgu0":"%ed.bTLek0.%el.bTLer0.%el.bTPvw.%el.bTPvy","bTLhA0":"%ed.bTLek0.%wf.bTLhC0","bTLhG0":"%ed.bTLek0.%wf.bTLhC0.actions.0","bTLhH0":"%ed.bTLeT0.%wf.bTLhI0","bTLhM0":"%ed.bTLeT0.%el.bTLhO0","bTLhS0":"%ed.bTLdp0.%wf.bTHhE.actions.0","bTLhY0":"%ed.bTLeT0.%wf.bTLhI0.actions.0","bTLhZ0":"%ed.bTLeT0.%wf.bTLha0","bTLhe0":"%ed.bTLeT0.%wf.bTLha0.actions.0","bTLum0":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTLus0","bTLuo0":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTLus0.%el.bTJhP","bTLuu0":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTLus0.%el.bTLuz0","bTLvA0":"%ed.bTJhM.%wf.bTLvQ0","bTLvF0":"%ed.bTJhM.%wf.bTLvQ0.actions.0","bTLvG0":"%ed.bTJhM.%wf.bTLvQ0.actions.2","bTLvK0":"%ed.bTJhM.%wf.bTLvQ0.actions.3","bTLvL0":"%ed.bTJhM.%wf.bTLvQ0.actions.4","bTLvM0":"%ed.bTJhM.%wf.bTLvQ0.actions.5","bTMBd0":"%ed.bTMBc0.%el.bTMBi0","bTMBj0":"%ed.bTMBc0.%el.bTMBo0","bTMBp0":"%ed.bTMBc0.%el.bTMBo0.%el.bTMBu0","bTMBv0":"%ed.bTMBc0.%el.bTMBo0.%el.bTMCA0","bTMCB0":"%ed.bTMBc0.%el.bTMBo0.%el.bTMCG0","bTMCH0":"%ed.bTMBc0.%wf.bTMCM0","bTMCN0":"%ed.bTMBc0.%wf.bTMCM0.actions.0","bTMCS0":"%ed.bTMBc0.%wf.bTMCM0.actions.1","bTMCY0":"%ed.bTLEt.%wf.bTIfW.actions.0","bTMCa0":"%ed.bTLEt.%el.bTIcX.%el.bTMCf0","bTMCk0":"%ed.bTLEt.%wf.bTIfW.actions.6","bTMCm0":"%ed.bTLEt.%wf.bTMCq0","bTMCs0":"%ed.bTLEt.%wf.bTIfW.actions.5","bTMCx0":"%ed.bTLEt.%wf.bTMCq0.actions.0","bTMCy0":"%ed.bTLEt.%wf.bTMCq0.actions.1","bTMDD0":"%ed.bTLEt.%wf.bTMCq0.actions.2","bTMDI0":"%ed.bTLEt.%el.bTMDK0","bTMDO0":"%ed.bTLEt.%wf.bTMCq0.actions.3","bTMDP0":"%ed.bTLEt.%wf.bTMCq0.actions.5","bTMDU0":"%ed.bTLEt.%wf.bTMCq0.actions.4","bTMGK0":"%ed.bTMGJ0.%el.bTMGP0","bTMGQ0":"%ed.bTMGJ0.%el.bTMGV0","bTMGW0":"%ed.bTMGJ0.%wf.bTMGa0","bTMGu0":"%ed.bTMGJ0.%wf.bTMHE0","bTMVD":"%ed.bTHGJ.%wf.bTMVE","bTMVI":"%ed.bTHGJ.%wf.bTMVE.actions.0","bTMVJ":"%ed.bTHGJ.%wf.cmNqR.actions.10","bTMVP":"%ed.bTHGJ.%wf.bTMVE.actions.1","bTMVh":"%ed.bTHGJ.%wf.bTMVo","bTMVm":"%ed.bTHGJ.%wf.bTMVo.actions.0","bTMVn":"%ed.bTHGJ.%wf.bTMVo.actions.1","bTMVs":"%ed.bTHGJ.%wf.cmNqR.actions.3","bTMVz":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr","bTMWE":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr.%el.cmMkj","bTMWF":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr.%el.cmMkj.%el.cmMkk","bTMWG":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr.%el.cmMkn","bTMWK":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr.%el.cmMkn.%el.cmMkq","bTMWM":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.bTMWR","bTMWS":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo","bTMWX":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo.%el.cmMkj","bTMWY":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo.%el.cmMkj.%el.cmMkk","bTMWc":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo.%el.cmMkn","bTMWd":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo.%el.cmMkn.%el.cmMkq","bTMWi":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk","bTMWp":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG","bTMWu":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.bTMWR","bTMWv":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.cmMkj","bTMWw":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.cmMkj.%el.cmMkk","bTMXA":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.cmMkn","bTMXB":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.cmMkn.%el.cmMkq","bTMXH":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT","bTMXM":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT.%el.cmMkj","bTMXN":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT.%el.cmMkj.%el.cmMkk","bTMXO":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT.%el.cmMkn","bTMXS":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT.%el.cmMkn.%el.cmMkq","bTMXU":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg","bTMXZ":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg.%el.cmMkj","bTMXa":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg.%el.cmMkj.%el.cmMkk","bTMXe":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg.%el.cmMkn","bTMXf":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg.%el.cmMkn.%el.cmMkq","bTMXk":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm","bTMXs":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx","bTMYb":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.bTMYg","bTMHA0":"%ed.bTMGJ0.%wf.bTMHE0.actions.0","bTMHF0":"%ed.bTMGJ0.%wf.bTMGa0.actions.0","bTMHG0":"%ed.bTMGJ0.%wf.bTMHK0","bTMHL0":"%ed.bTMGJ0.%wf.bTMHK0.actions.0","bTMHM0":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTMHR0","bTMHS0":"%ed.bTMGJ0.%wf.bTMHW0","bTMSt0":"%ed.bTIQX.%wf.bTJAu1.actions.1","bTMgN":"%ed.bTHGJ.%wf.bTMgU","bTMgS":"%ed.bTHGJ.%wf.bTMgU.actions.0","bTMgT":"%ed.bTHGJ.%wf.bTMgU.actions.1","bTMgZ":"%ed.bTHGJ.%wf.cmNqR.actions.13","bTMge":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTMgl","bTMgg":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTMgl.%el.bTIGO","bTMgk":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTMgl.%el.bTIyV1","bTMgm":"%ed.bTIQX.%el.bTMgr","bTMgs":"%ed.bTIQX.%wf.bTMgx","bTMgy":"%ed.bTIQX.%wf.bTMgx.actions.0","bTMhC":"%ed.bTIQX.%wf.bTMgx.actions.1","bTMhI":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU","bTMhK":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKni","bTMhO":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKni.%el.cmMkk","bTMhP":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj","bTMhV":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh","bTMha":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh.%el.bTJhb","bTMhb":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhh","bTMhc":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhh.%el.bTJhi","bTMhg":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhl","bTMhy":"%ed.bTKnK.%wf.bTMiA","bTMiE":"%ed.bTKnK.%wf.bTMiA.actions.0","bTMiG":"%ed.bTKnK.%wf.bTMiA.actions.1","bTMiL":"%ed.bTKnK.%wf.bTMiA.actions.2","bTMjA":"%ed.bTHGJ.%wf.bTMjH","bTMjC":"%ed.bTHGJ.%wf.bTMjH.actions.0","bTMjG":"%ed.bTHGJ.%wf.bTMjH.actions.1","bTMjI":"%ed.bTHGJ.%wf.cmNqR.actions.11","bTMxw":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTMyB","bTMyC":"%ed.bTHmT.%wf.bTMyH","bTMyI":"%ed.bTHmT.%wf.bTMyH.actions.0","bTMyM":"%ed.bTHmT.%wf.bTMyH.actions.1","bTMzE":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTMzK","bTMzJ":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTMzK.%el.cmNll","bTMzO":"%ed.bTIXq.%wf.bTMzQ","bTMzU":"%ed.bTIXq.%wf.bTMzQ.actions.0","bTMzV":"%ed.bTIXq.%wf.bTMzQ.actions.1","bTMkh0":"%ed.bTHGJ.%wf.bTMko0","bTMkn0":"%ed.bTHGJ.%wf.bTMko0.actions.1","bTMkt0":"%ed.bTHGJ.%wf.bTMko0.actions.0","bTMky0":"%ed.bTHGJ.%wf.cmNqR.actions.9","bTNDK":"%ed.bTHOJ.%el.bTHHb0.%el.bTNDM","bTNDQ":"%ed.bTHOJ.%wf.bTHHf0.actions.2","bTNDR":"%ed.bTHOJ.%wf.bTHHf0.actions.3","bTNIO":"%ed.bTNJR.%el.bTHLz","bTNIP":"%ed.bTNJR.%el.bTHXM","bTNIQ":"%ed.bTNJR.%el.cmMkT","bTNIU":"%ed.bTNJR.%el.cmMkT.%el.cmMkX","bTNIV":"%ed.bTNJR.%el.cmMkT.%el.cmMka","bTNIW":"%ed.bTNJR.%el.cmMlJ","bTNIa":"%ed.bTNJR.%el.cmMlJ.%el.cmMlK","bTNIb":"%ed.bTNJR.%el.cmMlJ.%el.cmMlO","bTNIc":"%ed.bTNJR.%el.bTHHb0","bTNIg":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcJ","bTNIi":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcJ.%el.bTNJS","bTNIo":"%ed.bTNJR.%wf.cmMnU","bTNIt":"%ed.bTNJR.%wf.cmMnU.actions.0","bTNIy":"%ed.bTNJR.%wf.cmMnU.actions.1","bTNIz":"%ed.bTNJR.%wf.cmMnU.actions.2","bTNJA":"%ed.bTNJR.%wf.cmMnZ","bTNJE":"%ed.bTNJR.%wf.cmMnZ.actions.0","bTNJF":"%ed.bTNJR.%wf.cmMnc","bTNJG":"%ed.bTNJR.%wf.cmMnc.actions.0","bTNJK":"%ed.bTNJR.%wf.cmMng","bTNJL":"%ed.bTNJR.%wf.cmMng.actions.0","bTNJM":"%ed.bTNJR.%wf.bTHHf0","bTNJW":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcJ.%el.bTNJY","bTNJc":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe","bTNJe":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe.%el.bTNKC.%el.bTNKG","bTNJo":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe.%el.bTNKC.%el.bTNKH","bTNJu":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe.%el.bTNJw","bTNKA":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe.%el.bTNKC","bTNKI":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf","bTNKN":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNJw","bTNKO":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKC","bTNKS":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKC.%el.bTNKG","bTNKT":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKC.%el.bTNKH","bTNKY":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa","bTNKg":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKl","bTNKm":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKs","bTNLC":"%ed.bTNJR.%el.bTNLE","bTNLI":"%ed.bTNJR.%wf.bTNLK","bTNLO":"%ed.bTNJR.%wf.bTNLK.actions.0","bTNLP":"%ed.bTNJR.%wf.bTNLQ","bTNLU":"%ed.bTNJR.%wf.bTNLV","bTNLW":"%ed.bTNJR.%wf.bTNLQ.actions.5","bTNLi":"%ed.bTNJR.%wf.bTNLm","bTNLn":"%ed.bTNJR.%wf.bTNLm.actions.0","bTNLs":"%ed.bTNJR.%wf.bTNLV.actions.0","bTNLy":"%ed.bTNJR.%wf.bTNLV.actions.2","bTNME":"%ed.bTNJR.%wf.bTNLV.actions.3","bTNML":"%ed.bTNJR.%wf.bTNLm.actions.2","bTNMQ":"%ed.bTNJR.%wf.bTNLm.actions.1","bTNMW":"%ed.bTNJR.%wf.bTNLQ.actions.4","bTNMd":"%ed.bTNJR.%wf.bTNLV.actions.1","bTNMi":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTNMp","bTNMk":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTNMp.%el.bTIGO","bTNMo":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTNMp.%el.bTIyV1","bTNMq":"%ed.bTIQX.%el.bTNMv","bTNMw":"%ed.bTIQX.%wf.bTNNB","bTNNC":"%ed.bTIQX.%wf.bTNNB.actions.0","bTNNG":"%ed.bTIQX.%wf.bTNNB.actions.1","bTNNI":"%ed.bTIYQ.%wf.bTIfB.actions.3","bTNOO":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTNOs","bTNOU":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTNOt","bTNOm":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo","bTNOu":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTNOz","bTNPA":"%ed.bTLJS1.%wf.bTNPF","bTNPG":"%ed.bTLJS1.%wf.bTNPF.actions.0","bTNPK":"%ed.bTLJS1.%wf.bTNPL","bTNPM":"%ed.bTLJS1.%wf.bTNPL.actions.0","bTNPi":"%ed.bTNPe.%el.bTNPq.%el.bTNPu","bTNPo":"%ed.bTNPe.%el.bTNPq","bTNPv":"%ed.bTNPe.%el.bTNQA","bTNQN":"%ed.bTNPe.%wf.bTNQO","bTNQS":"%ed.bTNPe.%wf.bTNQO.actions.0","bTNQZ":"%ed.bTNPe.%wf.bTNQO.actions.1","bTNQe":"%ed.bTNPe.%el.bTNPq.%el.bTNQg","bTNQk":"%ed.bTNPe.%el.bTNPq.%el.bTNQm","bTNQq":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl.%el.bTNQw","bTNQx":"%ed.bTLJS1.%wf.bTNQy","bTNRI":"%ed.bTLJS1.%wf.bTLNy1.actions.3","bTNRO":"%ed.bTLJS1.%wf.bTNQy.actions.0","bTNRQ":"%ed.bTLJS1.%wf.bTNQy.actions.1","bTNRU":"%ed.bTLJS1.%wf.bTLOK1.actions.2","bTNRa":"%ed.bTLEt.%wf.bTIfW.actions.7","bTNTe":"%ed.bTNVF.%el.bTIcX","bTNTf":"%ed.bTNVF.%el.bTIcX.%el.bTIcb","bTNTg":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIZb","bTNTk":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl","bTNTm":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSzQ0.%el.bTSzU0","bTNTq":"%ed.bTNVF.%el.bTIcf","bTNTr":"%ed.bTNVF.%el.bTIeh","bTNTs":"%ed.bTNVF.%el.bTIeh.%el.cmMnI","bTNTw":"%ed.bTNVF.%el.bTIeh.%el.cmMnI.%el.cmMnL","bTNTx":"%ed.bTNVF.%el.bTIeh.%el.cmMnI.%el.cmMnO","bTNTy":"%ed.bTNVF.%el.bTIej","bTNUC":"%ed.bTNVF.%el.bTIek","bTNUD":"%ed.bTNVF.%el.bTIfG","bTNUE":"%ed.bTNVF.%el.bTIfN","bTNUI":"%ed.bTNVF.%el.bTIfN.%el.bTNqu","bTNUJ":"%ed.bTNVF.%el.bTIfN.%el.bTNqx","bTNUK":"%ed.bTNVF.%el.bTIfN.%el.bTPQy","bTNUO":"%ed.bTNVF.%el.bTIfN.%el.bTPRb","bTNUP":"%ed.bTNVF.%wf.bTIZP","bTNUQ":"%ed.bTNVF.%wf.bTIZP.actions.0","bTNUU":"%ed.bTNVF.%wf.bTIZS","bTNUV":"%ed.bTNVF.%wf.bTIZS.actions.0","bTNUW":"%ed.bTNVF.%wf.bTIZS.actions.1","bTNUa":"%ed.bTNVF.%wf.bTIZS.actions.2","bTNUb":"%ed.bTNVF.%wf.bTIep","bTNUc":"%ed.bTNVF.%wf.bTIep.actions.0","bTNUg":"%ed.bTNVF.%wf.bTIep.actions.1","bTNUh":"%ed.bTNVF.%wf.bTIes","bTNUi":"%ed.bTNVF.%wf.bTIes.actions.0","bTNUm":"%ed.bTNVF.%wf.bTIes.actions.1","bTNUn":"%ed.bTNVF.%wf.bTIes.actions.3","bTNUo":"%ed.bTNVF.%wf.bTIes.actions.4","bTNUs":"%ed.bTNVF.%wf.bTIfB","bTNUt":"%ed.bTNVF.%wf.bTIfB.actions.0","bTNUu":"%ed.bTNVF.%wf.bTIfB.actions.1","bTNUy":"%ed.bTNVF.%wf.bTIfB.actions.2","bTNUz":"%ed.bTNVF.%wf.bTIfB.actions.3","bTNVA":"%ed.bTNVF.%wf.bTIfW","bTNVE":"%ed.bTNVF.%wf.bTIfW.actions.0","bTNVM":"%ed.bTNVF.%el.bTNVS","bTNVc":"%ed.bTNXK.%el.bTIbo","bTNVd":"%ed.bTNXK.%el.bTIdA","bTNVe":"%ed.bTNXK.%el.bTIdA.%el.bTIhA","bTNVi":"%ed.bTNXK.%el.bTIdA.%el.bTIhA.%el.bTIhE","bTNVj":"%ed.bTNXK.%el.bTIdA.%el.bTIhB","bTNVk":"%ed.bTNXK.%el.bTIha","bTNVo":"%ed.bTNXK.%el.bTIha.%el.bTIZa","bTNVp":"%ed.bTNXK.%el.bTIha.%el.bTIZf","bTNVq":"%ed.bTNXK.%el.bTIhd","bTNVu":"%ed.bTNXK.%el.bTIhd.%el.bTIhb","bTNVv":"%ed.bTNXK.%el.bTIhd.%el.bTIhb.%el.bTIZa","bTNVw":"%ed.bTNXK.%el.bTIhd.%el.bTIhb.%el.bTIZf","bTNWA":"%ed.bTNXK.%el.bTIhe","bTNWB":"%ed.bTNXK.%el.bTIhe.%el.bTIhi","bTNWC":"%ed.bTNXK.%el.bTIhe.%el.bTIhl","bTNWG":"%ed.bTNXK.%el.bTKeL1","bTNWH":"%ed.bTNXK.%el.bTKeL1.%el.bTIZa","bTNWI":"%ed.bTNXK.%el.bTKeL1.%el.bTIZf","bTNWT":"%ed.bTNXK.%wf.bTIfr","bTNWU":"%ed.bTNXK.%wf.bTIfr.actions.0","bTNWY":"%ed.bTNXK.%wf.bTIfw","bTNWZ":"%ed.bTNXK.%wf.bTIfw.actions.0","bTNWa":"%ed.bTNXK.%wf.bTIgk","bTNWf":"%ed.bTNXK.%wf.bTIhG","bTNWg":"%ed.bTNXK.%wf.bTIhG.actions.2","bTNWk":"%ed.bTNXK.%wf.bTIhG.actions.3","bTNWl":"%ed.bTNXK.%wf.bTIhM","bTNWm":"%ed.bTNXK.%wf.bTIhM.actions.0","bTNWr":"%ed.bTNXK.%wf.bTIhM.actions.1","bTNWs":"%ed.bTNXK.%wf.bTIhM.actions.2","bTNWw":"%ed.bTNXK.%wf.bTIhk","bTNWx":"%ed.bTNXK.%wf.bTIhk.actions.0","bTNWy":"%ed.bTNXK.%wf.bTIhk.actions.1","bTNXC":"%ed.bTNXK.%wf.bTIhk.actions.2","bTNXD":"%ed.bTNXK.%wf.bTIhx","bTNXE":"%ed.bTNXK.%wf.bTIhx.actions.0","bTNXI":"%ed.bTNXK.%wf.bTIkp","bTNXJ":"%ed.bTNXK.%wf.bTIkp.actions.0","bTNXO":"%ed.bTNXK.%el.bTNXQ","bTNXU":"%ed.bTNXK.%wf.bTNXV","bTNXW":"%ed.bTIYG.%wf.bTHKF.actions.2","bTNXa":"%ed.bTNXK.%wf.bTNXV.actions.0","bTNXb":"%ed.bTNXK.%wf.bTNXV.actions.1","bTNXg":"%ed.bTNXK.%wf.bTNXV.actions.2","bTNXm":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTNXo","bTNXs":"%ed.bTISR.%el.bTLPb.%el.bTNXy","bTNXz":"%ed.bTISR.%el.bTLPb.%el.bTNXy.%el.bTNYE","bTNaJ":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac","bTNaO":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKni","bTNaP":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKni.%el.cmMkk","bTNaQ":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj","bTNaU":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh","bTNaV":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh.%el.bTJhb","bTNaW":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhh","bTNaa":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhh.%el.bTJhi","bTNab":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhl","bTNag":"%ed.bTKnK.%wf.bTNai","bTNam":"%ed.bTKnK.%wf.bTNai.actions.0","bTNbo":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTNcU","bTNbq":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTNcU.%el.bTJhP","bTNbu":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTNcU.%el.bTLuz0","bTNcA":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT","bTNcC":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTKni","bTNcG":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTKni.%el.cmMkk","bTNcY":"%ed.bTKnK.%wf.bTNcZ","bTNca":"%ed.bTKnK.%wf.bTNcZ.actions.0","bTNcf":"%ed.bTKnK.%wf.bTNcZ.actions.1","bTNqi":"%ed.bTIbT.%wf.bTIbl.actions.1","bTNxO":"%ed.bTIQX.%wf.bTJAu1.actions.4","bTNxT":"%ed.bTIQX.%wf.bTJAu1.actions.2","bTNyt":"%ed.bTIXq.%wf.bTMgR.actions.0","bTNyy":"%ed.bTIXq.%wf.bTMgR.actions.2","bTNzK":"%ed.bTIUb.%wf.bTHWo.actions.1","bTOrC":"%ed.bTHGJ.%wf.bTOrJ","bTOrI":"%ed.bTHGJ.%wf.bTOrJ.actions.1","bTOrO":"%ed.bTHGJ.%wf.bTOrJ.actions.0","bTOrQ":"%ed.bTHGJ.%wf.cmNqR.actions.8","bTPQj":"%ed.bTHGJ.%wf.bTPQq","bTPQo":"%ed.bTHGJ.%wf.bTPQq.actions.0","bTPQp":"%ed.bTHGJ.%wf.bTPQq.actions.1","bTPQw":"%ed.bTPQv.%wf.bTPRA","bTPRM":"%ed.bTPQv.%wf.bTPRA.actions.0","bTPRN":"%ed.bTHGJ.%el.cmNpp.%el.bTPRS","bTPRT":"%ed.bTHGJ.%wf.bTPRa","bTPRZ":"%ed.bTHGJ.%wf.bTPRa.actions.2","bTPRf":"%ed.bTHGJ.%wf.bTPRa.actions.0","bTPRl":"%ed.bTHGJ.%wf.bTPRa.actions.1","bTPRq":"%ed.bTHGJ.%wf.cmNqR.actions.6","bTPRs":"%ed.bTLbI0.%el.bTPRx","bTPRy":"%ed.bTLbI0.%wf.bTKsh.actions.0","bTPSC":"%ed.bTLbI0.%wf.bTKsh.actions.1","bTPSE":"%ed.bTIUb.%wf.bTHHf0.actions.0","bTPgI":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm","bTPgN":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm.%el.cmMkj","bTPgO":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm.%el.cmMkj.%el.cmMkk","bTPgS":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm.%el.cmMkn","bTPgT":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm.%el.cmMkn.%el.cmMkq","bTPgY":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgl","bTPgf":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk","bTPjg":"%ed.bTPlL.%el.cmMkT","bTPjk":"%ed.bTPlL.%el.cmMkT.%el.cmMkX","bTPjl":"%ed.bTPlL.%el.cmMkT.%el.cmMka","bTPjm":"%ed.bTPlL.%el.cmMlJ","bTPjq":"%ed.bTPlL.%el.cmMlJ.%el.cmMlK","bTPjr":"%ed.bTPlL.%el.cmMlJ.%el.cmMlO","bTPjs":"%ed.bTPlL.%el.cmPwB","bTPjw":"%ed.bTPlL.%el.cmPwB.%el.cmPwE","bTPjx":"%ed.bTPlL.%el.cmPwB.%el.bTHZY0","bTPjy":"%ed.bTPlL.%el.cmPwB.%el.bTHZY0.%el.bTHZb0","bTPkC":"%ed.bTPlL.%el.cmPwB.%el.bTHZY0.%el.bTHZe0","bTPkD":"%ed.bTPlL.%el.cmPwB.%el.bTKJh0","bTPkE":"%ed.bTPlL.%el.cmPwB.%el.bTKJh0.%el.bTKJi0","bTPkJ":"%ed.bTPlL.%el.bTHZV0","bTPkK":"%ed.bTPlL.%el.bTKJX0","bTPkO":"%ed.bTPlL.%wf.cmMnU","bTPkP":"%ed.bTPlL.%wf.cmMnU.actions.0","bTPkQ":"%ed.bTPlL.%wf.cmMnZ","bTPkU":"%ed.bTPlL.%wf.cmMnZ.actions.0","bTPkV":"%ed.bTPlL.%wf.cmMnc","bTPkW":"%ed.bTPlL.%wf.cmMnc.actions.0","bTPka":"%ed.bTPlL.%wf.cmMnc.actions.1","bTPkb":"%ed.bTPlL.%wf.cmMnc.actions.2","bTPkc":"%ed.bTPlL.%wf.cmMng","bTPkg":"%ed.bTPlL.%wf.cmMng.actions.0","bTPkh":"%ed.bTPlL.%wf.cmPwM","bTPki":"%ed.bTPlL.%wf.cmPwM.actions.0","bTPkm":"%ed.bTPlL.%wf.cmPwM.actions.1","bTPkn":"%ed.bTPlL.%wf.cmPwM.actions.2","bTPko":"%ed.bTPlL.%wf.cmPwW","bTPks":"%ed.bTPlL.%wf.cmPwW.actions.0","bTPkt":"%ed.bTPlL.%wf.cmPxu","bTPku":"%ed.bTPlL.%wf.cmPxu.actions.0","bTPlF":"%ed.bTPlL.%wf.bTHZh0","bTPlQ":"%ed.bTPlL.%wf.cmPxu.actions.1","bTPlu":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTPmC","bTPlw":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTPmC.%el.cmPxS","bTPmA":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTPmC.%el.cmPxS.%el.cmNUS1","bTPmB":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTPmC.%el.cmPxS.%el.cmNUV1","bTPmG":"%ed.bTLbI0.%el.bTPmI","bTPmM":"%ed.bTLbI0.%wf.bTPmO","bTPmS":"%ed.bTLbI0.%wf.bTPmO.actions.0","bTPmT":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTPme.%el.bTPmf","bTPmZ":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTPme","bTPmg":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTPme.%el.bTPml","bTPnO":"%ed.bTPlL.%wf.bTHZh0.actions.0","bTPnQ":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc","bTPnV":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.cmMkj","bTPnW":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.cmMkj.%el.cmMkk","bTPna":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.cmMkn","bTPnb":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.cmMkn.%el.cmMkq","bTPng":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.bTPni","bTPnm":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno","bTPnt":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF","bTPny":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF.%el.cmMkj","bTPnz":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF.%el.cmMkj.%el.cmMkk","bTPoA":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF.%el.cmMkn","bTPoE":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF.%el.cmMkn.%el.cmMkq","bTPoK":"%ed.bTINL.%el.bTHHb0.%el.bTPoW","bTPoM":"%ed.bTINL.%el.bTHHb0.%el.bTPoW.%el.cmMkj","bTPoQ":"%ed.bTINL.%el.bTHHb0.%el.bTPoW.%el.cmMkj.%el.cmMkk","bTPoR":"%ed.bTINL.%el.bTHHb0.%el.bTPoW.%el.cmMkn","bTPoS":"%ed.bTINL.%el.bTHHb0.%el.bTPoW.%el.cmMkn.%el.cmMkq","bTPou":"%ed.bTIbT.%el.bTPpA","bTPpB":"%ed.bTNXK.%el.bTPpG","bTPtI":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK","bTPtO":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPtQ","bTPtU":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPtW","bTPta":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPtc","bTPtg":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPti","bTPtm":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPto","bTPts":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPtu","bTPty":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPuA","bTPvg":"%ed.bTLek0.%el.bTLer0.%el.bTPvq","bTPvl":"%ed.bTLek0.%el.bTLer0.%el.bTPvq.%el.bTIGO","bTPvm":"%ed.bTLek0.%el.bTLer0.%el.bTPvq.%el.bTIyV1","bTPvr":"%ed.bTLek0.%el.bTLer0.%el.bTPvw","bTPwC":"%ed.bTLek0.%wf.bTPwE","bTPwJ":"%ed.bTLek0.%el.bTPwO","bTPwQ":"%ed.bTLek0.%wf.bTPwE.actions.3","bTPwU":"%ed.bTLek0.%wf.bTPwE.actions.0","bTPwc":"%ed.bTLek0.%wf.bTPwE.actions.1","bTPwh":"%ed.bTLek0.%wf.bTPwE.actions.2","bTPxe":"%ed.bTPxd.%el.bTPxj","bTPxk":"%ed.bTPxd.%el.bTPxp","bTPxq":"%ed.bTPxd.%wf.bTPxu","bTPyA":"%ed.bTPxd.%wf.bTPxu.actions.1","bTPyC":"%ed.bTPxd.%wf.bTPyG","bTPyI":"%ed.bTPxd.%wf.bTPxu.actions.0","bTPyN":"%ed.bTPxd.%wf.bTPyG.actions.0","bTPyY":"%ed.bTPxd.%wf.bTPyG.actions.17","bTPye":"%ed.bTLek0.%el.bTLer0.%el.bTPvw.%el.bTPyk","bTPyl":"%ed.bTLek0.%el.bTLer0.%el.bTPys","bTPyq":"%ed.bTLek0.%el.bTLer0.%el.bTPys.%el.bTIGO","bTPyr":"%ed.bTLek0.%el.bTLer0.%el.bTPys.%el.bTIyV1","bTPyw":"%ed.bTLek0.%wf.bTPyy","bTPzD":"%ed.bTLek0.%wf.bTPyy.actions.0","bTPzE":"%ed.bTPxd.%wf.bTPzI","bTPzJ":"%ed.bTPxd.%wf.bTPzI.actions.0","bTPzV":"%ed.bTPxd.%wf.bTPzW","bTPza":"%ed.bTPxd.%wf.bTPzW.actions.0","bTPzc":"%ed.bTPxd.%wf.bTPzW.actions.1","bTPzi":"%ed.bTPxd.%wf.bTPyG.actions.4","bTPzo":"%ed.bTPxd.%wf.bTPyG.actions.5","bTPzu":"%ed.bTPxd.%wf.bTPyG.actions.7","bTPzz":"%ed.bTPxd.%wf.bTPyG.actions.6","bTQAR":"%ed.bTPxd.%wf.bTPyG.actions.3","bTQAk":"%ed.bTPxd.%wf.bTPyG.actions.8","bTQAq":"%ed.bTPxd.%wf.bTPyG.actions.9","bTQAw":"%ed.bTPxd.%wf.bTPyG.actions.15","bTQBB":"%ed.bTPxd.%wf.bTPyG.actions.2","bTQBG":"%ed.bTPxd.%wf.bTPyG.actions.1","bTQBI":"%ed.bTPxd.%wf.bTPyG.actions.10","bTQBN":"%ed.bTPxd.%wf.bTPyG.actions.11","bTQBS":"%ed.bTPxd.%wf.bTPyG.actions.12","bTQBZ":"%ed.bTPxd.%wf.bTPyG.actions.13","bTQBe":"%ed.bTPxd.%wf.bTPyG.actions.14","bTQBl":"%ed.bTPxd.%wf.bTPyG.actions.16","bTQCa":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn","bTQCc":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.bTMWR","bTQCg":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.cmMkj","bTQCh":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.cmMkj.%el.cmMkk","bTQCi":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.cmMkn","bTQCm":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.cmMkn.%el.cmMkq","bTQGw":"%ed.bTHHa.%wf.bTQHA","bTQHB":"%ed.bTHHa.%wf.bTQHA.actions.0","bTQHC":"%ed.bTHHa.%wf.bTQHA.actions.1","bTQHH":"%ed.bTHHa.%wf.bTQHA.actions.2","bTQHM":"%ed.bTHHa.%wf.cmNqR.actions.1","bTQLn":"%ed.bTQNU.%el.cmRLV","bTQLo":"%ed.bTQNU.%el.cmRLV.%el.cmMkX","bTQLs":"%ed.bTQNU.%el.cmRLV.%el.cmREi","bTQLt":"%ed.bTQNU.%el.cmRNJ","bTQLu":"%ed.bTQNU.%el.cmRNJ.%el.cmRNQ","bTQLy":"%ed.bTQNU.%el.cmRNJ.%el.cmRNQ.%el.cmRIP","bTQLz":"%ed.bTQNU.%el.cmRNJ.%el.cmRNQ.%el.cmRNR","bTQMA":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk","bTQME":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl","bTQMF":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv","bTQMG":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv.%el.cmMkj","bTQMK":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv.%el.cmMkj.%el.cmMkk","bTQML":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv.%el.cmMkn","bTQMM":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv.%el.cmMkn.%el.cmRLw","bTQMQ":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz","bTQMR":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz.%el.cmMkj","bTQMS":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz.%el.cmMkj.%el.cmMkk","bTQMW":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz.%el.cmMkn","bTQMX":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz.%el.cmMkn.%el.cmULF","bTQMY":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF","bTQMc":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF.%el.cmMkj","bTQMd":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF.%el.cmMkj.%el.cmMkk","bTQMe":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF.%el.cmMkn","bTQMi":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF.%el.cmMkn.%el.cmRLw","bTQMj":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD","bTQMo":"%ed.bTQNU.%wf.cmMaK","bTQMp":"%ed.bTQNU.%wf.cmMaK.actions.0","bTQMq":"%ed.bTQNU.%wf.cmMaK.actions.1","bTQMu":"%ed.bTQNU.%wf.cmMaK.actions.2","bTQMv":"%ed.bTQNU.%wf.cmMaK.actions.3","bTQMw":"%ed.bTQNU.%wf.cmMaK.actions.4","bTQNA":"%ed.bTQNU.%wf.cmMbU","bTQNB":"%ed.bTQNU.%wf.cmMbU.actions.0","bTQNC":"%ed.bTQNU.%wf.cmQFZ","bTQNI":"%ed.bTQNU.%wf.cmQFe","bTQNM":"%ed.bTQNU.%wf.cmQFe.actions.0","bTQNl":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx","bTQNq":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx.%el.cmMkj","bTQNr":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx.%el.cmMkj.%el.cmMkk","bTQNs":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx.%el.cmMkn","bTQNw":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx.%el.cmMkn.%el.cmULF","bTQNy":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD.%el.bTQOD","bTQOE":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD.%el.bTQOD.%el.bTQOJ","bTQOO":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD.%el.bTQOD.%el.bTQOQ","bTQOU":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD.%el.bTQOa","bTQOb":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn","bTQOg":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn.%el.cmMkj","bTQOh":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn.%el.cmMkj.%el.cmMkk","bTQOi":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn.%el.cmMkn","bTQOm":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn.%el.cmMkn.%el.cmULF","bTQOo":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA","bTQOt":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA.%el.cmMkj","bTQOu":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA.%el.cmMkj.%el.cmMkk","bTQOy":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA.%el.cmMkn","bTQOz":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA.%el.cmMkn.%el.cmULF","bTQPo":"%ed.bTHGJ.%wf.bTQPv","bTQPq":"%ed.bTHGJ.%wf.bTQPv.actions.0","bTQPu":"%ed.bTHGJ.%wf.bTQPv.actions.1","bTQPw":"%ed.bTHGJ.%wf.cmNqR.actions.7","bTQRn":"%ed.bTQVF.%el.bTHLr","bTQRo":"%ed.bTQVF.%el.bTJsb","bTQRs":"%ed.bTQVF.%el.bTKGE0","bTQSE":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW","bTQTC":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG","bTQTG":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK","bTQTH":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL","bTQTM":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL.%el.bTQXJ.%el.bTQXK","bTQTO":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL.%el.bTQXJ.%el.bTQXO","bTQTm":"%ed.bTQVF.%el.bTKGE0.%el.bTKGF0","bTQTq":"%ed.bTQVF.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTQTr":"%ed.bTQVF.%el.bTKHM0","bTQTs":"%ed.bTQVF.%el.bTKHM0.%el.bTIWI","bTQTw":"%ed.bTQVF.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTQTx":"%ed.bTQVF.%el.bTKHM0.%el.bTIZp","bTQTy":"%ed.bTQVF.%el.bTKHM0.%el.bTIZp.%el.cmPxS","bTQUC":"%ed.bTQVF.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTQUD":"%ed.bTQVF.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTQUE":"%ed.bTQVF.%el.bTLbO0","bTQUI":"%ed.bTQVF.%el.bTQPG","bTQUJ":"%ed.bTQVF.%el.bTQQU","bTQUQ":"%ed.bTQVF.%wf.bTQPW","bTQUV":"%ed.bTQVF.%wf.bTQPW.actions.0","bTQUi":"%ed.bTQVF.%wf.bTQQr","bTQUm":"%ed.bTQVF.%wf.bTQQr.actions.0","bTQUn":"%ed.bTQVF.%wf.bTQQr.actions.1","bTQUo":"%ed.bTQVF.%wf.bTQQr.actions.2","bTQXE":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL.%el.bTQXJ","bTQXP":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL.%el.bTQXU","bTQXV":"%ed.bTQVF.%wf.bTQXa","bTQXb":"%ed.bTQVF.%wf.bTQXa.actions.0","bTQXc":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQXh","bTQYv":"%ed.bTPxd.%wf.bTQZk","bTQZA":"%ed.bTPxd.%wf.bTQZk.actions.0","bTQZB":"%ed.bTPxd.%wf.bTQZk.actions.1","bTQZC":"%ed.bTPxd.%wf.bTQZk.actions.2","bTQZG":"%ed.bTPxd.%wf.bTQZk.actions.3","bTQZH":"%ed.bTPxd.%wf.bTQZk.actions.4","bTQZM":"%ed.bTPxd.%wf.bTQZk.actions.5","bTQZN":"%ed.bTPxd.%wf.bTQZk.actions.6","bTQZO":"%ed.bTPxd.%wf.bTQZk.actions.7","bTQZU":"%ed.bTPxd.%wf.bTQZk.actions.8","bTQZY":"%ed.bTPxd.%wf.bTQZk.actions.9","bTQZZ":"%ed.bTPxd.%wf.bTQZk.actions.10","bTQZe":"%ed.bTPxd.%wf.bTQZk.actions.11","bTQZf":"%ed.bTPxd.%wf.bTQZk.actions.12","bTQZg":"%ed.bTPxd.%wf.bTQZk.actions.13","bTQZl":"%ed.bTPxd.%wf.bTPxu.actions.3","bTQgI":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW","bTQgK":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfm","bTQgO":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq","bTQgP":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq.%el.bTQfg","bTQgQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq.%el.bTQfg.%el.bTITa","bTQgU":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq.%el.bTQfg.%el.bTQfk","bTQgV":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq.%el.bTQfg.%el.bTQfl","bTQga":"%ed.bTHOJ.%wf.bTQgc","bTQgg":"%ed.bTHOJ.%wf.bTQgc.actions.0","bTQgh":"%ed.bTHOJ.%wf.bTQgn","bTQgm":"%ed.bTHOJ.%wf.bTQgn.actions.0","bTQiw":"%ed.bTIbT.%el.bTQjc.%el.bTQjg","bTQiy":"%ed.bTIbT.%el.bTQjc.%el.bTQjg.%el.bTLyS","bTQjC":"%ed.bTIbT.%el.bTQjc.%el.bTQjg.%el.bTLyY","bTQjE":"%ed.bTIbT.%el.bTQjc.%el.bTQjg.%el.bTQjK","bTQjO":"%ed.bTIbT.%el.bTQjc.%el.bTQjh","bTQjQ":"%ed.bTIbT.%el.bTQjc.%el.bTQjh.%el.bTLyS","bTQjU":"%ed.bTIbT.%el.bTQjc.%el.bTQjh.%el.bTLyY","bTQja":"%ed.bTIbT.%el.bTQjc","bTQji":"%ed.bTIbT.%wf.bTQjm","bTQjn":"%ed.bTIbT.%wf.bTQjm.actions.0","bTQjo":"%ed.bTIbT.%wf.bTQju","bTQjt":"%ed.bTIbT.%wf.bTQju.actions.0","bTQjy":"%ed.bTNXK.%el.bTQkQ","bTQkA":"%ed.bTNXK.%el.bTQkQ.%el.bTQjg","bTQkE":"%ed.bTNXK.%el.bTQkQ.%el.bTQjg.%el.bTLyS","bTQkF":"%ed.bTNXK.%el.bTQkQ.%el.bTQjg.%el.bTLyY","bTQkG":"%ed.bTNXK.%el.bTQkQ.%el.bTQjg.%el.bTQjK","bTQkK":"%ed.bTNXK.%el.bTQkQ.%el.bTQjh","bTQkL":"%ed.bTNXK.%el.bTQkQ.%el.bTQjh.%el.bTLyS","bTQkM":"%ed.bTNXK.%el.bTQkQ.%el.bTQjh.%el.bTLyY","bTQkR":"%ed.bTNXK.%wf.bTQkX","bTQkW":"%ed.bTNXK.%wf.bTQkX.actions.0","bTQkY":"%ed.bTNXK.%wf.bTQke","bTQkd":"%ed.bTNXK.%wf.bTQke.actions.0","bTQki":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTQkq","bTQkk":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTQkq.%el.bTLyS","bTQko":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTQkq.%el.bTLyY","bTQkp":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTQkq.%el.bTQjK","bTQkv":"%ed.bTLJS1.%wf.bTLNy1.actions.2","bTQlB":"%ed.bTISR.%wf.bTQlM","bTQlG":"%ed.bTISR.%wf.bTQlM.actions.0","bTQlH":"%ed.bTISR.%wf.bTQlM.actions.1","bTQlI":"%ed.bTISR.%wf.bTQlM.actions.2","bTQlN":"%ed.bTISR.%wf.bTQlY","bTQlS":"%ed.bTISR.%wf.bTQlY.actions.0","bTQlT":"%ed.bTISR.%wf.bTQlY.actions.1","bTQlU":"%ed.bTISR.%wf.bTQlY.actions.2","bTQlZ":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ","bTQle":"%ed.bTIbT.%wf.bTIgk.actions.0","bTQlf":"%ed.bTNXK.%wf.bTIgk.actions.0","bTQmC":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ.%el.cmMkj","bTQmD":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ.%el.cmMkj.%el.cmMkk","bTQmE":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ.%el.cmMkn","bTQmI":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ.%el.cmMkn.%el.cmMkq","bTQmK":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP","bTQmU":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg","bTQmW":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.cmMkj","bTQma":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.cmMkj.%el.cmMkk","bTQmb":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.cmMkn","bTQmc":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.cmMkn.%el.cmMkq","bTQmh":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.bTQmm","bTQmn":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA","bTQms":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.cmMkj","bTQmt":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.cmMkj.%el.cmMkk","bTQmu":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.cmMkn","bTQmy":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.cmMkn.%el.cmMkq","bTQmz":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.bTQmm","bTQnE":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp","bTQnG":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ","bTQnK":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ.%el.cmMkj","bTQnL":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ.%el.cmMkj.%el.cmMkk","bTQnM":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ.%el.cmMkn","bTQnQ":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ.%el.cmMkn.%el.cmMkq","bTQnd":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA","bTQne":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA.%el.cmMkj","bTQni":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA.%el.cmMkj.%el.cmMkk","bTQnj":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA.%el.cmMkn","bTQnk":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA.%el.cmMkn.%el.cmMkq","bTQnq":"%ed.bTNXK.%wf.bTQoU","bTQoN":"%ed.bTNXK.%wf.bTQoU.actions.0","bTQoY":"%ed.bTIbT.%wf.bTQoe","bTQoa":"%ed.bTIbT.%wf.bTQoe.actions.1","bTQpO":"%ed.bTISR.%wf.bTIfZ.actions.2","bTQpP":"%ed.bTISR.%wf.bTIfZ.actions.3","bTQpQ":"%ed.bTISR.%wf.bTIfZ.actions.4","bTQpV":"%ed.bTISR.%wf.bTIfZ.actions.5","bTQpa":"%ed.bTISR.%wf.bTIfZ.actions.6","bTQrU":"%ed.bTQrT.%el.bTQrZ","bTQra":"%ed.bTQrT.%el.bTQrf","bTQrg":"%ed.bTQrT.%el.bTQsc","bTQrl":"%ed.bTQrT.%el.bTQsc.%el.bTPqJ","bTQrx":"%ed.bTQrT.%el.bTQsc.%el.bTPqJ.%el.bTPrK","bTQry":"%ed.bTQrT.%el.bTQsc.%el.bTPqJ.%el.bTPrK.%el.bTPrL","bTQsC":"%ed.bTQrT.%el.bTQsc.%el.bTPqJ.%el.bTPrK.%el.bTPrM","bTQsD":"%ed.bTQrT.%el.bTQsc.%el.bTPqy","bTQsE":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPrS","bTQsV":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPsG","bTQsW":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPsG.%el.cmPxS","bTQsa":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPsG.%el.cmPxS.%el.cmNUS1","bTQsb":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPsG.%el.cmPxS.%el.cmNUV1","bTQsg":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPrS.%el.bTQsi","bTQsm":"%ed.bTQrT.%wf.bTQso","bTQss":"%ed.bTQrT.%wf.bTQso.actions.0","bTQst":"%ed.bTQrT.%wf.bTQso.actions.1","bTQsu":"%ed.bTQrT.%wf.bTQso.actions.3","bTQsz":"%ed.bTQrT.%wf.bTQso.actions.4","bTQtA":"%ed.bTQrT.%wf.bTQtF","bTQtG":"%ed.bTQrT.%wf.bTQtF.actions.0","bTQtL":"%ed.bTQrT.%wf.bTQtM","bTQtQ":"%ed.bTQrT.%wf.bTQtM.actions.0","bTQtR":"%ed.bTQrT.%wf.bTQso.actions.2","bTQtW":"%ed.bTIbT.%el.bTWIQ.%el.bTWIU","bTQtc":"%ed.bTNXK.%el.bTWJp.%el.bTWJq","bTQuN":"%ed.bTQrT.%wf.bTQuS","bTQuT":"%ed.bTQrT.%wf.bTQuS.actions.0","bTQuY":"%ed.bTQrT.%wf.bTQua","bTQue":"%ed.bTQrT.%wf.bTQua.actions.0","bTQug":"%ed.bTIOY.%el.bTQul","bTQum":"%ed.bTQrT.%wf.bTQso.actions.5","bTQva":"%ed.bTIYQ.%wf.bTQvb","bTQvc":"%ed.bTIYQ.%wf.bTQvb.actions.0","bTQvg":"%ed.bTIYQ.%wf.bTQvb.actions.1","bTQvh":"%ed.bTNVF.%wf.bTQvo","bTQvm":"%ed.bTNVF.%wf.bTQvo.actions.0","bTQvn":"%ed.bTNVF.%wf.bTQvo.actions.1","bTQvs":"%ed.bTLEt.%wf.bTQvz","bTQvu":"%ed.bTLEt.%wf.bTQvz.actions.0","bTQvy":"%ed.bTLEt.%wf.bTQvz.actions.1","bTQwA":"%ed.bTLEt.%wf.bTQvz.actions.2","bTQwK":"%ed.bTLJS1.%wf.bTQwL","bTQwM":"%ed.bTLJS1.%wf.bTQwL.actions.0","bTQwQ":"%ed.bTLJS1.%wf.bTQwL.actions.1","bTQwR":"%ed.bTISR.%wf.bTQwS","bTQwW":"%ed.bTISR.%wf.bTQwS.actions.0","bTQwX":"%ed.bTISR.%wf.bTQwS.actions.1","bTQwc":"%ed.bTISR.%wf.bTQwS.actions.2","bTQwe":"%ed.bTISR.%wf.bTQwS.actions.3","bTQwk":"%ed.bTISR.%wf.bTLUX.actions.0","bTRDk":"%ed.bTHGJ.%wf.bTRDr","bTRDq":"%ed.bTHGJ.%wf.bTRDr.actions.1","bTRDw":"%ed.bTHGJ.%wf.bTRDr.actions.0","bTRDy":"%ed.bTHGJ.%wf.cmNqR.actions.2","bTRFK":"%ed.bTIKY.%wf.bTKsh.actions.0","bTRFL":"%ed.bTIKY.%el.bTRFQ","bTRFR":"%ed.bTIKY.%wf.bTKsh.actions.1","bTRFX":"%ed.bTHGJ.%wf.bTRFe","bTRFc":"%ed.bTHGJ.%wf.bTRFe.actions.0","bTRFd":"%ed.bTHGJ.%wf.bTRFe.actions.1","bTRFi":"%ed.bTHGJ.%wf.cmNqR.actions.4","bTRPG":"%ed.bTHGJ.%wf.bTRPN","bTRPI":"%ed.bTHGJ.%wf.bTRPN.actions.0","bTRPM":"%ed.bTHGJ.%wf.bTRPN.actions.1","bTRPO":"%ed.bTHGJ.%wf.cmNqR.actions.5","bTRbe":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq","bTRbg":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq.%el.bTNJw","bTRbk":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq.%el.bTNKC","bTRbl":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq.%el.bTNKC.%el.bTNKG","bTRbm":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq.%el.bTNKC.%el.bTNKH","bTRbr":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcI","bTRbw":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcI.%el.bTNJS","bTRbx":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcI.%el.bTNJY","bTRcC":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE","bTRcK":"%ed.bTNJR.%el.bTRcP","bTRcb":"%ed.bTNJR.%el.bTRcP.%el.bTRci","bTRcg":"%ed.bTNJR.%el.bTRcP.%el.bTRci.%el.cmMkX","bTRch":"%ed.bTNJR.%el.bTRcP.%el.bTRci.%el.cmMka","bTRcm":"%ed.bTNJR.%el.bTRcP.%el.bTRco","bTRcs":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE","bTRcu":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE.%el.cmMkj","bTRcy":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE.%el.cmMkj.%el.cmMkk","bTRcz":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE.%el.cmMkn","bTRdA":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE.%el.cmMkn.%el.cmMkq","bTRdF":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdK","bTRdL":"%ed.bTNJR.%wf.bTRdQ","bTRdR":"%ed.bTNJR.%wf.bTRdQ.actions.0","bTRdY":"%ed.bTNJR.%wf.bTRdc","bTRdd":"%ed.bTNJR.%wf.bTRdc.actions.0","bTRde":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq","bTRdj":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq.%el.cmMkj","bTRdk":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq.%el.cmMkj.%el.cmMkk","bTRdo":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq.%el.cmMkn","bTRdp":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq.%el.cmMkn.%el.cmMkq","bTRdu":"%ed.bTNJR.%wf.bTRdQ.actions.1","bTRdw":"%ed.bTNJR.%wf.bTRdQ.actions.2","bTReA":"%ed.bTNJR.%wf.bTRdQ.actions.3","bTReB":"%ed.bTNJR.%wf.bTReG","bTReH":"%ed.bTNJR.%wf.bTReG.actions.0","bTRfo":"%ed.bTHGJ.%wf.bTRfy","bTRft":"%ed.bTHGJ.%wf.bTRfy.actions.0","bTRfu":"%ed.bTHGJ.%wf.bTRfy.actions.1","bTRfz":"%ed.bTHGJ.%wf.cmNqR.actions.1","bTRhG":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkn.%el.bTRhI","bTRhM":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkn.%el.bTRhI.%el.bTRhO","bTRhS":"%ed.bTHIS.%wf.bTRhU","bTRhY":"%ed.bTHIS.%wf.bTRhU.actions.0","bTRhZ":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkn.%el.bTRhf","bTRhe":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkn.%el.bTRhf.%el.bTRhO","bTRhg":"%ed.bTHIS.%wf.bTRhm","bTRhl":"%ed.bTHIS.%wf.bTRhm.actions.0","bTRhq":"%ed.bTHIS.%wf.bTHHf0.actions.2","bTRhr":"%ed.bTHIS.%wf.cmMnc.actions.1","bTRhw":"%ed.bTIbT.%wf.bTRiD","bTRhy":"%ed.bTIbT.%wf.bTRiD.actions.2","bTRiC":"%ed.bTIbT.%wf.bTRiD.actions.3","bTRkH":"%ed.bTIZF.%el.bTLKb1.%el.bTRkS","bTRkU":"%ed.bTIZF.%wf.bTLKm1.actions.1","bTRke":"%ed.bTIZF.%wf.bTLKm1.actions.2","bTRkg":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTRkl","bTRkq":"%ed.bTLJS1.%wf.bTLNy1.actions.0","bTRks":"%ed.bTNJR.%el.cmMkT.%el.bTRkx","bTRlC":"%ed.bTNJR.%wf.bTNLQ.actions.0","bTRlE":"%ed.bTIbT.%wf.bTRlO","bTRlJ":"%ed.bTIbT.%wf.bTRlO.actions.1","bTRlP":"%ed.bTIbT.%wf.bTRlO.actions.2","bTRls":"%ed.bTNXK.%wf.bTRlz","bTRlu":"%ed.bTNXK.%wf.bTRlz.actions.1","bTRly":"%ed.bTNXK.%wf.bTRlz.actions.2","bTRmF":"%ed.bTNPe.%wf.bTRmM","bTRmK":"%ed.bTNPe.%wf.bTRmM.actions.0","bTRmL":"%ed.bTNPe.%wf.bTRmM.actions.1","bTRqk":"%ed.bTIbT.%el.bTRqm","bTRqq":"%ed.bTIbT.%wf.bTRqr","bTRqs":"%ed.bTIbT.%wf.bTRqr.actions.0","bTRqw":"%ed.bTIbT.%wf.bTRqr.actions.1","bTRqx":"%ed.bTNXK.%el.bTRrC","bTRrD":"%ed.bTNXK.%wf.bTRrE","bTRrI":"%ed.bTNXK.%wf.bTRrE.actions.0","bTRrJ":"%ed.bTNXK.%wf.bTRrE.actions.1","bTRsA":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc.%el.bTRsd","bTRsK":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc.%el.bTRsd.%el.bTRsM","bTRsQ":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc.%el.bTRse","bTRsS":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc.%el.bTRse.%el.bTRsM","bTRsX":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc","bTRsi":"%ed.bTLdp0.%wf.bTRsk","bTRso":"%ed.bTLdp0.%wf.bTRsk.actions.0","bTRsp":"%ed.bTLdp0.%wf.bTRsu","bTRsv":"%ed.bTLdp0.%wf.bTRsu.actions.0","bTRtA":"%ed.bTIQX.%wf.bTRtC","bTRtH":"%ed.bTIQX.%wf.bTRtC.actions.0","bTRta":"%ed.bTNJR.%wf.bTNLQ.actions.1","bTRtf":"%ed.bTNJR.%wf.bTNLQ.actions.2","bTRtl":"%ed.bTNJR.%wf.bTNLQ.actions.3","bTRty":"%ed.bTNJR.%wf.bTRuC","bTRuD":"%ed.bTNJR.%wf.bTRuC.actions.1","bTRuI":"%ed.bTNJR.%wf.bTRuC.actions.2","bTRuK":"%ed.bTNJR.%wf.bTRuC.actions.0","bTRuP":"%ed.bTNJR.%wf.bTNLV.actions.4","bTRvp":"%ed.bTRvo.%el.bTRvu","bTRvv":"%ed.bTRvo.%el.bTRwA","bTRwB":"%ed.bTRvo.%wf.bTRwC","bTRwM":"%ed.bTRvo.%wf.bTRwC.actions.2","bTRwT":"%ed.bTHOJ.%el.cmMkT.%el.bTRwY","bTRwZ":"%ed.bTHOJ.%wf.bTRwa","bTRwf":"%ed.bTHOJ.%wf.bTRwa.actions.0","bTRwg":"%ed.bTHOJ.%wf.bTHRg.actions.4","bTRyY":"%ed.bTRvo.%el.bTRyd","bTRye":"%ed.bTRvo.%wf.bTRyi","bTRyk":"%ed.bTRvo.%wf.bTRwC.actions.0","bTRyp":"%ed.bTRvo.%wf.bTRyi.actions.0","bTRyq":"%ed.bTRvo.%el.bTRyv","bTRyw":"%ed.bTRvo.%wf.bTRzA","bTRzC":"%ed.bTRvo.%wf.bTRzA.actions.0","bTRzG":"%ed.bTRvo.%wf.bTRwC.actions.1","bTRzN":"%ed.bTRvo.%wf.bTRzT","bTRzS":"%ed.bTRvo.%wf.bTRzT.actions.0","bTRzU":"%ed.bTRvo.%wf.bTRza","bTRzZ":"%ed.bTRvo.%wf.bTRza.actions.0","bTRzk":"%ed.bTRvo.%el.bTRzm","bTRzq":"%ed.bTRvo.%wf.bTRzy","bTSAD":"%ed.bTRvo.%wf.bTRzy.actions.0","bTSAO":"%ed.bTRvo.%wf.bTSAP","bTSAQ":"%ed.bTRvo.%wf.bTSAP.actions.0","bTSBu":"%ed.bTIZF.%el.bTLKb1.%el.bTSBw","bTSCA":"%ed.bTIZF.%wf.bTSCB","bTSCC":"%ed.bTIZF.%el.bTSCH","bTSCI":"%ed.bTIZF.%wf.bTSCB.actions.0","bTSCN":"%ed.bTIZF.%wf.bTSCB.actions.1","bTSCS":"%ed.bTIZF.%wf.bTSCB.actions.2","bTSCU":"%ed.bTIZF.%wf.bTSCY","bTSCZ":"%ed.bTIZF.%wf.bTSCY.actions.0","bTSIH":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL.%el.bTUdQ","bTSIN":"%ed.bTRvo.%el.bTSIS","bTSIU":"%ed.bTRvo.%wf.bTSIY","bTSIf":"%ed.bTRvo.%wf.bTSIY.actions.1","bTSIg":"%ed.bTRvo.%wf.bTSIk","bTSIm":"%ed.bTRvo.%wf.bTSIY.actions.0","bTSIr":"%ed.bTRvo.%wf.bTSIk.actions.0","bTSIs":"%ed.bTRvo.%wf.bTSIk.actions.1","bTSIx":"%ed.bTRvo.%wf.bTSIk.actions.2","bTSJC":"%ed.bTRvo.%wf.bTSIk.actions.3","bTSSy":"%ed.bTNVF.%wf.bTIZP.actions.1","bTSTw":"%ed.bTIZF.%wf.bTSCB.actions.3","bTSUA":"%ed.bTIZF.%wf.bTSCB.actions.4","bTSUB":"%ed.bTIZF.%wf.bTSCB.actions.5","bTSUg":"%ed.bTIZF.%wf.bTSCY.actions.1","bTSUl":"%ed.bTIZF.%wf.bTSCY.actions.2","bTSUq":"%ed.bTIZF.%wf.bTSCY.actions.3","bTSDa1":"%ed.bTIbT.%wf.bTSDb1","bTSDc1":"%ed.bTIbT.%wf.bTSDg1","bTSDh1":"%ed.bTIbT.%wf.bTSDg1.actions.0","bTSDi1":"%ed.bTIbT.%wf.bTSDb1.actions.0","bTSDm1":"%ed.bTIbT.%wf.bTSDb1.actions.1","bTSDy1":"%ed.bTNXK.%wf.bTSEF1","bTSEA1":"%ed.bTNXK.%wf.bTSEF1.actions.0","bTSEE1":"%ed.bTNXK.%wf.bTSEF1.actions.1","bTSEG1":"%ed.bTNXK.%wf.bTSEK1","bTSEL1":"%ed.bTNXK.%wf.bTSEK1.actions.0","bTSNu0":"%ed.bTPxd.%el.bTSNw0","bTSOA0":"%ed.bTPxd.%wf.bTSOB0","bTSOG0":"%ed.bTPxd.%wf.bTPxu.actions.2","bTSOM0":"%ed.bTPxd.%wf.bTSOB0.actions.1","bTSOS0":"%ed.bTPxd.%wf.bTSOB0.actions.0","bTSOY1":"%ed.bTNPe.%wf.bTSOf1","bTSOa1":"%ed.bTNPe.%wf.bTSOf1.actions.0","bTSOe1":"%ed.bTNPe.%wf.bTSOf1.actions.1","bTSRZ0":"%ed.bTIbT.%wf.bTQoe.actions.0","bTSRe0":"%ed.bTIbT.%wf.bTQoe.actions.4","bTSRk0":"%ed.bTIbT.%wf.bTQoe.actions.2","bTSRm0":"%ed.bTIYQ.%wf.bTIZP.actions.1","bTSVb0":"%ed.bTIZF.%wf.bTSVh0.actions.0","bTSVg0":"%ed.bTIZF.%wf.bTSVh0","bTSVs0":"%ed.bTIZF.%wf.bTSWE0","bTSVu0":"%ed.bTIZF.%wf.bTSWE0.actions.0","bTSVy0":"%ed.bTIZF.%wf.bTSWE0.actions.1","bTSVz0":"%ed.bTIZF.%wf.bTSWE0.actions.2","bTSWA0":"%ed.bTIZF.%wf.bTSWE0.actions.3","bTSWF0":"%ed.bTIZF.%wf.bTSVh0.actions.1","bTSWG0":"%ed.bTIZF.%wf.bTSVh0.actions.2","bTSWW0":"%ed.bTIZF.%wf.bTSVh0.actions.3","bTSWc0":"%ed.bTIZF.%wf.bTSWd0","bTSWi0":"%ed.bTIZF.%wf.bTSWd0.actions.0","bTSWk0":"%ed.bTIZF.%wf.bTSVh0.actions.4","bTSWo0":"%ed.bTIZF.%wf.bTSXB0","bTSXA0":"%ed.bTIZF.%wf.bTSXB0.actions.0","bTSXG0":"%ed.bTIZF.%wf.bTLKm1.actions.3","bTSXI0":"%ed.bTIZF.%wf.bTLKm1.actions.4","bTSYO0":"%ed.bTPxd.%wf.bTSYa0","bTSYQ0":"%ed.bTPxd.%wf.bTSYa0.actions.0","bTSYg0":"%ed.bTPxd.%wf.bTSZL0","bTSYi0":"%ed.bTPxd.%wf.bTSZL0.actions.0","bTSYm0":"%ed.bTPxd.%wf.bTSZL0.actions.1","bTSYn0":"%ed.bTPxd.%wf.bTSZL0.actions.2","bTSYo0":"%ed.bTPxd.%wf.bTSZL0.actions.3","bTSYs0":"%ed.bTPxd.%wf.bTSZL0.actions.4","bTSYt0":"%ed.bTPxd.%wf.bTSZL0.actions.5","bTSYu0":"%ed.bTPxd.%wf.bTSZL0.actions.6","bTSYy0":"%ed.bTPxd.%wf.bTSZL0.actions.7","bTSYz0":"%ed.bTPxd.%wf.bTSZL0.actions.8","bTSZA0":"%ed.bTPxd.%wf.bTSZL0.actions.9","bTSZE0":"%ed.bTPxd.%wf.bTSZL0.actions.10","bTSZF0":"%ed.bTPxd.%wf.bTSZL0.actions.11","bTSZG0":"%ed.bTPxd.%wf.bTSZL0.actions.12","bTSZK0":"%ed.bTPxd.%wf.bTSZL0.actions.13","bTSZX0":"%ed.bTPxd.%wf.bTSYa0.actions.2","bTSZY0":"%ed.bTPxd.%wf.bTSaN0","bTSZd0":"%ed.bTPxd.%wf.bTSaN0.actions.0","bTSZe0":"%ed.bTPxd.%wf.bTSaN0.actions.1","bTSZi0":"%ed.bTPxd.%wf.bTSaN0.actions.2","bTSZj0":"%ed.bTPxd.%wf.bTSaN0.actions.3","bTSZk0":"%ed.bTPxd.%wf.bTSaN0.actions.4","bTSZo0":"%ed.bTPxd.%wf.bTSaN0.actions.5","bTSZp0":"%ed.bTPxd.%wf.bTSaN0.actions.6","bTSZq0":"%ed.bTPxd.%wf.bTSaN0.actions.7","bTSZu0":"%ed.bTPxd.%wf.bTSaN0.actions.8","bTSZv0":"%ed.bTPxd.%wf.bTSaN0.actions.9","bTSZw0":"%ed.bTPxd.%wf.bTSaN0.actions.10","bTSaA0":"%ed.bTPxd.%wf.bTSaN0.actions.11","bTSaB0":"%ed.bTPxd.%wf.bTSaN0.actions.12","bTSaC0":"%ed.bTPxd.%wf.bTSaN0.actions.13","bTSaG0":"%ed.bTPxd.%wf.bTSaN0.actions.14","bTSaH0":"%ed.bTPxd.%wf.bTSaN0.actions.15","bTSaI0":"%ed.bTPxd.%wf.bTSaN0.actions.16","bTSaM0":"%ed.bTPxd.%wf.bTSaN0.actions.17","bTSaq0":"%ed.bTPxd.%wf.bTSYa0.actions.1","bTSas0":"%ed.bTPxd.%wf.bTSYa0.actions.3","bTShK0":"%ed.bTShJ0.%el.bTShQ0","bTShP0":"%ed.bTShJ0.%el.bTShQ0.%el.cmMkk","bTShU0":"%ed.bTShJ0.%el.bTSiA0","bTShW0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgA0","bTSha0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgA0.%el.bTSgB0","bTShb0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgA0.%el.bTSgI0","bTShc0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0","bTShg0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSgI0","bTShh0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSij0","bTShi0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSij0.%el.bTIhA","bTShm0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSij0.%el.bTIhA.%el.bTIhE","bTShn0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSij0.%el.bTIhB","bTSho0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0","bTShs0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSgI0","bTSht0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjZ0","bTShu0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjZ0.%el.bTIhA","bTShy0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjZ0.%el.bTIhA.%el.bTIhE","bTShz0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjZ0.%el.bTIhB","bTSiE0":"%ed.bTShJ0.%wf.bTSiF0","bTSiG0":"%ed.bTShJ0.%wf.bTSiK0","bTSiW0":"%ed.bTShJ0.%wf.bTSiK0.actions.0","bTSiX0":"%ed.bTShJ0.%wf.bTSiK0.actions.1","bTSiY0":"%ed.bTShJ0.%wf.bTSiK0.actions.2","bTSic0":"%ed.bTShJ0.%wf.bTSiF0.actions.0","bTSid0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0","bTSik0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSiv0","bTSip0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSiv0.%el.bTIhA","bTSiq0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSiv0.%el.bTIhA.%el.bTIhE","bTSiu0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSiv0.%el.bTIhB","bTSiw0":"%ed.bTShJ0.%wf.bTSjB0","bTSjC0":"%ed.bTShJ0.%wf.bTSjB0.actions.0","bTSjG0":"%ed.bTShJ0.%wf.bTSjM0","bTSjI0":"%ed.bTShJ0.%wf.bTSjM0.actions.0","bTSjN0":"%ed.bTIbT.%el.bTSjS0","bTSjT0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0","bTSja0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjl0","bTSjf0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjl0.%el.bTIhA","bTSjg0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjl0.%el.bTIhA.%el.bTIhE","bTSjk0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjl0.%el.bTIhB","bTSjm0":"%ed.bTShJ0.%wf.bTSjr0","bTSjs0":"%ed.bTShJ0.%wf.bTSjr0.actions.0","bTSjx0":"%ed.bTShJ0.%wf.bTSkD0","bTSkC0":"%ed.bTShJ0.%wf.bTSkD0.actions.0","bTSkO0":"%ed.bTIUb.%el.bTHHb0.%el.bTSko0","bTSkU0":"%ed.bTIUb.%el.cmMkT.%el.bTSkW0","bTSka0":"%ed.bTIUb.%el.bTHHb0.%el.bTSks0","bTSxA":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTSxK","bTSxF":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTSxK.%el.bTSvB","bTSxG":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTSxK.%el.bTSvH","bTSxL":"%ed.bTIQX.%wf.bTSxW","bTSxR":"%ed.bTIQX.%wf.bTSxW.actions.1","bTSxX":"%ed.bTIQX.%wf.bTSxd","bTSxc":"%ed.bTIQX.%wf.bTSxd.actions.1","bTTRz":"%ed.bTJhM.%wf.bTTSA","bTTSE":"%ed.bTJhM.%wf.bTTSF","bTTSG":"%ed.bTJhM.%wf.bTTSF.actions.0","bTTSK":"%ed.bTJhM.%wf.bTTSF.actions.1","bTTSL":"%ed.bTJhM.%wf.bTTSA.actions.0","bTTSM":"%ed.bTJhM.%wf.bTTSQ","bTTSW":"%ed.bTJhM.%wf.bTTSQ.actions.0","bTTSX":"%ed.bTJhM.%wf.bTTSQ.actions.1","bTTSd":"%ed.bTJhM.%wf.bTIrM.actions.1","bTTSi":"%ed.bTJhM.%wf.bTLvQ0.actions.1","bTTSk":"%ed.bTJhM.%wf.bTIum.actions.1","bTTSp":"%ed.bTIbT.%wf.bTTSq","bTTSu":"%ed.bTIbT.%wf.bTTSq.actions.0","bTTSv":"%ed.bTIbT.%wf.bTTTN","bTTTA":"%ed.bTNXK.%wf.bTTTG","bTTTC":"%ed.bTNXK.%wf.bTTTG.actions.0","bTTTH":"%ed.bTNXK.%wf.bTTTT","bTTTM":"%ed.bTIbT.%wf.bTTTN.actions.0","bTTTO":"%ed.bTJhM.%wf.bTJiN.actions.1","bTTTS":"%ed.bTNXK.%wf.bTTTT.actions.0","bTTTZ":"%ed.bTJhM.%wf.bTJho.actions.1","bTSxu0":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSxw0","bTSye0":"%ed.bTSya0.%el.bTSyg0","bTSyk0":"%ed.bTSya0.%wf.bTSyw0","bTSym0":"%ed.bTSya0.%wf.bTSyw0.actions.0","bTSyq0":"%ed.bTSya0.%wf.bTSyw0.actions.1","bTSyr0":"%ed.bTSya0.%wf.bTSyw0.actions.2","bTSys0":"%ed.bTSya0.%wf.bTSyw0.actions.3","bTSyx0":"%ed.bTSya0.%el.bTSzC0","bTSzE0":"%ed.bTSya0.%wf.bTSyw0.actions.4","bTSzI0":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSxw0.%el.bTSzK0","bTSzO0":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSzQ0","bTSzV0":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSzQ0.%el.bTSza0","bTUIi":"%ed.bTNXK.%el.bTUIk","bTUMe":"%ed.bTShJ0.%el.bTSiA0.%el.bTUMl","bTUMg":"%ed.bTShJ0.%el.bTSiA0.%el.bTUMl.%el.bTSgB0","bTUMk":"%ed.bTShJ0.%el.bTSiA0.%el.bTUMl.%el.bTSgI0","bTUMm":"%ed.bTShJ0.%wf.bTUMs","bTUMr":"%ed.bTShJ0.%wf.bTUMs.actions.0","bTUMx":"%ed.bTShJ0.%wf.bTUMy","bTUNC":"%ed.bTShJ0.%wf.bTUMy.actions.0","bTUND":"%ed.bTShJ0.%wf.bTUMy.actions.1","bTUUE":"%ed.bTIbT.%wf.bTQoe.actions.3","bTUUp":"%ed.bTIYQ.%wf.bTIes.actions.2","bTUUu":"%ed.bTLJS1.%wf.bTIes.actions.2","bTUUw":"%ed.bTNVF.%wf.bTIes.actions.2","bTUVB":"%ed.bTLEt.%wf.bTIfW.actions.4","bTUVG":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTUVI","bTUVN":"%ed.bTIaZ.%wf.bTLrg.actions.0","bTUVT":"%ed.bTIaZ.%wf.bTLrg.actions.1","bTUVY":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTUVa","bTUbq":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.bTUbs","bTUbw":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.bTUby","bTUcI":"%ed.bTIQX.%wf.bTUcJ","bTUcK":"%ed.bTIQX.%wf.bTUcJ.actions.0","bTUcO":"%ed.bTIQX.%el.bTUcQ","bTUcU":"%ed.bTIQX.%wf.bTUcJ.actions.1","bTUcV":"%ed.bTIQX.%wf.bTUcJ.actions.2","bTUcW":"%ed.bTIQX.%wf.bTUcJ.actions.3","bTUca":"%ed.bTIQX.%wf.bTUcJ.actions.4","bTUci":"%ed.bTIQX.%el.bTUcn","bTUct":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHDN.%el.bTUcy","bTUcz":"%ed.bTIQX.%wf.bTUdF","bTUdE":"%ed.bTIQX.%wf.bTUdF.actions.0","bTUdG":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL","bTUdR":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUde","bTUdX":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc","bTUdi":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTSxK.%el.bTUdk","bTUdo":"%ed.bTIQX.%wf.bTSxd.actions.2","bTUdp":"%ed.bTIQX.%wf.bTSxd.actions.0","bTUdu":"%ed.bTIQX.%wf.bTSxW.actions.0","bTUdw":"%ed.bTIQX.%wf.bTSxW.actions.2","bTUkN":"%ed.bTUnN.%el.bTLPb","bTUkO":"%ed.bTUnN.%el.bTLPb.%el.bTUrD","bTUkS":"%ed.bTUnN.%el.bTLPb.%el.bTUrD.%el.bTISw","bTUkT":"%ed.bTUnN.%el.bTLPb.%el.bTUrD.%el.bTISy","bTUke":"%ed.bTUnN.%el.bTLPb.%el.bTLiR","bTUkf":"%ed.bTUnN.%el.bTLPb.%el.bTLiR.%el.bTUnZ.%el.bTUne","bTUkg":"%ed.bTUnN.%el.bTLPb.%el.bTLiR.%el.bTLVR","bTUkk":"%ed.bTUnN.%el.bTLPb.%el.bTLin","bTUkw":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM","bTUkx":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta","bTUky":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITL","bTUlC":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITL.%el.bTITP","bTUlD":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITL.%el.bTITQ","bTUlE":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITW","bTUlI":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITW.%el.bTITU","bTUlK":"%ed.bTUnN.%el.bTLPb.%el.bTNXy","bTUlU":"%ed.bTUnN.%el.bTLPb.%el.cmNAA0","bTUlV":"%ed.bTUnN.%el.bTLPb.%el.cmNAA0.%el.bTLVR","bTUli":"%ed.bTUnN.%el.bTLVk","bTUlm":"%ed.bTUnN.%el.bTLgG","bTUln":"%ed.bTUnN.%wf.bTITd","bTUlo":"%ed.bTUnN.%wf.bTITd.actions.0","bTUls":"%ed.bTUnN.%wf.bTIfZ","bTUly":"%ed.bTUnN.%wf.bTIfZ.actions.0","bTUmW":"%ed.bTUnN.%wf.bTLVU","bTUmY":"%ed.bTUnN.%wf.bTLkj","bTUmc":"%ed.bTUnN.%wf.bTLkj.actions.0","bTUmu":"%ed.bTUnN.%wf.bTQwS","bTUnO":"%ed.bTUnN.%el.bTLPb.%el.bTLiR.%el.bTUnZ.%el.bTUna","bTUnU":"%ed.bTUnN.%el.bTLPb.%el.bTLiR.%el.bTUnZ","bTUnf":"%ed.bTUnN.%el.bTLPb.%el.bTUnm","bTUnq":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS","bTUns":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS.%el.cmVnP","bTUoD":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS.%el.bTUoO","bTUoE":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS.%el.bTUoO.%el.bTLyS","bTUoI":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS.%el.bTUoO.%el.bTLyY","bTUoP":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR","bTUoU":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR.%el.cmVnP","bTUoV":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR.%el.bTUoO","bTUoW":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR.%el.bTUoO.%el.bTLyS","bTUoa":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR.%el.bTUoO.%el.bTLyY","bTUoc":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ","bTUoh":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ.%el.cmVnP","bTUoi":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ.%el.bTUoO","bTUom":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ.%el.bTUoO.%el.bTLyS","bTUon":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ.%el.bTUoO.%el.bTLyY","bTUos":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpW","bTUpK":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM","bTUpX":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpi","bTUpc":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpi.%el.cmMnI","bTUpd":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpi.%el.cmMnI.%el.cmMnL","bTUpe":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpi.%el.cmMnI.%el.cmMnO","bTUpj":"%ed.bTUnN.%wf.bTUpo","bTUpp":"%ed.bTUnN.%wf.bTUpo.actions.0","bTUpq":"%ed.bTUnN.%el.bTUpv","bTUpw":"%ed.bTUnN.%wf.bTUpo.actions.1","bTUqA":"%ed.bTUnN.%wf.bTUpo.actions.2","bTUqC":"%ed.bTUnN.%wf.bTUqG","bTUqH":"%ed.bTUnN.%wf.bTUqG.actions.0","bTUqI":"%ed.bTUnN.%wf.bTUpo.actions.3","bTUqx":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITL.%el.bTUrC","bTUrE":"%ed.bTUnN.%el.bTLPb.%el.bTUrW","bTUrJ":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLVR","bTUrK":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia","bTUrO":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTIcm","bTUrP":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTIcm.%el.bTITU","bTUrQ":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTLii","bTUrU":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTLii.%el.bTLij","bTUrV":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTLii.%el.bTLik","bTUra":"%ed.bTUnN.%el.bTLPb.%el.cmNAA0.%el.bTUrc","bTUrg":"%ed.bTUnN.%wf.bTUrm","bTUri":"%ed.bTUnN.%wf.bTUrm.actions.0","bTUrn":"%ed.bTUnN.%wf.bTLVU.actions.0","bTUro":"%ed.bTUnN.%wf.bTITd.actions.1","bTUrs":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0","bTUru":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI","bTUry":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL","bTUrz":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTITP","bTUsA":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTITQ","bTUsE":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTUrC","bTUsF":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTUsM","bTUsG":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTUsM.%el.bTITU","bTUtN":"%ed.bTUnN.%wf.bTUtS","bTUtT":"%ed.bTUnN.%wf.bTUtS.actions.0","bTUtU":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ","bTUte":"%ed.bTUnN.%wf.bTUtg","bTUtk":"%ed.bTUnN.%wf.bTUtg.actions.0","bTUuI":"%ed.bTUnN.%wf.bTUuK","bTUuO":"%ed.bTUnN.%wf.bTUuK.actions.0","bTUuQ":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTUuV","bTUuW":"%ed.bTUnN.%wf.bTUuc","bTUub":"%ed.bTUnN.%wf.bTUuc.actions.0","bTVFH":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT","bTVFM":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT.%el.bTUoO","bTVFN":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT.%el.bTUoO.%el.bTLyS","bTVFO":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT.%el.bTUoO.%el.bTLyY","bTVFS":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT.%el.cmVnP","bTVHd":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVHp","bTVHe":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVHp.%el.bTLyS","bTVHi":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVHp.%el.bTLyY","bTVKi":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTVKo","bTVKk":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTVKo.%el.cmNll","bTVKu":"%ed.bTUnN.%wf.bTVLB","bTVKw":"%ed.bTUnN.%wf.bTVLB.actions.0","bTVLA":"%ed.bTUnN.%wf.bTVLB.actions.1","bTVZd":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbU0","bTVZi":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbU0.%el.bTIGO","bTVZj":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbU0.%el.bTIyV1","bTVZo":"%ed.bTUnN.%wf.bTVaC","bTVZq":"%ed.bTUnN.%wf.bTVaC.actions.1","bTVZu":"%ed.bTUnN.%wf.bTVaC.actions.2","bTVZv":"%ed.bTUnN.%wf.bTVaC.actions.3","bTVaG":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.bTVaI","bTVaM":"%ed.bTIQX.%wf.bTVaO","bTVaS":"%ed.bTIQX.%wf.bTVaO.actions.0","bTVnD":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ","bTVnI":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.bTMWR","bTVnJ":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.cmMkj","bTVnK":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.cmMkj.%el.cmMkk","bTVnO":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.cmMkn","bTVnP":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.cmMkn.%el.cmMkq","bTVtC":"%ed.bTHOJ.%wf.bTVtD","bTVtI":"%ed.bTHOJ.%wf.bTVtD.actions.0","bTVtK":"%ed.bTHOJ.%wf.bTVtD.actions.1","bTVtP":"%ed.bTHOJ.%wf.bTHRg.actions.3","bTVzD":"%ed.bTUnN.%wf.bTVaC.actions.4","bTWEN":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEg","bTWET":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf","bTWEZ":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe","bTWEk":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf.%el.bTWEm","bTWEq":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf.%el.bTWEy.%el.bTWFC","bTWEw":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf.%el.bTWEy","bTWFD":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf.%el.bTWEy.%el.bTWFI","bTWFJ":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWFO","bTWFV":"%ed.bTIUb.%wf.bTWFW","bTWFa":"%ed.bTIUb.%wf.bTWFW.actions.0","bTWFb":"%ed.bTIUb.%wf.bTWFW.actions.1","bTWFc":"%ed.bTIUb.%wf.bTWFW.actions.2","bTWFh":"%ed.bTIUb.%wf.bTWFm","bTWFn":"%ed.bTIUb.%wf.bTWFm.actions.0","bTWFo":"%ed.bTIUb.%wf.bTWFm.actions.1","bTWFz":"%ed.bTWFy.%wf.bTWGA","bTWGM":"%ed.bTWFy.%el.bTWGR","bTWGS":"%ed.bTWFy.%wf.bTWGY","bTWGX":"%ed.bTWFy.%wf.bTWGY.actions.0","bTWGv":"%ed.bTWFy.%wf.bTWHB","bTWHA":"%ed.bTWFy.%wf.bTWHB.actions.0","bTWHH":"%ed.bTWFy.%wf.bTWHf","bTWHM":"%ed.bTWFy.%wf.bTWHf.actions.0","bTWHO":"%ed.bTWFy.%wf.bTWHf.actions.2","bTWHT":"%ed.bTWFy.%el.bTWHe","bTWHk":"%ed.bTWFy.%wf.bTWHq","bTWHm":"%ed.bTWFy.%wf.bTWHq.actions.0","bTWHy":"%ed.bTWFy.%wf.bTWGA.actions.2","bTWID":"%ed.bTWFy.%wf.bTWGA.actions.3","bTWII":"%ed.bTIbT.%el.bTWIQ.%el.bTWIV","bTWIO":"%ed.bTIbT.%el.bTWIQ","bTWIb":"%ed.bTIbT.%wf.bTRiD.actions.0","bTWIg":"%ed.bTIbT.%wf.bTRiD.actions.1","bTWIi":"%ed.bTNXK.%el.bTWJp","bTWIm":"%ed.bTWFy.%wf.bTWHf.actions.1","bTWIo":"%ed.bTWFy.%wf.bTWJE","bTWIt":"%ed.bTWFy.%wf.bTWJE.actions.0","bTWIu":"%ed.bTWFy.%wf.bTWJE.actions.1","bTWIy":"%ed.bTWFy.%wf.bTWJE.actions.2","bTWIz":"%ed.bTWFy.%wf.bTWJE.actions.3","bTWJA":"%ed.bTWFy.%wf.bTWJE.actions.4","bTWJF":"%ed.bTWFy.%wf.bTWJG","bTWJL":"%ed.bTWFy.%wf.bTWJQ","bTWJR":"%ed.bTWFy.%wf.bTWJQ.actions.0","bTWJS":"%ed.bTWFy.%wf.bTWJG.actions.1","bTWJX":"%ed.bTWFy.%wf.bTWJG.actions.0","bTWJd":"%ed.bTWFy.%wf.bTWGA.actions.0","bTWJj":"%ed.bTWFy.%wf.bTWGA.actions.1","bTWJu":"%ed.bTNXK.%el.bTWJp.%el.bTWJw","bTWKB":"%ed.bTNXK.%wf.bTIhG.actions.0","bTWKH":"%ed.bTNXK.%wf.bTIhG.actions.1","bTWKN":"%ed.bTIbT.%wf.bTRlO.actions.0","bTWKT":"%ed.bTNXK.%wf.bTRlz.actions.0","bTVFY0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTVFa0","bTVFe0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTVFa0.%el.bTVFg0","bTVFk0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTVFa0.%el.bTVFm0","bTVFq0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0","bTVFx0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVGa0","bTVGC0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVGa0.%el.cmMnI","bTVGD0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVGa0.%el.cmMnI.%el.cmMnL","bTVGE0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVGa0.%el.cmMnI.%el.cmMnO","bTVGK0":"%ed.bTUnN.%wf.bTVGP0","bTVGQ0":"%ed.bTUnN.%wf.bTVGP0.actions.0","bTVGU0":"%ed.bTUnN.%wf.bTVGP0.actions.1","bTVGV0":"%ed.bTUnN.%wf.bTVGP0.actions.2","bTVbE0":"%ed.bTUnN.%wf.bTVaC.actions.0","bTVbJ0":"%ed.bTUnN.%wf.bTVaC.actions.5","bTVbO0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0","bTVbV0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbc0","bTVba0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbc0.%el.bTIGO","bTVbb0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbc0.%el.bTIyV1","bTVbg0":"%ed.bTUnN.%wf.bTVbi0","bTVbm0":"%ed.bTUnN.%wf.bTVbi0.actions.0","bTIJV":"%ed.bTIKY","bTIOf":"%ed.bTIQX","bTJxx":"%ed.bTKAb","bTLYr0":"%ed.bTLbI0","bTLeS0":"%ed.bTLeT0","bTQRm":"%ed.bTQVF","bTHkg":"%ed.bTHmT","bTIOL":"%ed.bTIOY","bTIQa":"%ed.bTISR","bTUkM":"%ed.bTUnN","bTHKe":"%ed.bTHLR","bTIKj":"%ed.bTINL","bTHGh":"%ed.bTHHa","bTHEM":"%ed.bTHGJ","bTRvk":"%ed.bTRvo","bTHHY":"%ed.bTHIS","bTNIK":"%ed.bTNJR","bTHGH":"%ed.bTHGU","bTHNc":"%ed.bTHOJ","bTHph":"%ed.bTHqU","bTKCm":"%ed.bTKDa","bTICj":"%ed.bTICv","bTPjf":"%ed.bTPlL","bTITg":"%ed.bTIUb","bTLbY0":"%ed.bTLdp0","bTLeg0":"%ed.bTLek0","bTQLm":"%ed.bTQNU","bTHDQ":"%ed.bTHEB","bTKca":"%ed.bTKcY","bTMGI0":"%ed.bTMGJ0","bTIpc":"%ed.bTIpi","bTIYM":"%ed.bTIYQ","bTLDN":"%ed.bTLEt","bTLHn1":"%ed.bTLJS1","bTNTY":"%ed.bTNVF","bTHKI":"%ed.bTHKf","bTHJc":"%ed.bTHJg","bTKnG":"%ed.bTKnK","bTHPu":"%ed.bTHQR","bTPQu":"%ed.bTPQv","bTHTI":"%ed.bTHTW","bTIYn":"%ed.bTIZF","bTIWU":"%ed.bTIWl","bTPxc":"%ed.bTPxd","bTKaZ":"%ed.bTKbH","bTIXv":"%ed.bTIYG","bTIbP":"%ed.bTIbT","bTSyZ0":"%ed.bTSya0","bTIac":"%ed.bTIbA","bTMBY0":"%ed.bTMBc0","bTNPd":"%ed.bTNPe","bTNVW":"%ed.bTNXK","bTHIU":"%ed.bTHJN","bTHSD":"%ed.bTHSx","bTIVS":"%ed.bTIWT","bTIWu":"%ed.bTIXq","bTJge":"%ed.bTJhM","bTQrS":"%ed.bTQrT","bTWFu":"%ed.bTWFy","bTShI0":"%ed.bTShJ0","bTIZd":"%ed.bTIaZ","AAL":"%p3.AAW","AAU":"%p3.AAX","bTGYf":"%p3.bTGbC","bTGzG":"%p3.bTGzH","bTINt":"%p3.bTIOF","bTIfx":"%p3.bTIfv","bTIml":"%p3.bTInO","bTIyZ1":"%p3.bTIzQ1","bTJiS":"%p3.bTJiQ","bTJtd":"%p3.bTJth","bTKEy":"%p3.bTKEw","bTKrY":"%p3.bTKrZ","bTLGS1":"%p3.bTLGT1","bTMDi0":"%p3.bTMDm0","bTMLG0":"%p3.bTMLH0","bTMPV0":"%p3.bTMPW0","bTMSy0":"%p3.bTMSz0","bTMts0":"%p3.bTMtt0","bTNZy":"%p3.bTNaC","bTNkY":"%p3.bTNkc","bTOHP":"%p3.bTOHQ","bTPwm":"%p3.bTPwn","bTQwp":"%p3.bTQwq","bTQyU":"%p3.bTQyV","bTRuU":"%p3.bTRuV","bTSEQ":"%p3.bTSER","bTSJa":"%p3.bTSKv","bTSce0":"%p3.bTSco0","bTSeV0":"%p3.bTSeW0","bTTUD":"%p3.bTTUE","bTUsQ":"%p3.bTUsR","bTVie":"%p3.bTVii","bTVpw":"%p3.bTVpx","bTWQl":"%p3.bTWSY"}},"user_types":{"log":{"%d":"log","%f3":{"acao_text":{"%v":"text","%d":"acao"},"referencia_text":{"%v":"text","%d":"referencia"},"responsavel_user":{"%v":"user","%d":"responsavel"},"nomeresponsavel_text":{"%v":"text","%d":"nomeResponsavel"},"categoria_option_categoria___log":{"%v":"option.categoria___log","%d":"categoria"}}},"meta":{"%d":"meta","%f3":{"ano_number":{"%v":"number","%d":"ano"},"mes_number":{"%v":"number","%d":"mes"},"idmeta_text":{"%v":"text","%d":"idMeta"},"valor_number":{"%v":"number","%d":"valor"},"quantidade_number":{"%v":"number","%d":"quantidade"},"ticketmedio_number":{"%v":"number","%d":"ticketMedio"}}},"user":{"%d":"User","%f3":{"crm_text":{"%v":"text","%d":"crm"},"rqe_text":{"%v":"text","%d":"rqe"},"nome_text":{"%v":"text","%d":"nome"},"foto_image":{"%v":"image","%d":"foto"},"iduser_text":{"%v":"text","%d":"idUser"},"whatsapp_text":{"%v":"text","%d":"whatsapp"},"cnpjs_list_text":{"%v":"list.text","%d":"cnpjs"},"resettoken_text":{"%v":"text","%d":"resetToken"},"especialidade_text":{"%v":"text","%d":"especialidade"},"empresasid_list_text":{"%v":"list.text","%d":"empresasId","%del":true},"clinicasids_list_text":{"%v":"list.text","%d":"clinicasIds"},"assinaturamedica_image":{"%v":"image","%d":"assinaturaMedica"},"tipo_option_tipo___user":{"%v":"option.tipo___user","%d":"tipo"},"avisosvistosid_list_text":{"%v":"list.text","%d":"avisosVistosId"},"podecriarmascara__boolean":{"%v":"boolean","%d":"podeCriarMascara? - deleted","%del":true},"diavencimentomedico_number":{"%v":"number","%d":"diaVencimentoMedico"},"clinicaatual_custom_clinica":{"%v":"custom.clinica","%d":"clinicaAtual"},"empresas_list_custom_empresa":{"%v":"list.custom.empresa","%d":"empresas"},"funcao_option_fun__o___usuario":{"%v":"option.fun__o___usuario","%d":"funcao"},"nivelacesso_custom_grupoacesso":{"%v":"custom.grupoacesso","%d":"nivelAcesso"},"examesmedicos_list_custom_exames":{"%v":"list.custom.exames","%d":"examesMedicos"},"medicoexpandido_custom_medicoexpansivo":{"%v":"custom.medicoexpansivo","%d":"medicoExpandido"},"definicoes_list_option_defini__es_de_usuario":{"%v":"list.option.defini__es_de_usuario","%d":"definicoes"},"versaoemissaolaudo_option_vers_o___realizar_laudo":{"%v":"option.vers_o___realizar_laudo","%d":"versaoEmissaoLaudo"},"registroqualificacao_option_tipo___registro_qualifica__o":{"%v":"option.tipo___registro_qualifica__o","%d":"registroQualificacao"},"tipodocidentificacao_option_tipo___doc_identifica__o_m_dico":{"%v":"option.tipo___doc_identifica__o_m_dico","%d":"tipoDocIdentificacao"}}},"aviso":{"%d":"aviso","%f3":{"titulo_text":{"%v":"text","%d":"titulo"},"idaviso_text":{"%v":"text","%d":"idAviso"},"imagem_image":{"%v":"image","%d":"imagem"},"descricao_text":{"%v":"text","%d":"descricao"},"isativo__boolean":{"%v":"boolean","%d":"isAtivo?"},"razaosocial_text":{"%v":"text","%d":"razaoSocial - deleted","%del":true},"idagendamento_text":{"%v":"text","%d":"idAgendamento"},"clinicasid_list_text":{"%v":"list.text","%d":"clinicasId"},"dataagendamento_date":{"%v":"date","%d":"dataAgendamento"}}},"laudo":{"%d":"laudo","%f3":{"pdf_file":{"%v":"file","%d":"pdf"},"medico_user":{"%v":"user","%d":"medico"},"idlaudo_text":{"%v":"text","%d":"idLaudo"},"qrcode_image":{"%v":"image","%d":"qrCode"},"laudista_user":{"%v":"user","%d":"laudista"},"conclusao_text":{"%v":"text","%d":"conclusao"},"empresaid_text":{"%v":"text","%d":"empresaId"},"objexameid_text":{"%v":"text","%d":"objExameId"},"dataemissao_date":{"%v":"date","%d":"dataEmissao"},"observacoes_text":{"%v":"text","%d":"observacoes"},"pdfassinado_file":{"%v":"file","%d":"pdfAssinado"},"workspaceid_text":{"%v":"text","%d":"workspaceId"},"iswasabi__boolean":{"%v":"boolean","%d":"isWasabi?"},"referenciames_text":{"%v":"text","%d":"referenciaMes"},"solicitacaoid_text":{"%v":"text","%d":"solicitacaoId"},"exame_custom_exames":{"%v":"custom.exames","%d":"exame"},"iscancelado__boolean":{"%v":"boolean","%d":"isCancelado?"},"isemitirpdf__boolean":{"%v":"boolean","%d":"isEmitirPdf?"},"pdfbackendteste_file":{"%v":"file","%d":"pdfBackendTeste"},"qtdtentativas_number":{"%v":"number","%d":"qtdTentativas"},"clinica_custom_clinica":{"%v":"custom.clinica","%d":"clinica"},"dadospaciente_list_text":{"%v":"list.text","%d":"dadosPaciente"},"valoresformulario_list_text":{"%v":"list.text","%d":"valoresFormulario"},"paciente_custom_colaborador1":{"%v":"custom.colaborador1","%d":"paciente"},"idagendamentoverificacao_text":{"%v":"text","%d":"idAgendamentoVerificacao"},"isadmsolicitourefazer__boolean":{"%v":"boolean","%d":"isAdmSolicitouRefazer?"},"certificado_custom_certificadodigital":{"%v":"custom.certificadodigital","%d":"certificado"},"responsavelreceita_option_respons_vel___receita":{"%v":"option.respons_vel___receita","%d":"responsavelReceita"},"solicitacaocancelamentoatual_custom_solicitacaocancelamento":{"%v":"custom.solicitacaocancelamento","%d":"solicitacaoCancelamentoAtual"}}},"video":{"%d":"tutorial","%f3":{"nome_text":{"%v":"text","%d":"nome"},"arquivo_file":{"%v":"file","%d":"arquivo"},"idvideo_text":{"%v":"text","%d":"idTutorial"},"ordem_number":{"%v":"number","%d":"ordem"},"urlvideo_text":{"%v":"text","%d":"url"},"referenciaid_text":{"%v":"text","%d":"referenciaId - deleted","%del":true},"tipo_option_video":{"%v":"option.video","%d":"tipo"},"moduloadmin_option_menu":{"%v":"option.menu","%d":"moduloAdmin"},"tipo_option_tipo___video":{"%v":"option.tipo___video","%d":"tipo - deleted - deleted","%del":true},"modulomedico_option_menu0":{"%v":"option.menu0","%d":"moduloMedico"},"tipo1_option_tipo___video":{"%v":"option.tipo___video","%d":"tipo - deleted","%del":true},"tipouser_option_tipo___user":{"%v":"option.tipo___user","%d":"tipoUser"},"modulo_option_menu___produtos":{"%v":"option.menu___produtos","%d":"modulo - deleted - deleted","%del":true},"player_option_reprodutor___video":{"%v":"option.reprodutor___video","%d":"player - deleted","%del":true},"moduloclinica_option_menu___cl_nica":{"%v":"option.menu___cl_nica","%d":"moduloClinica"}}},"exames":{"%d":"exame","%f3":{"%bgi":{"%v":"image","%d":"background"},"nome_text":{"%v":"text","%d":"nome"},"sigla_text":{"%v":"text","%d":"sigla"},"idexame_text":{"%v":"text","%d":"idExame"},"descricao_text":{"%v":"text","%d":"descricao"},"exameonlineid_text":{"%v":"text","%d":"exameOnlineId"},"isexcluido__boolean":{"%v":"boolean","%d":"isExcluido?"},"tipo_option_tipo___exame":{"%v":"option.tipo___exame","%d":"tipo","%del":true},"classificacao_option_classifica__o___exame":{"%v":"option.classifica__o___exame","%d":"classificacao"}}},"widwpp":{"%d":"widWpp","%f3":{"wid_text":{"%v":"text","%d":"wid"},"nome_text":{"%v":"text","%d":"nome"},"numero_text":{"%v":"text","%d":"numero"},"widformatado_text":{"%v":"text","%d":"widFormatado"},"isadminconecta__boolean":{"%v":"boolean","%d":"isAdminConecta?"}}},"clinica":{"%d":"clinica","%f3":{"cep_text":{"%v":"text","%d":"cep"},"rua_text":{"%v":"text","%d":"rua"},"cnpj_text":{"%v":"text","%d":"cnpj"},"logo_text":{"%v":"text","%d":"logo - deleted","%del":true},"nome_text":{"%v":"text","%d":"nome"},"logo_image":{"%v":"image","%d":"logo"},"bairro_text":{"%v":"text","%d":"bairro"},"cidade_text":{"%v":"text","%d":"cidade"},"estado_text":{"%v":"text","%d":"estado"},"telefone_text":{"%v":"text","%d":"telefone"},"idclinica_text":{"%v":"text","%d":"idClinica"},"numeroend_text":{"%v":"text","%d":"numeroEnd"},"complemento_text":{"%v":"text","%d":"complemento"},"observacoes_text":{"%v":"text","%d":"observacoes"},"razaosocial_text":{"%v":"text","%d":"razaoSocial"},"workspaceid_text":{"%v":"text","%d":"workspaceId"},"isenviarnf__boolean":{"%v":"boolean","%d":"isEnviarNf?"},"diavencimento_number":{"%v":"number","%d":"diaVencimento"},"emailfinanceiro_text":{"%v":"text","%d":"emailFinanceiro"},"emailnotificacao_text":{"%v":"text","%d":"emailNotificacao"},"usuariosids_list_text":{"%v":"list.text","%d":"usuariosIds - deleted","%del":true},"datafinalcontrato_date":{"%v":"date","%d":"dataFinalContrato"},"datainiciocontrato_date":{"%v":"date","%d":"dataInicioContrato"},"wasabiexamesfolder_text":{"%v":"text","%d":"wasabiExamesFolder"},"wasabilaudosfolder_text":{"%v":"text","%d":"wasabiLaudosFolder"},"whatsappfinanceiro_text":{"%v":"text","%d":"whatsappFinanceiro"},"whatsappnotificacao_text":{"%v":"text","%d":"whatsappNotificacao"},"confignotificacaoesid_text":{"%v":"text","%d":"configNotificacaoesId"},"dataultimasolicitacao_date":{"%v":"date","%d":"dataUltimaSolicitacao"},"responsavelfinanceiro_text":{"%v":"text","%d":"responsavelFinanceiro"},"idagendamentofinalcontrato_text":{"%v":"text","%d":"idAgendamentoFinalContrato"},"bloqueioatual_custom_bloqueiosclinica":{"%v":"custom.bloqueiosclinica","%d":"bloqueioAtual"},"ultimoenviowpp_custom_registroenviowpp":{"%v":"custom.registroenviowpp","%d":"ultimoEnvioWpp"},"definicoes_list_option_defini__o___empresa":{"%v":"list.option.defini__o___empresa","%d":"definicoes"},"inputsempresa_list_option_inputs_de_empresa":{"%v":"list.option.inputs_de_empresa","%d":"inputsEmpresa"},"dadoslaudo_list_option_laudo___dados_clinica":{"%v":"list.option.laudo___dados_clinica","%d":"dadosLaudo"},"inputsdinamicosempresa_list_custom_inputslaudo":{"%v":"list.custom.inputslaudo","%d":"inputsDinamicosEmpresa"},"inputsdinamicospaciente_list_custom_inputslaudo":{"%v":"list.custom.inputslaudo","%d":"inputsDinamicosPaciente"},"inputsformulario_list_option_inputs_de_cadastro":{"%v":"list.option.inputs_de_cadastro","%d":"inputsFormulario"},"formassolicitacao_list_option_formas___solicita__o":{"%v":"list.option.formas___solicita__o","%d":"formasSolicitacao"}}},"empresa":{"%d":"empresa","%f3":{"cep_text":{"%v":"text","%d":"cep"},"rua_text":{"%v":"text","%d":"rua"},"cnpj_text":{"%v":"text","%d":"cnpj"},"nome_text":{"%v":"text","%d":"nome"},"user_user":{"%v":"user","%d":"user"},"bairro_text":{"%v":"text","%d":"bairro"},"cidade_text":{"%v":"text","%d":"cidade"},"estado_text":{"%v":"text","%d":"estado"},"telefone_text":{"%v":"text","%d":"telefone"},"whatsapp_text":{"%v":"text","%d":"whatsApp"},"clinicaid_text":{"%v":"text","%d":"clinicaId"},"idempresa_text":{"%v":"text","%d":"idEmpresa"},"numeroend_text":{"%v":"text","%d":"numeroEnd"},"observacao_text":{"%v":"text","%d":"observacao"},"complemento_text":{"%v":"text","%d":"complemento"},"razaosocial_text":{"%v":"text","%d":"razaoSocial"},"isexcluida__boolean":{"%v":"boolean","%d":"isExcluida?"},"emailsrecebimento_list_text":{"%v":"list.text","%d":"emailsRecebimento"},"respostasdinamicas_list_text":{"%v":"list.text","%d":"respostasDinamicas"}}},"grupowpp":{"%d":"grupoWpp","%f3":{"wid_text":{"%v":"text","%d":"wid"},"nome_text":{"%v":"text","%d":"nome"},"linkgrupo_text":{"%v":"text","%d":"linkGrupo"},"numgrupo_number":{"%v":"number","%d":"numGrupo"},"isadminconecta__boolean":{"%v":"boolean","%d":"isAdminConecta?"},"dispositivo_custom_dispositivo":{"%v":"custom.dispositivo","%d":"dispositivo"},"tipo_option_tipo___grupo_wpp_admin":{"%v":"option.tipo___grupo_wpp_admin","%d":"tipo"}}},"mensagem":{"%d":"mensagem","%f3":{"nome_text":{"%v":"text","%d":"nome"},"texto_text":{"%v":"text","%d":"texto"},"idmensagem_text":{"%v":"text","%d":"idMensagem"},"isadminconecta__boolean":{"%v":"boolean","%d":"isAdminConecta?"}}},"workspace":{"%d":"workspace","%f3":{"nome_text":{"%v":"text","%d":"nome"},"logo_image":{"%v":"image","%d":"logo"},"ownerid_text":{"%v":"text","%d":"ownerId"},"idworkspace_text":{"%v":"text","%d":"idWorkspace"},"adminsids_list_text":{"%v":"list.text","%d":"adminsIds"},"clinicasid_list_text":{"%v":"list.text","%d":"clinicasId"}}},"observacao":{"%d":"observacao","%f3":{"texto_text":{"%v":"text","%d":"texto"},"idobservacao_text":{"%v":"text","%d":"idObservacao"},"referenciaid_text":{"%v":"text","%d":"referenciaId"}}},"dispositivo":{"%d":"dispositivo","%f3":{"host_text":{"%v":"text","%d":"host"},"nome_text":{"%v":"text","%d":"nome"},"token_text":{"%v":"text","%d":"token"},"instanciaid_text":{"%v":"text","%d":"instanciaId"},"isconectado__boolean":{"%v":"boolean","%d":"isConectado?","default_val":false},"isadminconecta__boolean":{"%v":"boolean","%d":"isAdminConecta?"},"iswebhooksetado__boolean":{"%v":"boolean","%d":"isWebhookSetado?"}}},"exameonline":{"%d":"exameOnline","%f3":{"idexameonline_text":{"%v":"text","%d":"idExameOnline"},"exame_custom_exames":{"%v":"custom.exames","%d":"exame"},"tipo_option_tipo___exame":{"%v":"option.tipo___exame","%d":"tipo"}}},"grupoacesso":{"%d":"nivelAcesso","%f3":{"nome_text":{"%v":"text","%d":"nome"},"idnivelacesso_text":{"%v":"text","%d":"idNivelAcesso"},"tipouser_option_tipo___user":{"%v":"option.tipo___user","%d":"tipoUser"},"modulosadmin_list_option_menu":{"%v":"list.option.menu","%d":"modulosAdmin"},"modulosclinica_option_menu___cl_nica":{"%v":"option.menu___cl_nica","%d":"modulosClinica - deleted","%del":true},"modulosclinica_list_option_menu___cl_nica":{"%v":"list.option.menu___cl_nica","%d":"modulosClinica"}}},"inputslaudo":{"%d":"inputsLaudo","%f3":{"titulo_text":{"%v":"text","%d":"Titulo"},"exameid_text":{"%v":"text","%d":"exameId"},"idinput_text":{"%v":"text","%d":"idInput"},"ordem_number":{"%v":"number","%d":"ordem"},"referenciaid_text":{"%v":"text","%d":"referenciaId"},"valoresdropdown_text":{"%v":"text","%d":"valoresDropdown - deleted","%del":true},"isobrigatorio__boolean":{"%v":"boolean","%d":"isObrigatorio?"},"tipo_option_tipo___input":{"%v":"option.tipo___input","%d":"tipo"},"valoresdropdown_list_text":{"%v":"list.text","%d":"valoresDropdown"},"isoutroshabilitado__boolean":{"%v":"boolean","%d":"isOutrosHabilitado?"},"categoria_option_categoria___input":{"%v":"option.categoria___input","%d":"categoria"}}},"modelolaudo":{"%d":"modeloLaudo","%f3":{"rodape_text":{"%v":"text","%d":"rodape"},"idmodelo_text":{"%v":"text","%d":"idModelo"},"exame_custom_exames":{"%v":"custom.exames","%d":"exame"},"inputs_list_custom_inputslaudo":{"%v":"list.custom.inputslaudo","%d":"inputs"},"isconclusaooutroshabilitado__boolean":{"%v":"boolean","%d":"isConclusaoOutrosHabilitado?"}}},"colaborador1":{"%d":"colaborador","%f3":{"rg_text":{"%v":"text","%d":"rg"},"cpf_text":{"%v":"text","%d":"cpf"},"nome_text":{"%v":"text","%d":"nome"},"peso_text":{"%v":"text","%d":"peso"},"sexo_text":{"%v":"text","%d":"sexo"},"email_text":{"%v":"text","%d":"email"},"idade_text":{"%v":"text","%d":"idade"},"altura_text":{"%v":"text","%d":"altura"},"funcao_text":{"%v":"text","%d":"funcao"},"peso_number":{"%v":"number","%d":"peso - deleted","%del":true},"idade_number":{"%v":"number","%d":"idade - deleted","%del":true},"telefone_text":{"%v":"text","%d":"telefone"},"clinicaid_text":{"%v":"text","%d":"clinicaId"},"empresaid_text":{"%v":"text","%d":"empresaId(avaliar)"},"nascimento_date":{"%v":"date","%d":"nascimento"},"camposbusca_text":{"%v":"text","%d":"camposBusca"},"objuploadid_text":{"%v":"text","%d":"objUploadId"},"sexo_option_sexo":{"%v":"option.sexo","%d":"sexo - deleted","%del":true},"idcolaborador_text":{"%v":"text","%d":"idColaborador"},"empresa_custom_empresa":{"%v":"custom.empresa","%d":"empresa"},"respostasdinamicas_list_text":{"%v":"list.text","%d":"respostasDinamicas"}}},"conexaowhats":{"%d":"conexaoWhats","%f3":{"idagendamento_text":{"%v":"text","%d":"idAgendamento"},"dataultimaconexao_date":{"%v":"date","%d":"dataUltimaConexao"}}},"mascaralaudo":{"%d":"mascara","%f3":{"nome_text":{"%v":"text","%d":"nome"},"medico_user":{"%v":"user","%d":"medico"},"exameid_text":{"%v":"text","%d":"exameId"},"conclus_o_text":{"%v":"text","%d":"conclusão"},"idmascara_text":{"%v":"text","%d":"idMascara"},"textolivre_text":{"%v":"text","%d":"textoLivre"},"isadmin__boolean":{"%v":"boolean","%d":"isAdmin?"},"tipo_option_tipo___mascara":{"%v":"option.tipo___mascara","%d":"tipo"},"objexame_custom_objexameclinica":{"%v":"custom.objexameclinica","%d":"objExame"}}},"dadosraioxoit":{"%d":"dadosRaioxOit","%f3":{"idoit_text":{"%v":"text","%d":"idOit"},"dataraiox_date":{"%v":"date","%d":"dataRaioX"},"numeroraiox_text":{"%v":"text","%d":"numeroRaiox"},"arquivofinal_file":{"%v":"file","%d":"arquivoFinal"},"isdigital__boolean":{"%v":"boolean","%d":"isDigital?","default_val":true},"solicitacaoid_text":{"%v":"text","%d":"solicitacaoId"},"isnegatoscopio__boolean":{"%v":"boolean","%d":"isNegatoscopio?","default_val":false}}},"blocoperguntas":{"%d":"blocoPerguntas","%f3":{"titulo_text":{"%v":"text","%d":"titulo"},"exameid_text":{"%v":"text","%d":"exameId"},"idbloco_text":{"%v":"text","%d":"idBloco"},"ordem_number":{"%v":"number","%d":"ordem"},"exameonlineid_text":{"%v":"text","%d":"exameOnlineId"}}},"cobrancaboleto":{"%d":"cobrancaBoleto","%f3":{"arquivonf_file":{"%v":"file","%d":"arquivoNf"},"arquivoboleto_file":{"%v":"file","%d":"arquivoBoleto"},"referenciames_text":{"%v":"text","%d":"referenciaMes"},"datavencimento_date":{"%v":"date","%d":"dataVencimento"},"idcobrancaboleto_text":{"%v":"text","%d":"idCobrancaBoleto"},"clinica_custom_clinica":{"%v":"custom.clinica","%d":"clinica"}}},"objetocobranca":{"%d":"objFinanceiro","%f3":{"data_date":{"%v":"date","%d":"data"},"medico_user":{"%v":"user","%d":"medico"},"exameid_text":{"%v":"text","%d":"exameId(avaliar)"},"idpasta_text":{"%v":"text","%d":"idPasta"},"laudoid_text":{"%v":"text","%d":"laudoId(avaliar)"},"valor_number":{"%v":"number","%d":"valor(deleted) - deleted","%del":true},"idobjeto_text":{"%v":"text","%d":"idObjeto"},"valor1_number":{"%v":"number","%d":"valor"},"objexameid_text":{"%v":"text","%d":"objExameId"},"responsavel_text":{"%v":"text","%d":"responsavel - deleted","%del":true},"datacobranca_date":{"%v":"date","%d":"dataCobranca"},"referenciaid_text":{"%v":"text","%d":"referenciaId"},"laudo_custom_laudo":{"%v":"custom.laudo","%d":"laudo","%del":false},"referenciames_text":{"%v":"text","%d":"referenciaMes"},"solicitacaoid_text":{"%v":"text","%d":"solicitacaoId"},"valorinicial_number":{"%v":"number","%d":"valorInicial"},"iscancelado__boolean":{"%v":"boolean","%d":"isCancelado?"},"clinica_custom_clinica":{"%v":"custom.clinica","%d":"clinica"},"empresa_custom_empresa":{"%v":"custom.empresa","%d":"empresa - deleted","%del":true},"paciente_custom_colaborador1":{"%v":"custom.colaborador1","%d":"paciente - deleted","%del":true},"objexame_custom_objexameclinica":{"%v":"custom.objexameclinica","%d":"objExame - deleted","%del":true},"tipofinanceiro_option_tipo___receita_despesa":{"%v":"option.tipo___receita_despesa","%d":"tipoFinanceiro"},"tiporesponsavel_option_respons_vel___receita":{"%v":"option.respons_vel___receita","%d":"tipoResponsavel"}}},"valorconclusao":{"%d":"valorConclusao","%f3":{"valor_text":{"%v":"text","%d":"valor"},"idvalor_text":{"%v":"text","%d":"idValor"},"ordem_number":{"%v":"number","%d":"ordem"},"modeloid_text":{"%v":"text","%d":"modeloId"}}},"medicoexpansivo":{"%d":"medicoExpansivo","%f3":{"medicoid_text":{"%v":"text","%d":"medicoId"},"exameslaudomascara_list_custom_exames":{"%v":"list.custom.exames","%d":"examesLaudoMascara"}}},"objexameclinica":{"%d":"objExameClinica","%f3":{"idobj_text":{"%v":"text","%d":"idObj"},"medicoid_text":{"%v":"text","%d":"medicoId"},"clinicaid_text":{"%v":"text","%d":"clinicaId"},"bgcomimagem_image":{"%v":"image","%d":"bgComImagem"},"bgsemimagem_image":{"%v":"image","%d":"bgSemImagem"},"valorexame_number":{"%v":"number","%d":"valorExame"},"exame_custom_exames":{"%v":"custom.exames","%d":"exame"},"isexcluido__boolean":{"%v":"boolean","%d":"isExcluido?"},"valorrepasse_number":{"%v":"number","%d":"valorRepasse"},"temporealizacao_text":{"%v":"text","%d":"tempoRealizacao"},"qtdesolicitada_number":{"%v":"number","%d":"qtdeSolicitada"},"isformularioweb__boolean":{"%v":"boolean","%d":"isFormularioWeb?"},"ispermitidourgencia__boolean":{"%v":"boolean","%d":"isPermitidoUrgencia?"},"limiteurgenciasgratis_number":{"%v":"number","%d":"limiteUrgenciasGratis"},"qtdlimitesolicitacoes_number":{"%v":"number","%d":"qtdLimiteSolicitacoes"},"valorpctgurgenciapaga_number":{"%v":"number","%d":"valorPctgUrgenciaPaga"},"islimitesolicitacoes__boolean":{"%v":"boolean","%d":"isLimiteSolicitacoes?"},"segundostotaisrealizacao_number":{"%v":"number","%d":"segundosTotaisRealizacao"},"tipoformulario_option_tipo___formulario":{"%v":"option.tipo___formulario","%d":"tipoFormulario"},"isencaminhamentomedicoautomatico__boolean":{"%v":"boolean","%d":"isEncaminhamentoMedicoAutomatico?","%del":true},"inputscomplementares_list_custom_inputslaudo":{"%v":"list.custom.inputslaudo","%d":"inputsComplementares"},"definicoes_list_option_defini__es___obj_exame":{"%v":"list.option.defini__es___obj_exame","%d":"definicoes"},"formassolicitacao_list_option_formas___solicita__o":{"%v":"list.option.formas___solicita__o","%d":"formasSolicitacao"},"formularioalternativo_option_formul_rios_alternativos":{"%v":"option.formul_rios_alternativos","%d":"formularioAlternativo"}}},"pastafinanceira":{"%d":"pastaFinanceira","%f3":{"medico_user":{"%v":"user","%d":"medico"},"idpasta_text":{"%v":"text","%d":"idPasta"},"valor_number":{"%v":"number","%d":"valor"},"referenciaid_text":{"%v":"text","%d":"referenciaId"},"mesreferencia_text":{"%v":"text","%d":"mesReferencia"},"clinica_custom_clinica":{"%v":"custom.clinica","%d":"clinica"},"observacao_custom_observacao":{"%v":"custom.observacao","%d":"observacao"},"tipofinanceiro_option_tipo___receita_despesa":{"%v":"option.tipo___receita_despesa","%d":"tipoFinanceiro"}}},"bloqueiosclinica":{"%d":"bloqueioClinica","%f3":{"motivo_text":{"%v":"text","%d":"motivo"},"clinicaid_text":{"%v":"text","%d":"clinicaId"},"idbloqueio_text":{"%v":"text","%d":"idBloqueio"}}},"registroenviowpp":{"%d":"registroEnvioWpp","%f3":{"idapi_text":{"%v":"text","%d":"idApi"},"numero_text":{"%v":"text","%d":"numero"},"mensagem_text":{"%v":"text","%d":"mensagem"},"dispositivoid_text":{"%v":"text","%d":"dispositivoId"},"isadminconecta__boolean":{"%v":"boolean","%d":"isAdminConecta?"}}},"solicitacaolaudo":{"%d":"solicitacaoLaudo","%f3":{"data_date":{"%v":"date","%d":"data"},"arquivo_file":{"%v":"file","%d":"arquivo - deleted","%del":true},"exameid_text":{"%v":"text","%d":"exameId"},"laudoid_text":{"%v":"text","%d":"laudoId"},"ordem_number":{"%v":"number","%d":"ordem"},"clinicaid_text":{"%v":"text","%d":"clinicaId"},"empresaid_text":{"%v":"text","%d":"empresaId"},"empresaid1_text":{"%v":"text","%d":"empresaId - deleted","%del":true},"isonline__boolean":{"%v":"boolean","%d":"isOnline?"},"iswasabi__boolean":{"%v":"boolean","%d":"isWasabi?"},"valortotal_number":{"%v":"number","%d":"valorTotal"},"arquivos_list_file":{"%v":"list.file","%d":"arquivos"},"colaboradorid_text":{"%v":"text","%d":"colaboradorId"},"exameonlineid_text":{"%v":"text","%d":"exameOnlineId"},"idsolicitacao_text":{"%v":"text","%d":"idSolicitacao"},"isurgente__boolean":{"%v":"boolean","%d":"isUrgente?"},"referenciames_text":{"%v":"text","%d":"referenciaMes"},"valorinicial_number":{"%v":"number","%d":"valorInicial"},"arquivooriginal_file":{"%v":"file","%d":"arquivoOriginal"},"mimetypearquivo_text":{"%v":"text","%d":"mimeTypeArquivo"},"exameid_custom_exames":{"%v":"custom.exames","%d":"exameId","%del":true},"valoradicional_number":{"%v":"number","%d":"valorAdicional"},"isemitirlaudo__boolean":{"%v":"boolean","%d":"isEmitirLaudo? - deleted","%del":true},"medicoresponsavel_user":{"%v":"user","%d":"medicoResponsavel"},"dadospaciente_list_text":{"%v":"list.text","%d":"dadosPaciente"},"dataprevistalimite_date":{"%v":"date","%d":"dataPrevistaLimite"},"qrcodeexameonline_image":{"%v":"image","%d":"qrCodeExameOnline"},"isconvertendopdf__boolean":{"%v":"boolean","%d":"isConvertendoPdf?"},"mimetypearquivomanual_text":{"%v":"text","%d":"mimeTypeArquivoManual"},"isencaminhadomedico__boolean":{"%v":"boolean","%d":"isEncaminhadoMedico?"},"observacao_custom_observacao":{"%v":"custom.observacao","%d":"observacao"},"dadosoit_custom_dadosraioxoit":{"%v":"custom.dadosraioxoit","%d":"dadosOit","%del":true},"status_option_status___cria__o":{"%v":"option.status___cria__o","%d":"statusCriacao"},"objexame_custom_objexameclinica":{"%v":"custom.objexameclinica","%d":"objExame"},"respostascomplementares_list_text":{"%v":"list.text","%d":"respostasComplementares"},"categoria_option_categoria___exame":{"%v":"option.categoria___exame","%d":"categoria"},"dadosraioxoit_custom_dadosraioxoit":{"%v":"custom.dadosraioxoit","%d":"dadosRaioxOit"},"isconvertendodesconhecido__boolean":{"%v":"boolean","%d":"isConvertendoDesconhecido?"},"status_option_status___solicita__o":{"%v":"option.status___solicita__o","%d":"statusSolicitacao","default_val":"aguardando"},"isdadosobrigatoriosfaltantes__boolean":{"%v":"boolean","%d":"isDadosObrigatoriosFaltantes?"},"formasolicitacao_option_formas___solicita__o":{"%v":"option.formas___solicita__o","%d":"formaSolicitacao"},"motivoretornoatual_custom_motivoretornoexame":{"%v":"custom.motivoretornoexame","%d":"motivoRetornoAtual"}}},"confignotificacao":{"%d":"configNotificacao","%f3":{"idconfig_text":{"%v":"text","%d":"idConfig"},"clinicaid_text":{"%v":"text","%d":"clinicaId"},"meusobjetos_list_custom_objconfignotificacao":{"%v":"list.custom.objconfignotificacao","%d":"meusObjetos"},"notificacoesviawpp_list_option_tipos___notificacao":{"%v":"list.option.tipos___notificacao","%d":"notificacoesViaWpp - deleted","%del":true},"notificacoesviaemail_list_option_tipos___notificacao":{"%v":"list.option.tipos___notificacao","%d":"notificacoesViaEmail - deleted","%del":true}}},"objdatafinanceira":{"%d":"objDataFinanceira","%f3":{"data_date":{"%v":"date","%d":"data"},"idobjeto_text":{"%v":"text","%d":"idObjeto"},"clinicaid_text":{"%v":"text","%d":"clinicaId"}}},"objuploadpaciente":{"%d":"objUploadPaciente","%f3":{"idobj_text":{"%v":"text","%d":"idObj"},"arquivos_list_file":{"%v":"list.file","%d":"arquivos"},"arquivooriginal_file":{"%v":"file","%d":"arquivoOriginal"},"isfinalizado__boolean":{"%v":"boolean","%d":"isFinalizado?"},"clinica_custom_clinica":{"%v":"custom.clinica","%d":"clinica"},"isiniciarupload__boolean":{"%v":"boolean","%d":"isIniciarUpload?"},"arquivosrealizados_list_file":{"%v":"list.file","%d":"arquivosRealizados"}}},"certificadodigital":{"%d":"certificadoDigital","%f3":{"user_user":{"%v":"user","%d":"user"},"senha_text":{"%v":"text","%d":"senha"},"pfxfile_file":{"%v":"file","%d":"pfxFile"},"idcertificado_text":{"%v":"text","%d":"idCertificado"},"iscertificadoconecta__boolean":{"%v":"boolean","%d":"isCertificadoConecta?"}}},"laudonormalmascara":{"%d":"laudoNormalMascara","%f3":{"valor_text":{"%v":"text","%d":"valor"},"medico_user":{"%v":"user","%d":"medico"},"conclusao_text":{"%v":"text","%d":"conclusao"},"exame_custom_exames":{"%v":"custom.exames","%d":"exame"}}},"motivoretornoexame":{"%d":"motivoRetornoExame","%f3":{"idmotivo_text":{"%v":"text","%d":"idMotivo"},"motivoretorno_text":{"%v":"text","%d":"motivoRetorno"},"solicitacao_custom_solicitacaolaudo":{"%v":"custom.solicitacaolaudo","%d":"solicitacao"}}},"registrofinanceiro":{"%d":"registroFinanceiro","%f3":{"idregistro_text":{"%v":"text","%d":"idRegistro"},"referenciaid_text":{"%v":"text","%d":"referenciaId"},"tipofinanceiro_option_tipo___receita_despesa":{"%v":"option.tipo___receita_despesa","%d":"tipoFinanceiro"}}},"utilizacaourgencia":{"%d":"utilizacaoUrgencia","%f3":{"qtde_number":{"%v":"number","%d":"qtde"},"clinicaid_text":{"%v":"text","%d":"clinicaId"},"objexameid_text":{"%v":"text","%d":"objExameId"},"referencia_text":{"%v":"text","%d":"referencia - deleted","%del":true},"periodoreferencia_text":{"%v":"text","%d":"periodoReferencia"}}},"respostaexameonline":{"%d":"respostaExameOnline","%f3":{"exameid_text":{"%v":"text","%d":"exameId"},"objexameid_text":{"%v":"text","%d":"objExameId"},"observacoes_text":{"%v":"text","%d":"observacoes"},"colaboradorid_text":{"%v":"text","%d":"pacienteId"},"imagemgerada_image":{"%v":"image","%d":"imagemGerada"},"solicitacaoid_text":{"%v":"text","%d":"solicitacaoId"},"stringrespostas_text":{"%v":"text","%d":"stringRespostas","%del":true},"isfinalizado__boolean":{"%v":"boolean","%d":"isFinalizado?"},"stringrespostas_list_text":{"%v":"list.text","%d":"stringRespostas"},"blocosrespondidos_list_custom_blocoperguntas":{"%v":"list.custom.blocoperguntas","%d":"blocosRespondidos"}}},"objconfignotificacao":{"%d":"objConfigNotificacao","%f3":{"clinicaid_text":{"%v":"text","%d":"clinicaId"},"emails_list_text":{"%v":"list.text","%d":"emails"},"isativo__boolean":{"%v":"boolean","%d":"isAtivo?","default_val":true},"numeroswpp_list_text":{"%v":"list.text","%d":"numerosWpp"},"tipo_option_tipos___notificacao":{"%v":"option.tipos___notificacao","%d":"tipo"},"formasenvio_list_option_forma___envio":{"%v":"list.option.forma___envio","%d":"formasEnvio"},"formasenvio_option_formas___solicita__o":{"%v":"option.formas___solicita__o","%d":"formasEnvio - deleted","%del":true},"confignotificacao_custom_confignotificacao":{"%v":"custom.confignotificacao","%d":"configNotificacao"}}},"solicitacaocancelamento":{"%d":"solicitacaoCancelamento","%f3":{"laudoid_text":{"%v":"text","%d":"laudoId"},"clinicaid_text":{"%v":"text","%d":"clinicaId"},"isaceito__boolean":{"%v":"boolean","%d":"isAceito?"},"motivorecusa_text":{"%v":"text","%d":"motivoRecusaCancelamento"},"isrecusado_boolean":{"%v":"boolean","%d":"isRecusado?"},"motivocancelamento_text":{"%v":"text","%d":"motivoCancelamento"},"idsolicitacaocancelamento_text":{"%v":"text","%d":"idSolicitacaoCancelamento"}}}},"option_sets":{"menu":{"values":{"bTGyP":{"%d":"Aéreo","%del":true,"db_value":"a_reo","sort_factor":5,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9.02999 21.69L11.36 19.73C11.71 19.43 12.29 19.43 12.64 19.73L14.97 21.69C15.51 21.96 16.17 21.69 16.37 21.11L16.81 19.78C16.92 19.46 16.81 18.99 16.57 18.75L14.3 16.47C14.13 16.31 14 15.99 14 15.76V12.91C14 12.49 14.31 12.29 14.7 12.45L19.61 14.57C20.38 14.9 21.01 14.49 21.01 13.65V12.36C21.01 11.69 20.51 10.92 19.89 10.66L14.3 8.25001C14.14 8.18001 14 7.97001 14 7.79001V4.79001C14 3.85001 13.31 2.74001 12.47 2.31001C12.17 2.16001 11.82 2.16001 11.52 2.31001C10.68 2.74001 9.98999 3.86001 9.98999 4.80001V7.80001C9.98999 7.98001 9.84999 8.19001 9.68999 8.26001L4.10999 10.67C3.48999 10.92 2.98999 11.69 2.98999 12.36V13.65C2.98999 14.49 3.61999 14.9 4.38999 14.57L9.29999 12.45C9.67999 12.28 9.99999 12.49 9.99999 12.91V15.76C9.99999 15.99 9.86999 16.31 9.70999 16.47L7.43999 18.75C7.19999 18.99 7.08999 19.45 7.19999 19.78L7.63999 21.11C7.81999 21.69 8.47999 21.97 9.02999 21.69Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyS":{"%d":"ClÃnicas","isweb_":true,"db_value":"bTMkX","sort_factor":2,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M2 22H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14.0602 15H9.93022C9.42022 15 8.99023 15.42 8.99023 15.94V22H14.9902V15.94C15.0002 15.42 14.5802 15 14.0602 15Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M12 6V11\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M9.5 8.5H14.5\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyT":{"%d":"Transportes","%del":true,"db_value":"bTKRt","sort_factor":7,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19.9996 11.7501H3.99961C3.76961 11.7501 3.55961 11.6501 3.41961 11.4701C3.27961 11.3001 3.21961 11.0601 3.26961 10.8401L4.39961 5.44008C4.76961 3.69008 5.51961 2.08008 8.48961 2.08008H15.5196C18.4896 2.08008 19.2396 3.70008 19.6096 5.44008L20.7396 10.8501C20.7896 11.0701 20.7296 11.3001 20.5896 11.4801C20.4396 11.6501 20.2296 11.7501 19.9996 11.7501ZM4.91961 10.2501H19.0696L18.1296 5.75008C17.8496 4.44008 17.5196 3.58008 15.5096 3.58008H8.48961C6.47961 3.58008 6.14961 4.44008 5.86961 5.75008L4.91961 10.2501Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M19.9596 22.7501H18.0796C16.4596 22.7501 16.1496 21.8201 15.9496 21.2101L15.7496 20.6101C15.4896 19.8501 15.4596 19.7501 14.5596 19.7501H9.4396C8.5396 19.7501 8.4796 19.9201 8.2496 20.6101L8.0496 21.2101C7.8396 21.8301 7.5396 22.7501 5.9196 22.7501H4.0396C3.2496 22.7501 2.4896 22.4201 1.9596 21.8401C1.4396 21.2701 1.1896 20.5101 1.2596 19.7501L1.8196 13.6601C1.9696 12.0101 2.4096 10.2501 5.6196 10.2501H18.3796C21.5896 10.2501 22.0196 12.0101 22.1796 13.6601L22.7396 19.7501C22.8096 20.5101 22.5596 21.2701 22.0396 21.8401C21.5096 22.4201 20.7496 22.7501 19.9596 22.7501ZM9.4396 18.2501H14.5596C16.3796 18.2501 16.8096 19.0601 17.1696 20.1201L17.3796 20.7401C17.5496 21.2501 17.5496 21.2601 18.0896 21.2601H19.9696C20.3396 21.2601 20.6896 21.1101 20.9396 20.8401C21.1796 20.5801 21.2896 20.2501 21.2596 19.9001L20.6996 13.8101C20.5696 12.4601 20.4096 11.7601 18.3996 11.7601H5.6196C3.5996 11.7601 3.4396 12.4601 3.3196 13.8101L2.7596 19.9001C2.7296 20.2501 2.8396 20.5801 3.0796 20.8401C3.3196 21.1101 3.6796 21.2601 4.0496 21.2601H5.9296C6.4696 21.2601 6.4696 21.2501 6.6396 20.7501L6.8396 20.1401C7.0896 19.3401 7.4596 18.2501 9.4396 18.2501Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M3.99963 8.75012H2.99963C2.58963 8.75012 2.24963 8.41012 2.24963 8.00012C2.24963 7.59012 2.58963 7.25012 2.99963 7.25012H3.99963C4.40963 7.25012 4.74963 7.59012 4.74963 8.00012C4.74963 8.41012 4.40963 8.75012 3.99963 8.75012Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M20.9996 8.75012H19.9996C19.5896 8.75012 19.2496 8.41012 19.2496 8.00012C19.2496 7.59012 19.5896 7.25012 19.9996 7.25012H20.9996C21.4096 7.25012 21.7496 7.59012 21.7496 8.00012C21.7496 8.41012 21.4096 8.75012 20.9996 8.75012Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M11.9996 5.75012C11.5896 5.75012 11.2496 5.41012 11.2496 5.00012V3.00012C11.2496 2.59012 11.5896 2.25012 11.9996 2.25012C12.4096 2.25012 12.7496 2.59012 12.7496 3.00012V5.00012C12.7496 5.41012 12.4096 5.75012 11.9996 5.75012Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M13.4996 5.75012H10.4996C10.0896 5.75012 9.74963 5.41012 9.74963 5.00012C9.74963 4.59012 10.0896 4.25012 10.4996 4.25012H13.4996C13.9096 4.25012 14.2496 4.59012 14.2496 5.00012C14.2496 5.41012 13.9096 5.75012 13.4996 5.75012Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M8.99963 15.7501H5.99963C5.58963 15.7501 5.24963 15.4101 5.24963 15.0001C5.24963 14.5901 5.58963 14.2501 5.99963 14.2501H8.99963C9.40963 14.2501 9.74963 14.5901 9.74963 15.0001C9.74963 15.4101 9.40963 15.7501 8.99963 15.7501Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M17.9996 15.7501H14.9996C14.5896 15.7501 14.2496 15.4101 14.2496 15.0001C14.2496 14.5901 14.5896 14.2501 14.9996 14.2501H17.9996C18.4096 14.2501 18.7496 14.5901 18.7496 15.0001C18.7496 15.4101 18.4096 15.7501 17.9996 15.7501Z\\" fill=\\"[customCor]\\"/>\\n</svg>\\n"},"bTGyU":{"%d":"Recados","%del":true,"db_value":"bTKpw","sort_factor":10,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 8H17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyV":{"%d":"Integrações","%del":true,"db_value":"bTPHW0","sort_factor":13,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M16.0598 16.7499C16.0498 16.7499 16.0398 16.7499 16.0198 16.7499H6.3598C3.7298 16.5699 2.5498 14.5499 2.5498 12.7499C2.5498 11.1699 3.45982 9.41994 5.43982 8.89994C4.91982 6.72994 5.39981 4.69989 6.80981 3.21989C8.44981 1.49989 11.0698 0.81994 13.3398 1.51994C15.3998 2.14994 16.8498 3.82989 17.3898 6.15989C19.1798 6.58989 20.6098 7.94994 21.1798 9.82994C21.8098 11.8899 21.2298 13.9999 19.6798 15.3499C18.7098 16.2499 17.4198 16.7499 16.0598 16.7499ZM6.39981 10.2599C4.78981 10.3899 4.06982 11.5999 4.06982 12.7499C4.06982 13.9099 4.79981 15.1299 6.42981 15.2499H16.0398C16.0498 15.2499 16.0598 15.2499 16.0698 15.2499C17.0498 15.2499 17.9898 14.8899 18.6998 14.2299C20.0198 13.0799 20.1098 11.4299 19.7598 10.2599C19.3998 9.08993 18.4098 7.76991 16.6698 7.54991C16.3398 7.50991 16.0798 7.25991 16.0198 6.92991C15.6798 4.87991 14.5698 3.46994 12.9098 2.95994C11.1998 2.43994 9.14982 2.96994 7.90982 4.26994C6.69982 5.53994 6.41981 7.30994 7.11981 9.26994C7.25981 9.65994 7.05983 10.0899 6.66983 10.2299C6.57983 10.2499 6.49981 10.2699 6.39981 10.2599Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M12 19.75C11.59 19.75 11.25 19.41 11.25 19V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V19C12.75 19.41 12.41 19.75 12 19.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M12 23.75C10.48 23.75 9.25 22.52 9.25 21C9.25 19.48 10.48 18.25 12 18.25C13.52 18.25 14.75 19.48 14.75 21C14.75 22.52 13.52 23.75 12 23.75ZM12 19.75C11.31 19.75 10.75 20.31 10.75 21C10.75 21.69 11.31 22.25 12 22.25C12.69 22.25 13.25 21.69 13.25 21C13.25 20.31 12.69 19.75 12 19.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M18 21.75H14C13.59 21.75 13.25 21.41 13.25 21C13.25 20.59 13.59 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21C18.75 21.41 18.41 21.75 18 21.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.41 20.25 10.75 20.59 10.75 21C10.75 21.41 10.41 21.75 10 21.75Z\\" fill=\\"[customCor]\\"/>\\n</svg>\\n"},"bTGyW":{"%d":"Hotéis","%del":true,"db_value":"bTMmL","sort_factor":4,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M13 22H5C3 22 2 21 2 19V11C2 9 3 8 5 8H10V19C10 21 11 22 13 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10.11 4C10.03 4.3 10 4.63 10 5V8H5V6C5 4.9 5.9 4 7 4H10.11Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 8V13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M18 8V13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 17H15C14.45 17 14 17.45 14 18V22H18V18C18 17.45 17.55 17 17 17Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M6 13V17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10 19V5C10 3 11 2 13 2H19C21 2 22 3 22 5V19C22 21 21 22 19 22H13C11 22 10 21 10 19Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyX":{"%d":"Transfers","%del":true,"db_value":"bTNMH","sort_factor":8,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19 16V6.5C19 5.4 18.1 4.5 17 4.5H11.5\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 2L11 4.5L14 7\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5 8V17.5C5 18.6 5.9 19.5 7 19.5H12.5\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10 22L13 19.5L10 17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyY":{"%d":"Dashboard","isweb_":true,"db_value":"dashboard","sort_factor":22,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M2 22H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M9.75 4V22H14.25V4C14.25 2.9 13.8 2 12.45 2H11.55C10.2 2 9.75 2.9 9.75 4Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3 10V22H7V10C7 8.9 6.6 8 5.4 8H4.6C3.4 8 3 8.9 3 10Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 15V22H21V15C21 13.9 20.6 13 19.4 13H18.6C17.4 13 17 13.9 17 15Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyZ":{"%d":"Grupos","isweb_":true,"db_value":"quartos","sort_factor":11,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M22 10.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10.5 13.1V19.9C10.5 21.4 9.86 22 8.27 22H4.23C2.64 22 2 21.4 2 19.9V13.1C2 11.6 2.64 11 4.23 11H8.27C9.86 11 10.5 11.6 10.5 13.1Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10.5 4.1V5.9C10.5 7.4 9.86 8 8.27 8H4.23C2.64 8 2 7.4 2 5.9V4.1C2 2.6 2.64 2 4.23 2H8.27C9.86 2 10.5 2.6 10.5 4.1Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGya":{"%d":"Convites","%del":true,"db_value":"convites","sort_factor":9,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H12\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 17H16\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyb":{"%d":"Solicitações","isweb_":true,"db_value":"participantes","ismobile_":true,"sort_factor":1,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H12\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 17H16\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyc":{"%d":"Relatórios","%del":true,"db_value":"relat_rios","sort_factor":6,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M12 2V22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M2 9.5H12\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M12 14.5H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGyd":{"%d":"Médicos","isweb_":true,"db_value":"configura_oes","sort_factor":12,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M19.4897 17.98H16.5098\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M18 16.52V19.51\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTGye":{"%d":"Usuários","isweb_":true,"db_value":"usu_rios","sort_factor":15,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M18.1399 21.62C17.2599 21.88 16.2199 22 14.9999 22H8.99986C7.77986 22 6.73986 21.88 5.85986 21.62C6.07986 19.02 8.74986 16.97 11.9999 16.97C15.2499 16.97 17.9199 19.02 18.1399 21.62Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15 2H9C4 2 2 4 2 9V15C2 18.78 3.14 20.85 5.86 21.62C6.08 19.02 8.75 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62C20.86 20.85 22 18.78 22 15V9C22 4 20 2 15 2ZM12 14.17C10.02 14.17 8.42 12.56 8.42 10.58C8.42 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58C15.58 12.56 13.98 14.17 12 14.17Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.5799 10.58C15.5799 12.56 13.9799 14.17 11.9999 14.17C10.0199 14.17 8.41992 12.56 8.41992 10.58C8.41992 8.60002 10.0199 7 11.9999 7C13.9799 7 15.5799 8.60002 15.5799 10.58Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTHXD":{"%d":"Exames","isweb_":true,"db_value":"exames","sort_factor":17,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTHpZ":{"%d":"Laudos","isweb_":true,"db_value":"laudos","ismobile_":true,"sort_factor":18,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9.00049 22H15.0005C20.0005 22 22.0005 20 22.0005 15V9C22.0005 4 20.0005 2 15.0005 2H9.00049C4.00049 2 2.00049 4 2.00049 9V15C2.00049 20 4.00049 22 9.00049 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.7505 9H8.25049\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.7505 15H8.25049\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTJXk":{"%d":"Metas","isweb_":true,"db_value":"metas","sort_factor":20,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M2 2V19C2 20.66 3.34 22 5 22H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5 17L9.59 11.64C10.35 10.76 11.7 10.7 12.52 11.53L13.47 12.48C14.29 13.3 15.64 13.25 16.4 12.37L21 7\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTKqR":{"%d":"Configurações","isweb_":true,"db_value":"perfil","ismobile_":true,"sort_factor":25,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M2 12.8799V11.1199C2 10.0799 2.85 9.21994 3.9 9.21994C5.71 9.21994 6.45 7.93994 5.54 6.36994C5.02 5.46994 5.33 4.29994 6.24 3.77994L7.97 2.78994C8.76 2.31994 9.78 2.59994 10.25 3.38994L10.36 3.57994C11.26 5.14994 12.74 5.14994 13.65 3.57994L13.76 3.38994C14.23 2.59994 15.25 2.31994 16.04 2.78994L17.77 3.77994C18.68 4.29994 18.99 5.46994 18.47 6.36994C17.56 7.93994 18.3 9.21994 20.11 9.21994C21.15 9.21994 22.01 10.0699 22.01 11.1199V12.8799C22.01 13.9199 21.16 14.7799 20.11 14.7799C18.3 14.7799 17.56 16.0599 18.47 17.6299C18.99 18.5399 18.68 19.6999 17.77 20.2199L16.04 21.2099C15.25 21.6799 14.23 21.3999 13.76 20.6099L13.65 20.4199C12.75 18.8499 11.27 18.8499 10.36 20.4199L10.25 20.6099C9.78 21.3999 8.76 21.6799 7.97 21.2099L6.24 20.2199C5.33 19.6999 5.02 18.5299 5.54 17.6299C6.45 16.0599 5.71 14.7799 3.9 14.7799C2.85 14.7799 2 13.9199 2 12.8799Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTPaH":{"%d":"NÃveis de acesso","isweb_":true,"db_value":"n_veis_de_acesso","ismobile_":false,"sort_factor":16,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M13.01 2.92007L18.91 5.54007C20.61 6.29007 20.61 7.53007 18.91 8.28007L13.01 10.9001C12.34 11.2001 11.24 11.2001 10.57 10.9001L4.67002 8.28007C2.97002 7.53007 2.97002 6.29007 4.67002 5.54007L10.57 2.92007C11.24 2.62007 12.34 2.62007 13.01 2.92007Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3 11C3 11.84 3.63 12.81 4.4 13.15L11.19 16.17C11.71 16.4 12.3 16.4 12.81 16.17L19.6 13.15C20.37 12.81 21 11.84 21 11\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3 16C3 16.93 3.55 17.77 4.4 18.15L11.19 21.17C11.71 21.4 12.3 21.4 12.81 21.17L19.6 18.15C20.45 17.77 21 16.93 21 16\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTPgq":{"%d":"Admins","isweb_":true,"db_value":"admins","ismobile_":false,"sort_factor":14,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 18C22 18.75 21.79 19.46 21.42 20.06C21.21 20.42 20.94 20.74 20.63 21C19.93 21.63 19.01 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.74 14.58 15.61 15.5 14.88C16.19 14.33 17.06 14 18 14C20.21 14 22 15.79 22 18Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M16.4399 18L17.4299 18.99L19.5599 17.02\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTQQf":{"%d":"Educacional","db_value":"tutoriais","sort_factor":23,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M9.1001 12V10.52C9.1001 8.61001 10.4501 7.84001 12.1001 8.79001L13.3801 9.53001L14.6601 10.27C16.3101 11.22 16.3101 12.78 14.6601 13.73L13.3801 14.47L12.1001 15.21C10.4501 16.16 9.1001 15.38 9.1001 13.48V12Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTQXy":{"%d":"Tutoriais","db_value":"educacional","sort_factor":24,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M10.0495 2.53004L4.02953 6.46004C2.09953 7.72004 2.09953 10.54 4.02953 11.8L10.0495 15.73C11.1295 16.44 12.9095 16.44 13.9895 15.73L19.9795 11.8C21.8995 10.54 21.8995 7.73004 19.9795 6.47004L13.9895 2.54004C12.9095 1.82004 11.1295 1.82004 10.0495 2.53004Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5.63012 13.0801L5.62012 17.7701C5.62012 19.0401 6.60012 20.4001 7.80012 20.8001L10.9901 21.8601C11.5401 22.0401 12.4501 22.0401 13.0101 21.8601L16.2001 20.8001C17.4001 20.4001 18.3801 19.0401 18.3801 17.7701V13.1301\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M21.4004 15V9\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTUkG":{"%d":"Whatsapp","db_value":"whatsapp","sort_factor":3},"bTKaT0":{"%d":"Avisos","isweb_":true,"db_value":"avisos","sort_factor":19,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 8H17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTLkT1":{"%d":"Financeiro","isweb_":true,"db_value":"financeiro","sort_factor":21,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M13.05 16.25H11.17C9.84001 16.25 8.75 15.13 8.75 13.75C8.75 13.34 9.09 13 9.5 13C9.91 13 10.25 13.34 10.25 13.75C10.25 14.3 10.66 14.75 11.17 14.75H13.05C13.44 14.75 13.75 14.4 13.75 13.97C13.75 13.43 13.6 13.35 13.26 13.23L10.25 12.18C9.61 11.95 8.75 11.49 8.75 10.02C8.75 8.76999 9.74001 7.73999 10.95 7.73999H12.83C14.16 7.73999 15.25 8.85999 15.25 10.24C15.25 10.65 14.91 10.99 14.5 10.99C14.09 10.99 13.75 10.65 13.75 10.24C13.75 9.68999 13.34 9.23999 12.83 9.23999H10.95C10.56 9.23999 10.25 9.58999 10.25 10.02C10.25 10.56 10.4 10.64 10.74 10.76L13.75 11.81C14.39 12.04 15.25 12.5 15.25 13.97C15.25 15.23 14.26 16.25 13.05 16.25Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M12 17.25C11.59 17.25 11.25 16.91 11.25 16.5V7.5C11.25 7.09 11.59 6.75 12 6.75C12.41 6.75 12.75 7.09 12.75 7.5V16.5C12.75 16.91 12.41 17.25 12 17.25Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2C12.75 2.41 12.41 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 11.59 21.59 11.25 22 11.25C22.41 11.25 22.75 11.59 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M22 6.75C21.59 6.75 21.25 6.41 21.25 6V2.75H18C17.59 2.75 17.25 2.41 17.25 2C17.25 1.59 17.59 1.25 18 1.25H22C22.41 1.25 22.75 1.59 22.75 2V6C22.75 6.41 22.41 6.75 22 6.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M16.9999 7.75C16.8099 7.75 16.6199 7.68 16.4699 7.53C16.1799 7.24 16.1799 6.76 16.4699 6.47L21.4699 1.47C21.7599 1.18 22.2399 1.18 22.5299 1.47C22.8199 1.76 22.8199 2.24 22.5299 2.53L17.5299 7.53C17.3799 7.68 17.1899 7.75 16.9999 7.75Z\\" fill=\\"[customCor]\\"/>\\n</svg>\\n"}},"%d":"menu","attributes":{"isweb_":{"%d":"isWeb?","%v":"boolean","creation_source":"editor"},"ismobile_":{"%d":"isMobile?","%v":"boolean","creation_source":"editor"},"codhtmlicone":{"%d":"codHtmlIcone","%v":"text"}}},"menu0":{"values":{"bTNkj":{"%d":"Aéreo","%del":true,"db_value":"bTGyP","sort_factor":5,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9.02999 21.69L11.36 19.73C11.71 19.43 12.29 19.43 12.64 19.73L14.97 21.69C15.51 21.96 16.17 21.69 16.37 21.11L16.81 19.78C16.92 19.46 16.81 18.99 16.57 18.75L14.3 16.47C14.13 16.31 14 15.99 14 15.76V12.91C14 12.49 14.31 12.29 14.7 12.45L19.61 14.57C20.38 14.9 21.01 14.49 21.01 13.65V12.36C21.01 11.69 20.51 10.92 19.89 10.66L14.3 8.25001C14.14 8.18001 14 7.97001 14 7.79001V4.79001C14 3.85001 13.31 2.74001 12.47 2.31001C12.17 2.16001 11.82 2.16001 11.52 2.31001C10.68 2.74001 9.98999 3.86001 9.98999 4.80001V7.80001C9.98999 7.98001 9.84999 8.19001 9.68999 8.26001L4.10999 10.67C3.48999 10.92 2.98999 11.69 2.98999 12.36V13.65C2.98999 14.49 3.61999 14.9 4.38999 14.57L9.29999 12.45C9.67999 12.28 9.99999 12.49 9.99999 12.91V15.76C9.99999 15.99 9.86999 16.31 9.70999 16.47L7.43999 18.75C7.19999 18.99 7.08999 19.45 7.19999 19.78L7.63999 21.11C7.81999 21.69 8.47999 21.97 9.02999 21.69Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNkk":{"%d":"ClÃnicas","%del":true,"isweb_":true,"db_value":"bTGyS","sort_factor":2,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M2 22H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14.0602 15H9.93022C9.42022 15 8.99023 15.42 8.99023 15.94V22H14.9902V15.94C15.0002 15.42 14.5802 15 14.0602 15Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M12 6V11\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M9.5 8.5H14.5\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNko":{"%d":"Transportes","%del":true,"db_value":"bTGyT","sort_factor":7,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19.9996 11.7501H3.99961C3.76961 11.7501 3.55961 11.6501 3.41961 11.4701C3.27961 11.3001 3.21961 11.0601 3.26961 10.8401L4.39961 5.44008C4.76961 3.69008 5.51961 2.08008 8.48961 2.08008H15.5196C18.4896 2.08008 19.2396 3.70008 19.6096 5.44008L20.7396 10.8501C20.7896 11.0701 20.7296 11.3001 20.5896 11.4801C20.4396 11.6501 20.2296 11.7501 19.9996 11.7501ZM4.91961 10.2501H19.0696L18.1296 5.75008C17.8496 4.44008 17.5196 3.58008 15.5096 3.58008H8.48961C6.47961 3.58008 6.14961 4.44008 5.86961 5.75008L4.91961 10.2501Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M19.9596 22.7501H18.0796C16.4596 22.7501 16.1496 21.8201 15.9496 21.2101L15.7496 20.6101C15.4896 19.8501 15.4596 19.7501 14.5596 19.7501H9.4396C8.5396 19.7501 8.4796 19.9201 8.2496 20.6101L8.0496 21.2101C7.8396 21.8301 7.5396 22.7501 5.9196 22.7501H4.0396C3.2496 22.7501 2.4896 22.4201 1.9596 21.8401C1.4396 21.2701 1.1896 20.5101 1.2596 19.7501L1.8196 13.6601C1.9696 12.0101 2.4096 10.2501 5.6196 10.2501H18.3796C21.5896 10.2501 22.0196 12.0101 22.1796 13.6601L22.7396 19.7501C22.8096 20.5101 22.5596 21.2701 22.0396 21.8401C21.5096 22.4201 20.7496 22.7501 19.9596 22.7501ZM9.4396 18.2501H14.5596C16.3796 18.2501 16.8096 19.0601 17.1696 20.1201L17.3796 20.7401C17.5496 21.2501 17.5496 21.2601 18.0896 21.2601H19.9696C20.3396 21.2601 20.6896 21.1101 20.9396 20.8401C21.1796 20.5801 21.2896 20.2501 21.2596 19.9001L20.6996 13.8101C20.5696 12.4601 20.4096 11.7601 18.3996 11.7601H5.6196C3.5996 11.7601 3.4396 12.4601 3.3196 13.8101L2.7596 19.9001C2.7296 20.2501 2.8396 20.5801 3.0796 20.8401C3.3196 21.1101 3.6796 21.2601 4.0496 21.2601H5.9296C6.4696 21.2601 6.4696 21.2501 6.6396 20.7501L6.8396 20.1401C7.0896 19.3401 7.4596 18.2501 9.4396 18.2501Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M3.99963 8.75012H2.99963C2.58963 8.75012 2.24963 8.41012 2.24963 8.00012C2.24963 7.59012 2.58963 7.25012 2.99963 7.25012H3.99963C4.40963 7.25012 4.74963 7.59012 4.74963 8.00012C4.74963 8.41012 4.40963 8.75012 3.99963 8.75012Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M20.9996 8.75012H19.9996C19.5896 8.75012 19.2496 8.41012 19.2496 8.00012C19.2496 7.59012 19.5896 7.25012 19.9996 7.25012H20.9996C21.4096 7.25012 21.7496 7.59012 21.7496 8.00012C21.7496 8.41012 21.4096 8.75012 20.9996 8.75012Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M11.9996 5.75012C11.5896 5.75012 11.2496 5.41012 11.2496 5.00012V3.00012C11.2496 2.59012 11.5896 2.25012 11.9996 2.25012C12.4096 2.25012 12.7496 2.59012 12.7496 3.00012V5.00012C12.7496 5.41012 12.4096 5.75012 11.9996 5.75012Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M13.4996 5.75012H10.4996C10.0896 5.75012 9.74963 5.41012 9.74963 5.00012C9.74963 4.59012 10.0896 4.25012 10.4996 4.25012H13.4996C13.9096 4.25012 14.2496 4.59012 14.2496 5.00012C14.2496 5.41012 13.9096 5.75012 13.4996 5.75012Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M8.99963 15.7501H5.99963C5.58963 15.7501 5.24963 15.4101 5.24963 15.0001C5.24963 14.5901 5.58963 14.2501 5.99963 14.2501H8.99963C9.40963 14.2501 9.74963 14.5901 9.74963 15.0001C9.74963 15.4101 9.40963 15.7501 8.99963 15.7501Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M17.9996 15.7501H14.9996C14.5896 15.7501 14.2496 15.4101 14.2496 15.0001C14.2496 14.5901 14.5896 14.2501 14.9996 14.2501H17.9996C18.4096 14.2501 18.7496 14.5901 18.7496 15.0001C18.7496 15.4101 18.4096 15.7501 17.9996 15.7501Z\\" fill=\\"[customCor]\\"/>\\n</svg>\\n"},"bTNkp":{"%d":"Recados","%del":true,"db_value":"bTGyU","sort_factor":10,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 8H17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNkq":{"%d":"Integrações","%del":true,"db_value":"bTGyV","sort_factor":13,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M16.0598 16.7499C16.0498 16.7499 16.0398 16.7499 16.0198 16.7499H6.3598C3.7298 16.5699 2.5498 14.5499 2.5498 12.7499C2.5498 11.1699 3.45982 9.41994 5.43982 8.89994C4.91982 6.72994 5.39981 4.69989 6.80981 3.21989C8.44981 1.49989 11.0698 0.81994 13.3398 1.51994C15.3998 2.14994 16.8498 3.82989 17.3898 6.15989C19.1798 6.58989 20.6098 7.94994 21.1798 9.82994C21.8098 11.8899 21.2298 13.9999 19.6798 15.3499C18.7098 16.2499 17.4198 16.7499 16.0598 16.7499ZM6.39981 10.2599C4.78981 10.3899 4.06982 11.5999 4.06982 12.7499C4.06982 13.9099 4.79981 15.1299 6.42981 15.2499H16.0398C16.0498 15.2499 16.0598 15.2499 16.0698 15.2499C17.0498 15.2499 17.9898 14.8899 18.6998 14.2299C20.0198 13.0799 20.1098 11.4299 19.7598 10.2599C19.3998 9.08993 18.4098 7.76991 16.6698 7.54991C16.3398 7.50991 16.0798 7.25991 16.0198 6.92991C15.6798 4.87991 14.5698 3.46994 12.9098 2.95994C11.1998 2.43994 9.14982 2.96994 7.90982 4.26994C6.69982 5.53994 6.41981 7.30994 7.11981 9.26994C7.25981 9.65994 7.05983 10.0899 6.66983 10.2299C6.57983 10.2499 6.49981 10.2699 6.39981 10.2599Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M12 19.75C11.59 19.75 11.25 19.41 11.25 19V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V19C12.75 19.41 12.41 19.75 12 19.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M12 23.75C10.48 23.75 9.25 22.52 9.25 21C9.25 19.48 10.48 18.25 12 18.25C13.52 18.25 14.75 19.48 14.75 21C14.75 22.52 13.52 23.75 12 23.75ZM12 19.75C11.31 19.75 10.75 20.31 10.75 21C10.75 21.69 11.31 22.25 12 22.25C12.69 22.25 13.25 21.69 13.25 21C13.25 20.31 12.69 19.75 12 19.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M18 21.75H14C13.59 21.75 13.25 21.41 13.25 21C13.25 20.59 13.59 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21C18.75 21.41 18.41 21.75 18 21.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.41 20.25 10.75 20.59 10.75 21C10.75 21.41 10.41 21.75 10 21.75Z\\" fill=\\"[customCor]\\"/>\\n</svg>\\n"},"bTNku":{"%d":"Hotéis","%del":true,"db_value":"bTGyW","sort_factor":4,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M13 22H5C3 22 2 21 2 19V11C2 9 3 8 5 8H10V19C10 21 11 22 13 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10.11 4C10.03 4.3 10 4.63 10 5V8H5V6C5 4.9 5.9 4 7 4H10.11Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 8V13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M18 8V13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 17H15C14.45 17 14 17.45 14 18V22H18V18C18 17.45 17.55 17 17 17Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M6 13V17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10 19V5C10 3 11 2 13 2H19C21 2 22 3 22 5V19C22 21 21 22 19 22H13C11 22 10 21 10 19Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNkv":{"%d":"Transfers","%del":true,"db_value":"bTGyX","sort_factor":8,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19 16V6.5C19 5.4 18.1 4.5 17 4.5H11.5\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 2L11 4.5L14 7\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5 8V17.5C5 18.6 5.9 19.5 7 19.5H12.5\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10 22L13 19.5L10 17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNkw":{"%d":"Dashboard","%del":true,"isweb_":true,"db_value":"bTGyY","sort_factor":19,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M2 22H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M9.75 4V22H14.25V4C14.25 2.9 13.8 2 12.45 2H11.55C10.2 2 9.75 2.9 9.75 4Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3 10V22H7V10C7 8.9 6.6 8 5.4 8H4.6C3.4 8 3 8.9 3 10Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 15V22H21V15C21 13.9 20.6 13 19.4 13H18.6C17.4 13 17 13.9 17 15Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlA":{"%d":"Grupos","%del":true,"isweb_":true,"db_value":"bTGyZ","sort_factor":3,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M22 10.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10.5 13.1V19.9C10.5 21.4 9.86 22 8.27 22H4.23C2.64 22 2 21.4 2 19.9V13.1C2 11.6 2.64 11 4.23 11H8.27C9.86 11 10.5 11.6 10.5 13.1Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10.5 4.1V5.9C10.5 7.4 9.86 8 8.27 8H4.23C2.64 8 2 7.4 2 5.9V4.1C2 2.6 2.64 2 4.23 2H8.27C9.86 2 10.5 2.6 10.5 4.1Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlB":{"%d":"Convites","%del":true,"db_value":"bTGya","sort_factor":9,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H12\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 17H16\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlC":{"%d":"Solicitações","isweb_":true,"db_value":"bTGyb","ismobile_":true,"sort_factor":1,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H12\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 17H16\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlG":{"%d":"Relatórios","%del":true,"db_value":"bTGyc","sort_factor":6,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M12 2V22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M2 9.5H12\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M12 14.5H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlH":{"%d":"Médicos","%del":true,"isweb_":true,"db_value":"bTGyd","sort_factor":11,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M19.4897 17.98H16.5098\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M18 16.52V19.51\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlI":{"%d":"Usuários","%del":true,"isweb_":true,"db_value":"bTGye","sort_factor":12,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M18.1399 21.62C17.2599 21.88 16.2199 22 14.9999 22H8.99986C7.77986 22 6.73986 21.88 5.85986 21.62C6.07986 19.02 8.74986 16.97 11.9999 16.97C15.2499 16.97 17.9199 19.02 18.1399 21.62Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15 2H9C4 2 2 4 2 9V15C2 18.78 3.14 20.85 5.86 21.62C6.08 19.02 8.75 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62C20.86 20.85 22 18.78 22 15V9C22 4 20 2 15 2ZM12 14.17C10.02 14.17 8.42 12.56 8.42 10.58C8.42 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58C15.58 12.56 13.98 14.17 12 14.17Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.5799 10.58C15.5799 12.56 13.9799 14.17 11.9999 14.17C10.0199 14.17 8.41992 12.56 8.41992 10.58C8.41992 8.60002 10.0199 7 11.9999 7C13.9799 7 15.5799 8.60002 15.5799 10.58Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlM":{"%d":"Exames","%del":true,"isweb_":true,"db_value":"bTHXD","sort_factor":14,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlN":{"%d":"Laudos","isweb_":true,"db_value":"bTHpZ","ismobile_":true,"sort_factor":18,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9.00049 22H15.0005C20.0005 22 22.0005 20 22.0005 15V9C22.0005 4 20.0005 2 15.0005 2H9.00049C4.00049 2 2.00049 4 2.00049 9V15C2.00049 20 4.00049 22 9.00049 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.7505 9H8.25049\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.7505 15H8.25049\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlO":{"%d":"Metas","%del":true,"isweb_":true,"db_value":"bTJXk","sort_factor":17,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M2 2V19C2 20.66 3.34 22 5 22H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5 17L9.59 11.64C10.35 10.76 11.7 10.7 12.52 11.53L13.47 12.48C14.29 13.3 15.64 13.25 16.4 12.37L21 7\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlS":{"%d":"Configurações","isweb_":true,"db_value":"bTKqR","ismobile_":true,"sort_factor":22,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M2 12.8799V11.1199C2 10.0799 2.85 9.21994 3.9 9.21994C5.71 9.21994 6.45 7.93994 5.54 6.36994C5.02 5.46994 5.33 4.29994 6.24 3.77994L7.97 2.78994C8.76 2.31994 9.78 2.59994 10.25 3.38994L10.36 3.57994C11.26 5.14994 12.74 5.14994 13.65 3.57994L13.76 3.38994C14.23 2.59994 15.25 2.31994 16.04 2.78994L17.77 3.77994C18.68 4.29994 18.99 5.46994 18.47 6.36994C17.56 7.93994 18.3 9.21994 20.11 9.21994C21.15 9.21994 22.01 10.0699 22.01 11.1199V12.8799C22.01 13.9199 21.16 14.7799 20.11 14.7799C18.3 14.7799 17.56 16.0599 18.47 17.6299C18.99 18.5399 18.68 19.6999 17.77 20.2199L16.04 21.2099C15.25 21.6799 14.23 21.3999 13.76 20.6099L13.65 20.4199C12.75 18.8499 11.27 18.8499 10.36 20.4199L10.25 20.6099C9.78 21.3999 8.76 21.6799 7.97 21.2099L6.24 20.2199C5.33 19.6999 5.02 18.5299 5.54 17.6299C6.45 16.0599 5.71 14.7799 3.9 14.7799C2.85 14.7799 2 13.9199 2 12.8799Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlT":{"%d":"Avisos","%del":true,"isweb_":true,"db_value":"bTKaT0","sort_factor":16,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 8H17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTNlU":{"%d":"Financeiro","isweb_":true,"db_value":"bTLkT1","sort_factor":20,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M13.05 16.25H11.17C9.84001 16.25 8.75 15.13 8.75 13.75C8.75 13.34 9.09 13 9.5 13C9.91 13 10.25 13.34 10.25 13.75C10.25 14.3 10.66 14.75 11.17 14.75H13.05C13.44 14.75 13.75 14.4 13.75 13.97C13.75 13.43 13.6 13.35 13.26 13.23L10.25 12.18C9.61 11.95 8.75 11.49 8.75 10.02C8.75 8.76999 9.74001 7.73999 10.95 7.73999H12.83C14.16 7.73999 15.25 8.85999 15.25 10.24C15.25 10.65 14.91 10.99 14.5 10.99C14.09 10.99 13.75 10.65 13.75 10.24C13.75 9.68999 13.34 9.23999 12.83 9.23999H10.95C10.56 9.23999 10.25 9.58999 10.25 10.02C10.25 10.56 10.4 10.64 10.74 10.76L13.75 11.81C14.39 12.04 15.25 12.5 15.25 13.97C15.25 15.23 14.26 16.25 13.05 16.25Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M12 17.25C11.59 17.25 11.25 16.91 11.25 16.5V7.5C11.25 7.09 11.59 6.75 12 6.75C12.41 6.75 12.75 7.09 12.75 7.5V16.5C12.75 16.91 12.41 17.25 12 17.25Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2C12.75 2.41 12.41 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 11.59 21.59 11.25 22 11.25C22.41 11.25 22.75 11.59 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M22 6.75C21.59 6.75 21.25 6.41 21.25 6V2.75H18C17.59 2.75 17.25 2.41 17.25 2C17.25 1.59 17.59 1.25 18 1.25H22C22.41 1.25 22.75 1.59 22.75 2V6C22.75 6.41 22.41 6.75 22 6.75Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M16.9999 7.75C16.8099 7.75 16.6199 7.68 16.4699 7.53C16.1799 7.24 16.1799 6.76 16.4699 6.47L21.4699 1.47C21.7599 1.18 22.2399 1.18 22.5299 1.47C22.8199 1.76 22.8199 2.24 22.5299 2.53L17.5299 7.53C17.3799 7.68 17.1899 7.75 16.9999 7.75Z\\" fill=\\"[customCor]\\"/>\\n</svg>\\n"},"bTPHW":{"%d":"Máscaras","db_value":"m_scaras","ismobile_":false,"sort_factor":15,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M16.97 12.25V16.75C16.97 20.5 15.47 22 11.72 22H7.21997C3.46997 22 1.96997 20.5 1.96997 16.75V12.25C1.96997 8.5 3.46997 7 7.21997 7H11.72C15.47 7 16.97 8.5 16.97 12.25Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M21.97 7.5C21.97 10.37 19.78 12.72 16.97 12.97V12.25C16.97 8.5 15.47 7 11.72 7H11C11.25 4.19 13.6 2 16.47 2C19.26 2 21.56 4.07 21.91 6.77C21.95 7 21.97 7.25 21.97 7.5Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTQXz":{"%d":"Tutoriais","db_value":"educacional","sort_factor":21,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M10.0495 2.53004L4.02953 6.46004C2.09953 7.72004 2.09953 10.54 4.02953 11.8L10.0495 15.73C11.1295 16.44 12.9095 16.44 13.9895 15.73L19.9795 11.8C21.8995 10.54 21.8995 7.73004 19.9795 6.47004L13.9895 2.54004C12.9095 1.82004 11.1295 1.82004 10.0495 2.53004Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5.63012 13.0801L5.62012 17.7701C5.62012 19.0401 6.60012 20.4001 7.80012 20.8001L10.9901 21.8601C11.5401 22.0401 12.4501 22.0401 13.0101 21.8601L16.2001 20.8001C17.4001 20.4001 18.3801 19.0401 18.3801 17.7701V13.1301\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M21.4004 15V9\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"}},"%d":"menu - Médico","attributes":{"isweb_":{"%d":"isWeb?","%v":"boolean"},"ismobile_":{"%d":"isMobile?","%v":"boolean"},"codhtmlicone":{"%d":"codHtmlIcone","%v":"text"}},"creation_source":"editor"},"abc":{"%d":"abc","values":{"bTJlW":{"%d":"b","db_value":"b","sort_factor":2},"bTJlY":{"%d":"a","db_value":"a","sort_factor":1},"bTJlZ":{"%d":"e","db_value":"e","sort_factor":5},"bTJla":{"%d":"c","db_value":"c","sort_factor":3},"bTJlb":{"%d":"d","db_value":"d","sort_factor":4},"bTJlc":{"%d":"h","db_value":"h","sort_factor":8},"bTJld":{"%d":"f","db_value":"f","sort_factor":6},"bTJle":{"%d":"g","db_value":"g","sort_factor":7},"bTJlf":{"%d":"k","db_value":"k","sort_factor":11},"bTJlg":{"%d":"i","db_value":"i","sort_factor":9},"bTJlh":{"%d":"j","db_value":"j","sort_factor":10},"bTJli":{"%d":"n","db_value":"n","sort_factor":14},"bTJlj":{"%d":"l","db_value":"l","sort_factor":12},"bTJlk":{"%d":"m","db_value":"m","sort_factor":13},"bTJll":{"%d":"q","db_value":"q","sort_factor":17},"bTJlm":{"%d":"o","db_value":"o","sort_factor":15},"bTJln":{"%d":"p","db_value":"p","sort_factor":16},"bTJlo":{"%d":"t","db_value":"t","sort_factor":20},"bTJlp":{"%d":"r","db_value":"r","sort_factor":18},"bTJlq":{"%d":"s","db_value":"s","sort_factor":19},"bTJlr":{"%d":"w","db_value":"w","sort_factor":23},"bTJls":{"%d":"u","db_value":"u","sort_factor":21},"bTJlt":{"%d":"v","db_value":"v","sort_factor":22},"bTJlu":{"%d":"z","db_value":"z","sort_factor":26},"bTJlv":{"%d":"x","db_value":"x","sort_factor":24},"bTJlw":{"%d":"y","db_value":"y","sort_factor":25},"bTJlx":{"%d":"zc","db_value":"zc","sort_factor":29},"bTJly":{"%d":"za","db_value":"za","sort_factor":27},"bTJlz":{"%d":"zb","db_value":"zb","sort_factor":28},"bTJmA":{"%d":"zf","db_value":"zf","sort_factor":32},"bTJmB":{"%d":"zd","db_value":"zd","sort_factor":30},"bTJmC":{"%d":"ze","db_value":"ze","sort_factor":31},"bTJmD":{"%d":"zi","db_value":"zi","sort_factor":35},"bTJmE":{"%d":"zg","db_value":"zg","sort_factor":33},"bTJmF":{"%d":"zh","db_value":"zh","sort_factor":34},"bTJmG":{"%d":"zl","db_value":"zl","sort_factor":38},"bTJmH":{"%d":"zj","db_value":"zj","sort_factor":36},"bTJmI":{"%d":"zk","db_value":"zk","sort_factor":37},"bTJmJ":{"%d":"zo","db_value":"zo","sort_factor":41},"bTJmK":{"%d":"zm","db_value":"zm","sort_factor":39},"bTJmL":{"%d":"zn","db_value":"zn","sort_factor":40},"bTJmM":{"%d":"zr","db_value":"z0","sort_factor":44},"bTJmN":{"%d":"zp","db_value":"zp","sort_factor":42},"bTJmO":{"%d":"zq","db_value":"zq","sort_factor":43},"bTJmP":{"%d":"zu","db_value":"zu","sort_factor":47},"bTJmQ":{"%d":"zs","db_value":"zs","sort_factor":45},"bTJmR":{"%d":"zt","db_value":"zt","sort_factor":46},"bTJmS":{"%d":"zx","db_value":"zx","sort_factor":50},"bTJmT":{"%d":"zv","db_value":"zv","sort_factor":48},"bTJmU":{"%d":"zw","db_value":"zw","sort_factor":49},"bTJmW":{"%d":"zy","db_value":"zy","sort_factor":51},"bTJmX":{"%d":"zz","db_value":"zz","sort_factor":52}}},"sexo":{"%d":"sexo","values":{"bTQpc":{"%d":"Masculino","db_value":"masculino","sort_factor":1},"bTQpg":{"%d":"Feminino","db_value":"feminino","sort_factor":2}},"creation_source":"editor"},"cores":{"%d":"Cores","values":{"bTIGG":{"%d":"Verde","codcor":"#23BE7D","db_value":"verde","sort_factor":3,"coropacity20":"#D5F2E5"},"bTIGH":{"%d":"Azul","codcor":"#2196F3","db_value":"azul","sort_factor":4,"coropacity20":"#D7EAFD"},"bTIGI":{"%d":"Roxo","codcor":"#7B61FF","db_value":"roxo","sort_factor":5,"coropacity20":"#E5E0FF"},"bTIGK":{"%d":"Amarelo","codcor":"#F8BB46","db_value":"amarelo","sort_factor":2,"coropacity20":"#FEF1DB"},"bTIGL":{"%d":"Vermelho","codcor":"#FD3738","db_value":"vermelho","sort_factor":1,"coropacity20":"#FFD7D7"},"bTLQD1":{"%d":"Cinza","codcor":"#555755","db_value":"cinza","sort_factor":6,"coropacity20":"#DDDDDD"}},"attributes":{"codcor":{"%d":"codCor","%v":"text"},"coropacity20":{"%d":"corOpacity20","%v":"text","creation_source":"editor"}}},"meses":{"%d":"Meses","values":{"bTJVF":{"%d":"Fevereiro","nummes":2,"db_value":"bTHti","sort_factor":2},"bTJVH":{"%d":"Janeiro","nummes":1,"db_value":"bTHth","sort_factor":1},"bTJVI":{"%d":"Maio","nummes":5,"db_value":"bTHtl","sort_factor":5},"bTJVJ":{"%d":"Março","nummes":3,"db_value":"bTHtj","sort_factor":3},"bTJVK":{"%d":"Abril","nummes":4,"db_value":"bTHtk","sort_factor":4},"bTJVL":{"%d":"Agosto","nummes":8,"db_value":"bTHto","sort_factor":8},"bTJVM":{"%d":"Junho","nummes":6,"db_value":"bTHtm","sort_factor":6},"bTJVN":{"%d":"Julho","nummes":7,"db_value":"bTHtn","sort_factor":7},"bTJVO":{"%d":"Novembro","nummes":11,"db_value":"bTHtr","sort_factor":11},"bTJVP":{"%d":"Setembro","nummes":9,"db_value":"bTHtp","sort_factor":9},"bTJVQ":{"%d":"Outubro","nummes":10,"db_value":"bTHtq","sort_factor":10},"bTJVS":{"%d":"Dezembro","nummes":12,"db_value":"bTHts","sort_factor":12}},"attributes":{"nummes":{"%d":"numMes","%v":"number"}}},"video":{"%d":"Tipo - Tutorial","values":{"bTQHf":{"%d":"Video","db_value":"video","sort_factor":1},"bTQHg":{"%d":"PDF","db_value":"pdf","sort_factor":2}}},"config":{"%d":"config","values":{"bTRgM":{"%d":"sistema","bgpadrao":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1696427625066x654701732175201300/Background%20Padr%C3%A3o.png","db_value":"sistema","logoconecta":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1696427627948x786244304750510700/Logotipo_Conecta_Laranja%201%20Simbolo.png","sort_factor":1,"isutilizarwasabi_":false}},"attributes":{"bgpadrao":{"%d":"bgPadrao","%v":"image","creation_source":"editor"},"logoconecta":{"%d":"logoConecta","%v":"image","creation_source":"editor"},"isutilizarwasabi_":{"%d":"isUtilizarWasabi?","%v":"boolean","creation_source":"editor"}},"creation_source":"editor"},"orelhas":{"%d":"Orelhas","values":{"bTKtq":{"%d":"OD","titulo":"Orelha Direita","db_value":"od","sort_factor":1},"bTKtu":{"%d":"OE","titulo":"Orelha Esquerda","db_value":"er","sort_factor":2}},"attributes":{"titulo":{"%d":"titulo","%v":"text","creation_source":"editor"}},"creation_source":"editor"},"tutoriais":{"%d":"tutoriais - Upload","values":{"bTPmm":{"%d":"Upload de paciente","arquivos":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1694550700830x364863383261403650/Upload-Pacientes.7z"},"db_value":"upload_de_paciente","sort_factor":1}},"attributes":{"arquivos":{"%d":"arquivos","%v":"list.file","creation_source":"editor"}},"creation_source":"editor"},"tipo___data":{"%d":"Tipo - Filtro de Data","values":{"bTKSN":{"%d":"Data única","db_value":"data__nica","sort_factor":1},"bTKSR":{"%d":"PerÃodo","db_value":"per_odo","sort_factor":2}},"creation_source":"editor"},"tipo___user":{"%d":"Tipo - User","values":{"bTGyM":{"%d":"Admin de workspace","db_value":"adminworkspace","sort_factor":3},"bTGyQ":{"%d":"Staff de clÃnica","db_value":"staff_de_cl_nica","sort_factor":2},"bTGyR":{"%d":"Admin master","db_value":"admin_master","sort_factor":4},"bTHZL":{"%d":"Médico","db_value":"m_dico","sort_factor":5},"bTKDu":{"%d":"Empresa","db_value":"empresa","sort_factor":6},"bTPaS":{"%d":"Admin","db_value":"admin","sort_factor":1}},"creation_source":"editor"},"tipo___exame":{"%d":"Tipo - Exame","values":{"bTKyW":{"%d":"Audiometria","db_value":"audiometria","sort_factor":1},"bTKya":{"%d":"Custom","db_value":"custom","sort_factor":2}},"creation_source":"editor"},"tipo___input":{"%d":"Tipo - Input","values":{"bTHms":{"%d":"Input","db_value":"input","sort_factor":1},"bTHmw":{"%d":"Dropdown","db_value":"dropdown","sort_factor":2},"bTJby":{"%d":"Múltipla escolha (escolha única)","db_value":"m_ltipla_escolha__item__nico_","sort_factor":3},"bTJcC":{"%d":"Múltipla escolha (escolha variada)","db_value":"m_ltipla_escolha__escolha_m_ltipla_","sort_factor":4},"bTLut0":{"%d":"Upload de arquivo","db_value":"upload_de_arquivo","sort_factor":5}},"creation_source":"editor"},"filtro___data":{"%d":"Filtro - Data","values":{"bTJJU":{"%d":"Final","cor":"vermelho","db_value":"final","sort_factor":2},"bTJJW":{"%d":"Inicial","cor":"verde","db_value":"inicial","sort_factor":1}},"attributes":{"cor":{"%d":"cor","%v":"option.cores","creation_source":"editor"}},"creation_source":"editor"},"forma___envio":{"%d":"Forma - envio","values":{"bTVps":{"%d":"WhatsApp [fa]whatsapp[/fa]","db_value":"whatsapp","sort_factor":1},"bTVqg":{"%d":"Email [fa]envelope-o[/fa]","db_value":"email","sort_factor":2}},"creation_source":"editor"},"menu___cl_nica":{"%d":"Menu - ClÃnica","values":{"bTIOE":{"%d":"Empresas","db_value":"empresas","sort_factor":3,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M2 22H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14.0602 15H9.93022C9.42022 15 8.99023 15.42 8.99023 15.94V22H14.9902V15.94C15.0002 15.42 14.5802 15 14.0602 15Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M12 6V11\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M9.5 8.5H14.5\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTIOH":{"%d":"Financeiro","db_value":"dashboard","sort_factor":5,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M2 2V19C2 20.66 3.34 22 5 22H22\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5 17L9.59 11.64C10.35 10.76 11.7 10.7 12.52 11.53L13.47 12.48C14.29 13.3 15.64 13.25 16.4 12.37L21 7\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTIOI":{"%d":"Pacientes","db_value":"colaboradores","sort_factor":4,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M18.1399 21.62C17.2599 21.88 16.2199 22 14.9999 22H8.99986C7.77986 22 6.73986 21.88 5.85986 21.62C6.07986 19.02 8.74986 16.97 11.9999 16.97C15.2499 16.97 17.9199 19.02 18.1399 21.62Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15 2H9C4 2 2 4 2 9V15C2 18.78 3.14 20.85 5.86 21.62C6.08 19.02 8.75 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62C20.86 20.85 22 18.78 22 15V9C22 4 20 2 15 2ZM12 14.17C10.02 14.17 8.42 12.56 8.42 10.58C8.42 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58C15.58 12.56 13.98 14.17 12 14.17Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.5799 10.58C15.5799 12.56 13.9799 14.17 11.9999 14.17C10.0199 14.17 8.41992 12.56 8.41992 10.58C8.41992 8.60002 10.0199 7 11.9999 7C13.9799 7 15.5799 8.60002 15.5799 10.58Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTIOJ":{"%d":"Solicitações","db_value":"solicita__es","sort_factor":1,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H12\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 17H16\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTKBD":{"%d":"Laudo","db_value":"laudos","sort_factor":2,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9.00049 22H15.0005C20.0005 22 22.0005 20 22.0005 15V9C22.0005 4 20.0005 2 15.0005 2H9.00049C4.00049 2 2.00049 4 2.00049 9V15C2.00049 20 4.00049 22 9.00049 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.7505 9H8.25049\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15.7505 15H8.25049\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"bTQXo":{"%d":"Tutoriais","db_value":"educacional","sort_factor":6,"codhtmlicone":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M10.0495 2.53004L4.02953 6.46004C2.09953 7.72004 2.09953 10.54 4.02953 11.8L10.0495 15.73C11.1295 16.44 12.9095 16.44 13.9895 15.73L19.9795 11.8C21.8995 10.54 21.8995 7.73004 19.9795 6.47004L13.9895 2.54004C12.9095 1.82004 11.1295 1.82004 10.0495 2.53004Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5.63012 13.0801L5.62012 17.7701C5.62012 19.0401 6.60012 20.4001 7.80012 20.8001L10.9901 21.8601C11.5401 22.0401 12.4501 22.0401 13.0101 21.8601L16.2001 20.8001C17.4001 20.4001 18.3801 19.0401 18.3801 17.7701V13.1301\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M21.4004 15V9\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"}},"attributes":{"codhtmlicone":{"%d":"codHtmlIcone","%v":"text","creation_source":"editor"}},"creation_source":"editor"},"s_mbolos___oit":{"%d":"Simbolos - OIT","values":{"bTTXg":{"%d":"aa","db_value":"aa","sort_factor":1},"bTTXh":{"%d":"at","db_value":"at","sort_factor":2},"bTTXi":{"%d":"ax","db_value":"ax","sort_factor":3},"bTTXm":{"%d":"bu","db_value":"bu","sort_factor":4},"bTTXn":{"%d":"ca","db_value":"ca","sort_factor":5},"bTTXo":{"%d":"cg","db_value":"cg","sort_factor":6},"bTTXs":{"%d":"cn","db_value":"cn","sort_factor":7},"bTTXt":{"%d":"co","db_value":"co","sort_factor":8},"bTTXu":{"%d":"cp","db_value":"cp","sort_factor":9},"bTTXy":{"%d":"cv","db_value":"cv","sort_factor":10},"bTTXz":{"%d":"di","db_value":"di","sort_factor":11},"bTTYA":{"%d":"ef","db_value":"ef","sort_factor":12},"bTTYE":{"%d":"em","db_value":"em","sort_factor":13},"bTTYF":{"%d":"es","db_value":"es","sort_factor":14},"bTTYG":{"%d":"fr","db_value":"fr","sort_factor":15},"bTTYK":{"%d":"hi","db_value":"hi","sort_factor":16},"bTTYL":{"%d":"ho","db_value":"ho","sort_factor":17},"bTTYM":{"%d":"id","db_value":"id0","sort_factor":18},"bTTYQ":{"%d":"ih","db_value":"ih","sort_factor":19},"bTTYR":{"%d":"kl","db_value":"kl","sort_factor":20},"bTTYS":{"%d":"me","db_value":"me","sort_factor":21},"bTTYW":{"%d":"pa","db_value":"pa","sort_factor":22},"bTTYX":{"%d":"pb","db_value":"pb","sort_factor":23},"bTTYY":{"%d":"pi","db_value":"pi","sort_factor":24},"bTTYc":{"%d":"px","db_value":"px","sort_factor":25},"bTTYd":{"%d":"ra","db_value":"ra","sort_factor":26},"bTTYe":{"%d":"rp","db_value":"rp","sort_factor":27},"bTTYi":{"%d":"tb","db_value":"tb","sort_factor":28},"bTTYj":{"%d":"od*","db_value":"od_","sort_factor":29}},"creation_source":"editor"},"tipo___mascara":{"%d":"Tipo - mascara","values":{"bTVco":{"%d":"Laudo","db_value":"laudo","sort_factor":1},"bTVcp":{"%d":"Retorno","db_value":"retorno","sort_factor":2}},"creation_source":"editor"},"categoria___log":{"%d":"Categoria - Log","values":{"bTPRB":{"%d":"Excluir paciente","db_value":"excluir_paciente","sort_factor":1}},"creation_source":"editor"},"modelos___email":{"%d":"Modelos - Email","values":{"bTVzo":{"%d":"Notificacao Conecta","%fr":"BREVO","conte_do":"<p> </p>\\n<!-- [if !mso]><!--><!--<![endif]--><!-- [if mso]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml><![endif]-->\\n<table class=\'nl2go-body-table\' style=\'background-color: #fbfbf9; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<td>\\n<table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td class=\'r1-i\' style=\'background-color: transparent;\' valign=\'top\'>\\n<table class=\'r3-o\' style=\'table-layout: fixed;\' role=\'presentation\' border=\'0\' width=\'600\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td class=\'r4-i\' style=\'padding-bottom: 5px; padding-top: 5px;\'>\\n<table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<th class=\'r5-c\' style=\'font-weight: normal;\' valign=\'top\' width=\'100%\'>\\n<table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td class=\'r7-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; padding-left: 30px; padding-right: 30px; padding-top: 20px; text-align: center;\' align=\'center\'>\\n<div>\\n<p style=\'margin: 0;\'><a style=\'color: #f07f2b; text-decoration: none;\' href=\'{{ mirror }}\'><span style=\'font-size: 12px;\'><u>Visualizar no navegador</u></span></a></p>\\n</div>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</th>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n<table class=\'r3-o\' style=\'table-layout: fixed; width: 600px;\' role=\'presentation\' border=\'0\' width=\'600\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td class=\'r8-i\' style=\'background-color: #fbfbf9;\' valign=\'top\'>\\n<table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td class=\'r10-i\' style=\'background-color: #fbfbf9; padding-top: 25px;\'>\\n<table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<th class=\'r5-c\' style=\'font-weight: normal;\' valign=\'top\' width=\'100%\'>\\n<table class=\'r11-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'left\'>\\n<tbody>\\n<tr>\\n<td class=\'r12-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; text-align: center;\' align=\'center\' valign=\'top\'>\\n<div>\\n<div class=\'sib_class_30_grey_ls\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 30px; letter-spacing: 2px; word-break: break-word;\'>CONECTA LAUDOS</div>\\n</div>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n<table class=\'r0-o\' style=\'table-layout: fixed;\' role=\'presentation\' border=\'0\' width=\'600\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td class=\'r13-i\' style=\'padding-top: 15px; height: 1px;\'>\\n<table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<td>\\n<table class=\'r13-i\' style=\'border-top-style: solid; background-clip: border-box; border-top-color: #E0D3C1; border-top-width: 1px; font-size: 1px; line-height: 1px;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<td style=\'font-size: 0px; line-height: 0px;\' height=\'0\'>­</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</th>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n<table class=\'r0-o\' style=\'background-color: #ffffff; table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<th class=\'r5-c\' style=\'font-weight: normal;\' valign=\'top\' width=\'100%\'>\\n<table class=\'r0-o\' style=\'table-layout: fixed; width: 300px;\' role=\'presentation\' border=\'0\' width=\'300\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td style=\'font-size: 0px; line-height: 0px;\'><img style=\'display: block; width: 100%;\' src=\'https://img.mailinblue.com/7746750/images/content_library/original/6671b92753e3c57091a066e7.png\' width=\'300\' border=\'0\' /></td>\\n</tr>\\n</tbody>\\n</table>\\n</th>\\n</tr>\\n</tbody>\\n</table>\\n<table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td class=\'r14-i\' style=\'background-color: #ffffff; padding-left: 20px; padding-right: 20px; padding-top: 20px;\'>\\n<table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<th class=\'r5-c\' style=\'font-weight: normal;\' valign=\'top\' width=\'100%\'>\\n<table class=\'r6-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<td class=\'r15-i\' valign=\'top\'>\\n<table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<td class=\'r16-c\' align=\'left\'>\\n<table class=\'r11-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<td class=\'r12-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; text-align: center;\' align=\'center\' valign=\'top\'>\\n<div>\\n<h1 class=\'default-heading1\' style=\'margin: 0; color: #302e2f; font-family: arial,helvetica,sans-serif; font-size: 28px; word-break: break-word;\'>{{titulo}}</h1>\\n</div>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n<tr>\\n<td class=\'r16-c\' align=\'left\'>\\n<table class=\'r11-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<td class=\'r17-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; padding-top: 15px; text-align: center;\' align=\'center\' valign=\'top\'>\\n<div>\\n<div class=\'sib_class_18_grey_ptsanscaption_ls\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 18px; letter-spacing: 0px; word-break: break-word;\'>{{body}}</div>\\n</div>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n<tr>\\n<td class=\'r9-c\' align=\'center\'>\\n<table class=\'r18-o\' style=\'table-layout: fixed; width: 250px;\' role=\'presentation\' border=\'0\' width=\'250\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr class=\'nl2go-responsive-hide\'>\\n<td style=\'font-size: 15px; line-height: 15px;\' height=\'15\'>­</td>\\n</tr>\\n<tr>\\n<td class=\'r12-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word;\' align=\'center\' valign=\'top\' height=\'14\'><!-- [if mso]> <v:roundrect xmlns:v=\'urn:schemas-microsoft-com:vml\' xmlns:w=\'urn:schemas-microsoft-com:office:word\' href=\'{{linkBotao}}\' style=\'v-text-anchor:middle; height: 37px; width: 249px;\' arcsize=\'14%\' fillcolor=\'#ffa035\' strokecolor=\'#ffa035\' strokeweight=\'1px\' data-btn=\'1\'> <w:anchorlock> </w:anchorlock> <v:textbox inset=\'0,0,0,0\'> <div style=\'display:none;\'> <center class=\'default-button\'><span>{{textoBotao}}</span></center> </div> </v:textbox> </v:roundrect> <![endif]--> <!-- [if !mso]><!-- --> <a class=\'r19-r default-button\' style=\'font-style: normal; font-weight: bold; line-height: 1.15; text-decoration: none; word-break: break-word; word-wrap: break-word; display: block; -webkit-text-size-adjust: none; background-color: #ffa035; border-radius: 5px; color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13px; height: 14px; mso-hide: all; padding-bottom: 12px; padding-top: 12px; width: 250px; border: 0px solid #ffa035;\' href=\'{{linkBotao}}\' target=\'_blank\' rel=\'noopener\' data-btn=\'1\'> {{textoBotao}}</a> <!--<![endif]--></td>\\n</tr>\\n<tr class=\'nl2go-responsive-hide\'>\\n<td style=\'font-size: 15px; line-height: 15px;\' height=\'15\'>­</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</th>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n<table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'>\\n<tbody>\\n<tr>\\n<td class=\'r20-i\' style=\'background-color: #e0d3c1; padding: 25px 20px 25px 20px;\'>\\n<table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'>\\n<tbody>\\n<tr>\\n<th class=\'r21-c\' style=\'font-weight: normal;\' valign=\'middle\' width=\'100%\'>\\n<table class=\'r11-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'left\'>\\n<tbody>\\n<tr>\\n<td class=\'r12-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; text-align: center;\' align=\'center\' valign=\'top\'>\\n<div>\\n<div class=\'sib_class_16_white\' style=\'color: #fff; font-family: arial,helvetica,sans-serif; font-size: 16px; word-break: break-word;\'><strong>Conecta Laudos</strong></div>\\n<div class=\'sib_class_16_white\' style=\'color: #fff; font-family: arial,helvetica,sans-serif; font-size: 16px; word-break: break-word;\'> </div>\\n<div class=\'sib_class_16_white\' style=\'color: #fff; font-family: arial,helvetica,sans-serif; font-size: 16px; word-break: break-word;\'>Avenida Barão de Itapura, 2310 - Sala 43A - Guanabara, 13075300 Campinas</div>\\n</div>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</th>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>\\n</td>\\n</tr>\\n</tbody>\\n</table>","db_value":"notificacao_conecta","sort_factor":1,"referenciaid":"2"}},"attributes":{"%fr":{"%d":"from","%v":"text","creation_source":"editor"},"conte_do":{"%d":"conteúdo","%v":"text","creation_source":"editor"},"referenciaid":{"%d":"referenciaId","%v":"text","creation_source":"editor"}},"creation_source":"editor"},"tipo___exclusao":{"%d":"Tipo - Exclusao","values":{"bTHEA":{"%d":"Deletar Participante","db_value":"bTJQU","sort_factor":1},"bTHED":{"%d":"Deletar cliente","db_value":"bTLCV","sort_factor":5},"bTHEE":{"%d":"Deletar transporte","db_value":"bTKsT","sort_factor":3},"bTHEF":{"%d":"Deletar produto","db_value":"bTKwk","sort_factor":4},"bTHEG":{"%d":"Deletar estoque","db_value":"bTMbv","sort_factor":8},"bTHEH":{"%d":"Deletar observação","db_value":"bTLfo","sort_factor":6},"bTHEI":{"%d":"Deletar registro movimentação","db_value":"bTMZD","sort_factor":7},"bTHEJ":{"%d":"Deletar registro agrupador","db_value":"bTOxx","sort_factor":11},"bTHEK":{"%d":"Deletar Transfer","db_value":"bTNcN","sort_factor":9},"bTHEL":{"%d":"Cancelar convite","db_value":"bTOds","sort_factor":10},"bTHEN":{"%d":"Deletar usuario","db_value":"bTPHA","sort_factor":12},"bTHEO":{"%d":"Remover participante de quarto","db_value":"bTJhI0","sort_factor":2},"bTJnC":{"%d":"Deletar campo cadastro","db_value":"deletar_campo_cadastro","sort_factor":13},"bTMVC":{"%d":"Deletar ClÃnica","db_value":"deletar_cl_nica","sort_factor":14},"bTMgM":{"%d":"Deletar solicitação","db_value":"deletar_solicita__o","sort_factor":15},"bTMiu":{"%d":"Deletar Workspace","db_value":"deletar_workspace","sort_factor":16},"bTOqy":{"%d":"Deletar máscara","db_value":"deletar_m_scara","sort_factor":18},"bTPQi":{"%d":"Deletar paciente","db_value":"deletar_paciente","sort_factor":19},"bTQPk":{"%d":"Deletar tutorial","db_value":"deletar_tutorial","sort_factor":20},"bTRDf":{"%d":"Deletar empresa","db_value":"deletar_empresa","sort_factor":21},"bTRDg":{"%d":"Deletar empresa","%del":true,"db_value":"deletar_empresa","sort_factor":21},"bTRFW":{"%d":"Deletar Aviso","db_value":"deletar_aviso","sort_factor":22},"bTRPC":{"%d":"Deletar Laudo","db_value":"deletar_laudo","sort_factor":23},"bTRfn":{"%d":"Deletar Obj Exame","db_value":"deletar_obj_exame","sort_factor":24},"bTMkg0":{"%d":"Deletar Exame","db_value":"deletar_exame","sort_factor":17}}},"fun__o___usuario":{"%d":"Função - Usuario","values":{"bTKgo":{"%d":"Técnico(a)","db_value":"t_cnico_a_","sort_factor":1},"bTKgs":{"%d":"Proprietário(a)","db_value":"propriet_rio_a_","sort_factor":2},"bTKgt":{"%d":"Financeiro","db_value":"financeiro","sort_factor":3},"bTKgu":{"%d":"Recepcionista","db_value":"recepcionista","sort_factor":4},"bTKgy":{"%d":"Médico(a)","db_value":"m_dico_a_","sort_factor":6},"bTKgz":{"%d":"Outro","db_value":"outro","sort_factor":7},"bTPaO":{"%d":"Admin","%del":true,"db_value":"admin","sort_factor":5}},"creation_source":"editor"},"status___cria__o":{"%d":"Status - Criação","values":{"bTIYN":{"%d":"Em criação","db_value":"em_cria__o","sort_factor":1},"bTIYO":{"%d":"Criado","db_value":"criado","sort_factor":2}},"creation_source":"editor"},"wasabi___buckets":{"%d":"wasabi - buckets","values":{"bTRvi":{"%d":"storage conecta","region":"us-east-1","db_value":"laudos","bucketurl":"https://s3.us-east-1.wasabisys.com/storage.conectalaudos.com.br/","bucketname":"storage.conectalaudos.com.br","sort_factor":1},"bTRvj":{"%d":"Exames","%del":true,"region":"us-west-1","db_value":"exames","bucketname":"exames-conecta","sort_factor":2}},"attributes":{"region":{"%d":"region","%v":"text","creation_source":"editor"},"bucketurl":{"%d":"bucketUrl","%v":"text","creation_source":"editor"},"bucketname":{"%d":"bucketName","%v":"text","creation_source":"editor"}},"creation_source":"editor"},"categoria___exame":{"%d":"Categoria - Exame","values":{"bTQgt":{"%d":"Admissional","db_value":"admissional","sort_factor":1,"classificacaoatrelada":"ocupacional"},"bTQgu":{"%d":"Periódico","db_value":"peri_dico","sort_factor":2,"classificacaoatrelada":"ocupacional"},"bTQgy":{"%d":"Demissional","db_value":"demissional","sort_factor":3,"classificacaoatrelada":"ocupacional"},"bTQgz":{"%d":"Retorno ao Trabalho","db_value":"retorno_ao_trabalho","sort_factor":4,"classificacaoatrelada":"ocupacional"},"bTQhA":{"%d":"Mudança de Riscos","db_value":"mudan_a_de_riscos","sort_factor":5,"classificacaoatrelada":"ocupacional"},"bTQhE":{"%d":"ClÃnico","db_value":"cl_nico","sort_factor":6,"classificacaoatrelada":"cl_nico"},"bTQhF":{"%d":"Rotina","db_value":"rotina","sort_factor":7,"classificacaoatrelada":"cl_nico"},"bTQhG":{"%d":"Pedido Médico","db_value":"pedido_m_dico","sort_factor":8,"classificacaoatrelada":"cl_nico"},"bTQhK":{"%d":"Pré-operatório","db_value":"pr__operat_rio","sort_factor":9,"classificacaoatrelada":"cl_nico"},"bTQhL":{"%d":"Pós-operatório","db_value":"p_s_operat_rio","sort_factor":10,"classificacaoatrelada":"cl_nico"},"bTQhM":{"%d":"Concurso","db_value":"concurso","sort_factor":11,"classificacaoatrelada":"cl_nico"},"bTQhQ":{"%d":"Aptidão FÃsica","db_value":"aptid_o_f_sica","sort_factor":12,"classificacaoatrelada":"cl_nico"},"bTWEM":{"%d":"Concurso","db_value":"concurso0","sort_factor":13,"classificacaoatrelada":"ocupacional"}},"attributes":{"classificacaoatrelada":{"%d":"classificacaoAtrelada","%v":"option.classifica__o___exame","creation_source":"editor"}},"creation_source":"editor"},"categoria___input":{"%d":"Categoria - Input","values":{"bTJdz":{"%d":"Laudo","db_value":"laudo","sort_factor":1},"bTJeD":{"%d":"Exame Online","db_value":"exame_online","sort_factor":2},"bTKjQ":{"%d":"Campo de empresa","db_value":"campo_de_empresa","sort_factor":3},"bTKjU":{"%d":"Campo de paciente","db_value":"campo_de_paciente","sort_factor":4},"bTRoh":{"%d":"Input complementar de exame","db_value":"input_complementar_de_exame","sort_factor":5,"tiposinputvalidos":{"0":"m_ltipla_escolha__item__nico_","1":"m_ltipla_escolha__escolha_m_ltipla_","2":"upload_de_arquivo"}}},"attributes":{"tiposinputvalidos":{"%d":"tiposInputValidos","%v":"list.option.tipo___input","creation_source":"editor"}},"creation_source":"editor"},"inputs_de_empresa":{"%d":"Inputs de empresa","values":{"bTKjJ":{"%d":"Nome","db_value":"nome","sort_factor":1},"bTKjK":{"%d":"CNPJ","db_value":"cnpj","sort_factor":2},"bTKjO":{"%d":"Telefone","db_value":"telefone","sort_factor":3},"bTKjP":{"%d":"Endereço","db_value":"endere_o","sort_factor":4}},"creation_source":"editor"},"tipo___formulario":{"%d":"Tipo - Formulario","values":{"bTUGq":{"%d":"Padrão","db_value":"padr_o","sort_factor":1},"bTUGr":{"%d":"Alternativo","db_value":"alternativo","sort_factor":2}},"creation_source":"editor"},"grupos_wpp___admin":{"%d":"Grupos Wpp - Admin","values":{"bTVBk":{"%d":"Notificações - Conecta","tipo":"notifica__o","db_value":"notifica__es___conecta","sort_factor":1},"bTVBo":{"%d":"Financeiro - Conecta","tipo":"financeiro","db_value":"financeiro___conecta","sort_factor":2}},"attributes":{"tipo":{"%d":"tipo","%v":"option.tipo___grupo_wpp_admin","creation_source":"editor"}},"creation_source":"editor"},"inputs_de_cadastro":{"%d":"Inputs de cadastro","values":{"bTHZJ":{"%d":"Nome","db_value":"nome","sort_factor":1},"bTHZM":{"%d":"RG","db_value":"rg","sort_factor":11},"bTHZN":{"%d":"Email","db_value":"email","sort_factor":9},"bTHZO":{"%d":"Telefone","db_value":"telefone","sort_factor":10},"bTHZQ":{"%d":"CPF","db_value":"cpf","sort_factor":2},"bTHZR":{"%d":"Nascimento","db_value":"nascimento","sort_factor":3},"bTQlm":{"%d":"Idade","db_value":"idade","sort_factor":4},"bTQlq":{"%d":"Sexo","db_value":"sexo","sort_factor":5},"bTQlr":{"%d":"Peso","db_value":"peso","sort_factor":6},"bTQls":{"%d":"Altura","db_value":"altura","sort_factor":7},"bTQlw":{"%d":"Função","db_value":"fun__o","sort_factor":8}},"creation_source":"editor"},"limiares___orelhas":{"%d":"Limiares - Orelhas","values":{"bTKtc":{"%d":"250","db_value":"250_","sort_factor":1},"bTKtd":{"%d":"500","db_value":"500_","sort_factor":2},"bTKte":{"%d":"1k","db_value":"1k","sort_factor":3},"bTKti":{"%d":"2k","db_value":"2k","sort_factor":4},"bTKtj":{"%d":"3k","db_value":"3k","sort_factor":5},"bTKtk":{"%d":"4k","db_value":"4k","sort_factor":6},"bTKto":{"%d":"6k","db_value":"6k","sort_factor":7},"bTKtp":{"%d":"8k","db_value":"8k","sort_factor":8}},"creation_source":"editor"},"tipo___confirma_ao":{"%d":"Tipo - Confirmaçao","values":{"bTHGW":{"%d":"Escolher tipo de quarto","db_value":"bTIjr","sort_factor":2},"bTHGZ":{"%d":"Reenviar convites aguardando","db_value":"bTPQe","sort_factor":8},"bTHGa":{"%d":"Deletar participante","%del":true,"db_value":"bTJPj","sort_factor":3},"bTHGb":{"%d":"Definir novo acompanhante com quarto","db_value":"bTOoZ","sort_factor":7},"bTHGc":{"%d":"Definir titular manualmente","db_value":"bTKhc0","sort_factor":6},"bTHGd":{"%d":"Definir participante manualmente","db_value":"bTJUs0","sort_factor":4},"bTHGe":{"%d":"Dica de upload aereo","db_value":"bTKJU0","sort_factor":5},"bTHGg":{"%d":"Emitir Passagem","db_value":"emitir_passagem","sort_factor":1},"bTIcu":{"%d":"Utilizar urgencia paga","db_value":"utilizar_urgencia_paga","sort_factor":9},"bTJeC":{"%d":"Criar Exame Online","db_value":"criar_exame_online","sort_factor":10},"bTJsP":{"%d":"Clinica bloqueada","db_value":"clinica_bloqueada","sort_factor":11},"bTNBy":{"%d":"Confirmar solicitação de cancelamento de laudo","db_value":"confirmar_solicita__o_de_cancelamento_de_laudo","sort_factor":13},"bTQGv":{"%d":"Tornar solicitação urgente","db_value":"tornar_solicita__o_urgente","sort_factor":14},"bTQdo":{"%d":"Desabilitar Exame Online","db_value":"desabilitar_exame_online","sort_factor":15},"bTMRO0":{"%d":"Assinar Laudo","db_value":"assinar_laudo","sort_factor":12}}},"defini__o___empresa":{"%d":"Definição - ClÃnica","values":{"bTRED":{"%d":"Habilitar Upload","db_value":"habilitar","sort_factor":1}},"creation_source":"editor"},"tipos___notificacao":{"%d":"Tipos - Notificacao Clinica","values":{"bTVoK":{"%d":"Exame Retornado","db_value":"exame_retornado","sort_factor":1},"bTWAM":{"%d":"Aviso de fechamento financeiro","msg":"Prezado cliente,\\n\\n\\n\\nQueremos agradecer por mais um mês de parceria!\\n\\n\\n\\nClique no botão para baixar o relatório de laudos e o boleto com vencimento neste mês.","db_value":"aviso_de_fechamento_financeiro","emailtitulo":"Fechamento Financeiro","sort_factor":2,"emailassunto":"Conecta Laudos | Fechamento Financeiro","emaillinkbotao":"{{url}}financeiro/{{clinica}}?period=last-month","emailtextobotao":"VISUALIZAR FINANCEIRO"}},"attributes":{"msg":{"%d":"msg","%v":"text","creation_source":"editor"},"emailtitulo":{"%d":"emailTitulo","%v":"text","creation_source":"editor"},"emailassunto":{"%d":"emailAssunto","%v":"text","creation_source":"editor"},"emaillinkbotao":{"%d":"emailLinkBotao","%v":"text","creation_source":"editor"},"emailtextobotao":{"%d":"emailTextoBotao","%v":"text","creation_source":"editor"}},"creation_source":"editor"},"formas___solicita__o":{"%d":"Formas - Solicitação","values":{"bTIOc":{"%d":"Por paciente","db_value":"1_","descricao":"Selecione um único paciente e em seguida envie 1 ou mais exames deste mesmo paciente.","iconsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M12.1197 12.78C12.0497 12.77 11.9597 12.77 11.8797 12.78C10.1197 12.72 8.71973 11.28 8.71973 9.50998C8.71973 7.69998 10.1797 6.22998 11.9997 6.22998C13.8097 6.22998 15.2797 7.69998 15.2797 9.50998C15.2697 11.28 13.8797 12.72 12.1197 12.78Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M18.7398 19.3801C16.9598 21.0101 14.5998 22.0001 11.9998 22.0001C9.39977 22.0001 7.03977 21.0101 5.25977 19.3801C5.35977 18.4401 5.95977 17.5201 7.02977 16.8001C9.76977 14.9801 14.2498 14.9801 16.9698 16.8001C18.0398 17.5201 18.6398 18.4401 18.7398 19.3801Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n","sort_factor":1},"bTIOg":{"%d":"Por exame","db_value":"2_","descricao":"Selecione um tipo de exame e em seguida envie os exames de pacientes diferentes.","iconsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\"/>\\n</svg>\\n","sort_factor":2},"bTIOh":{"%d":"Massivo","db_value":"3_","descricao":"Nesta forma de envio, não é necessário cadastrar um paciente. Basta salvar o arquivo do exame com o nome do paciente. Porém, a única informação do paciente que sairá no laudo é o nome.","iconsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M9 17V11L7 13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M9 11L11 13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 10H18C15 10 14 9 14 6V2L22 10Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n","sort_factor":3},"bTLDM":{"%d":"Online","db_value":"online","descricao":"Ao selecionar esta opção, um link será criado para preenchimento online do exame. Este link deve ser encaminhado para o responsável do preenchimento","iconsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7.99998 3H8.99998C7.04998 8.84 7.04998 15.16 8.99998 21H7.99998\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M15 3C16.95 8.84 16.95 15.16 15 21\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3 16V15C8.84 16.95 15.16 16.95 21 15V16\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n","sort_factor":5},"bTPnP":{"%d":"Planilha","%del":true,"db_value":"planilha","descricao":"Suba uma planilha com os dados dos pacientes e na sequencia adicione seus arquivos de exames","iconsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M22 9.25H2.03003C1.62003 9.25 1.28003 8.91 1.28003 8.5C1.28003 8.09 1.62003 7.75 2.03003 7.75H22C22.41 7.75 22.75 8.09 22.75 8.5C22.75 8.91 22.41 9.25 22 9.25Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M22 16.25H2.03003C1.62003 16.25 1.28003 15.91 1.28003 15.5C1.28003 15.09 1.62003 14.75 2.03003 14.75H22C22.41 14.75 22.75 15.09 22.75 15.5C22.75 15.91 22.41 16.25 22 16.25Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M8.51001 22.74C8.10001 22.74 7.76001 22.4 7.76001 21.99V2.01001C7.76001 1.60001 8.10001 1.26001 8.51001 1.26001C8.92001 1.26001 9.26001 1.60001 9.26001 2.01001V21.98C9.26001 22.4 8.93001 22.74 8.51001 22.74Z\\" fill=\\"[customCor]\\"/>\\n<path d=\\"M15.51 22.74C15.1 22.74 14.76 22.4 14.76 21.99V2.01001C14.76 1.60001 15.1 1.26001 15.51 1.26001C15.92 1.26001 16.26 1.60001 16.26 2.01001V21.98C16.26 22.4 15.93 22.74 15.51 22.74Z\\" fill=\\"[customCor]\\"/>\\n</svg>\\n","sort_factor":4}},"attributes":{"descricao":{"%d":"descricao","%v":"text","creation_source":"editor"},"iconsvghtml":{"%d":"iconSvgHtml","%v":"text","creation_source":"editor"}},"creation_source":"editor"},"menu___admin_sistema":{"%d":"Menu - Admin Sistema","%del":true,"values":{"bTLlI0":{"%d":"Usuários","db_value":"usu_rios","sort_factor":1},"bTLlJ0":{"%d":"Workspaces","db_value":"workspaces","sort_factor":2}},"creation_source":"editor"},"periodo___financeiro":{"%d":"Periodo - Financeiro","values":{"bTWDu":{"%d":"this-month","db_value":"this_month","sort_factor":1,"mesessubtracao":0},"bTWDv":{"%d":"last-month","db_value":"last_month","sort_factor":2,"mesessubtracao":1}},"attributes":{"mesessubtracao":{"%d":"mesesSubtracao","%v":"number","creation_source":"editor"}},"creation_source":"editor"},"status___solicita__o":{"%d":"Status - Solicitação","values":{"bTIEX":{"%d":"Aguardando","cor":"amarelo","db_value":"aguardando","descri__o":"Aguardando o exame ser laudado","sort_factor":1},"bTIEa":{"%d":"Em análise","db_value":"laudo_baixado","descri__o":"O médico está analisando o exame","sort_factor":4},"bTIEb":{"%d":"Laudo","cor":"azul","db_value":"laudo_enviado","descri__o":"Laudo foi realizado, porém a clÃnica ainda não fez o download","sort_factor":2},"bTIEc":{"%d":"Laudo Aberto","cor":"roxo","%del":true,"db_value":"laudo_aberto","sort_factor":3},"bTIEe":{"%d":"Finalizado","cor":"verde","db_value":"finalizado","descri__o":"Laudo realizado e clÃnica fez o download","sort_factor":5},"bTIEf":{"%d":"Retorno","cor":"vermelho","db_value":"retorno","descri__o":"Houve algum problema no exame","sort_factor":6},"bTJje":{"%d":"Respondendo","cor":"roxo","db_value":"respondendo","descri__o":"Exame online em processo de preenchimento","sort_factor":7},"bTNEg":{"%d":"Cancelado","cor":"vermelho","db_value":"cancelado","descri__o":"Laudo cancelado","sort_factor":9},"bTLQC1":{"%d":"Online","cor":"cinza","db_value":"online","descri__o":"Exame online criado, aguardando resposta","sort_factor":8}},"attributes":{"cor":{"%d":"cor","%v":"option.cores","creation_source":"editor"},"descri__o":{"%d":"descrição","%v":"text","creation_source":"editor"}},"creation_source":"editor"},"classifica__o___exame":{"%d":"Classificação - Exame","values":{"bTQgo":{"%d":"Ocupacional","db_value":"ocupacional","sort_factor":1},"bTQgs":{"%d":"ClÃnico","db_value":"cl_nico","sort_factor":2}},"creation_source":"editor"},"defini__es_de_usuario":{"%d":"Definições de usuario","values":{"bTOuc":{"%d":"Pode criar máscara","db_value":"pode_criar_m_scara","sort_factor":1}},"creation_source":"editor"},"filtro___laudos_admin":{"%d":"Filtro - Laudos Admin","values":{"bTHoW":{"%d":"Relatório","db_value":"relat_rio","sort_factor":1},"bTHoX":{"%d":"Modelos","db_value":"modelos","sort_factor":2},"bTOoD":{"%d":"Máscaras","db_value":"m_scaras","sort_factor":3}},"creation_source":"editor"},"laudo___dados_clinica":{"%d":"Laudo - Dados Clinica","values":{"bTMlM0":{"%d":"Razão social","db_value":"raz_o_social","sort_factor":1},"bTMlQ0":{"%d":"Nome da clÃnica","db_value":"nome_da_cl_nica","sort_factor":2},"bTMlR0":{"%d":"CNPJ","db_value":"cnpj","sort_factor":3},"bTMlS0":{"%d":"E-mail","db_value":"e_mail","sort_factor":4},"bTMlW0":{"%d":"Telefone","db_value":"telefone","sort_factor":5}},"creation_source":"editor"},"respons_vel___receita":{"%d":"Responsável - Receita","values":{"bTJID":{"%d":"Médico","db_value":"m_dico","sort_factor":1},"bTJIH":{"%d":"Admin","db_value":"admin","sort_factor":2}},"creation_source":"editor"},"defini__es___obj_exame":{"%d":"Definições - Obj Exame","values":{"bTJDL":{"%d":"Inserir imagens do exame no laudo","db_value":"inserir_imagens_do_exame_no_laudo","sort_factor":2,"tipos_de_formulario":{"0":"padr_o"}},"bTJDN":{"%d":"Encaminhamento automático ao médico","db_value":"encaminhamento_autom_tico_ao_m_dico","sort_factor":1,"tipos_de_formulario":{"0":"padr_o","1":"alternativo"}},"bTQia":{"%d":"Deve inserir data","db_value":"deve_inserir_data","sort_factor":3,"tipos_de_formulario":{"0":"padr_o"}},"bTQie":{"%d":"Deve inserir categoria","db_value":"deve_inserir_categoria","sort_factor":4,"tipos_de_formulario":{"0":"padr_o"}},"bTWFt":{"%d":"Não converter exame em PDF","db_value":"n_o_converter_exame_em_pdf","sort_factor":6,"tipos_de_formulario":{"0":"padr_o","1":"alternativo"}},"bTSfe0":{"%d":"Inserir formulário OIT","%del":true,"db_value":"inserir_formul_rio_oit","sort_factor":5}},"attributes":{"tipos_de_formulario":{"%d":"Tipos de Formulario","%v":"list.option.tipo___formulario","creation_source":"editor"}},"creation_source":"editor"},"tipo___grupo_de_acesso":{"%d":"Tipo - Permissao de acesso","%del":true,"values":{"bTPSJ":{"%d":"ClÃnica","db_value":"cl_nica","sort_factor":1}},"creation_source":"editor"},"tipo___grupo_wpp_admin":{"%d":"Tipo - Grupo Wpp Admin","values":{"bTVBi":{"%d":"Notificação","db_value":"notifica__o","sort_factor":1},"bTVBj":{"%d":"Financeiro","db_value":"financeiro","sort_factor":2}},"creation_source":"editor"},"tipo___receita_despesa":{"%d":"Tipo - Receita/Despesa","values":{"bTIEd":{"%d":"Receita","cor":"verde","db_value":"receita","sort_factor":1},"bTIEh":{"%d":"Despesa","cor":"vermelho","db_value":"despesa","sort_factor":2}},"attributes":{"cor":{"%d":"cor","%v":"option.cores","creation_source":"editor"}},"creation_source":"editor"},"linhas___exame_auditivo":{"%d":"Linhas - Exame Auditivo","values":{"bTKuy":{"%d":"VA","db_value":"va","sort_factor":1},"bTKvC":{"%d":"VO","db_value":"vo","sort_factor":2}},"creation_source":"editor"},"menu___configs_whatsapp":{"%d":"Menu - Configs Whatsapp","values":{"bTUeS":{"%d":"Dispositivos","db_value":"dispositivos","sort_factor":1},"bTUeT":{"%d":"Grupos","db_value":"grupos","sort_factor":2},"bTUvp":{"%d":"Números","db_value":"n_meros","sort_factor":3},"bTVHX":{"%d":"Mensagens","db_value":"mensagens","sort_factor":4}},"creation_source":"editor"},"vers_o___realizar_laudo":{"%d":"Versão - Realizar Laudo","values":{"bTRGB":{"%d":"V1 - Frontend","db_value":"v1","sort_factor":1},"bTRGC":{"%d":"V2 - Backend","isbeta_":true,"db_value":"v2","sort_factor":2}},"attributes":{"isbeta_":{"%d":"isBeta?","%v":"boolean","creation_source":"editor"}},"creation_source":"editor"},"formul_rios_alternativos":{"%d":"Formulários Alternativos","values":{"bTUGm":{"%d":"Raio X OIT","db_value":"oit","sort_factor":1}},"creation_source":"editor"},"bot_es___an_lise_de_exame":{"%d":"Botões - Análise de Exame","values":{"bTIla":{"%d":"Laudo alterado","cor":"roxo","db_value":"aprovar","codsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M11 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M16.0399 3.02001L8.15988 10.9C7.85988 11.2 7.55988 11.79 7.49988 12.22L7.06988 15.23C6.90988 16.32 7.67988 17.08 8.76988 16.93L11.7799 16.5C12.1999 16.44 12.7899 16.14 13.0999 15.84L20.9799 7.96001C22.3399 6.60001 22.9799 5.02001 20.9799 3.02001C18.9799 1.02001 17.3999 1.66001 16.0399 3.02001Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M14.9102 4.15002C15.5802 6.54002 17.4502 8.41002 19.8502 9.09002\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n","sort_factor":2,"permitidopara0":{"0":"admin_master","1":"m_dico"}},"bTIle":{"%d":"Retornar","cor":"vermelho","db_value":"retornar","codsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M13 15H7L9 17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 15L9 13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 10H18C15 10 14 9 14 6V2L18 6L22 10Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n","sort_factor":3,"permitidopara0":{"0":"adminworkspace","1":"m_dico"}},"bTIlf":{"%d":"Enviar ao médico","cor":"amarelo","db_value":"enviar_ao_m_dico","codsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M19.4897 17.98H16.5098\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M18 16.52V19.51\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n","sort_factor":4,"permitidopara0":{"0":"adminworkspace"}},"bTOOY":{"%d":"Laudo normal","cor":"verde","db_value":"laudo_normal","codsvghtml":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 16 16\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M13.3332 4.33331L5.99984 11.6666L2.6665 8.33331\\" stroke=\\"white\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n","sort_factor":1,"permitidopara0":{"0":"admin_master","1":"m_dico"}}},"attributes":{"cor":{"%d":"cor","%v":"option.cores","creation_source":"editor"},"codsvghtml":{"%d":"codSvgHtml","%v":"text","creation_source":"editor"},"permitidopara":{"%d":"permitidoPara - deleted","%v":"option.tipo___user","%del":true,"creation_source":"editor"},"permitidopara0":{"%d":"permitidoPara","%v":"list.option.tipo___user","creation_source":"editor"}},"creation_source":"editor"},"menu____configura__es_admin":{"%d":"Menu - Configurações admin","values":{"bTLxU":{"%d":"Sistema","db_value":"geral","sort_factor":1}},"creation_source":"editor"},"tipo___registro_qualifica__o":{"%d":"Tipo - Registro Qualificação","values":{"bTRhB":{"%d":"RQE","db_value":"rqe","sort_factor":1},"bTRhC":{"%d":"Em Branco","db_value":"em_branco","sort_factor":2}},"creation_source":"editor"},"tipo___doc_identifica__o_m_dico":{"%d":"Tipo - Doc Identificação Médico","values":{"bTRgu":{"%d":"CRM","db_value":"crm","sort_factor":1},"bTRgv":{"%d":"CRP","db_value":"crp","sort_factor":2},"bTRgw":{"%d":"CRF","db_value":"crf","sort_factor":3},"bTRhA":{"%d":"Em Branco","db_value":"em_branco","sort_factor":4}},"creation_source":"editor"},"filtro___configuracao_de_clinica":{"%d":"Filtro - Configuracao de Clinica","values":{"bTHYT":{"%d":"Membros","db_value":"exames","sort_factor":1},"bTHYX":{"%d":"Exames","db_value":"formulario","sort_factor":2},"bTVpH":{"%d":"Notificações","db_value":"notifica__es","sort_factor":4},"bTMlL0":{"%d":"Detalhes de laudo","db_value":"detalhes_de_laudi","sort_factor":3}},"creation_source":"editor"}},"domains":null,"primary_domain":"sistema.conectalaudos.com.br","favicon":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1692023383663x518205861555407500/Logotipo_Conecta_Laranja%201%20Completo%20%281%29.png","plugin_special":null,"styles":{"HTML_default_":{"id":"HTML_default_","%p":{"padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"HTML"},"Text_body_small_":{"id":"Text_body_small_","%p":{"%b":false,"%f":"var(--font_default):::regular","%fc":"var(--color_text_default)","%fs":14,"%lh":1.4,"font_family":"var(--font_default)","font_weight":"400","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Icon_standard_icon_":{"id":"Icon_standard_icon_","%p":{"%ic":"var(--color_primary_default)","padding_top":5,"padding_left":5,"padding_right":5,"padding_bottom":5},"%x":"Icon"},"Group_default_group_":{"id":"Group_default_group_","%p":{"%bas":"none"},"%x":"Group"},"Image_standard_image_":{"id":"Image_standard_image_","%p":{"%bos":"none"},"%x":"Image"},"Input_standard_input_":{"id":"Input_standard_input_","%p":{"%f":"var(--font_default):::400","%bc":"rgba(var(--color_text_default_rgb), 0.15)","%br":5,"%fc":"var(--color_text_default)","%fs":14,"%ls":0,"%bas":"none","font_family":"var(--font_default)","font_weight":"400","padding_top":6,"padding_left":6,"padding_right":6,"padding_bottom":6,"placeholder_color":"rgba(var(--color_text_default_rgb), 0.36)"},"%x":"Input","%s":{"bTGme0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"bTGmf0":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"bTGmo0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_destructive_default)"},"%x":"State"}}},"Shape_standard_shape_":{"id":"Shape_standard_shape_","%p":{"%br":5,"%bgc":"rgba(var(--color_primary_default_rgb), 0.1)"},"%x":"Shape"},"Button_primary_button_":{"id":"Button_primary_button_","%p":{"%b":false,"%f":"var(--font_default):::600","%bh":0,"%br":5,"%bs":"outset","%bv":7,"%fa":"center","%fc":"rgba(255,255,255,1)","%fs":15,"%lh":1,"%ls":0,"%bgc":"var(--color_primary_default)","%bsb":30,"%bsc":"rgba(var(--color_primary_default_rgb), 0.1)","%bsp":-10,"font_family":"var(--font_default)","font_weight":"600","padding_top":12,"padding_left":24,"padding_right":24,"padding_bottom":12},"%x":"Button","%s":{"bTGmw0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(255,176,86,0.8)"},"%x":"State"}},"transitions":{"%bas":{"fn":"ease","duration":200}}},"Popup_popup___8_border_":{"id":"Popup_popup___8_border_","%p":{"%br":8},"%x":"Popup"},"RepeatingGroup_default_":{"id":"RepeatingGroup_default_","%p":{"%bc":"rgba(var(--color_text_default_rgb), 0.15)","%sc":"rgba(var(--color_text_default_rgb), 0.15)","%ss":"solid","%bas":"none","%bos":"solid"},"%x":"RepeatingGroup"},"Group_group___roxo___5_border_":{"id":"Group_group___roxo___5_border_","%p":{"%bc":"rgba(123, 97, 255, 1)","%br":5,"%bw":2,"%bgc":"var(--color_primary_default)","%bos":"none"},"%x":"Group"},"Button_btn___outline___cancelar_":{"id":"Button_btn___outline___cancelar_","%p":{"%b":false,"%f":"Inter:::600","%bc":"rgba(220, 222, 228, 1)","%br":8,"%bw":2,"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%bgc":"rgba(255,255,255,1)","%bos":"solid","font_family":"Inter","font_weight":"600"},"%x":"Button","%s":{"bTKGE":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed"},"%x":"ThisElement"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(var(--color_text_default_rgb), 0.5)"},"%x":"State"}},"transitions":{"%bas":{"fn":"ease","duration":200}}},"GroupFocus_standard_group_focus_":{"id":"GroupFocus_standard_group_focus_","%p":{"%bgc":"var(--color_surface_default)"},"%x":"GroupFocus"},"Button_btn___roxo___padr_o___16px_":{"id":"Button_btn___roxo___padr_o___16px_","%p":{"%f":"Inter:::600","%br":4,"%fc":"rgba(255, 255, 255, 1)","%fs":14,"%bgc":"var(--color_primary_default)","font_family":"Inter","font_weight":"600"},"%x":"Button","%s":{"bTIow":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isnt_clickable"},"%x":"ThisElement"},"%p":{"%bgc":"var(--color_primary_contrast_default)"},"%x":"State"}}},"Group_group___roxo___8_border___2px_":{"id":"Group_group___roxo___8_border___2px_","%p":{"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%bgc":"var(--color_primary_default)","%bos":"none"},"%x":"Group"},"Input_input___sem_bordas___0_padding_":{"id":"Input_input___sem_bordas___0_padding_","%p":{"%f":"DM Sans:::500","%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","font_family":"DM Sans","font_weight":"500","padding_left":0,"padding_right":0},"%x":"Input"},"Text_t_tulo___600___16___cinza_escuro_":{"id":"Text_t_tulo___600___16___cinza_escuro_","%p":{"%f":"Inter:::600","%fc":"rgba(78, 91, 118, 1)","%fs":16,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"MultiLineInput_standard_multiline_input_":{"id":"MultiLineInput_standard_multiline_input_","%p":{"%f":"var(--font_default):::regular","%bc":"rgba(var(--color_text_default_rgb), 0.15)","%br":5,"%fc":"var(--color_text_default)","%fs":14,"%lh":1.5,"%bas":"none","font_family":"var(--font_default)","font_weight":"400","padding_top":6,"padding_left":6,"padding_right":6,"padding_bottom":6,"placeholder_color":"rgba(var(--color_text_default_rgb), 0.36)"},"%x":"MultiLineInput","%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"2":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_destructive_default)","%bw":2},"%x":"State"}}},"Group_group___branco___8_border___sem_sombra_":{"id":"Group_group___branco___8_border___sem_sombra_","%p":{"%br":8},"%x":"Group"},"Group_group___bottom_line___cinza_claro___1px_":{"id":"Group_group___bottom_line___cinza_claro___1px_","%p":{"four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":0,"border_roundness_right":0,"border_roundness_bottom":0},"%x":"Group"},"Group_group___outline___cinza___8_border___1px_":{"id":"Group_group___outline___cinza___8_border___1px_","%p":{"%bc":"rgba(221, 222, 229, 1)","%br":8,"%bw":1,"%bos":"solid"},"%x":"Group"},"Text_inter___500___14___branco___1_line_spacing_":{"id":"Text_inter___500___14___branco___1_line_spacing_","%p":{"%f":"Inter:::500","%fc":"rgba(255, 255, 255, 1)","%fs":14,"%lh":1,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_inter___600___14___branco___1_line_spacing_":{"id":"Text_inter___600___14___branco___1_line_spacing_","%p":{"%f":"Inter:::600","%fc":"rgba(255, 255, 255, 1)","%fs":14,"%lh":1,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_dm_sans___500___10___cinza___1_line_spacing_":{"id":"Text_dm_sans___500___10___cinza___1_line_spacing_","%p":{"%f":"DM Sans:::500","%fc":"rgba(148, 157, 166, 1)","%fs":10,"font_family":"DM Sans","font_weight":"500","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_inter___500___12____4e5b76___1_line_spacing_":{"id":"Text_inter___500___12____4e5b76___1_line_spacing_","%p":{"%f":"Inter:::500","%fc":"rgba(78, 91, 118, 1)","%fs":13,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_inter___500___14____4e5b76___1_line_spacing_":{"id":"Text_inter___500___14____4e5b76___1_line_spacing_","%p":{"%f":"Inter:::500","%fc":"rgba(78, 91, 118, 1)","%fs":14,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_inter___600___24____3d3080___1_line_spacing_":{"id":"Text_inter___600___24____3d3080___1_line_spacing_","%p":{"%f":"Inter:::600","%fc":"rgba(61, 48, 128, 1)","%fs":24,"%lh":1,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Group_group___outline__cac0ff___bg__fff5f5___1_px_":{"id":"Group_group___outline__cac0ff___bg__fff5f5___1_px_","%p":{"%bc":"rgba(202, 192, 255, 1)","%br":4,"%bas":"bgcolor","%bgc":"rgba(242, 239, 255, 1)","%bos":"solid","padding_top":6,"padding_left":8,"padding_right":8,"padding_bottom":6},"%x":"Group"},"Text_btn_text___600___14___branco___1_line_spacing_":{"id":"Text_btn_text___600___14___branco___1_line_spacing_","%p":{"%b":false,"%f":"Inter:::600","%bc":"rgba(123, 97, 255, 1)","%br":0,"%bw":2,"%fc":"rgba(255, 255, 255, 1)","%fs":14,"%lh":1,"%bos":"none","font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_inter___400___13____838c9f___1_3_line_spacing_":{"id":"Text_inter___400___13____838c9f___1_3_line_spacing_","%p":{"%f":"Inter:::regular","%fc":"rgba(131, 140, 159, 1)","%fs":13,"%lh":1.3,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_inter___600___14____4e5b76___1_3_line_spacing_":{"id":"Text_inter___600___14____4e5b76___1_3_line_spacing_","%p":{"%f":"Inter:::600","%fc":"var(--color_surface_default)","%fs":15,"%lh":1.3,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_t_tulo___500___14___cinza_escuro___1_line_spacing_":{"id":"Text_t_tulo___500___14___cinza_escuro___1_line_spacing_","%p":{"%f":"Inter:::500","%fc":"rgba(131, 140, 159, 1)","%fs":14,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_":{"id":"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_","%p":{"%f":"DM Sans:::500","%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","font_family":"DM Sans","font_weight":"500","padding_left":0,"padding_right":0},"%x":"AutocompleteDropdown"},"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_":{"id":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_","%p":{"%f":"DM Sans:::500","%fc":"rgba(78, 91, 118, 1)","%fs":14,"font_family":"DM Sans","font_weight":"500","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3":{"id":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3","%p":{"%f":"Inter:::600","%fc":"rgba(61, 48, 128, 1)","%fs":16,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"FileInput_uploader___outline_dashed___no_background___8_border___1px_":{"id":"FileInput_uploader___outline_dashed___no_background___8_border___1px_","%p":{"%b":false,"%f":"Barlow:::500","%bc":"rgba(221, 222, 229, 1)","%br":8,"%bw":2,"%fc":"rgba(58, 77, 143, 1)","%bgc":"rgba(245, 245, 245, 0)","%bos":"dashed","font_family":"Barlow","font_weight":"500","padding_top":15,"padding_left":0,"padding_right":0,"padding_bottom":15},"%x":"FileInput","%s":{"cmMwe0":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"rgba(58, 77, 143, 1)","%bv":0,"%bw":2,"%bsb":6,"%bsc":"#52A8EC"},"%x":"State"},"cmMwf0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"rgba(214, 39, 85, 1)","%bv":0,"%bsb":6,"%bsc":"#FF0000"},"%x":"State"}}},"Text_inter___500___14____808080___1_line_spacing___centered_vertical_":{"id":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_","%p":{"%f":"Inter:::500","%fc":"rgba(128, 128, 128, 1)","%fs":14,"%vc":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"PictureInput_uploader___outline_dashed___no_background___8_border___1px_":{"id":"PictureInput_uploader___outline_dashed___no_background___8_border___1px_","%p":{"%b":false,"%f":"Barlow:::500","%bc":"rgba(221, 222, 229, 1)","%br":8,"%bw":2,"%fc":"rgba(58, 77, 143, 1)","%bgc":"rgba(245, 245, 245, 0)","%bos":"dashed","font_family":"Barlow","font_weight":"500"},"%x":"PictureInput","%s":{"cmMdH":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"rgba(58, 77, 143, 1)","%bv":0,"%bw":2,"%bsb":6,"%bsc":"#52A8EC"},"%x":"State"},"cmMdI":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"rgba(214, 39, 85, 1)","%bv":0,"%bsb":6,"%bsc":"#FF0000"},"%x":"State"}}},"Text_inter___600___18____4e5b76___horizontal_aligmente___1_3_line_spacing__":{"id":"Text_inter___600___18____4e5b76___horizontal_aligmente___1_3_line_spacing__","%p":{"%b":false,"%f":"Inter:::600","%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(78, 91, 118, 1)","%fs":18,"%lh":1.3,"%bos":"none","font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_t_tulo___500___14___cinza_azulado___horizontal_alignment___1_line_spacing_":{"id":"Text_t_tulo___500___14___cinza_azulado___horizontal_alignment___1_line_spacing_","%p":{"%f":"Inter:::500","%fa":"center","%fc":"rgba(130, 155, 176, 1)","%fs":14,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"},"Text_inter___600___14____959dad___1_line_spacing___centered_vertical___horizontal_alignment_":{"id":"Text_inter___600___14____959dad___1_line_spacing___centered_vertical___horizontal_alignment_","%p":{"%b":false,"%f":"Inter:::600","%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(149, 157, 173, 1)","%fs":14,"%lh":1,"%vc":true,"%bos":"none","font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"Text"}},"settings":{"client_safe":{"apiconnector2":{"bTRje":{"calls":{"bTRjq":{"types":"{\\"bTRje.bTRjq\\":{\\"caption\\":\\"Convert Task\\",\\"fields\\":{\\"_api_c2_body.operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body operation\\",\\"sample_value\\":\\"convert\\",\\"path\\":[\\"body\\",\\"operation\\"]},\\"_api_c2_body.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body status\\",\\"sample_value\\":\\"processing\\",\\"path\\":[\\"body\\",\\"status\\"]},\\"_api_c2_body.serviceId\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body serviceId\\",\\"sample_value\\":\\"monolithic-v3.11\\",\\"path\\":[\\"body\\",\\"serviceId\\"]},\\"_api_c2_body.email\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body email\\",\\"sample_value\\":\\"gestao@conectalaudos.com.br\\",\\"path\\":[\\"body\\",\\"email\\"]},\\"_api_c2_body.ipAddress\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body ipAddress\\",\\"sample_value\\":\\"35.167.64.113\\",\\"path\\":[\\"body\\",\\"ipAddress\\"]},\\"_api_c2_body.payload.input_format\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body payload input_format\\",\\"sample_value\\":\\"xps\\",\\"path\\":[\\"body\\",\\"payload\\",\\"input_format\\"]},\\"_api_c2_body.payload.output_format\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body payload output_format\\",\\"sample_value\\":\\"pdf\\",\\"path\\":[\\"body\\",\\"payload\\",\\"output_format\\"]},\\"_api_c2_body.payload.operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body payload operation\\",\\"sample_value\\":\\"convert\\",\\"path\\":[\\"body\\",\\"payload\\",\\"operation\\"]},\\"_api_c2_body.parentUser\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body parentUser\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"parentUser\\"]},\\"_api_c2_body.job.interface\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body job interface\\",\\"sample_value\\":\\"api\\",\\"path\\":[\\"body\\",\\"job\\",\\"interface\\"]},\\"_api_c2_body.job.apiKey\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body job apiKey\\",\\"sample_value\\":\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiQ29uZWN0YS1zaXN0ZW1hIiwiaWQiOiI2NTI0NGMzOWVhMDFiYWQ4NGQzODY3MDciLCJpbnRlcmZhY2UiOiJhcGkiLCJyb2xlIjoidXNlciIsImVtYWlsIjoiZ2VzdGFvQGNvbmVjdGFsYXVkb3MuY29tLmJyIiwicGVybWlzc2lvbnMiOltdLCJpYXQiOjE2OTY4Nzc4ODcsImV4cCI6MjE3MDI0MTg4N30.XycbLEmZ73NtF01goz5oHVPT60l7zPaBRsuw8i3ER_o\\",\\"path\\":[\\"body\\",\\"job\\",\\"apiKey\\"]},\\"_api_c2_body.job.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body job status\\",\\"sample_value\\":\\"created\\",\\"path\\":[\\"body\\",\\"job\\",\\"status\\"]},\\"_api_c2_body.job.isRemoved\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body job isRemoved\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"job\\",\\"isRemoved\\"]},\\"_api_c2_body.job.createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body job createdAt\\",\\"sample_value\\":\\"2023-10-09T19:03:23.015Z\\",\\"path\\":[\\"body\\",\\"job\\",\\"createdAt\\"]},\\"_api_c2_body.job.updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body job updatedAt\\",\\"sample_value\\":\\"2023-10-09T19:03:23.015Z\\",\\"path\\":[\\"body\\",\\"job\\",\\"updatedAt\\"]},\\"_api_c2_body.job.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body job id\\",\\"sample_value\\":\\"65244e7b03d8b0f4cb0e5532\\",\\"path\\":[\\"body\\",\\"job\\",\\"id\\"]},\\"_api_c2_body.job.links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body job links self\\",\\"sample_value\\":\\"https://api.freeconvert.com/v1/process/jobs/65244e7b03d8b0f4cb0e5532\\",\\"path\\":[\\"body\\",\\"job\\",\\"links\\",\\"self\\"]},\\"_api_c2_body.dependsOn\\":{\\"ret_value\\":\\"list.api.apiconnector2.bTRje.bTRjq.body.dependsOn\\",\\"caption\\":\\"body dependsOn\\",\\"path\\":[\\"body\\",\\"dependsOn\\"]},\\"_api_c2_body.isRemoved\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body isRemoved\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"isRemoved\\"]},\\"_api_c2_body.ignoreError\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body ignoreError\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"ignoreError\\"]},\\"_api_c2_body.startedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body startedAt\\",\\"sample_value\\":\\"2023-10-09T19:03:23.034Z\\",\\"path\\":[\\"body\\",\\"startedAt\\"]},\\"_api_c2_body.endedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body endedAt\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"endedAt\\"]},\\"_api_c2_body.expiresAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body expiresAt\\",\\"sample_value\\":\\"2023-10-02T15:31:59.775Z\\",\\"path\\":[\\"body\\",\\"expiresAt\\"]},\\"_api_c2_body.lastAcknowledgeTime\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body lastAcknowledgeTime\\",\\"sample_value\\":\\"2023-10-09T19:03:23.034Z\\",\\"path\\":[\\"body\\",\\"lastAcknowledgeTime\\"]},\\"_api_c2_body.user\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body user\\",\\"sample_value\\":\\"65244c39ea01bad84d386707\\",\\"path\\":[\\"body\\",\\"user\\"]},\\"_api_c2_body.createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body createdAt\\",\\"sample_value\\":\\"2023-10-09T19:03:23.021Z\\",\\"path\\":[\\"body\\",\\"createdAt\\"]},\\"_api_c2_body.updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body updatedAt\\",\\"sample_value\\":\\"2023-10-09T19:03:23.034Z\\",\\"path\\":[\\"body\\",\\"updatedAt\\"]},\\"_api_c2_body.server\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body server\\",\\"sample_value\\":\\"server14-hzde.freeconvert.com\\",\\"path\\":[\\"body\\",\\"server\\"]},\\"_api_c2_body.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body id\\",\\"sample_value\\":\\"65244e7b03d8b0f4cb0e5534\\",\\"path\\":[\\"body\\",\\"id\\"]},\\"_api_c2_body.links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body links self\\",\\"sample_value\\":\\"https://api.freeconvert.com/v1/process/tasks/65244e7b03d8b0f4cb0e5534\\",\\"path\\":[\\"body\\",\\"links\\",\\"self\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"convert\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"processing\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"monolithic-v3.11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"email\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gestao@conectalaudos.com.br\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ipAddress\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"35.167.64.113\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"input_format\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"xps\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"output_format\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"pdf\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"convert\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"parentUser\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"interface\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"api\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"apiKey\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiQ29uZWN0YS1zaXN0ZW1hIiwiaWQiOiI2NTI0NGMzOWVhMDFiYWQ4NGQzODY3MDciLCJpbnRlcmZhY2UiOiJhcGkiLCJyb2xlIjoidXNlciIsImVtYWlsIjoiZ2VzdGFvQGNvbmVjdGFsYXVkb3MuY29tLmJyIiwicGVybWlzc2lvbnMiOltdLCJpYXQiOjE2OTY4Nzc4ODcsImV4cCI6MjE3MDI0MTg4N30.XycbLEmZ73NtF01goz5oHVPT60l7zPaBRsuw8i3ER_o\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"created\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:03:23.015Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:03:23.015Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244e7b03d8b0f4cb0e5532\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/jobs/65244e7b03d8b0f4cb0e5532\\\\\\\\\\\\\\"}},\\\\\\\\\\\\\\"dependsOn\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import/url\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"completed\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"monolithic-v3.11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"email\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gestao@conectalaudos.com.br\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ipAddress\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"34.212.175.195\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1696863849814x240623685319347520/ANDRE%20LUIZ%20DA%20SILVA.xps?_gl=1*egf69d*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5Njg1NjgyOS41MDUuMS4xNjk2ODc3OTg2LjYwLjAuMA..\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"filename\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ANDRE LUIZ DA SILXA.xps\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import/url\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"parentUser\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244e5c6ef1b01428d6cb7f\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"ignoreError\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:02:52.100Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:02:53.586Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T23:02:53.586Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastAcknowledgeTime\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:02:52.100Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:02:52.095Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:02:53.591Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"server\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"server14-hzde.freeconvert.com\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"output\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"path\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"/app/public/task/65244e5c6ef1b01428d6cb81/b28342e9-ec13-41e0-b9de-36ef45f980a2.xps\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"b28342e9-ec13-41e0-b9de-36ef45f980a2.xps\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ext\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"xps\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"size\\\\\\\\\\\\\\":218757,\\\\\\\\\\\\\\"baseName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"b28342e9-ec13-41e0-b9de-36ef45f980a2\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://server14-hzde.freeconvert.com/task/65244e5c6ef1b01428d6cb81/b28342e9-ec13-41e0-b9de-36ef45f980a2.xps\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"userFileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ANDRE LUIZ DA SILXA\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"result\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://s14-hzde.freeconvert.com/task/65244e5c6ef1b01428d6cb81/b28342e9-ec13-41e0-b9de-36ef45f980a2.xps\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244e5c6ef1b01428d6cb81\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/tasks/65244e5c6ef1b01428d6cb81\\\\\\\\\\\\\\"}}],\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"ignoreError\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:03:23.034Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-02T15:31:59.775Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastAcknowledgeTime\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:03:23.034Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:03:23.021Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:03:23.034Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"server\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"server14-hzde.freeconvert.com\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244e7b03d8b0f4cb0e5534\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/tasks/65244e7b03d8b0f4cb0e5534\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}},\\"bTRje.bTRjq.body.dependsOn\\":{\\"caption\\":\\"Convert Task body dependsOn\\",\\"fields\\":{\\"_api_c2_operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"operation\\",\\"sample_value\\":\\"import/url\\",\\"path\\":[\\"operation\\"]},\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"completed\\",\\"path\\":[\\"status\\"]},\\"_api_c2_serviceId\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"serviceId\\",\\"sample_value\\":\\"monolithic-v3.11\\",\\"path\\":[\\"serviceId\\"]},\\"_api_c2_email\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"email\\",\\"sample_value\\":\\"gestao@conectalaudos.com.br\\",\\"path\\":[\\"email\\"]},\\"_api_c2_ipAddress\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"ipAddress\\",\\"sample_value\\":\\"34.212.175.195\\",\\"path\\":[\\"ipAddress\\"]},\\"_api_c2_payload.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload url\\",\\"sample_value\\":\\"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1696863849814x240623685319347520/ANDRE%20LUIZ%20DA%20SILVA.xps?_gl=1*egf69d*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5Njg1NjgyOS41MDUuMS4xNjk2ODc3OTg2LjYwLjAuMA..\\",\\"path\\":[\\"payload\\",\\"url\\"]},\\"_api_c2_payload.filename\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload filename\\",\\"sample_value\\":\\"ANDRE LUIZ DA SILXA.xps\\",\\"path\\":[\\"payload\\",\\"filename\\"]},\\"_api_c2_payload.operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload operation\\",\\"sample_value\\":\\"import/url\\",\\"path\\":[\\"payload\\",\\"operation\\"]},\\"_api_c2_parentUser\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"parentUser\\",\\"sample_value\\":null,\\"path\\":[\\"parentUser\\"]},\\"_api_c2_job\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"job\\",\\"sample_value\\":\\"65244e5c6ef1b01428d6cb7f\\",\\"path\\":[\\"job\\"]},\\"_api_c2_isRemoved\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"isRemoved\\",\\"sample_value\\":false,\\"path\\":[\\"isRemoved\\"]},\\"_api_c2_ignoreError\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"ignoreError\\",\\"sample_value\\":false,\\"path\\":[\\"ignoreError\\"]},\\"_api_c2_startedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"startedAt\\",\\"sample_value\\":\\"2023-10-09T19:02:52.100Z\\",\\"path\\":[\\"startedAt\\"]},\\"_api_c2_endedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"endedAt\\",\\"sample_value\\":\\"2023-10-09T19:02:53.586Z\\",\\"path\\":[\\"endedAt\\"]},\\"_api_c2_expiresAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"expiresAt\\",\\"sample_value\\":\\"2023-10-09T23:02:53.586Z\\",\\"path\\":[\\"expiresAt\\"]},\\"_api_c2_lastAcknowledgeTime\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"lastAcknowledgeTime\\",\\"sample_value\\":\\"2023-10-09T19:02:52.100Z\\",\\"path\\":[\\"lastAcknowledgeTime\\"]},\\"_api_c2_user\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"user\\",\\"sample_value\\":\\"65244c39ea01bad84d386707\\",\\"path\\":[\\"user\\"]},\\"_api_c2_createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"createdAt\\",\\"sample_value\\":\\"2023-10-09T19:02:52.095Z\\",\\"path\\":[\\"createdAt\\"]},\\"_api_c2_updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"updatedAt\\",\\"sample_value\\":\\"2023-10-09T19:02:53.591Z\\",\\"path\\":[\\"updatedAt\\"]},\\"_api_c2_server\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"server\\",\\"sample_value\\":\\"server14-hzde.freeconvert.com\\",\\"path\\":[\\"server\\"]},\\"_api_c2_output.path\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"output path\\",\\"sample_value\\":\\"/app/public/task/65244e5c6ef1b01428d6cb81/b28342e9-ec13-41e0-b9de-36ef45f980a2.xps\\",\\"path\\":[\\"output\\",\\"path\\"]},\\"_api_c2_output.name\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"output name\\",\\"sample_value\\":\\"b28342e9-ec13-41e0-b9de-36ef45f980a2.xps\\",\\"path\\":[\\"output\\",\\"name\\"]},\\"_api_c2_output.ext\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"output ext\\",\\"sample_value\\":\\"xps\\",\\"path\\":[\\"output\\",\\"ext\\"]},\\"_api_c2_output.size\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"output size\\",\\"sample_value\\":218757,\\"path\\":[\\"output\\",\\"size\\"]},\\"_api_c2_output.baseName\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"output baseName\\",\\"sample_value\\":\\"b28342e9-ec13-41e0-b9de-36ef45f980a2\\",\\"path\\":[\\"output\\",\\"baseName\\"]},\\"_api_c2_output.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"output url\\",\\"sample_value\\":\\"https://server14-hzde.freeconvert.com/task/65244e5c6ef1b01428d6cb81/b28342e9-ec13-41e0-b9de-36ef45f980a2.xps\\",\\"path\\":[\\"output\\",\\"url\\"]},\\"_api_c2_output.userFileName\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"output userFileName\\",\\"sample_value\\":\\"ANDRE LUIZ DA SILXA\\",\\"path\\":[\\"output\\",\\"userFileName\\"]},\\"_api_c2_result.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"url\\",\\"sample_value\\":\\"https://s14-hzde.freeconvert.com/task/65244e5c6ef1b01428d6cb81/b28342e9-ec13-41e0-b9de-36ef45f980a2.xps\\",\\"path\\":[\\"result\\",\\"url\\"]},\\"_api_c2_id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"id\\",\\"sample_value\\":\\"65244e5c6ef1b01428d6cb81\\",\\"path\\":[\\"id\\"]},\\"_api_c2_links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"links self\\",\\"sample_value\\":\\"https://api.freeconvert.com/v1/process/tasks/65244e5c6ef1b01428d6cb81\\",\\"path\\":[\\"links\\",\\"self\\"]}}}}","%nm":"Convert Task","url":"https://api.freeconvert.com/v1/process/convert","rank":1,"method":"post","params":{"bTRju":{"%k":"input","%v":"65244e5c6ef1b01428d6cb81","private":false,"allow_blank":true},"bTRjv":{"%k":"input_format","%v":"xps","private":false,"allow_blank":true},"bTRjw":{"private":true}},"ret_value":"api.apiconnector2.bTRje.bTRjq","publish_as":"data","wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTRkA":{"types":"{\\"bTRje.bTRkA\\":{\\"caption\\":\\"Create a Job\\",\\"fields\\":{\\"_api_c2_body.tag\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body tag\\",\\"sample_value\\":\\"teste\\",\\"path\\":[\\"body\\",\\"tag\\"]},\\"_api_c2_body.interface\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body interface\\",\\"sample_value\\":\\"api\\",\\"path\\":[\\"body\\",\\"interface\\"]},\\"_api_c2_body.apiKey\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body apiKey\\",\\"sample_value\\":\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiQ29uZWN0YS1zaXN0ZW1hIiwiaWQiOiI2NTI0NGMzOWVhMDFiYWQ4NGQzODY3MDciLCJpbnRlcmZhY2UiOiJhcGkiLCJyb2xlIjoidXNlciIsImVtYWlsIjoiZ2VzdGFvQGNvbmVjdGFsYXVkb3MuY29tLmJyIiwicGVybWlzc2lvbnMiOltdLCJpYXQiOjE2OTY4Nzc4ODcsImV4cCI6MjE3MDI0MTg4N30.XycbLEmZ73NtF01goz5oHVPT60l7zPaBRsuw8i3ER_o\\",\\"path\\":[\\"body\\",\\"apiKey\\"]},\\"_api_c2_body.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body status\\",\\"sample_value\\":\\"processing\\",\\"path\\":[\\"body\\",\\"status\\"]},\\"_api_c2_body.isRemoved\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body isRemoved\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"isRemoved\\"]},\\"_api_c2_body.createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body createdAt\\",\\"sample_value\\":\\"2023-10-24T17:25:48.562Z\\",\\"path\\":[\\"body\\",\\"createdAt\\"]},\\"_api_c2_body.updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body updatedAt\\",\\"sample_value\\":\\"2023-10-24T17:25:48.611Z\\",\\"path\\":[\\"body\\",\\"updatedAt\\"]},\\"_api_c2_body.startedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body startedAt\\",\\"sample_value\\":\\"2023-10-24T17:25:48.567Z\\",\\"path\\":[\\"body\\",\\"startedAt\\"]},\\"_api_c2_body.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body id\\",\\"sample_value\\":\\"6537fe1c18a37c28255dc7f9\\",\\"path\\":[\\"body\\",\\"id\\"]},\\"_api_c2_body.links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body links self\\",\\"sample_value\\":\\"https://api.freeconvert.com/v1/process/jobs/6537fe1c18a37c28255dc7f9\\",\\"path\\":[\\"body\\",\\"links\\",\\"self\\"]},\\"_api_c2_body.tasks\\":{\\"ret_value\\":\\"list.api.apiconnector2.bTRje.bTRkA.body.tasks\\",\\"caption\\":\\"body tasks\\",\\"path\\":[\\"body\\",\\"tasks\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"tag\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"teste\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"interface\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"api\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"apiKey\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiQ29uZWN0YS1zaXN0ZW1hIiwiaWQiOiI2NTI0NGMzOWVhMDFiYWQ4NGQzODY3MDciLCJpbnRlcmZhY2UiOiJhcGkiLCJyb2xlIjoidXNlciIsImVtYWlsIjoiZ2VzdGFvQGNvbmVjdGFsYXVkb3MuY29tLmJyIiwicGVybWlzc2lvbnMiOltdLCJpYXQiOjE2OTY4Nzc4ODcsImV4cCI6MjE3MDI0MTg4N30.XycbLEmZ73NtF01goz5oHVPT60l7zPaBRsuw8i3ER_o\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"processing\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.562Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.611Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.567Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7f9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/jobs/6537fe1c18a37c28255dc7f9\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"tasks\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import/url\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"processing\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"monolithic-v3.11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"email\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gestao@conectalaudos.com.br\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ipAddress\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"52.12.84.234\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1698168305577x579293182733115800/DEVOLUTIVA%20-%20COMENT%C3%81RIOS%20HOTSITE%20-%2009.10.docx?_gl=1*1ua310q*_gcl_aw*R0NMLjE2OTgwNjc4NjcuQ2p3S0NBandzOWlwQmhCMUVpd0FjY0VpMU1RQklWRjAwOFpvT3JLaTFhaVgzOENVbkpCaG1acVBUcVFmLVp2dy1ZbGQ3NmFaQ3VpVXFob0NDLVVRQXZEX0J3RQ..*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5ODE2NzUyNy41MTQuMS4xNjk4MTY4MzAzLjU3LjAuMA..\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"filename\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DEVOLUTIVA - COMENTÃRIOS HOTSITE - 09.10 (1)\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"parentUser\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7f9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"ignoreError\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.604Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T21:25:48.567Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastAcknowledgeTime\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.604Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.568Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.604Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"server\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"server50-hzfi.freeconvert.com\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7fd\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/tasks/6537fe1c18a37c28255dc7fd\\\\\\\\\\\\\\"}},{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"converter\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"convert\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"created\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"email\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gestao@conectalaudos.com.br\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ipAddress\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"52.12.84.234\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"output_format\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"pdf\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"parentUser\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7f9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"dependsOn\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import/url\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"created\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"email\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gestao@conectalaudos.com.br\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ipAddress\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"52.12.84.234\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1698168305577x579293182733115800/DEVOLUTIVA%20-%20COMENT%C3%81RIOS%20HOTSITE%20-%2009.10.docx?_gl=1*1ua310q*_gcl_aw*R0NMLjE2OTgwNjc4NjcuQ2p3S0NBandzOWlwQmhCMUVpd0FjY0VpMU1RQklWRjAwOFpvT3JLaTFhaVgzOENVbkpCaG1acVBUcVFmLVp2dy1ZbGQ3NmFaQ3VpVXFob0NDLVVRQXZEX0J3RQ..*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5ODE2NzUyNy41MTQuMS4xNjk4MTY4MzAzLjU3LjAuMA..\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"filename\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"DEVOLUTIVA - COMENTÃRIOS HOTSITE - 09.10 (1)\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"parentUser\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7f9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"ignoreError\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T21:25:48.567Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastAcknowledgeTime\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.567Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.568Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.568Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7fd\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/tasks/6537fe1c18a37c28255dc7fd\\\\\\\\\\\\\\"}}],\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"ignoreError\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T21:25:48.567Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastAcknowledgeTime\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.576Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.576Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.576Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc800\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/tasks/6537fe1c18a37c28255dc800\\\\\\\\\\\\\\"}},{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"export-task-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"export/url\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"created\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"email\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gestao@conectalaudos.com.br\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ipAddress\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"52.12.84.234\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"filename\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"teste.pdf.pdf\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"parentUser\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7f9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"dependsOn\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"converter\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"convert\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"created\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"email\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gestao@conectalaudos.com.br\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ipAddress\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"52.12.84.234\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"output_format\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"pdf\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"parentUser\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7f9\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"dependsOn\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"6537fe1c18a37c28255dc7fd\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"ignoreError\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T21:25:48.567Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastAcknowledgeTime\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.576Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.576Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.576Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc800\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/tasks/6537fe1c18a37c28255dc800\\\\\\\\\\\\\\"}}],\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"ignoreError\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T21:25:48.567Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastAcknowledgeTime\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.589Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.589Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-24T17:25:48.589Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6537fe1c18a37c28255dc805\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/tasks/6537fe1c18a37c28255dc805\\\\\\\\\\\\\\"}}]}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}},\\"bTRje.bTRkA.body.tasks\\":{\\"caption\\":\\"Create a Job body task\\",\\"fields\\":{\\"_api_c2_name\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"name\\",\\"sample_value\\":\\"import\\",\\"path\\":[\\"name\\"]},\\"_api_c2_operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"operation\\",\\"sample_value\\":\\"import/url\\",\\"path\\":[\\"operation\\"]},\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"processing\\",\\"path\\":[\\"status\\"]},\\"_api_c2_serviceId\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"serviceId\\",\\"sample_value\\":\\"monolithic-v3.11\\",\\"path\\":[\\"serviceId\\"]},\\"_api_c2_email\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"email\\",\\"sample_value\\":\\"gestao@conectalaudos.com.br\\",\\"path\\":[\\"email\\"]},\\"_api_c2_ipAddress\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"ipAddress\\",\\"sample_value\\":\\"52.12.84.234\\",\\"path\\":[\\"ipAddress\\"]},\\"_api_c2_payload.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload url\\",\\"sample_value\\":\\"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1698168305577x579293182733115800/DEVOLUTIVA%20-%20COMENT%C3%81RIOS%20HOTSITE%20-%2009.10.docx?_gl=1*1ua310q*_gcl_aw*R0NMLjE2OTgwNjc4NjcuQ2p3S0NBandzOWlwQmhCMUVpd0FjY0VpMU1RQklWRjAwOFpvT3JLaTFhaVgzOENVbkpCaG1acVBUcVFmLVp2dy1ZbGQ3NmFaQ3VpVXFob0NDLVVRQXZEX0J3RQ..*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5ODE2NzUyNy41MTQuMS4xNjk4MTY4MzAzLjU3LjAuMA..\\",\\"path\\":[\\"payload\\",\\"url\\"]},\\"_api_c2_payload.filename\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload filename\\",\\"sample_value\\":\\"DEVOLUTIVA - COMENTÃRIOS HOTSITE - 09.10 (1)\\",\\"path\\":[\\"payload\\",\\"filename\\"]},\\"_api_c2_parentUser\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"parentUser\\",\\"sample_value\\":null,\\"path\\":[\\"parentUser\\"]},\\"_api_c2_job\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"job\\",\\"sample_value\\":\\"6537fe1c18a37c28255dc7f9\\",\\"path\\":[\\"job\\"]},\\"_api_c2_isRemoved\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"isRemoved\\",\\"sample_value\\":false,\\"path\\":[\\"isRemoved\\"]},\\"_api_c2_ignoreError\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"ignoreError\\",\\"sample_value\\":false,\\"path\\":[\\"ignoreError\\"]},\\"_api_c2_startedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"startedAt\\",\\"sample_value\\":\\"2023-10-24T17:25:48.604Z\\",\\"path\\":[\\"startedAt\\"]},\\"_api_c2_endedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"endedAt\\",\\"sample_value\\":null,\\"path\\":[\\"endedAt\\"]},\\"_api_c2_expiresAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"expiresAt\\",\\"sample_value\\":\\"2023-10-24T21:25:48.567Z\\",\\"path\\":[\\"expiresAt\\"]},\\"_api_c2_lastAcknowledgeTime\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"lastAcknowledgeTime\\",\\"sample_value\\":\\"2023-10-24T17:25:48.604Z\\",\\"path\\":[\\"lastAcknowledgeTime\\"]},\\"_api_c2_user\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"user\\",\\"sample_value\\":\\"65244c39ea01bad84d386707\\",\\"path\\":[\\"user\\"]},\\"_api_c2_createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"createdAt\\",\\"sample_value\\":\\"2023-10-24T17:25:48.568Z\\",\\"path\\":[\\"createdAt\\"]},\\"_api_c2_updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"updatedAt\\",\\"sample_value\\":\\"2023-10-24T17:25:48.604Z\\",\\"path\\":[\\"updatedAt\\"]},\\"_api_c2_server\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"server\\",\\"sample_value\\":\\"server50-hzfi.freeconvert.com\\",\\"path\\":[\\"server\\"]},\\"_api_c2_id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"id\\",\\"sample_value\\":\\"6537fe1c18a37c28255dc7fd\\",\\"path\\":[\\"id\\"]},\\"_api_c2_links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"links self\\",\\"sample_value\\":\\"https://api.freeconvert.com/v1/process/tasks/6537fe1c18a37c28255dc7fd\\",\\"path\\":[\\"links\\",\\"self\\"]},\\"_api_c2_payload.output_format\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload output_format\\",\\"sample_value\\":\\"pdf\\",\\"path\\":[\\"payload\\",\\"output_format\\"]},\\"_api_c2_dependsOn\\":{\\"ret_value\\":\\"list.api.apiconnector2.bTRje.bTRkA.dependsOn\\",\\"caption\\":\\"dependsOn\\",\\"path\\":[\\"dependsOn\\"]}}},\\"bTRje.bTRkA.dependsOn\\":{\\"caption\\":\\"Create a Job dependsOn\\",\\"fields\\":{\\"_api_c2_name\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"name\\",\\"sample_value\\":\\"import\\",\\"path\\":[\\"name\\"]},\\"_api_c2_operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"operation\\",\\"sample_value\\":\\"import/url\\",\\"path\\":[\\"operation\\"]},\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"created\\",\\"path\\":[\\"status\\"]},\\"_api_c2_serviceId\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"serviceId\\",\\"sample_value\\":\\"\\",\\"path\\":[\\"serviceId\\"]},\\"_api_c2_email\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"email\\",\\"sample_value\\":\\"gestao@conectalaudos.com.br\\",\\"path\\":[\\"email\\"]},\\"_api_c2_ipAddress\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"ipAddress\\",\\"sample_value\\":\\"52.12.84.234\\",\\"path\\":[\\"ipAddress\\"]},\\"_api_c2_payload.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload url\\",\\"sample_value\\":\\"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1698168305577x579293182733115800/DEVOLUTIVA%20-%20COMENT%C3%81RIOS%20HOTSITE%20-%2009.10.docx?_gl=1*1ua310q*_gcl_aw*R0NMLjE2OTgwNjc4NjcuQ2p3S0NBandzOWlwQmhCMUVpd0FjY0VpMU1RQklWRjAwOFpvT3JLaTFhaVgzOENVbkpCaG1acVBUcVFmLVp2dy1ZbGQ3NmFaQ3VpVXFob0NDLVVRQXZEX0J3RQ..*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5ODE2NzUyNy41MTQuMS4xNjk4MTY4MzAzLjU3LjAuMA..\\",\\"path\\":[\\"payload\\",\\"url\\"]},\\"_api_c2_payload.filename\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload filename\\",\\"sample_value\\":\\"DEVOLUTIVA - COMENTÃRIOS HOTSITE - 09.10 (1)\\",\\"path\\":[\\"payload\\",\\"filename\\"]},\\"_api_c2_parentUser\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"parentUser\\",\\"sample_value\\":null,\\"path\\":[\\"parentUser\\"]},\\"_api_c2_job\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"job\\",\\"sample_value\\":\\"6537fe1c18a37c28255dc7f9\\",\\"path\\":[\\"job\\"]},\\"_api_c2_isRemoved\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"isRemoved\\",\\"sample_value\\":false,\\"path\\":[\\"isRemoved\\"]},\\"_api_c2_ignoreError\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"ignoreError\\",\\"sample_value\\":false,\\"path\\":[\\"ignoreError\\"]},\\"_api_c2_startedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"startedAt\\",\\"sample_value\\":null,\\"path\\":[\\"startedAt\\"]},\\"_api_c2_endedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"endedAt\\",\\"sample_value\\":null,\\"path\\":[\\"endedAt\\"]},\\"_api_c2_expiresAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"expiresAt\\",\\"sample_value\\":\\"2023-10-24T21:25:48.567Z\\",\\"path\\":[\\"expiresAt\\"]},\\"_api_c2_lastAcknowledgeTime\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"lastAcknowledgeTime\\",\\"sample_value\\":\\"2023-10-24T17:25:48.567Z\\",\\"path\\":[\\"lastAcknowledgeTime\\"]},\\"_api_c2_user\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"user\\",\\"sample_value\\":\\"65244c39ea01bad84d386707\\",\\"path\\":[\\"user\\"]},\\"_api_c2_createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"createdAt\\",\\"sample_value\\":\\"2023-10-24T17:25:48.568Z\\",\\"path\\":[\\"createdAt\\"]},\\"_api_c2_updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"updatedAt\\",\\"sample_value\\":\\"2023-10-24T17:25:48.568Z\\",\\"path\\":[\\"updatedAt\\"]},\\"_api_c2_id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"id\\",\\"sample_value\\":\\"6537fe1c18a37c28255dc7fd\\",\\"path\\":[\\"id\\"]},\\"_api_c2_links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"links self\\",\\"sample_value\\":\\"https://api.freeconvert.com/v1/process/tasks/6537fe1c18a37c28255dc7fd\\",\\"path\\":[\\"links\\",\\"self\\"]},\\"_api_c2_payload.output_format\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload output_format\\",\\"sample_value\\":\\"pdf\\",\\"path\\":[\\"payload\\",\\"output_format\\"]},\\"_api_c2_dependsOn\\":{\\"ret_value\\":\\"list.text\\",\\"caption\\":\\"dependsOn\\",\\"sample_value\\":\\"6537fe1c18a37c28255dc7fd\\",\\"path\\":[\\"dependsOn\\"]}}}}","%b3":"{\\n \\"tag\\": \\"<tagCliente>\\",\\n \\"tasks\\": {\\n \\"import\\": {\\n \\"operation\\": \\"import/url\\",\\n\\t \\"url\\":\\"<urlArquivoImportar>\\",\\n\\t \\"filename\\":\\"<nomeArquivoImport>\\"\\n },\\n \\"converter\\": {\\n \\"operation\\": \\"convert\\",\\n \\"input\\": \\"import\\",\\n \\"output_format\\": \\"pdf\\"\\n },\\n \\"export-task-1\\": {\\n \\"operation\\": \\"export/url\\",\\n \\"input\\": \\"converter\\",\\n \\"filename\\": \\"<nomeArquivoFinal>.pdf\\"\\n }\\n }\\n}","%nm":"Create a Job","url":"https://api.freeconvert.com/v1/process/jobs","rank":2,"method":"post","ret_value":"api.apiconnector2.bTRje.bTRkA","publish_as":"action","wrap_error":true,"body_params":{"bTRkB":{"%k":"tagCliente","%v":"teste","private":false,"allow_blank":true},"bTRkC":{"%k":"urlArquivoImportar","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1698168305577x579293182733115800/DEVOLUTIVA%20-%20COMENT%C3%81RIOS%20HOTSITE%20-%2009.10.docx?_gl=1*1ua310q*_gcl_aw*R0NMLjE2OTgwNjc4NjcuQ2p3S0NBandzOWlwQmhCMUVpd0FjY0VpMU1RQklWRjAwOFpvT3JLaTFhaVgzOENVbkpCaG1acVBUcVFmLVp2dy1ZbGQ3NmFaQ3VpVXFob0NDLVVRQXZEX0J3RQ..*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5ODE2NzUyNy41MTQuMS4xNjk4MTY4MzAzLjU3LjAuMA..","private":false,"allow_blank":true},"bTRkM":{"%k":"nomeArquivoImport","%v":"DEVOLUTIVA - COMENTÃRIOS HOTSITE - 09.10 (1)","private":false,"allow_blank":true},"bTRkN":{"%k":"nomeArquivoFinal","%v":"teste.pdf","private":false,"allow_blank":true}},"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTRkO":{"types":"{\\"bTRje.bTRkO\\":{\\"caption\\":\\"Criar Webhook\\",\\"fields\\":{\\"_api_c2_body.result\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"result\\"]},\\"_api_c2_body.msg\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body msg\\",\\"sample_value\\":\\"successfull\\",\\"path\\":[\\"body\\",\\"msg\\"]},\\"_api_c2_body.data.description\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body description\\",\\"sample_value\\":\\"string\\",\\"path\\":[\\"body\\",\\"data\\",\\"description\\"]},\\"_api_c2_body.data.status\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body status\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"data\\",\\"status\\"]},\\"_api_c2_body.data.apiKeys\\":{\\"ret_value\\":\\"list.text\\",\\"caption\\":\\"body apiKeys\\",\\"sample_value\\":\\"Conecta-sistema\\",\\"path\\":[\\"body\\",\\"data\\",\\"apiKeys\\"]},\\"_api_c2_body.data.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body url\\",\\"sample_value\\":\\"https://conecta-laudos.bubbleapps.io/version-test/api/1.1/wf/arquivo-exame-solicitacao-convertido/initialize\\",\\"path\\":[\\"body\\",\\"data\\",\\"url\\"]},\\"_api_c2_body.data.user\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body user\\",\\"sample_value\\":\\"65244c39ea01bad84d386707\\",\\"path\\":[\\"body\\",\\"data\\",\\"user\\"]},\\"_api_c2_body.data.secret\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body secret\\",\\"sample_value\\":\\"d979df48-2539-47db-838e-1835f9104466\\",\\"path\\":[\\"body\\",\\"data\\",\\"secret\\"]},\\"_api_c2_body.data.lastResponseCode\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body lastResponseCode\\",\\"sample_value\\":\\"\\",\\"path\\":[\\"body\\",\\"data\\",\\"lastResponseCode\\"]},\\"_api_c2_body.data.lastErrorAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body lastErrorAt\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"data\\",\\"lastErrorAt\\"]},\\"_api_c2_body.data.events\\":{\\"ret_value\\":\\"list.text\\",\\"caption\\":\\"body events\\",\\"sample_value\\":\\"job.created\\",\\"path\\":[\\"body\\",\\"data\\",\\"events\\"]},\\"_api_c2_body.data.createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body createdAt\\",\\"sample_value\\":\\"2023-10-09T19:52:20.023Z\\",\\"path\\":[\\"body\\",\\"data\\",\\"createdAt\\"]},\\"_api_c2_body.data.updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body updatedAt\\",\\"sample_value\\":\\"2023-10-09T19:52:20.023Z\\",\\"path\\":[\\"body\\",\\"data\\",\\"updatedAt\\"]},\\"_api_c2_body.data.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body id\\",\\"sample_value\\":\\"652459f4ccecd58973366ba7\\",\\"path\\":[\\"body\\",\\"data\\",\\"id\\"]},\\"_api_c2_body.data.links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body links self\\",\\"sample_value\\":\\"https://www.freeconvert.com/webhooks/652459f4ccecd58973366ba7\\",\\"path\\":[\\"body\\",\\"data\\",\\"links\\",\\"self\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"result\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"msg\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"successfull\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"string\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"apiKeys\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"Conecta-sistema\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://conecta-laudos.bubbleapps.io/version-test/api/1.1/wf/arquivo-exame-solicitacao-convertido/initialize\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"secret\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"d979df48-2539-47db-838e-1835f9104466\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastResponseCode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastErrorAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"events\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"job.created\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:52:20.023Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:52:20.023Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"652459f4ccecd58973366ba7\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://www.freeconvert.com/webhooks/652459f4ccecd58973366ba7\\\\\\\\\\\\\\"}}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","%b3":"{\\n \\"url\\": \\"https://conecta-laudos.bubbleapps.io/version-test/api/1.1/wf/arquivo-exame-solicitacao-convertido/initialize\\",\\n \\"events\\": [\\n \\"job.created\\"\\n ],\\n \\"apiKeys\\": [\\"Conecta-sistema\\"],\\n \\"description\\": \\"string\\"\\n}","%nm":"Criar Webhook","url":"https://notification.freeconvert.com/webhooks","rank":3,"method":"post","ret_value":"api.apiconnector2.bTRje.bTRkO","publish_as":"data","wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTRlg":{"types":"{\\"bTRje.bTRlg\\":{\\"caption\\":\\"Get a Job (copy)\\",\\"fields\\":{\\"_api_c2_body.tag\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body tag\\",\\"sample_value\\":\\"SOLHBFQKTOYZFO2TGUY5IKMERF5MYV\\",\\"path\\":[\\"body\\",\\"tag\\"]},\\"_api_c2_body.interface\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body interface\\",\\"sample_value\\":\\"api\\",\\"path\\":[\\"body\\",\\"interface\\"]},\\"_api_c2_body.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body status\\",\\"sample_value\\":\\"completed\\",\\"path\\":[\\"body\\",\\"status\\"]},\\"_api_c2_body.isRemoved\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body isRemoved\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"isRemoved\\"]},\\"_api_c2_body.createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body createdAt\\",\\"sample_value\\":\\"2023-11-27T14:39:31.425Z\\",\\"path\\":[\\"body\\",\\"createdAt\\"]},\\"_api_c2_body.updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body updatedAt\\",\\"sample_value\\":\\"2023-11-27T14:39:36.993Z\\",\\"path\\":[\\"body\\",\\"updatedAt\\"]},\\"_api_c2_body.startedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body startedAt\\",\\"sample_value\\":\\"2023-11-27T14:39:31.429Z\\",\\"path\\":[\\"body\\",\\"startedAt\\"]},\\"_api_c2_body.endedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body endedAt\\",\\"sample_value\\":\\"2023-11-27T14:39:36.993Z\\",\\"path\\":[\\"body\\",\\"endedAt\\"]},\\"_api_c2_body.tasks\\":{\\"ret_value\\":\\"list.api.apiconnector2.bTRje.bTRlg.body.tasks\\",\\"caption\\":\\"body tasks\\",\\"path\\":[\\"body\\",\\"tasks\\"]},\\"_api_c2_body.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body id\\",\\"sample_value\\":\\"6564aa235ebdd088c980a2b4\\",\\"path\\":[\\"body\\",\\"id\\"]},\\"_api_c2_body.links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body links self\\",\\"sample_value\\":\\"https://api.freeconvert.com/v1/process/jobs/6564aa235ebdd088c980a2b4\\",\\"path\\":[\\"body\\",\\"links\\",\\"self\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"tag\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SOLHBFQKTOYZFO2TGUY5IKMERF5MYV\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"interface\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"api\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"completed\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:31.425Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:36.993Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:31.429Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:36.993Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"tasks\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6564aa235ebdd088c980a2b6\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6564aa235ebdd088c980a2b4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import/url\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"completed\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://s3.us-east-1.wasabisys.com/storage.conectalaudos.com.br/E-ClÃnica-Teste-Conecta-CLIUKJSI6FO5UWAKSTA9/1701095967658-MAYCON RODRIGO PINTO.BMP\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"filename\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1701095967658-MAYCON RODRIGO PINTO.BMP\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:31.458Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:33.763Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T18:39:33.763Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:31.429Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:33.764Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"result\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://s50-hzfi.freeconvert.com/task/6564aa235ebdd088c980a2b6/87cbe945-aeab-4fb6-a181-288b84adc163.BMP\\\\\\\\\\\\\\"}},{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6564aa235ebdd088c980a2bd\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6564aa235ebdd088c980a2b4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"converter\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"convert\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"completed\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"output_format\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"pdf\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"dependsOn\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"6564aa235ebdd088c980a2b6\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:33.778Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:36.561Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T18:39:36.561Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:31.437Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:36.561Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"result\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://s50-hzfi.freeconvert.com/task/6564aa235ebdd088c980a2bd/87cbe945-aeab-4fb6-a181-288b84adc163.pdf\\\\\\\\\\\\\\"}},{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6564aa235ebdd088c980a2c5\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6564aa235ebdd088c980a2b4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"export-task-1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"export/url\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"completed\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"filename\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SOLHBFQKTOYZFO2TGUY5IKMERF5MYV.pdf\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"dependsOn\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"6564aa235ebdd088c980a2bd\\\\\\\\\\\\\\"],\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:36.576Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:36.983Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T18:39:36.983Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:31.447Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-11-27T14:39:36.984Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"result\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://server50-hzfi.freeconvert.com/task/6564aa235ebdd088c980a2c5/SOLHBFQKTOYZFO2TGUY5IKMERF5MYV.pdf\\\\\\\\\\\\\\"}}],\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"6564aa235ebdd088c980a2b4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/jobs/6564aa235ebdd088c980a2b4\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}},\\"bTRje.bTRlg.body.tasks\\":{\\"caption\\":\\"Get a Job (copy) body task\\",\\"fields\\":{\\"_api_c2_id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"id\\",\\"sample_value\\":\\"6564aa235ebdd088c980a2b6\\",\\"path\\":[\\"id\\"]},\\"_api_c2_job\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"job\\",\\"sample_value\\":\\"6564aa235ebdd088c980a2b4\\",\\"path\\":[\\"job\\"]},\\"_api_c2_name\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"name\\",\\"sample_value\\":\\"import\\",\\"path\\":[\\"name\\"]},\\"_api_c2_operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"operation\\",\\"sample_value\\":\\"import/url\\",\\"path\\":[\\"operation\\"]},\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"completed\\",\\"path\\":[\\"status\\"]},\\"_api_c2_payload.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload url\\",\\"sample_value\\":\\"https://s3.us-east-1.wasabisys.com/storage.conectalaudos.com.br/E-ClÃnica-Teste-Conecta-CLIUKJSI6FO5UWAKSTA9/1701095967658-MAYCON RODRIGO PINTO.BMP\\",\\"path\\":[\\"payload\\",\\"url\\"]},\\"_api_c2_payload.filename\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload filename\\",\\"sample_value\\":\\"1701095967658-MAYCON RODRIGO PINTO.BMP\\",\\"path\\":[\\"payload\\",\\"filename\\"]},\\"_api_c2_startedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"startedAt\\",\\"sample_value\\":\\"2023-11-27T14:39:31.458Z\\",\\"path\\":[\\"startedAt\\"]},\\"_api_c2_endedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"endedAt\\",\\"sample_value\\":\\"2023-11-27T14:39:33.763Z\\",\\"path\\":[\\"endedAt\\"]},\\"_api_c2_expiresAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"expiresAt\\",\\"sample_value\\":\\"2023-11-27T18:39:33.763Z\\",\\"path\\":[\\"expiresAt\\"]},\\"_api_c2_user\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"user\\",\\"sample_value\\":\\"65244c39ea01bad84d386707\\",\\"path\\":[\\"user\\"]},\\"_api_c2_createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"createdAt\\",\\"sample_value\\":\\"2023-11-27T14:39:31.429Z\\",\\"path\\":[\\"createdAt\\"]},\\"_api_c2_updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"updatedAt\\",\\"sample_value\\":\\"2023-11-27T14:39:33.764Z\\",\\"path\\":[\\"updatedAt\\"]},\\"_api_c2_result.url\\":{\\"ret_value\\":\\"file\\",\\"caption\\":\\"url\\",\\"sample_value\\":\\"https://s50-hzfi.freeconvert.com/task/6564aa235ebdd088c980a2b6/87cbe945-aeab-4fb6-a181-288b84adc163.BMP\\",\\"path\\":[\\"result\\",\\"url\\"]},\\"_api_c2_payload.output_format\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"payload output_format\\",\\"sample_value\\":\\"pdf\\",\\"path\\":[\\"payload\\",\\"output_format\\"]},\\"_api_c2_dependsOn\\":{\\"ret_value\\":\\"list.text\\",\\"caption\\":\\"dependsOn\\",\\"sample_value\\":\\"6564aa235ebdd088c980a2b6\\",\\"path\\":[\\"dependsOn\\"]}}}}","%nm":"Get a Job (copy)","url":"https://api.freeconvert.com/v1/process/jobs/[jobId]","rank":4,"method":"get","ret_value":"api.apiconnector2.bTRje.bTRlg","publish_as":"action","url_params":{"bTRkG":{"%k":"jobId","%v":"6564aa235ebdd088c980a2b4","private":false,"allow_blank":true}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTRji":{"%nm":"Import Files","url":"https://api.freeconvert.com/v1/process/import/url","rank":0,"types":"{\\"bTRje.bTRji\\":{\\"caption\\":\\"Import File\\",\\"fields\\":{\\"_api_c2_body.operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body operation\\",\\"sample_value\\":\\"import/url\\",\\"path\\":[\\"body\\",\\"operation\\"]},\\"_api_c2_body.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body status\\",\\"sample_value\\":\\"processing\\",\\"path\\":[\\"body\\",\\"status\\"]},\\"_api_c2_body.serviceId\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body serviceId\\",\\"sample_value\\":\\"monolithic-v3.11\\",\\"path\\":[\\"body\\",\\"serviceId\\"]},\\"_api_c2_body.email\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body email\\",\\"sample_value\\":\\"gestao@conectalaudos.com.br\\",\\"path\\":[\\"body\\",\\"email\\"]},\\"_api_c2_body.ipAddress\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body ipAddress\\",\\"sample_value\\":\\"34.212.175.195\\",\\"path\\":[\\"body\\",\\"ipAddress\\"]},\\"_api_c2_body.payload.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body payload url\\",\\"sample_value\\":\\"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1696863849814x240623685319347520/ANDRE%20LUIZ%20DA%20SILVA.xps?_gl=1*egf69d*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5Njg1NjgyOS41MDUuMS4xNjk2ODc3OTg2LjYwLjAuMA..\\",\\"path\\":[\\"body\\",\\"payload\\",\\"url\\"]},\\"_api_c2_body.payload.filename\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body payload filename\\",\\"sample_value\\":\\"ANDRE LUIZ DA SILXA.xps\\",\\"path\\":[\\"body\\",\\"payload\\",\\"filename\\"]},\\"_api_c2_body.payload.operation\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body payload operation\\",\\"sample_value\\":\\"import/url\\",\\"path\\":[\\"body\\",\\"payload\\",\\"operation\\"]},\\"_api_c2_body.parentUser\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body parentUser\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"parentUser\\"]},\\"_api_c2_body.job\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body job\\",\\"sample_value\\":\\"652451a77873fd7bdea3486c\\",\\"path\\":[\\"body\\",\\"job\\"]},\\"_api_c2_body.isRemoved\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body isRemoved\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"isRemoved\\"]},\\"_api_c2_body.ignoreError\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body ignoreError\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"ignoreError\\"]},\\"_api_c2_body.startedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body startedAt\\",\\"sample_value\\":\\"2023-10-09T19:16:55.301Z\\",\\"path\\":[\\"body\\",\\"startedAt\\"]},\\"_api_c2_body.endedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body endedAt\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"endedAt\\"]},\\"_api_c2_body.expiresAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body expiresAt\\",\\"sample_value\\":\\"2023-10-02T15:32:00.033Z\\",\\"path\\":[\\"body\\",\\"expiresAt\\"]},\\"_api_c2_body.lastAcknowledgeTime\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body lastAcknowledgeTime\\",\\"sample_value\\":\\"2023-10-09T19:16:55.301Z\\",\\"path\\":[\\"body\\",\\"lastAcknowledgeTime\\"]},\\"_api_c2_body.user\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body user\\",\\"sample_value\\":\\"65244c39ea01bad84d386707\\",\\"path\\":[\\"body\\",\\"user\\"]},\\"_api_c2_body.createdAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body createdAt\\",\\"sample_value\\":\\"2023-10-09T19:16:55.297Z\\",\\"path\\":[\\"body\\",\\"createdAt\\"]},\\"_api_c2_body.updatedAt\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body updatedAt\\",\\"sample_value\\":\\"2023-10-09T19:16:55.302Z\\",\\"path\\":[\\"body\\",\\"updatedAt\\"]},\\"_api_c2_body.server\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body server\\",\\"sample_value\\":\\"server97.freeconvert.com\\",\\"path\\":[\\"body\\",\\"server\\"]},\\"_api_c2_body.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body id\\",\\"sample_value\\":\\"652451a77873fd7bdea3486e\\",\\"path\\":[\\"body\\",\\"id\\"]},\\"_api_c2_body.links.self\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body links self\\",\\"sample_value\\":\\"https://api.freeconvert.com/v1/process/tasks/652451a77873fd7bdea3486e\\",\\"path\\":[\\"body\\",\\"links\\",\\"self\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import/url\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"processing\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"serviceId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"monolithic-v3.11\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"email\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"gestao@conectalaudos.com.br\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ipAddress\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"34.212.175.195\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"payload\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1696863849814x240623685319347520/ANDRE%20LUIZ%20DA%20SILVA.xps?_gl=1*egf69d*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5Njg1NjgyOS41MDUuMS4xNjk2ODc3OTg2LjYwLjAuMA..\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"filename\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ANDRE LUIZ DA SILXA.xps\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"operation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"import/url\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"parentUser\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"job\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"652451a77873fd7bdea3486c\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"isRemoved\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"ignoreError\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"startedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:16:55.301Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"endedAt\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"expiresAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-02T15:32:00.033Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"lastAcknowledgeTime\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:16:55.301Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"65244c39ea01bad84d386707\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"createdAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:16:55.297Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"updatedAt\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2023-10-09T19:16:55.302Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"server\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"server97.freeconvert.com\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"652451a77873fd7bdea3486e\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"links\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"self\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://api.freeconvert.com/v1/process/tasks/652451a77873fd7bdea3486e\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"post","params":{"bTRjo":{"%k":"url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1696863849814x240623685319347520/ANDRE%20LUIZ%20DA%20SILVA.xps?_gl=1*egf69d*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5Njg1NjgyOS41MDUuMS4xNjk2ODc3OTg2LjYwLjAuMA..","private":false,"allow_blank":true},"bTRjp":{"%k":"filename","%v":"ANDRE LUIZ DA SILXA.xps","private":false,"allow_blank":true}},"ret_value":"api.apiconnector2.bTRje.bTRji","publish_as":"data","wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true}},"human":"Free Convert","shared_headers":{"bTRjj":{"private":true},"bTRjk":{"private":true}}},"bTUgR":{"calls":{"bTUgW":{"types":"{\\"bTUgR.bTUgW\\":{\\"caption\\":\\"QRCode - BASE64\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"Inicialização bem-sucedida\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.connectionKey\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body connectionKey\\",\\"sample_value\\":\\"W-API_Odc4Qu6mVgd2ZoR\\",\\"path\\":[\\"body\\",\\"connectionKey\\"]},\\"_api_c2_body.qrcode\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body qrcode\\",\\"sample_value\\":\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARQAAAEUCAYAAADqcMl5AAAAAklEQVR4AewaftIAABIeSURBVO3BQY4YybLgQDJR978yR0ufTQCJjFLrfbiZ/cFaa13wsNZalzystdYlD2utdcnDWmtd8rDWWpc8rLXWJQ9rrXXJw1prXfKw1lqXPKy11iUPa611ycNaa13ysNZalzystdYlD2utdckPH6n8TRUnKm9UnKjcVPGGylRxk8oXFZPKVDGpTBWTylTxhspJxRcqb1RMKicVk8rfVPHFw1prXfKw1lqXPKy11iX2Bx+oTBU3qUwVX6icVLyhMlVMKm9UnKhMFZPKVDGpfFHxhsobFZPKGxWTyhsVb6icVEwqJxWTylRxk8pU8cXDWmtd8rDWWpc8rLXWJT/8MpU3Kt5QuUnlpGKqOKl4Q2WqmCpOKiaVqWJSeUNlqviiYlL5QmWq+ELlpOJE5TepvFHxmx7WWuuSh7XWuuRhrbUu+eH/uIo3VKaKE5WTiptU3qiYVKaKSWWqeEPlDZWpYlKZKr5QmSomlZOKSeWNiknl/5KHtda65GGttS55WGutS374P6ZiUpkqTiomlX9ZxYnKVDGpnKi8UTGpTBWTyqRyojJVTCpTxVQxqUwVk8obFZPKpDJV/F/ysNZalzystdYlD2utdckPv6zif4nKVDGpTBWTyqTyRsUXKlPFpHJS8YbKpDJVvFHxhspUMalMFVPFpDJVTCpfVNxU8S95WGutSx7WWuuSh7XWuuSHy1T+l6hMFZPKVDGpTBWTylQxqZyoTBWTylQxqUwVk8qJylRxUjGpTBVvqEwVN6lMFZPKVDGpfKEyVZyo/Mse1lrrkoe11rrkYa21LrE/+B+mclJxonJSMalMFZPKScUbKicVk8oXFW+onFRMKlPFf0nlpopJZaqYVKaK/2UPa611ycNaa13ysNZal9gffKAyVUwqN1WcqEwVN6ncVDGp3FQxqfymihOVNyreUHmj4kTljYpJ5aTiROWmit/0sNZalzystdYlD2utdckPv6ziDZWpYlL5QuWkYlKZKiaVqeKLiptUpooTlaliUvmiYlKZKk5U/qaKE5VJZap4Q+Wk4kRlqphUpoqbHtZa65KHtda65GGttS754aOKE5WTihOVqeKLin+ZylRxonJSMam8oXJSMam8UTGpnFTcpDJVfFExqUwVJxWTyqQyVXyhMlV88bDWWpc8rLXWJQ9rrXXJD5epTBWTyknFGyo3VZyoTBUnKlPFScWJyknFpDJVnKicVEwqU8UbKlPFpPKFym+qOKmYVKaKSeWkYlKZKt6ouOlhrbUueVhrrUse1lrrkh8+UpkqJpWp4kTlpOJ/mcpUMam8UXFScaIyVbxRMal8oTJVfFExqUwVX6hMFZPKVDGpnFRMKlPFpDJVTBWTylTxxcNaa13ysNZalzystdYlP1ymMlVMKm9UvFHxhspJxaRyonJSMalMFW+ofFFxonJSMVWcqNykcpPKVDGpTBWTylQxqUwVk8qkMlWcVJyoTBU3Pay11iUPa611ycNaa13yw19W8YbKVDFV3KQyVbxRMalMKlPFpDJVTCpvVLyhMlVMKicqJxWTylRxovJGxYnKVDGpTBU3qUwVN6mcqEwVXzystdYlD2utdcnDWmtd8sNlFW+oTBVTxYnKFxWTym+qOKmYVN6ouEllqvhC5YuKL1SmipOKE5WpYlK5SWWqOKmYVKaKmx7WWuuSh7XWuuRhrbUusT+4SOWNiknlpGJSOamYVE4qJpWp4kRlqphU3qiYVN6o+JtUTiomlS8qJpWp4g2Vk4pJZao4UZkqTlROKiaVk4rf9LDWWpc8rLXWJQ9rrXXJD5dVfFHxRcVNFV+oTBVvqHyhMlW8oTJVnFScqLxR8YXKScVUcaLyRcWJyk0Vk8pUcdPDWmtd8rDWWpc8rLXWJT/8MpWp4g2VqeKmihOVqWJSmSomlUllqphUpopJZap4Q2WqmFROVKaKSeWkYlKZKk5Upoo3Km6qmFROKiaVqeJE5Q2VqWJSmSq+eFhrrUse1lrrkoe11rrE/uADlaliUpkqJpWp4kTlpOINlaliUjmpmFSmiknli4oTlaniC5U3Kv4mlTcqJpUvKiaVNypOVKaKL1ROKr54WGutSx7WWuuSh7XWusT+4CKV31QxqdxUcaIyVUwqU8WkclIxqUwV/xKVqWJS+aLiDZWTii9U3qiYVE4qTlSmikllqvibHtZa65KHtda65GGttS754S+r+ELlpOINlUnli4o3Kt5QeaNiUnmj4qTipOJE5Q2VL1Smir+p4kTlDZUvVKaKLx7WWuuSh7XWuuRhrbUusT/4QGWqmFROKiaVk4pJZaq4SWWqeEPlpGJSmSomlaliUpkqblKZKv5lKm9UvKFyUvGGylQxqfymii8e1lrrkoe11rrkYa21LvnhMpWTijcqJpU3VKaKE5UvVKaKSeUNlS9UTiomlaniROWkYlKZKt5QOak4qZhUJpWpYlKZKt5QmSqmijcqJpWpYlKZKm56WGutSx7WWuuSh7XWuuSHf0zFpPKbVE4qvlCZKk4qJpUTlZOKNyomlanii4pJ5aTipGJSOVGZKt6omFT+JRWTylQxqUwVXzystdYlD2utdcnDWmtdYn/wgcpUcaLyRsWkMlVMKlPFb1KZKk5UTireUPmiYlI5qThRmSomlaniN6lMFZPKScUbKlPFGypvVEwqU8WkclLxxcNaa13ysNZalzystdYlP1ymMlVMFZPKVDGpTBU3qXxR8UbFpPKGyknFGypTxaQyqZxUvKFyUnGi8kXFf0nljYp/2cNaa13ysNZalzystdYl9gcfqEwVJypTxaQyVbyhclIxqZxUTCo3VUwqU8WJyknFGyonFZPKScUbKlPFpHJScaIyVUwqb1R8oXJScaIyVfyXHtZa65KHtda65GGttS6xP/hA5V9SMamcVPwmlS8qJpU3KiaV/1LFpDJVTCpTxRcqU8UbKicVk8rfVDGpvFHxxcNaa13ysNZalzystdYl9gcXqXxR8YbKVHGiclLxhspU8YXKVDGp/KaKN1SmihOVNypOVKaKSeWNii9UpooTlaniDZWbKr54WGutSx7WWuuSh7XWuuSHj1R+k8pU8YbKScWJylQxVZyoTBWTyonKVHGTyonKVHGiMlWcVJyoTBVTxaQyVXyhMlVMKlPFTSpTxb/sYa21LnlYa61LHtZa65IfflnFicpJxd+k8obKVHGi8kbFGyonFW9UvFExqUwVJyonKlPFicobFVPFFypfVLxR8YbKTQ9rrXXJw1prXfKw1lqX/PCPUflNFScVk8obKlPFpDJVnKh8UTGpnKh8oTJVTConFZPKVHFTxaRyU8WJyqRyk8pUMVXc9LDWWpc8rLXWJQ9rrXXJDx9VvKFyUvGGyk0qX1S8oTJV3KQyVUwqU8WJyknFFypTxaQyVbxRcVJxojJVTCpTxaTyRsWkMlWcVPxND2utdcnDWmtd8rDWWpfYH1ykMlV8oTJVfKFyUvGFylQxqZxUnKhMFZPKVDGpTBWTylQxqXxRcaIyVdykMlVMKicVk8pUMancVPGFyknFFw9rrXXJw1prXfKw1lqX/PCRyonKVHGiMlX8TSpfVLxRMalMFVPFTSpfVEwqb6i8oTJVvFHxRsWkMlW8UTGpTBWTyqQyVbxRManc9LDWWpc8rLXWJQ9rrXXJDx9VTCpvqJyoTBUnKm9U3KRyUnFSMan8popJZVJ5o2JSmVSmihOVqWJS+ZsqJpWTiknlJpWpYlL5mx7WWuuSh7XWuuRhrbUu+eEjlaniROWk4g2VNyomlTcqTipOVH5TxUnFpDJVvKEyVUwVb6hMFZPKFxWTyhsqU8WkclPFGypTxaTymx7WWuuSh7XWuuRhrbUusT+4SOWNiknli4oTlZOKSWWqmFSmijdUTipOVP5LFZPKVDGpTBUnKlPFpHJTxaQyVUwqU8UXKjdVTCpTxU0Pa611ycNaa13ysNZal/zwl1W8UTGpTBWTyknF36RyUnGi8kbFpHJSMan8TSpfVLyh8kbFScWkMlVMKicVv6liUpkqvnhYa61LHtZa65KHtda65Ie/TGWqmComlanipGJSeUPlC5U3VE4qTlQmlTdUfpPKFxU3Vbyh8kbFpPKFyhsV/6WHtda65GGttS55WGutS374SOU3VUwqJxVTxYnKScWkclIxqUwVX6hMFf8llaniROULlaliUvmiYqqYVKaKk4pJZaqYVKaKN1Smir/pYa21LnlYa61LHtZa6xL7g4tUTiomlS8qJpWpYlL5myq+UJkqvlCZKv5LKlPFpDJVnKhMFZPKVDGpTBVvqLxRMam8UXGi8kbFFw9rrXXJw1prXfKw1lqX/PCRylTxRcWJyknFGxWTylQxqUwVk8qk8kbFicpU8UbFicpUMalMFScqU8VUMam8ofKFylQxqUwVk8pJxaQyqUwVN1VMKlPFTQ9rrXXJw1prXfKw1lqX/PDLVKaKqeJE5UTlC5UTlTcqTlS+qJhUTiomlaniRGWqOFE5UTmpmFQmlanii4pJ5UTlpooTlaliUnmjYlKZKr54WGutSx7WWuuSh7XWuuSHjyomlTdUTipOVE4q3lCZKr5QOamYVE5UblL5QmWqmFROKiaVL1SmiqliUpkqJpWTiknlpOJE5URlqphUTlSmipse1lrrkoe11rrkYa21LrE/+ItUvqiYVKaKm1SmiknljYpJZar4l6icVEwqU8WJylRxonJSMal8UTGpTBUnKicVk8pJxaTyRsWkMlV88bDWWpc8rLXWJQ9rrXXJDx+pTBWTylQxqUwVJypTxYnKVHGi8kbFpPKFylTxhspUcaJyU8WkclIxqUwVJxWTyhcVb6hMFVPFpDKpfFHxL3lYa61LHtZa65KHtda6xP7gIpWpYlKZKk5UTiomlaliUjmpOFE5qfgvqUwVX6hMFTepvFHxhspUcaJyU8WkclIxqXxRcaIyVXzxsNZalzystdYlD2utdckPv0xlqphUTireqDipOFGZKr5QmSpOVL6omFSmiknlb1I5qThR+U0Vb6hMFTdVvKEyqUwVU8VND2utdcnDWmtd8rDWWpfYH/wild9UMamcVLyh8psqJpU3KiaVqWJSmSomlaliUpkqTlROKiaVNyq+UDmp+ELlN1VMKlPFpHJS8cXDWmtd8rDWWpc8rLXWJfYHH6i8UTGpTBVvqEwVk8pUMalMFScqU8UXKlPFicpJxaQyVZyonFScqLxR8YbKTRU3qUwVk8obFScqU8V/6WGttS55WGutSx7WWusS+4MPVL6oOFGZKiaVf0nFpHJS8YXKScWk8psqJpUvKt5QeaPiROWLiknlN1W8oTJVfPGw1lqXPKy11iUPa611yQ8fVfymii8q3lB5o+Kk4iaVLyomlaniDZWTihOVqeJE5YuKSWWqmComlanipoo3VCaVk4rf9LDWWpc8rLXWJQ9rrXXJDx+p/E0VU8WkcqIyVUwVk8pUcaLyRcWk8oXKFypTxYnKVDGpnKicVEwqJxUnFScqb6jcpDJVfKHymx7WWuuSh7XWuuRhrbUu+eGyiptUTlSmiknlRGWqOFGZKqaKE5WpYlL5omJSmSomlZOKNyr+pooTlZOKSeWk4qRiUvmi4o2KE5Xf9LDWWpc8rLXWJQ9rrXXJD79M5Y2K31TxRcWkclIxVZxUfKEyVUwqJypfqJxUTCpvqEwVJxVvVJyovFFxojKpfKFyUvGbHtZa65KHtda65GGttS754f8YlROVNyomlTdUpopJZao4UTmpOKmYVL6oeEPljYovVE4q/iaVf4nKVPHFw1prXfKw1lqXPKy11iU/rP9PxaRyUnGiMqm8oTJV3FQxqZxUnKhMFVPFpHKiclIxqUwVb6i8UfFGxYnKVDGpTBWTyn/pYa21LnlYa61LHtZa65IfflnFb6qYVKaKSWWqmFSmikllUpkq3qiYVL5QmSomlTcqblKZKiaVqWJSOamYVKaKSWWq+JeovFHxX3pYa61LHtZa65KHtda6xP7gA5W/qWJSmSpOVKaKE5Wp4iaVqeJE5aTiC5U3Kk5UpopJ5Y2KL1Smii9UpopJZap4Q2WqmFROKiaVk4ovHtZa65KHtda65GGttS6xP1hrrQse1lrrkoe11rrkYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrkYa21Lvl/b+F6ed0ro2YAAAAASUVORK5CYII=\\",\\"path\\":[\\"body\\",\\"qrcode\\"]},\\"_api_c2_body.browser.platform\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body browser platform\\",\\"sample_value\\":\\"W-API\\",\\"path\\":[\\"body\\",\\"browser\\",\\"platform\\"]},\\"_api_c2_body.browser.browser\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body browser browser\\",\\"sample_value\\":\\"Chrome\\",\\"path\\":[\\"body\\",\\"browser\\",\\"browser\\"]},\\"_api_c2_body.browser.version\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body browser version\\",\\"sample_value\\":\\"4.0.0\\",\\"path\\":[\\"body\\",\\"browser\\",\\"version\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Inicialização bem-sucedida\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"connectionKey\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"W-API_Odc4Qu6mVgd2ZoR\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"qrcode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARQAAAEUCAYAAADqcMl5AAAAAklEQVR4AewaftIAABIeSURBVO3BQY4YybLgQDJR978yR0ufTQCJjFLrfbiZ/cFaa13wsNZalzystdYlD2utdcnDWmtd8rDWWpc8rLXWJQ9rrXXJw1prXfKw1lqXPKy11iUPa611ycNaa13ysNZalzystdYlD2utdckPH6n8TRUnKm9UnKjcVPGGylRxk8oXFZPKVDGpTBWTylTxhspJxRcqb1RMKicVk8rfVPHFw1prXfKw1lqXPKy11iX2Bx+oTBU3qUwVX6icVLyhMlVMKm9UnKhMFZPKVDGpfFHxhsobFZPKGxWTyhsVb6icVEwqJxWTylRxk8pU8cXDWmtd8rDWWpc8rLXWJT/8MpU3Kt5QuUnlpGKqOKl4Q2WqmCpOKiaVqWJSeUNlqviiYlL5QmWq+ELlpOJE5TepvFHxmx7WWuuSh7XWuuRhrbUu+eH/uIo3VKaKE5WTiptU3qiYVKaKSWWqeEPlDZWpYlKZKr5QmSomlZOKSeWNiknl/5KHtda65GGttS55WGutS374P6ZiUpkqTiomlX9ZxYnKVDGpnKi8UTGpTBWTyqRyojJVTCpTxVQxqUwVk8obFZPKpDJV/F/ysNZalzystdYlD2utdckPv6zif4nKVDGpTBWTyqTyRsUXKlPFpHJS8YbKpDJVvFHxhspUMalMFVPFpDJVTCpfVNxU8S95WGutSx7WWuuSh7XWuuSHy1T+l6hMFZPKVDGpTBWTylQxqZyoTBWTylQxqUwVk8qJylRxUjGpTBVvqEwVN6lMFZPKVDGpfKEyVZyo/Mse1lrrkoe11rrkYa21LrE/+B+mclJxonJSMalMFZPKScUbKicVk8oXFW+onFRMKlPFf0nlpopJZaqYVKaK/2UPa611ycNaa13ysNZal9gffKAyVUwqN1WcqEwVN6ncVDGp3FQxqfymihOVNyreUHmj4kTljYpJ5aTiROWmit/0sNZalzystdYlD2utdckPv6ziDZWpYlL5QuWkYlKZKiaVqeKLiptUpooTlaliUvmiYlKZKk5U/qaKE5VJZap4Q+Wk4kRlqphUpoqbHtZa65KHtda65GGttS754aOKE5WTihOVqeKLin+ZylRxonJSMam8oXJSMam8UTGpnFTcpDJVfFExqUwVJxWTyqQyVXyhMlV88bDWWpc8rLXWJQ9rrXXJD5epTBWTyknFGyo3VZyoTBUnKlPFScWJyknFpDJVnKicVEwqU8UbKlPFpPKFym+qOKmYVKaKSeWkYlKZKt6ouOlhrbUueVhrrUse1lrrkh8+UpkqJpWp4kTlpOJ/mcpUMam8UXFScaIyVbxRMal8oTJVfFExqUwVX6hMFZPKVDGpnFRMKlPFpDJVTBWTylTxxcNaa13ysNZalzystdYlP1ymMlVMKm9UvFHxhspJxaRyonJSMalMFW+ofFFxonJSMVWcqNykcpPKVDGpTBWTylQxqUwVk8qkMlWcVJyoTBU3Pay11iUPa611ycNaa13yw19W8YbKVDFV3KQyVbxRMalMKlPFpDJVTCpvVLyhMlVMKicqJxWTylRxovJGxYnKVDGpTBU3qUwVN6mcqEwVXzystdYlD2utdcnDWmtd8sNlFW+oTBVTxYnKFxWTym+qOKmYVN6ouEllqvhC5YuKL1SmipOKE5WpYlK5SWWqOKmYVKaKmx7WWuuSh7XWuuRhrbUusT+4SOWNiknlpGJSOamYVE4qJpWp4kRlqphU3qiYVN6o+JtUTiomlS8qJpWp4g2Vk4pJZao4UZkqTlROKiaVk4rf9LDWWpc8rLXWJQ9rrXXJD5dVfFHxRcVNFV+oTBVvqHyhMlW8oTJVnFScqLxR8YXKScVUcaLyRcWJyk0Vk8pUcdPDWmtd8rDWWpc8rLXWJT/8MpWp4g2VqeKmihOVqWJSmSomlUllqphUpopJZap4Q2WqmFROVKaKSeWkYlKZKk5Upoo3Km6qmFROKiaVqeJE5Q2VqWJSmSq+eFhrrUse1lrrkoe11rrE/uADlaliUpkqJpWp4kTlpOINlaliUjmpmFSmiknli4oTlaniC5U3Kv4mlTcqJpUvKiaVNypOVKaKL1ROKr54WGutSx7WWuuSh7XWusT+4CKV31QxqdxUcaIyVUwqU8WkclIxqUwV/xKVqWJS+aLiDZWTii9U3qiYVE4qTlSmikllqvibHtZa65KHtda65GGttS754S+r+ELlpOINlUnli4o3Kt5QeaNiUnmj4qTipOJE5Q2VL1Smir+p4kTlDZUvVKaKLx7WWuuSh7XWuuRhrbUusT/4QGWqmFROKiaVk4pJZaq4SWWqeEPlpGJSmSomlaliUpkqblKZKv5lKm9UvKFyUvGGylQxqfymii8e1lrrkoe11rrkYa21LvnhMpWTijcqJpU3VKaKE5UvVKaKSeUNlS9UTiomlaniROWkYlKZKt5QOak4qZhUJpWpYlKZKt5QmSqmijcqJpWpYlKZKm56WGutSx7WWuuSh7XWuuSHf0zFpPKbVE4qvlCZKk4qJpUTlZOKNyomlanii4pJ5aTipGJSOVGZKt6omFT+JRWTylQxqUwVXzystdYlD2utdcnDWmtdYn/wgcpUcaLyRsWkMlVMKlPFb1KZKk5UTireUPmiYlI5qThRmSomlaniN6lMFZPKScUbKlPFGypvVEwqU8WkclLxxcNaa13ysNZalzystdYlP1ymMlVMFZPKVDGpTBU3qXxR8UbFpPKGyknFGypTxaQyqZxUvKFyUnGi8kXFf0nljYp/2cNaa13ysNZalzystdYl9gcfqEwVJypTxaQyVbyhclIxqZxUTCo3VUwqU8WJyknFGyonFZPKScUbKlPFpHJScaIyVUwqb1R8oXJScaIyVfyXHtZa65KHtda65GGttS6xP/hA5V9SMamcVPwmlS8qJpU3KiaV/1LFpDJVTCpTxRcqU8UbKicVk8rfVDGpvFHxxcNaa13ysNZalzystdYl9gcXqXxR8YbKVHGiclLxhspU8YXKVDGp/KaKN1SmihOVNypOVKaKSeWNii9UpooTlaniDZWbKr54WGutSx7WWuuSh7XWuuSHj1R+k8pU8YbKScWJylQxVZyoTBWTyonKVHGTyonKVHGiMlWcVJyoTBVTxaQyVXyhMlVMKlPFTSpTxb/sYa21LnlYa61LHtZa65IfflnFicpJxd+k8obKVHGi8kbFGyonFW9UvFExqUwVJyonKlPFicobFVPFFypfVLxR8YbKTQ9rrXXJw1prXfKw1lqX/PCPUflNFScVk8obKlPFpDJVnKh8UTGpnKh8oTJVTConFZPKVHFTxaRyU8WJyqRyk8pUMVXc9LDWWpc8rLXWJQ9rrXXJDx9VvKFyUvGGyk0qX1S8oTJV3KQyVUwqU8WJyknFFypTxaQyVbxRcVJxojJVTCpTxaTyRsWkMlWcVPxND2utdcnDWmtd8rDWWpfYH1ykMlV8oTJVfKFyUvGFylQxqZxUnKhMFZPKVDGpTBWTylQxqXxRcaIyVdykMlVMKicVk8pUMancVPGFyknFFw9rrXXJw1prXfKw1lqX/PCRyonKVHGiMlX8TSpfVLxRMalMFVPFTSpfVEwqb6i8oTJVvFHxRsWkMlW8UTGpTBWTyqQyVbxRManc9LDWWpc8rLXWJQ9rrXXJDx9VTCpvqJyoTBUnKm9U3KRyUnFSMan8popJZVJ5o2JSmVSmihOVqWJS+ZsqJpWTiknlJpWpYlL5mx7WWuuSh7XWuuRhrbUu+eEjlaniROWk4g2VNyomlTcqTipOVH5TxUnFpDJVvKEyVUwVb6hMFZPKFxWTyhsqU8WkclPFGypTxaTymx7WWuuSh7XWuuRhrbUusT+4SOWNiknli4oTlZOKSWWqmFSmijdUTipOVP5LFZPKVDGpTBUnKlPFpHJTxaQyVUwqU8UXKjdVTCpTxU0Pa611ycNaa13ysNZal/zwl1W8UTGpTBWTyknF36RyUnGi8kbFpHJSMan8TSpfVLyh8kbFScWkMlVMKicVv6liUpkqvnhYa61LHtZa65KHtda65Ie/TGWqmComlanipGJSeUPlC5U3VE4qTlQmlTdUfpPKFxU3Vbyh8kbFpPKFyhsV/6WHtda65GGttS55WGutS374SOU3VUwqJxVTxYnKScWkclIxqUwVX6hMFf8llaniROULlaliUvmiYqqYVKaKk4pJZaqYVKaKN1Smir/pYa21LnlYa61LHtZa6xL7g4tUTiomlS8qJpWpYlL5myq+UJkqvlCZKv5LKlPFpDJVnKhMFZPKVDGpTBVvqLxRMam8UXGi8kbFFw9rrXXJw1prXfKw1lqX/PCRylTxRcWJyknFGxWTylQxqUwVk8qk8kbFicpU8UbFicpUMalMFScqU8VUMam8ofKFylQxqUwVk8pJxaQyqUwVN1VMKlPFTQ9rrXXJw1prXfKw1lqX/PDLVKaKqeJE5UTlC5UTlTcqTlS+qJhUTiomlaniRGWqOFE5UTmpmFQmlanii4pJ5UTlpooTlaliUnmjYlKZKr54WGutSx7WWuuSh7XWuuSHjyomlTdUTipOVE4q3lCZKr5QOamYVE5UblL5QmWqmFROKiaVL1SmiqliUpkqJpWTiknlpOJE5URlqphUTlSmipse1lrrkoe11rrkYa21LrE/+ItUvqiYVKaKm1SmiknljYpJZar4l6icVEwqU8WJylRxonJSMal8UTGpTBUnKicVk8pJxaTyRsWkMlV88bDWWpc8rLXWJQ9rrXXJDx+pTBWTylQxqUwVJypTxYnKVHGi8kbFpPKFylTxhspUcaJyU8WkclIxqUwVJxWTyhcVb6hMFVPFpDKpfFHxL3lYa61LHtZa65KHtda6xP7gIpWpYlKZKk5UTiomlaliUjmpOFE5qfgvqUwVX6hMFTepvFHxhspUcaJyU8WkclIxqXxRcaIyVXzxsNZalzystdYlD2utdckPv0xlqphUTireqDipOFGZKr5QmSpOVL6omFSmiknlb1I5qThR+U0Vb6hMFTdVvKEyqUwVU8VND2utdcnDWmtd8rDWWpfYH/wild9UMamcVLyh8psqJpU3KiaVqWJSmSomlaliUpkqTlROKiaVNyq+UDmp+ELlN1VMKlPFpHJS8cXDWmtd8rDWWpc8rLXWJfYHH6i8UTGpTBVvqEwVk8pUMalMFScqU8UXKlPFicpJxaQyVZyonFScqLxR8YbKTRU3qUwVk8obFScqU8V/6WGttS55WGutSx7WWusS+4MPVL6oOFGZKiaVf0nFpHJS8YXKScWk8psqJpUvKt5QeaPiROWLiknlN1W8oTJVfPGw1lqXPKy11iUPa611yQ8fVfymii8q3lB5o+Kk4iaVLyomlaniDZWTihOVqeJE5YuKSWWqmComlanipoo3VCaVk4rf9LDWWpc8rLXWJQ9rrXXJDx+p/E0VU8WkcqIyVUwVk8pUcaLyRcWk8oXKFypTxYnKVDGpnKicVEwqJxUnFScqb6jcpDJVfKHymx7WWuuSh7XWuuRhrbUu+eGyiptUTlSmiknlRGWqOFGZKqaKE5WpYlL5omJSmSomlZOKNyr+pooTlZOKSeWk4qRiUvmi4o2KE5Xf9LDWWpc8rLXWJQ9rrXXJD79M5Y2K31TxRcWkclIxVZxUfKEyVUwqJypfqJxUTCpvqEwVJxVvVJyovFFxojKpfKFyUvGbHtZa65KHtda65GGttS754f8YlROVNyomlTdUpopJZao4UTmpOKmYVL6oeEPljYovVE4q/iaVf4nKVPHFw1prXfKw1lqXPKy11iU/rP9PxaRyUnGiMqm8oTJV3FQxqZxUnKhMFVPFpHKiclIxqUwVb6i8UfFGxYnKVDGpTBWTyn/pYa21LnlYa61LHtZa65IfflnFb6qYVKaKSWWqmFSmikllUpkq3qiYVL5QmSomlTcqblKZKiaVqWJSOamYVKaKSWWq+JeovFHxX3pYa61LHtZa65KHtda6xP7gA5W/qWJSmSpOVKaKE5Wp4iaVqeJE5aTiC5U3Kk5UpopJ5Y2KL1Smii9UpopJZap4Q2WqmFROKiaVk4ovHtZa65KHtda65GGttS6xP1hrrQse1lrrkoe11rrkYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrkYa21Lvl/b+F6ed0ro2YAAAAASUVORK5CYII=\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"browser\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"platform\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"W-API\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"browser\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Chrome\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"version\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"4.0.0\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","%nm":"QRCode - BASE64","url":"https://[host]/instance/qrcode?connectionKey=[connectionKey]","rank":1,"method":"get","headers":{"bTUgX":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5IjoiVy1BUElfT2RjNFF1Nm1WZ2QyWm9SIiwiaWF0IjoxNjkzNTgxODQzfQ._pa-s8FiEgQOrciI6gJeeZX_FxkCwio0COxDZogamiM","private":false}},"ret_value":"api.apiconnector2.bTUgR.bTUgW","publish_as":"action","url_params":{"bTUgY":{"%k":"connectionKey","%v":"W-API_Odc4Qu6mVgd2ZoR","private":false},"bTUgc":{"%k":"host","%v":"api3.serverapi.dev","private":false}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTUgd":{"%nm":"DESLOGAR","url":"https://[host]/instance/logout?connectionKey=[connectionKey]","rank":2,"types":"{\\"bTUgR.bTUgd\\":{\\"caption\\":\\"DESLOGAR\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"Deslogado com sucesso!\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.errormsg\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body errormsg\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"errormsg\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Deslogado com sucesso!\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"errormsg\\\\\\\\\\\\\\":null}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"delete_method","headers":{"bTUge":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5Ijoidy1hcGlfc2kyWnhlNFBnRiIsImlhdCI6MTcxMzI3NzUwOH0.MLRMAyYplJpvFfYo51Fp9pkUZFI6vDrPFSidMn4ZUYc","private":false}},"ret_value":"api.apiconnector2.bTUgR.bTUgd","publish_as":"action","url_params":{"bTUgi":{"%k":"connectionKey","%v":"w-api_si2Zxe4PgF","private":false,"allow_blank":true},"bTUgj":{"%k":"host","%v":"host03.serverapi.dev","private":false,"allow_blank":true}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTUgk":{"%nm":" INF. DA CONEXÃO","url":"https://[host]/instance/info?connectionKey=[connectionKey]","rank":0,"types":"{\\"bTUgR.bTUgk\\":{\\"caption\\":\\" INF. DA CONEXÃO\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"Informações da conexão\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.connection_data.phone_connected\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body connection_data phone_connected\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"connection_data\\",\\"phone_connected\\"]},\\"_api_c2_body.connection_data.blocked\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body connection_data blocked\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"connection_data\\",\\"blocked\\"]},\\"_api_c2_body.connection_data.platform\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body connection_data platform\\",\\"sample_value\\":\\"iphone\\",\\"path\\":[\\"body\\",\\"connection_data\\",\\"platform\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Informações da conexão\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"connection_data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"phone_connected\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":{},\\\\\\\\\\\\\\"blocked\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"platform\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"iphone\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"get","headers":{"bTUgo":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5Ijoidy1hcGlfc2kyWnhlNFBnRiIsImlhdCI6MTcxMzI3NzUwOH0.MLRMAyYplJpvFfYo51Fp9pkUZFI6vDrPFSidMn4ZUYc","private":false}},"ret_value":"api.apiconnector2.bTUgR.bTUgk","publish_as":"action","url_params":{"bTUgp":{"%k":"connectionKey","%v":"w-api_si2Zxe4PgF","private":false},"bTUgq":{"%k":"host","%v":"host03.serverapi.dev","private":false}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTUgu":{"%nm":"ENVIAR TEXTO","url":"https://[host]/message/sendText?connectionKey=[connectionKey]","rank":3,"types":"{\\"bTUgR.bTUgu\\":{\\"caption\\":\\"ENVIAR TEXTO\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.data.key.remoteJid\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body key remoteJid\\",\\"sample_value\\":\\"5515998050051@s.whatsapp.net\\",\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"remoteJid\\"]},\\"_api_c2_body.data.key.fromMe\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body key fromMe\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"fromMe\\"]},\\"_api_c2_body.data.key.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body key id\\",\\"sample_value\\":\\"BAE567DA088B293E\\",\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"id\\"]},\\"_api_c2_body.data.message.extendedTextMessage.text\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message extendedTextMessage text\\",\\"sample_value\\":\\"teste\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"extendedTextMessage\\",\\"text\\"]},\\"_api_c2_body.data.messageTimestamp\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body messageTimestamp\\",\\"sample_value\\":\\"1697638459\\",\\"path\\":[\\"body\\",\\"data\\",\\"messageTimestamp\\"]},\\"_api_c2_body.data.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body status\\",\\"sample_value\\":\\"PENDING\\",\\"path\\":[\\"body\\",\\"data\\",\\"status\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"key\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"remoteJid\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051@s.whatsapp.net\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fromMe\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"BAE567DA088B293E\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"extendedTextMessage\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"teste\\\\\\\\\\\\\\"}},\\\\\\\\\\\\\\"messageTimestamp\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1697638459\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"PENDING\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"post","params":{"bTUgw":{"%k":"phoneNumber","%v":"5515998050051","private":false},"bTUhA":{"%k":"message","%v":"teste","private":false}},"headers":{"bTUgv":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5IjoiVy1BUElfS2hDY1JJM08yb25KSlhMIiwiaWF0IjoxNjkzNTgwMjU1fQ.ts48n-3JnBveq_rW5SxLF_yEXC5K3G-_yVa8ShCQ9Mo","private":false}},"ret_value":"api.apiconnector2.bTUgR.bTUgu","publish_as":"action","url_params":{"bTUhB":{"%k":"connectionKey","%v":"W-API_KhCcRI3O2onJJXL","private":false},"bTUhC":{"%k":"host","%v":"api3.serverapi.dev","private":false}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTUhN":{"%nm":"ENVIAR IMAGEM","url":"https://[host]/message/sendImageUrl?connectionKey=[connectionKey]","rank":4,"types":"{\\"bTUgR.bTUhN\\":{\\"caption\\":\\"ENVIAR IMAGEM\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.data.key.remoteJid\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body key remoteJid\\",\\"sample_value\\":\\"5515998050051@s.whatsapp.net\\",\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"remoteJid\\"]},\\"_api_c2_body.data.key.fromMe\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body key fromMe\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"fromMe\\"]},\\"_api_c2_body.data.key.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body key id\\",\\"sample_value\\":\\"BAE59814C06683A4\\",\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"id\\"]},\\"_api_c2_body.data.message.imageMessage.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage url\\",\\"sample_value\\":\\"https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m269/up-oil-image-8f7f246a-5f70-41c6-bd1f-045e14e981f8?ccb=9-4&oh=01_AdQO9E3IzCc2ThFMZwjeab7kmamXH6Ll57iPA9S1HWIwAw&oe=65C766DA&_nc_sid=000000&mms3=true\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"url\\"]},\\"_api_c2_body.data.message.imageMessage.mimetype\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage mimetype\\",\\"sample_value\\":\\"image/png\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"mimetype\\"]},\\"_api_c2_body.data.message.imageMessage.caption\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage caption\\",\\"sample_value\\":\\"teste\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"caption\\"]},\\"_api_c2_body.data.message.imageMessage.fileSha256\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage fileSha256\\",\\"sample_value\\":\\"myWffeOMdd0dZL2xdAU8L17thr7wyhIWPvJnkqXG+WQ=\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"fileSha256\\"]},\\"_api_c2_body.data.message.imageMessage.fileLength\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage fileLength\\",\\"sample_value\\":\\"2546\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"fileLength\\"]},\\"_api_c2_body.data.message.imageMessage.mediaKey\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage mediaKey\\",\\"sample_value\\":\\"juziFtFPb+/wU+3Png+qeOFldnL2ZBO3C4KTR9fv03Y=\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"mediaKey\\"]},\\"_api_c2_body.data.message.imageMessage.fileEncSha256\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage fileEncSha256\\",\\"sample_value\\":\\"27YNNx9bpzguy37b58YFX2i370MpbuaW7sAM/CeVYuU=\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"fileEncSha256\\"]},\\"_api_c2_body.data.message.imageMessage.directPath\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage directPath\\",\\"sample_value\\":\\"/o1/v/t62.7118-24/f1/m269/up-oil-image-8f7f246a-5f70-41c6-bd1f-045e14e981f8?ccb=9-4&oh=01_AdQO9E3IzCc2ThFMZwjeab7kmamXH6Ll57iPA9S1HWIwAw&oe=65C766DA&_nc_sid=000000\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"directPath\\"]},\\"_api_c2_body.data.message.imageMessage.mediaKeyTimestamp\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message imageMessage mediaKeyTimestamp\\",\\"sample_value\\":\\"1704981178\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"imageMessage\\",\\"mediaKeyTimestamp\\"]},\\"_api_c2_body.data.messageTimestamp\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body messageTimestamp\\",\\"sample_value\\":\\"1704981178\\",\\"path\\":[\\"body\\",\\"data\\",\\"messageTimestamp\\"]},\\"_api_c2_body.data.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body status\\",\\"sample_value\\":\\"PENDING\\",\\"path\\":[\\"body\\",\\"data\\",\\"status\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"key\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"remoteJid\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051@s.whatsapp.net\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fromMe\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"BAE59814C06683A4\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"imageMessage\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://mmg.whatsapp.net/o1/v/t62.7118-24/f1/m269/up-oil-image-8f7f246a-5f70-41c6-bd1f-045e14e981f8?ccb=9-4&oh=01_AdQO9E3IzCc2ThFMZwjeab7kmamXH6Ll57iPA9S1HWIwAw&oe=65C766DA&_nc_sid=000000&mms3=true\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"mimetype\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"image/png\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"caption\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"teste\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fileSha256\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"myWffeOMdd0dZL2xdAU8L17thr7wyhIWPvJnkqXG+WQ=\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fileLength\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2546\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"mediaKey\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"juziFtFPb+/wU+3Png+qeOFldnL2ZBO3C4KTR9fv03Y=\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fileEncSha256\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"27YNNx9bpzguy37b58YFX2i370MpbuaW7sAM/CeVYuU=\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"directPath\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"/o1/v/t62.7118-24/f1/m269/up-oil-image-8f7f246a-5f70-41c6-bd1f-045e14e981f8?ccb=9-4&oh=01_AdQO9E3IzCc2ThFMZwjeab7kmamXH6Ll57iPA9S1HWIwAw&oe=65C766DA&_nc_sid=000000\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"mediaKeyTimestamp\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1704981178\\\\\\\\\\\\\\"}},\\\\\\\\\\\\\\"messageTimestamp\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1704981178\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"PENDING\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"post","params":{"bTUhS":{"%k":"phoneNumber","%v":"5515998050051","private":false},"bTUhT":{"%k":"caption","%v":"teste","private":false,"optional":true},"bTUhU":{"%k":"url","%v":"https://bde2520436409588d7ae1cb9449db8f0.cdn.bubble.io/f1684520393667x362377260410035700/flight.png?_gl=1*1v2eyz2*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5MzU3MDY2Mi40NzQuMS4xNjkzNTk4OTk3LjYwLjAuMA..","private":false}},"headers":{"bTUhO":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5IjoiVy1BUElfNzA2QmUxallEU2Jsd1E1IiwiaWF0IjoxNzA0OTgwNTU4fQ.CpWNTRMU1sdf7Hp5oWYMewhahfw4PE2V7I1HnjpTWSM","private":false}},"ret_value":"api.apiconnector2.bTUgR.bTUhN","publish_as":"action","url_params":{"bTUhY":{"%k":"connectionKey","%v":"W-API_706Be1jYDSblwQ5","private":false},"bTUhZ":{"%k":"host","%v":"api6.serverapi.dev","private":false}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTUha":{"%nm":"ENVIAR DOC - PDF","url":"https://[host]/message/sendPdfUrl?connectionKey=[connectionKey]","rank":5,"types":"{\\"bTUgR.bTUha\\":{\\"caption\\":\\"ENVIAR DOC - PDF\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.data.key.remoteJid\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body key remoteJid\\",\\"sample_value\\":\\"5515998050051@s.whatsapp.net\\",\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"remoteJid\\"]},\\"_api_c2_body.data.key.fromMe\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body key fromMe\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"fromMe\\"]},\\"_api_c2_body.data.key.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body key id\\",\\"sample_value\\":\\"BAE55F06097BCE22\\",\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"id\\"]},\\"_api_c2_body.data.message.documentMessage.url\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage url\\",\\"sample_value\\":\\"https://mmg.whatsapp.net/v/t62.7119-24/29181115_784439330370860_8642528269673391868_n.enc?ccb=11-4&oh=01_AdQKFzz4PKQ-kI1qwuH3vurFTgf6F_9bdk86NZg2HkGkzw&oe=65C74D0C&_nc_sid=5e03e0&mms3=true\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"url\\"]},\\"_api_c2_body.data.message.documentMessage.mimetype\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage mimetype\\",\\"sample_value\\":\\"application/pdf\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"mimetype\\"]},\\"_api_c2_body.data.message.documentMessage.fileSha256\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage fileSha256\\",\\"sample_value\\":\\"91uo1v3X/bwf//Z7dSkdrIGqiCMCYf0UB7UwidDY8aw=\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"fileSha256\\"]},\\"_api_c2_body.data.message.documentMessage.fileLength\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage fileLength\\",\\"sample_value\\":\\"42991\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"fileLength\\"]},\\"_api_c2_body.data.message.documentMessage.mediaKey\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage mediaKey\\",\\"sample_value\\":\\"t8GlG4FlgG0dxopjLJKk94R8zvcSRo70P4avQHQ0mrc=\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"mediaKey\\"]},\\"_api_c2_body.data.message.documentMessage.fileName\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage fileName\\",\\"sample_value\\":\\"fe2c9eb918da551863c3f4c7e042dc0f.pdf\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"fileName\\"]},\\"_api_c2_body.data.message.documentMessage.fileEncSha256\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage fileEncSha256\\",\\"sample_value\\":\\"zi2mZvyPyeUn7QJIjE5/lvkvAHviwHQovWNVKLd7AVo=\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"fileEncSha256\\"]},\\"_api_c2_body.data.message.documentMessage.directPath\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage directPath\\",\\"sample_value\\":\\"/v/t62.7119-24/29181115_784439330370860_8642528269673391868_n.enc?ccb=11-4&oh=01_AdQKFzz4PKQ-kI1qwuH3vurFTgf6F_9bdk86NZg2HkGkzw&oe=65C74D0C&_nc_sid=5e03e0\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"directPath\\"]},\\"_api_c2_body.data.message.documentMessage.mediaKeyTimestamp\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage mediaKeyTimestamp\\",\\"sample_value\\":\\"1704981426\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"mediaKeyTimestamp\\"]},\\"_api_c2_body.data.message.documentMessage.caption\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message documentMessage caption\\",\\"sample_value\\":\\"teste\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"documentMessage\\",\\"caption\\"]},\\"_api_c2_body.data.messageTimestamp\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body messageTimestamp\\",\\"sample_value\\":\\"1704981426\\",\\"path\\":[\\"body\\",\\"data\\",\\"messageTimestamp\\"]},\\"_api_c2_body.data.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body status\\",\\"sample_value\\":\\"PENDING\\",\\"path\\":[\\"body\\",\\"data\\",\\"status\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"key\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"remoteJid\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051@s.whatsapp.net\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fromMe\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"BAE55F06097BCE22\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"documentMessage\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"url\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://mmg.whatsapp.net/v/t62.7119-24/29181115_784439330370860_8642528269673391868_n.enc?ccb=11-4&oh=01_AdQKFzz4PKQ-kI1qwuH3vurFTgf6F_9bdk86NZg2HkGkzw&oe=65C74D0C&_nc_sid=5e03e0&mms3=true\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"mimetype\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"application/pdf\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fileSha256\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"91uo1v3X/bwf//Z7dSkdrIGqiCMCYf0UB7UwidDY8aw=\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fileLength\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"42991\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"mediaKey\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"t8GlG4FlgG0dxopjLJKk94R8zvcSRo70P4avQHQ0mrc=\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fileName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"fe2c9eb918da551863c3f4c7e042dc0f.pdf\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fileEncSha256\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"zi2mZvyPyeUn7QJIjE5/lvkvAHviwHQovWNVKLd7AVo=\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"directPath\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"/v/t62.7119-24/29181115_784439330370860_8642528269673391868_n.enc?ccb=11-4&oh=01_AdQKFzz4PKQ-kI1qwuH3vurFTgf6F_9bdk86NZg2HkGkzw&oe=65C74D0C&_nc_sid=5e03e0\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"mediaKeyTimestamp\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1704981426\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"caption\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"teste\\\\\\\\\\\\\\"}},\\\\\\\\\\\\\\"messageTimestamp\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1704981426\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"PENDING\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"post","params":{"bTUhf":{"%k":"phoneNumber","%v":"5515998050051","private":false},"bTUhg":{"%k":"caption","%v":"teste","private":false,"optional":true},"bTUhk":{"%k":"url","%v":"https://a831e8baeafc4b178509d38907c99472.cdn.bubble.io/f1704757869798x317370854544462460/fe2c9eb918da551863c3f4c7e042dc0f.pdf","private":false},"bTUhl":{"private":true}},"headers":{"bTUhe":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5IjoiVy1BUElfNzA2QmUxallEU2Jsd1E1IiwiaWF0IjoxNzA0OTgwNTU4fQ.CpWNTRMU1sdf7Hp5oWYMewhahfw4PE2V7I1HnjpTWSM","private":false}},"ret_value":"api.apiconnector2.bTUgR.bTUha","publish_as":"action","url_params":{"bTUhm":{"%k":"connectionKey","%v":"W-API_706Be1jYDSblwQ5","private":false},"bTUhq":{"%k":"host","%v":"api6.serverapi.dev","private":false}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTUhr":{"%nm":"Criar Conexão","url":"https://api-painel.w-api.app/createNewConnection?id=1713181339049x116970572756887490","rank":6,"types":"{\\"bTUgR.bTUhr\\":{\\"caption\\":\\"Criar Conexão\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.host\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body host\\",\\"sample_value\\":\\"host05.serverapi.dev\\",\\"path\\":[\\"body\\",\\"host\\"]},\\"_api_c2_body.connectionKey\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body connectionKey\\",\\"sample_value\\":\\"w-api_fVKj0KrEWq\\",\\"path\\":[\\"body\\",\\"connectionKey\\"]},\\"_api_c2_body.token\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body token\\",\\"sample_value\\":\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5Ijoidy1hcGlfZlZLajBLckVXcSIsImlhdCI6MTcxNjIzOTExM30.HinKEg3kerygb-plVgZ32RPFTsRUnin4oox6G_w3LW4\\",\\"path\\":[\\"body\\",\\"token\\"]},\\"_api_c2_error.status_code\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"host\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"host05.serverapi.dev\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"connectionKey\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"w-api_fVKj0KrEWq\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"token\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5Ijoidy1hcGlfZlZLajBLckVXcSIsImlhdCI6MTcxNjIzOTExM30.HinKEg3kerygb-plVgZ32RPFTsRUnin4oox6G_w3LW4\\\\\\\\\\\\\\"}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"post","ret_value":"api.apiconnector2.bTUgR.bTUhr","in_browser":false,"publish_as":"action","wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTUhs":{"%b3":"{\\n\\"webhook\\":{\\n\\"connectionWebhook\\":\\"<urlConexao>\\"}}","%nm":"SETWEBHOOK","url":"https://[host]/webhook/updateWebhook?connectionKey=[instanciaId]","rank":7,"types":"{\\"bTUgR.bTUhs\\":{\\"caption\\":\\"SETWEBHOOK\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"Webhook atualizado com sucesso\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.connectionKey\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body connectionKey\\",\\"sample_value\\":\\"w-api_fVKj0KrEWq\\",\\"path\\":[\\"body\\",\\"connectionKey\\"]},\\"_api_c2_body.webhook.config.allowWebhook\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body webhook config allowWebhook\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"webhook\\",\\"config\\",\\"allowWebhook\\"]},\\"_api_c2_error.status_code\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Webhook atualizado com sucesso\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"connectionKey\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"w-api_fVKj0KrEWq\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"webhook\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"config\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"allowWebhook\\\\\\\\\\\\\\":true}}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"post","headers":{"bTUhw":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5Ijoidy1hcGlfZlZLajBLckVXcSIsImlhdCI6MTcxNjIzOTExM30.HinKEg3kerygb-plVgZ32RPFTsRUnin4oox6G_w3LW4","private":false}},"ret_value":"api.apiconnector2.bTUgR.bTUhs","in_browser":true,"publish_as":"action","url_params":{"bTUhx":{"%k":"host","%v":"host05.serverapi.dev","private":false,"allow_blank":true},"bTUhy":{"%k":"instanciaId","%v":"w-api_fVKj0KrEWq","private":false,"allow_blank":true}},"wrap_error":true,"body_params":{"bTUiC":{"%k":"urlConexao","%v":"https://conecta-laudos.bubbleapps.io/version-test/api/1.1/wf/conexao-desconexao-disp/initialize","private":false}},"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTUvu":{"%nm":"CHECAR NUMERO","url":"https://[host]/actions/onwhatsapp?connectionKey=[instanciaId]&phoneNumber=[numero]","rank":8,"types":"{\\"bTUgR.bTUvu\\":{\\"caption\\":\\"CHECAR NUMERO\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.exists.exists\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body exists exists\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"exists\\",\\"exists\\"]},\\"_api_c2_body.exists.jid\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body exists jid\\",\\"sample_value\\":\\"5515998050051@s.whatsapp.net\\",\\"path\\":[\\"body\\",\\"exists\\",\\"jid\\"]},\\"_api_c2_error.status_code\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"exists\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"exists\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"jid\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051@s.whatsapp.net\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"get","headers":{"bTUwB":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5Ijoidy1hcGlfYTE4eVlEdHNJYiIsImlhdCI6MTcxNjI0MDc3OX0.TX2fOyktfULd-Qi_1gtxsAa5HGKXyZf7Fa8cGmZSxNU","private":false}},"ret_value":"api.apiconnector2.bTUgR.bTUvu","in_browser":true,"publish_as":"action","url_params":{"bTUvv":{"%k":"host","%v":"host04.serverapi.dev","private":false,"allow_blank":true},"bTUvw":{"%k":"instanciaId","%v":"w-api_a18yYDtsIb","private":false,"allow_blank":true},"bTUwA":{"%k":"numero","%v":"551598050051","private":false,"allow_blank":true}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTVBF":{"%b3":"{\\n \\"groupName\\": \\"<nomeGrupo>\\",\\n \\"participants\\": [<arrayNumeros>],\\n \\"profilePictureUrl\\": \\"<urlCapa>\\"\\n}","%nm":"CRIAR GRUPO","url":"https://[host]/group/create?connectionKey=[instanciaId]","rank":9,"types":"{\\"bTUgR.bTVBF\\":{\\"caption\\":\\"CRIAR GRUPO\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.data.id\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body id\\",\\"sample_value\\":\\"120363300546148884@g.us\\",\\"path\\":[\\"body\\",\\"data\\",\\"id\\"]},\\"_api_c2_body.data.inviteLink\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body inviteLink\\",\\"sample_value\\":\\"https://chat.whatsapp.com/LVDdlRiY3945dxi1sAMe23\\",\\"path\\":[\\"body\\",\\"data\\",\\"inviteLink\\"]},\\"_api_c2_body.data.subject\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body subject\\",\\"sample_value\\":\\"teste 4\\",\\"path\\":[\\"body\\",\\"data\\",\\"subject\\"]},\\"_api_c2_body.data.subjectOwner\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body subjectOwner\\",\\"sample_value\\":\\"5515998050051@s.whatsapp.net\\",\\"path\\":[\\"body\\",\\"data\\",\\"subjectOwner\\"]},\\"_api_c2_body.data.subjectTime\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"body subjectTime\\",\\"sample_value\\":1716311892,\\"path\\":[\\"body\\",\\"data\\",\\"subjectTime\\"]},\\"_api_c2_body.data.size\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body size\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"data\\",\\"size\\"]},\\"_api_c2_body.data.creation\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"body creation\\",\\"sample_value\\":1716311892,\\"path\\":[\\"body\\",\\"data\\",\\"creation\\"]},\\"_api_c2_body.data.owner\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body owner\\",\\"sample_value\\":\\"5515998050051@s.whatsapp.net\\",\\"path\\":[\\"body\\",\\"data\\",\\"owner\\"]},\\"_api_c2_body.data.restrict\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body restrict\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"data\\",\\"restrict\\"]},\\"_api_c2_body.data.announce\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body announce\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"data\\",\\"announce\\"]},\\"_api_c2_body.data.isCommunity\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body isCommunity\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"data\\",\\"isCommunity\\"]},\\"_api_c2_body.data.isCommunityAnnounce\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body isCommunityAnnounce\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"data\\",\\"isCommunityAnnounce\\"]},\\"_api_c2_body.data.memberAddMode\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body memberAddMode\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"data\\",\\"memberAddMode\\"]},\\"_api_c2_body.data.participants\\":{\\"ret_btype\\":\\"list.api.apiconnector2.bTUgR.bTVBF.body.data.participants\\",\\"caption\\":\\"body participants\\",\\"path\\":[\\"body\\",\\"data\\",\\"participants\\"]},\\"_api_c2_error.status_code\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"120363300546148884@g.us\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"inviteLink\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"https://chat.whatsapp.com/LVDdlRiY3945dxi1sAMe23\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"subject\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"teste 4\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"subjectOwner\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051@s.whatsapp.net\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"subjectTime\\\\\\\\\\\\\\":1716311892,\\\\\\\\\\\\\\"size\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"creation\\\\\\\\\\\\\\":1716311892,\\\\\\\\\\\\\\"owner\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051@s.whatsapp.net\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"restrict\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"announce\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"isCommunity\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"isCommunityAnnounce\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"memberAddMode\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"participants\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051@s.whatsapp.net\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"admin\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"superadmin\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5519998373244@s.whatsapp.net\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"admin\\\\\\\\\\\\\\":null}]}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}},\\"bTUgR.bTVBF.body.data.participants\\":{\\"caption\\":\\"CRIAR GRUPO body data participant\\",\\"fields\\":{\\"_api_c2_id\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"id\\",\\"sample_value\\":\\"5515998050051@s.whatsapp.net\\",\\"path\\":[\\"id\\"]},\\"_api_c2_admin\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"admin\\",\\"sample_value\\":\\"superadmin\\",\\"path\\":[\\"admin\\"]}}}}","method":"post","headers":{"bTVBL":{"private":true},"bTVBM":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5Ijoidy1hcGlfYTE4eVlEdHNJYiIsImlhdCI6MTcxNjI0MDc3OX0.TX2fOyktfULd-Qi_1gtxsAa5HGKXyZf7Fa8cGmZSxNU","private":false,"optional":false}},"ret_value":"api.apiconnector2.bTUgR.bTVBF","publish_as":"action","url_params":{"bTVBG":{"%k":"host","%v":"host04.serverapi.dev","private":false,"allow_blank":true},"bTVBK":{"%k":"instanciaId","%v":"w-api_a18yYDtsIb","private":false,"allow_blank":true}},"wrap_error":true,"body_params":{"bTVBW":{"%k":"nomeGrupo","%v":"teste 4","private":false,"allow_blank":true},"bTVBX":{"%k":"arrayNumeros","%v":"\\"5519998373244\\"","private":false,"allow_blank":true},"bTVBY":{"private":true}},"initialized":true,"should_reinitialize":true,"url_cant_be_private":true},"bTVCG":{"%nm":"SAIR DO GRUPO","url":"https://[host]/group/leave?connectionKey=[instanciaId]&groupId=[groupId]","rank":10,"types":"{\\"bTUgR.bTVCG\\":{\\"caption\\":\\"SAIR DO GRUPO\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_error.status_code\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"delete_method","headers":{"bTVBL":{"private":true},"bTVBM":{"%k":"Authorization","%v":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25uZWN0aW9uS2V5Ijoidy1hcGlfYTE4eVlEdHNJYiIsImlhdCI6MTcxNjI0MDc3OX0.TX2fOyktfULd-Qi_1gtxsAa5HGKXyZf7Fa8cGmZSxNU","private":false,"optional":true}},"ret_value":"api.apiconnector2.bTUgR.bTVCG","publish_as":"action","url_params":{"bTVBG":{"%k":"host","%v":"host04.serverapi.dev","private":false,"allow_blank":true},"bTVBK":{"%k":"instanciaId","%v":"w-api_a18yYDtsIb","private":false,"allow_blank":true},"bTVCH":{"%k":"groupId","%v":"120363300546148884@g.us","private":false,"allow_blank":true}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true}},"human":"W-API"},"bTMDW0":{"calls":{"bTTaU":{"types":"{\\"bTMDW0.bTTaU\\":{\\"caption\\":\\"QRCode - BASE64\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"Inicialização bem-sucedida\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.connectionKey\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body connectionKey\\",\\"sample_value\\":\\"ZAPI-zW0Suyc2ZepsqDW\\",\\"path\\":[\\"body\\",\\"connectionKey\\"]},\\"_api_c2_body.qrcode\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body qrcode\\",\\"sample_value\\":\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARQAAAEUCAYAAADqcMl5AAAAAklEQVR4AewaftIAABI0SURBVO3BQZLgSBLYQIBW//8y1DfFKc0oZvXMrMLd/mCttS54WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrkYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuSHj1T+pooTlZsqJpUvKv5NVL6ouEllqjhReaPin6RyUjGp/E0VXzystdYlD2utdcnDWmtd8sNlFTepvFExqUwVJyp/k8pUMamcVJyofFHxhspU8UbFicpU8YbKScUbKicVN1XcpHLTw1prXfKw1lqXPKy11iU//DKVNyreUDmpmFSmipsqJpU3VKaKE5WpYqo4UZkqJpWTiqliUpkqJpWbVKaKqeINlTcqJpXfpPJGxW96WGutSx7WWuuSh7XWuuSH/3EqU8VNFW+ofKEyVUwqU8WkMlVMKlPFGyonKicVk8pUcVJxojJVTCpfqJxUTCr/Sx7WWuuSh7XWuuRhrbUu+eF/XMWJyhsVk8pUMVVMKlPFpDKpTBVvqEwVk8qJyhsVk8pUcaJyojJVTCpTxRsVk8obFZPKpDJV/C95WGutSx7WWuuSh7XWuuSHX1bxN1VMKlPFScWkMlVMFZPKGypTxaQyqUwVJxWTyknFGyqTylQxqZxUvKEyVUwqb6hMFTdV3FTxb/Kw1lqXPKy11iUPa611yQ+Xqfz/RGWqmFSmiknljYpJZaqYVKaKSeVEZao4qZhUpopJ5URlqviiYlKZKiaVqWJSmSreUJkqTlT+zR7WWuuSh7XWuuRhrbUusT/4D1OZKk5UpoqbVE4qJpWTikllqphUpooTlaniDZWp4kTlpOINlZsq1v+7h7XWuuRhrbUueVhrrUt++EhlqphUbqqYKiaVqWKqmFSmikllqvhNFZPKVDGp3KTyhcpU8YbKVHFSMamcVHyh8kbFFyo3Vfymh7XWuuRhrbUueVhrrUt++MsqJpWTikllqrhJ5UTlpOI3qZxUfFExqZxUTConFZPKGypTxRcqJxVvVHyhclLxhcpJxRcPa611ycNaa13ysNZal9gf/CKVNyomlaniROWkYlL5omJSeaNiUpkqJpV/k4oTlZOK36TyRsWkMlVMKlPFpDJVTCpTxYnKVHGi8kbFFw9rrXXJw1prXfKw1lqX2B/8RSpTxRsqX1S8ofKbKiaVLyomlaniDZU3Kt5QOak4UZkq3lCZKk5Upor1fz2stdYlD2utdcnDWmtd8sNHKicVX6hMFW+onKhMFW9UTCpTxRsVJypTxaQyVXxRcaIyqUwVk8pJxRsVk8obFV+ovFExqUwVk8pJxYnKVPGbHtZa65KHtda65GGttS754aOKSeUNlZOKm1SmikllqjhRuUnlDZWp4kRlqjhROam4SWWquKliUpkqTiomlZOKSWWqmFRuqjhRmSq+eFhrrUse1lrrkoe11rrkh7+s4kRlUnmjYqp4o+JE5aTiROWkYlKZKt5QmSomlZOKSeVEZaqYKiaVqWJSOamYKk5UpopJ5Y2KL1SmiknlDZV/0sNaa13ysNZalzystdYlP3ykMlVMKm9U/CaVqeImlaniJpWTijcqJpVJZaqYVKaKE5UTlZOKE5WbKk5UpopJ5Q2VN1Smin/Sw1prXfKw1lqXPKy11iX2Bx+onFR8oTJVTConFW+oTBVvqHxRMamcVLyh8kbFpDJVfKFyUjGpTBWTyknFicpJxaRyUvGFylRxk8pU8cXDWmtd8rDWWpc8rLXWJfYHF6mcVHyhMlVMKlPFpPJPqnhD5aaKSeWmihOVNyreUHmjYlKZKiaVNyreUHmjYlKZKiaVqeKmh7XWuuRhrbUueVhrrUvsDz5QmSomlZOKSeWkYlKZKk5Upoo3VKaKE5Wp4p+kclJxojJVTCpTxYnKVHGiMlWcqEwVb6icVEwqJxVvqEwVk8obFZPKVPHFw1prXfKw1lqXPKy11iU//GUVk8pU8TepTBWTylRxovKGyhsVk8pJxVRxovKGylTxRsWJyonKScWJylQxVUwqJxVvqEwVb1S8ofKbHtZa65KHtda65GGttS6xP7hI5Y2KE5WpYlI5qfhC5aRiUpkqJpWpYlKZKk5UpooTlZOKSeWNihOVk4ovVKaKN1S+qHhDZao4UZkqJpWp4m96WGutSx7WWuuSh7XWusT+4C9SmSomlaliUpkqblKZKiaVNyomlaniDZU3Kk5UTiomlTcqTlROKiaVqWJSeaPiC5WTijdUTiomlZOKSeWk4ouHtda65GGttS55WGutS374SOWkYqqYVKaKSWWqOFE5qZhUpoq/SWWqOKmYVKaKNyq+qJhUJpU3KiaVqeKkYlI5UXmj4qRiUnmj4kRlqjhR+Zse1lrrkoe11rrkYa21Lvnho4ovKiaVqWJSmSqmiknlpoo3VKaKSWVSmSomlS9UpopJZaqYKiaVk4ovKiaVk4qTiknlpGJSmSq+qJhUpooTlZOKSeU3Pay11iUPa611ycNaa11if/APUvmi4guVk4oTlZsqJpUvKr5QmSomlaniROWNikllqphU3qj4QuWNikllqphUpoo3VKaK3/Sw1lqXPKy11iUPa611yQ8fqfymii9UpoqbKiaVNyomlaniRGWqmFROKr6omFSmijcqTipOKiaVqWJSOan4omJSmSomlZsqJpWp4qaHtda65GGttS55WGutS+wPLlL5mypOVN6omFS+qJhUpopJ5d+kYlI5qfhCZao4UXmj4iaVk4ovVE4qJpWp4kRlqvjiYa21LnlYa61LHtZa65IfPlKZKk5UTireUJkq3qg4qZhUTiomlaliUpkq3lA5qZhUpopJZVKZKiaVf5OKL1SmipOKSWVSualiUpkq3qi46WGttS55WGutSx7WWusS+4OLVE4qJpW/qWJSOak4Ufmi4g2VNypOVP6mikllqjhRmSreUJkqJpWpYlL5omJSualiUnmj4ouHtda65GGttS55WGutS364rOKLijdUpooTlaniN1VMKicqX1RMKlPFScUbKlPFicqJylQxVZyonFRMKlPFScWkclIxqZxUvKEyqUwVk8pUcdPDWmtd8rDWWpc8rLXWJT98pDJVTCpfqEwVN6m8UTFVnKicqLxR8YXKGypTxYnKGxUnKlPFScVNKlPFScVJxaRyojJVvKFyojJVfPGw1lqXPKy11iUPa611yQ8fVbxRMamcVLyhclIxqZxUTConFV9UTConKlPFTRVfVJyoTBW/SeU3qUwVk8obFV9UnKjc9LDWWpc8rLXWJQ9rrXWJ/cEHKm9UTCp/U8VNKicVJyonFZPKVDGpTBWTyn9ZxYnKGxWTyn9ZxaTyRsUXD2utdcnDWmtd8rDWWpfYH3ygclLxhspUMam8UXGi8kXF36RyUnGi8kbFpPJGxRsqU8WJyk0VJypvVJyofFHxhspUcdPDWmtd8rDWWpc8rLXWJfYHH6h8UXGiMlVMKjdV/CaVqeINlTcqJpWTijdU3qj4TSonFScqJxWTylQxqZxUnKhMFZPKGxWTylTxxcNaa13ysNZalzystdYlP1xWMal8UfFfojJVnKhMFZPKVDGpnKhMFZPKpDJVnFRMKm+oTBUnKlPFScUXFZPKVDGpTBWTyqRyUvFGxYnKb3pYa61LHtZa65KHtda6xP7gIpWp4g2Vk4pJ5aRiUpkqTlSmijdUTireUJkqJpWpYlKZKiaVmyomlaliUpkqTlSmihOVk4pJZaqYVKaKSeWNikllqjhRmSpOVKaKLx7WWuuSh7XWuuRhrbUu+eGyijdUTireqJhU3lD5QuWk4g2VqWJSmSomlaliUpkq3lCZKk4qvlB5Q2WqmFQmlaliUpkqJpWp4g2VE5Wp4g2V3/Sw1lqXPKy11iUPa611if3BBypTxaQyVbyhMlWcqEwVJyonFZPKScVNKlPFicp/ScWJylQxqZxUTConFZPKGxWTylRxonJScaIyVUwqU8VND2utdcnDWmtd8rDWWpfYH/wilaniC5WpYlI5qZhUpoovVKaKSeWkYlI5qThRmSomlZOKSWWqmFS+qPhCZaqYVE4qTlSmikllqphUTireUJkq3lCZKr54WGutSx7WWuuSh7XWuuSHj1S+UPmbVKaKSeWLijcq3qiYVL6omFQmlaliUpkqJpU3VE4qTiomlaniRGWqmComlaliUnlD5b/sYa21LnlYa61LHtZa65IfLqs4UTmpOFH5omJSeaNiUnmj4o2KSWWqeEPlpoqTikllqnhD5TdVvFExqUwVk8pUMalMFW+o/JMe1lrrkoe11rrkYa21LrE/uEjljYpJ5b+k4g2VqWJSOal4Q+WkYlKZKr5QmSomlZsqJpWpYlKZKk5UpooTlaliUnmjYlKZKk5UTiq+eFhrrUse1lrrkoe11rrkh8sq3lA5qThROan4QmWqmFSmipsqJpWpYlKZKr5QOan4myomlUllqphU3lA5UZkqpoqTihOVSWWqeKPiNz2stdYlD2utdcnDWmtd8sNHKicVX6i8UTGpTBUnKl+o3KQyVUwqU8WJylTxRsWk8obKScWkMqlMFV9UTCq/SeWNiknlJpWp4ouHtda65GGttS55WGutS374qGJSOVE5qbip4o2KSeWmii9UTlTeUJkq3qg4UXlD5QuVqeKNiknlDZWpYqqYVG5SmSr+poe11rrkYa21LnlYa61LfvhI5Y2KN1SmiknlpOImlZOKSeVEZaqYVN6ouEnlpGJSmSomlaniDZVJZaqYVE5UTiomlaliUjlROamYVE5UpooTld/0sNZalzystdYlD2utdckPH1W8oTJVTCpTxaRyUnGi8kbFicqk8kbFGxUnKlPFicq/mcpUMamcVJyoTBVfVEwqU8WJylRxU8VvelhrrUse1lrrkoe11rrkh8tUTipOKiaVqeINlZOKSeWLir9J5aaKSeWNikllqphUpoqp4qTiROWkYlJ5Q+UNlTdUvqiYVE4qvnhYa61LHtZa65KHtda6xP7gIpWpYlI5qThRmSomlaniC5UvKk5UpopJ5Y2KSWWqOFE5qfhC5Y2KSeWmikllqphUpoo3VE4qfpPKVHHTw1prXfKw1lqXPKy11iX2B79I5aaKSWWqeENlqphUTiomlaniDZWpYlKZKt5QOamYVE4qJpWpYlKZKk5Ubqp4Q+U3VUwqN1WcqEwVXzystdYlD2utdcnDWmtd8sNHKm9UTCpTxYnKGypTxYnK36QyVUwqJypvVEwqk8pJxRsqX1ScqLyhclIxVZyoTBWTylQxqZxUTCpTxaRyovKbHtZa65KHtda65GGttS6xP/hA5YuKE5Wp4t9E5TdVnKicVJyo3FQxqXxRMalMFZPKVDGpTBWTyhcVk8rfVDGpTBW/6WGttS55WGutSx7WWuuSHz6q+E0VJypfVNxUcaIyVbyhclJxonJS8YbKScWkclJxk8obFW+onFScqEwVb6icVPxND2utdcnDWmtd8rDWWpf88JHK31QxVXyhMlVMKl+oTBUnKicVJyo3qUwVv0nlDZWpYlKZKk5UpoqTiknlpOINlaniRGWqmFROKr54WGutSx7WWuuSh7XWuuSHyypuUjlReaNiqnijYlKZVKaKSeWfVDGpnFS8oTJVfFFxk8pU8YbKVPGbKt6oeKPipoe11rrkYa21LnlYa61LfvhlKm9UfFExqUwqX6jcVPGGyhsVk8qJyk0qU8WkMlWcqEwVk8pU8UbFGyonFZPKicpvqphUpoovHtZa65KHtda65GGttS754X+MyknFpHJTxaQyVUwqJxVvVJxUvKFyUvGGyonKVDFVnFRMKicVb1ScqHxRMamcVPybPKy11iUPa611ycNaa13yw/9nVL6omFROKv5LVKaKmyomlaliUjmpmFSmijdUTipOKiaVqeKNiknlRGWq+Jse1lrrkoe11rrkYa21Lvnhl1X8poovVE4qvlA5qThReUNlqphUfpPKVHFSMalMFZPKpDJVTCpvVHyhMlVMKlPFpHJSMalMFf+kh7XWuuRhrbUueVhrrUt+uEzlb1KZKiaVqWKqOFF5Q2WqmFROVL6oeKPiDZWpYqo4UTmpOKl4o+ILlS9UporfpDJVTCq/6WGttS55WGutSx7WWusS+4O11rrgYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrkYa21LnlYa61LHtZa65L/A87GlmP8LBrnAAAAAElFTkSuQmCC\\",\\"path\\":[\\"body\\",\\"qrcode\\"]},\\"_api_c2_body.browser.platform\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body browser platform\\",\\"sample_value\\":\\"ZAPI\\",\\"path\\":[\\"body\\",\\"browser\\",\\"platform\\"]},\\"_api_c2_body.browser.browser\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body browser browser\\",\\"sample_value\\":\\"Chrome\\",\\"path\\":[\\"body\\",\\"browser\\",\\"browser\\"]},\\"_api_c2_body.browser.version\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body browser version\\",\\"sample_value\\":\\"4.0.0\\",\\"path\\":[\\"body\\",\\"browser\\",\\"version\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Inicialização bem-sucedida\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"connectionKey\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ZAPI-zW0Suyc2ZepsqDW\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"qrcode\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARQAAAEUCAYAAADqcMl5AAAAAklEQVR4AewaftIAABI0SURBVO3BQZLgSBLYQIBW//8y1DfFKc0oZvXMrMLd/mCttS54WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrkYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuSHj1T+pooTlZsqJpUvKv5NVL6ouEllqjhReaPin6RyUjGp/E0VXzystdYlD2utdcnDWmtd8sNlFTepvFExqUwVJyp/k8pUMamcVJyofFHxhspU8UbFicpU8YbKScUbKicVN1XcpHLTw1prXfKw1lqXPKy11iU//DKVNyreUDmpmFSmipsqJpU3VKaKE5WpYqo4UZkqJpWTiqliUpkqJpWbVKaKqeINlTcqJpXfpPJGxW96WGutSx7WWuuSh7XWuuSH/3EqU8VNFW+ofKEyVUwqU8WkMlVMKlPFGyonKicVk8pUcVJxojJVTCpfqJxUTCr/Sx7WWuuSh7XWuuRhrbUu+eF/XMWJyhsVk8pUMVVMKlPFpDKpTBVvqEwVk8qJyhsVk8pUcaJyojJVTCpTxRsVk8obFZPKpDJV/C95WGutSx7WWuuSh7XWuuSHX1bxN1VMKlPFScWkMlVMFZPKGypTxaQyqUwVJxWTyknFGyqTylQxqZxUvKEyVUwqb6hMFTdV3FTxb/Kw1lqXPKy11iUPa611yQ+Xqfz/RGWqmFSmiknljYpJZaqYVKaKSeVEZao4qZhUpopJ5URlqviiYlKZKiaVqWJSmSreUJkqTlT+zR7WWuuSh7XWuuRhrbUusT/4D1OZKk5UpoqbVE4qJpWTikllqphUpooTlaniDZWp4kTlpOINlZsq1v+7h7XWuuRhrbUueVhrrUt++EhlqphUbqqYKiaVqWKqmFSmikllqvhNFZPKVDGp3KTyhcpU8YbKVHFSMamcVHyh8kbFFyo3Vfymh7XWuuRhrbUueVhrrUt++MsqJpWTikllqrhJ5UTlpOI3qZxUfFExqZxUTConFZPKGypTxRcqJxVvVHyhclLxhcpJxRcPa611ycNaa13ysNZal9gf/CKVNyomlaniROWkYlL5omJSeaNiUpkqJpV/k4oTlZOK36TyRsWkMlVMKlPFpDJVTCpTxYnKVHGi8kbFFw9rrXXJw1prXfKw1lqX2B/8RSpTxRsqX1S8ofKbKiaVLyomlaniDZU3Kt5QOak4UZkq3lCZKk5Upor1fz2stdYlD2utdcnDWmtd8sNHKicVX6hMFW+onKhMFW9UTCpTxRsVJypTxaQyVXxRcaIyqUwVk8pJxRsVk8obFV+ovFExqUwVk8pJxYnKVPGbHtZa65KHtda65GGttS754aOKSeUNlZOKm1SmikllqjhRuUnlDZWp4kRlqjhROam4SWWquKliUpkqTiomlZOKSWWqmFRuqjhRmSq+eFhrrUse1lrrkoe11rrkh7+s4kRlUnmjYqp4o+JE5aTiROWkYlKZKt5QmSomlZOKSeVEZaqYKiaVqWJSOamYKk5UpopJ5Y2KL1SmiknlDZV/0sNaa13ysNZalzystdYlP3ykMlVMKm9U/CaVqeImlaniJpWTijcqJpVJZaqYVKaKE5UTlZOKE5WbKk5UpopJ5Q2VN1Smin/Sw1prXfKw1lqXPKy11iX2Bx+onFR8oTJVTConFW+oTBVvqHxRMamcVLyh8kbFpDJVfKFyUjGpTBWTyknFicpJxaRyUvGFylRxk8pU8cXDWmtd8rDWWpc8rLXWJfYHF6mcVHyhMlVMKlPFpPJPqnhD5aaKSeWmihOVNyreUHmjYlKZKiaVNyreUHmjYlKZKiaVqeKmh7XWuuRhrbUueVhrrUvsDz5QmSomlZOKSeWkYlKZKk5Upoo3VKaKE5Wp4p+kclJxojJVTCpTxYnKVHGiMlWcqEwVb6icVEwqJxVvqEwVk8obFZPKVPHFw1prXfKw1lqXPKy11iU//GUVk8pU8TepTBWTylRxovKGyhsVk8pJxVRxovKGylTxRsWJyonKScWJylQxVUwqJxVvqEwVb1S8ofKbHtZa65KHtda65GGttS6xP7hI5Y2KE5WpYlI5qfhC5aRiUpkqJpWpYlKZKk5UpooTlZOKSeWNihOVk4ovVKaKN1S+qHhDZao4UZkqJpWp4m96WGutSx7WWuuSh7XWusT+4C9SmSomlaliUpkqblKZKiaVNyomlaniDZU3Kk5UTiomlTcqTlROKiaVqWJSeaPiC5WTijdUTiomlZOKSeWk4ouHtda65GGttS55WGutS374SOWkYqqYVKaKSWWqOFE5qZhUpoq/SWWqOKmYVKaKNyq+qJhUJpU3KiaVqeKkYlI5UXmj4qRiUnmj4kRlqjhR+Zse1lrrkoe11rrkYa21Lvnho4ovKiaVqWJSmSqmiknlpoo3VKaKSWVSmSomlS9UpopJZaqYKiaVk4ovKiaVk4qTiknlpGJSmSq+qJhUpooTlZOKSeU3Pay11iUPa611ycNaa11if/APUvmi4guVk4oTlZsqJpUvKr5QmSomlaniROWNikllqphU3qj4QuWNikllqphUpoo3VKaK3/Sw1lqXPKy11iUPa611yQ8fqfymii9UpoqbKiaVNyomlaniRGWqmFROKr6omFSmijcqTipOKiaVqWJSOan4omJSmSomlZsqJpWp4qaHtda65GGttS55WGutS+wPLlL5mypOVN6omFS+qJhUpopJ5d+kYlI5qfhCZao4UXmj4iaVk4ovVE4qJpWp4kRlqvjiYa21LnlYa61LHtZa65IfPlKZKk5UTireUJkq3qg4qZhUTiomlaliUpkq3lA5qZhUpopJZVKZKiaVf5OKL1SmipOKSWVSualiUpkq3qi46WGttS55WGutSx7WWusS+4OLVE4qJpW/qWJSOak4Ufmi4g2VNypOVP6mikllqjhRmSreUJkqJpWpYlL5omJSualiUnmj4ouHtda65GGttS55WGutS364rOKLijdUpooTlaniN1VMKicqX1RMKlPFScUbKlPFicqJylQxVZyonFRMKlPFScWkclIxqZxUvKEyqUwVk8pUcdPDWmtd8rDWWpc8rLXWJT98pDJVTCpfqEwVN6m8UTFVnKicqLxR8YXKGypTxYnKGxUnKlPFScVNKlPFScVJxaRyojJVvKFyojJVfPGw1lqXPKy11iUPa611yQ8fVbxRMamcVLyhclIxqZxUTConFV9UTConKlPFTRVfVJyoTBW/SeU3qUwVk8obFV9UnKjc9LDWWpc8rLXWJQ9rrXWJ/cEHKm9UTCp/U8VNKicVJyonFZPKVDGpTBWTyn9ZxYnKGxWTyn9ZxaTyRsUXD2utdcnDWmtd8rDWWpfYH3ygclLxhspUMam8UXGi8kXF36RyUnGi8kbFpPJGxRsqU8WJyk0VJypvVJyofFHxhspUcdPDWmtd8rDWWpc8rLXWJfYHH6h8UXGiMlVMKjdV/CaVqeINlTcqJpWTijdU3qj4TSonFScqJxWTylQxqZxUnKhMFZPKGxWTylTxxcNaa13ysNZalzystdYlP1xWMal8UfFfojJVnKhMFZPKVDGpnKhMFZPKpDJVnFRMKm+oTBUnKlPFScUXFZPKVDGpTBWTyqRyUvFGxYnKb3pYa61LHtZa65KHtda6xP7gIpWp4g2Vk4pJ5aRiUpkqTlSmijdUTireUJkqJpWpYlKZKiaVmyomlaliUpkqTlSmihOVk4pJZaqYVKaKSeWNikllqjhRmSpOVKaKLx7WWuuSh7XWuuRhrbUu+eGyijdUTireqJhU3lD5QuWk4g2VqWJSmSomlaliUpkq3lCZKk4qvlB5Q2WqmFQmlaliUpkqJpWp4g2VE5Wp4g2V3/Sw1lqXPKy11iUPa611if3BBypTxaQyVbyhMlWcqEwVJyonFZPKScVNKlPFicp/ScWJylQxqZxUTConFZPKGxWTylRxonJScaIyVUwqU8VND2utdcnDWmtd8rDWWpfYH/wilaniC5WpYlI5qZhUpoovVKaKSeWkYlI5qThRmSomlZOKSWWqmFS+qPhCZaqYVE4qTlSmikllqphUTireUJkq3lCZKr54WGutSx7WWuuSh7XWuuSHj1S+UPmbVKaKSeWLijcq3qiYVL6omFQmlaliUpkqJpU3VE4qTiomlaniRGWqmComlaliUnlD5b/sYa21LnlYa61LHtZa65IfLqs4UTmpOFH5omJSeaNiUnmj4o2KSWWqeEPlpoqTikllqnhD5TdVvFExqUwVk8pUMalMFW+o/JMe1lrrkoe11rrkYa21LrE/uEjljYpJ5b+k4g2VqWJSOal4Q+WkYlKZKr5QmSomlZsqJpWpYlKZKk5UpooTlaliUnmjYlKZKk5UTiq+eFhrrUse1lrrkoe11rrkh8sq3lA5qThROan4QmWqmFSmipsqJpWpYlKZKr5QOan4myomlUllqphU3lA5UZkqpoqTihOVSWWqeKPiNz2stdYlD2utdcnDWmtd8sNHKicVX6i8UTGpTBUnKl+o3KQyVUwqU8WJylTxRsWk8obKScWkMqlMFV9UTCq/SeWNiknlJpWp4ouHtda65GGttS55WGutS374qGJSOVE5qbip4o2KSeWmii9UTlTeUJkq3qg4UXlD5QuVqeKNiknlDZWpYqqYVG5SmSr+poe11rrkYa21LnlYa61LfvhI5Y2KN1SmiknlpOImlZOKSeVEZaqYVN6ouEnlpGJSmSomlaniDZVJZaqYVE5UTiomlaliUjlROamYVE5UpooTld/0sNZalzystdYlD2utdckPH1W8oTJVTCpTxaRyUnGi8kbFicqk8kbFGxUnKlPFicq/mcpUMamcVJyoTBVfVEwqU8WJylRxU8VvelhrrUse1lrrkoe11rrkh8tUTipOKiaVqeINlZOKSeWLir9J5aaKSeWNikllqphUpoqp4qTiROWkYlJ5Q+UNlTdUvqiYVE4qvnhYa61LHtZa65KHtda6xP7gIpWpYlI5qThRmSomlaniC5UvKk5UpopJ5Y2KSWWqOFE5qfhC5Y2KSeWmikllqphUpoo3VE4qfpPKVHHTw1prXfKw1lqXPKy11iX2B79I5aaKSWWqeENlqphUTiomlaniDZWpYlKZKt5QOamYVE4qJpWpYlKZKk5Ubqp4Q+U3VUwqN1WcqEwVXzystdYlD2utdcnDWmtd8sNHKm9UTCpTxYnKGypTxYnK36QyVUwqJypvVEwqk8pJxRsqX1ScqLyhclIxVZyoTBWTylQxqZxUTCpTxaRyovKbHtZa65KHtda65GGttS6xP/hA5YuKE5Wp4t9E5TdVnKicVJyo3FQxqXxRMalMFZPKVDGpTBWTyhcVk8rfVDGpTBW/6WGttS55WGutSx7WWuuSHz6q+E0VJypfVNxUcaIyVbyhclJxonJS8YbKScWkclJxk8obFW+onFScqEwVb6icVPxND2utdcnDWmtd8rDWWpf88JHK31QxVXyhMlVMKl+oTBUnKicVJyo3qUwVv0nlDZWpYlKZKk5UpoqTiknlpOINlaniRGWqmFROKr54WGutSx7WWuuSh7XWuuSHyypuUjlReaNiqnijYlKZVKaKSeWfVDGpnFS8oTJVfFFxk8pU8YbKVPGbKt6oeKPipoe11rrkYa21LnlYa61LfvhlKm9UfFExqUwqX6jcVPGGyhsVk8qJyk0qU8WkMlWcqEwVk8pU8UbFGyonFZPKicpvqphUpoovHtZa65KHtda65GGttS754X+MyknFpHJTxaQyVUwqJxVvVJxUvKFyUvGGyonKVDFVnFRMKicVb1ScqHxRMamcVPybPKy11iUPa611ycNaa13yw/9nVL6omFROKv5LVKaKmyomlaliUjmpmFSmijdUTipOKiaVqeKNiknlRGWq+Jse1lrrkoe11rrkYa21Lvnhl1X8poovVE4qvlA5qThReUNlqphUfpPKVHFSMalMFZPKpDJVTCpvVHyhMlVMKlPFpHJSMalMFf+kh7XWuuRhrbUueVhrrUt+uEzlb1KZKiaVqWKqOFF5Q2WqmFROVL6oeKPiDZWpYqo4UTmpOKl4o+ILlS9UporfpDJVTCq/6WGttS55WGutSx7WWusS+4O11rrgYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrkYa21LnlYa61LHtZa65L/A87GlmP8LBrnAAAAAElFTkSuQmCC\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"browser\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"platform\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ZAPI\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"browser\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Chrome\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"version\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"4.0.0\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","%nm":"QRCode - BASE64","url":"https://api3.painelzapi.com.br/instance/qrcode?connectionKey=[connectionKey]","rank":1,"method":"get","ret_value":"api.apiconnector2.bTMDW0.bTTaU","publish_as":"action","url_params":{"bTTaV":{"private":true}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTTaW":{"%nm":"DESLOGAR","url":"https://api3.painelzapi.com.br/instance/logout?connectionKey=[connectionKey]","rank":2,"types":"{\\"bTMDW0.bTTaW\\":{\\"caption\\":\\"DESLOGAR\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"Deslogado com sucesso!\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.errormsg\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body errormsg\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"errormsg\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Deslogado com sucesso!\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"errormsg\\\\\\\\\\\\\\":null}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"delete_method","ret_value":"api.apiconnector2.bTMDW0.bTTaW","publish_as":"action","url_params":{"bTTaa":{"private":true}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTTab":{"%nm":" INF. DA CONEXÃO","url":"https://api3.painelzapi.com.br/instance/info?connectionKey=[connectionKey]","rank":0,"types":"{\\"bTMDW0.bTTab\\":{\\"caption\\":\\" INF. DA CONEXÃO\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"Informações da conexão\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.connection_data.phone_connected\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body connection_data phone_connected\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"connection_data\\",\\"phone_connected\\"]},\\"_api_c2_body.connection_data.webhookUrl\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body connection_data webhookUrl\\",\\"sample_value\\":null,\\"path\\":[\\"body\\",\\"connection_data\\",\\"webhookUrl\\"]},\\"_api_c2_body.connection_data.user.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body connection_data user id\\",\\"sample_value\\":\\"5515998050051:53@s.whatsapp.net\\",\\"path\\":[\\"body\\",\\"connection_data\\",\\"user\\",\\"id\\"]},\\"_api_c2_body.connection_data.blocked\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body connection_data blocked\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"connection_data\\",\\"blocked\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Informações da conexão\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"connection_data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"phone_connected\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"webhookUrl\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"user\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051:53@s.whatsapp.net\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"blocked\\\\\\\\\\\\\\":false}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"get","ret_value":"api.apiconnector2.bTMDW0.bTTab","publish_as":"action","url_params":{"bTTac":{"private":true}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTTag":{"%nm":"ENVIAR TEXTO","url":"https://api3.painelzapi.com.br/message/sendText?connectionKey=[connectionKey]","rank":3,"types":"{\\"bTMDW0.bTTag\\":{\\"caption\\":\\"ENVIAR TEXTO\\",\\"fields\\":{\\"_api_c2_body.error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body error\\",\\"sample_value\\":false,\\"path\\":[\\"body\\",\\"error\\"]},\\"_api_c2_body.data.key.remoteJid\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body key remoteJid\\",\\"sample_value\\":\\"5515998050051@s.whatsapp.net\\",\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"remoteJid\\"]},\\"_api_c2_body.data.key.fromMe\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"body key fromMe\\",\\"sample_value\\":true,\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"fromMe\\"]},\\"_api_c2_body.data.key.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body key id\\",\\"sample_value\\":\\"BAE5A1EF1F9C183C\\",\\"path\\":[\\"body\\",\\"data\\",\\"key\\",\\"id\\"]},\\"_api_c2_body.data.message.extendedTextMessage.text\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message extendedTextMessage text\\",\\"sample_value\\":\\"aaa\\",\\"path\\":[\\"body\\",\\"data\\",\\"message\\",\\"extendedTextMessage\\",\\"text\\"]},\\"_api_c2_body.data.messageTimestamp\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body messageTimestamp\\",\\"sample_value\\":\\"1691505762\\",\\"path\\":[\\"body\\",\\"data\\",\\"messageTimestamp\\"]},\\"_api_c2_body.data.status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body status\\",\\"sample_value\\":\\"PENDING\\",\\"path\\":[\\"body\\",\\"data\\",\\"status\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":201,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"Created\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\\\\\\\"error\\\\\\\\\\\\\\":false,\\\\\\\\\\\\\\"data\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"key\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"remoteJid\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5515998050051@s.whatsapp.net\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"fromMe\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"id\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"BAE5A1EF1F9C183C\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"message\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"extendedTextMessage\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"text\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"aaa\\\\\\\\\\\\\\"}},\\\\\\\\\\\\\\"messageTimestamp\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1691505762\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"PENDING\\\\\\\\\\\\\\"}}\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]}}}}","method":"post","params":{"bTTah":{"%k":"phoneNumber","%v":"5515998050051","private":false},"bTTai":{"%k":"message","%v":"aaa","private":false}},"ret_value":"api.apiconnector2.bTMDW0.bTTag","publish_as":"action","url_params":{"bTTam":{"private":true}},"wrap_error":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true}},"human":"ZAPI","shared_headers":{"bTMDh0":{"private":true}}},"bTIlB":{"calls":{"bTIkz":{"%nm":"Fetch File","url":"https:[URL]","rank":0,"method":"get","no_types":true,"data_type":"file","publish_as":"action","url_params":{"bTIlD":{"%k":"URL","%v":"//s3.amazonaws.com/appforest_uf/f1677866068536x771308421266087700/image-4.png","private":false}},"initialized":true,"should_reinitialize":false,"url_cant_be_private":true}},"human":"Tools"},"bTKyI":{"calls":{"bTTZm":{"%b3":"\\t\\t","%nm":"Assinar documento","url":"http://18.222.255.238:5000/sign","rank":1,"types":"{\\"bTKyI.bTTZm\\":{\\"caption\\":\\"Assinar documento\\",\\"fields\\":{\\"_api_c2_body.message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"PDF signed successfully!\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.url\\":{\\"ret_btype\\":\\"file\\",\\"caption\\":\\"body url\\",\\"sample_value\\":\\"http://18.222.255.238:5000/downloads/20240618_173146293272_188381c81e654043a1ef5e1b2a6e5f4a_signed.pdf\\",\\"path\\":[\\"body\\",\\"url\\"]},\\"_api_c2_error.status_code\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\n \\\\\\\\\\\\\\"message\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"PDF signed successfully!\\\\\\\\\\\\\\",\\\\\\\\n \\\\\\\\\\\\\\"url\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"http://18.222.255.238:5000/downloads/20240618_173146293272_188381c81e654043a1ef5e1b2a6e5f4a_signed.pdf\\\\\\\\\\\\\\"\\\\\\\\n}\\\\\\\\n\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]},\\"_api_c2_headers.server\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers server\\",\\"sample_value\\":\\"Werkzeug/3.0.3 Python/3.12.3\\",\\"path\\":[\\"headers\\",\\"server\\"]},\\"_api_c2_headers.date\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers date\\",\\"sample_value\\":\\"Tue, 18 Jun 2024 17:31:47 GMT\\",\\"path\\":[\\"headers\\",\\"date\\"]},\\"_api_c2_headers.content-type\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers content-type\\",\\"sample_value\\":\\"application/json\\",\\"path\\":[\\"headers\\",\\"content-type\\"]},\\"_api_c2_headers.content-length\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers content-length\\",\\"sample_value\\":\\"159\\",\\"path\\":[\\"headers\\",\\"content-length\\"]},\\"_api_c2_headers.connection\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers connection\\",\\"sample_value\\":\\"close\\",\\"path\\":[\\"headers\\",\\"connection\\"]}}}}","method":"post","params":{"bTTZq":{"%k":"pfx_file_url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1718363446064x628477920436735600/23561358.pfx?_gl=1*yv6nup*_gcl_au*MTIxNDMxOTk1MS4xNzE1MTA2MDE1*_ga*Mzk5NjU4MDM0LjE3MTUxMDYwMTU.*_ga_BFPVR2DEE2*MTcxODcxNTc3NC4yOC4xLjE3MTg3MzE4NzcuNTcuMC4w","private":false,"allow_blank":true},"bTTZr":{"%k":"pfx_password","%v":"540139","private":false,"allow_blank":true},"bTTZs":{"%k":"pdf_url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1695832680119x693415948836591400/LAUKRH1G2SLSA19IM93UPER5H.pdf","private":false,"allow_blank":true}},"body_type":"json","data_type":"JSON","ret_value":"api.apiconnector2.bTKyI.bTTZm","publish_as":"action","wrap_error":true,"get_headers":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTTZw":{"%b3":"\\t\\t","%nm":"Assinar documento (FOIIIIIIIIIIIIIIIIIII)","url":"http://18.222.255.238:5000/sign","rank":0,"types":"{\\"bTKyI.bTTZw\\":{\\"caption\\":\\"Assinar documento (FOIIIIIIIIIIIIIIIIIII)\\",\\"fields\\":{\\"_api_c2_body.message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"PDF signed successfully!\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.url\\":{\\"ret_btype\\":\\"file\\",\\"caption\\":\\"body url\\",\\"sample_value\\":\\"http://18.222.255.238:5000/downloads/20240531_155038545768_5657d351c3404f80bc3cbd3deaa0c94c_signed.pdf\\",\\"path\\":[\\"body\\",\\"url\\"]},\\"_api_c2_error.status_code\\":{\\"ret_btype\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\n \\\\\\\\\\\\\\"message\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"PDF signed successfully!\\\\\\\\\\\\\\",\\\\\\\\n \\\\\\\\\\\\\\"url\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"http://18.222.255.238:5000/downloads/20240531_155038545768_5657d351c3404f80bc3cbd3deaa0c94c_signed.pdf\\\\\\\\\\\\\\"\\\\\\\\n}\\\\\\\\n\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_btype\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]},\\"_api_c2_headers.server\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers server\\",\\"sample_value\\":\\"Werkzeug/3.0.3 Python/3.12.3\\",\\"path\\":[\\"headers\\",\\"server\\"]},\\"_api_c2_headers.date\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers date\\",\\"sample_value\\":\\"Fri, 31 May 2024 15:50:39 GMT\\",\\"path\\":[\\"headers\\",\\"date\\"]},\\"_api_c2_headers.content-type\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers content-type\\",\\"sample_value\\":\\"application/json\\",\\"path\\":[\\"headers\\",\\"content-type\\"]},\\"_api_c2_headers.content-length\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers content-length\\",\\"sample_value\\":\\"159\\",\\"path\\":[\\"headers\\",\\"content-length\\"]},\\"_api_c2_headers.connection\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"headers connection\\",\\"sample_value\\":\\"close\\",\\"path\\":[\\"headers\\",\\"connection\\"]}}}}","method":"post","params":{"bTTZx":{"%k":"pfx_file_url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1695832514068x975555944649748000/22172649%20%281%29.pfx","private":false,"allow_blank":true},"bTTZy":{"%k":"pfx_password","%v":"123456","private":false,"allow_blank":true},"bTTaC":{"%k":"pdf_url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1695832680119x693415948836591400/LAUKRH1G2SLSA19IM93UPER5H.pdf","private":false,"allow_blank":true}},"body_type":"json","data_type":"JSON","ret_value":"api.apiconnector2.bTKyI.bTTZw","publish_as":"action","wrap_error":true,"get_headers":true,"initialized":true,"should_reinitialize":false,"url_cant_be_private":true}},"human":"Assinatura","shared_headers":{"bTKyK":{"private":true}}},"bTRiE":{"calls":{"bTRiI":{"%b3":"{\\n\\t\\"apikey\\":\\"3fada665fc528e703c693b97685ce656\\",\\n\\t\\"input\\":\\"url\\",\\n\\t\\"file\\":\\"<file>\\",\\n\\t\\"outputformat\\":\\"<output>\\",\\n\\t\\"options\\": {\\"callback_url\\": \\"https://conecta-laudos.bubbleapps.io/version-test/api/1.1/wf/arquivo-exame-solicitacao-convertido-convertio\\"}\\n}","%nm":"Start a New Conversion","url":"https://api.convertio.co/convert","rank":0,"types":"{\\"bTRiE.bTRiI\\":{\\"caption\\":\\"Start a New Conversion\\",\\"fields\\":{\\"_api_c2_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"code\\",\\"sample_value\\":200,\\"path\\":[\\"code\\"]},\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"ok\\",\\"path\\":[\\"status\\"]},\\"_api_c2_data.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"id\\",\\"sample_value\\":\\"72bb0e76d7118ade9ba39a356964191e\\",\\"path\\":[\\"data\\",\\"id\\"]},\\"_api_c2_data.minutes\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"minutes\\",\\"sample_value\\":989,\\"path\\":[\\"data\\",\\"minutes\\"]}}}}","method":"post","ret_value":"api.apiconnector2.bTRiE.bTRiI","publish_as":"data","body_params":{"bTRiu":{"%k":"file","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1696863849814x240623685319347520/ANDRE%20LUIZ%20DA%20SILVA.xps?_gl=1*1op0bvh*_gcl_au*MTE4NjgwMTM0NS4xNjk2MjQ5Nzk0*_ga*OTkxODU0MTY2LjE2NzgxMDU3MjM.*_ga_BFPVR2DEE2*MTY5Njg1NjgyOS41MDUuMS4xNjk2ODYzODQ3LjYwLjAuMA..","private":false,"allow_blank":true},"bTRiy":{"private":true}},"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTRiV":{"%nm":"List of Conversions","url":"https://api.convertio.co/convert/list","rank":1,"types":"{\\"bTRiE.bTRiV\\":{\\"caption\\":\\"List of Conversion\\",\\"fields\\":{\\"_api_c2_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"code\\",\\"sample_value\\":200,\\"path\\":[\\"code\\"]},\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"ok\\",\\"path\\":[\\"status\\"]},\\"_api_c2_data\\":{\\"ret_value\\":\\"list.api.apiconnector2.bTRiE.bTRiV.data\\",\\"caption\\":\\"data\\",\\"path\\":[\\"data\\"]}}},\\"bTRiE.bTRiV.data\\":{\\"caption\\":\\"List of Conversions data\\",\\"fields\\":{\\"_api_c2_id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"id\\",\\"sample_value\\":\\"72bb0e76d7118ade9ba39a356964191e\\",\\"path\\":[\\"id\\"]},\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"finished\\",\\"path\\":[\\"status\\"]},\\"_api_c2_minutes\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"minutes\\",\\"sample_value\\":\\"1\\",\\"path\\":[\\"minutes\\"]},\\"_api_c2_inputformat\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"inputformat\\",\\"sample_value\\":\\"XPS\\",\\"path\\":[\\"inputformat\\"]},\\"_api_c2_outputformat\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"outputformat\\",\\"sample_value\\":\\"PDF\\",\\"path\\":[\\"outputformat\\"]},\\"_api_c2_filename\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"filename\\",\\"sample_value\\":\\"ANDRE-LUIZ-DA-SILVA.xps\\",\\"path\\":[\\"filename\\"]}}}}","method":"post","params":{"bTRiQ":{"%k":"status","%v":"all","private":false,"optional":false,"allow_blank":true},"bTRiU":{"private":true}},"ret_value":"api.apiconnector2.bTRiE.bTRiV","publish_as":"data","initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTRiW":{"%nm":"Get Result File Content","url":"http://api.convertio.co/convert/[idArquivo]/dl","rank":2,"types":"{\\"bTRiE.bTRiW\\":{\\"caption\\":\\"Get Result File Content\\",\\"fields\\":{\\"_api_c2_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"code\\",\\"sample_value\\":200,\\"path\\":[\\"code\\"]},\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"ok\\",\\"path\\":[\\"status\\"]},\\"_api_c2_data.id\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"id\\",\\"sample_value\\":\\"72bb0e76d7118ade9ba39a356964191e\\",\\"path\\":[\\"data\\",\\"id\\"]},\\"_api_c2_data.encode\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"encode\\",\\"sample_value\\":\\"base64\\",\\"path\\":[\\"data\\",\\"encode\\"]},\\"_api_c2_data.content\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"content\\",\\"sample_value\\":\\"(value too large to save 474752 bytes)\\",\\"path\\":[\\"data\\",\\"content\\"]}}}}","method":"get","ret_value":"api.apiconnector2.bTRiE.bTRiW","publish_as":"data","url_params":{"bTRia":{"%k":"idArquivo","%v":"72bb0e76d7118ade9ba39a356964191e","private":false,"allow_blank":true}},"initialized":true,"should_reinitialize":false,"url_cant_be_private":true},"bTRmo":{"%nm":"API Call","url":"https://conecta-laudos.bubbleapps.io/version-test/api/1.1/wf/arquivo-exame-solicitacao-convertido-convertio?id=teste&step=teste","rank":3,"types":"{\\"bTRiE.bTRmo\\":{\\"caption\\":\\"API Call\\",\\"fields\\":{\\"_api_c2_status\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"status\\",\\"sample_value\\":\\"success\\",\\"path\\":[\\"status\\"]}}}}","method":"post","ret_value":"api.apiconnector2.bTRiE.bTRmo","publish_as":"data","initialized":true,"should_reinitialize":false,"url_cant_be_private":true}},"human":"Convertio","shared_params":{"bTRiP":{"private":true}},"shared_headers":{"bTRiO":{"private":true}}},"bTTan":{"calls":{"bTTas":{"%b3":"\\t\\t","%nm":"Assinar documento ()ESSE AQUI","url":"http://18.222.255.238:5000/sign","rank":0,"types":"{\\"bTTan.bTTas\\":{\\"caption\\":\\"Assinar documento\\",\\"fields\\":{\\"_api_c2_body.message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"PDF signed successfully!\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.url\\":{\\"ret_value\\":\\"file\\",\\"caption\\":\\"body url\\",\\"sample_value\\":\\"https://cyclic-lazy-erin-snail-gown-sa-east-1.s3.sa-east-1.amazonaws.com//tmp/pdf_20230927_165752.pdf?AWSAccessKeyId=ASIA4472PH6FF2YU73UW&Signature=Ei%2F0Ok1miEs2rKtnSa98ioaYlQA%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEJn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXNhLWVhc3QtMSJIMEYCIQDGV2ZxfNFMUuU48AIeyQPasQopvCyfB3SMqKV8wVMefwIhAJ4X2aFk2rooMrMVNZ70weamMmH5qruumjscVx5qplBKKpQDCJL%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQARoMODg2ODk5MTYzMDE4IgwO85urt0NzyddxPEEq6AIPEJnd0%2BVJrBD1IV%2FrTqnWHs4Ua2WQk%2FVXnp5eiEZEjWPBb2dXS7V5dvLjOnYrp2VH4AF1j3c%2BiWYdH6F2cCOQRQt49UvUs20iQ9mjiJnt9Hb7foUlV7wGsFClIpFjwm0t99%2F6lpVhi02eODaGGwJF9zKBwOjZtAMzAoGQyMIFnKZkPx8WR2sM2VccgJTXjXjqDGkOb4JLzLO3o8NX5DUL%2FxqS6vgD2jo7nXu4L%2BIj0rgNCrjHhXxvIx9am6Ix1ElCsed22nYFLabl3t6hzfmz6uTChx1BV7EzmuunQaBd5Fp1d6XB79xKq2DvbZBe3PEHDsHFtSugxtS0ddebI9L3HXe5JCzn%2BVznQEwCpIm%2FE6nykSlQRiatrclOXWcF4E%2B8UIIJYWsEUPR%2B%2F12rSCuqAf3ghnMtvqEfHd7oGBsk7bsOnSS7eVBo%2F28yNFxzYK1Ekb%2BqYW0C1o6sJA%2BxY5JFbLTiOFAszGgwkbjRqAY6nAEWe1rg8AyaakOZEikw%2BlWHM%2F4xU1hswuWqNV41NnizQ3Lrj2inImaT7TnALIdRUYnuxlB%2B5dg8NnKndrB9TqjhmuUcUNF7oMNn1XAl7rVETHP0C8usqP%2BYhYye4F%2BWllG4gB0ULSV2XAXZixVELC6r%2B9FFR8zIHMtEotHoHKfDoFXxV%2FYvZFViFozBI7OGAvOLGMotpVAcJoNFfyY%3D&Expires=1695837473\\",\\"path\\":[\\"body\\",\\"url\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\n \\\\\\\\\\\\\\"message\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"PDF signed successfully!\\\\\\\\\\\\\\",\\\\\\\\n \\\\\\\\\\\\\\"url\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"https://cyclic-lazy-erin-snail-gown-sa-east-1.s3.sa-east-1.amazonaws.com//tmp/pdf_20230927_165752.pdf?AWSAccessKeyId=ASIA4472PH6FF2YU73UW&Signature=Ei%2F0Ok1miEs2rKtnSa98ioaYlQA%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEJn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXNhLWVhc3QtMSJIMEYCIQDGV2ZxfNFMUuU48AIeyQPasQopvCyfB3SMqKV8wVMefwIhAJ4X2aFk2rooMrMVNZ70weamMmH5qruumjscVx5qplBKKpQDCJL%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQARoMODg2ODk5MTYzMDE4IgwO85urt0NzyddxPEEq6AIPEJnd0%2BVJrBD1IV%2FrTqnWHs4Ua2WQk%2FVXnp5eiEZEjWPBb2dXS7V5dvLjOnYrp2VH4AF1j3c%2BiWYdH6F2cCOQRQt49UvUs20iQ9mjiJnt9Hb7foUlV7wGsFClIpFjwm0t99%2F6lpVhi02eODaGGwJF9zKBwOjZtAMzAoGQyMIFnKZkPx8WR2sM2VccgJTXjXjqDGkOb4JLzLO3o8NX5DUL%2FxqS6vgD2jo7nXu4L%2BIj0rgNCrjHhXxvIx9am6Ix1ElCsed22nYFLabl3t6hzfmz6uTChx1BV7EzmuunQaBd5Fp1d6XB79xKq2DvbZBe3PEHDsHFtSugxtS0ddebI9L3HXe5JCzn%2BVznQEwCpIm%2FE6nykSlQRiatrclOXWcF4E%2B8UIIJYWsEUPR%2B%2F12rSCuqAf3ghnMtvqEfHd7oGBsk7bsOnSS7eVBo%2F28yNFxzYK1Ekb%2BqYW0C1o6sJA%2BxY5JFbLTiOFAszGgwkbjRqAY6nAEWe1rg8AyaakOZEikw%2BlWHM%2F4xU1hswuWqNV41NnizQ3Lrj2inImaT7TnALIdRUYnuxlB%2B5dg8NnKndrB9TqjhmuUcUNF7oMNn1XAl7rVETHP0C8usqP%2BYhYye4F%2BWllG4gB0ULSV2XAXZixVELC6r%2B9FFR8zIHMtEotHoHKfDoFXxV%2FYvZFViFozBI7OGAvOLGMotpVAcJoNFfyY%3D&Expires=1695837473\\\\\\\\\\\\\\"\\\\\\\\n}\\\\\\\\n\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]},\\"_api_c2_headers.date\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers date\\",\\"sample_value\\":\\"Wed, 27 Sep 2023 16:57:53 GMT\\",\\"path\\":[\\"headers\\",\\"date\\"]},\\"_api_c2_headers.content-type\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers content-type\\",\\"sample_value\\":\\"application/json\\",\\"path\\":[\\"headers\\",\\"content-type\\"]},\\"_api_c2_headers.content-length\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers content-length\\",\\"sample_value\\":\\"1272\\",\\"path\\":[\\"headers\\",\\"content-length\\"]},\\"_api_c2_headers.connection\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers connection\\",\\"sample_value\\":\\"keep-alive\\",\\"path\\":[\\"headers\\",\\"connection\\"]},\\"_api_c2_headers.server\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers server\\",\\"sample_value\\":\\"Werkzeug/2.3.6 Python/3.10.12\\",\\"path\\":[\\"headers\\",\\"server\\"]},\\"_api_c2_headers.apigw-requestid\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers apigw-requestid\\",\\"sample_value\\":\\"L7PKnhkvGjQEPhw=\\",\\"path\\":[\\"headers\\",\\"apigw-requestid\\"]}}}}","method":"post","params":{"bTTat":{"%k":"pfx_file_url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1690373284903x746653125219639200/22172649.pfx","private":false,"allow_blank":true},"bTTau":{"%k":"pfx_password","%v":"123456","private":false,"allow_blank":true},"bTTay":{"%k":"pdf_url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1691518862230x245229468668821700/Laudo-Lepanto-08-08-23.pdf","private":false,"allow_blank":true}},"body_type":"json","data_type":"JSON","ret_value":"api.apiconnector2.bTTan.bTTas","publish_as":"action","wrap_error":true,"get_headers":true,"initialized":false,"should_reinitialize":true,"url_cant_be_private":true},"bTTaz":{"%b3":"\\t\\t","%nm":"Assinar documento (testes)","url":"http://18.222.255.238:8501/sign","rank":1,"types":"{\\"bTTan.bTTaz\\":{\\"caption\\":\\"Assinar documento (testes)\\",\\"fields\\":{\\"_api_c2_body.message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"body message\\",\\"sample_value\\":\\"PDF signed successfully!\\",\\"path\\":[\\"body\\",\\"message\\"]},\\"_api_c2_body.url\\":{\\"ret_value\\":\\"file\\",\\"caption\\":\\"body url\\",\\"sample_value\\":\\"https://cyclic-lazy-erin-snail-gown-sa-east-1.s3.sa-east-1.amazonaws.com//tmp/pdf_20230927_164511.pdf?AWSAccessKeyId=ASIA4472PH6FF2YU73UW&Signature=k62uEv0S6sxUVsSBR9nMSES%2FeN0%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEJn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXNhLWVhc3QtMSJIMEYCIQDGV2ZxfNFMUuU48AIeyQPasQopvCyfB3SMqKV8wVMefwIhAJ4X2aFk2rooMrMVNZ70weamMmH5qruumjscVx5qplBKKpQDCJL%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQARoMODg2ODk5MTYzMDE4IgwO85urt0NzyddxPEEq6AIPEJnd0%2BVJrBD1IV%2FrTqnWHs4Ua2WQk%2FVXnp5eiEZEjWPBb2dXS7V5dvLjOnYrp2VH4AF1j3c%2BiWYdH6F2cCOQRQt49UvUs20iQ9mjiJnt9Hb7foUlV7wGsFClIpFjwm0t99%2F6lpVhi02eODaGGwJF9zKBwOjZtAMzAoGQyMIFnKZkPx8WR2sM2VccgJTXjXjqDGkOb4JLzLO3o8NX5DUL%2FxqS6vgD2jo7nXu4L%2BIj0rgNCrjHhXxvIx9am6Ix1ElCsed22nYFLabl3t6hzfmz6uTChx1BV7EzmuunQaBd5Fp1d6XB79xKq2DvbZBe3PEHDsHFtSugxtS0ddebI9L3HXe5JCzn%2BVznQEwCpIm%2FE6nykSlQRiatrclOXWcF4E%2B8UIIJYWsEUPR%2B%2F12rSCuqAf3ghnMtvqEfHd7oGBsk7bsOnSS7eVBo%2F28yNFxzYK1Ekb%2BqYW0C1o6sJA%2BxY5JFbLTiOFAszGgwkbjRqAY6nAEWe1rg8AyaakOZEikw%2BlWHM%2F4xU1hswuWqNV41NnizQ3Lrj2inImaT7TnALIdRUYnuxlB%2B5dg8NnKndrB9TqjhmuUcUNF7oMNn1XAl7rVETHP0C8usqP%2BYhYye4F%2BWllG4gB0ULSV2XAXZixVELC6r%2B9FFR8zIHMtEotHoHKfDoFXxV%2FYvZFViFozBI7OGAvOLGMotpVAcJoNFfyY%3D&Expires=1695836712\\",\\"path\\":[\\"body\\",\\"url\\"]},\\"_api_c2_error.status_code\\":{\\"ret_value\\":\\"number\\",\\"caption\\":\\"error status_code\\",\\"sample_value\\":200,\\"path\\":[\\"error\\",\\"status_code\\"]},\\"_api_c2_error.status_message\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error status_message\\",\\"sample_value\\":\\"OK\\",\\"path\\":[\\"error\\",\\"status_message\\"]},\\"_api_c2_error.body\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"error body\\",\\"sample_value\\":\\"\\\\\\"{\\\\\\\\n \\\\\\\\\\\\\\"message\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"PDF signed successfully!\\\\\\\\\\\\\\",\\\\\\\\n \\\\\\\\\\\\\\"url\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"https://cyclic-lazy-erin-snail-gown-sa-east-1.s3.sa-east-1.amazonaws.com//tmp/pdf_20230927_164511.pdf?AWSAccessKeyId=ASIA4472PH6FF2YU73UW&Signature=k62uEv0S6sxUVsSBR9nMSES%2FeN0%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEJn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXNhLWVhc3QtMSJIMEYCIQDGV2ZxfNFMUuU48AIeyQPasQopvCyfB3SMqKV8wVMefwIhAJ4X2aFk2rooMrMVNZ70weamMmH5qruumjscVx5qplBKKpQDCJL%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQARoMODg2ODk5MTYzMDE4IgwO85urt0NzyddxPEEq6AIPEJnd0%2BVJrBD1IV%2FrTqnWHs4Ua2WQk%2FVXnp5eiEZEjWPBb2dXS7V5dvLjOnYrp2VH4AF1j3c%2BiWYdH6F2cCOQRQt49UvUs20iQ9mjiJnt9Hb7foUlV7wGsFClIpFjwm0t99%2F6lpVhi02eODaGGwJF9zKBwOjZtAMzAoGQyMIFnKZkPx8WR2sM2VccgJTXjXjqDGkOb4JLzLO3o8NX5DUL%2FxqS6vgD2jo7nXu4L%2BIj0rgNCrjHhXxvIx9am6Ix1ElCsed22nYFLabl3t6hzfmz6uTChx1BV7EzmuunQaBd5Fp1d6XB79xKq2DvbZBe3PEHDsHFtSugxtS0ddebI9L3HXe5JCzn%2BVznQEwCpIm%2FE6nykSlQRiatrclOXWcF4E%2B8UIIJYWsEUPR%2B%2F12rSCuqAf3ghnMtvqEfHd7oGBsk7bsOnSS7eVBo%2F28yNFxzYK1Ekb%2BqYW0C1o6sJA%2BxY5JFbLTiOFAszGgwkbjRqAY6nAEWe1rg8AyaakOZEikw%2BlWHM%2F4xU1hswuWqNV41NnizQ3Lrj2inImaT7TnALIdRUYnuxlB%2B5dg8NnKndrB9TqjhmuUcUNF7oMNn1XAl7rVETHP0C8usqP%2BYhYye4F%2BWllG4gB0ULSV2XAXZixVELC6r%2B9FFR8zIHMtEotHoHKfDoFXxV%2FYvZFViFozBI7OGAvOLGMotpVAcJoNFfyY%3D&Expires=1695836712\\\\\\\\\\\\\\"\\\\\\\\n}\\\\\\\\n\\\\\\"\\",\\"path\\":[\\"error\\",\\"body\\"]},\\"_api_c2_returned_an_error\\":{\\"ret_value\\":\\"boolean\\",\\"caption\\":\\"returned_an_error\\",\\"sample_value\\":false,\\"path\\":[\\"returned_an_error\\"]},\\"_api_c2_headers.date\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers date\\",\\"sample_value\\":\\"Wed, 27 Sep 2023 16:45:12 GMT\\",\\"path\\":[\\"headers\\",\\"date\\"]},\\"_api_c2_headers.content-type\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers content-type\\",\\"sample_value\\":\\"application/json\\",\\"path\\":[\\"headers\\",\\"content-type\\"]},\\"_api_c2_headers.content-length\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers content-length\\",\\"sample_value\\":\\"1272\\",\\"path\\":[\\"headers\\",\\"content-length\\"]},\\"_api_c2_headers.connection\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers connection\\",\\"sample_value\\":\\"keep-alive\\",\\"path\\":[\\"headers\\",\\"connection\\"]},\\"_api_c2_headers.server\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers server\\",\\"sample_value\\":\\"Werkzeug/2.3.6 Python/3.10.12\\",\\"path\\":[\\"headers\\",\\"server\\"]},\\"_api_c2_headers.apigw-requestid\\":{\\"ret_value\\":\\"text\\",\\"caption\\":\\"headers apigw-requestid\\",\\"sample_value\\":\\"L7NSxiDAGjQEJ-A=\\",\\"path\\":[\\"headers\\",\\"apigw-requestid\\"]}}}}","method":"post","params":{"bTTbA":{"%k":"pfx_file_url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1695832514068x975555944649748000/22172649%20%281%29.pfx","private":false,"allow_blank":true},"bTTbE":{"%k":"pfx_password","%v":"123456","private":false,"allow_blank":true},"bTTbF":{"%k":"pdf_url","%v":"https://6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1695832680119x693415948836591400/LAUKRH1G2SLSA19IM93UPER5H.pdf","private":false,"allow_blank":true}},"body_type":"json","data_type":"JSON","ret_value":"api.apiconnector2.bTTan.bTTaz","publish_as":"action","wrap_error":true,"get_headers":true,"initialized":false,"should_reinitialize":true,"url_cant_be_private":true}},"human":"Assinatura - Vercel","shared_headers":{"bTKyK":{"private":true}}},"bTVzI":{"calls":{"bTVzJ":{"%nm":"API Call","rank":0,"method":"get","publish_as":"data","url_cant_be_private":true},"bTVzK":{"%b3":"{\\n \\"sender\\": {\\n \\"name\\": \\"<senderName>\\",\\n \\"email\\": \\"<senderMail>\\"\\n },\\n \\"to\\": [\\n {\\n \\"email\\": \\"<destinatarioMail>\\",\\n \\"name\\": \\"<nomeDestinatario>\\"\\n }\\n ],\\n \\"subject\\": \\"<assunto>\\",\\n \\"htmlContent\\": \\"<htmlConteudo>\\"\\n}","%nm":"Send Transactional email","url":"https://api.brevo.com/v3/smtp/email","rank":1,"types":"{\\"bTVzI.bTVzK\\":{\\"caption\\":\\"Send Transactional email\\",\\"fields\\":{\\"_api_c2_messageId\\":{\\"ret_btype\\":\\"text\\",\\"caption\\":\\"messageId\\",\\"sample_value\\":\\"<202406181654.68246199451@smtp-relay.mailin.fr>\\",\\"path\\":[\\"messageId\\"]}}}}","method":"post","headers":{"0":{"%k":"accept","%v":"application/json"},"1":{"%k":"api-key","%v":"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"},"2":{"%k":"content-type","%v":"application/json"}},"ret_value":"api.apiconnector2.bTVzI.bTVzK","publish_as":"data","body_params":{"bTVzc":{"%k":"senderName","%v":"Conecta","private":false,"allow_blank":true},"bTVzg":{"%k":"senderMail","%v":"gestao@conectalaudos.com.br","private":false,"allow_blank":true},"bTVzh":{"%k":"destinatarioMail","%v":"lepantop@gmail.com","private":false,"allow_blank":true},"bTVzi":{"%k":"nomeDestinatario","%v":"lepanto","private":false,"allow_blank":true},"bTVzm":{"%k":"assunto","%v":"oi","private":false,"allow_blank":true},"bTVzn":{"%k":"htmlConteudo","%v":"<p> </p> <!-- [if !mso]><!--><!--<![endif]--><!-- [if mso]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml><![endif]--> <table class=\'nl2go-body-table\' style=\'background-color: #fbfbf9; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <td> <table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td class=\'r1-i\' style=\'background-color: transparent;\' valign=\'top\'> <table class=\'r3-o\' style=\'table-layout: fixed;\' role=\'presentation\' border=\'0\' width=\'600\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td class=\'r4-i\' style=\'padding-bottom: 5px; padding-top: 5px;\'> <table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <th class=\'r5-c\' style=\'font-weight: normal;\' valign=\'top\' width=\'100%\'> <table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td class=\'r7-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; padding-left: 30px; padding-right: 30px; padding-top: 20px; text-align: center;\' align=\'center\'> <div> <p style=\'margin: 0;\'><a style=\'color: #f07f2b; text-decoration: none;\' href=\'{{ mirror }}\'><span style=\'font-size: 12px;\'><u>Visualizar no navegador</u></span></a></p> </div> </td> </tr> </tbody> </table> </th> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table class=\'r3-o\' style=\'table-layout: fixed; width: 600px;\' role=\'presentation\' border=\'0\' width=\'600\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td class=\'r8-i\' style=\'background-color: #fbfbf9;\' valign=\'top\'> <table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td class=\'r10-i\' style=\'background-color: #fbfbf9; padding-top: 25px;\'> <table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <th class=\'r5-c\' style=\'font-weight: normal;\' valign=\'top\' width=\'100%\'> <table class=\'r11-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'left\'> <tbody> <tr> <td class=\'r12-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; text-align: center;\' align=\'center\' valign=\'top\'> <div> <div class=\'sib_class_30_grey_ls\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 30px; letter-spacing: 2px; word-break: break-word;\'>CONECTA LAUDOS</div> </div> </td> </tr> </tbody> </table> <table class=\'r0-o\' style=\'table-layout: fixed;\' role=\'presentation\' border=\'0\' width=\'600\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td class=\'r13-i\' style=\'padding-top: 15px; height: 1px;\'> <table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <td> <table class=\'r13-i\' style=\'border-top-style: solid; background-clip: border-box; border-top-color: #E0D3C1; border-top-width: 1px; font-size: 1px; line-height: 1px;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <td style=\'font-size: 0px; line-height: 0px;\' height=\'0\'>­</td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </th> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table class=\'r0-o\' style=\'background-color: #ffffff; table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <th class=\'r5-c\' style=\'font-weight: normal;\' valign=\'top\' width=\'100%\'> <table class=\'r0-o\' style=\'table-layout: fixed; width: 300px;\' role=\'presentation\' border=\'0\' width=\'300\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td style=\'font-size: 0px; line-height: 0px;\'><img style=\'display: block; width: 100%;\' src=\'https://img.mailinblue.com/7746750/images/content_library/original/6671b92753e3c57091a066e7.png\' width=\'300\' border=\'0\' /></td> </tr> </tbody> </table> </th> </tr> </tbody> </table> <table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td class=\'r14-i\' style=\'background-color: #ffffff; padding-left: 20px; padding-right: 20px; padding-top: 20px;\'> <table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <th class=\'r5-c\' style=\'font-weight: normal;\' valign=\'top\' width=\'100%\'> <table class=\'r6-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <td class=\'r15-i\' valign=\'top\'> <table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <td class=\'r16-c\' align=\'left\'> <table class=\'r11-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <td class=\'r12-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; text-align: center;\' align=\'center\' valign=\'top\'> <div> <h1 class=\'default-heading1\' style=\'margin: 0; color: #302e2f; font-family: arial,helvetica,sans-serif; font-size: 28px; word-break: break-word;\'>TITULO DINAMICO</h1> </div> </td> </tr> </tbody> </table> </td> </tr> <tr> <td class=\'r16-c\' align=\'left\'> <table class=\'r11-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <td class=\'r17-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; padding-top: 15px; text-align: center;\' align=\'center\' valign=\'top\'> <div> <div class=\'sib_class_18_grey_ptsanscaption_ls\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 18px; letter-spacing: 0px; word-break: break-word;\'>oi tudo bem</div> </div> </td> </tr> </tbody> </table> </td> </tr> <tr> <td class=\'r9-c\' align=\'center\'> <table class=\'r18-o\' style=\'table-layout: fixed; width: 250px;\' role=\'presentation\' border=\'0\' width=\'250\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr class=\'nl2go-responsive-hide\'> <td style=\'font-size: 15px; line-height: 15px;\' height=\'15\'>­</td> </tr> <tr> <td class=\'r12-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word;\' align=\'center\' valign=\'top\' height=\'14\'><!-- [if mso]> <v:roundrect xmlns:v=\'urn:schemas-microsoft-com:vml\' xmlns:w=\'urn:schemas-microsoft-com:office:word\' href=\'https://google.com\' style=\'v-text-anchor:middle; height: 37px; width: 249px;\' arcsize=\'14%\' fillcolor=\'#ffa035\' strokecolor=\'#ffa035\' strokeweight=\'1px\' data-btn=\'1\'> <w:anchorlock> </w:anchorlock> <v:textbox inset=\'0,0,0,0\'> <div style=\'display:none;\'> <center class=\'default-button\'><span>acessar google</span></center> </div> </v:textbox> </v:roundrect> <![endif]--> <!-- [if !mso]><!-- --> <a class=\'r19-r default-button\' style=\'font-style: normal; font-weight: bold; line-height: 1.15; text-decoration: none; word-break: break-word; word-wrap: break-word; display: block; -webkit-text-size-adjust: none; background-color: #ffa035; border-radius: 5px; color: #000000; font-family: arial, helvetica, sans-serif; font-size: 13px; height: 14px; mso-hide: all; padding-bottom: 12px; padding-top: 12px; width: 250px; border: 0px solid #ffa035;\' href=\'https://google.com\' target=\'_blank\' rel=\'noopener\' data-btn=\'1\'> acessar google</a> <!--<![endif]--></td> </tr> <tr class=\'nl2go-responsive-hide\'> <td style=\'font-size: 15px; line-height: 15px;\' height=\'15\'>­</td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </th> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table class=\'r0-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'center\'> <tbody> <tr> <td class=\'r20-i\' style=\'background-color: #e0d3c1; padding: 25px 20px 25px 20px;\'> <table role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\'> <tbody> <tr> <th class=\'r21-c\' style=\'font-weight: normal;\' valign=\'middle\' width=\'100%\'> <table class=\'r11-o\' style=\'table-layout: fixed; width: 100%;\' role=\'presentation\' border=\'0\' width=\'100%\' cellspacing=\'0\' cellpadding=\'0\' align=\'left\'> <tbody> <tr> <td class=\'r12-i nl2go-default-textstyle\' style=\'color: #6d6d6c; font-family: arial,helvetica,sans-serif; font-size: 14px; line-height: 1.3; word-break: break-word; text-align: center;\' align=\'center\' valign=\'top\'> <div> <div class=\'sib_class_16_white\' style=\'color: #fff; font-family: arial,helvetica,sans-serif; font-size: 16px; word-break: break-word;\'><strong>Conecta Laudos</strong></div> <div class=\'sib_class_16_white\' style=\'color: #fff; font-family: arial,helvetica,sans-serif; font-size: 16px; word-break: break-word;\'> </div> <div class=\'sib_class_16_white\' style=\'color: #fff; font-family: arial,helvetica,sans-serif; font-size: 16px; word-break: break-word;\'>Avenida Barão de Itapura, 2310 - Sala 43A - Guanabara, 13075300 Campinas</div> </div> </td> </tr> </tbody> </table> </th> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table>","private":false}},"initialized":true,"should_reinitialize":false,"url_cant_be_private":true}},"human":"Bravo"}},"plugins":{"chartjs":true,"select2":true,"draggableui":true,"apiconnector2":true,"materialicons":true,"multifileupload":true,"1488796042609x768734193128308700":"2.1.2","1497473108162x748255442121523200":"2.19.0","1499780054879x111265002286743550":"2.11.0","1502318329913x918963338108731400":"1.0.3","1504424270272x619283445634039800":"5.7.0","1517472293670x503134342731530240":"2.0.1","1520524904151x890914947846373400":"1.19.0","1522696718136x574197809845895200":"1.12.0","1525910453237x225785252064264200":"2.0.0","1526912550459x175937239475814400":"3.1.1","1528204832671x559811991300997100":"1.0.0","1532793839044x283832241472929800":"1.0.0","1539124824422x194279356396994560":"1.0.0","1543086664409x454646894723334140":"5.5.0","1564346312331x151935294257758200":"1.0.5","1576522247906x492284437279014900":"1.1.3","1580238841425x582072028873097200":"2.1.0","1582601241392x653181519983018000":"3.7.0","1586417026456x360184924969369600":"2.2.0","1587929234946x994979181824311300":"1.0.0","1592424084540x481872187755855900":"1.1.0","1593944068480x773811449950634000":"1.0.0","1602431280308x575669970275401700":"1.10.0","1602732136092x484352338159730700":"1.106.0","1608827595218x711669301717762000":"1.6.3","1609444246883x924984661248573400":"2.0.0","1618741364806x569268886741188600":"2.0.0","1618892957212x885363265747026000":"1.1.4","1626183336504x823242686457184300":"1.1.0","1631818528605x812939911340228600":"2.0.0","1633100358403x239657077467774980":"2.0.1","1633128679598x797103101413949400":"1.1.0","1634049035414x786857265184112600":"4.1.0","1634450366879x496005256191672300":"1.3.0","1637795574896x445541166000111600":"1.1.0","1643928108625x757613772958859300":"43.0.0","1646792042182x802794335995166700":"1.3.0","1648430145817x673906689668022300":"1.7.0","1648814412009x249545539203104770":"2.0.0","1654539713526x620302966166913000":"1.0.0","1658181838561x862832580805263400":"1.1.0","1658328157117x953686184769617900":"1.1.2","1658425147452x288205169496948740":"1.0.0","1672855701230x117943463335165950":"1.0.0","1676586084205x791380242758369300":"2.3.0"},"app_rights":"open","first_times":{"component_library":false},"font_tokens":{"%d1":"Inter"},"app_language":"pt_br","color_tokens":{"%3":{"%d1":"rgba(243, 244, 248, 1)"},"alert":{"%d1":"rgba(250, 181, 21, 1)"},"primary":{"%d1":"rgba(255,160,53,1)"},"success":{"%d1":"rgba(238, 239, 248, 1)"},"surface":{"%d1":"rgba(78, 91, 118, 1)"},"background":{"%d1":"rgba(58, 71, 85, 1)"},"destructive":{"%d1":"rgba(253, 55, 56, 1)"},"primary_contrast":{"%d1":"rgba(130, 155, 176, 1)"}},"general_keys":{"google_map_key":"asdasd"},"use_sendgrid":true,"app_topdomain":"conectalaudos.com.br","feature_flags":{"composer_revamp":false},"spinner_color":"rgba(227, 227, 229, 1)","style_version":5,"bubble_version":21,"default_styles":{"HTML":"HTML_default_","Icon":"Icon_standard_icon_","Link":"Link_standard_link_","Text":"Text_body_small_","Alert":"Alert_standard_alert_","Group":"Group_default_group_","Image":"Image_standard_image_","Input":"Input_standard_input_","Popup":"Popup_standard_popup_","Shape":"Shape_standard_shape_","Video":"Video_standard_video_","Button":"Button_primary_button_","Checkbox":"Checkbox_standard_checkbox_","Dropdown":"Dropdown_standard_dropdown_","DateInput":"DateInput_standard_date_picker_","FileInput":"FileInput_standard_uploader_","GoogleMap":"GoogleMap_standard_map_","GroupFocus":"GroupFocus_standard_group_focus_","SliderInput":"SliderInput_standard_slider_","PictureInput":"PictureInput_standard_image_uploader_","RadioButtons":"RadioButtons_standard_radio_","FloatingGroup":"FloatingGroup_standard_floating_group_","MultiLineInput":"MultiLineInput_standard_multiline_input_","RepeatingGroup":"RepeatingGroup_default_","AutocompleteDropdown":"AutocompleteDropdown_standard_search_"},"comments_viewers":{"bTOUG":{"1570639799900x551061601796064100":true},"bTSlu":{"1570639799900x551061601796064100":true},"bTSno":{"1570639799900x551061601796064100":true},"bTVIA":{"1570639799900x551061601796064100":true}},"default_icon_set":"phosphor","expose_id_option":true,"expose_text_tags":true,"status_bar_color":"rgba(3, 180, 198, 1)","color_tokens_user":{"%d1":{"bTUIo":{"%d3":"#2A973A","%nm":"Cor OIT","%del":false,"rgba":"rgba(42,151,58,1)","order":0}}},"restricted_google":true,"sendgrid_verified":false,"api_wf_folder_list":{"bTIdD":"Solicitacao","bTJTz":"clinica","bTPlR":"upload - Paciente","bTQys":"gerar-laudo-pdf","bTRNs":"exclusao - laudo - solicitacao","bTSTA":"laudos-wasabi-fix","bTVBc":"wpp","bTVcL":"notificacoes-admin","bTVvN":"notificacoes-clinica","bTWNS":"Cancelamento Laudo","bTIxu0":"laudo","bTMHw0":"whatsapp","bTSCe1":"temp","bTSUw0":"financeiro"},"default_page_title":"Conecta Laudos","no_legacy_responsive":true,"use_captions_for_get":true,"first_popup_data_added":true,"redirect_all_to_domain":true,"base_responsive_version":1,"chartjs_installed_version":1,"should_show_new_app_popup":false,"draggableui_installed_version":1,"materialicons_installed_version":1,"first_repeating_group_data_added":true,"multifileupload_installed_version":1,"first_workflow_with_actions_created":true,"plugins_current_version_last_modified":{"1686585735398x488694736366075900":1686588783592},"1576522247906x492284437279014900_header_AAR":"conecta-l-app","1576522247906x492284437279014900_header_AAX":"d2a28236-799b-4f3c-8a7f-32a85ca5a548"}},"%p3":{"AAW":{"id":"AAL","%nm":"reset_pw","%x":"Page","%p":{"%rf":null}},"AAX":{"id":"AAU","%nm":"404","%x":"Page","%p":{"%rf":null}},"bTGbC":{"id":"bTGYf","%nm":"old_index","%x":"Page","%p":{"%rf":null}},"bTGzH":{"id":"bTGzG","%nm":"admin","%x":"Page","%p":{"%rf":null}},"bTIOF":{"id":"bTINt","%nm":"painel","%x":"Page","%p":{"%rf":null}},"bTIfv":{"id":"bTIfx","%nm":"teste","%x":"Page","%p":{"%rf":null}},"bTInO":{"id":"bTIml","%nm":"realizar-laudo","%x":"Page","%p":{"%rf":null}},"bTIzQ1":{"id":"bTIyZ1","%nm":"laudo","%x":"Page","%p":{"%rf":null}},"bTJiQ":{"id":"bTJiS","%nm":"r-exame","%x":"Page","%p":{"%rf":null}},"bTJth":{"id":"bTJtd","%nm":"index","%x":"Page","%p":{"%rf":null}},"bTKEw":{"id":"bTKEy","%nm":"empresa","%x":"Page","%p":{"%rf":null}},"bTKrZ":{"id":"bTKrY","%nm":"teste-charts-2","%x":"Page","%p":{"%rf":null}},"bTLGT1":{"id":"bTLGS1","%nm":"teste_laudo","%x":"Page","%p":{"%rf":null}},"bTMDm0":{"id":"bTMDi0","%nm":"conectar","%x":"Page","%p":{"%rf":null}},"bTMLH0":{"id":"bTMLG0","%nm":"dougras","%x":"Page","%p":{"%rf":null}},"bTMPW0":{"id":"bTMPV0","%nm":"teste-assinatura","%x":"Page","%p":{"%rf":null}},"bTMSz0":{"id":"bTMSy0","%nm":"validacao","%x":"Page","%p":{"%rf":null}},"bTMtt0":{"id":"bTMts0","%nm":"toleta","%x":"Page","%p":{"%rf":null}},"bTNaC":{"id":"bTNZy","%nm":"fg-ver-laudo","%x":"Page","%p":{"%rf":null}},"bTNkc":{"id":"bTNkY","%nm":"medico","%x":"Page","%p":{"%rf":null}},"bTOHQ":{"id":"bTOHP","%nm":"teste-zoom","%x":"Page","%p":{"%rf":null}},"bTPwn":{"id":"bTPwm","%nm":"teste-xlsx","%x":"Page","%p":{"%rf":null}},"bTQwq":{"id":"bTQwp","%nm":"teste-impressao","%x":"Page","%p":{"%rf":null}},"bTQyV":{"id":"bTQyU","%nm":"teste-laudo-backend","%x":"Page","%p":{"%rf":null}},"bTRuV":{"id":"bTRuU","%nm":"teste-wasabi","%x":"Page","%p":{"%rf":null}},"bTSER":{"id":"bTSEQ","%nm":"criar-pastas-wasabi","%x":"Page","%p":{"%rf":null}},"bTSKv":{"id":"bTSJa","%nm":"transportar-exames-wasabi","%x":"Page","%p":{"%rf":null}},"bTSco0":{"id":"bTSce0","%nm":"fix-laudos-wasabi","%x":"Page","%p":{"%rf":null}},"bTSeW0":{"id":"bTSeV0","%nm":"baixar-laudos-diario","%x":"Page","%p":{"%rf":null}},"bTTUE":{"id":"bTTUD","%nm":"testeoit","%x":"Page","%p":{"%rf":null}},"bTUsR":{"id":"bTUsQ","%nm":"teste-cores","%x":"Page","%p":{"%rf":null}},"bTVii":{"id":"bTVie","%nm":"financeiro","%x":"Page","%p":{"%rf":null}},"bTVpx":{"id":"bTVpw","%nm":"send-mail","%x":"Page","%p":{"%rf":null}},"bTWSY":{"id":"bTWQl","%nm":"cancelamento","%x":"Page","%p":{"%rf":null}}},"%ed":{"bTIKY":{"%el":{"bTHLr":{"%p":{"%h":328,"%l":414,"%t":113,"%w":400,"%z":14,"%3f":"top","%ci":"bTHKe","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIJZ","%dn":"P - Novo Workspace A"},"bTINp":{"%p":{"%h":328,"%l":346,"%t":144,"%w":750,"%z":14,"%3f":"top","%ci":"bTIKj","max_width":100,"min_width":0,"fit_height":true,"single_width":true,"min_width_css":"750px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTINq","%dn":"P - Nova Empresa A"},"bTJsb":{"%p":{"%h":200,"%l":220,"%t":119,"%w":465,"%z":14,"%3f":"top","%ci":"bTHGh","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTJsc","%dn":"P - Confirmação A"},"bTRFQ":{"%p":{"%h":200,"%l":0,"%t":323,"%w":465,"%z":15,"%3f":"top","%ci":"bTHEM","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTRFL","%dn":"P - Excluir A"},"bTKGE0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":0,"%z":11,"order":4,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"stretch","container_layout":"column"},"%x":"Group","id":"bTIJa","%dn":"Group D","%el":{"bTKGF0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"use_gap":true,"column_gap":14,"fit_height":true,"padding_left":32,"single_width":false,"min_width_css":"0px","padding_right":32,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":16,"border_roundness_right":16,"container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIJY","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Empresas"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIJc","%dn":"Text A","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTKGG0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":1216,"%z":10,"order":3,"fit_width":false,"fit_height":false,"margin_left":0,"padding_top":24,"margin_right":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIJd","%dn":"Group S","%el":{"bTGzW":{"%p":{"%h":28,"%l":32,"%t":0,"%w":0,"%z":17,"order":1,"use_gap":true,"column_gap":24,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIJb","%cp":"bTGyu.elements","%dn":"Group B","%el":{"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIJf","%dn":"Group B","%el":{"cmODk0":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isexcluida__boolean","%v":true,"%c2":"not equal"}},"%t5":"custom.empresa"},"%x":"Search"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":2,"fit_height":false,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTIJg","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa - Inscrito - Aéreo","%s1":"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIJe","%dn":"Image A"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"},"bTHbV0":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":10,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":true,"%bgc":"var(--color_primary_default)","%bos":"none","order":3,"use_gap":true,"fit_width":true,"column_gap":24,"fit_height":true,"padding_left":31,"single_width":false,"min_width_css":"135px","padding_right":31,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"var(--color_primary_contrast_default)"},"%x":"State"}},"%x":"Group","id":"bTIJi","%cp":"bTGzJ.elements","%dn":"Group H","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIJj","%dn":"Group H","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569409794x636670628237517800/Icon%20-%20Add%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false},"%x":"State"}},"%x":"Image","id":"bTIJh","%dn":"Image E"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Nova empresa"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%3":{"%e":{"0":"Nova empresa [fa]lock[/fa]"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTIJl","%dn":"Text K","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Novo Coordenador","order":4}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHAC":{"%p":{"%h":15,"%l":0,"%t":0,"%w":39,"%z":17,"order":2,"use_gap":true,"fit_height":true,"padding_top":16,"single_width":false,"min_width_css":"39px","single_height":false,"min_height_css":"15px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIJm","%cp":"bTGyu.elements","%dn":"Group C","%el":{"cmObl":{"%p":{"%h":40,"%l":32,"%t":0,"%w":920,"%z":2,"%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true},"%x":"Group","id":"bTIJk","%dn":"Group C","%el":{"bTHDM":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":15,"order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIJo","%cp":"bTHCR","%dn":"Group L","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIJp","%dn":"Group L","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Nome"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIJn","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIJr","%dn":"Image G"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy","%s1":"Group_default_group_","order":10},"bTHhB":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":14,"%bc":"rgba(202, 192, 255, 1)","%br":4,"%bas":"none","%bgc":"rgba(242, 239, 255, 1)","%bos":"none","order":11,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":6,"padding_left":8,"single_width":false,"min_width_css":"56px","padding_right":8,"single_height":false,"min_height_css":"0px","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIJs","%cp":"bTGzu.elements","%dn":"Group J","%nm":"Espaço - Botões","order":2},"bTIKf":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":16,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIKX","%cp":"bTIJk","%dn":"Group E","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIKc","%dn":"Group E","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"CNPJ"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIKa","%dn":"Text G","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIKe","%dn":"Image D"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 3","%s1":"Group_default_group_","order":11},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":20,"%z":4,"order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIJv","%dn":"Group C","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIJt","%dn":"Group C","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Telefone"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIJx","%dn":"Text C","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIJy","%dn":"Image B"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Header de Tabela"}},"%nm":"Group - Lista de Sessões + Header","%s1":"Group_default_group_","order":2},"bTHAR":{"%p":{"%h":42,"%l":0,"%t":0,"%w":159,"%z":18,"order":3,"fit_height":false,"single_width":false,"min_width_css":"159px","single_height":false,"min_height_css":"42px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTIJw","%dn":"Group F","%el":{"bTHAU":{"%p":{"%h":119,"%l":0,"%t":0,"%w":267,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"_id","%v":{"%n":{"%n":{"%x":"Message","%nm":"_id"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIJg"},"%x":"GetElement"},"%c2":{"%x":"Empty"}},"1":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%c2":"equals"},"2":{"%k":"isexcluida__boolean","%v":true,"%c2":"not equal"}},"%d2":false,"%sf":"nome_text","%t5":"custom.empresa","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.empresa","%sc":"rgba(237,239,241,1)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"267px","single_height":false,"max_height_css":"100%","min_height_css":"119px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTIKA","%dn":"RepeatingGroup A","%el":{"bTHBG":{"%p":{"%h":40,"%l":32,"%t":0,"%w":0,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true,"border_color_bottom":"var(--color_success_default)","border_style_bottom":"solid"},"%x":"Group","id":"bTIKB","%dn":"Group G","%el":{"bTHDN":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":19,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIJz","%cp":"bTHCe","%dn":"Group M","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIKD","%dn":"Text E","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 2","%s1":"Group_default_group_","order":10},"bTIKg":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":20,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIKd","%cp":"bTIKB","%dn":"Group P","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cnpj_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIKi","%dn":"Text H","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 4","%s1":"Group_default_group_","order":11},"bTKsQ":{"%p":{"%h":26,"%l":0,"%t":0,"%w":52,"%z":18,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":11,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"single_width":false,"min_width_css":"52px","single_height":false,"min_height_css":"26px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIKE","%dn":"Group O","%el":{"bTKsR":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":2,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"0px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIKC","%cp":"bTHAX.elements","%dn":"Group I","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1656943033190x688081000665288240/Icon%20-%20Editar%20-%20%237B61FF.svg"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"Image","id":"bTIKG","%cp":"cmNlg.elements","%dn":"Image F"}},"%nm":"Btn - Editar","%s1":"Group_group___outline__cac0ff___bg__fff5f5___1_px_","order":9},"bTKsS":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":17,"%bc":"var(--color_destructive_default)","%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","%iv":true,"%bas":"bgcolor","%bgc":"rgba(var(--color_destructive_default_rgb), 0.65)","%bos":"solid","order":1,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"0px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%x":"Group","id":"bTIKH","%cp":"bTKQg.elements","%dn":"Group N","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1668185220020x923695542324318100/Icon%20-%20Deletar%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"Image","id":"bTIKF","%cp":"cmNlg.elements","%dn":"Image H"}},"%nm":"Btn - Deletar","order":10}},"%s1":"Group_default_group_"},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":20,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIKK","%dn":"Group G","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"telefone_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIKI","%dn":"Text F","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Conteúdo da Celula"}},"%nm":"RG - Participantes"}},"%nm":"Container - Lista de inscritos","%s1":"Group_default_group_"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%s1":"Group_group___branco___8_border___sem_sombra_"},"bTKHM0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":1216,"%z":13,"%iv":false,"order":3,"fit_width":true,"fit_height":true,"single_width":false,"max_width_css":"250px","min_width_css":"250px","single_height":false,"min_height_css":"440px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%x":"Group","id":"bTIKM","%cp":"bTHkj.elements","%dn":"Group K","%el":{"bTIWI":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":8,"border_roundness_right":8,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIKN","%dn":"Group K","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Filtros"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIKL","%dn":"Text D","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTIZp":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":false,"%bgc":"rgba(123, 97, 255, 1)","%bos":"none","order":5,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_left":24,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":24,"min_width_css":"0px","padding_right":16,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIKP","%cp":"bTIWM.elements","%dn":"Group K","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIKQ","%dn":"Group K","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1664981359662x117398651872021580/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIKO","%dn":"Image C"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Download relatório"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIKS","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Download Relatório","order":2}},"%nm":"Group - Filtro","%s1":"Group_group___branco___8_border___sem_sombra_","order":2}},"%wf":{"bTHhE":{"%p":{"%ei":"bTIKC","event_color":"green"},"%x":"ButtonClicked","id":"bTIKT","actions":{"0":{"%p":{"%ds":{"%x":"ElementParent"},"%ei":"bTINq"},"%x":"DisplayGroupData","id":"bTIhD"},"1":{"%p":{"%ei":"bTINq"},"%x":"ShowElement","id":"bTIhH"}}},"bTKsh":{"%p":{"%ei":"bTIKH","event_color":"green"},"%x":"ButtonClicked","id":"bTIKR","actions":{"0":{"%p":{"%v":{"%x":"ElementParent","is_slidable":false},"%ei":"bTRFL","custom_state":"custom.empresa_","custom_states_values":{"0":{"%v":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_empresa"},"%x":"OneOptionValue","is_slidable":false},"custom_state":"custom.tipo_"}}},"%x":"SetCustomState","id":"bTRFK"},"1":{"%p":{"%ei":"bTRFL"},"%x":"ShowElement","id":"bTRFR"}}},"bTHbY0":{"%p":{"%ei":"bTIJi","event_color":"green"},"%x":"ButtonClicked","id":"bTIKV","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%ei":"bTINq"},"%x":"ShowElement","id":"bTIKW"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%v":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"clinica_bloqueada"},"%x":"OneOptionValue"},"%ei":"bTJsc","custom_state":"custom.tipo_"},"%x":"SetCustomState","id":"bTJsf"},"2":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%ei":"bTJsc"},"%x":"ShowElement","id":"bTJsg"}}}},"%p":{"%h":591,"%l":0,"%t":0,"%w":1216,"%br":8,"%et":"Group","%bas":"none","use_gap":true,"column_gap":24,"min_width_px":0,"default_width":1216,"min_height_px":440,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"row","responsive_version":1},"%x":"CustomDefinition","id":"bTIJV","%nm":"G - Empresas"},"bTIQX":{"%el":{"bTUcn":{"%el":{"bTUco":{"%el":{"bTKGG0":{"%el":{"bTHAR":{"%el":{"bTHgx":{"%p":{"%h":119,"%l":0,"%t":0,"%w":267,"%z":3,"%ds":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTPtU"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTPta"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTPtg"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTPtm"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTPts"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTPty"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"merged_with","is_slidable":false},"%x":"Message","%nm":"merged_with","is_slidable":false},"%x":"Message","%nm":"merged_with","is_slidable":false},"%x":"Message","%nm":"merged_with","is_slidable":false},"%x":"Message","%nm":"merged_with","is_slidable":false},"%x":"Message","%nm":"merged_with","is_slidable":false},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTPtO"},"%x":"GetElement","is_slidable":false},"%gt":"custom.solicitacaolaudo","%rs":8,"%sc":"rgba(237,239,241,1)","%ss":"none","order":1,"fit_height":false,"fixed_rows":true,"single_width":false,"min_width_css":"267px","single_height":false,"max_height_css":"100%","min_height_css":"119px","horiz_alignment":"flex-start","container_layout":"relative","cell_min_height_css":"8px","data_correctly_attached_once":true},"%x":"RepeatingGroup","id":"bTIPN","%cp":"bTHfs","%dn":"RepeatingGroup B","%el":{"bTUdc":{"%p":{"%h":68,"%l":0,"%t":0,"%w":942,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%vc":true,"fit_width":false,"fit_height":true,"padding_left":32,"single_width":false,"padding_right":32,"single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"padding_left":18,"padding_right":18,"padding_bottom":2},"%x":"State"}},"%x":"Group","id":"bTUdX","%dn":"Group BZ","%el":{"bTUdd":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":0,"margin_right":0,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"100%","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","border_color_left":"var(--color_success_default)","border_style_left":"none","four_border_style":true,"border_color_bottom":"var(--color_success_default)","border_style_bottom":"solid"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"padding_left":16,"padding_right":16,"border_color_left":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"codcor","is_slidable":false},"%x":"Message","%nm":"cor","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"border_style_left":"solid","border_width_left":3,"border_style_bottom":"none"},"%x":"State"}},"%x":"Group","id":"bTIPO","%dn":"Group P","%el":{"bTHDN":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":19,"%ds":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idcolaborador_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"colaboradorid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search"},"%gt":"custom.colaborador1","order":4,"row_gap":6,"use_gap":true,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column","container_vert_alignment":"center","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIPM","%cp":"bTHCe","%dn":"Group P","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIPQ","%dn":"Text G","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"},"bTUcy":{"%p":{"%3":{"%e":{"0":"[fa]download[/fa] ","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIPO"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"%fs":12,"%iv":false,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"%u":true},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Text","id":"bTUct","%cp":"bTIPM","%dn":"Text R","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 2","%s1":"Group_default_group_","order":10},"bTHfD":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":20,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIPR","%cp":"bTHXq","%dn":"Group P","%el":{"bTLPT1":{"%p":{"%h":0,"%l":0,"%t":13.5,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":1,"row_gap":2,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTLPO1","%dn":"Group T","%el":{"bTLPU1":{"%p":{"%3":{"%e":{"0":"[fa]download[/fa] ","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"%u":true},"%x":"State"}},"%x":"Text","id":"bTIPP","%dn":"Text G","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"},"bTLPa1":{"%p":{"%3":{"%e":{"0":"Online • [color=#0000ff]copiar link[/color]"},"%x":"TextExpression"},"%h":14,"%l":10,"%t":10,"%w":39,"%z":2,"%fs":10,"%iv":false,"order":2,"fit_width":true,"fit_height":true,"font_weight":"400","single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed"},"%p":{"%ei":"bTLPY1"},"%x":"ThisElement"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTLPY1"},"%x":"ThisElement"},"%p":{"%u":true},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isonline__boolean"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Text","id":"bTLPY1","%cp":"bTLPO1","%dn":"Text O","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 6","%s1":"Group_default_group_","order":11},"bTHie":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":21,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIPT","%cp":"bTHhw","%dn":"Group M","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"SIM"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"NÃO"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent"},"%p":{"%b":true,"%fc":"var(--color_destructive_default)"},"%x":"State"}},"%x":"Text","id":"bTIPU","%dn":"Text H","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 9","%s1":"Group_default_group_","order":12},"bTIdo":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":22,"%ds":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idempresa_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"empresaid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.empresa"},"%x":"Search"},"%gt":"custom.empresa","order":7,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIdl","%cp":"bTIPO","%dn":"Group Q","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIdq","%dn":"Text M","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 11","%s1":"Group_default_group_","order":13},"bTMgl":{"%p":{"%h":26,"%l":10,"%t":10,"%w":52,"%z":18,"%br":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"%bgc":"var(--color_destructive_default)","order":14,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_left":12,"single_width":false,"min_width_css":"108px","padding_right":12,"single_height":false,"min_height_css":"26px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":false,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"collapse_when_hidden":true,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.status___solicita__o","option_value":"aguardando"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTMge","%cp":"bTIPO","%dn":"Group U","%el":{"bTIGO":{"%p":{"%3":{"%e":{"0":"Deletar"},"%x":"TextExpression"},"%f":"Inter:::500","%h":11,"%l":0,"%t":0,"%w":33,"%z":4,"%fc":"rgba(255,255,255,1)","%fs":14,"%vc":true,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTMgg","%cp":"bTIFX","%dn":"Text P","order":3},"bTIyV1":{"%p":{"%h":9,"%l":22,"%t":7,"%w":9,"%z":5,"src":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1692027063797x934741217981375500/Icon%20-%20Deletar%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start","aspect_ratio_width":1,"aspect_ratio_height":1},"%x":"Image","id":"bTMgk","%dn":"Image L","%s1":"Image_standard_image_"}},"%nm":"Btn - Excluir"},"bTNMp":{"%p":{"%h":26,"%l":20,"%t":20,"%w":52,"%z":18,"%br":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"%bgc":"var(--color_surface_default)","order":15,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_left":12,"single_width":false,"min_width_css":"108px","padding_right":12,"single_height":false,"min_height_css":"26px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":false,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"collapse_when_hidden":true,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.status___solicita__o","option_value":"retorno"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTNMi","%cp":"bTIPO","%dn":"Group V","%el":{"bTIGO":{"%p":{"%3":{"%e":{"0":"Conferir"},"%x":"TextExpression"},"%f":"Inter:::500","%h":11,"%l":0,"%t":0,"%w":33,"%z":4,"%fc":"rgba(255,255,255,1)","%fs":14,"%vc":true,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTNMk","%cp":"bTIFX","%dn":"Text Q","order":3},"bTIyV1":{"%p":{"%h":9,"%l":22,"%t":7,"%w":9,"%z":5,"src":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1692969345951x117929767881773460/Icon%20-%20Pesquisa%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start","aspect_ratio_width":1,"aspect_ratio_height":1},"%x":"Image","id":"bTNMo","%dn":"Image M","%s1":"Image_standard_image_"}},"%nm":"Btn - Conferir Retorno"},"bTUdL":{"%p":{"%h":26,"%l":769.125,"%t":20.5,"%w":108.85900000000004,"%z":23,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%vc":true,"order":13,"fit_width":true,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTUdG","%dn":"Group AZ","%el":{"bTUdM":{"%p":{"%h":26,"%l":-666.671875,"%t":0,"%w":52,"%z":19,"%br":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bgc":"var(--color_primary_default)","order":13,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_left":12,"single_width":false,"min_width_css":"52px","padding_right":12,"single_height":false,"min_height_css":"26px","vert_alignment":"center","button_disabled":true,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","four_border_style":false,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"collapse_when_hidden":true,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.status___solicita__o","option_value":"laudo_enviado"},"%x":"OneOptionValue"},"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.status___solicita__o","option_value":"finalizado"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"status_option_status___solicita__o"},"%x":"ElementParent"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"status_option_status___solicita__o"},"%x":"ElementParent"},"%p":{"button_disabled":false},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTIPS"},"%x":"ThisElement"},"%p":{"%bgc":"var(--color_primary_contrast_default)","unique_id":{"%e":{"0":"downloadIndisp","1":{"%n":{"%x":"Message","%nm":"idsolicitacao_text"},"%x":"ElementParent"},"2":""},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"pdfassinado_file","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"button_disabled":true},"%x":"State"},"3":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTMge"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"},"4":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTNMi"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"},"5":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"padding_left":0,"max_width_css":"26px","min_width_css":"26px","padding_right":0},"%x":"State"}},"%x":"Group","id":"bTIPS","%dn":"Group P","%el":{"bTIGO":{"%p":{"%3":{"%e":{"0":"Download"},"%x":"TextExpression"},"%f":"Inter:::500","%h":11,"%l":0,"%t":0,"%w":33,"%z":4,"%fc":"rgba(255,255,255,1)","%fs":14,"%vc":true,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Text","id":"bTIPW","%cp":"bTIFX","%dn":"Text J","order":3},"bTIyV1":{"%p":{"%h":9,"%l":22,"%t":7,"%w":9,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1678224180083x520437852986370700/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIyQ1","%dn":"Image K","%s1":"Image_standard_image_"}},"%nm":"Btn - Download do Laudo"},"bTUdQ":{"%p":{"%h":200,"%l":101,"%t":28,"%w":200,"%z":18,"%3f":"top","%ci":"bTRvk","order":3,"fit_width":false,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"1px","min_width_css":"0px","single_height":true,"min_height_css":"5px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTSIH","%dn":"G - Uploader Empty - Wasabi A","%nm":"G - Uploader Empty - Wasabi A"}},"%s1":"Group_default_group_"},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":8,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"135px","min_width_css":"0%","single_height":false,"min_height_css":"40px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIPX","%dn":"Group P","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"to_uppercase"},"%x":"Message","%nm":"display"},"%x":"Message","%nm":"status_option_status___solicita__o"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"%br":4,"%fc":"rgba(255,255,255,1)","%fs":10,"%bas":"bgcolor","%bgc":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"codcor"},"%x":"Message","%nm":"cor"},"%x":"Message","%nm":"status_option_status___solicita__o"},"%x":"ElementParent"},"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":6,"padding_left":8,"single_width":false,"min_width_css":"33px","padding_right":8,"single_height":false,"min_height_css":"11px","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","title_attribute":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"descri__o","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"Text","id":"bTIPV","%dn":"Text G"},"bTIyb1":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":5,"AAV":{"%e":{"0":"downloadIndisp","1":{"%n":{"%x":"Message","%nm":"idsolicitacao_text"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"AAX":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"O download só ficará disponÃvel quando o laudo for realizado"},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"AAf":0,"AAg":200,"AAh":0,"order":4},"%x":"1517472293670x503134342731530240-AAU","id":"bTIyW1","%cp":"bTIPX","%dn":"Tooltip B","order":2}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Conteúdo da Celula"},"bTUde":{"%p":{"%h":150,"%l":0,"%t":0,"%w":150,"%z":2,"%br":0,"%iv":false,"%bgc":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"codcor","is_slidable":false},"%x":"Message","%nm":"cor","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"ElementParent","is_slidable":false},"opacity":16,"fit_height":false,"margin_left":0,"margin_right":0,"single_width":false,"single_height":false,"horiz_alignment":"flex-start","nonant_alignment":"ab","four_border_style":true,"border_roundness_right":5,"border_roundness_bottom":5},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Shape","id":"bTUdR","%dn":"Shape A","%nm":"Shape - BG de Célula - Mobile","%s1":"Shape_standard_shape_"}},"%s1":"Group_default_group_"}},"%nm":"RG - Solicitacoes","order":2}},"%p":{"%h":42,"%l":0,"%t":0,"%w":159,"%z":18,"order":4,"fit_height":false,"single_width":false,"min_width_css":"159px","single_height":false,"min_height_css":"42px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTIPJ","%dn":"Group F","%nm":"Container - Lista de inscritos","%s1":"Group_default_group_"},"bTGzW":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":17,"order":1,"use_gap":true,"column_gap":24,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"margin_left":18,"margin_right":18},"%x":"State"}},"%x":"Group","id":"bTIOp","%cp":"bTGyu.elements","%dn":"Group B","%el":{"bTIdx":{"%p":{"%h":48,"%l":1,"%t":1,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":true,"%bgc":"var(--color_primary_default)","%bos":"none","order":3,"use_gap":true,"fit_width":true,"column_gap":24,"fit_height":true,"padding_left":31,"single_width":false,"min_width_css":"135px","padding_right":31,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%bgc":"var(--color_primary_contrast_default)"},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"padding_left":0,"max_width_css":"48px","min_width_css":"48px","padding_right":0},"%x":"State"}},"%x":"Group","id":"bTIdr","%cp":"bTIOq","%dn":"Group R","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIdw","%dn":"Group R","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569409794x636670628237517800/Icon%20-%20Add%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start","use_aspect_ratio":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"min_width_css":"26px"},"%x":"State"}},"%x":"Image","id":"bTIdu","%dn":"Image J"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Nova solicitação"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%3":{"%e":{"0":"Nova solicitação [fa]lock[/fa]"},"%x":"TextExpression"}},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Text","id":"bTIdy","%dn":"Text N","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Novo Coordenador","order":3},"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIOq","%dn":"Group B","%el":{"bTUbs":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":10,"%t":10,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%iv":false,"%ls":0,"%ph":0,"%ps":{"%e":{"0":"Pesquise por colaborador..."},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":2,"fit_height":false,"font_family":"DM Sans","font_weight":"500","padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%x":"Input","id":"bTUbq","%cp":"bTIOq","%dn":"Input A","%nm":"Input - Pesquisa de INSCRITO NOME","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"bTUby":{"%p":{"%h":0,"%l":327.390625,"%t":4.59375,"%w":0,"%z":2,"%gt":"custom.colaborador1","%iv":false,"%vc":true,"order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%x":"Group","id":"bTUbw","%dn":"Group Y","%el":{"bTUcC":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":-253.59375,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%x":"ElementParent","is_slidable":false},"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":"Pesquise por colaborador..."},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTIOo","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa - Inscrito - Aéreo","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}}},"%nm":"Group - Searchbox de PESQUISA","%s1":"Group_default_group_"},"bTVaI":{"%p":{"%3":{"%e":{"0":"Pesquise por colaborador..."},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"%fc":"rgba(181, 181, 181, 1)","order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTVaG","%cp":"bTIOq","%dn":"Text T","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIOs","%dn":"Image A"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHAC":{"%p":{"%h":15,"%l":0,"%t":0,"%w":39,"%z":17,"order":2,"use_gap":true,"fit_height":true,"padding_top":16,"single_width":false,"min_width_css":"39px","single_height":false,"min_height_css":"15px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIOt","%cp":"bTGyu.elements","%dn":"Group C","%el":{"cmObl":{"%p":{"%h":40,"%l":0,"%t":0,"%w":920,"%z":2,"%bas":"none","order":2,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIOr","%dn":"Group C","%el":{"bTHDM":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":15,"order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIOv","%cp":"bTHCR","%dn":"Group L","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIOw","%dn":"Group L","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Paciente"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIOu","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIOy","%dn":"Image G"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy","%s1":"Group_default_group_","order":10},"bTHhB":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":14,"%bc":"rgba(202, 192, 255, 1)","%br":4,"%bas":"none","%bgc":"rgba(242, 239, 255, 1)","%bos":"none","order":13,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":6,"padding_left":8,"single_width":false,"min_width_css":"108px","padding_right":8,"single_height":false,"min_height_css":"0px","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"padding_left":0,"max_width_css":"26px","min_width_css":"1px","padding_right":0},"%x":"State"}},"%x":"Group","id":"bTIOz","%cp":"bTGzu.elements","%dn":"Group J","%nm":"Espaço - Botões","order":2},"bTHhD":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":16,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIOx","%cp":"bTHfq","%dn":"Group G","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIPB","%dn":"Group G","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Exame"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIPC","%dn":"Text E","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIPA","%dn":"Image F"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 7","%s1":"Group_default_group_","order":11},"bTHid":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":17,"order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIPE","%cp":"bTHhe","%dn":"Group I","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIPF","%dn":"Group I","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Urgente"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIPD","%dn":"Text F","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIPH","%dn":"Image H"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 8","%s1":"Group_default_group_","order":12},"bTIdn":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":18,"order":7,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIdf","%cp":"bTIOr","%dn":"Group E","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIdk","%dn":"Group E","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Empresa"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIdi","%dn":"Text K","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIdm","%dn":"Image D"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 10","%s1":"Group_default_group_","order":13},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":4,"order":8,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"135px","min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIPI","%dn":"Group C","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTIPG","%dn":"Group C","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Status"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIPK","%dn":"Text C","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIPL","%dn":"Image B"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Header de Tabela"}},"%nm":"Group - Lista de Sessões + Header","%s1":"Group_default_group_","order":2},"bTSxK":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":20,"order":5,"use_gap":true,"column_gap":15,"fit_height":true,"padding_top":12,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","padding_bottom":12,"horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTSxA","%cp":"bTIOl","%dn":"Group X","%el":{"bTSvB":{"%p":{"%3":{"%e":{"0":"->"},"%x":"TextExpression"},"%h":45,"%l":0,"%t":-329,"%w":150,"%z":19,"%fc":"rgba(255,255,255,1)","order":3,"fit_width":true,"fit_height":true,"padding_left":12,"single_width":false,"padding_right":12,"single_height":false,"horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"is_last_page","is_slidable":false},"%p":{"%ei":"bTIPN"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Button","id":"bTSxF","%dn":"Button A","%s1":"Button_primary_button_"},"bTSvH":{"%p":{"%3":{"%e":{"0":"<-"},"%x":"TextExpression"},"%h":45,"%l":10,"%t":-319,"%w":150,"%z":19,"%fc":"rgba(255,255,255,1)","order":1,"fit_width":true,"fit_height":true,"padding_left":12,"single_width":false,"padding_right":12,"single_height":false,"horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"is_first_page","is_slidable":false},"%p":{"%ei":"bTIPN"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Button","id":"bTSxG","%cp":"bTSuv","%dn":"Button A","%s1":"Button_primary_button_"},"bTUdk":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"page_number","is_slidable":false},"%p":{"%ei":"bTIPN"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"%fa":"center","order":2,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"33px","min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUdi","%cp":"bTSxA","%dn":"Text S","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Paginacao","%s1":"Group_default_group_"}},"%p":{"%h":0,"%l":0,"%t":0,"%w":1216,"%z":10,"order":3,"fit_width":false,"fit_height":false,"margin_left":0,"padding_top":24,"margin_right":0,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"padding_top":0},"%x":"State"}},"%x":"Group","id":"bTIOl","%dn":"Group S","%nm":"Group - Conteudo","%s1":"Group_default_group_"},"bTKGF0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%bgc":"rgba(255,255,255,1)","order":1,"use_gap":true,"column_gap":14,"fit_height":true,"padding_left":32,"single_width":false,"min_width_css":"0px","padding_right":32,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":16,"border_roundness_right":16,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"padding_left":18,"padding_right":18,"min_height_css":"60px"},"%x":"State"}},"%x":"Group","id":"bTIOm","%dn":"Group A","%el":{"bTPtK":{"%p":{"%h":280,"%l":555.5,"%t":15,"%w":280,"%z":7,"%iv":false,"order":5,"use_gap":true,"column_gap":16,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"max_height_css":"100%","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTPtI","%dn":"Group W","%el":{"bTPtQ":{"%p":{"%h":350,"%l":236.9375,"%t":27,"%w":280,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIOo"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___solicita__o","%v":{"%n":{"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%c2":"in"},"2":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"},"4":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"retorno"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"5":{"%k":"exameid_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"custom.filtroexames_","is_slidable":false},"%p":{"%ei":"bTIOf"},"%x":"GetElement","is_slidable":false,"moved_to_top":true},"%c2":"in"}},"%d2":true,"%sf":"isurgente__boolean","%t5":"custom.solicitacaolaudo","additional_sort_fields":{"0":{"%d2":true,"%sf":"Created Date","geo_reference":{"%x":"Empty"},"dynamic_sort_field":{"%x":"Empty"}}},"ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.solicitacaolaudo","order":1,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"RepeatingGroup","id":"bTPtO","%dn":"RepeatingGroup D","%nm":"RG - Loader 1","%s1":"RepeatingGroup_default_"},"bTPtW":{"%p":{"%h":350,"%l":246.9375,"%t":37,"%w":280,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIOo"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___solicita__o","%v":{"%n":{"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%c2":"in"},"2":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"},"4":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"laudo_enviado"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"5":{"%k":"exameid_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"custom.filtroexames_","is_slidable":false},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"%c2":"in"}},"%d2":true,"%sf":"isurgente__boolean","%t5":"custom.solicitacaolaudo","additional_sort_fields":{"0":{"%d2":true,"%sf":"Created Date","geo_reference":{"%x":"Empty"},"dynamic_sort_field":{"%x":"Empty"}}},"ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.solicitacaolaudo","order":2,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"RepeatingGroup","id":"bTPtU","%cp":"bTPtI","%dn":"RepeatingGroup E","%nm":"RG - Loader 2","%s1":"RepeatingGroup_default_"},"bTPtc":{"%p":{"%h":350,"%l":256.9375,"%t":47,"%w":280,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIOo"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___solicita__o","%v":{"%n":{"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%c2":"in"},"2":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"},"4":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"aguardando"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"5":{"%k":"exameid_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"custom.filtroexames_","is_slidable":false},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"%c2":"in"}},"%d2":true,"%sf":"isurgente__boolean","%t5":"custom.solicitacaolaudo","additional_sort_fields":{"0":{"%d2":true,"%sf":"Created Date","geo_reference":{"%x":"Empty"},"dynamic_sort_field":{"%x":"Empty"}}},"ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.solicitacaolaudo","order":3,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"RepeatingGroup","id":"bTPta","%cp":"bTPtI","%dn":"RepeatingGroup F","%nm":"RG - Loader 3","%s1":"RepeatingGroup_default_"},"bTPti":{"%p":{"%h":350,"%l":266.9375,"%t":57,"%w":280,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIOo"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___solicita__o","%v":{"%n":{"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%c2":"in"},"2":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"},"4":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"online"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"5":{"%k":"exameid_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"custom.filtroexames_","is_slidable":false},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"%c2":"in"}},"%d2":true,"%sf":"isurgente__boolean","%t5":"custom.solicitacaolaudo","additional_sort_fields":{"0":{"%d2":true,"%sf":"Created Date","geo_reference":{"%x":"Empty"},"dynamic_sort_field":{"%x":"Empty"}}},"ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.solicitacaolaudo","order":4,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"RepeatingGroup","id":"bTPtg","%cp":"bTPtI","%dn":"RepeatingGroup G","%nm":"RG - Loader 4","%s1":"RepeatingGroup_default_"},"bTPto":{"%p":{"%h":350,"%l":276.9375,"%t":67,"%w":280,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIOo"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___solicita__o","%v":{"%n":{"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%c2":"in"},"2":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"},"4":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"respondendo"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"5":{"%k":"exameid_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"custom.filtroexames_","is_slidable":false},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"%c2":"in"}},"%d2":true,"%sf":"isurgente__boolean","%t5":"custom.solicitacaolaudo","additional_sort_fields":{"0":{"%d2":true,"%sf":"Created Date","geo_reference":{"%x":"Empty"},"dynamic_sort_field":{"%x":"Empty"}}},"ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.solicitacaolaudo","order":5,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"RepeatingGroup","id":"bTPtm","%cp":"bTPtI","%dn":"RepeatingGroup H","%nm":"RG - Loader 5","%s1":"RepeatingGroup_default_"},"bTPtu":{"%p":{"%h":350,"%l":286.9375,"%t":77,"%w":280,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIOo"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___solicita__o","%v":{"%n":{"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%c2":"in"},"2":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"},"4":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"finalizado"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"5":{"%k":"exameid_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"custom.filtroexames_","is_slidable":false},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"%c2":"in"}},"%d2":true,"%sf":"isurgente__boolean","%t5":"custom.solicitacaolaudo","additional_sort_fields":{"0":{"%d2":true,"%sf":"Created Date","geo_reference":{"%x":"Empty"},"dynamic_sort_field":{"%x":"Empty"}}},"ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.solicitacaolaudo","order":6,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"RepeatingGroup","id":"bTPts","%cp":"bTPtI","%dn":"RepeatingGroup I","%nm":"RG - Loader 6","%s1":"RepeatingGroup_default_"},"bTPuA":{"%p":{"%h":350,"%l":296.9375,"%t":87,"%w":280,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIOo"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___solicita__o","%v":{"%n":{"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%c2":"in"},"2":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"},"4":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"cancelado"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"5":{"%k":"exameid_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"custom.filtroexames_","is_slidable":false},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"%c2":"in"}},"%d2":true,"%sf":"isurgente__boolean","%t5":"custom.solicitacaolaudo","additional_sort_fields":{"0":{"%d2":true,"%sf":"Created Date","geo_reference":{"%x":"Empty"},"dynamic_sort_field":{"%x":"Empty"}}},"ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.solicitacaolaudo","order":7,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"RepeatingGroup","id":"bTPty","%cp":"bTPtI","%dn":"RepeatingGroup J","%nm":"RG - Loader 7","%s1":"RepeatingGroup_default_"}},"%nm":"Group - Loaders","%s1":"Group_default_group_"},"cmMkX":{"%p":{"%3":{"%e":{"0":"Solicitações"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIPZ"},"%x":"GetElement","is_slidable":false},"%p":{"%fs":16},"%x":"State"}},"%x":"Text","id":"bTIOn","%dn":"Text A","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"},"bTIyY1":{"%p":{"%h":20,"%l":448,"%t":20,"%w":20,"%z":4,"AAV":{"%e":{"0":"downloadIndisp"},"%x":"TextExpression"},"AAX":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"O download só ficará disponÃvel quando o laudo for realizado"},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"AAf":0,"AAg":200,"AAh":0,"order":3},"%x":"1517472293670x503134342731530240-AAU","id":"bTIyT1","%dn":"Tooltip A"}},"%nm":"Group - Header"}},"%p":{"%h":440,"%l":0,"%t":0,"%w":0,"%z":11,"order":2,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"stretch","container_layout":"column"},"%x":"Group","id":"bTIOi","%dn":"Group D","%s1":"Group_group___branco___8_border___sem_sombra_"},"bTUcs":{"%p":{"%h":440,"%l":0,"%t":0,"%w":1216,"%z":13,"%iv":true,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"max_width_css":"250px","min_width_css":"250px","single_height":false,"min_height_css":"440px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%a":1200,"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIPZ","%cp":"bTHkj.elements","%dn":"Group K","%el":{"bTHjm":{"%p":{"%h":0,"%l":0,"%t":0,"%w":220,"%z":12,"order":4,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","padding_bottom":24,"horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTIPa","%cp":"bTHiG","%dn":"Group H","%el":{"bTHkF":{"%p":{"%h":72,"%l":0,"%t":0,"%w":100,"%z":10,"order":1,"fit_height":true,"single_width":false,"max_width_css":"100%","min_width_css":"100px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIPY","%cp":"bTHii","%dn":"Group N","%el":{"cmMYs":{"%p":{"%h":79,"%l":0,"%t":0,"%w":100,"%z":2,"order":2,"row_gap":24,"use_gap":false,"fit_height":true,"margin_top":0,"single_width":true,"min_width_css":"100%","single_height":false,"min_height_css":"79px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIPc","%dn":"Group N","%el":{"cmMYv":{"%p":{"%3":{"%e":{"0":"Status"},"%x":"TextExpression"},"%h":34,"%l":0,"%t":0,"%w":58,"%z":2,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"58px","single_height":false,"min_height_css":"19px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIPd","%dn":"Text I","%s1":"Text_t_tulo___600___16___cinza_escuro_"},"cmMYy":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652724965586x411027709731290900/icon-arrow-down%20%286%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible"},"%p":{"%ei":"bTIPf"},"%x":"GetElement"},"%p":{"rotation_angle":180},"%x":"State"}},"%x":"Image","id":"bTIPb","%dn":"Image E","%nm":"Icon - Chevron - Cores - Evento"}},"%nm":"Group - Header - Status","%s1":"Group_default_group_"},"cmMcm":{"%p":{"%h":471,"%l":0,"%t":0,"%w":360,"%z":11,"%iv":false,"order":3,"row_gap":17,"use_gap":true,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","padding_bottom":16,"horiz_alignment":"center","container_layout":"column","collapse_animation":true,"collapse_when_hidden":true},"%x":"Group","id":"bTIPf","%dn":"Group N","%el":{"bTHBk":{"%p":{"%h":3,"%l":0,"%t":0,"%w":20,"%z":6,"%ds":{"%p":{"option_set":"option.status___solicita__o"},"%x":"AllOptionValue"},"%gt":"option.status___solicita__o","%ss":"none","order":4,"fit_height":true,"fixed_rows":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"3px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"15px","container_horiz_alignment":"flex-start"},"%x":"RepeatingGroup","id":"bTIPg","%cp":"bTHBU.elements","%dn":"RepeatingGroup A","%el":{"cmMqw0":{"%p":{"%h":64,"%l":0,"%t":0,"%w":0,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"option.status___solicita__o","order":1,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","padding_bottom":25,"vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIPe","%dn":"Group N","%el":{"cmMqy0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":294,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"option.status___solicita__o","order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIPi","%dn":"Group N","%el":{"cmMqs0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":40,"%z":2,"%br":70,"%ds":{"%x":"ElementParent"},"%gt":"option.status___solicita__o","%bas":"bgcolor","%bgc":"rgba(221, 222, 229, 1)","order":1,"use_gap":false,"column_gap":4,"fit_height":true,"padding_top":0,"padding_left":0,"single_width":true,"min_width_css":"40px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTIPj","%dn":"Group N","%el":{"cmMqf0":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"%br":360,"%iv":true,"%bas":"bgcolor","order":1,"fit_height":true,"margin_top":4,"margin_left":4,"single_width":true,"margin_bottom":4,"min_width_css":"12px","single_height":false,"min_height_css":"5px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"rgba(255,255,255,0)"},"%x":"State"}},"%x":"Group","id":"bTIPh","%dn":"Group N","transitions":{"%bas":{"fn":"ease","duration":200}}},"cmMqi0":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"%br":360,"%bas":"bgcolor","%bgc":"rgba(255,255,255,0)","order":2,"fit_height":true,"margin_top":4,"single_width":true,"margin_bottom":4,"min_width_css":"12px","single_height":false,"min_height_css":"5px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"#FFFFFF"},"%x":"State"}},"%x":"Group","id":"bTIPl","%cp":"cmMqa0.elements","%dn":"Group N","order":2,"transitions":{"%bas":{"fn":"ease","duration":200}}}},"%nm":"Group - Toggle - Tipo User"},"cmMqt0":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::600","%h":13,"%l":0,"%t":0,"%w":24,"%z":5,"%fc":"rgba(78, 91, 118, 1)","%fs":14,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","margin_left":8,"padding_top":0,"margin_right":0,"padding_left":0,"single_width":false,"min_width_css":"24px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIPm","%cp":"cmMqX0.elements","%dn":"Text I","order":2}},"%s1":"Group_default_group_"}},"%nm":"Group - Card de Status","%s1":"Group_default_group_"}},"%nm":"RG - Status de Inscricao","order":4}},"%nm":"Group - Conteúdo - Status","%s1":"Group_default_group_"}},"%nm":"Group - Status","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":1},"bTIJP":{"%p":{"%h":72,"%l":0,"%t":0,"%w":100,"%z":12,"order":3,"fit_height":true,"single_width":false,"max_width_css":"100%","min_width_css":"100px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIPq","%cp":"bTIEi","%dn":"Group O","%el":{"cmMYs":{"%p":{"%h":79,"%l":0,"%t":0,"%w":100,"%z":2,"order":2,"row_gap":24,"use_gap":false,"fit_height":true,"margin_top":0,"single_width":true,"min_width_css":"100%","single_height":false,"min_height_css":"79px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIPu","%dn":"Group O","%el":{"cmMYv":{"%p":{"%3":{"%e":{"0":"Exames"},"%x":"TextExpression"},"%h":34,"%l":0,"%t":0,"%w":58,"%z":2,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"58px","single_height":false,"min_height_css":"19px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIPv","%dn":"Text L","%s1":"Text_t_tulo___600___16___cinza_escuro_"},"cmMYy":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652724965586x411027709731290900/icon-arrow-down%20%286%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible"},"%p":{"%ei":"bTIPx"},"%x":"GetElement"},"%p":{"rotation_angle":180},"%x":"State"}},"%x":"Image","id":"bTIPt","%dn":"Image I","%nm":"Icon - Chevron - Cores - Evento"}},"%nm":"Group - Header - Status","%s1":"Group_default_group_"},"cmMcm":{"%p":{"%h":471,"%l":0,"%t":0,"%w":360,"%z":11,"%iv":false,"order":3,"row_gap":17,"use_gap":true,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","padding_bottom":16,"horiz_alignment":"center","container_layout":"column","collapse_animation":true,"collapse_when_hidden":true},"%x":"Group","id":"bTIPx","%dn":"Group O","%el":{"bTHBk":{"%p":{"%h":3,"%l":0,"%t":0,"%w":20,"%z":6,"%ds":{"%n":{"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isexcluido__boolean","%v":true,"%c2":"not equal"}},"%t5":"custom.objexameclinica"},"%x":"Search"},"%gt":"custom.exames","%ss":"none","order":4,"fit_height":true,"fixed_rows":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"3px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"15px","container_horiz_alignment":"flex-start","data_correctly_attached_once":true},"%x":"RepeatingGroup","id":"bTIPy","%cp":"bTHBU.elements","%dn":"RepeatingGroup C","%el":{"cmMqw0":{"%p":{"%h":64,"%l":0,"%t":0,"%w":0,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.exames","order":1,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","padding_bottom":25,"vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIPw","%dn":"Group O","%el":{"cmMqy0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":0,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.exames","order":1,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIQA","%dn":"Group O","%el":{"cmMqs0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":40,"%z":2,"%br":70,"%ds":{"%x":"ElementParent"},"%gt":"custom.exames","%bas":"bgcolor","%bgc":"rgba(221, 222, 229, 1)","order":1,"use_gap":false,"column_gap":4,"fit_height":true,"padding_top":0,"padding_left":0,"single_width":true,"min_width_css":"40px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.filtroexames_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTIQB","%dn":"Group O","%el":{"cmMqf0":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"%br":360,"%iv":true,"%bas":"bgcolor","order":1,"fit_height":true,"margin_top":4,"margin_left":4,"single_width":true,"margin_bottom":4,"min_width_css":"12px","single_height":false,"min_height_css":"5px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.filtroexames_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"rgba(255,255,255,0)"},"%x":"State"}},"%x":"Group","id":"bTIPz","%dn":"Group O","transitions":{"%bas":{"fn":"ease","duration":200}}},"cmMqi0":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"%br":360,"%bas":"bgcolor","%bgc":"rgba(255,255,255,0)","order":2,"fit_height":true,"margin_top":4,"single_width":true,"margin_bottom":4,"min_width_css":"12px","single_height":false,"min_height_css":"5px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.filtroexames_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"#FFFFFF"},"%x":"State"}},"%x":"Group","id":"bTIQD","%cp":"cmMqa0.elements","%dn":"Group O","order":2,"transitions":{"%bas":{"fn":"ease","duration":200}}}},"%nm":"Group - Toggle - Exame"},"cmMqt0":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::600","%h":13,"%l":0,"%t":0,"%w":24,"%z":5,"%fc":"rgba(78, 91, 118, 1)","%fs":14,"order":2,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","margin_left":8,"padding_top":0,"margin_right":0,"padding_left":0,"single_width":false,"min_width_css":"24px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIQE","%cp":"cmMqX0.elements","%dn":"Text L","order":2}},"%s1":"Group_default_group_"}},"%nm":"Group - Card de Status","%s1":"Group_default_group_"}},"%nm":"RG - Status de Inscricao","order":4}},"%nm":"Group - Conteúdo - Status","%s1":"Group_default_group_"}},"%nm":"Group - Exames","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":5}},"%nm":"Group - Conteudo Filtros","%s1":"Group_default_group_","order":6},"bTIWI":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":8,"border_roundness_right":8,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIQC","%dn":"Group K","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Filtros"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIQG","%dn":"Text D","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTIZp":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":false,"%bgc":"rgba(123, 97, 255, 1)","%bos":"none","order":5,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_left":24,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":24,"min_width_css":"0px","padding_right":16,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIQH","%cp":"bTIWM.elements","%dn":"Group K","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIQF","%dn":"Group K","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1664981359662x117398651872021580/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIQJ","%dn":"Image C"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Download relatório"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIQK","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Download Relatório","order":2}},"%nm":"Group - Filtro","%s1":"Group_group___branco___8_border___sem_sombra_","order":2}},"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":3,"%vc":true,"order":6,"use_gap":true,"column_gap":24,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"aa"},"%x":"Group","id":"bTUci","%dn":"Group Z","%nm":"Group - Conteúdo","%s1":"Group_default_group_"},"bTHLr":{"%p":{"%h":328,"%l":0,"%t":20,"%w":400,"%z":14,"%3f":"top","%ci":"bTHKe","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIOj","%dn":"P - Novo Workspace A","custom_definition_name":"P - Novo Workspace"},"bTHhG":{"%p":{"%h":328,"%l":0,"%t":20,"%w":400,"%z":14,"%3f":"top","%ci":"bTHHY","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIOk","%dn":"P - Novo Usuario A","custom_definition_name":"P - Novo Usuario"},"bTJsR":{"%p":{"%h":200,"%l":307,"%t":113,"%w":465,"%z":14,"%3f":"top","%ci":"bTHGh","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTJsM","%dn":"P - Confirmação A"},"bTJsS":{"%p":{"%h":200,"%l":374,"%t":158,"%w":465,"%z":14,"%3f":"top","%ci":"bTHGh","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTJsT","%dn":"P - Confirmação B"},"bTMgr":{"%p":{"%h":200,"%l":0,"%t":391,"%w":465,"%z":15,"%3f":"top","%ci":"bTHEM","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTMgm","%dn":"P - Excluir A"},"bTNMv":{"%p":{"%h":328,"%l":0,"%t":263,"%w":400,"%z":16,"%3f":"top","%ci":"bTNIK","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"700px","min_width_css":"700px","single_height":false,"min_height_css":"590px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNMq","%dn":"P - Exame Retornado A"},"bTUcQ":{"%p":{"%h":284,"%l":216,"%t":273,"%w":1000,"%z":17,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTUcO","%dn":"P - Loading A"},"bTUch":{"%p":{"%h":64,"%l":254,"%t":376,"%w":64,"%z":2,"order":5,"nonant_alignment":"aa"},"%x":"1543086664409x454646894723334140-AAT","id":"bTJBH","%dn":"PDFModel A","custom_states":{"valorinputs_":{"%d":"valorInputs","%v":"list.text","make_static":true},"valorimagens_":{"%d":"valorImagens","%v":"list.image","make_static":true},"valorparimpar_":{"%d":"valorParImpar","%v":"number","default_val":2,"make_static":true},"dadosparticipante_":{"%d":"dadosParticipante","%v":"list.text","make_static":true}}}},"%wf":{"bTHkJ":{"%p":{"%ei":"bTIPc","event_color":"green"},"%x":"ButtonClicked","id":"bTIQI","actions":{"0":{"%p":{"%ei":"bTIPf"},"%x":"ToggleElement","id":"bTIQM"}}},"bTHkK":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%ei":"bTIPj","event_color":"green"},"%x":"ButtonClicked","id":"bTIQN","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%ei":"bTIOf","custom_state":"custom.filtrotipouser_"},"%x":"SetCustomState","id":"bTIQL"}}},"bTHkT":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%ei":"bTIPj","event_color":"green"},"%x":"ButtonClicked","id":"bTIQP","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.filtrotipouser_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%ei":"bTIOf","custom_state":"custom.filtrotipouser_"},"%x":"SetCustomState","id":"bTIQQ"}}},"bTIJI":{"%p":{"%ei":"bTIPu","event_color":"green"},"%x":"ButtonClicked","id":"bTIQT","actions":{"0":{"%p":{"%ei":"bTIPx"},"%x":"ToggleElement","id":"bTIQR"}}},"bTIJJ":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.filtroexames_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%ei":"bTIQB","event_color":"green"},"%x":"ButtonClicked","id":"bTIQV","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.filtroexames_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%ei":"bTIOf","custom_state":"custom.filtroexames_"},"%x":"SetCustomState","id":"bTIQW"}}},"bTIJW":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"custom.filtroexames_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%ei":"bTIQB","event_color":"green"},"%x":"ButtonClicked","id":"bTIQU","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.filtroexames_"},"%p":{"%ei":"bTIOf"},"%x":"GetElement"},"%ei":"bTIOf","custom_state":"custom.filtroexames_"},"%x":"SetCustomState","id":"bTIQY"}}},"bTIeA":{"%p":{"%ei":"bTIdr","event_color":"green"},"%x":"ButtonClicked","id":"bTIeB","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%v":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"clinica_bloqueada"},"%x":"OneOptionValue"},"%ei":"bTJsM","custom_state":"custom.tipo_"},"%x":"SetCustomState","id":"bTJsX"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%ei":"bTJsM"},"%x":"ShowElement","id":"bTJsa"},"2":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%v":true,"%ei":"bTIOf","custom_state":"custom.isabrirnovoexame__"},"%x":"SetCustomState","id":"bTIeE"}}},"bTJBN":{"%p":{"%en":"criar-pdf","wf_folder":"bTJBO","parameters":{"0":{"is_list":false,"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"1":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"2":{"is_list":false,"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTJBP","actions":{"0":{"%p":{"%ei":"bTJBH","ABD":20,"ABF":16,"ABG":16,"ABH":20,"ABL":true},"%x":"1543086664409x454646894723334140-AAs","id":"bTJBR"},"1":{"%p":{"%ei":"bTJBH","AAe":{"%e":{"0":"body"},"%x":"TextExpression"},"AAf":9,"AAi":"left","ABK":"rgba(78, 91, 118, 1)","AHq":{"%e":{"0":"Roboto"},"%x":"TextExpression"},"AOs":1.2},"%x":"1543086664409x454646894723334140-AAd","id":"bTJCM"},"2":{"%p":{"%ei":"bTJBH","AAe":{"%e":{"0":"SubheaderCenter"},"%x":"TextExpression"},"AAf":12,"AAg":true,"AAi":"center","ABK":"var(--color_background_default)","AHq":{"%e":{"0":"Roboto"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AAd","id":"bTJHQ"},"3":{"%p":{"%ei":"bTJBH","AAe":{"%e":{"0":"Subheader"},"%x":"TextExpression"},"AAf":12,"AAg":true,"AAi":"left","ABK":"var(--color_background_default)","AHq":{"%e":{"0":"Roboto"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AAd","id":"bTJCR"},"4":{"%p":{"%ei":"bTJBH","AAe":{"%e":{"0":"header"},"%x":"TextExpression"},"AAf":20,"AAi":"left","ABK":"rgba(61, 48, 128, 1)","AHq":{"%e":{"0":"Roboto"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AAd","id":"bTJBy"},"5":{"%p":{"%ei":"bTJBH","AEV":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AET","id":"bTJBo"},"6":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"logo_image"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"%ei":"bTJBH","AER":{"%e":{"0":"https:","1":{"%n":{"%x":"Message","%nm":"logo_image"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"2":""},"%x":"TextExpression"},"AEd":true,"AEf":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AEj":80,"AEk":80},"%x":"1543086664409x454646894723334140-AEQ","id":"bTJGL"},"7":{"%p":{"%ei":"bTJBH","AAW":{"%e":{"0":"[b]","1":{"%n":{"%x":"Message","%nm":"nome_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"2":"[/b]\\n","3":{"%p":{"arbitrary_text":{"%e":{"0":"Endereço: ","1":{"%n":{"%x":"Message","%nm":"rua_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"2":", ","3":{"%n":{"%x":"Message","%nm":"numeroend_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"4":"\\nBairro: ","5":{"%n":{"%x":"Message","%nm":"bairro_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"6":" - ","7":{"%n":{"%x":"Message","%nm":"cidade_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"8":" - ","9":{"%n":{"%x":"Message","%nm":"estado_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"10":"\\nTelefone: ","11":{"%n":{"%x":"Message","%nm":"telefone_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"12":"\\nCNPJ: ","13":{"%n":{"%x":"Message","%nm":"cnpj_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"14":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"AAc":{"%e":{"0":"body"},"%x":"TextExpression"},"AAn":24,"AAo":10,"ABM":true,"AEa":true,"AEc":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTJBc"},"8":{"%p":{"%ei":"bTJBH","AER":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1678388399237x562383416546976560/unnamed.jpg"},"%x":"TextExpression"},"AEd":true,"AEf":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AEj":80,"AEk":80},"%x":"1543086664409x454646894723334140-AEQ","id":"bTJGQ"},"9":{"%p":{"%ei":"bTJBH","AEY":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AEU","id":"bTJBv"},"10":{"%p":{"arguments":{"0":{"param_id":"bTJCG","arg_value":{"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"}},"1":{"param_id":"bTJCK","arg_value":{"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"}},"2":{"param_id":"bTJCL","arg_value":{"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"}}},"custom_event":"bTJCD"},"%x":"TriggerCustomEvent","id":"bTJCN"},"11":{"%p":{"%ei":"bTJBH","AHE":{"%e":{"0":"dadosParticipante"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHB","id":"bTJHD"},"12":{"%p":{"%ei":"bTJBH","AHF":{"%n":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%n":{"%a":2,"%n":{"%a":1,"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"modulo"},"%x":"Message","%nm":"convert_to_number"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.dadosparticipante_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"AHG":{"%e":{"0":"dadosParticipante"},"%x":"TextExpression"},"AHI":{"%e":{"0":"Dados do paciente"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"subheader"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHc":true,"AHf":1.3,"AON":true},"%x":"1543086664409x454646894723334140-AHC","id":"bTJHI"},"13":{"%p":{"%ei":"bTJBH","AHF":{"%n":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%n":{"%a":2,"%n":{"%a":1,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"modulo"},"%x":"Message","%nm":"convert_to_number"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.dadosparticipante_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"AHG":{"%e":{"0":"dadosParticipante"},"%x":"TextExpression"},"AHH":"Fit content","AHI":{"%e":{"0":""},"%x":"TextExpression"},"AHJ":{"%e":{"0":""},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHc":true,"AHf":1.3,"AON":true},"%x":"1543086664409x454646894723334140-AHC","id":"bTJHK"},"14":{"%p":{"%ei":"bTJBH","AHK":true,"AHM":10,"AHP":"Header Line Only","AHQ":{"%e":{"0":"dadosParticipante"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHD","id":"bTJHL"},"15":{"%p":{"%ei":"bTJBH","AAW":{"%e":{"0":"Resultado ","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"},"2":""},"%x":"TextExpression"},"AAc":{"%e":{"0":"SubheaderCenter"},"%x":"TextExpression"},"AAo":10,"ABM":true,"AEa":false,"AEc":{"%e":{"0":""},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTJHR"},"16":{"%p":{"%ei":"bTJBH","AHE":{"%e":{"0":"especTecnicas"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHB","id":"bTJHX"},"17":{"%p":{"%ei":"bTJBH","AHF":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"descricao_text"},"%x":"Message","%nm":"convert_to_list"},"%x":"Message","%nm":"exame_custom_exames"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"AHG":{"%e":{"0":"especTecnicas"},"%x":"TextExpression"},"AHI":{"%e":{"0":"Especificações Técnicas"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"subheader"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHc":true,"AHf":1.3,"AON":true},"%x":"1543086664409x454646894723334140-AHC","id":"bTJHW"},"18":{"%p":{"%ei":"bTJBH","AHK":true,"AHM":10,"AHP":"Header Line Only","AHQ":{"%e":{"0":"especTecnicas"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHD","id":"bTJHd"},"19":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"inserir_imagens_do_exame_no_laudo"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"},"arguments":{"0":{"param_id":"bTJCG","arg_value":{"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"}},"1":{"param_id":"bTJCK","arg_value":{"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"}},"2":{"param_id":"bTJCL","arg_value":{"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"}}},"custom_event":"bTJEn"},"%x":"TriggerCustomEvent","id":"bTJFU"},"20":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"inserir_imagens_do_exame_no_laudo"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"},"%ei":"bTJBH","AGE":{"%e":{"0":"imagens"},"%x":"TextExpression"},"AGL":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"arquivos_list_file"},"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"}},"%x":"1543086664409x454646894723334140-AFx","id":"bTJFh"},"21":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"inserir_imagens_do_exame_no_laudo"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"},"%ei":"bTJBH","AER":{"%e":{"0":"","2":""},"%x":"TextExpression"},"AEd":false,"AEf":{"%e":{"0":""},"%x":"TextExpression"},"AEj":300,"AFD":true,"AFG":10,"AGN":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"limit_to"},"%x":"Message","%nm":"url"},"%x":"Message","%nm":"arquivos_list_file"},"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"},"AGO":{"%e":{"0":"imagens"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AEQ","id":"bTJGK"},"22":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"inserir_imagens_do_exame_no_laudo"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"},"%ei":"bTJBH","AGK":{"%e":{"0":"imagens"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AGJ","id":"bTJFk"},"23":{"%p":{"arguments":{"0":{"param_id":"bTJCG","arg_value":{"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"}},"1":{"param_id":"bTJCK","arg_value":{"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"}},"2":{"param_id":"bTJCL","arg_value":{"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"}}},"custom_event":"bTJCS"},"%x":"TriggerCustomEvent","id":"bTJFp"},"24":{"%p":{"%ei":"bTJBH","AAW":{"%e":{"0":"Avaliação"},"%x":"TextExpression"},"AAc":{"%e":{"0":"Subheader"},"%x":"TextExpression"},"AAo":16,"AAq":10,"ABM":true,"AEa":false,"AEc":{"%e":{"0":""},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTJCf"},"25":{"%p":{"arguments":{"0":{"param_id":"bTJCG","arg_value":{"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"}},"1":{"param_id":"bTJCK","arg_value":{"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJBU","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"}},"2":{"param_id":"bTJCL","arg_value":{"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJBV","param_name":"clinica"},"%x":"CurrentWorkflowItem"}}},"custom_event":"bTJCS"},"%x":"TriggerCustomEvent","id":"bTJFQ"},"26":{"%p":{"%ei":"bTJBH","AGE":{"%e":{"0":"valores"},"%x":"TextExpression"},"AGL":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"custom.valorinputs_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"}},"%x":"1543086664409x454646894723334140-AFx","id":"bTJHk"},"27":{"%p":{"%ei":"bTJBH","ABO":{"%e":{"0":"body"},"%x":"TextExpression"},"ABV":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"custom.valorinputs_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"ABo":false,"AEO":"No Borders","AOK":true},"%x":"1543086664409x454646894723334140-ABN","id":"bTJCd"},"28":{"%p":{"%ei":"bTJBH","AAW":{"%e":{"0":"Conclusão"},"%x":"TextExpression"},"AAc":{"%e":{"0":"Subheader"},"%x":"TextExpression"},"AAo":24,"AAq":10,"ABM":true,"AEa":false,"AEc":{"%e":{"0":""},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTJCe"},"29":{"%p":{"%ei":"bTJBH","AAW":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"conclusao_text"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":""},"%x":"TextExpression"},"AAc":{"%e":{"0":"body"},"%x":"TextExpression"},"AAo":24,"AAq":10,"ABM":false,"AEa":false,"AEc":{"%e":{"0":""},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTJCj"},"30":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"observacoes_text"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"%ei":"bTJBH","AAW":{"%e":{"0":"Observações"},"%x":"TextExpression"},"AAc":{"%e":{"0":"Subheader"},"%x":"TextExpression"},"AAo":24,"AAq":10,"ABM":true,"AEa":false,"AEc":{"%e":{"0":""},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTJCl"},"31":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"observacoes_text"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"%ei":"bTJBH","AAW":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"observacoes_text"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":""},"%x":"TextExpression"},"AAc":{"%e":{"0":"body"},"%x":"TextExpression"},"AAo":24,"AAq":10,"ABM":false,"AEa":false,"AEc":{"%e":{"0":""},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTJCk"},"32":{"%p":{"%ei":"bTJBH","AER":{"%e":{"0":"https:","1":{"%n":{"%n":{"%x":"Message","%nm":"assinaturamedica_image"},"%x":"Message","%nm":"medico_user"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJBt","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":""},"%x":"TextExpression"},"AEd":false,"AEf":{"%e":{"0":""},"%x":"TextExpression"},"AEj":200,"AFD":true,"AFG":36},"%x":"1543086664409x454646894723334140-AEQ","id":"bTJCp"},"33":{"%p":{"%ei":"bTJBH","AOp":true},"%x":"1543086664409x454646894723334140-AAY","id":"bTJBX"}}},"bTJCH":{"%p":{"%en":"setar-valores-dados-participante","wf_folder":"bTJBO","parameters":{"0":{"is_list":false,"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"1":{"is_list":false,"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJCK","param_name":"solicitacao"},"2":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTJCD","actions":{"0":{"%p":{"%v":2,"%ei":"bTJBH","custom_state":"custom.valorparimpar_"},"%x":"SetCustomState","id":"bTJGU"},"1":{"%p":{"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":"[b]NOME:[/b] ","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":"|","3":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"4":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.dadosparticipante_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"%ei":"bTJBH","custom_state":"custom.dadosparticipante_"},"%x":"SetCustomState","id":"bTJGZ"},"2":{"%p":{"arguments":{"0":{"param_id":"bTJGe","arg_value":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"}}},"custom_event":"bTJGb"},"%x":"TriggerCustomEvent","id":"bTJGd"},"3":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"cpf"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":"[b]CPF:[/b] ","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":"|","3":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"4":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.dadosparticipante_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"%ei":"bTJBH","custom_state":"custom.dadosparticipante_"},"%x":"SetCustomState","id":"bTJGi"},"4":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"cpf"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"arguments":{"0":{"param_id":"bTJGe","arg_value":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"}}},"custom_event":"bTJGb"},"%x":"TriggerCustomEvent","id":"bTJGk"},"5":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"rg"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":"[b]RG:[/b] ","1":{"%n":{"%n":{"%x":"Message","%nm":"rg_text"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":"|","3":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"4":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.dadosparticipante_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"%ei":"bTJBH","custom_state":"custom.dadosparticipante_"},"%x":"SetCustomState","id":"bTJGp"},"6":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"rg"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"arguments":{"0":{"param_id":"bTJGe","arg_value":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"}}},"custom_event":"bTJGb"},"%x":"TriggerCustomEvent","id":"bTJGu"},"7":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"email"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":"[b]EMAIL:[/b] ","1":{"%n":{"%n":{"%x":"Message","%nm":"email_text"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":"|","3":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"4":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.dadosparticipante_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"%ei":"bTJBH","custom_state":"custom.dadosparticipante_"},"%x":"SetCustomState","id":"bTJGj"},"8":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"email"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"arguments":{"0":{"param_id":"bTJGe","arg_value":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"}}},"custom_event":"bTJGb"},"%x":"TriggerCustomEvent","id":"bTJGo"},"9":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"telefone"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":"[b]TELEFONE:[/b] ","1":{"%n":{"%n":{"%x":"Message","%nm":"telefone_text"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":"|","3":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"4":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.dadosparticipante_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"%ei":"bTJBH","custom_state":"custom.dadosparticipante_"},"%x":"SetCustomState","id":"bTJGw"},"10":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"telefone"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"arguments":{"0":{"param_id":"bTJGe","arg_value":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"}}},"custom_event":"bTJGb"},"%x":"TriggerCustomEvent","id":"bTJGv"},"11":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"nascimento"},"%x":"OneOptionValue"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"},"%x":"CurrentWorkflowItem"},"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":"[b]NASCIMENTO:[/b] ","1":{"%n":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy"},"%x":"Message","%nm":"format_date"},"%x":"Message","%nm":"nascimento_date"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"%x":"CurrentWorkflowItem"},"2":"|","3":{"%n":{"%x":"Message","%nm":"custom.valorparimpar_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"4":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.dadosparticipante_"},"%p":{"%ei":"bTJBH"},"%x":"GetElement"},"%ei":"bTJBH","custom_state":"custom.dadosparticipante_"},"%x":"SetCustomState","id":"bTJHA"}}},"bTJCV":{"%p":{"%en":"setar-valores-dos-inputs","wf_folder":"bTJBO","parameters":{"0":{"is_list":false,"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"1":{"is_list":false,"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJCK","param_name":"solicitacao"},"2":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTJCS","actions":{"0":{"%p":{"%v":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"%c1":{"%e":{"0":"[b]","1":{"%n":{"%n":{"%a":2,"%n":{"%x":"Message","%nm":"to_uppercase"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"2":"[/b]: ","3":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M="},"4":"\\n\\n"},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text"},"%x":"Message","%nm":"valoresformulario_list_text"},"%p":{"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"%x":"CurrentWorkflowItem"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ei":"bTJBH","custom_state":"custom.valorinputs_"},"%x":"SetCustomState","id":"bTJCX"}}},"bTJEq":{"%p":{"%en":"setar-valores-das-imagens","wf_folder":"bTJBO","parameters":{"0":{"is_list":false,"btype_id":"custom.laudo","optional":false,"param_id":"bTJCG","param_name":"laudo"},"1":{"is_list":false,"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJCK","param_name":"solicitacao"},"2":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTJCL","param_name":"clinica"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTJEn","actions":{"0":{"%p":{"%v":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%n":{"%p":{"%c1":{"%e":{"0":"https:","1":{"%x":"InjectedValue"},"2":""},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text"},"%x":"Message","%nm":"arquivos_list_file"},"%p":{"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTJCK","param_name":"solicitacao"},"%x":"CurrentWorkflowItem"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ei":"bTJBH","custom_state":"custom.valorimagens_"},"%x":"SetCustomState","id":"bTJEp"}}},"bTJEx":{"%p":{"%ei":"bTJBH","wf_folder":"bTJBO","breakpoint":true},"%x":"1543086664409x454646894723334140-AOq","id":"bTJEz"},"bTJGc":{"%p":{"%en":"alterar-par-impar","wf_folder":"bTJBO","parameters":{"0":{"is_list":false,"btype_id":"number","optional":false,"param_id":"bTJGe","param_name":"valorAnterior"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTJGb","actions":{"0":{"%p":{"%v":{"%n":{"%a":2,"%n":{"%a":1,"%n":{"%n":{"%x":"Message","%nm":"convert_to_number"},"%p":{"formatting_for_true":{"%e":{"0":"2"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"1"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"modulo"},"%p":{"btype_id":"number","optional":false,"param_id":"bTJGe","param_name":"valorAnterior"},"%x":"CurrentWorkflowItem"},"%ei":"bTJBH","custom_state":"custom.valorparimpar_"},"%x":"SetCustomState","id":"bTJGa"}}},"bTMgx":{"%p":{"%ei":"bTMge","event_color":"green"},"%x":"ButtonClicked","id":"bTMgs","actions":{"0":{"%p":{"%v":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_solicita__o"},"%x":"OneOptionValue","is_slidable":false},"%ei":"bTMgm","custom_state":"custom.tipo_","custom_states_values":{"0":{"%v":{"%x":"ElementParent","is_slidable":false},"custom_state":"custom.solicitacao_"}}},"%x":"SetCustomState","id":"bTMgy"},"1":{"%p":{"%ei":"bTMgm"},"%x":"ShowElement","id":"bTMhC"}}},"bTNNB":{"%p":{"%ei":"bTNMi","event_color":"green"},"%x":"ButtonClicked","id":"bTNMw","actions":{"0":{"%p":{"%ds":{"%x":"ElementParent","is_slidable":false},"%ei":"bTNMq"},"%x":"DisplayGroupData","id":"bTNNC"},"1":{"%p":{"%ei":"bTNMq"},"%x":"ShowElement","id":"bTNNG"}}},"bTRtC":{"%p":{"%ei":"bTIPP","event_color":"green"},"%x":"ButtonClicked","id":"bTRtA","actions":{"0":{"%p":{"AAD":{"%e":{"0":{"%n":{"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"1526912550459x175937239475814400-AAC","id":"bTRtH"}}},"bTSxW":{"%p":{"%ei":"bTSxF","event_color":"green"},"%x":"ButtonClicked","id":"bTSxL","actions":{"0":{"%p":{"%ei":"bTUcO","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTUdu"},"1":{"%p":{"%ei":"bTIPN"},"%x":"ListShowNext","id":"bTSxR"},"2":{"%p":{"%ei":"bTUcO","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTUdw"}}},"bTSxd":{"%p":{"%ei":"bTSxG","event_color":"green"},"%x":"ButtonClicked","id":"bTSxX","actions":{"0":{"%p":{"%ei":"bTUcO","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTUdp"},"1":{"%p":{"%ei":"bTIPN"},"%x":"ListShowPrevious","id":"bTSxc"},"2":{"%p":{"%ei":"bTUcO","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTUdo"}}},"bTUcJ":{"%p":{"%ei":"bTUbq","event_color":"blue"},"%x":"InputChanged","id":"bTUcI","actions":{"0":{"%p":{"%ei":"bTUcO","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTUcK"},"1":{"%p":{"%ei":"bTUbw"},"%x":"ResetGroup","id":"bTUcU"},"2":{"%p":{"%ds":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"_all","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUbq"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"},"%c2":"contains_all_fields"}},"%t5":"custom.colaborador1"},"%x":"Search"},"%ei":"bTUbw"},"%x":"DisplayGroupData","id":"bTUcV"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"_all","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUbq"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"},"%c2":"contains_all_fields"}},"%t5":"custom.colaborador1"},"%x":"Search"}},"%x":"ResetInputs","id":"bTUcW"},"4":{"%p":{"%ei":"bTUcO","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTUca"}}},"bTUdF":{"%p":{"%ei":"bTUct","event_color":"green"},"%x":"ButtonClicked","id":"bTUcz","actions":{"0":{"%p":{"AAD":{"%e":{"0":{"%n":{"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"1526912550459x175937239475814400-AAC","id":"bTUdE"}}},"bTVaO":{"%p":{"%ei":"bTIOq","event_color":"green"},"%x":"ButtonClicked","id":"bTVaM","actions":{"0":{"%p":{"%v":true,"%ei":"bTIOf","custom_state":"custom.ispesquisar__"},"%x":"SetCustomState","id":"bTVaS"}}},"bTJAu1":{"%p":{"%ei":"bTIPS","event_color":"green"},"%x":"ButtonClicked","id":"bTJAp1","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.status___solicita__o","option_value":"laudo_enviado"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"status_option_status___solicita__o"},"%x":"ElementParent"},"%cs":{"0":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"finalizado"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTJAw1"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"pdfassinado_file"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search"},"AAG":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"pdfassinado_file"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"AAI":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"2":"","3":{"%x":"Empty"},"4":" - ","5":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"sigla_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"6":".pdf"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"}},"%x":"1539124824422x194279356396994560-AAC","id":"bTMSt0"},"2":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"pdfassinado_file"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search"},"AAG":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"pdf_file","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"AAI":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"2":"","3":{"%x":"Empty"},"4":" - ","5":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"sigla_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"6":".pdf"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"}},"%x":"1539124824422x194279356396994560-AAC","id":"bTNxT"},"3":{"%x":"TerminateWorkflow","id":"bTJBY"},"4":{"%p":{"arguments":{"0":{"param_id":"bTJBU","arg_value":{"%x":"ElementParent"}},"1":{"param_id":"bTJBV","arg_value":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idclinica_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"clinicaid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.clinica"},"%x":"Search"}},"2":{"param_id":"bTJBt","arg_value":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search"}}},"custom_event":"bTJBP"},"%x":"TriggerCustomEvent","id":"bTNxO"},"5":{"%p":{"AAD":{"%e":{"0":{"%p":{"%nm":"Website Home"},"%x":"PageData"},"1":"laudo/","2":{"%n":{"%n":{"%x":"Message","%nm":"_id"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search"},"3":""},"%x":"TextExpression"}},"%x":"1526912550459x175937239475814400-AAC","id":"bTJBW"}}},"bTLPg1":{"%p":{"%ei":"bTLPY1","event_color":"green"},"%x":"ButtonClicked","id":"bTLPe1","actions":{"0":{"%p":{"AAg":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%p":{"%nm":"Website Home"},"%x":"PageData"},"1":"r-exame/","2":{"%n":{"%x":"Message","%nm":"_id"},"%x":"ElementParent"},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"}},"%x":"1497473108162x748255442121523200-AAU","id":"bTLPk1"},"1":{"%p":{"AAF":{"%e":{"0":"Link copiado!"},"%x":"TextExpression"},"AAJ":"rgba(30,200,0,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTLPy1"}}}},"%p":{"%h":591,"%l":0,"%t":0,"%w":1216,"%br":8,"%et":"Group","%bas":"none","use_gap":true,"column_gap":24,"min_width_px":0,"default_width":1216,"min_height_px":795,"single_height":true,"min_height_css":"200px","wf_folder_list":{"bTJBO":"pdf"},"element_version":4,"container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTIOf","%nm":"G - Solicitações - ClÃnica","custom_states":{"filtroexames_":{"%d":"filtroExames","%v":"list.custom.exames","make_static":true},"ispesquisar__":{"%d":"isPesquisar?","%v":"boolean","make_static":true},"filtrotipouser_":{"%d":"filtroStatus","%v":"list.option.status___solicita__o","make_static":true},"isabrirnovoexame__":{"%d":"isAbrirNovoExame?","%v":"boolean","make_static":true}}},"bTKAb":{"%el":{"bTKGE0":{"%el":{"bTKGF0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"use_gap":true,"column_gap":14,"fit_height":true,"padding_left":32,"single_width":false,"min_width_css":"0px","padding_right":32,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":16,"border_roundness_right":16,"container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJyi","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Laudos"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJyj","%dn":"Text A","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTKGG0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":1216,"%z":10,"%iv":true,"order":4,"fit_width":false,"fit_height":false,"margin_left":0,"padding_top":24,"margin_right":0,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%x":"Group","id":"bTJyh","%dn":"Group S","%el":{"bTGzW":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":17,"order":1,"use_gap":true,"column_gap":24,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTJyl","%cp":"bTGyu.elements","%dn":"Group B","%el":{"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTJym","%dn":"Group B","%el":{"cmODk0":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search"},"%ps":{"%e":{"0":"pesquise por paciente..."},"%x":"TextExpression"},"order":2,"fit_height":false,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTJyk","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa - Laudo","%s1":"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTJyo","%dn":"Image A"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHAC":{"%p":{"%h":15,"%l":0,"%t":0,"%w":39,"%z":17,"order":2,"use_gap":true,"fit_height":true,"padding_top":16,"single_width":false,"min_width_css":"39px","single_height":false,"min_height_css":"15px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTJyq","%cp":"bTGyu.elements","%dn":"Group C","%el":{"cmObl":{"%p":{"%h":40,"%l":0,"%t":0,"%w":920,"%z":2,"%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true},"%x":"Group","id":"bTJyu","%dn":"Group C","%el":{"bTHDM":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":15,"order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJyv","%cp":"bTHCR","%dn":"Group L","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJyt","%dn":"Group L","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Paciente"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJyx","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTJyy","%dn":"Image G"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy","%s1":"Group_default_group_","order":10},"bTJvm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":18,"%iv":false,"order":7,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzD","%cp":"bTHnM","%dn":"Group W","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzE","%dn":"Group W","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Valor a pagar [color=#800000](R$ [fa]caret-up[/fa])[/color]"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJzC","%dn":"Text P","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTJzG","%dn":"Image L"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 13","%s1":"Group_default_group_","order":13},"bTJxh":{"%p":{"%h":40,"%l":10,"%t":10,"%w":0,"%z":19,"order":9,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzI","%cp":"bTHnM","%dn":"Group AZ","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzM","%dn":"Group AZ","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Laudado por"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJzN","%dn":"Text G","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTJzL","%dn":"Image J"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 3","%s1":"Group_default_group_","order":14},"bTKAh":{"%p":{"%h":40,"%l":10,"%t":10,"%w":0,"%z":20,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTKAZ","%cp":"bTJyu","%dn":"Group E","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTKAe","%dn":"Group E","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Data"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKAc","%dn":"Text I","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTKAg","%dn":"Image D"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 6","%s1":"Group_default_group_","order":10},"bTKBN":{"%p":{"%h":21,"%l":832,"%t":7,"%w":26,"order":11,"fit_height":true,"single_width":true,"min_width_css":"17px","single_height":false,"min_height_css":"21px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Group","id":"bTKBK","%dn":"Group O","%s1":"Group_default_group_"},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":4,"order":10,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"110px","min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzH","%dn":"Group C","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzF","%dn":"Group C","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Status"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJzJ","%dn":"Text C","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTJzK","%dn":"Image B"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Header de Tabela"}},"%nm":"Group - Lista de Sessões + Header","%s1":"Group_default_group_","order":2},"bTHAR":{"%p":{"%h":42,"%l":0,"%t":0,"%w":159,"%z":18,"order":3,"fit_height":false,"single_width":false,"min_width_css":"159px","single_height":false,"min_height_css":"42px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTJzP","%dn":"Group F","%el":{"bTHAU":{"%p":{"%h":119,"%l":0,"%t":0,"%w":267,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"paciente_custom_colaborador1","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJyk"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":"equals"},"1":{"%k":"exame_custom_exames","%v":{"%n":{"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement"},"%c2":"in"},"2":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%c2":"equals"}},"%d2":true,"%sf":"dataemissao_date","%t5":"custom.laudo","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.laudo","%sc":"rgba(237,239,241,1)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"267px","single_height":false,"max_height_css":"100%","min_height_css":"119px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"0px"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTKAx"},"%x":"GetElement"},"%p":{"%ds":{"%p":{"%co":{"0":{"%k":"paciente_custom_colaborador1","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJyk"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":"equals"},"1":{"%k":"iscancelado__boolean","%v":true,"%c2":"equals"},"2":{"%k":"exame_custom_exames","%v":{"%n":{"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":"in"}},"%d2":true,"%sf":"dataemissao_date","%t5":"custom.laudo","ignore_empty_constraints":true},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTKBO"},"%x":"GetElement"},"%p":{"%ds":{"%p":{"%co":{"0":{"%k":"paciente_custom_colaborador1","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJyk"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":"equals"},"1":{"%k":"iscancelado__boolean","%v":false,"%c2":"equals"},"2":{"%k":"solicitacaocancelamentoatual_custom_solicitacaocancelamento","%v":{"%x":"Empty"},"%c2":"is_not_empty"},"3":{"%k":"exame_custom_exames","%v":{"%n":{"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":"in"}},"%d2":true,"%sf":"dataemissao_date","%t5":"custom.laudo","ignore_empty_constraints":true},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"State"}},"%x":"RepeatingGroup","id":"bTJzQ","%dn":"RepeatingGroup A","%el":{"bTJxU":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","%bas":"none","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTJzO","%dn":"Group X","%el":{"bTJxV":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true,"border_color_bottom":"var(--color_success_default)","border_style_bottom":"solid"},"%x":"Group","id":"bTJzS","%dn":"Group G","%el":{"bTHDN":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":19,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":3,"row_gap":2,"use_gap":true,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"column","container_vert_alignment":"center","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzT","%cp":"bTHCe","%dn":"Group M","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJzR","%dn":"Text E","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"},"bTKBf":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":14,"%l":10,"%t":10,"%w":39,"%z":3,"%fc":"var(--color_surface_default)","%fs":11,"order":2,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKBd","%cp":"bTJzT","%dn":"Text K","order":2}},"%nm":"Group - Item de Tabela copy 2","%s1":"Group_default_group_","order":10},"bTHNM":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":20,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":8,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzV","%cp":"bTHMg","%dn":"Group Q","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"medico_user"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJzW","%dn":"Text H","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 4","%s1":"Group_default_group_","order":11},"bTJwl":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":23,"%ds":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"tipofinanceiro_option_tipo___receita_despesa","%v":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"receita"},"%x":"OneOptionValue"},"%c2":"equals"},"1":{"%k":"laudoid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idlaudo_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.objetocobranca"},"%x":"Search"},"%gt":"custom.objetocobranca","%iv":false,"order":6,"use_gap":true,"fit_width":false,"column_gap":7,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJze","%cp":"bTHne","%dn":"Group Y","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"valor1_number"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"valorinicial_number"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"valor1_number"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"2":" [size=1][s]","3":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"valorinicial_number"},"%x":"ElementParent"},"4":"[/s][/size]"},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTJzf","%dn":"Text F","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 15","%s1":"Group_default_group_","order":14},"bTJxi":{"%p":{"%h":40,"%l":10,"%t":10,"%w":0,"%z":24,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":9,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"110px","min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTJzl","%cp":"bTHne","%dn":"Group J","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"Cancelado"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Ativo"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"%fc":"rgba(40,149,78,1)","%fs":13,"order":1,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"},"%p":{"%fc":"var(--color_destructive_default)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"solicitacaocancelamentoatual_custom_solicitacaocancelamento"},"%x":"ElementParent"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"Canc. solicitado"},"%x":"TextExpression"},"%fc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Text","id":"bTJzj","%dn":"Text Q"}},"%nm":"Group - Item de Tabela copy 5","%s1":"Group_default_group_","order":15},"bTKAi":{"%p":{"%h":40,"%l":10,"%t":10,"%w":0,"%z":25,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTKAf","%cp":"bTJzS","%dn":"Group I","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy - HH:MM"},"%x":"Message","%nm":"format_date"},"%x":"Message","%nm":"dataemissao_date"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKAk","%dn":"Text J","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 7","%s1":"Group_default_group_","order":10},"bTKAp":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":19,"%bc":"var(--color_destructive_default)","%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","%iv":true,"%bas":"bgcolor","%bgc":"rgba(var(--color_destructive_default_rgb), 0.65)","%bos":"solid","order":10,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"0px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"solicitacaocancelamentoatual_custom_solicitacaocancelamento"},"%x":"ElementParent"},"%p":{"%bc":"rgba(231,231,231,0)","%bgc":"rgba(var(--color_text_default_rgb), 0)","button_disabled":true},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"},"%p":{"%bc":"rgba(231,231,231,1)","%bgc":"var(--color_text_default)","button_disabled":true},"%x":"State"}},"%x":"Group","id":"bTKAm","%cp":"bTJzS","%dn":"Group N","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%9i":"cancel","%ic":"rgba(255,255,255,1)","order":1,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","title_attribute":{"%e":{"0":"Solicitar cancelamento"},"%x":"TextExpression"},"nonant_alignment":"ab"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"solicitacaocancelamentoatual_custom_solicitacaocancelamento"},"%x":"ElementParent"},"%p":{"%9i":"timer","%ic":"var(--color_primary_default)","title_attribute":{"%e":{"0":"Aguardando resposta"},"%x":"TextExpression"}},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"},"%p":{"%ic":"var(--color_primary_contrast_default)","title_attribute":{"%e":{"0":"Laudo cancelado"},"%x":"TextExpression"}},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTKAl","%cp":"cmNlg.elements","%dn":"MaterialIcon A"}},"%nm":"Btn - Solicitar Cancelamento","order":11}},"%nm":"Group - Conteúdo da Celula"}},"%s1":"Group_default_group_"}},"%nm":"RG - Participantes"}},"%nm":"Container - Lista de inscritos","%s1":"Group_default_group_"}},"%nm":"Group - Relatórios","%s1":"Group_default_group_"}},"%p":{"%h":440,"%l":0,"%t":0,"%w":0,"%z":11,"order":4,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"stretch","container_layout":"column"},"%x":"Group","id":"bTJyA","%dn":"Group D","%s1":"Group_group___branco___8_border___sem_sombra_"},"bTHRt":{"%p":{"%h":328,"%l":0,"%t":20,"%w":750,"%z":14,"%3f":"top","%ci":"bTHNc","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"750px","min_width_css":"750px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTJyB","%dn":"P - Nova ClÃnica A"},"bTHqY":{"%p":{"%h":328,"%l":0,"%t":20,"%w":400,"%z":14,"%3f":"top","%ci":"bTHph","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTJyC","%dn":"P - Novo Modelo de Laudo A"},"bTKDn":{"%p":{"%h":328,"%l":430,"%t":134,"%w":400,"%z":14,"%3f":"top","%ci":"bTKCm","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTKDi","%dn":"P - Solicitacao Cancela A"},"bTKHM0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":1216,"%z":13,"%iv":true,"order":3,"fit_width":true,"fit_height":true,"single_width":false,"max_width_css":"250px","min_width_css":"250px","single_height":false,"min_height_css":"440px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.filtro___laudos_admin","option_value":"modelos"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.filtro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTJzm","%cp":"bTHkj.elements","%dn":"Group K","%el":{"bTIWI":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":8,"border_roundness_right":8,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTJzq","%dn":"Group K","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Filtros"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJzr","%dn":"Text D","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTKAt":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":false,"%bgc":"rgba(123, 97, 255, 1)","%bos":"none","order":6,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_left":24,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":24,"min_width_css":"0px","padding_right":16,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTJzp","%cp":"bTIWM.elements","%dn":"Group K","%el":{"bTKAr":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTJzt","%dn":"Group K","%el":{"bTKAv":{"%p":{"%3":{"%e":{"0":"Download relatório"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJzs","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"},"bTKAw":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1664981359662x117398651872021580/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTJzu","%dn":"Image C"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Download Relatório","order":2},"bTKAz":{"%p":{"%h":42,"%l":95,"%t":160,"%w":73,"%z":12,"order":2,"row_gap":16,"use_gap":false,"fit_height":false,"single_width":false,"min_width_css":"73px","single_height":false,"min_height_css":"42px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTKAu","%dn":"Group H","%el":{"bTKBq":{"%p":{"%h":72,"%l":0,"%t":0,"%w":100,"%z":13,"order":3,"fit_height":true,"single_width":false,"max_width_css":"100%","min_width_css":"100px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTKBg","%cp":"bTKAu","%dn":"Group P","%el":{"cmMYs":{"%p":{"%h":79,"%l":0,"%t":0,"%w":100,"%z":2,"order":2,"row_gap":24,"use_gap":false,"fit_height":true,"margin_top":0,"single_width":true,"min_width_css":"100%","single_height":false,"min_height_css":"79px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTKBi","%dn":"Group P","%el":{"cmMYv":{"%p":{"%3":{"%e":{"0":"Exames"},"%x":"TextExpression"},"%h":34,"%l":0,"%t":0,"%w":58,"%z":2,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"58px","single_height":false,"min_height_css":"19px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKBj","%dn":"Text L","%s1":"Text_t_tulo___600___16___cinza_escuro_"},"cmMYy":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652724965586x411027709731290900/icon-arrow-down%20%286%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","rotation_angle":180,"vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible"},"%p":{"%ei":"bTKBl"},"%x":"GetElement"},"%p":{"rotation_angle":0},"%x":"State"}},"%x":"Image","id":"bTKBh","%dn":"Image E","%nm":"Icon - Chevron - Cores - Evento"}},"%nm":"Group - Header - Status","%s1":"Group_default_group_"},"cmMcm":{"%p":{"%h":471,"%l":0,"%t":0,"%w":360,"%z":11,"%iv":false,"order":3,"row_gap":17,"use_gap":true,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","padding_bottom":16,"horiz_alignment":"center","container_layout":"column","collapse_animation":true,"collapse_when_hidden":true},"%x":"Group","id":"bTKBl","%dn":"Group P","%el":{"bTHBk":{"%p":{"%h":3,"%l":0,"%t":0,"%w":20,"%z":6,"%ds":{"%p":{"%t5":"custom.exames"},"%x":"Search"},"%gt":"custom.exames","%ss":"none","order":4,"fit_height":true,"fixed_rows":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"3px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"15px","container_horiz_alignment":"flex-start"},"%x":"RepeatingGroup","id":"bTKBm","%cp":"bTHBU.elements","%dn":"RepeatingGroup B","%el":{"cmMqw0":{"%p":{"%h":64,"%l":0,"%t":0,"%w":0,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.exames","order":1,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","padding_bottom":25,"vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTKBk","%dn":"Group P","%el":{"cmMqy0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":0,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.exames","order":1,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTKBo","%dn":"Group P","%el":{"cmMqs0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":40,"%z":2,"%br":70,"%ds":{"%x":"ElementParent"},"%gt":"custom.exames","%bas":"bgcolor","%bgc":"rgba(221, 222, 229, 1)","order":1,"use_gap":false,"column_gap":4,"fit_height":true,"padding_top":0,"padding_left":0,"single_width":true,"min_width_css":"40px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTKBp","%dn":"Group P","%el":{"cmMqf0":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"%br":360,"%iv":true,"%bas":"bgcolor","order":1,"fit_height":true,"margin_top":4,"margin_left":4,"single_width":true,"margin_bottom":4,"min_width_css":"12px","single_height":false,"min_height_css":"5px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"rgba(255,255,255,0)"},"%x":"State"}},"%x":"Group","id":"bTKBn","%dn":"Group P","transitions":{"%bas":{"fn":"ease","duration":200}}},"cmMqi0":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"%br":360,"%bas":"bgcolor","%bgc":"rgba(255,255,255,0)","order":2,"fit_height":true,"margin_top":4,"single_width":true,"margin_bottom":4,"min_width_css":"12px","single_height":false,"min_height_css":"5px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"#FFFFFF"},"%x":"State"}},"%x":"Group","id":"bTKBr","%cp":"cmMqa0.elements","%dn":"Group P","order":2,"transitions":{"%bas":{"fn":"ease","duration":200}}}},"%nm":"Group - Toggle - Exame"},"cmMqt0":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::600","%h":13,"%l":0,"%t":0,"%w":24,"%z":5,"%fc":"rgba(78, 91, 118, 1)","%fs":14,"order":2,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","margin_left":8,"padding_top":0,"margin_right":0,"padding_left":0,"single_width":false,"min_width_css":"24px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKBs","%cp":"cmMqX0.elements","%dn":"Text L","order":2}},"%s1":"Group_default_group_"}},"%nm":"Group - Card de Status","%s1":"Group_default_group_"}},"%nm":"RG - Status de Inscricao","order":4}},"%nm":"Group - Conteúdo - Status","%s1":"Group_default_group_"}},"%nm":"Group - Exames","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":3},"bTKCZ":{"%p":{"%h":72,"%l":10,"%t":10,"%w":100,"%z":14,"order":4,"fit_height":true,"single_width":false,"max_width_css":"100%","min_width_css":"100px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTKCM","%cp":"bTKAu","%dn":"Group R","%el":{"cmMYs":{"%p":{"%h":79,"%l":0,"%t":0,"%w":100,"%z":2,"order":2,"row_gap":24,"use_gap":false,"fit_height":true,"margin_top":0,"single_width":true,"min_width_css":"100%","single_height":false,"min_height_css":"79px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTKCL","%dn":"Group R","%el":{"cmMYv":{"%p":{"%3":{"%e":{"0":"Status"},"%x":"TextExpression"},"%h":34,"%l":0,"%t":0,"%w":58,"%z":2,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"58px","single_height":false,"min_height_css":"19px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKCP","%dn":"Text M","%s1":"Text_t_tulo___600___16___cinza_escuro_"},"cmMYy":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652724965586x411027709731290900/icon-arrow-down%20%286%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","rotation_angle":180,"vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible"},"%p":{"%ei":"bTKCO"},"%x":"GetElement"},"%p":{"rotation_angle":0},"%x":"State"}},"%x":"Image","id":"bTKCQ","%dn":"Image F","%nm":"Icon - Chevron - Cores - Evento"}},"%nm":"Group - Header - Status","%s1":"Group_default_group_"},"cmMcm":{"%p":{"%h":471,"%l":0,"%t":0,"%w":360,"%z":11,"%iv":false,"order":3,"row_gap":17,"use_gap":true,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","padding_bottom":16,"horiz_alignment":"center","container_layout":"column","collapse_animation":true,"collapse_when_hidden":true},"%x":"Group","id":"bTKCO","%dn":"Group R","%el":{"bTKCj":{"%p":{"%h":200,"%l":-24,"%t":-312,"%w":200,"%z":2,"%3f":"top","%ci":"bTICj","order":5,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTKAx","%dn":"G - Checkbox A","%nm":"G - Checkbox - Cancelados"},"bTKCn":{"%p":{"%h":200,"%l":-24,"%t":-276,"%w":200,"%z":3,"%3f":"top","%ci":"bTICj","order":6,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTKBO","%cp":"bTKAu","%dn":"G - Checkbox B","%nm":"G - Checkbox - Solicitacoes","order":2,"custom_definition_name":"G - Checkbox"}},"%nm":"Group - Conteúdo - Status","%s1":"Group_default_group_"}},"%nm":"Group - Status","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":4}},"%s1":"Group_default_group_"}},"%nm":"Group - Filtro","%s1":"Group_group___branco___8_border___sem_sombra_","order":2}},"%wf":{"bTKBE":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"custom.titulo_"},"%p":{"%ei":"bTKAx"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTJxx"},"%x":"ThisElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTKBA","actions":{"0":{"%p":{"%v":"Somente cancelados","%ei":"bTKAx","custom_state":"custom.titulo_"},"%x":"SetCustomState","id":"bTKBF"},"1":{"%p":{"%v":"Solic. Cancelamento","%ei":"bTKBO","custom_state":"custom.titulo_"},"%x":"SetCustomState","id":"bTKBR"}}},"bTKBU":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTKAx"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isalterado__"},"%p":{"%ei":"bTKAx"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTKBT","actions":{"0":{"%p":{"%v":false,"%ei":"bTKAx","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTKBS"},"1":{"%p":{"%ds":false,"%ei":"bTKBO"},"%x":"DisplayGroupData","id":"bTKBX"}}},"bTKBc":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTKBO"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isalterado__"},"%p":{"%ei":"bTKBO"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTKBV","actions":{"0":{"%p":{"%v":false,"%ei":"bTKBO","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTKBa"},"1":{"%p":{"%ds":false,"%ei":"bTKAx"},"%x":"DisplayGroupData","id":"bTKBY"}}},"bTKBx":{"%p":{"%ei":"bTKBi","event_color":"green"},"%x":"ButtonClicked","id":"bTKBu","actions":{"0":{"%p":{"%ei":"bTKBl"},"%x":"ToggleElement","id":"bTKBt"}}},"bTKCB":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement"},"%ei":"bTKBp","event_color":"green"},"%x":"ButtonClicked","id":"bTKBy","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement"},"%ei":"bTJxx","custom_state":"custom.examesfiltro_"},"%x":"SetCustomState","id":"bTKCA"}}},"bTKCI":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement"},"%ei":"bTKBp","event_color":"green"},"%x":"ButtonClicked","id":"bTKCF","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.examesfiltro_"},"%p":{"%ei":"bTJxx"},"%x":"GetElement"},"%ei":"bTJxx","custom_state":"custom.examesfiltro_"},"%x":"SetCustomState","id":"bTKCK"}}},"bTKCa":{"%p":{"%ei":"bTKCL","event_color":"green"},"%x":"ButtonClicked","id":"bTKCX","actions":{"0":{"%p":{"%ei":"bTKCO"},"%x":"ToggleElement","id":"bTKCc"}}},"bTKDq":{"%p":{"%ei":"bTKAm","event_color":"green"},"%x":"ButtonClicked","id":"bTKDl","actions":{"0":{"%p":{"%ds":{"%x":"ElementParent"},"%ei":"bTKDi"},"%x":"DisplayGroupData","id":"bTKDo"},"1":{"%p":{"%ei":"bTKDi"},"%x":"ShowElement","id":"bTKDs"}}}},"%p":{"%h":591,"%l":0,"%t":0,"%w":1216,"%br":8,"%et":"Group","%bas":"none","use_gap":true,"column_gap":24,"min_width_px":0,"default_width":1216,"min_height_px":440,"single_height":true,"min_height_css":"200px","element_version":5,"container_layout":"row","responsive_version":1},"%x":"CustomDefinition","id":"bTJxx","%nm":"G - Laudos - ClÃnica","custom_states":{"filtro_":{"%d":"filtro","%v":"option.filtro___laudos_admin","default_val":"relat_rio","make_static":true},"examesfiltro_":{"%d":"examesFiltro","%v":"list.custom.exames","make_static":true},"clinicaselecionada_":{"%d":"modeloLaudoSelecionado","%v":"custom.modelolaudo","make_static":true}}},"bTLbI0":{"%el":{"bTHLr":{"%p":{"%h":328,"%l":414,"%t":113,"%w":400,"%z":14,"%3f":"top","%ci":"bTHKe","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLYs0","%dn":"P - Novo Workspace A","custom_definition_name":"P - Novo Workspace"},"bTJsb":{"%p":{"%h":200,"%l":220,"%t":119,"%w":465,"%z":14,"%3f":"top","%ci":"bTHGh","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLYx0","%dn":"P - Confirmação A","custom_definition_name":"P - Confirmação"},"bTPRx":{"%p":{"%h":200,"%l":0,"%t":344,"%w":465,"%z":16,"%3f":"top","%ci":"bTHEM","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTPRs","%dn":"P - Excluir A"},"bTPmI":{"%p":{"%h":400,"%l":0,"%t":191,"%w":400,"%z":17,"%3f":"top","%ci":"bTPjf","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTPmG","%dn":"P - Upload Paciente A"},"bTKGE0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":0,"%z":11,"order":4,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"stretch","container_layout":"column"},"%x":"Group","id":"bTLYy0","%dn":"Group D","%el":{"bTKGF0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"use_gap":true,"column_gap":14,"fit_height":true,"padding_left":32,"single_width":false,"min_width_css":"0px","padding_right":32,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":16,"border_roundness_right":16,"container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLZC0","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Pacientes"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLZD0","%dn":"Text A","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTKGG0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":1216,"%z":10,"order":3,"fit_width":false,"fit_height":false,"margin_left":0,"padding_top":24,"margin_right":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTLZE0","%dn":"Group S","%el":{"bTGzW":{"%p":{"%h":28,"%l":32,"%t":0,"%w":0,"%z":17,"order":1,"use_gap":true,"column_gap":24,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTLZI0","%cp":"bTGyu.elements","%dn":"Group B","%el":{"bTPmC":{"%p":{"%h":48,"%l":10,"%t":10,"%w":280,"%z":10,"%bc":"var(--color_primary_default)","%br":8,"%bw":2,"%iv":true,"%bgc":"rgba(255,255,255,1)","%bos":"solid","order":3,"use_gap":true,"fit_width":true,"column_gap":24,"fit_height":true,"padding_left":31,"single_width":false,"min_width_css":"135px","padding_right":31,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false,"%bgc":"var(--color_primary_contrast_default)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_hovered","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"},"2":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTPmZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"},"3":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__o___empresa","option_value":"habilitar"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__o___empresa","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTPlu","%cp":"bTLZI0","%dn":"Group Q","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTPlw","%dn":"Group Q","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%9i":"file_upload","%ic":"var(--color_primary_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed","is_slidable":false},"%p":{"%ei":"bTPlu"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_hovered","is_slidable":false},"%p":{"%ei":"bTPlu"},"%x":"GetElement","is_slidable":false},"%p":{"%ic":"rgba(255,255,255,1)"},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTPmA","%dn":"MaterialIcon A"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Upload"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"%fc":"var(--color_primary_default)","order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed","is_slidable":false},"%p":{"%ei":"bTPlu"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_hovered","is_slidable":false},"%p":{"%ei":"bTPlu"},"%x":"GetElement","is_slidable":false},"%p":{"%fc":"rgba(255,255,255,1)"},"%x":"State"}},"%x":"Text","id":"bTPmB","%dn":"Text I","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Upload","order":4},"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTLZJ0","%dn":"Group B","%el":{"cmODk0":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":2,"fit_height":false,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTLZK0","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa - Inscrito - Aéreo","%s1":"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLZO0","%dn":"Image A"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"},"bTHbV0":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":10,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":true,"%bgc":"var(--color_primary_default)","%bos":"none","order":4,"use_gap":true,"fit_width":true,"column_gap":24,"fit_height":true,"padding_left":31,"single_width":false,"min_width_css":"135px","padding_right":31,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"var(--color_primary_contrast_default)"},"%x":"State"}},"%x":"Group","id":"bTLZP0","%cp":"bTGzJ.elements","%dn":"Group H","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLZQ0","%dn":"Group H","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569409794x636670628237517800/Icon%20-%20Add%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false},"%x":"State"}},"%x":"Image","id":"bTLZU0","%dn":"Image E"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Novo paciente"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%3":{"%e":{"0":"Nova empresa [fa]lock[/fa]"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTLZV0","%dn":"Text K","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Novo Coordenador","order":4}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHAC":{"%p":{"%h":15,"%l":0,"%t":0,"%w":39,"%z":17,"order":4,"use_gap":true,"fit_height":true,"padding_top":16,"single_width":false,"min_width_css":"39px","single_height":false,"min_height_css":"15px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTLZW0","%cp":"bTGyu.elements","%dn":"Group C","%el":{"cmObl":{"%p":{"%h":40,"%l":32,"%t":0,"%w":920,"%z":2,"%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true},"%x":"Group","id":"bTLZa0","%dn":"Group C","%el":{"bTHDM":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":15,"order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLZb0","%cp":"bTHCR","%dn":"Group L","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLZc0","%dn":"Group L","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Nome"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLZg0","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLZh0","%dn":"Image G"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy","%s1":"Group_default_group_","order":10},"bTHhB":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":14,"%bc":"rgba(202, 192, 255, 1)","%br":4,"%bas":"none","%bgc":"rgba(242, 239, 255, 1)","%bos":"none","order":11,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":6,"padding_left":8,"single_width":false,"min_width_css":"56px","padding_right":8,"single_height":false,"min_height_css":"0px","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLZi0","%cp":"bTGzu.elements","%dn":"Group J","%nm":"Espaço - Botões","order":2},"bTIKf":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":16,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLZm0","%cp":"bTIJk","%dn":"Group E","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLZn0","%dn":"Group E","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"CPF"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLZo0","%dn":"Text G","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLZs0","%dn":"Image D"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 3","%s1":"Group_default_group_","order":11},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":20,"%z":4,"order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLZt0","%dn":"Group C","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLZu0","%dn":"Group C","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Empresa"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLZy0","%dn":"Text C","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLZz0","%dn":"Image B"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Header de Tabela"}},"%nm":"Group - Lista de Sessões + Header","%s1":"Group_default_group_","order":2},"bTHAR":{"%p":{"%h":42,"%l":0,"%t":0,"%w":159,"%z":18,"order":5,"fit_height":false,"single_width":false,"min_width_css":"159px","single_height":false,"min_height_css":"42px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTLaA0","%dn":"Group F","%el":{"bTHAU":{"%p":{"%h":119,"%l":0,"%t":0,"%w":267,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"_id","%v":{"%n":{"%n":{"%x":"Message","%nm":"_id"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLZK0"},"%x":"GetElement"},"%c2":{"%x":"Empty"}},"1":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%c2":"equals"}},"%d2":false,"%sf":"nome_text","%t5":"custom.colaborador1","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.colaborador1","%sc":"rgba(237,239,241,1)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"267px","single_height":false,"max_height_css":"100%","min_height_css":"119px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTLaE0","%dn":"RepeatingGroup A","%el":{"bTHBG":{"%p":{"%h":40,"%l":32,"%t":0,"%w":0,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true,"border_color_bottom":"var(--color_success_default)","border_style_bottom":"solid"},"%x":"Group","id":"bTLaF0","%dn":"Group G","%el":{"bTHDN":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":19,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLaG0","%cp":"bTHCe","%dn":"Group M","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLaK0","%dn":"Text E","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 2","%s1":"Group_default_group_","order":10},"bTIKg":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":20,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLaL0","%cp":"bTIKB","%dn":"Group P","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cpf_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLaM0","%dn":"Text H","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 4","%s1":"Group_default_group_","order":11},"bTKsQ":{"%p":{"%h":26,"%l":0,"%t":0,"%w":52,"%z":18,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":11,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"single_width":false,"min_width_css":"52px","single_height":false,"min_height_css":"26px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTLaQ0","%dn":"Group O","%el":{"bTKsR":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":2,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"0px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLaR0","%cp":"bTHAX.elements","%dn":"Group I","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1656943033190x688081000665288240/Icon%20-%20Editar%20-%20%237B61FF.svg"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"Image","id":"bTLaS0","%cp":"cmNlg.elements","%dn":"Image F"}},"%nm":"Btn - Editar","%s1":"Group_group___outline__cac0ff___bg__fff5f5___1_px_","order":9},"bTKsS":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":17,"%bc":"var(--color_destructive_default)","%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","%iv":true,"%bas":"bgcolor","%bgc":"rgba(var(--color_destructive_default_rgb), 0.65)","%bos":"solid","order":1,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"0px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%x":"Group","id":"bTLaW0","%cp":"bTKQg.elements","%dn":"Group N","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1668185220020x923695542324318100/Icon%20-%20Deletar%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"Image","id":"bTLaX0","%cp":"cmNlg.elements","%dn":"Image H"}},"%nm":"Btn - Deletar","order":10}},"%s1":"Group_default_group_"},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":20,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLaY0","%dn":"Group G","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"idempresa_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"empresaid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.empresa"},"%x":"Search"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLac0","%dn":"Text F","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Conteúdo da Celula"}},"%nm":"RG - Participantes"}},"%nm":"Container - Lista de inscritos","%s1":"Group_default_group_"},"bTPme":{"%p":{"%h":0,"%l":0,"%t":24,"%w":0,"%z":20,"%ds":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%c2":"equals"},"1":{"%k":"isfinalizado__boolean","%v":true,"%c2":"not equal"}},"%t5":"custom.objuploadpaciente"},"%x":"Search"},"%gt":"custom.objuploadpaciente","%iv":false,"order":3,"row_gap":5,"use_gap":true,"fit_height":true,"margin_left":32,"padding_top":12,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTPmZ","%dn":"Group R","%el":{"bTPmf":{"%p":{"%h":20,"%l":0,"%t":-24,"%w":300,"%z":19,"%br":5,"AAD":{"%n":{"%n":{"%a":100,"%x":"Message","%nm":"times","is_slidable":false},"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%n":{"%p":{"decimal_place":7},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"divide","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"arquivosrealizados_list_file","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"AAE":"var(--color_primary_default)","AAI":false,"order":2,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"23px","horiz_alignment":"flex-start"},"%x":"1586417026456x360184924969369600-AAC","id":"bTPmT","%dn":"Simpleprogressbar A"},"bTPml":{"%p":{"%3":{"%e":{"0":"Upload em andamento (","1":{"%n":{"%n":{"%p":{"%ft":"percentage","decimal_place":0},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%n":{"%p":{"decimal_place":7},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"divide","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"arquivosrealizados_list_file","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="},"2":")"},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTPmg","%cp":"bTPmZ","%dn":"Text J","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - upload","%s1":"Group_default_group_"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%s1":"Group_group___branco___8_border___sem_sombra_"},"bTKHM0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":1216,"%z":13,"%iv":false,"order":3,"fit_width":true,"fit_height":true,"single_width":false,"max_width_css":"250px","min_width_css":"250px","single_height":false,"min_height_css":"440px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%x":"Group","id":"bTLad0","%cp":"bTHkj.elements","%dn":"Group K","%el":{"bTIWI":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":8,"border_roundness_right":8,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTLae0","%dn":"Group K","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Filtros"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLai0","%dn":"Text D","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTIZp":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":false,"%bgc":"rgba(123, 97, 255, 1)","%bos":"none","order":5,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_left":24,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":24,"min_width_css":"0px","padding_right":16,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLaj0","%cp":"bTIWM.elements","%dn":"Group K","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLak0","%dn":"Group K","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1664981359662x117398651872021580/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLao0","%dn":"Image C"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Download relatório"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLap0","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Download Relatório","order":2}},"%nm":"Group - Filtro","%s1":"Group_group___branco___8_border___sem_sombra_","order":2},"bTLbO0":{"%p":{"%h":328,"%l":-224.97723388671875,"%t":156,"%w":400,"%z":15,"%3f":"top","%ci":"bTITg","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"600px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLbM0","%dn":"P - Novo Paciente A"}},"%wf":{"bTHhE":{"%p":{"%ei":"bTLaR0","event_color":"green"},"%x":"ButtonClicked","id":"bTLaq0","actions":{"0":{"%p":{"%ds":{"%x":"ElementParent"},"%ei":"bTLbM0"},"%x":"DisplayGroupData","id":"bTLau0"},"1":{"%p":{"%ei":"bTLbM0"},"%x":"ShowElement","id":"bTLav0"}}},"bTKsh":{"%p":{"%ei":"bTLaW0","event_color":"green"},"%x":"ButtonClicked","id":"bTLaw0","actions":{"0":{"%p":{"%v":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_paciente"},"%x":"OneOptionValue","is_slidable":false},"%ei":"bTPRs","custom_state":"custom.tipo_","custom_states_values":{"0":{"%v":{"%x":"ElementParent","is_slidable":false},"custom_state":"custom.paciente_"}}},"%x":"SetCustomState","id":"bTPRy"},"1":{"%p":{"%ei":"bTPRs"},"%x":"ShowElement","id":"bTPSC"}}},"bTPmO":{"%p":{"%ei":"bTPlu","event_color":"green"},"%x":"ButtonClicked","id":"bTPmM","actions":{"0":{"%p":{"%ei":"bTPmG"},"%x":"ShowElement","id":"bTPmS"}}},"bTHbY0":{"%p":{"%ei":"bTLZP0","event_color":"green"},"%x":"ButtonClicked","id":"bTLbA0","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%ei":"bTLbM0"},"%x":"ShowElement","id":"bTLbB0"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%v":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"clinica_bloqueada"},"%x":"OneOptionValue"},"%ei":"bTLYx0","custom_state":"custom.tipo_"},"%x":"SetCustomState","id":"bTLbC0"},"2":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%ei":"bTLYx0"},"%x":"ShowElement","id":"bTLbG0"}}}},"%p":{"%h":591,"%l":0,"%t":0,"%w":1216,"%br":8,"%et":"Group","%bas":"none","use_gap":true,"column_gap":24,"min_width_px":0,"default_width":1216,"min_height_px":440,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"row","responsive_version":1},"%x":"CustomDefinition","id":"bTLYr0","%nm":"G - Pacientes"},"bTLeT0":{"%p":{"%h":200,"%w":200,"%et":"Group","min_width_px":0,"default_width":200,"min_height_px":200,"element_version":4,"container_layout":"column"},"%x":"CustomDefinition","id":"bTLeS0","%el":{"bTLef0":{"%p":{"%h":591,"%l":-454.974365234375,"%t":160,"%w":1216,"%z":2,"%3f":"top","%ci":"bTLbY0","order":1,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTLhM0"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"CustomElement","id":"bTLea0","%dn":"G - Financeiro por Mes - Clinica A"},"bTLhO0":{"%p":{"%h":440,"%l":-48.974365234375,"%t":485,"%w":0,"%z":3,"%3f":"top","%ci":"bTLeg0","%ds":{"%n":{"%x":"Message","%nm":"custom.mesabrir_"},"%p":{"%ei":"bTLea0"},"%x":"GetElement"},"%iv":false,"order":2,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLhM0"},"%x":"ThisElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTLhM0","%dn":"G - Lista Financeira Laudos - ClÃnica A"}},"%nm":"G - Financeiro - ClÃnica","%wf":{"bTLhI0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isfechar__"},"%p":{"%ei":"bTLhM0"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTLhH0","actions":{"0":{"%p":{"%ei":"bTLea0","custom_state":"custom.mesabrir_"},"%x":"SetCustomState","id":"bTLhY0"}}},"bTLha0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"isnt_visible"},"%p":{"%ei":"bTLeS0"},"%x":"ThisElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.mesabrir_"},"%p":{"%ei":"bTLea0"},"%x":"GetElement"},"event_color":"purple"},"%x":"ConditionTrue","id":"bTLhZ0","actions":{"0":{"%p":{"%ei":"bTLea0","custom_state":"custom.mesabrir_"},"%x":"SetCustomState","id":"bTLhe0"}}}}},"bTQVF":{"%el":{"bTHLr":{"%p":{"%h":328,"%l":414,"%t":113,"%w":400,"%z":14,"%3f":"top","%ci":"bTHKe","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTQRn","%dn":"P - Novo Workspace A","custom_definition_name":"P - Novo Workspace"},"bTJsb":{"%p":{"%h":200,"%l":220,"%t":119,"%w":465,"%z":14,"%3f":"top","%ci":"bTHGh","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTQRo","%dn":"P - Confirmação A","custom_definition_name":"P - Confirmação"},"bTQPG":{"%p":{"%h":703,"%l":0,"%t":-112,"%w":750,"%z":16,"%3f":"top","%ci":"bTQLm","max_width":100,"min_width":65,"fit_height":true,"single_width":false,"max_width_css":"865px","min_width_css":"865px","single_height":false,"min_height_css":"55px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTQUI","%dn":"P - Novo Tutorial A"},"bTQQU":{"%p":{"%h":200,"%l":0,"%t":319,"%w":465,"%z":17,"%3f":"top","%ci":"bTHEM","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTQUJ","%dn":"P - Excluir A"},"bTKGE0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":0,"%z":11,"order":4,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"stretch","container_layout":"column"},"%x":"Group","id":"bTQRs","%dn":"Group D","%el":{"bTQLW":{"%p":{"%h":0,"%l":0,"%t":0,"%w":1216,"%z":10,"order":3,"use_gap":true,"fit_width":false,"column_gap":32,"fit_height":false,"margin_left":0,"margin_right":0,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTQSE","%cp":"bTQHk","%dn":"Group I","%el":{"bTQVG":{"%p":{"%h":42,"%l":0,"%t":0,"%w":159,"%z":18,"order":3,"fit_height":false,"single_width":true,"min_width_css":"345px","single_height":false,"min_height_css":"42px","vert_alignment":"stretch","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTQTC","%dn":"Group I","%el":{"bTQVK":{"%p":{"%h":119,"%l":0,"%t":0,"%w":267,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"tipouser_option_tipo___user","%v":{"%n":{"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%c2":"equals"}},"%d2":false,"%sf":"ordem_number","%t5":"custom.video","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.video","%sc":"rgba(237,239,241,0)","%ss":"solid","%sw":12,"order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"267px","single_height":false,"max_height_css":"100%","min_height_css":"119px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"0px"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin_master"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%a":{"%n":{"%a":"admin","%x":"Message","%nm":"equals","is_slidable":false},"%p":{"%nm":"Current Page Name"},"%x":"PageData","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%ds":{"%p":{"%co":{"0":{"%k":"tipouser_option_tipo___user","%v":{"%p":{"option_set":"option.tipo___user","option_value":"admin"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"}},"%d2":false,"%sf":"ordem_number","%t5":"custom.video","ignore_empty_constraints":true},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin_master"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%a":{"%n":{"%a":"painel","%x":"Message","%nm":"equals","is_slidable":false},"%p":{"%nm":"Current Page Name"},"%x":"PageData","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%ds":{"%p":{"%co":{"0":{"%k":"tipouser_option_tipo___user","%v":{"%p":{"option_set":"option.tipo___user","option_value":"admin"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"}},"%d2":false,"%sf":"ordem_number","%t5":"custom.video","ignore_empty_constraints":true},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"State"}},"%x":"RepeatingGroup","id":"bTQTG","%dn":"RepeatingGroup A","%el":{"bTQVL":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":2,"%br":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","%bas":"bgcolor","%bgc":"rgba(var(--color_text_default_rgb), 0.65)","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"padding_top":14,"margin_right":32,"padding_left":14,"single_width":false,"min_width_css":"0px","padding_right":14,"single_height":false,"min_height_css":"0px","padding_bottom":14,"horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":false,"border_color_bottom":"rgba(237, 239, 241, 1)","border_style_bottom":"solid"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.tutorialselecioando_","is_slidable":false},"%p":{"%ei":"bTQRm"},"%x":"GetElement","is_slidable":false},"%p":{"%bgc":"rgba(var(--color_text_default_rgb), 1)"},"%x":"State"},"1":{"%c":{"%n":{"%a":1,"%x":"Message","%nm":"equals","is_slidable":false},"%x":"CurrentCellsIndex","is_slidable":false},"%p":{"margin_top":24},"%x":"State"}},"%x":"Group","id":"bTQTH","%dn":"Group I","%el":{"bTQXJ":{"%p":{"%h":0,"%l":14,"%t":14,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":1,"row_gap":4,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTQXE","%dn":"Group B","%el":{"bTQXK":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":-14,"%t":-14,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTQTM","%dn":"Text E","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"},"bTQXO":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"Message","%nm":"moduloadmin_option_menu","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin_master"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"Message","%nm":"moduloadmin_option_menu","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"m_dico"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"Message","%nm":"modulomedico_option_menu0","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"Message","%nm":"moduloclinica_option_menu___cl_nica","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":-14,"%t":-14,"%w":39,"%z":2,"%fs":11,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTQTO","%dn":"Text E","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%s1":"Group_default_group_"},"bTQXU":{"%p":{"%h":80,"%l":107.5,"%t":46,"%w":80,"%z":4,"%9i":"check_circle","%ic":"var(--color_primary_default)","%iv":false,"order":2,"fit_height":false,"single_width":true,"min_width_css":"18px","single_height":true,"min_height_css":"18px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.tutorialselecioando_","is_slidable":false},"%p":{"%ei":"bTQRm"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTQXP","%dn":"MaterialIcon A"}},"%nm":"Group - Card de Tutorial"}},"%nm":"RG - Videos"}},"%nm":"Container - Lista de inscritos","%s1":"Group_default_group_"},"bTQXh":{"%p":{"%h":0,"%l":32,"%t":32,"%w":70,"%z":3,"%br":8,"%ht":{"%e":{"0":"<iframe class=\\"zoom_response\\" src=\\"https:","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"arquivo_file","is_slidable":false},"%x":"Message","%nm":"custom.tutorialselecioando_","is_slidable":false},"%p":{"%ei":"bTQRm"},"%x":"GetElement","is_slidable":false,"moved_to_top":true},"2":"\\" allow=\\"microphone; camera\\" width=\\"100%\\" height=\\"100%\\"></iframe>"},"%x":"TextExpression"},"%iv":true,"%ph":0,"%pv":0,"%u2":false,"order":1,"fit_height":false,"margin_top":24,"margin_left":32,"padding_top":0,"padding_left":0,"single_width":false,"margin_bottom":32,"min_width_css":"70px","padding_right":0,"single_height":false,"max_height_css":"100%","min_height_css":"0px","padding_bottom":0,"vert_alignment":"stretch","horiz_alignment":"flex-start","collapse_when_hidden":true},"%x":"HTML","id":"bTQXc","%cp":"bTQSE","%dn":"HTML A","order":1}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"},"bTKGF0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"use_gap":true,"column_gap":14,"fit_height":true,"padding_left":32,"single_width":false,"min_width_css":"0px","padding_right":32,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":16,"border_roundness_right":16,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTQTm","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Tutoriais"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTQTq","%dn":"Text A","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"}},"%s1":"Group_group___branco___8_border___sem_sombra_"},"bTKHM0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":1216,"%z":13,"%iv":false,"order":3,"fit_width":true,"fit_height":true,"single_width":false,"max_width_css":"250px","min_width_css":"250px","single_height":false,"min_height_css":"440px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%x":"Group","id":"bTQTr","%cp":"bTHkj.elements","%dn":"Group K","%el":{"bTIWI":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":8,"border_roundness_right":8,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTQTs","%dn":"Group K","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Filtros"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTQTw","%dn":"Text D","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTIZp":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":false,"%bgc":"rgba(123, 97, 255, 1)","%bos":"none","order":5,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_left":24,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":24,"min_width_css":"0px","padding_right":16,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTQTx","%cp":"bTIWM.elements","%dn":"Group K","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTQTy","%dn":"Group K","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1664981359662x117398651872021580/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTQUC","%dn":"Image C"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Download relatório"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTQUD","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Download Relatório","order":2}},"%nm":"Group - Filtro","%s1":"Group_group___branco___8_border___sem_sombra_","order":2},"bTLbO0":{"%p":{"%h":328,"%l":-224.97723388671875,"%t":156,"%w":400,"%z":15,"%3f":"top","%ci":"bTITg","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"600px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTQUE","%dn":"P - Novo Paciente A","custom_definition_name":"P - Novo Paciente"}},"%wf":{"bTQPW":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"custom.tutorialselecioando_","is_slidable":false},"%p":{"%ei":"bTQRm"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTQRm"},"%x":"ThisElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTQUQ","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTQTG"},"%x":"GetElement","is_slidable":false},"%ei":"bTQRm","custom_state":"custom.tutorialselecioando_"},"%x":"SetCustomState","id":"bTQUV"}}},"bTQQr":{"%p":{"%en":"mover-ordem","parameters":{"0":{"is_list":false,"btype_id":"custom.video","optional":false,"param_id":"bTbyA","param_name":"videoParaMenor"},"1":{"is_list":false,"btype_id":"number","optional":false,"param_id":"bTbyB","param_name":"ordemMenor"},"2":{"is_list":false,"btype_id":"custom.video","optional":false,"param_id":"bTbyF","param_name":"videoParaMaior"},"3":{"is_list":false,"btype_id":"number","optional":false,"param_id":"bTbyG","param_name":"ordemMaior"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTQUi","actions":{"0":{"%p":{"%cs":{"0":{"%k":"ordem_number","%v":{"%p":{"btype_id":"number","event_id":"bTQUi","optional":false,"param_id":"bTbyB","param_name":"ordemMenor"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.video","event_id":"bTQUi","optional":false,"param_id":"bTbyA","param_name":"videoParaMenor"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"ChangeThing","id":"bTQUm"},"1":{"%p":{"%cs":{"0":{"%k":"ordem_number","%v":{"%p":{"btype_id":"number","event_id":"bTQUi","optional":false,"param_id":"bTbyG","param_name":"ordemMaior"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.video","event_id":"bTQUi","optional":false,"param_id":"bTbyF","param_name":"videoParaMaior"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"ChangeThing","id":"bTQUn"},"2":{"%p":{"AAF":{"%e":{"0":"Ordem alterada!"},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTQUo"}}},"bTQXa":{"%p":{"%ei":"bTQTH","event_color":"green"},"%x":"ButtonClicked","id":"bTQXV","actions":{"0":{"%p":{"%v":{"%x":"ElementParent","is_slidable":false},"%ei":"bTQRm","custom_state":"custom.tutorialselecioando_"},"%x":"SetCustomState","id":"bTQXb"}}}},"%p":{"%h":591,"%l":0,"%t":0,"%w":1216,"%br":8,"%et":"Group","%bas":"none","use_gap":true,"column_gap":24,"min_width_px":0,"default_width":1216,"min_height_px":440,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"row","responsive_version":1},"%x":"CustomDefinition","id":"bTQRm","%nm":"G - Tutoriais","custom_states":{"tutorialselecioando_":{"%d":"tutorialSelecioando","%v":"custom.video","make_static":true}}},"bTHmT":{"%el":{"bTJur":{"%p":{"%h":284,"%l":546,"%t":247,"%w":1000,"%z":3,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTJus","%dn":"P - Loading A"},"bTLdZ":{"%p":{"%h":251,"%l":0,"%t":0,"%w":200,"%z":2,"%bh":0,"%br":16,"%bs":"outset","%bv":0,"%bgc":"rgba(255,255,255,1)","%bsb":38,"%bsc":"rgba(0,0,0,0.09)","%bsp":-4,"reference":"bTHlZ","fit_height":true,"offset_top":33,"offset_left":-310,"single_width":true,"min_width_css":"360px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"GroupFocus","id":"bTHkf","%cp":"bTHFu0.elements","%dn":"GroupFocus A","%el":{"bTLWh":{"%p":{"%h":86,"%l":0,"%t":0,"%w":149,"%z":2,"%iv":true,"order":2,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"149px","padding_right":24,"single_height":false,"min_height_css":"72px","horiz_alignment":"center","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":16,"border_roundness_right":16,"border_roundness_bottom":0},"%x":"Group","id":"bTHkj","%dn":"Group I","%el":{"bTLWk":{"%p":{"%3":{"%e":{"0":"Meu perfil"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":29,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"29px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHkk","%dn":"Text E","%s1":"Text_t_tulo___600___16___cinza_escuro_"}}},"bTLdd":{"%p":{"%h":72,"%l":0,"%t":0,"%w":360,"%z":3,"%iv":true,"order":3,"row_gap":16,"use_gap":true,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"149px","padding_right":24,"single_height":false,"min_height_css":"72px","padding_bottom":24,"horiz_alignment":"center","container_layout":"column","four_border_style":false,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":16,"border_roundness_right":16,"border_roundness_bottom":0},"%x":"Group","id":"bTHki","%cp":"bTLdL.elements","%dn":"Group J","%el":{"bTLdj":{"%p":{"%h":74,"%l":0,"%t":0,"%w":74,"%z":6,"order":1,"use_gap":true,"fit_width":true,"column_gap":16,"fit_height":true,"single_width":false,"min_width_css":"229px","single_height":false,"min_height_css":"74px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHkm","%dn":"Group K","%el":{"bTLdk":{"%p":{"%h":74,"%l":0,"%t":0,"%w":74,"%z":5,"%br":360,"src":{"%e":{"0":"","1":{"%n":{"%n":{"%p":{"crop_to_fit":true},"%x":"Message","%nm":"imgix_treatment"},"%x":"Message","%nm":"foto_image"},"%x":"CurrentUser"},"2":""},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"74px","single_height":true,"min_height_css":"74px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHkn","%cp":"bTLda.elements","%dn":"Image C","%nm":"Btn - Perfil","order":2},"bTLds":{"%p":{"%h":16,"%l":0,"%t":0,"%w":0,"%z":6,"order":3,"row_gap":6,"use_gap":true,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHkl","%dn":"Group L","%el":{"bTLdt":{"%p":{"%3":{"%e":{"0":"Foto do perfil"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":29,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"29px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHkp","%cp":"bTLdN.elements","%dn":"Text F","%s1":"Text_inter___600___14____4e5b76___1_3_line_spacing_","order":2},"bTLdw":{"%p":{"%b":false,"%f":"var(--font_default):::500","%h":40,"%l":0,"%t":0,"%w":32,"%z":4,"%bc":"var(--color_text_default)","%br":5,"%bw":3,"%fc":"var(--color_primary_contrast_default)","%fs":16,"%ps":{"%e":{"0":"Alterar foto"},"%x":"TextExpression"},"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":2,"fit_height":false,"font_family":"var(--font_default)","font_weight":"500","padding_top":8,"single_width":false,"min_width_css":"32px","single_height":false,"min_height_css":"40px","padding_bottom":8,"horiz_alignment":"flex-start"},"%s":{"bTGtW":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"rgba(58, 77, 143, 1)","%bv":0,"%bw":2,"%bsb":6,"%bsc":"#52A8EC"},"%x":"State"},"bTGtX":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"rgba(214, 39, 85, 1)","%bv":0,"%bsb":6,"%bsc":"#FF0000"},"%x":"State"}},"%x":"PictureInput","id":"bTHkq","%dn":"PictureUploader A","%nm":"Pic Upload - Foto Perfil"}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTLeD":{"%p":{"%h":28,"%l":0,"%t":0,"%w":129,"%ds":{"%x":"CurrentUser"},"%gt":"user","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHko","%cp":"bTLda.elements","%dn":"Group M","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHks","%dn":"Group M","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Nome"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHkt","%dn":"Text G","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"CurrentUser"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHkr","%dn":"Group M","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"margin_right":20,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHkv","%dn":"Input A","%nm":"Input - Nome - Perfil"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_","order":4},"bTLeK":{"%p":{"%h":28,"%l":0,"%t":0,"%w":129,"%ds":{"%x":"CurrentUser"},"%gt":"user","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin_master"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTHkw","%cp":"bTLda.elements","%dn":"Group N","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHku","%dn":"Group N","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Email"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHky","%dn":"Text H","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"CurrentUser"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHkz","%dn":"Group N","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"email"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"email","%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"margin_right":20,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHkx","%dn":"Input B","%nm":"Input - Email - Perfil"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_","order":3},"bTLeW":{"%p":{"%h":1,"%l":0,"%t":0,"%w":38,"%z":9,"%br":4,"%bas":"bgcolor","%bgc":"var(--color_primary_default)","order":5,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_top":5,"padding_top":8,"padding_left":16,"single_width":false,"min_width_css":"38px","padding_right":16,"single_height":false,"min_height_css":"46px","padding_bottom":8,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHlB","%cp":"bTLda.elements","%dn":"Group O","%el":{"bTJjd0":{"%p":{"%3":{"%e":{"0":"Salvar"},"%x":"TextExpression"},"%b":false,"%f":"var(--font_default):::regular","%h":1,"%l":0,"%t":0,"%w":22,"%z":2,"%fc":"rgba(255,255,255,1)","%fs":16,"%lh":1.4,"order":1,"fit_width":true,"fit_height":true,"font_family":"var(--font_default)","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"1px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHlC","%dn":"Text I"},"bTJjg0":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1670953175261x549075151583767100/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":false,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHlA","%dn":"Image D"}},"%nm":"Btn - Copiar Link","order":4},"bTLei":{"%p":{"%h":28,"%l":0,"%t":0,"%w":129,"%ds":{"%x":"CurrentUser"},"%gt":"user","%iv":false,"order":4,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"email"},"%x":"CurrentUser"},"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHkx"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHlE","%cp":"bTLda.elements","%dn":"Group P","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHlF","%dn":"Group P","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Senha (necessário para alterar email)"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHlD","%dn":"Text J","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"CurrentUser"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHlH","%dn":"Group P","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%cf":"password","%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"margin_right":20,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHlI","%dn":"Input C","%nm":"Input - Senha - Perfil"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 3","%s1":"Group_default_group_","order":5},"bTMyB":{"%p":{"%3":{"%e":{"0":"[fa]power-off[/fa] Deslogar"},"%x":"TextExpression"},"%b":false,"%f":"var(--font_default):::regular","%h":1,"%l":0,"%t":0,"%w":22,"%z":2,"%fc":"rgba(255,141,141,1)","%fs":16,"%lh":1.4,"order":6,"fit_width":true,"fit_height":true,"font_family":"var(--font_default)","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"1px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"center"},"%x":"Text","id":"bTMxw","%cp":"bTHki","%dn":"Text C"}},"order":3}},"%nm":"GF - Perfil","order":5},"bTLem":{"%p":{"%h":232,"%l":0,"%t":20,"%w":496,"%z":3,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHlG","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"},"cmMZi":{"%p":{"%h":64,"%l":0,"%t":0,"%w":100,"%z":2,"%bas":"none","order":6,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":true,"min_height_css":"64px","horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHlK","%dn":"Group A","%el":{"cmMZo":{"%p":{"%h":21,"%l":0,"%t":0,"%w":68,"%z":2,"order":9,"use_gap":true,"fit_width":true,"column_gap":16,"fit_height":true,"margin_right":24,"single_width":false,"min_width_css":"68px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%a":{"%p":{"breakpoint_id":"built-in-tablet"},"%x":"Breakpoint","is_slidable":false},"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","is_slidable":false},"%p":{"margin_right":18},"%x":"State"}},"%x":"Group","id":"bTHlW","%dn":"Group C","%el":{"bTKch":{"%p":{"%h":200,"%l":43,"%t":49,"%w":200,"%z":6,"%3f":"top","%ci":"bTKca","%iv":false,"order":4,"max_width":100,"min_width":0,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%a":"painel","%x":"Message","%nm":"equals"},"%p":{"%nm":"Current Page Name"},"%x":"PageData"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTKci","%dn":"Btn - Ver Avisos A"},"bTMXu":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":5,"order":6,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHlV","%dn":"Group R","%el":{"bTMXv":{"%p":{"%h":40,"%l":0,"%t":0,"%w":40,"%z":2,"%br":360,"src":{"%e":{"0":"","1":{"%n":{"%n":{"%p":{"crop_to_fit":true},"%x":"Message","%nm":"imgix_treatment"},"%x":"Message","%nm":"foto_image"},"%x":"CurrentUser"},"2":""},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"40px","single_height":true,"min_height_css":"40px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHlZ","%dn":"Image E","%nm":"Btn - Perfil"},"bTMXw":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652733928780x357032287136341200/Icon%20-%20Chevron%20Down%20-%20Cinza%20Claro.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHla","%cp":"cmMZm.elements","%dn":"Image F","order":2}},"%s1":"Group_default_group_"},"bTMHR0":{"%p":{"%h":200,"%l":43.5,"%t":54,"%w":200,"%z":7,"%3f":"top","%ci":"bTMGI0","%iv":false,"order":5,"fit_width":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"32px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin_master"},"%x":"OneOptionValue"},"%n":{"%a":{"%n":{"%a":"admin","%x":"Message","%nm":"equals"},"%p":{"%nm":"Current Page Name"},"%x":"PageData"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___user"},"%x":"CurrentUser"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTMHM0","%dn":"Btn - Whatsapp A"}},"%s1":"Group_default_group_"},"cmMZr":{"%p":{"%h":38,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"column_gap":16,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%a":{"%p":{"breakpoint_id":"built-in-tablet"},"%x":"Breakpoint","is_slidable":false},"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","is_slidable":false},"%p":{"margin_left":18},"%x":"State"}},"%x":"Group","id":"bTHlY","%dn":"Group D","%el":{"bTHmW":{"%p":{"%3":{"%e":{"0":"Olá ","1":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":" "},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"nome_text"},"%x":"CurrentUser"},"2":", seja bem vindo!"},"%x":"TextExpression"},"%f":"Inter:::600","%h":4,"%l":0,"%t":0,"%w":17,"%z":4,"%fc":"var(--color_primary_contrast_default)","%fs":16,"order":2,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"17px","padding_right":0,"single_height":false,"min_height_css":"16px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%a":{"%p":{"breakpoint_id":"built-in-tablet"},"%x":"Breakpoint","is_slidable":false},"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","is_slidable":false},"%p":{"%3":{"%e":{"0":"Olá ","1":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":" "},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"nome_text"},"%x":"CurrentUser"},"2":""},"%x":"TextExpression"}},"%x":"State"},"1":{"%c":{"%n":{"%a":{"%p":{"breakpoint_id":"built-in-tablet"},"%x":"Breakpoint","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTJum"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Text","id":"bTHld","%dn":"Text A"},"bTHmc":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653393274982x443536913127678100/Icon%20-%20Hand%20-%20Cinza%20Claro.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","use_aspect_ratio":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%br":360,"src":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"crop_to_fit":true},"%x":"Message","%nm":"imgix_treatment","is_slidable":true},"%x":"Message","%nm":"logo_image","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"min_width_css":"44px"},"%x":"State"},"1":{"%c":{"%n":{"%a":{"%p":{"breakpoint_id":"built-in-tablet"},"%x":"Breakpoint","is_slidable":false},"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Image","id":"bTHmX","%cp":"bTHlY","%dn":"Image B","order":4},"bTJul":{"%p":{"%3":{"%e":{"0":"<- Voltar ao admin"},"%x":"TextExpression"},"%b":false,"%f":"var(--font_default):::regular","%h":39,"%l":0,"%t":0,"%w":49,"%z":8,"%br":4,"%fc":"var(--color_text_default)","%fs":14,"%iv":false,"%lh":1.4,"%bas":"bgcolor","%bgc":"var(--color_primary_default)","order":3,"fit_width":true,"fit_height":true,"font_family":"var(--font_default)","font_weight":"400","padding_top":8,"margin_right":24,"padding_left":8,"single_width":false,"min_width_css":"0px","padding_right":8,"single_height":false,"min_height_css":"19px","padding_bottom":8,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin_master"},"%x":"OneOptionValue"},"%n":{"%a":{"%n":{"%a":"painel","%x":"Message","%nm":"equals"},"%p":{"%nm":"Current Page Name"},"%x":"PageData"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___user"},"%x":"CurrentUser"},"%p":{"%iv":true},"%x":"State"}},"%x":"Text","id":"bTJum","%cp":"bTHlY","%dn":"Text B","%nm":"Btn - Voltar ao Admin","order":4}},"%s1":"Group_default_group_"}},"%nm":"Group - Dados de User - Header"}},"%wf":{"bTHmh":{"%p":{"%ei":"bTHlZ","event_color":"green"},"%x":"ButtonClicked","id":"bTHlw","actions":{"0":{"%p":{"%ei":"bTHkf"},"%x":"ToggleElement","id":"bTHmA"}}},"bTHmo":{"%p":{"%ei":"bTHlB","event_color":"green"},"%x":"ButtonClicked","id":"bTHlu","actions":{"0":{"%p":{"%cs":{"0":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHkv"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}}},"%x":"MakeChangeCurrentUser","id":"bTHlv"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHlI"},"%x":"GetElement"},"%em":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHkx"},"%x":"GetElement"},"change_email":true,"old_password":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHlI"},"%x":"GetElement"},"do_not_show_success_alert":true},"%x":"UpdateCredentials","id":"bTHlt"},"2":{"%p":{"%ei":"bTHlG","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Link copiado!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTHlx"},"3":{"%p":{"%ei":"bTHkf"},"%x":"HideElement","id":"bTHly"}}},"bTJuo":{"%p":{"%ei":"bTJum","event_color":"green"},"%x":"ButtonClicked","id":"bTJup","actions":{"0":{"%p":{"%ei":"bTJus","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTJuy"},"1":{"%p":{"%cs":{"0":{"%k":"clinicaatual_custom_clinica","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}}}},"%x":"MakeChangeCurrentUser","id":"bTJuv"},"2":{"%p":{"%ei":"bTGzG"},"%x":"ChangePage","id":"bTJuw"}}},"bTLet":{"%p":{"%ei":"bTHkq","event_color":"blue"},"%x":"InputChanged","id":"bTHmB","actions":{"0":{"%p":{"%cs":{"0":{"%k":"foto_image","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHkq"},"%x":"ThisElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}}},"%x":"MakeChangeCurrentUser","id":"bTHlz"},"1":{"%x":"ResetInputs","id":"bTHmD"}}},"bTMAd":{"%p":{"%en":"reset","event_color":"orange"},"%x":"CustomEvent","id":"bTHmH"},"bTMyH":{"%p":{"%ei":"bTMxw","event_color":"green"},"%x":"ButtonClicked","id":"bTMyC","actions":{"0":{"%x":"LogOut","id":"bTMyI"},"1":{"%p":{"%ei":"bTJtd"},"%x":"ChangePage","id":"bTMyM"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":1440,"%3f":"both","%bh":0,"%bs":"outset","%bv":8,"%et":"FloatingGroup","%bgc":"rgba(255,255,255,1)","%bsb":8,"%bsc":"rgba(0,0,0,0.08)","%bsp":-4,"min_width_px":0,"default_width":1440,"max_height_px":136,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHkg","%nm":"FG - Header"},"bTIOY":{"%el":{"bTGzE":{"%p":{"%h":50,"%l":-226,"%t":347,"%w":50,"order":1},"%x":"1504424270272x619283445634039800-AAD","id":"bTIOM","%dn":"CSSTools A"},"bTQul":{"%p":{"%h":200,"%l":-10,"%t":0,"%w":200,"%z":3,"%3f":"top","%ci":"bTIpc","order":4,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTQug","%dn":"G - Browser Detector A"},"cmMZM":{"%p":{"%h":73,"%l":0,"%t":0,"%w":57,"%z":2,"%ds":{"%p":{"option_set":"option.menu___cl_nica"},"%x":"AllOptionValue"},"%gt":"option.menu___cl_nica","%rs":1,"%sc":"rgba(150,150,150,0.5)","%ss":"none","order":3,"fit_width":true,"fit_height":true,"fixed_rows":false,"margin_left":16,"margin_right":16,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"73px","show_all_items":true,"horiz_alignment":"center","container_layout":"row","cell_min_height_css":"56px","container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"nivelacesso_custom_grupoacesso","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%ds":{"%n":{"%n":{"%x":"Message","%nm":"modulosclinica_list_option_menu___cl_nica","is_slidable":false},"%x":"Message","%nm":"nivelacesso_custom_grupoacesso","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"State"}},"%x":"RepeatingGroup","id":"bTIOK","%dn":"RepeatingGroup A","%el":{"cmMZT":{"%p":{"%h":41,"%l":0,"%t":0,"%w":12,"%z":3,"%br":8,"%ds":{"%x":"ElementParent"},"%gt":"option.menu___cl_nica","%bas":"bgcolor","order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"padding_top":14,"padding_left":14,"single_width":false,"min_width_css":"0px","padding_right":14,"single_height":false,"min_height_css":"0px","padding_bottom":14,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ab"},"%s":{"0":{"%c":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.menuselecionado_"},"%p":{"%ei":"bTIOL"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"ElementParent"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTIOO","%dn":"Group A","%el":{"bTGyk":{"%p":{"%h":14,"%l":48,"%t":21,"%w":107,"%ds":{"%x":"ElementParent"},"%gt":"option.menu___cl_nica","%iv":false,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"animation_type":"slide_horiz","min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_animation":true,"collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTIOK"},"%x":"GetElement"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTIOO"},"%x":"GetElement"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTIOR"},"%x":"GetElement"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTION"},"%x":"ThisElement"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTIOL"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTIOP","%dn":"Group B","%el":{"bTGyl":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":4,"%l":-48,"%t":-21,"%w":7,"%iv":true,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb","collapse_when_hidden":false},"%s":{"0":{"%c":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.menuselecionado_"},"%p":{"%ei":"bTIOL"},"%x":"GetElement"},"%x":"Message","%nm":"not_equals"},"%x":"ElementParent"},"%p":{"%fc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Text","id":"bTION","%dn":"Text A","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"},"cmMZW":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%ht":{"%e":{"0":{"%n":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.menuselecionado_"},"%p":{"%ei":"bTIOL"},"%x":"GetElement"},"%n":{"%p":{"formatting_for_true":{"%e":{"0":"#FFFFFF"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"#829BB0"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"equals"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%x":"Message","%nm":"codhtmlicone"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"HTML","id":"bTIOR","%dn":"HTML A"}},"%nm":"Btn - Item Menu"}},"%nm":"RG - Menu"}},"%wf":{"bTIZh":{"%p":{"event_color":"purple"},"%x":"PageLoaded","id":"bTIOS","actions":{"0":{"%p":{"%ei":"bTIOM","AAP":{"%e":{"0":"::-webkit-scrollbar{\\nwidth: 6px;\\nheight: 6px;\\n}\\n::-webkit-scrollbar-thumb{\\nbackground: #D4D4D4;\\nborder-radius: 20px;\\n}\\n::-webkit-scrollbar-thumb:hover{\\nbackground: #A8A5A8;\\n}\\n::-webkit-scrollbar-track{\\nbackground: #F0F0F0;\\nborder-radius: 0px;\\nbox-shadow: inset 0px 0px 0px 0px #F0F0F0;\\n}"},"%x":"TextExpression"}},"%x":"1504424270272x619283445634039800-AAO","id":"bTIOQ"}}},"bTKgI":{"%p":{"event_color":"purple"},"%x":"LoggedOut","id":"bTKgC","actions":{"0":{"%p":{"%ei":"bTJtd"},"%x":"ChangePage","id":"bTKgE"}}},"cmOUE0":{"%p":{"%ei":"bTIOO","event_color":"green"},"%x":"ButtonClicked","id":"bTIOU","actions":{"0":{"%p":{"%v":{"%x":"ElementParent"},"%ei":"bTIOL","custom_state":"custom.menuselecionado_"},"%x":"SetCustomState","id":"bTIOV"},"1":{"%p":{"%v":true,"%ei":"bTIOL","custom_state":"custom.ismenualterado__"},"%x":"SetCustomState","id":"bTIOT"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":190,"%3f":"both","%et":"FloatingGroup","row_gap":8,"use_gap":true,"padding_top":45,"default_width":190,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTIOL","%nm":"FG - Menu ClÃnica","custom_states":{"ismenualterado__":{"%d":"isMenuAlterado?","%v":"boolean","make_static":true},"menuselecionado_":{"%d":"menuSelecionado","%v":"option.menu___cl_nica","default_val":"solicita__es","make_static":true}}},"bTISR":{"%el":{"bTLPb":{"%p":{"%h":1492,"%l":0,"%t":0,"%w":0,"%z":6,"%br":0,"order":4,"fit_width":true,"fit_height":false,"single_width":false,"max_width_css":"450px","min_width_css":"450px","single_height":false,"min_height_css":"100%","padding_bottom":24,"vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","overflow_scroll":false,"container_layout":"column","nonant_alignment":"cb","four_border_style":true,"border_roundness_top":16,"border_roundness_left":16},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIRn"},"%x":"GetElement","is_slidable":false},"%p":{"max_width_css":"100%","min_width_css":"100%","border_roundness_top":0,"border_roundness_left":0},"%x":"State"}},"%x":"Group","id":"bTIRi","%cp":"bTLNJ.elements","%dn":"Group A","%el":{"bTITi":{"%p":{"%h":280,"%l":0,"%t":144,"%w":280,"%z":3,"%iv":true,"order":3,"use_gap":true,"column_gap":16,"fit_height":true,"margin_top":24,"padding_top":0,"padding_left":24,"single_width":false,"min_width_css":"280px","padding_right":24,"single_height":false,"min_height_css":"5px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTISP","%dn":"Group Z","%el":{"bTISw":{"%p":{"%h":2,"%l":0,"%t":0,"%w":33,"%z":2,"%br":360,"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTISV","%dn":"Group AZ"},"bTISy":{"%p":{"%h":2,"%l":0,"%t":0,"%w":33,"%z":3,"%br":360,"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":2,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTISY","%cp":"bTISP","%dn":"Group BZ","order":2}},"%nm":"Group - Contador","%s1":"Group_default_group_"},"bTIcR":{"%p":{"%h":0,"%l":-748,"%t":0,"%w":0,"%z":30,"%iv":false,"order":4,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.formas___solicita__o","option_value":"1_"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTIbv","%cp":"bTIQa","%dn":"Group F","%el":{"bTIcU":{"%p":{"%h":123,"%l":312,"%t":230,"%w":450,"%z":2,"%3f":"top","%ci":"bTIYM","order":1,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"74px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIcV","%dn":"G - Solicitacao - Por Colaborador A"}},"%nm":"Group - Step 2 - Por Paciente","%s1":"Group_default_group_","order":4},"bTLFS":{"%p":{"%h":0,"%l":10,"%t":10,"%w":0,"%z":30,"%iv":false,"order":5,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.formas___solicita__o","option_value":"online"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTLFA","%cp":"bTIRi","%dn":"Group I","%el":{"bTLFc":{"%p":{"%h":123,"%l":-235.5,"%t":253,"%w":450,"%z":9,"%3f":"top","%ci":"bTLDN","order":3,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"74px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLFW","%dn":"G - Solicitacao - Online A"}},"%nm":"Group - Step 2 - Online","%s1":"Group_default_group_","order":4},"bTLiR":{"%p":{"%h":72,"%l":0,"%t":0,"%w":65,"%z":28,"order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"65px","padding_right":24,"single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":16,"collapse_when_hidden":true,"border_roundness_right":8,"container_horiz_alignment":"space-between"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIQe","%cp":"bTLNL.elements","%dn":"Group M","%el":{"bTLRv":{"%p":{"%3":{"%e":{"0":"Nova solicitação"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":5,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIQf","%cp":"bTLPX.elements","%dn":"Text K","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3","order":1},"bTLVR":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIQd","%cp":"bTLPX.elements","%dn":"Image G","%nm":"Btn - Fechar","order":2}},"%nm":"Group - Header - Geral copy","order":7},"bTLin":{"%p":{"%h":0,"%l":0,"%t":0,"%w":420,"%z":29,"order":6,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIQh","%dn":"Group P","%el":{"bTLio":{"%p":{"%h":48,"%l":0,"%t":0,"%w":312,"%z":26,"%iv":false,"order":2,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTIQi"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIQi","%cp":"bTJDU1.elements","%dn":"Group A","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":false,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTIQg","%dn":"Group A","%el":{"cmMnL":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677841287689x774963370397054200/Icon%20-%20Arrow%20Right%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIQk","%cp":"cmMnG.elements","%dn":"Image A","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Próximo passo"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIQl","%dn":"Text A","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Próximo passo - Step 1","%s1":"Group_group___roxo___8_border___2px_","order":5},"bTLip":{"%p":{"%h":123,"%l":0,"%t":0,"%w":74,"%z":27,"order":1,"row_gap":24,"use_gap":true,"fit_height":false,"padding_top":24,"single_width":false,"min_width_css":"74px","single_height":false,"min_height_css":"123px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIQj","%dn":"Group B","%el":{"bTISb":{"%p":{"%h":63,"%l":0,"%t":0,"%w":70,"%z":2,"%ds":{"%n":{"%n":{"%x":"Message","%nm":"formassolicitacao_list_option_formas___solicita__o","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%gt":"option.formas___solicita__o","%sc":"rgba(150,150,150,0.5)","%ss":"none","order":2,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"70px","single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px","data_correctly_attached_once":true},"%x":"RepeatingGroup","id":"bTIQn","%dn":"RepeatingGroup A","%el":{"bTITI":{"%p":{"%h":44,"%l":0,"%t":0,"%w":40,"%z":17,"%bc":"var(--color_text_default)","%bh":0,"%br":10,"%bs":"outset","%bv":0,"%ds":{"%x":"ElementParent"},"%gt":"option.formas___solicita__o","%bos":"solid","%bsb":18,"%bsc":"rgba(0,0,0,0.1)","%bsp":-4,"order":3,"row_gap":8,"use_gap":true,"column_gap":16,"fit_height":true,"margin_top":0,"margin_left":24,"padding_top":16,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":24,"min_width_css":"40px","padding_right":16,"single_height":false,"min_height_css":"44px","padding_bottom":16,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bc","four_border_style":false,"border_roundness_left":10,"border_roundness_right":10,"border_roundness_bottom":10},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed"},"%p":{"%ei":"bTITA"},"%x":"GetElement"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTITA"},"%x":"GetElement"},"%p":{"%bc":"var(--color_primary_default)","%bs":"none"},"%x":"State"},"1":{"%c":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bc":"var(--color_primary_default)","%bs":"none"},"%x":"State"}},"%x":"Group","id":"bTITA","%cp":"bTIQn","%dn":"Group C","%el":{"bTITL":{"%p":{"%h":0,"%l":0,"%t":5,"%w":0,"%z":9,"%ds":{"%x":"ElementParent"},"%gt":"option.formas___solicita__o","order":3,"row_gap":8,"use_gap":true,"fit_height":true,"margin_top":5,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTITM","%dn":"Group D","%el":{"bTITP":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display"},"%x":"ElementParent"}},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%f":"Inter:::500","%h":16,"%l":0,"%t":0,"%w":107,"%z":6,"%fc":"rgba(78, 91, 118, 1)","%fs":14,"order":1,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"107px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTISz","%cp":"bTLUJ.elements","%dn":"Text C","order":1},"bTITQ":{"%p":{"%3":{"%e":{"0":{"%n":{"%x":"Message","%nm":"descricao"},"%x":"ElementParent"}},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":7,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTITD","%cp":"bTLUJ.elements","%dn":"Text C","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2}},"%s1":"Group_default_group_"},"bTITW":{"%p":{"%h":48,"%l":0,"%t":0,"%w":0,"%z":28,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"option.formas___solicita__o","%bgc":"rgba(var(--color_primary_default_rgb), 0.15)","%bos":"none","order":1,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":true,"max_width_css":"52px","min_width_css":"48px","single_height":true,"min_height_css":"48px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTITO"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Group","id":"bTITO","%cp":"bTITA","%dn":"Group E","%el":{"bTITU":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#FFA035"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"iconsvghtml"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"HTML","id":"bTITR","%cp":"cmMnG.elements","%dn":"HTML B","order":1}},"%nm":"Btn - Nova Nota","order":5},"bTITa":{"%p":{"%h":3,"%l":295,"%t":65,"%w":11,"%z":29,"%9i":"check_circle","%ic":"var(--color_primary_default)","%iv":false,"order":4,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTITb","%dn":"MaterialIcon A"}},"%nm":"Btn - Forma de solicitação","order":1}},"%nm":"RG - Forma de envio"}},"%nm":"Container - Lista de Notas","%s1":"Group_default_group_"}},"%nm":"Group - Step 1","%s1":"Group_default_group_"},"bTNXy":{"%p":{"%h":0,"%l":10,"%t":10,"%w":0,"%z":30,"%iv":false,"order":8,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.formas___solicita__o","option_value":"2_"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTNXs","%cp":"bTIRi","%dn":"Group K","%el":{"bTNYE":{"%p":{"%h":123,"%l":84.5,"%t":51.34375,"%w":450,"%z":3,"%3f":"top","%ci":"bTNTY","order":1,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"74px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNXz","%dn":"G - Solicitacao - Por Exame A"}},"%nm":"Group - Step 2 - Por Exame","%s1":"Group_default_group_","order":4},"bTLOX1":{"%p":{"%h":0,"%l":10,"%t":10,"%w":0,"%z":30,"%iv":false,"order":7,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.formas___solicita__o","option_value":"3_"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTLMf1","%cp":"bTIRi","%dn":"Group J","%el":{"bTLOd1":{"%p":{"%h":123,"%l":121.5,"%t":92.34375,"%w":450,"%z":3,"%3f":"top","%ci":"bTLHn1","order":2,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"74px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLOY1","%dn":"G - Solicitacao - Massivo A"}},"%nm":"Group - Step 2 - Massivo","%s1":"Group_default_group_","order":4},"cmNAA0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":65,"%z":3,"%ds":{"%n":{"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%gt":"option.formas___solicita__o","%iv":false,"order":2,"use_gap":true,"column_gap":16,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"65px","padding_right":24,"single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":16,"collapse_when_hidden":true,"border_roundness_right":8,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTIRe","%dn":"Group A","%el":{"bTLVR":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1671120634990x711175209609318300/Icon%20-%20Arrow%20Left%20-%20%23B8BDC8.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIRc","%cp":"bTLPX.elements","%dn":"Image C","%nm":"Btn - Voltar Step","order":2},"bTLia":{"%p":{"%h":36,"%l":0,"%t":0,"%w":0,"%z":13,"%ds":{"%x":"ElementParent"},"%gt":"option.formas___solicita__o","order":3,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"36px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIRg","%dn":"Group N","%el":{"bTIcm":{"%p":{"%h":48,"%l":0,"%t":0,"%w":0,"%z":30,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"option.formas___solicita__o","%bgc":"rgba(var(--color_primary_default_rgb), 0.15)","%bos":"none","order":1,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":true,"max_width_css":"52px","min_width_css":"36px","single_height":true,"min_height_css":"36px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTIcj"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Group","id":"bTIcj","%cp":"bTIRg","%dn":"Group H","%el":{"bTITU":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#FFA035"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"iconsvghtml"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"HTML","id":"bTIco","%cp":"cmMnG.elements","%dn":"HTML A","order":1}},"%nm":"Btn - Nova Nota","order":4},"bTLii":{"%p":{"%h":42,"%l":0,"%t":0,"%w":0,"%z":13,"%ds":{"%x":"ElementParent"},"%gt":"option.formas___solicita__o","order":3,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIRf","%dn":"Group O","%el":{"bTLij":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"Selecionado"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":16,"%l":0,"%t":0,"%w":107,"%z":11,"%fc":"rgba(78, 91, 118, 1)","%fs":14,"order":1,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"107px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIRj","%cp":"bTLPX.elements","%dn":"Text L","order":3},"bTLik":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"display"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":9,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIRk","%cp":"bTLiY.elements","%dn":"Text B","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":3}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"}},"%nm":"Group - Header - Nota Selecionada"}},"%nm":"Group - Config Crm","order":1,"custom_states":{"modoedicao_":{"%d":"modoEdicao","%v":"text","default_val":"evento","make_static":true}}},"bTLVk":{"%p":{"%h":183,"%l":0,"%t":0,"%w":164,"%z":7,"order":3,"fit_height":true,"single_width":false,"min_width_css":"164px","single_height":false,"min_height_css":"183px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%a":450,"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIRn","%dn":"Group G","%nm":"Group - Fechar","%s1":"Group_default_group_"},"bTLgG":{"%p":{"%h":200,"%l":0,"%t":20,"%w":465,"%z":8,"%3f":"top","%ci":"bTHEM","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIRl","%dn":"P - Excluir A","custom_definition_name":"P - Excluir"}},"%wf":{"bTITd":{"%p":{"%ei":"bTITA","event_color":"green"},"%x":"ButtonClicked","id":"bTITe","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.formaselecionada_"},"%p":{"%ei":"bTIQa"},"%x":"GetElement"},"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"convert_to_list"},"%x":"ElementParent"},"%ei":"bTIQa","custom_state":"custom.formaselecionada_","custom_states_values":{"0":{"%v":2,"custom_state":"custom.nota_selecionada_"}}},"%x":"SetCustomState","id":"bTITh"}}},"bTIfZ":{"%p":{"%en":"reset","event_color":"orange"},"%x":"CustomEvent","id":"bTIfY","actions":{"0":{"%p":{"%ei":"bTIcV","custom_state":"custom.solicitacoes_"},"%x":"SetCustomState","id":"bTIfX"},"1":{"%p":{"%ei":"bTIQa","custom_state":"custom.formaselecionada_","custom_states_values":{"0":{"%v":1,"custom_state":"custom.nota_selecionada_"}}},"%x":"SetCustomState","id":"bTIfb"},"2":{"%p":{"%ei":"bTIQa"},"%x":"ResetGroup","id":"bTQpO"},"3":{"%p":{"%ei":"bTLOY1"},"%x":"ResetGroup","id":"bTQpP"},"4":{"%p":{"%ei":"bTLFW"},"%x":"ResetGroup","id":"bTQpQ"},"5":{"%p":{"%ei":"bTIcV"},"%x":"ResetGroup","id":"bTQpV"},"6":{"%p":{"%ei":"bTNXz"},"%x":"ResetGroup","id":"bTQpa"}}},"bTIfa":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isprocessoconclu_do__"},"%p":{"%ei":"bTIcV"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIfc","actions":{"0":{"%p":{"%v":false,"%ei":"bTIcV","custom_state":"custom.isprocessoconclu_do__"},"%x":"SetCustomState","id":"bTIfe"},"1":{"%p":{"custom_event":"bTIfY"},"%x":"TriggerCustomEvent","id":"bTIff"},"2":{"%p":{"%ei":"bTIQa"},"%x":"HideElement","id":"bTIfd"}}},"bTLUX":{"%p":{"%ei":"bTIQi","event_color":"green"},"%x":"ButtonClicked","id":"bTIRq","actions":{"0":{"%p":{"custom_event":"bTQwR"},"%x":"TriggerCustomEvent","id":"bTQwk"},"1":{"%p":{"%v":2,"%ei":"bTIQa","custom_state":"custom.nota_selecionada_"},"%x":"SetCustomState","id":"bTIcc"}}},"bTLVU":{"%p":{"%ei":"bTIRc","event_color":"green"},"%x":"ButtonClicked","id":"bTIRt","actions":{"0":{"%p":{"%v":1,"%ei":"bTIQa","custom_state":"custom.nota_selecionada_"},"%x":"SetCustomState","id":"bTIRr"}}},"bTLkj":{"%p":{"%ei":"bTIQd","event_color":"green"},"%x":"ButtonClicked","id":"bTISL","actions":{"0":{"%p":{"%ei":"bTIQa"},"%x":"HideElement","id":"bTIcq"}}},"bTQlM":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isprocessoconclu_do__"},"%p":{"%ei":"bTNXz"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTQlB","actions":{"0":{"%p":{"%v":false,"%ei":"bTNXz","custom_state":"custom.isprocessoconclu_do__"},"%x":"SetCustomState","id":"bTQlG"},"1":{"%p":{"custom_event":"bTIfY"},"%x":"TriggerCustomEvent","id":"bTQlH"},"2":{"%p":{"%ei":"bTIQa"},"%x":"HideElement","id":"bTQlI"}}},"bTQlY":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isprocessoconclu_do__"},"%p":{"%ei":"bTLOY1"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTQlN","actions":{"0":{"%p":{"%v":false,"%ei":"bTLOY1","custom_state":"custom.isprocessoconclu_do__"},"%x":"SetCustomState","id":"bTQlS"},"1":{"%p":{"custom_event":"bTIfY"},"%x":"TriggerCustomEvent","id":"bTQlT"},"2":{"%p":{"%ei":"bTIQa"},"%x":"HideElement","id":"bTQlU"}}},"bTQwS":{"%p":{"%en":"reset-selecoes","event_color":"orange"},"%x":"CustomEvent","id":"bTQwR","actions":{"0":{"%p":{"%ei":"bTLOY1","custom_event":"bTQwK"},"%x":"TriggerCustomEventFromReusable","id":"bTQwW"},"1":{"%p":{"%ei":"bTLFW","custom_event":"bTQvs"},"%x":"TriggerCustomEventFromReusable","id":"bTQwX"},"2":{"%p":{"%ei":"bTIcV","custom_event":"bTQva"},"%x":"TriggerCustomEventFromReusable","id":"bTQwc"},"3":{"%p":{"%ei":"bTNXz","custom_event":"bTQvh"},"%x":"TriggerCustomEventFromReusable","id":"bTQwe"}}},"bTLPw1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isprocessoconclu_do__"},"%p":{"%ei":"bTLFW"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTLPl1","actions":{"0":{"%p":{"%v":false,"%ei":"bTLFW","custom_state":"custom.isprocessoconclu_do__"},"%x":"SetCustomState","id":"bTLPq1"},"1":{"%p":{"custom_event":"bTIfY"},"%x":"TriggerCustomEvent","id":"bTLPr1"},"2":{"%p":{"%ei":"bTIQa"},"%x":"HideElement","id":"bTLPs1"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":1600,"%3f":"both","%et":"FloatingGroup","%bgc":"rgba(0,0,0,0.85)","min_width_px":0,"default_width":1600,"min_height_px":600,"element_version":4,"container_layout":"row","four_border_style":false,"border_roundness_top":16,"border_roundness_left":16},"%x":"CustomDefinition","id":"bTIQa","%nm":"FG - Nova Solicitação","custom_states":{"formaselecionada_":{"%d":"formaSelecionada","%v":"option.formas___solicita__o","make_static":true},"nota_selecionada_":{"%d":"stepAtual","%v":"number","default_val":1,"make_static":true}}},"bTUnN":{"%el":{"bTLPb":{"%el":{"bTLiR":{"%p":{"%h":72,"%l":0,"%t":0,"%w":65,"%z":28,"order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"65px","padding_right":24,"single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":16,"collapse_when_hidden":true,"border_roundness_right":8,"container_horiz_alignment":"space-between"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTUke","%cp":"bTLNL.elements","%dn":"Group M","%el":{"bTLVR":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTUkg","%cp":"bTLPX.elements","%dn":"Image G","%nm":"Btn - Fechar","order":2},"bTUnZ":{"%p":{"%h":0,"%l":24,"%t":27.5,"%w":0,"%z":7,"%vc":true,"order":1,"use_gap":true,"column_gap":4,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"60px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTUnU","%dn":"Group L","%el":{"bTUna":{"%p":{"%h":80,"%l":-24,"%t":0,"%w":80,"%z":6,"%9i":"search.outline","%ic":"rgba(61, 48, 128, 1)","order":2,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"materialicons-Materialicon","id":"bTUnO","%dn":"MaterialIcon B"},"bTUne":{"%p":{"%3":{"%e":{"0":"Pesquisa por paciente"},"%x":"TextExpression"},"%h":16,"%l":-24,"%t":0,"%w":107,"%z":5,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUkf","%cp":"bTLPX.elements","%dn":"Text K","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3","order":1}},"%s1":"Group_default_group_"}},"%nm":"Group - Header","order":7},"bTLin":{"%p":{"%h":0,"%l":0,"%t":0,"%w":420,"%z":29,"order":9,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTUkk","%dn":"Group P","%el":{"bTUqM":{"%p":{"%h":63,"%l":0,"%t":0,"%w":70,"%z":2,"%gt":"custom.colaborador1","%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"70px","single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px","data_correctly_attached_once":true},"%x":"RepeatingGroup","id":"bTUkw","%dn":"RepeatingGroup A","%el":{"bTUtZ":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":18,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","%vc":true,"order":4,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"60px","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement","is_slidable":false},"%p":{"%bs":"none","%bas":"bgcolor","%bgc":"var(--color_text_default)"},"%x":"State"}},"%x":"Group","id":"bTUtU","%dn":"Group N","%el":{"bTUta":{"%p":{"%h":44,"%l":0,"%t":0,"%w":40,"%z":17,"%bc":"var(--color_text_default)","%bh":0,"%br":0,"%bs":"none","%bv":0,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","%bas":"none","%bos":"none","%bsb":18,"%bsc":"rgba(0,0,0,0.1)","%bsp":-4,"order":1,"row_gap":8,"use_gap":true,"column_gap":16,"fit_height":true,"margin_top":0,"margin_left":24,"padding_top":16,"margin_right":24,"padding_left":16,"single_width":false,"min_width_css":"40px","padding_right":16,"single_height":false,"min_height_css":"44px","padding_bottom":16,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bc","four_border_style":true,"border_color_bottom":"var(--color_text_default)","border_style_bottom":"solid","border_roundness_left":0,"border_roundness_right":0,"border_roundness_bottom":0},"%x":"Group","id":"bTUkx","%cp":"bTIQn","%dn":"Group C","%el":{"bTITL":{"%p":{"%h":0,"%l":0,"%t":5,"%w":0,"%z":9,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":3,"row_gap":3,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column","container_vert_alignment":"space-around"},"%x":"Group","id":"bTUky","%dn":"Group D","%el":{"bTITP":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%f":"Inter:::500","%h":16,"%l":0,"%t":0,"%w":107,"%z":6,"%fc":"rgba(78, 91, 118, 1)","%fs":13,"%iv":true,"order":1,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUlC","%cp":"bTLUJ.elements","%dn":"Text C","order":1},"bTITQ":{"%p":{"%3":{"%e":{"0":{"%n":{"%x":"Message","%nm":"email_text","is_slidable":false},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":7,"%fs":12,"order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUlD","%cp":"bTLUJ.elements","%dn":"Text C","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2},"bTUrC":{"%p":{"%3":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cpf_text","is_slidable":false},"%x":"ElementParent"},"1":"","2":{"%n":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":""},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":" • ","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"empresa_custom_empresa","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"empresa_custom_empresa","is_slidable":false},"%x":"ElementParent","is_slidable":false},"3":""},"%x":"TextExpression"},"%h":16,"%l":10,"%t":10,"%w":107,"%z":7,"%fs":12,"order":3,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUqx","%cp":"bTUky","%dn":"Text A","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2}},"%s1":"Group_default_group_"},"bTITW":{"%p":{"%h":48,"%l":0,"%t":0,"%w":0,"%z":28,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","%bgc":"rgba(var(--color_primary_default_rgb), 0.15)","%bos":"none","order":1,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":true,"max_width_css":"52px","min_width_css":"48px","single_height":true,"min_height_css":"48px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTUlE"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Group","id":"bTUlE","%cp":"bTITA","%dn":"Group E","%el":{"bTITU":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%9i":"person_outline.outline","%ic":"var(--color_primary_default)","order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"materialicons-Materialicon","id":"bTUlI","%cp":"cmMnG.elements","%dn":"MaterialIcon F","order":1}},"%nm":"Btn - Nova Nota","order":5}},"%nm":"Group - Paciente","order":1}},"%s1":"Group_default_group_"}},"%nm":"RG - Pacientes Da Busca"}},"%nm":"Group - Step 2 - Resultados para a pesquisa","%s1":"Group_default_group_"},"bTNXy":{"%p":{"%h":0,"%l":10,"%t":10,"%w":0,"%z":30,"%iv":false,"order":10,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTUlK","%cp":"bTIRi","%dn":"Group K","%el":{"bTVHp":{"%p":{"%h":48,"%l":10,"%t":10,"%w":510,"%z":5,"%gt":"custom.clinica","order":1,"fit_width":false,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":4,"single_height":false,"min_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTVHd","%cp":"bTLyE","%dn":"Group W","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%ds":{"%p":{"%co":{"0":{"%k":"isexcluido__boolean","%v":true,"%c2":"not equal"},"1":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"clinicaid_text","is_slidable":false},"%x":"Message","%nm":"custom.pacienteselecionado_","is_slidable":false},"%p":{"%ei":"bTUkM"},"%x":"GetElement","is_slidable":false,"moved_to_top":true}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.objexameclinica"},"%x":"Search"},"%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ps":{"%e":{"0":"Filtre por exame..."},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"fit_height":false,"font_family":"Inter","font_weight":"500","dynamic_type":"custom.objexameclinica","padding_left":44,"single_width":false,"choices_style":"dynamic","padding_right":10,"single_height":false,"computed_value":"number","vert_alignment":"stretch","horiz_alignment":"flex-start","nonant_alignment":"bb","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)","option_display_expression":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"InjectedValue"},"2":""},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTVHe","%dn":"Dropdown A","%nm":"Input - Filtro de exame"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%9i":"search.outline","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTVHi","%dn":"MaterialIcon J"}},"%nm":"Group - Filtro de exame das solicitacoes","%s1":"Group_default_group_"},"bTVFs0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":3,"%vc":true,"order":3,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTVFq0","%dn":"Group U","%el":{"bTVFw0":{"%p":{"%h":63,"%l":0,"%t":0,"%w":70,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text","is_slidable":false},"%x":"Message","%nm":"custom.pacienteselecionado_","is_slidable":false},"%p":{"%ei":"bTUkM"},"%x":"GetElement","is_slidable":false,"moved_to_top":true}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"}},"%d2":true,"%sf":"Created Date","%t5":"custom.solicitacaolaudo"},"%x":"Search"},"%gt":"custom.solicitacaolaudo","%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"70px","single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"0px","data_correctly_attached_once":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTVHe"},"%x":"GetElement","is_slidable":false},"%p":{"%ds":{"%p":{"%co":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text","is_slidable":false},"%x":"Message","%nm":"custom.pacienteselecionado_","is_slidable":false},"%p":{"%ei":"bTUkM"},"%x":"GetElement","is_slidable":false,"moved_to_top":true}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"2":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTVHe"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%d2":true,"%sf":"data_date","%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"State"}},"%x":"RepeatingGroup","id":"bTUrs","%cp":"bTUlK","%dn":"RepeatingGroup B","%el":{"bTITI":{"%p":{"%h":44,"%l":0,"%t":0,"%w":40,"%z":17,"%bc":"var(--color_text_default)","%bh":0,"%br":10,"%bs":"outset","%bv":0,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bos":"solid","%bsb":18,"%bsc":"rgba(0,0,0,0.1)","%bsp":-4,"order":1,"row_gap":8,"use_gap":true,"column_gap":16,"fit_height":true,"margin_top":0,"margin_left":24,"padding_top":16,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":16,"min_width_css":"40px","padding_right":16,"single_height":false,"min_height_css":"44px","padding_bottom":16,"horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"bc","four_border_style":false,"border_roundness_left":10,"border_roundness_right":10,"border_roundness_bottom":10},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed"},"%p":{"%ei":"bTUru"},"%x":"GetElement"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTUru"},"%x":"GetElement"},"%p":{"%bc":"var(--color_primary_default)","%bs":"none"},"%x":"State"},"1":{"%c":{"%n":{"%a":1,"%x":"Message","%nm":"equals","is_slidable":false},"%x":"CurrentCellsIndex","is_slidable":false},"%p":{"margin_top":20},"%x":"State"}},"%x":"Group","id":"bTUru","%cp":"bTIQn","%dn":"Group H","%el":{"bTITL":{"%p":{"%h":0,"%l":0,"%t":5,"%w":0,"%z":9,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":2,"row_gap":3,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column","container_vert_alignment":"space-around"},"%x":"Group","id":"bTUry","%dn":"Group H","%el":{"bTITP":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":16,"%l":0,"%t":0,"%w":107,"%z":6,"%fc":"rgba(78, 91, 118, 1)","%fs":13,"%iv":true,"order":1,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUrz","%cp":"bTLUJ.elements","%dn":"Text B","order":1},"bTITQ":{"%p":{"%3":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"Ainda não foi laudado"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy HH:MM"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"dataemissao_date","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search"}},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"laudoid_text","is_slidable":false},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":7,"%fs":12,"order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUsA","%cp":"bTLUJ.elements","%dn":"Text B","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2},"bTUrC":{"%p":{"%3":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%h":16,"%l":10,"%t":10,"%w":107,"%z":7,"%fs":12,"order":3,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUsE","%cp":"bTUky","%dn":"Text B","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2},"bTUsM":{"%p":{"%h":48,"%l":0,"%t":0,"%w":0,"%z":28,"%bc":"rgba(123, 97, 255, 1)","%br":2,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bgc":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"coropacity20","is_slidable":false},"%x":"Message","%nm":"cor","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%bos":"none","order":4,"fit_width":true,"fit_height":true,"margin_top":0,"margin_left":0,"padding_top":5,"margin_right":0,"padding_left":6,"single_width":false,"padding_right":6,"single_height":false,"padding_bottom":5,"vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTUsF"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Group","id":"bTUsF","%cp":"bTITA","%dn":"Group H","%el":{"bTITU":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"to_uppercase","is_slidable":false},"%x":"Message","%nm":"display","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":24,"%l":0,"%t":0,"%w":24,"%fc":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"codcor","is_slidable":false},"%x":"Message","%nm":"cor","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%fs":10,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Text","id":"bTUsG","%cp":"cmMnG.elements","%dn":"Text L","order":1}},"%nm":"Group - Status","order":5},"bTVbQ0":{"%p":{"%h":0,"%l":0,"%t":90,"%w":0,"%z":29,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%vc":true,"order":5,"use_gap":true,"column_gap":8,"fit_height":true,"margin_top":8,"single_width":false,"min_width_css":"0px","single_height":false,"horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTVbO0","%dn":"Group CZ","%el":{"bTVbU0":{"%p":{"%h":26,"%l":0,"%t":-90,"%w":52,"%z":19,"%br":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bgc":"var(--color_primary_default)","order":2,"use_gap":true,"fit_width":false,"column_gap":4,"fit_height":true,"padding_left":12,"single_width":false,"min_width_css":"52px","padding_right":12,"single_height":false,"min_height_css":"26px","vert_alignment":"center","button_disabled":true,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","four_border_style":false,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"collapse_when_hidden":true,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.status___solicita__o","option_value":"laudo_enviado"},"%x":"OneOptionValue"},"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.status___solicita__o","option_value":"finalizado"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"status_option_status___solicita__o"},"%x":"ElementParent"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"status_option_status___solicita__o"},"%x":"ElementParent"},"%p":{"button_disabled":false},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTVZd"},"%x":"ThisElement"},"%p":{"%bgc":"var(--color_primary_contrast_default)","unique_id":{"%e":{"0":"downloadIndisp","1":{"%n":{"%x":"Message","%nm":"idsolicitacao_text"},"%x":"ElementParent"},"2":""},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"pdfassinado_file","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Group","id":"bTVZd","%cp":"bTUry","%dn":"Group Y","%el":{"bTIGO":{"%p":{"%3":{"%e":{"0":"Download do laudo"},"%x":"TextExpression"},"%f":"Inter:::500","%h":11,"%l":0,"%t":0,"%w":33,"%z":4,"%fc":"rgba(255,255,255,1)","%fs":14,"%vc":true,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTVKi"},"%x":"GetElement","is_slidable":false},"%p":{"%fs":12},"%x":"State"}},"%x":"Text","id":"bTVZi","%cp":"bTIFX","%dn":"Text P","order":3},"bTIyV1":{"%p":{"%h":9,"%l":22,"%t":7,"%w":9,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1678224180083x520437852986370700/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTVZj","%dn":"Image I","%s1":"Image_standard_image_"}},"%nm":"Btn - Download do Laudo"},"bTVbc0":{"%p":{"%h":26,"%l":10,"%t":-80,"%w":52,"%z":19,"%br":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bgc":"rgba(51,180,255,1)","order":1,"use_gap":true,"fit_width":false,"column_gap":4,"fit_height":true,"padding_left":12,"single_width":false,"min_width_css":"52px","padding_right":12,"single_height":false,"min_height_css":"26px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","four_border_style":false,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"collapse_when_hidden":true,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"center"},"%x":"Group","id":"bTVbV0","%cp":"bTVbO0","%dn":"Group DZ","%el":{"bTIGO":{"%p":{"%3":{"%e":{"0":"Download do exame"},"%x":"TextExpression"},"%f":"Inter:::500","%h":11,"%l":0,"%t":0,"%w":33,"%z":4,"%fc":"rgba(255,255,255,1)","%fs":14,"%vc":true,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTVKi"},"%x":"GetElement","is_slidable":false},"%p":{"%fs":12},"%x":"State"}},"%x":"Text","id":"bTVba0","%cp":"bTIFX","%dn":"Text Q","order":3},"bTIyV1":{"%p":{"%h":9,"%l":22,"%t":7,"%w":9,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1678224180083x520437852986370700/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTVbb0","%dn":"Image J","%s1":"Image_standard_image_"}},"%nm":"Btn - Download do Exame"}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTVFa0":{"%p":{"%h":280,"%l":170,"%t":-80,"%w":280,"%z":30,"%ds":{"%n":{"%x":"Message","%nm":"Created By","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%gt":"user","%vc":true,"order":3,"use_gap":true,"column_gap":5,"fit_height":true,"padding_top":8,"single_width":false,"min_width_css":"280px","single_height":false,"horiz_alignment":"flex-start","border_color_top":"var(--color_text_default)","border_style_top":"solid","container_layout":"row","four_border_style":true},"%x":"Group","id":"bTVFY0","%dn":"Group T","%el":{"bTVFg0":{"%p":{"%h":240,"%l":59,"%t":-40,"%w":320,"%z":2,"%br":360,"src":{"%e":{"0":{"%n":{"%n":{"%p":{"crop_to_fit":true},"%x":"Message","%nm":"imgix_treatment","is_slidable":true},"%x":"Message","%nm":"foto_image","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":false,"min_height_css":"30px","horiz_alignment":"flex-start","use_aspect_ratio":true},"%x":"Image","id":"bTVFe0","%dn":"Image E","%s1":"Image_standard_image_"},"bTVFm0":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":16,"%l":0,"%t":0,"%w":107,"%z":6,"%fc":"rgba(78, 91, 118, 1)","%fs":13,"%iv":true,"order":2,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTVFk0","%cp":"bTVFY0","%dn":"Text N","order":1}},"%nm":"Group - Responsavel de solicitação","%s1":"Group_default_group_"}},"%nm":"Group - Paciente","order":1},"bTVKo":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":17,"%bc":"var(--color_destructive_default)","%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"%bas":"bgcolor","%bgc":"rgba(var(--color_destructive_default_rgb), 0.65)","%bos":"solid","order":2,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"margin_right":24,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"0px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin_master"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTVKi","%cp":"bTUrs","%dn":"Group X","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1668185220020x923695542324318100/Icon%20-%20Deletar%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"Image","id":"bTVKk","%cp":"cmNlg.elements","%dn":"Image H"}},"%nm":"Btn - Deletar","order":10}},"%nm":"RG - Solicitacoes do Paciente"}},"%nm":"Container - Lista de Solicitacoes","%s1":"Group_default_group_"},"bTVGa0":{"%p":{"%h":48,"%l":0,"%t":0,"%w":312,"%z":26,"%iv":false,"order":4,"fit_height":true,"margin_top":24,"margin_left":24,"padding_top":0,"margin_right":24,"padding_left":0,"single_width":false,"margin_bottom":24,"min_width_css":"197px","padding_right":0,"single_height":false,"min_height_css":"48px","padding_bottom":0,"vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTVFx0"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin_master"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipo_option_tipo___user","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTVFx0","%cp":"bTUlK","%dn":"Group V","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":true,"fit_width":true,"column_gap":10,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTVGC0","%dn":"Group V","%el":{"cmMnL":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1716386129012x209180890643267070/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":false,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start","aspect_ratio_width":1,"aspect_ratio_height":1},"%x":"Image","id":"bTVGD0","%cp":"cmMnG.elements","%dn":"Image F","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Download planilha"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTVGE0","%dn":"Text O","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Download Solicitações","%s1":"Group_group___roxo___8_border___2px_","order":5}},"%nm":"Group - Step 3 - Solicitacoes de Paciente","%s1":"Group_default_group_","order":4},"bTUnm":{"%p":{"%h":280,"%l":1,"%t":-80,"%w":280,"%z":18,"%vc":true,"order":4,"row_gap":18,"use_gap":true,"fit_height":false,"padding_top":24,"padding_left":24,"single_width":false,"padding_right":24,"single_height":false,"padding_bottom":24,"horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true,"container_vert_alignment":"space-between"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTUnf","%dn":"Group F","%el":{"bTUpM":{"%p":{"%h":0,"%l":24,"%t":24,"%w":0,"%z":27,"%vc":true,"order":5,"row_gap":24,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"60px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTUpK","%dn":"Group R","%el":{"bTUpQ":{"%p":{"%h":3,"%l":-24,"%t":-24,"%w":173,"%z":23,"%gt":"custom.certificadodigital","order":3,"row_gap":8,"use_gap":true,"fit_height":true,"margin_left":0,"padding_top":0,"margin_right":0,"single_width":false,"single_height":false,"padding_bottom":0,"horiz_alignment":"flex-start","container_layout":"column","four_border_style":true,"border_color_bottom":"var(--color_text_default)","border_style_bottom":"none"},"%x":"Group","id":"bTUoc","%cp":"bTUnf","%dn":"Group Q","%el":{"bTUoO":{"%p":{"%h":48,"%l":10,"%t":10,"%w":510,"%z":5,"%gt":"custom.certificadodigital","order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTUoi","%cp":"bTLyE","%dn":"Group Q","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%z":3,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%c1":{"%x":"TextExpression"},"%cf":"text","%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"fit_height":false,"font_family":"Inter","font_weight":"500","padding_left":44,"single_width":false,"padding_right":10,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","nonant_alignment":"bb","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)"},"%x":"Input","id":"bTUom","%dn":"Input C","%nm":"Input - CPF"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%9i":"search.outline","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTUon","%dn":"MaterialIcon E"}},"%nm":"Group - Input Nome","%s1":"Group_default_group_"},"cmVnP":{"%p":{"%3":{"%e":{"0":"CPF"},"%x":"TextExpression"},"%h":31,"%l":10,"%t":10,"%w":0,"%fc":"var(--color_surface_default)","%fs":13,"order":1,"fit_width":true,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":true,"fixed_width":false,"font_weight":"600","single_width":false,"min_width_css":"275px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUoh","%cp":"cmVms","%dn":"Text F"}},"%nm":"Group - Foto copy 3","%s1":"Group_default_group_"},"bTUpR":{"%p":{"%h":3,"%l":-24,"%t":-24,"%w":173,"%z":23,"%gt":"custom.certificadodigital","order":5,"row_gap":8,"use_gap":true,"fit_height":true,"margin_left":0,"padding_top":0,"margin_right":0,"single_width":false,"single_height":false,"padding_bottom":0,"horiz_alignment":"flex-start","container_layout":"column","four_border_style":true,"collapse_animation":true,"border_color_bottom":"var(--color_text_default)","border_style_bottom":"none","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTVFN"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTUoP","%cp":"bTUnf","%dn":"Group J","%el":{"bTUoO":{"%p":{"%h":48,"%l":10,"%t":10,"%w":510,"%z":5,"%gt":"custom.certificadodigital","order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTUoV","%cp":"bTLyE","%dn":"Group J","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTVFN"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.empresa"},"%x":"Search"},"%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"fit_height":false,"font_family":"Inter","font_weight":"500","padding_left":44,"single_width":false,"padding_right":10,"single_height":false,"vert_alignment":"stretch","field_to_search":"nome_text","horiz_alignment":"flex-start","nonant_alignment":"bb","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)"},"%x":"AutocompleteDropdown","id":"bTUoW","%dn":"SearchBox B","%nm":"Input - Empresa"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%9i":"search.outline","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTUoa","%dn":"MaterialIcon D"}},"%nm":"Group - Input Nome","%s1":"Group_default_group_"},"cmVnP":{"%p":{"%3":{"%e":{"0":"Empresa"},"%x":"TextExpression"},"%h":31,"%l":10,"%t":10,"%w":0,"%fc":"var(--color_surface_default)","%fs":13,"order":1,"fit_width":true,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":true,"fixed_width":false,"font_weight":"600","single_width":false,"min_width_css":"275px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUoU","%cp":"cmVms","%dn":"Text E"}},"%nm":"Group - Foto copy 2","%s1":"Group_default_group_"},"bTUpS":{"%p":{"%h":3,"%l":-24,"%t":-24,"%w":173,"%z":23,"%gt":"custom.certificadodigital","order":2,"row_gap":8,"use_gap":true,"fit_height":true,"margin_left":0,"padding_top":0,"margin_right":0,"single_width":false,"single_height":false,"padding_bottom":0,"horiz_alignment":"flex-start","container_layout":"column","four_border_style":true,"border_color_bottom":"var(--color_text_default)","border_style_bottom":"none"},"%x":"Group","id":"bTUnq","%cp":"bTUnf","%dn":"Group I","%el":{"bTUoO":{"%p":{"%h":48,"%l":10,"%t":10,"%w":510,"%z":5,"%gt":"custom.certificadodigital","order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTUoD","%cp":"bTLyE","%dn":"Group I","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%z":3,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%c1":{"%x":"TextExpression"},"%cf":"text","%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"fit_height":false,"font_family":"Inter","font_weight":"500","padding_left":44,"single_width":false,"padding_right":10,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","nonant_alignment":"bb","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)"},"%x":"Input","id":"bTUoE","%dn":"Input A","%nm":"Input - Nome"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%9i":"search.outline","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTUoI","%dn":"MaterialIcon C"}},"%nm":"Group - Input Nome","%s1":"Group_default_group_"},"cmVnP":{"%p":{"%3":{"%e":{"0":"Nome"},"%x":"TextExpression"},"%h":31,"%l":10,"%t":10,"%w":0,"%fc":"var(--color_surface_default)","%fs":13,"order":1,"fit_width":true,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":true,"fixed_width":false,"font_weight":"600","single_width":false,"min_width_css":"275px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUns","%cp":"cmVms","%dn":"Text D"}},"%nm":"Group - Foto copy","%s1":"Group_default_group_"},"bTUpW":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-circle[/fa] Preencha pelo menos 1 campo para pesquisar"},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":-24,"%t":-24,"%w":400,"%z":26,"%fc":"rgba(157,162,167,1)","%fs":13,"%iv":true,"%lh":1.4,"order":1,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"12px","padding_right":0,"single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTUos","%cp":"bTUnf","%dn":"Text G","order":4},"bTVFT":{"%p":{"%h":3,"%l":-14,"%t":-14,"%w":173,"%z":23,"%gt":"custom.certificadodigital","%iv":false,"order":4,"row_gap":8,"use_gap":true,"fit_height":true,"margin_left":0,"padding_top":0,"margin_right":0,"single_width":false,"single_height":false,"padding_bottom":0,"horiz_alignment":"flex-start","container_layout":"column","four_border_style":true,"border_color_bottom":"var(--color_text_default)","border_style_bottom":"none","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTVFH","%cp":"bTUpK","%dn":"Group O","%el":{"bTUoO":{"%p":{"%h":48,"%l":10,"%t":10,"%w":510,"%z":5,"%gt":"custom.certificadodigital","order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTVFM","%cp":"bTLyE","%dn":"Group O","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%ds":{"%p":{"%t5":"custom.clinica"},"%x":"Search"},"%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"fit_height":false,"font_family":"Inter","font_weight":"500","padding_left":44,"single_width":false,"choices_style":"dynamic","padding_right":10,"single_height":false,"vert_alignment":"stretch","field_to_search":"nome_text","horiz_alignment":"flex-start","nonant_alignment":"bb","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)"},"%x":"AutocompleteDropdown","id":"bTVFN","%dn":"SearchBox A","%nm":"Input - Clinica"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%9i":"search.outline","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTVFO","%dn":"MaterialIcon I"}},"%nm":"Group - Input Nome","%s1":"Group_default_group_"},"cmVnP":{"%p":{"%3":{"%e":{"0":"ClÃnica"},"%x":"TextExpression"},"%h":31,"%l":10,"%t":10,"%w":0,"%fc":"var(--color_surface_default)","%fs":13,"order":1,"fit_width":true,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":true,"fixed_width":false,"font_weight":"600","single_width":false,"min_width_css":"275px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start"},"%x":"Text","id":"bTVFS","%cp":"cmVms","%dn":"Text M"}},"%nm":"Group - Foto copy 4","%s1":"Group_default_group_"}},"%nm":"Group - Inputs","%s1":"Group_default_group_"},"bTUpi":{"%p":{"%h":48,"%l":10,"%t":10,"%w":312,"%z":26,"%iv":true,"order":6,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":false,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTUpX"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Group","id":"bTUpX","%cp":"bTUnf","%dn":"Group S","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":false,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTUpc","%dn":"Group S","%el":{"cmMnL":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677841287689x774963370397054200/Icon%20-%20Arrow%20Right%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTUpd","%cp":"cmMnG.elements","%dn":"Image B","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Pesquisar paciente"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUpe","%dn":"Text H","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Pesquisar Paciente","%s1":"Group_group___roxo___8_border___2px_","order":5}},"%nm":"Group - Step 1 - Inputs de Busca","%s1":"Group_default_group_"},"bTUrD":{"%p":{"%h":280,"%l":0,"%t":144,"%w":280,"%z":3,"%iv":false,"order":3,"use_gap":true,"column_gap":16,"fit_height":true,"margin_top":24,"padding_top":0,"padding_left":24,"single_width":false,"min_width_css":"280px","padding_right":24,"single_height":false,"min_height_css":"5px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%x":"Group","id":"bTUkO","%dn":"Group Z","%el":{"bTISw":{"%p":{"%h":2,"%l":0,"%t":0,"%w":33,"%z":2,"%br":360,"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":2,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTUkS","%dn":"Group AZ"},"bTISy":{"%p":{"%h":2,"%l":0,"%t":0,"%w":33,"%z":3,"%br":360,"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":3,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTUkT","%cp":"bTISP","%dn":"Group BZ","order":2}},"%nm":"Group - Contador","%s1":"Group_default_group_"},"bTUrW":{"%p":{"%h":72,"%l":10,"%t":10,"%w":65,"%z":3,"%ds":{"%n":{"%x":"Message","%nm":"custom.pacienteselecionado_","is_slidable":false},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%gt":"custom.colaborador1","%iv":false,"order":7,"use_gap":true,"column_gap":16,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"65px","padding_right":24,"single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":16,"collapse_when_hidden":true,"border_roundness_right":8,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTUrE","%cp":"bTUkN","%dn":"Group B","%el":{"bTLVR":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1671120634990x711175209609318300/Icon%20-%20Arrow%20Left%20-%20%23B8BDC8.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTUrJ","%cp":"bTLPX.elements","%dn":"Image A","%nm":"Btn - Voltar Step","order":2},"bTLia":{"%p":{"%h":36,"%l":0,"%t":0,"%w":0,"%z":13,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":3,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"36px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTUrK","%dn":"Group B","%el":{"bTIcm":{"%p":{"%h":48,"%l":0,"%t":0,"%w":0,"%z":30,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%bgc":"rgba(var(--color_primary_default_rgb), 0.15)","%bos":"none","order":1,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":true,"max_width_css":"52px","min_width_css":"36px","single_height":true,"min_height_css":"36px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTUrO"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Group","id":"bTUrO","%cp":"bTIRg","%dn":"Group B","%el":{"bTITU":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%9i":"person_outline.outline","%ic":"var(--color_primary_default)","order":2,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"materialicons-Materialicon","id":"bTUrP","%cp":"cmMnG.elements","%dn":"MaterialIcon H","order":1}},"%nm":"Btn - Nova Nota","order":4},"bTLii":{"%p":{"%h":42,"%l":0,"%t":0,"%w":0,"%z":13,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":3,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTUrQ","%dn":"Group B","%el":{"bTLij":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":16,"%l":0,"%t":0,"%w":107,"%z":11,"%fc":"rgba(78, 91, 118, 1)","%fs":14,"order":1,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"107px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUrU","%cp":"bTLPX.elements","%dn":"Text I","order":3},"bTLik":{"%p":{"%3":{"%e":{"0":"Solicitações do paciente"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":9,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUrV","%cp":"bTLiY.elements","%dn":"Text I","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":3}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTUuV":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTUuQ","%cp":"bTUrE","%dn":"Image D","%nm":"Btn - Fechar","order":2}},"%nm":"Group - Header - Nota Selecionada copy"},"cmNAA0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":65,"%z":3,"%iv":false,"order":2,"use_gap":true,"column_gap":16,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"65px","padding_right":24,"single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":16,"collapse_when_hidden":true,"border_roundness_right":8,"container_horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.nota_selecionada_"},"%p":{"%ei":"bTUkM"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTUlU","%dn":"Group A","%el":{"bTLVR":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1671120634990x711175209609318300/Icon%20-%20Arrow%20Left%20-%20%23B8BDC8.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTUlV","%cp":"bTLPX.elements","%dn":"Image C","%nm":"Btn - Voltar Step","order":2},"bTUrc":{"%p":{"%3":{"%e":{"0":"Resultado da busca"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":5,"order":4,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTUra","%cp":"bTUlU","%dn":"Text J","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3","order":1}},"%nm":"Group - Header - Nota Selecionada"}},"%p":{"%h":1492,"%l":0,"%t":0,"%w":0,"%z":6,"%br":0,"order":4,"fit_width":true,"fit_height":false,"single_width":false,"max_width_css":"450px","min_width_css":"450px","single_height":false,"min_height_css":"100%","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","overflow_scroll":false,"container_layout":"column","nonant_alignment":"cb","four_border_style":true,"border_roundness_top":16,"border_roundness_left":16},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTUli"},"%x":"GetElement","is_slidable":false},"%p":{"max_width_css":"100%","min_width_css":"100%","border_roundness_top":0,"border_roundness_left":0},"%x":"State"}},"%x":"Group","id":"bTUkN","%cp":"bTLNJ.elements","%dn":"Group A","%nm":"Group - Config Crm","order":1,"custom_states":{"modoedicao_":{"%d":"modoEdicao","%v":"text","default_val":"evento","make_static":true}}},"bTLVk":{"%p":{"%h":183,"%l":0,"%t":0,"%w":164,"%z":7,"order":3,"fit_height":true,"single_width":false,"min_width_css":"164px","single_height":false,"min_height_css":"183px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%a":450,"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTUli","%dn":"Group G","%nm":"Group - Fechar","%s1":"Group_default_group_"},"bTLgG":{"%p":{"%h":200,"%l":0,"%t":20,"%w":465,"%z":8,"%3f":"top","%ci":"bTHEM","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTUlm","%dn":"P - Excluir A","%nm":"P - Excluir A","custom_definition_name":"P - Excluir"},"bTUpv":{"%p":{"%h":284,"%l":600,"%t":-84,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTUpq","%dn":"P - Loading A"}},"%wf":{"bTITd":{"%p":{"%ei":"bTUkx","event_color":"green"},"%x":"ButtonClicked","id":"bTUln","actions":{"0":{"%p":{"%v":{"%x":"ElementParent"},"%ei":"bTUkM","custom_state":"custom.pacienteselecionado_"},"%x":"SetCustomState","id":"bTUlo"},"1":{"%p":{"custom_event":"bTUqC"},"%x":"TriggerCustomEvent","id":"bTUro"}}},"bTIfZ":{"%p":{"%en":"reset","event_color":"orange"},"%x":"CustomEvent","id":"bTUls","actions":{"0":{"%p":{"%ei":"bTUkM"},"%x":"ResetGroup","id":"bTUly"}}},"bTLVU":{"%p":{"%ei":"bTUlV","event_color":"green"},"%x":"ButtonClicked","id":"bTUmW","actions":{"0":{"%p":{"custom_event":"bTUrg"},"%x":"TriggerCustomEvent","id":"bTUrn"}}},"bTLkj":{"%p":{"%ei":"bTUkg","event_color":"green"},"%x":"ButtonClicked","id":"bTUmY","actions":{"0":{"%p":{"%ei":"bTUkM"},"%x":"HideElement","id":"bTUmc"}}},"bTQwS":{"%p":{"%en":"reset-selecoes","event_color":"orange"},"%x":"CustomEvent","id":"bTUmu"},"bTUpo":{"%p":{"%ei":"bTUpX","event_color":"green"},"%x":"ButtonClicked","id":"bTUpj","actions":{"0":{"%p":{"%ei":"bTUpq","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTUpp"},"1":{"%p":{"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"_all","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUoE"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"%c2":"contains_all_fields"},"2":{"%k":"_all","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUom"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"%c2":"contains_all_fields"},"3":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTVFN"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"4":{"%k":"empresa_custom_empresa","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUoW"},"%x":"GetElement","is_slidable":false},"%c2":"equals"}},"%t5":"custom.colaborador1","ignore_empty_constraints":true},"%x":"Search"},"%ei":"bTUkw"},"%x":"DisplayListData","id":"bTUpw"},"2":{"%p":{"%ei":"bTUpq","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTUqA"},"3":{"%p":{"custom_event":"bTUqC"},"%x":"TriggerCustomEvent","id":"bTUqI"}}},"bTUqG":{"%p":{"%en":"proximo-passo","event_color":"orange"},"%x":"CustomEvent","id":"bTUqC","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"plus","is_slidable":false},"%x":"Message","%nm":"custom.nota_selecionada_","is_slidable":false},"%p":{"%ei":"bTUkM"},"%x":"ThisElement","is_slidable":false},"%ei":"bTUkM","custom_state":"custom.nota_selecionada_"},"%x":"SetCustomState","id":"bTUqH"}}},"bTUrm":{"%p":{"%en":"step-anterior","event_color":"orange"},"%x":"CustomEvent","id":"bTUrg","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"minus","is_slidable":false},"%x":"Message","%nm":"custom.nota_selecionada_","is_slidable":false},"%p":{"%ei":"bTUkM"},"%x":"ThisElement","is_slidable":false},"%ei":"bTUkM","custom_state":"custom.nota_selecionada_"},"%x":"SetCustomState","id":"bTUri"}}},"bTUtS":{"%p":{"%ei":"bTUrJ","event_color":"green"},"%x":"ButtonClicked","id":"bTUtN","actions":{"0":{"%p":{"custom_event":"bTUrg"},"%x":"TriggerCustomEvent","id":"bTUtT"}}},"bTUtg":{"%p":{"%ei":"bTUru","event_color":"green"},"%x":"ButtonClicked","id":"bTUte","actions":{"0":{"%p":{"%v":{"%x":"ElementParent","is_slidable":false},"%ei":"bTUkM","custom_state":"custom.solicitacaoselecionada_"},"%x":"SetCustomState","id":"bTUtk"}}},"bTUuK":{"%p":{"%ei":"bTUli","event_color":"green"},"%x":"ButtonClicked","id":"bTUuI","actions":{"0":{"%p":{"%ei":"bTUkM"},"%x":"HideElement","id":"bTUuO"}}},"bTUuc":{"%p":{"%ei":"bTUuQ","event_color":"green"},"%x":"ButtonClicked","id":"bTUuW","actions":{"0":{"%p":{"%ei":"bTUkM"},"%x":"HideElement","id":"bTUub"}}},"bTVLB":{"%p":{"%ei":"bTVKi","event_color":"green"},"%x":"ButtonClicked","id":"bTVKu","actions":{"0":{"%p":{"%v":{"%x":"ElementParent","is_slidable":false},"%ei":"bTUlm","custom_state":"custom.solicitacao_","custom_states_values":{"0":{"%v":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_solicita__o"},"%x":"OneOptionValue","is_slidable":false},"custom_state":"custom.tipo_"}}},"%x":"SetCustomState","id":"bTVKw"},"1":{"%p":{"%ei":"bTUlm"},"%x":"ShowElement","id":"bTVLA"}}},"bTVaC":{"%p":{"%ei":"bTVZd","event_color":"green"},"%x":"ButtonClicked","id":"bTVZo","actions":{"0":{"%p":{"%ei":"bTUpq"},"%x":"ShowElement","id":"bTVbE0"},"1":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.status___solicita__o","option_value":"laudo_enviado"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"status_option_status___solicita__o"},"%x":"ElementParent"},"%cs":{"0":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"finalizado"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTVZq"},"2":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"pdfassinado_file"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search"},"AAG":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"pdfassinado_file"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"AAI":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"2":"","3":{"%x":"Empty"},"4":" - ","5":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"sigla_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"6":".pdf"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"}},"%x":"1539124824422x194279356396994560-AAC","id":"bTVZu"},"3":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"pdfassinado_file"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search"},"AAG":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"pdf_file","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"AAI":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"2":"","3":{"%x":"Empty"},"4":" - ","5":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"sigla_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idlaudo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"laudoid_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.laudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"6":".pdf"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"}},"%x":"1539124824422x194279356396994560-AAC","id":"bTVZv"},"4":{"%p":{"hide_status_bar":true},"%x":"PauseWFClient","id":"bTVzD"},"5":{"%p":{"%ei":"bTUpq"},"%x":"HideElement","id":"bTVbJ0"}}},"bTVGP0":{"%p":{"%ei":"bTVFx0","event_color":"green"},"%x":"ButtonClicked","id":"bTVGK0","actions":{"0":{"%p":{"%ei":"bTUpq","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTVGQ0"},"1":{"%p":{"AAN":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"custom.pacienteselecionado_","is_slidable":false},"%p":{"%ei":"bTUkM"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTUrs"},"%x":"GetElement","is_slidable":false},"AAQ":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":"solicitacoes-","1":{"%n":{"%n":{"%n":{"%p":{"find":{"%e":{"0":" "},"%x":"TextExpression"},"replace":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"custom.pacienteselecionado_","is_slidable":false},"%p":{"%ei":"bTUkM"},"%x":"GetElement","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"AAT":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"data_date","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTUrs"},"%x":"GetElement","is_slidable":false},"AAU":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"HH:MM"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"data_date","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTUrs"},"%x":"GetElement","is_slidable":false},"AAV":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTUrs"},"%x":"GetElement","is_slidable":false},"AAW":{"%e":{"0":"Data solicitação"},"%x":"TextExpression"},"AAX":{"%e":{"0":"Hora solicitação"},"%x":"TextExpression"},"AAY":{"%e":{"0":"Exame"},"%x":"TextExpression"},"AAZ":{"%e":{"0":"Laudado"},"%x":"TextExpression"},"AAa":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"Não"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Sim"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"laudoid_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTUrs"},"%x":"GetElement","is_slidable":false},"AAb":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"Message","%nm":"status_option_status___solicita__o","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTUrs"},"%x":"GetElement","is_slidable":false},"AAc":{"%e":{"0":"Status"},"%x":"TextExpression"},"AAd":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"Created By","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTUrs"},"%x":"GetElement","is_slidable":false},"AAe":{"%e":{"0":"Responsável"},"%x":"TextExpression"},"AAf":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTUrs"},"%x":"GetElement","is_slidable":false},"AAg":{"%e":{"0":"ID solicitação"},"%x":"TextExpression"},"ACY":{"%e":{"0":"Paciente"},"%x":"TextExpression"}},"%x":"1582601241392x653181519983018000-ABC","id":"bTVGU0"},"2":{"%p":{"%ei":"bTUpq","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTVGV0"}}},"bTVbi0":{"%p":{"%ei":"bTVbV0","event_color":"green"},"%x":"ButtonClicked","id":"bTVbg0","actions":{"0":{"%p":{"AAD":{"%e":{"0":{"%n":{"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"1526912550459x175937239475814400-AAC","id":"bTVbm0"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":1600,"%3f":"both","%et":"FloatingGroup","%bgc":"rgba(0,0,0,0.85)","min_width_px":0,"default_width":1600,"min_height_px":600,"element_version":4,"container_layout":"row","four_border_style":false,"border_roundness_top":16,"border_roundness_left":16},"%x":"CustomDefinition","id":"bTUkM","%nm":"FG - Pesquisa de Paciente","custom_states":{"nota_selecionada_":{"%d":"stepAtual","%v":"number","default_val":1,"make_static":true},"pacienteselecionado_":{"%d":"pacienteSelecionado","%v":"custom.colaborador1","make_static":true},"solicitacaoselecionada_":{"%d":"solicitacaoSelecionada","%v":"custom.solicitacaolaudo","make_static":true}}},"bTHLR":{"%el":{"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHKi","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Novo grupo"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHKj","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHKh","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","order":8,"use_gap":true,"fit_width":false,"column_gap":11,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHKl","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHKm","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Continuar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHKk","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"bTHHb0":{"%p":{"%h":256,"%l":0,"%t":72,"%w":400,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","order":4,"row_gap":24,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"256px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHKo","%dn":"Group E","%el":{"bTHLZ":{"%p":{"%h":280,"%l":196,"%t":15,"%w":312,"%z":6,"%3f":"top","%ci":"bTHKI","order":2,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHLU","%dn":"G - Picture Uploader A"},"bTHLf":{"%p":{"%h":28,"%l":204,"%t":230,"%w":352,"%z":7,"%3f":"top","%ci":"bTHJc","order":4,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHLa","%dn":"G - Seletor de usuario A"},"bTHHc0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":129,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHKp","%dn":"Group B","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHKn","%dn":"Group C","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Nome do workspace"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHKr","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHKs","%dn":"Group D","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHKq","%dn":"Input A","%nm":"Input - Nome do workspace","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"},"bTHbL0":{"%p":{"%h":232,"%l":-605,"%t":268,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none"},"%x":"CustomElement","id":"bTHLC","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"}},"%wf":{"cmMnU":{"%p":{"%ei":"bTHKk","event_color":"green"},"%x":"ButtonClicked","id":"bTHLG","actions":{"0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%i2":{"0":{"%k":"adminsids_list_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"iduser_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHLa"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":"add"},"1":{"%k":"idworkspace_text","%v":{"%e":{"0":"W","1":{"%p":{"length":14,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"logo_image","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTHLU"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHKq"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"ownerid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"iduser_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHLa"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.workspace"},"%x":"NewThing","id":"bTHLl"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"ElementParent"},"%cs":{"0":{"%k":"logo_image","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTHLU"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHKq"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTHLn"},"2":{"%p":{"%v":{"%p":{"%ai":"bTHLl"},"%x":"PreviousStep"},"%ei":"bTHKe","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTHLF"},"3":{"%x":"ResetInputs","id":"bTHLJ"},"4":{"%p":{"%ei":"bTHKe"},"%x":"HideElement","id":"bTHLK"},"5":{"%p":{"%ei":"bTHLC","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Dados salvos!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTHLI"}}},"cmMnZ":{"%p":{"%ei":"bTHKm","event_color":"green"},"%x":"ButtonClicked","id":"bTHLM","actions":{"0":{"%p":{"%ei":"bTHKe"},"%x":"HideElement","id":"bTHLN"}}},"cmMnc":{"%p":{"%ei":"bTHKe","event_color":"blue"},"%x":"PopupClosed","id":"bTHLL","actions":{"0":{"%p":{"%ei":"bTHKe"},"%x":"ResetGroup","id":"bTHLP"}}},"cmMng":{"%p":{"%ei":"bTHKh","event_color":"green"},"%x":"ButtonClicked","id":"bTHLQ","actions":{"0":{"%p":{"%ei":"bTHKe"},"%x":"HideElement","id":"bTHLO"}}},"bTHHf0":{"%p":{"%ei":"bTHKe","event_color":"blue"},"%x":"PopupOpened","id":"bTHLS","actions":{"0":{"%p":{"%v":{"%p":{"arbitrary_text":{"%e":{"0":"Logo"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ei":"bTHLU","custom_state":"custom.t_tulo_","custom_states_values":{"0":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"logo_image"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHKe"},"%x":"ThisElement"},"custom_state":"custom.imagem_"}}},"%x":"SetCustomState","id":"bTHLd"},"1":{"%p":{"%v":{"%p":{"option_set":"option.tipo___user","option_value":"adminworkspace"},"%x":"OneOptionValue"},"%ei":"bTHLa","custom_state":"custom.tipo_"},"%x":"SetCustomState","id":"bTHLh"}}}},"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%et":"Popup","%gt":"custom.workspace","min_width_px":0,"default_width":400,"min_height_px":200,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHKe","%nm":"P - Novo Workspace","%s1":"Popup_popup___8_border_","custom_states":{"admincriado_":{"%d":"workspaceCriado","%v":"custom.workspace","make_static":true}}},"bTINL":{"%el":{"bTHPr":{"%p":{"%h":284,"%l":0,"%t":20,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTIKn","%dn":"P - Loading A"},"bTHQU":{"%p":{"%h":232,"%l":0,"%t":20,"%w":496,"%z":9,"%3f":"top","%ci":"bTHPu","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTIKo","%dn":"P - Falha A"},"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIKm","%dn":"Group A","%el":{"bTHPl":{"%p":{"%h":15,"%l":0,"%t":0,"%w":15,"%z":5,"order":3,"vert_alignment":"center"},"%x":"1633128679598x797103101413949400-AAC","id":"bTIKq","%dn":"ViaCep A"},"bTINf":{"%p":{"%h":20,"%l":385,"%t":26,"%w":20,"%z":6,"AAV":{"%e":{"0":"tipEmails"},"%x":"TextExpression"},"AAX":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"Emails de recebimento são os emails da empresa que receberão o laudo automáticamente quando forem entregues"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"AAf":0,"AAg":200,"AAh":0,"order":2,"vert_alignment":"center"},"%x":"1517472293670x503134342731530240-AAU","id":"bTINa","%dn":"Tooltip A"},"cmMkX":{"%p":{"%3":{"%e":{"0":"Nova empresa"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIKr","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIKp","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":8,"use_gap":true,"fit_width":true,"column_gap":11,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-end","container_layout":"row"},"%x":"Group","id":"bTIKt","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTIKu","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Salvar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":204,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":true,"max_width_css":"204px","min_width_css":"204px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTIKs","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"bTHHb0":{"%p":{"%h":256,"%l":0,"%t":0,"%w":400,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":4,"row_gap":24,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"256px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIKw","%dn":"Group E","%el":{"bTHQm":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":9,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":4,"row_gap":24,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTILY","%dn":"Group Q","%el":{"bTHRF":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":2,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTILW","%cp":"bTHQh","%dn":"Group R","%el":{"bTHPK":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTILa","%cp":"bTHOc","%dn":"Group R","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTILb","%dn":"Group R","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Rua"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTILZ","%dn":"Text H","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTILd","%dn":"Group R","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"rua_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTIKj"},"%x":"GetElement"},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAM"},"%p":{"%ei":"bTIKq"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTILe","%dn":"Input E","%nm":"Input - Rua","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - RUA","%s1":"Group_default_group_","order":2},"bTHPT":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":3,"fit_height":true,"single_width":false,"max_width_css":"115px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTILc","%cp":"bTHOd","%dn":"Group R","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTILg","%dn":"Group R","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Número"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTILh","%dn":"Text H","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTILf","%dn":"Group R","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"numeroend_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTIKj"},"%x":"GetElement"},"%p":{"%c1":{"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTILj","%dn":"Input E","%nm":"Input - Numero","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - NUMERO","%s1":"Group_default_group_"},"bTHRd":{"%p":{"%h":63,"%l":0,"%t":0,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":1,"fit_height":true,"single_width":false,"max_width_css":"185px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTILk","%cp":"bTHNj","%dn":"Group L","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTILi","%dn":"Group L","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"CEP"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTILm","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTILn","%dn":"Group L","%el":{"bTHPZ":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","%iv":false,"%bas":"bgcolor","%bgc":"var(--color_primary_default)","order":2,"fit_width":true,"fit_height":true,"padding_top":5,"margin_right":12,"padding_left":5,"single_width":false,"min_width_css":"24px","padding_right":5,"single_height":false,"min_height_css":"24px","padding_bottom":5,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"cep_text"},"%x":"ElementParent"},"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILs"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILs"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTIKj"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTILl","%dn":"Group O","%el":{"bTHPd":{"%p":{"%h":24,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677700232647x480469142419756900/Icon%20-%20Pesquisa%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":3,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":false,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Image","id":"bTILp","%dn":"Image C","%s1":"Image_standard_image_"}},"%nm":"Btn - Buscar Cep"},"bTHPh":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":5,"%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","%iv":false,"%bas":"bgcolor","%bgc":"var(--color_destructive_default)","order":3,"fit_width":true,"fit_height":true,"padding_top":5,"margin_right":12,"padding_left":5,"single_width":false,"min_width_css":"24px","padding_right":5,"single_height":false,"min_height_css":"24px","padding_bottom":5,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTIKj"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTILq","%cp":"bTHPG","%dn":"Group P","%el":{"bTHPd":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%9i":"close","%ic":"rgba(255,255,255,1)","order":3,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"materialicons-Materialicon","id":"bTILo","%dn":"MaterialIcon A"}},"%nm":"Btn - Remover Busca Cep","order":3},"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cep_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTILs","%dn":"Input C","%nm":"Input - CEP","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_","order":5}},"%s1":"Group_default_group_","order":2},"bTHRe":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":6,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTILt","%cp":"bTHQh","%dn":"Group T","%el":{"bTHPK":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTILr","%cp":"bTHOc","%dn":"Group T","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTILv","%dn":"Group T","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Cidade"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTILw","%dn":"Text J","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTILu","%dn":"Group T","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cidade_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTIKj"},"%x":"GetElement"},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAO"},"%p":{"%ei":"bTIKq"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTILy","%dn":"Input G","%nm":"Input - Cidade","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_","order":2},"bTHPT":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":2,"fit_height":true,"single_width":false,"max_width_css":"115px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTILz","%cp":"bTHOd","%dn":"Group T","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTILx","%dn":"Group T","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Estado"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIMB","%dn":"Text J","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIMC","%dn":"Group T","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"estado_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTIKj"},"%x":"GetElement"},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTIKq"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTIMA","%dn":"Input G","%nm":"Input - estado","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"}},"%nm":"Group - CIDADE ESTADO","%s1":"Group_default_group_","order":4},"bTHTz":{"%p":{"%h":0,"%l":0,"%t":87,"%w":0,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":4,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":false},"%x":"Group","id":"bTIME","%dn":"Group U","%el":{"bTHUD":{"%p":{"%h":28,"%l":0,"%t":-87,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":1,"fit_height":true,"single_width":false,"max_width_css":"265px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTIMF","%cp":"bTHQh","%dn":"Group S","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTIMD","%dn":"Group S","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Complemento"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIMH","%dn":"Text I","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIMI","%dn":"Group S","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"complemento_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTIKj"},"%x":"GetElement"},"%p":{"%c1":{"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTIMG","%dn":"Input F","%nm":"Input - Complemento","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - COMPLEMETNO","%s1":"Group_default_group_","order":3},"bTHUK":{"%p":{"%h":28,"%l":10,"%t":-77,"%w":0,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTIMK","%cp":"bTHUA","%dn":"Group V","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTIML","%dn":"Group V","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Bairro"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIMJ","%dn":"Text K","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIMN","%dn":"Group V","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bairro_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTIKj"},"%x":"GetElement"},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAN"},"%p":{"%ei":"bTIKq"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTIMO","%dn":"Input H","%nm":"Input - Bairro","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - COMPLEMETNO copy","%s1":"Group_default_group_","order":2}},"%nm":"Group - COMPLEMENTO BAIRRO","%s1":"Group_default_group_"}},"%nm":"Group - Endereço","%s1":"Group_default_group_"},"bTINU":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTINO","%cp":"bTIKw","%dn":"Group G","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"aa"},"%x":"Group","id":"bTINT","%dn":"Group G","%el":{"bTINc":{"%p":{"%h":80,"%l":203,"%t":8,"%w":80,"%z":3,"%9i":"help","%ic":"rgba(var(--color_surface_default_rgb), 0.5)","order":2,"unique_id":{"%e":{"0":"tipEmails"},"%x":"TextExpression"},"fit_height":false,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","horiz_alignment":"flex-start"},"%x":"materialicons-Materialicon","id":"bTINX","%dn":"MaterialIcon B"},"cmMkk":{"%p":{"%3":{"%e":{"0":"Emails de recebimento (no máximo 3)"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTINR","%dn":"Text C","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTINV","%dn":"Group G","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":19,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"emailsrecebimento_list_text"},"%x":"ElementParent"},"%ds":{"%n":{"%x":"Message","%nm":"emailsrecebimento_list_text"},"%x":"ElementParent"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"var(--font_default)","font_weight":"500","margin_left":14,"tag_bgcolor":"var(--color_primary_default)","dynamic_type":"text","margin_right":20,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","single_height":false,"enable_tagging":true,"min_height_css":"80%","tag_font_color":"rgba(255,255,255,1)","vert_alignment":"center","horiz_alignment":"flex-start","limit_selection":3,"tag_border_color":"var(--color_primary_default)","tag_delete_color":"rgba(255,255,255,1)","option_display_expression":{"%e":{"0":{"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"select2-MultiDropdown","id":"bTINW","%dn":"Multidropdown A","%nm":"Input - Emails de recebimento"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_","order":6},"bTINm":{"%p":{"%h":0,"%l":24,"%t":24,"%w":0,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":1,"row_gap":24,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTILG","%dn":"Group I","%el":{"bTHPM":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":4,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTILM","%dn":"Group M","%el":{"bTHPK":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTILK","%cp":"bTHOc","%dn":"Group J","%el":{"bTHOm":{"%p":{"%h":4,"%l":0,"%t":0,"%w":7,"%z":4,"AAE":{"%e":{"0":"inputCnpjEmpresa"},"%x":"TextExpression"},"AAO":"CPF/CNPJ"},"%x":"1609444246883x924984661248573400-AAD","id":"bTILO","%dn":"MaskInput A"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTILP","%dn":"Group J","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"CNPJ"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTILN","%dn":"Text D","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTILR","%dn":"Group J","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cnpj_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"inputCnpjEmpresa"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTILS","%dn":"Input B","%nm":"Input - CNPJ","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_","order":2},"bTHPT":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":2,"fit_height":true,"single_width":false,"max_width_css":"195px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTILQ","%cp":"bTHOd","%dn":"Group N","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTILU","%dn":"Group N","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Telefone"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTILV","%dn":"Text G","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTILT","%dn":"Group N","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"telefone_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTILX","%dn":"Input D","%nm":"Input - Telefone","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"},"bTPnc":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":3,"fit_height":true,"single_width":false,"max_width_css":"195px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTPnQ","%cp":"bTILM","%dn":"Group H","%el":{"bTPni":{"%p":{"%h":15,"%l":121.5,"%t":1,"%w":15,"%z":4,"AAE":{"%e":{"0":"wppEmpresa"},"%x":"TextExpression"},"AAF":{"%e":{"0":"(00) 000000000"},"%x":"TextExpression"}},"%x":"1609444246883x924984661248573400-AAD","id":"bTPng","%dn":"MaskInput B"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTPnV","%dn":"Group H","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Whatsapp"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTPnW","%dn":"Text L","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTPna","%dn":"Group H","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"telefone_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"wppEmpresa"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTPnb","%dn":"Input I","%nm":"Input - WhatsApp Empresa","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 2","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTINj":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","%iv":false,"order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%x":"Group","id":"bTINd","%cp":"bTILG","%dn":"Group K","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTINi","%dn":"Group K","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Clinica"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTINg","%dn":"Text E","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTINk","%dn":"Group K","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"convert_to_list"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%ds":{"%n":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"Lato","font_weight":"500","margin_left":20,"dynamic_type":"custom.clinica","margin_right":20,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTINl","%dn":"Dropdown A","%nm":"Input - CLINICA"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Clinica","%s1":"Group_default_group_","order":3},"bTPno":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":2,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTPnm","%dn":"Group W","%el":{"bTPns":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTILE","%dn":"Group B","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTILI","%dn":"Group C","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Nome da empresa"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTILJ","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTILH","%dn":"Group D","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTILL","%dn":"Input A","%nm":"Input - Nome da clÃnica","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"},"bTPoF":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTPnt","%cp":"bTPnm","%dn":"Group X","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTPny","%dn":"Group X","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Razão social"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTPnz","%dn":"Text M","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTPoA","%dn":"Group X","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"razaosocial_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTPoE","%dn":"Input J","%nm":"Input - Razao Social","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 3","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTKpQ":{"%p":{"%h":28,"%l":65.5,"%t":181,"%w":129,"%z":10,"%3f":"top","%ci":"bTKnG","%ds":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"order":5,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"inputsdinamicosempresa_list_custom_inputslaudo"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"CustomElement","id":"bTKpO","%dn":"RG - Inputs Dinamicos - Padrão A"},"bTPoW":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":6,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTPoK","%cp":"bTIKw","%dn":"Group Y","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTPoM","%dn":"Group Y","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Observações"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTPoQ","%dn":"Text N","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTPoR","%dn":"Group Y","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"observacao_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%lh":1.4,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"padding_top":15,"margin_right":20,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"85px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"MultiLineInput","id":"bTPoS","%dn":"MultilineInput A","%nm":"Input - Obs"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 2","%s1":"Group_default_group_"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"},"bTHbL0":{"%p":{"%h":232,"%l":0,"%t":20,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none"},"%x":"CustomElement","id":"bTIMQ","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"}},"%wf":{"bTHPk":{"%p":{"%ei":"bTILq","event_color":"green"},"%x":"ButtonClicked","id":"bTIMU","actions":{"0":{"%p":{"%ei":"bTIME"},"%x":"ResetGroup","id":"bTIMS"},"1":{"%p":{"%ei":"bTILc"},"%x":"ResetGroup","id":"bTIMW"},"2":{"%p":{"%ei":"bTILa"},"%x":"ResetGroup","id":"bTIMX"},"3":{"%p":{"%ei":"bTILt"},"%x":"ResetGroup","id":"bTIMV"},"4":{"%p":{"%v":false,"%ei":"bTIKj","custom_state":"custom.iscepbuscado__"},"%x":"SetCustomState","id":"bTIMZ"}}},"bTHPo":{"%p":{"%ei":"bTILl","event_color":"green"},"%x":"ButtonClicked","id":"bTIMa","actions":{"0":{"%p":{"%ei":"bTIKn","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTIMY"},"1":{"%p":{"%ei":"bTIKq","AAE":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILs"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"1633128679598x797103101413949400-AAD","id":"bTIMc"}}},"bTHQW":{"%p":{"%ei":"bTIKq","event_color":"blue"},"%x":"1633128679598x797103101413949400-AAS","id":"bTIMd","actions":{"0":{"%p":{"%ei":"bTIKo","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Cep inválido!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTIMb"},"1":{"%p":{"%ei":"bTIKn","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTIMf"}}},"bTHQZ":{"%p":{"%ei":"bTIKq","event_color":"blue"},"%x":"1633128679598x797103101413949400-AAU","id":"bTIMg","actions":{"0":{"%p":{"%ei":"bTIKo","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Cep incorreto!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTIMe"},"1":{"%p":{"%ei":"bTIKn","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTIMi"}}},"bTHQc":{"%p":{"%ei":"bTIKq","event_color":"blue"},"%x":"1633128679598x797103101413949400-AAT","id":"bTIMj","actions":{"0":{"%p":{"%ei":"bTIME"},"%x":"ResetGroup","id":"bTIMh"},"1":{"%p":{"%ei":"bTILc"},"%x":"ResetGroup","id":"bTIMl"},"2":{"%p":{"%ei":"bTILa"},"%x":"ResetGroup","id":"bTIMm"},"3":{"%p":{"%ei":"bTILt"},"%x":"ResetGroup","id":"bTIMk"},"4":{"%p":{"%v":true,"%ei":"bTIKj","custom_state":"custom.iscepbuscado__"},"%x":"SetCustomState","id":"bTIMo"},"5":{"%p":{"%ei":"bTIKn","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTIMp"}}},"bTHRg":{"%p":{"%en":"salvar-dados-empresa","parameters":{"0":{"is_list":false,"btype_id":"custom.empresa","optional":false,"param_id":"bTHRk","param_name":"empresa"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTIMn","actions":{"0":{"%p":{"%cs":{"0":{"%k":"cep_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILs"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"cidade_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILy"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"cnpj_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILS"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"complemento_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIMG"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"estado_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIMA"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"5":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILL"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"6":{"%k":"numeroend_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILj"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"7":{"%k":"rua_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILe"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"8":{"%k":"telefone_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTILX"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"9":{"%k":"bairro_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIMO"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"10":{"%k":"emailsrecebimento_list_text","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTINW"},"%x":"GetElement"},"%ak":"set_list"},"11":{"%k":"respostasdinamicas_list_text","%v":{"%n":{"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKpO"},"%x":"GetElement"},"%ak":"set_list"},"12":{"%k":"observacao_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTPoS"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"13":{"%k":"whatsapp_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTPnb"},"%x":"GetElement","is_slidable":false},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"14":{"%k":"razaosocial_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTPoE"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem"}},"%x":"ChangeThing","id":"bTIMs"}}},"cmMnU":{"%p":{"%ei":"bTIKs","event_color":"green"},"%x":"ButtonClicked","id":"bTIMu","actions":{"0":{"%p":{"%ei":"bTIKn","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTIMv"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%i2":{"0":{"%k":"cidade_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"cnpj_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"complemento_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"estado_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"nome_text","%v":{"%e":{"0":{"%x":"Empty"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"5":{"%k":"numeroend_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"6":{"%k":"rua_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"7":{"%k":"telefone_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"8":{"%k":"cep_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"9":{"%k":"bairro_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"10":{"%k":"emailsrecebimento_list_text","%v":{"%x":"Empty"},"%ak":"clear_list"},"11":{"%k":"idempresa_text","%v":{"%e":{"0":"EMP","1":{"%p":{"length":17,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"12":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTINl"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.empresa"},"%x":"NewThing","id":"bTIMt"},"2":{"%p":{"arguments":{"0":{"param_id":"bTHRk","arg_value":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"convert_to_list"},"%p":{"%ai":"bTIMt"},"%x":"PreviousStep"}}},"custom_event":"bTIMn"},"%x":"TriggerCustomEvent","id":"bTIMx"},"3":{"%p":{"%v":{"%p":{"%ai":"bTIMt"},"%x":"PreviousStep"},"%ei":"bTIKj","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTIMy"},"4":{"%x":"ResetInputs","id":"bTIMw"},"5":{"%p":{"%ei":"bTIKj"},"%x":"HideElement","id":"bTINA"},"6":{"%p":{"%ei":"bTIMQ","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Dados salvos!"},"1":{"param_id":"cmPhX1"}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTIMz"},"7":{"%p":{"%ei":"bTIKn","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTIND"}}},"cmMnZ":{"%p":{"%ei":"bTIKu","event_color":"green"},"%x":"ButtonClicked","id":"bTINE","actions":{"0":{"%p":{"%ei":"bTIKj"},"%x":"HideElement","id":"bTINC"}}},"cmMnc":{"%p":{"%ei":"bTIKj","event_color":"blue"},"%x":"PopupClosed","id":"bTING","actions":{"0":{"%p":{"%ei":"bTIKj"},"%x":"ResetGroup","id":"bTINH"}}},"cmMng":{"%p":{"%ei":"bTIKp","event_color":"green"},"%x":"ButtonClicked","id":"bTINF","actions":{"0":{"%p":{"%ei":"bTIKj"},"%x":"HideElement","id":"bTINJ"}}},"bTHHf0":{"%p":{"%ei":"bTIKj","event_color":"blue"},"%x":"PopupOpened","id":"bTINK","actions":{"0":{"%p":{"%v":{"%p":{"option_set":"option.categoria___input","option_value":"campo_de_empresa"},"%x":"OneOptionValue"},"%ei":"bTKpO","custom_state":"custom.categoriainputs_","custom_states_values":{"0":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"respostasdinamicas_list_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIKj"},"%x":"ThisElement"},"custom_state":"custom.respostas_"}}},"%x":"SetCustomState","id":"bTKpU"}}}},"%p":{"%h":328,"%l":0,"%t":0,"%w":750,"%et":"Popup","%gt":"custom.empresa","min_width_px":850,"default_width":850,"min_height_px":200,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTIKj","%nm":"P - Nova Empresa","%s1":"Popup_popup___8_border_","custom_states":{"logo_":{"%d":"logo","%v":"image","make_static":true},"admincriado_":{"%d":"empresaCriada","%v":"custom.empresa","make_static":true},"iscepbuscado__":{"%d":"isCepBuscado?","%v":"boolean","make_static":true}}},"bTHHa":{"%el":{"bTJVY":{"%p":{"%h":284,"%l":-374,"%t":289,"%w":1000,"%z":6,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTHGf","%dn":"P - Loading A","custom_definition_name":"P - Loading"},"bTKzj":{"%p":{"%h":28,"%l":0,"%t":0,"%w":129,"%z":3,"%gt":"custom.exames","%iv":false,"order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"criar_exame_online"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTKzX","%cp":"bTHGh","%dn":"Group F","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTKzc","%dn":"Group F","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Tipo do exame"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKzd","%dn":"Text D","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.exames","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTKze","%dn":"Group F","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"tipo_option_tipo___exame"},"%x":"ElementParent"},"%ds":{"%p":{"option_set":"option.tipo___exame"},"%x":"AllOptionValue"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"dynamic_type":"option.tipo___exame","margin_right":20,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display"},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTKzi","%dn":"Dropdown A","%nm":"Input - Tipo do exame"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_"},"cmNpX":{"%p":{"%h":35,"%l":0,"%t":0,"%w":51,"%z":2,"%br":360,"%bas":"bgcolor","%bgc":"rgba(123, 97, 255, 0.16)","order":1,"fit_width":true,"fit_height":true,"padding_top":20,"padding_left":20,"single_width":false,"min_width_css":"51px","padding_right":20,"single_height":false,"min_height_css":"35px","padding_bottom":20,"horiz_alignment":"center","container_layout":"relative"},"%x":"Group","id":"bTHGk","%dn":"Group A","%el":{"cmNpa":{"%p":{"%h":21,"%l":0,"%t":0,"%w":21,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1660422867237x704283675914677100/message-question.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"40px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"Image","id":"bTHGi","%dn":"Image A"}}},"cmNpg":{"%p":{"%h":24,"%l":0,"%t":0,"%w":373,"%z":4,"order":2,"row_gap":8,"use_gap":true,"fit_width":true,"fit_height":true,"padding_top":8,"single_width":false,"min_width_css":"373px","single_height":false,"min_height_css":"24px","padding_bottom":15,"horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHGm","%dn":"Group B","%el":{"cmNph":{"%p":{"%3":{"%e":{"0":""},"%x":"TextExpression"},"%h":33,"%l":0,"%t":0,"%w":128,"%z":3,"order":1,"fit_height":true,"single_width":false,"min_width_css":"128px","single_height":false,"min_height_css":"24px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"emitir_passagem"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Confirmar emissão"},"%x":"TextExpression"}},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"escolher_tipo_de_quarto"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Confirmar quarto?"},"%x":"TextExpression"}},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"definir_participante_manualmente"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Definir participante?"},"%x":"TextExpression"}},"%x":"State"},"3":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"dica_de_upload_aereo"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Dicas para seu upload"},"%x":"TextExpression"}},"%x":"State"},"4":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"definir_titular_manualmente"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Definir participante?"},"%x":"TextExpression"}},"%x":"State"},"5":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"definir_novo_acompanhante_com_quarto"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Definir participante?"},"%x":"TextExpression"}},"%x":"State"},"6":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"reenviar_convites_aguardando"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja reenviar a notificação de convites?"},"%x":"TextExpression"}},"%x":"State"},"7":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"criar_exame_online"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja criar formulário do exame?"},"%x":"TextExpression"}},"%x":"State"},"8":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"clinica_bloqueada"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Acesso bloqueado"},"%x":"TextExpression"}},"%x":"State"},"9":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"assinar_laudo"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Laudo criado!"},"%x":"TextExpression"}},"%x":"State"},"10":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"confirmar_solicita__o_de_cancelamento_de_laudo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Confirmar cancelamento?"},"%x":"TextExpression"}},"%x":"State"},"11":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"tornar_solicita__o_urgente"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Confirmar urgência?"},"%x":"TextExpression"}},"%x":"State"},"12":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"desabilitar_exame_online"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Desativar exame online?"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTHGn","%dn":"Text A","%s1":"Text_inter___600___18____4e5b76___horizontal_aligmente___1_3_line_spacing__"},"cmNpk":{"%p":{"%3":{"%e":{"0":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":33,"%l":0,"%t":0,"%w":128,"%z":4,"%fa":"center","%fc":"rgba(130, 155, 176, 1)","%fs":14,"%lh":1.6,"order":2,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"128px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"criar_exame_online"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Criando um formulário para este exame, ele poderá ser respondido online.\\n\\nLembre-se de informar o tipo do exame"},"%x":"TextExpression"}},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"clinica_bloqueada"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Motivo do bloqueio:\\n\\n\\"","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"motivo_text"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"2":"\\""},"%x":"TextExpression"}},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"assinar_laudo"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Agora você deve assina-lo, clique no botão confirmar para assinar o laudo digitalmente"},"%x":"TextExpression"}},"%x":"State"},"3":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"confirmar_solicita__o_de_cancelamento_de_laudo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"4":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"tornar_solicita__o_urgente"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTHGl","%cp":"cmNpe.elements","%dn":"Text B","order":2}},"%nm":"Group - Texto","%s1":"Group_default_group_"},"cmNpp":{"%p":{"%h":24,"%l":0,"%t":0,"%w":373,"%z":5,"order":4,"row_gap":8,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"padding_top":40,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHGp","%cp":"cmNpT.elements","%dn":"Group C","%el":{"cmNps":{"%p":{"%3":{"%e":{"0":"Voltar"},"%x":"TextExpression"},"%h":6,"%l":0,"%t":0,"%w":0,"%z":5,"order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","vert_alignment":"stretch","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHGq","%dn":"Button A","%nm":"Btn - Voltar","%s1":"Button_btn___outline___cancelar_"},"cmNpv":{"%p":{"%h":21,"%l":0,"%t":0,"%w":0,"%z":6,"%br":8,"%bas":"bgcolor","%bgc":"var(--color_primary_default)","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"criar_exame_online"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHGh"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTKzi"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_contrast_default)","button_disabled":true},"%x":"State"}},"%x":"Group","id":"bTHGo","%dn":"Group D","%el":{"cmNqB":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"order":1,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"single_width":false,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHGs","%dn":"Group E","%el":{"cmNqC":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1660422700385x924056944645856800/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"18px","single_height":true,"min_height_css":"18px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"Image","id":"bTHGt","%cp":"cmNpt.elements","%dn":"Image B","order":1},"cmNqF":{"%p":{"%3":{"%e":{"0":"Confirmar"},"%x":"TextExpression"},"%h":8,"%l":6,"%t":4,"%w":12,"%z":4,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"8px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHGr","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Remover"}},"%nm":"Group - Botões","%s1":"Group_default_group_","order":3},"cmRQh0":{"%p":{"%h":232,"%l":-186,"%t":288,"%w":496,"%z":6,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none"},"%x":"CustomElement","id":"bTHGv","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"}},"%wf":{"bTKzo":{"%p":{"%ei":"bTKzi","event_color":"blue"},"%x":"InputChanged","id":"bTKzk","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTKzi"},"%x":"ThisElement"},"%ei":"bTHGh","custom_state":"custom.tipoexameselecionado_"},"%x":"SetCustomState","id":"bTKzp"}}},"bTKzu":{"%p":{"%ei":"bTHGh","event_color":"blue"},"%x":"PopupClosed","id":"bTKzq","actions":{"0":{"%p":{"%ei":"bTHGh"},"%x":"ResetGroup","id":"bTKzv"}}},"bTQHA":{"%p":{"%en":"tornar-laudo-urgente","event_color":"orange"},"%x":"CustomEvent","id":"bTQGw","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isurgente__boolean","%v":true,"%ak":{"%x":"Empty"}},"1":{"%k":"valoradicional_number","%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%n":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"formatting_for_true":{"%e":{"0":"","1":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"valorpctgurgenciapaga_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"times","is_slidable":false},"%x":"Message","%nm":"valorinicial_number","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"2":""},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"0"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%p":{"%co":{"0":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"1":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"clinicaid_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"2":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"exameid_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"_id","%v":{"%n":{"%x":"Message","%nm":"_id","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%c2":"not equal"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.solicitacaolaudo_","is_slidable":false},"%p":{"%ei":"bTHGh"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTQHB"},"1":{"%p":{"%cs":{"0":{"%k":"valortotal_number","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"valoradicional_number","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%x":"Message","%nm":"plus","is_slidable":false},"%x":"Message","%nm":"valorinicial_number","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.solicitacaolaudo_","is_slidable":false},"%p":{"%ei":"bTHGh"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTQHC"},"2":{"%p":{"%ei":"bTHGv","arguments":{"0":{"param_id":"cmPhW1","arg_value":{"%p":{"arbitrary_text":{"%e":{"0":"Sucesso!"},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"1":{"param_id":"cmPhX1","arg_value":{"%p":{"arbitrary_text":{"%e":{"0":"Agora a solicitação é urgente."},"%x":"TextExpression"}},"%x":"ArbitraryText"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTQHH"}}},"cmNqR":{"%p":{"%ei":"bTHGo","event_color":"green"},"%x":"ButtonClicked","id":"bTHHI","actions":{"0":{"%p":{"%v":true,"%ei":"bTHGh","custom_state":"custom.confirmacaoexecutada__"},"%x":"SetCustomState","id":"bTHHJ"},"1":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___confirma_ao","option_value":"tornar_solicita__o_urgente"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.tipo_","is_slidable":false},"%p":{"%ei":"bTHGh"},"%x":"GetElement","is_slidable":false},"custom_event":"bTQGw"},"%x":"TriggerCustomEvent","id":"bTQHM"},"2":{"%p":{"%ei":"bTHGh"},"%x":"HideElement","id":"bTHHN"}}},"cmNqY":{"%p":{"%ei":"bTHGq","event_color":"green"},"%x":"ButtonClicked","id":"bTHHO","actions":{"0":{"%p":{"%ei":"bTHGh"},"%x":"HideElement","id":"bTHHM"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":465,"%br":8,"%et":"Popup","padding_top":24,"max_width_px":465,"min_width_px":0,"padding_left":46,"default_width":465,"min_height_px":200,"padding_right":46,"single_height":true,"min_height_css":"200px","padding_bottom":32,"element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHGh","%nm":"P - Confirmação","custom_states":{"tipo_":{"%d":"tipo","%v":"option.tipo___confirma_ao","make_static":true},"quarto_":{"%d":"quarto","%v":"custom.quarto","make_static":true},"sorteio_":{"%d":"pacoteaereo","%v":"custom.pacoteaereo","make_static":true},"inscrito_":{"%d":"inscrito","%v":"custom.inscrito","make_static":true},"solicitacaolaudo_":{"%d":"solicitacaoLaudo","%v":"custom.solicitacaolaudo","make_static":true},"tipoexameselecionado_":{"%d":"tipoExameSelecionado","%v":"option.tipo___exame","make_static":true},"confirmacaoexecutada__":{"%d":"confirmacaoExecutada?","%v":"boolean","make_static":true}}},"bTHGJ":{"%el":{"bTHGY":{"%p":{"%h":284,"%l":-490,"%t":272,"%w":1000,"%z":7,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTHGT","%dn":"P - Loading B"},"cmNpX":{"%p":{"%h":35,"%l":0,"%t":0,"%w":51,"%z":2,"%br":360,"%bas":"bgcolor","%bgc":"rgba(255, 235, 236, 1)","order":2,"fit_width":true,"fit_height":true,"padding_top":20,"padding_left":20,"single_width":false,"min_width_css":"51px","padding_right":20,"single_height":false,"min_height_css":"35px","padding_bottom":20,"horiz_alignment":"center","container_layout":"relative"},"%x":"Group","id":"bTHER","%dn":"Group A","%el":{"cmNpa":{"%p":{"%h":21,"%l":0,"%t":0,"%w":40,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1656958516997x592687551923171000/Icon%20-%20Lixeira%20-%20Thin%20-%20%23FD3738.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"40px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"Image","id":"bTHEP","%dn":"Image A"}}},"cmNpg":{"%p":{"%h":24,"%l":0,"%t":0,"%w":373,"%z":4,"order":3,"row_gap":8,"use_gap":true,"fit_width":true,"fit_height":true,"padding_top":8,"single_width":false,"min_width_css":"373px","single_height":false,"min_height_css":"24px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHET","%dn":"Group B","%el":{"cmNph":{"%p":{"%3":{"%e":{"0":""},"%x":"TextExpression"},"%h":33,"%l":0,"%t":0,"%w":128,"%z":3,"order":1,"fit_height":true,"single_width":false,"min_width_css":"128px","single_height":false,"min_height_css":"24px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_campo_cadastro"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir este campo?"},"%x":"TextExpression"}},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_cl_nica"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir esta clÃnica?"},"%x":"TextExpression"}},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"bTPHA"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir este usuário?"},"%x":"TextExpression"}},"%x":"State"},"3":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_solicita__o"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir esta solicitação?"},"%x":"TextExpression"}},"%x":"State"},"4":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_workspace"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir este grupo?"},"%x":"TextExpression"}},"%x":"State"},"5":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_exame"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir este exame?"},"%x":"TextExpression"}},"%x":"State"},"6":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_m_scara"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir esta máscara?"},"%x":"TextExpression"}},"%x":"State"},"7":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_paciente"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir este paciente?"},"%x":"TextExpression"}},"%x":"State"},"8":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_tutorial"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir este tutorial?"},"%x":"TextExpression"}},"%x":"State"},"9":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_empresa"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir esta empresa?"},"%x":"TextExpression"}},"%x":"State"},"10":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_aviso"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir este aviso?"},"%x":"TextExpression"}},"%x":"State"},"11":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_laudo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja excluir este laudo?"},"%x":"TextExpression"}},"%x":"State"},"12":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_obj_exame"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Deseja desvincunlar este exame?"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTHEU","%dn":"Text A","%s1":"Text_inter___600___18____4e5b76___horizontal_aligmente___1_3_line_spacing__"},"cmNpk":{"%p":{"%3":{"%e":{"0":""},"%x":"TextExpression"},"%h":33,"%l":0,"%t":0,"%w":128,"%z":4,"order":2,"fit_height":true,"single_width":false,"min_width_css":"128px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_cl_nica"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"bTPHA"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_solicita__o"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Você pode excluir uma solicitação que tem o status [color=#F8BB46]\\"AGUARDANDO\\"[/color]. Este status significa que o laudo do exame ainda não foi iniciado."},"%x":"TextExpression"}},"%x":"State"},"3":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_workspace"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"4":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_exame"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"5":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_m_scara"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"6":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_paciente"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"7":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_tutorial"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"8":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_empresa"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"9":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_aviso"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"10":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_laudo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Esta ação é irreversÃvel."},"%x":"TextExpression"}},"%x":"State"},"11":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_obj_exame"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"A clÃnica não poderá mais enviar exames deste tipo."},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTHES","%cp":"cmNpe.elements","%dn":"Text B","%s1":"Text_t_tulo___500___14___cinza_azulado___horizontal_alignment___1_line_spacing_","order":2}},"%nm":"Group - Texto","%s1":"Group_default_group_"},"cmNpp":{"%p":{"%h":24,"%l":0,"%t":0,"%w":373,"%z":5,"order":4,"row_gap":8,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":40,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHEW","%cp":"cmNpT.elements","%dn":"Group C","%el":{"bTPRS":{"%p":{"%h":200,"%l":178,"%t":0,"%w":200,"%z":7,"%3f":"top","%ci":"bTPQu","order":3,"max_width":100,"min_width":0,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTPRN","%dn":"G - Logs A"},"cmNps":{"%p":{"%3":{"%e":{"0":"Voltar"},"%x":"TextExpression"},"%h":6,"%l":0,"%t":0,"%w":0,"%z":5,"order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","vert_alignment":"stretch","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHEX","%dn":"Button A","%nm":"Btn - Voltar","%s1":"Button_btn___outline___cancelar_"},"cmNpv":{"%p":{"%h":21,"%l":0,"%t":0,"%w":0,"%z":6,"%br":8,"%bas":"bgcolor","%bgc":"rgba(253, 55, 56, 1)","order":4,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHEV","%dn":"Group D","%el":{"cmNqB":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"order":1,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"single_width":false,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHEZ","%dn":"Group E","%el":{"cmNqC":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1656958973214x954766920661565400/Icon%20-%20Lixeira%20-%20Branco.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"Image","id":"bTHEa","%cp":"cmNpt.elements","%dn":"Image B","order":1},"cmNqF":{"%p":{"%3":{"%e":{"0":"Remover"},"%x":"TextExpression"},"%h":8,"%l":6,"%t":4,"%w":12,"%z":4,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"8px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHEY","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Remover"}},"%nm":"Group - Botões","%s1":"Group_default_group_","order":3},"bTJQX0":{"%p":{"%h":232,"%l":-388,"%t":244,"%w":496,"%z":6,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none"},"%x":"CustomElement","id":"bTHEc","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"}},"%wf":{"bTJnH":{"%p":{"%en":"excluir-campo-cadastro","event_color":"orange"},"%x":"CustomEvent","id":"bTJnG","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.campo_"},"%p":{"%ei":"bTHEM"},"%x":"ThisElement"}},"%x":"DeleteThing","id":"bTJnF"},"1":{"%p":{"AAK":{"%e":{"0":"Campo removido!"},"%x":"TextExpression"},"AAL":"Success"},"%x":"1502318329913x918963338108731400-AAC","id":"bTJnM"}}},"bTMVE":{"%p":{"%en":"excluir-clinica","event_color":"orange"},"%x":"CustomEvent","id":"bTMVD","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.clinica_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"GetElement","is_slidable":false}},"%x":"DeleteThing","id":"bTMVI"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTMVP"}}},"bTMVo":{"%p":{"%en":"excluir-user","event_color":"orange"},"%x":"CustomEvent","id":"bTMVh","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.user_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"GetElement","is_slidable":false}},"%x":"DeleteThing","id":"bTMVm"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTMVn"}}},"bTMgU":{"%p":{"%en":"excluir-solicitacao","event_color":"orange"},"%x":"CustomEvent","id":"bTMgN","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.solicitacao_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"GetElement","is_slidable":false}},"%x":"DeleteThing","id":"bTMgS"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTMgT"}}},"bTMjH":{"%p":{"%en":"excluir-workspace","event_color":"orange"},"%x":"CustomEvent","id":"bTMjA","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.workspace_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"GetElement","is_slidable":false}},"%x":"DeleteThing","id":"bTMjC"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTMjG"}}},"bTOrJ":{"%p":{"%en":"excluir-mascara","event_color":"orange"},"%x":"CustomEvent","id":"bTOrC","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.mascara_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false}},"%x":"DeleteThing","id":"bTOrO"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTOrI"}}},"bTPQq":{"%p":{"%en":"excluir-paciente","event_color":"orange"},"%x":"CustomEvent","id":"bTPQj","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isexcluido__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.exame_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTPQo"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTPQp"}}},"bTPRa":{"%p":{"%en":"excluir-paciente","event_color":"orange"},"%x":"CustomEvent","id":"bTPRT","actions":{"0":{"%p":{"%ei":"bTPRN","arguments":{"0":{"param_id":"bTPRC","arg_value":{"%p":{"option_set":"option.categoria___log","option_value":"excluir_paciente"},"%x":"OneOptionValue","is_slidable":false}},"1":{"param_id":"bTPRG","arg_value":{"%x":"CurrentUser","is_slidable":false}},"2":{"param_id":"bTPRH","arg_value":{"%p":{"arbitrary_text":{"%e":{"0":"Excluiu o paciente ","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"custom.paciente_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"3":{"param_id":"bTPRI","arg_value":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"custom.paciente_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTPQw"},"%x":"TriggerCustomEventFromReusable","id":"bTPRf"},"1":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.paciente_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false}},"%x":"DeleteThing","id":"bTPRl"},"2":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTPRZ"}}},"bTQPv":{"%p":{"%en":"excluir-tutorial","event_color":"orange"},"%x":"CustomEvent","id":"bTQPo","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.tutorial_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"GetElement","is_slidable":false}},"%x":"DeleteThing","id":"bTQPq"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTQPu"}}},"bTRDr":{"%p":{"%en":"excluir-empresa","event_color":"orange"},"%x":"CustomEvent","id":"bTRDk","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isexcluida__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.empresa_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTRDw"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTRDq"}}},"bTRFe":{"%p":{"%en":"excluir-aviso","event_color":"orange"},"%x":"CustomEvent","id":"bTRFX","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.aviso_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false}},"%x":"DeleteThing","id":"bTRFc"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTRFd"}}},"bTRPN":{"%p":{"%en":"excluir-laudo","event_color":"orange"},"%x":"CustomEvent","id":"bTRPG","actions":{"0":{"%p":{"to_delete":{"%n":{"%x":"Message","%nm":"custom.laudo_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"GetElement","is_slidable":false}},"%x":"DeleteThing","id":"bTRPI"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTRPM"}}},"bTRfy":{"%p":{"%en":"excluir-obj-exame","event_color":"orange"},"%x":"CustomEvent","id":"bTRfo","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isexcluido__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.objexame_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTRft"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTRfu"}}},"cmNqR":{"%p":{"%ei":"bTHEV","event_color":"green"},"%x":"ButtonClicked","id":"bTHFX","actions":{"0":{"%p":{"%ei":"bTHGT"},"%x":"ShowElement","id":"bTHFb"},"1":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_obj_exame"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTRfo"},"%x":"TriggerCustomEvent","id":"bTRfz"},"2":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_empresa"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTRDk"},"%x":"TriggerCustomEvent","id":"bTRDy"},"3":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"bTPHA"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTMVh"},"%x":"TriggerCustomEvent","id":"bTMVs"},"4":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_aviso"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTRFX"},"%x":"TriggerCustomEvent","id":"bTRFi"},"5":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_laudo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTRPG"},"%x":"TriggerCustomEvent","id":"bTRPO"},"6":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_paciente"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTPRT"},"%x":"TriggerCustomEvent","id":"bTPRq"},"7":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_tutorial"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTQPo"},"%x":"TriggerCustomEvent","id":"bTQPw"},"8":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_m_scara"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTOrC"},"%x":"TriggerCustomEvent","id":"bTOrQ"},"9":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_exame"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTMkh0"},"%x":"TriggerCustomEvent","id":"bTMky0"},"10":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_cl_nica"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTMVD"},"%x":"TriggerCustomEvent","id":"bTMVJ"},"11":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_workspace"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTMjA"},"%x":"TriggerCustomEvent","id":"bTMjI"},"12":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_campo_cadastro"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHEM"},"%x":"GetElement"},"custom_event":"bTJnG"},"%x":"TriggerCustomEvent","id":"bTJnK"},"13":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___exclusao","option_value":"deletar_solicita__o"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.tipo_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"GetElement","is_slidable":false},"custom_event":"bTMgN"},"%x":"TriggerCustomEvent","id":"bTMgZ"},"14":{"%p":{"%ei":"bTHEM"},"%x":"HideElement","id":"bTHFn"},"15":{"%p":{"%ei":"bTHGT"},"%x":"HideElement","id":"bTHFo"}}},"cmNqY":{"%p":{"%ei":"bTHEX","event_color":"green"},"%x":"ButtonClicked","id":"bTHFm","actions":{"0":{"%p":{"%ei":"bTHEM"},"%x":"HideElement","id":"bTHFq"}}},"bTMko0":{"%p":{"%en":"excluir-exame","event_color":"orange"},"%x":"CustomEvent","id":"bTMkh0","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isexcluido__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.exame_","is_slidable":false},"%p":{"%ei":"bTHEM"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTMkt0"},"1":{"%p":{"AAF":{"%e":{"0":"Deletado."},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTMkn0"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":465,"%br":8,"%et":"Popup","padding_top":24,"max_width_px":465,"min_width_px":0,"padding_left":46,"default_width":465,"min_height_px":200,"padding_right":46,"single_height":true,"min_height_css":"200px","padding_bottom":32,"element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHEM","%nm":"P - Excluir","custom_states":{"tipo_":{"%d":"tipo","%v":"option.tipo___exclusao","make_static":true},"user_":{"%d":"user","%v":"user","make_static":true},"aviso_":{"%d":"aviso","%v":"custom.aviso","make_static":true},"campo_":{"%d":"campo","%v":"custom.inputslaudo","make_static":true},"exame_":{"%d":"exame","%v":"custom.exames","make_static":true},"laudo_":{"%d":"laudo","%v":"custom.laudo","make_static":true},"clinica_":{"%d":"clinica","%v":"custom.clinica","make_static":true},"empresa_":{"%d":"empresa","%v":"custom.empresa","make_static":true},"mascara_":{"%d":"mascara","%v":"custom.mascaralaudo","make_static":true},"objexame_":{"%d":"objExame","%v":"custom.objexameclinica","make_static":true},"paciente_":{"%d":"paciente","%v":"custom.colaborador1","make_static":true},"tutorial_":{"%d":"tutorial","%v":"custom.video","make_static":true},"workspace_":{"%d":"workspace","%v":"custom.workspace","make_static":true},"solicitacao_":{"%d":"solicitacao","%v":"custom.solicitacaolaudo","make_static":true},"isexclusaofinalizada__":{"%d":"isExclusaoFinalizada?","%v":"boolean","make_static":true},"isexclusaoquartorealizada__":{"%d":"isExclusaoQuartoRealizada?","%v":"boolean","make_static":true}}},"bTRvo":{"%p":{"%h":200,"%w":200,"%et":"Group","min_width_px":0,"default_width":200,"min_height_px":200,"wf_folder_list":{"bTSIT":"Upload - From Cloud - Laudo"},"element_version":4,"container_layout":"relative"},"%x":"CustomDefinition","id":"bTRvk","%el":{"bTRvu":{"%p":{"%h":200,"%l":-200,"%t":0,"%w":400,"%z":2,"AEb":"api.1602732136092x484352338159730700.plugin_api.AEa","AEh":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEi":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEm":{"%e":{"0":""},"%x":"TextExpression"},"AFE":"api.1602732136092x484352338159730700.plugin_api.AFD","AHE":"api.1602732136092x484352338159730700.plugin_api.AHB","AOa":"986TM15VJB1NQ8CH8QKG","AOb":"4ozO0kDJAmdrEn0NYnLsotNeFVdeUJzV8Fh11yK2","fit_height":false,"single_width":true,"min_width_css":"100%","single_height":true,"min_height_css":"100%","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"1602732136092x484352338159730700-AEW","id":"bTRvp","%dn":"WasabiS3 A","%nm":"WasabiS3 A - Criar Folder - Exame"},"bTRwA":{"%p":{"%h":150,"%l":50,"%t":50,"%w":150,"%z":3,"%bgc":"rgba(var(--color_primary_default_rgb), 0)","fit_height":false,"single_width":false,"single_height":false,"horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"Shape","id":"bTRvv","%dn":"Shape A","%s1":"Shape_standard_shape_"},"bTRyd":{"%p":{"%h":200,"%l":-190,"%t":10,"%w":400,"%z":2,"AEb":"api.1602732136092x484352338159730700.plugin_api.AEa","AEh":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEi":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEm":{"%e":{"0":""},"%x":"TextExpression"},"AFE":"api.1602732136092x484352338159730700.plugin_api.AFD","AHE":"api.1602732136092x484352338159730700.plugin_api.AHB","AOa":"986TM15VJB1NQ8CH8QKG","AOb":"4ozO0kDJAmdrEn0NYnLsotNeFVdeUJzV8Fh11yK2","fit_height":false,"single_width":true,"min_width_css":"100%","single_height":true,"min_height_css":"100%","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"1602732136092x484352338159730700-AEW","id":"bTRyY","%cp":"bTRvk","%dn":"WasabiS3 B","%nm":"WasabiS3 A - Criar Folder - Laudos"},"bTRyv":{"%p":{"%h":232,"%l":-296,"%t":-32,"%w":496,"%z":4,"%3f":"top","%ci":"bTHPu","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTRyq","%dn":"P - Falha A"},"bTRzm":{"%p":{"%h":200,"%l":-180,"%t":20,"%w":400,"%z":2,"AEb":"api.1602732136092x484352338159730700.plugin_api.AEa","AEh":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEi":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEm":{"%e":{"0":""},"%x":"TextExpression"},"AFE":"api.1602732136092x484352338159730700.plugin_api.AFD","AHE":"api.1602732136092x484352338159730700.plugin_api.AHB","AOa":"986TM15VJB1NQ8CH8QKG","AOb":"4ozO0kDJAmdrEn0NYnLsotNeFVdeUJzV8Fh11yK2","fit_height":false,"single_width":true,"min_width_css":"100%","single_height":true,"min_height_css":"100%","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"1602732136092x484352338159730700-AEW","id":"bTRzk","%cp":"bTRvk","%dn":"WasabiS3 C","%nm":"WasabiS3 A - Upload - Exame"},"bTSIS":{"%p":{"%h":200,"%l":-170,"%t":30,"%w":400,"%z":2,"AEb":"api.1602732136092x484352338159730700.plugin_api.AEa","AEh":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEi":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEm":{"%e":{"0":""},"%x":"TextExpression"},"AFE":"api.1602732136092x484352338159730700.plugin_api.AFD","AHE":"api.1602732136092x484352338159730700.plugin_api.AHB","AOa":"986TM15VJB1NQ8CH8QKG","AOb":"4ozO0kDJAmdrEn0NYnLsotNeFVdeUJzV8Fh11yK2","fit_height":false,"single_width":true,"min_width_css":"100%","single_height":true,"min_height_css":"100%","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"1602732136092x484352338159730700-AEW","id":"bTSIN","%cp":"bTRvk","%dn":"WasabiS3 D","%nm":"WasabiS3 A - Upload From Another Cloud - Laudo","custom_states":{"laudo_":{"%d":"laudo","%v":"custom.laudo","make_static":true},"clinica_":{"%d":"clinica","%v":"custom.clinica","make_static":true},"nomearquivo_":{"%d":"nomeArquivo","%v":"text","make_static":true}}}},"%nm":"G - Uploader Empty - Wasabi","%wf":{"bTRwC":{"%p":{"%en":"criar-folder-clinica","breakpoint":true,"parameters":{"0":{"is_list":false,"btype_id":"text","optional":false,"param_id":"bTRwG","param_name":"folder-name"},"1":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTRwI","param_name":"clinica"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTRwB","actions":{"0":{"%p":{"%v":{"%p":{"btype_id":"custom.clinica","event_id":"bTRwB","optional":false,"param_id":"bTRwI","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ei":"bTRvk","custom_state":"custom.clinica_"},"%x":"SetCustomState","id":"bTRyk"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"wasabilaudosfolder_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTRwB","optional":false,"param_id":"bTRwI","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ei":"bTRyY","AMP":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue"}},"%x":"TextExpression"},"AMQ":{"%e":{"0":"L-","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"find":{"%e":{"0":" "},"%x":"TextExpression"},"replace":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"nome_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTRwB","optional":false,"param_id":"bTRwI","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"1":"-","2":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTRwB","optional":false,"param_id":"bTRwI","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"AMR":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"1602732136092x484352338159730700-AMO","id":"bTRzG"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"wasabiexamesfolder_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTRwB","optional":false,"param_id":"bTRwI","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ei":"bTRvp","AMP":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue"}},"%x":"TextExpression"},"AMQ":{"%e":{"0":"E-","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"find":{"%e":{"0":" "},"%x":"TextExpression"},"replace":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"nome_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTRwB","optional":false,"param_id":"bTRwI","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"1":"-","2":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTRwB","optional":false,"param_id":"bTRwI","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AMR":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"1602732136092x484352338159730700-AMO","id":"bTRwM"}}},"bTRyi":{"%p":{"%ei":"bTRvp","event_color":"blue"},"%x":"1602732136092x484352338159730700-AMS","id":"bTRye","actions":{"0":{"%p":{"%cs":{"0":{"%k":"wasabiexamesfolder_text","%v":{"%e":{"0":"E-","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"find":{"%e":{"0":" "},"%x":"TextExpression"},"replace":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"1":"-","2":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.clinica_","is_slidable":false},"%p":{"%ei":"bTRvk"},"%x":"GetElement","is_slidable":false}},"%x":"ChangeThing","id":"bTRyp"}}},"bTRzA":{"%p":{"%ei":"bTRvp","event_color":"blue"},"%x":"1602732136092x484352338159730700-AMT","id":"bTRyw","actions":{"0":{"%p":{"%ei":"bTRyq","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Wasabi - Pasta de exames não criada!"},"1":{"param_id":"cmPhX1","arg_value":{"%n":{"%x":"Message","%nm":"get_AFP","is_slidable":false},"%p":{"%ei":"bTRvp"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTRzC"}}},"bTRzT":{"%p":{"%ei":"bTRyY","event_color":"blue"},"%x":"1602732136092x484352338159730700-AMS","id":"bTRzN","actions":{"0":{"%p":{"%cs":{"0":{"%k":"wasabilaudosfolder_text","%v":{"%e":{"0":"L-","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"find":{"%e":{"0":" "},"%x":"TextExpression"},"replace":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"1":"-","2":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.clinica_","is_slidable":false},"%p":{"%ei":"bTRvk"},"%x":"GetElement","is_slidable":false}},"%x":"ChangeThing","id":"bTRzS"}}},"bTRza":{"%p":{"%ei":"bTRyY","event_color":"blue"},"%x":"1602732136092x484352338159730700-AMT","id":"bTRzU","actions":{"0":{"%p":{"%ei":"bTRyq","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Wasabi - Pasta de laudos não criada!"},"1":{"param_id":"cmPhX1","arg_value":{"%n":{"%x":"Message","%nm":"get_AFP","is_slidable":false},"%p":{"%ei":"bTRvp"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTRzZ"}}},"bTRzy":{"%p":{"%en":"upload-exame","breakpoint":true,"parameters":{"0":{"is_list":false,"btype_id":"text","optional":false,"param_id":"bTRwG","param_name":"folder-name"},"1":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTRwI","param_name":"clinica"},"2":{"is_list":false,"btype_id":"file","optional":false,"param_id":"bTSAC","param_name":"arquivo"},"3":{"is_list":false,"btype_id":"option.wasabi___buckets","optional":false,"param_id":"bTSAE","param_name":"bucket"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTRzq","actions":{"0":{"%p":{"%ei":"bTRzk","AGS":true,"AGT":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"btype_id":"option.wasabi___buckets","event_id":"bTRzq","optional":false,"param_id":"bTSAE","param_name":"bucket"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"AGU":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"btype_id":"option.wasabi___buckets","event_id":"bTRzq","optional":false,"param_id":"bTSAE","param_name":"bucket"},"%x":"CurrentWorkflowItem","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"AGV":{"%e":{"0":{"%n":{"%x":"Message","%nm":"wasabiexamesfolder_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTRzq","optional":false,"param_id":"bTRwI","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"AGW":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":1,"%n":{"%p":{"find":{"%e":{"0":" "},"%x":"TextExpression"},"replace":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"file_name","is_slidable":false},"%p":{"btype_id":"file","event_id":"bTRzq","optional":false,"param_id":"bTSAC","param_name":"arquivo"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"AHF":false},"%x":"1602732136092x484352338159730700-AFN","id":"bTSAD"}}},"bTSAP":{"%p":{"%ei":"bTRzk","event_color":"blue"},"%x":"1602732136092x484352338159730700-AFT","id":"bTSAO","actions":{"0":{"%p":{"%ei":"bTRyq","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Erro no upload"},"1":{"param_id":"cmPhX1","arg_value":{"%n":{"%x":"Message","%nm":"get_AFP","is_slidable":false},"%p":{"%ei":"bTRvp"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTSAQ"}}},"bTSIY":{"%p":{"%en":"trocar-arquivos-laudo","wf_folder":"bTSIT","parameters":{"0":{"is_list":false,"btype_id":"custom.laudo","optional":false,"param_id":"bTSIZ","param_name":"laudo"},"1":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTSIe","param_name":"clinica"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTSIU","actions":{"0":{"%p":{"%v":{"%p":{"btype_id":"custom.laudo","event_id":"bTSIU","optional":false,"param_id":"bTSIZ","param_name":"laudo"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ei":"bTSIN","custom_state":"custom.laudo_","custom_states_values":{"0":{"%v":{"%p":{"btype_id":"custom.clinica","event_id":"bTSIU","optional":false,"param_id":"bTSIe","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"custom_state":"custom.clinica_"},"1":{"%v":{"%n":{"%n":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":"-","1":{"%n":{"%x":"Message","%nm":"idlaudo_text","is_slidable":false},"%p":{"btype_id":"custom.laudo","event_id":"bTSIU","optional":false,"param_id":"bTSIZ","param_name":"laudo"},"%x":"CurrentWorkflowItem","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":".pdf","%x":"Message","%nm":"append","is_slidable":false},"%x":"Message","%nm":"append","is_slidable":false},"%p":{"find":{"%e":{"0":".pdf"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"pdfassinado_file","is_slidable":false},"%p":{"btype_id":"custom.laudo","event_id":"bTSIU","optional":false,"param_id":"bTSIZ","param_name":"laudo"},"%x":"CurrentWorkflowItem","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"custom_state":"custom.nomearquivo_"}}},"%x":"SetCustomState","id":"bTSIm"},"1":{"%p":{"%ei":"bTSIN","AMe":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue"}},"%x":"TextExpression"},"AMf":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="},"1":""},"%x":"TextExpression"},"AMg":{"%e":{"0":{"%n":{"%x":"Message","%nm":"wasabilaudosfolder_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTSIU","optional":false,"param_id":"bTSIe","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"AMi":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.nomearquivo_","is_slidable":false},"%p":{"%ei":"bTSIN"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"AMj":{"%e":{"0":"https:","1":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"pdfassinado_file","is_slidable":false},"%p":{"btype_id":"custom.laudo","event_id":"bTSIU","optional":false,"param_id":"bTSIZ","param_name":"laudo"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"}},"%x":"1602732136092x484352338159730700-AMc","id":"bTSIf"}}},"bTSIk":{"%p":{"%ei":"bTSIN","wf_folder":"bTSIT","event_color":"blue"},"%x":"1602732136092x484352338159730700-AFR","id":"bTSIg","actions":{"0":{"%p":{"url_to_delete":{"%p":{"arbitrary_text":{"%e":{"0":"https:","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"pdfassinado_file","is_slidable":false},"%x":"Message","%nm":"custom.laudo_","is_slidable":false},"%p":{"%ei":"bTSIN"},"%x":"ThisElement","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"DeleteUploadedFile","id":"bTSIr"},"1":{"%p":{"url_to_delete":{"%p":{"arbitrary_text":{"%e":{"0":"https:","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"pdf_file","is_slidable":false},"%x":"Message","%nm":"custom.laudo_","is_slidable":false},"%p":{"%ei":"bTSIN"},"%x":"ThisElement","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"DeleteUploadedFile","id":"bTSIs"},"2":{"%p":{"url_to_delete":{"%p":{"arbitrary_text":{"%e":{"0":"https:","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"pdfbackendteste_file","is_slidable":false},"%x":"Message","%nm":"custom.laudo_","is_slidable":false},"%p":{"%ei":"bTSIN"},"%x":"ThisElement","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"DeleteUploadedFile","id":"bTSIx"},"3":{"%p":{"%cs":{"0":{"%k":"pdfassinado_file","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketurl","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue"},"1":"","2":{"%n":{"%n":{"%x":"Message","%nm":"wasabilaudosfolder_text","is_slidable":false},"%x":"Message","%nm":"custom.clinica_","is_slidable":false},"%p":{"%ei":"bTSIN"},"%x":"ThisElement","is_slidable":false},"3":"/","4":{"%n":{"%x":"Message","%nm":"custom.nomearquivo_","is_slidable":false},"%p":{"%ei":"bTSIN"},"%x":"ThisElement","is_slidable":false},"5":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"pdf_file","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"pdfbackendteste_file","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.laudo_","is_slidable":false},"%p":{"%ei":"bTSIN"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTSJC"}}}},"custom_states":{"clinica_":{"%d":"clinica","%v":"custom.clinica","make_static":true}}},"bTHIS":{"%el":{"bTHLz":{"%p":{"%h":284,"%l":-72,"%t":355,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTHLx","%dn":"P - Loading A"},"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHHc","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Novo usuário"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHHd","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHHb","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"user","order":8,"use_gap":true,"fit_width":false,"column_gap":11,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHHf","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHHg","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Continuar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHHe","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"bTHHb0":{"%p":{"%h":256,"%l":0,"%t":72,"%w":400,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"user","order":4,"row_gap":24,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"256px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHHi","%dn":"Group E","%el":{"bTIpR":{"%p":{"%h":280,"%l":7,"%t":235,"%w":312,"%z":6,"%3f":"top","%ci":"bTHKI","%iv":false,"order":13,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"m_dico"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHHY"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTIpP","%dn":"G - Picture Uploader A"},"bTJnd":{"%p":{"%h":63,"%l":21,"%t":352,"%w":352,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"user","%iv":false,"order":9,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"m_dico"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHHY"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTJnX","%cp":"bTHHi","%dn":"Group I","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTJnc","%dn":"Group I","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Especialidade"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTJna","%dn":"Text E","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTJne","%dn":"Group I","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"especialidade_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTJnf","%dn":"Input D","%nm":"Input - Especialidade","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 5","%s1":"Group_default_group_","order":6},"bTJnn":{"%p":{"%h":63,"%l":31,"%t":362,"%w":352,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"user","%iv":false,"order":11,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"m_dico"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHHY"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTJnh","%cp":"bTHHi","%dn":"Group J","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTJng","%dn":"Group J","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Documento de registro"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTJnk","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","fit_height":true,"margin_top":7,"padding_top":6,"single_width":false,"min_width_css":"14px","single_height":false,"padding_bottom":6,"horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"ba"},"%x":"Group","id":"bTJnl","%dn":"Group J","%el":{"bTRhI":{"%p":{"%h":350,"%l":56,"%t":-22,"%w":280,"%z":3,"%ds":{"%p":{"option_set":"option.tipo___doc_identifica__o_m_dico"},"%x":"AllOptionValue","is_slidable":false},"%gt":"option.tipo___doc_identifica__o_m_dico","%rs":1,"%sc":"rgba(var(--color_text_default_rgb), 0)","%sw":3,"%bos":"none","order":2,"fit_height":true,"fixed_rows":true,"margin_left":20,"single_width":false,"fixed_columns":false,"single_height":false,"horiz_alignment":"flex-start","container_layout":"row","cell_min_width_css":"0px","cell_min_height_css":"1px"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___doc_identifica__o_m_dico","option_value":"em_branco"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.tipo___doc_identifica__o_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%p":{"margin_top":7},"%x":"State"}},"%x":"RepeatingGroup","id":"bTRhG","%dn":"RepeatingGroup A","%el":{"bTRhO":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"to_uppercase","is_slidable":false},"%x":"Message","%nm":"display","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%br":3,"%fc":"var(--color_primary_contrast_default)","%fs":10,"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_width":true,"fit_height":true,"padding_top":3,"padding_left":4,"single_width":false,"min_width_css":"12px","padding_right":4,"single_height":false,"min_height_css":"7px","padding_bottom":3,"horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.tipo___doc_identifica__o_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%fc":"rgba(255,255,255,1)","%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Text","id":"bTRhM","%cp":"bTRhG","%dn":"Text K","%nm":"Btn - Tipo Doc","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%s1":"RepeatingGroup_default_"},"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"crm_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":"Digite aqui..."},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":false,"min_height_css":"43px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___doc_identifica__o_m_dico","option_value":"em_branco"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.tipo___doc_identifica__o_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Input","id":"bTJnj","%dn":"Input E","%nm":"Input - crm","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - CRM","%s1":"Group_default_group_","order":8},"bTJnu":{"%p":{"%h":63,"%l":41,"%t":372,"%w":352,"%z":9,"%ds":{"%x":"ElementParent"},"%gt":"user","%iv":false,"order":12,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"m_dico"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHHY"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTJno","%cp":"bTHHi","%dn":"Group K","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTJnq","%dn":"Group K","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Documento de qualificação"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTJnr","%dn":"Text G","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","fit_height":true,"margin_top":7,"padding_top":6,"single_width":false,"min_width_css":"14px","single_height":false,"padding_bottom":6,"horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"ba"},"%x":"Group","id":"bTJnp","%dn":"Group K","%el":{"bTRhf":{"%p":{"%h":350,"%l":0,"%t":0,"%w":280,"%z":3,"%ds":{"%p":{"option_set":"option.tipo___registro_qualifica__o"},"%x":"AllOptionValue","is_slidable":false},"%gt":"option.tipo___registro_qualifica__o","%rs":1,"%sc":"rgba(var(--color_text_default_rgb), 0)","%sw":3,"%bos":"none","order":2,"fit_height":true,"fixed_rows":true,"margin_left":20,"single_width":false,"fixed_columns":false,"single_height":false,"horiz_alignment":"flex-start","container_layout":"row","cell_min_width_css":"0px","cell_min_height_css":"1px"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___registro_qualifica__o","option_value":"em_branco"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.registro___qualifica__o_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%p":{"margin_top":7},"%x":"State"}},"%x":"RepeatingGroup","id":"bTRhZ","%cp":"bTJnp","%dn":"RepeatingGroup B","%el":{"bTRhO":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"to_uppercase","is_slidable":false},"%x":"Message","%nm":"display","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%br":3,"%fc":"var(--color_primary_contrast_default)","%fs":10,"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_width":true,"fit_height":true,"padding_top":3,"padding_left":4,"single_width":false,"min_width_css":"12px","padding_right":4,"single_height":false,"min_height_css":"7px","padding_bottom":3,"horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.registro___qualifica__o_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%fc":"rgba(255,255,255,1)","%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Text","id":"bTRhe","%cp":"bTRhG","%dn":"Text L","%nm":"Btn - Qualificação","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%s1":"RepeatingGroup_default_"},"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"rqe_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":"Digite aqui..."},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"43px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___registro_qualifica__o","option_value":"em_branco"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.registro___qualifica__o_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Input","id":"bTJnt","%dn":"Input F","%nm":"Input - RQE","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - CRM copy","%s1":"Group_default_group_","order":9},"bTKgn":{"%p":{"%h":63,"%l":31,"%t":362,"%w":352,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"user","%iv":true,"order":4,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%x":"Group","id":"bTKgb","%cp":"bTHHi","%dn":"Group L","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTKgg","%dn":"Group L","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Função"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKgh","%dn":"Text H","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTKgi","%dn":"Group L","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"funcao_option_fun__o___usuario"},"%x":"ElementParent"},"%ds":{"%p":{"option_set":"option.fun__o___usuario"},"%x":"AllOptionValue"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"dynamic_type":"option.fun__o___usuario","margin_right":20,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display"},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTKgm","%dn":"Dropdown A","%nm":"Input - Função"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 7","%s1":"Group_default_group_","order":6},"bTPgk":{"%p":{"%h":0,"%l":24,"%t":285,"%w":0,"%z":10,"%ds":{"%x":"ElementParent"},"%gt":"user","%iv":false,"order":7,"row_gap":5,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%p":{"%co":{"0":{"%k":"tipouser_option_tipo___user","%v":{"%n":{"%x":"Message","%nm":"custom.tipo_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false,"moved_to_top":true},"%c2":"equals"}},"%t5":"custom.grupoacesso"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTPgf","%dn":"Group N","%el":{"bTPgl":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-circle[/fa] Se o nÃvel for vazio, o usuário tera acesso a todos os módulos"},"%x":"TextExpression"},"%h":7,"%l":-24,"%t":-285,"%w":12,"%z":2,"%fc":"var(--color_primary_contrast_default)","%fs":13,"%lh":1.3,"order":2,"fit_width":false,"fit_height":true,"font_weight":"400","single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTPgY","%cp":"bTPgI","%dn":"Text J","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTPgm":{"%p":{"%h":63,"%l":-24,"%t":-285,"%w":352,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"user","%iv":true,"order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%x":"Group","id":"bTPgI","%cp":"bTHHi","%dn":"Group M","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTPgN","%dn":"Group M","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"NÃvel de acesso"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTPgO","%dn":"Text I","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTPgS","%dn":"Group M","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"nivelacesso_custom_grupoacesso","is_slidable":false},"%x":"ElementParent"},"%ds":{"%p":{"%co":{"0":{"%k":"tipouser_option_tipo___user","%v":{"%n":{"%x":"Message","%nm":"custom.tipo_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false,"moved_to_top":true},"%c2":"equals"}},"%t5":"custom.grupoacesso"},"%x":"Search"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"dynamic_type":"custom.grupoacesso","margin_right":20,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTPgT","%dn":"Dropdown B","%nm":"Input - NÃvel de acesso"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 10","%s1":"Group_default_group_","order":6}},"%nm":"Group - Nivel de Acesso","%s1":"Group_default_group_"},"bTHHc0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":129,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"user","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHHj","%dn":"Group B","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHHh","%dn":"Group C","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Nome do usuário"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHHl","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHHm","%dn":"Group D","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHHk","%dn":"Input A","%nm":"Input - Nome","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"},"bTJqm0":{"%p":{"%h":28,"%l":10,"%t":10,"%w":129,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"user","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHHo","%cp":"bTJpY0.elements","%dn":"Group G","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHHp","%dn":"Group G","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Email do usuário"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHHn","%dn":"Text C","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHHr","%dn":"Group G","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"email"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"email","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHHs","%dn":"Input B","%nm":"Input - Email","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 5","%s1":"Group_default_group_","order":2},"bTJqt0":{"%p":{"%h":28,"%l":20,"%t":20,"%w":129,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"user","order":10,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHHq","%cp":"bTJpY0.elements","%dn":"Group H","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHHu","%dn":"Group H","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Whatsapp do usuário"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHHv","%dn":"Text D","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHHt","%dn":"Group H","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"whatsapp_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"inputWhatsUser"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHHx","%dn":"Input C","%nm":"Input - Whats","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"},"bTJqx0":{"%p":{"%h":6,"%l":-24,"%t":-228,"%w":6,"%z":7,"AAE":{"%e":{"0":"inputWhatsUser"},"%x":"TextExpression"},"AAO":"Fixo/Mobile","order":1,"nonant_alignment":"ca"},"%x":"1609444246883x924984661248573400-AAD","id":"bTHHy","%dn":"MaskInput A"}},"%nm":"Group - Input Nome do evento copy 6","%s1":"Group_default_group_","order":3}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"},"bTHbL0":{"%p":{"%h":232,"%l":-605,"%t":268,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none"},"%x":"CustomElement","id":"bTHIE","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"}},"%wf":{"bTIpU":{"%p":{"%en":"salvar-dados-usuario","parameters":{"0":{"is_list":false,"btype_id":"user","optional":false,"param_id":"bTIpV","param_name":"usuario"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTIpQ","actions":{"0":{"%p":{"%cs":{"0":{"%k":"assinaturamedica_image","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTIpP"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHHk"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"whatsapp_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHHx"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"especialidade_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJnf"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"crm_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJnj"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"5":{"%k":"rqe_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJnt"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"6":{"%k":"funcao_option_fun__o___usuario","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTKgm"},"%x":"GetElement"},"%ak":{"%x":"Empty"}},"7":{"%k":"nivelacesso_custom_grupoacesso","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTPgT"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"8":{"%k":"tipodocidentificacao_option_tipo___doc_identifica__o_m_dico","%v":{"%n":{"%x":"Message","%nm":"custom.tipo___doc_identifica__o_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"9":{"%k":"registroqualificacao_option_tipo___registro_qualifica__o","%v":{"%n":{"%x":"Message","%nm":"custom.registro___qualifica__o_","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"user","optional":false,"param_id":"bTIpV","param_name":"usuario"},"%x":"CurrentWorkflowItem"}},"%x":"ChangeThing","id":"bTIpT"}}},"bTRhU":{"%p":{"%ei":"bTRhM","event_color":"green"},"%x":"ButtonClicked","id":"bTRhS","actions":{"0":{"%p":{"%v":{"%x":"ElementParent","is_slidable":false},"%ei":"bTHHY","custom_state":"custom.tipo___doc_identifica__o_"},"%x":"SetCustomState","id":"bTRhY"}}},"bTRhm":{"%p":{"%ei":"bTRhe","event_color":"green"},"%x":"ButtonClicked","id":"bTRhg","actions":{"0":{"%p":{"%v":{"%x":"ElementParent","is_slidable":false},"%ei":"bTHHY","custom_state":"custom.registro___qualifica__o_"},"%x":"SetCustomState","id":"bTRhl"}}},"cmMnU":{"%p":{"%ei":"bTHHe","event_color":"green"},"%x":"ButtonClicked","id":"bTHIC","actions":{"0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%cs":{"0":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHHk"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"tipo_option_tipo___user","%v":{"%n":{"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHHY"},"%x":"GetElement"},"%ak":{"%x":"Empty"}},"2":{"%k":"whatsapp_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHHx"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"iduser_text","%v":{"%e":{"0":"U","1":{"%p":{"length":9,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"foto_image","%v":{"%e":{"0":"https://ui-avatars.com/api/?background=7B61FF&color=fff&name=","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"find":{"%e":{"0":" "},"%x":"TextExpression"},"replace":{"%e":{"0":"+"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHHk"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%em":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHHs"},"%x":"GetElement"}},"%x":"CreateUserAccount","id":"bTHIG"},"1":{"%p":{"arguments":{"0":{"param_id":"bTIpV","arg_value":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"convert_to_list"},"%p":{"%ai":"bTHIG"},"%x":"PreviousStep"}}},"custom_event":"bTIpQ"},"%x":"TriggerCustomEvent","id":"bTIpY"},"2":{"%p":{"%v":{"%p":{"%ai":"bTHIG"},"%x":"PreviousStep"},"%ei":"bTHHY","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTHIV"},"3":{"%x":"ResetInputs","id":"bTHIH"},"4":{"%p":{"%ei":"bTHHY"},"%x":"HideElement","id":"bTHIF"},"5":{"%p":{"%ei":"bTHIE","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Usuário Cadastrado!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTHIJ"}}},"cmMnZ":{"%p":{"%ei":"bTHHg","event_color":"green"},"%x":"ButtonClicked","id":"bTHIK","actions":{"0":{"%p":{"%ei":"bTHHY"},"%x":"HideElement","id":"bTHII"}}},"cmMnc":{"%p":{"%ei":"bTHHY","event_color":"blue"},"%x":"PopupClosed","id":"bTHIM","actions":{"0":{"%p":{"%ei":"bTHHY"},"%x":"ResetGroup","id":"bTHIN"},"1":{"%p":{"%v":{"%p":{"option_set":"option.tipo___registro_qualifica__o","option_value":"rqe"},"%x":"OneOptionValue","is_slidable":false},"%ei":"bTHHY","custom_state":"custom.registro___qualifica__o_","custom_states_values":{"0":{"%v":{"%p":{"option_set":"option.tipo___doc_identifica__o_m_dico","option_value":"crm"},"%x":"OneOptionValue","is_slidable":false},"custom_state":"custom.tipo___doc_identifica__o_"}}},"%x":"SetCustomState","id":"bTRhr"}}},"cmMng":{"%p":{"%ei":"bTHHb","event_color":"green"},"%x":"ButtonClicked","id":"bTHIL","actions":{"0":{"%p":{"%ei":"bTHHY"},"%x":"HideElement","id":"bTHIP"}}},"bTHHf0":{"%p":{"%ei":"bTHHY","event_color":"blue"},"%x":"PopupOpened","id":"bTHIQ","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHHY"},"%x":"ThisElement"},"%v":{"%n":{"%n":{"%x":"Message","%nm":"tipo_option_tipo___user"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHHY"},"%x":"ThisElement"},"%ei":"bTHHY","custom_state":"custom.tipo_"},"%x":"SetCustomState","id":"bTIpO"},"1":{"%p":{"%v":"Assinatura médica","%ei":"bTIpP","custom_state":"custom.t_tulo_","custom_states_values":{"0":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"assinaturamedica_image"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHHY"},"%x":"ThisElement"},"custom_state":"custom.imagem_"}}},"%x":"SetCustomState","id":"bTIpS"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%v":{"%n":{"%n":{"%x":"Message","%nm":"registroqualificacao_option_tipo___registro_qualifica__o","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"%ei":"bTHHY","custom_state":"custom.registro___qualifica__o_","custom_states_values":{"0":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"tipodocidentificacao_option_tipo___doc_identifica__o_m_dico","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTHHY"},"%x":"GetElement","is_slidable":false},"custom_state":"custom.tipo___doc_identifica__o_"}}},"%x":"SetCustomState","id":"bTRhq"}}}},"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%et":"Popup","%gt":"user","min_width_px":0,"default_width":400,"min_height_px":200,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHHY","%nm":"P - Novo Usuario","%s1":"Popup_popup___8_border_","custom_states":{"tipo_":{"%d":"tipo","%v":"option.tipo___user","make_static":true},"admincriado_":{"%d":"adminCriado","%v":"user","make_static":true},"registro___qualifica__o_":{"%d":"Registro - Qualificação","%v":"option.tipo___registro_qualifica__o","default_val":"rqe","make_static":true},"tipo___doc_identifica__o_":{"%d":"Tipo - Doc Identificação","%v":"option.tipo___doc_identifica__o_m_dico","default_val":"crm","make_static":true}}},"bTNJR":{"%el":{"bTHLz":{"%p":{"%h":284,"%l":-72,"%t":355,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTNIO","%dn":"P - Loading A","custom_definition_name":"P - Loading"},"bTHXM":{"%p":{"%h":232,"%l":-327,"%t":194,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNIP","%dn":"P - Sucesso B","custom_definition_name":"P - Sucesso"},"bTNLE":{"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%z":10,"%3f":"top","%ci":"bTITg","%ds":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"idcolaborador_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"colaboradorid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search"},"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"600px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNLC","%dn":"P - Novo Paciente A"},"bTRcP":{"%p":{"%h":320,"%l":0,"%t":8,"%w":320,"%z":11,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.solicitacaolaudo","fit_height":true,"single_width":true,"min_width_css":"400px","single_height":false,"button_disabled":false,"horiz_alignment":"flex-start","container_layout":"column","prevent_user_from_closing_through_esc":true},"%x":"Popup","id":"bTRcK","%dn":"Popup A","%el":{"bTRci":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTRcb","%cp":"bTRcK","%dn":"Group L","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Alterar exame"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTRcg","%dn":"Text H","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTRch","%dn":"Image B","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"bTRco":{"%p":{"%h":280,"%l":84.5,"%t":48,"%w":280,"%z":3,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.solicitacaolaudo","%iv":true,"order":2,"row_gap":24,"use_gap":true,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"padding_right":24,"single_height":false,"padding_bottom":24,"horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTRcm","%dn":"Group M","%el":{"bTRdE":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":10,"%ds":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%gt":"custom.objexameclinica","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTRcs","%cp":"bTRcm","%dn":"Group N","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTRcu","%dn":"Group N","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Exame"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTRcy","%dn":"Text I","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.objexameclinica","fit_height":true,"margin_top":7,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTRcz","%dn":"Group N","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"exame_custom_exames"},"%x":"ElementParent"},"%ds":{"%p":{"%co":{"0":{"%k":"isexcluido__boolean","%v":true,"%c2":"not equal"},"1":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.objexameclinica"},"%x":"Search"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":2,"fit_height":false,"font_family":"Lato","font_weight":"500","margin_left":0,"dynamic_type":"custom.objexameclinica","margin_right":0,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTRdA","%dn":"Dropdown A","%nm":"Input - VExame"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Exame","%s1":"Group_default_group_","order":6},"bTRdK":{"%p":{"%3":{"%e":{"0":"Confrimar exame"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":3,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","is_slidable":false},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Button","id":"bTRdF","%cp":"bTRcm","%dn":"Button C","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2},"bTRdq":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":10,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.solicitacaolaudo","%iv":false,"order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_categoria"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTRde","%cp":"bTRcm","%dn":"Group O","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTRdj","%dn":"Group O","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Categoria"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTRdk","%dn":"Text J","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","fit_height":true,"margin_top":7,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTRdo","%dn":"Group O","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"categoria_option_categoria___exame","is_slidable":false},"%x":"ElementParent"},"%ds":{"%n":{"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"classificacao_option_classifica__o___exame","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"classificacaoatrelada","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered","is_slidable":true},"%p":{"option_set":"option.categoria___exame","option_value":"all values"},"%x":"OptionValue"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":2,"fit_height":false,"font_family":"Lato","font_weight":"500","margin_left":0,"dynamic_type":"option.categoria___exame","margin_right":0,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTRdp","%dn":"Dropdown B","%nm":"Input - Categoria"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Categoria","%s1":"Group_default_group_","order":6}},"%nm":"Group - Conteúdo","%s1":"Group_default_group_"}},"%nm":"Popup - Alterar Exame","%s1":"Popup_popup___8_border_"},"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTNIQ","%dn":"Group A","%el":{"bTRkx":{"%p":{"%h":35,"%l":370,"%t":43,"%w":30,"%z":5,"order":3},"%x":"1522696718136x574197809845895200-AAC","id":"bTRks","%dn":"GetMIMEType A"},"cmMkX":{"%p":{"%3":{"%e":{"0":"Exame retornado"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTNIU","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTNIV","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":8,"use_gap":true,"fit_width":false,"column_gap":11,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"max_width_css":"352px","min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"center","container_layout":"row"},"%x":"Group","id":"bTNIW","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTNIa","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Reenviar exame ->"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTNIb","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Reenviar Exame","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"bTHHb0":{"%p":{"%h":256,"%l":0,"%t":72,"%w":400,"%z":8,"%ds":{"%n":{"%x":"Message","%nm":"motivoretornoatual_custom_motivoretornoexame","is_slidable":false},"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","order":4,"row_gap":24,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTNIc","%dn":"Group E","%el":{"bTNKa":{"%p":{"%h":0,"%l":299.328125,"%t":24,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","order":5,"row_gap":24,"use_gap":true,"fit_height":true,"single_width":false,"max_width_css":"155px","min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTNKY","%dn":"Group H","%el":{"bTNKe":{"%p":{"%h":28,"%l":-291.328125,"%t":-24,"%w":129,"%z":3,"%bc":"var(--color_primary_contrast_default)","%br":10,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","%bas":"bgcolor","%bgc":"var(--color_text_default)","%bos":"solid","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative","container_vert_alignment":"center"},"%x":"Group","id":"bTNJc","%cp":"bTNIc","%dn":"Group C","%el":{"bTNJw":{"%p":{"%h":150,"%l":138.5,"%t":35,"%w":150,"%z":3,"%bas":"none","order":3,"fit_height":false,"single_width":false,"min_width_css":"150px","single_height":true,"min_height_css":"150px","horiz_alignment":"flex-start","nonant_alignment":"ac","use_aspect_ratio":true},"%x":"Shape","id":"bTNJu","%dn":"Shape A","%s1":"Shape_standard_shape_"},"bTNKC":{"%p":{"%h":0,"%l":111.171875,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","order":1,"row_gap":10,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"center","container_layout":"column","nonant_alignment":"bb","container_vert_alignment":"center"},"%x":"Group","id":"bTNKA","%dn":"Group D","%el":{"bTNKG":{"%p":{"%h":7,"%l":0,"%t":0,"%w":12,"%9i":"person_outline","%ic":"var(--color_primary_contrast_default)","order":1,"fit_width":true,"fit_height":true,"single_width":true,"min_width_css":"56px","single_height":true,"min_height_css":"56px","horiz_alignment":"center","nonant_alignment":"bc"},"%x":"materialicons-Materialicon","id":"bTNJe","%dn":"MaterialIcon A"},"bTNKH":{"%p":{"%3":{"%e":{"0":"Editar dados do paciente"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fa":"center","%fc":"var(--color_primary_contrast_default)","order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"center","nonant_alignment":"bc"},"%x":"Text","id":"bTNJo","%cp":"bTNJc","%dn":"Text E","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Editar Paciente","%s1":"Group_default_group_"},"bTNKf":{"%p":{"%h":28,"%l":-291.328125,"%t":-24,"%w":129,"%z":3,"%bc":"var(--color_primary_contrast_default)","%br":10,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","%bas":"bgcolor","%bgc":"var(--color_text_default)","%bos":"solid","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative","container_vert_alignment":"center"},"%x":"Group","id":"bTNKI","%cp":"bTNIc","%dn":"Group G","%el":{"bTNJw":{"%p":{"%h":150,"%l":138.5,"%t":35,"%w":150,"%z":2,"%bas":"none","order":3,"fit_height":false,"single_width":false,"min_width_css":"150px","single_height":true,"min_height_css":"150px","horiz_alignment":"flex-start","nonant_alignment":"ac","use_aspect_ratio":true},"%x":"Shape","id":"bTNKN","%dn":"Shape B","%s1":"Shape_standard_shape_"},"bTNKC":{"%p":{"%h":0,"%l":111.171875,"%t":0,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","order":1,"row_gap":10,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"center","container_layout":"column","nonant_alignment":"bb","container_vert_alignment":"center"},"%x":"Group","id":"bTNKO","%dn":"Group G","%el":{"bTNKG":{"%p":{"%h":7,"%l":0,"%t":0,"%w":12,"%9i":"article","%ic":"var(--color_primary_contrast_default)","order":1,"fit_width":true,"fit_height":true,"single_width":true,"min_width_css":"56px","single_height":true,"min_height_css":"56px","horiz_alignment":"center","nonant_alignment":"bc"},"%x":"materialicons-Materialicon","id":"bTNKS","%dn":"MaterialIcon B"},"bTNKH":{"%p":{"%3":{"%e":{"0":"Alterar arquivo do exame"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fa":"center","%fc":"var(--color_primary_contrast_default)","order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"center","nonant_alignment":"bc"},"%x":"Text","id":"bTNKT","%cp":"bTNJc","%dn":"Text D","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%s1":"Group_default_group_"},"bTNKl":{"%p":{"%f":"var(--font_default):::400","%h":48,"%l":11.5,"%t":42,"%w":200,"%z":5,"%bc":"rgba(var(--color_text_default_rgb), 0.15)","%br":5,"%fc":"rgba(var(--color_text_default_rgb), 0.36)","%lh":1.5,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"%bas":"none","fit_height":false,"font_family":"var(--font_default)","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"padding_right":0,"single_height":false,"padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"FileInput","id":"bTNKg","%dn":"FileUploader A","%nm":"FileUploader - Novo Arquivo do Exame"},"bTNKs":{"%p":{"%h":8,"%l":0,"%t":0,"%w":9,"%z":4,"AAU":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTNKg"},"%x":"GetElement","is_slidable":false},"2":""},"%x":"TextExpression"},"order":9,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"24px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"1646792042182x802794335995166700-AAC","id":"bTNKm","%cp":"bTNIK","%dn":"PDF_converter A","%nm":"PDF_converter - Retorno"}},"%nm":"Btn - Alterar Arquivo do exame","%s1":"Group_default_group_"},"bTRbq":{"%p":{"%h":28,"%l":10,"%t":10,"%w":129,"%z":3,"%bc":"var(--color_primary_contrast_default)","%br":10,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","%bas":"bgcolor","%bgc":"var(--color_text_default)","%bos":"solid","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative","container_vert_alignment":"center"},"%x":"Group","id":"bTRbe","%cp":"bTNKY","%dn":"Group I","%el":{"bTNJw":{"%p":{"%h":150,"%l":138.5,"%t":35,"%w":150,"%z":3,"%bas":"none","order":3,"fit_height":false,"single_width":false,"min_width_css":"100px","single_height":true,"min_height_css":"150px","horiz_alignment":"flex-start","nonant_alignment":"ac","use_aspect_ratio":true},"%x":"Shape","id":"bTRbg","%dn":"Shape C","%s1":"Shape_standard_shape_"},"bTNKC":{"%p":{"%h":0,"%l":111.171875,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","order":1,"row_gap":10,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"center","container_layout":"column","nonant_alignment":"bb","container_vert_alignment":"center"},"%x":"Group","id":"bTRbk","%dn":"Group I","%el":{"bTNKG":{"%p":{"%h":7,"%l":0,"%t":0,"%w":12,"%9i":"medical_services","%ic":"var(--color_primary_contrast_default)","order":1,"fit_width":true,"fit_height":true,"single_width":true,"min_width_css":"56px","single_height":true,"min_height_css":"56px","horiz_alignment":"center","nonant_alignment":"bc"},"%x":"materialicons-Materialicon","id":"bTRbl","%dn":"MaterialIcon C"},"bTNKH":{"%p":{"%3":{"%e":{"0":"Editar tipo do \\nexame"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fa":"center","%fc":"var(--color_primary_contrast_default)","order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"center","nonant_alignment":"bc"},"%x":"Text","id":"bTRbm","%cp":"bTNJc","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Alterar Tipo de Exame","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTRcE":{"%p":{"%h":0,"%l":24,"%t":24,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","order":4,"row_gap":24,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTRcC","%dn":"Group K","%el":{"bTRcI":{"%p":{"%h":28,"%l":-24,"%t":-24,"%w":129,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","order":2,"row_gap":10,"use_gap":true,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTRbr","%cp":"bTNIc","%dn":"Group J","%el":{"bTNJS":{"%p":{"%3":{"%e":{"0":"Motivo do retorno"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTRbw","%dn":"Text G","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTNJY":{"%p":{"%3":{"%e":{"0":"\\"","1":{"%n":{"%x":"Message","%nm":"motivoretorno_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":"\\""},"%x":"TextExpression"},"%h":7,"%l":10,"%t":10,"%w":12,"%z":2,"%lh":1.5,"order":2,"fit_width":false,"fit_height":false,"font_weight":"400","single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTRbx","%cp":"bTNIg","%dn":"Text G","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_"},"bTRcJ":{"%p":{"%h":28,"%l":-24,"%t":-24,"%w":129,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.motivoretornoexame","order":1,"row_gap":10,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTNIg","%dn":"Group B","%el":{"bTNJS":{"%p":{"%3":{"%e":{"0":"Tipo do exame"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTNIi","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTNJY":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"solicitacao_custom_solicitacaolaudo","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"%b":true,"%h":7,"%l":10,"%t":10,"%w":12,"%z":2,"%lh":1,"order":2,"fit_width":false,"fit_height":true,"font_weight":"400","single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTNJW","%cp":"bTNIg","%dn":"Text C","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%wf":{"bTNLK":{"%p":{"%ei":"bTNJc","event_color":"green"},"%x":"ButtonClicked","id":"bTNLI","actions":{"0":{"%p":{"%ei":"bTNLC"},"%x":"ShowElement","id":"bTNLO"}}},"bTNLQ":{"%p":{"%ei":"bTNKg","event_color":"blue"},"%x":"InputChanged","id":"bTNLP","actions":{"0":{"%p":{"%ei":"bTRks","AAH":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTNKg"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"AAM":true},"%x":"1522696718136x574197809845895200-AAE","id":"bTRlC"},"1":{"%p":{"url_to_delete":{"%n":{"%n":{"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%x":"Message","%nm":"solicitacao_custom_solicitacaolaudo","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"DeleteUploadedFile","id":"bTRta"},"2":{"%p":{"url_to_delete":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"Message","%nm":"solicitacao_custom_solicitacaolaudo","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"DeleteUploadedFile","id":"bTRtf"},"3":{"%p":{"%cs":{"0":{"%k":"arquivooriginal_file","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTNKg"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"arquivos_list_file","%v":{"%x":"Empty"},"%ak":"clear_list"},"2":{"%k":"mimetypearquivo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAD","is_slidable":false},"%p":{"%ei":"bTRks"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"mimetypearquivomanual_text","%v":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"last_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIYq"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"solicitacao_custom_solicitacaolaudo","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTRtl"},"4":{"%p":{"%ei":"bTNIK","custom_state":"custom.arquivostosave_"},"%x":"SetCustomState","id":"bTNMW"},"5":{"%p":{"arguments":{"0":{"param_id":"bTNLa","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTNKg"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTNLU"},"%x":"TriggerCustomEvent","id":"bTNLW"}}},"bTNLV":{"%p":{"%en":"manager-files-to-save","parameters":{"0":{"is_list":false,"btype_id":"file","optional":false,"param_id":"bTNLa","param_name":"arquivoOriginal"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTNLU","actions":{"0":{"%p":{"%ei":"bTNIO","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTNLs"},"1":{"%p":{"%ei":"bTNKI"},"%x":"ResetGroup","id":"bTNMd"},"2":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":"image","%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"mimetypearquivo_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNIK"},"%x":"ThisElement","is_slidable":false},"%v":{"%n":{"%n":{"%a":{"%p":{"btype_id":"file","event_id":"bTNLU","optional":false,"param_id":"bTNLa","param_name":"arquivoOriginal"},"%x":"CurrentWorkflowItem","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"custom.arquivostosave_","is_slidable":false},"%p":{"%ei":"bTNIK"},"%x":"GetElement","is_slidable":false},"%ei":"bTNIK","custom_state":"custom.arquivostosave_"},"%x":"SetCustomState","id":"bTNLy"},"3":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":"image","%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"mimetypearquivo_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNIK"},"%x":"ThisElement","is_slidable":false},"custom_event":"bTNLi"},"%x":"TriggerCustomEvent","id":"bTNME"},"4":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":".pdf","%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"to_lowercase","is_slidable":false},"%x":"Message","%nm":"file_name","is_slidable":false},"%p":{"btype_id":"file","event_id":"bTNLU","optional":false,"param_id":"bTNLa","param_name":"arquivoOriginal"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ei":"bTNKm","AAW":{"%e":{"0":"","1":{"%p":{"btype_id":"file","event_id":"bTNLU","optional":false,"param_id":"bTNLa","param_name":"arquivoOriginal"},"%x":"CurrentWorkflowItem","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"2":""},"%x":"TextExpression"},"AAZ":1},"%x":"1646792042182x802794335995166700-AAV","id":"bTRuP"}}},"bTNLm":{"%p":{"%en":"salvar-arquivos","event_color":"orange"},"%x":"CustomEvent","id":"bTNLi","actions":{"0":{"%p":{"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%n":{"%x":"Message","%nm":"custom.arquivostosave_","is_slidable":false},"%p":{"%ei":"bTNIK"},"%x":"ThisElement","is_slidable":false},"%ak":"set_list"}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNIK"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTNLn"},"1":{"%p":{"%ei":"bTNIO","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTNMQ"},"2":{"%p":{"%ei":"bTNIP","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Arquivo alterado!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTNML"}}},"bTRdQ":{"%p":{"%ei":"bTRdF","event_color":"green"},"%x":"ButtonClicked","id":"bTRdL","actions":{"0":{"%p":{"%cs":{"0":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"1":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"aguardando"},"%x":"OneOptionValue","is_slidable":false},"%ak":{"%x":"Empty"}},"2":{"%k":"categoria_option_categoria___exame","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdp"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"3":{"%k":"valoradicional_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"4":{"%k":"valorinicial_number","%v":{"%n":{"%n":{"%x":"Message","%nm":"valorexame_number","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"5":{"%k":"valortotal_number","%v":{"%n":{"%n":{"%x":"Message","%nm":"valorexame_number","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}},"6":{"%k":"dataprevistalimite_date","%v":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"segundostotaisrealizacao_number","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"plus_seconds"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","said":"Y29uZWN0YS1sYXVkb3M="},"%ak":{"%x":"Empty"}},"7":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"8":{"%k":"medicoresponsavel_user","%v":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"tipo_option_tipo___user","%v":{"%p":{"option_set":"option.tipo___user","option_value":"m_dico"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"1":{"%k":"iduser_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"medicoid_text","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTRdA"},"%x":"GetElement","is_slidable":false},"1":""},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"user"},"%x":"Search"},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTRdR"},"1":{"%p":{"AAF":{"%e":{"0":"Alterado!"},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTRdu"},"2":{"%p":{"%ei":"bTRcK"},"%x":"HideElement","id":"bTRdw"},"3":{"%p":{"%ei":"bTNIK"},"%x":"HideElement","id":"bTReA"}}},"bTRdc":{"%p":{"%ei":"bTNIK","event_color":"blue"},"%x":"PopupClosed","id":"bTRdY","actions":{"0":{"%p":{"%ei":"bTRcK"},"%x":"ResetGroup","id":"bTRdd"}}},"bTReG":{"%p":{"%ei":"bTRbe","event_color":"green"},"%x":"ButtonClicked","id":"bTReB","actions":{"0":{"%p":{"%ei":"bTRcK"},"%x":"ShowElement","id":"bTReH"}}},"bTRuC":{"%p":{"%ei":"bTNKm","event_color":"blue"},"%x":"1646792042182x802794335995166700-AAY","id":"bTRty","actions":{"0":{"%p":{"%ei":"bTNIK","custom_state":"custom.arquivostosave_"},"%x":"SetCustomState","id":"bTRuK"},"1":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTNKm"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"custom.arquivostosave_","is_slidable":false},"%p":{"%ei":"bTNIK"},"%x":"GetElement","is_slidable":false},"%ei":"bTNIK","custom_state":"custom.arquivostosave_"},"%x":"SetCustomState","id":"bTRuD"},"2":{"%p":{"custom_event":"bTNLi"},"%x":"TriggerCustomEvent","id":"bTRuI"}}},"cmMnU":{"%p":{"%ei":"bTNIb","event_color":"green"},"%x":"ButtonClicked","id":"bTNIo","actions":{"0":{"%p":{"%cs":{"0":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"aguardando"},"%x":"OneOptionValue","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTNIt"},"1":{"%p":{"%ei":"bTNIK"},"%x":"HideElement","id":"bTNIy"},"2":{"%p":{"%ei":"bTNIP","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Exame reenviado!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTNIz"}}},"cmMnZ":{"%p":{"%ei":"bTNIa","event_color":"green"},"%x":"ButtonClicked","id":"bTNJA","actions":{"0":{"%p":{"%ei":"bTNIK"},"%x":"HideElement","id":"bTNJE"}}},"cmMnc":{"%p":{"%ei":"bTNIK","event_color":"blue"},"%x":"PopupClosed","id":"bTNJF","actions":{"0":{"%p":{"%ei":"bTNIK"},"%x":"ResetGroup","id":"bTNJG"}}},"cmMng":{"%p":{"%ei":"bTNIV","event_color":"green"},"%x":"ButtonClicked","id":"bTNJK","actions":{"0":{"%p":{"%ei":"bTNIK"},"%x":"HideElement","id":"bTNJL"}}},"bTHHf0":{"%p":{"%ei":"bTNIK","event_color":"blue"},"%x":"PopupOpened","id":"bTNJM"}},"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%et":"Popup","%gt":"custom.solicitacaolaudo","max_width_px":700,"min_width_px":700,"default_width":700,"min_height_px":590,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTNIK","%nm":"P - Exame Retornado","%s1":"Popup_popup___8_border_","custom_states":{"arquivostosave_":{"%d":"arquivosToSave","%v":"list.image","make_static":true}}},"bTHGU":{"%el":{"cmMjt0":{"%p":{"%h":46,"%l":235,"%t":65,"%w":82,"%z":2,"%ht":{"%e":{"0":"<script src=\\"https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js\\"></script>\\n<lottie-player src=\\"https://s3.amazonaws.com/appforest_uf/f1655210682621x746190399643716500/lf30_editor_fezmooym.json\\" background=\\"transparent\\" speed=\\"1\\" style=\\"width: 100%; height: 100%;\\" loop autoplay></lottie-player>"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"100%","single_height":true,"min_height_css":"100%","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"HTML","id":"bTHGL","%dn":"HTML A","%s1":"HTML_default_"}},"%wf":{"cmMea":{"%p":{"%ei":"bTHGH","event_color":"blue"},"%x":"PopupClosed","id":"bTHGP","actions":{"0":{"%p":{"%ei":"bTHGH"},"%x":"ResetGroup","id":"bTHGN"}}},"cmNFD":{"%p":{"%en":"toggle","event_color":"orange"},"%x":"CustomEvent","id":"bTHGR","actions":{"0":{"%p":{"%ei":"bTHGH"},"%x":"ToggleElement","id":"bTHMD"}}}},"%p":{"%h":284,"%l":0,"%t":0,"%w":1000,"%br":16,"%et":"Popup","%bgc":"rgba(28, 29, 35, 1)","max_width_px":75,"min_width_px":75,"default_width":100,"max_height_px":75,"min_height_px":75,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTHGH","%nm":"P - Loading","custom_states":{"isfeito_":{"%d":"isFeito","%v":"boolean","make_static":true},"midiacriada_":{"%d":"categoriaCriada","%v":"custom.categoriaprocedimentos","make_static":true}}},"bTHOJ":{"%el":{"bTHHb0":{"%el":{"bTHOW":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":1,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHOR","%dn":"Group H","%el":{"bTHOY":{"%p":{"%h":175,"%l":0,"%t":0,"%w":0,"%z":7,"order":1,"fit_width":false,"fit_height":true,"margin_top":0,"single_width":false,"max_width_css":"150px","min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%x":"Group","id":"bTHOI","%cp":"bTHNj","%dn":"Group G","%el":{"bTHOb":{"%p":{"%h":19,"%l":0,"%t":0,"%w":40,"%z":2,"%br":5,"%bas":"none","%bgc":"rgba(var(--color_primary_default_rgb), 0.1)","fit_height":false,"single_width":false,"min_width_css":"40px","single_height":true,"min_height_css":"19px","horiz_alignment":"flex-start","nonant_alignment":"ba","use_aspect_ratio":true},"%x":"Shape","id":"bTHOZ","%dn":"Shape A"},"bTHOp":{"%p":{"%h":24,"%l":0,"%t":0,"%w":65,"%z":3,"row_gap":2,"use_gap":true,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"65.40625px","single_height":false,"min_height_css":"24px","horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.logo_"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTHOq","%dn":"Group K","%el":{"bTHOt":{"%p":{"%h":14,"%l":0,"%t":0,"%w":189,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb"},"%x":"Group","id":"bTHOL","%dn":"Group G","%el":{"cmMdU":{"%p":{"%3":{"%e":{"0":"Logo"},"%x":"TextExpression"},"%h":13,"%l":0,"%t":0,"%w":24,"%z":0,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Text","id":"bTHOP","%cp":"cmMcv.elements","%dn":"Text C","%s1":"Text_t_tulo___500___14___cinza_escuro___1_line_spacing_","order":3},"cmMda":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652735720747x603410578500994700/Icon%20-%20Upload%20-%20Cinza.svg"},"%x":"TextExpression"},"order":3,"fit_height":true,"margin_left":8,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHOQ","%dn":"Image B"}},"%nm":"Group - Placeholder","%s1":"Group_default_group_"},"bTHOx":{"%p":{"%3":{"%e":{"0":"500x500"},"%x":"TextExpression"},"%f":"Inter:::500","%h":13,"%l":0,"%t":0,"%w":24,"%z":3,"%fc":"rgba(131, 140, 159, 1)","%fs":11,"order":2,"fit_width":true,"fit_height":true,"font_family":"Lato","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"13px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"center","nonant_alignment":"bb"},"%x":"Text","id":"bTHOu","%cp":"bTHOL","%dn":"Text E","order":3}},"%s1":"Group_default_group_"},"cmMdM":{"%p":{"%h":80,"%l":0,"%t":0,"%w":26,"%z":4,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"src":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.logo_"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"2":""},"%x":"TextExpression"},"order":3,"fit_height":false,"single_width":false,"min_width_css":"100%","single_height":false,"min_height_css":"80px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"PictureInput","id":"bTHON","%dn":"PictureUploader A","%s1":"PictureInput_uploader___outline_dashed___no_background___8_border___1px_"}},"%nm":"Group - Picture Uploader","%s1":"Group_default_group_","order":5},"bTHOe":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":2,"row_gap":24,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHOc","%dn":"Group I","%el":{"bTHPM":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":3,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHPH","%dn":"Group M","%el":{"bTHPK":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHOd","%cp":"bTHOc","%dn":"Group J","%el":{"bTHOm":{"%p":{"%h":4,"%l":0,"%t":0,"%w":7,"%z":4,"AAE":{"%e":{"0":"inputCnpjClinica"},"%x":"TextExpression"},"AAO":"CPF/CNPJ"},"%x":"1609444246883x924984661248573400-AAD","id":"bTHOn","%dn":"MaskInput A"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHOi","%dn":"Group J","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"CNPJ"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHOg","%dn":"Text D","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHOk","%dn":"Group J","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cnpj_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"inputCnpjClinica"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHOl","%dn":"Input B","%nm":"Input - CNPJ","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_","order":2},"bTHPT":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":2,"fit_height":true,"single_width":false,"max_width_css":"175px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHPO","%cp":"bTHOd","%dn":"Group N","%el":{"bTMWR":{"%p":{"%h":15,"%l":6,"%t":5,"%w":15,"%z":4,"AAE":{"%e":{"0":"telefoneClinica"},"%x":"TextExpression"},"AAO":"Fixo/Mobile"},"%x":"1609444246883x924984661248573400-AAD","id":"bTMWM","%dn":"MaskInput B","%nm":"MaskInput - Telefone"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHPN","%dn":"Group N","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Telefone"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHPR","%dn":"Text G","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHPS","%dn":"Group N","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"telefone_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"telefoneClinica"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHPQ","%dn":"Input D","%nm":"Input - Telefone","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"},"bTJIV":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":3,"fit_height":true,"single_width":false,"max_width_css":"135px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTJIP","%cp":"bTHPH","%dn":"Group W","%el":{"bTJIf":{"%p":{"%h":20,"%l":130,"%t":5,"%w":20,"%z":4,"AAV":{"%e":{"0":"vencimentoClinica"},"%x":"TextExpression"},"AAX":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"O dia de vencimento dos pagamentos referentes aos laudos realizados (Exemplo: Para todo dia 5, digite o número 5)"},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"AAf":0,"AAg":200,"AAh":0},"%x":"1517472293670x503134342731530240-AAU","id":"bTJId","%dn":"Tooltip A"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"aa"},"%x":"Group","id":"bTJIU","%dn":"Group W","%el":{"bTJIc":{"%p":{"%h":3,"%l":85,"%t":5,"%w":1,"%z":3,"%9i":"help.outline","%ic":"var(--color_primary_contrast_default)","order":2,"unique_id":{"%e":{"0":"vencimentoClinica"},"%x":"TextExpression"},"fit_height":false,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","horiz_alignment":"flex-start","nonant_alignment":"cb"},"%x":"materialicons-Materialicon","id":"bTJIa","%dn":"MaterialIcon B"},"cmMkk":{"%p":{"%3":{"%e":{"0":"Vencimento"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTJIS","%dn":"Text L","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTJIW","%dn":"Group W","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%n":{"%x":"Message","%nm":"diavencimento_number"},"%x":"ElementParent"},"%cf":"int_number","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTJIX","%dn":"Input I","%nm":"Input - Dia de Vencimento","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 3","%s1":"Group_default_group_","order":3},"bTQCn":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":4,"fit_height":true,"single_width":false,"max_width_css":"175px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTQCa","%cp":"bTHPH","%dn":"Group GZ","%el":{"bTMWR":{"%p":{"%h":15,"%l":6,"%t":5,"%w":15,"%z":4,"AAE":{"%e":{"0":"dataInicioContrato"},"%x":"TextExpression"},"AAF":{"%e":{"0":"00/00/0000"},"%x":"TextExpression"},"AAO":"Off"},"%x":"1609444246883x924984661248573400-AAD","id":"bTQCc","%dn":"MaskInput D","%nm":"MaskInput - Telefone"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQCg","%dn":"Group GZ","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"InÃcio do contrato"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQCh","%dn":"Text S","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQCi","%dn":"Group GZ","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"datainiciocontrato_date","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"dataInicioContrato"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTQCm","%dn":"Input O","%nm":"Input - Data inicio do contrato","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 4","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTMXm":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":1,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTMXk","%dn":"Group EZ","%el":{"bTMXq":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHNh","%dn":"Group B","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHNl","%dn":"Group C","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Nome da clÃnica"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHNm","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHNk","%dn":"Group D","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHNo","%dn":"Input A","%nm":"Input - Nome da clÃnica","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"},"bTMXr":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTMVz","%cp":"bTHNj","%dn":"Group Y","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTMWE","%dn":"Group Y","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Razão social"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTMWF","%dn":"Text N","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTMWG","%dn":"Group Y","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"razaosocial_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTMWK","%dn":"Input K","%nm":"Input - Razao Social","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"}},"%nm":"Group - Nomes","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTHQm":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":9,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":13,"row_gap":24,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHQh","%dn":"Group Q","%el":{"bTHRF":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":2,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHQv","%cp":"bTHQh","%dn":"Group R","%el":{"bTHPK":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHQx","%cp":"bTHOc","%dn":"Group R","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHQy","%dn":"Group R","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Rua"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHQw","%dn":"Text H","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHRA","%dn":"Group R","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"rua_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAM"},"%p":{"%ei":"bTHPm"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTHRB","%dn":"Input E","%nm":"Input - Rua","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - RUA","%s1":"Group_default_group_","order":2},"bTHPT":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":3,"fit_height":true,"single_width":false,"max_width_css":"115px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHRD","%cp":"bTHOd","%dn":"Group R","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHRE","%dn":"Group R","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Número"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHRC","%dn":"Text H","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHRG","%dn":"Group R","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"numeroend_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"numeroend_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%c1":{"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTHRH","%dn":"Input E","%nm":"Input - Numero","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - NUMERO","%s1":"Group_default_group_"},"bTHRd":{"%p":{"%h":63,"%l":0,"%t":0,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":1,"fit_height":true,"single_width":false,"max_width_css":"185px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHPC","%cp":"bTHNj","%dn":"Group L","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHPB","%dn":"Group L","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"CEP"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHPF","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHPG","%dn":"Group L","%el":{"bTHPZ":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","%iv":false,"%bas":"bgcolor","%bgc":"var(--color_primary_default)","order":2,"fit_width":true,"fit_height":true,"padding_top":5,"margin_right":12,"padding_left":5,"single_width":false,"min_width_css":"24px","padding_right":5,"single_height":false,"min_height_css":"24px","padding_bottom":5,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"cep_text"},"%x":"ElementParent"},"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHPE"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHPE"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTHPa","%dn":"Group O","%el":{"bTHPd":{"%p":{"%h":24,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677700232647x480469142419756900/Icon%20-%20Pesquisa%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":3,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":false,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Image","id":"bTHPX","%dn":"Image C","%s1":"Image_standard_image_"}},"%nm":"Btn - Buscar Cep"},"bTHPh":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":5,"%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","%iv":false,"%bas":"bgcolor","%bgc":"var(--color_destructive_default)","order":3,"fit_width":true,"fit_height":true,"padding_top":5,"margin_right":12,"padding_left":5,"single_width":false,"min_width_css":"24px","padding_right":5,"single_height":false,"min_height_css":"24px","padding_bottom":5,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHPe","%cp":"bTHPG","%dn":"Group P","%el":{"bTHPd":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%9i":"close","%ic":"rgba(255,255,255,1)","order":3,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"materialicons-Materialicon","id":"bTHPg","%dn":"MaterialIcon A"}},"%nm":"Btn - Remover Busca Cep","order":3},"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cep_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTHPE","%dn":"Input C","%nm":"Input - CEP","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_","order":5},"bTMYJ":{"%p":{"%h":28,"%l":0,"%t":-87,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":4,"fit_height":true,"single_width":false,"max_width_css":"265px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHRI","%cp":"bTHQh","%dn":"Group S","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHRN","%dn":"Group S","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Complemento"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHRL","%dn":"Text I","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHRP","%dn":"Group S","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"complemento_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"complemento_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%c1":{"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTHRQ","%dn":"Input F","%nm":"Input - Complemento","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - COMPLEMETNO","%s1":"Group_default_group_","order":3}},"%s1":"Group_default_group_","order":2},"bTHTz":{"%p":{"%h":0,"%l":0,"%t":87,"%w":0,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":3,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":false},"%x":"Group","id":"bTHUA","%dn":"Group U","%el":{"bTHUK":{"%p":{"%h":28,"%l":10,"%t":-77,"%w":0,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHUE","%cp":"bTHUA","%dn":"Group V","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHUG","%dn":"Group V","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Bairro"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHUH","%dn":"Text K","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHUF","%dn":"Group V","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bairro_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAN"},"%p":{"%ei":"bTHPm"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTHUJ","%dn":"Input H","%nm":"Input - Bairro","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - COMPLEMETNO copy","%s1":"Group_default_group_","order":2},"bTMYD":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHRR","%cp":"bTHOc","%dn":"Group T","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHRV","%dn":"Group T","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Cidade"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHRW","%dn":"Text J","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHRU","%dn":"Group T","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cidade_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAO"},"%p":{"%ei":"bTHPm"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTHRY","%dn":"Input G","%nm":"Input - Cidade","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_","order":2},"bTMYE":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":4,"fit_height":true,"single_width":false,"max_width_css":"115px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHRZ","%cp":"bTHOd","%dn":"Group T","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHRX","%dn":"Group T","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Estado"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHRb","%dn":"Text J","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHRc","%dn":"Group T","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"estado_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.iscepbuscado__"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"},"%p":{"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTHPm"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Input","id":"bTHRa","%dn":"Input G","%nm":"Input - estado","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"}},"%nm":"Group - COMPLEMENTO BAIRRO","%s1":"Group_default_group_"}},"%nm":"Group - Endereço","%s1":"Group_default_group_"},"bTMWk":{"%p":{"%h":0,"%l":24,"%t":328,"%w":0,"%z":11,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":9,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTMWi","%dn":"Group AZ","%el":{"bTMWo":{"%p":{"%h":28,"%l":-24,"%t":-372,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTMWS","%cp":"bTHNj","%dn":"Group Z","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTMWX","%dn":"Group Z","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Email financeiro"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTMWY","%dn":"Text O","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTMWc","%dn":"Group Z","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"emailfinanceiro_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTMWd","%dn":"Input L","%nm":"Input - Email Financeiro","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - RUA copy","%s1":"Group_default_group_","order":2},"bTMXG":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":8,"fit_height":true,"single_width":false,"max_width_css":"175px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTMWp","%cp":"bTHNj","%dn":"Group BZ","%el":{"bTMWR":{"%p":{"%h":15,"%l":6,"%t":5,"%w":15,"%z":4,"AAE":{"%e":{"0":"wppFinanceiro"},"%x":"TextExpression"},"AAO":"Fixo/Mobile"},"%x":"1609444246883x924984661248573400-AAD","id":"bTMWu","%dn":"MaskInput C","%nm":"MaskInput - wppFinanceiro"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTMWv","%dn":"Group BZ","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Whatsapp financeiro"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTMWw","%dn":"Text P","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTMXA","%dn":"Group BZ","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"whatsappfinanceiro_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"wppFinanceiro"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTMXB","%dn":"Input M","%nm":"Input - Wpp Financeiro","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"},"bTMXT":{"%p":{"%h":28,"%l":-14,"%t":-362,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":7,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTMXH","%cp":"bTMWi","%dn":"Group CZ","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTMXM","%dn":"Group CZ","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Responsável financeiro"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTMXN","%dn":"Text Q","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTMXO","%dn":"Group CZ","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"responsavelfinanceiro_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTMXS","%dn":"Input N","%nm":"Input - Responsavel Financeiro","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - RUA copy 2","%s1":"Group_default_group_","order":2}},"%nm":"Group - financeiro","%s1":"Group_default_group_"},"bTMXg":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":14,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTMXU","%cp":"bTHNj","%dn":"Group DZ","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTMXZ","%dn":"Group DZ","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Observações"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTMXa","%dn":"Text R","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTMXe","%dn":"Group DZ","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"observacoes_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%lh":1.4,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"padding_top":15,"margin_right":20,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"85px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"MultiLineInput","id":"bTMXf","%dn":"MultilineInput A","%nm":"Input - Obs"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 2","%s1":"Group_default_group_"},"bTMXx":{"%p":{"%h":0,"%l":24,"%t":198,"%w":0,"%z":12,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":6,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTMXs","%dn":"Group FZ","%el":{"bTMXy":{"%p":{"%h":28,"%l":-24,"%t":-198,"%w":0,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTKgO","%cp":"bTHNj","%dn":"Group X","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTKgQ","%dn":"Group X","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Email da clÃnica"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKgU","%dn":"Text M","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTKgV","%dn":"Group X","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"emailnotificacao_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTKgW","%dn":"Input J","%nm":"Input - Email","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - RUA","%s1":"Group_default_group_","order":2},"bTVnQ":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","%iv":false,"order":13,"fit_height":true,"single_width":false,"max_width_css":"175px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%x":"Group","id":"bTVnD","%cp":"bTMXs","%dn":"Group IZ","%el":{"bTMWR":{"%p":{"%h":15,"%l":6,"%t":5,"%w":15,"%z":4,"AAE":{"%e":{"0":"wppNotificacao"},"%x":"TextExpression"},"AAO":"Fixo/Mobile"},"%x":"1609444246883x924984661248573400-AAD","id":"bTVnI","%dn":"MaskInput E","%nm":"MaskInput - wppFinanceiro"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTVnJ","%dn":"Group IZ","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Whatsapp notificação"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTVnK","%dn":"Text U","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTVnO","%dn":"Group IZ","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"whatsappnotificacao_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"wppNotificacao"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTVnP","%dn":"Input P","%nm":"Input - Wpp Notificacao","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"},"bTVtt":{"%p":{"%h":28,"%l":0,"%t":0,"%w":352,"%z":10,"%3f":"top","%ci":"bTHTI","order":2,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","vert_alignment":"stretch","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHTg","%dn":"G - Seletor de Workspace A"}},"%nm":"Group - Workspace + Email","%s1":"Group_default_group_"},"bTNDM":{"%p":{"%h":200,"%l":83,"%t":128,"%w":200,"%z":13,"%3f":"top","%ci":"bTICj","order":12,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNDK","%dn":"G - Checkbox A","%nm":"G - Checkbox - NF"},"bTQgW":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":11,"row_gap":7,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTQgI","%cp":"bTHNj","%dn":"Group HZ","%el":{"bTQfm":{"%p":{"%3":{"%e":{"0":"Formas de envio"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQgK","%dn":"Text T","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTQfq":{"%p":{"%h":350,"%l":261.5,"%t":-159,"%w":280,"%z":3,"%c5":4,"%ds":{"%p":{"option_set":"option.formas___solicita__o"},"%x":"AllOptionValue","is_slidable":false},"%gt":"option.formas___solicita__o","%sc":"rgba(var(--color_text_default_rgb), 0)","%sw":16,"%bos":"none","order":4,"fit_height":true,"fixed_rows":false,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":false,"margin_bottom":0,"single_height":false,"horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTQgO","%dn":"RepeatingGroup A","%el":{"bTQfg":{"%p":{"%h":44,"%l":0,"%t":0,"%w":40,"%z":17,"%bc":"var(--color_text_default)","%bh":0,"%br":10,"%bs":"none","%bv":0,"%ds":{"%x":"ElementParent"},"%gt":"option.formas___solicita__o","%bgc":"var(--color_text_default)","%bos":"solid","%bsb":18,"%bsc":"rgba(0,0,0,0.1)","%bsp":-4,"order":2,"row_gap":8,"use_gap":true,"column_gap":16,"fit_height":true,"margin_top":0,"margin_left":0,"padding_top":10,"margin_right":0,"padding_left":10,"single_width":false,"margin_bottom":0,"min_width_css":"40px","padding_right":10,"single_height":false,"min_height_css":"44px","padding_bottom":10,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bc","four_border_style":false,"border_roundness_left":10,"border_roundness_right":10,"border_roundness_bottom":10},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed"},"%p":{"%ei":"bTQgP"},"%x":"GetElement"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTQgP"},"%x":"GetElement"},"%p":{"%bc":"var(--color_primary_default)","%bs":"none","%bgc":"rgba(255,255,255,1)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","is_slidable":false},"%p":{"%bc":"var(--color_primary_default)","%bs":"none","%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTQgP","%cp":"bTQfG","%dn":"Group HZ","%el":{"bTITa":{"%p":{"%h":3,"%l":295,"%t":65,"%w":11,"%z":29,"%9i":"check_circle","%ic":"rgba(255,255,255,1)","%iv":false,"order":5,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTQgQ","%dn":"MaterialIcon C"},"bTQfk":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display"},"%x":"ElementParent"}},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":16,"%l":64,"%t":11,"%w":107,"%z":6,"%fc":"rgba(78, 91, 118, 1)","%fs":14,"order":4,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"1":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","is_slidable":false},"%p":{"%fc":"rgba(255,255,255,1)"},"%x":"State"}},"%x":"Text","id":"bTQgU","%cp":"bTLUJ.elements","%dn":"Text T","order":1},"bTQfl":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#FFA035"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"iconsvghtml"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","is_slidable":false},"%p":{"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#FFFFFF"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"iconsvghtml"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"}},"%x":"State"}},"%x":"HTML","id":"bTQgV","%cp":"cmMnG.elements","%dn":"HTML A","order":1}},"%nm":"Btn - Forma de solicitação","order":1}},"%nm":"RG - Formas de Envio","%s1":"RepeatingGroup_default_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_","order":4}},"%p":{"%h":256,"%l":0,"%t":0,"%w":400,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":4,"row_gap":24,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"256px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHNj","%dn":"Group E","%nm":"Group - Conteudo","%s1":"Group_default_group_"},"bTHPr":{"%p":{"%h":284,"%l":0,"%t":20,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTHPs","%dn":"P - Loading A"},"bTHQU":{"%p":{"%h":232,"%l":0,"%t":20,"%w":496,"%z":9,"%3f":"top","%ci":"bTHPu","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTHQP","%dn":"P - Falha A"},"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHNd","%dn":"Group A","%el":{"bTHPl":{"%p":{"%h":15,"%l":0,"%t":0,"%w":15,"%z":5,"order":2},"%x":"1633128679598x797103101413949400-AAC","id":"bTHPm","%dn":"ViaCep A"},"bTRwY":{"%p":{"%h":200,"%l":550,"%t":38,"%w":200,"%z":6,"%3f":"top","%ci":"bTRvk","order":3,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"10px","single_height":false,"max_height_css":"10px","min_height_css":"10px","vert_alignment":"flex-start","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTRwT","%dn":"G - Uploader Empty - Wasa A"},"cmMkX":{"%p":{"%3":{"%e":{"0":"Nova clÃnica"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHNb","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHNf","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":8,"use_gap":true,"fit_width":true,"column_gap":11,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-end","container_layout":"row"},"%x":"Group","id":"bTHNg","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHNe","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Salvar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":204,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":true,"max_width_css":"204px","min_width_css":"204px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHNi","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"bTHbL0":{"%p":{"%h":232,"%l":0,"%t":20,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none"},"%x":"CustomElement","id":"bTHNr","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"}},"%wf":{"bTHOz":{"%p":{"%ei":"bTHON","event_color":"blue"},"%x":"InputChanged","id":"bTHOv","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHON"},"%x":"ThisElement"},"%ei":"bTHNc","custom_state":"custom.logo_"},"%x":"SetCustomState","id":"bTHPA"},"1":{"%x":"ResetInputs","id":"bTHOy"}}},"bTHPk":{"%p":{"%ei":"bTHPe","event_color":"green"},"%x":"ButtonClicked","id":"bTHPf","actions":{"0":{"%p":{"%ei":"bTHUA"},"%x":"ResetGroup","id":"bTHUI"},"1":{"%p":{"%ei":"bTHRD"},"%x":"ResetGroup","id":"bTHUN"},"2":{"%p":{"%ei":"bTHQx"},"%x":"ResetGroup","id":"bTHUP"},"3":{"%p":{"%v":false,"%ei":"bTHNc","custom_state":"custom.iscepbuscado__"},"%x":"SetCustomState","id":"bTHPi"}}},"bTHPo":{"%p":{"%ei":"bTHPa","event_color":"green"},"%x":"ButtonClicked","id":"bTHPp","actions":{"0":{"%p":{"%ei":"bTHPs","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTHPv"},"1":{"%p":{"%ei":"bTHPm","AAE":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHPE"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"1633128679598x797103101413949400-AAD","id":"bTHPw"}}},"bTHQW":{"%p":{"%ei":"bTHPm","event_color":"blue"},"%x":"1633128679598x797103101413949400-AAS","id":"bTHQS","actions":{"0":{"%p":{"%ei":"bTHQP","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Cep inválido!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTHQX"},"1":{"%p":{"%ei":"bTHPs","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTHQb"}}},"bTHQZ":{"%p":{"%ei":"bTHPm","event_color":"blue"},"%x":"1633128679598x797103101413949400-AAU","id":"bTHQV","actions":{"0":{"%p":{"%ei":"bTHQP","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Cep incorreto!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTHQa"},"1":{"%p":{"%ei":"bTHPs","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTHQi"}}},"bTHQc":{"%p":{"%ei":"bTHPm","event_color":"blue"},"%x":"1633128679598x797103101413949400-AAT","id":"bTHQY","actions":{"0":{"%p":{"%ei":"bTHUA"},"%x":"ResetGroup","id":"bTHTy"},"1":{"%p":{"%ei":"bTHRD"},"%x":"ResetGroup","id":"bTHTt"},"2":{"%p":{"%ei":"bTHQx"},"%x":"ResetGroup","id":"bTHTu"},"3":{"%p":{"%v":true,"%ei":"bTHNc","custom_state":"custom.iscepbuscado__"},"%x":"SetCustomState","id":"bTHQd"},"4":{"%p":{"%ei":"bTHPs","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTHQg"}}},"bTHRg":{"%p":{"%en":"salvar-dados-clinica","parameters":{"0":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTHRk","param_name":"clinica"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHRi","actions":{"0":{"%p":{"%cs":{"0":{"%k":"clinicasid_list_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"workspaceid_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem"}},"%x":"TextExpression"},"%ak":"remove"}},"%tc":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idworkspace_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"workspaceid_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.workspace"},"%x":"Search"}},"%x":"ChangeThing","id":"bTHTl"},"1":{"%p":{"%cs":{"0":{"%k":"cep_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHPE"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"cidade_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHRY"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"cnpj_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHOl"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"complemento_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHRQ"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"estado_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHRa"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"5":{"%k":"logo_image","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.logo_"},"%p":{"%ei":"bTHNc"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"6":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHNo"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"7":{"%k":"numeroend_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHRH"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"8":{"%k":"rua_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHRB"},"%x":"GetElement"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"9":{"%k":"telefone_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHPQ"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"10":{"%k":"workspaceid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idworkspace_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHTg"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"11":{"%k":"bairro_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHUJ"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"12":{"%k":"inputsformulario_list_option_inputs_de_cadastro","%v":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"nome"},"%x":"OneOptionValue"},"%ak":"add"},"13":{"%k":"inputsformulario_list_option_inputs_de_cadastro","%v":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"nascimento"},"%x":"OneOptionValue"},"%ak":"add"},"14":{"%k":"inputsformulario_list_option_inputs_de_cadastro","%v":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"cpf"},"%x":"OneOptionValue"},"%ak":"add"},"15":{"%k":"diavencimento_number","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJIX"},"%x":"GetElement"},"%ak":{"%x":"Empty"}},"16":{"%k":"emailnotificacao_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTKgW"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"17":{"%k":"isenviarnf__boolean","%v":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNDK"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"18":{"%k":"datainiciocontrato_date","%v":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQCm"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQCm"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQCm"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"change_years","is_slidable":false},"%x":"Message","%nm":"change_month","is_slidable":false},"%x":"Message","%nm":"change_date","is_slidable":false},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false},"%ak":{"%x":"Empty"}},"19":{"%k":"formassolicitacao_list_option_formas___solicita__o","%v":{"%n":{"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","is_slidable":false},"%ak":"set_list"},"20":{"%k":"emailfinanceiro_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTMWd"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"21":{"%k":"razaosocial_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTMWK"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"22":{"%k":"responsavelfinanceiro_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTMXS"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"23":{"%k":"whatsappfinanceiro_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTMXB"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"24":{"%k":"observacoes_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTMXf"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"25":{"%k":"whatsappnotificacao_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTVnP"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem"}},"%x":"ChangeThing","id":"bTHRl"},"2":{"%p":{"%cs":{"0":{"%k":"clinicasid_list_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"workspaceid_text"},"%p":{"btype_id":"custom.clinica","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem"}},"%x":"TextExpression"},"%ak":"add"}},"%tc":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idworkspace_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"workspaceid_text"},"%p":{"%ai":"bTHRl"},"%x":"PreviousStep"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.workspace"},"%x":"Search"}},"%x":"ChangeThing","id":"bTHTk"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"confignotificacaoesid_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTHRi","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"arguments":{"0":{"param_id":"bTVtE","arg_value":{"%p":{"btype_id":"custom.clinica","event_id":"bTHRi","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false}}},"custom_event":"bTVtC"},"%x":"TriggerCustomEvent","id":"bTVtP"},"4":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"wasabilaudosfolder_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTHRi","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"wasabiexamesfolder_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTHRi","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"arguments":{"0":{"param_id":"bTRwe","arg_value":{"%p":{"btype_id":"custom.clinica","event_id":"bTHRi","optional":false,"param_id":"bTHRk","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false}}},"custom_event":"bTRwZ"},"%x":"TriggerCustomEvent","id":"bTRwg"}}},"bTQgc":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","is_slidable":false},"%ei":"bTQgP","event_color":"green"},"%x":"ButtonClicked","id":"bTQga","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"minus_element","is_slidable":false},"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","is_slidable":false},"%ei":"bTHNc","custom_state":"custom.formassolicitacao_"},"%x":"SetCustomState","id":"bTQgg"}}},"bTQgn":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","is_slidable":false},"%ei":"bTQgP","event_color":"green"},"%x":"ButtonClicked","id":"bTQgh","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"custom.formassolicitacao_","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"GetElement","is_slidable":false},"%ei":"bTHNc","custom_state":"custom.formassolicitacao_"},"%x":"SetCustomState","id":"bTQgm"}}},"bTRwa":{"%p":{"%en":"criar-pastas-wasabi","parameters":{"0":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTRwe","param_name":"clinica"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTRwZ","actions":{"0":{"%p":{"%ei":"bTRwT","arguments":{"0":{"param_id":"bTRwG","arg_value":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTRwZ","optional":false,"param_id":"bTRwe","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false}},"1":{"param_id":"bTRwI","arg_value":{"%p":{"btype_id":"custom.clinica","event_id":"bTRwZ","optional":false,"param_id":"bTRwe","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false}}},"custom_event":"bTRwB"},"%x":"TriggerCustomEventFromReusable","id":"bTRwf"}}},"bTVtD":{"%p":{"%en":"criar-config-notificacao","parameters":{"0":{"is_list":false,"btype_id":"custom.clinica","optional":false,"param_id":"bTVtE","param_name":"clinica"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTVtC","actions":{"0":{"%p":{"%i2":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTVtC","optional":false,"param_id":"bTVtE","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"meusobjetos_list_custom_objconfignotificacao","%v":{"%x":"Empty"},"%ak":"clear_list"},"2":{"%k":"idconfig_text","%v":{"%e":{"0":"CNOT","1":{"%p":{"length":11,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.confignotificacao"},"%x":"NewThing","id":"bTVtI"},"1":{"%p":{"%cs":{"0":{"%k":"confignotificacaoesid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idconfig_text","is_slidable":false},"%p":{"%ai":"bTVtI"},"%x":"PreviousStep","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.clinica","event_id":"bTVtC","optional":false,"param_id":"bTVtE","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"ChangeThing","id":"bTVtK"}}},"cmMnU":{"%p":{"%ei":"bTHNi","event_color":"green"},"%x":"ButtonClicked","id":"bTHNs","actions":{"0":{"%p":{"%ei":"bTHPs","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTHTn"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%i2":{"0":{"%k":"cidade_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"cnpj_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"complemento_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"estado_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"idclinica_text","%v":{"%e":{"0":"CLI","1":{"%p":{"length":17,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"5":{"%k":"logo_image","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"6":{"%k":"nome_text","%v":{"%e":{"0":{"%x":"Empty"},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"7":{"%k":"numeroend_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"8":{"%k":"rua_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"9":{"%k":"telefone_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"10":{"%k":"cep_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"11":{"%k":"dadoslaudo_list_option_laudo___dados_clinica","%v":{"%p":{"option_set":"option.laudo___dados_clinica","option_value":"all values"},"%x":"OptionValue"},"%ak":"set_list"}},"%tt":"custom.clinica"},"%x":"NewThing","id":"bTHNq"},"2":{"%p":{"arguments":{"0":{"param_id":"bTHRk","arg_value":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"convert_to_list"},"%p":{"%ai":"bTHNq"},"%x":"PreviousStep"}}},"custom_event":"bTHRi"},"%x":"TriggerCustomEvent","id":"bTHRn"},"3":{"%p":{"%v":{"%p":{"%ai":"bTHNq"},"%x":"PreviousStep"},"%ei":"bTHNc","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTHNv"},"4":{"%x":"ResetInputs","id":"bTHNt"},"5":{"%p":{"%ei":"bTHNc"},"%x":"HideElement","id":"bTHNx"},"6":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%p":{"%ai":"bTHNq"},"%x":"PreviousStep"},"%ei":"bTHNr","arguments":{"0":{"param_id":"cmPhW1","arg_value":"ClÃnica criada!"},"1":{"param_id":"cmPhX1","arg_value":{"%p":{"arbitrary_text":{"%e":{"0":"Agora você pode configurar os seguintes aspectos desta clÃnica:\\n\\n- Adicionar/editar membros\\n- Adicionar/editar exames"},"%x":"TextExpression"}},"%x":"ArbitraryText"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTHNy"},"7":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%p":{"%ai":"bTHNq"},"%x":"PreviousStep"},"%ei":"bTHNr","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Dados salvos!"},"1":{"param_id":"cmPhX1"}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTHRm"},"8":{"%p":{"%ei":"bTHPs","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTHTp"}}},"cmMnZ":{"%p":{"%ei":"bTHNe","event_color":"green"},"%x":"ButtonClicked","id":"bTHNw","actions":{"0":{"%p":{"%ei":"bTHNc"},"%x":"HideElement","id":"bTHOA"}}},"cmMnc":{"%p":{"%ei":"bTHNc","event_color":"blue"},"%x":"PopupClosed","id":"bTHOB","actions":{"0":{"%p":{"%ei":"bTHNc"},"%x":"ResetGroup","id":"bTHNz"}}},"cmMng":{"%p":{"%ei":"bTHNf","event_color":"green"},"%x":"ButtonClicked","id":"bTHOD","actions":{"0":{"%p":{"%ei":"bTHNc"},"%x":"HideElement","id":"bTHOE"}}},"bTHHf0":{"%p":{"%ei":"bTHNc","event_color":"blue"},"%x":"PopupOpened","id":"bTHOC","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"logo_image"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHNc"},"%x":"ThisElement"},"%ei":"bTHNc","custom_state":"custom.logo_","custom_states_values":{"0":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"formassolicitacao_list_option_formas___solicita__o","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"ThisElement","is_slidable":false},"custom_state":"custom.formassolicitacao_"}}},"%x":"SetCustomState","id":"bTHRu"},"1":{"%p":{"%ds":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idworkspace_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"workspaceid_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHNc"},"%x":"ThisElement"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.workspace"},"%x":"Search"},"%ei":"bTHTg"},"%x":"DisplayGroupData","id":"bTHTj"},"2":{"%p":{"%ds":{"%n":{"%n":{"%x":"Message","%nm":"isenviarnf__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTHNc"},"%x":"ThisElement","is_slidable":false},"%ei":"bTNDK"},"%x":"DisplayGroupData","id":"bTNDQ"},"3":{"%p":{"%v":"Anexar nota fiscal","%ei":"bTNDK","custom_state":"custom.titulo_"},"%x":"SetCustomState","id":"bTNDR"}}}},"%p":{"%h":328,"%l":0,"%t":0,"%w":750,"%et":"Popup","%gt":"custom.clinica","min_width_px":950,"default_width":950,"min_height_px":200,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHNc","%nm":"P - Nova ClÃnica","%s1":"Popup_popup___8_border_","custom_states":{"logo_":{"%d":"logo","%v":"image","make_static":true},"admincriado_":{"%d":"clinicaCriada","%v":"custom.clinica","make_static":true},"iscepbuscado__":{"%d":"isCepBuscado?","%v":"boolean","make_static":true},"formassolicitacao_":{"%d":"formasSolicitacao","%v":"list.option.formas___solicita__o","make_static":true}}},"bTHqU":{"%el":{"bTHLz":{"%p":{"%h":284,"%l":-72,"%t":355,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTHpi","%dn":"P - Loading A"},"bTHXM":{"%p":{"%h":232,"%l":-327,"%t":194,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHpg","%dn":"P - Sucesso B"},"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.modelolaudo","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHpk","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Novo modelo de laudo"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHpl","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHpj","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.modelolaudo","order":8,"use_gap":true,"fit_width":false,"column_gap":11,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHpn","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHpo","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Salvar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHps"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Button","id":"bTHpm","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"bTHHb0":{"%p":{"%h":256,"%l":0,"%t":72,"%w":400,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.modelolaudo","order":4,"row_gap":24,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHpq","%dn":"Group E","%el":{"bTHHc0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":129,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.modelolaudo","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTHpr","%dn":"Group B","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHpp","%dn":"Group C","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Exame"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHpt","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.modelolaudo","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHpu","%dn":"Group D","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"exame_custom_exames"},"%x":"ElementParent"},"%ds":{"%p":{"%co":{"0":{"%k":"idexame_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text"},"%x":"Message","%nm":"exame_custom_exames"},"%p":{"%co":{"0":{"%k":"idmodelo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idmodelo_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"not equal"}},"%t5":"custom.modelolaudo"},"%x":"Search"},"%c2":"not in"}},"%t5":"custom.exames"},"%x":"Search"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"Lato","font_weight":"500","margin_left":20,"dynamic_type":"custom.exames","margin_right":20,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"InjectedValue"},"1":""},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTHps","%dn":"Dropdown A","%nm":"Input - Nome do exame"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%wf":{"bTHWo":{"%p":{"%en":"salvar-dados-exame","parameters":{"0":{"is_list":false,"btype_id":"custom.modelolaudo","optional":false,"param_id":"bTHWp","param_name":"modelo"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHpy","actions":{"0":{"%p":{"%cs":{"0":{"%k":"exame_custom_exames","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHps"},"%x":"GetElement"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.exames","optional":false,"param_id":"bTHWp","param_name":"exame"},"%x":"CurrentWorkflowItem"}},"%x":"ChangeThing","id":"bTHqC"}}},"cmMnU":{"%p":{"%ei":"bTHpm","event_color":"green"},"%x":"ButtonClicked","id":"bTHqD","actions":{"0":{"%p":{"%ei":"bTHpi"},"%x":"ShowElement","id":"bTHqB"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%i2":{"0":{"%k":"idmodelo_text","%v":{"%e":{"0":"ML","1":{"%p":{"length":8,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.modelolaudo"},"%x":"NewThing","id":"bTHqF"},"2":{"%p":{"arguments":{"0":{"param_id":"bTHWp","arg_value":{"%n":{"%n":{"%a":{"%p":{"%ai":"bTHqF"},"%x":"PreviousStep"},"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"convert_to_list"},"%x":"ElementParent"}}},"custom_event":"bTHpy"},"%x":"TriggerCustomEvent","id":"bTHqG"},"3":{"%p":{"%v":{"%p":{"%ai":"bTHqF"},"%x":"PreviousStep"},"%ei":"bTHph","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTHqE"},"4":{"%x":"ResetInputs","id":"bTHqI"},"5":{"%p":{"%ei":"bTHph"},"%x":"HideElement","id":"bTHqJ"},"6":{"%p":{"%ei":"bTHpg","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Dados salvos!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTHqH"},"7":{"%p":{"%ei":"bTHpi"},"%x":"HideElement","id":"bTHqL"}}},"cmMnZ":{"%p":{"%ei":"bTHpo","event_color":"green"},"%x":"ButtonClicked","id":"bTHqM","actions":{"0":{"%p":{"%ei":"bTHph"},"%x":"HideElement","id":"bTHqK"}}},"cmMnc":{"%p":{"%ei":"bTHph","event_color":"blue"},"%x":"PopupClosed","id":"bTHqO","actions":{"0":{"%p":{"%ei":"bTHph"},"%x":"ResetGroup","id":"bTHqP"}}},"cmMng":{"%p":{"%ei":"bTHpj","event_color":"green"},"%x":"ButtonClicked","id":"bTHqN","actions":{"0":{"%p":{"%ei":"bTHph"},"%x":"HideElement","id":"bTHqR"}}},"bTHHf0":{"%p":{"%ei":"bTHph","event_color":"blue"},"%x":"PopupOpened","id":"bTHqS"}},"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%et":"Popup","%gt":"custom.modelolaudo","min_width_px":0,"default_width":400,"min_height_px":200,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHph","%nm":"P - Novo Modelo de Laudo","%s1":"Popup_popup___8_border_","custom_states":{"admincriado_":{"%d":"modeloCriado","%v":"custom.modelolaudo","make_static":true}}},"bTKDa":{"%el":{"bTHLz":{"%p":{"%h":284,"%l":-72,"%t":355,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTKCq","%dn":"P - Loading A"},"bTHXM":{"%p":{"%h":232,"%l":-327,"%t":194,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTKCr","%dn":"P - Sucesso B"},"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTKCs","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Solicitar cancelamento de laudo"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKCw","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTKCx","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":5,"use_gap":true,"fit_width":false,"column_gap":11,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTKCv","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTKCz","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Enviar solicitação"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTKDE"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Button","id":"bTKDA","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"bTHHb0":{"%p":{"%h":256,"%l":0,"%t":72,"%w":400,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":4,"row_gap":24,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"256px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTKCy","%dn":"Group E","%el":{"bTJrh":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-circle[/fa] Ao solicitar o cancelamento de um laudo, deve-se aguardar a administração aceitar o cancelamento"},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":400,"%z":30,"%fc":"rgba(157,162,167,1)","%fs":13,"%iv":true,"%lh":1.4,"order":3,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTKDC","%cp":"bTJrA","%dn":"Text B","order":4},"bTKDe":{"%p":{"%h":36,"%l":126,"%t":20,"%w":89,"%z":31,"%bc":"rgba(221, 222, 229, 1)","%br":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","%bas":"bgcolor","%bgc":"rgba(var(--color_text_default_rgb), 0.45)","%bos":"dashed","order":4,"row_gap":9,"use_gap":true,"fit_height":true,"padding_top":16,"padding_left":16,"single_width":false,"min_width_css":"89px","padding_right":16,"single_height":false,"min_height_css":"36px","padding_bottom":16,"horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTKDZ","%dn":"Group C","%el":{"bTKDh":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":3,"order":1,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKDc","%cp":"bTKDZ","%dn":"Text E","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_","order":1},"bTKDk":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":10,"%t":10,"%w":12,"%z":4,"order":2,"fit_width":false,"fit_height":true,"font_weight":"400","single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKDf","%cp":"bTKDZ","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_","order":2}}},"bTJqm0":{"%p":{"%h":28,"%l":10,"%t":10,"%w":129,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":5,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTKDD","%cp":"bTJpY0.elements","%dn":"Group G","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTKDB","%dn":"Group G","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Motivo do cancelamento"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKDF","%dn":"Text C","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":161,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","fit_height":true,"margin_top":7,"padding_top":15,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"161px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTKDG","%dn":"Group G","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%c1":{"%x":"TextExpression"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%lh":1.5,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"var(--font_default)","font_weight":"500","margin_left":0,"margin_right":0,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":false,"min_height_css":"0%","padding_bottom":20,"vert_alignment":"stretch","horiz_alignment":"flex-start"},"%x":"MultiLineInput","id":"bTKDE","%dn":"MultilineInput A","%nm":"Input - descricao"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 5","%s1":"Group_default_group_","order":2}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%wf":{"cmMnU":{"%p":{"%ei":"bTKDA","event_color":"green"},"%x":"ButtonClicked","id":"bTKDM","actions":{"0":{"%p":{"%i2":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinica_custom_clinica"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"isaceito__boolean","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"2":{"%k":"laudoid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idlaudo_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"motivocancelamento_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTKDE"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"idsolicitacaocancelamento_text","%v":{"%e":{"0":"CL","1":{"%p":{"length":18,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.solicitacaocancelamento"},"%x":"NewThing","id":"bTKDK"},"1":{"%p":{"%cs":{"0":{"%k":"solicitacaocancelamentoatual_custom_solicitacaocancelamento","%v":{"%p":{"%ai":"bTKDK"},"%x":"PreviousStep"},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTKDr"},"2":{"%p":{"%ei":"bTKCm"},"%x":"HideElement","id":"bTKDN"},"3":{"%p":{"%ei":"bTKCr","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Solicitação enviada"},"1":{"param_id":"cmPhX1","arg_value":"Aguarde o retorno"}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTKDR"}}},"cmMnZ":{"%p":{"%ei":"bTKCz","event_color":"green"},"%x":"ButtonClicked","id":"bTKDS","actions":{"0":{"%p":{"%ei":"bTKCm"},"%x":"HideElement","id":"bTKDQ"}}},"cmMnc":{"%p":{"%ei":"bTKCm","event_color":"blue"},"%x":"PopupClosed","id":"bTKDU","actions":{"0":{"%p":{"%ei":"bTKCm"},"%x":"ResetGroup","id":"bTKDV"}}},"cmMng":{"%p":{"%ei":"bTKCx","event_color":"green"},"%x":"ButtonClicked","id":"bTKDT","actions":{"0":{"%p":{"%ei":"bTKCm"},"%x":"HideElement","id":"bTKDX"}}},"bTHHf0":{"%p":{"%ei":"bTKCm","event_color":"blue"},"%x":"PopupOpened","id":"bTKDY"}},"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%et":"Popup","%gt":"custom.laudo","min_width_px":0,"default_width":400,"min_height_px":200,"single_height":true,"min_height_css":"200px","element_version":5,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTKCm","%nm":"P - Criar Solicitacao Cancelamento","%s1":"Popup_popup___8_border_","custom_states":{"admincriado_":{"%d":"exameCriado","%v":"custom.exames","make_static":true}}},"bTICv":{"%el":{"bTIgz":{"%p":{"%h":90,"%l":0,"%t":0,"%w":46,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"boolean","order":2,"use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"single_width":false,"min_width_css":"46px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isdesabilitado__"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Group","id":"bTICk","%dn":"Group B","%el":{"bTIhA":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":2,"%br":4,"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":false,"min_height_css":"20px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isdesabilitado__"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"%p":{"%bgc":"var(--color_primary_contrast_default)"},"%x":"State"}},"%x":"Group","id":"bTICi","%dn":"Group A","%el":{"bTIhE":{"%p":{"%h":4,"%l":12,"%t":7,"%w":4,"%z":2,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1666969661901x336697370389964300/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTICm","%dn":"Image A"}}},"bTIhB":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.titulo_"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"2":""},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":0,"%t":0,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":16,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.coralternativa_"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"%p":{"%fc":{"%n":{"%x":"Message","%nm":"custom.coralternativa_"},"%p":{"%ei":"bTICj"},"%x":"GetElement"}},"%x":"State"}},"%x":"Text","id":"bTICn","%dn":"Text A"}},"%nm":"Btn - Sim","%s1":"Group_default_group_"}},"%wf":{"bTIhH":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"%ei":"bTICk","event_color":"green"},"%x":"ButtonClicked","id":"bTICl","actions":{"0":{"%p":{"%ds":true,"%ei":"bTICj"},"%x":"DisplayGroupData","id":"bTICp"},"1":{"%p":{"%v":true,"%ei":"bTICj","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTICq"}}},"bTJgi0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTICj"},"%x":"GetElement"},"%ei":"bTICk","event_color":"green"},"%x":"ButtonClicked","id":"bTICo","actions":{"0":{"%p":{"%ds":false,"%ei":"bTICj"},"%x":"DisplayGroupData","id":"bTICs"},"1":{"%p":{"%v":true,"%ei":"bTICj","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTICt"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":200,"%et":"Group","%gt":"boolean","%bas":"none","use_gap":true,"column_gap":24,"min_width_px":0,"default_width":200,"element_version":4,"container_layout":"row"},"%x":"CustomDefinition","id":"bTICj","%nm":"G - Checkbox","custom_states":{"titulo_":{"%d":"titulo","%v":"text","make_static":true},"isalterado__":{"%d":"isAlterado?","%v":"boolean","make_static":true},"coralternativa_":{"%d":"corAlternativa","%v":"text","make_static":true},"isdesabilitado__":{"%d":"isDesabilitado?","%v":"boolean","make_static":true}}},"bTPlL":{"%el":{"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTPjg","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Upload dados aéreos"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTPjk","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTPjl","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%iv":false,"order":8,"use_gap":true,"fit_width":false,"column_gap":11,"fit_height":true,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTPjw"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_AAL"},"%p":{"%ei":"bTPkE"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTPjm","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%p":{"%3":{"%e":{"0":"Voltar"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Button","id":"bTPjq","%dn":"Button A","%nm":"Btn - Cancelar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Continuar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTPjr","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"cmPwB":{"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%z":8,"order":6,"row_gap":16,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":25,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","padding_bottom":25,"horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTPjs","%dn":"Group G","%el":{"cmPwE":{"%p":{"%h":102,"%l":0,"%t":0,"%w":312,"%z":7,"%3f":"top","%ci":"bTIYn","order":3,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"CustomElement","id":"bTPjw","%dn":"G - File Uploader A","custom_definition_name":"G - File Uploader"},"bTHZY0":{"%p":{"%h":23,"%l":0,"%t":0,"%w":14,"%z":9,"%iv":false,"order":2,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"padding_top":8,"padding_left":12,"single_width":false,"min_width_css":"14px","padding_right":12,"single_height":false,"min_height_css":"23px","padding_bottom":8,"horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%x":"Group","id":"bTPjx","%dn":"Group B","%el":{"bTHZb0":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1663261526401x451593975255458940/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTPjy","%dn":"Image B"},"bTHZe0":{"%p":{"%3":{"%e":{"0":"Tutorial de upload"},"%x":"TextExpression"},"%h":8,"%l":0,"%t":0,"%w":30,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"30px","single_height":false,"min_height_css":"8px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTPkC","%dn":"Text B","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%nm":"Btn - Download Modelo Planilha","%s1":"Group_group___roxo___8_border___2px_"},"bTKJh0":{"%p":{"%h":220,"%l":24,"%t":209,"%w":352,"%z":10,"%iv":false,"order":4,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"352px","single_height":false,"max_height_css":"600px","min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTPkD","%dn":"Group C","%el":{"bTKJi0":{"%p":{"%h":150,"%l":-24,"%t":-209,"%w":352,"%z":8,"%br":5,"%iv":true,"AAF":"CPF do paciente\\nNome do paciente\\nSexo do paciente\\nAltura do paciente\\nPeso do paciente\\nFunção do paciente\\nEmail do paciente\\nNascimento do paciente\\nIdade do paciente\\nEmpresa do paciente","AAG":"cpf\\nnome\\nsexo\\naltura\\npeso\\nfuncao\\nemail\\nnascimento\\nidade\\nempresaId","AAI":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTPjw"},"%x":"GetElement"},"2":""},"%x":"TextExpression"},"AAQ":100,"AAb":{"%e":{"0":"clinicaId"},"%x":"TextExpression"},"AAc":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"AAd":{"%e":{"0":"objUploadId"},"%x":"TextExpression"},"AAe":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.idupload_","is_slidable":false},"%p":{"%ei":"bTPjf"},"%x":"GetElement","is_slidable":false,"moved_to_top":true}},"%x":"TextExpression"},"AAl":{"%e":{"0":"clinicaId"},"%x":"TextExpression"},"AAn":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"order":1,"fit_height":true,"padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"48px","padding_right":0,"single_height":false,"min_height_css":"18px","padding_bottom":0,"horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"1608827595218x711669301717762000-AAC","id":"bTPkE","%dn":"CSVUploader A"}},"%s1":"Group_default_group_"}},"%nm":"Group - Counteúdo","%s1":"Group_default_group_"},"bTHZV0":{"%p":{"%h":232,"%l":0,"%t":20,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none"},"%x":"CustomElement","id":"bTPkJ","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"},"bTKJX0":{"%p":{"%h":200,"%l":0,"%t":20,"%w":465,"%z":9,"%3f":"top","%ci":"bTHGh","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTPkK","%dn":"P - Confirmação A","custom_definition_name":"P - Confirmação"}},"%wf":{"cmMnU":{"%p":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%ei":"bTPjr","event_color":"green"},"%x":"ButtonClicked","id":"bTPkO","actions":{"0":{"%p":{"%v":2,"%ei":"bTPjf","custom_state":"custom.step_"},"%x":"SetCustomState","id":"bTPkP"}}},"cmMnZ":{"%p":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%ei":"bTPjq","event_color":"green"},"%x":"ButtonClicked","id":"bTPkQ","actions":{"0":{"%p":{"%v":1,"%ei":"bTPjf","custom_state":"custom.step_"},"%x":"SetCustomState","id":"bTPkU"}}},"cmMnc":{"%p":{"%ei":"bTPjf","event_color":"blue"},"%x":"PopupClosed","id":"bTPkV","actions":{"0":{"%p":{"%ei":"bTPjf"},"%x":"ResetGroup","id":"bTPkW"},"1":{"%p":{"%v":1,"%ei":"bTPjf","custom_state":"custom.step_"},"%x":"SetCustomState","id":"bTPka"},"2":{"%p":{"%ei":"bTPkE"},"%x":"1608827595218x711669301717762000-AAk","id":"bTPkb"}}},"cmMng":{"%p":{"%ei":"bTPjl","event_color":"green"},"%x":"ButtonClicked","id":"bTPkc","actions":{"0":{"%p":{"%ei":"bTPjf"},"%x":"HideElement","id":"bTPkg"}}},"cmPwM":{"%p":{"%c":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%ei":"bTPjr","event_color":"green"},"%x":"ButtonClicked","id":"bTPkh","actions":{"0":{"%p":{"%i2":{"0":{"%k":"arquivos_list_file","%v":{"%n":{"%x":"Message","%nm":"get_AAN"},"%p":{"%ei":"bTPkE"},"%x":"GetElement"},"%ak":"set_list"},"1":{"%k":"arquivooriginal_file","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTPjw"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"arquivosrealizados_list_file","%v":{"%x":"Empty"},"%ak":"clear_list"},"3":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%ak":{"%x":"Empty"}},"4":{"%k":"idobj_text","%v":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.idupload_","is_slidable":false},"%p":{"%ei":"bTPjf"},"%x":"GetElement","is_slidable":false},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"5":{"%k":"isiniciarupload__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tt":"custom.objuploadpaciente"},"%x":"NewThing","id":"bTPki"},"1":{"%p":{"%ei":"bTPjf"},"%x":"HideElement","id":"bTPkm"},"2":{"%p":{"%ei":"bTPkJ","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Upload iniciado"},"1":{"param_id":"cmPhX1","arg_value":"Aguarde até que seja concluÃdo"}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTPkn"}}},"cmPwW":{"%p":{"%c":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.step_"},"%p":{"%ei":"bTPjf"},"%x":"GetElement"},"%ei":"bTPjq","event_color":"green"},"%x":"ButtonClicked","id":"bTPko","actions":{"0":{"%p":{"%ei":"bTPjf"},"%x":"HideElement","id":"bTPks"}}},"cmPxu":{"%p":{"%ei":"bTPjf","event_color":"blue"},"%x":"PopupOpened","id":"bTPkt","actions":{"0":{"%p":{"%v":"Planilha .csv","%ei":"bTPjw","custom_state":"custom.t_tulo_","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.imagem_"}}},"%x":"SetCustomState","id":"bTPku"},"1":{"%p":{"%v":{"%p":{"arbitrary_text":{"%e":{"0":"OUP","1":{"%p":{"length":17,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ei":"bTPjf","custom_state":"custom.idupload_"},"%x":"SetCustomState","id":"bTPlQ"}}},"bTHZh0":{"%p":{"%ei":"bTPjx","event_color":"green"},"%x":"ButtonClicked","id":"bTPlF","actions":{"0":{"%p":{"AAG":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"arquivos","is_slidable":false},"%p":{"option_set":"option.tutoriais","option_value":"upload_de_paciente"},"%x":"OptionValue"},"2":""},"%x":"TextExpression"},"AAI":{"%e":{"0":"Tutorial-upload-pacientes"},"%x":"TextExpression"}},"%x":"1539124824422x194279356396994560-AAC","id":"bTPnO"}}}},"%p":{"%h":400,"%l":0,"%t":0,"%w":400,"%et":"Popup","%gt":"custom.evento","max_width_px":400,"min_width_px":0,"default_width":400,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTPjf","%nm":"P - Upload Paciente","%s1":"Popup_popup___8_border_","custom_states":{"step_":{"%d":"step","%v":"number","default_val":1,"make_static":true},"idupload_":{"%d":"idUpload","%v":"text","make_static":true}}},"bTIUb":{"%el":{"bTHLz":{"%p":{"%h":284,"%l":-72,"%t":355,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTITk","%dn":"P - Loading A"},"bTHXM":{"%p":{"%h":232,"%l":-327,"%t":194,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTITl","%dn":"P - Sucesso B"},"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTITj","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Novo paciente\\n"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTITn","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":3,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTITo","%dn":"Image A","%nm":"Btn - Fechar"},"bTSkW0":{"%p":{"%h":35,"%l":293.5,"%t":13,"%w":35,"%z":5,"AAD":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"find":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%p":{"find":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUh"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"order":2},"%x":"1592424084540x481872187755855900-AAC","id":"bTSkU0","%dn":"CPFValidator A"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":8,"use_gap":true,"fit_width":false,"column_gap":11,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-end"},"%x":"Group","id":"bTITm","%dn":"Group F","%el":{"cmMlK":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"%z":5,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTITq","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___outline___cancelar_"},"cmMlO":{"%p":{"%3":{"%e":{"0":"Salvar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_left":0,"single_width":false,"max_width_css":"204px","min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUC"},"%x":"GetElement","is_slidable":false},"%p":{"button_disabled":true},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTSka0"},"%x":"GetElement","is_slidable":false},"%p":{"button_disabled":true},"%x":"State"},"2":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTSkO0"},"%x":"GetElement","is_slidable":false},"%p":{"button_disabled":true},"%x":"State"},"3":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTWEZ"},"%x":"GetElement","is_slidable":false},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Button","id":"bTITr","%cp":"cmMlH.elements","%dn":"Button B","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"bTHHb0":{"%p":{"%h":256,"%l":0,"%t":72,"%w":400,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":4,"row_gap":24,"use_gap":true,"fit_width":false,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTITp","%dn":"Group E","%el":{"bTIWr":{"%p":{"%h":28,"%l":55,"%t":445,"%w":352,"%z":9,"%3f":"top","%ci":"bTIWU","order":17,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTWEZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"CustomElement","id":"bTIWm","%dn":"G - Seletor de empresa A"},"bTKmo":{"%p":{"%h":0,"%l":24,"%t":111,"%w":0,"%z":10,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":3,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTKmm","%dn":"Group L","%el":{"bTKms":{"%p":{"%h":28,"%l":-24,"%t":-111,"%w":129,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"cpf"},"%x":"OneOptionValue"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIUZ","%cp":"bTITp","%dn":"Group G","%el":{"bTIVR":{"%p":{"%h":15,"%l":311,"%t":4,"%w":15,"%z":4,"AAE":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.idinputcpf_","is_slidable":false},"%p":{"%ei":"bTITg"},"%x":"GetElement","is_slidable":false,"moved_to_top":true},"2":""},"%x":"TextExpression"},"AAF":{"%e":{"0":"000.000.000-00"},"%x":"TextExpression"}},"%x":"1609444246883x924984661248573400-AAD","id":"bTIVM","%dn":"MaskInput A"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTIUe","%dn":"Group G","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"CPF"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIUc","%dn":"Text C","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTSka0"},"%x":"GetElement","is_slidable":false},"%p":{"%bc":"var(--color_destructive_default)"},"%x":"State"}},"%x":"Group","id":"bTIUg","%dn":"Group G","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"cpf_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.idinputcpf_","is_slidable":false},"%p":{"%ei":"bTITg"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"2":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTIUh","%dn":"Input B","%nm":"Input - CPF","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 4","%s1":"Group_default_group_","order":3},"bTKmt":{"%p":{"%h":28,"%l":-24,"%t":-111,"%w":129,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"rg"},"%x":"OneOptionValue"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIVB","%cp":"bTITp","%dn":"Group J","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTIVA","%dn":"Group J","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"RG"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIVE","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIVF","%dn":"Group J","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"rg_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTIVD","%dn":"Input E","%nm":"Input - RG","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 8","%s1":"Group_default_group_","order":6},"bTKmu":{"%p":{"%h":28,"%l":-24,"%t":-111,"%w":129,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":3,"fit_height":true,"single_width":false,"max_width_css":"130px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"nascimento"},"%x":"OneOptionValue"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIUi","%cp":"bTITp","%dn":"Group H","%el":{"bTMYg":{"%p":{"%h":15,"%l":10.5,"%t":6,"%w":15,"%z":4,"AAE":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.idinputnascimento_","is_slidable":false},"%p":{"%ei":"bTITg"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"2":""},"%x":"TextExpression"},"AAF":{"%e":{"0":"00/00/0000"},"%x":"TextExpression"}},"%x":"1609444246883x924984661248573400-AAD","id":"bTMYb","%dn":"MaskInput C"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTIUn","%dn":"Group H","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Nascimento"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIUl","%dn":"Text D","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTSkO0"},"%x":"GetElement","is_slidable":false},"%p":{"%bc":"var(--color_destructive_default)"},"%x":"State"}},"%x":"Group","id":"bTIUp","%dn":"Group H","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"nascimento_date"},"%x":"ElementParent"}},"%x":"TextExpression"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"unique_id":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.idinputnascimento_","is_slidable":false},"%p":{"%ei":"bTITg"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false,"moved_to_top":true},"2":""},"%x":"TextExpression"},"fit_height":false,"font_family":"var(--font_default)","font_weight":"500","margin_left":20,"margin_right":20,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTIUq","%dn":"Input C","%nm":"Input - Data de nascimento"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 6","%s1":"Group_default_group_","order":4}},"%s1":"Group_default_group_"},"bTKnA":{"%p":{"%h":0,"%l":24,"%t":198,"%w":0,"%z":11,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":16,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTWEZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTKmy","%dn":"Group M","%el":{"bTKnE":{"%p":{"%h":28,"%l":-24,"%t":-198,"%w":129,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":2,"fit_height":true,"single_width":false,"max_width_css":"180px","min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"telefone"},"%x":"OneOptionValue"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIVI","%cp":"bTITp","%dn":"Group K","%el":{"bTIVU":{"%p":{"%h":15,"%l":0,"%t":0,"%w":15,"%z":5,"AAE":{"%e":{"0":"telColaborador"},"%x":"TextExpression"},"AAF":{"%e":{"0":""},"%x":"TextExpression"},"AAO":"Fixo/Mobile"},"%x":"1609444246883x924984661248573400-AAD","id":"bTIVP","%cp":"bTIVI","%dn":"MaskInput B"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTIVK","%dn":"Group K","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Telefone/Whatsapp"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIVL","%dn":"Text G","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIVJ","%dn":"Group K","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"telefone_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"telColaborador"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTIVN","%dn":"Input F","%nm":"Input - Telefone/Whatsapp","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 9","%s1":"Group_default_group_","order":7},"bTKnF":{"%p":{"%h":28,"%l":-24,"%t":-198,"%w":129,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"email"},"%x":"OneOptionValue"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIUr","%cp":"bTITp","%dn":"Group I","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTIUw","%dn":"Group I","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Email"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIUu","%dn":"Text E","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIUy","%dn":"Group I","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"email_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"email","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTIUz","%dn":"Input D","%nm":"Input - Email","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 7","%s1":"Group_default_group_","order":5}},"%s1":"Group_default_group_"},"bTKpJ":{"%p":{"%h":28,"%l":178.5,"%t":264,"%w":129,"%z":12,"%3f":"top","%ci":"bTKnG","%ds":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"order":18,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"inputsdinamicospaciente_list_custom_inputslaudo"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"CustomElement","id":"bTKpE","%dn":"RG - Inputs Dinamicos - Padrão A","%nm":"RG - Inputs Dinamicos - Padrão"},"bTQmP":{"%p":{"%h":0,"%l":24,"%t":198,"%w":0,"%z":13,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":13,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTWEZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQmK","%dn":"Group O","%el":{"bTQmQ":{"%p":{"%h":28,"%l":-24,"%t":-198,"%w":129,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"idade"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQlZ","%cp":"bTITp","%dn":"Group N","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQmC","%dn":"Group N","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Idade"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQmD","%dn":"Text H","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQmE","%dn":"Group N","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idade_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"numerical_ref","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTQmI","%dn":"Input G","%nm":"Input - Idade","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Idade","%s1":"Group_default_group_","order":5},"bTQmg":{"%p":{"%h":28,"%l":-14,"%t":-188,"%w":129,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"altura"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQmU","%cp":"bTQmK","%dn":"Group P","%el":{"bTQmm":{"%p":{"%h":15,"%l":0,"%t":0,"%w":15,"%z":4,"AAE":{"%e":{"0":"alturaPaciente"},"%x":"TextExpression"},"AAF":{"%e":{"0":"0,00"},"%x":"TextExpression"},"unique_id":{"%e":{"0":"alturaPaciente"},"%x":"TextExpression"}},"%x":"1609444246883x924984661248573400-AAD","id":"bTQmh","%cp":"bTQmU","%dn":"MaskInput D"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQmW","%dn":"Group P","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Altura (em metros)"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQma","%dn":"Text I","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQmb","%dn":"Group P","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"altura_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"alturaPaciente"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTQmc","%dn":"Input H","%nm":"Input - Altura","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Idade copy","%s1":"Group_default_group_","order":5},"bTQnA":{"%p":{"%h":28,"%l":-4,"%t":-178,"%w":129,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"peso"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQmn","%cp":"bTQmK","%dn":"Group Q","%el":{"bTQmm":{"%p":{"%h":15,"%l":0,"%t":0,"%w":15,"%z":4,"AAE":{"%e":{"0":"pesoPaciente"},"%x":"TextExpression"},"AAF":{"%e":{"0":"000,00"},"%x":"TextExpression"},"AAM":true,"unique_id":{"%e":{"0":"alturaPaciente"},"%x":"TextExpression"}},"%x":"1609444246883x924984661248573400-AAD","id":"bTQmz","%cp":"bTQmU","%dn":"MaskInput E"},"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQms","%dn":"Group Q","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Peso (em KG)"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQmt","%dn":"Text J","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQmu","%dn":"Group Q","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"peso_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":"pesoPaciente"},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTQmy","%dn":"Input I","%nm":"Input - Peso","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Idade copy 2","%s1":"Group_default_group_","order":5}},"%s1":"Group_default_group_"},"bTQnp":{"%p":{"%h":0,"%l":34,"%t":208,"%w":0,"%z":13,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":15,"use_gap":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTWEZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQnE","%cp":"bTITp","%dn":"Group R","%el":{"bTQmQ":{"%p":{"%h":28,"%l":-24,"%t":-198,"%w":129,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"sexo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQnG","%cp":"bTITp","%dn":"Group R","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQnK","%dn":"Group R","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Sexo"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQnL","%dn":"Text K","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQnM","%dn":"Group R","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"sexo_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered","is_slidable":true},"%p":{"option_set":"option.sexo"},"%x":"AllOptionValue","is_slidable":false},"%ds":{"%p":{"option_set":"option.sexo"},"%x":"AllOptionValue","is_slidable":false},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"dynamic_type":"option.sexo","margin_right":20,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTQnQ","%dn":"Dropdown A","%nm":"Input - Sexo"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Idade","%s1":"Group_default_group_","order":5},"bTQnA":{"%p":{"%h":28,"%l":-4,"%t":-178,"%w":129,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.inputs_de_cadastro","option_value":"fun__o"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"inputsformulario_list_option_inputs_de_cadastro"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQnd","%cp":"bTQmK","%dn":"Group R","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQne","%dn":"Group R","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Função"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQni","%dn":"Text K","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQnj","%dn":"Group R","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"funcao_text","is_slidable":false},"%x":"ElementParent"}},"%x":"TextExpression"},"%cf":"text","%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"unique_id":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTQnk","%dn":"Input J","%nm":"Input - Função","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Idade copy 2","%s1":"Group_default_group_","order":5}},"%s1":"Group_default_group_"},"bTWEe":{"%p":{"%h":0,"%l":24,"%t":328,"%w":0,"%z":15,"%gt":"custom.colaborador1","%iv":false,"%vc":true,"order":7,"row_gap":10,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"padding_bottom":24,"horiz_alignment":"flex-start","container_layout":"column","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUh"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"cpf_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUh"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTWEZ","%dn":"Group T","%el":{"bTWEf":{"%p":{"%h":280,"%l":-24,"%t":-372,"%w":280,"%z":14,"%bc":"var(--color_destructive_default)","%br":8,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.colaborador1","%vc":true,"%bas":"bgcolor","%bgc":"rgba(var(--color_destructive_default_rgb), 0.1)","%bos":"dashed","order":3,"use_gap":true,"column_gap":13,"fit_height":true,"padding_top":13,"padding_left":13,"single_width":false,"padding_right":13,"single_height":false,"padding_bottom":13,"horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTWET","%dn":"Group S","%el":{"bTWEm":{"%p":{"%h":240,"%l":80,"%t":21,"%w":320,"%9i":"ionic outline person-circle","%ic":"var(--color_primary_contrast_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"40px","single_height":true,"min_height_css":"40px","horiz_alignment":"flex-start","use_aspect_ratio":true},"%x":"Icon","id":"bTWEk","%dn":"Icon A"},"bTWEy":{"%p":{"%h":0,"%l":66,"%t":13,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","%vc":true,"order":2,"row_gap":4,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column","container_vert_alignment":"center"},"%x":"Group","id":"bTWEw","%dn":"Group U","%el":{"bTWFC":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"%h":7,"%l":-66,"%t":-13,"%w":12,"%z":2,"%fs":16,"order":1,"fit_width":false,"fit_height":true,"font_weight":"600","single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTWEq","%cp":"bTWET","%dn":"Text O","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTWFI":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"cpf_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"%h":7,"%l":-56,"%t":-3,"%w":12,"%z":2,"%fs":14,"order":2,"fit_width":false,"fit_height":true,"font_weight":"400","single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTWFD","%cp":"bTWEw","%dn":"Text P","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTWEg":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-triangle[/fa] Este cpf já está em uso"},"%x":"TextExpression"},"%h":7,"%l":-24,"%t":-372,"%w":12,"%z":2,"%fc":"var(--color_destructive_default)","order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTWEN","%cp":"bTITp","%dn":"Text N","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTWFO":{"%p":{"%3":{"%e":{"0":"É quem você está procurando? [b]Clique aqui para selecionar este paciente[/b]"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fs":14,"order":4,"fit_width":false,"fit_height":true,"font_weight":"400","single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"%u":true},"%x":"State"}},"%x":"Text","id":"bTWFJ","%cp":"bTWEZ","%dn":"Text Q","%nm":"Btn - É Quem Estou Procurando","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - CPF ja cadastrado","%s1":"Group_default_group_"},"bTHHc0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":129,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTITv","%dn":"Group B","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTITz","%dn":"Group C","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Nome do colaborador"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIUA","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTITy","%dn":"Group D","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTIUC"},"%x":"ThisElement"},"%p":{"%1m":true},"%x":"State"}},"%x":"Input","id":"bTIUC","%dn":"Input A","%nm":"Input - Nome do colaborador","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_"},"bTSko0":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-triangle[/fa] Ano de nascimento inválido"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fc":"var(--color_destructive_default)","%fs":13,"%iv":false,"order":12,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%n":{"%a":{"%n":{"%n":{"%a":125,"%x":"Message","%nm":"greater_than","is_slidable":false},"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUq"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"minus","is_slidable":false},"%p":{"component_to_extract":"year"},"%x":"Message","%nm":"extract_from_date","is_slidable":true},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUq"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Text","id":"bTSkO0","%cp":"bTITp","%dn":"Text L","%nm":"Aviso - Ano Invalido","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTSks0":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-triangle[/fa] CPF inválido"},"%x":"TextExpression"},"%h":7,"%l":10,"%t":10,"%w":12,"%z":2,"%fc":"var(--color_destructive_default)","%fs":13,"%iv":false,"order":10,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":11,"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"length","is_slidable":false},"%p":{"find":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%p":{"find":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUh"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"get_AAE","is_slidable":false},"%p":{"%ei":"bTSkU0"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Text","id":"bTSka0","%cp":"bTITp","%dn":"Text M","%nm":"Aviso - CPF inválido","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%wf":{"bTHWo":{"%p":{"%en":"salvar-dados-colaborador","parameters":{"0":{"is_list":false,"btype_id":"custom.colaborador1","optional":false,"param_id":"bTHWp","param_name":"colaborador"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTIUI","actions":{"0":{"%p":{"%cs":{"0":{"%k":"cpf_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIUh"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"email_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIUz"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"nascimento_date","%v":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUq"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUq"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUq"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":10,"%n":{"%a":0,"%x":"Message","%nm":"change_minutes","is_slidable":false},"%x":"Message","%nm":"change_hours","is_slidable":false},"%x":"Message","%nm":"change_date","is_slidable":false},"%x":"Message","%nm":"change_month","is_slidable":false},"%x":"Message","%nm":"change_years","is_slidable":false},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false},"%ak":{"%x":"Empty"}},"3":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIUC"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"rg_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIVD"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"5":{"%k":"telefone_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIVN"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"6":{"%k":"camposbusca_text","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIUh"},"%x":"GetElement"},"1":" ","2":{"%n":{"%n":{"%n":{"%p":{"find":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"find":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIUh"},"%x":"GetElement"},"3":" ","4":{"%n":{"%n":{"%x":"Message","%nm":"to_uppercase"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIUz"},"%x":"GetElement"},"5":" ","6":{"%n":{"%n":{"%x":"Message","%nm":"to_uppercase"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIUC"},"%x":"GetElement"},"7":" ","8":{"%n":{"%n":{"%x":"Message","%nm":"to_uppercase"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIVD"},"%x":"GetElement"},"9":" ","10":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIVN"},"%x":"GetElement"},"11":" ","12":{"%n":{"%n":{"%n":{"%n":{"%n":{"%n":{"%p":{"find":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"find":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"find":{"%e":{"0":" "},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"find":{"%e":{"0":")"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"find":{"%e":{"0":"("},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIVN"},"%x":"GetElement"},"13":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"7":{"%k":"empresaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idempresa_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIWm"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"8":{"%k":"respostasdinamicas_list_text","%v":{"%n":{"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKpE"},"%x":"GetElement"},"%ak":"set_list"},"9":{"%k":"altura_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQmc"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"10":{"%k":"funcao_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQnk"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"11":{"%k":"idade_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQmI"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"12":{"%k":"peso_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQmy"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"13":{"%k":"sexo_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQnQ"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"14":{"%k":"empresa_custom_empresa","%v":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIWm"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.exames","optional":false,"param_id":"bTHWp","param_name":"exame"},"%x":"CurrentWorkflowItem"}},"%x":"ChangeThing","id":"bTIUJ"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUq"},"%x":"GetElement","is_slidable":false},"%cs":{"0":{"%k":"nascimento_date","%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.exames","optional":false,"param_id":"bTHWp","param_name":"exame"},"%x":"CurrentWorkflowItem"}},"%x":"ChangeThing","id":"bTNzK"}}},"bTWFW":{"%p":{"%ei":"bTIUh","event_color":"blue"},"%x":"InputChanged","id":"bTWFV","actions":{"0":{"%p":{"%ei":"bTITk","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTWFa"},"1":{"%p":{"%ds":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"cpf_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIUh"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search"},"%ei":"bTWEZ"},"%x":"DisplayGroupData","id":"bTWFb"},"2":{"%p":{"%ei":"bTITk","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTWFc"}}},"bTWFm":{"%p":{"%ei":"bTWFJ","event_color":"green"},"%x":"ButtonClicked","id":"bTWFh","actions":{"0":{"%p":{"%v":{"%x":"ElementParent","is_slidable":false},"%ei":"bTITg","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTWFn"},"1":{"%p":{"%ei":"bTITg"},"%x":"HideElement","id":"bTWFo"}}},"cmMnU":{"%p":{"%ei":"bTITr","event_color":"green"},"%x":"ButtonClicked","id":"bTIUH","actions":{"0":{"%p":{"%ei":"bTITk"},"%x":"ShowElement","id":"bTIUL"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%i2":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"idcolaborador_text","%v":{"%e":{"0":"COL","1":{"%p":{"length":27,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.colaborador1"},"%x":"NewThing","id":"bTIUM"},"2":{"%p":{"arguments":{"0":{"param_id":"bTHWp","arg_value":{"%n":{"%n":{"%a":{"%p":{"%ai":"bTIUM"},"%x":"PreviousStep"},"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"convert_to_list"},"%x":"ElementParent"}}},"custom_event":"bTIUI"},"%x":"TriggerCustomEvent","id":"bTIUK"},"3":{"%p":{"%v":{"%p":{"%ai":"bTIUM"},"%x":"PreviousStep"},"%ei":"bTITg","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTIUO"},"4":{"%x":"ResetInputs","id":"bTIUP"},"5":{"%p":{"%ei":"bTITg"},"%x":"HideElement","id":"bTIUN"},"6":{"%p":{"%ei":"bTITl","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Dados salvos!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTIUR"},"7":{"%p":{"%ei":"bTITk"},"%x":"HideElement","id":"bTIUS"}}},"cmMnZ":{"%p":{"%ei":"bTITq","event_color":"green"},"%x":"ButtonClicked","id":"bTIUQ","actions":{"0":{"%p":{"%ei":"bTITg"},"%x":"HideElement","id":"bTIUU"}}},"cmMnc":{"%p":{"%ei":"bTITg","event_color":"blue"},"%x":"PopupClosed","id":"bTIUV","actions":{"0":{"%p":{"%ei":"bTITg"},"%x":"ResetGroup","id":"bTIUT"}}},"cmMng":{"%p":{"%ei":"bTITo","event_color":"green"},"%x":"ButtonClicked","id":"bTIUX","actions":{"0":{"%p":{"%ei":"bTITg"},"%x":"HideElement","id":"bTIUY"}}},"bTHHf0":{"%p":{"%ei":"bTITg","event_color":"blue"},"%x":"PopupOpened","id":"bTIUW","actions":{"0":{"%p":{"%v":{"%p":{"length":8,"letters":true,"formula_type":"RandomString"},"%x":"Formulas"},"%ei":"bTITg","custom_state":"custom.idinputcpf_","custom_states_values":{"0":{"%v":{"%p":{"length":8,"letters":true,"formula_type":"RandomString"},"%x":"Formulas","said":"Y29uZWN0YS1sYXVkb3M="},"custom_state":"custom.idinputnascimento_"}}},"%x":"SetCustomState","id":"bTPSE"},"1":{"%p":{"%ds":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idempresa_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"empresaid_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTITg"},"%x":"ThisElement"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.empresa"},"%x":"Search"},"%ei":"bTIWm"},"%x":"DisplayGroupData","id":"bTIWt"},"2":{"%p":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"respostasdinamicas_list_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTITg"},"%x":"ThisElement"},"%ei":"bTKpE","custom_state":"custom.respostas_","custom_states_values":{"0":{"%v":{"%p":{"option_set":"option.categoria___input","option_value":"campo_de_paciente"},"%x":"OneOptionValue"},"custom_state":"custom.categoriainputs_"}}},"%x":"SetCustomState","id":"bTKpK"}}}},"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%et":"Popup","%gt":"custom.colaborador1","max_width_px":600,"min_width_px":0,"default_width":600,"min_height_px":200,"single_height":true,"min_height_css":"200px","element_version":5,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTITg","%nm":"P - Novo Paciente","%s1":"Popup_popup___8_border_","custom_states":{"idinputcpf_":{"%d":"idInputCpf","%v":"text","make_static":true},"admincriado_":{"%d":"colaboradorCriado","%v":"custom.colaborador1","make_static":true},"idinputnascimento_":{"%d":"idInputNascimento","%v":"text","make_static":true}}},"bTLdp0":{"%el":{"bTHLr":{"%p":{"%h":328,"%l":414,"%t":113,"%w":400,"%z":14,"%3f":"top","%ci":"bTHKe","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLbZ0","%dn":"P - Novo Workspace A","custom_definition_name":"P - Novo Workspace"},"bTJsb":{"%p":{"%h":200,"%l":220,"%t":119,"%w":465,"%z":14,"%3f":"top","%ci":"bTHGh","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"465px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLba0","%dn":"P - Confirmação A","custom_definition_name":"P - Confirmação"},"bTKGE0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":0,"%z":11,"order":4,"fit_width":false,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"stretch","container_layout":"column"},"%x":"Group","id":"bTLbe0","%dn":"Group D","%el":{"bTKGF0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"use_gap":true,"column_gap":14,"fit_height":true,"padding_left":32,"single_width":false,"min_width_css":"0px","padding_right":32,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":16,"border_roundness_right":16,"container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLbf0","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Financeiro"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLbg0","%dn":"Text A","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTKGG0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":1216,"%z":10,"order":3,"fit_width":false,"fit_height":false,"margin_left":0,"margin_right":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTLbk0","%dn":"Group S","%el":{"bTHAC":{"%p":{"%h":15,"%l":0,"%t":0,"%w":39,"%z":17,"order":2,"use_gap":true,"fit_height":true,"padding_top":16,"single_width":false,"min_width_css":"39px","single_height":false,"min_height_css":"15px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTLcC0","%cp":"bTGyu.elements","%dn":"Group C","%el":{"cmObl":{"%p":{"%h":40,"%l":32,"%t":0,"%w":920,"%z":2,"%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true},"%x":"Group","id":"bTLcD0","%dn":"Group C","%el":{"bTHDM":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":15,"order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLcE0","%cp":"bTHCR","%dn":"Group L","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLcI0","%dn":"Group L","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Mês"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLcJ0","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLcK0","%dn":"Image G"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy","%s1":"Group_default_group_","order":10},"bTHhB":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":14,"%bc":"rgba(202, 192, 255, 1)","%br":4,"%bas":"none","%bgc":"rgba(242, 239, 255, 1)","%bos":"none","order":12,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":6,"padding_left":8,"single_width":false,"min_width_css":"83px","padding_right":8,"single_height":false,"min_height_css":"0px","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLcO0","%cp":"bTGzu.elements","%dn":"Group J","%nm":"Espaço - Botões","order":2},"bTIKf":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":16,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLcP0","%cp":"bTIJk","%dn":"Group E","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLcQ0","%dn":"Group E","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Valor da fatura"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLcU0","%dn":"Text G","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLcV0","%dn":"Image D"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 3","%s1":"Group_default_group_","order":11},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":20,"%z":4,"order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLcW0","%dn":"Group C","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLca0","%dn":"Group C","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Data vencimento"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLcb0","%dn":"Text C","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLcc0","%dn":"Image B"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Header de Tabela"}},"%nm":"Group - Lista de Sessões + Header","%s1":"Group_default_group_","order":2},"bTHAR":{"%p":{"%h":42,"%l":0,"%t":0,"%w":159,"%z":18,"order":3,"fit_height":false,"single_width":false,"min_width_css":"159px","single_height":false,"min_height_css":"42px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTLcg0","%dn":"Group F","%el":{"bTHAU":{"%p":{"%h":119,"%l":0,"%t":0,"%w":267,"%z":2,"%ds":{"%p":{"option_set":"option.meses"},"%x":"AllOptionValue"},"%gt":"option.meses","%sc":"rgba(237,239,241,1)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"auto_fit_row":true,"single_width":false,"min_width_css":"267px","single_height":false,"max_height_css":"100%","min_height_css":"119px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTLch0","%dn":"RepeatingGroup A","%el":{"bTHBG":{"%p":{"%h":40,"%l":32,"%t":0,"%w":0,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"option.meses","%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true,"border_color_bottom":"var(--color_success_default)","border_style_bottom":"solid"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%p":{"component_to_extract":"month"},"%x":"Message","%nm":"extract_from_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"nummes"},"%x":"ElementParent"},"%p":{"%bas":"bgcolor","%bgc":"var(--color_text_default)"},"%x":"State"}},"%x":"Group","id":"bTLci0","%dn":"Group G","%el":{"bTHDN":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":19,"%ds":{"%x":"ElementParent"},"%gt":"option.meses","order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLcm0","%cp":"bTHCe","%dn":"Group M","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"font_weight":"700","single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLcn0","%dn":"Text E","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 2","%s1":"Group_default_group_","order":10},"bTIKg":{"%p":{"%h":40,"%l":10,"%t":10,"%w":20,"%z":20,"%ds":{"%x":"ElementParent"},"%gt":"option.meses","order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLco0","%cp":"bTIKB","%dn":"Group P","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"sum"},"%x":"Message","%nm":"valor1_number"},"%p":{"%co":{"0":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%c2":"equals"},"1":{"%k":"referenciames_text","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%a":2,"%x":"Message","%nm":"truncated_right"},"%p":{"arbitrary_text":{"%e":{"0":"0000","1":{"%n":{"%x":"Message","%nm":"nummes"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":"/","2":{"%n":{"%p":{"component_to_extract":"year"},"%x":"Message","%nm":"extract_from_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%c2":"equals"},"2":{"%k":"tipofinanceiro_option_tipo___receita_despesa","%v":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"receita"},"%x":"OneOptionValue"},"%c2":"equals"}},"%t5":"custom.objetocobranca"},"%x":"Search"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%c2":"equals"},"1":{"%k":"referenciames_text","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%a":2,"%x":"Message","%nm":"truncated_right"},"%p":{"arbitrary_text":{"%e":{"0":"0000","1":{"%n":{"%x":"Message","%nm":"nummes"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":"/","2":{"%n":{"%p":{"component_to_extract":"year"},"%x":"Message","%nm":"extract_from_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.objetocobranca"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%3":{"%e":{"0":"-"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTLcs0","%dn":"Text H","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 4","%s1":"Group_default_group_","order":11},"bTKsQ":{"%p":{"%h":26,"%l":0,"%t":0,"%w":52,"%z":18,"%ds":{"%x":"ElementParent"},"%gt":"option.meses","order":12,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"single_width":false,"min_width_css":"52px","single_height":false,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTLct0","%dn":"Group O","%el":{"bTKsR":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"option.meses","order":5,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"25px","padding_right":4,"single_height":false,"min_height_css":"25px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLcu0","%cp":"bTHAX.elements","%dn":"Group I","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":21,"%z":3,"src":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1690909986446x429959552737697340/Icon%20-%20Arrow%20Left%20-%20Roxo.svg"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","rotation_angle":180,"vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"ab","aspect_ratio_width":5,"aspect_ratio_height":4},"%x":"Image","id":"bTLcy0","%cp":"cmNlg.elements","%dn":"Image F"}},"%nm":"Btn - Abrir","%s1":"Group_group___outline__cac0ff___bg__fff5f5___1_px_","order":9},"bTRsc":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":6,"%ds":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%c2":"equals"},"1":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%a":7,"%x":"Message","%nm":"truncated_right","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":"000000000000000000000000000000000000000000","1":{"%n":{"%x":"Message","%nm":"nummes","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":"/","3":{"%n":{"%p":{"component_to_extract":"year"},"%x":"Message","%nm":"extract_from_date","is_slidable":true},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false},"4":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.cobrancaboleto"},"%x":"Search"},"%gt":"custom.cobrancaboleto","order":1,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"arquivonf_file","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"arquivoboleto_file","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTRsX","%dn":"Group N","%el":{"bTRsd":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":5,"%bc":"rgba(var(--color_primary_default_rgb), 0.6)","%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.cobrancaboleto","%iv":false,"%bas":"bgcolor","%bgc":"rgba(var(--color_primary_default_rgb), 0.1)","%bos":"solid","order":1,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"25px","padding_right":4,"single_height":false,"min_height_css":"25px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"arquivonf_file","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTRsA","%cp":"bTLct0","%dn":"Group B","%el":{"bTRsM":{"%p":{"%3":{"%e":{"0":"NF"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":21,"%fa":"center","%fc":"var(--color_primary_default)","order":2,"fit_height":false,"font_family":"Ropa Sans","font_weight":"700","single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"ab","aspect_ratio_width":5,"aspect_ratio_height":4},"%x":"Text","id":"bTRsK","%cp":"bTRsA","%dn":"Text J"}},"%nm":"Btn - NF","order":9},"bTRse":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":5,"%bc":"rgba(var(--color_primary_default_rgb), 0.6)","%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.cobrancaboleto","%iv":false,"%bas":"bgcolor","%bgc":"rgba(var(--color_primary_default_rgb), 0.1)","%bos":"solid","order":2,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"25px","padding_right":4,"single_height":false,"min_height_css":"25px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"arquivoboleto_file","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTRsQ","%cp":"bTLct0","%dn":"Group H","%el":{"bTRsM":{"%p":{"%h":16,"%l":0,"%t":0,"%w":21,"%9i":"fa fa-barcode","%ic":"var(--color_primary_default)","order":2,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start","title_attribute":{"%e":{"0":"Boleto"},"%x":"TextExpression"},"nonant_alignment":"ab","aspect_ratio_width":5,"aspect_ratio_height":4},"%x":"Icon","id":"bTRsS","%cp":"bTRsA","%dn":"Icon A"}},"%nm":"Btn - Boleto","order":9}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":20,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"option.meses","order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"20%","single_height":false,"min_height_css":"40px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLdE0","%dn":"Group G","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"diavencimento_number"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"2":"/","3":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"nummes","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%n":{"%a":1,"%n":{"%p":{"%ft":"custom","custom_format":"mm/yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"plus_months","is_slidable":false},"%x":"Message","%nm":"change_month","is_slidable":false},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false},"4":"","6":""},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLdF0","%dn":"Text F","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Conteúdo da Celula"}},"%nm":"RG - Participantes"}},"%nm":"Container - Lista de inscritos","%s1":"Group_default_group_"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%s1":"Group_group___branco___8_border___sem_sombra_"},"bTKHM0":{"%p":{"%h":440,"%l":0,"%t":0,"%w":1216,"%z":13,"%iv":false,"order":3,"fit_width":true,"fit_height":true,"single_width":false,"max_width_css":"250px","min_width_css":"250px","single_height":false,"min_height_css":"440px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%x":"Group","id":"bTLdG0","%cp":"bTHkj.elements","%dn":"Group K","%el":{"bTIWI":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"order":1,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":8,"border_roundness_right":8,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTLdK0","%dn":"Group K","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Filtros"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLdL0","%dn":"Text D","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"}},"%nm":"Group - Header"},"bTIZp":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":false,"%bgc":"rgba(123, 97, 255, 1)","%bos":"none","order":5,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_left":24,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":24,"min_width_css":"0px","padding_right":16,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLdM0","%cp":"bTIWM.elements","%dn":"Group K","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTLdQ0","%dn":"Group K","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1664981359662x117398651872021580/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLdR0","%dn":"Image C"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Download relatório"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLdS0","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Download Relatório","order":2}},"%nm":"Group - Filtro","%s1":"Group_group___branco___8_border___sem_sombra_","order":2},"bTLbO0":{"%p":{"%h":328,"%l":-224.97723388671875,"%t":156,"%w":400,"%z":15,"%3f":"top","%ci":"bTITg","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"600px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLdW0","%dn":"P - Novo Paciente A","custom_definition_name":"P - Novo Paciente"}},"%wf":{"bTHhE":{"%p":{"%ei":"bTLcu0","event_color":"green"},"%x":"ButtonClicked","id":"bTLdX0","actions":{"0":{"%p":{"%v":{"%x":"ElementParent"},"%ei":"bTLbY0","custom_state":"custom.mesabrir_"},"%x":"SetCustomState","id":"bTLhS0"}}},"bTRsk":{"%p":{"%ei":"bTRsA","event_color":"green"},"%x":"ButtonClicked","id":"bTRsi","actions":{"0":{"%p":{"AAD":{"%e":{"0":{"%n":{"%x":"Message","%nm":"arquivonf_file","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"1526912550459x175937239475814400-AAC","id":"bTRso"}}},"bTRsu":{"%p":{"%ei":"bTRsQ","event_color":"green"},"%x":"ButtonClicked","id":"bTRsp","actions":{"0":{"%p":{"AAD":{"%e":{"0":{"%n":{"%x":"Message","%nm":"arquivoboleto_file","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"1526912550459x175937239475814400-AAC","id":"bTRsv"}}}},"%p":{"%h":591,"%l":0,"%t":0,"%w":1216,"%br":8,"%et":"Group","%bas":"none","use_gap":true,"column_gap":24,"min_width_px":0,"default_width":1216,"min_height_px":440,"single_height":true,"min_height_css":"200px","element_version":5,"container_layout":"row","responsive_version":1},"%x":"CustomDefinition","id":"bTLbY0","%nm":"G - Financeiro por Mes - Clinica","custom_states":{"mesabrir_":{"%d":"mesAbrir","%v":"option.meses","make_static":true}}},"bTLek0":{"%p":{"%h":440,"%w":0,"%z":11,"%et":"Group","%gt":"option.meses","order":4,"fit_width":false,"fit_height":false,"min_width_px":0,"default_width":950,"min_height_px":500,"vert_alignment":"stretch","element_version":4,"horiz_alignment":"stretch","container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTLeg0","%el":{"bTPwO":{"%p":{"%h":284,"%l":-1000,"%t":156,"%w":1000,"%z":11,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTPwJ","%dn":"P - Loading A"},"bTLer0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"option.meses","order":1,"use_gap":true,"column_gap":14,"fit_height":true,"padding_left":32,"single_width":false,"min_width_css":"0px","padding_right":32,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":16,"border_roundness_right":16,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTLel0","%cp":"bTLeg0","%dn":"Group A","%el":{"bTPvq":{"%p":{"%h":26,"%l":0,"%t":0,"%w":52,"%z":23,"%br":3,"%gt":"custom.solicitacaolaudo","%iv":false,"%bgc":"var(--color_primary_default)","order":7,"use_gap":true,"fit_width":true,"column_gap":9,"fit_height":true,"padding_left":12,"single_width":false,"min_width_css":"52px","padding_right":12,"single_height":false,"min_height_css":"40px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":false,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"collapse_when_hidden":true,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"center"},"%x":"Group","id":"bTPvg","%cp":"bTLel0","%dn":"Group C","%el":{"bTIGO":{"%p":{"%3":{"%e":{"0":"Download Planilha"},"%x":"TextExpression"},"%f":"Inter:::500","%h":11,"%l":0,"%t":0,"%w":33,"%z":4,"%fc":"rgba(255,255,255,1)","%fs":14,"%vc":true,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTPvl","%cp":"bTIFX","%dn":"Text D","order":3},"bTIyV1":{"%p":{"%h":9,"%l":22,"%t":7,"%w":9,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1678224180083x520437852986370700/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTPvm","%dn":"Image B","%s1":"Image_standard_image_"}},"order":2},"bTPvw":{"%p":{"%h":0,"%l":0,"%t":24,"%w":0,"%z":24,"%ds":{"%x":"ElementParent"},"%gt":"option.meses","order":2,"use_gap":true,"column_gap":14,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTPvr","%dn":"Group D","%el":{"bTPvx":{"%p":{"%3":{"%e":{"0":"Laudos de [b]","1":{"%n":{"%x":"Message","%nm":"display"},"%x":"ElementParent"},"2":"[/b]"},"%x":"TextExpression"},"%h":16,"%l":-32,"%t":0,"%w":107,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLeq0","%dn":"Text A","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"},"bTPvy":{"%p":{"%3":{"%e":{"0":"<-"},"%x":"TextExpression"},"%h":16,"%l":-32,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLgu0","%cp":"bTLel0","%dn":"Text C","%s1":"Text_inter___600___24____3d3080___1_line_spacing_"},"bTPyk":{"%p":{"%h":200,"%l":-200,"%t":45,"%w":200,"%z":26,"%3f":"top","%ci":"bTPxc","order":3,"max_width":100,"min_width":0,"fit_height":true,"single_width":true,"min_width_css":"0px","single_height":true,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTPye","%dn":"G - Criar PDF Fin - Clini A"}},"%s1":"Group_default_group_"},"bTPys":{"%p":{"%h":26,"%l":10,"%t":10,"%w":52,"%z":23,"%br":3,"%gt":"custom.solicitacaolaudo","%iv":false,"%bgc":"var(--color_primary_default)","order":8,"use_gap":true,"fit_width":true,"column_gap":9,"fit_height":true,"padding_left":12,"single_width":false,"min_width_css":"52px","padding_right":12,"single_height":false,"min_height_css":"40px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":false,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"collapse_when_hidden":true,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTLgA0"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTPyl","%cp":"bTLel0","%dn":"Group E","%el":{"bTIGO":{"%p":{"%3":{"%e":{"0":"Download PDF"},"%x":"TextExpression"},"%f":"Inter:::500","%h":11,"%l":0,"%t":0,"%w":33,"%z":4,"%fc":"rgba(255,255,255,1)","%fs":14,"%vc":true,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTPyq","%cp":"bTIFX","%dn":"Text E","order":3},"bTIyV1":{"%p":{"%h":9,"%l":22,"%t":7,"%w":9,"%z":5,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1678224180083x520437852986370700/Icon%20-%20Download%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTPyr","%dn":"Image C","%s1":"Image_standard_image_"}},"order":2}},"%nm":"Group - Header"},"bTLgi0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":1216,"%z":10,"%iv":true,"order":2,"fit_width":false,"fit_height":false,"margin_left":0,"padding_top":24,"margin_right":0,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%x":"Group","id":"bTLes0","%cp":"bTLeg0","%dn":"Group B","%el":{"bTGzW":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":17,"order":1,"use_gap":true,"column_gap":24,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTLex0","%cp":"bTGyu.elements","%dn":"Group B","%el":{"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTLey0","%dn":"Group B","%el":{"cmODk0":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search"},"%ps":{"%e":{"0":"pesquise por paciente..."},"%x":"TextExpression"},"order":2,"fit_height":false,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTLfC0","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa - Laudo","%s1":"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLfD0","%dn":"Image A"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHAC":{"%p":{"%h":15,"%l":0,"%t":0,"%w":39,"%z":17,"order":2,"use_gap":true,"fit_height":true,"padding_top":16,"single_width":false,"min_width_css":"39px","single_height":false,"min_height_css":"15px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTLfE0","%cp":"bTGyu.elements","%dn":"Group B","%el":{"cmObl":{"%p":{"%h":40,"%l":0,"%t":0,"%w":920,"%z":2,"%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true},"%x":"Group","id":"bTLfI0","%dn":"Group B","%el":{"bTHDM":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":15,"order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfJ0","%cp":"bTHCR","%dn":"Group B","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfK0","%dn":"Group B","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Paciente"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLfO0","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLfP0","%dn":"Image A"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy","%s1":"Group_default_group_","order":10},"bTJvm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":18,"order":7,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfQ0","%cp":"bTHnM","%dn":"Group B","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfU0","%dn":"Group B","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Valor a pagar [color=#800000](R$ [fa]caret-up[/fa])[/color]"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLfV0","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLfW0","%dn":"Image A"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 13","%s1":"Group_default_group_","order":13},"bTJxh":{"%p":{"%h":40,"%l":10,"%t":10,"%w":0,"%z":19,"order":9,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfa0","%cp":"bTHnM","%dn":"Group B","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfb0","%dn":"Group B","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Laudado por"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLfc0","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLfg0","%dn":"Image A"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 3","%s1":"Group_default_group_","order":14},"bTKAh":{"%p":{"%h":40,"%l":10,"%t":10,"%w":0,"%z":20,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfh0","%cp":"bTJyu","%dn":"Group B","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfi0","%dn":"Group B","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Data"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLfm0","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLfn0","%dn":"Image A"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela copy 6","%s1":"Group_default_group_","order":10},"bTKBN":{"%p":{"%h":21,"%l":832,"%t":7,"%w":26,"%iv":false,"order":11,"fit_height":true,"single_width":true,"min_width_css":"17px","single_height":false,"min_height_css":"21px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%x":"Group","id":"bTLfo0","%dn":"Group B","%s1":"Group_default_group_"},"cmObm":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":4,"order":10,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"110px","min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLfs0","%dn":"Group B","%el":{"cmObc":{"%p":{"%h":90,"%l":0,"%t":0,"%w":33,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"40px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLft0","%dn":"Group B","%el":{"cmObV":{"%p":{"%3":{"%e":{"0":"Status"},"%x":"TextExpression"},"%h":11,"%l":0,"%t":0,"%w":33,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLfu0","%dn":"Text B","%s1":"Text_inter___500___14____808080___1_line_spacing___centered_vertical_"},"cmObY":{"%p":{"%h":13,"%l":0,"%t":0,"%w":7,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657735255263x518838634255876400/%F4%80%86%8F%20%281%29.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"7px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLfy0","%dn":"Image A"}},"%nm":"Group - TÃtulo","%s1":"Group_default_group_"}},"%nm":"Group - Item de Tabela","%s1":"Group_default_group_"}},"%nm":"Group - Header de Tabela"}},"%nm":"Group - Lista de Sessões + Header","%s1":"Group_default_group_","order":2},"bTHAR":{"%p":{"%h":42,"%l":0,"%t":0,"%w":159,"%z":18,"order":3,"fit_height":false,"single_width":false,"min_width_css":"159px","single_height":false,"min_height_css":"42px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTLfz0","%dn":"Group B","%el":{"bTHAU":{"%p":{"%h":119,"%l":0,"%t":0,"%w":267,"%z":2,"%ds":{"%p":{"%co":{"0":{"%k":"paciente_custom_colaborador1","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLfC0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":"equals"},"1":{"%k":"referenciames_text","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%a":2,"%x":"Message","%nm":"truncated_right"},"%p":{"arbitrary_text":{"%e":{"0":"000","1":{"%n":{"%n":{"%x":"Message","%nm":"nummes"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLeg0"},"%x":"GetElement"},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":"/","2":{"%n":{"%p":{"component_to_extract":"year"},"%x":"Message","%nm":"extract_from_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%c2":"equals"},"2":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%c2":"equals"}},"%d2":true,"%sf":"dataemissao_date","%t5":"custom.laudo","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.laudo","%sc":"rgba(237,239,241,1)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"267px","single_height":false,"max_height_css":"100%","min_height_css":"119px","horiz_alignment":"flex-start","container_layout":"row","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTLgA0","%dn":"RepeatingGroup A","%el":{"bTJxU":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","%bas":"none","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTLgE0","%dn":"Group B","%el":{"bTJxV":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","%bas":"none","order":1,"use_gap":true,"fit_width":false,"column_gap":8,"fit_height":true,"margin_left":32,"margin_right":32,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(107, 107, 107, 0)","border_style_left":"none","four_border_style":true,"border_color_bottom":"var(--color_success_default)","border_style_bottom":"solid"},"%x":"Group","id":"bTLgF0","%dn":"Group B","%el":{"bTHDN":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":19,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":3,"row_gap":2,"use_gap":true,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"column","container_vert_alignment":"center","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLgG0","%cp":"bTHCe","%dn":"Group B","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"paciente_custom_colaborador1"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLgK0","%dn":"Text B","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"},"bTKBf":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":14,"%l":10,"%t":10,"%w":39,"%z":3,"%fc":"var(--color_surface_default)","%fs":11,"order":2,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLgL0","%cp":"bTJzT","%dn":"Text B","order":2}},"%nm":"Group - Item de Tabela copy 2","%s1":"Group_default_group_","order":10},"bTHNM":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":20,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":8,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLgM0","%cp":"bTHMg","%dn":"Group B","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"medico_user"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLgQ0","%dn":"Text B","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 4","%s1":"Group_default_group_","order":11},"bTJwl":{"%p":{"%h":40,"%l":0,"%t":0,"%w":0,"%z":23,"%ds":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"tipofinanceiro_option_tipo___receita_despesa","%v":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"receita"},"%x":"OneOptionValue"},"%c2":"equals"},"1":{"%k":"laudoid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idlaudo_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.objetocobranca"},"%x":"Search"},"%gt":"custom.objetocobranca","order":6,"use_gap":true,"fit_width":false,"column_gap":7,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLgR0","%cp":"bTHne","%dn":"Group B","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"valor1_number"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"valorinicial_number"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"valor1_number"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"2":" [size=1][s]","3":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"valorinicial_number"},"%x":"ElementParent"},"4":"[/s][/size]"},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTLgS0","%dn":"Text B","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 15","%s1":"Group_default_group_","order":14},"bTJxi":{"%p":{"%h":40,"%l":10,"%t":10,"%w":0,"%z":24,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":9,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"110px","min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLgW0","%cp":"bTHne","%dn":"Group B","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"Cancelado"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Ativo"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"%fc":"rgba(40,149,78,1)","%fs":13,"order":1,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"11px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"},"%p":{"%fc":"var(--color_destructive_default)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"solicitacaocancelamentoatual_custom_solicitacaocancelamento"},"%x":"ElementParent"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"Canc. solicitado"},"%x":"TextExpression"},"%fc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Text","id":"bTLgX0","%dn":"Text B"}},"%nm":"Group - Item de Tabela copy 5","%s1":"Group_default_group_","order":15},"bTKAi":{"%p":{"%h":40,"%l":10,"%t":10,"%w":0,"%z":25,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","order":4,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0%","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-start"},"%x":"Group","id":"bTLgY0","%cp":"bTJzS","%dn":"Group B","%el":{"bTHBH":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy - HH:MM"},"%x":"Message","%nm":"format_date"},"%x":"Message","%nm":"dataemissao_date"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":14,"%l":0,"%t":0,"%w":39,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"33px","single_height":false,"min_height_css":"11px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLgc0","%dn":"Text B","%s1":"Text_inter___500___12____4e5b76___1_line_spacing_"}},"%nm":"Group - Item de Tabela copy 7","%s1":"Group_default_group_","order":10},"bTKAp":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":19,"%bc":"var(--color_destructive_default)","%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.laudo","%iv":false,"%bas":"bgcolor","%bgc":"rgba(var(--color_destructive_default_rgb), 0.65)","%bos":"solid","order":10,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"0px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"solicitacaocancelamentoatual_custom_solicitacaocancelamento"},"%x":"ElementParent"},"%p":{"%bc":"rgba(231,231,231,0)","%bgc":"rgba(var(--color_text_default_rgb), 0)","button_disabled":true},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"},"%p":{"%bc":"rgba(231,231,231,1)","%bgc":"var(--color_text_default)","button_disabled":true},"%x":"State"}},"%x":"Group","id":"bTLgd0","%cp":"bTJzS","%dn":"Group B","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%9i":"cancel","%ic":"rgba(255,255,255,1)","order":1,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","title_attribute":{"%e":{"0":"Solicitar cancelamento"},"%x":"TextExpression"},"nonant_alignment":"ab"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"solicitacaocancelamentoatual_custom_solicitacaocancelamento"},"%x":"ElementParent"},"%p":{"%9i":"timer","%ic":"var(--color_primary_default)","title_attribute":{"%e":{"0":"Aguardando resposta"},"%x":"TextExpression"}},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"iscancelado__boolean"},"%x":"ElementParent"},"%p":{"%ic":"var(--color_primary_contrast_default)","title_attribute":{"%e":{"0":"Laudo cancelado"},"%x":"TextExpression"}},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTLge0","%cp":"cmNlg.elements","%dn":"MaterialIcon A"}},"%nm":"Btn - Solicitar Cancelamento","order":11}},"%nm":"Group - Conteúdo da Celula"}},"%s1":"Group_default_group_"}},"%nm":"RG - Participantes"}},"%nm":"Container - Lista de inscritos","%s1":"Group_default_group_"}},"%nm":"Group - Relatórios","%s1":"Group_default_group_"}},"%nm":"G - Lista Financeira Laudos - ClÃnica","%wf":{"bTPwE":{"%p":{"%ei":"bTPvg","event_color":"green"},"%x":"ButtonClicked","id":"bTPwC","actions":{"0":{"%p":{"%ei":"bTPwJ","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTPwU"},"1":{"%p":{"AAG":"[row]","AAH":"[col]","AAI":{"%e":{"0":{"%n":{"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"1":"[col]","2":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"idempresa_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"empresaid_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.empresa"},"%x":"Search"},"3":"[col]","4":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd mmm, yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"dataemissao_date","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"5":"[col]","6":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"7":"[col]","8":{"%n":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"valor1_number","is_slidable":false},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"tipofinanceiro_option_tipo___receita_despesa","%v":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"receita"},"%x":"OneOptionValue"},"%c2":"equals"},"1":{"%k":"laudoid_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idlaudo_text","is_slidable":false},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTLgA0"},"%x":"GetElement","is_slidable":false},"%c2":"in"}},"%t5":"custom.objetocobranca"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"9":""},"%x":"TextExpression"},"delimiter":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"%co":{"0":{"%k":"referenciames_text","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%a":2,"%x":"Message","%nm":"truncated_right"},"%p":{"arbitrary_text":{"%e":{"0":"000","1":{"%n":{"%n":{"%x":"Message","%nm":"nummes"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLeg0"},"%x":"GetElement"},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":"/","2":{"%n":{"%p":{"component_to_extract":"year"},"%x":"Message","%nm":"extract_from_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"},"%c2":"equals"}},"%d2":true,"%sf":"dataemissao_date","%t5":"custom.laudo","ignore_empty_constraints":true},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AAJ":{"%e":{"0":"Nome[col]Empresa[col]Data[col]Exame[col]Valor"},"%x":"TextExpression"},"AAK":"Financeiro","AAN":"CSV Table"},"%x":"1631818528605x812939911340228600-AAF","id":"bTPwc"},"2":{"%p":{"AAW":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"file"},"%p":{"%ai":"bTPwc"},"%x":"PreviousStep","is_slidable":false},"2":""},"%x":"TextExpression"},"AAY":{"%e":{"0":"Financeiro-","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%a":2,"%x":"Message","%nm":"truncated_right"},"%p":{"arbitrary_text":{"%e":{"0":"000","1":{"%n":{"%n":{"%x":"Message","%nm":"nummes"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLeg0"},"%x":"GetElement"},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":"-","2":{"%n":{"%p":{"component_to_extract":"year"},"%x":"Message","%nm":"extract_from_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="},"2":".xlsx"},"%x":"TextExpression"}},"%x":"1631818528605x812939911340228600-AAV","id":"bTPwh"},"3":{"%p":{"%ei":"bTPwJ","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTPwQ"}}},"bTPyy":{"%p":{"%ei":"bTPyl","event_color":"green"},"%x":"ButtonClicked","id":"bTPyw","actions":{"0":{"%p":{"%ei":"bTPye","arguments":{"0":{"param_id":"bTPxv","arg_value":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"mesreferencia_text","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%a":2,"%x":"Message","%nm":"truncated_right"},"%p":{"arbitrary_text":{"%e":{"0":"000","1":{"%n":{"%n":{"%x":"Message","%nm":"nummes"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLeg0"},"%x":"GetElement"},"2":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":"/","2":{"%n":{"%p":{"component_to_extract":"year"},"%x":"Message","%nm":"extract_from_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false},"%c2":"equals"},"2":{"%k":"tipofinanceiro_option_tipo___receita_despesa","%v":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"receita"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"}},"%t5":"custom.pastafinanceira"},"%x":"Search"}}},"custom_event":"bTSYO0"},"%x":"TriggerCustomEventFromReusable","id":"bTPzD"}}},"bTLgq0":{"%p":{"%ei":"bTLgd0","event_color":"green"},"%x":"ButtonClicked","id":"bTLgj0"},"bTLhC0":{"%p":{"%ei":"bTLgu0","event_color":"green"},"%x":"ButtonClicked","id":"bTLhA0","actions":{"0":{"%p":{"%v":true,"%ei":"bTLeg0","custom_state":"custom.isfechar__"},"%x":"SetCustomState","id":"bTLhG0"}}}},"custom_states":{"isfechar__":{"%d":"isFechar?","%v":"boolean","make_static":true}}},"bTQNU":{"%el":{"cmRLV":{"%p":{"%h":72,"%l":0,"%t":0,"%w":75,"%z":14,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":2,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"75%","padding_right":24,"single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTQLn","%cp":"cmRJF.elements","%dn":"Group D","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Novo tutorial"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTQLo","%dn":"Text J","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmREi":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":6,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":6,"fit_height":true,"margin_right":0,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTQLs","%cp":"cmREY.elements","%dn":"Image B","%nm":"Btn - Fechar","order":4}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":15},"cmRNJ":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%br":16,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","%bas":"bgcolor","order":5,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","padding_bottom":24,"horiz_alignment":"flex-start","container_layout":"column","four_border_style":true,"border_roundness_left":16,"border_roundness_bottom":16},"%x":"Group","id":"bTQLt","%dn":"Group P","%el":{"cmRNQ":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":6,"use_gap":true,"column_gap":11,"fit_height":true,"padding_top":24,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"flex-end"},"%x":"Group","id":"bTQLu","%cp":"cmRNH.elements","%dn":"Group Q","%el":{"cmRIP":{"%p":{"%3":{"%e":{"0":"Cancelar"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":144,"order":1,"fit_height":true,"margin_left":0,"single_width":true,"min_width_css":"144px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTQLy","%cp":"cmRGq.elements","%dn":"Button A","%nm":"Btn - Cancelar","%s1":"Button_btn___outline___cancelar_","order":2},"cmRNR":{"%p":{"%3":{"%e":{"0":"Cadastrar"},"%x":"TextExpression"},"%h":35,"%l":23,"%t":62,"%w":153,"order":2,"fit_height":true,"fixed_width":true,"single_width":true,"min_width_css":"197px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTQMX"},"%x":"GetElement"},"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTQMi"},"%x":"GetElement"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTQMM"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"Salvar"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Button","id":"bTQLz","%cp":"cmMZe.elements","%dn":"Button B","%nm":"Btn - Cadastrar - Popup Cadastrar Categoria Cobertura","%s1":"Button_btn___roxo___padr_o___16px_","undefined":{"%p":{"arbitrary_text":{"%e":{"0":"Parabéns! O afiliado [b]","1":{"%n":{"%x":"Message","%nm":"nome_text"},"%p":{"%ai":"cmMcc"},"%x":"PreviousStep"},"2":"[/b] foi cadastrado com sucesso com o ID de Afiliado [b]","3":{"%n":{"%x":"Message","%nm":"id_text"},"%p":{"%ai":"cmMcc"},"%x":"PreviousStep"},"4":"[/b].\\n\\nUm email de definição de senha foi enviado ao email [b]","5":{"%n":{"%x":"Message","%nm":"email"},"%p":{"%ai":"cmMcc"},"%x":"PreviousStep"},"6":"[/b]"},"%x":"TextExpression"}}}}},"%nm":"Group - Botões","%s1":"Group_default_group_","order":3},"cmUUk":{"%p":{"%h":0,"%l":24,"%t":24,"%w":0,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTQMA","%dn":"Group B","%el":{"cmUUl":{"%p":{"%h":324,"%l":-24,"%t":-24,"%w":363,"%br":16,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","%bas":"bgcolor","order":1,"row_gap":24,"use_gap":true,"fit_height":true,"single_width":false,"max_width_css":"352px","min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTQME","%dn":"Group E","%el":{"bTQNx":{"%p":{"%h":28,"%l":30,"%t":30,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":7,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"admin"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"custom.tipo_","is_slidable":false},"%p":{"%ei":"bTQLm"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQNl","%cp":"bTQME","%dn":"Group I","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQNq","%dn":"Group I","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Módulo relacionado"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQNr","%dn":"Text E","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","fit_height":true,"margin_top":7,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQNs","%dn":"Group I","%el":{"cmULF":{"%p":{"%f":"var(--font_default):::400","%h":15,"%l":12.5,"%t":18,"%w":5,"%z":2,"%bc":"rgba(var(--color_text_default_rgb), 0.15)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"moduloadmin_option_menu","is_slidable":false},"%x":"ElementParent"},"%ds":{"%p":{"option_set":"option.menu"},"%x":"AllOptionValue","is_slidable":false},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bos":"none","order":1,"fit_height":false,"font_family":"var(--font_default)","font_weight":"400","padding_top":6,"dynamic_type":"option.menu","padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"5px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","placeholder_color":"rgba(var(--color_text_default_rgb), 0.36)","option_display_expression":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue"},"2":""},"%x":"TextExpression"}},"%s":{"bTGmg0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"bTGmh0":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"bTGmm0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_destructive_default)"},"%x":"State"}},"%x":"Dropdown","id":"bTQNw","%dn":"Dropdown C","%nm":"Dropdown - Modulo - Admin"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Modulo Admin","%s1":"Group_default_group_","order":12},"bTQOn":{"%p":{"%h":28,"%l":40,"%t":40,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":8,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"staff_de_cl_nica"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"custom.tipo_","is_slidable":false},"%p":{"%ei":"bTQLm"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQOb","%cp":"bTQME","%dn":"Group K","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQOg","%dn":"Group K","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Módulo relacionado"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQOh","%dn":"Text G","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","fit_height":true,"margin_top":7,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQOi","%dn":"Group K","%el":{"cmULF":{"%p":{"%f":"var(--font_default):::400","%h":15,"%l":12.5,"%t":18,"%w":5,"%z":2,"%bc":"rgba(var(--color_text_default_rgb), 0.15)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"moduloclinica_option_menu___cl_nica","is_slidable":false},"%x":"ElementParent"},"%ds":{"%p":{"option_set":"option.menu___cl_nica"},"%x":"AllOptionValue","is_slidable":false},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bos":"none","order":1,"fit_height":false,"font_family":"var(--font_default)","font_weight":"400","padding_top":6,"dynamic_type":"option.menu___cl_nica","padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"5px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","placeholder_color":"rgba(var(--color_text_default_rgb), 0.36)","option_display_expression":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue"},"2":""},"%x":"TextExpression"}},"%s":{"bTGmg0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"bTGmh0":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"bTGmm0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_destructive_default)"},"%x":"State"}},"%x":"Dropdown","id":"bTQOm","%dn":"Dropdown D","%nm":"Dropdown - Modulo - Clinica"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Modulo Clinica","%s1":"Group_default_group_","order":12},"bTQPA":{"%p":{"%h":28,"%l":50,"%t":50,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":9,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___user","option_value":"m_dico"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"custom.tipo_","is_slidable":false},"%p":{"%ei":"bTQLm"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQOo","%cp":"bTQME","%dn":"Group L","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQOt","%dn":"Group L","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Módulo relacionado"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQOu","%dn":"Text H","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","fit_height":true,"margin_top":7,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQOy","%dn":"Group L","%el":{"cmULF":{"%p":{"%f":"var(--font_default):::400","%h":15,"%l":12.5,"%t":18,"%w":5,"%z":2,"%bc":"rgba(var(--color_text_default_rgb), 0.15)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"modulomedico_option_menu0","is_slidable":false},"%x":"ElementParent"},"%ds":{"%p":{"option_set":"option.menu0"},"%x":"AllOptionValue","is_slidable":false},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bos":"none","order":1,"fit_height":false,"font_family":"var(--font_default)","font_weight":"400","padding_top":6,"dynamic_type":"option.menu0","padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"5px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","placeholder_color":"rgba(var(--color_text_default_rgb), 0.36)","option_display_expression":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue"},"2":""},"%x":"TextExpression"}},"%s":{"bTGmg0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"bTGmh0":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"},"bTGmm0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"var(--color_destructive_default)"},"%x":"State"}},"%x":"Dropdown","id":"bTQOz","%dn":"Dropdown E","%nm":"Dropdown - Modulo - Medico"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Modulo Medico","%s1":"Group_default_group_","order":12},"cmRLv":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%a":768,"%x":"Message","%nm":"less_than"},"%p":{"%nm":"Current Page Width"},"%x":"PageData"},"%p":{"min_width_css":"100%"},"%x":"State"}},"%x":"Group","id":"bTQMF","%cp":"cmRKw.elements","%dn":"Group H","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQMG","%dn":"Group H","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Nome do vÃdeo"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQMK","%dn":"Text A","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","fit_height":true,"margin_top":7,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQML","%dn":"Group H","%el":{"cmRLw":{"%p":{"%h":80,"%l":0,"%t":0,"%w":0,"%1m":true,"%c1":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"fixed_width":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTQMM","%cp":"cmMZe.elements","%dn":"Input A","%nm":"Input - Nome ","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento","%s1":"Group_default_group_","order":12},"cmUKz":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":4,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%a":768,"%x":"Message","%nm":"less_than"},"%p":{"%nm":"Current Page Width"},"%x":"PageData"},"%p":{"min_width_css":"100%"},"%x":"State"}},"%x":"Group","id":"bTQMQ","%cp":"cmRik","%dn":"Group F","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQMR","%dn":"Group F","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Tipo do tutorial"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQMS","%dn":"Text D","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","fit_height":true,"margin_top":7,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQMW","%dn":"Group F","%el":{"cmULF":{"%p":{"%f":"var(--font_default):::400","%h":15,"%l":12.5,"%t":18,"%w":5,"%z":2,"%bc":"rgba(var(--color_text_default_rgb), 0.15)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"tipo_option_video","is_slidable":false},"%x":"ElementParent"},"%ds":{"%p":{"option_set":"option.video"},"%x":"AllOptionValue","is_slidable":false},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bos":"none","order":1,"fit_height":false,"font_family":"var(--font_default)","font_weight":"400","padding_top":6,"dynamic_type":"option.video","padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"5px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","padding_bottom":6,"vert_alignment":"center","horiz_alignment":"flex-start","placeholder_color":"rgba(var(--color_text_default_rgb), 0.36)","option_display_expression":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue"},"2":""},"%x":"TextExpression"}},"%s":{"bTGmg0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered"},"%x":"ThisElement"},"%x":"State"},"bTGmh0":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%x":"State"},"bTGmm0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%x":"State"}},"%x":"Dropdown","id":"bTQMX","%dn":"Dropdown B","%nm":"Dropdown - Tipo do tutorial"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy 5","%s1":"Group_default_group_","order":12},"cmUTF":{"%p":{"%h":28,"%l":10,"%t":10,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","order":5,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%a":768,"%x":"Message","%nm":"less_than"},"%p":{"%nm":"Current Page Width"},"%x":"PageData"},"%p":{"min_width_css":"100%"},"%x":"State"}},"%x":"Group","id":"bTQMY","%cp":"cmURR","%dn":"Group A","%el":{"cmMkj":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTQMc","%dn":"Group A","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Arquivo"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTQMd","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"cmMkn":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","fit_height":true,"margin_top":7,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTQMe","%dn":"Group A","%el":{"cmRLw":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":0,"%1m":true,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%fa":"left","%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"src":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"arquivo_file","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"fixed_width":true,"font_family":"DM Sans","font_weight":"500","padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"FileInput","id":"bTQMi","%cp":"cmMZe.elements","%dn":"FileUploader A","%nm":"Input - Link do video"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input Nome do evento copy","%s1":"Group_default_group_","order":12}}},"cmUVD":{"%p":{"%h":0,"%l":352,"%t":0,"%w":0,"%z":16,"%ds":{"%x":"ElementParent"},"%gt":"custom.video","%iv":true,"order":2,"fit_height":true,"margin_left":16,"padding_left":16,"single_width":false,"min_width_css":"0px","single_height":false,"animation_type":"slide_horiz","min_height_css":"0px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","border_color_left":"rgba(237, 239, 241, 1)","border_style_left":"solid","four_border_style":true,"collapse_animation":true,"collapse_when_hidden":true},"%x":"Group","id":"bTQMj","%dn":"Group C","%el":{"bTQOD":{"%p":{"%h":280,"%l":111,"%t":111,"%w":280,"%z":16,"%br":10,"%bas":"bgcolor","%bgc":"var(--color_text_default)","order":2,"row_gap":5,"use_gap":true,"fit_height":true,"single_width":false,"single_height":false,"vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true,"container_vert_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQMi"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQNy","%dn":"Group J","%el":{"bTQOJ":{"%p":{"%h":80,"%l":49,"%t":195,"%w":80,"%9i":"fa fa-eye-slash","%ic":"var(--color_primary_contrast_default)","order":1,"fit_height":false,"single_width":true,"min_width_css":"50px","single_height":true,"min_height_css":"50px","horiz_alignment":"center"},"%x":"Icon","id":"bTQOE","%dn":"Icon A"},"bTQOQ":{"%p":{"%3":{"%e":{"0":"Preview"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fc":"var(--color_primary_contrast_default)","%fs":18,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"center","nonant_alignment":"bc"},"%x":"Text","id":"bTQOO","%cp":"bTQNy","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - Empty Preview","%s1":"Group_default_group_"},"bTQOa":{"%p":{"%h":0,"%l":0,"%t":0,"%w":70,"%z":3,"%br":8,"%ht":{"%e":{"0":"<iframe class=\\"zoom_response\\" src=\\"","1":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQMi"},"%x":"GetElement","is_slidable":false},"2":"\\" allow=\\"microphone; camera\\" width=\\"100%\\" height=\\"100%\\"></iframe>"},"%x":"TextExpression"},"%iv":false,"%ph":0,"%pv":0,"%u2":false,"order":1,"fit_height":false,"padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"70px","padding_right":0,"single_height":false,"max_height_css":"100%","min_height_css":"0px","padding_bottom":0,"vert_alignment":"stretch","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQMi"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"HTML","id":"bTQOU","%cp":"bTQLt","%dn":"HTML A","order":1}},"%s1":"Group_default_group_"}},"%s1":"Group_default_group_"}}}},"%wf":{"cmMaK":{"%p":{"%ei":"bTQLz","event_color":"green"},"%x":"ButtonClicked","id":"bTQMo","actions":{"0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%i2":{"0":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTQMM"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"idvideo_text","%v":{"%e":{"0":"TUT","1":{"%p":{"length":17,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"moduloadmin_option_menu","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQNw"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"3":{"%k":"moduloclinica_option_menu___cl_nica","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQOm"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"4":{"%k":"modulomedico_option_menu0","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQOz"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"5":{"%k":"ordem_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"6":{"%k":"tipo_option_video","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQMX"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"7":{"%k":"tipouser_option_tipo___user","%v":{"%n":{"%x":"Message","%nm":"custom.tipo_","is_slidable":false},"%p":{"%ei":"bTQLm"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"8":{"%k":"urlvideo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQMi"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"9":{"%k":"arquivo_file","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQMi"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.video"},"%x":"NewThing","id":"bTQMp"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"ElementParent"},"%cs":{"0":{"%k":"nome_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTQMM"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"urlvideo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTQMi"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"moduloadmin_option_menu","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQNw"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"3":{"%k":"moduloclinica_option_menu___cl_nica","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQOm"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"4":{"%k":"modulomedico_option_menu0","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQOz"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"5":{"%k":"tipo_option_video","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQMX"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"6":{"%k":"arquivo_file","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQMi"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTQMq"},"2":{"%x":"ResetInputs","id":"bTQMu"},"3":{"%p":{"%v":{"%p":{"%ai":"bTQMp"},"%x":"PreviousStep"},"%ei":"bTQLm","custom_state":"custom.categoriacriada_"},"%x":"SetCustomState","id":"bTQMv"},"4":{"%p":{"%ei":"bTQLm"},"%x":"HideElement","id":"bTQMw"}}},"cmMbU":{"%p":{"%ei":"bTQLs","event_color":"green"},"%x":"ButtonClicked","id":"bTQNA","actions":{"0":{"%p":{"%ei":"bTQLm"},"%x":"HideElement","id":"bTQNB"}}},"cmQFZ":{"%p":{"%ei":"bTQLm","event_color":"blue"},"%x":"PopupOpened","id":"bTQNC"},"cmQFe":{"%p":{"%ei":"bTQLm","event_color":"blue"},"%x":"PopupClosed","id":"bTQNI","actions":{"0":{"%p":{"%ei":"bTQLm"},"%x":"ResetGroup","id":"bTQNM"}}}},"%p":{"%h":703,"%l":0,"%t":0,"%w":750,"%br":16,"%et":"Popup","%gt":"custom.video","%bas":"none","use_gap":true,"min_width":65,"column_gap":24,"max_width_px":865,"min_width_px":865,"default_width":865,"min_height_px":55,"element_version":5,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTQLm","%nm":"P - Novo Tutorial","custom_states":{"tipo_":{"%d":"tipoUser","%v":"option.tipo___user","make_static":true},"categoriacriada_":{"%d":"videoCriado","%v":"custom.video","make_static":true}}},"bTHEB":{"%el":{"bTIlf":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":8,"%iv":false,"order":12,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isredirect__"},"%p":{"%ei":"bTHDQ"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHDU","%cp":"bTHCR.elements","%dn":"Group B","%el":{"cmNUK1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":0,"%z":7,"order":2,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHDV","%dn":"Group B","%el":{"bTIlg":{"%p":{"%3":{"%e":{"0":"Acessar painel"},"%x":"TextExpression"},"%h":4,"%l":68,"%t":20,"%w":9,"%z":3,"order":3,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHDT","%dn":"Text C","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%nm":"Btn - Voltar ao site","%s1":"Group_group___roxo___8_border___2px_"}},"%nm":"Group - Botões Redirect","%s1":"Group_default_group_","order":13},"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%iv":false,"order":13,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isfechavel__"},"%p":{"%ei":"bTHDQ"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHDX","%dn":"Group F","%el":{"bTIlW":{"%p":{"%3":{"%e":{"0":"Voltar"},"%x":"TextExpression"},"%h":15,"%l":0,"%t":0,"%w":0,"%z":8,"order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"15px","vert_alignment":"stretch","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHDY","%dn":"Button B","%nm":"Btn - Cancelar","%s1":"Button_btn___outline___cancelar_"},"cmNUK1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":0,"%z":7,"order":2,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHDW","%dn":"Group I","%el":{"bTIlT":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHDa","%dn":"Group J","%el":{"bTIlU":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1655321730605x228927799922829000/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHDb","%dn":"Image B"},"bTIlV":{"%p":{"%3":{"%e":{"0":"Entendi"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":3,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHDZ","%dn":"Text E","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Salvar","%s1":"Group_group___roxo___8_border___2px_"}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"cmNTx1":{"%p":{"%h":160,"%l":0,"%t":0,"%w":400,"%z":7,"order":3,"row_gap":8,"use_gap":true,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"100px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHDd","%dn":"Group G","%el":{"cmPhK1":{"%p":{"%h":100,"%l":0,"%t":0,"%w":100,"%z":2,"%br":3600,"%bas":"bgcolor","%bgc":"rgba(233, 249, 242, 1)","order":1,"fit_height":true,"single_width":true,"min_width_css":"100px","single_height":false,"min_height_css":"100px","horiz_alignment":"center","container_layout":"relative"},"%x":"Group","id":"bTHDe","%dn":"Group A","%el":{"cmPhN1":{"%p":{"%h":40,"%l":0,"%t":0,"%w":40,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1658776799782x139357112714074910/Icon%20-%20Check%20Thin%20-%20%2323BE7D.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"40px","single_height":true,"min_height_css":"40px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Image","id":"bTHDc","%dn":"Image A"}}},"cmPhQ1":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.titulo_"},"%p":{"%ei":"bTHDQ"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":37,"%l":0,"%t":0,"%w":60,"%z":3,"order":2,"fit_height":true,"single_width":false,"min_width_css":"60px","single_height":false,"min_height_css":"0px","horiz_alignment":"center"},"%x":"Text","id":"bTHDg","%dn":"Text A","%s1":"Text_inter___600___18____4e5b76___horizontal_aligmente___1_3_line_spacing__"},"cmPhT1":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.subtitulo_"},"%p":{"%ei":"bTHDQ"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%b":false,"%f":"Inter:::600","%h":37,"%l":0,"%t":0,"%w":60,"%z":4,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(149, 157, 173, 1)","%fs":14,"%lh":1.5,"%vc":true,"%bos":"none","order":3,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"60px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"horiz_alignment":"center"},"%x":"Text","id":"bTHDh","%cp":"cmPgb1.elements","%dn":"Text B","order":3}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%wf":{"bTIlX":{"%p":{"%ei":"bTHDY","event_color":"green"},"%x":"ButtonClicked","id":"bTHDf","actions":{"0":{"%p":{"%ei":"bTHDQ"},"%x":"HideElement","id":"bTHfV"}}},"bTIll":{"%p":{"%en":"abrir-redirect","parameters":{"0":{"is_list":false,"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"1":{"is_list":false,"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"},"2":{"is_list":false,"btype_id":"text","optional":false,"param_id":"bTIlm","param_name":"linkRedirect"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHDk","actions":{"0":{"%p":{"%v":true,"%ei":"bTHDQ","custom_state":"custom.isredirect__","custom_states_values":{"0":{"%v":{"%p":{"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.subtitulo_"},"1":{"%v":{"%p":{"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.titulo_"},"2":{"%v":{"%p":{"btype_id":"text","optional":false,"param_id":"bTIlm","param_name":"linkRedirect"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.linkredirect_"},"3":{"%v":false,"custom_state":"custom.isfechavel__"}}},"%x":"SetCustomState","id":"bTHDi"},"1":{"%p":{"%ei":"bTHDQ"},"%x":"ShowElement","id":"bTHDm"}}},"bTIlp":{"%p":{"%ei":"bTHDV","event_color":"green"},"%x":"ButtonClicked","id":"bTHDn","actions":{"0":{"%p":{"url":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.linkredirect_"},"%p":{"%ei":"bTHDQ"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"OpenURL","id":"bTHDl"}}},"cmMnc":{"%p":{"%ei":"bTHDQ","event_color":"blue"},"%x":"PopupClosed","id":"bTHDp","actions":{"0":{"%p":{"%ei":"bTHDQ"},"%x":"ResetGroup","id":"bTHDq"}}},"cmNUY1":{"%p":{"%ei":"bTHDW","event_color":"green"},"%x":"ButtonClicked","id":"bTHDo","actions":{"0":{"%p":{"%ei":"bTHDQ"},"%x":"HideElement","id":"bTHfX"}}},"cmNgw0":{"%p":{"%ei":"bTHDQ","event_color":"blue"},"%x":"PopupOpened","id":"bTHDt"},"cmPhV1":{"%p":{"%en":"abrir-fechavel","parameters":{"0":{"is_list":false,"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"1":{"is_list":false,"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHDr","actions":{"0":{"%p":{"%v":true,"%ei":"bTHDQ","custom_state":"custom.isfechavel__","custom_states_values":{"0":{"%v":{"%p":{"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.subtitulo_"},"1":{"%v":{"%p":{"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.titulo_"},"2":{"%v":false,"custom_state":"custom.isredirect__"}}},"%x":"SetCustomState","id":"bTHDv"},"1":{"%p":{"%ei":"bTHDQ"},"%x":"ShowElement","id":"bTHDw"}}},"cmPhe1":{"%p":{"%en":"abrir-nao-fechavel","parameters":{"0":{"is_list":false,"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"1":{"is_list":false,"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHDu","actions":{"0":{"%p":{"%v":false,"%ei":"bTHDQ","custom_state":"custom.isfechavel__","custom_states_values":{"0":{"%v":{"%p":{"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.subtitulo_"},"1":{"%v":{"%p":{"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.titulo_"},"2":{"%v":false,"custom_state":"custom.isredirect__"}}},"%x":"SetCustomState","id":"bTHDy"},"1":{"%p":{"%ei":"bTHDQ"},"%x":"ShowElement","id":"bTHDz"}}}},"%p":{"%h":232,"%l":0,"%t":0,"%w":496,"%et":"Popup","padding_top":24,"max_width_px":496,"min_width_px":0,"default_width":496,"min_height_px":200,"single_height":true,"min_height_css":"200px","padding_bottom":24,"element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHDQ","%nm":"P - Sucesso","%s1":"Popup_popup___8_border_","custom_states":{"titulo_":{"%d":"titulo","%v":"text","make_static":true},"subtitulo_":{"%d":"subTitulo","%v":"text","make_static":true},"isfechavel__":{"%d":"isFechavel?","%v":"boolean","make_static":true},"isredirect__":{"%d":"isRedirect?","%v":"boolean","make_static":true},"linkredirect_":{"%d":"linkRedirect","%v":"text","make_static":true}}},"bTKcY":{"%p":{"%h":200,"%w":200,"%br":5,"%et":"Group","min_width_px":0,"default_width":24,"min_height_px":24,"element_version":4,"container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"ThisElement"},"%p":{"%bgc":"var(--color_destructive_default)"},"%x":"State"}},"%x":"CustomDefinition","id":"bTKca","%el":{"bTKcb":{"%p":{"%h":90,"%l":2,"%t":-1,"%w":76,"%z":2,"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#829BB0"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 8H17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"GetElement"},"%p":{"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#FFFFFF"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 8H17\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M7 13H13\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"max_width_css":"16px","max_height_css":"16px"},"%x":"State"}},"%x":"HTML","id":"bTKcc","%dn":"HTML A","%s1":"HTML_default_"},"bTKck":{"%p":{"%h":328,"%l":-285,"%t":237,"%w":400,"%z":3,"%3f":"top","%ci":"bTKaZ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"600px","min_width_css":"0px","single_height":true,"min_height_css":"90%","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTKcl","%dn":"P - Avisos A"},"bTKcw0":{"%p":{"%h":83,"%l":-373.5,"%t":286,"%w":23,"%z":4,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"bb"},"%x":"Group","id":"bTKcx0","%dn":"Group A","%nm":"Btn - Abrir","%s1":"Group_default_group_"}},"%nm":"Btn - Ver Avisos","%wf":{"bTKcg":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"ThisElement"},"event_color":"purple"},"%x":"PageLoaded","id":"bTKcf","actions":{"0":{"%p":{"%v":{"%p":{"%co":{"0":{"%k":"clinicasid_list_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"contains"},"1":{"%k":"idaviso_text","%v":{"%n":{"%x":"Message","%nm":"avisosvistosid_list_text"},"%x":"CurrentUser"},"%c2":"not in"},"2":{"%k":"isativo__boolean","%v":true,"%c2":"equals"}},"%t5":"custom.aviso"},"%x":"Search"},"%ei":"bTKca","custom_state":"custom.avisos_","custom_states_values":{"0":{"%v":{"%p":{"%co":{"0":{"%k":"clinicasid_list_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"contains"},"1":{"%k":"isativo__boolean","%v":true,"%c2":"equals"}},"%t5":"custom.aviso"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"custom_state":"custom.avisosgerais_"}}},"%x":"SetCustomState","id":"bTKce"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"GetElement"},"%ei":"bTKcl","arguments":{"0":{"param_id":"bTKcU","arg_value":{"%n":{"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"GetElement"}}},"custom_event":"bTKcP"},"%x":"TriggerCustomEventFromReusable","id":"bTKcz0"},"2":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"GetElement"},"%ei":"bTKcl"},"%x":"ShowElement","id":"bTKdE0"}}},"bTKcp":{"%p":{"%ei":"bTKcx0","event_color":"green"},"%x":"ButtonClicked","id":"bTKco","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"GetElement"},"%ei":"bTKcl","arguments":{"0":{"param_id":"bTKcU","arg_value":{"%n":{"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"GetElement"}}},"custom_event":"bTKcP"},"%x":"TriggerCustomEventFromReusable","id":"bTKcn"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.avisos_"},"%p":{"%ei":"bTKca"},"%x":"GetElement"},"%ei":"bTKcl","arguments":{"0":{"param_id":"bTKcU","arg_value":{"%n":{"%x":"Message","%nm":"custom.avisosgerais_"},"%p":{"%ei":"bTKca"},"%x":"GetElement"}}},"custom_event":"bTKcP"},"%x":"TriggerCustomEventFromReusable","id":"bTKdA0"},"2":{"%p":{"%ei":"bTKcl"},"%x":"ShowElement","id":"bTKcr"}}},"bTKcu0":{"%p":{"%ei":"bTKcl","event_color":"blue"},"%x":"PopupClosed","id":"bTKcq0","actions":{"0":{"%p":{"%v":{"%p":{"%co":{"0":{"%k":"clinicasid_list_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"contains"},"1":{"%k":"idaviso_text","%v":{"%n":{"%x":"Message","%nm":"avisosvistosid_list_text"},"%x":"CurrentUser"},"%c2":"not in"},"2":{"%k":"isativo__boolean","%v":true,"%c2":"equals"}},"%t5":"custom.aviso"},"%x":"Search"},"%ei":"bTKca","custom_state":"custom.avisos_","custom_states_values":{"0":{"%v":{"%p":{"%co":{"0":{"%k":"clinicasid_list_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"contains"},"1":{"%k":"isativo__boolean","%v":true,"%c2":"equals"}},"%t5":"custom.aviso"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="},"custom_state":"custom.avisosgerais_"}}},"%x":"SetCustomState","id":"bTKcv0"}}}},"custom_states":{"avisos_":{"%d":"avisos","%v":"list.custom.aviso","make_static":true},"avisosgerais_":{"%d":"avisosGerais","%v":"list.custom.aviso","make_static":true}}},"bTMGJ0":{"%p":{"%h":200,"%w":200,"%br":4,"%et":"Group","%bgc":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"#00C431"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"#FD3738"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"custom.isconectado__"},"%p":{"%ei":"bTMGI0"},"%x":"GetElement"},"use_gap":true,"column_gap":8,"min_width_px":0,"padding_left":16,"default_width":200,"min_height_px":200,"padding_right":16,"element_version":5,"container_layout":"row","responsive_version":1,"container_horiz_alignment":"center"},"%x":"CustomDefinition","id":"bTMGI0","%el":{"bTMGP0":{"%p":{"%h":70,"%l":0,"%t":0,"%w":0,"%9i":"fa fa-whatsapp","%ic":"rgba(255,255,255,1)","order":1,"fit_height":false,"single_width":true,"max_width_css":"30%","min_width_css":"16px","single_height":true,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","use_aspect_ratio":true,"aspect_ratio_width":1,"aspect_ratio_height":1},"%x":"Icon","id":"bTMGK0","%cp":"bTMGI0","%dn":"Icon A","order":2},"bTMGV0":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"Conectado"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Desconectado"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"custom.isconectado__"},"%p":{"%ei":"bTMGI0"},"%x":"GetElement"}},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":24,"%l":96.5,"%t":105,"%w":44,"%z":2,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_weight":"500","single_width":false,"single_height":false,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTMGQ0","%dn":"Text A","%s1":"Text_body_small_"}},"%nm":"Btn - Whatsapp","%wf":{"bTMGa0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTMGI0"},"%x":"ThisElement"},"interval":600,"breakpoint":false,"event_color":"blue"},"%x":"DoInterval","id":"bTMGW0","actions":{"0":{"%p":{"custom_event":"bTMGu0"},"%x":"TriggerCustomEvent","id":"bTMHF0"}}},"bTMHE0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTMGI0"},"%x":"ThisElement"},"%en":"verificar","breakpoint":false,"event_color":"orange"},"%x":"CustomEvent","id":"bTMGu0","actions":{"0":{"%p":{"%ei":"bTMGI0","custom_state":"custom.isconectado__"},"%x":"SetCustomState","id":"bTMHA0"}}},"bTMHK0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTMGI0"},"%x":"ThisElement"},"event_color":"purple"},"%x":"ConditionTrue","id":"bTMHG0","actions":{"0":{"%p":{"custom_event":"bTMGu0"},"%x":"TriggerCustomEvent","id":"bTMHL0"}}},"bTMHW0":{"%p":{"%ei":"bTMGI0","event_color":"green"},"%x":"ButtonClicked","id":"bTMHS0"}},"custom_states":{"isconectado__":{"%d":"isConectado?","%v":"boolean","make_static":true}}},"bTIpi":{"%el":{"cmNdt":{"%p":{"%h":5,"%l":49,"%t":96,"%w":5,"%z":2,"order":1,"nonant_alignment":"aa"},"%x":"1593944068480x773811449950634000-AAD","id":"bTIpg","%dn":"PlatformDetection A"},"cmNeO":{"%p":{"%h":5,"%l":0,"%t":0,"%w":5,"%z":9,"%ht":{"%e":{"0":"<style>\\n#blurGroup36{\\n","1":{"%n":{"%n":{"%a":"ios","%n":{"%p":{"formatting_for_true":{"%e":{"0":"-webkit-"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"","1":{"%n":{"%n":{"%a":"os","%n":{"%p":{"formatting_for_true":{"%e":{"0":"-webkit-"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":""},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.browser_"},"%p":{"%ei":"bTIpc"},"%x":"GetElement","said":"dmFuZXM="},"2":""},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.browser_"},"%p":{"%ei":"bTIpc"},"%x":"GetElement","said":"dmFuZXM="},"2":"backdrop-filter:blur(36px);\\n}\\n#blurGroup24{\\n","3":{"%n":{"%n":{"%a":"ios","%n":{"%p":{"formatting_for_true":{"%e":{"0":"-webkit-"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"","1":{"%n":{"%n":{"%a":"os","%n":{"%p":{"formatting_for_true":{"%e":{"0":"-webkit-"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":""},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.browser_"},"%p":{"%ei":"bTIpc"},"%x":"GetElement","said":"dmFuZXM="},"2":""},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.browser_"},"%p":{"%ei":"bTIpc"},"%x":"GetElement"},"4":"backdrop-filter:blur(24px);\\n}\\n</style>"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"5px","single_height":true,"min_height_css":"5px","horiz_alignment":"flex-start","nonant_alignment":"ac"},"%x":"HTML","id":"bTIph","%cp":"cmNdm.elements","%dn":"HTML A","%s1":"HTML_default_","order":2}},"%wf":{"cmNdx":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_true"},"%p":{"%nm":"Page Loaded (Entire)"},"%x":"PageData"},"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAH"},"%p":{"%ei":"bTIpg"},"%x":"GetElement"},"%x":"Message","%nm":"not_equals"},"%x":"Message","%nm":"custom.browser_"},"%p":{"%ei":"bTIpc"},"%x":"ThisElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTIpc"},"%x":"ThisElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIpf","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":3,"%n":{"%x":"Message","%nm":"to_lowercase"},"%x":"Message","%nm":"truncated"},"%x":"Message","%nm":"get_AAH"},"%p":{"%ei":"bTIpg"},"%x":"GetElement"},"%ei":"bTIpc","custom_state":"custom.browser_"},"%x":"SetCustomState","id":"bTIpj"}}}},"%p":{"%h":200,"%w":200,"%et":"Group","%bas":"none","min_width_px":0,"default_width":200,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTIpc","%nm":"G - Browser Detector","custom_states":{"browser_":{"%d":"browser","%v":"text","make_static":true}}},"bTIYQ":{"%p":{"%h":123,"%l":0,"%t":0,"%w":450,"%et":"Group","order":1,"row_gap":24,"use_gap":false,"fit_height":false,"padding_top":8,"min_width_px":74,"default_width":450,"min_height_px":1123,"element_version":5,"horiz_alignment":"flex-start","container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTIYM","%el":{"bTIYp":{"%p":{"%h":28,"%l":0,"%t":24,"%w":352,"%z":4,"%3f":"top","%ci":"bTIXv","order":4,"max_width":100,"min_width":0,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIYk","%dn":"G - Seletor de colaborador A"},"bTIcX":{"%p":{"%h":0,"%l":0,"%t":111,"%w":0,"%z":7,"order":5,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTIcY","%dn":"Group A","%el":{"bTIcb":{"%p":{"%h":0,"%l":0,"%t":24,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_top":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"max_height_css":"100%","min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":false,"container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIYk"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIZU","%dn":"Group B","%el":{"bTIZb":{"%p":{"%h":102,"%l":0,"%t":0,"%w":312,"%z":5,"%3f":"top","%ci":"bTIYn","%iv":true,"order":2,"max_width":100,"min_width":0,"fit_height":true,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIZI","%dn":"G - File Uploader A","%nm":"G - File Uploader - Novo exame"},"bTIfl":{"%p":{"%h":63,"%l":0,"%t":0,"%w":70,"%z":3,"%ds":{"%n":{"%x":"Message","%nm":"custom.solicitacoes_"},"%p":{"%ei":"bTIYM"},"%x":"GetElement"},"%gt":"custom.solicitacaolaudo","%iv":false,"%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":true,"fixed_rows":false,"single_width":false,"min_width_css":"70px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px","collapse_when_hidden":true,"data_correctly_attached_once":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"ThisElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"RepeatingGroup","id":"bTIYR","%cp":"bTIYM","%dn":"RepeatingGroup A","%el":{"bTIbu":{"%p":{"%h":44,"%l":0,"%t":0,"%w":40,"%z":18,"%3f":"top","%ci":"bTIbP","%ds":{"%x":"ElementParent"},"order":3,"max_width":100,"min_width":0,"fit_height":true,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"40px","single_height":false,"min_height_css":"44px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIbs","%dn":"G - Card de Solicitacao - Por colaborador A"},"bTSxw0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":28,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":1,"fit_height":true,"padding_left":24,"single_width":false,"margin_bottom":12,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTSxu0","%dn":"Group D","%el":{"bTSyA0":{"%p":{"%3":{"%e":{"0":"Exame ","1":{"%x":"CurrentCellsIndex"},"2":""},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":450,"%z":27,"%fc":"var(--color_background_default)","%fs":16,"%iv":true,"%lh":1,"order":1,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTIdb","%cp":"bTIYM","%dn":"Text B","order":5},"bTSzK0":{"%p":{"%h":200,"%l":250,"%t":-77,"%w":200,"%z":28,"%3f":"top","%ci":"bTSyZ0","%ds":{"%x":"ElementParent","is_slidable":false},"order":2,"fit_width":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTSzI0","%dn":"G - Cancelar Solicitacao A"}},"%s1":"Group_default_group_"}},"%nm":"RG - Solicitações","order":1}},"%nm":"Group - Container","%s1":"Group_default_group_"}},"%nm":"Group - Conteúdo","%s1":"Group_default_group_"},"bTIcf":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-circle[/fa] Para iniciar, você deve definir o colaborador a quem o(s) exame(s) fazem referência"},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":400,"%z":26,"%fc":"rgba(157,162,167,1)","%fs":13,"%iv":true,"%lh":1.4,"order":3,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":24,"single_width":false,"min_width_css":"12px","padding_right":24,"single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTIca","%cp":"bTIYM","%dn":"Text A","order":4},"bTIeh":{"%p":{"%h":48,"%l":0,"%t":0,"%w":312,"%z":28,"%iv":false,"order":6,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTIeP"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"count"},"%p":{"%co":{"0":{"%k":"objexame_custom_objexameclinica","%v":{"%x":"Empty"},"%c2":"is_not_empty"},"1":{"%k":"arquivos_list_file","%v":{"%x":"Empty"},"%c2":"not empty"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"},"3":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendodesconhecido__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"},"4":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isdadosobrigatoriosfaltantes__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Group","id":"bTIeP","%cp":"bTIYM","%dn":"Group C","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":false,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTIeU","%dn":"Group C","%el":{"cmMnL":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677841287689x774963370397054200/Icon%20-%20Arrow%20Right%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false},"%x":"State"}},"%x":"Image","id":"bTIeS","%cp":"cmMnG.elements","%dn":"Image A","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Enviar solicitações"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%3":{"%e":{"0":"Aguardando conversões"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTIeW","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Enviar Solicitação","%s1":"Group_group___roxo___8_border___2px_","order":6},"bTIej":{"%p":{"%h":16,"%l":0,"%t":171,"%w":16,"%z":29,"order":2},"%x":"1618892957212x885363265747026000-AAC","id":"bTIeV","%dn":"Simplelooper A","%nm":"Simplelooper - Calcular valores"},"bTIek":{"%p":{"%h":284,"%l":-517,"%t":602,"%w":1000,"%z":30,"%3f":"top","%ci":"bTHGH","%iv":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTIel","%dn":"P - Loading A"},"bTIfG":{"%p":{"%h":232,"%l":-42,"%t":600,"%w":496,"%z":30,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTIfE","%dn":"P - Sucesso A"},"bTIfN":{"%p":{"%h":133,"%l":0,"%t":0,"%w":316,"%z":2,"%br":8,"row_gap":16,"use_gap":true,"fit_height":true,"greyout_blur":0,"padding_left":36,"single_width":true,"min_width_css":"525px","padding_right":36,"single_height":false,"min_height_css":"133px","padding_bottom":36,"horiz_alignment":"flex-start","container_layout":"column","prevent_user_from_closing_through_esc":true},"%x":"Popup","id":"bTIfH","%cp":"bTIYM","%dn":"Popup A","%el":{"bTNqu":{"%p":{"%h":125,"%l":0,"%t":0,"%w":125,"%z":2,"%ht":{"%e":{"0":"<script src=\\"https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js\\"></script>\\n<lottie-player src=\\"https://assets1.lottiefiles.com/packages/lf20_qdON1M.json\\" background=\\"transparent\\" speed=\\"1\\" style=\\"width: 100%; height: 100%;\\" loop autoplay></lottie-player>"},"%x":"TextExpression"},"order":1,"fit_height":true,"padding_top":0,"padding_left":0,"single_width":true,"min_width_css":"125px","padding_right":0,"single_height":true,"min_height_css":"125px","padding_bottom":0,"horiz_alignment":"center"},"%x":"HTML","id":"bTIfJ","%dn":"HTML A","%s1":"HTML_default_"},"bTNqx":{"%p":{"%3":{"%e":{"0":"Enviando solicitações [fa]spinner fa-pulse[/fa]"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::600","%h":15,"%l":0,"%t":0,"%w":33,"%z":3,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(149, 157, 173, 1)","%fs":16,"%lh":1,"%vc":true,"%bos":"none","order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"15px","padding_bottom":0,"horiz_alignment":"center"},"%x":"Text","id":"bTIfK","%dn":"Text D"},"bTPQy":{"%p":{"%h":18,"%l":103,"%t":93,"%w":33,"%z":4,"%br":360,"AAD":{"%n":{"%n":{"%a":100,"%n":{"%a":2,"%x":"Message","%nm":"round"},"%x":"Message","%nm":"times"},"%x":"Message","%nm":"convert_to_number"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%x":"Message","%nm":"divide"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIeV"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"AAE":"var(--color_primary_default)","AAG":true,"AAH":true,"AAI":false,"AAM":false,"order":4,"fit_height":false,"single_width":false,"min_width_css":"33px","single_height":true,"min_height_css":"18px","horiz_alignment":"flex-start"},"%x":"1586417026456x360184924969369600-AAC","id":"bTIfI","%dn":"Simpleprogressbar A"},"bTPRb":{"%p":{"%3":{"%e":{"0":"Não feche essa aba do navegador"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::600","%h":15,"%l":10,"%t":10,"%w":33,"%z":5,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(149, 157, 173, 1)","%fs":14,"%lh":1,"%vc":true,"%bos":"none","order":3,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"15px","padding_bottom":0,"horiz_alignment":"center"},"%x":"Text","id":"bTIfM","%cp":"bTPQn","%dn":"Text D","order":4}},"%nm":"Popup - Enviando Solicitação","order":6}},"%nm":"G - Solicitacao - Por Colaborador","%wf":{"bTIZP":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"custom.t_tulo_"},"%p":{"%ei":"bTIZI"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTIYM"},"%x":"ThisElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIZL","actions":{"0":{"%p":{"%v":"Adicione um arquivo de exame","%ei":"bTIZI","custom_state":"custom.t_tulo_"},"%x":"SetCustomState","id":"bTIZQ"},"1":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"%ei":"bTIZI","custom_state":"custom.iswasabi__"},"%x":"SetCustomState","id":"bTSRm0"}}},"bTIZS":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isarquivoalterado__"},"%p":{"%ei":"bTIZI"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIZO","actions":{"0":{"%p":{"%i2":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIYk"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"idsolicitacao_text","%v":{"%e":{"0":"SOL","1":{"%p":{"length":27,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"isurgente__boolean","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"4":{"%k":"objexame_custom_objexameclinica","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"5":{"%k":"ordem_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"6":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"em_cria__o"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"7":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"aguardando"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"8":{"%k":"valoradicional_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"9":{"%k":"valortotal_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"10":{"%k":"arquivos_list_file","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTIZI"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":"add"},"11":{"%k":"exameid_text","%v":{"%e":{"0":{"%x":"Empty"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"12":{"%k":"empresaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"empresaid_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIYk"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"13":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%p":{"%ft":"custom","tz_type":"static","tz_static":"America/Sao_Paulo","custom_format":"mm/yyyy"},"%x":"Message","%nm":"format_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"14":{"%k":"data_date","%v":{"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%ak":{"%x":"Empty"}},"15":{"%k":"arquivooriginal_file","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.imagem_","is_slidable":false},"%p":{"%ei":"bTIZI"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"16":{"%k":"mimetypearquivo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.mimetype_","is_slidable":false},"%p":{"%ei":"bTIZI"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"17":{"%k":"mimetypearquivomanual_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.mimetypemanual_","is_slidable":false},"%p":{"%ei":"bTIZI"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.solicitacaolaudo"},"%x":"NewThing","id":"bTIZT"},"1":{"%p":{"%v":{"%n":{"%n":{"%a":{"%p":{"%ai":"bTIZT"},"%x":"PreviousStep"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.solicitacoes_"},"%p":{"%ei":"bTIYM"},"%x":"GetElement"},"%ei":"bTIYM","custom_state":"custom.solicitacoes_"},"%x":"SetCustomState","id":"bTIZV"},"2":{"%p":{"%v":false,"%ei":"bTIZI","custom_state":"custom.isarquivoalterado__","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.imagem_"}}},"%x":"SetCustomState","id":"bTIZR"}}},"bTIep":{"%p":{"%en":"iniciar-loop-definir-valores","event_color":"orange"},"%x":"CustomEvent","id":"bTIeo","actions":{"0":{"%p":{"%ei":"bTIfH"},"%x":"ShowElement","id":"bTIfP"},"1":{"%p":{"%ei":"bTIeV"},"%x":"1618892957212x885363265747026000-AAE","id":"bTIfO"}}},"bTIes":{"%p":{"%ei":"bTIeV","event_color":"blue"},"%x":"1618892957212x885363265747026000-AAD","id":"bTIer","actions":{"0":{"%p":{"%cs":{"0":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"1":{"%k":"valoradicional_number","%v":{"%n":{"%x":"Message","%nm":"convert_to_number"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%n":{"%n":{"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"convert_to_number"},"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"valorpctgurgenciapaga_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"times"},"%x":"Message","%nm":"valorexame_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"0"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"greater_than"},"%x":"Message","%nm":"plus"},"%x":"Message","%nm":"count"},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text"},"%x":"InjectedValue"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%c2":"equals"},"4":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ak":{"%x":"Empty"}},"2":{"%k":"valortotal_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"3":{"%k":"valorinicial_number","%v":{"%n":{"%n":{"%x":"Message","%nm":"valorexame_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M="},"%ak":{"%x":"Empty"}},"4":{"%k":"dataprevistalimite_date","%v":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"segundostotaisrealizacao_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%x":"Message","%nm":"plus_seconds"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%ak":{"%x":"Empty"}},"5":{"%k":"iswasabi__boolean","%v":{"%n":{"%x":"Message","%nm":"custom.iswasabi__","is_slidable":false},"%p":{"%ei":"bTIZI"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIeV"},"%x":"ThisElement"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"}},"%x":"ChangeThing","id":"bTIet"},"1":{"%p":{"%cs":{"0":{"%k":"valortotal_number","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"valoradicional_number"},"%x":"InjectedValue"},"%x":"Message","%nm":"plus"},"%x":"Message","%nm":"valorinicial_number"},"%x":"InjectedValue"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIeV"},"%x":"ThisElement"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"}},"%x":"ChangeThing","id":"bTIeq"},"2":{"%p":{"%cs":{"0":{"%k":"qtdesolicitada_number","%v":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"plus","is_slidable":false},"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIeV"},"%x":"ThisElement"},"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"}},"%x":"ChangeThing","id":"bTUUp"},"3":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%x":"Message","%nm":"less_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIeV"},"%x":"ThisElement"},"%ei":"bTIeV"},"%x":"1618892957212x885363265747026000-AAI","id":"bTIey"},"4":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTIYR"},"%x":"GetElement"},"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIeV"},"%x":"ThisElement"},"%ei":"bTIeV"},"%x":"1618892957212x885363265747026000-AAJ","id":"bTIew"}}},"bTIfB":{"%p":{"%ei":"bTIeV","event_color":"red"},"%x":"1618892957212x885363265747026000-AAF","id":"bTIfA","actions":{"0":{"%p":{"%v":true,"%ei":"bTIYM","custom_state":"custom.isprocessoconclu_do__"},"%x":"SetCustomState","id":"bTIfD"},"1":{"%p":{"%ei":"bTIfE","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Solicitações enviadas!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTIfS"},"2":{"%p":{"%ei":"bTIfH"},"%x":"HideElement","id":"bTIfT"},"3":{"%p":{"%cs":{"0":{"%k":"dataultimasolicitacao_date","%v":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"Created Date","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%d2":true,"%sf":"Created Date"},"%x":"Message","%nm":"sorted","is_slidable":true},"%x":"Message","%nm":"custom.solicitacoes_","is_slidable":false},"%p":{"%ei":"bTIYM"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"ChangeThing","id":"bTNNI"}}},"bTIfW":{"%p":{"%ei":"bTIeP","event_color":"green"},"%x":"ButtonClicked","id":"bTIfR","actions":{"0":{"%p":{"custom_event":"bTIeo"},"%x":"TriggerCustomEvent","id":"bTIfU"}}},"bTQvb":{"%p":{"%en":"reset","event_color":"orange"},"%x":"CustomEvent","id":"bTQva","actions":{"0":{"%p":{"%v":false,"%ei":"bTIYM","custom_state":"custom.isprocessoconclu_do__","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.solicitacoes_"}}},"%x":"SetCustomState","id":"bTQvc"},"1":{"%p":{"%ei":"bTIYk"},"%x":"ResetGroup","id":"bTQvg"}}}},"custom_states":{"solicitacoes_":{"%d":"solicitacoes","%v":"list.custom.solicitacaolaudo","make_static":true},"isprocessoconclu_do__":{"%d":"isProcessoConcluÃdo?","%v":"boolean","make_static":true}}},"bTLEt":{"%el":{"bTIYp":{"%p":{"%h":28,"%l":0,"%t":24,"%w":352,"%z":4,"%3f":"top","%ci":"bTIXv","order":4,"max_width":100,"min_width":0,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLDS","%dn":"G - Seletor de colaborador A","custom_definition_name":"G - Seletor de colaborador"},"bTIcX":{"%p":{"%h":0,"%l":0,"%t":111,"%w":0,"%z":7,"order":6,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTLDT","%dn":"Group A","%el":{"bTMCf0":{"%p":{"%h":1,"%l":153,"%t":789.625,"%w":12,"%z":2,"order":1},"%x":"1618741364806x569268886741188600-AAJ","id":"bTMCa0","%dn":"QRCodeGenerator A","custom_states":{"solicitacao_":{"%d":"solicitacao","%v":"custom.solicitacaolaudo","make_static":true}}}},"%nm":"Group - Conteúdo","%s1":"Group_default_group_"},"bTIcf":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-circle[/fa] Para iniciar, você deve definir o paciente e o exame que pode ser realizado online"},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":400,"%z":26,"%fc":"rgba(157,162,167,1)","%fs":13,"%iv":true,"%lh":1.4,"order":3,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":24,"single_width":false,"min_width_css":"12px","padding_right":24,"single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTLDf","%cp":"bTIYM","%dn":"Text A","order":4},"bTIeh":{"%p":{"%h":48,"%l":0,"%t":0,"%w":312,"%z":28,"%iv":false,"order":7,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTLDg"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLEu"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLDS"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTLDg","%cp":"bTIYM","%dn":"Group C","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":false,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTLDk","%dn":"Group C","%el":{"cmMnL":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677841287689x774963370397054200/Icon%20-%20Arrow%20Right%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%x":"Image","id":"bTLDl","%cp":"cmMnG.elements","%dn":"Image A","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Criar solicitação e exame online"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLDm","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Enviar Solicitação","%s1":"Group_group___roxo___8_border___2px_","order":6},"bTIej":{"%p":{"%h":16,"%l":0,"%t":171,"%w":16,"%z":29,"order":2},"%x":"1618892957212x885363265747026000-AAC","id":"bTLDq","%dn":"Simplelooper A","%nm":"Simplelooper - Calcular valores"},"bTIek":{"%p":{"%h":284,"%l":-517,"%t":602,"%w":1000,"%z":30,"%3f":"top","%ci":"bTHGH","%iv":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTLDr","%dn":"P - Loading A","custom_definition_name":"P - Loading"},"bTIfG":{"%p":{"%h":232,"%l":-42,"%t":600,"%w":496,"%z":30,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTLDs","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"},"bTLFK":{"%p":{"%h":200,"%l":30,"%t":108,"%w":352,"%z":7,"%3f":"top","%ci":"bTIac","order":5,"max_width":100,"min_width":0,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"352px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTLEu","%dn":"G - Seletor de Exame - Solicitação A"},"bTMDK0":{"%p":{"%h":200,"%l":-572,"%t":185,"%w":200,"%z":31,"%3f":"top","%ci":"bTMBY0","max_width":100,"min_width":0,"fit_height":true,"greyout_blur":4,"single_width":false,"max_width_css":"795px","min_width_css":"795px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTMDI0","%dn":"P - QR Code - Exame Onlin A"}},"%wf":{"bTIfW":{"%p":{"%ei":"bTLDg","event_color":"green"},"%x":"ButtonClicked","id":"bTLEo","actions":{"0":{"%p":{"%ei":"bTLDr","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTMCY0"},"1":{"%p":{"%i2":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLDS"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"idsolicitacao_text","%v":{"%e":{"0":"SOL","1":{"%p":{"length":27,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"isurgente__boolean","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"4":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLEu"},"%x":"GetElement"},"%ak":{"%x":"Empty"}},"5":{"%k":"ordem_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"6":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"em_cria__o"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"7":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"online"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"8":{"%k":"valoradicional_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"9":{"%k":"valortotal_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"10":{"%k":"arquivos_list_file","%v":{"%x":"TextExpression"},"%ak":"clear_list"},"11":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLEu"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"12":{"%k":"empresaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"empresaid_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLDS"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"13":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%p":{"%ft":"custom","tz_type":"static","tz_static":"America/Sao_Paulo","custom_format":"mm/yyyy"},"%x":"Message","%nm":"format_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"14":{"%k":"data_date","%v":{"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%ak":{"%x":"Empty"}},"15":{"%k":"isonline__boolean","%v":true,"%ak":{"%x":"Empty"}},"16":{"%k":"exameonlineid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idexameonline_text"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"exame_custom_exames","%v":{"%n":{"%n":{"%x":"Message","%nm":"exame_custom_exames"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLEu"},"%x":"GetElement"},"%c2":"equals"}},"%t5":"custom.exameonline"},"%x":"Search"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"17":{"%k":"isencaminhadomedico__boolean","%v":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"encaminhamento_autom_tico_ao_m_dico"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLEu"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%ak":{"%x":"Empty"}},"18":{"%k":"medicoresponsavel_user","%v":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"iduser_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"medicoid_text","is_slidable":false},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTLEu"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"user"},"%x":"Search"},"%ak":{"%x":"Empty"}}},"%tt":"custom.solicitacaolaudo"},"%x":"NewThing","id":"bTLHW1"},"2":{"%p":{"%cs":{"0":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"1":{"%k":"valoradicional_number","%v":{"%n":{"%x":"Message","%nm":"convert_to_number"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%n":{"%n":{"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"convert_to_number"},"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"valorpctgurgenciapaga_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"times"},"%x":"Message","%nm":"valorexame_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"0"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"greater_than"},"%x":"Message","%nm":"plus"},"%x":"Message","%nm":"count"},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text"},"%x":"InjectedValue"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%c2":"equals"},"4":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ak":{"%x":"Empty"}},"2":{"%k":"valortotal_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"3":{"%k":"valorinicial_number","%v":{"%n":{"%n":{"%x":"Message","%nm":"valorexame_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M="},"%ak":{"%x":"Empty"}},"4":{"%k":"dataprevistalimite_date","%v":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"segundostotaisrealizacao_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%x":"Message","%nm":"plus_seconds"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"%ai":"bTLHW1"},"%x":"PreviousStep"}},"%x":"ChangeThing","id":"bTLHb1"},"3":{"%p":{"%cs":{"0":{"%k":"valortotal_number","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"valoradicional_number"},"%x":"InjectedValue"},"%x":"Message","%nm":"plus"},"%x":"Message","%nm":"valorinicial_number"},"%x":"InjectedValue"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"%ai":"bTLHW1"},"%x":"PreviousStep"}},"%x":"ChangeThing","id":"bTLHg1"},"4":{"%p":{"%cs":{"0":{"%k":"qtdesolicitada_number","%v":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"plus","is_slidable":false},"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%p":{"%ai":"bTLHW1"},"%x":"PreviousStep"}},"%x":"ChangeThing","id":"bTUVB"},"5":{"%p":{"%v":{"%p":{"%ai":"bTLHW1"},"%x":"PreviousStep"},"%ei":"bTMCa0","custom_state":"custom.solicitacao_"},"%x":"SetCustomState","id":"bTMCs0"},"6":{"%p":{"%ei":"bTMCa0","AAE":"var(--color_primary_default)","AAF":{"%e":{"0":{"%p":{"%nm":"Website Home"},"%x":"PageData"},"1":"r-exame/","2":{"%n":{"%x":"Message","%nm":"_id"},"%p":{"%ai":"bTLHW1"},"%x":"PreviousStep"},"3":""},"%x":"TextExpression"}},"%x":"1618741364806x569268886741188600-AAD","id":"bTMCk0"},"7":{"%p":{"%cs":{"0":{"%k":"dataultimasolicitacao_date","%v":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"Created Date","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%d2":true,"%sf":"Created Date"},"%x":"Message","%nm":"sorted","is_slidable":true},"%x":"Message","%nm":"custom.solicitacoes_","is_slidable":false},"%p":{"%ei":"bTLDN"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"ChangeThing","id":"bTNRa"}}},"bTLFF":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTLDN"},"%x":"ThisElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.isformulariowebhabilitado__"},"%p":{"%ei":"bTLEu"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTLFE","actions":{"0":{"%p":{"%v":true,"%ei":"bTLEu","custom_state":"custom.isformulariowebhabilitado__"},"%x":"SetCustomState","id":"bTLFG"}}},"bTQvz":{"%p":{"%en":"reset","event_color":"orange"},"%x":"CustomEvent","id":"bTQvs","actions":{"0":{"%p":{"%v":false,"%ei":"bTLDN","custom_state":"custom.isprocessoconclu_do__","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.solicitacoes_"}}},"%x":"SetCustomState","id":"bTQvu"},"1":{"%p":{"%ei":"bTLDS"},"%x":"ResetGroup","id":"bTQvy"},"2":{"%p":{"%ei":"bTLEu"},"%x":"ResetGroup","id":"bTQwA"}}},"bTMCq0":{"%p":{"%ei":"bTMCa0","event_color":"blue"},"%x":"1618741364806x569268886741188600-AAG","id":"bTMCm0","actions":{"0":{"%p":{"%cs":{"0":{"%k":"qrcodeexameonline_image","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAI"},"%p":{"%ei":"bTMCa0"},"%x":"ThisElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"custom.solicitacao_"},"%p":{"%ei":"bTMCa0"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTMCx0"},"1":{"%p":{"%v":true,"%ei":"bTLDN","custom_state":"custom.isprocessoconclu_do__"},"%x":"SetCustomState","id":"bTMCy0"},"2":{"%p":{"%ei":"bTLDr","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTMDD0"},"3":{"%p":{"%ds":{"%n":{"%x":"Message","%nm":"custom.solicitacao_"},"%p":{"%ei":"bTMCa0"},"%x":"ThisElement"},"%ei":"bTMDI0"},"%x":"DisplayGroupData","id":"bTMDO0"},"4":{"%p":{"%ei":"bTMDI0"},"%x":"ShowElement","id":"bTMDU0"},"5":{"%p":{"%ei":"bTMCa0","custom_state":"custom.solicitacao_"},"%x":"SetCustomState","id":"bTMDP0"}}}},"%p":{"%h":123,"%l":0,"%t":0,"%w":450,"%et":"Group","order":1,"row_gap":24,"use_gap":false,"fit_height":false,"padding_top":8,"min_width_px":74,"default_width":450,"min_height_px":1123,"element_version":4,"horiz_alignment":"flex-start","container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTLDN","%nm":"G - Solicitacao - Online","custom_states":{"solicitacoes_":{"%d":"solicitacoes","%v":"list.custom.solicitacaolaudo","make_static":true},"isprocessoconclu_do__":{"%d":"isProcessoConcluÃdo?","%v":"boolean","make_static":true}}},"bTLJS1":{"%el":{"bTIcX":{"%p":{"%h":0,"%l":0,"%t":111,"%w":0,"%z":7,"order":8,"row_gap":24,"use_gap":true,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTLHs1","%dn":"Group A","%el":{"bTNOo":{"%p":{"%h":0,"%l":0,"%t":123,"%w":0,"%z":33,"order":1,"row_gap":24,"use_gap":true,"fit_height":true,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTLMq1"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTNOm","%dn":"Group I","%el":{"bTNOs":{"%p":{"%h":28,"%l":0,"%t":-150,"%w":352,"%z":32,"%3f":"top","%ci":"bTIWU","order":3,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTLJm1"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"CustomElement","id":"bTNOO","%dn":"G - Seletor de empresa A","%nm":"G - Seletor de empresa"},"bTNOt":{"%p":{"%h":200,"%l":0,"%t":-150,"%w":352,"%z":4,"%3f":"top","%ci":"bTIac","order":1,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"352px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNOU","%dn":"G - Seletor de Exame - Solicitação A"},"bTNOz":{"%p":{"%3":{"%e":{"0":"Selecionar arquivos ->"},"%x":"TextExpression"},"%h":48,"%l":0,"%t":0,"%w":0,"%z":6,"order":4,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"48px","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNOU"},"%x":"GetElement","is_slidable":false},"%p":{"button_disabled":true},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTLJm1"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkk"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTQki"},"%x":"GetElement","is_slidable":false},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Button","id":"bTNOu","%cp":"bTNOm","%dn":"Button A","%nm":"Btn - Continuar","%s1":"Button_btn___roxo___padr_o___16px_","order":2},"bTQkq":{"%p":{"%h":48,"%l":0,"%t":0,"%w":510,"%z":5,"%gt":"custom.solicitacaolaudo","order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"46px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_data"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNOU"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQki","%cp":"bTNOm","%dn":"Group J","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%z":2,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%c1":{"%x":"TextExpression"},"%cf":"text","%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":"Data exame"},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"unique_id":{"%e":{"0":"dataMass"},"%x":"TextExpression"},"fit_height":false,"font_family":"Inter","font_weight":"500","padding_left":44,"single_width":false,"padding_right":10,"single_height":false,"max_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","nonant_alignment":"ba","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)"},"%x":"Input","id":"bTQkk","%dn":"Input A","%nm":"Input - Data"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%z":1,"%9i":"date_range","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTQko","%dn":"MaterialIcon A"},"bTQjK":{"%p":{"%h":15,"%l":0,"%t":0,"%w":15,"%z":0,"AAE":{"%e":{"0":"dataMass"},"%x":"TextExpression"},"AAF":{"%e":{"0":"00/00/0000"},"%x":"TextExpression"},"order":12,"nonant_alignment":"aa"},"%x":"1609444246883x924984661248573400-AAD","id":"bTQkp","%cp":"bTIbP","%dn":"MaskInput A","%nm":"MaskInput - Data de exame"}},"%nm":"Group - Data de exame","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"},"bTLNK1":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":6,"order":5,"fit_height":false,"margin_top":0,"single_width":false,"margin_bottom":0,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":false,"container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.solicitacoes_"},"%p":{"%ei":"bTLHn1"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTLMk1","%cp":"bTLHn1","%dn":"Group F","%el":{"bTIfl":{"%p":{"%h":63,"%l":0,"%t":0,"%w":70,"%z":3,"%ds":{"%n":{"%x":"Message","%nm":"custom.solicitacoes_"},"%p":{"%ei":"bTLHn1"},"%x":"GetElement"},"%gt":"custom.solicitacaolaudo","%iv":false,"%sc":"rgba(150,150,150,0)","%ss":"solid","%sw":24,"order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"70px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"ThisElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"RepeatingGroup","id":"bTLMq1","%cp":"bTIYM","%dn":"RepeatingGroup A","%el":{"bTNQw":{"%p":{"%h":280,"%l":170,"%t":-157,"%w":280,"%z":29,"%3f":"top","%ci":"bTNPd","%ds":{"%x":"ElementParent","is_slidable":false},"order":3,"max_width":100,"min_width":0,"fit_height":true,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNQq","%dn":"G - Card de exame - Massivo A"},"bTLOo1":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":29,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":1,"use_gap":true,"column_gap":6,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTLOj1","%dn":"Group H","%el":{"bTLOp1":{"%p":{"%3":{"%e":{"0":"Exame ","1":{"%x":"CurrentCellsIndex"},"2":""},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":450,"%z":27,"%fc":"var(--color_background_default)","%fs":13,"%iv":true,"%lh":1,"order":3,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"single_width":false,"margin_bottom":8,"min_width_css":"12px","padding_right":24,"single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTLMs1","%cp":"bTIYM","%dn":"Text G","order":5},"bTLOv1":{"%p":{"%h":1,"%l":144,"%t":8.25,"%w":7,"%z":28,"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#fcba03"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":"<svg xmlns=\\"http://www.w3.org/2000/svg\\" version=\\"1.1\\" xmlns:xlink=\\"http://www.w3.org/1999/xlink\\" xmlns:svgjs=\\"http://svgjs.com/svgjs\\" width=\\"100%\\" height=\\"100%\\" x=\\"0\\" y=\\"0\\" viewBox=\\"0 0 512.001 512.001\\" style=\\"enable-background:new 0 0 512 512\\" xml:space=\\"preserve\\"><g><path d=\\"m503.839 395.379-195.7-338.962C297.257 37.569 277.766 26.315 256 26.315c-21.765 0-41.257 11.254-52.139 30.102L8.162 395.378c-10.883 18.85-10.883 41.356 0 60.205 10.883 18.849 30.373 30.102 52.139 30.102h391.398c21.765 0 41.256-11.254 52.14-30.101 10.883-18.85 10.883-41.356 0-60.205zm-25.978 45.207c-5.461 9.458-15.241 15.104-26.162 15.104H60.301c-10.922 0-20.702-5.646-26.162-15.104-5.46-9.458-5.46-20.75 0-30.208L229.84 71.416c5.46-9.458 15.24-15.104 26.161-15.104 10.92 0 20.701 5.646 26.161 15.104l195.7 338.962c5.459 9.458 5.459 20.75-.001 30.208z\\" fill=\\"[customCor]\\" data-original=\\"[customCor]\\"></path><path d=\\"M241.001 176.01h29.996v149.982h-29.996zM256 355.99c-11.027 0-19.998 8.971-19.998 19.998s8.971 19.998 19.998 19.998c11.026 0 19.998-8.971 19.998-19.998S267.027 355.99 256 355.99z\\" fill=\\"[customCor]\\" data-original=\\"[customCor]\\"></path></g></svg>"},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%iv":false,"order":2,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"colaboradorid_text"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"HTML","id":"bTLOq1","%dn":"HTML B","%s1":"HTML_default_"}},"%s1":"Group_default_group_"}},"%nm":"RG - Solicitações","order":1},"bTRkl":{"%p":{"%h":35,"%l":177,"%t":88,"%w":30,"%z":4,"order":3},"%x":"1522696718136x574197809845895200-AAC","id":"bTRkg","%dn":"GetMIMEType A"}},"%nm":"Group - Container","%s1":"Group_default_group_"},"bTLNO1":{"%p":{"%h":0,"%l":0,"%t":1021,"%w":0,"%z":31,"%iv":false,"order":3,"fit_height":true,"margin_left":24,"margin_right":24,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTLMq1"},"%x":"GetElement","is_slidable":false},"%p":{"padding_top":24},"%x":"State"}},"%x":"Group","id":"bTLJm1","%dn":"Group D","%el":{"bTLJs1":{"%p":{"%h":88,"%l":0,"%t":-1021,"%w":312,"%z":4,"order":2,"fit_width":false,"fit_height":true,"margin_top":8,"single_width":false,"min_width_css":"312px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTLJT1","%cp":"bTLHn1","%dn":"Group B","%el":{"cmMdM":{"%p":{"%b":false,"%f":"Barlow:::500","%h":80,"%l":0,"%t":0,"%w":26,"%bc":"rgba(221, 222, 229, 1)","%br":8,"%bw":2,"%fc":"rgba(58, 77, 143, 1)","%bgc":"rgba(245, 245, 245, 0)","%bos":"dashed","order":3,"message":{"%e":{"0":""},"%x":"TextExpression"},"fit_height":false,"font_family":"Barlow","font_weight":"500","single_width":false,"min_width_css":"100%","single_height":true,"min_height_css":"80px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"cmMwe0":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"rgba(58, 77, 143, 1)","%bw":2},"%x":"State"},"cmMwf0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"rgba(214, 39, 85, 1)"},"%x":"State"}},"%x":"multifileupload-MultiFileInput","id":"bTLJY1","%dn":"Multi-FileUploader A"},"cmMdT":{"%p":{"%h":14,"%l":0,"%t":0,"%w":189,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTLJZ1","%dn":"Group B","%el":{"cmMdU":{"%p":{"%3":{"%e":{"0":"Selecionar arquivo(s)"},"%x":"TextExpression"},"%h":13,"%l":0,"%t":0,"%w":24,"%z":0,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Text","id":"bTLJa1","%cp":"cmMcv.elements","%dn":"Text B","%s1":"Text_t_tulo___500___14___cinza_escuro___1_line_spacing_","order":3},"cmMda":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652735720747x603410578500994700/Icon%20-%20Upload%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_left":8,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTLJe1","%dn":"Image B"}},"%nm":"Group - Placeholder","%s1":"Group_default_group_"}},"%nm":"Group - Picture Uploader","%s1":"Group_default_group_"},"bTLJw1":{"%p":{"%3":{"%e":{"0":"Adicionar aquivos"},"%x":"TextExpression"},"%h":13,"%l":0,"%t":-1021,"%w":24,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"13px","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLJg1","%cp":"bTLHn1","%dn":"Text E","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_"},"bTLKK1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":312,"%z":28,"%iv":false,"order":3,"fit_height":true,"margin_top":24,"margin_left":0,"margin_right":0,"single_width":false,"margin_bottom":0,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTLKC1"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTLKC1","%cp":"bTLJm1","%dn":"Group E","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":false,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTLKE1","%dn":"Group E","%el":{"cmMnL":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677841287689x774963370397054200/Icon%20-%20Arrow%20Right%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%x":"Image","id":"bTLKI1","%cp":"cmMnG.elements","%dn":"Image C","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Vincular pacientes"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTLKJ1","%dn":"Text F","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Vincular Pacientes","%s1":"Group_group___roxo___8_border___2px_","order":6}},"%nm":"Group - Uploader de arquivos","%s1":"Group_default_group_"}},"%nm":"Group - Conteúdo","%s1":"Group_default_group_"},"bTIcf":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-circle[/fa] O nome do arquivo deve ser [b]exatamente o nome do paciente[/b].\\n\\nAo selecionar uma empresa, envie somente exames daquela empresa"},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":400,"%z":26,"%fc":"rgba(157,162,167,1)","%fs":13,"%iv":true,"%lh":1.4,"order":4,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":24,"single_width":false,"min_width_css":"12px","padding_right":24,"single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTLHt1","%cp":"bTIYM","%dn":"Text A","order":4},"bTIeh":{"%p":{"%h":48,"%l":0,"%t":0,"%w":312,"%z":28,"%iv":false,"order":9,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTLHu1"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"not equal"},"1":{"%k":"objexame_custom_objexameclinica","%v":{"%x":"Empty"},"%c2":"is_not_empty"},"2":{"%k":"arquivos_list_file","%v":{"%x":"Empty"},"%c2":"not empty"},"3":{"%k":"colaboradorid_text","%v":{"%x":"Empty"},"%c2":"is_not_empty"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"button_disabled":true},"%x":"State"},"3":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendodesconhecido__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Group","id":"bTLHu1","%cp":"bTIYM","%dn":"Group C","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":false,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTLHy1","%dn":"Group C","%el":{"cmMnL":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677841287689x774963370397054200/Icon%20-%20Arrow%20Right%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false},"%x":"State"}},"%x":"Image","id":"bTLHz1","%cp":"cmMnG.elements","%dn":"Image A","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Enviar solicitações"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%3":{"%e":{"0":"Aguardando conversões"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTLIA1","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Enviar Solicitação - Massivos","%s1":"Group_group___roxo___8_border___2px_","order":6},"bTIek":{"%p":{"%h":284,"%l":-517,"%t":602,"%w":1000,"%z":30,"%3f":"top","%ci":"bTHGH","%iv":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTLIF1","%dn":"P - Loading A","custom_definition_name":"P - Loading"},"bTIfG":{"%p":{"%h":232,"%l":-42,"%t":600,"%w":496,"%z":30,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTLIG1","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"},"bTIfN":{"%p":{"%h":133,"%l":0,"%t":0,"%w":316,"%z":2,"%br":8,"row_gap":16,"use_gap":true,"fit_height":true,"greyout_blur":0,"padding_left":36,"single_width":true,"min_width_css":"525px","padding_right":36,"single_height":false,"min_height_css":"133px","padding_bottom":36,"horiz_alignment":"flex-start","container_layout":"column","prevent_user_from_closing_through_esc":true},"%x":"Popup","id":"bTLIK1","%cp":"bTIYM","%dn":"Popup A","%el":{"bTNqu":{"%p":{"%h":125,"%l":0,"%t":0,"%w":125,"%z":2,"%ht":{"%e":{"0":"<script src=\\"https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js\\"></script>\\n<lottie-player src=\\"https://assets1.lottiefiles.com/packages/lf20_qdON1M.json\\" background=\\"transparent\\" speed=\\"1\\" style=\\"width: 100%; height: 100%;\\" loop autoplay></lottie-player>"},"%x":"TextExpression"},"order":1,"fit_height":true,"padding_top":0,"padding_left":0,"single_width":true,"min_width_css":"125px","padding_right":0,"single_height":true,"min_height_css":"125px","padding_bottom":0,"horiz_alignment":"center"},"%x":"HTML","id":"bTLIL1","%dn":"HTML A","%s1":"HTML_default_"},"bTNqx":{"%p":{"%3":{"%e":{"0":"Enviando solicitações [fa]spinner fa-pulse[/fa]"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::600","%h":15,"%l":0,"%t":0,"%w":33,"%z":3,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(149, 157, 173, 1)","%fs":16,"%lh":1,"%vc":true,"%bos":"none","order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"15px","padding_bottom":0,"horiz_alignment":"center"},"%x":"Text","id":"bTLIM1","%dn":"Text D"},"bTPQy":{"%p":{"%h":18,"%l":103,"%t":93,"%w":33,"%z":4,"%br":360,"AAD":{"%n":{"%n":{"%a":100,"%n":{"%a":2,"%x":"Message","%nm":"round"},"%x":"Message","%nm":"times"},"%x":"Message","%nm":"convert_to_number"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement"},"%x":"Message","%nm":"divide"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLIE1"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"AAE":"var(--color_primary_default)","AAG":true,"AAH":true,"AAI":false,"AAM":false,"order":4,"fit_height":false,"single_width":false,"min_width_css":"33px","single_height":true,"min_height_css":"18px","horiz_alignment":"flex-start"},"%x":"1586417026456x360184924969369600-AAC","id":"bTLIQ1","%dn":"Simpleprogressbar A"},"bTPRb":{"%p":{"%3":{"%e":{"0":"Não feche essa aba do navegador"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::600","%h":15,"%l":10,"%t":10,"%w":33,"%z":5,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(149, 157, 173, 1)","%fs":14,"%lh":1,"%vc":true,"%bos":"none","order":3,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"15px","padding_bottom":0,"horiz_alignment":"center"},"%x":"Text","id":"bTLIR1","%cp":"bTPQn","%dn":"Text D","order":4}},"%nm":"Popup - Enviando Solicitação","order":6},"bTLNa1":{"%p":{"%h":0,"%l":0,"%t":8,"%w":0,"%z":31,"order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTLNV1","%dn":"Group G","%el":{"bTLNb1":{"%p":{"%h":16,"%l":0,"%t":-8,"%w":16,"%z":29,"order":1},"%x":"1618892957212x885363265747026000-AAC","id":"bTLIE1","%dn":"Simplelooper A","%nm":"Simplelooper - Calcular valores"},"bTLNh1":{"%p":{"%h":16,"%l":10,"%t":10,"%w":16,"%z":29,"order":2},"%x":"1618892957212x885363265747026000-AAC","id":"bTLNc1","%cp":"bTLNV1","%dn":"Simplelooper B","%nm":"Simplelooper - Criar solicitacoes"}},"%s1":"Group_default_group_"}},"%wf":{"bTIep":{"%p":{"%en":"iniciar-loop-definir-valores","event_color":"orange"},"%x":"CustomEvent","id":"bTLId1","actions":{"0":{"%p":{"%ei":"bTLIK1"},"%x":"ShowElement","id":"bTLIe1"},"1":{"%p":{"%ei":"bTLIE1"},"%x":"1618892957212x885363265747026000-AAE","id":"bTLIi1"}}},"bTIes":{"%p":{"%ei":"bTLIE1","event_color":"blue"},"%x":"1618892957212x885363265747026000-AAD","id":"bTLIj1","actions":{"0":{"%p":{"%cs":{"0":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"1":{"%k":"valoradicional_number","%v":{"%n":{"%x":"Message","%nm":"convert_to_number"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%n":{"%n":{"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"convert_to_number"},"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"valorpctgurgenciapaga_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"times"},"%x":"Message","%nm":"valorexame_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"0"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"greater_than"},"%x":"Message","%nm":"plus"},"%x":"Message","%nm":"count"},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text"},"%x":"InjectedValue"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%c2":"equals"},"4":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ak":{"%x":"Empty"}},"2":{"%k":"valortotal_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"3":{"%k":"valorinicial_number","%v":{"%n":{"%n":{"%x":"Message","%nm":"valorexame_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M="},"%ak":{"%x":"Empty"}},"4":{"%k":"dataprevistalimite_date","%v":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"segundostotaisrealizacao_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%x":"Message","%nm":"plus_seconds"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLIE1"},"%x":"ThisElement"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement"}},"%x":"ChangeThing","id":"bTLIk1"},"1":{"%p":{"%cs":{"0":{"%k":"valortotal_number","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"valoradicional_number"},"%x":"InjectedValue"},"%x":"Message","%nm":"plus"},"%x":"Message","%nm":"valorinicial_number"},"%x":"InjectedValue"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"%ai":"bTLIk1"},"%x":"PreviousStep"}},"%x":"ChangeThing","id":"bTLIo1"},"2":{"%p":{"%cs":{"0":{"%k":"qtdesolicitada_number","%v":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"plus","is_slidable":false},"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%p":{"%ai":"bTLIk1"},"%x":"PreviousStep"}},"%x":"ChangeThing","id":"bTUUu"},"3":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement"},"%x":"Message","%nm":"less_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLIE1"},"%x":"ThisElement"},"%ei":"bTLIE1"},"%x":"1618892957212x885363265747026000-AAI","id":"bTLIp1"},"4":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTLMq1"},"%x":"GetElement"},"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLIE1"},"%x":"ThisElement"},"%ei":"bTLIE1"},"%x":"1618892957212x885363265747026000-AAJ","id":"bTLIq1"}}},"bTIfB":{"%p":{"%ei":"bTLIE1","event_color":"red"},"%x":"1618892957212x885363265747026000-AAF","id":"bTLIu1","actions":{"0":{"%p":{"%v":true,"%ei":"bTLHn1","custom_state":"custom.isprocessoconclu_do__"},"%x":"SetCustomState","id":"bTLIv1"},"1":{"%p":{"%ei":"bTLIG1","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Solicitações enviadas!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTLIw1"},"2":{"%p":{"%ei":"bTLIK1"},"%x":"HideElement","id":"bTLJA1"}}},"bTIfW":{"%p":{"%ei":"bTLHu1","event_color":"green"},"%x":"ButtonClicked","id":"bTLJB1","actions":{"0":{"%p":{"custom_event":"bTLId1"},"%x":"TriggerCustomEvent","id":"bTLPI1"}}},"bTNPF":{"%p":{"%ei":"bTNOu","event_color":"green"},"%x":"ButtonClicked","id":"bTNPA","actions":{"0":{"%p":{"%ei":"bTLJm1"},"%x":"ShowElement","id":"bTNPG"}}},"bTNPL":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_visible","is_slidable":false},"%p":{"%ei":"bTLJm1"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTLHn1"},"%x":"ThisElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTNPK","actions":{"0":{"%p":{"%ei":"bTLJm1"},"%x":"HideElement","id":"bTNPM"}}},"bTNQy":{"%p":{"%en":"criar-e-ou-definir-colaborador","parameters":{"0":{"is_list":false,"btype_id":"custom.solicitacaolaudo","optional":false,"param_id":"bTNRC","param_name":"solicitacao"},"1":{"is_list":false,"btype_id":"custom.colaborador1","optional":false,"param_id":"bTNRD","param_name":"paciente"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTNQx","actions":{"0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%p":{"btype_id":"custom.colaborador1","event_id":"bTNQx","optional":false,"param_id":"bTNRD","param_name":"paciente"},"%x":"CurrentWorkflowItem","is_slidable":false},"%i2":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"idcolaborador_text","%v":{"%e":{"0":"COL","1":{"%p":{"length":27,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"nome_text","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG","is_slidable":false},"%p":{"%ei":"bTLNc1"},"%x":"GetElement","is_slidable":false},"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"empresaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idempresa_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNOO"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.colaborador1"},"%x":"NewThing","id":"bTNRO"},"1":{"%p":{"%cs":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%a":{"%p":{"%ai":"bTNRO"},"%x":"PreviousStep","is_slidable":false},"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"convert_to_list","is_slidable":false},"%p":{"btype_id":"custom.colaborador1","event_id":"bTNQx","optional":false,"param_id":"bTNRD","param_name":"paciente"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"btype_id":"custom.solicitacaolaudo","event_id":"bTNQx","optional":false,"param_id":"bTNRC","param_name":"solicitacao"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"ChangeThing","id":"bTNRQ"}}},"bTQwL":{"%p":{"%en":"reset","event_color":"orange"},"%x":"CustomEvent","id":"bTQwK","actions":{"0":{"%p":{"%ei":"bTNOO"},"%x":"ResetGroup","id":"bTQwM"},"1":{"%p":{"%v":false,"%ei":"bTLHn1","custom_state":"custom.isprocessoconclu_do__","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.solicitacoes_"}}},"%x":"SetCustomState","id":"bTQwQ"}}},"bTLNn1":{"%p":{"%ei":"bTLKC1","wf_folder":"bTLNo1","event_color":"green"},"%x":"ButtonClicked","id":"bTLNi1","actions":{"0":{"%p":{"%ei":"bTLIF1","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTLNs1"},"1":{"%p":{"%ei":"bTLNc1"},"%x":"1618892957212x885363265747026000-AAE","id":"bTLNt1"}}},"bTLNy1":{"%p":{"%ei":"bTLNc1","wf_folder":"bTLNo1","event_color":"blue"},"%x":"1618892957212x885363265747026000-AAD","id":"bTLNu1","actions":{"0":{"%p":{"%ei":"bTRkg","AAH":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLNc1"},"%x":"ThisElement"},"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AAM":true},"%x":"1522696718136x574197809845895200-AAE","id":"bTRkq"},"1":{"%p":{"%i2":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"colaboradorid_text","%v":{"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"idsolicitacao_text","%v":{"%e":{"0":"SOL","1":{"%p":{"length":27,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"isurgente__boolean","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"4":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNOU"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"5":{"%k":"ordem_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"6":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"em_cria__o"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"7":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"aguardando"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"8":{"%k":"valoradicional_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"9":{"%k":"valortotal_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"10":{"%k":"arquivos_list_file","%v":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLNc1"},"%x":"ThisElement"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":"add"},"11":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNOU"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"12":{"%k":"empresaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"empresaid_text"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"_all","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLNc1"},"%x":"ThisElement"},"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%c2":"contains_all_fields"}},"%t5":"custom.colaborador1"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"13":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%p":{"%ft":"custom","tz_type":"static","tz_static":"America/Sao_Paulo","custom_format":"mm/yyyy"},"%x":"Message","%nm":"format_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"14":{"%k":"data_date","%v":{"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%ak":{"%x":"Empty"}},"15":{"%k":"formasolicitacao_option_formas___solicita__o","%v":{"%p":{"option_set":"option.formas___solicita__o","option_value":"3_"},"%x":"OneOptionValue","is_slidable":false},"%ak":{"%x":"Empty"}},"16":{"%k":"isencaminhadomedico__boolean","%v":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"encaminhamento_autom_tico_ao_m_dico"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNOU"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}},"17":{"%k":"medicoresponsavel_user","%v":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"iduser_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"medicoid_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNOU"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"user"},"%x":"Search"},"%ak":{"%x":"Empty"}},"18":{"%k":"arquivooriginal_file","%v":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLNc1"},"%x":"ThisElement"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"19":{"%k":"mimetypearquivo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_AAD","is_slidable":false},"%p":{"%ei":"bTRkg"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"20":{"%k":"mimetypearquivomanual_text","%v":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLNc1"},"%x":"ThisElement"},"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"to_lowercase","is_slidable":false},"%x":"Message","%nm":"last_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"21":{"%k":"iswasabi__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tt":"custom.solicitacaolaudo"},"%x":"NewThing","id":"bTLNz1"},"2":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_data"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNOU"},"%x":"GetElement","is_slidable":false},"%cs":{"0":{"%k":"data_date","%v":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkk"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkk"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkk"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"change_date","is_slidable":false},"%x":"Message","%nm":"change_month","is_slidable":false},"%x":"Message","%nm":"change_years","is_slidable":false},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"%ai":"bTLNz1"},"%x":"PreviousStep","is_slidable":false}},"%x":"ChangeThing","id":"bTQkv"},"3":{"%p":{"arguments":{"0":{"param_id":"bTNRC","arg_value":{"%p":{"%ai":"bTLNz1"},"%x":"PreviousStep","is_slidable":false}},"1":{"param_id":"bTNRD","arg_value":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"nome_text","%v":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLNc1"},"%x":"ThisElement"},"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}}},"custom_event":"bTNQx"},"%x":"TriggerCustomEvent","id":"bTNRI"},"4":{"%p":{"%v":{"%n":{"%n":{"%a":{"%p":{"%ai":"bTLNz1"},"%x":"PreviousStep"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.solicitacoes_"},"%p":{"%ei":"bTLHn1"},"%x":"GetElement"},"%ei":"bTLHn1","custom_state":"custom.solicitacoes_"},"%x":"SetCustomState","id":"bTLOR1"},"5":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement"},"%x":"Message","%nm":"less_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLNc1"},"%x":"ThisElement"},"%ei":"bTLNc1"},"%x":"1618892957212x885363265747026000-AAI","id":"bTLOE1"},"6":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTLJY1"},"%x":"GetElement"},"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTLNc1"},"%x":"ThisElement"},"%ei":"bTLNc1"},"%x":"1618892957212x885363265747026000-AAJ","id":"bTLOF1"}}},"bTLOK1":{"%p":{"%ei":"bTLNc1","wf_folder":"bTLNo1","event_color":"red"},"%x":"1618892957212x885363265747026000-AAF","id":"bTLOG1","actions":{"0":{"%p":{"%ei":"bTLIF1","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTLOL1"},"1":{"%p":{"%ei":"bTLJm1"},"%x":"ResetGroup","id":"bTLOi1"},"2":{"%p":{"%cs":{"0":{"%k":"dataultimasolicitacao_date","%v":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"Created Date","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%d2":true,"%sf":"Created Date"},"%x":"Message","%nm":"sorted","is_slidable":true},"%x":"Message","%nm":"custom.solicitacoes_","is_slidable":false},"%p":{"%ei":"bTLHn1"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"ChangeThing","id":"bTNRU"}}}},"%p":{"%h":123,"%l":0,"%t":0,"%w":450,"%et":"Group","order":1,"row_gap":24,"use_gap":false,"fit_height":false,"padding_top":8,"min_width_px":74,"default_width":450,"min_height_px":1123,"wf_folder_list":{"bTLNo1":"Criar solicitações"},"element_version":4,"horiz_alignment":"flex-start","container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTLHn1","%nm":"G - Solicitacao - Massivo","custom_states":{"solicitacoes_":{"%d":"solicitacoes","%v":"list.custom.solicitacaolaudo","make_static":true},"isprocessoconclu_do__":{"%d":"isProcessoConcluÃdo?","%v":"boolean","make_static":true}}},"bTNVF":{"%el":{"bTIcX":{"%p":{"%h":0,"%l":0,"%t":111,"%w":0,"%z":7,"order":7,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTNTe","%dn":"Group A","%el":{"bTIcb":{"%p":{"%h":0,"%l":0,"%t":24,"%w":0,"%z":6,"order":2,"fit_height":true,"margin_top":24,"single_width":false,"margin_bottom":24,"min_width_css":"0px","single_height":false,"max_height_css":"100%","min_height_css":"0px","horiz_alignment":"flex-start","overflow_scroll":false,"container_layout":"column","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVM"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTNTf","%dn":"Group B","%el":{"bTIZb":{"%p":{"%h":102,"%l":0,"%t":0,"%w":312,"%z":5,"%3f":"top","%ci":"bTIYn","%iv":true,"order":2,"max_width":100,"min_width":0,"fit_height":true,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNTg","%dn":"G - File Uploader A","%nm":"G - File Uploader - Novo exame","custom_definition_name":"G - File Uploader"},"bTIfl":{"%p":{"%h":63,"%l":0,"%t":0,"%w":70,"%z":3,"%ds":{"%n":{"%x":"Message","%nm":"custom.solicitacoes_"},"%p":{"%ei":"bTNTY"},"%x":"GetElement"},"%gt":"custom.solicitacaolaudo","%iv":false,"%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":true,"fixed_rows":false,"single_width":false,"min_width_css":"70px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px","collapse_when_hidden":true,"data_correctly_attached_once":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"ThisElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"RepeatingGroup","id":"bTNTk","%cp":"bTIYM","%dn":"RepeatingGroup A","%el":{"bTNXo":{"%p":{"%h":44,"%l":48,"%t":79,"%w":402,"%z":28,"%3f":"top","%ci":"bTNVW","%ds":{"%x":"ElementParent","is_slidable":false},"order":5,"max_width":100,"min_width":0,"fit_height":true,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"40px","single_height":false,"min_height_css":"44px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNXm","%dn":"G - Card de Solicitacao - Por Exame A"},"bTSzQ0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":29,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":3,"fit_height":true,"padding_left":24,"single_width":false,"margin_bottom":12,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTSzO0","%dn":"Group D","%el":{"bTSzU0":{"%p":{"%3":{"%e":{"0":"Exame ","1":{"%x":"CurrentCellsIndex"},"2":""},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":450,"%z":27,"%fc":"var(--color_background_default)","%fs":16,"%iv":true,"%lh":1,"order":1,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"margin_bottom":0,"min_width_css":"12px","padding_right":0,"single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTNTm","%cp":"bTIYM","%dn":"Text B","order":5},"bTSza0":{"%p":{"%h":200,"%l":0,"%t":0,"%w":200,"%z":28,"%3f":"top","%ci":"bTSyZ0","%ds":{"%x":"ElementParent","is_slidable":false},"order":2,"fit_width":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTSzV0","%cp":"bTSzO0","%dn":"G - Cancelar Solicitacao A","custom_definition_name":"G - Cancelar Solicitacao"}},"%s1":"Group_default_group_"}},"%nm":"RG - Solicitações","order":1}},"%nm":"Group - Container","%s1":"Group_default_group_"}},"%nm":"Group - Conteúdo","%s1":"Group_default_group_"},"bTIcf":{"%p":{"%3":{"%e":{"0":"[fa]exclamation-circle[/fa] Para iniciar, você deve definir o tipo de exame"},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":400,"%z":26,"%fc":"rgba(157,162,167,1)","%fs":13,"%iv":true,"%lh":1.4,"order":4,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":24,"single_width":false,"min_width_css":"12px","padding_right":24,"single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTNTq","%cp":"bTIYM","%dn":"Text A","order":4},"bTIeh":{"%p":{"%h":48,"%l":0,"%t":0,"%w":312,"%z":28,"%iv":false,"order":8,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTNTr"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"count"},"%p":{"%co":{"0":{"%k":"objexame_custom_objexameclinica","%v":{"%x":"Empty"},"%c2":"is_not_empty"},"1":{"%k":"arquivos_list_file","%v":{"%x":"Empty"},"%c2":"not empty"},"2":{"%k":"colaboradorid_text","%v":{"%x":"Empty"},"%c2":"is_not_empty"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"},"2":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"},"3":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendodesconhecido__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"},"%p":{"button_disabled":true},"%x":"State"}},"%x":"Group","id":"bTNTr","%cp":"bTIYM","%dn":"Group C","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":false,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTNTs","%dn":"Group C","%el":{"cmMnL":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677841287689x774963370397054200/Icon%20-%20Arrow%20Right%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":false,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false},"%x":"State"}},"%x":"Image","id":"bTNTw","%cp":"cmMnG.elements","%dn":"Image A","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Enviar solicitações"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%3":{"%e":{"0":"Aguardando conversões"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTNTx","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Enviar Solicitação","%s1":"Group_group___roxo___8_border___2px_","order":6},"bTIej":{"%p":{"%h":16,"%l":0,"%t":171,"%w":16,"%z":29,"order":3},"%x":"1618892957212x885363265747026000-AAC","id":"bTNTy","%dn":"Simplelooper A","%nm":"Simplelooper - Calcular valores"},"bTIek":{"%p":{"%h":284,"%l":-517,"%t":602,"%w":1000,"%z":30,"%3f":"top","%ci":"bTHGH","%iv":true,"order":0,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTNUC","%dn":"P - Loading A","custom_definition_name":"P - Loading"},"bTIfG":{"%p":{"%h":232,"%l":-42,"%t":600,"%w":496,"%z":30,"%3f":"top","%ci":"bTHDQ","order":1,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTNUD","%dn":"P - Sucesso A","custom_definition_name":"P - Sucesso"},"bTIfN":{"%p":{"%h":133,"%l":0,"%t":0,"%w":316,"%z":2,"%br":8,"order":2,"row_gap":16,"use_gap":true,"fit_height":true,"greyout_blur":0,"padding_left":36,"single_width":true,"min_width_css":"525px","padding_right":36,"single_height":false,"min_height_css":"133px","padding_bottom":36,"horiz_alignment":"flex-start","container_layout":"column","prevent_user_from_closing_through_esc":true},"%x":"Popup","id":"bTNUE","%cp":"bTIYM","%dn":"Popup A","%el":{"bTNqu":{"%p":{"%h":125,"%l":0,"%t":0,"%w":125,"%z":2,"%ht":{"%e":{"0":"<script src=\\"https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js\\"></script>\\n<lottie-player src=\\"https://assets1.lottiefiles.com/packages/lf20_qdON1M.json\\" background=\\"transparent\\" speed=\\"1\\" style=\\"width: 100%; height: 100%;\\" loop autoplay></lottie-player>"},"%x":"TextExpression"},"order":1,"fit_height":true,"padding_top":0,"padding_left":0,"single_width":true,"min_width_css":"125px","padding_right":0,"single_height":true,"min_height_css":"125px","padding_bottom":0,"horiz_alignment":"center"},"%x":"HTML","id":"bTNUI","%dn":"HTML A","%s1":"HTML_default_"},"bTNqx":{"%p":{"%3":{"%e":{"0":"Enviando solicitações [fa]spinner fa-pulse[/fa]"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::600","%h":15,"%l":0,"%t":0,"%w":33,"%z":3,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(149, 157, 173, 1)","%fs":16,"%lh":1,"%vc":true,"%bos":"none","order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"15px","padding_bottom":0,"horiz_alignment":"center"},"%x":"Text","id":"bTNUJ","%dn":"Text D"},"bTPQy":{"%p":{"%h":18,"%l":103,"%t":93,"%w":33,"%z":4,"%br":360,"AAD":{"%n":{"%n":{"%a":100,"%n":{"%a":2,"%x":"Message","%nm":"round"},"%x":"Message","%nm":"times"},"%x":"Message","%nm":"convert_to_number"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"},"%x":"Message","%nm":"divide"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNTy"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"AAE":"var(--color_primary_default)","AAG":true,"AAH":true,"AAI":false,"AAM":false,"order":4,"fit_height":false,"single_width":false,"min_width_css":"33px","single_height":true,"min_height_css":"18px","horiz_alignment":"flex-start"},"%x":"1586417026456x360184924969369600-AAC","id":"bTNUK","%dn":"Simpleprogressbar A"},"bTPRb":{"%p":{"%3":{"%e":{"0":"Não feche essa aba do navegador"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::600","%h":15,"%l":10,"%t":10,"%w":33,"%z":5,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%fa":"center","%fc":"rgba(149, 157, 173, 1)","%fs":14,"%lh":1,"%vc":true,"%bos":"none","order":3,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"33px","padding_right":0,"single_height":false,"min_height_css":"15px","padding_bottom":0,"horiz_alignment":"center"},"%x":"Text","id":"bTNUO","%cp":"bTPQn","%dn":"Text D","order":4}},"%nm":"Popup - Enviando Solicitação","order":6},"bTNVS":{"%p":{"%h":200,"%l":98,"%t":24,"%w":352,"%z":7,"%3f":"top","%ci":"bTIac","order":6,"max_width":100,"min_width":0,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"352px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNVM","%dn":"G - Seletor de Exame - Solicitação A"}},"%wf":{"bTIZP":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"custom.t_tulo_"},"%p":{"%ei":"bTNTg"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTNTY"},"%x":"ThisElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTNUP","actions":{"0":{"%p":{"%v":"Adicione um arquivo de exame","%ei":"bTNTg","custom_state":"custom.t_tulo_"},"%x":"SetCustomState","id":"bTNUQ"},"1":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"%ei":"bTNTg","custom_state":"custom.iswasabi__"},"%x":"SetCustomState","id":"bTSSy"}}},"bTIZS":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isarquivoalterado__"},"%p":{"%ei":"bTNTg"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTNUU","actions":{"0":{"%p":{"%i2":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"colaboradorid_text","%v":{"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"idsolicitacao_text","%v":{"%e":{"0":"SOL","1":{"%p":{"length":27,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"isurgente__boolean","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"4":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVM"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}},"5":{"%k":"ordem_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"6":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"em_cria__o"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"7":{"%k":"status_option_status___solicita__o","%v":{"%p":{"option_set":"option.status___solicita__o","option_value":"aguardando"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"8":{"%k":"valoradicional_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"9":{"%k":"valortotal_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"10":{"%k":"arquivos_list_file","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTNTg"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":"add"},"11":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVM"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"12":{"%k":"empresaid_text","%v":{"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"13":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%p":{"%ft":"custom","tz_type":"static","tz_static":"America/Sao_Paulo","custom_format":"mm/yyyy"},"%x":"Message","%nm":"format_date"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"14":{"%k":"data_date","%v":{"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%ak":{"%x":"Empty"}},"15":{"%k":"isencaminhadomedico__boolean","%v":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"encaminhamento_autom_tico_ao_m_dico"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVM"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}},"16":{"%k":"medicoresponsavel_user","%v":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"iduser_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"medicoid_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVM"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"user"},"%x":"Search"},"%ak":{"%x":"Empty"}},"17":{"%k":"arquivooriginal_file","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.imagem_","is_slidable":false},"%p":{"%ei":"bTNTg"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"18":{"%k":"mimetypearquivo_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.mimetype_","is_slidable":false},"%p":{"%ei":"bTNTg"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"19":{"%k":"mimetypearquivomanual_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.mimetypemanual_","is_slidable":false},"%p":{"%ei":"bTNTg"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.solicitacaolaudo"},"%x":"NewThing","id":"bTNUV"},"1":{"%p":{"%v":{"%n":{"%n":{"%a":{"%p":{"%ai":"bTNUV"},"%x":"PreviousStep"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.solicitacoes_"},"%p":{"%ei":"bTNTY"},"%x":"GetElement"},"%ei":"bTNTY","custom_state":"custom.solicitacoes_"},"%x":"SetCustomState","id":"bTNUW"},"2":{"%p":{"%v":false,"%ei":"bTNTg","custom_state":"custom.isarquivoalterado__","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.imagem_"}}},"%x":"SetCustomState","id":"bTNUa"}}},"bTIep":{"%p":{"%en":"iniciar-loop-definir-valores","event_color":"orange"},"%x":"CustomEvent","id":"bTNUb","actions":{"0":{"%p":{"%ei":"bTNUE"},"%x":"ShowElement","id":"bTNUc"},"1":{"%p":{"%ei":"bTNTy"},"%x":"1618892957212x885363265747026000-AAE","id":"bTNUg"}}},"bTIes":{"%p":{"%ei":"bTNTy","event_color":"blue"},"%x":"1618892957212x885363265747026000-AAD","id":"bTNUh","actions":{"0":{"%p":{"%cs":{"0":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%ak":{"%x":"Empty"}},"1":{"%k":"valoradicional_number","%v":{"%n":{"%x":"Message","%nm":"convert_to_number"},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%n":{"%n":{"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"convert_to_number"},"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"valorpctgurgenciapaga_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%n":{"%p":{"decimal_place":2},"%x":"Message","%nm":"format_number"},"%x":"Message","%nm":"times"},"%x":"Message","%nm":"valorexame_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"0"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"greater_than"},"%x":"Message","%nm":"plus"},"%x":"Message","%nm":"count"},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text"},"%x":"InjectedValue"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%c2":"equals"},"4":{"%k":"status_option_status___cria__o","%v":{"%p":{"option_set":"option.status___cria__o","option_value":"criado"},"%x":"OneOptionValue"},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ak":{"%x":"Empty"}},"2":{"%k":"valortotal_number","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}},"3":{"%k":"valorinicial_number","%v":{"%n":{"%n":{"%x":"Message","%nm":"valorexame_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M="},"%ak":{"%x":"Empty"}},"4":{"%k":"dataprevistalimite_date","%v":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"segundostotaisrealizacao_number"},"%x":"Message","%nm":"objexame_custom_objexameclinica"},"%x":"InjectedValue"},"%x":"Message","%nm":"plus_seconds"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%ak":{"%x":"Empty"}},"5":{"%k":"iswasabi__boolean","%v":{"%n":{"%x":"Message","%nm":"custom.iswasabi__","is_slidable":false},"%p":{"%ei":"bTNTg"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNTy"},"%x":"ThisElement"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"}},"%x":"ChangeThing","id":"bTNUi"},"1":{"%p":{"%cs":{"0":{"%k":"valortotal_number","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"valoradicional_number"},"%x":"InjectedValue"},"%x":"Message","%nm":"plus"},"%x":"Message","%nm":"valorinicial_number"},"%x":"InjectedValue"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNTy"},"%x":"ThisElement"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"}},"%x":"ChangeThing","id":"bTNUm"},"2":{"%p":{"%cs":{"0":{"%k":"qtdesolicitada_number","%v":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"plus","is_slidable":false},"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%p":{"%ai":"bTNUi"},"%x":"PreviousStep","is_slidable":false}},"%x":"ChangeThing","id":"bTUUw"},"3":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"},"%x":"Message","%nm":"less_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNTy"},"%x":"ThisElement"},"%ei":"bTNTy"},"%x":"1618892957212x885363265747026000-AAI","id":"bTNUn"},"4":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTNTk"},"%x":"GetElement"},"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNTy"},"%x":"ThisElement"},"%ei":"bTNTy"},"%x":"1618892957212x885363265747026000-AAJ","id":"bTNUo"}}},"bTIfB":{"%p":{"%ei":"bTNTy","event_color":"blue"},"%x":"1618892957212x885363265747026000-AAF","id":"bTNUs","actions":{"0":{"%p":{"%v":true,"%ei":"bTNTY","custom_state":"custom.isprocessoconclu_do__"},"%x":"SetCustomState","id":"bTNUt"},"1":{"%p":{"%ei":"bTNUD","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Solicitações enviadas!"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTNUu"},"2":{"%p":{"%ei":"bTNUE"},"%x":"HideElement","id":"bTNUy"},"3":{"%p":{"%cs":{"0":{"%k":"dataultimasolicitacao_date","%v":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"Created Date","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%d2":true,"%sf":"Created Date"},"%x":"Message","%nm":"sorted","is_slidable":true},"%x":"Message","%nm":"custom.solicitacoes_","is_slidable":false},"%p":{"%ei":"bTNTY"},"%x":"GetElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"ChangeThing","id":"bTNUz"}}},"bTIfW":{"%p":{"%ei":"bTNTr","event_color":"green"},"%x":"ButtonClicked","id":"bTNVA","actions":{"0":{"%p":{"custom_event":"bTNUb"},"%x":"TriggerCustomEvent","id":"bTNVE"}}},"bTQvo":{"%p":{"%en":"reset","event_color":"orange"},"%x":"CustomEvent","id":"bTQvh","actions":{"0":{"%p":{"%v":false,"%ei":"bTNTY","custom_state":"custom.isprocessoconclu_do__","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.solicitacoes_"}}},"%x":"SetCustomState","id":"bTQvm"},"1":{"%p":{"%ei":"bTNVM"},"%x":"ResetGroup","id":"bTQvn"}}}},"%p":{"%h":123,"%l":0,"%t":0,"%w":450,"%et":"Group","order":1,"row_gap":24,"use_gap":false,"fit_height":false,"padding_top":8,"min_width_px":74,"default_width":450,"min_height_px":1123,"element_version":4,"horiz_alignment":"flex-start","container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTNTY","%nm":"G - Solicitacao - Por Exame","custom_states":{"solicitacoes_":{"%d":"solicitacoes","%v":"list.custom.solicitacaolaudo","make_static":true},"isprocessoconclu_do__":{"%d":"isProcessoConcluÃdo?","%v":"boolean","make_static":true}}},"bTHKf":{"%el":{"bTHMq":{"%p":{"%h":176,"%l":0,"%t":8,"%w":312,"%z":6,"%iv":false,"order":4,"fit_width":false,"fit_height":true,"margin_top":8,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"175.5px","horiz_alignment":"flex-start","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTHKI"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHKG","%dn":"Group C","%el":{"bTHMr":{"%p":{"%h":71,"%l":0,"%t":0,"%w":94,"%z":2,"%br":8,"src":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTHKI"},"%x":"GetElement"},"2":""},"%x":"TextExpression"},"order":5,"fit_height":true,"single_width":false,"min_width_css":"94px","single_height":false,"min_height_css":"71px","horiz_alignment":"flex-start","nonant_alignment":"bc","use_aspect_ratio":true,"aspect_ratio_width":16,"aspect_ratio_height":9},"%x":"Image","id":"bTHKK","%dn":"Image B","%nm":"Imagem - Upload"},"bTHMu0":{"%p":{"%h":52,"%l":0,"%t":0,"%w":73,"%z":3,"%br":8,"%iv":false,"%bas":"bgcolor","%bgc":"rgba(0,0,0,0.32)","fit_height":false,"single_width":false,"min_width_css":"73px","single_height":false,"min_height_css":"52px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTHKL"},"%x":"ThisElement"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTHKK"},"%x":"GetElement"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"or_"},"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTHKG"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHKL","%dn":"Group D","%el":{"bTHMx0":{"%p":{"%h":41,"%l":0,"%t":0,"%w":86,"%z":2,"%br":360,"%bas":"bgcolor","row_gap":2,"use_gap":true,"fit_height":true,"single_width":true,"min_width_css":"86px","single_height":false,"min_height_css":"86px","horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"bb","container_vert_alignment":"center"},"%x":"Group","id":"bTHKJ","%dn":"Group E","%el":{"bTHNA0":{"%p":{"%h":22,"%l":33,"%t":7,"%w":22,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1664311128074x949779090799754800/Icon%20-%20Reload%20-%20%234E5B76.svg"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"22px","single_height":true,"min_height_css":"22px","horiz_alignment":"center"},"%x":"Image","id":"bTHKN","%dn":"Image C"},"bTHND0":{"%p":{"%3":{"%e":{"0":"Trocar"},"%x":"TextExpression"},"%h":13,"%l":0,"%t":0,"%w":24,"%z":7,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"24px","single_height":false,"min_height_css":"13px","horiz_alignment":"center"},"%x":"Text","id":"bTHKO","%cp":"bTHMv0.elements","%dn":"Text C","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_"}}}},"%nm":"Group - Alterar Imagem"}},"%nm":"Group - Imagem do Upload","%s1":"Group_default_group_"},"bTMWE":{"%p":{"%h":284,"%l":327,"%t":282,"%w":1000,"%z":7,"%3f":"top","%ci":"bTHGH","%iv":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHKM","%dn":"P - Loading A","custom_definition_name":"P - Loading"},"cmMdD":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.t_tulo_"},"%p":{"%ei":"bTHKI"},"%x":"GetElement"},"2":""},"%x":"TextExpression"},"%h":13,"%l":0,"%t":0,"%w":24,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"13px","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHKQ","%dn":"Text A","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_"},"cmMdL":{"%p":{"%h":88,"%l":0,"%t":0,"%w":312,"%z":4,"order":3,"fit_width":false,"fit_height":true,"margin_top":8,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTHKI"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTHKR","%dn":"Group A","%el":{"cmMdM":{"%p":{"%h":80,"%l":0,"%t":0,"%w":26,"%z":3,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":3,"fit_height":false,"single_width":false,"min_width_css":"100%","single_height":true,"min_height_css":"80px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"PictureInput","id":"bTHKP","%dn":"PictureUploader A","%s1":"PictureInput_uploader___outline_dashed___no_background___8_border___1px_"},"cmMdT":{"%p":{"%h":14,"%l":0,"%t":0,"%w":189,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb"},"%x":"Group","id":"bTHKT","%dn":"Group B","%el":{"cmMdU":{"%p":{"%3":{"%e":{"0":"Adicionar imagem"},"%x":"TextExpression"},"%h":13,"%l":0,"%t":0,"%w":24,"%z":0,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Text","id":"bTHKU","%cp":"cmMcv.elements","%dn":"Text B","%s1":"Text_t_tulo___500___14___cinza_escuro___1_line_spacing_","order":3},"cmMda":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652735720747x603410578500994700/Icon%20-%20Upload%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_left":8,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHKS","%dn":"Image A"}},"%nm":"Group - Placeholder","%s1":"Group_default_group_"}},"%nm":"Group - Picture Uploader","%s1":"Group_default_group_"}},"%wf":{"bTMWG":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"isnt_visible"},"%p":{"%ei":"bTHKM"},"%x":"GetElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"get_loading_status"},"%p":{"%ei":"bTHKP"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTHKW","actions":{"0":{"%p":{"%ei":"bTHKM"},"%x":"ShowElement","id":"bTHKX"}}},"bTHNG0":{"%p":{"%ei":"bTHKL","event_color":"green"},"%x":"ButtonClicked","id":"bTHKV","actions":{"0":{"%p":{"%ei":"bTHKI","custom_state":"custom.imagem_"},"%x":"SetCustomState","id":"bTHKZ"}}},"cmMpN0":{"%p":{"%ei":"bTHKP","event_color":"blue"},"%x":"InputChanged","id":"bTHKa","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHKP"},"%x":"ThisElement"},"%ei":"bTHKI","custom_state":"custom.imagem_","custom_states_values":{"0":{"%v":true,"custom_state":"custom.isalterado__"}}},"%x":"SetCustomState","id":"bTHKY"},"1":{"%p":{"%ei":"bTHKI"},"%x":"ResetGroup","id":"bTHKc"},"2":{"%p":{"%ei":"bTHKM"},"%x":"HideElement","id":"bTHKd"}}}},"%p":{"%h":280,"%l":0,"%t":0,"%w":312,"%et":"Group","%bas":"none","min_width_px":0,"default_width":312,"min_height_px":63,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHKI","%nm":"G - Picture Uploader","custom_states":{"imagem_":{"%d":"imagem","%v":"image","make_static":true},"t_tulo_":{"%d":"TÃtulo","%v":"text","make_static":true},"isloading__":{"%d":"isLoading?","%v":"boolean","make_static":true},"isalterado__":{"%d":"isAlterado?","%v":"boolean","make_static":true}}},"bTHJg":{"%p":{"%h":28,"%l":0,"%t":0,"%w":352,"%et":"Group","%gt":"user","order":3,"fit_height":true,"min_width_px":0,"default_width":352,"min_height_px":28,"element_version":3,"horiz_alignment":"flex-start","container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTHJc","%el":{"bTHJk":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHJh","%cp":"bTHJc","%dn":"Group A","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Responsável"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHJj","%dn":"Text A","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTHJl":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"user","use_gap":true,"column_gap":10,"fit_height":true,"margin_top":7,"padding_left":19,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHJi","%cp":"bTHJc","%dn":"Group B","%el":{"bTHJt":{"%p":{"%h":20,"%l":25,"%t":12,"%w":20,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677697889201x634666298858923500/Icon%20-%20User%20Round%20-%20%237B61FF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"foto_image"},"%x":"ElementParent"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_not_empty"},"%x":"ElementParent"},"%p":{"%br":360,"src":{"%e":{"0":{"%n":{"%n":{"%p":{"crop_to_fit":true},"%x":"Message","%nm":"imgix_treatment"},"%x":"Message","%nm":"foto_image"},"%x":"ElementParent"}},"%x":"TextExpression"},"min_width_css":"24px","min_height_css":"24px"},"%x":"State"}},"%x":"Image","id":"bTHJo","%dn":"Image A"},"bTHJw":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"%f":"DM Sans:::500","%h":7,"%l":0,"%t":0,"%w":12,"%z":3,"%fc":"rgba(131, 140, 159, 1)","%fs":14,"order":2,"fit_width":false,"fit_height":true,"font_family":"DM Sans","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"7px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"Selecionar..."},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTHJr","%cp":"bTHJi","%dn":"Text B","order":4}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"},"bTHJz":{"%p":{"%h":200,"%l":6,"%t":292,"%w":400,"%z":4,"%3f":"top","%ci":"bTHIU","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"595px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHJu","%dn":"P - Seletor de Usuario A"}},"%nm":"G - Seletor de usuario","%wf":{"bTHKB":{"%p":{"%ei":"bTHJi","event_color":"green"},"%x":"ButtonClicked","id":"bTHJx","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"custom.tipo_"},"%p":{"%ei":"bTHJc"},"%x":"GetElement"},"%ei":"bTHJu","custom_state":"custom.tipousuario_","custom_states_values":{"0":{"%v":false,"custom_state":"custom.ismulti__"}}},"%x":"SetCustomState","id":"bTHKC"},"1":{"%p":{"%ei":"bTHJu"},"%x":"ShowElement","id":"bTHKA"}}},"bTHKF":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isselecionado__"},"%p":{"%ei":"bTHJu"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTHKE","actions":{"0":{"%p":{"%ds":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHJu"},"%x":"GetElement"},"%ei":"bTHJc"},"%x":"DisplayGroupData","id":"bTHKD"},"1":{"%p":{"%ei":"bTHJu","custom_state":"custom.produtosselecionados_","custom_states_values":{"0":{"%v":false,"custom_state":"custom.isselecionado__"}}},"%x":"SetCustomState","id":"bTHKH"}}}},"custom_states":{"tipo_":{"%d":"tipo","%v":"option.tipo___user","make_static":true}}},"bTKnK":{"%p":{"%h":28,"%w":129,"%z":3,"%et":"Group","%gt":"custom.clinica","order":2,"fit_height":true,"min_width_px":0,"default_width":289,"min_height_px":28,"element_version":4,"horiz_alignment":"flex-start","container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTKnG","%el":{"bTKnp":{"%p":{"%h":63,"%l":0,"%t":0,"%w":289,"%ds":{"%n":{"%x":"Message","%nm":"inputsdinamicospaciente_list_custom_inputslaudo"},"%x":"ElementParent"},"%gt":"custom.inputslaudo","%sc":"rgba(150,150,150,0)","%sw":24,"fit_width":false,"fit_height":true,"fixed_rows":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"aa","cell_min_height_css":"0px"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":500,"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_width"},"%p":{"%ei":"bTKnk"},"%x":"GetElement"},"%p":{"%c5":2},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.categoria___input","option_value":"campo_de_empresa"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.categoriainputs_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%p":{"%ds":{"%n":{"%x":"Message","%nm":"inputsdinamicosempresa_list_custom_inputslaudo"},"%x":"ElementParent"}},"%x":"State"}},"%x":"RepeatingGroup","id":"bTKnk","%dn":"RepeatingGroup A","%el":{"bTKoy":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","order":2,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTKow","%dn":"Group E","%el":{"bTKpC":{"%p":{"%h":63,"%l":0,"%t":0,"%w":289,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"63px","horiz_alignment":"stretch","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"input"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTKnc","%dn":"Group C","%el":{"bTKni":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTKnL","%cp":"bTKnG","%dn":"Group A","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKnQ","%dn":"Text A","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTKnj":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bc"},"%x":"Group","id":"bTKnS","%cp":"bTKnG","%dn":"Group B","%el":{"cmMkq":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%z":2,"%c1":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"first_element"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":1,"fit_height":false,"margin_left":20,"margin_right":20,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTKnX"},"%x":"ThisElement"},"%p":{"%1m":true},"%x":"State"}},"%x":"Input","id":"bTKnX","%dn":"Input A","%nm":"Input","%s1":"Input_input___sem_bordas___0_padding_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Input","%s1":"Group_default_group_"},"bTKpD":{"%p":{"%h":63,"%l":0,"%t":0,"%w":289,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":1,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"63px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"dropdown"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTKoT","%cp":"bTKnG","%dn":"Group D","%el":{"bTKni":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTKoY","%cp":"bTKnG","%dn":"Group D","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKoZ","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTKnj":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bc"},"%x":"Group","id":"bTKoa","%cp":"bTKnG","%dn":"Group D","%el":{"cmMkq":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"first_element"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ds":{"%n":{"%x":"Message","%nm":"valoresdropdown_list_text"},"%x":"ElementParent"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"font_family":"DM Sans","font_weight":"500","margin_left":20,"dynamic_type":"text","margin_right":20,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start","option_display_expression":{"%e":{"0":{"%x":"InjectedValue"}},"%x":"TextExpression"}},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_visible"},"%p":{"%ei":"bTKoe"},"%x":"ThisElement"},"%p":{"%1m":true},"%x":"State"}},"%x":"Dropdown","id":"bTKoe","%dn":"Dropdown A","%nm":"Dropdown"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Dropdown","%s1":"Group_default_group_"},"bTMhU":{"%p":{"%h":63,"%l":10,"%t":10,"%w":289,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":3,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"63px","horiz_alignment":"stretch","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"m_ltipla_escolha__item__nico_"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTMhI","%cp":"bTKow","%dn":"Group F","%el":{"bTKni":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTMhK","%cp":"bTKnG","%dn":"Group F","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTMhO","%dn":"Text C","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTKnj":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bc"},"%x":"Group","id":"bTMhP","%cp":"bTKnG","%dn":"Group F","%el":{"bTMhh":{"%p":{"%h":9,"%l":0,"%t":0,"%w":34,"%z":2,"%bc":"rgba(var(--color_text_default_rgb), 0)","%ds":{"%n":{"%x":"Message","%nm":"valoresdropdown_list_text"},"%x":"ElementParent"},"%gt":"text","%rs":1,"order":2,"fit_height":true,"fixed_rows":false,"margin_top":18,"margin_left":20,"margin_right":20,"row_cell_gap":16,"single_width":false,"fixed_columns":false,"margin_bottom":18,"min_width_css":"34px","single_height":false,"min_height_css":"9px","vert_alignment":"flex-start","column_cell_gap":24,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"aa","scroll_direction":"flex_row","cell_min_width_css":"0px","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTMhV","%cp":"bTMhP","%dn":"RepeatingGroup B","%el":{"bTJhb":{"%p":{"%h":37,"%l":0,"%t":0,"%w":65,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"text","order":1,"use_gap":true,"fit_width":true,"column_gap":9,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTMha","%dn":"Group G","%el":{"bTJhh":{"%p":{"%h":22,"%l":0,"%t":0,"%w":22,"%z":3,"%bc":"rgba(172,176,181,1)","%br":360,"%ds":{"%x":"ElementParent"},"%gt":"text","%bas":"none","%bos":"solid","order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"first_element"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTMhb","%dn":"Group G","%el":{"bTJhi":{"%p":{"%h":10,"%l":0,"%t":0,"%w":10,"%z":2,"%br":360,"%bas":"bgcolor","%bgc":"rgba(172, 176, 181, 1)","order":2,"fit_height":true,"margin_top":2,"margin_left":2,"margin_right":2,"single_width":true,"margin_bottom":2,"min_width_css":"14px","single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"first_element"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTMhc","%dn":"Group G"}}},"bTJhl":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%b":false,"%f":"var(--font_default):::regular","%h":5,"%l":39,"%t":11,"%w":22,"%z":4,"%fc":"var(--color_surface_default)","%fs":14,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"var(--font_default)","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTMhg","%dn":"Text D"}},"%nm":"Group - Conteúdo da Celula - Escolha única","%s1":"Group_default_group_"}},"%nm":"RG - Escolha Única","%s1":"RepeatingGroup_default_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Multipla Escolha (unica)","%s1":"Group_default_group_"},"bTNac":{"%p":{"%h":63,"%l":20,"%t":20,"%w":289,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"63px","horiz_alignment":"stretch","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"m_ltipla_escolha__escolha_m_ltipla_"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTNaJ","%cp":"bTKow","%dn":"Group H","%el":{"bTKni":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTNaO","%cp":"bTKnG","%dn":"Group H","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTNaP","%dn":"Text E","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTKnj":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","fit_height":true,"margin_top":7,"single_width":false,"min_width_css":"14px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bc"},"%x":"Group","id":"bTNaQ","%cp":"bTKnG","%dn":"Group H","%el":{"bTMhh":{"%p":{"%h":9,"%l":0,"%t":0,"%w":34,"%z":2,"%bc":"rgba(var(--color_text_default_rgb), 0)","%ds":{"%n":{"%x":"Message","%nm":"valoresdropdown_list_text"},"%x":"ElementParent"},"%gt":"text","%rs":1,"order":2,"fit_height":true,"fixed_rows":false,"margin_top":18,"margin_left":20,"margin_right":20,"row_cell_gap":16,"single_width":false,"fixed_columns":false,"margin_bottom":18,"min_width_css":"34px","single_height":false,"min_height_css":"9px","vert_alignment":"flex-start","column_cell_gap":24,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"aa","scroll_direction":"flex_row","cell_min_width_css":"0px","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTNaU","%cp":"bTMhP","%dn":"RepeatingGroup C","%el":{"bTJhb":{"%p":{"%h":37,"%l":0,"%t":0,"%w":65,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"text","order":1,"use_gap":true,"fit_width":true,"column_gap":9,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTNaV","%dn":"Group H","%el":{"bTJhh":{"%p":{"%h":22,"%l":0,"%t":0,"%w":22,"%z":3,"%bc":"rgba(172,176,181,1)","%br":360,"%ds":{"%x":"ElementParent"},"%gt":"text","%bas":"none","%bos":"solid","order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNaJ"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"first_element"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTNaW","%dn":"Group H","%el":{"bTJhi":{"%p":{"%h":10,"%l":0,"%t":0,"%w":10,"%z":2,"%br":360,"%bas":"bgcolor","%bgc":"rgba(172, 176, 181, 1)","order":2,"fit_height":true,"margin_top":2,"margin_left":2,"margin_right":2,"single_width":true,"margin_bottom":2,"min_width_css":"14px","single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNaJ"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"first_element"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTNaa","%dn":"Group H"}}},"bTJhl":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"%b":false,"%f":"var(--font_default):::regular","%h":5,"%l":39,"%t":11,"%w":22,"%z":4,"%fc":"var(--color_surface_default)","%fs":14,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"var(--font_default)","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTNab","%dn":"Text E"}},"%nm":"Group - Conteúdo da Celula - Escolha variada","%s1":"Group_default_group_"}},"%nm":"RG - Escolha Única","%s1":"RepeatingGroup_default_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Multipla Escolha (variada)","%s1":"Group_default_group_"},"bTNcT":{"%p":{"%h":63,"%l":30,"%t":30,"%w":289,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":6,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"63px","horiz_alignment":"stretch","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"upload_de_arquivo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTNcA","%cp":"bTKow","%dn":"Group J","%el":{"bTKni":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTNcC","%cp":"bTKnG","%dn":"Group J","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTNcG","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTNcU":{"%p":{"%h":73,"%l":0,"%t":0,"%w":952,"%z":2,"%bc":"rgba(221, 222, 229, 1)","%br":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":true,"%bos":"solid","order":4,"fit_width":false,"fit_height":true,"margin_top":7,"padding_left":13,"single_width":false,"min_width_css":"0px","padding_right":20,"single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%x":"Group","id":"bTNbo","%cp":"bTKnG","%dn":"Group I","%el":{"bTJhP":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%fa":"left","%fc":"rgba(131, 140, 159, 1)","%fs":14,"%lh":1.5,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"src":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"first_element"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":true,"margin_top":0,"font_family":"var(--font_default)","font_weight":"500","margin_left":0,"margin_right":0,"padding_left":32,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":false,"min_height_css":"50px","vert_alignment":"center","horiz_alignment":"flex-start","border_style_top":"none","nonant_alignment":"aa","border_style_left":"none","four_border_style":true,"border_style_right":"none","border_color_bottom":"rgba(238,238,238,1)","border_style_bottom":"none","border_width_bottom":2,"border_roundness_top":0,"border_roundness_left":0,"border_roundness_right":0,"border_roundness_bottom":0},"%x":"FileInput","id":"bTNbq","%dn":"FileUploader A","%nm":"File Uploader"},"bTLuz0":{"%p":{"%h":7,"%l":16,"%t":25.8046875,"%w":5,"%z":2,"%9i":"attach_file","%ic":"var(--color_surface_default)","fit_height":false,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTNbu","%dn":"MaterialIcon A"}},"%nm":"Group - Uploader","%s1":"Group_default_group_"}},"%nm":"Group - File Uploader","%s1":"Group_default_group_"}},"%nm":"Group - Conteúdo da Célula","%s1":"Group_default_group_"}},"%nm":"RG - Inputs Dinamicos - Paciente da clinica"}},"%nm":"RG - Inputs Dinamicos - Padrão","%wf":{"bTKnv":{"%p":{"%ei":"bTKnX","event_color":"blue"},"%x":"InputChanged","id":"bTKnu","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTKnw"},"1":{"%p":{"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"1":"|","2":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"},"3":"|","4":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTKnX"},"%x":"ThisElement"},"5":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTKoA"},"2":{"%x":"ResetInputs","id":"bTKoC"}}},"bTKor":{"%p":{"%ei":"bTKoe","event_color":"blue"},"%x":"InputChanged","id":"bTKog","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTKol"},"1":{"%p":{"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"1":"|","2":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"},"3":"|","4":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTKoe"},"%x":"ThisElement"},"5":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTKom"},"2":{"%x":"ResetInputs","id":"bTKoq"}}},"bTMiA":{"%p":{"%ei":"bTMha","event_color":"green"},"%x":"ButtonClicked","id":"bTMhy","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTMiE"},"1":{"%p":{"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"1":"|","2":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"3":"|","4":{"%x":"ElementParent","is_slidable":false},"5":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTMiG"},"2":{"%x":"ResetInputs","id":"bTMiL"}}},"bTNai":{"%p":{"%ei":"bTNaV","event_color":"green"},"%x":"ButtonClicked","id":"bTNag","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"1":"|","2":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"3":"|","4":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%n":{"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%n":{"%p":{"%c1":{"%e":{"0":{"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"minus_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered","is_slidable":true},"%x":"Message","%nm":"custom.respostas_","is_slidable":false},"%p":{"%ei":"bTKnG"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":3,"%n":{"%n":{"%a":{"%x":"ElementParent","is_slidable":false},"%n":{"%p":{"%c1":{"%e":{"0":{"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"plus_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered","is_slidable":true},"%x":"Message","%nm":"custom.respostas_","is_slidable":false},"%p":{"%ei":"bTKnG"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"contains","is_slidable":false},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTMhI"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered","is_slidable":true},"%x":"Message","%nm":"custom.respostas_","is_slidable":false},"%p":{"%ei":"bTKnG"},"%x":"GetElement","is_slidable":false},"5":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTNam"}}},"bTNcZ":{"%p":{"%ei":"bTNbq","event_color":"blue"},"%x":"InputChanged","id":"bTNcY","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTNca"},"1":{"%p":{"%v":{"%n":{"%n":{"%a":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"ElementParent"},"1":"|","2":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"},"3":"|https:","4":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTKoe"},"%x":"ThisElement"},"5":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.respostas_"},"%p":{"%ei":"bTKnG"},"%x":"GetElement"},"%ei":"bTKnG","custom_state":"custom.respostas_"},"%x":"SetCustomState","id":"bTNcf"}}}},"custom_states":{"respostas_":{"%d":"respostas","%v":"list.text","make_static":true},"categoriainputs_":{"%d":"categoriaInputs","%v":"option.categoria___input","make_static":true}}},"bTHQR":{"%el":{"cmMlJ":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%iv":false,"order":12,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_top":32,"margin_left":24,"margin_right":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isfechavel__"},"%p":{"%ei":"bTHPu"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHPy","%dn":"Group F","%el":{"cmNgq0":{"%p":{"%3":{"%e":{"0":"Continuar"},"%x":"TextExpression"},"%h":15,"%l":0,"%t":0,"%w":144,"%z":8,"order":1,"fit_height":true,"single_width":false,"max_width_css":"200px","min_width_css":"0px","single_height":false,"min_height_css":"15px","vert_alignment":"stretch","horiz_alignment":"flex-start"},"%x":"Button","id":"bTHPz","%dn":"Button B","%nm":"Btn - Cancelar","%s1":"Button_btn___outline___cancelar_"}},"%nm":"Group - Botões","%s1":"Group_default_group_"},"cmNTx1":{"%p":{"%h":160,"%l":0,"%t":0,"%w":400,"%z":7,"order":3,"row_gap":8,"use_gap":true,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"100px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHPx","%dn":"Group G","%el":{"cmPhK1":{"%p":{"%h":100,"%l":223,"%t":46,"%w":100,"%z":2,"%br":3600,"%bas":"bgcolor","%bgc":"rgba(255, 235, 235, 1)","order":1,"fit_height":true,"single_width":true,"min_width_css":"100px","single_height":false,"min_height_css":"100px","horiz_alignment":"center","container_layout":"relative"},"%x":"Group","id":"bTHQB","%dn":"Group A","%el":{"cmPhN1":{"%p":{"%h":48,"%l":33,"%t":38,"%w":48,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1658853610620x769952295861868800/Icon%20-%20Fechar%20Thin%20%20-%20%23FD3738.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"40px","single_height":true,"min_height_css":"40px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Image","id":"bTHQC","%dn":"Image A"}}},"cmPhQ1":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.titulo_"},"%p":{"%ei":"bTHPu"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":37,"%l":78,"%t":13,"%w":60,"%z":3,"order":2,"fit_height":true,"single_width":false,"min_width_css":"60px","single_height":false,"min_height_css":"0px","horiz_alignment":"center"},"%x":"Text","id":"bTHQA","%dn":"Text A","%s1":"Text_inter___600___18____4e5b76___horizontal_aligmente___1_3_line_spacing__"},"cmPhT1":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"custom.subtitulo_"},"%p":{"%ei":"bTHPu"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":37,"%l":88,"%t":23,"%w":60,"%z":4,"order":3,"fit_height":true,"single_width":false,"min_width_css":"60px","single_height":false,"min_height_css":"0px","horiz_alignment":"center"},"%x":"Text","id":"bTHQE","%cp":"cmPgb1.elements","%dn":"Text B","%s1":"Text_inter___600___14____959dad___1_line_spacing___centered_vertical___horizontal_alignment_","order":3}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%wf":{"cmMnc":{"%p":{"%ei":"bTHPu","event_color":"blue"},"%x":"PopupClosed","id":"bTHQF","actions":{"0":{"%p":{"%ei":"bTHPu"},"%x":"ResetGroup","id":"bTHQD"}}},"cmNgt0":{"%p":{"%ei":"bTHPz","event_color":"green"},"%x":"ButtonClicked","id":"bTHQH","actions":{"0":{"%p":{"%ei":"bTHPu"},"%x":"HideElement","id":"bTHQI"}}},"cmNgw0":{"%p":{"%ei":"bTHPu","event_color":"blue"},"%x":"PopupOpened","id":"bTHQG"},"cmPhV1":{"%p":{"%en":"abrir-fechavel","parameters":{"0":{"is_list":false,"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"1":{"is_list":false,"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHQK","actions":{"0":{"%p":{"%v":true,"%ei":"bTHPu","custom_state":"custom.isfechavel__","custom_states_values":{"0":{"%v":{"%p":{"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.subtitulo_"},"1":{"%v":{"%p":{"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.titulo_"}}},"%x":"SetCustomState","id":"bTHQL"},"1":{"%p":{"%ei":"bTHPu"},"%x":"ShowElement","id":"bTHQJ"}}},"cmPhe1":{"%p":{"%en":"abrir-nao-fechavel","parameters":{"0":{"is_list":false,"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"1":{"is_list":false,"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHQN","actions":{"0":{"%p":{"%v":false,"%ei":"bTHPu","custom_state":"custom.isfechavel__","custom_states_values":{"0":{"%v":{"%p":{"btype_id":"text","optional":true,"param_id":"cmPhX1","param_name":"sub"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.subtitulo_"},"1":{"%v":{"%p":{"btype_id":"text","optional":false,"param_id":"cmPhW1","param_name":"titulo"},"%x":"CurrentWorkflowItem"},"custom_state":"custom.titulo_"}}},"%x":"SetCustomState","id":"bTHQO"},"1":{"%p":{"%ei":"bTHPu"},"%x":"ShowElement","id":"bTHQM"}}}},"%p":{"%h":232,"%l":0,"%t":0,"%w":496,"%et":"Popup","padding_top":24,"max_width_px":496,"min_width_px":0,"default_width":496,"min_height_px":200,"single_height":true,"min_height_css":"200px","padding_bottom":24,"element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTHPu","%nm":"P - Falha","%s1":"Popup_popup___8_border_","custom_states":{"titulo_":{"%d":"titulo","%v":"text","make_static":true},"subtitulo_":{"%d":"subTitulo","%v":"text","make_static":true},"isfechavel__":{"%d":"isFechavel?","%v":"boolean","make_static":true}}},"bTPQv":{"%p":{"%h":200,"%w":200,"%et":"Group","min_width_px":0,"default_width":200,"min_height_px":200,"element_version":4,"container_layout":"row"},"%x":"CustomDefinition","id":"bTPQu","%nm":"G - Logs","%wf":{"bTPRA":{"%p":{"%en":"criar-log","parameters":{"0":{"is_list":false,"btype_id":"option.categoria___log","optional":false,"param_id":"bTPRC","param_name":"categoria"},"1":{"is_list":false,"btype_id":"user","optional":false,"param_id":"bTPRG","param_name":"responsavel"},"2":{"is_list":false,"btype_id":"text","optional":false,"param_id":"bTPRH","param_name":"acao"},"3":{"is_list":false,"btype_id":"text","optional":false,"param_id":"bTPRI","param_name":"referencia"}}},"%x":"CustomEvent","id":"bTPQw","actions":{"0":{"%p":{"%i2":{"0":{"%k":"acao_text","%v":{"%e":{"0":{"%p":{"btype_id":"text","event_id":"bTPQw","optional":false,"param_id":"bTPRH","param_name":"acao"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"categoria_option_categoria___log","%v":{"%p":{"btype_id":"option.categoria___log","event_id":"bTPQw","optional":false,"param_id":"bTPRC","param_name":"categoria"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}},"2":{"%k":"nomeresponsavel_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%p":{"btype_id":"user","event_id":"bTPQw","optional":false,"param_id":"bTPRG","param_name":"responsavel"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"referencia_text","%v":{"%e":{"0":{"%p":{"btype_id":"text","event_id":"bTPQw","optional":false,"param_id":"bTPRI","param_name":"referencia"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"responsavel_user","%v":{"%p":{"btype_id":"user","event_id":"bTPQw","optional":false,"param_id":"bTPRG","param_name":"responsavel"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tt":"custom.log"},"%x":"NewThing","id":"bTPRM"}}}}},"bTHTW":{"%el":{"bTHJk":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTHTK","%cp":"bTHJc","%dn":"Group A","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Workspace"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTHTL","%dn":"Text A","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTHJl":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","use_gap":true,"column_gap":10,"fit_height":true,"margin_top":7,"padding_left":19,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHTJ","%cp":"bTHJc","%dn":"Group B","%el":{"bTHJw":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"%f":"DM Sans:::500","%h":7,"%l":0,"%t":0,"%w":12,"%z":3,"%fc":"rgba(131, 140, 159, 1)","%fs":14,"order":3,"fit_width":true,"fit_height":true,"font_family":"DM Sans","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"12px","padding_right":0,"single_height":false,"min_height_css":"7px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"Selecionar..."},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTHTO","%cp":"bTHJi","%dn":"Text B","order":4},"bTHTZ":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1673533492017x765655099454009000/Icon%20-%20Building%20-%20%237B61FF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Image","id":"bTHTX","%cp":"bTHTJ","%dn":"Image B","order":3}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"},"bTHTf":{"%p":{"%h":200,"%l":-36,"%t":254,"%w":400,"%z":4,"%3f":"top","%ci":"bTHSD","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"595px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHTd","%dn":"P - Seletor de Workspaces A"}},"%wf":{"bTHKB":{"%p":{"%ei":"bTHTJ","event_color":"green"},"%x":"ButtonClicked","id":"bTHTQ","actions":{"0":{"%p":{"%v":false,"%ei":"bTHTd","custom_state":"custom.ismulti__"},"%x":"SetCustomState","id":"bTHTR"},"1":{"%p":{"%ei":"bTHTd"},"%x":"ShowElement","id":"bTHTP"}}},"bTHKF":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isselecionado__"},"%p":{"%ei":"bTHTd"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTHTT","actions":{"0":{"%p":{"%ds":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHTd"},"%x":"GetElement"},"%ei":"bTHTI"},"%x":"DisplayGroupData","id":"bTHTU"},"1":{"%p":{"%ei":"bTHTd","custom_state":"custom.produtosselecionados_","custom_states_values":{"0":{"%v":false,"custom_state":"custom.isselecionado__"}}},"%x":"SetCustomState","id":"bTHTS"}}}},"%p":{"%h":28,"%l":0,"%t":0,"%w":352,"%et":"Group","%gt":"custom.workspace","order":3,"fit_height":true,"min_width_px":0,"default_width":352,"min_height_px":28,"element_version":3,"horiz_alignment":"flex-start","container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTHTI","%nm":"G - Seletor de Workspace","custom_states":{"tipo_":{"%d":"tipo","%v":"option.tipo___user","make_static":true}}},"bTIZF":{"%el":{"bTSCH":{"%p":{"%h":232,"%l":-184,"%t":-130,"%w":496,"%z":6,"%3f":"top","%ci":"bTHPu","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTSCC","%dn":"P - Falha A"},"bTLKO1":{"%p":{"%h":5,"%l":0,"%t":0,"%w":13,"%z":5,"order":5,"fit_width":true,"fit_height":true,"margin_top":16,"single_width":false,"min_width_css":"50px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTIYn"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIYy","%dn":"Group C","%el":{"bTLKP1":{"%p":{"%h":22,"%l":9,"%t":0,"%w":83,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_top":4,"margin_left":9,"margin_right":1,"single_width":false,"margin_bottom":4,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIYw","%dn":"Group D","%el":{"bTLKQ1":{"%p":{"%h":4,"%l":46,"%t":6,"%w":4,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653582780099x785495592966869000/Icon%20-%20Fechar%20-%20Branco.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIZB","%dn":"Image B","%nm":"Btn - Romover Arquivo"},"bTLKV1":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"custom.imagem_"},"%p":{"%ei":"bTIYn"},"%x":"GetElement"},"2":""},"%x":"TextExpression"},"%h":24,"%l":0,"%t":0,"%w":15,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"15px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIZA","%dn":"Text D","%s1":"Text_inter___500___14___branco___1_line_spacing_"}},"%nm":"Group - TÃtulo do arquivo","%s1":"Group_default_group_"}},"%nm":"Group - Arquivo Atual","%s1":"Group_group___roxo___5_border_"},"bTLKW1":{"%p":{"%3":{"%e":{"0":"Tipo de arquivo: PDF"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":17,"%z":4,"%iv":false,"order":4,"fit_width":true,"fit_height":true,"margin_top":8,"single_width":false,"min_width_css":"17px","single_height":false,"min_height_css":"4px","horiz_alignment":"flex-start","collapse_when_hidden":true},"%x":"Text","id":"bTIYx","%dn":"Text C","%s1":"Text_dm_sans___500___10___cinza___1_line_spacing_"},"bTLKa1":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"custom.t_tulo_"},"%p":{"%ei":"bTIYn"},"%x":"GetElement"},"2":""},"%x":"TextExpression"},"%h":13,"%l":0,"%t":0,"%w":24,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"13px","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIYr","%dn":"Text A","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_"},"bTLKb1":{"%p":{"%h":88,"%l":0,"%t":0,"%w":312,"%z":2,"order":3,"fit_width":false,"fit_height":true,"margin_top":8,"single_width":false,"min_width_css":"312px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTIYs","%dn":"Group A","%el":{"bTRkS":{"%p":{"%h":35,"%l":244.5,"%t":20,"%w":30,"%z":3},"%x":"1522696718136x574197809845895200-AAC","id":"bTRkH","%dn":"GetMIMEType A","%nm":"GetMIMEType - Arquivo"},"bTSBw":{"%p":{"%h":200,"%l":-88,"%t":-98,"%w":400,"%z":5,"%iv":false,"AEb":"api.1602732136092x484352338159730700.plugin_api.AEa","AEh":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AEi":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue"}},"%x":"TextExpression"},"AEj":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"wasabiexamesfolder_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"AEm":{"%e":{"0":""},"%x":"TextExpression"},"AEo":true,"AEp":true,"AEr":false,"AFE":"api.1602732136092x484352338159730700.plugin_api.AFD","AGC":{"%e":{"0":{"%n":{"%p":{"component_to_extract":"UNIX"},"%x":"Message","%nm":"extract_from_date","is_slidable":true},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false},"1":"-"},"%x":"TextExpression"},"AGX":1,"AHE":"api.1602732136092x484352338159730700.plugin_api.AHB","AOa":{"%e":{"0":"986TM15VJB1NQ8CH8QKG"},"%x":"TextExpression"},"AOb":{"%e":{"0":"4ozO0kDJAmdrEn0NYnLsotNeFVdeUJzV8Fh11yK2"},"%x":"TextExpression"},"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"80px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"custom.iswasabi__","is_slidable":false},"%p":{"%ei":"bTIYn"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"1602732136092x484352338159730700-AEW","id":"bTSBu","%dn":"WasabiS3 A"},"bTLKc1":{"%p":{"%h":14,"%l":0,"%t":0,"%w":189,"%z":4,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb"},"%x":"Group","id":"bTIYu","%dn":"Group B","%el":{"bTLKg1":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1652735720747x603410578500994700/Icon%20-%20Upload%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_left":8,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIYt","%dn":"Image A"},"bTLKh1":{"%p":{"%3":{"%e":{"0":"Adicionar arquivo"},"%x":"TextExpression"},"%h":13,"%l":0,"%t":0,"%w":24,"%z":0,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"13px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Text","id":"bTIYv","%cp":"cmMcv.elements","%dn":"Text B","%s1":"Text_t_tulo___500___14___cinza_escuro___1_line_spacing_","order":3}},"%nm":"Group - Placeholder","%s1":"Group_default_group_"},"bTLKi1":{"%p":{"%h":80,"%l":0,"%t":0,"%w":26,"%z":2,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":3,"max_size":450,"fit_height":false,"padding_top":15,"padding_left":0,"single_width":false,"min_width_css":"100%","padding_right":0,"single_height":true,"min_height_css":"80px","padding_bottom":15,"horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"cmMwe0":{"%c":{"%n":{"%x":"Message","%nm":"is_focused"},"%x":"ThisElement"},"%p":{"%bc":"rgba(58, 77, 143, 1)","%bw":2},"%x":"State"},"cmMwf0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_valid"},"%x":"ThisElement"},"%p":{"%bc":"rgba(214, 39, 85, 1)"},"%x":"State"}},"%x":"FileInput","id":"bTIYq","%dn":"FileUploader A","%s1":"FileInput_uploader___outline_dashed___no_background___8_border___1px_"}},"%nm":"Group - Picture Uploader","%s1":"Group_default_group_"}},"%wf":{"bTSCB":{"%p":{"%ei":"bTSBu","breakpoint":true,"event_color":"blue"},"%x":"1602732136092x484352338159730700-AFR","id":"bTSCA","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"_p_S3 URL","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"get_AFB","is_slidable":false},"%p":{"%ei":"bTSBu"},"%x":"ThisElement","is_slidable":false},"%ei":"bTIYn","custom_state":"custom.imagem_"},"%x":"SetCustomState","id":"bTSCI"},"1":{"%p":{"%ei":"bTRkH","AAH":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"_p_S3 URL","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"get_AFB","is_slidable":false},"%p":{"%ei":"bTSBu"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"AAM":true},"%x":"1522696718136x574197809845895200-AAE","id":"bTSCN"},"2":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_AAD","is_slidable":false},"%p":{"%ei":"bTRkH"},"%x":"GetElement","is_slidable":false},"%ei":"bTIYn","custom_state":"custom.mimetype_","custom_states_values":{"0":{"%v":true,"custom_state":"custom.isarquivoalterado__"},"1":{"%v":{"%n":{"%n":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"to_lowercase","is_slidable":false},"%x":"Message","%nm":"last_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"_p_S3 URL","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"get_AFB","is_slidable":false},"%p":{"%ei":"bTSBu"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"custom_state":"custom.mimetypemanual_"}}},"%x":"SetCustomState","id":"bTSCS"},"3":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFO","id":"bTSTw"},"4":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFw","id":"bTSUA"},"5":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFs","id":"bTSUB"}}},"bTSCY":{"%p":{"%ei":"bTSBu","breakpoint":true,"event_color":"blue"},"%x":"1602732136092x484352338159730700-AFT","id":"bTSCU","actions":{"0":{"%p":{"%ei":"bTSCC","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Falha no upload"},"1":{"param_id":"cmPhX1","arg_value":{"%n":{"%x":"Message","%nm":"get_AFP","is_slidable":false},"%p":{"%ei":"bTSBu"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTSCZ"},"1":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFO","id":"bTSUg"},"2":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFw","id":"bTSUl"},"3":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFs","id":"bTSUq"}}},"bTLKU1":{"%p":{"%ei":"bTIZB","event_color":"green"},"%x":"ButtonClicked","id":"bTIZC","actions":{"0":{"%p":{"%ei":"bTIYn","custom_state":"custom.imagem_","custom_states_values":{"0":{"%v":true,"custom_state":"custom.isarquivoremovido__"}}},"%x":"SetCustomState","id":"bTIZG"}}},"bTLKm1":{"%p":{"%ei":"bTIYq","event_color":"blue"},"%x":"InputChanged","id":"bTIYz","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIYq"},"%x":"ThisElement"},"%ei":"bTIYn","custom_state":"custom.imagem_"},"%x":"SetCustomState","id":"bTIZD"},"1":{"%p":{"%ei":"bTRkH","AAH":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIYq"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"AAM":true},"%x":"1522696718136x574197809845895200-AAE","id":"bTRkU"},"2":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_AAD","is_slidable":false},"%p":{"%ei":"bTRkH"},"%x":"GetElement","is_slidable":false},"%ei":"bTIYn","custom_state":"custom.mimetype_","custom_states_values":{"0":{"%v":{"%n":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"to_lowercase","is_slidable":false},"%x":"Message","%nm":"last_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIYq"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M="},"custom_state":"custom.mimetypemanual_"}}},"%x":"SetCustomState","id":"bTRke"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"custom.iswasabi__","is_slidable":false},"%p":{"%ei":"bTIYn"},"%x":"GetElement","is_slidable":false},"custom_event":"bTSVg0"},"%x":"TriggerCustomEvent","id":"bTSXG0"},"4":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"custom.iswasabi__","is_slidable":false},"%p":{"%ei":"bTIYn"},"%x":"GetElement","is_slidable":false},"custom_event":"bTSWo0"},"%x":"TriggerCustomEvent","id":"bTSXI0"},"5":{"%p":{"%ei":"bTIYn"},"%x":"ResetGroup","id":"bTIZE"}}},"bTSVh0":{"%p":{"%en":"fluxo-wasabi","breakpoint":true,"event_color":"orange"},"%x":"CustomEvent","id":"bTSVg0","actions":{"0":{"%p":{"body_params_Filename":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%p":{"component_to_extract":"UNIX"},"%x":"Message","%nm":"extract_from_date","is_slidable":true},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false},"1":"-","2":{"%n":{"%n":{"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIYq"},"%x":"GetElement","is_slidable":false},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"body_params_Bucket_Name":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"body_params_Bucket_Region":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"body_params_Filename_Prefix":{"%e":{"0":"","2":""},"%x":"TextExpression"},"body_params_Folder_Structure":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"wasabiexamesfolder_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"body_params_URL_From_Another_Cloud":{"%e":{"0":"https:","1":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIYq"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"1602732136092x484352338159730700-AIj","id":"bTSVb0"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"_p_Full Name","is_slidable":false},"%p":{"%ai":"bTSVb0"},"%x":"PreviousStep","is_slidable":false},"custom_event":"bTSVs0"},"%x":"TriggerCustomEvent","id":"bTSWF0"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"_p_Full Name","is_slidable":false},"%p":{"%ai":"bTSVb0"},"%x":"PreviousStep","is_slidable":false}},"%x":"TerminateWorkflow","id":"bTSWG0"},"3":{"%p":{"date":{"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false},"api_event":"bTSWK0","_wf_param_urlArquivo":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIYq"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ScheduleAPIEvent","id":"bTSWW0"},"4":{"%p":{"arguments":{"0":{"param_id":"bTSWe0","arg_value":{"%n":{"%x":"Message","%nm":"_p_S3 URL","is_slidable":false},"%p":{"%ai":"bTSVb0"},"%x":"PreviousStep","is_slidable":false}}},"custom_event":"bTSWc0"},"%x":"TriggerCustomEvent","id":"bTSWk0"}}},"bTSWE0":{"%p":{"%en":"erro-ao-transferir-ao-wasabi","event_color":"orange"},"%x":"CustomEvent","id":"bTSVs0","actions":{"0":{"%p":{"%ei":"bTSCC","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Falha no upload"},"1":{"param_id":"cmPhX1"}},"custom_event":"bTHQK"},"%x":"TriggerCustomEventFromReusable","id":"bTSVu0"},"1":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFO","id":"bTSVy0"},"2":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFw","id":"bTSVz0"},"3":{"%p":{"%ei":"bTSBu"},"%x":"1602732136092x484352338159730700-AFs","id":"bTSWA0"}}},"bTSWd0":{"%p":{"%en":"setar-arquivo-para-prosseguir","parameters":{"0":{"is_list":false,"btype_id":"file","optional":false,"param_id":"bTSWe0","param_name":"arquivo"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTSWc0","actions":{"0":{"%p":{"%v":{"%p":{"btype_id":"file","event_id":"bTSWc0","optional":false,"param_id":"bTSWe0","param_name":"arquivo"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ei":"bTIYn","custom_state":"custom.imagem_","custom_states_values":{"0":{"%v":true,"custom_state":"custom.isarquivoalterado__"}}},"%x":"SetCustomState","id":"bTSWi0"}}},"bTSXB0":{"%p":{"%en":"fluxo-normal","event_color":"orange"},"%x":"CustomEvent","id":"bTSWo0","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTSWe0","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTIYq"},"%x":"GetElement","is_slidable":false}}},"custom_event":"bTSWc0"},"%x":"TriggerCustomEvent","id":"bTSXA0"}}}},"%p":{"%h":102,"%l":0,"%t":0,"%w":312,"%et":"Group","%bas":"none","min_width_px":0,"default_width":312,"min_height_px":63,"single_height":true,"min_height_css":"200px","element_version":5,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTIYn","%nm":"G - File Uploader","custom_states":{"imagem_":{"%d":"arquivo","%v":"file","make_static":true},"t_tulo_":{"%d":"TÃtulo","%v":"text","make_static":true},"mimetype_":{"%d":"mimeType","%v":"text","make_static":true},"iswasabi__":{"%d":"isWasabi?","%v":"boolean","make_static":true},"mimetypemanual_":{"%d":"mimeTypeManual","%v":"text","make_static":true},"isarquivoalterado__":{"%d":"isArquivoAlterado?","%v":"boolean","make_static":true},"isarquivoremovido__":{"%d":"isArquivoRemovido?","%v":"boolean","make_static":true}}},"bTIWl":{"%el":{"bTHJk":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTIWY","%cp":"bTHJc","%dn":"Group A","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Empresa"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIWZ","%dn":"Text A","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTHJl":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","use_gap":true,"column_gap":10,"fit_height":true,"margin_top":7,"padding_left":19,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIWX","%cp":"bTHJc","%dn":"Group B","%el":{"bTHJw":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"%f":"DM Sans:::500","%h":7,"%l":0,"%t":0,"%w":12,"%z":3,"%fc":"rgba(131, 140, 159, 1)","%fs":14,"order":3,"fit_width":true,"fit_height":true,"font_family":"DM Sans","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"12px","padding_right":0,"single_height":false,"min_height_css":"7px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"Selecionar..."},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTIWb","%cp":"bTHJi","%dn":"Text B","order":4},"bTHTZ":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1673533492017x765655099454009000/Icon%20-%20Building%20-%20%237B61FF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Image","id":"bTIWc","%cp":"bTHTJ","%dn":"Image B","order":3}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"},"bTIWo":{"%p":{"%h":200,"%l":-79,"%t":325,"%w":400,"%z":4,"%3f":"top","%ci":"bTIVS","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"595px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIWj","%dn":"P - Seletor Empresa A"}},"%wf":{"bTHKB":{"%p":{"%ei":"bTIWX","event_color":"green"},"%x":"ButtonClicked","id":"bTIWe","actions":{"0":{"%p":{"%v":false,"%ei":"bTIWj","custom_state":"custom.ismulti__"},"%x":"SetCustomState","id":"bTIWf"},"1":{"%p":{"%ei":"bTIWj"},"%x":"ShowElement","id":"bTIWd"}}},"bTHKF":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isselecionado__"},"%p":{"%ei":"bTIWj"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIWh","actions":{"0":{"%p":{"%ds":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWj"},"%x":"GetElement"},"%ei":"bTIWU"},"%x":"DisplayGroupData","id":"bTIWi"},"1":{"%p":{"%ei":"bTIWj","custom_state":"custom.produtosselecionados_","custom_states_values":{"0":{"%v":false,"custom_state":"custom.isselecionado__"}}},"%x":"SetCustomState","id":"bTIWg"}}}},"%p":{"%h":28,"%l":0,"%t":0,"%w":352,"%et":"Group","%gt":"custom.empresa","order":3,"fit_height":true,"min_width_px":0,"default_width":352,"min_height_px":28,"element_version":4,"horiz_alignment":"flex-start","container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTIWU","%nm":"G - Seletor de empresa","custom_states":{"tipo_":{"%d":"tipo","%v":"option.tipo___user","make_static":true}}},"bTPxd":{"%wf":{"bTPxu":{"%p":{"%en":"iniciar-pdf-old-(Javascript)","wf_folder":"bTSYb0","parameters":{"0":{"is_list":true,"btype_id":"custom.empresa","optional":false,"param_id":"bTPxv","param_name":"empresas"},"1":{"is_list":true,"btype_id":"custom.laudo","optional":false,"param_id":"bTPxw","param_name":"laudos"},"2":{"is_list":true,"btype_id":"custom.objetocobranca","optional":false,"param_id":"bTPyB","param_name":"objFinanceiro"},"3":{"is_list":false,"btype_id":"custom.clinica","optional":true,"param_id":"bTPyT","param_name":"clinica"},"4":{"is_list":false,"btype_id":"text","optional":false,"param_id":"bTPzb","param_name":"referencia"},"5":{"is_list":false,"btype_id":"user","optional":true,"param_id":"bTQYu","param_name":"medico"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTPxq","actions":{"0":{"%p":{"%ei":"bTPxk","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTPyI"},"1":{"%p":{"%v":{"%p":{"btype_id":"list.custom.empresa","event_id":"bTPxq","optional":false,"param_id":"bTPxv","param_name":"empresas"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ei":"bTPxc","custom_state":"custom.empresas_","custom_states_values":{"0":{"%v":{"%p":{"btype_id":"list.custom.laudo","event_id":"bTPxq","optional":false,"param_id":"bTPxw","param_name":"laudos"},"%x":"CurrentWorkflowItem","is_slidable":false},"custom_state":"custom.laudos_"},"1":{"%v":{"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTPxq","optional":false,"param_id":"bTPyB","param_name":"objFinanceiro"},"%x":"CurrentWorkflowItem","is_slidable":false},"custom_state":"custom.objfinanceiros_"},"2":{"%v":{"%p":{"btype_id":"custom.clinica","event_id":"bTPxq","optional":false,"param_id":"bTPyT","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"custom_state":"custom.clinica_"},"3":{"%v":{"%p":{"btype_id":"text","event_id":"bTPxq","optional":false,"param_id":"bTPzb","param_name":"referencia"},"%x":"CurrentWorkflowItem","is_slidable":false},"custom_state":"custom.referencia_"},"4":{"%v":{"%p":{"btype_id":"user","event_id":"bTPxq","optional":false,"param_id":"bTQYu","param_name":"medico"},"%x":"CurrentWorkflowItem","is_slidable":false},"custom_state":"custom.medico_"}}},"%x":"SetCustomState","id":"bTPyA"},"2":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%p":{"btype_id":"custom.clinica","event_id":"bTPxq","optional":true,"param_id":"bTPyT","param_name":"clinica"},"%x":"CurrentWorkflowItem","is_slidable":false},"AAh":{"%e":{"0":"// Sua array de laudos\\nconst arrayLaudos = [\\n ","1":{"%n":{"%p":{"%c1":{"%e":{"0":"{\\n \\"idLaudo\\": \\"","1":{"%n":{"%x":"Message","%nm":"idlaudo_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"2":"\\",\\n \\"paciente\\": \\"","3":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"4":"\\",\\n \\"exame\\": \\"","5":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"6":"\\",\\n \\"empresa\\": \\"","7":{"%n":{"%n":{"%x":"Message","%nm":"empresaid_text","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"8":"\\",\\n \\"data\\": \\"","9":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"dataemissao_date","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"10":"\\",\\n \\"valor\\": \\"\\"\\n}"},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.laudo","event_id":"bTPxq","optional":false,"param_id":"bTPxw","param_name":"laudos"},"%x":"CurrentWorkflowItem","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"2":"\\n];\\n\\n// Sua nova array de dados da empresa\\nconst dadosEmpresa = [\\n ","3":{"%n":{"%p":{"%c1":{"%e":{"0":"{\\n \\"idEmpresa\\": \\"","1":{"%n":{"%x":"Message","%nm":"idempresa_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"2":"\\",\\n \\"nomeEmpresa\\": \\"","3":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"4":"\\"\\n}"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.empresa","event_id":"bTPxq","optional":false,"param_id":"bTPxv","param_name":"empresas"},"%x":"CurrentWorkflowItem","is_slidable":false},"4":"\\n];\\n\\n// Sua array de objetos financeiros\\nconst arrayObjFinanceiro = [\\n ","5":{"%n":{"%p":{"%c1":{"%e":{"0":"{\\n \\"laudoId\\": \\"","1":{"%n":{"%x":"Message","%nm":"laudoid_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"2":"\\",\\n \\"valorLaudo\\": ","3":{"%n":{"%x":"Message","%nm":"valor1_number","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"4":"\\n}"},"%x":"TextExpression"},"delimiter":{"%e":{"0":","},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTPxq","optional":false,"param_id":"bTPyB","param_name":"objFinanceiro"},"%x":"CurrentWorkflowItem","is_slidable":false},"6":"\\n // Outros elementos aqui...\\n];\\n\\n// Variável para armazenar o valor total\\nlet valorTotal = 0;\\n\\n// Variável para armazenar a lista de strings\\nconst listaDeStrings = [];\\n\\n// Crie o primeiro elemento estático da lista\\nconst primeiroElemento = \\"Paciente[col]Empresa[col]Data[col]Exame[col]Valor[col]Status\\";\\nlistaDeStrings.push(primeiroElemento);\\n\\n// Adicione a chave \\"status\\" à array de laudos\\narrayLaudos.forEach(laudo => {\\n laudo.status = \\"Status\\"; // Você pode definir o status conforme necessário\\n laudo.valor = 0; // Defina o valor como 0 para preenchê-lo posteriormente\\n});\\n\\n// Iterar pelos laudos para preencher empresa e calcular o valor total e criar os elementos da lista\\nfor (let laudo of arrayLaudos) {\\n // Encontrar o objeto de empresa correspondente em dadosEmpresa\\n const empresaCorrespondente = dadosEmpresa.find(empresa => empresa.idEmpresa === laudo.empresa);\\n\\n // Se uma empresa correspondente for encontrada, preencha a chave \\"empresa\\"\\n if (empresaCorrespondente) {\\n laudo.empresa = empresaCorrespondente.idEmpresa;\\n }\\n\\n // Encontre o valor correspondente em arrayObjFinanceiro e adicione ao valor total\\n const valorFinanceiro = arrayObjFinanceiro.find(obj => obj.laudoId === laudo.idLaudo);\\n\\n if (valorFinanceiro) {\\n laudo.valor = valorFinanceiro.valorLaudo;\\n valorTotal += valorFinanceiro.valorLaudo;\\n }\\n\\n // Crie a string combinando as informações\\n const stringFormatada = `${laudo.paciente}[col]${laudo.empresa}[col]${laudo.data}[col]${laudo.exame}[col]${laudo.valor}[col]${laudo.status}`;\\n\\n // Adicione a nova string à lista\\n listaDeStrings.push(stringFormatada);\\n}\\n\\nconsole.log(arrayLaudos);\\nconsole.log(\\"Valor Total:\\", valorTotal);\\nconsole.log(\\"Lista de Strings:\\");\\nconsole.log(listaDeStrings);\\n\\nbubble_fn_resultado(listaDeStrings);"},"%x":"TextExpression"}},"%x":"1488796042609x768734193128308700-AAg","id":"bTSOG0","%nm":"Run javascript"},"3":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%p":{"btype_id":"user","event_id":"bTPxq","optional":false,"param_id":"bTQYu","param_name":"medico"},"%x":"CurrentWorkflowItem","is_slidable":false},"custom_event":"bTQYv"},"%x":"TriggerCustomEvent","id":"bTQZl"}}},"bTPyG":{"%p":{"%en":"criar-pdf-clinica","wf_folder":"bTSYb0","event_color":"orange"},"%x":"CustomEvent","id":"bTPyC","actions":{"0":{"%p":{"%ei":"bTPxe","ABA":"Landscape","ABD":16,"ABF":16,"ABG":16,"ABH":16,"ABL":true},"%x":"1543086664409x454646894723334140-AAs","id":"bTPyN"},"1":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AAf":15,"AAg":true,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTQBG"},"2":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"body"},"%x":"TextExpression"},"AAf":8,"AAg":false,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTQBB"},"3":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"H1"},"%x":"TextExpression"},"AAf":20,"AAg":true,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTQAR"},"4":{"%p":{"%ei":"bTPxe","AEV":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AET","id":"bTPzi"},"5":{"%p":{"%ei":"bTPxe","AER":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"logo_image","is_slidable":false},"%x":"Message","%nm":"custom.clinica_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","is_slidable":false},"2":""},"%x":"TextExpression"},"AEd":true,"AEf":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AEj":95,"AEk":95,"AFD":false,"AFH":40},"%x":"1543086664409x454646894723334140-AEQ","id":"bTPzo"},"6":{"%p":{"%ei":"bTPxe","AAW":{"%e":{"0":"[b][size=4]","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"custom.clinica_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","is_slidable":false},"2":"[/size][/b]\\n\\nRelatório financeiro\\n\\n","3":{"%n":{"%x":"Message","%nm":"custom.referencia_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"4":"\\n\\n","5":{"%n":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"custom.laudos_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","is_slidable":false},"6":" laudos - [b]","7":{"%n":{"%n":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"sum","is_slidable":false},"%x":"Message","%nm":"valor1_number","is_slidable":false},"%x":"Message","%nm":"custom.objfinanceiros_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"8":"[/b]"},"%x":"TextExpression"},"AAc":{"%e":{"0":""},"%x":"TextExpression"},"AAn":35,"ABM":true,"AEa":true,"AEc":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTPzz"},"7":{"%p":{"%ei":"bTPxe","AEY":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AEU","id":"bTPzu"},"8":{"%p":{"%ei":"bTPxe","AHE":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHB","id":"bTQAk"},"9":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"[col]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.valores_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHI":{"%e":{"0":"","1":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item","is_slidable":false},"%x":"Message","%nm":"custom.headers_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","is_slidable":false},"2":""},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHC","id":"bTQAq"},"10":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"[col]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.valores_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHI":{"%e":{"0":"","1":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"specific_item","is_slidable":false},"%x":"Message","%nm":"custom.headers_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"2":""},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHC","id":"bTQBI"},"11":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"[col]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.valores_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"","1":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item","is_slidable":false},"%x":"Message","%nm":"custom.headers_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"2":""},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTQBN","%nm":"Add column into advanced table PDFModel A"},"12":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":4,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"[col]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.valores_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHI":{"%e":{"0":"","1":{"%n":{"%n":{"%a":4,"%x":"Message","%nm":"specific_item","is_slidable":false},"%x":"Message","%nm":"custom.headers_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"2":""},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHC","id":"bTQBS"},"13":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":5,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"[col]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.valores_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"","1":{"%n":{"%n":{"%a":5,"%x":"Message","%nm":"specific_item","is_slidable":false},"%x":"Message","%nm":"custom.headers_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"2":""},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTQBZ"},"14":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":6,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"[col]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.valores_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"","1":{"%n":{"%n":{"%a":6,"%x":"Message","%nm":"specific_item","is_slidable":false},"%x":"Message","%nm":"custom.headers_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"2":""},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTQBe"},"15":{"%p":{"%ei":"bTPxe","AHK":true,"AHM":45,"AHQ":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHD","id":"bTQAw"},"16":{"%p":{"%ei":"bTPxe","AER":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1694638379903x410414932314078200/Logotipo_Conecta_Laranja%201%20Completo.png"},"%x":"TextExpression"},"AEj":40,"AEk":40,"AFD":true,"AFG":40},"%x":"1543086664409x454646894723334140-AEQ","id":"bTQBl"},"17":{"%p":{"%ei":"bTPxe","AAr":{"%e":{"0":"file.pdf"},"%x":"TextExpression"},"AFk":true,"AFt":true,"AOp":true},"%x":"1543086664409x454646894723334140-AAY","id":"bTPyY"}}},"bTPzI":{"%p":{"%ei":"bTPxe","event_color":"blue"},"%x":"1543086664409x454646894723334140-AOq","id":"bTPzE","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_AOr","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"ThisElement","is_slidable":false},"%ei":"bTPxc","custom_state":"custom.log_"},"%x":"SetCustomState","id":"bTPzJ"}}},"bTPzW":{"%p":{"%ei":"bTPxe","event_color":"blue"},"%x":"1543086664409x454646894723334140-AFl","id":"bTPzV","actions":{"0":{"%p":{"AAG":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_AFm","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"ThisElement","is_slidable":false},"2":""},"%x":"TextExpression"},"AAI":{"%e":{"0":"Financeiro-","1":{"%n":{"%n":{"%x":"Message","%nm":"mesreferencia_text","is_slidable":false},"%x":"Message","%nm":"custom.pasta_","is_slidable":false},"%p":{"%ei":"bTPxe"},"%x":"ThisElement","is_slidable":false},"2":".pdf"},"%x":"TextExpression"}},"%x":"1539124824422x194279356396994560-AAC","id":"bTPza"},"1":{"%p":{"%ei":"bTPxk","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTPzc"}}},"bTQZk":{"%p":{"%en":"criar-pdf-medico","wf_folder":"bTSYb0","event_color":"orange"},"%x":"CustomEvent","id":"bTQYv","actions":{"0":{"%p":{"%ei":"bTPxe","ABA":"Portrait","ABD":16,"ABF":16,"ABG":16,"ABH":16,"ABL":true},"%x":"1543086664409x454646894723334140-AAs","id":"bTQZA"},"1":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AAf":15,"AAg":true,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTQZB"},"2":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"body"},"%x":"TextExpression"},"AAf":8,"AAg":false,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTQZC"},"3":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"H1"},"%x":"TextExpression"},"AAf":20,"AAg":true,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTQZG"},"4":{"%p":{"%ei":"bTPxe","AEV":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AET","id":"bTQZH"},"5":{"%p":{"%ei":"bTPxe","AAW":{"%e":{"0":"[b][size=4]","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"custom.medico_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","is_slidable":false},"2":"[/size][/b]\\n\\nRelatório financeiro\\n\\n","3":{"%n":{"%x":"Message","%nm":"custom.referencia_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"4":"\\n\\n","5":{"%n":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"custom.laudos_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"6":" laudos - [b]","7":{"%n":{"%n":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"sum","is_slidable":false},"%x":"Message","%nm":"valor1_number","is_slidable":false},"%x":"Message","%nm":"custom.objfinanceiros_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"8":"","10":"[/b]"},"%x":"TextExpression"},"AAc":{"%e":{"0":""},"%x":"TextExpression"},"AAn":35,"ABM":false,"AEa":true,"AEc":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTQZM"},"6":{"%p":{"%ei":"bTPxe","AEY":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AEU","id":"bTQZN"},"7":{"%p":{"%ei":"bTPxe","AHE":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHB","id":"bTQZO"},"8":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd mmm, yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"dataemissao_date","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"1":" "},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.laudos_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"Data"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTQZU"},"9":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"1":" "},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.laudos_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHI":{"%e":{"0":"Exame"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHC","id":"bTQZY"},"10":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"valor1_number","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"laudoid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idlaudo_text","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"tipofinanceiro_option_tipo___receita_despesa","%v":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"despesa"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"}},"%t5":"custom.objetocobranca"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.laudos_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"ThisElement","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"Valor"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTQZZ"},"11":{"%p":{"%ei":"bTPxe","AHK":true,"AHM":45,"AHQ":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHD","id":"bTQZe"},"12":{"%p":{"%ei":"bTPxe","AER":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1694638379903x410414932314078200/Logotipo_Conecta_Laranja%201%20Completo.png"},"%x":"TextExpression"},"AEj":40,"AEk":40,"AFD":true,"AFG":40},"%x":"1543086664409x454646894723334140-AEQ","id":"bTQZf"},"13":{"%p":{"%ei":"bTPxe","AAr":{"%e":{"0":"file.pdf"},"%x":"TextExpression"},"AFk":true,"AFt":true,"AOp":true},"%x":"1543086664409x454646894723334140-AAY","id":"bTQZg"}}},"bTSOB0":{"%p":{"%ei":"bTSNu0","wf_folder":"bTSYb0","event_color":"blue"},"%x":"1488796042609x768734193128308700-AAX","id":"bTSOA0","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":1,"%n":{"%p":{"separator":{"%e":{"0":"[col]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"specific_item","is_slidable":false},"%x":"Message","%nm":"get_AAW","is_slidable":false},"%p":{"%ei":"bTSNu0"},"%x":"ThisElement","is_slidable":false},"%ei":"bTPxe","custom_state":"custom.headers_","custom_states_values":{"0":{"%v":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"list_from","is_slidable":false},"%x":"Message","%nm":"get_AAW","is_slidable":false},"%p":{"%ei":"bTSNu0"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"custom_state":"custom.valores_"}}},"%x":"SetCustomState","id":"bTSOS0"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"custom.clinica_","is_slidable":false},"%p":{"%ei":"bTPxc"},"%x":"GetElement","is_slidable":false},"custom_event":"bTPyC"},"%x":"TriggerCustomEvent","id":"bTSOM0"}}},"bTSYa0":{"%p":{"%en":"iniciar-pdf-pasta-financeira","wf_folder":"bTSYc0","parameters":{"0":{"is_list":false,"btype_id":"custom.pastafinanceira","optional":false,"param_id":"bTPxv","param_name":"pasta"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTSYO0","actions":{"0":{"%p":{"%ei":"bTPxk","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTSYQ0"},"1":{"%p":{"%v":{"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ei":"bTPxe","custom_state":"custom.pasta_"},"%x":"SetCustomState","id":"bTSaq0"},"2":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"despesa"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipofinanceiro_option_tipo___receita_despesa","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"arguments":{"0":{"param_id":"bTSZM0","arg_value":{"%p":{"btype_id":"list.custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false}},"1":{"param_id":"bTSZW0","arg_value":{"%p":{"%co":{"0":{"%k":"medico_user","%v":{"%n":{"%x":"Message","%nm":"medico_user","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"%c2":"equals"},"1":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"mesreferencia_text","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"2":{"%k":"tipofinanceiro_option_tipo___receita_despesa","%v":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"despesa"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"}},"%d2":true,"%sf":"data_date","%t5":"custom.objetocobranca"},"%x":"Search"}}},"custom_event":"bTSYg0"},"%x":"TriggerCustomEvent","id":"bTSZX0"},"3":{"%p":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"receita"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipofinanceiro_option_tipo___receita_despesa","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"arguments":{"0":{"param_id":"bTSaO0","arg_value":{"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false}},"1":{"param_id":"bTSaS0","arg_value":{"%p":{"%co":{"0":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"mesreferencia_text","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"tipofinanceiro_option_tipo___receita_despesa","%v":{"%p":{"option_set":"option.tipo___receita_despesa","option_value":"receita"},"%x":"OneOptionValue","is_slidable":false},"%c2":"equals"},"2":{"%k":"clinica_custom_clinica","%v":{"%n":{"%x":"Message","%nm":"clinica_custom_clinica","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYO0","optional":false,"param_id":"bTPxv","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"%c2":"equals"}},"%d2":true,"%sf":"data_date","%t5":"custom.objetocobranca"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}}},"custom_event":"bTSZY0"},"%x":"TriggerCustomEvent","id":"bTSas0"}}},"bTSZL0":{"%p":{"%en":"criar-pdf-medico-pasta-financeira","wf_folder":"bTSYc0","parameters":{"0":{"is_list":false,"btype_id":"custom.pastafinanceira","optional":false,"param_id":"bTSZM0","param_name":"pasta"},"1":{"is_list":true,"btype_id":"custom.objetocobranca","optional":false,"param_id":"bTSZW0","param_name":"objFinanceiros"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTSYg0","actions":{"0":{"%p":{"%ei":"bTPxe","ABA":"Portrait","ABD":16,"ABF":16,"ABG":16,"ABH":16,"ABL":true},"%x":"1543086664409x454646894723334140-AAs","id":"bTSYi0"},"1":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AAf":15,"AAg":true,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTSYm0"},"2":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"body"},"%x":"TextExpression"},"AAf":8,"AAg":false,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTSYn0"},"3":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"H1"},"%x":"TextExpression"},"AAf":20,"AAg":true,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTSYo0"},"4":{"%p":{"%ei":"bTPxe","AEV":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AET","id":"bTSYs0"},"5":{"%p":{"%ei":"bTPxe","AAW":{"%e":{"0":"[b][size=4]","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"medico_user","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYg0","optional":false,"param_id":"bTSZM0","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"2":"[/size][/b]\\n\\nRelatório financeiro\\n\\n","3":{"%n":{"%x":"Message","%nm":"mesreferencia_text","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSYg0","optional":false,"param_id":"bTSZM0","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"4":"\\n\\n","5":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSYg0","optional":false,"param_id":"bTSZW0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"6":" laudos - [b]","7":{"%n":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"sum","is_slidable":false},"%x":"Message","%nm":"valor1_number","is_slidable":false},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSYg0","optional":false,"param_id":"bTSZW0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"8":"[/b]"},"%x":"TextExpression"},"AAc":{"%e":{"0":""},"%x":"TextExpression"},"AAn":35,"ABM":false,"AEa":true,"AEc":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTSYt0"},"6":{"%p":{"%ei":"bTPxe","AEY":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AEU","id":"bTSYu0"},"7":{"%p":{"%ei":"bTPxe","AHE":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHB","id":"bTSYy0"},"8":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"data_date","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSYg0","optional":false,"param_id":"bTSZW0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"Data"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTSYz0"},"9":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"laudo_custom_laudo","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSYg0","optional":false,"param_id":"bTSZW0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHI":{"%e":{"0":"Exame"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHC","id":"bTSZA0"},"10":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"valor1_number","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSYg0","optional":false,"param_id":"bTSZW0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"Valor"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTSZE0"},"11":{"%p":{"%ei":"bTPxe","AHK":true,"AHM":45,"AHQ":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHD","id":"bTSZF0"},"12":{"%p":{"%ei":"bTPxe","AER":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1694638379903x410414932314078200/Logotipo_Conecta_Laranja%201%20Completo.png"},"%x":"TextExpression"},"AEj":40,"AEk":40,"AFD":true,"AFG":40},"%x":"1543086664409x454646894723334140-AEQ","id":"bTSZG0"},"13":{"%p":{"%ei":"bTPxe","AAr":{"%e":{"0":"file.pdf"},"%x":"TextExpression"},"AFk":true,"AFt":true,"AOp":true},"%x":"1543086664409x454646894723334140-AAY","id":"bTSZK0"}}},"bTSaN0":{"%p":{"%en":"criar-pdf-clinica-pasta-financeira","wf_folder":"bTSYc0","parameters":{"0":{"is_list":false,"btype_id":"custom.pastafinanceira","optional":false,"param_id":"bTSaO0","param_name":"pasta"},"1":{"is_list":true,"btype_id":"custom.objetocobranca","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTSZY0","actions":{"0":{"%p":{"%ei":"bTPxe","ABA":"Landscape","ABD":16,"ABF":16,"ABG":16,"ABH":16,"ABL":true},"%x":"1543086664409x454646894723334140-AAs","id":"bTSZd0"},"1":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AAf":15,"AAg":true,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTSZe0"},"2":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"body"},"%x":"TextExpression"},"AAf":8,"AAg":false,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTSZi0"},"3":{"%p":{"%ei":"bTPxe","AAe":{"%e":{"0":"H1"},"%x":"TextExpression"},"AAf":20,"AAg":true,"AAi":"left"},"%x":"1543086664409x454646894723334140-AAd","id":"bTSZj0"},"4":{"%p":{"%ei":"bTPxe","AEV":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AET","id":"bTSZk0"},"5":{"%p":{"%ei":"bTPxe","AER":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"logo_image","is_slidable":false},"%x":"Message","%nm":"clinica_custom_clinica","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSZY0","optional":false,"param_id":"bTSaO0","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"2":""},"%x":"TextExpression"},"AEd":true,"AEf":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AEj":95,"AEk":95,"AFD":false,"AFH":40},"%x":"1543086664409x454646894723334140-AEQ","id":"bTSZo0"},"6":{"%p":{"%ei":"bTPxe","AAW":{"%e":{"0":"[b][size=4]","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"clinica_custom_clinica","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSZY0","optional":false,"param_id":"bTSaO0","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"2":"[/size][/b]\\n\\nRelatório financeiro\\n\\n","3":{"%n":{"%x":"Message","%nm":"mesreferencia_text","is_slidable":false},"%p":{"btype_id":"custom.pastafinanceira","event_id":"bTSZY0","optional":false,"param_id":"bTSaO0","param_name":"pasta"},"%x":"CurrentWorkflowItem","is_slidable":false},"4":"\\n\\n","5":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSZY0","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"6":" laudos - [b]","7":{"%n":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"sum","is_slidable":false},"%x":"Message","%nm":"valor1_number","is_slidable":false},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSZY0","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"8":"[/b]"},"%x":"TextExpression"},"AAc":{"%e":{"0":""},"%x":"TextExpression"},"AAn":35,"ABM":true,"AEa":true,"AEc":{"%e":{"0":"cabecalho"},"%x":"TextExpression"},"AHw":true},"%x":"1543086664409x454646894723334140-AAV","id":"bTSZp0"},"7":{"%p":{"%ei":"bTPxe","AEY":{"%e":{"0":"cabecalho"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AEU","id":"bTSZq0"},"8":{"%p":{"%ei":"bTPxe","AHE":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHB","id":"bTSZu0"},"9":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"Message","%nm":"laudo_custom_laudo","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSZY0","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHI":{"%e":{"0":"Paciente"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHC","id":"bTSZv0"},"10":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"empresa_custom_empresa","is_slidable":false},"%x":"Message","%nm":"paciente_custom_colaborador1","is_slidable":false},"%x":"Message","%nm":"laudo_custom_laudo","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSZY0","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHI":{"%e":{"0":"Empresa"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHC","id":"bTSZw0"},"11":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"data_date","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSZY0","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"Data"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTSaA0","%nm":"Add column into advanced table PDFModel A"},"12":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"laudo_custom_laudo","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSZY0","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHI":{"%e":{"0":"Exame"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHC","id":"bTSaB0"},"13":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"currency","decimal_place":2,"currency_symbol":"R$ ","decimal_separator":"comma","thousand_separator":"dot"},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"valor1_number","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSZY0","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"Valor"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTSaC0"},"14":{"%p":{"%ei":"bTPxe","AHF":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"Cancelado"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Ativo"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"iscancelado__boolean","is_slidable":false},"%x":"Message","%nm":"laudo_custom_laudo","is_slidable":false},"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"[row]"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%p":{"btype_id":"list.custom.objetocobranca","event_id":"bTSZY0","optional":false,"param_id":"bTSaS0","param_name":"objFinanceiros"},"%x":"CurrentWorkflowItem","is_slidable":false},"AHG":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"},"AHH":"Fixed width","AHI":{"%e":{"0":"Status"},"%x":"TextExpression"},"AHJ":{"%e":{"0":"headerTable"},"%x":"TextExpression"},"AHY":{"%e":{"0":"body"},"%x":"TextExpression"},"AHi":50},"%x":"1543086664409x454646894723334140-AHC","id":"bTSaG0"},"15":{"%p":{"%ei":"bTPxe","AHK":true,"AHM":45,"AHQ":{"%e":{"0":"listaLaudos"},"%x":"TextExpression"}},"%x":"1543086664409x454646894723334140-AHD","id":"bTSaH0"},"16":{"%p":{"%ei":"bTPxe","AER":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1694638379903x410414932314078200/Logotipo_Conecta_Laranja%201%20Completo.png"},"%x":"TextExpression"},"AEj":40,"AEk":40,"AFD":true,"AFG":40},"%x":"1543086664409x454646894723334140-AEQ","id":"bTSaI0"},"17":{"%p":{"%ei":"bTPxe","AAr":{"%e":{"0":"file.pdf"},"%x":"TextExpression"},"AFk":true,"AFt":true,"AOp":true},"%x":"1543086664409x454646894723334140-AAY","id":"bTSaM0"}}}},"%p":{"%h":200,"%w":200,"%et":"Group","%bas":"none","min_width_px":0,"default_width":200,"min_height_px":200,"wf_folder_list":{"bTSYb0":"Metodo - JavaScript","bTSYc0":"Método - Pasta Financeira"},"element_version":4,"container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTPxc","%el":{"bTPxj":{"%p":{"%h":64,"%l":0,"%t":0,"%w":64,"%z":25,"order":4,"fit_height":false,"single_width":true,"min_width_css":"64px","single_height":true,"min_height_css":"64px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"1543086664409x454646894723334140-AAT","id":"bTPxe","%cp":"bTPxc","%dn":"PDFModel A","custom_states":{"pasta_":{"%d":"pasta","%v":"custom.pastafinanceira","make_static":true},"headers_":{"%d":"headers","%v":"list.text","make_static":true},"valores_":{"%d":"valores","%v":"list.text","make_static":true}}},"bTPxp":{"%p":{"%h":284,"%l":-800,"%t":-84,"%w":1000,"%z":26,"%3f":"top","%ci":"bTHGH","%iv":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTPxk","%dn":"P - Loading A"},"bTSNw0":{"%p":{"%h":2,"%l":0,"%t":170,"%w":2,"%z":27,"AAQ":{"%e":{"0":"resultado"},"%x":"TextExpression"},"AAR":true,"AAS":true,"AAT":"text","AAU":true},"%x":"1488796042609x768734193128308700-AAP","id":"bTSNu0","%dn":"JavascripttoBubble A"}},"%nm":"G - Criar PDF Financeiro","custom_states":{"log_":{"%d":"log","%v":"text","make_static":true},"laudos_":{"%d":"laudos","%v":"list.custom.laudo","make_static":true},"medico_":{"%d":"medico","%v":"user","make_static":true},"clinica_":{"%d":"clinica","%v":"custom.clinica","make_static":true},"empresas_":{"%d":"empresas","%v":"list.custom.empresa","make_static":true},"referencia_":{"%d":"referencia","%v":"text","make_static":true},"objfinanceiros_":{"%d":"objFinanceiros","%v":"list.custom.objetocobranca","make_static":true}}},"bTKbH":{"%el":{"bTHLz":{"%p":{"%h":284,"%l":-72,"%t":355,"%w":1000,"%z":9,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTKaX","%dn":"P - Loading A"},"bTHXM":{"%p":{"%h":232,"%l":-327,"%t":194,"%w":496,"%z":9,"%3f":"top","%ci":"bTHDQ","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"496px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTKab","%dn":"P - Sucesso B"},"bTJsF":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":13,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":false,"%bgc":"rgba(108,188,100,1)","%bos":"none","order":8,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_left":24,"margin_right":24,"padding_left":16,"single_width":false,"margin_bottom":24,"min_width_css":"0px","padding_right":16,"single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTKac","%cp":"bTJqr","%dn":"Group B","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTKaa","%dn":"Group B","%el":{"cmNUV1":{"%p":{"%3":{"%e":{"0":"Desbloquear acesso de clÃnica"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKae","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Desbloquear","order":9},"bTKbS":{"%p":{"%h":0,"%l":0,"%t":72,"%w":0,"%gt":"custom.aviso","%rs":1,"%ss":"none","order":4,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"RepeatingGroup","id":"bTKbN","%dn":"RepeatingGroup A","%el":{"bTKbQ":{"%p":{"%h":256,"%l":0,"%t":-72,"%w":400,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.aviso","order":1,"row_gap":16,"use_gap":true,"fit_width":false,"fit_height":false,"padding_top":24,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"256px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTKal","%dn":"Group E","%el":{"bTJrh":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":0,"%t":0,"%w":400,"%z":30,"%fc":"var(--color_background_default)","%fs":18,"%iv":true,"%lh":1.4,"order":5,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"600","padding_top":0,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTKaj","%cp":"bTJrA","%dn":"Text B","order":4},"bTKbP":{"%p":{"%h":53,"%l":156,"%t":103,"%w":63,"%z":31,"%br":10,"src":{"%e":{"0":"","1":{"%n":{"%n":{"%p":{"crop_to_fit":true},"%x":"Message","%nm":"imgix_treatment"},"%x":"Message","%nm":"imagem_image"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":false,"min_width_css":"63px","single_height":false,"min_height_css":"53px","horiz_alignment":"flex-start","use_aspect_ratio":true,"aspect_ratio_width":16,"aspect_ratio_height":6},"%x":"Image","id":"bTKbK","%dn":"Image B","%s1":"Image_standard_image_"},"bTKbT":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"descricao_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":10,"%t":10,"%w":400,"%z":30,"%fc":"var(--color_surface_default)","%fs":15,"%iv":true,"%lh":1.4,"order":6,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTKbU","%cp":"bTKal","%dn":"Text C","order":4},"bTKbW":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy - HH:MM"},"%x":"Message","%nm":"format_date"},"%x":"Message","%nm":"Created Date"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"Inter:::regular","%h":36,"%l":20,"%t":20,"%w":400,"%z":30,"%fc":"var(--color_surface_default)","%fs":12,"%iv":true,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"center","nonant_alignment":"bc","collapse_when_hidden":true},"%x":"Text","id":"bTKbX","%cp":"bTKal","%dn":"Text E","order":4}},"%nm":"Group - Conteudo","%s1":"Group_default_group_"}},"%nm":"RG - Avisos"},"bTKbg":{"%p":{"%h":48,"%l":0,"%t":0,"%w":168,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":6,"use_gap":true,"fit_width":false,"column_gap":11,"fit_height":true,"margin_left":0,"padding_top":24,"margin_right":0,"padding_left":24,"single_width":false,"margin_bottom":0,"min_width_css":"0px","padding_right":24,"single_height":false,"padding_bottom":24,"horiz_alignment":"flex-start","border_color_top":"rgba(238, 239, 248, 1)","border_style_top":"solid","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"none","border_roundness_top":0,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTKai","%dn":"Group F","%el":{"bTKbi":{"%p":{"%h":33,"%l":0,"%t":0,"%w":60,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":1,"use_gap":true,"fit_width":true,"column_gap":7,"fit_height":true,"margin_left":0,"padding_top":0,"margin_right":0,"single_width":false,"single_height":false,"padding_bottom":0,"horiz_alignment":"flex-start","container_layout":"row","border_style_bottom":"none"},"%x":"Group","id":"bTKba","%cp":"bTKai","%dn":"Group C","%el":{"bTKbm":{"%p":{"%3":{"%e":{"0":"Marcar como lido"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"order":2,"fit_width":true,"fit_height":true,"margin_top":0,"font_weight":"400","single_width":false,"min_width_css":"12px","single_height":false,"vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKbe","%cp":"bTKWz","%dn":"Text F","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTKbn":{"%p":{"%h":18,"%l":9,"%t":10,"%w":18,"%z":2,"%br":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","%bas":"bgcolor","%bgc":"rgba(221, 222, 229, 1)","order":1,"fit_width":true,"fit_height":true,"single_width":true,"max_width_css":"18px","min_width_css":"16px","single_height":true,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"page_number"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"},"%n":{"%x":"Message","%nm":"idaviso_text"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"avisosvistosid_list_text"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTKbZ","%dn":"Group C","%el":{"bTKbl":{"%p":{"%h":6,"%l":8,"%t":4,"%w":4,"%z":2,"%9i":"check","%ic":"rgba(255,255,255,1)","%iv":false,"fit_height":false,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":true,"margin_bottom":0,"min_width_css":"12px","single_height":true,"min_height_css":"12px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"page_number"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"},"%n":{"%x":"Message","%nm":"idaviso_text"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"avisosvistosid_list_text"},"%x":"CurrentUser"},"%p":{"%iv":true},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTKbd","%dn":"MaterialIcon A"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Marcar como lido","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"bTKbr":{"%p":{"%h":33,"%l":10,"%t":10,"%w":60,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":2,"use_gap":true,"fit_width":true,"column_gap":7,"fit_height":true,"margin_left":0,"padding_top":0,"margin_right":0,"single_width":false,"single_height":false,"padding_bottom":0,"horiz_alignment":"flex-start","container_layout":"row","border_style_bottom":"none"},"%x":"Group","id":"bTKbp","%cp":"bTKai","%dn":"Group D","%el":{"bTKbm":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"page_number"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%f":"DM Sans:::500","%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fc":"rgba(78, 91, 118, 1)","%fs":16,"order":3,"fit_width":true,"fit_height":true,"margin_top":0,"font_family":"DM Sans","font_weight":"700","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTKbo","%cp":"bTKWz","%dn":"Text G"},"bTKbv":{"%p":{"%h":6,"%l":8,"%t":4,"%w":4,"%z":2,"%9i":"keyboard_arrow_left","%ic":"var(--color_primary_contrast_default)","%iv":true,"order":1,"fit_height":false,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":true,"margin_bottom":0,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_first_page"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTKbt","%dn":"MaterialIcon B","%nm":"Btn - Anterior"},"bTKby":{"%p":{"%h":6,"%l":18,"%t":14,"%w":4,"%z":2,"%9i":"chevron_right.outline","%ic":"var(--color_primary_contrast_default)","%iv":true,"order":4,"fit_height":false,"margin_top":0,"margin_left":0,"margin_right":0,"single_width":true,"margin_bottom":0,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_last_page"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"},"%p":{"%iv":false},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTKbw","%cp":"bTKbp","%dn":"MaterialIcon C","%nm":"Btn - Proximo"}},"%nm":"Group - Card de ClÃnica copy","%s1":"Group_group___bottom_line___cinza_claro___1px_"}},"%nm":"Group - Botões"},"cmMkT":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.clinica","order":3,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":true,"min_height_css":"72px","horiz_alignment":"stretch","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTKaf","%dn":"Group A","%el":{"cmMkX":{"%p":{"%3":{"%e":{"0":"Avisos"},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"Desbloquear clÃnica [fa]unlock[/fa]"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTKad","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTKah","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"}},"%wf":{"bTJsI":{"%p":{"%ei":"bTKac","event_color":"green"},"%x":"ButtonClicked","id":"bTKap","actions":{"0":{"%p":{"%cs":{"0":{"%k":"bloqueioatual_custom_bloqueiosclinica","%v":{"%x":"Empty"},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTKat"},"1":{"%p":{"%ei":"bTKaZ"},"%x":"HideElement","id":"bTKau"},"2":{"%p":{"%ei":"bTKab","arguments":{"0":{"param_id":"cmPhW1","arg_value":"Acesso desbloqueado"},"1":{"param_id":"cmPhX1","arg_value":{"%x":"Empty"}}},"custom_event":"bTHDr"},"%x":"TriggerCustomEventFromReusable","id":"bTKas"}}},"bTKcB":{"%p":{"%ei":"bTKbt","event_color":"green"},"%x":"ButtonClicked","id":"bTKbz","actions":{"0":{"%p":{"%ei":"bTKbN"},"%x":"ListShowPrevious","id":"bTKcC"}}},"bTKcF":{"%p":{"%ei":"bTKbw","event_color":"green"},"%x":"ButtonClicked","id":"bTKcA","actions":{"0":{"%p":{"%ei":"bTKbN"},"%x":"ListShowNext","id":"bTKcD"}}},"bTKcN":{"%p":{"%ei":"bTKba","event_color":"green"},"%x":"ButtonClicked","id":"bTKcL","actions":{"0":{"%p":{"%cs":{"0":{"%k":"avisosvistosid_list_text","%v":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"page_number"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"},"%n":{"%x":"Message","%nm":"idaviso_text"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTKbN"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":"add"}}},"%x":"MakeChangeCurrentUser","id":"bTKcO"}}},"bTKcT":{"%p":{"%en":"display-data","parameters":{"0":{"is_list":true,"btype_id":"custom.aviso","optional":false,"param_id":"bTKcU","param_name":"avisos"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTKcP","actions":{"0":{"%p":{"%ds":{"%p":{"btype_id":"list.custom.aviso","optional":false,"param_id":"bTKcU","param_name":"avisos"},"%x":"CurrentWorkflowItem"},"%ei":"bTKbN"},"%x":"DisplayListData","id":"bTKcX"},"1":{"%p":{"%ei":"bTKbN","%pa":1},"%x":"ListGoToPage","id":"bTKcV"}}},"cmMnc":{"%p":{"%ei":"bTKaZ","event_color":"blue"},"%x":"PopupClosed","id":"bTKbB","actions":{"0":{"%p":{"%ei":"bTKaZ"},"%x":"ResetGroup","id":"bTKbF"}}},"cmMng":{"%p":{"%ei":"bTKah","event_color":"green"},"%x":"ButtonClicked","id":"bTKbG","actions":{"0":{"%p":{"%ei":"bTKaZ"},"%x":"HideElement","id":"bTKbE"}}}},"%p":{"%h":328,"%l":0,"%t":0,"%w":400,"%et":"Popup","%gt":"custom.clinica","min_width_px":0,"default_width":600,"min_height_px":750,"single_height":true,"min_height_css":"200px","element_version":4,"container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTKaZ","%nm":"P - Avisos","%s1":"Popup_popup___8_border_","custom_states":{"admincriado_":{"%d":"exameCriado","%v":"custom.exames","make_static":true}}},"bTIYG":{"%el":{"bTHJk":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"aa"},"%x":"Group","id":"bTIXu","%cp":"bTHJc","%dn":"Group A","%el":{"bTIci":{"%p":{"%h":5,"%l":62,"%t":2,"%w":4,"%z":3,"%9i":"check_circle","%ic":"var(--color_primary_default)","%iv":false,"order":2,"fit_height":false,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","vert_alignment":"flex-start","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIXv"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTIcd","%dn":"MaterialIcon A"},"cmMkk":{"%p":{"%3":{"%e":{"0":"Paciente"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTIXy","%dn":"Text A","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTHJl":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","use_gap":true,"column_gap":10,"fit_height":true,"margin_top":7,"padding_left":19,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"56px","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIXz","%cp":"bTHJc","%dn":"Group B","%el":{"bTHJt":{"%p":{"%h":20,"%l":25,"%t":12,"%w":20,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1677697889201x634666298858923500/Icon%20-%20User%20Round%20-%20%237B61FF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Image","id":"bTIXx","%dn":"Image A"},"bTHJw":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"%f":"DM Sans:::500","%h":7,"%l":0,"%t":0,"%w":12,"%z":3,"%fc":"rgba(131, 140, 159, 1)","%fs":14,"order":2,"fit_width":false,"fit_height":true,"font_family":"DM Sans","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"7px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_empty"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"Selecionar..."},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTIYB","%cp":"bTHJi","%dn":"Text B","order":4}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"},"bTHJz":{"%p":{"%h":200,"%l":6,"%t":292,"%w":400,"%z":4,"%3f":"top","%ci":"bTHIU","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"595px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIYC","%dn":"P - Seletor de Usuario A"},"bTIYJ":{"%p":{"%h":200,"%l":-246,"%t":391,"%w":400,"%z":4,"%3f":"top","%ci":"bTIWu","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"595px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIYK","%dn":"P - Seletor de colaborador A"}},"%wf":{"bTHKB":{"%p":{"%ei":"bTIXz","event_color":"green"},"%x":"ButtonClicked","id":"bTIYA","actions":{"0":{"%p":{"%ei":"bTIYK"},"%x":"ShowElement","id":"bTIYF"}}},"bTHKF":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isselecionado__"},"%p":{"%ei":"bTIYK"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIYD","actions":{"0":{"%p":{"%ds":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIYK"},"%x":"GetElement"},"%ei":"bTIXv"},"%x":"DisplayGroupData","id":"bTIYH"},"1":{"%p":{"%ei":"bTIYK","custom_state":"custom.produtosselecionados_","custom_states_values":{"0":{"%v":false,"custom_state":"custom.isselecionado__"}}},"%x":"SetCustomState","id":"bTIYI"},"2":{"%p":{"%v":true,"%ei":"bTIXv","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTNXW"}}}},"%p":{"%h":28,"%l":0,"%t":0,"%w":352,"%et":"Group","%gt":"custom.colaborador1","order":3,"fit_height":true,"min_width_px":0,"default_width":352,"min_height_px":28,"element_version":4,"horiz_alignment":"flex-start","container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTIXv","%nm":"G - Seletor de colaborador","custom_states":{"isalterado__":{"%d":"isAlterado?","%v":"boolean","make_static":true}}},"bTIbT":{"%el":{"bTIbY":{"%p":{"%h":200,"%l":0,"%t":0,"%w":352,"%z":30,"%3f":"top","%ci":"bTIac","order":11,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"352px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIbZ","%cp":"bTIbP","%dn":"G - Seletor de Exame - Solicitação A","order":1,"custom_definition_name":"G - Seletor de Exame - Solicitação"},"bTIbo":{"%p":{"%h":284,"%l":0,"%t":20,"%w":1000,"%z":2,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIbm","%dn":"P - Loading A"},"bTIdA":{"%p":{"%h":90,"%l":0,"%t":0,"%w":46,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"order":22,"use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"margin_top":24,"single_width":false,"min_width_css":"46px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"ispermitidourgencia__boolean"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbZ"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTIcs","%cp":"bTIbP","%dn":"Group B","%el":{"bTIhA":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":2,"%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":false,"min_height_css":"20px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTIcx","%dn":"Group B","%el":{"bTIhE":{"%p":{"%h":14,"%l":0,"%t":0,"%w":14,"%z":2,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1666969661901x336697370389964300/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTIcv","%dn":"Image A"}}},"bTIhB":{"%p":{"%3":{"%e":{"0":"Solicitação urgente ","2":""},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":0,"%t":0,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":16,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIcz","%dn":"Text B"}},"%nm":"Checkbox - Urgencia","%s1":"Group_default_group_","order":4},"bTIha":{"%p":{"%h":48,"%l":0,"%t":0,"%w":48,"%z":32,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"%bgc":"var(--color_text_default)","%bos":"none","order":2,"use_gap":true,"column_gap":12,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"padding_left":12,"single_width":false,"min_width_css":"48px","padding_right":12,"single_height":true,"min_height_css":"48px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isconvertendopdf__boolean"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTIhW","%cp":"bTIbP","%dn":"Group C","%el":{"bTIZa":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%9i":"fa fa-refresh","%ic":"var(--color_primary_contrast_default)","order":1,"spin_icon":true,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Icon","id":"bTIhV","%cp":"cmMnG.elements","%dn":"Icon A","order":1},"bTIZf":{"%p":{"%3":{"%e":{"0":"Convertendo PDF em imagens..."},"%x":"TextExpression"},"%f":"Inter:::regular","%h":14,"%l":0,"%t":0,"%w":107,"%z":7,"%fc":"var(--color_primary_contrast_default)","%fs":13,"%lh":1,"order":3,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"107px","padding_right":0,"single_height":true,"min_height_css":"14px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIhZ","%cp":"bTLUJ.elements","%dn":"Text C","order":2}},"%nm":"Btn - Nova Nota copy","order":5},"bTIhd":{"%p":{"%h":48,"%l":0,"%t":0,"%w":368,"%z":33,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":true,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isconvertendopdf__boolean"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTIhY","%dn":"Group D","%el":{"bTIhb":{"%p":{"%h":48,"%l":0,"%t":0,"%w":48,"%z":30,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bgc":"rgba(var(--color_primary_default_rgb), 0.15)","%bos":"none","order":2,"use_gap":true,"column_gap":12,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"padding_left":12,"single_width":false,"min_width_css":"48px","padding_right":12,"single_height":true,"min_height_css":"48px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTIbU"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Group","id":"bTIbU","%cp":"bTIbP","%dn":"Group A","%el":{"bTIZa":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#FFA035"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M5.53978 11.1199C0.859785 11.4499 0.859785 18.2599 5.53978 18.5899H7.45983\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5.59003 11.1199C2.38003 2.1899 15.92 -1.3801 17.47 7.9999C21.8 8.5499 23.55 14.3199 20.27 17.1899C19.27 18.0999 17.98 18.5999 16.63 18.5899H16.54\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 16.53C17 17.27 16.84 17.97 16.54 18.59C16.46 18.77 16.37 18.94 16.27 19.1C15.41 20.55 13.82 21.53 12 21.53C10.18 21.53 8.58998 20.55 7.72998 19.1C7.62998 18.94 7.54002 18.77 7.46002 18.59C7.16002 17.97 7 17.27 7 16.53C7 13.77 9.24 11.53 12 11.53C14.76 11.53 17 13.77 17 16.53Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10.4399 16.53L11.4299 17.5201L13.5599 15.55\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"HTML","id":"bTIbW","%cp":"cmMnG.elements","%dn":"HTML A","order":1},"bTIZf":{"%p":{"%3":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%f":"Inter:::regular","%h":14,"%l":0,"%t":0,"%w":107,"%z":7,"%fc":"var(--color_surface_default)","%fs":13,"%lh":1,"order":3,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"107px","padding_right":0,"single_height":true,"min_height_css":"14px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIbX","%cp":"bTLUJ.elements","%dn":"Text A","order":2}},"%nm":"Btn - Nova Nota","order":1}},"%s1":"Group_default_group_"},"bTIhe":{"%p":{"%h":0,"%l":16,"%t":64,"%w":0,"%z":34,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":6,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIhf","%dn":"Group E","%el":{"bTIhi":{"%p":{"%h":8,"%l":-16,"%t":-64,"%w":9,"%z":31,"AAU":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"24px","horiz_alignment":"flex-start"},"%x":"1646792042182x802794335995166700-AAC","id":"bTIga","%dn":"PDF_converter A"},"bTIhl":{"%p":{"%h":16,"%l":191,"%t":13,"%w":16,"%z":32,"order":1},"%x":"1618892957212x885363265747026000-AAC","id":"bTIhj","%dn":"Simplelooper A","%nm":"Simplelooper - Imagens do pdf","custom_states":{"total_":{"%d":"total","%v":"number","make_static":true},"imagens_":{"%d":"imagens","%v":"list.image","make_static":true},"filename_":{"%d":"FileName","%v":"text","make_static":true}}}},"%s1":"Group_default_group_"},"bTPpA":{"%p":{"%3":{"%e":{"0":"* ","1":{"%p":{"arbitrary_text":{"%e":{"1":"","2":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%n":{"%p":{"formatting_for_true":{"%e":{"0":"[color=#ff0000]Acréscimo de ","1":{"%n":{"%n":{"%n":{"%p":{"%ft":"percentage","decimal_place":0},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"valorpctgurgenciapaga_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":" no valor do laudo.[/color]"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Existem ","1":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"clinicaid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"minus","is_slidable":false},"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":" urgências grátis de ","3":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"4":" neste mês."},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"greater_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"clinicaid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search"}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Existem ","1":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"clinicaid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"minus","is_slidable":false},"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":" urgências grátis de ","3":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"4":" neste mês."},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"isurgente__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="},"2":"","4":""},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":206,"%t":181,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":11,"%lh":1,"order":25,"fit_width":false,"fit_height":true,"margin_top":6,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIcs"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Text","id":"bTPou","%cp":"bTIcs","%dn":"Text E"},"bTQjc":{"%p":{"%h":0,"%l":16,"%t":44,"%w":0,"%z":35,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"order":13,"use_gap":true,"column_gap":12,"fit_height":true,"margin_top":24,"single_width":false,"margin_bottom":0,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_data"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_categoria"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTQja","%dn":"Group I","%el":{"bTQjg":{"%p":{"%h":48,"%l":-16,"%t":-64,"%w":510,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":1,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"135px","single_height":false,"min_height_css":"46px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTQjO"},"%x":"GetElement","is_slidable":false},"%p":{"min_width_css":"100%"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_data"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQiw","%cp":"bTIbP","%dn":"Group G","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%z":2,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"data_date","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%cf":"text","%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":"Data exame"},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"unique_id":{"%e":{"0":"dt","1":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"fit_height":false,"font_family":"Inter","font_weight":"500","padding_left":44,"single_width":false,"padding_right":10,"single_height":false,"max_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","nonant_alignment":"ba","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)"},"%x":"Input","id":"bTQiy","%dn":"Input A","%nm":"Input - Data"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%z":1,"%9i":"date_range","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTQjC","%dn":"MaterialIcon A"},"bTQjK":{"%p":{"%h":15,"%l":0,"%t":0,"%w":15,"%z":0,"AAE":{"%e":{"0":"dt","1":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"AAF":{"%e":{"0":"00/00/0000"},"%x":"TextExpression"},"order":12,"nonant_alignment":"aa"},"%x":"1609444246883x924984661248573400-AAD","id":"bTQjE","%cp":"bTIbP","%dn":"MaskInput A","%nm":"MaskInput - Data de exame"}},"%nm":"Group - Data de exame","%s1":"Group_default_group_"},"bTQjh":{"%p":{"%h":48,"%l":-16,"%t":-64,"%w":510,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"46px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTQiw"},"%x":"GetElement","is_slidable":false},"%p":{"min_width_css":"100%"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_categoria"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQjO","%cp":"bTIbP","%dn":"Group H","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"categoria_option_categoria___exame","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%ds":{"%n":{"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"classificacao_option_classifica__o___exame","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbZ"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"classificacaoatrelada","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered","is_slidable":true},"%p":{"option_set":"option.categoria___exame"},"%x":"AllOptionValue","is_slidable":false},"%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ps":{"%e":{"0":"Categoria"},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"fit_height":false,"font_family":"Inter","font_weight":"500","dynamic_type":"option.categoria___exame","padding_left":44,"single_width":false,"choices_style":"dynamic","padding_right":10,"single_height":false,"computed_value":"number","max_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","nonant_alignment":"ba","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTQjQ","%dn":"Dropdown A","%nm":"Input - Classificacao"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%z":1,"%9i":"filter_list","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTQjU","%dn":"MaterialIcon B"}},"%nm":"Group - Categoria","%s1":"Group_default_group_"}},"%nm":"Group - Data + Categoria","%s1":"Group_default_group_"},"bTRqm":{"%p":{"%h":73,"%l":-550,"%t":16,"%w":952,"%z":37,"%3f":"top","%ci":"bTJge","%ds":{"%n":{"%n":{"%x":"Message","%nm":"idobj_text","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%iv":false,"order":12,"max_width":100,"min_width":0,"fit_height":true,"margin_top":16,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"inputscomplementares_list_custom_inputslaudo","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTRqk","%dn":"RG - Responder Inputs - Form A"},"bTWIQ":{"%p":{"%h":0,"%l":253.8125,"%t":44,"%w":0,"%z":40,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%vc":true,"order":17,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"horiz_alignment":"flex-end","container_layout":"row"},"%x":"Group","id":"bTWIO","%dn":"Group J","%el":{"bTWIU":{"%p":{"%h":0,"%l":-16,"%t":-16,"%w":0,"%z":36,"%3f":"top","%ci":"bTQrS","%ds":{"%x":"ElementParent","is_slidable":false},"order":2,"fit_width":true,"max_width":100,"min_width":0,"fit_height":true,"margin_top":16,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-end","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTQtW","%dn":"Btn - Obersvação Solicitação A"},"bTWIV":{"%p":{"%h":200,"%l":202,"%t":-156,"%w":200,"%z":39,"%3f":"top","%ci":"bTWFu","order":1,"max_width":100,"min_width":0,"fit_height":true,"param_bTWGo":{"%x":"ElementParent","is_slidable":false},"single_width":false,"min_width_css":"0px","single_height":false,"max_height_css":"10px","vert_alignment":"stretch","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTWII","%dn":"G - Convert. - Exame x Pdf A"}},"%s1":"Group_default_group_"},"bTKeL1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":48,"%z":30,"%bc":"rgba(123, 97, 255, 1)","%br":360,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"%bgc":"var(--color_destructive_default)","%bos":"none","order":21,"use_gap":true,"fit_width":true,"column_gap":6,"fit_height":true,"margin_top":12,"margin_left":0,"padding_top":5,"margin_right":0,"padding_left":8,"single_width":false,"min_width_css":"48px","padding_right":8,"single_height":false,"min_height_css":"0px","padding_bottom":5,"vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-end","container_layout":"row","nonant_alignment":"bb","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.solicitacaojarealizado24horas_"},"%p":{"%ei":"bTIbP"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTKeE1","%cp":"bTIbP","%dn":"Group F","%el":{"bTIZa":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%9i":"fa fa-exclamation-triangle","%ic":"rgba(255,255,255,1)","order":1,"fit_height":true,"single_width":true,"min_width_css":"12px","single_height":true,"min_height_css":"12px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Icon","id":"bTKeJ1","%cp":"cmMnG.elements","%dn":"Icon B","order":1},"bTIZf":{"%p":{"%3":{"%e":{"0":"Solicitação igual em menos de 24 horas"},"%x":"TextExpression"},"%f":"Inter:::regular","%h":14,"%l":0,"%t":0,"%w":107,"%z":7,"%fc":"rgba(255,255,255,1)","%fs":12,"%lh":1,"order":3,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTKeH1","%cp":"bTLUJ.elements","%dn":"Text D","order":2}},"%nm":"Btn - Nova Nota","order":1},"bTSjS0":{"%p":{"%h":28,"%l":11,"%t":24,"%w":129,"%z":38,"%3f":"top","%ci":"bTShI0","%ds":{"%x":"ElementParent","is_slidable":false},"%iv":false,"order":16,"max_width":100,"min_width":0,"fit_height":true,"margin_top":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.formul_rios_alternativos","option_value":"oit"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___formulario","option_value":"alternativo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipoformulario_option_tipo___formulario","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"formularioalternativo_option_formul_rios_alternativos","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbZ"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTSjN0","%dn":"G - OIT A"}},"%p":{"%h":44,"%l":0,"%t":0,"%w":402,"%bc":"var(--color_text_default)","%bh":0,"%br":10,"%bs":"outset","%bv":0,"%et":"Group","%gt":"custom.solicitacaolaudo","%bos":"solid","%bsb":18,"%bsc":"rgba(0,0,0,0.1)","%bsp":-4,"order":3,"row_gap":24,"use_gap":false,"column_gap":16,"fit_height":true,"padding_top":16,"min_width_px":40,"padding_left":16,"default_width":402,"min_height_px":44,"padding_right":16,"padding_bottom":16,"element_version":5,"horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"bc","four_border_style":false,"responsive_version":1,"border_roundness_left":10,"border_roundness_right":10,"border_roundness_bottom":10},"%x":"CustomDefinition","id":"bTIbP","%nm":"G - Card de Solicitacao - Por colaborador","%wf":{"bTIbl":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isalterado__"},"%p":{"%ei":"bTIbZ"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIbh","actions":{"0":{"%p":{"%cs":{"0":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbZ"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbZ"},"%x":"GetElement"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTIbn"},"1":{"%p":{"%cs":{"0":{"%k":"isencaminhadomedico__boolean","%v":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"encaminhamento_autom_tico_ao_m_dico"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbZ"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%ak":{"%x":"Empty"}},"1":{"%k":"medicoresponsavel_user","%v":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"iduser_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"medicoid_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbZ"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"user"},"%x":"Search"},"%ak":{"%x":"Empty"}}},"%tc":{"%p":{"%ai":"bTIbn"},"%x":"PreviousStep","is_slidable":false}},"%x":"ChangeThing","id":"bTNqi"},"2":{"%p":{"%v":false,"%ei":"bTIbZ","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTIfn"},"3":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idsolicitacao_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idsolicitacao_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"GetElement"}},"%x":"TextExpression"},"%c2":"not equal"},"1":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"exameid_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}},"%x":"TextExpression"},"%c2":"equals"},"2":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"colaboradorid_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"Created Date","%v":{"%n":{"%a":-1,"%x":"Message","%nm":"plus_days"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%c2":"greater than"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search"},"%ei":"bTIbP","custom_state":"custom.solicitacaojarealizado24horas_"},"%x":"SetCustomState","id":"bTKdy1"}}},"bTIfr":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent"},"%ei":"bTIcx","event_color":"green"},"%x":"ButtonClicked","id":"bTIfm","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isurgente__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTIfp"}}},"bTIfw":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent"},"%ei":"bTIcx","event_color":"green"},"%x":"ButtonClicked","id":"bTIft","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isurgente__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTIfs"}}},"bTIgk":{"%p":{"%en":"converter-pdf","parameters":{"0":{"is_list":false,"btype_id":"file","optional":false,"param_id":"bTIgc","param_name":"arquivo"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTIgd","actions":{"0":{"%p":{"%ei":"bTIga","AAW":{"%e":{"0":"","1":{"%p":{"btype_id":"file","optional":false,"param_id":"bTIgc","param_name":"arquivo"},"%x":"CurrentWorkflowItem","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"AAZ":1},"%x":"1646792042182x802794335995166700-AAV","id":"bTQle"}}},"bTIhM":{"%p":{"%ei":"bTIga","breakpoint":true,"event_color":"blue"},"%x":"1646792042182x802794335995166700-AAR","id":"bTIhO","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%n":{"%n":{"%p":{"find":{"%e":{"0":".pdf"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"ElementParent"},"%ei":"bTIhj","custom_state":"custom.filename_","custom_states_values":{"0":{"%v":{"%n":{"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTIga"},"%x":"ThisElement"},"custom_state":"custom.imagens_"},"1":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTIga"},"%x":"ThisElement"},"custom_state":"custom.total_"}}},"%x":"SetCustomState","id":"bTIhn"},"1":{"%p":{"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%x":"Empty"},"%ak":"clear_list"}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTIkm"},"2":{"%p":{"%ei":"bTIhj"},"%x":"1618892957212x885363265747026000-AAE","id":"bTIiA"}}},"bTIhk":{"%p":{"%ei":"bTIhj","breakpoint":false,"event_color":"blue"},"%x":"1618892957212x885363265747026000-AAD","id":"bTIhm","actions":{"0":{"%p":{"custom_event":"bTIko"},"%x":"TriggerCustomEvent","id":"bTIkq"},"1":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.total_"},"%p":{"%ei":"bTIhj"},"%x":"ThisElement"},"%x":"Message","%nm":"less_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIhj"},"%x":"ThisElement"},"%ei":"bTIhj"},"%x":"1618892957212x885363265747026000-AAI","id":"bTIhu"},"2":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.total_"},"%p":{"%ei":"bTIhj"},"%x":"ThisElement"},"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIhj"},"%x":"ThisElement"},"%ei":"bTIhj"},"%x":"1618892957212x885363265747026000-AAJ","id":"bTIhv"}}},"bTIhx":{"%p":{"%ei":"bTIhj","event_color":"blue"},"%x":"1618892957212x885363265747026000-AAF","id":"bTIht","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTIhy"}}},"bTIkp":{"%p":{"%en":"salvar-arquivo","event_color":"orange"},"%x":"CustomEvent","id":"bTIko","actions":{"0":{"%p":{"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIhj"},"%x":"GetElement"},"%n":{"%p":{"file_name_override":{"%e":{"0":"testesss","1":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIhj"},"%x":"GetElement"},"2":""},"%x":"TextExpression"}},"%x":"Message","%nm":"saved_s3"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTIga"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":"add"}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTIkn"}}},"bTQjm":{"%p":{"%ei":"bTQiy","event_color":"blue"},"%x":"InputChanged","id":"bTQji","actions":{"0":{"%p":{"%cs":{"0":{"%k":"data_date","%v":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkE"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkE"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkE"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"change_date","is_slidable":false},"%x":"Message","%nm":"change_month","is_slidable":false},"%x":"Message","%nm":"change_years","is_slidable":false},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTQjn"}}},"bTQju":{"%p":{"%ei":"bTQjQ","event_color":"blue"},"%x":"InputChanged","id":"bTQjo","actions":{"0":{"%p":{"%cs":{"0":{"%k":"categoria_option_categoria___exame","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQjQ"},"%x":"ThisElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTQjt"}}},"bTQoe":{"%p":{"%ei":"bTIga","breakpoint":true,"event_color":"blue"},"%x":"1646792042182x802794335995166700-AAY","id":"bTQoY","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"body_params_Filename":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"1":".","2":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"last_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTIga"},"%x":"ThisElement","is_slidable":false},"3":""},"%x":"TextExpression"},"body_params_Bucket_Name":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"body_params_Bucket_Region":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"body_params_Filename_Prefix":{"%e":{"0":""},"%x":"TextExpression"},"body_params_Folder_Structure":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"wasabiexamesfolder_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"body_params_URL_From_Another_Cloud":{"%e":{"0":"https:","1":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTIga"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"1602732136092x484352338159730700-AIj","id":"bTSRZ0"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"_p_S3 URL","is_slidable":false},"%p":{"%ai":"bTSRZ0"},"%x":"PreviousStep","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"minus_list","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%ak":"set_list"}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTQoa"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"url_to_delete":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTIga"},"%x":"ThisElement","is_slidable":false}},"%x":"DeleteUploadedFile","id":"bTSRk0"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTIga"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"minus_list","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%ak":"set_list"}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTUUE"},"4":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTSRe0"}}},"bTRiD":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":2,"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":".pdf","%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"to_lowercase","is_slidable":false},"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"isconvertendopdf__boolean"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"},"run_when":"every_time","breakpoint":true,"event_color":"purple"},"%x":"ConditionTrue","id":"bTRhw","actions":{"0":{"%p":{"%ei":"bTWII","custom_event":"bTWFz"},"%x":"TriggerCustomEventFromReusable","id":"bTWIb"},"1":{"%x":"TerminateWorkflow","id":"bTWIg","%nm":"[TESTE] Terminate this workflow"},"2":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTRhy"},"3":{"%p":{"arguments":{"0":{"param_id":"bTIgc","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}}},"custom_event":"bTIgd"},"%x":"TriggerCustomEvent","id":"bTRiC"}}},"bTRlO":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":"image","%n":{"%a":{"%n":{"%n":{"%n":{"%a":"pdf","%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"mimetypearquivomanual_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"mimetypearquivo_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"},"run_when":"every_time","breakpoint":true,"event_color":"purple"},"%x":"ConditionTrue","id":"bTRlE","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"n_o_converter_exame_em_pdf"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false}},"%x":"TerminateWorkflow","id":"bTWKN"},"1":{"%p":{"%cs":{"0":{"%k":"isconvertendodesconhecido__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTRlJ"},"2":{"%p":{"body_params_tagCliente":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"body_params_nomeArquivoFinal":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"1":""},"%x":"TextExpression"},"body_params_nomeArquivoImport":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"body_params_urlArquivoImportar":{"%e":{"0":"https:","1":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%p":{"find":{"%e":{"0":"https:"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace","is_slidable":true},"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"1":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"}},"%x":"apiconnector2-bTRje.bTRkA","id":"bTRlP"}}},"bTRqr":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"custom.isalterado__","is_slidable":false},"%p":{"%ei":"bTRqk"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTRqq","actions":{"0":{"%p":{"%cs":{"0":{"%k":"respostascomplementares_list_text","%v":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"+"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":3,"%n":{"%p":{"%c1":{"%e":{"0":{"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"list_from","is_slidable":false},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"+"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.valores_","is_slidable":false},"%p":{"%ei":"bTRqk"},"%x":"GetElement","is_slidable":false},"%ak":"set_list"}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTRqs"},"1":{"%p":{"%v":false,"%ei":"bTRqk","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTRqw"}}},"bTTSq":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isdadosobrigatoriosfaltantes__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"custom.inputsobrigatoriosfaltantes_","is_slidable":false},"%p":{"%ei":"bTRqk"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTTSp","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isdadosobrigatoriosfaltantes__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTTSu"}}},"bTTTN":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isdadosobrigatoriosfaltantes__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"less_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"custom.inputsobrigatoriosfaltantes_","is_slidable":false},"%p":{"%ei":"bTRqk"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTTSv","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isdadosobrigatoriosfaltantes__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTTTM"}}},"bTSDb1":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.solicitacaoanterior_"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"run_when":"every_time","breakpoint":true,"event_color":"purple","workflow_disabled":false},"%x":"ConditionTrue","id":"bTSDa1","actions":{"0":{"%p":{"custom_event":"bTSDc1"},"%x":"TriggerCustomEvent","id":"bTSDi1"},"1":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%ei":"bTIbP","custom_state":"custom.solicitacaoanterior_"},"%x":"SetCustomState","id":"bTSDm1"}}},"bTSDg1":{"%p":{"%en":"resetar","event_color":"orange"},"%x":"CustomEvent","id":"bTSDc1","actions":{"0":{"%p":{"%ei":"bTRqk","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTSDh1"}}}},"custom_states":{"solicitacaoanterior_":{"%d":"solicitacaoAnterior","%v":"custom.solicitacaolaudo","make_static":true},"solicitacaojarealizado24horas_":{"%d":"solicitacaoJaRealizado24Horas","%v":"custom.solicitacaolaudo","make_static":true}}},"bTSya0":{"%p":{"%h":200,"%w":200,"%et":"Group","%gt":"custom.solicitacaolaudo","min_width_px":0,"default_width":200,"min_height_px":200,"element_version":5,"container_layout":"row","responsive_version":1},"%x":"CustomDefinition","id":"bTSyZ0","%el":{"bTSyg0":{"%p":{"%3":{"%e":{"0":"Cancelar solicitação "},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fc":"var(--color_destructive_default)","order":1,"fit_width":true,"fit_height":true,"margin_right":0,"single_width":false,"margin_bottom":0,"single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_pressed","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_hovered","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"font_weight":"600"},"%x":"State"}},"%x":"Text","id":"bTSye0","%cp":"bTSyZ0","%dn":"Text A","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"},"bTSzC0":{"%p":{"%h":284,"%l":-800,"%t":-84,"%w":1000,"%z":3,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left","prevent_user_from_closing_through_esc":true},"%x":"CustomElement","id":"bTSyx0","%dn":"P - Loading A"}},"%nm":"G - Cancelar Solicitacao","%wf":{"bTSyw0":{"%p":{"%ei":"bTSye0","event_color":"green"},"%x":"ButtonClicked","id":"bTSyk0","actions":{"0":{"%p":{"%ei":"bTSyx0","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTSym0"},"1":{"%p":{"to_delete":{"%p":{"%co":{"0":{"%k":"solicitacaoid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"1":""},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.objetocobranca"},"%x":"Search"},"type_to_delete":"custom.objetocobranca"},"%x":"DeleteListOfThings","id":"bTSyq0"},"2":{"%p":{"to_delete":{"%x":"ElementParent","is_slidable":false}},"%x":"DeleteThing","id":"bTSyr0"},"3":{"%p":{"%ei":"bTSyx0","custom_event":"bTHGR"},"%x":"TriggerCustomEventFromReusable","id":"bTSys0"},"4":{"%p":{"AAF":{"%e":{"0":"Solicitação removida!"},"%x":"TextExpression"},"AAJ":"var(--color_primary_default)"},"%x":"1658328157117x953686184769617900-AAT","id":"bTSzE0"}}}}},"bTIbA":{"%el":{"bTIXg":{"%p":{"%h":0,"%l":0,"%t":6,"%w":0,"%bc":"rgba(221, 222, 229, 1)","%br":8,"%bw":1,"%ds":{"%x":"ElementParent"},"%gt":"custom.objexameclinica","%bos":"solid","order":3,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":8,"single_width":false,"min_width_css":"0px","padding_right":8,"single_height":false,"min_height_css":"46px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIah","%dn":"Group C","%el":{"bTIXh":{"%p":{"%h":33,"%l":0,"%t":-6,"%w":0,"%ds":{"%x":"ElementParent"},"%gt":"custom.objexameclinica","order":2,"row_gap":2,"use_gap":true,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIaf","%cp":"bTIXL.elements","%dn":"Group A","%el":{"bTHnr0":{"%p":{"%3":{"%e":{"0":"Adicionar tipo de exame..."},"%x":"TextExpression"},"%h":16,"%l":0,"%t":0,"%w":120,"%z":4,"order":3,"fit_width":false,"fit_height":true,"margin_left":0,"single_width":false,"margin_bottom":0,"min_width_css":"0px","single_height":true,"min_height_css":"17px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"ElementParent"},"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"%fc":"#252525","font_weight":"600"},"%x":"State"}},"%x":"Text","id":"bTIaj","%cp":"bTHmJ0.elements","%dn":"Text A","%nm":"Text Novo Usuário copy","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2}},"%s1":"Group_default_group_","order":1},"bTIXi":{"%p":{"%h":32,"%l":0,"%t":-6,"%w":32,"%br":5,"%bas":"bgcolor","%bgc":"rgba(var(--color_primary_default_rgb), 0.16)","order":1,"fit_height":true,"single_width":true,"min_width_css":"32px","single_height":true,"min_height_css":"32px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTIak","%cp":"bTIXL.elements","%dn":"Group B","%el":{"bTHoC0":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#FFA035"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"HTML","id":"bTIai","%dn":"HTML A"}},"order":1},"bTIbL":{"%p":{"%h":3,"%l":342,"%t":24,"%w":3,"%9i":"check_circle","%ic":"var(--color_primary_default)","%iv":false,"order":3,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTIbG","%dn":"MaterialIcon A"}},"%nm":"G - Input"},"bTIbI":{"%p":{"%h":200,"%l":-267,"%t":378,"%w":400,"%3f":"top","%ci":"bTIZd","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"595px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIbD","%dn":"P - Seletor de Obj Exame A"}},"%wf":{"bTIXd":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isselecionado__"},"%p":{"%ei":"bTIbD"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIas","actions":{"0":{"%p":{"%ds":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIbD"},"%x":"GetElement"},"%ei":"bTIac"},"%x":"DisplayGroupData","id":"bTIbN"},"1":{"%p":{"%v":false,"%ei":"bTIbD","custom_state":"custom.isselecionado__","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.produtosselecionados_"}}},"%x":"SetCustomState","id":"bTIar"},"2":{"%p":{"%v":true,"%ei":"bTIac","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTIbj"}}},"bTIXl":{"%p":{"%ei":"bTIah","event_color":"green"},"%x":"ButtonClicked","id":"bTIav","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"custom.isformulariowebhabilitado__"},"%p":{"%ei":"bTIac"},"%x":"GetElement"},"%ei":"bTIbD","custom_state":"custom.isformulariowebhabilitado__","custom_states_values":{"0":{"%v":false,"custom_state":"custom.ismulti__"}}},"%x":"SetCustomState","id":"bTIaw"},"1":{"%p":{"%ei":"bTIbD"},"%x":"ShowElement","id":"bTIau"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":352,"%bc":"rgba(221, 222, 229, 1)","%br":0,"%bw":1,"%et":"Group","%gt":"custom.objexameclinica","%bos":"none","order":4,"row_gap":24,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"min_width_px":352,"default_width":352,"element_version":4,"horiz_alignment":"flex-start","container_layout":"column","responsive_version":1},"%x":"CustomDefinition","id":"bTIac","%nm":"G - Seletor de Exame - Solicitação","custom_states":{"isalterado__":{"%d":"isAlterado?","%v":"boolean","make_static":true},"isformulariowebhabilitado__":{"%d":"isFormularioWebHabilitado?","%v":"boolean","default_val":false,"make_static":true}}},"bTMBc0":{"%p":{"%h":200,"%w":200,"%et":"Popup","%gt":"custom.solicitacaolaudo","use_gap":true,"padding_top":32,"max_width_px":795,"min_width_px":795,"padding_left":32,"default_width":795,"padding_right":32,"padding_bottom":32,"element_version":4,"container_layout":"row","container_horiz_alignment":"space-between"},"%x":"CustomDefinition","id":"bTMBY0","%el":{"bTMBi0":{"%p":{"%h":26,"%l":118.5,"%t":120,"%w":20,"%z":2,"src":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"qrcodeexameonline_image"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"max_width_css":"273px","min_width_css":"20px","single_height":false,"min_height_css":"26px","horiz_alignment":"flex-start","use_aspect_ratio":true},"%x":"Image","id":"bTMBd0","%dn":"Image A","%s1":"Image_standard_image_"},"bTMBo0":{"%p":{"%h":153,"%l":439.5,"%t":110,"%w":150,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":1,"row_gap":16,"use_gap":true,"fit_height":true,"single_width":false,"max_width_css":"360px","min_width_css":"150px","single_height":false,"min_height_css":"153px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTMBj0","%dn":"Group A","%el":{"bTMBu0":{"%p":{"%3":{"%e":{"0":"Exame online criado!"},"%x":"TextExpression"},"%h":13,"%l":119.5,"%t":41,"%w":95,"%z":2,"%fc":"var(--color_background_default)","%fs":34,"%lh":1,"order":1,"fit_height":true,"font_weight":"700","single_width":false,"single_height":false,"min_height_css":"13px","horiz_alignment":"flex-start"},"%x":"Text","id":"bTMBp0","%dn":"Text A","%s1":"Text_body_small_"},"bTMCA0":{"%p":{"%3":{"%e":{"0":"Para acessa-lo, basta ler o qr code ao lado com qualquer dispositivo, ou copiar o link clicando no botao abaixo\\n\\nLembre-se de definir quem será o responsável por preencher os dados do exame e encaminhe só para o mesmo."},"%x":"TextExpression"},"%h":13,"%l":129.5,"%t":51,"%w":95,"%z":2,"%fc":"var(--color_background_default)","%fs":15,"%lh":1.6,"order":2,"fit_height":true,"font_weight":"400","single_width":false,"single_height":false,"min_height_css":"13px","horiz_alignment":"flex-start"},"%x":"Text","id":"bTMBv0","%cp":"bTMBj0","%dn":"Text B","%s1":"Text_body_small_"},"bTMCG0":{"%p":{"%3":{"%e":{"0":"Copiar link"},"%x":"TextExpression"},"%h":27,"%l":71.5,"%t":122,"%w":129,"%z":3,"%fc":"rgba(255,255,255,1)","order":3,"fit_height":true,"single_width":true,"min_width_css":"129px","single_height":false,"min_height_css":"27px","horiz_alignment":"flex-start"},"%x":"Button","id":"bTMCB0","%dn":"Button A","%s1":"Button_primary_button_"}},"%s1":"Group_default_group_"}},"%nm":"P - QR Code - Exame Onlin","%s1":"Popup_popup___8_border_","%wf":{"bTMCM0":{"%p":{"%ei":"bTMCB0","event_color":"green"},"%x":"ButtonClicked","id":"bTMCH0","actions":{"0":{"%p":{"AAg":{"%e":{"0":{"%p":{"%nm":"Website Home"},"%x":"PageData"},"1":"r-exame/","2":{"%n":{"%x":"Message","%nm":"_id"},"%x":"ElementParent"},"3":""},"%x":"TextExpression"}},"%x":"1497473108162x748255442121523200-AAU","id":"bTMCN0"},"1":{"%p":{"AAF":{"%e":{"0":"Copiado!"},"%x":"TextExpression"},"AAJ":"rgba(0,206,4,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTMCS0"}}}}},"bTNPe":{"%p":{"%h":280,"%w":280,"%z":30,"%br":0,"%et":"Group","%gt":"custom.solicitacaolaudo","%bas":"none","%bgc":"var(--color_text_default)","order":4,"fit_height":true,"padding_top":0,"min_width_px":0,"padding_left":0,"default_width":402,"min_height_px":0,"padding_right":0,"padding_bottom":0,"element_version":4,"horiz_alignment":"flex-start","container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTNPd","%el":{"bTNPq":{"%p":{"%h":0,"%l":12,"%t":8,"%w":0,"%z":5,"%br":6,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.solicitacaolaudo","%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"use_gap":true,"column_gap":7,"fit_height":true,"padding_top":10,"padding_left":14,"single_width":false,"min_width_css":"0px","padding_right":14,"single_height":false,"min_height_css":"0px","padding_bottom":10,"vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb"},"%x":"Group","id":"bTNPo","%dn":"Group A","%el":{"bTNPu":{"%p":{"%h":240,"%l":-12,"%t":-8,"%w":240,"%z":4,"src":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1692971270743x489461987825855200/Icon%20-%20User%20Round%20-%20%23959DAD.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","aspect_ratio_width":1,"aspect_ratio_height":1,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isconvertendopdf__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Image","id":"bTNPi","%cp":"bTNPd","%dn":"Image A","%s1":"Image_standard_image_"},"bTNQg":{"%p":{"%h":30,"%l":142.5,"%t":27,"%w":30,"%z":5,"%9i":"fa fa-spinner","%ic":"var(--color_primary_contrast_default)","%iv":false,"order":2,"spin_icon":true,"fit_height":false,"padding_top":0,"padding_left":0,"single_width":true,"min_width_css":"20px","padding_right":0,"single_height":true,"min_height_css":"20px","padding_bottom":0,"horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isconvertendopdf__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Icon","id":"bTNQe","%dn":"Icon A","%s1":"Icon_standard_icon_"},"bTNQm":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"aguarde a conversão do pdf..."},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"aguarde a conversão do pdf..."},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%p":{"%co":{"0":{"%k":"idcolaborador_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"colaboradorid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"}},"%t5":"custom.colaborador1"},"%x":"Search"}},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"isconvertendopdf__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":45,"%l":80,"%t":12,"%w":200,"%z":6,"%fc":"var(--color_primary_contrast_default)","order":3,"fit_height":true,"font_weight":"500","single_width":false,"single_height":false,"horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isconvertendopdf__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%fc":"var(--color_surface_default)"},"%x":"State"}},"%x":"Text","id":"bTNQk","%dn":"Text A","%s1":"Text_body_small_"}},"%s1":"Group_default_group_"},"bTNQA":{"%p":{"%h":100,"%l":0,"%t":180,"%w":100,"%z":6,"AAU":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"10px","single_height":true,"min_height_css":"10px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"1646792042182x802794335995166700-AAC","id":"bTNPv","%dn":"PDF_converter A"}},"%nm":"G - Card de exame - Massivo","%wf":{"bTNQO":{"%p":{"%ei":"bTNPv","event_color":"blue"},"%x":"1646792042182x802794335995166700-AAR","id":"bTNQN","actions":{"0":{"%p":{"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%x":"Empty"},"%ak":"clear_list"}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTNQS"},"1":{"%p":{"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%n":{"%x":"Message","%nm":"get_AAP","is_slidable":false},"%p":{"%ei":"bTNPv"},"%x":"ThisElement","is_slidable":false},"%ak":"set_list"},"1":{"%k":"isconvertendopdf__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTNQZ"}}},"bTRmM":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":"image","%n":{"%a":{"%n":{"%n":{"%n":{"%a":"pdf","%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"mimetypearquivomanual_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNPd"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNPd"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"mimetypearquivo_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"},"run_when":"every_time","breakpoint":true,"event_color":"purple"},"%x":"ConditionTrue","id":"bTRmF","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isconvertendodesconhecido__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTRmK"},"1":{"%p":{"body_params_tagCliente":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%p":{"%ai":"bTRmK"},"%x":"PreviousStep","is_slidable":false}},"%x":"TextExpression"},"body_params_nomeArquivoFinal":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%p":{"%ai":"bTRmK"},"%x":"PreviousStep","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"1":""},"%x":"TextExpression"},"body_params_nomeArquivoImport":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%p":{"%ai":"bTRmK"},"%x":"PreviousStep","is_slidable":false}},"%x":"TextExpression"},"body_params_urlArquivoImportar":{"%e":{"0":"https:","1":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%p":{"%ai":"bTRmK"},"%x":"PreviousStep","is_slidable":false}},"%x":"TextExpression"}},"%x":"apiconnector2-bTRje.bTRkA","id":"bTRmL"}}},"bTSOf1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":".pdf","%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"to_lowercase","is_slidable":false},"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNPd"},"%x":"ThisElement","is_slidable":false},"run_when":"every_time","breakpoint":true,"event_color":"purple"},"%x":"ConditionTrue","id":"bTSOY1","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNPd"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTSOa1"},"1":{"%p":{"%ei":"bTNPv","AAQ":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNPd"},"%x":"ThisElement","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"1646792042182x802794335995166700-AAO","id":"bTSOe1"}}}}},"bTNXK":{"%el":{"bTIbo":{"%p":{"%h":284,"%l":0,"%t":20,"%w":1000,"%z":2,"%3f":"top","%ci":"bTHGH","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"75px","min_width_css":"75px","single_height":false,"max_height_css":"75px","min_height_css":"75px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNVc","%dn":"P - Loading A","custom_definition_name":"P - Loading"},"bTIdA":{"%p":{"%h":90,"%l":0,"%t":0,"%w":46,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"order":21,"use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"margin_top":24,"single_width":false,"min_width_css":"46px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"ispermitidourgencia__boolean","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTNVd","%cp":"bTIbP","%dn":"Group B","%el":{"bTIhA":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":2,"%br":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"20px","single_height":false,"min_height_css":"20px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent"},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTNVe","%dn":"Group B","%el":{"bTIhE":{"%p":{"%h":14,"%l":0,"%t":0,"%w":14,"%z":2,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1666969661901x336697370389964300/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"14px","single_height":true,"min_height_css":"14px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTNVi","%dn":"Image A"}}},"bTIhB":{"%p":{"%3":{"%e":{"0":"Solicitação urgente"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":0,"%t":0,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":16,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTNVj","%dn":"Text B"}},"%nm":"Checkbox - Urgencia","%s1":"Group_default_group_","order":4},"bTIha":{"%p":{"%h":48,"%l":0,"%t":0,"%w":48,"%z":32,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"%bgc":"var(--color_text_default)","%bos":"none","order":2,"use_gap":true,"column_gap":12,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"padding_left":12,"single_width":false,"min_width_css":"48px","padding_right":12,"single_height":true,"min_height_css":"48px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isconvertendopdf__boolean"},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTNVk","%cp":"bTIbP","%dn":"Group C","%el":{"bTIZa":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%9i":"fa fa-refresh","%ic":"var(--color_primary_contrast_default)","order":1,"spin_icon":true,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Icon","id":"bTNVo","%cp":"cmMnG.elements","%dn":"Icon A","order":1},"bTIZf":{"%p":{"%3":{"%e":{"0":"Convertendo PDF em imagens..."},"%x":"TextExpression"},"%f":"Inter:::regular","%h":14,"%l":0,"%t":0,"%w":107,"%z":7,"%fc":"var(--color_primary_contrast_default)","%fs":13,"%lh":1,"order":3,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"107px","padding_right":0,"single_height":true,"min_height_css":"14px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTNVp","%cp":"bTLUJ.elements","%dn":"Text C","order":2}},"%nm":"Btn - Nova Nota copy","order":5},"bTIhd":{"%p":{"%h":48,"%l":0,"%t":0,"%w":368,"%z":33,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":true,"order":3,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"48px","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isconvertendopdf__boolean"},"%x":"ElementParent"},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTNVq","%dn":"Group D","%el":{"bTIhb":{"%p":{"%h":48,"%l":0,"%t":0,"%w":48,"%z":30,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%bgc":"rgba(var(--color_primary_default_rgb), 0.15)","%bos":"none","order":2,"use_gap":true,"column_gap":12,"fit_height":true,"margin_top":0,"margin_left":0,"margin_right":0,"padding_left":12,"single_width":false,"min_width_css":"48px","padding_right":12,"single_height":true,"min_height_css":"48px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_clickable"},"%p":{"%ei":"bTNVu"},"%x":"ThisElement"},"%p":{"%bgc":"rgba(130, 155, 176, 1)"},"%x":"State"}},"%x":"Group","id":"bTNVu","%cp":"bTIbP","%dn":"Group A","%el":{"bTIZa":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%ht":{"%e":{"0":{"%n":{"%p":{"find":{"%e":{"0":"[customCor]"},"%x":"TextExpression"},"replace":{"%e":{"0":"#FFA035"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%p":{"arbitrary_text":{"%e":{"0":"<svg width=\\"100%\\" height=\\"100%\\" viewBox=\\"0 0 24 24\\" fill=\\"none\\" xmlns=\\"http://www.w3.org/2000/svg\\">\\n<path d=\\"M5.53978 11.1199C0.859785 11.4499 0.859785 18.2599 5.53978 18.5899H7.45983\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M5.59003 11.1199C2.38003 2.1899 15.92 -1.3801 17.47 7.9999C21.8 8.5499 23.55 14.3199 20.27 17.1899C19.27 18.0999 17.98 18.5999 16.63 18.5899H16.54\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M17 16.53C17 17.27 16.84 17.97 16.54 18.59C16.46 18.77 16.37 18.94 16.27 19.1C15.41 20.55 13.82 21.53 12 21.53C10.18 21.53 8.58998 20.55 7.72998 19.1C7.62998 18.94 7.54002 18.77 7.46002 18.59C7.16002 17.97 7 17.27 7 16.53C7 13.77 9.24 11.53 12 11.53C14.76 11.53 17 13.77 17 16.53Z\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-miterlimit=\\"10\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n<path d=\\"M10.4399 16.53L11.4299 17.5201L13.5599 15.55\\" stroke=\\"[customCor]\\" stroke-width=\\"1.5\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\"/>\\n</svg>\\n"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"1":""},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"HTML","id":"bTNVv","%cp":"cmMnG.elements","%dn":"HTML A","order":1},"bTIZf":{"%p":{"%3":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%f":"Inter:::regular","%h":14,"%l":0,"%t":0,"%w":107,"%z":7,"%fc":"var(--color_surface_default)","%fs":13,"%lh":1,"order":3,"fit_width":false,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"107px","padding_right":0,"single_height":true,"min_height_css":"14px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTNVw","%cp":"bTLUJ.elements","%dn":"Text A","order":2}},"%nm":"Btn - Nova Nota","order":1}},"%s1":"Group_default_group_"},"bTIhe":{"%p":{"%h":0,"%l":16,"%t":64,"%w":0,"%z":34,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":7,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTNWA","%dn":"Group E","%el":{"bTIhi":{"%p":{"%h":8,"%l":-16,"%t":-64,"%w":9,"%z":31,"AAU":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"24px","horiz_alignment":"flex-start"},"%x":"1646792042182x802794335995166700-AAC","id":"bTNWB","%dn":"PDF_converter A"},"bTIhl":{"%p":{"%h":16,"%l":191,"%t":13,"%w":16,"%z":32,"order":1},"%x":"1618892957212x885363265747026000-AAC","id":"bTNWC","%dn":"Simplelooper A","%nm":"Simplelooper - Imagens do pdf","custom_states":{"total_":{"%d":"total","%v":"number","make_static":true},"imagens_":{"%d":"imagens","%v":"list.image","make_static":true},"filename_":{"%d":"FileName","%v":"text","make_static":true}}}},"%s1":"Group_default_group_"},"bTNXQ":{"%p":{"%h":28,"%l":50,"%t":16,"%w":352,"%z":35,"%3f":"top","%ci":"bTIXv","order":11,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTNXO","%dn":"G - Seletor de colaborador A"},"bTPpG":{"%p":{"%3":{"%e":{"0":"* ","1":{"%p":{"arbitrary_text":{"%e":{"1":"","2":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%n":{"%p":{"formatting_for_true":{"%e":{"0":"[color=#ff0000]Acréscimo de ","1":{"%n":{"%n":{"%n":{"%p":{"%ft":"percentage","decimal_place":0},"%x":"Message","%nm":"format_number","is_slidable":true},"%x":"Message","%nm":"valorpctgurgenciapaga_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":" no valor do laudo.[/color]"},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Existem ","1":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"clinicaid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"minus","is_slidable":false},"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":" urgências grátis de ","3":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"4":" neste mês."},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"greater_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"clinicaid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search"}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"Existem ","1":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%x":"Message","%nm":"count","is_slidable":false},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"clinicaid_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isurgente__boolean","%v":true,"%c2":"equals"},"2":{"%k":"referenciames_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"referenciames_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"objexame_custom_objexameclinica","%v":{"%n":{"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%c2":"equals"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"minus","is_slidable":false},"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":" urgências grátis de ","3":{"%n":{"%n":{"%x":"Message","%nm":"limiteurgenciasgratis_number","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"4":" neste mês."},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean","is_slidable":true},"%x":"Message","%nm":"isurgente__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"3":""},"%x":"TextExpression"}},"%x":"ArbitraryText","said":"Y29uZWN0YS1sYXVkb3M="},"2":"","4":""},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":0,"%t":0,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":11,"%lh":1,"order":23,"fit_width":false,"fit_height":true,"margin_top":6,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTNVd"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Text","id":"bTPpB","%cp":"bTNVW","%dn":"Text E"},"bTQkQ":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":35,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"order":18,"use_gap":true,"column_gap":12,"fit_height":true,"margin_top":24,"single_width":false,"margin_bottom":0,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_data"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_categoria"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTQjy","%cp":"bTNVW","%dn":"Group G","%el":{"bTQjg":{"%p":{"%h":48,"%l":-16,"%t":-64,"%w":510,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":1,"fit_width":false,"fit_height":true,"single_width":false,"max_width_css":"135px","single_height":false,"min_height_css":"46px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTQkK"},"%x":"GetElement","is_slidable":false},"%p":{"min_width_css":"100%"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_data"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQkA","%cp":"bTIbP","%dn":"Group G","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%z":2,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%c1":{"%e":{"0":{"%n":{"%n":{"%p":{"%ft":"custom","custom_format":"dd/mm/yyyy"},"%x":"Message","%nm":"format_date","is_slidable":true},"%x":"Message","%nm":"data_date","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%cf":"text","%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":"Data exame"},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"unique_id":{"%e":{"0":"dt","1":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"fit_height":false,"font_family":"Inter","font_weight":"500","padding_left":44,"single_width":false,"padding_right":10,"single_height":false,"max_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","nonant_alignment":"ba","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)"},"%x":"Input","id":"bTQkE","%dn":"Input A","%nm":"Input - Data"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%z":1,"%9i":"date_range","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTQkF","%dn":"MaterialIcon A"},"bTQjK":{"%p":{"%h":15,"%l":0,"%t":0,"%w":15,"%z":0,"AAE":{"%e":{"0":"dt","1":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":""},"%x":"TextExpression"},"AAF":{"%e":{"0":"00/00/0000"},"%x":"TextExpression"},"order":12,"nonant_alignment":"aa"},"%x":"1609444246883x924984661248573400-AAD","id":"bTQkG","%cp":"bTIbP","%dn":"MaskInput A","%nm":"MaskInput - Data de exame"}},"%nm":"Group - Data de exame","%s1":"Group_default_group_"},"bTQjh":{"%p":{"%h":48,"%l":-16,"%t":-64,"%w":510,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":2,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"min_height_css":"46px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTQkA"},"%x":"GetElement","is_slidable":false},"%p":{"min_width_css":"100%"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"deve_inserir_categoria"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"Group","id":"bTQkK","%cp":"bTIbP","%dn":"Group G","%el":{"bTLyS":{"%p":{"%f":"Inter:::500","%h":70,"%l":0,"%t":0,"%w":110,"%bc":"rgba(var(--color_primary_contrast_default_rgb), 0.2)","%br":5,"%d1":{"%n":{"%x":"Message","%nm":"categoria_option_categoria___exame","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%ds":{"%n":{"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"classificacao_option_classifica__o___exame","is_slidable":false},"%x":"Message","%nm":"exame_custom_exames","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"classificacaoatrelada","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered","is_slidable":true},"%p":{"option_set":"option.categoria___exame"},"%x":"AllOptionValue","is_slidable":false},"%fa":"left","%fc":"var(--color_surface_default)","%fs":14,"%ls":0,"%ps":{"%e":{"0":"Categoria"},"%x":"TextExpression"},"%vc":true,"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"solid","order":3,"fit_height":false,"font_family":"Inter","font_weight":"500","dynamic_type":"option.categoria___exame","padding_left":44,"single_width":false,"choices_style":"dynamic","padding_right":10,"single_height":false,"computed_value":"number","max_height_css":"48px","vert_alignment":"stretch","horiz_alignment":"flex-start","nonant_alignment":"ba","four_border_style":false,"placeholder_color":"var(--color_primary_contrast_default)","option_display_expression":{"%e":{"0":{"%n":{"%x":"Message","%nm":"display","is_slidable":false},"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTQkL","%dn":"Dropdown A","%nm":"Input - Classificacao"},"bTLyY":{"%p":{"%h":8,"%l":199.5,"%t":23,"%w":13,"%z":1,"%9i":"filter_list","%ic":"var(--color_surface_default)","fit_height":false,"margin_left":12,"single_width":true,"min_width_css":"20px","single_height":true,"min_height_css":"20px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTQkM","%dn":"MaterialIcon A"}},"%nm":"Group - Categoria","%s1":"Group_default_group_"}},"%nm":"Group - Data + Categoria","%s1":"Group_default_group_"},"bTRrC":{"%p":{"%h":73,"%l":0,"%t":0,"%w":952,"%z":37,"%3f":"top","%ci":"bTJge","%ds":{"%n":{"%n":{"%x":"Message","%nm":"idobj_text","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%iv":false,"order":14,"max_width":100,"min_width":0,"fit_height":true,"margin_top":16,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"inputscomplementares_list_custom_inputslaudo","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTRqx","%cp":"bTNVW","%dn":"RG - Responder Inputs - Form A","custom_definition_name":"RG - Responder Inputs - Form"},"bTUIk":{"%p":{"%h":28,"%l":16,"%t":275,"%w":129,"%z":38,"%3f":"top","%ci":"bTShI0","%ds":{"%x":"ElementParent","is_slidable":false},"%iv":false,"order":16,"max_width":100,"min_width":0,"fit_height":true,"margin_top":24,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.formul_rios_alternativos","option_value":"oit"},"%x":"OneOptionValue","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___formulario","option_value":"alternativo"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"tipoformulario_option_tipo___formulario","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"formularioalternativo_option_formul_rios_alternativos","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTUIi","%cp":"bTNVW","%dn":"G - Form OIT A","custom_definition_name":"G - Form OIT"},"bTWJp":{"%p":{"%h":0,"%l":253.8125,"%t":44,"%w":0,"%z":39,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%vc":true,"order":17,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"horiz_alignment":"flex-end","container_layout":"row"},"%x":"Group","id":"bTWIi","%dn":"Group H","%el":{"bTWJq":{"%p":{"%h":0,"%l":-16,"%t":-64,"%w":0,"%z":36,"%3f":"top","%ci":"bTQrS","%ds":{"%x":"ElementParent","is_slidable":false},"order":2,"fit_width":true,"max_width":100,"min_width":0,"fit_height":true,"margin_top":16,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-end","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTQtc","%cp":"bTNVW","%dn":"Btn - Obersvação Solicitação A","custom_definition_name":"Btn - Obersvação Solicitação"},"bTWJw":{"%p":{"%h":200,"%l":202,"%t":-156,"%w":200,"%z":37,"%3f":"top","%ci":"bTWFu","order":1,"max_width":100,"min_width":0,"fit_height":true,"param_bTWGo":{"%x":"ElementParent","is_slidable":false},"single_width":false,"min_width_css":"0px","single_height":false,"max_height_css":"10px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTWJu","%dn":"G - Convert. - Exame x Pdf A"}},"%s1":"Group_default_group_"},"bTKeL1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":48,"%z":30,"%bc":"rgba(123, 97, 255, 1)","%br":360,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","%iv":false,"%bgc":"var(--color_destructive_default)","%bos":"none","order":20,"use_gap":true,"fit_width":true,"column_gap":6,"fit_height":true,"margin_top":12,"margin_left":0,"padding_top":5,"margin_right":0,"padding_left":8,"single_width":false,"min_width_css":"48px","padding_right":8,"single_height":false,"min_height_css":"0px","padding_bottom":5,"vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-end","container_layout":"row","nonant_alignment":"bb","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.solicitacaojarealizado24horas_"},"%p":{"%ei":"bTNVW"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTNWG","%cp":"bTIbP","%dn":"Group F","%el":{"bTIZa":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%9i":"fa fa-exclamation-triangle","%ic":"rgba(255,255,255,1)","order":1,"fit_height":true,"single_width":true,"min_width_css":"12px","single_height":true,"min_height_css":"12px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%x":"Icon","id":"bTNWH","%cp":"cmMnG.elements","%dn":"Icon B","order":1},"bTIZf":{"%p":{"%3":{"%e":{"0":"Solicitação igual em menos de 24 horas"},"%x":"TextExpression"},"%f":"Inter:::regular","%h":14,"%l":0,"%t":0,"%w":107,"%z":7,"%fc":"rgba(255,255,255,1)","%fs":12,"%lh":1,"order":3,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTNWI","%cp":"bTLUJ.elements","%dn":"Text D","order":2}},"%nm":"Btn - Nova Nota","order":1}},"%wf":{"bTIfr":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent"},"%ei":"bTNVe","event_color":"green"},"%x":"ButtonClicked","id":"bTNWT","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isurgente__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTNWU"}}},"bTIfw":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"isurgente__boolean"},"%x":"ElementParent"},"%ei":"bTNVe","event_color":"green"},"%x":"ButtonClicked","id":"bTNWY","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isurgente__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTNWZ"}}},"bTIgk":{"%p":{"%en":"converter-pdf","parameters":{"0":{"is_list":false,"btype_id":"file","optional":false,"param_id":"bTIgc","param_name":"arquivo"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTNWa","actions":{"0":{"%p":{"%ei":"bTNWB","AAW":{"%e":{"0":"","1":{"%p":{"btype_id":"file","event_id":"bTNWa","optional":false,"param_id":"bTIgc","param_name":"arquivo"},"%x":"CurrentWorkflowItem","is_slidable":false},"2":""},"%x":"TextExpression"},"AAZ":1},"%x":"1646792042182x802794335995166700-AAV","id":"bTQlf"}}},"bTIhG":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":2,"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":".pdf","%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"to_lowercase","is_slidable":false},"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"isconvertendopdf__boolean"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"and_"},"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTNWf","actions":{"0":{"%p":{"%ei":"bTWJu","custom_event":"bTWFz"},"%x":"TriggerCustomEventFromReusable","id":"bTWKB"},"1":{"%x":"TerminateWorkflow","id":"bTWKH","%nm":"[TESTE] Terminate this workflow"},"2":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTNWg"},"3":{"%p":{"arguments":{"0":{"param_id":"bTIgc","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"}}},"custom_event":"bTNWa"},"%x":"TriggerCustomEvent","id":"bTNWk"}}},"bTIhM":{"%p":{"%ei":"bTNWB","breakpoint":true,"event_color":"blue"},"%x":"1646792042182x802794335995166700-AAR","id":"bTNWl","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%n":{"%n":{"%p":{"find":{"%e":{"0":".pdf"},"%x":"TextExpression"}},"%x":"Message","%nm":"find_replace"},"%x":"Message","%nm":"file_name"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"arquivos_list_file"},"%x":"ElementParent"},"%ei":"bTNWC","custom_state":"custom.filename_","custom_states_values":{"0":{"%v":{"%n":{"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTNWB"},"%x":"ThisElement"},"custom_state":"custom.imagens_"},"1":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTNWB"},"%x":"ThisElement"},"custom_state":"custom.total_"}}},"%x":"SetCustomState","id":"bTNWm"},"1":{"%p":{"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%x":"Empty"},"%ak":"clear_list"}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTNWr"},"2":{"%p":{"%ei":"bTNWC"},"%x":"1618892957212x885363265747026000-AAE","id":"bTNWs"}}},"bTIhk":{"%p":{"%ei":"bTNWC","breakpoint":false,"event_color":"blue"},"%x":"1618892957212x885363265747026000-AAD","id":"bTNWw","actions":{"0":{"%p":{"custom_event":"bTNXI"},"%x":"TriggerCustomEvent","id":"bTNWx"},"1":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.total_"},"%p":{"%ei":"bTNWC"},"%x":"ThisElement"},"%x":"Message","%nm":"less_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNWC"},"%x":"ThisElement"},"%ei":"bTNWC"},"%x":"1618892957212x885363265747026000-AAI","id":"bTNWy"},"2":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.total_"},"%p":{"%ei":"bTNWC"},"%x":"ThisElement"},"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNWC"},"%x":"ThisElement"},"%ei":"bTNWC"},"%x":"1618892957212x885363265747026000-AAJ","id":"bTNXC"}}},"bTIhx":{"%p":{"%ei":"bTNWC","event_color":"blue"},"%x":"1618892957212x885363265747026000-AAF","id":"bTNXD","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTNXE"}}},"bTIkp":{"%p":{"%en":"salvar-arquivo","event_color":"orange"},"%x":"CustomEvent","id":"bTNXI","actions":{"0":{"%p":{"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNWC"},"%x":"GetElement"},"%n":{"%p":{"file_name_override":{"%e":{"0":"testesss","1":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNWC"},"%x":"GetElement"},"2":""},"%x":"TextExpression"}},"%x":"Message","%nm":"saved_s3"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTNWB"},"%x":"GetElement"}},"%x":"TextExpression"},"%ak":"add"}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTNXJ"}}},"bTNXV":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"custom.isalterado__","is_slidable":false},"%p":{"%ei":"bTNXO"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTNXU","actions":{"0":{"%p":{"%v":false,"%ei":"bTNXO","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTNXa"},"1":{"%p":{"%cs":{"0":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idcolaborador_text","is_slidable":false},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNXO"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"empresaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"empresaid_text","is_slidable":false},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNXO"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTNXb"},"2":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"idsolicitacao_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idsolicitacao_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"GetElement"}},"%x":"TextExpression"},"%c2":"not equal"},"1":{"%k":"exameid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"exameid_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"}},"%x":"TextExpression"},"%c2":"equals"},"2":{"%k":"colaboradorid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"colaboradorid_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTNVW"},"%x":"ThisElement"}},"%x":"TextExpression"},"%c2":"equals"},"3":{"%k":"Created Date","%v":{"%n":{"%a":-1,"%x":"Message","%nm":"plus_days"},"%p":{"%nm":"Current Date/Time"},"%x":"PageData"},"%c2":"greater than"}},"%t5":"custom.solicitacaolaudo"},"%x":"Search"},"%ei":"bTNVW","custom_state":"custom.solicitacaojarealizado24horas_"},"%x":"SetCustomState","id":"bTNXg"}}},"bTQkX":{"%p":{"%ei":"bTQkE","event_color":"blue"},"%x":"InputChanged","id":"bTQkR","actions":{"0":{"%p":{"%cs":{"0":{"%k":"data_date","%v":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":3,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkE"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":2,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkE"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%n":{"%a":{"%n":{"%x":"Message","%nm":"convert_to_number","is_slidable":false},"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"specific_item","is_slidable":false},"%p":{"separator":{"%e":{"0":"/"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkE"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%x":"Message","%nm":"change_date","is_slidable":false},"%x":"Message","%nm":"change_month","is_slidable":false},"%x":"Message","%nm":"change_years","is_slidable":false},"%p":{"%nm":"Current Date/Time"},"%x":"PageData","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTQkW"}}},"bTQke":{"%p":{"%ei":"bTQkL","event_color":"blue"},"%x":"InputChanged","id":"bTQkY","actions":{"0":{"%p":{"%cs":{"0":{"%k":"categoria_option_categoria___exame","%v":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQkL"},"%x":"ThisElement","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTQkd"}}},"bTQoU":{"%p":{"%ei":"bTNWB","event_color":"blue"},"%x":"1646792042182x802794335995166700-AAY","id":"bTQnq","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":false,"%ak":{"%x":"Empty"}},"1":{"%k":"arquivos_list_file","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTNWB"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"minus_list","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%ak":"set_list"}},"%tc":{"%x":"ElementParent"}},"%x":"ChangeThing","id":"bTQoN"}}},"bTRlz":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":"image","%n":{"%a":{"%n":{"%n":{"%n":{"%a":"pdf","%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"mimetypearquivomanual_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVW"},"%x":"GetElement","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isconvertendodesconhecido__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVW"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"not_contains","is_slidable":false},"%x":"Message","%nm":"mimetypearquivo_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTRls","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"n_o_converter_exame_em_pdf"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVW"},"%x":"ThisElement","is_slidable":false}},"%x":"TerminateWorkflow","id":"bTWKT"},"1":{"%p":{"%cs":{"0":{"%k":"isconvertendodesconhecido__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement"}},"%x":"ChangeThing","id":"bTRlu"},"2":{"%p":{"body_params_tagCliente":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%p":{"%ai":"bTRlu"},"%x":"PreviousStep","is_slidable":false}},"%x":"TextExpression"},"body_params_nomeArquivoFinal":{"%e":{"0":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%p":{"%ai":"bTRlu"},"%x":"PreviousStep","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"1":""},"%x":"TextExpression"},"body_params_nomeArquivoImport":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%p":{"%ai":"bTRlu"},"%x":"PreviousStep","is_slidable":false}},"%x":"TextExpression"},"body_params_urlArquivoImportar":{"%e":{"0":"https:","1":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"arquivooriginal_file","is_slidable":false},"%p":{"%ai":"bTRlu"},"%x":"PreviousStep","is_slidable":false}},"%x":"TextExpression"}},"%x":"apiconnector2-bTRje.bTRkA","id":"bTRly"}}},"bTRrE":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"custom.isalterado__","is_slidable":false},"%p":{"%ei":"bTRqx"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTRrD","actions":{"0":{"%p":{"%cs":{"0":{"%k":"respostascomplementares_list_text","%v":{"%n":{"%n":{"%n":{"%p":{"separator":{"%e":{"0":"+"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%p":{"%c1":{"%e":{"0":{"%n":{"%n":{"%a":3,"%n":{"%p":{"%c1":{"%e":{"0":{"%x":"InjectedValue","is_slidable":false}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"list_from","is_slidable":false},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"+"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text","is_slidable":true},"%x":"Message","%nm":"custom.valores_","is_slidable":false},"%p":{"%ei":"bTRqx"},"%x":"GetElement","is_slidable":false},"%ak":"set_list"}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVW"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTRrI"},"1":{"%p":{"%v":false,"%ei":"bTRqx","custom_state":"custom.isalterado__"},"%x":"SetCustomState","id":"bTRrJ"}}},"bTTTG":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isdadosobrigatoriosfaltantes__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"custom.inputsobrigatoriosfaltantes_","is_slidable":false},"%p":{"%ei":"bTRqx"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTTTA","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isdadosobrigatoriosfaltantes__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVW"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTTTC"}}},"bTTTT":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":1,"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isdadosobrigatoriosfaltantes__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"less_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"custom.inputsobrigatoriosfaltantes_","is_slidable":false},"%p":{"%ei":"bTRqx"},"%x":"GetElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTTTH","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isdadosobrigatoriosfaltantes__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTNVW"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTTTS"}}},"bTSEF1":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.solicitacaoanterior_"},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTSDy1","actions":{"0":{"%p":{"custom_event":"bTSEG1"},"%x":"TriggerCustomEvent","id":"bTSEA1"},"1":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTIbP"},"%x":"ThisElement","is_slidable":false},"%ei":"bTNVW","custom_state":"custom.solicitacaoanterior_"},"%x":"SetCustomState","id":"bTSEE1"}}},"bTSEK1":{"%p":{"%en":"resetar","event_color":"orange"},"%x":"CustomEvent","id":"bTSEG1","actions":{"0":{"%p":{"%ei":"bTRqx","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTSEL1"}}}},"%p":{"%h":44,"%l":0,"%t":0,"%w":402,"%bc":"var(--color_text_default)","%bh":0,"%br":10,"%bs":"outset","%bv":0,"%et":"Group","%gt":"custom.solicitacaolaudo","%bos":"solid","%bsb":18,"%bsc":"rgba(0,0,0,0.1)","%bsp":-4,"order":3,"row_gap":24,"use_gap":false,"column_gap":16,"fit_height":true,"padding_top":16,"min_width_px":40,"padding_left":16,"default_width":402,"min_height_px":44,"padding_right":16,"padding_bottom":16,"element_version":5,"horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"bc","four_border_style":false,"responsive_version":1,"border_roundness_left":10,"border_roundness_right":10,"border_roundness_bottom":10},"%x":"CustomDefinition","id":"bTNVW","%nm":"G - Card de Solicitacao - Por Exame","custom_states":{"solicitacaoanterior_":{"%d":"solicitacaoAnterior","%v":"custom.solicitacaolaudo","make_static":true},"solicitacaojarealizado24horas_":{"%d":"solicitacaoJaRealizado24Horas","%v":"custom.solicitacaolaudo","make_static":true}}},"bTHJN":{"%el":{"bTHJV":{"%p":{"%h":328,"%l":-404,"%t":213,"%w":400,"%z":11,"%3f":"top","%ci":"bTHHY","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHJQ","%dn":"P - Novo Admin Workspace A"},"bTHEr0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":9,"order":2,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHIZ","%cp":"bTHEj0.elements","%dn":"Group A","%el":{"bTMfy":{"%p":{"%h":0,"%l":24,"%t":28,"%w":0,"%z":5,"order":1,"row_gap":4,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHIX","%dn":"Group J","%el":{"bTMfz":{"%p":{"%3":{"%e":{"0":"Selecione um usuário"},"%x":"TextExpression"},"%h":16,"%l":-24,"%t":-27,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHIb","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"bTMgC":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":"Exibindo usuarios do tipo [b]","1":{"%n":{"%n":{"%x":"Message","%nm":"display"},"%x":"Message","%nm":"custom.tipousuario_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"2":"[/b]"},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":16,"%l":-14,"%t":-17,"%w":107,"%z":4,"order":2,"fit_width":true,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHIc","%cp":"bTMfw.elements","%dn":"Text E","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2}},"%s1":"Group_default_group_"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":5,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHIa","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"bTHEw0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":10,"order":3,"row_gap":16,"use_gap":true,"fit_height":false,"padding_top":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHIe","%cp":"bTHEj0.elements","%dn":"Group B","%el":{"bTHFG0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":19,"order":1,"use_gap":true,"column_gap":16,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHIf","%cp":"bTHEs0.elements","%dn":"Group C","%el":{"bTLtj":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":true,"%bgc":"var(--color_primary_default)","%bos":"none","order":4,"use_gap":true,"fit_width":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"90px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%x":"Group","id":"bTHId","%cp":"bTLqz.elements","%dn":"Group I","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHIh","%dn":"Group I","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569409794x636670628237517800/Icon%20-%20Add%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHIi","%dn":"Image F"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Novo"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHIg","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Upload","order":2},"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"%gt":"user","order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHIk","%dn":"Group C","%el":{"cmODk0":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%d1":{"%x":"ElementParent"},"%ds":{"%p":{"%co":{"0":{"%k":"tipo_option_tipo___user","%v":{"%n":{"%x":"Message","%nm":"custom.tipousuario_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%c2":"equals"}},"%t5":"user","ignore_empty_constraints":false},"%x":"Search"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":2,"fit_height":false,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTHIl","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa Quiz","%s1":"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHIj","%dn":"Image B"}},"%nm":"Group - Input de pesquisa","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHFQ0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":20,"order":2,"use_gap":true,"column_gap":24,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHIn","%cp":"bTHEs0.elements","%dn":"Group D","%el":{"bTHFj0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":93,"%z":2,"%c5":1,"%ds":{"%p":{"%co":{"0":{"%k":"_id","%v":{"%n":{"%n":{"%x":"Message","%nm":"_id"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHIl"},"%x":"GetElement"},"%c2":{"%x":"Empty"}},"1":{"%k":"tipo_option_tipo___user","%v":{"%n":{"%x":"Message","%nm":"custom.tipousuario_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%c2":"equals"}},"%d2":false,"%sf":"nome_text","%t5":"user","ignore_empty_constraints":true},"%x":"Search"},"%gt":"user","%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"93px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTHIo","%dn":"RepeatingGroup A","%el":{"bTHPw1":{"%p":{"%h":40,"%l":0,"%t":0,"%w":1097,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"user","%bas":"bgcolor","order":1,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement","said":"ZXZlbnQtaGFuZGxlcg=="},"%p":{"%bgc":"rgba(243, 244, 248, 1)"},"%x":"State"}},"%x":"Group","id":"bTHIm","%dn":"Group F","%el":{"bTHPx1":{"%p":{"%h":282,"%l":0,"%t":0,"%w":200,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"user","%bgc":"rgba(255, 255, 255, 0)","order":1,"fit_width":false,"fit_height":true,"padding_top":8,"single_width":false,"min_width_css":"200px","single_height":false,"min_height_css":"0px","padding_bottom":8,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":0,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHIq","%dn":"Group E","%el":{"bTLrb":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%ds":{"%x":"ElementParent"},"%gt":"user","order":1,"use_gap":true,"column_gap":10,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHIr","%dn":"Group H","%el":{"bTLrc":{"%p":{"%3":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%h":21,"%l":0,"%t":0,"%w":367,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"32px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHIp","%cp":"bTHPi1.elements","%dn":"Text B","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_","order":1},"bTLrd":{"%p":{"%h":32,"%l":0,"%t":0,"%w":32,"%br":4,"src":{"%e":{"0":"","1":{"%n":{"%n":{"%p":{"crop_to_fit":true},"%x":"Message","%nm":"imgix_treatment"},"%x":"Message","%nm":"foto_image"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"32px","single_height":true,"min_height_css":"32px","vert_alignment":"flex-start","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHIt","%dn":"Image E"}},"%s1":"Group_default_group_"},"bTHPt1":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657830587534x710005235378762500/Frame%20455792.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTHIu","%cp":"bTHPi1.elements","%dn":"Image C","order":3}},"%nm":"Group - Card de inscrito"}},"%nm":"Group - Conteudo da celula"}},"%nm":"RG - Eventos"}},"%nm":"Container - Lista de eventos","%s1":"Group_default_group_","order":2},"bTHQh1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":197,"%z":24,"%iv":false,"order":6,"fit_width":true,"fit_height":true,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"center","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHIs","%cp":"bTHPX1.elements","%dn":"Group G","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTHIw","%dn":"Group G","%el":{"cmMnL":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653321094909x800319046550931100/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHIx","%cp":"cmMnG.elements","%dn":"Image D","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Selecionar"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHIv","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Salvar","%s1":"Group_group___roxo___8_border___2px_","order":3}},"%nm":"Group - Conteudo","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":2}},"%wf":{"bTHJa":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%ei":"bTHIm","event_color":"green"},"%x":"ButtonClicked","id":"bTHJX","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%ei":"bTHIU","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHJW"}}},"bTLrg":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%ei":"bTHIm","event_color":"green"},"%x":"ButtonClicked","id":"bTHIz","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%ei":"bTHIU","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHJA"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%x":"ElementParent"},"%ei":"bTHIU","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHJb"}}},"bTLtp":{"%p":{"%ei":"bTHId","event_color":"green"},"%x":"ButtonClicked","id":"bTHIy","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"custom.tipousuario_"},"%p":{"%ei":"bTHIU"},"%x":"GetElement"},"%ei":"bTHJQ","custom_state":"custom.tipo_"},"%x":"SetCustomState","id":"bTHJT"},"1":{"%p":{"%ei":"bTHJQ"},"%x":"ShowElement","id":"bTHLw"}}},"bTMgK":{"%p":{"%en":"display-user","parameters":{"0":{"is_list":false,"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHJD","actions":{"0":{"%p":{"%ei":"bTHIk"},"%x":"ResetGroup","id":"bTHJB"},"1":{"%p":{"%ds":{"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTHIk"},"%x":"DisplayGroupData","id":"bTHJF"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTHIU"},"%x":"ThisElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTHIU","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHJG"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTHIU"},"%x":"ThisElement"},"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHIU"},"%x":"ThisElement"},"%x":"Message","%nm":"merged_with"},"%x":"Message","%nm":"convert_to_list"},"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTHIU","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHJd"}}},"bTMgR":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.admincriado_"},"%p":{"%ei":"bTHJQ"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTHJE","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTMgL","arg_value":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHJQ"},"%x":"GetElement"}}},"custom_event":"bTHJD"},"%x":"TriggerCustomEvent","id":"bTHJI"},"1":{"%p":{"%ei":"bTHJQ","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTHTH"}}},"bTHQa1":{"%p":{"%ei":"bTHIa","event_color":"green"},"%x":"ButtonClicked","id":"bTHJH","actions":{"0":{"%p":{"%ei":"bTHIU"},"%x":"HideElement","id":"bTHJL"}}},"bTHQk1":{"%p":{"%ei":"bTHIs","event_color":"green"},"%x":"ButtonClicked","id":"bTHJM","actions":{"0":{"%p":{"%v":true,"%ei":"bTHIU","custom_state":"custom.isselecionado__"},"%x":"SetCustomState","id":"bTHJK"},"1":{"%p":{"%ei":"bTHIU"},"%x":"HideElement","id":"bTHJO"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":400,"%et":"Popup","min_width_px":0,"default_width":400,"min_height_px":595,"element_version":4,"container_layout":"column"},"%x":"CustomDefinition","id":"bTHIU","%nm":"P - Seletor de Usuario","%s1":"Popup_popup___8_border_","custom_states":{"ismulti__":{"%d":"isMulti?","%v":"boolean","make_static":true},"tipousuario_":{"%d":"tipoUsuario","%v":"option.tipo___user","make_static":true},"isselecionado__":{"%d":"isSelecionado?","%v":"boolean","make_static":true},"produtosselecionados_":{"%d":"usersSelecionados","%v":"list.user","make_static":true}}},"bTHSx":{"%el":{"bTHJV":{"%p":{"%h":328,"%l":-404,"%t":213,"%w":400,"%z":11,"%3f":"top","%ci":"bTHHY","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHSe","%dn":"P - Novo Admin Workspace A"},"bTHTF":{"%p":{"%h":328,"%l":-501,"%t":163,"%w":400,"%z":11,"%3f":"top","%ci":"bTHKe","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"400px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTHTA","%dn":"P - Novo Workspace A"},"bTHEr0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":9,"order":2,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHSB","%cp":"bTHEj0.elements","%dn":"Group A","%el":{"bTMfy":{"%p":{"%h":0,"%l":24,"%t":28,"%w":0,"%z":5,"%bas":"none","order":1,"row_gap":4,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTHSF","%dn":"Group J","%el":{"bTMfz":{"%p":{"%3":{"%e":{"0":"Selecione um workspace"},"%x":"TextExpression"},"%h":16,"%l":-24,"%t":-27,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"font_family":"Lato","margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHSG","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"}},"%s1":"Group_default_group_"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":5,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHSI","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"bTHEw0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":10,"order":3,"row_gap":16,"use_gap":true,"fit_height":false,"padding_top":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHSJ","%cp":"bTHEj0.elements","%dn":"Group B","%el":{"bTHFG0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":19,"order":1,"use_gap":true,"column_gap":16,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHSH","%cp":"bTHEs0.elements","%dn":"Group C","%el":{"bTLtj":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":true,"%bgc":"rgba(123, 97, 255, 1)","%bos":"none","order":4,"use_gap":true,"fit_width":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"90px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%x":"Group","id":"bTHSL","%cp":"bTLqz.elements","%dn":"Group I","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"%bas":"none","order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTHSM","%dn":"Group I","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569409794x636670628237517800/Icon%20-%20Add%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHSK","%dn":"Image F"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Novo"},"%x":"TextExpression"},"%f":"Inter:::600","%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"%fc":"rgba(255, 255, 255, 1)","%fs":14,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"600","single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHSO","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Upload","order":2},"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"%bc":"rgba(221, 222, 229, 1)","%br":8,"%bw":1,"%gt":"custom.workspace","%bos":"solid","order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTHSP","%dn":"Group C","%el":{"cmODk0":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%x":"ElementParent"},"%ds":{"%p":{"%t5":"custom.workspace","ignore_empty_constraints":false},"%x":"Search"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":2,"fit_height":false,"font_family":"DM Sans","font_weight":"500","single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTHSN","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa Quiz","%s1":"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHSR","%dn":"Image B"}},"%nm":"Group - Input de pesquisa","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHFQ0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":20,"order":2,"use_gap":true,"column_gap":24,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHSS","%cp":"bTHEs0.elements","%dn":"Group D","%el":{"bTHFj0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":93,"%z":2,"%c5":1,"%ds":{"%p":{"%co":{"0":{"%k":"_id","%v":{"%n":{"%n":{"%x":"Message","%nm":"_id"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTHSN"},"%x":"GetElement"},"%c2":{"%x":"Empty"}}},"%d2":false,"%sf":"nome_text","%t5":"custom.workspace","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.workspace","%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"93px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTHSQ","%dn":"RepeatingGroup A","%el":{"bTHPw1":{"%p":{"%h":40,"%l":0,"%t":0,"%w":1097,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","%bas":"bgcolor","order":1,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHSD"},"%x":"GetElement","said":"ZXZlbnQtaGFuZGxlcg=="},"%p":{"%bgc":"rgba(243, 244, 248, 1)"},"%x":"State"}},"%x":"Group","id":"bTHSU","%dn":"Group F","%el":{"bTHPx1":{"%p":{"%h":282,"%l":0,"%t":0,"%w":200,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","%bgc":"rgba(255, 255, 255, 0)","order":1,"fit_width":false,"fit_height":true,"padding_top":8,"single_width":false,"min_width_css":"200px","single_height":false,"min_height_css":"0px","padding_bottom":8,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":0,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTHSV","%dn":"Group E","%el":{"bTLrb":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%ds":{"%x":"ElementParent"},"%gt":"custom.workspace","%bas":"none","order":1,"use_gap":true,"column_gap":10,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTHST","%dn":"Group H","%el":{"bTLrc":{"%p":{"%3":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%h":21,"%l":0,"%t":0,"%w":367,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"32px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHSX","%cp":"bTHPi1.elements","%dn":"Text B","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_","order":1},"bTLrd":{"%p":{"%h":32,"%l":0,"%t":0,"%w":32,"%br":4,"src":{"%e":{"0":"","1":{"%n":{"%n":{"%p":{"crop_to_fit":true},"%x":"Message","%nm":"imgix_treatment"},"%x":"Message","%nm":"logo_image"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"32px","single_height":true,"min_height_css":"32px","vert_alignment":"flex-start","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHSY","%dn":"Image E"}},"%s1":"Group_default_group_"},"bTHPt1":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657830587534x710005235378762500/Frame%20455792.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHSD"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTHSW","%cp":"bTHPi1.elements","%dn":"Image C","order":3}},"%nm":"Group - Card de inscrito"}},"%nm":"Group - Conteudo da celula"}},"%nm":"RG - Eventos"}},"%nm":"Container - Lista de eventos","%s1":"Group_default_group_","order":2},"bTHQh1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":197,"%z":24,"%iv":false,"order":6,"fit_width":true,"fit_height":true,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"center","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHSD"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTHSa","%cp":"bTHPX1.elements","%dn":"Group G","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTHSb","%dn":"Group G","%el":{"cmMnL":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653321094909x800319046550931100/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTHSZ","%cp":"cmMnG.elements","%dn":"Image D","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Selecionar"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":2,"fit_width":true,"fit_height":true,"font_family":"Lato","single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTHSd","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Salvar","%s1":"Group_group___roxo___8_border___2px_","order":3}},"%nm":"Group - Conteudo","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":2}},"%wf":{"bTHJa":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHSD"},"%x":"GetElement"},"%ei":"bTHSU","event_color":"green"},"%x":"ButtonClicked","id":"bTHSu","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHSD"},"%x":"GetElement"},"%ei":"bTHSD","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHSy"}}},"bTLrg":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHSD"},"%x":"GetElement"},"%ei":"bTHSU","event_color":"green"},"%x":"ButtonClicked","id":"bTHSc","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTHSD"},"%x":"GetElement"},"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHSD"},"%x":"GetElement"},"%ei":"bTHSD","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHSg"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTHSD"},"%x":"GetElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%x":"ElementParent"},"%ei":"bTHSD","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHSh"}}},"bTLtp":{"%p":{"%ei":"bTHSL","event_color":"green"},"%x":"ButtonClicked","id":"bTHSf","actions":{"0":{"%p":{"%ei":"bTHTA"},"%x":"ShowElement","id":"bTHSk"}}},"bTMgK":{"%p":{"%en":"display-worskapce","parameters":{"0":{"is_list":false,"btype_id":"custom.workspace","optional":false,"param_id":"bTMgL","param_name":"workspace"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTHSi","actions":{"0":{"%p":{"%ei":"bTHSP"},"%x":"ResetGroup","id":"bTHSm"},"1":{"%p":{"%ds":{"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTHSP"},"%x":"DisplayGroupData","id":"bTHSn"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTHSD"},"%x":"ThisElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTHSD","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHSl"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTHSD"},"%x":"ThisElement"},"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTHSD"},"%x":"ThisElement"},"%x":"Message","%nm":"merged_with"},"%x":"Message","%nm":"convert_to_list"},"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTHSD","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTHSp"}}},"bTMgR":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.admincriado_"},"%p":{"%ei":"bTHTA"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTHSq","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTMgL","arg_value":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTHTA"},"%x":"GetElement"}}},"custom_event":"bTHSi"},"%x":"TriggerCustomEvent","id":"bTHSo"},"1":{"%p":{"%ei":"bTHTA","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTHTD"}}},"bTHQa1":{"%p":{"%ei":"bTHSI","event_color":"green"},"%x":"ButtonClicked","id":"bTHSs","actions":{"0":{"%p":{"%ei":"bTHSD"},"%x":"HideElement","id":"bTHSt"}}},"bTHQk1":{"%p":{"%ei":"bTHSa","event_color":"green"},"%x":"ButtonClicked","id":"bTHSr","actions":{"0":{"%p":{"%v":true,"%ei":"bTHSD","custom_state":"custom.isselecionado__"},"%x":"SetCustomState","id":"bTHSv"},"1":{"%p":{"%ei":"bTHSD"},"%x":"HideElement","id":"bTHSw"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":400,"%et":"Popup","min_width_px":0,"default_width":400,"min_height_px":595,"element_version":3,"container_layout":"column"},"%x":"CustomDefinition","id":"bTHSD","%nm":"P - Seletor de Workspaces","%s1":"Popup_popup___8_border_","custom_states":{"ismulti__":{"%d":"isMulti?","%v":"boolean","make_static":true},"isselecionado__":{"%d":"isSelecionado?","%v":"boolean","make_static":true},"produtosselecionados_":{"%d":"workspaceSelecionados","%v":"list.custom.workspace","make_static":true}}},"bTIWT":{"%el":{"bTIWW":{"%p":{"%h":328,"%l":-542,"%t":416,"%w":750,"%z":11,"%3f":"top","%ci":"bTIKj","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"750px","min_width_css":"750px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIWR","%dn":"P - Nova Empresa A"},"bTHEr0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":9,"order":2,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIVX","%cp":"bTHEj0.elements","%dn":"Group A","%el":{"bTMfy":{"%p":{"%h":0,"%l":24,"%t":28,"%w":0,"%z":5,"order":1,"row_gap":4,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIVV","%dn":"Group J","%el":{"bTMfz":{"%p":{"%3":{"%e":{"0":"Selecione uma empresa"},"%x":"TextExpression"},"%h":16,"%l":-24,"%t":-27,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIVZ","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"bTMgC":{"%p":{"%3":{"%e":{"0":"Estamos exibindo as suas empresas cadastradas"},"%x":"TextExpression"},"%h":16,"%l":-14,"%t":-17,"%w":107,"%z":4,"order":2,"fit_width":true,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIVa","%cp":"bTMfw.elements","%dn":"Text E","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2}},"%s1":"Group_default_group_"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":5,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIVY","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"bTHEw0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":10,"order":3,"row_gap":16,"use_gap":true,"fit_height":false,"padding_top":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIVc","%cp":"bTHEj0.elements","%dn":"Group B","%el":{"bTHFG0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":19,"order":1,"use_gap":true,"column_gap":16,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIVd","%cp":"bTHEs0.elements","%dn":"Group C","%el":{"bTLtj":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":true,"%bgc":"rgba(123, 97, 255, 1)","%bos":"none","order":4,"use_gap":true,"fit_width":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"90px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%x":"Group","id":"bTIVb","%cp":"bTLqz.elements","%dn":"Group I","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIVf","%dn":"Group I","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569409794x636670628237517800/Icon%20-%20Add%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIVg","%dn":"Image F"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Novo"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIVe","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Upload","order":2},"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"%gt":"custom.empresa","order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIVi","%dn":"Group C","%el":{"cmODk0":{"%p":{"%h":80,"%l":0,"%t":0,"%w":14,"%d1":{"%x":"ElementParent"},"%ds":{"%p":{"%t5":"custom.empresa","ignore_empty_constraints":false},"%x":"Search"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":2,"fit_height":false,"single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTIVj","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa Quiz","%s1":"AutocompleteDropdown_searchbox___dm_sans___14____838c9f_","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIVh","%dn":"Image B"}},"%nm":"Group - Input de pesquisa","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHFQ0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":20,"order":2,"use_gap":true,"column_gap":24,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIVl","%cp":"bTHEs0.elements","%dn":"Group D","%el":{"bTHFj0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":93,"%z":2,"%c5":1,"%ds":{"%p":{"%co":{"0":{"%k":"_id","%v":{"%n":{"%n":{"%x":"Message","%nm":"_id"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIVj"},"%x":"GetElement"},"%c2":{"%x":"Empty"}},"1":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"2":{"%k":"isexcluida__boolean","%v":true,"%c2":"not equal"}},"%d2":false,"%sf":"nome_text","%t5":"custom.empresa","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.empresa","%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"93px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTIVm","%dn":"RepeatingGroup A","%el":{"bTHPw1":{"%p":{"%h":40,"%l":0,"%t":0,"%w":1097,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","%bas":"bgcolor","order":1,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIVS"},"%x":"GetElement","said":"ZXZlbnQtaGFuZGxlcg=="},"%p":{"%bgc":"rgba(243, 244, 248, 1)"},"%x":"State"}},"%x":"Group","id":"bTIVk","%dn":"Group F","%el":{"bTHPx1":{"%p":{"%h":282,"%l":0,"%t":0,"%w":200,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","%bgc":"rgba(255, 255, 255, 0)","order":1,"fit_width":false,"fit_height":true,"padding_top":8,"single_width":false,"min_width_css":"200px","single_height":false,"min_height_css":"0px","padding_bottom":8,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":0,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIVo","%dn":"Group E","%el":{"bTLrb":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%ds":{"%x":"ElementParent"},"%gt":"custom.empresa","order":1,"use_gap":true,"column_gap":10,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIVp","%dn":"Group H","%el":{"bTLrc":{"%p":{"%3":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%h":21,"%l":0,"%t":0,"%w":367,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"32px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIVn","%cp":"bTHPi1.elements","%dn":"Text B","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_","order":1}},"%s1":"Group_default_group_"},"bTHPt1":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657830587534x710005235378762500/Frame%20455792.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIVS"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTIVs","%cp":"bTHPi1.elements","%dn":"Image C","order":3}},"%nm":"Group - Card de inscrito"}},"%nm":"Group - Conteudo da celula"}},"%nm":"RG - Eventos"}},"%nm":"Container - Lista de eventos","%s1":"Group_default_group_","order":2},"bTHQh1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":197,"%z":24,"%iv":false,"order":6,"fit_width":true,"fit_height":true,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"center","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIVS"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTIVq","%cp":"bTHPX1.elements","%dn":"Group G","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTIVu","%dn":"Group G","%el":{"cmMnL":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653321094909x800319046550931100/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIVv","%cp":"cmMnG.elements","%dn":"Image D","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Selecionar"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIVt","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Salvar","%s1":"Group_group___roxo___8_border___2px_","order":3}},"%nm":"Group - Conteudo","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":2}},"%wf":{"bTHJa":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIVS"},"%x":"GetElement"},"%ei":"bTIVk","event_color":"green"},"%x":"ButtonClicked","id":"bTIVx","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIVS"},"%x":"GetElement"},"%ei":"bTIVS","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIVy"}}},"bTLrg":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIVS"},"%x":"GetElement"},"%ei":"bTIVk","event_color":"green"},"%x":"ButtonClicked","id":"bTIVw","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIVS"},"%x":"GetElement"},"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIVS"},"%x":"GetElement"},"%ei":"bTIVS","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIWA"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIVS"},"%x":"GetElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%x":"ElementParent"},"%ei":"bTIVS","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIWB"}}},"bTLtp":{"%p":{"%ei":"bTIVb","event_color":"green"},"%x":"ButtonClicked","id":"bTIVz","actions":{"0":{"%p":{"%ei":"bTIWR"},"%x":"ShowElement","id":"bTIWE"}}},"bTMgK":{"%p":{"%en":"display-user","parameters":{"0":{"is_list":false,"btype_id":"custom.empresa","optional":false,"param_id":"bTMgL","param_name":"empresa"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTIWC","actions":{"0":{"%p":{"%ei":"bTIVi"},"%x":"ResetGroup","id":"bTIWG"},"1":{"%p":{"%ds":{"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTIVi"},"%x":"DisplayGroupData","id":"bTIWH"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIVS"},"%x":"ThisElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTIVS","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIWF"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIVS"},"%x":"ThisElement"},"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIVS"},"%x":"ThisElement"},"%x":"Message","%nm":"merged_with"},"%x":"Message","%nm":"convert_to_list"},"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTIVS","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIWJ"}}},"bTMgR":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.admincriado_"},"%p":{"%ei":"bTIWR"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIWK","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTMgL","arg_value":{"%n":{"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTIWR"},"%x":"GetElement"}}},"custom_event":"bTIWC"},"%x":"TriggerCustomEvent","id":"bTIWI"},"1":{"%p":{"%ei":"bTIWR","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTIWM"}}},"bTHQa1":{"%p":{"%ei":"bTIVY","event_color":"green"},"%x":"ButtonClicked","id":"bTIWN","actions":{"0":{"%p":{"%ei":"bTIVS"},"%x":"HideElement","id":"bTIWL"}}},"bTHQk1":{"%p":{"%ei":"bTIVq","event_color":"green"},"%x":"ButtonClicked","id":"bTIWP","actions":{"0":{"%p":{"%v":true,"%ei":"bTIVS","custom_state":"custom.isselecionado__"},"%x":"SetCustomState","id":"bTIWQ"},"1":{"%p":{"%ei":"bTIVS"},"%x":"HideElement","id":"bTIWO"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":400,"%et":"Popup","min_width_px":0,"default_width":400,"min_height_px":595,"element_version":4,"container_layout":"column"},"%x":"CustomDefinition","id":"bTIVS","%nm":"P - Seletor Empresa","%s1":"Popup_popup___8_border_","custom_states":{"ismulti__":{"%d":"isMulti?","%v":"boolean","make_static":true},"isselecionado__":{"%d":"isSelecionado?","%v":"boolean","make_static":true},"produtosselecionados_":{"%d":"empresasSelecionadas","%v":"list.custom.empresa","make_static":true}}},"bTIXq":{"%el":{"bTIXt":{"%p":{"%h":328,"%l":-482,"%t":263,"%w":400,"%z":11,"%3f":"top","%ci":"bTITg","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"max_width_css":"600px","min_width_css":"0px","single_height":false,"min_height_css":"200px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIXo","%dn":"P - Novo Colaborador A"},"bTHEr0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":9,"order":2,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIWs","%cp":"bTHEj0.elements","%dn":"Group A","%el":{"bTMfy":{"%p":{"%h":0,"%l":24,"%t":28,"%w":0,"%z":5,"order":1,"row_gap":4,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIWw","%dn":"Group J","%el":{"bTMfz":{"%p":{"%3":{"%e":{"0":"Selecione um colaborador"},"%x":"TextExpression"},"%h":16,"%l":-24,"%t":-27,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIWx","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"bTMgC":{"%p":{"%3":{"%e":{"0":"Estamos exibindo seus colaboradores"},"%x":"TextExpression"},"%h":16,"%l":-14,"%t":-17,"%w":107,"%z":4,"order":2,"fit_width":true,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIWv","%cp":"bTMfw.elements","%dn":"Text E","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2}},"%s1":"Group_default_group_"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":5,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIWz","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"bTHEw0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":10,"order":3,"row_gap":16,"use_gap":true,"fit_height":false,"padding_top":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIXA","%cp":"bTHEj0.elements","%dn":"Group B","%el":{"bTHFG0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":19,"order":1,"use_gap":true,"column_gap":16,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIWy","%cp":"bTHEs0.elements","%dn":"Group C","%el":{"bTLtj":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":11,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":true,"%bgc":"var(--color_primary_default)","%bos":"none","order":4,"use_gap":true,"fit_width":true,"column_gap":24,"fit_height":true,"single_width":false,"min_width_css":"90px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_when_hidden":true,"container_horiz_alignment":"center"},"%x":"Group","id":"bTIXC","%cp":"bTLqz.elements","%dn":"Group I","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTIXD","%dn":"Group I","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569409794x636670628237517800/Icon%20-%20Add%20-%20%23FFFFFF.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIXB","%dn":"Image F"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Novo"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIXF","%dn":"Text D","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Upload","order":2},"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"%gt":"custom.colaborador1","order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIXG","%dn":"Group C","%el":{"cmODk0":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"}},"%x":"TextExpression"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":2,"fit_height":false,"font_family":"DM Sans","font_weight":"500","single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Input","id":"bTIXE","%cp":"cmOBn.elements","%dn":"Input A","%nm":"Input - Pesquisa Quiz","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIXI","%dn":"Image B"}},"%nm":"Group - Input de pesquisa","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHFQ0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":20,"order":2,"use_gap":true,"column_gap":24,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIXJ","%cp":"bTHEs0.elements","%dn":"Group D","%el":{"bTHFj0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":93,"%z":2,"%c5":1,"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"camposbusca_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"to_uppercase"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIXE"},"%x":"GetElement"}},"%x":"TextExpression"},"%c2":"text contains string"}},"%d2":false,"%sf":"nome_text","%t5":"custom.colaborador1","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.colaborador1","%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"93px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTIXH","%dn":"RepeatingGroup A","%el":{"bTHPw1":{"%p":{"%h":40,"%l":0,"%t":0,"%w":1097,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","%bas":"bgcolor","order":1,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWu"},"%x":"GetElement","said":"ZXZlbnQtaGFuZGxlcg=="},"%p":{"%bgc":"rgba(243, 244, 248, 1)"},"%x":"State"}},"%x":"Group","id":"bTIXL","%dn":"Group F","%el":{"bTHPx1":{"%p":{"%h":282,"%l":0,"%t":0,"%w":200,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","%bgc":"rgba(255, 255, 255, 0)","order":1,"fit_width":false,"fit_height":true,"padding_top":8,"single_width":false,"min_width_css":"200px","single_height":false,"min_height_css":"0px","padding_bottom":8,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":0,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIXM","%dn":"Group E","%el":{"bTLrb":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":1,"row_gap":3,"use_gap":true,"column_gap":10,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIXK","%dn":"Group H","%el":{"bTIcl":{"%p":{"%3":{"%e":{"0":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"ElementParent"},"1":""},"%x":"TextExpression"},"%h":21,"%l":10,"%t":10,"%w":367,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"32px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIcg","%cp":"bTIXK","%dn":"Text F","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_","order":3},"bTLrc":{"%p":{"%3":{"%e":{"0":"CPF: ","1":{"%n":{"%x":"Message","%nm":"cpf_text"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"%f":"Inter:::500","%h":21,"%l":0,"%t":0,"%w":367,"%fc":"rgba(78, 91, 118, 1)","%fs":12,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"32px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIXO","%cp":"bTHPi1.elements","%dn":"Text B","order":1}},"%s1":"Group_default_group_"},"bTMzK":{"%p":{"%h":23,"%l":0,"%t":0,"%w":43,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.colaborador1","order":5,"use_gap":true,"fit_width":true,"column_gap":4,"fit_height":true,"margin_left":8,"padding_top":4,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"0px","padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTMzE","%cp":"bTIXM","%dn":"Group K","%el":{"cmNll":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1656943033190x688081000665288240/Icon%20-%20Editar%20-%20%237B61FF.svg"},"%x":"TextExpression"},"order":1,"fit_height":false,"single_width":true,"min_width_css":"16px","single_height":true,"min_height_css":"16px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"Image","id":"bTMzJ","%cp":"cmNlg.elements","%dn":"Image E"}},"%nm":"Btn - Editar","%s1":"Group_group___outline__cac0ff___bg__fff5f5___1_px_","order":9},"bTHPt1":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657830587534x710005235378762500/Frame%20455792.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWu"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTIXP","%cp":"bTHPi1.elements","%dn":"Image C","order":3}},"%nm":"Group - Card de inscrito"}},"%nm":"Group - Conteudo da celula"}},"%nm":"RG - Eventos"}},"%nm":"Container - Lista de eventos","%s1":"Group_default_group_","order":2},"bTHQh1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":197,"%z":24,"%iv":false,"order":6,"fit_width":true,"fit_height":true,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"center","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWu"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTIXN","%cp":"bTHPX1.elements","%dn":"Group G","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTIXR","%dn":"Group G","%el":{"cmMnL":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653321094909x800319046550931100/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIXS","%cp":"cmMnG.elements","%dn":"Image D","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Selecionar"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIXQ","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Salvar","%s1":"Group_group___roxo___8_border___2px_","order":3}},"%nm":"Group - Conteudo","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":2}},"%wf":{"bTHJa":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWu"},"%x":"GetElement"},"%ei":"bTIXL","event_color":"green"},"%x":"ButtonClicked","id":"bTIXV","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWu"},"%x":"GetElement"},"%ei":"bTIWu","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIXT"}}},"bTLrg":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWu"},"%x":"GetElement"},"%ei":"bTIXL","event_color":"green"},"%x":"ButtonClicked","id":"bTIXX","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIWu"},"%x":"GetElement"},"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWu"},"%x":"GetElement"},"%ei":"bTIWu","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIXY"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIWu"},"%x":"GetElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%x":"ElementParent"},"%ei":"bTIWu","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIXW"}}},"bTLtp":{"%p":{"%ei":"bTIXC","event_color":"green"},"%x":"ButtonClicked","id":"bTIXa","actions":{"0":{"%p":{"%ei":"bTIXo"},"%x":"ShowElement","id":"bTIXr"}}},"bTMgK":{"%p":{"%en":"display-colaborador","parameters":{"0":{"is_list":false,"btype_id":"custom.colaborador1","optional":false,"param_id":"bTMgL","param_name":"colaborador"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTIXZ","actions":{"0":{"%p":{"%ei":"bTIXG"},"%x":"ResetGroup","id":"bTIXd"},"1":{"%p":{"%ds":{"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTIXG"},"%x":"DisplayGroupData","id":"bTIXe"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIWu"},"%x":"ThisElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTIWu","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIXc"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIWu"},"%x":"ThisElement"},"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIWu"},"%x":"ThisElement"},"%x":"Message","%nm":"merged_with"},"%x":"Message","%nm":"convert_to_list"},"%p":{"btype_id":"user","optional":false,"param_id":"bTMgL","param_name":"user"},"%x":"CurrentWorkflowItem"},"%ei":"bTIWu","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIXg"}}},"bTMgR":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"custom.admincriado_"},"%p":{"%ei":"bTIXo"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIXh","actions":{"0":{"%p":{"%v":true,"%ei":"bTIWu","custom_state":"custom.isselecionado__","custom_states_values":{"0":{"%v":{"%n":{"%n":{"%x":"Message","%nm":"convert_to_list","is_slidable":false},"%x":"Message","%nm":"custom.admincriado_","is_slidable":false},"%p":{"%ei":"bTIXo"},"%x":"GetElement","is_slidable":false},"custom_state":"custom.produtosselecionados_"}}},"%x":"SetCustomState","id":"bTNyt"},"1":{"%p":{"%ei":"bTIXo","custom_state":"custom.admincriado_"},"%x":"SetCustomState","id":"bTIXj"},"2":{"%p":{"%ei":"bTIWu"},"%x":"HideElement","id":"bTNyy"}}},"bTMzQ":{"%p":{"%ei":"bTMzE","event_color":"green"},"%x":"ButtonClicked","id":"bTMzO","actions":{"0":{"%p":{"%ds":{"%x":"ElementParent","is_slidable":false},"%ei":"bTIXo"},"%x":"DisplayGroupData","id":"bTMzU"},"1":{"%p":{"%ei":"bTIXo"},"%x":"ShowElement","id":"bTMzV"}}},"bTHQa1":{"%p":{"%ei":"bTIWz","event_color":"green"},"%x":"ButtonClicked","id":"bTIXk","actions":{"0":{"%p":{"%ei":"bTIWu"},"%x":"HideElement","id":"bTIXi"}}},"bTHQk1":{"%p":{"%ei":"bTIXN","event_color":"green"},"%x":"ButtonClicked","id":"bTIXm","actions":{"0":{"%p":{"%v":true,"%ei":"bTIWu","custom_state":"custom.isselecionado__"},"%x":"SetCustomState","id":"bTIXn"},"1":{"%p":{"%ei":"bTIWu"},"%x":"HideElement","id":"bTIXl"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":400,"%et":"Popup","min_width_px":0,"default_width":400,"min_height_px":595,"element_version":4,"container_layout":"column"},"%x":"CustomDefinition","id":"bTIWu","%nm":"P - Seletor de colaborador","%s1":"Popup_popup___8_border_","custom_states":{"ismulti__":{"%d":"isMulti?","%v":"boolean","make_static":true},"isselecionado__":{"%d":"isSelecionado?","%v":"boolean","make_static":true},"produtosselecionados_":{"%d":"colaboradoresSelecionados","%v":"list.custom.colaborador1","make_static":true}}},"bTJhM":{"%el":{"bTIoX":{"%p":{"%h":73,"%l":0,"%t":0,"%w":952,"%ds":{"%p":{"%co":{"0":{"%k":"referenciaid_text","%v":{"%e":{"0":{"%x":"ElementParent"}},"%x":"TextExpression"},"%c2":"equals"}},"%d2":false,"%sf":"ordem_number","%t5":"custom.inputslaudo"},"%x":"Search"},"%gt":"custom.inputslaudo","%ss":"none","%bas":"none","fit_width":false,"fit_height":true,"fixed_rows":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"73px","horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"aa","cell_min_height_css":"0px","data_correctly_attached_once":true},"%x":"RepeatingGroup","id":"bTJgj","%dn":"RepeatingGroup A","%el":{"bTIop":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%z":7,"%bc":"rgba(218, 220, 224, 1)","%br":8,"%bw":2,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%bas":"bgcolor","%bos":"solid","order":1,"row_gap":16,"use_gap":true,"fit_height":true,"padding_top":16,"padding_left":16,"single_width":false,"margin_bottom":12,"min_width_css":"0px","padding_right":16,"single_height":false,"min_height_css":"0px","padding_bottom":16,"horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTJgh","%dn":"Group D","%el":{"bTIoq":{"%p":{"%h":73,"%l":0,"%t":0,"%w":952,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":2,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"input"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTJgl","%dn":"Group C","%el":{"bTJhP":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%z":0,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%c1":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"}},"%x":"TextExpression"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%lh":1.5,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":true,"margin_top":0,"font_family":"var(--font_default)","font_weight":"500","margin_left":0,"margin_right":0,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":false,"min_height_css":"0%","vert_alignment":"center","horiz_alignment":"flex-start","border_style_top":"none","nonant_alignment":"aa","border_style_left":"none","four_border_style":true,"border_style_right":"none","border_color_bottom":"rgba(238,238,238,1)","border_style_bottom":"none","border_width_bottom":2,"border_roundness_top":0,"border_roundness_left":0,"border_roundness_right":0,"border_roundness_bottom":0},"%x":"MultiLineInput","id":"bTJgk","%dn":"MultilineInput A","%nm":"Input"}},"%nm":"Group - Input","%s1":"Group_default_group_"},"bTIor":{"%p":{"%h":73,"%l":0,"%t":0,"%w":952,"%z":6,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":3,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"dropdown"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTJgn","%cp":"bTIoc","%dn":"Group F","%el":{"bTJhQ":{"%p":{"%f":"DM Sans:::500","%h":50,"%l":0,"%t":0,"%w":14,"%z":0,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%d1":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ds":{"%n":{"%x":"Message","%nm":"valoresdropdown_list_text"},"%x":"ElementParent"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%lh":1.5,"%ls":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":false,"margin_top":0,"font_family":"var(--font_default)","font_weight":"500","margin_left":0,"dynamic_type":"text","margin_right":0,"padding_left":0,"single_width":false,"choices_style":"dynamic","min_width_css":"14px","padding_right":0,"single_height":true,"computed_value":"number","min_height_css":"50px","vert_alignment":"center","horiz_alignment":"flex-start","nonant_alignment":"aa","option_display_expression":{"%e":{"0":{"%x":"InjectedValue"}},"%x":"TextExpression"}},"%x":"Dropdown","id":"bTJgs","%dn":"Dropdown A","%nm":"Dropdown"}},"%nm":"Group - Dropdown","%s1":"Group_default_group_","order":2},"bTJhL":{"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"},"2":""},"%x":"TextExpression"},"%f":"DM Sans:::500","%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fc":"var(--color_background_default)","%fs":16,"%lh":1.7,"order":1,"fit_width":false,"fit_height":true,"font_family":"var(--font_default)","font_weight":"500","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"12px","padding_right":0,"single_height":false,"min_height_css":"7px","padding_bottom":0,"horiz_alignment":"flex-start","nonant_alignment":"bc"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isobrigatorio__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%3":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"ElementParent"},"2":" [b](Campo Obrigatório)[/b]"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTJgp","%dn":"Text A"},"bTJhR":{"%p":{"%h":73,"%l":0,"%t":0,"%w":952,"%z":7,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":5,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"m_ltipla_escolha__item__nico_"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTJhO","%cp":"bTJgh","%dn":"Group A","%el":{"bTJhU":{"%p":{"%h":9,"%l":0,"%t":0,"%w":34,"%z":2,"%ds":{"%n":{"%x":"Message","%nm":"valoresdropdown_list_text"},"%x":"ElementParent"},"%gt":"text","order":4,"fit_height":true,"fixed_rows":false,"row_cell_gap":16,"single_width":false,"fixed_columns":false,"min_width_css":"34px","single_height":false,"min_height_css":"9px","column_cell_gap":24,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"aa","scroll_direction":"flex_row","cell_min_width_css":"0px","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTJhV","%dn":"RepeatingGroup B","%el":{"bTJhb":{"%p":{"%h":37,"%l":0,"%t":0,"%w":65,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"text","order":1,"use_gap":true,"fit_width":true,"column_gap":9,"fit_height":true,"single_width":false,"min_width_css":"65px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTJhY","%dn":"Group B","%el":{"bTJhh":{"%p":{"%h":22,"%l":0,"%t":0,"%w":22,"%z":3,"%bc":"rgba(172,176,181,1)","%br":360,"%ds":{"%x":"ElementParent"},"%gt":"text","%bas":"none","%bos":"solid","order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"22px","single_height":false,"min_height_css":"22px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTJhf","%dn":"Group G","%el":{"bTJhi":{"%p":{"%h":14,"%l":0,"%t":0,"%w":14,"%z":2,"%br":360,"%bas":"bgcolor","%bgc":"rgba(172, 176, 181, 1)","order":2,"fit_height":true,"margin_top":4,"margin_left":4,"margin_right":4,"single_width":true,"margin_bottom":4,"min_width_css":"14px","single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTJhc","%dn":"Group E"}}},"bTJhl":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%b":false,"%f":"var(--font_default):::regular","%h":5,"%l":39,"%t":11,"%w":22,"%z":4,"%fc":"var(--color_surface_default)","%fs":15,"%lh":1.4,"order":2,"fit_width":true,"fit_height":true,"font_family":"var(--font_default)","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"5px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJhg","%dn":"Text B"}},"%nm":"Group - Conteúdo da Celula - Escolha única","%s1":"Group_default_group_"}},"%nm":"RG - Escolha Única","%s1":"RepeatingGroup_default_"}},"%nm":"Group - Escolha Única","%s1":"Group_default_group_","order":4},"bTJiJ":{"%p":{"%h":73,"%l":10,"%t":10,"%w":952,"%z":8,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":6,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"m_ltipla_escolha__escolha_m_ltipla_"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTJiC","%cp":"bTJgh","%dn":"Group H","%el":{"bTJhU":{"%p":{"%h":9,"%l":0,"%t":0,"%w":34,"%z":2,"%ds":{"%n":{"%x":"Message","%nm":"valoresdropdown_list_text"},"%x":"ElementParent"},"%gt":"text","order":4,"fit_height":true,"fixed_rows":false,"row_cell_gap":16,"single_width":false,"fixed_columns":false,"min_width_css":"34px","single_height":false,"min_height_css":"9px","column_cell_gap":24,"horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"aa","scroll_direction":"flex_row","cell_min_width_css":"0px","cell_min_height_css":"0px"},"%x":"RepeatingGroup","id":"bTJiB","%dn":"RepeatingGroup C","%el":{"bTJhb":{"%p":{"%h":37,"%l":0,"%t":0,"%w":65,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"text","order":1,"use_gap":true,"fit_width":true,"column_gap":9,"fit_height":true,"single_width":false,"min_width_css":"65px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTJiF","%dn":"Group H","%el":{"bTJhh":{"%p":{"%h":22,"%l":0,"%t":0,"%w":22,"%z":3,"%bc":"rgba(172,176,181,1)","%br":360,"%ds":{"%x":"ElementParent"},"%gt":"text","%bas":"none","%bos":"solid","order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"22px","single_height":false,"min_height_css":"22px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTJiG","%dn":"Group H","%el":{"bTJhi":{"%p":{"%h":14,"%l":0,"%t":0,"%w":14,"%z":2,"%br":360,"%bas":"bgcolor","%bgc":"rgba(172, 176, 181, 1)","order":2,"fit_height":true,"margin_top":4,"margin_left":4,"margin_right":4,"single_width":true,"margin_bottom":4,"min_width_css":"14px","single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTJiE","%dn":"Group H"}}},"bTJhl":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%b":false,"%f":"var(--font_default):::regular","%h":5,"%l":39,"%t":11,"%w":22,"%z":4,"%fc":"var(--color_surface_default)","%fs":15,"%lh":1.4,"order":2,"fit_width":true,"fit_height":true,"font_family":"var(--font_default)","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"5px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTJiI","%dn":"Text C"}},"%nm":"Group - Conteúdo da Celula - Escolha Variada","%s1":"Group_default_group_"}},"%nm":"RG - Escolha Única","%s1":"RepeatingGroup_default_"}},"%nm":"Group - Escolha Variada","%s1":"Group_default_group_","order":5},"bTJlX":{"%p":{"%h":24,"%l":80,"%t":17,"%w":154,"%z":9,"%c1":{"%e":{"0":{"%n":{"%a":{"%x":"CurrentCellsIndex"},"%n":{"%x":"Message","%nm":"display"},"%x":"Message","%nm":"specific_item"},"%p":{"option_set":"option.abc","option_value":"all values"},"%x":"OptionValue"}},"%x":"TextExpression"},"%iv":false,"order":4,"fit_height":false,"single_width":true,"min_width_css":"154px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start","collapse_when_hidden":true},"%x":"Input","id":"bTJlV","%dn":"Input A","%nm":"Input - index","%s1":"Input_standard_input_"},"bTLus0":{"%p":{"%h":73,"%l":10,"%t":10,"%w":952,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.inputslaudo","%iv":false,"order":7,"fit_width":false,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.tipo___input","option_value":"upload_de_arquivo"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"tipo_option_tipo___input"},"%x":"ElementParent"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTLum0","%cp":"bTJgh","%dn":"Group I","%el":{"bTJhP":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%fa":"left","%fc":"rgba(131, 140, 159, 1)","%fs":14,"%lh":1.5,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%vc":true,"src":{"%e":{"0":"","1":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":1,"fit_height":true,"margin_top":0,"font_family":"var(--font_default)","font_weight":"500","margin_left":0,"margin_right":0,"padding_left":32,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":false,"min_height_css":"50px","vert_alignment":"center","horiz_alignment":"flex-start","border_style_top":"none","nonant_alignment":"aa","border_style_left":"none","four_border_style":true,"border_style_right":"none","border_color_bottom":"rgba(238,238,238,1)","border_style_bottom":"none","border_width_bottom":2,"border_roundness_top":0,"border_roundness_left":0,"border_roundness_right":0,"border_roundness_bottom":0},"%x":"FileInput","id":"bTLuo0","%dn":"FileUploader A","%nm":"File Uploader"},"bTLuz0":{"%p":{"%h":7,"%l":16,"%t":25.8046875,"%w":5,"%z":2,"%9i":"attach_file","%ic":"var(--color_surface_default)","fit_height":false,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"materialicons-Materialicon","id":"bTLuu0","%dn":"MaterialIcon A"}},"%nm":"Group - File Uploader","%s1":"Group_default_group_"}},"%nm":"Group - Campo","custom_states":{"valoranterior_":{"%d":"ValorAnterior","%v":"text","make_static":true}}}},"%nm":"RG - Inputs"}},"%wf":{"bTIrM":{"%p":{"%ei":"bTJgs","event_color":"blue"},"%x":"InputChanged","id":"bTJgv","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTJgt"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isobrigatorio__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"arguments":{"0":{"param_id":"bTTSR","arg_value":{"%x":"ElementParent","is_slidable":false}},"1":{"param_id":"bTTSS","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTJgs"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTTSM"},"%x":"TriggerCustomEvent","id":"bTTSd"},"2":{"%p":{"%v":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJlV"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":"|","3":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"4":"|","5":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"6":"|","7":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJgs"},"%x":"ThisElement"},"8":""},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJlV"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":"|","3":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"4":"|","5":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"6":"|","7":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJgs"},"%x":"ThisElement"},"8":""},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJgk"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ei":"bTJgh","custom_state":"custom.valoranterior_"},"%x":"SetCustomState","id":"bTJgx"},"3":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.valoranterior_"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTJgy"},"4":{"%x":"ResetInputs","id":"bTJgw"},"5":{"%p":{"custom_event":"bTJhH"},"%x":"TriggerCustomEvent","id":"bTJhA"}}},"bTIum":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJgs"},"%x":"ThisElement"},"%ei":"bTJgk","event_color":"blue"},"%x":"InputChanged","id":"bTJhB","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTJgz"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isobrigatorio__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"arguments":{"0":{"param_id":"bTTSR","arg_value":{"%x":"ElementParent","is_slidable":false}},"1":{"param_id":"bTTSS","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTJgs"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTTSM"},"%x":"TriggerCustomEvent","id":"bTTSk"},"2":{"%p":{"%v":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJlV"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":"|","3":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"4":"|","5":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"6":"|","7":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJgs"},"%x":"ThisElement"},"8":""},"%x":"TextExpression","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"ArbitraryText"},"%ei":"bTJgh","custom_state":"custom.valoranterior_"},"%x":"SetCustomState","id":"bTJhD"},"3":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.valoranterior_"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTJhE"},"4":{"%x":"ResetInputs","id":"bTJhC"},"5":{"%p":{"custom_event":"bTJhH"},"%x":"TriggerCustomEvent","id":"bTJhG"}}},"bTIuq":{"%p":{"%en":"setar-preenchimento-completo","event_color":"orange"},"%x":"CustomEvent","id":"bTJhH","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"count"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"count"},"%x":"Message","%nm":"get_list_data"},"%p":{"%ei":"bTJgj"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.iscompleto__","custom_states_values":{"0":{"%v":true,"custom_state":"custom.isalterado__"}}},"%x":"SetCustomState","id":"bTJhF"}}},"bTJho":{"%p":{"%ei":"bTJhY","event_color":"green"},"%x":"ButtonClicked","id":"bTJhj","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTJhm"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isobrigatorio__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTJgl"},"%x":"GetElement","is_slidable":false},"arguments":{"0":{"param_id":"bTTSR","arg_value":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTJgl"},"%x":"GetElement","is_slidable":false}},"1":{"param_id":"bTTSS","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"last_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"custom.valoranterior_","is_slidable":false},"%p":{"%ei":"bTJgh"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}}},"custom_event":"bTTSM"},"%x":"TriggerCustomEvent","id":"bTTTZ"},"2":{"%p":{"%v":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJlV"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":"|","3":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"4":"|","5":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"6":"|","7":{"%x":"ElementParent"},"8":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ei":"bTJgh","custom_state":"custom.valoranterior_"},"%x":"SetCustomState","id":"bTJhr"},"3":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.valoranterior_"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTJht"},"4":{"%p":{"custom_event":"bTJhH"},"%x":"TriggerCustomEvent","id":"bTJhs"}}},"bTJiN":{"%p":{"%ei":"bTJiF","event_color":"green"},"%x":"ButtonClicked","id":"bTJiH","actions":{"0":{"%p":{"%v":{"%p":{"arbitrary_text":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJlV"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":"|","3":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"4":"|","5":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"6":"|","7":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%n":{"%n":{"%a":{"%x":"ElementParent"},"%n":{"%p":{"formatting_for_true":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%n":{"%n":{"%a":{"%x":"ElementParent"},"%n":{"%p":{"%c1":{"%e":{"0":{"%x":"InjectedValue"}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text"},"%x":"Message","%nm":"minus_element"},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":{"%n":{"%n":{"%n":{"%n":{"%n":{"%a":4,"%n":{"%n":{"%a":{"%x":"ElementParent"},"%n":{"%p":{"%c1":{"%e":{"0":{"%x":"InjectedValue"}},"%x":"TextExpression"},"delimiter":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"format_as_text"},"%x":"Message","%nm":"plus_element"},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"contains"},"%p":{"separator":{"%e":{"0":"&"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"1":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"8":""},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ei":"bTJgh","custom_state":"custom.valoranterior_"},"%x":"SetCustomState","id":"bTJlQ"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isobrigatorio__boolean","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTJgl"},"%x":"GetElement","is_slidable":false},"arguments":{"0":{"param_id":"bTTSR","arg_value":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTJgl"},"%x":"GetElement","is_slidable":false}},"1":{"param_id":"bTTSS","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"last_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"custom.valoranterior_","is_slidable":false},"%p":{"%ei":"bTJgh"},"%x":"GetElement","is_slidable":false}}},"custom_event":"bTTSM"},"%x":"TriggerCustomEvent","id":"bTTTO"},"2":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTJiM"},"3":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.valoranterior_"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTJiO"},"4":{"%p":{"custom_event":"bTJhH"},"%x":"TriggerCustomEvent","id":"bTJiP"}}},"bTTSA":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.idanterior_"},"%p":{"%ei":"bTJge"},"%x":"ThisElement","is_slidable":false},"%n":{"%a":{"%n":{"%n":{"%n":{"%a":1,"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"count","is_slidable":false},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTJgj"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTJge"},"%x":"ThisElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTTRz","actions":{"0":{"%p":{"custom_event":"bTTSE"},"%x":"TriggerCustomEvent","id":"bTTSL"}}},"bTTSF":{"%p":{"%en":"resetar-tudo","event_color":"orange"},"%x":"CustomEvent","id":"bTTSE","actions":{"0":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTJge"},"%x":"ThisElement","is_slidable":false},"%ei":"bTJge","custom_state":"custom.idanterior_"},"%x":"SetCustomState","id":"bTTSG"},"1":{"%p":{"%v":{"%n":{"%n":{"%p":{"%co":{"0":{"%k":"isobrigatorio__boolean","%v":true,"%c2":"equals"}}},"%x":"Message","%nm":"filtered","is_slidable":true},"%x":"Message","%nm":"get_list_data","is_slidable":false},"%p":{"%ei":"bTJgj"},"%x":"GetElement","is_slidable":false},"%ei":"bTJge","custom_state":"custom.inputsobrigatoriosfaltantes_","custom_states_values":{"0":{"%v":{"%x":"Empty"},"custom_state":"custom.valores_"}}},"%x":"SetCustomState","id":"bTTSK"}}},"bTTSQ":{"%p":{"%en":"verificar-input-dinamico","parameters":{"0":{"is_list":false,"btype_id":"custom.inputslaudo","optional":false,"param_id":"bTTSR","param_name":"input"},"1":{"is_list":false,"btype_id":"text","optional":false,"param_id":"bTTSS","param_name":"valor"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTTSM","actions":{"0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%p":{"btype_id":"text","event_id":"bTTSM","optional":false,"param_id":"bTTSS","param_name":"valor"},"%x":"CurrentWorkflowItem","is_slidable":false},"%v":{"%n":{"%n":{"%a":{"%p":{"btype_id":"custom.inputslaudo","event_id":"bTTSM","optional":false,"param_id":"bTTSR","param_name":"input"},"%x":"CurrentWorkflowItem","is_slidable":false},"%x":"Message","%nm":"minus_element","is_slidable":false},"%x":"Message","%nm":"custom.inputsobrigatoriosfaltantes_","is_slidable":false},"%p":{"%ei":"bTJge"},"%x":"GetElement","is_slidable":false},"%ei":"bTJge","custom_state":"custom.inputsobrigatoriosfaltantes_"},"%x":"SetCustomState","id":"bTTSW"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%p":{"btype_id":"text","event_id":"bTTSM","optional":false,"param_id":"bTTSS","param_name":"valor"},"%x":"CurrentWorkflowItem","is_slidable":false},"%v":{"%n":{"%n":{"%a":{"%p":{"btype_id":"custom.inputslaudo","event_id":"bTTSM","optional":false,"param_id":"bTTSR","param_name":"input"},"%x":"CurrentWorkflowItem","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"custom.inputsobrigatoriosfaltantes_","is_slidable":false},"%p":{"%ei":"bTJge"},"%x":"GetElement","is_slidable":false},"%ei":"bTJge","custom_state":"custom.inputsobrigatoriosfaltantes_"},"%x":"SetCustomState","id":"bTTSX"}}},"bTLvQ0":{"%p":{"%ei":"bTLuo0","event_color":"blue"},"%x":"InputChanged","id":"bTLvA0","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element"},"%p":{"%co":{"0":{"%k":"_advanced_search_constraint","%v":{"%n":{"%n":{"%a":2,"%n":{"%a":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"specific_item"},"%p":{"separator":{"%e":{"0":"|"},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by"},"%x":"InjectedValue"},"%c2":{"%x":"Empty"}}}},"%x":"Message","%nm":"filtered"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTLvF0"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isobrigatorio__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"arguments":{"0":{"param_id":"bTTSR","arg_value":{"%x":"ElementParent","is_slidable":false}},"1":{"param_id":"bTTSS","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTJgs"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTTSM"},"%x":"TriggerCustomEvent","id":"bTTSi"},"2":{"%p":{"%v":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%n":{"%p":{"formatting_for_true":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJlV"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":"|","3":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"4":"|","5":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"6":"|","7":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJgs"},"%x":"ThisElement"},"8":""},"%x":"TextExpression"},"formatting_for_false":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJlV"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"2":"|","3":{"%n":{"%n":{"%x":"Message","%nm":"idinput_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"4":"|","5":{"%n":{"%n":{"%x":"Message","%nm":"titulo_text"},"%x":"Message","%nm":"get_group_data"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"6":"|","7":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJgs"},"%x":"ThisElement"},"8":""},"%x":"TextExpression"}},"%x":"Message","%nm":"format_boolean"},"%x":"Message","%nm":"is_empty"},"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTJgk"},"%x":"ThisElement","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"}},"%x":"ArbitraryText"},"%ei":"bTJgh","custom_state":"custom.valoranterior_"},"%x":"SetCustomState","id":"bTLvG0"},"3":{"%p":{"%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.valoranterior_"},"%p":{"%ei":"bTJgh"},"%x":"GetElement"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.valores_"},"%p":{"%ei":"bTJge"},"%x":"GetElement"},"%ei":"bTJge","custom_state":"custom.valores_"},"%x":"SetCustomState","id":"bTLvK0"},"4":{"%x":"ResetInputs","id":"bTLvL0"},"5":{"%p":{"custom_event":"bTJhH"},"%x":"TriggerCustomEvent","id":"bTLvM0"}}}},"%p":{"%h":73,"%l":0,"%t":0,"%w":952,"%et":"Group","%gt":"text","%bas":"none","order":2,"fit_height":true,"min_width_px":0,"default_width":952,"min_height_px":28,"element_version":4,"horiz_alignment":"flex-start","container_layout":"relative","responsive_version":1},"%x":"CustomDefinition","id":"bTJge","%nm":"RG - Responder Inputs - Form","custom_states":{"valores_":{"%d":"valores","%v":"list.text","make_static":true},"idanterior_":{"%d":"idAnterior","%v":"text","make_static":true},"isalterado__":{"%d":"isAlterado?","%v":"boolean","make_static":true},"iscompleto__":{"%d":"isCompleto?","%v":"boolean","make_static":true},"inputsobrigatoriosfaltantes_":{"%d":"inputsObrigatoriosFaltantes","%v":"list.custom.inputslaudo","make_static":true}}},"bTQrT":{"%p":{"%h":0,"%w":0,"%z":37,"%br":5,"%et":"Group","%gt":"custom.solicitacaolaudo","%bas":"bgcolor","%bgc":"var(--color_text_default)","order":13,"use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"padding_top":6,"min_width_px":0,"padding_left":8,"default_width":130.188,"min_height_px":0,"padding_right":8,"padding_bottom":6,"element_version":4,"horiz_alignment":"flex-end","container_layout":"row","responsive_version":1},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"observacao_custom_observacao","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%x":"ThisElement","is_slidable":false},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"CustomDefinition","id":"bTQrS","%el":{"bTQrZ":{"%p":{"%h":80,"%l":-16,"%t":-16,"%w":80,"%z":36,"%9i":"note_alt","%ic":"var(--color_primary_contrast_default)","order":1,"fit_height":false,"single_width":true,"min_width_css":"18px","single_height":true,"min_height_css":"18px","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"observacao_custom_observacao","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%ic":"rgba(255,255,255,1)"},"%x":"State"}},"%x":"materialicons-Materialicon","id":"bTQrU","%cp":"bTQrS","%dn":"MaterialIcon A"},"bTQrf":{"%p":{"%3":{"%e":{"0":"Observação"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":-16,"%t":-16,"%w":22,"%z":3,"%fc":"var(--color_primary_contrast_default)","%fs":16,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"observacao_custom_observacao","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%fc":"rgba(255,255,255,1)"},"%x":"State"}},"%x":"Text","id":"bTQra","%cp":"bTQrS","%dn":"Text A"},"bTQsc":{"%p":{"%h":280,"%l":0,"%t":0,"%w":280,"%z":4,"%bh":0,"%br":16,"%bs":"outset","%bv":0,"%ds":{"%n":{"%x":"Message","%nm":"observacao_custom_observacao","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%gt":"custom.observacao","%bgc":"rgba(255,255,255,0.8)","%bsb":44,"%bsp":-13,"order":3,"reference":"bTQrU","unique_id":{"%e":{"0":"blurGroup24"},"%x":"TextExpression"},"fit_height":true,"offset_top":-340,"offset_left":-400,"single_width":true,"min_width_css":"385px","single_height":false,"min_height_css":"345px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"GroupFocus","id":"bTQrg","%cp":"bTQrS","%dn":"GroupFocus A","%el":{"bTPqJ":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":2,"%gt":"custom.solicitacaolaudo","%bas":"none","order":1,"row_gap":8,"use_gap":true,"fit_height":true,"padding_top":14,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"50px","padding_bottom":14,"horiz_alignment":"flex-start","container_layout":"column","border_color_bottom":"var(--color_text_default)","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTQrl","%cp":"bTPpw","%dn":"Group A","%el":{"bTPrK":{"%p":{"%h":0,"%l":108.28125,"%t":36,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.solicitacaolaudo","order":1,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTQrx","%dn":"Group A","%el":{"bTPrL":{"%p":{"%3":{"%e":{"0":"Observação"},"%x":"TextExpression"},"%h":16,"%l":-267,"%t":0,"%w":107,"%z":3,"%fc":"var(--color_surface_default)","order":1,"fit_width":true,"fit_height":true,"margin_left":24,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTQry","%dn":"Text B","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"bTPrM":{"%p":{"%h":24,"%l":-267,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTQsC","%dn":"Image A","%nm":"Btn - Fechar"}},"%s1":"Group_default_group_"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"bTPqy":{"%p":{"%h":0,"%l":0,"%t":50,"%w":0,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.observacao","order":3,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTQsD","%dn":"Group A","%el":{"bTPrS":{"%p":{"%h":280,"%l":-80,"%t":-80,"%w":280,"%z":2,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.observacao","order":1,"fit_height":false,"single_width":false,"single_height":false,"horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column"},"%x":"Group","id":"bTQsE","%dn":"Group A","%el":{"bTQsi":{"%p":{"%h":100,"%l":-226,"%t":-100,"%w":226,"%z":3,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"texto_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%fc":"var(--color_surface_default)","%ps":{"%e":{"0":"Escreva aqui..."},"%x":"TextExpression"},"%bas":"bgcolor","%bgc":"rgba(0,0,0,0.01)","order":1,"fit_height":false,"padding_top":16,"padding_left":16,"single_width":false,"min_width_css":"226px","padding_right":16,"single_height":false,"min_height_css":"100%","padding_bottom":16,"horiz_alignment":"flex-start"},"%x":"MultiLineInput","id":"bTQsg","%dn":"MultilineInput A","%s1":"MultiLineInput_standard_multiline_input_"}},"%nm":"Group - Container Lista de Médico","%s1":"Group_default_group_"},"bTPsG":{"%p":{"%h":48,"%l":0,"%t":0,"%w":280,"%z":10,"%bc":"rgba(123, 97, 255, 1)","%br":8,"%bw":2,"%iv":true,"%bgc":"var(--color_primary_default)","%bos":"none","order":2,"use_gap":true,"fit_width":false,"column_gap":24,"fit_height":true,"margin_top":24,"margin_left":24,"margin_right":24,"padding_left":31,"single_width":false,"margin_bottom":24,"min_width_css":"135px","padding_right":31,"single_height":false,"min_height_css":"35px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","collapse_animation":true,"collapse_when_hidden":true,"container_horiz_alignment":"center"},"%x":"Group","id":"bTQsV","%cp":"bTPqt","%dn":"Group A","%el":{"cmPxS":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":3,"order":1,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":true,"single_width":false,"max_width_css":"280px","min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"center"},"%x":"Group","id":"bTQsW","%dn":"Group A","%el":{"cmNUS1":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":2,"src":{"%e":{"0":"//6ca3c31cd443b8133af7226009438b05.cdn.bubble.io/f1694630440049x510945097263989060/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":2,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","horiz_alignment":"flex-start","aspect_ratio_width":1,"aspect_ratio_height":1,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":false},"%x":"State"}},"%x":"Image","id":"bTQsa","%dn":"Image A"},"cmNUV1":{"%p":{"%3":{"%e":{"0":"Salvar"},"%x":"TextExpression"},"%h":4,"%l":0,"%t":0,"%w":9,"%z":3,"order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"9px","single_height":false,"min_height_css":"4px","vert_alignment":"center","horiz_alignment":"flex-start"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"bloqueioatual_custom_bloqueiosclinica"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%3":{"%e":{"0":"Nova empresa [fa]lock[/fa]"},"%x":"TextExpression"}},"%x":"State"}},"%x":"Text","id":"bTQsb","%dn":"Text B","%s1":"Text_inter___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Selecionar","order":4}},"%nm":"Group - Conteúdo","%s1":"Group_default_group_"}},"%s1":"GroupFocus_standard_group_focus_","custom_states":{"medicoselecionado_":{"%d":"medicoSelecionado","%v":"user","make_static":true}}}},"%nm":"Btn - Obersvação Solicitação","%wf":{"bTQso":{"%p":{"%ei":"bTQsV","event_color":"green"},"%x":"ButtonClicked","id":"bTQsm","actions":{"0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%i2":{"0":{"%k":"referenciaid_text","%v":{"%e":{"0":"","1":{"%n":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTQrS"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"texto_text","%v":{"%e":{"0":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQsg"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"2":{"%k":"idobservacao_text","%v":{"%e":{"0":"OBS","1":{"%p":{"length":17,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tt":"custom.observacao"},"%x":"NewThing","id":"bTQss"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%cs":{"0":{"%k":"texto_text","%v":{"%e":{"0":"","1":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTQsg"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}}},"%tc":{"%x":"ElementParent","is_slidable":false}},"%x":"ChangeThing","id":"bTQst"},"2":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%cs":{"0":{"%k":"observacao_custom_observacao","%v":{"%p":{"%ai":"bTQss"},"%x":"PreviousStep","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTQrS"},"%x":"GetElement","is_slidable":false}},"%x":"ChangeThing","id":"bTQtR"},"3":{"%p":{"AAF":{"%e":{"0":"Salvo"},"%x":"TextExpression"},"AAJ":"rgba(0,189,6,1)","AAg":"Success"},"%x":"1658328157117x953686184769617900-AAT","id":"bTQsu"},"4":{"%p":{"%ei":"bTQrg"},"%x":"HideElement","id":"bTQsz"},"5":{"%x":"ResetInputs","id":"bTQum"}}},"bTQtF":{"%p":{"%ei":"bTQsC","event_color":"green"},"%x":"ButtonClicked","id":"bTQtA","actions":{"0":{"%p":{"%ei":"bTQrg"},"%x":"HideElement","id":"bTQtG"}}},"bTQtM":{"%p":{"%ei":"bTQrS","event_color":"green"},"%x":"ButtonClicked","id":"bTQtL","actions":{"0":{"%p":{"%ei":"bTQrg"},"%x":"ShowElement","id":"bTQtQ"}}},"bTQuS":{"%p":{"%ei":"bTQra"},"%x":"ButtonClicked","id":"bTQuN","actions":{"0":{"%p":{"%ei":"bTQrg"},"%x":"ShowElement","id":"bTQuT"}}},"bTQua":{"%p":{"%ei":"bTQrU"},"%x":"ButtonClicked","id":"bTQuY","actions":{"0":{"%p":{"%ei":"bTQrg"},"%x":"ShowElement","id":"bTQue"}}}}},"bTWFy":{"%p":{"%h":200,"%w":200,"%et":"Group","%bas":"none","parameters":{"0":{"is_list":false,"btype_id":"custom.solicitacaolaudo","optional":true,"param_id":"bTWGo","param_name":"solicitacao","editor_type":"DynamicValue"}},"min_width_px":0,"default_width":200,"min_height_px":200,"element_version":5,"container_layout":"relative"},"%x":"CustomDefinition","id":"bTWFu","%el":{"bTWGR":{"%p":{"%h":100,"%l":0,"%t":100,"%w":100,"%z":2,"AAU":{"%e":{"0":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"GetElement","is_slidable":false,"moved_to_top":true}},"%x":"TextExpression"},"fit_height":true,"single_width":false,"single_height":false,"horiz_alignment":"flex-start","nonant_alignment":"ab"},"%x":"1646792042182x802794335995166700-AAC","id":"bTWGM","%dn":"PDF_converter A","%nm":"PDF_converter - Conversor"},"bTWHe":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"%z":32,"order":1},"%x":"1618892957212x885363265747026000-AAC","id":"bTWHT","%cp":"bTWFu","%dn":"Simplelooper B","%nm":"Simplelooper - Imagens do pdf","custom_states":{"total_":{"%d":"total","%v":"number","make_static":true},"imagens_":{"%d":"imagens","%v":"list.image","make_static":true},"filename_":{"%d":"FileName","%v":"text","make_static":true}}}},"%nm":"G - Convert. - Exame x Pdf","%wf":{"bTWGA":{"%p":{"%en":"iniciar-processo-conversao","event_color":"orange"},"%x":"CustomEvent","id":"bTWFz","actions":{"0":{"%p":{"custom_event":"bTWJF"},"%x":"TriggerCustomEvent","id":"bTWJd"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"bTWJK","is_slidable":false},"%p":{"%ai":"bTWJd"},"%x":"PreviousStep","is_slidable":false}},"%x":"TerminateWorkflow","id":"bTWJj"},"2":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":true,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTWHy"},"3":{"%p":{"arguments":{"0":{"param_id":"bTIgc","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"ThisElement","is_slidable":false}}},"custom_event":"bTWGS"},"%x":"TriggerCustomEvent","id":"bTWID"}}},"bTWGY":{"%p":{"%en":"converter-pdf","breakpoint":true,"parameters":{"0":{"is_list":false,"btype_id":"file","optional":false,"param_id":"bTIgc","param_name":"arquivo"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTWGS","actions":{"0":{"%p":{"%ei":"bTWGM","AAW":{"%e":{"0":"","1":{"%p":{"btype_id":"file","event_id":"bTWGS","optional":false,"param_id":"bTIgc","param_name":"arquivo"},"%x":"CurrentWorkflowItem","is_slidable":false},"2":""},"%x":"TextExpression"},"AAZ":1},"%x":"1646792042182x802794335995166700-AAV","id":"bTWGX"}}},"bTWHB":{"%p":{"%en":"salvar-arquivo","event_color":"orange"},"%x":"CustomEvent","id":"bTWGv","actions":{"0":{"%p":{"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%e":{"0":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAG","is_slidable":false},"%p":{"%ei":"bTWHT"},"%x":"GetElement","is_slidable":false},"%n":{"%p":{"file_name_override":{"%e":{"0":"testesss","1":{"%n":{"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTWHT"},"%x":"GetElement","is_slidable":false},"2":""},"%x":"TextExpression"}},"%x":"Message","%nm":"saved_s3"},"%x":"Message","%nm":"specific_item"},"%x":"Message","%nm":"get_AAP"},"%p":{"%ei":"bTWGM"},"%x":"GetElement","is_slidable":false}},"%x":"TextExpression"},"%ak":"add"}},"%tc":{"%n":{"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"GetElement","is_slidable":false}},"%x":"ChangeThing","id":"bTWHA"}}},"bTWHf":{"%p":{"%ei":"bTWHT","breakpoint":true,"event_color":"blue"},"%x":"1618892957212x885363265747026000-AAD","id":"bTWHH","actions":{"0":{"%p":{"custom_event":"bTWGv"},"%x":"TriggerCustomEvent","id":"bTWHM"},"1":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.total_"},"%p":{"%ei":"bTIhj"},"%x":"ThisElement"},"%x":"Message","%nm":"less_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTIhj"},"%x":"ThisElement"},"%ei":"bTWHT"},"%x":"1618892957212x885363265747026000-AAI","id":"bTWIm"},"2":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.total_"},"%p":{"%ei":"bTNWC"},"%x":"ThisElement"},"%x":"Message","%nm":"greater_or_equal_than"},"%x":"Message","%nm":"get_AAG"},"%p":{"%ei":"bTNWC"},"%x":"ThisElement"},"%ei":"bTWHT"},"%x":"1618892957212x885363265747026000-AAJ","id":"bTWHO"}}},"bTWHq":{"%p":{"%ei":"bTWHT","breakpoint":true,"event_color":"red"},"%x":"1618892957212x885363265747026000-AAF","id":"bTWHk","actions":{"0":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"GetElement","is_slidable":false}},"%x":"ChangeThing","id":"bTWHm"}}},"bTWJE":{"%p":{"%ei":"bTWGM","breakpoint":true,"event_color":"blue"},"%x":"1646792042182x802794335995166700-AAY","id":"bTWIo","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"body_params_Filename":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"GetElement","is_slidable":false},"1":".","2":{"%n":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"last_element","is_slidable":false},"%p":{"separator":{"%e":{"0":"."},"%x":"TextExpression"}},"%x":"Message","%nm":"split_by","is_slidable":true},"%x":"Message","%nm":"file_name","is_slidable":false},"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTIga"},"%x":"ThisElement","is_slidable":false},"3":""},"%x":"TextExpression"},"body_params_Bucket_Name":{"%e":{"0":{"%n":{"%x":"Message","%nm":"bucketname","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"body_params_Bucket_Region":{"%e":{"0":{"%n":{"%x":"Message","%nm":"region","is_slidable":false},"%p":{"option_set":"option.wasabi___buckets","option_value":"laudos"},"%x":"OptionValue","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"TextExpression"},"body_params_Filename_Prefix":{"%e":{"0":""},"%x":"TextExpression"},"body_params_Folder_Structure":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"wasabiexamesfolder_text","is_slidable":false},"%x":"Message","%nm":"clinicaatual_custom_clinica","is_slidable":false},"%x":"CurrentUser","is_slidable":false}},"%x":"TextExpression"},"body_params_URL_From_Another_Cloud":{"%e":{"0":"https:","1":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTIga"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"}},"%x":"1602732136092x484352338159730700-AIj","id":"bTWIt"},"1":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"_p_S3 URL","is_slidable":false},"%p":{"%ai":"bTWIt"},"%x":"PreviousStep","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"minus_list","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%ak":"set_list"}},"%tc":{"%n":{"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"GetElement","is_slidable":false}},"%x":"ChangeThing","id":"bTWIu"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"url_to_delete":{"%n":{"%n":{"%x":"Message","%nm":"url","is_slidable":false},"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTIga"},"%x":"ThisElement","is_slidable":false}},"%x":"DeleteUploadedFile","id":"bTWIy"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isutilizarwasabi_","is_slidable":false},"%p":{"option_set":"option.config","option_value":"sistema"},"%x":"OptionValue"},"%cs":{"0":{"%k":"arquivos_list_file","%v":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"get_AAX","is_slidable":false},"%p":{"%ei":"bTIga"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"minus_list","is_slidable":false},"%x":"Message","%nm":"arquivos_list_file","is_slidable":false},"%x":"InjectedValue","is_slidable":false},"%ak":"set_list"}},"%tc":{"%n":{"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"GetElement","is_slidable":false}},"%x":"ChangeThing","id":"bTWIz"},"4":{"%p":{"%cs":{"0":{"%k":"isconvertendopdf__boolean","%v":false,"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"GetElement","is_slidable":false}},"%x":"ChangeThing","id":"bTWJA"}}},"bTWJG":{"%p":{"%en":"verifica-se-conversao-bloqueada","event_color":"orange","return_types":{"0":{"%d":"isProibidoConverter?","is_list":false,"btype_id":"boolean","optional":false,"return_id":"bTWJK"}}},"%x":"CustomEvent","id":"bTWJF","actions":{"0":{"%p":{"custom_event":"bTWJL"},"%x":"TriggerCustomEvent","id":"bTWJX"},"1":{"%p":{"return_values":{"0":{"return_id":"bTWJK","return_value":{"%n":{"%x":"Message","%nm":"bTWJK","is_slidable":false},"%p":{"%ai":"bTWJX"},"%x":"PreviousStep","is_slidable":false}}}},"%x":"TerminateWorkflow","id":"bTWJS"}}},"bTWJQ":{"%p":{"%en":"valida-definicao-nao-converter-no-obj-exame","event_color":"orange","return_types":{"0":{"%d":"isBloqueio?","is_list":false,"btype_id":"boolean","optional":false,"return_id":"bTWJK"}}},"%x":"CustomEvent","id":"bTWJL","actions":{"0":{"%p":{"return_values":{"0":{"return_id":"bTWJK","return_value":{"%n":{"%n":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.defini__es___obj_exame","option_value":"n_o_converter_exame_em_pdf"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"contains","is_slidable":false},"%x":"Message","%nm":"definicoes_list_option_defini__es___obj_exame","is_slidable":false},"%x":"Message","%nm":"objexame_custom_objexameclinica","is_slidable":false},"%x":"Message","%nm":"param_bTWGo","is_slidable":false},"%p":{"%ei":"bTWFu"},"%x":"ThisElement","is_slidable":false}}}},"%x":"TerminateWorkflow","id":"bTWJR"}}}}},"bTShJ0":{"%p":{"%h":28,"%w":129,"%z":3,"%et":"Group","%gt":"custom.solicitacaolaudo","order":10,"fit_height":true,"min_width_px":0,"default_width":368,"min_height_px":28,"element_version":4,"horiz_alignment":"flex-start","container_layout":"relative","responsive_version":1,"collapse_when_hidden":false},"%x":"CustomDefinition","id":"bTShI0","%el":{"bTShQ0":{"%p":{"%h":14,"%l":0,"%t":0,"%w":74,"%z":3,"%bas":"bgcolor","fit_width":true,"fit_height":true,"margin_left":16,"padding_left":4,"single_width":false,"min_width_css":"0px","padding_right":4,"single_height":false,"min_height_css":"14px","horiz_alignment":"flex-start","container_layout":"relative","nonant_alignment":"aa"},"%x":"Group","id":"bTShK0","%cp":"bTShI0","%dn":"Group A","%el":{"cmMkk":{"%p":{"%3":{"%e":{"0":"Dados do raio-x OIT"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"bc"},"%x":"Text","id":"bTShP0","%dn":"Text A","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_"}},"%nm":"Group - TÃtulo de input"},"bTSiA0":{"%p":{"%h":56,"%l":0,"%t":0,"%w":14,"%z":2,"%bw":2,"%ds":{"%n":{"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","%bos":"dashed","row_gap":24,"use_gap":true,"fit_height":true,"margin_top":7,"padding_top":18,"padding_left":18,"single_width":false,"min_width_css":"14px","padding_right":18,"single_height":false,"min_height_css":"56px","padding_bottom":18,"horiz_alignment":"flex-start","container_layout":"column","nonant_alignment":"ba"},"%x":"Group","id":"bTShU0","%cp":"bTShI0","%dn":"Group B","%el":{"bTUMl":{"%p":{"%h":40,"%l":10,"%t":10,"%w":328,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"328px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTUMe","%cp":"bTShU0","%dn":"Group G","%el":{"bTSgB0":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":-18,"%t":-18,"%w":14,"%z":3,"%bc":"rgba(171, 171, 171, 0.41)","%br":0,"%c1":{"%n":{"%x":"Message","%nm":"dataraiox_date"},"%x":"ElementParent","is_slidable":false},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":2,"fit_height":false,"date_format":"number1","font_family":"DM Sans","font_weight":"500","padding_top":7,"padding_left":0,"single_width":false,"min_width_css":"14px","padding_right":0,"single_height":false,"min_height_css":"40px","vert_alignment":"center","horiz_alignment":"flex-start","border_style_top":"none","nonant_alignment":"bb","border_style_left":"none","four_border_style":true,"border_style_right":"none","border_color_bottom":"rgba(237, 239, 241, 1)","border_roundness_top":0,"border_roundness_left":0,"overwrite_placeholder":true,"border_roundness_right":0,"border_roundness_bottom":0},"%x":"DateInput","id":"bTUMg","%dn":"Date/TimePicker A","%nm":"Input - Data Raio X"},"bTSgI0":{"%p":{"%3":{"%e":{"0":"Data do exame"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fc":"rgba(150,151,153,1)","order":2,"fit_width":true,"fit_height":true,"padding_top":14,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_focused","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","is_slidable":false},"%p":{"%3":{"%e":{"0":"Data do exame [color=#008000][fa]check-circle[/fa][/color]"},"%x":"TextExpression"},"%fc":"var(--color_background_default)","%fs":10,"padding_top":0,"nonant_alignment":"aa"},"%x":"State"}},"%x":"Text","id":"bTUMk","%cp":"bTSfp0","%dn":"Text E","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_","transitions":{"%fs":{"fn":"ease","duration":200},"%pv":{"fn":"ease","duration":200}}}},"%nm":"Group - Data do Exame","%s1":"Group_default_group_"},"bTSgA0":{"%p":{"%h":40,"%l":18,"%t":4,"%w":328,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"328px","single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"relative"},"%x":"Group","id":"bTShW0","%dn":"Group B","%el":{"bTSgB0":{"%p":{"%h":80,"%l":-18,"%t":-18,"%w":14,"%z":3,"%br":0,"%c1":{"%e":{"0":{"%n":{"%x":"Message","%nm":"numeroraiox_text","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TextExpression"},"%ps":{"%e":{"0":""},"%x":"TextExpression"},"order":2,"fit_height":false,"padding_top":7,"single_width":false,"min_width_css":"14px","single_height":false,"min_height_css":"40px","vert_alignment":"center","horiz_alignment":"flex-start","border_style_top":"none","nonant_alignment":"bb","border_style_left":"none","four_border_style":true,"border_style_right":"none","border_color_bottom":"rgba(237, 239, 241, 1)","border_roundness_top":0,"border_roundness_left":0,"border_roundness_right":0,"border_roundness_bottom":0},"%x":"Input","id":"bTSha0","%dn":"Input A","%nm":"Input - Numero Raio X","%s1":"Input_input___sem_bordas___0_padding_"},"bTSgI0":{"%p":{"%3":{"%e":{"0":"Nº do Raio X"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":2,"%fc":"rgba(150,151,153,1)","order":2,"fit_width":true,"fit_height":true,"padding_top":14,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_focused","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"or_","is_slidable":false},"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"GetElement","is_slidable":false},"%p":{"%3":{"%e":{"0":"Nº do Raio X [color=#008000][fa]check-circle[/fa][/color]"},"%x":"TextExpression"},"%fc":"var(--color_background_default)","%fs":10,"padding_top":0,"nonant_alignment":"aa"},"%x":"State"}},"%x":"Text","id":"bTShb0","%cp":"bTSfp0","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_","transitions":{"%fs":{"fn":"ease","duration":200},"%pv":{"fn":"ease","duration":200}}}},"%nm":"Group - Numero do Exame","%s1":"Group_default_group_"},"bTSgT0":{"%p":{"%h":40,"%l":10,"%t":10,"%w":328,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":3,"row_gap":9,"use_gap":true,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTShc0","%cp":"bTSfp0","%dn":"Group B","%el":{"bTSgI0":{"%p":{"%3":{"%e":{"0":"Raio X digital?"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":0,"%fc":"var(--color_surface_default)","order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"Text","id":"bTShg0","%cp":"bTSfp0","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_","transitions":{"%fs":{"fn":"ease","duration":200},"%pv":{"fn":"ease","duration":200}}},"bTSii0":{"%p":{"%h":0,"%l":0,"%t":23,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":3,"use_gap":true,"column_gap":20,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTSid0","%dn":"Group C","%el":{"bTSij0":{"%p":{"%h":90,"%l":0,"%t":-23,"%w":46,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":1,"use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"single_width":false,"min_width_css":"46px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTShh0","%cp":"bTSgM0","%dn":"Group B","%el":{"bTIhA":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":2,"%br":4,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.dadosraioxoit","%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"18px","single_height":false,"min_height_css":"18px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"},"1":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTShi0","%dn":"Group B","%el":{"bTIhE":{"%p":{"%h":4,"%l":12,"%t":7,"%w":4,"%z":2,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1666969661901x336697370389964300/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"12px","single_height":true,"min_height_css":"12px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTShm0","%dn":"Image A"}},"%nm":"Btn - Yes - Digital"},"bTIhB":{"%p":{"%3":{"%e":{"0":"Sim"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":0,"%t":0,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":16,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTShn0","%dn":"Text B"}},"%nm":"Btn - Sim","%s1":"Group_default_group_"},"bTSiv0":{"%p":{"%h":90,"%l":10,"%t":-13,"%w":46,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":2,"use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"single_width":false,"min_width_css":"46px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTSik0","%cp":"bTSid0","%dn":"Group D","%el":{"bTIhA":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":2,"%br":4,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.dadosraioxoit","%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"18px","single_height":false,"min_height_css":"18px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTSip0","%dn":"Group D","%el":{"bTIhE":{"%p":{"%h":4,"%l":12,"%t":7,"%w":4,"%z":2,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1666969661901x336697370389964300/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"12px","single_height":true,"min_height_css":"12px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"is_not_empty","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTSiq0","%dn":"Image B"}},"%nm":"Btn - No - Digital"},"bTIhB":{"%p":{"%3":{"%e":{"0":"Não"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":0,"%t":0,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":16,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTSiu0","%dn":"Text C"}},"%nm":"Btn - Sim copy","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"}},"%nm":"Group - Numero do Exame copy","%s1":"Group_default_group_"},"bTSgw0":{"%p":{"%h":40,"%l":20,"%t":20,"%w":328,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":4,"row_gap":9,"use_gap":true,"fit_width":false,"fit_height":true,"single_width":false,"single_height":false,"horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTSho0","%cp":"bTSfp0","%dn":"Group B","%el":{"bTSgI0":{"%p":{"%3":{"%e":{"0":"Leitura em Negatoscópio?"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":12,"%z":0,"%fc":"var(--color_surface_default)","order":1,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"12px","single_height":false,"min_height_css":"7px","horiz_alignment":"flex-start","nonant_alignment":"aa"},"%x":"Text","id":"bTShs0","%cp":"bTSfp0","%dn":"Text B","%s1":"Text_dm_sans___500___14___cinza_escuro___1_line_spacing_","transitions":{"%fs":{"fn":"ease","duration":200},"%pv":{"fn":"ease","duration":200}}},"bTSjY0":{"%p":{"%h":0,"%l":0,"%t":23,"%w":0,"%z":5,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":3,"use_gap":true,"column_gap":20,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTSjT0","%dn":"Group E","%el":{"bTSjZ0":{"%p":{"%h":90,"%l":0,"%t":-23,"%w":46,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":1,"use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"single_width":false,"min_width_css":"46px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTSht0","%cp":"bTSgM0","%dn":"Group B","%el":{"bTIhA":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":2,"%br":4,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.dadosraioxoit","%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"18px","single_height":false,"min_height_css":"18px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isnegatoscopio__boolean","is_slidable":false},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTShu0","%dn":"Group B","%el":{"bTIhE":{"%p":{"%h":4,"%l":12,"%t":7,"%w":4,"%z":2,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1666969661901x336697370389964300/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"12px","single_height":true,"min_height_css":"12px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"isnegatoscopio__boolean","is_slidable":false},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTShy0","%dn":"Image A"}},"%nm":"Btn - Yes - Negatoscopio"},"bTIhB":{"%p":{"%3":{"%e":{"0":"Sim"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":0,"%t":0,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":16,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTShz0","%dn":"Text B"}},"%nm":"Btn - Sim","%s1":"Group_default_group_"},"bTSjl0":{"%p":{"%h":90,"%l":10,"%t":-13,"%w":46,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.dadosraioxoit","order":2,"use_gap":true,"fit_width":true,"column_gap":5,"fit_height":true,"single_width":false,"min_width_css":"46px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","button_disabled":false,"horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTSja0","%cp":"bTSjT0","%dn":"Group F","%el":{"bTIhA":{"%p":{"%h":20,"%l":0,"%t":0,"%w":20,"%z":2,"%br":4,"%ds":{"%x":"ElementParent","is_slidable":false},"%gt":"custom.dadosraioxoit","%bas":"bgcolor","%bgc":"var(--color_text_default)","order":1,"fit_height":true,"single_width":true,"min_width_css":"18px","single_height":false,"min_height_css":"18px","horiz_alignment":"flex-start","container_layout":"relative"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isnegatoscopio__boolean","is_slidable":false},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%bgc":"var(--color_primary_default)"},"%x":"State"}},"%x":"Group","id":"bTSjf0","%dn":"Group F","%el":{"bTIhE":{"%p":{"%h":4,"%l":12,"%t":7,"%w":4,"%z":2,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1666969661901x336697370389964300/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"fit_height":true,"single_width":true,"min_width_css":"12px","single_height":true,"min_height_css":"12px","horiz_alignment":"flex-start","nonant_alignment":"bb"},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"isnegatoscopio__boolean","is_slidable":false},"%x":"ElementParent","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTSjg0","%dn":"Image C"}},"%nm":"Btn - No - Negatoscopio"},"bTIhB":{"%p":{"%3":{"%e":{"0":"Não"},"%x":"TextExpression"},"%b":false,"%f":"Inter:::400","%h":19,"%l":0,"%t":0,"%w":22,"%z":3,"%fc":"rgba(59, 59, 59, 1)","%fs":16,"%lh":1,"order":2,"fit_width":true,"fit_height":true,"font_family":"Inter","font_weight":"400","padding_top":0,"padding_left":0,"single_width":false,"min_width_css":"0px","padding_right":0,"single_height":false,"min_height_css":"0px","padding_bottom":0,"vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTSjk0","%dn":"Text D"}},"%nm":"Btn - Sim copy 2","%s1":"Group_default_group_"}},"%s1":"Group_default_group_"}},"%nm":"Group - Numero do Exame copy 2","%s1":"Group_default_group_"}},"%nm":"Group - Borda do Input","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"G - Form OIT","%s1":"Group_default_group_","%wf":{"bTUMs":{"%p":{"%ei":"bTUMg","event_color":"blue"},"%x":"InputChanged","id":"bTUMm","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTSiM0","arg_value":{"%n":{"%n":{"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","is_slidable":false}},"1":{"param_id":"bTSiQ0","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"GetElement","is_slidable":false}},"2":{"param_id":"bTSiR0","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"3":{"param_id":"bTSiS0","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"isnegatoscopio__boolean","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"4":{"param_id":"bTUMw","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}}},"custom_event":"bTSiG0"},"%x":"TriggerCustomEvent","id":"bTUMr"}}},"bTUMy":{"%p":{"%c":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"custom.solicitacaoanterior_"},"%p":{"%ei":"bTShI0"},"%x":"ThisElement","is_slidable":false},"%x":"Message","%nm":"not_equals","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"ThisElement","is_slidable":false},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTUMx","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"ThisElement","is_slidable":false},"arguments":{"0":{"param_id":"bTSiM0","arg_value":{"%n":{"%n":{"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"ThisElement","is_slidable":false}},"1":{"param_id":"bTSiQ0","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"GetElement","is_slidable":false}},"2":{"param_id":"bTSiR0","arg_value":true},"3":{"param_id":"bTSiS0","arg_value":false},"4":{"param_id":"bTUMw","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","is_slidable":false}}},"custom_event":"bTSiG0"},"%x":"TriggerCustomEvent","id":"bTUNC"},"1":{"%p":{"%v":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"ThisElement","is_slidable":false},"%ei":"bTShI0","custom_state":"custom.solicitacaoanterior_"},"%x":"SetCustomState","id":"bTUND"}}},"bTSiF0":{"%p":{"%ei":"bTSha0","event_color":"blue"},"%x":"InputChanged","id":"bTSiE0","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTSiM0","arg_value":{"%n":{"%n":{"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","is_slidable":false}},"1":{"param_id":"bTSiQ0","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"ThisElement","is_slidable":false}},"2":{"param_id":"bTSiR0","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"3":{"param_id":"bTSiS0","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"isnegatoscopio__boolean","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"4":{"param_id":"bTUMw","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","is_slidable":false}}},"custom_event":"bTSiG0"},"%x":"TriggerCustomEvent","id":"bTSic0"}}},"bTSiK0":{"%p":{"%en":"salvar-valores","parameters":{"0":{"is_list":false,"btype_id":"custom.dadosraioxoit","optional":false,"param_id":"bTSiM0","param_name":"OIT"},"1":{"is_list":false,"btype_id":"text","optional":false,"param_id":"bTSiQ0","param_name":"numRaiox"},"2":{"is_list":false,"btype_id":"boolean","optional":true,"param_id":"bTSiR0","param_name":"isDigital?"},"3":{"is_list":false,"btype_id":"boolean","optional":true,"param_id":"bTSiS0","param_name":"isNegatoscopio?"},"4":{"is_list":false,"btype_id":"date","optional":false,"param_id":"bTUMw","param_name":"data"}},"event_color":"orange"},"%x":"CustomEvent","id":"bTSiG0","actions":{"0":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%p":{"btype_id":"custom.dadosraioxoit","event_id":"bTSiG0","optional":false,"param_id":"bTSiM0","param_name":"OIT"},"%x":"CurrentWorkflowItem","is_slidable":false},"%i2":{"0":{"%k":"idoit_text","%v":{"%e":{"0":"OIT","1":{"%p":{"length":17,"letters":true,"numbers":true,"formula_type":"RandomString"},"%x":"Formulas"},"2":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"1":{"%k":"isdigital__boolean","%v":{"%p":{"btype_id":"boolean","event_id":"bTSiG0","optional":true,"param_id":"bTSiR0","param_name":"isDigital?"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}},"2":{"%k":"isnegatoscopio__boolean","%v":{"%p":{"btype_id":"boolean","event_id":"bTSiG0","optional":true,"param_id":"bTSiS0","param_name":"isNegatoscopio?"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}},"3":{"%k":"numeroraiox_text","%v":{"%e":{"0":{"%p":{"btype_id":"text","event_id":"bTSiG0","optional":false,"param_id":"bTSiQ0","param_name":"numRaiox"},"%x":"CurrentWorkflowItem","is_slidable":false},"1":""},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"4":{"%k":"solicitacaoid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idsolicitacao_text","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"ThisElement","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"5":{"%k":"dataraiox_date","%v":{"%p":{"btype_id":"date","event_id":"bTSiG0","optional":false,"param_id":"bTUMw","param_name":"data"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tt":"custom.dadosraioxoit"},"%x":"NewThing","id":"bTSiW0"},"1":{"%p":{"%c":{"%n":{"%x":"Message","%nm":"is_empty","is_slidable":false},"%p":{"btype_id":"custom.dadosraioxoit","event_id":"bTSiG0","optional":false,"param_id":"bTSiM0","param_name":"OIT"},"%x":"CurrentWorkflowItem","is_slidable":false},"%cs":{"0":{"%k":"dadosraioxoit_custom_dadosraioxoit","%v":{"%p":{"%ai":"bTSiW0"},"%x":"PreviousStep","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"ThisElement","is_slidable":false}},"%x":"ChangeThing","id":"bTSiX0"},"2":{"%p":{"%cs":{"0":{"%k":"isdigital__boolean","%v":{"%p":{"btype_id":"boolean","event_id":"bTSiG0","optional":true,"param_id":"bTSiR0","param_name":"isDigital?"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}},"1":{"%k":"isnegatoscopio__boolean","%v":{"%p":{"btype_id":"boolean","event_id":"bTSiG0","optional":true,"param_id":"bTSiS0","param_name":"isNegatoscopio?"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}},"2":{"%k":"numeroraiox_text","%v":{"%e":{"0":{"%p":{"btype_id":"text","event_id":"bTSiG0","optional":false,"param_id":"bTSiQ0","param_name":"numRaiox"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"TextExpression"},"%ak":{"%x":"Empty"}},"3":{"%k":"dataraiox_date","%v":{"%p":{"btype_id":"date","event_id":"bTSiG0","optional":false,"param_id":"bTUMw","param_name":"data"},"%x":"CurrentWorkflowItem","is_slidable":false},"%ak":{"%x":"Empty"}}},"%tc":{"%n":{"%n":{"%a":{"%p":{"%ai":"bTSiW0"},"%x":"PreviousStep","is_slidable":false},"%n":{"%x":"Message","%nm":"first_element","is_slidable":false},"%x":"Message","%nm":"plus_element","is_slidable":false},"%x":"Message","%nm":"convert_to_list","is_slidable":false},"%p":{"btype_id":"custom.dadosraioxoit","event_id":"bTSiG0","optional":false,"param_id":"bTSiM0","param_name":"OIT"},"%x":"CurrentWorkflowItem","is_slidable":false}},"%x":"ChangeThing","id":"bTSiY0"}}},"bTSjB0":{"%p":{"%ei":"bTShi0","event_color":"green"},"%x":"ButtonClicked","id":"bTSiw0","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTSiM0","arg_value":{"%n":{"%n":{"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","is_slidable":false}},"1":{"param_id":"bTSiQ0","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"GetElement","is_slidable":false}},"2":{"param_id":"bTSiR0","arg_value":true},"3":{"param_id":"bTSiS0","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"isnegatoscopio__boolean","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"4":{"param_id":"bTUMw","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}}},"custom_event":"bTSiG0"},"%x":"TriggerCustomEvent","id":"bTSjC0"}}},"bTSjM0":{"%p":{"%ei":"bTSip0","event_color":"green"},"%x":"ButtonClicked","id":"bTSjG0","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTSiM0","arg_value":{"%n":{"%n":{"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","is_slidable":false}},"1":{"param_id":"bTSiQ0","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"GetElement","is_slidable":false}},"2":{"param_id":"bTSiR0","arg_value":false},"3":{"param_id":"bTSiS0","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"isnegatoscopio__boolean","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"4":{"param_id":"bTUMw","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}}},"custom_event":"bTSiG0"},"%x":"TriggerCustomEvent","id":"bTSjI0"}}},"bTSjr0":{"%p":{"%ei":"bTShu0","event_color":"green"},"%x":"ButtonClicked","id":"bTSjm0","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTSiM0","arg_value":{"%n":{"%n":{"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","is_slidable":false}},"1":{"param_id":"bTSiQ0","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"GetElement","is_slidable":false}},"2":{"param_id":"bTSiR0","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"3":{"param_id":"bTSiS0","arg_value":true},"4":{"param_id":"bTUMw","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}}},"custom_event":"bTSiG0"},"%x":"TriggerCustomEvent","id":"bTSjs0"}}},"bTSkD0":{"%p":{"%ei":"bTSjf0","event_color":"green"},"%x":"ButtonClicked","id":"bTSjx0","actions":{"0":{"%p":{"arguments":{"0":{"param_id":"bTSiM0","arg_value":{"%n":{"%n":{"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","is_slidable":false}},"1":{"param_id":"bTSiQ0","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTSha0"},"%x":"GetElement","is_slidable":false}},"2":{"param_id":"bTSiR0","arg_value":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"isdigital__boolean","is_slidable":false},"%x":"Message","%nm":"dadosraioxoit_custom_dadosraioxoit","is_slidable":false},"%x":"Message","%nm":"get_group_data","is_slidable":false},"%p":{"%ei":"bTShI0"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}},"3":{"param_id":"bTSiS0","arg_value":false},"4":{"param_id":"bTUMw","arg_value":{"%n":{"%x":"Message","%nm":"get_data","is_slidable":false},"%p":{"%ei":"bTUMg"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M=","is_slidable":false}}},"custom_event":"bTSiG0"},"%x":"TriggerCustomEvent","id":"bTSkC0"}}}},"custom_states":{"solicitacaoanterior_":{"%d":"solicitacaoAnterior","%v":"custom.solicitacaolaudo","make_static":true}}},"bTIaZ":{"%el":{"bTHEr0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":9,"order":2,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIZi","%cp":"bTHEj0.elements","%dn":"Group A","%el":{"bTMfy":{"%p":{"%h":0,"%l":24,"%t":28,"%w":0,"%z":5,"order":1,"row_gap":4,"use_gap":true,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"column"},"%x":"Group","id":"bTIZg","%dn":"Group J","%el":{"bTMfz":{"%p":{"%3":{"%e":{"0":"Selecione um exame"},"%x":"TextExpression"},"%h":16,"%l":-24,"%t":-27,"%w":107,"%z":3,"order":1,"fit_width":true,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIZk","%dn":"Text A","%s1":"Text_t_tulo___600___16___cinza_escuro___1_line_spacing_3"},"bTMgC":{"%p":{"%3":{"%e":{"0":"Exibindo os exames disponÃveis para você"},"%x":"TextExpression"},"%h":16,"%l":-14,"%t":-17,"%w":107,"%z":4,"order":2,"fit_width":true,"fit_height":true,"margin_left":0,"single_width":false,"min_width_css":"107px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIZl","%cp":"bTMfw.elements","%dn":"Text E","%s1":"Text_inter___400___13____838c9f___1_3_line_spacing_","order":2}},"%s1":"Group_default_group_"},"cmMka":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%z":4,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653069085357x989169970494599300/Icon%20-%20Fechar%20-%20Cinza.svg"},"%x":"TextExpression"},"order":5,"fit_height":true,"margin_right":24,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIZj","%dn":"Image A","%nm":"Btn - Fechar"}},"%nm":"Group - Header","%s1":"Group_group___bottom_line___cinza_claro___1px_"},"bTHEw0":{"%p":{"%h":72,"%l":0,"%t":0,"%w":101,"%z":10,"order":3,"row_gap":16,"use_gap":true,"fit_height":false,"padding_top":24,"single_width":false,"min_width_css":"101px","single_height":false,"min_height_css":"72px","horiz_alignment":"flex-start","container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIZn","%cp":"bTHEj0.elements","%dn":"Group B","%el":{"bTHFG0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":19,"order":1,"use_gap":true,"column_gap":16,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","container_layout":"row","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIZo","%cp":"bTHEs0.elements","%dn":"Group C","%el":{"cmMkn":{"%p":{"%h":48,"%l":0,"%t":0,"%w":14,"%z":2,"%gt":"custom.objexameclinica","order":1,"use_gap":true,"column_gap":8,"fit_height":true,"padding_left":20,"single_width":false,"min_width_css":"14px","padding_right":20,"single_height":true,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"ba"},"%x":"Group","id":"bTIZt","%dn":"Group C","%el":{"cmODk0":{"%p":{"%f":"DM Sans:::500","%h":80,"%l":0,"%t":0,"%w":14,"%bc":"rgba(171, 171, 171, 0.41)","%br":5,"%ds":{"%p":{"%co":{"0":{"%k":"idexame_text","%v":{"%n":{"%n":{"%x":"Message","%nm":"idexame_text"},"%x":"Message","%nm":"exame_custom_exames"},"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isformularioweb__boolean","%v":{"%n":{"%x":"Message","%nm":"custom.isformulariowebhabilitado__"},"%p":{"%ei":"bTIZd"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%c2":"equals"}},"%t5":"custom.objexameclinica"},"%x":"Search"},"%c2":"in"}},"%t5":"custom.exames"},"%x":"Search"},"%fc":"rgba(131, 140, 159, 1)","%fs":14,"%ls":0,"%ph":0,"%ps":{"%e":{"0":""},"%x":"TextExpression"},"%bas":"none","%bgc":"rgba(252, 252, 252, 1)","%bos":"none","order":2,"fit_height":false,"font_family":"DM Sans","font_weight":"500","single_width":false,"min_width_css":"14px","single_height":true,"min_height_css":"80%","vert_alignment":"center","field_to_search":"nome_text","horiz_alignment":"flex-start"},"%x":"AutocompleteDropdown","id":"bTIZu","%cp":"cmOBn.elements","%dn":"SearchBox A","%nm":"Input - Pesquisa Quiz","order":1,"custom_states":{"eventoid_":{"%d":"eventoId","%v":"text","make_static":true}}},"cmOEp0":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657569319296x284717015278055170/Icon%20-%20Pesquisa%20-%20%23949DA6.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIZs","%dn":"Image B"}},"%nm":"Group - Input de pesquisa","%s1":"Group_group___outline___cinza___8_border___1px_"}},"%nm":"Group - Pesquisa - Quiz","%s1":"Group_default_group_","order":1},"bTHFQ0":{"%p":{"%h":28,"%l":0,"%t":0,"%w":0,"%z":20,"order":2,"use_gap":true,"column_gap":24,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"28px","horiz_alignment":"flex-start","overflow_scroll":true,"container_layout":"column","container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIZw","%cp":"bTHEs0.elements","%dn":"Group D","%el":{"bTHFj0":{"%p":{"%h":0,"%l":0,"%t":0,"%w":93,"%z":2,"%c5":1,"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"isformularioweb__boolean","%v":{"%n":{"%x":"Message","%nm":"custom.isformulariowebhabilitado__"},"%p":{"%ei":"bTIZd"},"%x":"GetElement"},"%c2":"equals"},"2":{"%k":"exame_custom_exames","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIZu"},"%x":"GetElement"},"%c2":"equals"},"3":{"%k":"isexcluido__boolean","%v":true,"%c2":"not equal"}},"%t5":"custom.objexameclinica","ignore_empty_constraints":true},"%x":"Search"},"%gt":"custom.objexameclinica","%sc":"rgba(150,150,150,0.5)","%ss":"none","order":1,"fit_height":false,"fixed_rows":false,"single_width":false,"min_width_css":"93px","single_height":false,"min_height_css":"0px","vert_alignment":"flex-start","horiz_alignment":"flex-start","container_layout":"column","cell_min_height_css":"0px","data_correctly_attached_once":true},"%s":{"0":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false","is_slidable":false},"%x":"Message","%nm":"custom.isformulariowebhabilitado__","is_slidable":false},"%p":{"%ei":"bTIZd"},"%x":"GetElement","is_slidable":false},"%p":{"%ds":{"%p":{"%co":{"0":{"%k":"clinicaid_text","%v":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"idclinica_text"},"%x":"Message","%nm":"clinicaatual_custom_clinica"},"%x":"CurrentUser"}},"%x":"TextExpression"},"%c2":"equals"},"1":{"%k":"exame_custom_exames","%v":{"%n":{"%x":"Message","%nm":"get_data"},"%p":{"%ei":"bTIZu"},"%x":"GetElement"},"%c2":"equals"},"2":{"%k":"isexcluido__boolean","%v":true,"%c2":"not equal"}},"%t5":"custom.objexameclinica","ignore_empty_constraints":true},"%x":"Search","said":"Y29uZWN0YS1sYXVkb3M="}},"%x":"State"}},"%x":"RepeatingGroup","id":"bTIZx","%dn":"RepeatingGroup A","%el":{"bTHPw1":{"%p":{"%h":40,"%l":0,"%t":0,"%w":1097,"%z":4,"%ds":{"%x":"ElementParent"},"%gt":"custom.objexameclinica","%bas":"bgcolor","order":1,"fit_width":false,"fit_height":true,"padding_left":24,"single_width":false,"min_width_css":"0px","padding_right":24,"single_height":false,"min_height_css":"40px","horiz_alignment":"flex-start","container_layout":"row"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIZd"},"%x":"GetElement","said":"ZXZlbnQtaGFuZGxlcg=="},"%p":{"%bgc":"rgba(243, 244, 248, 1)"},"%x":"State"}},"%x":"Group","id":"bTIZv","%dn":"Group F","%el":{"bTHPx1":{"%p":{"%h":282,"%l":0,"%t":0,"%w":200,"%z":3,"%ds":{"%x":"ElementParent"},"%gt":"custom.objexameclinica","%bgc":"rgba(255, 255, 255, 0)","order":1,"fit_width":false,"fit_height":true,"padding_top":8,"single_width":false,"min_width_css":"200px","single_height":false,"min_height_css":"41px","padding_bottom":8,"horiz_alignment":"flex-start","container_layout":"row","four_border_style":true,"border_color_bottom":"rgba(238, 239, 248, 1)","border_style_bottom":"solid","border_roundness_top":0,"border_roundness_right":0,"border_roundness_bottom":0,"container_horiz_alignment":"space-between"},"%x":"Group","id":"bTIZz","%dn":"Group E","%el":{"bTLrb":{"%p":{"%h":0,"%l":0,"%t":0,"%w":0,"%ds":{"%x":"ElementParent"},"%gt":"custom.objexameclinica","order":1,"use_gap":true,"column_gap":10,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start","container_layout":"row"},"%x":"Group","id":"bTIaA","%dn":"Group H","%el":{"bTLrc":{"%p":{"%3":{"%e":{"0":{"%p":{"arbitrary_text":{"%e":{"0":{"%n":{"%n":{"%x":"Message","%nm":"nome_text"},"%x":"Message","%nm":"exame_custom_exames"},"%x":"ElementParent"}},"%x":"TextExpression"}},"%x":"ArbitraryText"}},"%x":"TextExpression"},"%h":21,"%l":0,"%t":0,"%w":367,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"32px","single_height":false,"min_height_css":"0px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIZy","%cp":"bTHPi1.elements","%dn":"Text B","%s1":"Text_inter___500___14____4e5b76___1_line_spacing_","order":1}},"%s1":"Group_default_group_"},"bTUVI":{"%p":{"%3":{"%e":{"0":"LIMITE ATINGIDO"},"%x":"TextExpression"},"%h":36,"%l":226,"%t":22,"%w":100,"%z":2,"%br":360,"%fc":"rgba(255,255,255,1)","%fs":10,"%iv":false,"%lh":1,"%bas":"bgcolor","%bgc":"var(--color_destructive_default)","order":5,"fit_width":true,"fit_height":true,"font_weight":"500","padding_top":4,"padding_left":6,"single_width":false,"padding_right":6,"single_height":false,"padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"qtdlimitesolicitacoes_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"islimitesolicitacoes__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Text","id":"bTUVG","%dn":"Text D","%nm":"Aviso Limite","%s1":"Text_body_small_"},"bTUVa":{"%p":{"%3":{"%e":{"0":"","1":{"%p":{"arbitrary_text":{"%e":{"0":"RESTAM ","1":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"minus","is_slidable":false},"%x":"Message","%nm":"qtdlimitesolicitacoes_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"2":" SOLICITAÇÕES"},"%x":"TextExpression"}},"%x":"ArbitraryText"},"2":""},"%x":"TextExpression"},"%h":36,"%l":236,"%t":32,"%w":100,"%z":2,"%br":360,"%fc":"var(--color_primary_contrast_default)","%fs":10,"%iv":false,"%lh":1,"%bas":"none","%bgc":"var(--color_destructive_default)","order":6,"fit_width":true,"fit_height":true,"font_weight":"500","padding_top":4,"padding_left":6,"single_width":false,"padding_right":6,"single_height":false,"padding_bottom":4,"vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"qtdlimitesolicitacoes_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"less_than","is_slidable":false},"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%n":{"%a":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIaC"},"%x":"GetElement","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"islimitesolicitacoes__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"Text","id":"bTUVY","%cp":"bTIZz","%dn":"Text F","%nm":"Aviso qtde restante","%s1":"Text_body_small_"},"bTHPt1":{"%p":{"%h":24,"%l":0,"%t":0,"%w":24,"%iv":false,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1657830587534x710005235378762500/Frame%20455792.svg"},"%x":"TextExpression"},"order":4,"fit_height":true,"single_width":true,"min_width_css":"24px","single_height":true,"min_height_css":"24px","vert_alignment":"center","horiz_alignment":"flex-start","collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIZd"},"%x":"GetElement","said":"Y29uZWN0YS1sYXVkb3M="},"%p":{"%iv":true},"%x":"State"}},"%x":"Image","id":"bTIaC","%cp":"bTHPi1.elements","%dn":"Image C","%nm":"Image - Checkbox","order":3}},"%nm":"Group - Card de inscrito"}},"%nm":"Group - Conteudo da celula"}},"%nm":"RG - Eventos"}},"%nm":"Container - Lista de eventos","%s1":"Group_default_group_","order":2},"bTHQh1":{"%p":{"%h":48,"%l":0,"%t":0,"%w":197,"%z":24,"%iv":false,"order":6,"fit_width":true,"fit_height":true,"single_width":false,"margin_bottom":24,"min_width_css":"197px","single_height":false,"min_height_css":"48px","vert_alignment":"center","horiz_alignment":"center","container_layout":"relative","collapse_animation":true,"collapse_when_hidden":true},"%s":{"0":{"%c":{"%n":{"%n":{"%n":{"%x":"Message","%nm":"is_not_empty"},"%x":"Message","%nm":"first_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIZd"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"Group","id":"bTIaD","%cp":"bTHPX1.elements","%dn":"Group G","%el":{"cmMnI":{"%p":{"%h":13,"%l":0,"%t":0,"%w":28,"%z":2,"use_gap":true,"fit_width":true,"column_gap":8,"fit_height":false,"single_width":false,"min_width_css":"28px","single_height":false,"min_height_css":"100%","horiz_alignment":"flex-start","container_layout":"row","nonant_alignment":"bb","container_horiz_alignment":"center"},"%x":"Group","id":"bTIaB","%dn":"Group G","%el":{"cmMnL":{"%p":{"%h":16,"%l":0,"%t":0,"%w":16,"src":{"%e":{"0":"//s3.amazonaws.com/appforest_uf/f1653321094909x800319046550931100/Icon%20-%20Check%20-%20Branco.svg"},"%x":"TextExpression"},"order":1,"fit_height":true,"single_width":true,"min_width_css":"16px","single_height":false,"min_height_css":"16px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Image","id":"bTIaF","%cp":"cmMnG.elements","%dn":"Image D","order":1},"cmMnO":{"%p":{"%3":{"%e":{"0":"Selecionar"},"%x":"TextExpression"},"%h":7,"%l":0,"%t":0,"%w":2,"order":2,"fit_width":true,"fit_height":true,"single_width":false,"min_width_css":"2px","single_height":false,"min_height_css":"7px","vert_alignment":"center","horiz_alignment":"flex-start"},"%x":"Text","id":"bTIaG","%dn":"Text C","%s1":"Text_btn_text___600___14___branco___1_line_spacing_"}},"%s1":"Group_default_group_"}},"%nm":"Btn - Salvar","%s1":"Group_group___roxo___8_border___2px_","order":3}},"%nm":"Group - Conteudo","%s1":"Group_group___bottom_line___cinza_claro___1px_","order":2}},"%wf":{"bTHJa":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIZd"},"%x":"GetElement"},"%ei":"bTIZv","event_color":"green"},"%x":"ButtonClicked","id":"bTIaE","actions":{"0":{"%p":{"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"minus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIZd"},"%x":"GetElement"},"%ei":"bTIZd","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIaI"}}},"bTLrg":{"%p":{"%c":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"not_contains"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIZd"},"%x":"GetElement"},"%ei":"bTIZv","event_color":"green"},"%x":"ButtonClicked","id":"bTIaJ","actions":{"0":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"qtdlimitesolicitacoes_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"islimitesolicitacoes__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false},"AAF":{"%e":{"0":"Limite atingido!"},"%x":"TextExpression"},"AAJ":"var(--color_destructive_default)"},"%x":"1658328157117x953686184769617900-AAT","id":"bTUVN"},"1":{"%p":{"%c":{"%n":{"%n":{"%n":{"%a":{"%n":{"%n":{"%a":{"%n":{"%x":"Message","%nm":"qtdlimitesolicitacoes_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"greater_or_equal_than","is_slidable":false},"%x":"Message","%nm":"qtdesolicitada_number","is_slidable":false},"%x":"ElementParent","is_slidable":false},"%x":"Message","%nm":"and_","is_slidable":false},"%x":"Message","%nm":"is_true","is_slidable":false},"%x":"Message","%nm":"islimitesolicitacoes__boolean","is_slidable":false},"%x":"ElementParent","is_slidable":false}},"%x":"TerminateWorkflow","id":"bTUVT"},"2":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIZd"},"%x":"GetElement"},"%v":{"%n":{"%n":{"%a":{"%x":"ElementParent"},"%x":"Message","%nm":"plus_element"},"%x":"Message","%nm":"custom.produtosselecionados_"},"%p":{"%ei":"bTIZd"},"%x":"GetElement"},"%ei":"bTIZd","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIaH"},"3":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_false"},"%x":"Message","%nm":"custom.ismulti__"},"%p":{"%ei":"bTIZd"},"%x":"GetElement"},"%v":{"%n":{"%x":"Message","%nm":"convert_to_list"},"%x":"ElementParent"},"%ei":"bTIZd","custom_state":"custom.produtosselecionados_"},"%x":"SetCustomState","id":"bTIaL"}}},"bTHQa1":{"%p":{"%ei":"bTIZj","event_color":"green"},"%x":"ButtonClicked","id":"bTIaT","actions":{"0":{"%p":{"%ei":"bTIZd"},"%x":"HideElement","id":"bTIaX"}}},"bTHQk1":{"%p":{"%ei":"bTIaD","event_color":"green"},"%x":"ButtonClicked","id":"bTIaY","actions":{"0":{"%p":{"%v":true,"%ei":"bTIZd","custom_state":"custom.isselecionado__"},"%x":"SetCustomState","id":"bTIaW"},"1":{"%p":{"%ei":"bTIZd"},"%x":"HideElement","id":"bTIaa"}}}},"%p":{"%h":200,"%l":0,"%t":0,"%w":400,"%et":"Popup","min_width_px":0,"default_width":400,"min_height_px":595,"element_version":4,"container_layout":"column"},"%x":"CustomDefinition","id":"bTIZd","%nm":"P - Seletor de Obj Exame","%s1":"Popup_popup___8_border_","custom_states":{"ismulti__":{"%d":"isMulti?","%v":"boolean","make_static":true},"isselecionado__":{"%d":"isSelecionado?","%v":"boolean","make_static":true},"produtosselecionados_":{"%d":"objExameSelecionado","%v":"list.custom.objexameclinica","make_static":true},"isformulariowebhabilitado__":{"%d":"isFormularioWebHabilitado?","%v":"boolean","make_static":true}}}}}'); window.app = app; window._bubble_page_load_data.json_info = {"settings_json_size":167262}; window._bubble_page_load_data.element_counts = undefined; window.preloaded['app/global_json:'] = true; app['%p3']['bTIOF'] = Object.assign(app['%p3']['bTIOF'] ? app['%p3']['bTIOF'] : {}, JSON.parse('{"%el":{"bTHBx":{"%p":{"%h":152,"%l":0,"%t":0,"%w":288,"%z":3,"order":1,"fit_height":true,"padding_top":88,"padding_left":104,"single_width":false,"min_width_css":"288px","padding_right":24,"single_height":false,"min_height_css":"100%","padding_bottom":24,"horiz_alignment":"flex-start","container_layout":"column"},"%s":{"0":{"%c":{"%n":{"%x":"Message","%nm":"is_hovered"},"%p":{"%ei":"bTIOW"},"%x":"GetElement"},"%p":{"padding_left":219},"%x":"State"},"1":{"%c":{"%n":{"%x":"Message","%nm":"isnt_visible","is_slidable":false},"%p":{"%ei":"bTIOW"},"%x":"GetElement","is_slidable":false},"%p":{"padding_top":64,"padding_left":0,"padding_right":0,"padding_bottom":0},"%x":"State"}},"%x":"Group","id":"bTINw","%cp":"bTGzG","%dn":"Group A","%el":{"bTIOe":{"%p":{"%h":591,"%l":224,"%t":187,"%w":1216,"%z":2,"%3f":"top","%ci":"bTIJV","%iv":false,"order":1,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.menu___cl_nica","option_value":"empresas"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.menuselecionado_"},"%p":{"%ei":"bTIOW"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTIOZ","%dn":"G - Empresas A"},"bTIdh":{"%p":{"%h":591,"%l":525,"%t":333,"%w":1216,"%z":3,"%3f":"top","%ci":"bTIOf","%iv":false,"order":2,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.menu___cl_nica","option_value":"solicita__es"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.menuselecionado_"},"%p":{"%ei":"bTIOW"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTIdc","%dn":"P - Solicitações - ClÃnica A","%nm":"G - Solicitações - ClÃnica A"},"bTKBG":{"%p":{"%h":591,"%l":259,"%t":239,"%w":1216,"%z":4,"%3f":"top","%ci":"bTJxx","%iv":false,"order":3,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"440px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.menu___cl_nica","option_value":"laudos"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.menuselecionado_"},"%p":{"%ei":"bTIOW"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTKBH","%dn":"G - Laudos - ClÃnica A"},"bTQXn":{"%p":{"%h":591,"%l":-136,"%t":176,"%w":1216,"%z":7,"%3f":"top","%ci":"bTQRm","%iv":false,"order":6,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.menu___cl_nica","option_value":"educacional"},"%x":"OneOptionValue","is_slidable":false},"%x":"Message","%nm":"equals","is_slidable":false},"%x":"Message","%nm":"custom.menuselecionado_","is_slidable":false},"%p":{"%ei":"bTIOW"},"%x":"GetElement","is_slidable":false},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTQXi","%dn":"G - Educacional A"},"bTLbU0":{"%p":{"%h":591,"%l":202.29833984375,"%t":272,"%w":1216,"%z":5,"%3f":"top","%ci":"bTLYr0","%iv":false,"order":4,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.menu___cl_nica","option_value":"colaboradores"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.menuselecionado_"},"%p":{"%ei":"bTIOW"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTLbS0","%dn":"G - Pacientes A"},"bTLhl0":{"%p":{"%h":200,"%l":389.29833984375,"%t":283.45454597473145,"%w":200,"%z":6,"%3f":"top","%ci":"bTLeS0","%iv":false,"order":5,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","collapse_when_hidden":true,"floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%n":{"%a":{"%p":{"option_set":"option.menu___cl_nica","option_value":"dashboard"},"%x":"OneOptionValue"},"%x":"Message","%nm":"equals"},"%x":"Message","%nm":"custom.menuselecionado_"},"%p":{"%ei":"bTIOW"},"%x":"GetElement"},"%p":{"%iv":true},"%x":"State"}},"%x":"CustomElement","id":"bTLhg0","%dn":"G - Financeiro - ClÃnica A"}},"%nm":"Group - Conteudo","%s1":"Group_default_group_","order":1},"bTHmt":{"%p":{"%h":200,"%l":482,"%t":127,"%w":1440,"%z":3,"%3f":"top","%ci":"bTHkg","max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"max_height_css":"64px","min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTIOB","%dn":"FG - Header A"},"bTIOb":{"%p":{"%h":200,"%l":369,"%t":144,"%w":190,"%z":2,"%3f":"both","%ci":"bTIOL","fit_width":true,"max_width":100,"min_width":0,"fit_height":true,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%s":{"0":{"%c":{"%n":{"%a":700,"%x":"Message","%nm":"less_than","is_slidable":false},"%p":{"%nm":"Current Page Width"},"%x":"PageData","is_slidable":false},"%p":{"%iv":false},"%x":"State"}},"%x":"CustomElement","id":"bTIOW","%dn":"FG - Menu ClÃnica A"},"bTITX":{"%p":{"%h":200,"%l":71,"%t":126,"%w":1600,"%z":4,"%3f":"both","%ci":"bTIQa","%iv":false,"max_width":100,"min_width":0,"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"min_height_css":"0px","horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTITY","%dn":"FG - Nova Solicitação A"},"bTVaa0":{"%p":{"%h":200,"%l":-520,"%t":293,"%w":1600,"%z":5,"%3f":"both","%ci":"bTUkM","%iv":false,"max_width":100,"min_width":0,"unique_id":{"%e":{"0":"blurGroup24"},"%x":"TextExpression"},"fit_height":false,"single_width":false,"min_width_css":"0px","single_height":false,"horiz_alignment":"flex-start","floating_reference_horizontal":"none","floating_reference_horizontal_resp":"left"},"%x":"CustomElement","id":"bTVaY0","%dn":"FG - Pesquisa de Paciente A"}},"%p":{"%h":767,"%w":1080,"%t1":{"%e":{"0":"Conecta Laudos"},"%x":"TextExpression"},"fixed_width":true,"min_width_px":0,"default_width":1080,"min_height_px":450,"new_responsive":true,"element_version":5,"backdrop_bgcolor":"var(--color_text_default)","container_layout":"column","responsive_version":1},"%x":"Page","id":"bTINt","%nm":"painel","%wf":{"bTIeD":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.isabrirnovoexame__"},"%p":{"%ei":"bTIdc"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTIeF","actions":{"0":{"%p":{"%ei":"bTITY","duration":750,"animation":"transition.noBounceRightIn"},"%x":"AnimateElement","id":"bTIeG"},"1":{"%p":{"%v":false,"%ei":"bTIdc","custom_state":"custom.isabrirnovoexame__"},"%x":"SetCustomState","id":"bTIeH"}}},"bTVal0":{"%p":{"%c":{"%n":{"%n":{"%x":"Message","%nm":"is_true"},"%x":"Message","%nm":"custom.ispesquisar__","is_slidable":false},"%p":{"%ei":"bTIdc"},"%x":"GetElement"},"run_when":"every_time","event_color":"purple"},"%x":"ConditionTrue","id":"bTVae0","actions":{"0":{"%p":{"%ei":"bTVaY0","custom_event":"bTUls"},"%x":"TriggerCustomEventFromReusable","id":"bTVar0"},"1":{"%p":{"%ei":"bTVaY0","duration":750,"animation":"transition.noBounceRightIn"},"%x":"AnimateElement","id":"bTVag0"},"2":{"%p":{"%v":false,"%ei":"bTIdc","custom_state":"custom.ispesquisar__"},"%x":"SetCustomState","id":"bTVak0"}}}}}')) ; app['_index']['id_to_path'] = Object.assign(app['_index']['id_to_path'] ? app['_index']['id_to_path'] : {}, JSON.parse('{"bTHDT":"%ed.bTHEB.%el.bTIlf.%el.cmNUK1.%el.bTIlg","bTHDU":"%ed.bTHEB.%el.bTIlf","bTHDV":"%ed.bTHEB.%el.bTIlf.%el.cmNUK1","bTHDW":"%ed.bTHEB.%el.cmMlJ.%el.cmNUK1","bTHDX":"%ed.bTHEB.%el.cmMlJ","bTHDY":"%ed.bTHEB.%el.cmMlJ.%el.bTIlW","bTHDZ":"%ed.bTHEB.%el.cmMlJ.%el.cmNUK1.%el.bTIlT.%el.bTIlV","bTHDa":"%ed.bTHEB.%el.cmMlJ.%el.cmNUK1.%el.bTIlT","bTHDb":"%ed.bTHEB.%el.cmMlJ.%el.cmNUK1.%el.bTIlT.%el.bTIlU","bTHDc":"%ed.bTHEB.%el.cmNTx1.%el.cmPhK1.%el.cmPhN1","bTHDd":"%ed.bTHEB.%el.cmNTx1","bTHDe":"%ed.bTHEB.%el.cmNTx1.%el.cmPhK1","bTHDf":"%ed.bTHEB.%wf.bTIlX","bTHDg":"%ed.bTHEB.%el.cmNTx1.%el.cmPhQ1","bTHDh":"%ed.bTHEB.%el.cmNTx1.%el.cmPhT1","bTHDi":"%ed.bTHEB.%wf.bTIll.actions.0","bTHDk":"%ed.bTHEB.%wf.bTIll","bTHDl":"%ed.bTHEB.%wf.bTIlp.actions.0","bTHDm":"%ed.bTHEB.%wf.bTIll.actions.1","bTHDn":"%ed.bTHEB.%wf.bTIlp","bTHDo":"%ed.bTHEB.%wf.cmNUY1","bTHDp":"%ed.bTHEB.%wf.cmMnc","bTHDq":"%ed.bTHEB.%wf.cmMnc.actions.0","bTHDr":"%ed.bTHEB.%wf.cmPhV1","bTHDt":"%ed.bTHEB.%wf.cmNgw0","bTHDu":"%ed.bTHEB.%wf.cmPhe1","bTHDv":"%ed.bTHEB.%wf.cmPhV1.actions.0","bTHDw":"%ed.bTHEB.%wf.cmPhV1.actions.1","bTHDy":"%ed.bTHEB.%wf.cmPhe1.actions.0","bTHDz":"%ed.bTHEB.%wf.cmPhe1.actions.1","bTHEP":"%ed.bTHGJ.%el.cmNpX.%el.cmNpa","bTHER":"%ed.bTHGJ.%el.cmNpX","bTHES":"%ed.bTHGJ.%el.cmNpg.%el.cmNpk","bTHET":"%ed.bTHGJ.%el.cmNpg","bTHEU":"%ed.bTHGJ.%el.cmNpg.%el.cmNph","bTHEV":"%ed.bTHGJ.%el.cmNpp.%el.cmNpv","bTHEW":"%ed.bTHGJ.%el.cmNpp","bTHEX":"%ed.bTHGJ.%el.cmNpp.%el.cmNps","bTHEY":"%ed.bTHGJ.%el.cmNpp.%el.cmNpv.%el.cmNqB.%el.cmNqF","bTHEZ":"%ed.bTHGJ.%el.cmNpp.%el.cmNpv.%el.cmNqB","bTHEa":"%ed.bTHGJ.%el.cmNpp.%el.cmNpv.%el.cmNqB.%el.cmNqC","bTHEc":"%ed.bTHGJ.%el.bTJQX0","bTHFX":"%ed.bTHGJ.%wf.cmNqR","bTHFb":"%ed.bTHGJ.%wf.cmNqR.actions.0","bTHFm":"%ed.bTHGJ.%wf.cmNqY","bTHFn":"%ed.bTHGJ.%wf.cmNqR.actions.14","bTHFo":"%ed.bTHGJ.%wf.cmNqR.actions.15","bTHFq":"%ed.bTHGJ.%wf.cmNqY.actions.0","bTHGL":"%ed.bTHGU.%el.cmMjt0","bTHGN":"%ed.bTHGU.%wf.cmMea.actions.0","bTHGP":"%ed.bTHGU.%wf.cmMea","bTHGR":"%ed.bTHGU.%wf.cmNFD","bTHGT":"%ed.bTHGJ.%el.bTHGY","bTHGf":"%ed.bTHHa.%el.bTJVY","bTHGi":"%ed.bTHHa.%el.cmNpX.%el.cmNpa","bTHGk":"%ed.bTHHa.%el.cmNpX","bTHGl":"%ed.bTHHa.%el.cmNpg.%el.cmNpk","bTHGm":"%ed.bTHHa.%el.cmNpg","bTHGn":"%ed.bTHHa.%el.cmNpg.%el.cmNph","bTHGo":"%ed.bTHHa.%el.cmNpp.%el.cmNpv","bTHGp":"%ed.bTHHa.%el.cmNpp","bTHGq":"%ed.bTHHa.%el.cmNpp.%el.cmNps","bTHGr":"%ed.bTHHa.%el.cmNpp.%el.cmNpv.%el.cmNqB.%el.cmNqF","bTHGs":"%ed.bTHHa.%el.cmNpp.%el.cmNpv.%el.cmNqB","bTHGt":"%ed.bTHHa.%el.cmNpp.%el.cmNpv.%el.cmNqB.%el.cmNqC","bTHGv":"%ed.bTHHa.%el.cmRQh0","bTHHI":"%ed.bTHHa.%wf.cmNqR","bTHHJ":"%ed.bTHHa.%wf.cmNqR.actions.0","bTHHM":"%ed.bTHHa.%wf.cmNqY.actions.0","bTHHN":"%ed.bTHHa.%wf.cmNqR.actions.2","bTHHO":"%ed.bTHHa.%wf.cmNqY","bTHHb":"%ed.bTHIS.%el.cmMkT.%el.cmMka","bTHHc":"%ed.bTHIS.%el.cmMkT","bTHHd":"%ed.bTHIS.%el.cmMkT.%el.cmMkX","bTHHe":"%ed.bTHIS.%el.cmMlJ.%el.cmMlO","bTHHf":"%ed.bTHIS.%el.cmMlJ","bTHHg":"%ed.bTHIS.%el.cmMlJ.%el.cmMlK","bTHHh":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0.%el.cmMkj","bTHHi":"%ed.bTHIS.%el.bTHHb0","bTHHj":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0","bTHHk":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0.%el.cmMkn.%el.cmMkq","bTHHl":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0.%el.cmMkj.%el.cmMkk","bTHHm":"%ed.bTHIS.%el.bTHHb0.%el.bTHHc0.%el.cmMkn","bTHHn":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0.%el.cmMkj.%el.cmMkk","bTHHo":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0","bTHHp":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0.%el.cmMkj","bTHHq":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0","bTHHr":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0.%el.cmMkn","bTHHs":"%ed.bTHIS.%el.bTHHb0.%el.bTJqm0.%el.cmMkn.%el.cmMkq","bTHHt":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.cmMkn","bTHHu":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.cmMkj","bTHHv":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.cmMkj.%el.cmMkk","bTHHx":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.cmMkn.%el.cmMkq","bTHHy":"%ed.bTHIS.%el.bTHHb0.%el.bTJqt0.%el.bTJqx0","bTHIC":"%ed.bTHIS.%wf.cmMnU","bTHIE":"%ed.bTHIS.%el.bTHbL0","bTHIF":"%ed.bTHIS.%wf.cmMnU.actions.4","bTHIG":"%ed.bTHIS.%wf.cmMnU.actions.0","bTHIH":"%ed.bTHIS.%wf.cmMnU.actions.3","bTHII":"%ed.bTHIS.%wf.cmMnZ.actions.0","bTHIJ":"%ed.bTHIS.%wf.cmMnU.actions.5","bTHIK":"%ed.bTHIS.%wf.cmMnZ","bTHIL":"%ed.bTHIS.%wf.cmMng","bTHIM":"%ed.bTHIS.%wf.cmMnc","bTHIN":"%ed.bTHIS.%wf.cmMnc.actions.0","bTHIP":"%ed.bTHIS.%wf.cmMng.actions.0","bTHIQ":"%ed.bTHIS.%wf.bTHHf0","bTHIV":"%ed.bTHIS.%wf.cmMnU.actions.2","bTHIX":"%ed.bTHJN.%el.bTHEr0.%el.bTMfy","bTHIZ":"%ed.bTHJN.%el.bTHEr0","bTHIa":"%ed.bTHJN.%el.bTHEr0.%el.cmMka","bTHIb":"%ed.bTHJN.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTHIc":"%ed.bTHJN.%el.bTHEr0.%el.bTMfy.%el.bTMgC","bTHId":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.bTLtj","bTHIe":"%ed.bTHJN.%el.bTHEw0","bTHIf":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0","bTHIg":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUV1","bTHIh":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS","bTHIi":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUS1","bTHIj":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTHIk":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTHIl":"%ed.bTHJN.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTHIm":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTHIn":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0","bTHIo":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTHIp":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTHIq":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTHIr":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTHIs":"%ed.bTHJN.%el.bTHEw0.%el.bTHQh1","bTHIt":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrd","bTHIu":"%ed.bTHJN.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTHIv":"%ed.bTHJN.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTHIw":"%ed.bTHJN.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTHIx":"%ed.bTHJN.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTHIy":"%ed.bTHJN.%wf.bTLtp","bTHIz":"%ed.bTHJN.%wf.bTLrg","bTHJA":"%ed.bTHJN.%wf.bTLrg.actions.0","bTHJB":"%ed.bTHJN.%wf.bTMgK.actions.0","bTHJD":"%ed.bTHJN.%wf.bTMgK","bTHJE":"%ed.bTHJN.%wf.bTMgR","bTHJF":"%ed.bTHJN.%wf.bTMgK.actions.1","bTHJG":"%ed.bTHJN.%wf.bTMgK.actions.2","bTHJH":"%ed.bTHJN.%wf.bTHQa1","bTHJI":"%ed.bTHJN.%wf.bTMgR.actions.0","bTHJK":"%ed.bTHJN.%wf.bTHQk1.actions.0","bTHJL":"%ed.bTHJN.%wf.bTHQa1.actions.0","bTHJM":"%ed.bTHJN.%wf.bTHQk1","bTHJO":"%ed.bTHJN.%wf.bTHQk1.actions.1","bTHJQ":"%ed.bTHJN.%el.bTHJV","bTHJT":"%ed.bTHJN.%wf.bTLtp.actions.0","bTHJW":"%ed.bTHJN.%wf.bTHJa.actions.0","bTHJX":"%ed.bTHJN.%wf.bTHJa","bTHJb":"%ed.bTHJN.%wf.bTLrg.actions.1","bTHJd":"%ed.bTHJN.%wf.bTMgK.actions.3","bTHJh":"%ed.bTHJg.%el.bTHJk","bTHJi":"%ed.bTHJg.%el.bTHJl","bTHJj":"%ed.bTHJg.%el.bTHJk.%el.cmMkk","bTHJo":"%ed.bTHJg.%el.bTHJl.%el.bTHJt","bTHJr":"%ed.bTHJg.%el.bTHJl.%el.bTHJw","bTHJu":"%ed.bTHJg.%el.bTHJz","bTHJx":"%ed.bTHJg.%wf.bTHKB","bTHKA":"%ed.bTHJg.%wf.bTHKB.actions.1","bTHKC":"%ed.bTHJg.%wf.bTHKB.actions.0","bTHKD":"%ed.bTHJg.%wf.bTHKF.actions.0","bTHKE":"%ed.bTHJg.%wf.bTHKF","bTHKG":"%ed.bTHKf.%el.bTHMq","bTHKH":"%ed.bTHJg.%wf.bTHKF.actions.1","bTHKJ":"%ed.bTHKf.%el.bTHMq.%el.bTHMu0.%el.bTHMx0","bTHKK":"%ed.bTHKf.%el.bTHMq.%el.bTHMr","bTHKL":"%ed.bTHKf.%el.bTHMq.%el.bTHMu0","bTHKM":"%ed.bTHKf.%el.bTMWE","bTHKN":"%ed.bTHKf.%el.bTHMq.%el.bTHMu0.%el.bTHMx0.%el.bTHNA0","bTHKO":"%ed.bTHKf.%el.bTHMq.%el.bTHMu0.%el.bTHMx0.%el.bTHND0","bTHKP":"%ed.bTHKf.%el.cmMdL.%el.cmMdM","bTHKQ":"%ed.bTHKf.%el.cmMdD","bTHKR":"%ed.bTHKf.%el.cmMdL","bTHKS":"%ed.bTHKf.%el.cmMdL.%el.cmMdT.%el.cmMda","bTHKT":"%ed.bTHKf.%el.cmMdL.%el.cmMdT","bTHKU":"%ed.bTHKf.%el.cmMdL.%el.cmMdT.%el.cmMdU","bTHKV":"%ed.bTHKf.%wf.bTHNG0","bTHKW":"%ed.bTHKf.%wf.bTMWG","bTHKX":"%ed.bTHKf.%wf.bTMWG.actions.0","bTHKY":"%ed.bTHKf.%wf.cmMpN0.actions.0","bTHKZ":"%ed.bTHKf.%wf.bTHNG0.actions.0","bTHKa":"%ed.bTHKf.%wf.cmMpN0","bTHKc":"%ed.bTHKf.%wf.cmMpN0.actions.1","bTHKd":"%ed.bTHKf.%wf.cmMpN0.actions.2","bTHKh":"%ed.bTHLR.%el.cmMkT.%el.cmMka","bTHKi":"%ed.bTHLR.%el.cmMkT","bTHKj":"%ed.bTHLR.%el.cmMkT.%el.cmMkX","bTHKk":"%ed.bTHLR.%el.cmMlJ.%el.cmMlO","bTHKl":"%ed.bTHLR.%el.cmMlJ","bTHKm":"%ed.bTHLR.%el.cmMlJ.%el.cmMlK","bTHKn":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0.%el.cmMkj","bTHKo":"%ed.bTHLR.%el.bTHHb0","bTHKp":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0","bTHKq":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0.%el.cmMkn.%el.cmMkq","bTHKr":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0.%el.cmMkj.%el.cmMkk","bTHKs":"%ed.bTHLR.%el.bTHHb0.%el.bTHHc0.%el.cmMkn","bTHLC":"%ed.bTHLR.%el.bTHbL0","bTHLF":"%ed.bTHLR.%wf.cmMnU.actions.2","bTHLG":"%ed.bTHLR.%wf.cmMnU","bTHLI":"%ed.bTHLR.%wf.cmMnU.actions.5","bTHLJ":"%ed.bTHLR.%wf.cmMnU.actions.3","bTHLK":"%ed.bTHLR.%wf.cmMnU.actions.4","bTHLL":"%ed.bTHLR.%wf.cmMnc","bTHLM":"%ed.bTHLR.%wf.cmMnZ","bTHLN":"%ed.bTHLR.%wf.cmMnZ.actions.0","bTHLO":"%ed.bTHLR.%wf.cmMng.actions.0","bTHLP":"%ed.bTHLR.%wf.cmMnc.actions.0","bTHLQ":"%ed.bTHLR.%wf.cmMng","bTHLS":"%ed.bTHLR.%wf.bTHHf0","bTHLU":"%ed.bTHLR.%el.bTHHb0.%el.bTHLZ","bTHLa":"%ed.bTHLR.%el.bTHHb0.%el.bTHLf","bTHLd":"%ed.bTHLR.%wf.bTHHf0.actions.0","bTHLh":"%ed.bTHLR.%wf.bTHHf0.actions.1","bTHLl":"%ed.bTHLR.%wf.cmMnU.actions.0","bTHLn":"%ed.bTHLR.%wf.cmMnU.actions.1","bTHLw":"%ed.bTHJN.%wf.bTLtp.actions.1","bTHLx":"%ed.bTHIS.%el.bTHLz","bTHMD":"%ed.bTHGU.%wf.cmNFD.actions.0","bTHNb":"%ed.bTHOJ.%el.cmMkT.%el.cmMkX","bTHNd":"%ed.bTHOJ.%el.cmMkT","bTHNe":"%ed.bTHOJ.%el.cmMlJ.%el.cmMlK","bTHNf":"%ed.bTHOJ.%el.cmMkT.%el.cmMka","bTHNg":"%ed.bTHOJ.%el.cmMlJ","bTHNh":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq","bTHNi":"%ed.bTHOJ.%el.cmMlJ.%el.cmMlO","bTHNj":"%ed.bTHOJ.%el.bTHHb0","bTHNk":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq.%el.cmMkn","bTHNl":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq.%el.cmMkj","bTHNm":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq.%el.cmMkj.%el.cmMkk","bTHNo":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXq.%el.cmMkn.%el.cmMkq","bTHNq":"%ed.bTHOJ.%wf.cmMnU.actions.1","bTHNr":"%ed.bTHOJ.%el.bTHbL0","bTHNs":"%ed.bTHOJ.%wf.cmMnU","bTHNt":"%ed.bTHOJ.%wf.cmMnU.actions.4","bTHNv":"%ed.bTHOJ.%wf.cmMnU.actions.3","bTHNw":"%ed.bTHOJ.%wf.cmMnZ","bTHNx":"%ed.bTHOJ.%wf.cmMnU.actions.5","bTHNy":"%ed.bTHOJ.%wf.cmMnU.actions.6","bTHNz":"%ed.bTHOJ.%wf.cmMnc.actions.0","bTHOA":"%ed.bTHOJ.%wf.cmMnZ.actions.0","bTHOB":"%ed.bTHOJ.%wf.cmMnc","bTHOC":"%ed.bTHOJ.%wf.bTHHf0","bTHOD":"%ed.bTHOJ.%wf.cmMng","bTHOE":"%ed.bTHOJ.%wf.cmMng.actions.0","bTHOI":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY","bTHOL":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp.%el.bTHOt","bTHON":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.cmMdM","bTHOP":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp.%el.bTHOt.%el.cmMdU","bTHOQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp.%el.bTHOt.%el.cmMda","bTHOR":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW","bTHOZ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOb","bTHOc":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe","bTHOd":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK","bTHOg":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTHOi":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.cmMkj","bTHOk":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.cmMkn","bTHOl":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTHOn":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPK.%el.bTHOm","bTHOq":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp","bTHOu":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOY.%el.bTHOp.%el.bTHOx","bTHOv":"%ed.bTHOJ.%wf.bTHOz","bTHOy":"%ed.bTHOJ.%wf.bTHOz.actions.1","bTHPA":"%ed.bTHOJ.%wf.bTHOz.actions.0","bTHPB":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkj","bTHPC":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd","bTHPE":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.cmMkq","bTHPF":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkj.%el.cmMkk","bTHPG":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn","bTHPH":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM","bTHPN":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.cmMkj","bTHPO":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT","bTHPQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTHPR":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTHPS":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.cmMkn","bTHPX":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPZ.%el.bTHPd","bTHPa":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPZ","bTHPe":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPh","bTHPf":"%ed.bTHOJ.%wf.bTHPk","bTHPg":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPh.%el.bTHPd","bTHPi":"%ed.bTHOJ.%wf.bTHPk.actions.3","bTHPm":"%ed.bTHOJ.%el.cmMkT.%el.bTHPl","bTHPp":"%ed.bTHOJ.%wf.bTHPo","bTHPs":"%ed.bTHOJ.%el.bTHPr","bTHPv":"%ed.bTHOJ.%wf.bTHPo.actions.0","bTHPw":"%ed.bTHOJ.%wf.bTHPo.actions.1","bTHPx":"%ed.bTHQR.%el.cmNTx1","bTHPy":"%ed.bTHQR.%el.cmMlJ","bTHPz":"%ed.bTHQR.%el.cmMlJ.%el.cmNgq0","bTHQA":"%ed.bTHQR.%el.cmNTx1.%el.cmPhQ1","bTHQB":"%ed.bTHQR.%el.cmNTx1.%el.cmPhK1","bTHQC":"%ed.bTHQR.%el.cmNTx1.%el.cmPhK1.%el.cmPhN1","bTHQD":"%ed.bTHQR.%wf.cmMnc.actions.0","bTHQE":"%ed.bTHQR.%el.cmNTx1.%el.cmPhT1","bTHQF":"%ed.bTHQR.%wf.cmMnc","bTHQG":"%ed.bTHQR.%wf.cmNgw0","bTHQH":"%ed.bTHQR.%wf.cmNgt0","bTHQI":"%ed.bTHQR.%wf.cmNgt0.actions.0","bTHQJ":"%ed.bTHQR.%wf.cmPhV1.actions.1","bTHQK":"%ed.bTHQR.%wf.cmPhV1","bTHQL":"%ed.bTHQR.%wf.cmPhV1.actions.0","bTHQM":"%ed.bTHQR.%wf.cmPhe1.actions.1","bTHQN":"%ed.bTHQR.%wf.cmPhe1","bTHQO":"%ed.bTHQR.%wf.cmPhe1.actions.0","bTHQP":"%ed.bTHOJ.%el.bTHQU","bTHQS":"%ed.bTHOJ.%wf.bTHQW","bTHQV":"%ed.bTHOJ.%wf.bTHQZ","bTHQX":"%ed.bTHOJ.%wf.bTHQW.actions.0","bTHQY":"%ed.bTHOJ.%wf.bTHQc","bTHQa":"%ed.bTHOJ.%wf.bTHQZ.actions.0","bTHQb":"%ed.bTHOJ.%wf.bTHQW.actions.1","bTHQd":"%ed.bTHOJ.%wf.bTHQc.actions.3","bTHQg":"%ed.bTHOJ.%wf.bTHQc.actions.4","bTHQh":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm","bTHQi":"%ed.bTHOJ.%wf.bTHQZ.actions.1","bTHQv":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF","bTHQw":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTHQx":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK","bTHQy":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkj","bTHRA":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkn","bTHRB":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTHRC":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTHRD":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT","bTHRE":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkj","bTHRG":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkn","bTHRH":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTHRI":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ","bTHRL":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ.%el.cmMkj.%el.cmMkk","bTHRN":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ.%el.cmMkj","bTHRP":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ.%el.cmMkn","bTHRQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTMYJ.%el.cmMkn.%el.cmMkq","bTHRR":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD","bTHRU":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD.%el.cmMkn","bTHRV":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD.%el.cmMkj","bTHRW":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD.%el.cmMkj.%el.cmMkk","bTHRX":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE.%el.cmMkj","bTHRY":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYD.%el.cmMkn.%el.cmMkq","bTHRZ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE","bTHRa":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE.%el.cmMkn.%el.cmMkq","bTHRb":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE.%el.cmMkj.%el.cmMkk","bTHRc":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTMYE.%el.cmMkn","bTHRi":"%ed.bTHOJ.%wf.bTHRg","bTHRl":"%ed.bTHOJ.%wf.bTHRg.actions.1","bTHRm":"%ed.bTHOJ.%wf.cmMnU.actions.7","bTHRn":"%ed.bTHOJ.%wf.cmMnU.actions.2","bTHRu":"%ed.bTHOJ.%wf.bTHHf0.actions.0","bTHSB":"%ed.bTHSx.%el.bTHEr0","bTHSF":"%ed.bTHSx.%el.bTHEr0.%el.bTMfy","bTHSG":"%ed.bTHSx.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTHSH":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0","bTHSI":"%ed.bTHSx.%el.bTHEr0.%el.cmMka","bTHSJ":"%ed.bTHSx.%el.bTHEw0","bTHSK":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUS1","bTHSL":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.bTLtj","bTHSM":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS","bTHSN":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTHSO":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUV1","bTHSP":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTHSQ":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTHSR":"%ed.bTHSx.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTHSS":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0","bTHST":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTHSU":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTHSV":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTHSW":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTHSX":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTHSY":"%ed.bTHSx.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrd","bTHSZ":"%ed.bTHSx.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTHSa":"%ed.bTHSx.%el.bTHEw0.%el.bTHQh1","bTHSb":"%ed.bTHSx.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTHSc":"%ed.bTHSx.%wf.bTLrg","bTHSd":"%ed.bTHSx.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTHSe":"%ed.bTHSx.%el.bTHJV","bTHSf":"%ed.bTHSx.%wf.bTLtp","bTHSg":"%ed.bTHSx.%wf.bTLrg.actions.0","bTHSh":"%ed.bTHSx.%wf.bTLrg.actions.1","bTHSi":"%ed.bTHSx.%wf.bTMgK","bTHSk":"%ed.bTHSx.%wf.bTLtp.actions.0","bTHSl":"%ed.bTHSx.%wf.bTMgK.actions.2","bTHSm":"%ed.bTHSx.%wf.bTMgK.actions.0","bTHSn":"%ed.bTHSx.%wf.bTMgK.actions.1","bTHSo":"%ed.bTHSx.%wf.bTMgR.actions.0","bTHSp":"%ed.bTHSx.%wf.bTMgK.actions.3","bTHSq":"%ed.bTHSx.%wf.bTMgR","bTHSr":"%ed.bTHSx.%wf.bTHQk1","bTHSs":"%ed.bTHSx.%wf.bTHQa1","bTHSt":"%ed.bTHSx.%wf.bTHQa1.actions.0","bTHSu":"%ed.bTHSx.%wf.bTHJa","bTHSv":"%ed.bTHSx.%wf.bTHQk1.actions.0","bTHSw":"%ed.bTHSx.%wf.bTHQk1.actions.1","bTHSy":"%ed.bTHSx.%wf.bTHJa.actions.0","bTHTA":"%ed.bTHSx.%el.bTHTF","bTHTD":"%ed.bTHSx.%wf.bTMgR.actions.1","bTHTH":"%ed.bTHJN.%wf.bTMgR.actions.1","bTHTJ":"%ed.bTHTW.%el.bTHJl","bTHTK":"%ed.bTHTW.%el.bTHJk","bTHTL":"%ed.bTHTW.%el.bTHJk.%el.cmMkk","bTHTO":"%ed.bTHTW.%el.bTHJl.%el.bTHJw","bTHTP":"%ed.bTHTW.%wf.bTHKB.actions.1","bTHTQ":"%ed.bTHTW.%wf.bTHKB","bTHTR":"%ed.bTHTW.%wf.bTHKB.actions.0","bTHTS":"%ed.bTHTW.%wf.bTHKF.actions.1","bTHTT":"%ed.bTHTW.%wf.bTHKF","bTHTU":"%ed.bTHTW.%wf.bTHKF.actions.0","bTHTX":"%ed.bTHTW.%el.bTHJl.%el.bTHTZ","bTHTd":"%ed.bTHTW.%el.bTHTf","bTHTg":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVtt","bTHTj":"%ed.bTHOJ.%wf.bTHHf0.actions.1","bTHTk":"%ed.bTHOJ.%wf.bTHRg.actions.2","bTHTl":"%ed.bTHOJ.%wf.bTHRg.actions.0","bTHTn":"%ed.bTHOJ.%wf.cmMnU.actions.0","bTHTp":"%ed.bTHOJ.%wf.cmMnU.actions.8","bTHTt":"%ed.bTHOJ.%wf.bTHQc.actions.1","bTHTu":"%ed.bTHOJ.%wf.bTHQc.actions.2","bTHTy":"%ed.bTHOJ.%wf.bTHQc.actions.0","bTHUA":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz","bTHUE":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK","bTHUF":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkn","bTHUG":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkj","bTHUH":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkj.%el.cmMkk","bTHUI":"%ed.bTHOJ.%wf.bTHPk.actions.0","bTHUJ":"%ed.bTHOJ.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkn.%el.cmMkq","bTHUN":"%ed.bTHOJ.%wf.bTHPk.actions.1","bTHUP":"%ed.bTHOJ.%wf.bTHPk.actions.2","bTHfV":"%ed.bTHEB.%wf.bTIlX.actions.0","bTHfX":"%ed.bTHEB.%wf.cmNUY1.actions.0","bTHkf":"%ed.bTHmT.%el.bTLdZ","bTHki":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd","bTHkj":"%ed.bTHmT.%el.bTLdZ.%el.bTLWh","bTHkk":"%ed.bTHmT.%el.bTLdZ.%el.bTLWh.%el.bTLWk","bTHkl":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj.%el.bTLds","bTHkm":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj","bTHkn":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj.%el.bTLdk","bTHko":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD","bTHkp":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj.%el.bTLds.%el.bTLdt","bTHkq":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLdj.%el.bTLds.%el.bTLdw","bTHkr":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD.%el.cmMkn","bTHks":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD.%el.cmMkj","bTHkt":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD.%el.cmMkj.%el.cmMkk","bTHku":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK.%el.cmMkj","bTHkv":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeD.%el.cmMkn.%el.cmMkq","bTHkw":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK","bTHkx":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK.%el.cmMkn.%el.cmMkq","bTHky":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK.%el.cmMkj.%el.cmMkk","bTHkz":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeK.%el.cmMkn","bTHlA":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeW.%el.bTJjg0","bTHlB":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeW","bTHlC":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLeW.%el.bTJjd0","bTHlD":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei.%el.cmMkj.%el.cmMkk","bTHlE":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei","bTHlF":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei.%el.cmMkj","bTHlG":"%ed.bTHmT.%el.bTLem","bTHlH":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei.%el.cmMkn","bTHlI":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTLei.%el.cmMkn.%el.cmMkq","bTHlK":"%ed.bTHmT.%el.cmMZi","bTHlV":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTMXu","bTHlW":"%ed.bTHmT.%el.cmMZi.%el.cmMZo","bTHlY":"%ed.bTHmT.%el.cmMZi.%el.cmMZr","bTHlZ":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTMXu.%el.bTMXv","bTHla":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTMXu.%el.bTMXw","bTHld":"%ed.bTHmT.%el.cmMZi.%el.cmMZr.%el.bTHmW","bTHlt":"%ed.bTHmT.%wf.bTHmo.actions.1","bTHlu":"%ed.bTHmT.%wf.bTHmo","bTHlv":"%ed.bTHmT.%wf.bTHmo.actions.0","bTHlw":"%ed.bTHmT.%wf.bTHmh","bTHlx":"%ed.bTHmT.%wf.bTHmo.actions.2","bTHly":"%ed.bTHmT.%wf.bTHmo.actions.3","bTHlz":"%ed.bTHmT.%wf.bTLet.actions.0","bTHmA":"%ed.bTHmT.%wf.bTHmh.actions.0","bTHmB":"%ed.bTHmT.%wf.bTLet","bTHmD":"%ed.bTHmT.%wf.bTLet.actions.1","bTHmH":"%ed.bTHmT.%wf.bTMAd","bTHmX":"%ed.bTHmT.%el.cmMZi.%el.cmMZr.%el.bTHmc","bTHpg":"%ed.bTHqU.%el.bTHXM","bTHpi":"%ed.bTHqU.%el.bTHLz","bTHpj":"%ed.bTHqU.%el.cmMkT.%el.cmMka","bTHpk":"%ed.bTHqU.%el.cmMkT","bTHpl":"%ed.bTHqU.%el.cmMkT.%el.cmMkX","bTHpm":"%ed.bTHqU.%el.cmMlJ.%el.cmMlO","bTHpn":"%ed.bTHqU.%el.cmMlJ","bTHpo":"%ed.bTHqU.%el.cmMlJ.%el.cmMlK","bTHpp":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0.%el.cmMkj","bTHpq":"%ed.bTHqU.%el.bTHHb0","bTHpr":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0","bTHps":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0.%el.cmMkn.%el.cmMkq","bTHpt":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0.%el.cmMkj.%el.cmMkk","bTHpu":"%ed.bTHqU.%el.bTHHb0.%el.bTHHc0.%el.cmMkn","bTHpy":"%ed.bTHqU.%wf.bTHWo","bTHqB":"%ed.bTHqU.%wf.cmMnU.actions.0","bTHqC":"%ed.bTHqU.%wf.bTHWo.actions.0","bTHqD":"%ed.bTHqU.%wf.cmMnU","bTHqE":"%ed.bTHqU.%wf.cmMnU.actions.3","bTHqF":"%ed.bTHqU.%wf.cmMnU.actions.1","bTHqG":"%ed.bTHqU.%wf.cmMnU.actions.2","bTHqH":"%ed.bTHqU.%wf.cmMnU.actions.6","bTHqI":"%ed.bTHqU.%wf.cmMnU.actions.4","bTHqJ":"%ed.bTHqU.%wf.cmMnU.actions.5","bTHqK":"%ed.bTHqU.%wf.cmMnZ.actions.0","bTHqL":"%ed.bTHqU.%wf.cmMnU.actions.7","bTHqM":"%ed.bTHqU.%wf.cmMnZ","bTHqN":"%ed.bTHqU.%wf.cmMng","bTHqO":"%ed.bTHqU.%wf.cmMnc","bTHqP":"%ed.bTHqU.%wf.cmMnc.actions.0","bTHqR":"%ed.bTHqU.%wf.cmMng.actions.0","bTHqS":"%ed.bTHqU.%wf.bTHHf0","bTICi":"%ed.bTICv.%el.bTIgz.%el.bTIhA","bTICk":"%ed.bTICv.%el.bTIgz","bTICl":"%ed.bTICv.%wf.bTIhH","bTICm":"%ed.bTICv.%el.bTIgz.%el.bTIhA.%el.bTIhE","bTICn":"%ed.bTICv.%el.bTIgz.%el.bTIhB","bTICo":"%ed.bTICv.%wf.bTJgi0","bTICp":"%ed.bTICv.%wf.bTIhH.actions.0","bTICq":"%ed.bTICv.%wf.bTIhH.actions.1","bTICs":"%ed.bTICv.%wf.bTJgi0.actions.0","bTICt":"%ed.bTICv.%wf.bTJgi0.actions.1","bTIJY":"%ed.bTIKY.%el.bTKGE0.%el.bTKGF0","bTIJZ":"%ed.bTIKY.%el.bTHLr","bTIJa":"%ed.bTIKY.%el.bTKGE0","bTIJb":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW","bTIJc":"%ed.bTIKY.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTIJd":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0","bTIJe":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTIJf":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn","bTIJg":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmODk0","bTIJh":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS.%el.cmNUS1","bTIJi":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0","bTIJj":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS","bTIJk":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTIJl":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS.%el.cmNUV1","bTIJm":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC","bTIJn":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTIJo":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTIJp":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTIJr":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTIJs":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhB","bTIJt":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTIJv":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTIJw":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR","bTIJx":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTIJy":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTIJz":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN","bTIKA":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU","bTIKB":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG","bTIKC":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR","bTIKD":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN.%el.bTHBH","bTIKE":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ","bTIKF":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsS.%el.cmNll","bTIKG":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR.%el.cmNll","bTIKH":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsS","bTIKI":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm.%el.bTHBH","bTIKK":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm","bTIKL":"%ed.bTIKY.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTIKM":"%ed.bTIKY.%el.bTKHM0","bTIKN":"%ed.bTIKY.%el.bTKHM0.%el.bTIWI","bTIKO":"%ed.bTIKY.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTIKP":"%ed.bTIKY.%el.bTKHM0.%el.bTIZp","bTIKQ":"%ed.bTIKY.%el.bTKHM0.%el.bTIZp.%el.cmPxS","bTIKR":"%ed.bTIKY.%wf.bTKsh","bTIKS":"%ed.bTIKY.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTIKT":"%ed.bTIKY.%wf.bTHhE","bTIKV":"%ed.bTIKY.%wf.bTHbY0","bTIKW":"%ed.bTIKY.%wf.bTHbY0.actions.0","bTIKX":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf","bTIKa":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObV","bTIKc":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc","bTIKd":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg","bTIKe":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObY","bTIKi":"%ed.bTIKY.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg.%el.bTHBH","bTIKm":"%ed.bTINL.%el.cmMkT","bTIKn":"%ed.bTINL.%el.bTHPr","bTIKo":"%ed.bTINL.%el.bTHQU","bTIKp":"%ed.bTINL.%el.cmMkT.%el.cmMka","bTIKq":"%ed.bTINL.%el.cmMkT.%el.bTHPl","bTIKr":"%ed.bTINL.%el.cmMkT.%el.cmMkX","bTIKs":"%ed.bTINL.%el.cmMlJ.%el.cmMlO","bTIKt":"%ed.bTINL.%el.cmMlJ","bTIKu":"%ed.bTINL.%el.cmMlJ.%el.cmMlK","bTIKw":"%ed.bTINL.%el.bTHHb0","bTILE":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns","bTILG":"%ed.bTINL.%el.bTHHb0.%el.bTINm","bTILH":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns.%el.cmMkn","bTILI":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns.%el.cmMkj","bTILJ":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns.%el.cmMkj.%el.cmMkk","bTILK":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK","bTILL":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPns.%el.cmMkn.%el.cmMkq","bTILM":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM","bTILN":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTILO":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.bTHOm","bTILP":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.cmMkj","bTILQ":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT","bTILR":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.cmMkn","bTILS":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTILT":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT.%el.cmMkn","bTILU":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT.%el.cmMkj","bTILV":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTILW":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF","bTILX":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTILY":"%ed.bTINL.%el.bTHHb0.%el.bTHQm","bTILZ":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTILa":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK","bTILb":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkj","bTILc":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT","bTILd":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkn","bTILe":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTILf":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkn","bTILg":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkj","bTILh":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTILi":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkj","bTILj":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTILk":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd","bTILl":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPZ","bTILm":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkj.%el.cmMkk","bTILn":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn","bTILo":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPh.%el.bTHPd","bTILp":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPZ.%el.bTHPd","bTILq":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.bTHPh","bTILr":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK","bTILs":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRF.%el.bTHRd.%el.cmMkn.%el.cmMkq","bTILt":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe","bTILu":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK.%el.cmMkn","bTILv":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK.%el.cmMkj","bTILw":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK.%el.cmMkj.%el.cmMkk","bTILx":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT.%el.cmMkj","bTILy":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPK.%el.cmMkn.%el.cmMkq","bTILz":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT","bTIMA":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT.%el.cmMkn.%el.cmMkq","bTIMB":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT.%el.cmMkj.%el.cmMkk","bTIMC":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHRe.%el.bTHPT.%el.cmMkn","bTIMD":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD.%el.cmMkj","bTIME":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz","bTIMF":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD","bTIMG":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD.%el.cmMkn.%el.cmMkq","bTIMH":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD.%el.cmMkj.%el.cmMkk","bTIMI":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUD.%el.cmMkn","bTIMJ":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkj.%el.cmMkk","bTIMK":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK","bTIML":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkj","bTIMN":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkn","bTIMO":"%ed.bTINL.%el.bTHHb0.%el.bTHQm.%el.bTHTz.%el.bTHUK.%el.cmMkn.%el.cmMkq","bTIMQ":"%ed.bTINL.%el.bTHbL0","bTIMS":"%ed.bTINL.%wf.bTHPk.actions.0","bTIMU":"%ed.bTINL.%wf.bTHPk","bTIMV":"%ed.bTINL.%wf.bTHPk.actions.3","bTIMW":"%ed.bTINL.%wf.bTHPk.actions.1","bTIMX":"%ed.bTINL.%wf.bTHPk.actions.2","bTIMY":"%ed.bTINL.%wf.bTHPo.actions.0","bTIMZ":"%ed.bTINL.%wf.bTHPk.actions.4","bTIMa":"%ed.bTINL.%wf.bTHPo","bTIMb":"%ed.bTINL.%wf.bTHQW.actions.0","bTIMc":"%ed.bTINL.%wf.bTHPo.actions.1","bTIMd":"%ed.bTINL.%wf.bTHQW","bTIMe":"%ed.bTINL.%wf.bTHQZ.actions.0","bTIMf":"%ed.bTINL.%wf.bTHQW.actions.1","bTIMg":"%ed.bTINL.%wf.bTHQZ","bTIMh":"%ed.bTINL.%wf.bTHQc.actions.0","bTIMi":"%ed.bTINL.%wf.bTHQZ.actions.1","bTIMj":"%ed.bTINL.%wf.bTHQc","bTIMk":"%ed.bTINL.%wf.bTHQc.actions.3","bTIMl":"%ed.bTINL.%wf.bTHQc.actions.1","bTIMm":"%ed.bTINL.%wf.bTHQc.actions.2","bTIMn":"%ed.bTINL.%wf.bTHRg","bTIMo":"%ed.bTINL.%wf.bTHQc.actions.4","bTIMp":"%ed.bTINL.%wf.bTHQc.actions.5","bTIMs":"%ed.bTINL.%wf.bTHRg.actions.0","bTIMt":"%ed.bTINL.%wf.cmMnU.actions.1","bTIMu":"%ed.bTINL.%wf.cmMnU","bTIMv":"%ed.bTINL.%wf.cmMnU.actions.0","bTIMw":"%ed.bTINL.%wf.cmMnU.actions.4","bTIMx":"%ed.bTINL.%wf.cmMnU.actions.2","bTIMy":"%ed.bTINL.%wf.cmMnU.actions.3","bTIMz":"%ed.bTINL.%wf.cmMnU.actions.6","bTINA":"%ed.bTINL.%wf.cmMnU.actions.5","bTINC":"%ed.bTINL.%wf.cmMnZ.actions.0","bTIND":"%ed.bTINL.%wf.cmMnU.actions.7","bTINE":"%ed.bTINL.%wf.cmMnZ","bTINF":"%ed.bTINL.%wf.cmMng","bTING":"%ed.bTINL.%wf.cmMnc","bTINH":"%ed.bTINL.%wf.cmMnc.actions.0","bTINJ":"%ed.bTINL.%wf.cmMng.actions.0","bTINK":"%ed.bTINL.%wf.bTHHf0","bTINO":"%ed.bTINL.%el.bTHHb0.%el.bTINU","bTINR":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkj.%el.cmMkk","bTINT":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkj","bTINV":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkn","bTINW":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkn.%el.cmMkq","bTINX":"%ed.bTINL.%el.bTHHb0.%el.bTINU.%el.cmMkj.%el.bTINc","bTINa":"%ed.bTINL.%el.cmMkT.%el.bTINf","bTINd":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj","bTINg":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj.%el.cmMkj.%el.cmMkk","bTINi":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj.%el.cmMkj","bTINk":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj.%el.cmMkn","bTINl":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTINj.%el.cmMkn.%el.cmMkq","bTINq":"%ed.bTIKY.%el.bTINp","bTINw":"%p3.bTIOF.%el.bTHBx","bTIOB":"%p3.bTIOF.%el.bTHmt","bTIOK":"%ed.bTIOY.%el.cmMZM","bTIOM":"%ed.bTIOY.%el.bTGzE","bTION":"%ed.bTIOY.%el.cmMZM.%el.cmMZT.%el.bTGyk.%el.bTGyl","bTIOO":"%ed.bTIOY.%el.cmMZM.%el.cmMZT","bTIOP":"%ed.bTIOY.%el.cmMZM.%el.cmMZT.%el.bTGyk","bTIOQ":"%ed.bTIOY.%wf.bTIZh.actions.0","bTIOR":"%ed.bTIOY.%el.cmMZM.%el.cmMZT.%el.cmMZW","bTIOS":"%ed.bTIOY.%wf.bTIZh","bTIOT":"%ed.bTIOY.%wf.cmOUE0.actions.1","bTIOU":"%ed.bTIOY.%wf.cmOUE0","bTIOV":"%ed.bTIOY.%wf.cmOUE0.actions.0","bTIOW":"%p3.bTIOF.%el.bTIOb","bTIOZ":"%p3.bTIOF.%el.bTHBx.%el.bTIOe","bTIOi":"%ed.bTIQX.%el.bTUcn.%el.bTUco","bTIOj":"%ed.bTIQX.%el.bTHLr","bTIOk":"%ed.bTIQX.%el.bTHhG","bTIOl":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0","bTIOm":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0","bTIOn":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.cmMkX","bTIOo":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.bTUby.%el.bTUcC","bTIOp":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW","bTIOq":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn","bTIOr":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTIOs":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTIOt":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC","bTIOu":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTIOv":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTIOw":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTIOx":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhD","bTIOy":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTIOz":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhB","bTIPA":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhD.%el.cmObc.%el.cmObY","bTIPB":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhD.%el.cmObc","bTIPC":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhD.%el.cmObc.%el.cmObV","bTIPD":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHid.%el.cmObc.%el.cmObV","bTIPE":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHid","bTIPF":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHid.%el.cmObc","bTIPG":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTIPH":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHid.%el.cmObc.%el.cmObY","bTIPI":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTIPJ":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR","bTIPK":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTIPL":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTIPM":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHDN","bTIPN":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx","bTIPO":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd","bTIPP":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHfD.%el.bTLPT1.%el.bTLPU1","bTIPQ":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHDN.%el.bTHBH","bTIPR":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHfD","bTIPS":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL.%el.bTUdM","bTIPT":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHie","bTIPU":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHie.%el.bTHBH","bTIPV":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.cmObm.%el.bTHBH","bTIPW":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL.%el.bTUdM.%el.bTIGO","bTIPX":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.cmObm","bTIPY":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF","bTIPZ":"%ed.bTIQX.%el.bTUcn.%el.bTUcs","bTIPa":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm","bTIPb":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMYs.%el.cmMYy","bTIPc":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMYs","bTIPd":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMYs.%el.cmMYv","bTIPe":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0","bTIPf":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm","bTIPg":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk","bTIPh":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqf0","bTIPi":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0","bTIPj":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0","bTIPl":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqi0","bTIPm":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTHkF.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqt0","bTIPq":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP","bTIPt":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMYs.%el.cmMYy","bTIPu":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMYs","bTIPv":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMYs.%el.cmMYv","bTIPw":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0","bTIPx":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm","bTIPy":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk","bTIPz":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqf0","bTIQA":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0","bTIQB":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0","bTIQC":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIWI","bTIQD":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqi0","bTIQE":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTHjm.%el.bTIJP.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqt0","bTIQF":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIZp.%el.cmPxS","bTIQG":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIWI.%el.cmMkX","bTIQH":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIZp","bTIQI":"%ed.bTIQX.%wf.bTHkJ","bTIQJ":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTIQK":"%ed.bTIQX.%el.bTUcn.%el.bTUcs.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTIQL":"%ed.bTIQX.%wf.bTHkK.actions.0","bTIQM":"%ed.bTIQX.%wf.bTHkJ.actions.0","bTIQN":"%ed.bTIQX.%wf.bTHkK","bTIQP":"%ed.bTIQX.%wf.bTHkT","bTIQQ":"%ed.bTIQX.%wf.bTHkT.actions.0","bTIQR":"%ed.bTIQX.%wf.bTIJI.actions.0","bTIQT":"%ed.bTIQX.%wf.bTIJI","bTIQU":"%ed.bTIQX.%wf.bTIJW","bTIQV":"%ed.bTIQX.%wf.bTIJJ","bTIQW":"%ed.bTIQX.%wf.bTIJJ.actions.0","bTIQY":"%ed.bTIQX.%wf.bTIJW.actions.0","bTIQd":"%ed.bTISR.%el.bTLPb.%el.bTLiR.%el.bTLVR","bTIQe":"%ed.bTISR.%el.bTLPb.%el.bTLiR","bTIQf":"%ed.bTISR.%el.bTLPb.%el.bTLiR.%el.bTLRv","bTIQg":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLio.%el.cmMnI","bTIQh":"%ed.bTISR.%el.bTLPb.%el.bTLin","bTIQi":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLio","bTIQj":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip","bTIQk":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLio.%el.cmMnI.%el.cmMnL","bTIQl":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLio.%el.cmMnI.%el.cmMnO","bTIQn":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb","bTIRc":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLVR","bTIRe":"%ed.bTISR.%el.bTLPb.%el.cmNAA0","bTIRf":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTLii","bTIRg":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia","bTIRi":"%ed.bTISR.%el.bTLPb","bTIRj":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTLii.%el.bTLij","bTIRk":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTLii.%el.bTLik","bTIRl":"%ed.bTISR.%el.bTLgG","bTIRn":"%ed.bTISR.%el.bTLVk","bTIRq":"%ed.bTISR.%wf.bTLUX","bTIRr":"%ed.bTISR.%wf.bTLVU.actions.0","bTIRt":"%ed.bTISR.%wf.bTLVU","bTISL":"%ed.bTISR.%wf.bTLkj","bTISP":"%ed.bTISR.%el.bTLPb.%el.bTITi","bTISV":"%ed.bTISR.%el.bTLPb.%el.bTITi.%el.bTISw","bTISY":"%ed.bTISR.%el.bTLPb.%el.bTITi.%el.bTISy","bTISz":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITL.%el.bTITP","bTITA":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI","bTITD":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITL.%el.bTITQ","bTITM":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITL","bTITO":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITW","bTITR":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITW.%el.bTITU","bTITY":"%p3.bTIOF.%el.bTITX","bTITb":"%ed.bTISR.%el.bTLPb.%el.bTLin.%el.bTLip.%el.bTISb.%el.bTITI.%el.bTITa","bTITe":"%ed.bTISR.%wf.bTITd","bTITh":"%ed.bTISR.%wf.bTITd.actions.0","bTITj":"%ed.bTIUb.%el.cmMkT","bTITk":"%ed.bTIUb.%el.bTHLz","bTITl":"%ed.bTIUb.%el.bTHXM","bTITm":"%ed.bTIUb.%el.cmMlJ","bTITn":"%ed.bTIUb.%el.cmMkT.%el.cmMkX","bTITo":"%ed.bTIUb.%el.cmMkT.%el.cmMka","bTITp":"%ed.bTIUb.%el.bTHHb0","bTITq":"%ed.bTIUb.%el.cmMlJ.%el.cmMlK","bTITr":"%ed.bTIUb.%el.cmMlJ.%el.cmMlO","bTITv":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0","bTITy":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0.%el.cmMkn","bTITz":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0.%el.cmMkj","bTIUA":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0.%el.cmMkj.%el.cmMkk","bTIUC":"%ed.bTIUb.%el.bTHHb0.%el.bTHHc0.%el.cmMkn.%el.cmMkq","bTIUH":"%ed.bTIUb.%wf.cmMnU","bTIUI":"%ed.bTIUb.%wf.bTHWo","bTIUJ":"%ed.bTIUb.%wf.bTHWo.actions.0","bTIUK":"%ed.bTIUb.%wf.cmMnU.actions.2","bTIUL":"%ed.bTIUb.%wf.cmMnU.actions.0","bTIUM":"%ed.bTIUb.%wf.cmMnU.actions.1","bTIUN":"%ed.bTIUb.%wf.cmMnU.actions.5","bTIUO":"%ed.bTIUb.%wf.cmMnU.actions.3","bTIUP":"%ed.bTIUb.%wf.cmMnU.actions.4","bTIUQ":"%ed.bTIUb.%wf.cmMnZ","bTIUR":"%ed.bTIUb.%wf.cmMnU.actions.6","bTIUS":"%ed.bTIUb.%wf.cmMnU.actions.7","bTIUT":"%ed.bTIUb.%wf.cmMnc.actions.0","bTIUU":"%ed.bTIUb.%wf.cmMnZ.actions.0","bTIUV":"%ed.bTIUb.%wf.cmMnc","bTIUW":"%ed.bTIUb.%wf.bTHHf0","bTIUX":"%ed.bTIUb.%wf.cmMng","bTIUY":"%ed.bTIUb.%wf.cmMng.actions.0","bTIUZ":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms","bTIUc":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.cmMkj.%el.cmMkk","bTIUe":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.cmMkj","bTIUg":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.cmMkn","bTIUh":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.cmMkn.%el.cmMkq","bTIUi":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu","bTIUl":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.cmMkj.%el.cmMkk","bTIUn":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.cmMkj","bTIUp":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.cmMkn","bTIUq":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.cmMkn.%el.cmMkq","bTIUr":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF","bTIUu":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF.%el.cmMkj.%el.cmMkk","bTIUw":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF.%el.cmMkj","bTIUy":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF.%el.cmMkn","bTIUz":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnF.%el.cmMkn.%el.cmMkq","bTIVA":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt.%el.cmMkj","bTIVB":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt","bTIVD":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt.%el.cmMkn.%el.cmMkq","bTIVE":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt.%el.cmMkj.%el.cmMkk","bTIVF":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmt.%el.cmMkn","bTIVI":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE","bTIVJ":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.cmMkn","bTIVK":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.cmMkj","bTIVL":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.cmMkj.%el.cmMkk","bTIVM":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKms.%el.bTIVR","bTIVN":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.cmMkn.%el.cmMkq","bTIVP":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA.%el.bTKnE.%el.bTIVU","bTIVV":"%ed.bTIWT.%el.bTHEr0.%el.bTMfy","bTIVX":"%ed.bTIWT.%el.bTHEr0","bTIVY":"%ed.bTIWT.%el.bTHEr0.%el.cmMka","bTIVZ":"%ed.bTIWT.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTIVa":"%ed.bTIWT.%el.bTHEr0.%el.bTMfy.%el.bTMgC","bTIVb":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.bTLtj","bTIVc":"%ed.bTIWT.%el.bTHEw0","bTIVd":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0","bTIVe":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUV1","bTIVf":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS","bTIVg":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUS1","bTIVh":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTIVi":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTIVj":"%ed.bTIWT.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTIVk":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTIVl":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0","bTIVm":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTIVn":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTIVo":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTIVp":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTIVq":"%ed.bTIWT.%el.bTHEw0.%el.bTHQh1","bTIVs":"%ed.bTIWT.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTIVt":"%ed.bTIWT.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTIVu":"%ed.bTIWT.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTIVv":"%ed.bTIWT.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTIVw":"%ed.bTIWT.%wf.bTLrg","bTIVx":"%ed.bTIWT.%wf.bTHJa","bTIVy":"%ed.bTIWT.%wf.bTHJa.actions.0","bTIVz":"%ed.bTIWT.%wf.bTLtp","bTIWA":"%ed.bTIWT.%wf.bTLrg.actions.0","bTIWB":"%ed.bTIWT.%wf.bTLrg.actions.1","bTIWC":"%ed.bTIWT.%wf.bTMgK","bTIWE":"%ed.bTIWT.%wf.bTLtp.actions.0","bTIWF":"%ed.bTIWT.%wf.bTMgK.actions.2","bTIWG":"%ed.bTIWT.%wf.bTMgK.actions.0","bTIWH":"%ed.bTIWT.%wf.bTMgK.actions.1","bTIWI":"%ed.bTIWT.%wf.bTMgR.actions.0","bTIWJ":"%ed.bTIWT.%wf.bTMgK.actions.3","bTIWK":"%ed.bTIWT.%wf.bTMgR","bTIWL":"%ed.bTIWT.%wf.bTHQa1.actions.0","bTIWM":"%ed.bTIWT.%wf.bTMgR.actions.1","bTIWN":"%ed.bTIWT.%wf.bTHQa1","bTIWO":"%ed.bTIWT.%wf.bTHQk1.actions.1","bTIWP":"%ed.bTIWT.%wf.bTHQk1","bTIWQ":"%ed.bTIWT.%wf.bTHQk1.actions.0","bTIWR":"%ed.bTIWT.%el.bTIWW","bTIWX":"%ed.bTIWl.%el.bTHJl","bTIWY":"%ed.bTIWl.%el.bTHJk","bTIWZ":"%ed.bTIWl.%el.bTHJk.%el.cmMkk","bTIWb":"%ed.bTIWl.%el.bTHJl.%el.bTHJw","bTIWc":"%ed.bTIWl.%el.bTHJl.%el.bTHTZ","bTIWd":"%ed.bTIWl.%wf.bTHKB.actions.1","bTIWe":"%ed.bTIWl.%wf.bTHKB","bTIWf":"%ed.bTIWl.%wf.bTHKB.actions.0","bTIWg":"%ed.bTIWl.%wf.bTHKF.actions.1","bTIWh":"%ed.bTIWl.%wf.bTHKF","bTIWi":"%ed.bTIWl.%wf.bTHKF.actions.0","bTIWj":"%ed.bTIWl.%el.bTIWo","bTIWm":"%ed.bTIUb.%el.bTHHb0.%el.bTIWr","bTIWs":"%ed.bTIXq.%el.bTHEr0","bTIWt":"%ed.bTIUb.%wf.bTHHf0.actions.1","bTIWv":"%ed.bTIXq.%el.bTHEr0.%el.bTMfy.%el.bTMgC","bTIWw":"%ed.bTIXq.%el.bTHEr0.%el.bTMfy","bTIWx":"%ed.bTIXq.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTIWy":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0","bTIWz":"%ed.bTIXq.%el.bTHEr0.%el.cmMka","bTIXA":"%ed.bTIXq.%el.bTHEw0","bTIXB":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUS1","bTIXC":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.bTLtj","bTIXD":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS","bTIXE":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTIXF":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.bTLtj.%el.cmPxS.%el.cmNUV1","bTIXG":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTIXH":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTIXI":"%ed.bTIXq.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTIXJ":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0","bTIXK":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTIXL":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTIXM":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTIXN":"%ed.bTIXq.%el.bTHEw0.%el.bTHQh1","bTIXO":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTIXP":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTIXQ":"%ed.bTIXq.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTIXR":"%ed.bTIXq.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTIXS":"%ed.bTIXq.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTIXT":"%ed.bTIXq.%wf.bTHJa.actions.0","bTIXV":"%ed.bTIXq.%wf.bTHJa","bTIXW":"%ed.bTIXq.%wf.bTLrg.actions.1","bTIXX":"%ed.bTIXq.%wf.bTLrg","bTIXY":"%ed.bTIXq.%wf.bTLrg.actions.0","bTIXZ":"%ed.bTIXq.%wf.bTMgK","bTIXa":"%ed.bTIXq.%wf.bTLtp","bTIXc":"%ed.bTIXq.%wf.bTMgK.actions.2","bTIXd":"%ed.bTIXq.%wf.bTMgK.actions.0","bTIXe":"%ed.bTIXq.%wf.bTMgK.actions.1","bTIXg":"%ed.bTIXq.%wf.bTMgK.actions.3","bTIXh":"%ed.bTIXq.%wf.bTMgR","bTIXi":"%ed.bTIXq.%wf.bTHQa1.actions.0","bTIXj":"%ed.bTIXq.%wf.bTMgR.actions.1","bTIXk":"%ed.bTIXq.%wf.bTHQa1","bTIXl":"%ed.bTIXq.%wf.bTHQk1.actions.1","bTIXm":"%ed.bTIXq.%wf.bTHQk1","bTIXn":"%ed.bTIXq.%wf.bTHQk1.actions.0","bTIXo":"%ed.bTIXq.%el.bTIXt","bTIXr":"%ed.bTIXq.%wf.bTLtp.actions.0","bTIXu":"%ed.bTIYG.%el.bTHJk","bTIXx":"%ed.bTIYG.%el.bTHJl.%el.bTHJt","bTIXy":"%ed.bTIYG.%el.bTHJk.%el.cmMkk","bTIXz":"%ed.bTIYG.%el.bTHJl","bTIYA":"%ed.bTIYG.%wf.bTHKB","bTIYB":"%ed.bTIYG.%el.bTHJl.%el.bTHJw","bTIYC":"%ed.bTIYG.%el.bTHJz","bTIYD":"%ed.bTIYG.%wf.bTHKF","bTIYF":"%ed.bTIYG.%wf.bTHKB.actions.0","bTIYH":"%ed.bTIYG.%wf.bTHKF.actions.0","bTIYI":"%ed.bTIYG.%wf.bTHKF.actions.1","bTIYK":"%ed.bTIYG.%el.bTIYJ","bTIYR":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl","bTIYk":"%ed.bTIYQ.%el.bTIYp","bTIYq":"%ed.bTIZF.%el.bTLKb1.%el.bTLKi1","bTIYr":"%ed.bTIZF.%el.bTLKa1","bTIYs":"%ed.bTIZF.%el.bTLKb1","bTIYt":"%ed.bTIZF.%el.bTLKb1.%el.bTLKc1.%el.bTLKg1","bTIYu":"%ed.bTIZF.%el.bTLKb1.%el.bTLKc1","bTIYv":"%ed.bTIZF.%el.bTLKb1.%el.bTLKc1.%el.bTLKh1","bTIYw":"%ed.bTIZF.%el.bTLKO1.%el.bTLKP1","bTIYx":"%ed.bTIZF.%el.bTLKW1","bTIYy":"%ed.bTIZF.%el.bTLKO1","bTIYz":"%ed.bTIZF.%wf.bTLKm1","bTIZA":"%ed.bTIZF.%el.bTLKO1.%el.bTLKP1.%el.bTLKV1","bTIZB":"%ed.bTIZF.%el.bTLKO1.%el.bTLKP1.%el.bTLKQ1","bTIZC":"%ed.bTIZF.%wf.bTLKU1","bTIZD":"%ed.bTIZF.%wf.bTLKm1.actions.0","bTIZE":"%ed.bTIZF.%wf.bTLKm1.actions.5","bTIZG":"%ed.bTIZF.%wf.bTLKU1.actions.0","bTIZI":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIZb","bTIZL":"%ed.bTIYQ.%wf.bTIZP","bTIZO":"%ed.bTIYQ.%wf.bTIZS","bTIZQ":"%ed.bTIYQ.%wf.bTIZP.actions.0","bTIZR":"%ed.bTIYQ.%wf.bTIZS.actions.2","bTIZT":"%ed.bTIYQ.%wf.bTIZS.actions.0","bTIZU":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb","bTIZV":"%ed.bTIYQ.%wf.bTIZS.actions.1","bTIZg":"%ed.bTIaZ.%el.bTHEr0.%el.bTMfy","bTIZi":"%ed.bTIaZ.%el.bTHEr0","bTIZj":"%ed.bTIaZ.%el.bTHEr0.%el.cmMka","bTIZk":"%ed.bTIaZ.%el.bTHEr0.%el.bTMfy.%el.bTMfz","bTIZl":"%ed.bTIaZ.%el.bTHEr0.%el.bTMfy.%el.bTMgC","bTIZn":"%ed.bTIaZ.%el.bTHEw0","bTIZo":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFG0","bTIZs":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmOEp0","bTIZt":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFG0.%el.cmMkn","bTIZu":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFG0.%el.cmMkn.%el.cmODk0","bTIZv":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1","bTIZw":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0","bTIZx":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0","bTIZy":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTLrc","bTIZz":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1","bTIaA":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb","bTIaB":"%ed.bTIaZ.%el.bTHEw0.%el.bTHQh1.%el.cmMnI","bTIaC":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTHPt1","bTIaD":"%ed.bTIaZ.%el.bTHEw0.%el.bTHQh1","bTIaE":"%ed.bTIaZ.%wf.bTHJa","bTIaF":"%ed.bTIaZ.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnL","bTIaG":"%ed.bTIaZ.%el.bTHEw0.%el.bTHQh1.%el.cmMnI.%el.cmMnO","bTIaH":"%ed.bTIaZ.%wf.bTLrg.actions.2","bTIaI":"%ed.bTIaZ.%wf.bTHJa.actions.0","bTIaJ":"%ed.bTIaZ.%wf.bTLrg","bTIaL":"%ed.bTIaZ.%wf.bTLrg.actions.3","bTIaT":"%ed.bTIaZ.%wf.bTHQa1","bTIaW":"%ed.bTIaZ.%wf.bTHQk1.actions.0","bTIaX":"%ed.bTIaZ.%wf.bTHQa1.actions.0","bTIaY":"%ed.bTIaZ.%wf.bTHQk1","bTIaa":"%ed.bTIaZ.%wf.bTHQk1.actions.1","bTIaf":"%ed.bTIbA.%el.bTIXg.%el.bTIXh","bTIah":"%ed.bTIbA.%el.bTIXg","bTIai":"%ed.bTIbA.%el.bTIXg.%el.bTIXi.%el.bTHoC0","bTIaj":"%ed.bTIbA.%el.bTIXg.%el.bTIXh.%el.bTHnr0","bTIak":"%ed.bTIbA.%el.bTIXg.%el.bTIXi","bTIar":"%ed.bTIbA.%wf.bTIXd.actions.1","bTIas":"%ed.bTIbA.%wf.bTIXd","bTIau":"%ed.bTIbA.%wf.bTIXl.actions.1","bTIav":"%ed.bTIbA.%wf.bTIXl","bTIaw":"%ed.bTIbA.%wf.bTIXl.actions.0","bTIbD":"%ed.bTIbA.%el.bTIbI","bTIbG":"%ed.bTIbA.%el.bTIXg.%el.bTIbL","bTIbN":"%ed.bTIbA.%wf.bTIXd.actions.0","bTIbU":"%ed.bTIbT.%el.bTIhd.%el.bTIhb","bTIbW":"%ed.bTIbT.%el.bTIhd.%el.bTIhb.%el.bTIZa","bTIbX":"%ed.bTIbT.%el.bTIhd.%el.bTIhb.%el.bTIZf","bTIbZ":"%ed.bTIbT.%el.bTIbY","bTIbh":"%ed.bTIbT.%wf.bTIbl","bTIbj":"%ed.bTIbA.%wf.bTIXd.actions.2","bTIbm":"%ed.bTIbT.%el.bTIbo","bTIbn":"%ed.bTIbT.%wf.bTIbl.actions.0","bTIbs":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTIbu","bTIbv":"%ed.bTISR.%el.bTLPb.%el.bTIcR","bTIcV":"%ed.bTISR.%el.bTLPb.%el.bTIcR.%el.bTIcU","bTIcY":"%ed.bTIYQ.%el.bTIcX","bTIca":"%ed.bTIYQ.%el.bTIcf","bTIcc":"%ed.bTISR.%wf.bTLUX.actions.1","bTIcd":"%ed.bTIYG.%el.bTHJk.%el.bTIci","bTIcg":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTLrb.%el.bTIcl","bTIcj":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTIcm","bTIco":"%ed.bTISR.%el.bTLPb.%el.cmNAA0.%el.bTLia.%el.bTIcm.%el.bTITU","bTIcq":"%ed.bTISR.%wf.bTLkj.actions.0","bTIcs":"%ed.bTIbT.%el.bTIdA","bTIcv":"%ed.bTIbT.%el.bTIdA.%el.bTIhA.%el.bTIhE","bTIcx":"%ed.bTIbT.%el.bTIdA.%el.bTIhA","bTIcz":"%ed.bTIbT.%el.bTIdA.%el.bTIhB","bTIdb":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSxw0.%el.bTSyA0","bTIdc":"%p3.bTIOF.%el.bTHBx.%el.bTIdh","bTIdf":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIdn","bTIdi":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIdn.%el.cmObc.%el.cmObV","bTIdk":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIdn.%el.cmObc","bTIdl":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTIdo","bTIdm":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIdn.%el.cmObc.%el.cmObY","bTIdq":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTIdo.%el.bTHBH","bTIdr":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.bTIdx","bTIdu":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.bTIdx.%el.cmPxS.%el.cmNUS1","bTIdw":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.bTIdx.%el.cmPxS","bTIdy":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.bTIdx.%el.cmPxS.%el.cmNUV1","bTIeB":"%ed.bTIQX.%wf.bTIeA","bTIeE":"%ed.bTIQX.%wf.bTIeA.actions.2","bTIeF":"%p3.bTIOF.%wf.bTIeD","bTIeG":"%p3.bTIOF.%wf.bTIeD.actions.0","bTIeH":"%p3.bTIOF.%wf.bTIeD.actions.1","bTIeP":"%ed.bTIYQ.%el.bTIeh","bTIeS":"%ed.bTIYQ.%el.bTIeh.%el.cmMnI.%el.cmMnL","bTIeU":"%ed.bTIYQ.%el.bTIeh.%el.cmMnI","bTIeV":"%ed.bTIYQ.%el.bTIej","bTIeW":"%ed.bTIYQ.%el.bTIeh.%el.cmMnI.%el.cmMnO","bTIel":"%ed.bTIYQ.%el.bTIek","bTIeo":"%ed.bTIYQ.%wf.bTIep","bTIeq":"%ed.bTIYQ.%wf.bTIes.actions.1","bTIer":"%ed.bTIYQ.%wf.bTIes","bTIet":"%ed.bTIYQ.%wf.bTIes.actions.0","bTIew":"%ed.bTIYQ.%wf.bTIes.actions.4","bTIey":"%ed.bTIYQ.%wf.bTIes.actions.3","bTIfA":"%ed.bTIYQ.%wf.bTIfB","bTIfD":"%ed.bTIYQ.%wf.bTIfB.actions.0","bTIfE":"%ed.bTIYQ.%el.bTIfG","bTIfH":"%ed.bTIYQ.%el.bTIfN","bTIfI":"%ed.bTIYQ.%el.bTIfN.%el.bTPQy","bTIfJ":"%ed.bTIYQ.%el.bTIfN.%el.bTNqu","bTIfK":"%ed.bTIYQ.%el.bTIfN.%el.bTNqx","bTIfM":"%ed.bTIYQ.%el.bTIfN.%el.bTPRb","bTIfO":"%ed.bTIYQ.%wf.bTIep.actions.1","bTIfP":"%ed.bTIYQ.%wf.bTIep.actions.0","bTIfR":"%ed.bTIYQ.%wf.bTIfW","bTIfS":"%ed.bTIYQ.%wf.bTIfB.actions.1","bTIfT":"%ed.bTIYQ.%wf.bTIfB.actions.2","bTIfU":"%ed.bTIYQ.%wf.bTIfW.actions.0","bTIfX":"%ed.bTISR.%wf.bTIfZ.actions.0","bTIfY":"%ed.bTISR.%wf.bTIfZ","bTIfb":"%ed.bTISR.%wf.bTIfZ.actions.1","bTIfc":"%ed.bTISR.%wf.bTIfa","bTIfd":"%ed.bTISR.%wf.bTIfa.actions.2","bTIfe":"%ed.bTISR.%wf.bTIfa.actions.0","bTIff":"%ed.bTISR.%wf.bTIfa.actions.1","bTIfm":"%ed.bTIbT.%wf.bTIfr","bTIfn":"%ed.bTIbT.%wf.bTIbl.actions.2","bTIfp":"%ed.bTIbT.%wf.bTIfr.actions.0","bTIfs":"%ed.bTIbT.%wf.bTIfw.actions.0","bTIft":"%ed.bTIbT.%wf.bTIfw","bTIga":"%ed.bTIbT.%el.bTIhe.%el.bTIhi","bTIgd":"%ed.bTIbT.%wf.bTIgk","bTIhD":"%ed.bTIKY.%wf.bTHhE.actions.0","bTIhH":"%ed.bTIKY.%wf.bTHhE.actions.1","bTIhO":"%ed.bTIbT.%wf.bTIhM","bTIhV":"%ed.bTIbT.%el.bTIha.%el.bTIZa","bTIhW":"%ed.bTIbT.%el.bTIha","bTIhY":"%ed.bTIbT.%el.bTIhd","bTIhZ":"%ed.bTIbT.%el.bTIha.%el.bTIZf","bTIhf":"%ed.bTIbT.%el.bTIhe","bTIhj":"%ed.bTIbT.%el.bTIhe.%el.bTIhl","bTIhm":"%ed.bTIbT.%wf.bTIhk","bTIhn":"%ed.bTIbT.%wf.bTIhM.actions.0","bTIht":"%ed.bTIbT.%wf.bTIhx","bTIhu":"%ed.bTIbT.%wf.bTIhk.actions.1","bTIhv":"%ed.bTIbT.%wf.bTIhk.actions.2","bTIhy":"%ed.bTIbT.%wf.bTIhx.actions.0","bTIiA":"%ed.bTIbT.%wf.bTIhM.actions.2","bTIkm":"%ed.bTIbT.%wf.bTIhM.actions.1","bTIkn":"%ed.bTIbT.%wf.bTIkp.actions.0","bTIko":"%ed.bTIbT.%wf.bTIkp","bTIkq":"%ed.bTIbT.%wf.bTIhk.actions.0","bTIpO":"%ed.bTHIS.%wf.bTHHf0.actions.0","bTIpP":"%ed.bTHIS.%el.bTHHb0.%el.bTIpR","bTIpQ":"%ed.bTHIS.%wf.bTIpU","bTIpS":"%ed.bTHIS.%wf.bTHHf0.actions.1","bTIpT":"%ed.bTHIS.%wf.bTIpU.actions.0","bTIpY":"%ed.bTHIS.%wf.cmMnU.actions.1","bTIpf":"%ed.bTIpi.%wf.cmNdx","bTIpg":"%ed.bTIpi.%el.cmNdt","bTIph":"%ed.bTIpi.%el.cmNeO","bTIpj":"%ed.bTIpi.%wf.cmNdx.actions.0","bTIyQ1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL.%el.bTUdM.%el.bTIyV1","bTIyT1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTIyY1","bTJBH":"%ed.bTIQX.%el.bTUch","bTJBP":"%ed.bTIQX.%wf.bTJBN","bTJBR":"%ed.bTIQX.%wf.bTJBN.actions.0","bTJBW":"%ed.bTIQX.%wf.bTJAu1.actions.5","bTJBX":"%ed.bTIQX.%wf.bTJBN.actions.33","bTJBY":"%ed.bTIQX.%wf.bTJAu1.actions.3","bTJBc":"%ed.bTIQX.%wf.bTJBN.actions.7","bTJBo":"%ed.bTIQX.%wf.bTJBN.actions.5","bTJBv":"%ed.bTIQX.%wf.bTJBN.actions.9","bTJBy":"%ed.bTIQX.%wf.bTJBN.actions.4","bTJCD":"%ed.bTIQX.%wf.bTJCH","bTJCM":"%ed.bTIQX.%wf.bTJBN.actions.1","bTJCN":"%ed.bTIQX.%wf.bTJBN.actions.10","bTJCR":"%ed.bTIQX.%wf.bTJBN.actions.3","bTJCS":"%ed.bTIQX.%wf.bTJCV","bTJCX":"%ed.bTIQX.%wf.bTJCV.actions.0","bTJCd":"%ed.bTIQX.%wf.bTJBN.actions.27","bTJCe":"%ed.bTIQX.%wf.bTJBN.actions.28","bTJCf":"%ed.bTIQX.%wf.bTJBN.actions.24","bTJCj":"%ed.bTIQX.%wf.bTJBN.actions.29","bTJCk":"%ed.bTIQX.%wf.bTJBN.actions.31","bTJCl":"%ed.bTIQX.%wf.bTJBN.actions.30","bTJCp":"%ed.bTIQX.%wf.bTJBN.actions.32","bTJEn":"%ed.bTIQX.%wf.bTJEq","bTJEp":"%ed.bTIQX.%wf.bTJEq.actions.0","bTJEz":"%ed.bTIQX.%wf.bTJEx","bTJFQ":"%ed.bTIQX.%wf.bTJBN.actions.25","bTJFU":"%ed.bTIQX.%wf.bTJBN.actions.19","bTJFh":"%ed.bTIQX.%wf.bTJBN.actions.20","bTJFk":"%ed.bTIQX.%wf.bTJBN.actions.22","bTJFp":"%ed.bTIQX.%wf.bTJBN.actions.23","bTJGK":"%ed.bTIQX.%wf.bTJBN.actions.21","bTJGL":"%ed.bTIQX.%wf.bTJBN.actions.6","bTJGQ":"%ed.bTIQX.%wf.bTJBN.actions.8","bTJGU":"%ed.bTIQX.%wf.bTJCH.actions.0","bTJGZ":"%ed.bTIQX.%wf.bTJCH.actions.1","bTJGa":"%ed.bTIQX.%wf.bTJGc.actions.0","bTJGb":"%ed.bTIQX.%wf.bTJGc","bTJGd":"%ed.bTIQX.%wf.bTJCH.actions.2","bTJGi":"%ed.bTIQX.%wf.bTJCH.actions.3","bTJGj":"%ed.bTIQX.%wf.bTJCH.actions.7","bTJGk":"%ed.bTIQX.%wf.bTJCH.actions.4","bTJGo":"%ed.bTIQX.%wf.bTJCH.actions.8","bTJGp":"%ed.bTIQX.%wf.bTJCH.actions.5","bTJGu":"%ed.bTIQX.%wf.bTJCH.actions.6","bTJGv":"%ed.bTIQX.%wf.bTJCH.actions.10","bTJGw":"%ed.bTIQX.%wf.bTJCH.actions.9","bTJHA":"%ed.bTIQX.%wf.bTJCH.actions.11","bTJHD":"%ed.bTIQX.%wf.bTJBN.actions.11","bTJHI":"%ed.bTIQX.%wf.bTJBN.actions.12","bTJHK":"%ed.bTIQX.%wf.bTJBN.actions.13","bTJHL":"%ed.bTIQX.%wf.bTJBN.actions.14","bTJHQ":"%ed.bTIQX.%wf.bTJBN.actions.2","bTJHR":"%ed.bTIQX.%wf.bTJBN.actions.15","bTJHW":"%ed.bTIQX.%wf.bTJBN.actions.17","bTJHX":"%ed.bTIQX.%wf.bTJBN.actions.16","bTJHd":"%ed.bTIQX.%wf.bTJBN.actions.18","bTJHk":"%ed.bTIQX.%wf.bTJBN.actions.26","bTJIP":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV","bTJIS":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkj.%el.cmMkk","bTJIU":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkj","bTJIW":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkn","bTJIX":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkn.%el.cmMkq","bTJIa":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.cmMkj.%el.bTJIc","bTJId":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTJIV.%el.bTJIf","bTIyW1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.cmObm.%el.bTIyb1","bTJAp1":"%ed.bTIQX.%wf.bTJAu1","bTJAw1":"%ed.bTIQX.%wf.bTJAu1.actions.0","bTJgh":"%ed.bTJhM.%el.bTIoX.%el.bTIop","bTJgj":"%ed.bTJhM.%el.bTIoX","bTJgk":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTIoq.%el.bTJhP","bTJgl":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTIoq","bTJgn":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTIor","bTJgp":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhL","bTJgs":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTIor.%el.bTJhQ","bTJgt":"%ed.bTJhM.%wf.bTIrM.actions.0","bTJgv":"%ed.bTJhM.%wf.bTIrM","bTJgw":"%ed.bTJhM.%wf.bTIrM.actions.4","bTJgx":"%ed.bTJhM.%wf.bTIrM.actions.2","bTJgy":"%ed.bTJhM.%wf.bTIrM.actions.3","bTJgz":"%ed.bTJhM.%wf.bTIum.actions.0","bTJhA":"%ed.bTJhM.%wf.bTIrM.actions.5","bTJhB":"%ed.bTJhM.%wf.bTIum","bTJhC":"%ed.bTJhM.%wf.bTIum.actions.4","bTJhD":"%ed.bTJhM.%wf.bTIum.actions.2","bTJhE":"%ed.bTJhM.%wf.bTIum.actions.3","bTJhF":"%ed.bTJhM.%wf.bTIuq.actions.0","bTJhG":"%ed.bTJhM.%wf.bTIum.actions.5","bTJhH":"%ed.bTJhM.%wf.bTIuq","bTJhO":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR","bTJhV":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU","bTJhY":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU.%el.bTJhb","bTJhc":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU.%el.bTJhb.%el.bTJhh.%el.bTJhi","bTJhf":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU.%el.bTJhb.%el.bTJhh","bTJhg":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJhR.%el.bTJhU.%el.bTJhb.%el.bTJhl","bTJhj":"%ed.bTJhM.%wf.bTJho","bTJhm":"%ed.bTJhM.%wf.bTJho.actions.0","bTJhr":"%ed.bTJhM.%wf.bTJho.actions.2","bTJhs":"%ed.bTJhM.%wf.bTJho.actions.4","bTJht":"%ed.bTJhM.%wf.bTJho.actions.3","bTJiB":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU","bTJiC":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ","bTJiE":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU.%el.bTJhb.%el.bTJhh.%el.bTJhi","bTJiF":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU.%el.bTJhb","bTJiG":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU.%el.bTJhb.%el.bTJhh","bTJiH":"%ed.bTJhM.%wf.bTJiN","bTJiI":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJiJ.%el.bTJhU.%el.bTJhb.%el.bTJhl","bTJiM":"%ed.bTJhM.%wf.bTJiN.actions.2","bTJiO":"%ed.bTJhM.%wf.bTJiN.actions.3","bTJiP":"%ed.bTJhM.%wf.bTJiN.actions.4","bTJlQ":"%ed.bTJhM.%wf.bTJiN.actions.0","bTJlV":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTJlX","bTJnF":"%ed.bTHGJ.%wf.bTJnH.actions.0","bTJnG":"%ed.bTHGJ.%wf.bTJnH","bTJnK":"%ed.bTHGJ.%wf.cmNqR.actions.12","bTJnM":"%ed.bTHGJ.%wf.bTJnH.actions.1","bTJnX":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd","bTJna":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd.%el.cmMkj.%el.cmMkk","bTJnc":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd.%el.cmMkj","bTJne":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd.%el.cmMkn","bTJnf":"%ed.bTHIS.%el.bTHHb0.%el.bTJnd.%el.cmMkn.%el.cmMkq","bTJng":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkj","bTJnh":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn","bTJnj":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkn.%el.cmMkq","bTJnk":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkj.%el.cmMkk","bTJnl":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkn","bTJno":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu","bTJnp":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkn","bTJnq":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkj","bTJnr":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkj.%el.cmMkk","bTJnt":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkn.%el.cmMkq","bTJsM":"%ed.bTIQX.%el.bTJsR","bTJsT":"%ed.bTIQX.%el.bTJsS","bTJsX":"%ed.bTIQX.%wf.bTIeA.actions.0","bTJsa":"%ed.bTIQX.%wf.bTIeA.actions.1","bTJsc":"%ed.bTIKY.%el.bTJsb","bTJsf":"%ed.bTIKY.%wf.bTHbY0.actions.1","bTJsg":"%ed.bTIKY.%wf.bTHbY0.actions.2","bTJum":"%ed.bTHmT.%el.cmMZi.%el.cmMZr.%el.bTJul","bTJup":"%ed.bTHmT.%wf.bTJuo","bTJus":"%ed.bTHmT.%el.bTJur","bTJuv":"%ed.bTHmT.%wf.bTJuo.actions.1","bTJuw":"%ed.bTHmT.%wf.bTJuo.actions.2","bTJuy":"%ed.bTHmT.%wf.bTJuo.actions.0","bTJyA":"%ed.bTKAb.%el.bTKGE0","bTJyB":"%ed.bTKAb.%el.bTHRt","bTJyC":"%ed.bTKAb.%el.bTHqY","bTJyh":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0","bTJyi":"%ed.bTKAb.%el.bTKGE0.%el.bTKGF0","bTJyj":"%ed.bTKAb.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTJyk":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmODk0","bTJyl":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTGzW","bTJym":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn","bTJyo":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTJyq":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC","bTJyt":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTJyu":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTJyv":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTJyx":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTJyy":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTJzC":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc.%el.cmObV","bTJzD":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJvm","bTJzE":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc","bTJzF":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTJzG":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc.%el.cmObY","bTJzH":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTJzI":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJxh","bTJzJ":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTJzK":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTJzL":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc.%el.cmObY","bTJzM":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc","bTJzN":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc.%el.cmObV","bTJzO":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU","bTJzP":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR","bTJzQ":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU","bTJzR":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN.%el.bTHBH","bTJzS":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV","bTJzT":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN","bTJzV":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHNM","bTJzW":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHNM.%el.bTHBH","bTJze":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJwl","bTJzf":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJwl.%el.bTHBH","bTJzj":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJxi.%el.bTHBH","bTJzl":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJxi","bTJzm":"%ed.bTKAb.%el.bTKHM0","bTJzp":"%ed.bTKAb.%el.bTKHM0.%el.bTKAt","bTJzq":"%ed.bTKAb.%el.bTKHM0.%el.bTIWI","bTJzr":"%ed.bTKAb.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTJzs":"%ed.bTKAb.%el.bTKHM0.%el.bTKAt.%el.bTKAr.%el.bTKAv","bTJzt":"%ed.bTKAb.%el.bTKHM0.%el.bTKAt.%el.bTKAr","bTJzu":"%ed.bTKAb.%el.bTKHM0.%el.bTKAt.%el.bTKAr.%el.bTKAw","bTKAZ":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKAh","bTKAc":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc.%el.cmObV","bTKAe":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc","bTKAf":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAi","bTKAg":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc.%el.cmObY","bTKAk":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAi.%el.bTHBH","bTKAl":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAp.%el.cmNll","bTKAm":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAp","bTKAu":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz","bTKAx":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMcm.%el.bTKCj","bTKBA":"%ed.bTKAb.%wf.bTKBE","bTKBF":"%ed.bTKAb.%wf.bTKBE.actions.0","bTKBH":"%p3.bTIOF.%el.bTHBx.%el.bTKBG","bTKBK":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTKBN","bTKBO":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMcm.%el.bTKCn","bTKBR":"%ed.bTKAb.%wf.bTKBE.actions.1","bTKBS":"%ed.bTKAb.%wf.bTKBU.actions.0","bTKBT":"%ed.bTKAb.%wf.bTKBU","bTKBV":"%ed.bTKAb.%wf.bTKBc","bTKBX":"%ed.bTKAb.%wf.bTKBU.actions.1","bTKBY":"%ed.bTKAb.%wf.bTKBc.actions.1","bTKBa":"%ed.bTKAb.%wf.bTKBc.actions.0","bTKBd":"%ed.bTKAb.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN.%el.bTKBf","bTKBg":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq","bTKBh":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMYs.%el.cmMYy","bTKBi":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMYs","bTKBj":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMYs.%el.cmMYv","bTKBk":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0","bTKBl":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm","bTKBm":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk","bTKBn":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqf0","bTKBo":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0","bTKBp":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0","bTKBr":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqs0.%el.cmMqi0","bTKBs":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKBq.%el.cmMcm.%el.bTHBk.%el.cmMqw0.%el.cmMqy0.%el.cmMqt0","bTKBt":"%ed.bTKAb.%wf.bTKBx.actions.0","bTKBu":"%ed.bTKAb.%wf.bTKBx","bTKBy":"%ed.bTKAb.%wf.bTKCB","bTKCA":"%ed.bTKAb.%wf.bTKCB.actions.0","bTKCF":"%ed.bTKAb.%wf.bTKCI","bTKCK":"%ed.bTKAb.%wf.bTKCI.actions.0","bTKCL":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMYs","bTKCM":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ","bTKCO":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMcm","bTKCP":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMYs.%el.cmMYv","bTKCQ":"%ed.bTKAb.%el.bTKHM0.%el.bTKAz.%el.bTKCZ.%el.cmMYs.%el.cmMYy","bTKCX":"%ed.bTKAb.%wf.bTKCa","bTKCc":"%ed.bTKAb.%wf.bTKCa.actions.0","bTKCq":"%ed.bTKDa.%el.bTHLz","bTKCr":"%ed.bTKDa.%el.bTHXM","bTKCs":"%ed.bTKDa.%el.cmMkT","bTKCv":"%ed.bTKDa.%el.cmMlJ","bTKCw":"%ed.bTKDa.%el.cmMkT.%el.cmMkX","bTKCx":"%ed.bTKDa.%el.cmMkT.%el.cmMka","bTKCy":"%ed.bTKDa.%el.bTHHb0","bTKCz":"%ed.bTKDa.%el.cmMlJ.%el.cmMlK","bTKDA":"%ed.bTKDa.%el.cmMlJ.%el.cmMlO","bTKDB":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0.%el.cmMkj","bTKDC":"%ed.bTKDa.%el.bTHHb0.%el.bTJrh","bTKDD":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0","bTKDE":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0.%el.cmMkn.%el.cmMkq","bTKDF":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0.%el.cmMkj.%el.cmMkk","bTKDG":"%ed.bTKDa.%el.bTHHb0.%el.bTJqm0.%el.cmMkn","bTKDK":"%ed.bTKDa.%wf.cmMnU.actions.0","bTKDM":"%ed.bTKDa.%wf.cmMnU","bTKDN":"%ed.bTKDa.%wf.cmMnU.actions.2","bTKDQ":"%ed.bTKDa.%wf.cmMnZ.actions.0","bTKDR":"%ed.bTKDa.%wf.cmMnU.actions.3","bTKDS":"%ed.bTKDa.%wf.cmMnZ","bTKDT":"%ed.bTKDa.%wf.cmMng","bTKDU":"%ed.bTKDa.%wf.cmMnc","bTKDV":"%ed.bTKDa.%wf.cmMnc.actions.0","bTKDX":"%ed.bTKDa.%wf.cmMng.actions.0","bTKDY":"%ed.bTKDa.%wf.bTHHf0","bTKDZ":"%ed.bTKDa.%el.bTHHb0.%el.bTKDe","bTKDc":"%ed.bTKDa.%el.bTHHb0.%el.bTKDe.%el.bTKDh","bTKDf":"%ed.bTKDa.%el.bTHHb0.%el.bTKDe.%el.bTKDk","bTKDi":"%ed.bTKAb.%el.bTKDn","bTKDl":"%ed.bTKAb.%wf.bTKDq","bTKDo":"%ed.bTKAb.%wf.bTKDq.actions.0","bTKDr":"%ed.bTKDa.%wf.cmMnU.actions.1","bTKDs":"%ed.bTKAb.%wf.bTKDq.actions.1","bTKaX":"%ed.bTKbH.%el.bTHLz","bTKaa":"%ed.bTKbH.%el.bTJsF.%el.cmPxS","bTKab":"%ed.bTKbH.%el.bTHXM","bTKac":"%ed.bTKbH.%el.bTJsF","bTKad":"%ed.bTKbH.%el.cmMkT.%el.cmMkX","bTKae":"%ed.bTKbH.%el.bTJsF.%el.cmPxS.%el.cmNUV1","bTKaf":"%ed.bTKbH.%el.cmMkT","bTKah":"%ed.bTKbH.%el.cmMkT.%el.cmMka","bTKai":"%ed.bTKbH.%el.bTKbg","bTKaj":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ.%el.bTJrh","bTKal":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ","bTKap":"%ed.bTKbH.%wf.bTJsI","bTKas":"%ed.bTKbH.%wf.bTJsI.actions.2","bTKat":"%ed.bTKbH.%wf.bTJsI.actions.0","bTKau":"%ed.bTKbH.%wf.bTJsI.actions.1","bTKbB":"%ed.bTKbH.%wf.cmMnc","bTKbE":"%ed.bTKbH.%wf.cmMng.actions.0","bTKbF":"%ed.bTKbH.%wf.cmMnc.actions.0","bTKbG":"%ed.bTKbH.%wf.cmMng","bTKbK":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ.%el.bTKbP","bTKbN":"%ed.bTKbH.%el.bTKbS","bTKbU":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ.%el.bTKbT","bTKbX":"%ed.bTKbH.%el.bTKbS.%el.bTKbQ.%el.bTKbW","bTKbZ":"%ed.bTKbH.%el.bTKbg.%el.bTKbi.%el.bTKbn","bTKba":"%ed.bTKbH.%el.bTKbg.%el.bTKbi","bTKbd":"%ed.bTKbH.%el.bTKbg.%el.bTKbi.%el.bTKbn.%el.bTKbl","bTKbe":"%ed.bTKbH.%el.bTKbg.%el.bTKbi.%el.bTKbm","bTKbo":"%ed.bTKbH.%el.bTKbg.%el.bTKbr.%el.bTKbm","bTKbp":"%ed.bTKbH.%el.bTKbg.%el.bTKbr","bTKbt":"%ed.bTKbH.%el.bTKbg.%el.bTKbr.%el.bTKbv","bTKbw":"%ed.bTKbH.%el.bTKbg.%el.bTKbr.%el.bTKby","bTKbz":"%ed.bTKbH.%wf.bTKcB","bTKcA":"%ed.bTKbH.%wf.bTKcF","bTKcC":"%ed.bTKbH.%wf.bTKcB.actions.0","bTKcD":"%ed.bTKbH.%wf.bTKcF.actions.0","bTKcL":"%ed.bTKbH.%wf.bTKcN","bTKcO":"%ed.bTKbH.%wf.bTKcN.actions.0","bTKcP":"%ed.bTKbH.%wf.bTKcT","bTKcV":"%ed.bTKbH.%wf.bTKcT.actions.1","bTKcX":"%ed.bTKbH.%wf.bTKcT.actions.0","bTKcc":"%ed.bTKcY.%el.bTKcb","bTKce":"%ed.bTKcY.%wf.bTKcg.actions.0","bTKcf":"%ed.bTKcY.%wf.bTKcg","bTKci":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTKch","bTKcl":"%ed.bTKcY.%el.bTKck","bTKcn":"%ed.bTKcY.%wf.bTKcp.actions.0","bTKco":"%ed.bTKcY.%wf.bTKcp","bTKcr":"%ed.bTKcY.%wf.bTKcp.actions.2","bTKcq0":"%ed.bTKcY.%wf.bTKcu0","bTKcv0":"%ed.bTKcY.%wf.bTKcu0.actions.0","bTKcx0":"%ed.bTKcY.%el.bTKcw0","bTKcz0":"%ed.bTKcY.%wf.bTKcg.actions.1","bTKdA0":"%ed.bTKcY.%wf.bTKcp.actions.1","bTKdE0":"%ed.bTKcY.%wf.bTKcg.actions.2","bTKdy1":"%ed.bTIbT.%wf.bTIbl.actions.3","bTKeE1":"%ed.bTIbT.%el.bTKeL1","bTKeH1":"%ed.bTIbT.%el.bTKeL1.%el.bTIZf","bTKeJ1":"%ed.bTIbT.%el.bTKeL1.%el.bTIZa","bTKgC":"%ed.bTIOY.%wf.bTKgI","bTKgE":"%ed.bTIOY.%wf.bTKgI.actions.0","bTKgO":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy","bTKgQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy.%el.cmMkj","bTKgU":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy.%el.cmMkj.%el.cmMkk","bTKgV":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy.%el.cmMkn","bTKgW":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTMXy.%el.cmMkn.%el.cmMkq","bTKgb":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn","bTKgg":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn.%el.cmMkj","bTKgh":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn.%el.cmMkj.%el.cmMkk","bTKgi":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn.%el.cmMkn","bTKgm":"%ed.bTHIS.%el.bTHHb0.%el.bTKgn.%el.cmMkn.%el.cmMkq","bTKmm":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo","bTKmy":"%ed.bTIUb.%el.bTHHb0.%el.bTKnA","bTKnL":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC.%el.bTKni","bTKnQ":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC.%el.bTKni.%el.cmMkk","bTKnS":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC.%el.bTKnj","bTKnX":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC.%el.bTKnj.%el.cmMkq","bTKnc":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpC","bTKnk":"%ed.bTKnK.%el.bTKnp","bTKnu":"%ed.bTKnK.%wf.bTKnv","bTKnw":"%ed.bTKnK.%wf.bTKnv.actions.0","bTKoA":"%ed.bTKnK.%wf.bTKnv.actions.1","bTKoC":"%ed.bTKnK.%wf.bTKnv.actions.2","bTKoT":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD","bTKoY":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD.%el.bTKni","bTKoZ":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD.%el.bTKni.%el.cmMkk","bTKoa":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD.%el.bTKnj","bTKoe":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTKpD.%el.bTKnj.%el.cmMkq","bTKog":"%ed.bTKnK.%wf.bTKor","bTKol":"%ed.bTKnK.%wf.bTKor.actions.0","bTKom":"%ed.bTKnK.%wf.bTKor.actions.1","bTKoq":"%ed.bTKnK.%wf.bTKor.actions.2","bTKow":"%ed.bTKnK.%el.bTKnp.%el.bTKoy","bTKpE":"%ed.bTIUb.%el.bTHHb0.%el.bTKpJ","bTKpK":"%ed.bTIUb.%wf.bTHHf0.actions.2","bTKpO":"%ed.bTINL.%el.bTHHb0.%el.bTKpQ","bTKpU":"%ed.bTINL.%wf.bTHHf0.actions.0","bTKzX":"%ed.bTHHa.%el.bTKzj","bTKzc":"%ed.bTHHa.%el.bTKzj.%el.cmMkj","bTKzd":"%ed.bTHHa.%el.bTKzj.%el.cmMkj.%el.cmMkk","bTKze":"%ed.bTHHa.%el.bTKzj.%el.cmMkn","bTKzi":"%ed.bTHHa.%el.bTKzj.%el.cmMkn.%el.cmMkq","bTKzk":"%ed.bTHHa.%wf.bTKzo","bTKzp":"%ed.bTHHa.%wf.bTKzo.actions.0","bTKzq":"%ed.bTHHa.%wf.bTKzu","bTKzv":"%ed.bTHHa.%wf.bTKzu.actions.0","bTLDS":"%ed.bTLEt.%el.bTIYp","bTLDT":"%ed.bTLEt.%el.bTIcX","bTLDf":"%ed.bTLEt.%el.bTIcf","bTLDg":"%ed.bTLEt.%el.bTIeh","bTLDk":"%ed.bTLEt.%el.bTIeh.%el.cmMnI","bTLDl":"%ed.bTLEt.%el.bTIeh.%el.cmMnI.%el.cmMnL","bTLDm":"%ed.bTLEt.%el.bTIeh.%el.cmMnI.%el.cmMnO","bTLDq":"%ed.bTLEt.%el.bTIej","bTLDr":"%ed.bTLEt.%el.bTIek","bTLDs":"%ed.bTLEt.%el.bTIfG","bTLEo":"%ed.bTLEt.%wf.bTIfW","bTLEu":"%ed.bTLEt.%el.bTLFK","bTLFA":"%ed.bTISR.%el.bTLPb.%el.bTLFS","bTLFE":"%ed.bTLEt.%wf.bTLFF","bTLFG":"%ed.bTLEt.%wf.bTLFF.actions.0","bTLFW":"%ed.bTISR.%el.bTLPb.%el.bTLFS.%el.bTLFc","bTLHW1":"%ed.bTLEt.%wf.bTIfW.actions.1","bTLHb1":"%ed.bTLEt.%wf.bTIfW.actions.2","bTLHg1":"%ed.bTLEt.%wf.bTIfW.actions.3","bTLHs1":"%ed.bTLJS1.%el.bTIcX","bTLHt1":"%ed.bTLJS1.%el.bTIcf","bTLHu1":"%ed.bTLJS1.%el.bTIeh","bTLHy1":"%ed.bTLJS1.%el.bTIeh.%el.cmMnI","bTLHz1":"%ed.bTLJS1.%el.bTIeh.%el.cmMnI.%el.cmMnL","bTLIA1":"%ed.bTLJS1.%el.bTIeh.%el.cmMnI.%el.cmMnO","bTLIE1":"%ed.bTLJS1.%el.bTLNa1.%el.bTLNb1","bTLIF1":"%ed.bTLJS1.%el.bTIek","bTLIG1":"%ed.bTLJS1.%el.bTIfG","bTLIK1":"%ed.bTLJS1.%el.bTIfN","bTLIL1":"%ed.bTLJS1.%el.bTIfN.%el.bTNqu","bTLIM1":"%ed.bTLJS1.%el.bTIfN.%el.bTNqx","bTLIQ1":"%ed.bTLJS1.%el.bTIfN.%el.bTPQy","bTLIR1":"%ed.bTLJS1.%el.bTIfN.%el.bTPRb","bTLId1":"%ed.bTLJS1.%wf.bTIep","bTLIe1":"%ed.bTLJS1.%wf.bTIep.actions.0","bTLIi1":"%ed.bTLJS1.%wf.bTIep.actions.1","bTLIj1":"%ed.bTLJS1.%wf.bTIes","bTLIk1":"%ed.bTLJS1.%wf.bTIes.actions.0","bTLIo1":"%ed.bTLJS1.%wf.bTIes.actions.1","bTLIp1":"%ed.bTLJS1.%wf.bTIes.actions.3","bTLIq1":"%ed.bTLJS1.%wf.bTIes.actions.4","bTLIu1":"%ed.bTLJS1.%wf.bTIfB","bTLIv1":"%ed.bTLJS1.%wf.bTIfB.actions.0","bTLIw1":"%ed.bTLJS1.%wf.bTIfB.actions.1","bTLJA1":"%ed.bTLJS1.%wf.bTIfB.actions.2","bTLJB1":"%ed.bTLJS1.%wf.bTIfW","bTLJT1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1","bTLJY1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1.%el.cmMdM","bTLJZ1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1.%el.cmMdT","bTLJa1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1.%el.cmMdT.%el.cmMdU","bTLJe1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJs1.%el.cmMdT.%el.cmMda","bTLJg1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLJw1","bTLJm1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1","bTLKC1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLKK1","bTLKE1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLKK1.%el.cmMnI","bTLKI1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLKK1.%el.cmMnI.%el.cmMnL","bTLKJ1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNO1.%el.bTLKK1.%el.cmMnI.%el.cmMnO","bTLMf1":"%ed.bTISR.%el.bTLPb.%el.bTLOX1","bTLMk1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1","bTLMq1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl","bTLMs1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl.%el.bTLOo1.%el.bTLOp1","bTLNV1":"%ed.bTLJS1.%el.bTLNa1","bTLNc1":"%ed.bTLJS1.%el.bTLNa1.%el.bTLNh1","bTLNi1":"%ed.bTLJS1.%wf.bTLNn1","bTLNs1":"%ed.bTLJS1.%wf.bTLNn1.actions.0","bTLNt1":"%ed.bTLJS1.%wf.bTLNn1.actions.1","bTLNu1":"%ed.bTLJS1.%wf.bTLNy1","bTLNz1":"%ed.bTLJS1.%wf.bTLNy1.actions.1","bTLOE1":"%ed.bTLJS1.%wf.bTLNy1.actions.5","bTLOF1":"%ed.bTLJS1.%wf.bTLNy1.actions.6","bTLOG1":"%ed.bTLJS1.%wf.bTLOK1","bTLOL1":"%ed.bTLJS1.%wf.bTLOK1.actions.0","bTLOR1":"%ed.bTLJS1.%wf.bTLNy1.actions.4","bTLOY1":"%ed.bTISR.%el.bTLPb.%el.bTLOX1.%el.bTLOd1","bTLOi1":"%ed.bTLJS1.%wf.bTLOK1.actions.1","bTLOj1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl.%el.bTLOo1","bTLOq1":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl.%el.bTLOo1.%el.bTLOv1","bTLPI1":"%ed.bTLJS1.%wf.bTIfW.actions.0","bTLPO1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHfD.%el.bTLPT1","bTLPY1":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHfD.%el.bTLPT1.%el.bTLPa1","bTLPe1":"%ed.bTIQX.%wf.bTLPg1","bTLPk1":"%ed.bTIQX.%wf.bTLPg1.actions.0","bTLPl1":"%ed.bTISR.%wf.bTLPw1","bTLPq1":"%ed.bTISR.%wf.bTLPw1.actions.0","bTLPr1":"%ed.bTISR.%wf.bTLPw1.actions.1","bTLPs1":"%ed.bTISR.%wf.bTLPw1.actions.2","bTLPy1":"%ed.bTIQX.%wf.bTLPg1.actions.1","bTLYs0":"%ed.bTLbI0.%el.bTHLr","bTLYx0":"%ed.bTLbI0.%el.bTJsb","bTLYy0":"%ed.bTLbI0.%el.bTKGE0","bTLZC0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGF0","bTLZD0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTLZE0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0","bTLZI0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW","bTLZJ0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn","bTLZK0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmODk0","bTLZO0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTLZP0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0","bTLZQ0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS","bTLZU0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS.%el.cmNUS1","bTLZV0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTHbV0.%el.cmPxS.%el.cmNUV1","bTLZW0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC","bTLZa0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTLZb0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTLZc0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTLZg0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTLZh0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTLZi0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhB","bTLZm0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf","bTLZn0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc","bTLZo0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObV","bTLZs0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObY","bTLZt0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTLZu0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTLZy0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTLZz0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTLaA0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR","bTLaE0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU","bTLaF0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG","bTLaG0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN","bTLaK0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN.%el.bTHBH","bTLaL0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg","bTLaM0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg.%el.bTHBH","bTLaQ0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ","bTLaR0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR","bTLaS0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR.%el.cmNll","bTLaW0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsS","bTLaX0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsS.%el.cmNll","bTLaY0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm","bTLac0":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm.%el.bTHBH","bTLad0":"%ed.bTLbI0.%el.bTKHM0","bTLae0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIWI","bTLai0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTLaj0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIZp","bTLak0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIZp.%el.cmPxS","bTLao0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTLap0":"%ed.bTLbI0.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTLaq0":"%ed.bTLbI0.%wf.bTHhE","bTLau0":"%ed.bTLbI0.%wf.bTHhE.actions.0","bTLav0":"%ed.bTLbI0.%wf.bTHhE.actions.1","bTLaw0":"%ed.bTLbI0.%wf.bTKsh","bTLbA0":"%ed.bTLbI0.%wf.bTHbY0","bTLbB0":"%ed.bTLbI0.%wf.bTHbY0.actions.0","bTLbC0":"%ed.bTLbI0.%wf.bTHbY0.actions.1","bTLbG0":"%ed.bTLbI0.%wf.bTHbY0.actions.2","bTLbM0":"%ed.bTLbI0.%el.bTLbO0","bTLbS0":"%p3.bTIOF.%el.bTHBx.%el.bTLbU0","bTLbZ0":"%ed.bTLdp0.%el.bTHLr","bTLba0":"%ed.bTLdp0.%el.bTJsb","bTLbe0":"%ed.bTLdp0.%el.bTKGE0","bTLbf0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGF0","bTLbg0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTLbk0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0","bTLcC0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC","bTLcD0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl","bTLcE0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTLcI0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTLcJ0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTLcK0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTLcO0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTHhB","bTLcP0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf","bTLcQ0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc","bTLcU0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObV","bTLcV0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.bTIKf.%el.cmObc.%el.cmObY","bTLcW0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm","bTLca0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTLcb0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTLcc0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTLcg0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR","bTLch0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU","bTLci0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG","bTLcm0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN","bTLcn0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTHDN.%el.bTHBH","bTLco0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg","bTLcs0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTIKg.%el.bTHBH","bTLct0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ","bTLcu0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR","bTLcy0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTKsR.%el.cmNll","bTLdE0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm","bTLdF0":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.cmObm.%el.bTHBH","bTLdG0":"%ed.bTLdp0.%el.bTKHM0","bTLdK0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIWI","bTLdL0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTLdM0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIZp","bTLdQ0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIZp.%el.cmPxS","bTLdR0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTLdS0":"%ed.bTLdp0.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTLdW0":"%ed.bTLdp0.%el.bTLbO0","bTLdX0":"%ed.bTLdp0.%wf.bTHhE","bTLea0":"%ed.bTLeT0.%el.bTLef0","bTLel0":"%ed.bTLek0.%el.bTLer0","bTLeq0":"%ed.bTLek0.%el.bTLer0.%el.bTPvw.%el.bTPvx","bTLes0":"%ed.bTLek0.%el.bTLgi0","bTLex0":"%ed.bTLek0.%el.bTLgi0.%el.bTGzW","bTLey0":"%ed.bTLek0.%el.bTLgi0.%el.bTGzW.%el.cmMkn","bTLfC0":"%ed.bTLek0.%el.bTLgi0.%el.bTGzW.%el.cmMkn.%el.cmODk0","bTLfD0":"%ed.bTLek0.%el.bTLgi0.%el.bTGzW.%el.cmMkn.%el.cmOEp0","bTLfE0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC","bTLfI0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl","bTLfJ0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTHDM","bTLfK0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc","bTLfO0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObV","bTLfP0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTHDM.%el.cmObc.%el.cmObY","bTLfQ0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJvm","bTLfU0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc","bTLfV0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc.%el.cmObV","bTLfW0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJvm.%el.cmObc.%el.cmObY","bTLfa0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJxh","bTLfb0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc","bTLfc0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc.%el.cmObV","bTLfg0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTJxh.%el.cmObc.%el.cmObY","bTLfh0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKAh","bTLfi0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc","bTLfm0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc.%el.cmObV","bTLfn0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKAh.%el.cmObc.%el.cmObY","bTLfo0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.bTKBN","bTLfs0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.cmObm","bTLft0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc","bTLfu0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObV","bTLfy0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAC.%el.cmObl.%el.cmObm.%el.cmObc.%el.cmObY","bTLfz0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR","bTLgA0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU","bTLgE0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU","bTLgF0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV","bTLgG0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN","bTLgK0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN.%el.bTHBH","bTLgL0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHDN.%el.bTKBf","bTLgM0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHNM","bTLgQ0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTHNM.%el.bTHBH","bTLgR0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJwl","bTLgS0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJwl.%el.bTHBH","bTLgW0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJxi","bTLgX0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTJxi.%el.bTHBH","bTLgY0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAi","bTLgc0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAi.%el.bTHBH","bTLgd0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAp","bTLge0":"%ed.bTLek0.%el.bTLgi0.%el.bTHAR.%el.bTHAU.%el.bTJxU.%el.bTJxV.%el.bTKAp.%el.cmNll","bTLgj0":"%ed.bTLek0.%wf.bTLgq0","bTLgu0":"%ed.bTLek0.%el.bTLer0.%el.bTPvw.%el.bTPvy","bTLhA0":"%ed.bTLek0.%wf.bTLhC0","bTLhG0":"%ed.bTLek0.%wf.bTLhC0.actions.0","bTLhH0":"%ed.bTLeT0.%wf.bTLhI0","bTLhM0":"%ed.bTLeT0.%el.bTLhO0","bTLhS0":"%ed.bTLdp0.%wf.bTHhE.actions.0","bTLhY0":"%ed.bTLeT0.%wf.bTLhI0.actions.0","bTLhZ0":"%ed.bTLeT0.%wf.bTLha0","bTLhe0":"%ed.bTLeT0.%wf.bTLha0.actions.0","bTLhg0":"%p3.bTIOF.%el.bTHBx.%el.bTLhl0","bTLum0":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTLus0","bTLuo0":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTLus0.%el.bTJhP","bTLuu0":"%ed.bTJhM.%el.bTIoX.%el.bTIop.%el.bTLus0.%el.bTLuz0","bTLvA0":"%ed.bTJhM.%wf.bTLvQ0","bTLvF0":"%ed.bTJhM.%wf.bTLvQ0.actions.0","bTLvG0":"%ed.bTJhM.%wf.bTLvQ0.actions.2","bTLvK0":"%ed.bTJhM.%wf.bTLvQ0.actions.3","bTLvL0":"%ed.bTJhM.%wf.bTLvQ0.actions.4","bTLvM0":"%ed.bTJhM.%wf.bTLvQ0.actions.5","bTMBd0":"%ed.bTMBc0.%el.bTMBi0","bTMBj0":"%ed.bTMBc0.%el.bTMBo0","bTMBp0":"%ed.bTMBc0.%el.bTMBo0.%el.bTMBu0","bTMBv0":"%ed.bTMBc0.%el.bTMBo0.%el.bTMCA0","bTMCB0":"%ed.bTMBc0.%el.bTMBo0.%el.bTMCG0","bTMCH0":"%ed.bTMBc0.%wf.bTMCM0","bTMCN0":"%ed.bTMBc0.%wf.bTMCM0.actions.0","bTMCS0":"%ed.bTMBc0.%wf.bTMCM0.actions.1","bTMCY0":"%ed.bTLEt.%wf.bTIfW.actions.0","bTMCa0":"%ed.bTLEt.%el.bTIcX.%el.bTMCf0","bTMCk0":"%ed.bTLEt.%wf.bTIfW.actions.6","bTMCm0":"%ed.bTLEt.%wf.bTMCq0","bTMCs0":"%ed.bTLEt.%wf.bTIfW.actions.5","bTMCx0":"%ed.bTLEt.%wf.bTMCq0.actions.0","bTMCy0":"%ed.bTLEt.%wf.bTMCq0.actions.1","bTMDD0":"%ed.bTLEt.%wf.bTMCq0.actions.2","bTMDI0":"%ed.bTLEt.%el.bTMDK0","bTMDO0":"%ed.bTLEt.%wf.bTMCq0.actions.3","bTMDP0":"%ed.bTLEt.%wf.bTMCq0.actions.5","bTMDU0":"%ed.bTLEt.%wf.bTMCq0.actions.4","bTMGK0":"%ed.bTMGJ0.%el.bTMGP0","bTMGQ0":"%ed.bTMGJ0.%el.bTMGV0","bTMGW0":"%ed.bTMGJ0.%wf.bTMGa0","bTMGu0":"%ed.bTMGJ0.%wf.bTMHE0","bTMVD":"%ed.bTHGJ.%wf.bTMVE","bTMVI":"%ed.bTHGJ.%wf.bTMVE.actions.0","bTMVJ":"%ed.bTHGJ.%wf.cmNqR.actions.10","bTMVP":"%ed.bTHGJ.%wf.bTMVE.actions.1","bTMVh":"%ed.bTHGJ.%wf.bTMVo","bTMVm":"%ed.bTHGJ.%wf.bTMVo.actions.0","bTMVn":"%ed.bTHGJ.%wf.bTMVo.actions.1","bTMVs":"%ed.bTHGJ.%wf.cmNqR.actions.3","bTMVz":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr","bTMWE":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr.%el.cmMkj","bTMWF":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr.%el.cmMkj.%el.cmMkk","bTMWG":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr.%el.cmMkn","bTMWK":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm.%el.bTMXr.%el.cmMkn.%el.cmMkq","bTMWM":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTHPT.%el.bTMWR","bTMWS":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo","bTMWX":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo.%el.cmMkj","bTMWY":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo.%el.cmMkj.%el.cmMkk","bTMWc":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo.%el.cmMkn","bTMWd":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMWo.%el.cmMkn.%el.cmMkq","bTMWi":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk","bTMWp":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG","bTMWu":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.bTMWR","bTMWv":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.cmMkj","bTMWw":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.cmMkj.%el.cmMkk","bTMXA":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.cmMkn","bTMXB":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXG.%el.cmMkn.%el.cmMkq","bTMXH":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT","bTMXM":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT.%el.cmMkj","bTMXN":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT.%el.cmMkj.%el.cmMkk","bTMXO":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT.%el.cmMkn","bTMXS":"%ed.bTHOJ.%el.bTHHb0.%el.bTMWk.%el.bTMXT.%el.cmMkn.%el.cmMkq","bTMXU":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg","bTMXZ":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg.%el.cmMkj","bTMXa":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg.%el.cmMkj.%el.cmMkk","bTMXe":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg.%el.cmMkn","bTMXf":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXg.%el.cmMkn.%el.cmMkq","bTMXk":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTMXm","bTMXs":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx","bTMYb":"%ed.bTIUb.%el.bTHHb0.%el.bTKmo.%el.bTKmu.%el.bTMYg","bTMHA0":"%ed.bTMGJ0.%wf.bTMHE0.actions.0","bTMHF0":"%ed.bTMGJ0.%wf.bTMGa0.actions.0","bTMHG0":"%ed.bTMGJ0.%wf.bTMHK0","bTMHL0":"%ed.bTMGJ0.%wf.bTMHK0.actions.0","bTMHM0":"%ed.bTHmT.%el.cmMZi.%el.cmMZo.%el.bTMHR0","bTMHS0":"%ed.bTMGJ0.%wf.bTMHW0","bTMSt0":"%ed.bTIQX.%wf.bTJAu1.actions.1","bTMgN":"%ed.bTHGJ.%wf.bTMgU","bTMgS":"%ed.bTHGJ.%wf.bTMgU.actions.0","bTMgT":"%ed.bTHGJ.%wf.bTMgU.actions.1","bTMgZ":"%ed.bTHGJ.%wf.cmNqR.actions.13","bTMge":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTMgl","bTMgg":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTMgl.%el.bTIGO","bTMgk":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTMgl.%el.bTIyV1","bTMgm":"%ed.bTIQX.%el.bTMgr","bTMgs":"%ed.bTIQX.%wf.bTMgx","bTMgy":"%ed.bTIQX.%wf.bTMgx.actions.0","bTMhC":"%ed.bTIQX.%wf.bTMgx.actions.1","bTMhI":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU","bTMhK":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKni","bTMhO":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKni.%el.cmMkk","bTMhP":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj","bTMhV":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh","bTMha":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh.%el.bTJhb","bTMhb":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhh","bTMhc":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhh.%el.bTJhi","bTMhg":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTMhU.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhl","bTMhy":"%ed.bTKnK.%wf.bTMiA","bTMiE":"%ed.bTKnK.%wf.bTMiA.actions.0","bTMiG":"%ed.bTKnK.%wf.bTMiA.actions.1","bTMiL":"%ed.bTKnK.%wf.bTMiA.actions.2","bTMjA":"%ed.bTHGJ.%wf.bTMjH","bTMjC":"%ed.bTHGJ.%wf.bTMjH.actions.0","bTMjG":"%ed.bTHGJ.%wf.bTMjH.actions.1","bTMjI":"%ed.bTHGJ.%wf.cmNqR.actions.11","bTMxw":"%ed.bTHmT.%el.bTLdZ.%el.bTLdd.%el.bTMyB","bTMyC":"%ed.bTHmT.%wf.bTMyH","bTMyI":"%ed.bTHmT.%wf.bTMyH.actions.0","bTMyM":"%ed.bTHmT.%wf.bTMyH.actions.1","bTMzE":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTMzK","bTMzJ":"%ed.bTIXq.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTMzK.%el.cmNll","bTMzO":"%ed.bTIXq.%wf.bTMzQ","bTMzU":"%ed.bTIXq.%wf.bTMzQ.actions.0","bTMzV":"%ed.bTIXq.%wf.bTMzQ.actions.1","bTMkh0":"%ed.bTHGJ.%wf.bTMko0","bTMkn0":"%ed.bTHGJ.%wf.bTMko0.actions.1","bTMkt0":"%ed.bTHGJ.%wf.bTMko0.actions.0","bTMky0":"%ed.bTHGJ.%wf.cmNqR.actions.9","bTNDK":"%ed.bTHOJ.%el.bTHHb0.%el.bTNDM","bTNDQ":"%ed.bTHOJ.%wf.bTHHf0.actions.2","bTNDR":"%ed.bTHOJ.%wf.bTHHf0.actions.3","bTNIO":"%ed.bTNJR.%el.bTHLz","bTNIP":"%ed.bTNJR.%el.bTHXM","bTNIQ":"%ed.bTNJR.%el.cmMkT","bTNIU":"%ed.bTNJR.%el.cmMkT.%el.cmMkX","bTNIV":"%ed.bTNJR.%el.cmMkT.%el.cmMka","bTNIW":"%ed.bTNJR.%el.cmMlJ","bTNIa":"%ed.bTNJR.%el.cmMlJ.%el.cmMlK","bTNIb":"%ed.bTNJR.%el.cmMlJ.%el.cmMlO","bTNIc":"%ed.bTNJR.%el.bTHHb0","bTNIg":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcJ","bTNIi":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcJ.%el.bTNJS","bTNIo":"%ed.bTNJR.%wf.cmMnU","bTNIt":"%ed.bTNJR.%wf.cmMnU.actions.0","bTNIy":"%ed.bTNJR.%wf.cmMnU.actions.1","bTNIz":"%ed.bTNJR.%wf.cmMnU.actions.2","bTNJA":"%ed.bTNJR.%wf.cmMnZ","bTNJE":"%ed.bTNJR.%wf.cmMnZ.actions.0","bTNJF":"%ed.bTNJR.%wf.cmMnc","bTNJG":"%ed.bTNJR.%wf.cmMnc.actions.0","bTNJK":"%ed.bTNJR.%wf.cmMng","bTNJL":"%ed.bTNJR.%wf.cmMng.actions.0","bTNJM":"%ed.bTNJR.%wf.bTHHf0","bTNJW":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcJ.%el.bTNJY","bTNJc":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe","bTNJe":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe.%el.bTNKC.%el.bTNKG","bTNJo":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe.%el.bTNKC.%el.bTNKH","bTNJu":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe.%el.bTNJw","bTNKA":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKe.%el.bTNKC","bTNKI":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf","bTNKN":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNJw","bTNKO":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKC","bTNKS":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKC.%el.bTNKG","bTNKT":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKC.%el.bTNKH","bTNKY":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa","bTNKg":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKl","bTNKm":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTNKf.%el.bTNKs","bTNLC":"%ed.bTNJR.%el.bTNLE","bTNLI":"%ed.bTNJR.%wf.bTNLK","bTNLO":"%ed.bTNJR.%wf.bTNLK.actions.0","bTNLP":"%ed.bTNJR.%wf.bTNLQ","bTNLU":"%ed.bTNJR.%wf.bTNLV","bTNLW":"%ed.bTNJR.%wf.bTNLQ.actions.5","bTNLi":"%ed.bTNJR.%wf.bTNLm","bTNLn":"%ed.bTNJR.%wf.bTNLm.actions.0","bTNLs":"%ed.bTNJR.%wf.bTNLV.actions.0","bTNLy":"%ed.bTNJR.%wf.bTNLV.actions.2","bTNME":"%ed.bTNJR.%wf.bTNLV.actions.3","bTNML":"%ed.bTNJR.%wf.bTNLm.actions.2","bTNMQ":"%ed.bTNJR.%wf.bTNLm.actions.1","bTNMW":"%ed.bTNJR.%wf.bTNLQ.actions.4","bTNMd":"%ed.bTNJR.%wf.bTNLV.actions.1","bTNMi":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTNMp","bTNMk":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTNMp.%el.bTIGO","bTNMo":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTNMp.%el.bTIyV1","bTNMq":"%ed.bTIQX.%el.bTNMv","bTNMw":"%ed.bTIQX.%wf.bTNNB","bTNNC":"%ed.bTIQX.%wf.bTNNB.actions.0","bTNNG":"%ed.bTIQX.%wf.bTNNB.actions.1","bTNNI":"%ed.bTIYQ.%wf.bTIfB.actions.3","bTNOO":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTNOs","bTNOU":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTNOt","bTNOm":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo","bTNOu":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTNOz","bTNPA":"%ed.bTLJS1.%wf.bTNPF","bTNPG":"%ed.bTLJS1.%wf.bTNPF.actions.0","bTNPK":"%ed.bTLJS1.%wf.bTNPL","bTNPM":"%ed.bTLJS1.%wf.bTNPL.actions.0","bTNPi":"%ed.bTNPe.%el.bTNPq.%el.bTNPu","bTNPo":"%ed.bTNPe.%el.bTNPq","bTNPv":"%ed.bTNPe.%el.bTNQA","bTNQN":"%ed.bTNPe.%wf.bTNQO","bTNQS":"%ed.bTNPe.%wf.bTNQO.actions.0","bTNQZ":"%ed.bTNPe.%wf.bTNQO.actions.1","bTNQe":"%ed.bTNPe.%el.bTNPq.%el.bTNQg","bTNQk":"%ed.bTNPe.%el.bTNPq.%el.bTNQm","bTNQq":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTIfl.%el.bTNQw","bTNQx":"%ed.bTLJS1.%wf.bTNQy","bTNRI":"%ed.bTLJS1.%wf.bTLNy1.actions.3","bTNRO":"%ed.bTLJS1.%wf.bTNQy.actions.0","bTNRQ":"%ed.bTLJS1.%wf.bTNQy.actions.1","bTNRU":"%ed.bTLJS1.%wf.bTLOK1.actions.2","bTNRa":"%ed.bTLEt.%wf.bTIfW.actions.7","bTNTe":"%ed.bTNVF.%el.bTIcX","bTNTf":"%ed.bTNVF.%el.bTIcX.%el.bTIcb","bTNTg":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIZb","bTNTk":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl","bTNTm":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSzQ0.%el.bTSzU0","bTNTq":"%ed.bTNVF.%el.bTIcf","bTNTr":"%ed.bTNVF.%el.bTIeh","bTNTs":"%ed.bTNVF.%el.bTIeh.%el.cmMnI","bTNTw":"%ed.bTNVF.%el.bTIeh.%el.cmMnI.%el.cmMnL","bTNTx":"%ed.bTNVF.%el.bTIeh.%el.cmMnI.%el.cmMnO","bTNTy":"%ed.bTNVF.%el.bTIej","bTNUC":"%ed.bTNVF.%el.bTIek","bTNUD":"%ed.bTNVF.%el.bTIfG","bTNUE":"%ed.bTNVF.%el.bTIfN","bTNUI":"%ed.bTNVF.%el.bTIfN.%el.bTNqu","bTNUJ":"%ed.bTNVF.%el.bTIfN.%el.bTNqx","bTNUK":"%ed.bTNVF.%el.bTIfN.%el.bTPQy","bTNUO":"%ed.bTNVF.%el.bTIfN.%el.bTPRb","bTNUP":"%ed.bTNVF.%wf.bTIZP","bTNUQ":"%ed.bTNVF.%wf.bTIZP.actions.0","bTNUU":"%ed.bTNVF.%wf.bTIZS","bTNUV":"%ed.bTNVF.%wf.bTIZS.actions.0","bTNUW":"%ed.bTNVF.%wf.bTIZS.actions.1","bTNUa":"%ed.bTNVF.%wf.bTIZS.actions.2","bTNUb":"%ed.bTNVF.%wf.bTIep","bTNUc":"%ed.bTNVF.%wf.bTIep.actions.0","bTNUg":"%ed.bTNVF.%wf.bTIep.actions.1","bTNUh":"%ed.bTNVF.%wf.bTIes","bTNUi":"%ed.bTNVF.%wf.bTIes.actions.0","bTNUm":"%ed.bTNVF.%wf.bTIes.actions.1","bTNUn":"%ed.bTNVF.%wf.bTIes.actions.3","bTNUo":"%ed.bTNVF.%wf.bTIes.actions.4","bTNUs":"%ed.bTNVF.%wf.bTIfB","bTNUt":"%ed.bTNVF.%wf.bTIfB.actions.0","bTNUu":"%ed.bTNVF.%wf.bTIfB.actions.1","bTNUy":"%ed.bTNVF.%wf.bTIfB.actions.2","bTNUz":"%ed.bTNVF.%wf.bTIfB.actions.3","bTNVA":"%ed.bTNVF.%wf.bTIfW","bTNVE":"%ed.bTNVF.%wf.bTIfW.actions.0","bTNVM":"%ed.bTNVF.%el.bTNVS","bTNVc":"%ed.bTNXK.%el.bTIbo","bTNVd":"%ed.bTNXK.%el.bTIdA","bTNVe":"%ed.bTNXK.%el.bTIdA.%el.bTIhA","bTNVi":"%ed.bTNXK.%el.bTIdA.%el.bTIhA.%el.bTIhE","bTNVj":"%ed.bTNXK.%el.bTIdA.%el.bTIhB","bTNVk":"%ed.bTNXK.%el.bTIha","bTNVo":"%ed.bTNXK.%el.bTIha.%el.bTIZa","bTNVp":"%ed.bTNXK.%el.bTIha.%el.bTIZf","bTNVq":"%ed.bTNXK.%el.bTIhd","bTNVu":"%ed.bTNXK.%el.bTIhd.%el.bTIhb","bTNVv":"%ed.bTNXK.%el.bTIhd.%el.bTIhb.%el.bTIZa","bTNVw":"%ed.bTNXK.%el.bTIhd.%el.bTIhb.%el.bTIZf","bTNWA":"%ed.bTNXK.%el.bTIhe","bTNWB":"%ed.bTNXK.%el.bTIhe.%el.bTIhi","bTNWC":"%ed.bTNXK.%el.bTIhe.%el.bTIhl","bTNWG":"%ed.bTNXK.%el.bTKeL1","bTNWH":"%ed.bTNXK.%el.bTKeL1.%el.bTIZa","bTNWI":"%ed.bTNXK.%el.bTKeL1.%el.bTIZf","bTNWT":"%ed.bTNXK.%wf.bTIfr","bTNWU":"%ed.bTNXK.%wf.bTIfr.actions.0","bTNWY":"%ed.bTNXK.%wf.bTIfw","bTNWZ":"%ed.bTNXK.%wf.bTIfw.actions.0","bTNWa":"%ed.bTNXK.%wf.bTIgk","bTNWf":"%ed.bTNXK.%wf.bTIhG","bTNWg":"%ed.bTNXK.%wf.bTIhG.actions.2","bTNWk":"%ed.bTNXK.%wf.bTIhG.actions.3","bTNWl":"%ed.bTNXK.%wf.bTIhM","bTNWm":"%ed.bTNXK.%wf.bTIhM.actions.0","bTNWr":"%ed.bTNXK.%wf.bTIhM.actions.1","bTNWs":"%ed.bTNXK.%wf.bTIhM.actions.2","bTNWw":"%ed.bTNXK.%wf.bTIhk","bTNWx":"%ed.bTNXK.%wf.bTIhk.actions.0","bTNWy":"%ed.bTNXK.%wf.bTIhk.actions.1","bTNXC":"%ed.bTNXK.%wf.bTIhk.actions.2","bTNXD":"%ed.bTNXK.%wf.bTIhx","bTNXE":"%ed.bTNXK.%wf.bTIhx.actions.0","bTNXI":"%ed.bTNXK.%wf.bTIkp","bTNXJ":"%ed.bTNXK.%wf.bTIkp.actions.0","bTNXO":"%ed.bTNXK.%el.bTNXQ","bTNXU":"%ed.bTNXK.%wf.bTNXV","bTNXW":"%ed.bTIYG.%wf.bTHKF.actions.2","bTNXa":"%ed.bTNXK.%wf.bTNXV.actions.0","bTNXb":"%ed.bTNXK.%wf.bTNXV.actions.1","bTNXg":"%ed.bTNXK.%wf.bTNXV.actions.2","bTNXm":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTNXo","bTNXs":"%ed.bTISR.%el.bTLPb.%el.bTNXy","bTNXz":"%ed.bTISR.%el.bTLPb.%el.bTNXy.%el.bTNYE","bTNaJ":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac","bTNaO":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKni","bTNaP":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKni.%el.cmMkk","bTNaQ":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj","bTNaU":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh","bTNaV":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh.%el.bTJhb","bTNaW":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhh","bTNaa":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhh.%el.bTJhi","bTNab":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNac.%el.bTKnj.%el.bTMhh.%el.bTJhb.%el.bTJhl","bTNag":"%ed.bTKnK.%wf.bTNai","bTNam":"%ed.bTKnK.%wf.bTNai.actions.0","bTNbo":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTNcU","bTNbq":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTNcU.%el.bTJhP","bTNbu":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTNcU.%el.bTLuz0","bTNcA":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT","bTNcC":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTKni","bTNcG":"%ed.bTKnK.%el.bTKnp.%el.bTKoy.%el.bTNcT.%el.bTKni.%el.cmMkk","bTNcY":"%ed.bTKnK.%wf.bTNcZ","bTNca":"%ed.bTKnK.%wf.bTNcZ.actions.0","bTNcf":"%ed.bTKnK.%wf.bTNcZ.actions.1","bTNqi":"%ed.bTIbT.%wf.bTIbl.actions.1","bTNxO":"%ed.bTIQX.%wf.bTJAu1.actions.4","bTNxT":"%ed.bTIQX.%wf.bTJAu1.actions.2","bTNyt":"%ed.bTIXq.%wf.bTMgR.actions.0","bTNyy":"%ed.bTIXq.%wf.bTMgR.actions.2","bTNzK":"%ed.bTIUb.%wf.bTHWo.actions.1","bTOrC":"%ed.bTHGJ.%wf.bTOrJ","bTOrI":"%ed.bTHGJ.%wf.bTOrJ.actions.1","bTOrO":"%ed.bTHGJ.%wf.bTOrJ.actions.0","bTOrQ":"%ed.bTHGJ.%wf.cmNqR.actions.8","bTPQj":"%ed.bTHGJ.%wf.bTPQq","bTPQo":"%ed.bTHGJ.%wf.bTPQq.actions.0","bTPQp":"%ed.bTHGJ.%wf.bTPQq.actions.1","bTPQw":"%ed.bTPQv.%wf.bTPRA","bTPRM":"%ed.bTPQv.%wf.bTPRA.actions.0","bTPRN":"%ed.bTHGJ.%el.cmNpp.%el.bTPRS","bTPRT":"%ed.bTHGJ.%wf.bTPRa","bTPRZ":"%ed.bTHGJ.%wf.bTPRa.actions.2","bTPRf":"%ed.bTHGJ.%wf.bTPRa.actions.0","bTPRl":"%ed.bTHGJ.%wf.bTPRa.actions.1","bTPRq":"%ed.bTHGJ.%wf.cmNqR.actions.6","bTPRs":"%ed.bTLbI0.%el.bTPRx","bTPRy":"%ed.bTLbI0.%wf.bTKsh.actions.0","bTPSC":"%ed.bTLbI0.%wf.bTKsh.actions.1","bTPSE":"%ed.bTIUb.%wf.bTHHf0.actions.0","bTPgI":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm","bTPgN":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm.%el.cmMkj","bTPgO":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm.%el.cmMkj.%el.cmMkk","bTPgS":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm.%el.cmMkn","bTPgT":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgm.%el.cmMkn.%el.cmMkq","bTPgY":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk.%el.bTPgl","bTPgf":"%ed.bTHIS.%el.bTHHb0.%el.bTPgk","bTPjg":"%ed.bTPlL.%el.cmMkT","bTPjk":"%ed.bTPlL.%el.cmMkT.%el.cmMkX","bTPjl":"%ed.bTPlL.%el.cmMkT.%el.cmMka","bTPjm":"%ed.bTPlL.%el.cmMlJ","bTPjq":"%ed.bTPlL.%el.cmMlJ.%el.cmMlK","bTPjr":"%ed.bTPlL.%el.cmMlJ.%el.cmMlO","bTPjs":"%ed.bTPlL.%el.cmPwB","bTPjw":"%ed.bTPlL.%el.cmPwB.%el.cmPwE","bTPjx":"%ed.bTPlL.%el.cmPwB.%el.bTHZY0","bTPjy":"%ed.bTPlL.%el.cmPwB.%el.bTHZY0.%el.bTHZb0","bTPkC":"%ed.bTPlL.%el.cmPwB.%el.bTHZY0.%el.bTHZe0","bTPkD":"%ed.bTPlL.%el.cmPwB.%el.bTKJh0","bTPkE":"%ed.bTPlL.%el.cmPwB.%el.bTKJh0.%el.bTKJi0","bTPkJ":"%ed.bTPlL.%el.bTHZV0","bTPkK":"%ed.bTPlL.%el.bTKJX0","bTPkO":"%ed.bTPlL.%wf.cmMnU","bTPkP":"%ed.bTPlL.%wf.cmMnU.actions.0","bTPkQ":"%ed.bTPlL.%wf.cmMnZ","bTPkU":"%ed.bTPlL.%wf.cmMnZ.actions.0","bTPkV":"%ed.bTPlL.%wf.cmMnc","bTPkW":"%ed.bTPlL.%wf.cmMnc.actions.0","bTPka":"%ed.bTPlL.%wf.cmMnc.actions.1","bTPkb":"%ed.bTPlL.%wf.cmMnc.actions.2","bTPkc":"%ed.bTPlL.%wf.cmMng","bTPkg":"%ed.bTPlL.%wf.cmMng.actions.0","bTPkh":"%ed.bTPlL.%wf.cmPwM","bTPki":"%ed.bTPlL.%wf.cmPwM.actions.0","bTPkm":"%ed.bTPlL.%wf.cmPwM.actions.1","bTPkn":"%ed.bTPlL.%wf.cmPwM.actions.2","bTPko":"%ed.bTPlL.%wf.cmPwW","bTPks":"%ed.bTPlL.%wf.cmPwW.actions.0","bTPkt":"%ed.bTPlL.%wf.cmPxu","bTPku":"%ed.bTPlL.%wf.cmPxu.actions.0","bTPlF":"%ed.bTPlL.%wf.bTHZh0","bTPlQ":"%ed.bTPlL.%wf.cmPxu.actions.1","bTPlu":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTPmC","bTPlw":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTPmC.%el.cmPxS","bTPmA":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTPmC.%el.cmPxS.%el.cmNUS1","bTPmB":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTGzW.%el.bTPmC.%el.cmPxS.%el.cmNUV1","bTPmG":"%ed.bTLbI0.%el.bTPmI","bTPmM":"%ed.bTLbI0.%wf.bTPmO","bTPmS":"%ed.bTLbI0.%wf.bTPmO.actions.0","bTPmT":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTPme.%el.bTPmf","bTPmZ":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTPme","bTPmg":"%ed.bTLbI0.%el.bTKGE0.%el.bTKGG0.%el.bTPme.%el.bTPml","bTPnO":"%ed.bTPlL.%wf.bTHZh0.actions.0","bTPnQ":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc","bTPnV":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.cmMkj","bTPnW":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.cmMkj.%el.cmMkk","bTPna":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.cmMkn","bTPnb":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.cmMkn.%el.cmMkq","bTPng":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTHPM.%el.bTPnc.%el.bTPni","bTPnm":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno","bTPnt":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF","bTPny":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF.%el.cmMkj","bTPnz":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF.%el.cmMkj.%el.cmMkk","bTPoA":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF.%el.cmMkn","bTPoE":"%ed.bTINL.%el.bTHHb0.%el.bTINm.%el.bTPno.%el.bTPoF.%el.cmMkn.%el.cmMkq","bTPoK":"%ed.bTINL.%el.bTHHb0.%el.bTPoW","bTPoM":"%ed.bTINL.%el.bTHHb0.%el.bTPoW.%el.cmMkj","bTPoQ":"%ed.bTINL.%el.bTHHb0.%el.bTPoW.%el.cmMkj.%el.cmMkk","bTPoR":"%ed.bTINL.%el.bTHHb0.%el.bTPoW.%el.cmMkn","bTPoS":"%ed.bTINL.%el.bTHHb0.%el.bTPoW.%el.cmMkn.%el.cmMkq","bTPou":"%ed.bTIbT.%el.bTPpA","bTPpB":"%ed.bTNXK.%el.bTPpG","bTPtI":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK","bTPtO":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPtQ","bTPtU":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPtW","bTPta":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPtc","bTPtg":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPti","bTPtm":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPto","bTPts":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPtu","bTPty":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGF0.%el.bTPtK.%el.bTPuA","bTPvg":"%ed.bTLek0.%el.bTLer0.%el.bTPvq","bTPvl":"%ed.bTLek0.%el.bTLer0.%el.bTPvq.%el.bTIGO","bTPvm":"%ed.bTLek0.%el.bTLer0.%el.bTPvq.%el.bTIyV1","bTPvr":"%ed.bTLek0.%el.bTLer0.%el.bTPvw","bTPwC":"%ed.bTLek0.%wf.bTPwE","bTPwJ":"%ed.bTLek0.%el.bTPwO","bTPwQ":"%ed.bTLek0.%wf.bTPwE.actions.3","bTPwU":"%ed.bTLek0.%wf.bTPwE.actions.0","bTPwc":"%ed.bTLek0.%wf.bTPwE.actions.1","bTPwh":"%ed.bTLek0.%wf.bTPwE.actions.2","bTPxe":"%ed.bTPxd.%el.bTPxj","bTPxk":"%ed.bTPxd.%el.bTPxp","bTPxq":"%ed.bTPxd.%wf.bTPxu","bTPyA":"%ed.bTPxd.%wf.bTPxu.actions.1","bTPyC":"%ed.bTPxd.%wf.bTPyG","bTPyI":"%ed.bTPxd.%wf.bTPxu.actions.0","bTPyN":"%ed.bTPxd.%wf.bTPyG.actions.0","bTPyY":"%ed.bTPxd.%wf.bTPyG.actions.17","bTPye":"%ed.bTLek0.%el.bTLer0.%el.bTPvw.%el.bTPyk","bTPyl":"%ed.bTLek0.%el.bTLer0.%el.bTPys","bTPyq":"%ed.bTLek0.%el.bTLer0.%el.bTPys.%el.bTIGO","bTPyr":"%ed.bTLek0.%el.bTLer0.%el.bTPys.%el.bTIyV1","bTPyw":"%ed.bTLek0.%wf.bTPyy","bTPzD":"%ed.bTLek0.%wf.bTPyy.actions.0","bTPzE":"%ed.bTPxd.%wf.bTPzI","bTPzJ":"%ed.bTPxd.%wf.bTPzI.actions.0","bTPzV":"%ed.bTPxd.%wf.bTPzW","bTPza":"%ed.bTPxd.%wf.bTPzW.actions.0","bTPzc":"%ed.bTPxd.%wf.bTPzW.actions.1","bTPzi":"%ed.bTPxd.%wf.bTPyG.actions.4","bTPzo":"%ed.bTPxd.%wf.bTPyG.actions.5","bTPzu":"%ed.bTPxd.%wf.bTPyG.actions.7","bTPzz":"%ed.bTPxd.%wf.bTPyG.actions.6","bTQAR":"%ed.bTPxd.%wf.bTPyG.actions.3","bTQAk":"%ed.bTPxd.%wf.bTPyG.actions.8","bTQAq":"%ed.bTPxd.%wf.bTPyG.actions.9","bTQAw":"%ed.bTPxd.%wf.bTPyG.actions.15","bTQBB":"%ed.bTPxd.%wf.bTPyG.actions.2","bTQBG":"%ed.bTPxd.%wf.bTPyG.actions.1","bTQBI":"%ed.bTPxd.%wf.bTPyG.actions.10","bTQBN":"%ed.bTPxd.%wf.bTPyG.actions.11","bTQBS":"%ed.bTPxd.%wf.bTPyG.actions.12","bTQBZ":"%ed.bTPxd.%wf.bTPyG.actions.13","bTQBe":"%ed.bTPxd.%wf.bTPyG.actions.14","bTQBl":"%ed.bTPxd.%wf.bTPyG.actions.16","bTQCa":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn","bTQCc":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.bTMWR","bTQCg":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.cmMkj","bTQCh":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.cmMkj.%el.cmMkk","bTQCi":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.cmMkn","bTQCm":"%ed.bTHOJ.%el.bTHHb0.%el.bTHOW.%el.bTHOe.%el.bTHPM.%el.bTQCn.%el.cmMkn.%el.cmMkq","bTQGw":"%ed.bTHHa.%wf.bTQHA","bTQHB":"%ed.bTHHa.%wf.bTQHA.actions.0","bTQHC":"%ed.bTHHa.%wf.bTQHA.actions.1","bTQHH":"%ed.bTHHa.%wf.bTQHA.actions.2","bTQHM":"%ed.bTHHa.%wf.cmNqR.actions.1","bTQLn":"%ed.bTQNU.%el.cmRLV","bTQLo":"%ed.bTQNU.%el.cmRLV.%el.cmMkX","bTQLs":"%ed.bTQNU.%el.cmRLV.%el.cmREi","bTQLt":"%ed.bTQNU.%el.cmRNJ","bTQLu":"%ed.bTQNU.%el.cmRNJ.%el.cmRNQ","bTQLy":"%ed.bTQNU.%el.cmRNJ.%el.cmRNQ.%el.cmRIP","bTQLz":"%ed.bTQNU.%el.cmRNJ.%el.cmRNQ.%el.cmRNR","bTQMA":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk","bTQME":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl","bTQMF":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv","bTQMG":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv.%el.cmMkj","bTQMK":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv.%el.cmMkj.%el.cmMkk","bTQML":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv.%el.cmMkn","bTQMM":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmRLv.%el.cmMkn.%el.cmRLw","bTQMQ":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz","bTQMR":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz.%el.cmMkj","bTQMS":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz.%el.cmMkj.%el.cmMkk","bTQMW":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz.%el.cmMkn","bTQMX":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUKz.%el.cmMkn.%el.cmULF","bTQMY":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF","bTQMc":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF.%el.cmMkj","bTQMd":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF.%el.cmMkj.%el.cmMkk","bTQMe":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF.%el.cmMkn","bTQMi":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.cmUTF.%el.cmMkn.%el.cmRLw","bTQMj":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD","bTQMo":"%ed.bTQNU.%wf.cmMaK","bTQMp":"%ed.bTQNU.%wf.cmMaK.actions.0","bTQMq":"%ed.bTQNU.%wf.cmMaK.actions.1","bTQMu":"%ed.bTQNU.%wf.cmMaK.actions.2","bTQMv":"%ed.bTQNU.%wf.cmMaK.actions.3","bTQMw":"%ed.bTQNU.%wf.cmMaK.actions.4","bTQNA":"%ed.bTQNU.%wf.cmMbU","bTQNB":"%ed.bTQNU.%wf.cmMbU.actions.0","bTQNC":"%ed.bTQNU.%wf.cmQFZ","bTQNI":"%ed.bTQNU.%wf.cmQFe","bTQNM":"%ed.bTQNU.%wf.cmQFe.actions.0","bTQNl":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx","bTQNq":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx.%el.cmMkj","bTQNr":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx.%el.cmMkj.%el.cmMkk","bTQNs":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx.%el.cmMkn","bTQNw":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQNx.%el.cmMkn.%el.cmULF","bTQNy":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD.%el.bTQOD","bTQOE":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD.%el.bTQOD.%el.bTQOJ","bTQOO":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD.%el.bTQOD.%el.bTQOQ","bTQOU":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUVD.%el.bTQOa","bTQOb":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn","bTQOg":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn.%el.cmMkj","bTQOh":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn.%el.cmMkj.%el.cmMkk","bTQOi":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn.%el.cmMkn","bTQOm":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQOn.%el.cmMkn.%el.cmULF","bTQOo":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA","bTQOt":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA.%el.cmMkj","bTQOu":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA.%el.cmMkj.%el.cmMkk","bTQOy":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA.%el.cmMkn","bTQOz":"%ed.bTQNU.%el.cmRNJ.%el.cmUUk.%el.cmUUl.%el.bTQPA.%el.cmMkn.%el.cmULF","bTQPo":"%ed.bTHGJ.%wf.bTQPv","bTQPq":"%ed.bTHGJ.%wf.bTQPv.actions.0","bTQPu":"%ed.bTHGJ.%wf.bTQPv.actions.1","bTQPw":"%ed.bTHGJ.%wf.cmNqR.actions.7","bTQRn":"%ed.bTQVF.%el.bTHLr","bTQRo":"%ed.bTQVF.%el.bTJsb","bTQRs":"%ed.bTQVF.%el.bTKGE0","bTQSE":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW","bTQTC":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG","bTQTG":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK","bTQTH":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL","bTQTM":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL.%el.bTQXJ.%el.bTQXK","bTQTO":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL.%el.bTQXJ.%el.bTQXO","bTQTm":"%ed.bTQVF.%el.bTKGE0.%el.bTKGF0","bTQTq":"%ed.bTQVF.%el.bTKGE0.%el.bTKGF0.%el.cmMkX","bTQTr":"%ed.bTQVF.%el.bTKHM0","bTQTs":"%ed.bTQVF.%el.bTKHM0.%el.bTIWI","bTQTw":"%ed.bTQVF.%el.bTKHM0.%el.bTIWI.%el.cmMkX","bTQTx":"%ed.bTQVF.%el.bTKHM0.%el.bTIZp","bTQTy":"%ed.bTQVF.%el.bTKHM0.%el.bTIZp.%el.cmPxS","bTQUC":"%ed.bTQVF.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUS1","bTQUD":"%ed.bTQVF.%el.bTKHM0.%el.bTIZp.%el.cmPxS.%el.cmNUV1","bTQUE":"%ed.bTQVF.%el.bTLbO0","bTQUI":"%ed.bTQVF.%el.bTQPG","bTQUJ":"%ed.bTQVF.%el.bTQQU","bTQUQ":"%ed.bTQVF.%wf.bTQPW","bTQUV":"%ed.bTQVF.%wf.bTQPW.actions.0","bTQUi":"%ed.bTQVF.%wf.bTQQr","bTQUm":"%ed.bTQVF.%wf.bTQQr.actions.0","bTQUn":"%ed.bTQVF.%wf.bTQQr.actions.1","bTQUo":"%ed.bTQVF.%wf.bTQQr.actions.2","bTQXE":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL.%el.bTQXJ","bTQXP":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQVG.%el.bTQVK.%el.bTQVL.%el.bTQXU","bTQXV":"%ed.bTQVF.%wf.bTQXa","bTQXb":"%ed.bTQVF.%wf.bTQXa.actions.0","bTQXc":"%ed.bTQVF.%el.bTKGE0.%el.bTQLW.%el.bTQXh","bTQXi":"%p3.bTIOF.%el.bTHBx.%el.bTQXn","bTQYv":"%ed.bTPxd.%wf.bTQZk","bTQZA":"%ed.bTPxd.%wf.bTQZk.actions.0","bTQZB":"%ed.bTPxd.%wf.bTQZk.actions.1","bTQZC":"%ed.bTPxd.%wf.bTQZk.actions.2","bTQZG":"%ed.bTPxd.%wf.bTQZk.actions.3","bTQZH":"%ed.bTPxd.%wf.bTQZk.actions.4","bTQZM":"%ed.bTPxd.%wf.bTQZk.actions.5","bTQZN":"%ed.bTPxd.%wf.bTQZk.actions.6","bTQZO":"%ed.bTPxd.%wf.bTQZk.actions.7","bTQZU":"%ed.bTPxd.%wf.bTQZk.actions.8","bTQZY":"%ed.bTPxd.%wf.bTQZk.actions.9","bTQZZ":"%ed.bTPxd.%wf.bTQZk.actions.10","bTQZe":"%ed.bTPxd.%wf.bTQZk.actions.11","bTQZf":"%ed.bTPxd.%wf.bTQZk.actions.12","bTQZg":"%ed.bTPxd.%wf.bTQZk.actions.13","bTQZl":"%ed.bTPxd.%wf.bTPxu.actions.3","bTQgI":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW","bTQgK":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfm","bTQgO":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq","bTQgP":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq.%el.bTQfg","bTQgQ":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq.%el.bTQfg.%el.bTITa","bTQgU":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq.%el.bTQfg.%el.bTQfk","bTQgV":"%ed.bTHOJ.%el.bTHHb0.%el.bTQgW.%el.bTQfq.%el.bTQfg.%el.bTQfl","bTQga":"%ed.bTHOJ.%wf.bTQgc","bTQgg":"%ed.bTHOJ.%wf.bTQgc.actions.0","bTQgh":"%ed.bTHOJ.%wf.bTQgn","bTQgm":"%ed.bTHOJ.%wf.bTQgn.actions.0","bTQiw":"%ed.bTIbT.%el.bTQjc.%el.bTQjg","bTQiy":"%ed.bTIbT.%el.bTQjc.%el.bTQjg.%el.bTLyS","bTQjC":"%ed.bTIbT.%el.bTQjc.%el.bTQjg.%el.bTLyY","bTQjE":"%ed.bTIbT.%el.bTQjc.%el.bTQjg.%el.bTQjK","bTQjO":"%ed.bTIbT.%el.bTQjc.%el.bTQjh","bTQjQ":"%ed.bTIbT.%el.bTQjc.%el.bTQjh.%el.bTLyS","bTQjU":"%ed.bTIbT.%el.bTQjc.%el.bTQjh.%el.bTLyY","bTQja":"%ed.bTIbT.%el.bTQjc","bTQji":"%ed.bTIbT.%wf.bTQjm","bTQjn":"%ed.bTIbT.%wf.bTQjm.actions.0","bTQjo":"%ed.bTIbT.%wf.bTQju","bTQjt":"%ed.bTIbT.%wf.bTQju.actions.0","bTQjy":"%ed.bTNXK.%el.bTQkQ","bTQkA":"%ed.bTNXK.%el.bTQkQ.%el.bTQjg","bTQkE":"%ed.bTNXK.%el.bTQkQ.%el.bTQjg.%el.bTLyS","bTQkF":"%ed.bTNXK.%el.bTQkQ.%el.bTQjg.%el.bTLyY","bTQkG":"%ed.bTNXK.%el.bTQkQ.%el.bTQjg.%el.bTQjK","bTQkK":"%ed.bTNXK.%el.bTQkQ.%el.bTQjh","bTQkL":"%ed.bTNXK.%el.bTQkQ.%el.bTQjh.%el.bTLyS","bTQkM":"%ed.bTNXK.%el.bTQkQ.%el.bTQjh.%el.bTLyY","bTQkR":"%ed.bTNXK.%wf.bTQkX","bTQkW":"%ed.bTNXK.%wf.bTQkX.actions.0","bTQkY":"%ed.bTNXK.%wf.bTQke","bTQkd":"%ed.bTNXK.%wf.bTQke.actions.0","bTQki":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTQkq","bTQkk":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTQkq.%el.bTLyS","bTQko":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTQkq.%el.bTLyY","bTQkp":"%ed.bTLJS1.%el.bTIcX.%el.bTNOo.%el.bTQkq.%el.bTQjK","bTQkv":"%ed.bTLJS1.%wf.bTLNy1.actions.2","bTQlB":"%ed.bTISR.%wf.bTQlM","bTQlG":"%ed.bTISR.%wf.bTQlM.actions.0","bTQlH":"%ed.bTISR.%wf.bTQlM.actions.1","bTQlI":"%ed.bTISR.%wf.bTQlM.actions.2","bTQlN":"%ed.bTISR.%wf.bTQlY","bTQlS":"%ed.bTISR.%wf.bTQlY.actions.0","bTQlT":"%ed.bTISR.%wf.bTQlY.actions.1","bTQlU":"%ed.bTISR.%wf.bTQlY.actions.2","bTQlZ":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ","bTQle":"%ed.bTIbT.%wf.bTIgk.actions.0","bTQlf":"%ed.bTNXK.%wf.bTIgk.actions.0","bTQmC":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ.%el.cmMkj","bTQmD":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ.%el.cmMkj.%el.cmMkk","bTQmE":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ.%el.cmMkn","bTQmI":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmQ.%el.cmMkn.%el.cmMkq","bTQmK":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP","bTQmU":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg","bTQmW":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.cmMkj","bTQma":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.cmMkj.%el.cmMkk","bTQmb":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.cmMkn","bTQmc":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.cmMkn.%el.cmMkq","bTQmh":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQmg.%el.bTQmm","bTQmn":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA","bTQms":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.cmMkj","bTQmt":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.cmMkj.%el.cmMkk","bTQmu":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.cmMkn","bTQmy":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.cmMkn.%el.cmMkq","bTQmz":"%ed.bTIUb.%el.bTHHb0.%el.bTQmP.%el.bTQnA.%el.bTQmm","bTQnE":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp","bTQnG":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ","bTQnK":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ.%el.cmMkj","bTQnL":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ.%el.cmMkj.%el.cmMkk","bTQnM":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ.%el.cmMkn","bTQnQ":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQmQ.%el.cmMkn.%el.cmMkq","bTQnd":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA","bTQne":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA.%el.cmMkj","bTQni":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA.%el.cmMkj.%el.cmMkk","bTQnj":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA.%el.cmMkn","bTQnk":"%ed.bTIUb.%el.bTHHb0.%el.bTQnp.%el.bTQnA.%el.cmMkn.%el.cmMkq","bTQnq":"%ed.bTNXK.%wf.bTQoU","bTQoN":"%ed.bTNXK.%wf.bTQoU.actions.0","bTQoY":"%ed.bTIbT.%wf.bTQoe","bTQoa":"%ed.bTIbT.%wf.bTQoe.actions.1","bTQpO":"%ed.bTISR.%wf.bTIfZ.actions.2","bTQpP":"%ed.bTISR.%wf.bTIfZ.actions.3","bTQpQ":"%ed.bTISR.%wf.bTIfZ.actions.4","bTQpV":"%ed.bTISR.%wf.bTIfZ.actions.5","bTQpa":"%ed.bTISR.%wf.bTIfZ.actions.6","bTQrU":"%ed.bTQrT.%el.bTQrZ","bTQra":"%ed.bTQrT.%el.bTQrf","bTQrg":"%ed.bTQrT.%el.bTQsc","bTQrl":"%ed.bTQrT.%el.bTQsc.%el.bTPqJ","bTQrx":"%ed.bTQrT.%el.bTQsc.%el.bTPqJ.%el.bTPrK","bTQry":"%ed.bTQrT.%el.bTQsc.%el.bTPqJ.%el.bTPrK.%el.bTPrL","bTQsC":"%ed.bTQrT.%el.bTQsc.%el.bTPqJ.%el.bTPrK.%el.bTPrM","bTQsD":"%ed.bTQrT.%el.bTQsc.%el.bTPqy","bTQsE":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPrS","bTQsV":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPsG","bTQsW":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPsG.%el.cmPxS","bTQsa":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPsG.%el.cmPxS.%el.cmNUS1","bTQsb":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPsG.%el.cmPxS.%el.cmNUV1","bTQsg":"%ed.bTQrT.%el.bTQsc.%el.bTPqy.%el.bTPrS.%el.bTQsi","bTQsm":"%ed.bTQrT.%wf.bTQso","bTQss":"%ed.bTQrT.%wf.bTQso.actions.0","bTQst":"%ed.bTQrT.%wf.bTQso.actions.1","bTQsu":"%ed.bTQrT.%wf.bTQso.actions.3","bTQsz":"%ed.bTQrT.%wf.bTQso.actions.4","bTQtA":"%ed.bTQrT.%wf.bTQtF","bTQtG":"%ed.bTQrT.%wf.bTQtF.actions.0","bTQtL":"%ed.bTQrT.%wf.bTQtM","bTQtQ":"%ed.bTQrT.%wf.bTQtM.actions.0","bTQtR":"%ed.bTQrT.%wf.bTQso.actions.2","bTQtW":"%ed.bTIbT.%el.bTWIQ.%el.bTWIU","bTQtc":"%ed.bTNXK.%el.bTWJp.%el.bTWJq","bTQuN":"%ed.bTQrT.%wf.bTQuS","bTQuT":"%ed.bTQrT.%wf.bTQuS.actions.0","bTQuY":"%ed.bTQrT.%wf.bTQua","bTQue":"%ed.bTQrT.%wf.bTQua.actions.0","bTQug":"%ed.bTIOY.%el.bTQul","bTQum":"%ed.bTQrT.%wf.bTQso.actions.5","bTQva":"%ed.bTIYQ.%wf.bTQvb","bTQvc":"%ed.bTIYQ.%wf.bTQvb.actions.0","bTQvg":"%ed.bTIYQ.%wf.bTQvb.actions.1","bTQvh":"%ed.bTNVF.%wf.bTQvo","bTQvm":"%ed.bTNVF.%wf.bTQvo.actions.0","bTQvn":"%ed.bTNVF.%wf.bTQvo.actions.1","bTQvs":"%ed.bTLEt.%wf.bTQvz","bTQvu":"%ed.bTLEt.%wf.bTQvz.actions.0","bTQvy":"%ed.bTLEt.%wf.bTQvz.actions.1","bTQwA":"%ed.bTLEt.%wf.bTQvz.actions.2","bTQwK":"%ed.bTLJS1.%wf.bTQwL","bTQwM":"%ed.bTLJS1.%wf.bTQwL.actions.0","bTQwQ":"%ed.bTLJS1.%wf.bTQwL.actions.1","bTQwR":"%ed.bTISR.%wf.bTQwS","bTQwW":"%ed.bTISR.%wf.bTQwS.actions.0","bTQwX":"%ed.bTISR.%wf.bTQwS.actions.1","bTQwc":"%ed.bTISR.%wf.bTQwS.actions.2","bTQwe":"%ed.bTISR.%wf.bTQwS.actions.3","bTQwk":"%ed.bTISR.%wf.bTLUX.actions.0","bTRDk":"%ed.bTHGJ.%wf.bTRDr","bTRDq":"%ed.bTHGJ.%wf.bTRDr.actions.1","bTRDw":"%ed.bTHGJ.%wf.bTRDr.actions.0","bTRDy":"%ed.bTHGJ.%wf.cmNqR.actions.2","bTRFK":"%ed.bTIKY.%wf.bTKsh.actions.0","bTRFL":"%ed.bTIKY.%el.bTRFQ","bTRFR":"%ed.bTIKY.%wf.bTKsh.actions.1","bTRFX":"%ed.bTHGJ.%wf.bTRFe","bTRFc":"%ed.bTHGJ.%wf.bTRFe.actions.0","bTRFd":"%ed.bTHGJ.%wf.bTRFe.actions.1","bTRFi":"%ed.bTHGJ.%wf.cmNqR.actions.4","bTRPG":"%ed.bTHGJ.%wf.bTRPN","bTRPI":"%ed.bTHGJ.%wf.bTRPN.actions.0","bTRPM":"%ed.bTHGJ.%wf.bTRPN.actions.1","bTRPO":"%ed.bTHGJ.%wf.cmNqR.actions.5","bTRbe":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq","bTRbg":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq.%el.bTNJw","bTRbk":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq.%el.bTNKC","bTRbl":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq.%el.bTNKC.%el.bTNKG","bTRbm":"%ed.bTNJR.%el.bTHHb0.%el.bTNKa.%el.bTRbq.%el.bTNKC.%el.bTNKH","bTRbr":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcI","bTRbw":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcI.%el.bTNJS","bTRbx":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE.%el.bTRcI.%el.bTNJY","bTRcC":"%ed.bTNJR.%el.bTHHb0.%el.bTRcE","bTRcK":"%ed.bTNJR.%el.bTRcP","bTRcb":"%ed.bTNJR.%el.bTRcP.%el.bTRci","bTRcg":"%ed.bTNJR.%el.bTRcP.%el.bTRci.%el.cmMkX","bTRch":"%ed.bTNJR.%el.bTRcP.%el.bTRci.%el.cmMka","bTRcm":"%ed.bTNJR.%el.bTRcP.%el.bTRco","bTRcs":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE","bTRcu":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE.%el.cmMkj","bTRcy":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE.%el.cmMkj.%el.cmMkk","bTRcz":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE.%el.cmMkn","bTRdA":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdE.%el.cmMkn.%el.cmMkq","bTRdF":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdK","bTRdL":"%ed.bTNJR.%wf.bTRdQ","bTRdR":"%ed.bTNJR.%wf.bTRdQ.actions.0","bTRdY":"%ed.bTNJR.%wf.bTRdc","bTRdd":"%ed.bTNJR.%wf.bTRdc.actions.0","bTRde":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq","bTRdj":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq.%el.cmMkj","bTRdk":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq.%el.cmMkj.%el.cmMkk","bTRdo":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq.%el.cmMkn","bTRdp":"%ed.bTNJR.%el.bTRcP.%el.bTRco.%el.bTRdq.%el.cmMkn.%el.cmMkq","bTRdu":"%ed.bTNJR.%wf.bTRdQ.actions.1","bTRdw":"%ed.bTNJR.%wf.bTRdQ.actions.2","bTReA":"%ed.bTNJR.%wf.bTRdQ.actions.3","bTReB":"%ed.bTNJR.%wf.bTReG","bTReH":"%ed.bTNJR.%wf.bTReG.actions.0","bTRfo":"%ed.bTHGJ.%wf.bTRfy","bTRft":"%ed.bTHGJ.%wf.bTRfy.actions.0","bTRfu":"%ed.bTHGJ.%wf.bTRfy.actions.1","bTRfz":"%ed.bTHGJ.%wf.cmNqR.actions.1","bTRhG":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkn.%el.bTRhI","bTRhM":"%ed.bTHIS.%el.bTHHb0.%el.bTJnn.%el.cmMkn.%el.bTRhI.%el.bTRhO","bTRhS":"%ed.bTHIS.%wf.bTRhU","bTRhY":"%ed.bTHIS.%wf.bTRhU.actions.0","bTRhZ":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkn.%el.bTRhf","bTRhe":"%ed.bTHIS.%el.bTHHb0.%el.bTJnu.%el.cmMkn.%el.bTRhf.%el.bTRhO","bTRhg":"%ed.bTHIS.%wf.bTRhm","bTRhl":"%ed.bTHIS.%wf.bTRhm.actions.0","bTRhq":"%ed.bTHIS.%wf.bTHHf0.actions.2","bTRhr":"%ed.bTHIS.%wf.cmMnc.actions.1","bTRhw":"%ed.bTIbT.%wf.bTRiD","bTRhy":"%ed.bTIbT.%wf.bTRiD.actions.2","bTRiC":"%ed.bTIbT.%wf.bTRiD.actions.3","bTRkH":"%ed.bTIZF.%el.bTLKb1.%el.bTRkS","bTRkU":"%ed.bTIZF.%wf.bTLKm1.actions.1","bTRke":"%ed.bTIZF.%wf.bTLKm1.actions.2","bTRkg":"%ed.bTLJS1.%el.bTIcX.%el.bTLNK1.%el.bTRkl","bTRkq":"%ed.bTLJS1.%wf.bTLNy1.actions.0","bTRks":"%ed.bTNJR.%el.cmMkT.%el.bTRkx","bTRlC":"%ed.bTNJR.%wf.bTNLQ.actions.0","bTRlE":"%ed.bTIbT.%wf.bTRlO","bTRlJ":"%ed.bTIbT.%wf.bTRlO.actions.1","bTRlP":"%ed.bTIbT.%wf.bTRlO.actions.2","bTRls":"%ed.bTNXK.%wf.bTRlz","bTRlu":"%ed.bTNXK.%wf.bTRlz.actions.1","bTRly":"%ed.bTNXK.%wf.bTRlz.actions.2","bTRmF":"%ed.bTNPe.%wf.bTRmM","bTRmK":"%ed.bTNPe.%wf.bTRmM.actions.0","bTRmL":"%ed.bTNPe.%wf.bTRmM.actions.1","bTRqk":"%ed.bTIbT.%el.bTRqm","bTRqq":"%ed.bTIbT.%wf.bTRqr","bTRqs":"%ed.bTIbT.%wf.bTRqr.actions.0","bTRqw":"%ed.bTIbT.%wf.bTRqr.actions.1","bTRqx":"%ed.bTNXK.%el.bTRrC","bTRrD":"%ed.bTNXK.%wf.bTRrE","bTRrI":"%ed.bTNXK.%wf.bTRrE.actions.0","bTRrJ":"%ed.bTNXK.%wf.bTRrE.actions.1","bTRsA":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc.%el.bTRsd","bTRsK":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc.%el.bTRsd.%el.bTRsM","bTRsQ":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc.%el.bTRse","bTRsS":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc.%el.bTRse.%el.bTRsM","bTRsX":"%ed.bTLdp0.%el.bTKGE0.%el.bTKGG0.%el.bTHAR.%el.bTHAU.%el.bTHBG.%el.bTKsQ.%el.bTRsc","bTRsi":"%ed.bTLdp0.%wf.bTRsk","bTRso":"%ed.bTLdp0.%wf.bTRsk.actions.0","bTRsp":"%ed.bTLdp0.%wf.bTRsu","bTRsv":"%ed.bTLdp0.%wf.bTRsu.actions.0","bTRtA":"%ed.bTIQX.%wf.bTRtC","bTRtH":"%ed.bTIQX.%wf.bTRtC.actions.0","bTRta":"%ed.bTNJR.%wf.bTNLQ.actions.1","bTRtf":"%ed.bTNJR.%wf.bTNLQ.actions.2","bTRtl":"%ed.bTNJR.%wf.bTNLQ.actions.3","bTRty":"%ed.bTNJR.%wf.bTRuC","bTRuD":"%ed.bTNJR.%wf.bTRuC.actions.1","bTRuI":"%ed.bTNJR.%wf.bTRuC.actions.2","bTRuK":"%ed.bTNJR.%wf.bTRuC.actions.0","bTRuP":"%ed.bTNJR.%wf.bTNLV.actions.4","bTRvp":"%ed.bTRvo.%el.bTRvu","bTRvv":"%ed.bTRvo.%el.bTRwA","bTRwB":"%ed.bTRvo.%wf.bTRwC","bTRwM":"%ed.bTRvo.%wf.bTRwC.actions.2","bTRwT":"%ed.bTHOJ.%el.cmMkT.%el.bTRwY","bTRwZ":"%ed.bTHOJ.%wf.bTRwa","bTRwf":"%ed.bTHOJ.%wf.bTRwa.actions.0","bTRwg":"%ed.bTHOJ.%wf.bTHRg.actions.4","bTRyY":"%ed.bTRvo.%el.bTRyd","bTRye":"%ed.bTRvo.%wf.bTRyi","bTRyk":"%ed.bTRvo.%wf.bTRwC.actions.0","bTRyp":"%ed.bTRvo.%wf.bTRyi.actions.0","bTRyq":"%ed.bTRvo.%el.bTRyv","bTRyw":"%ed.bTRvo.%wf.bTRzA","bTRzC":"%ed.bTRvo.%wf.bTRzA.actions.0","bTRzG":"%ed.bTRvo.%wf.bTRwC.actions.1","bTRzN":"%ed.bTRvo.%wf.bTRzT","bTRzS":"%ed.bTRvo.%wf.bTRzT.actions.0","bTRzU":"%ed.bTRvo.%wf.bTRza","bTRzZ":"%ed.bTRvo.%wf.bTRza.actions.0","bTRzk":"%ed.bTRvo.%el.bTRzm","bTRzq":"%ed.bTRvo.%wf.bTRzy","bTSAD":"%ed.bTRvo.%wf.bTRzy.actions.0","bTSAO":"%ed.bTRvo.%wf.bTSAP","bTSAQ":"%ed.bTRvo.%wf.bTSAP.actions.0","bTSBu":"%ed.bTIZF.%el.bTLKb1.%el.bTSBw","bTSCA":"%ed.bTIZF.%wf.bTSCB","bTSCC":"%ed.bTIZF.%el.bTSCH","bTSCI":"%ed.bTIZF.%wf.bTSCB.actions.0","bTSCN":"%ed.bTIZF.%wf.bTSCB.actions.1","bTSCS":"%ed.bTIZF.%wf.bTSCB.actions.2","bTSCU":"%ed.bTIZF.%wf.bTSCY","bTSCZ":"%ed.bTIZF.%wf.bTSCY.actions.0","bTSIH":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL.%el.bTUdQ","bTSIN":"%ed.bTRvo.%el.bTSIS","bTSIU":"%ed.bTRvo.%wf.bTSIY","bTSIf":"%ed.bTRvo.%wf.bTSIY.actions.1","bTSIg":"%ed.bTRvo.%wf.bTSIk","bTSIm":"%ed.bTRvo.%wf.bTSIY.actions.0","bTSIr":"%ed.bTRvo.%wf.bTSIk.actions.0","bTSIs":"%ed.bTRvo.%wf.bTSIk.actions.1","bTSIx":"%ed.bTRvo.%wf.bTSIk.actions.2","bTSJC":"%ed.bTRvo.%wf.bTSIk.actions.3","bTSSy":"%ed.bTNVF.%wf.bTIZP.actions.1","bTSTw":"%ed.bTIZF.%wf.bTSCB.actions.3","bTSUA":"%ed.bTIZF.%wf.bTSCB.actions.4","bTSUB":"%ed.bTIZF.%wf.bTSCB.actions.5","bTSUg":"%ed.bTIZF.%wf.bTSCY.actions.1","bTSUl":"%ed.bTIZF.%wf.bTSCY.actions.2","bTSUq":"%ed.bTIZF.%wf.bTSCY.actions.3","bTSDa1":"%ed.bTIbT.%wf.bTSDb1","bTSDc1":"%ed.bTIbT.%wf.bTSDg1","bTSDh1":"%ed.bTIbT.%wf.bTSDg1.actions.0","bTSDi1":"%ed.bTIbT.%wf.bTSDb1.actions.0","bTSDm1":"%ed.bTIbT.%wf.bTSDb1.actions.1","bTSDy1":"%ed.bTNXK.%wf.bTSEF1","bTSEA1":"%ed.bTNXK.%wf.bTSEF1.actions.0","bTSEE1":"%ed.bTNXK.%wf.bTSEF1.actions.1","bTSEG1":"%ed.bTNXK.%wf.bTSEK1","bTSEL1":"%ed.bTNXK.%wf.bTSEK1.actions.0","bTSNu0":"%ed.bTPxd.%el.bTSNw0","bTSOA0":"%ed.bTPxd.%wf.bTSOB0","bTSOG0":"%ed.bTPxd.%wf.bTPxu.actions.2","bTSOM0":"%ed.bTPxd.%wf.bTSOB0.actions.1","bTSOS0":"%ed.bTPxd.%wf.bTSOB0.actions.0","bTSOY1":"%ed.bTNPe.%wf.bTSOf1","bTSOa1":"%ed.bTNPe.%wf.bTSOf1.actions.0","bTSOe1":"%ed.bTNPe.%wf.bTSOf1.actions.1","bTSRZ0":"%ed.bTIbT.%wf.bTQoe.actions.0","bTSRe0":"%ed.bTIbT.%wf.bTQoe.actions.4","bTSRk0":"%ed.bTIbT.%wf.bTQoe.actions.2","bTSRm0":"%ed.bTIYQ.%wf.bTIZP.actions.1","bTSVb0":"%ed.bTIZF.%wf.bTSVh0.actions.0","bTSVg0":"%ed.bTIZF.%wf.bTSVh0","bTSVs0":"%ed.bTIZF.%wf.bTSWE0","bTSVu0":"%ed.bTIZF.%wf.bTSWE0.actions.0","bTSVy0":"%ed.bTIZF.%wf.bTSWE0.actions.1","bTSVz0":"%ed.bTIZF.%wf.bTSWE0.actions.2","bTSWA0":"%ed.bTIZF.%wf.bTSWE0.actions.3","bTSWF0":"%ed.bTIZF.%wf.bTSVh0.actions.1","bTSWG0":"%ed.bTIZF.%wf.bTSVh0.actions.2","bTSWW0":"%ed.bTIZF.%wf.bTSVh0.actions.3","bTSWc0":"%ed.bTIZF.%wf.bTSWd0","bTSWi0":"%ed.bTIZF.%wf.bTSWd0.actions.0","bTSWk0":"%ed.bTIZF.%wf.bTSVh0.actions.4","bTSWo0":"%ed.bTIZF.%wf.bTSXB0","bTSXA0":"%ed.bTIZF.%wf.bTSXB0.actions.0","bTSXG0":"%ed.bTIZF.%wf.bTLKm1.actions.3","bTSXI0":"%ed.bTIZF.%wf.bTLKm1.actions.4","bTSYO0":"%ed.bTPxd.%wf.bTSYa0","bTSYQ0":"%ed.bTPxd.%wf.bTSYa0.actions.0","bTSYg0":"%ed.bTPxd.%wf.bTSZL0","bTSYi0":"%ed.bTPxd.%wf.bTSZL0.actions.0","bTSYm0":"%ed.bTPxd.%wf.bTSZL0.actions.1","bTSYn0":"%ed.bTPxd.%wf.bTSZL0.actions.2","bTSYo0":"%ed.bTPxd.%wf.bTSZL0.actions.3","bTSYs0":"%ed.bTPxd.%wf.bTSZL0.actions.4","bTSYt0":"%ed.bTPxd.%wf.bTSZL0.actions.5","bTSYu0":"%ed.bTPxd.%wf.bTSZL0.actions.6","bTSYy0":"%ed.bTPxd.%wf.bTSZL0.actions.7","bTSYz0":"%ed.bTPxd.%wf.bTSZL0.actions.8","bTSZA0":"%ed.bTPxd.%wf.bTSZL0.actions.9","bTSZE0":"%ed.bTPxd.%wf.bTSZL0.actions.10","bTSZF0":"%ed.bTPxd.%wf.bTSZL0.actions.11","bTSZG0":"%ed.bTPxd.%wf.bTSZL0.actions.12","bTSZK0":"%ed.bTPxd.%wf.bTSZL0.actions.13","bTSZX0":"%ed.bTPxd.%wf.bTSYa0.actions.2","bTSZY0":"%ed.bTPxd.%wf.bTSaN0","bTSZd0":"%ed.bTPxd.%wf.bTSaN0.actions.0","bTSZe0":"%ed.bTPxd.%wf.bTSaN0.actions.1","bTSZi0":"%ed.bTPxd.%wf.bTSaN0.actions.2","bTSZj0":"%ed.bTPxd.%wf.bTSaN0.actions.3","bTSZk0":"%ed.bTPxd.%wf.bTSaN0.actions.4","bTSZo0":"%ed.bTPxd.%wf.bTSaN0.actions.5","bTSZp0":"%ed.bTPxd.%wf.bTSaN0.actions.6","bTSZq0":"%ed.bTPxd.%wf.bTSaN0.actions.7","bTSZu0":"%ed.bTPxd.%wf.bTSaN0.actions.8","bTSZv0":"%ed.bTPxd.%wf.bTSaN0.actions.9","bTSZw0":"%ed.bTPxd.%wf.bTSaN0.actions.10","bTSaA0":"%ed.bTPxd.%wf.bTSaN0.actions.11","bTSaB0":"%ed.bTPxd.%wf.bTSaN0.actions.12","bTSaC0":"%ed.bTPxd.%wf.bTSaN0.actions.13","bTSaG0":"%ed.bTPxd.%wf.bTSaN0.actions.14","bTSaH0":"%ed.bTPxd.%wf.bTSaN0.actions.15","bTSaI0":"%ed.bTPxd.%wf.bTSaN0.actions.16","bTSaM0":"%ed.bTPxd.%wf.bTSaN0.actions.17","bTSaq0":"%ed.bTPxd.%wf.bTSYa0.actions.1","bTSas0":"%ed.bTPxd.%wf.bTSYa0.actions.3","bTShK0":"%ed.bTShJ0.%el.bTShQ0","bTShP0":"%ed.bTShJ0.%el.bTShQ0.%el.cmMkk","bTShU0":"%ed.bTShJ0.%el.bTSiA0","bTShW0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgA0","bTSha0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgA0.%el.bTSgB0","bTShb0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgA0.%el.bTSgI0","bTShc0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0","bTShg0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSgI0","bTShh0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSij0","bTShi0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSij0.%el.bTIhA","bTShm0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSij0.%el.bTIhA.%el.bTIhE","bTShn0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSij0.%el.bTIhB","bTSho0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0","bTShs0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSgI0","bTSht0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjZ0","bTShu0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjZ0.%el.bTIhA","bTShy0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjZ0.%el.bTIhA.%el.bTIhE","bTShz0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjZ0.%el.bTIhB","bTSiE0":"%ed.bTShJ0.%wf.bTSiF0","bTSiG0":"%ed.bTShJ0.%wf.bTSiK0","bTSiW0":"%ed.bTShJ0.%wf.bTSiK0.actions.0","bTSiX0":"%ed.bTShJ0.%wf.bTSiK0.actions.1","bTSiY0":"%ed.bTShJ0.%wf.bTSiK0.actions.2","bTSic0":"%ed.bTShJ0.%wf.bTSiF0.actions.0","bTSid0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0","bTSik0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSiv0","bTSip0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSiv0.%el.bTIhA","bTSiq0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSiv0.%el.bTIhA.%el.bTIhE","bTSiu0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgT0.%el.bTSii0.%el.bTSiv0.%el.bTIhB","bTSiw0":"%ed.bTShJ0.%wf.bTSjB0","bTSjC0":"%ed.bTShJ0.%wf.bTSjB0.actions.0","bTSjG0":"%ed.bTShJ0.%wf.bTSjM0","bTSjI0":"%ed.bTShJ0.%wf.bTSjM0.actions.0","bTSjN0":"%ed.bTIbT.%el.bTSjS0","bTSjT0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0","bTSja0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjl0","bTSjf0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjl0.%el.bTIhA","bTSjg0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjl0.%el.bTIhA.%el.bTIhE","bTSjk0":"%ed.bTShJ0.%el.bTSiA0.%el.bTSgw0.%el.bTSjY0.%el.bTSjl0.%el.bTIhB","bTSjm0":"%ed.bTShJ0.%wf.bTSjr0","bTSjs0":"%ed.bTShJ0.%wf.bTSjr0.actions.0","bTSjx0":"%ed.bTShJ0.%wf.bTSkD0","bTSkC0":"%ed.bTShJ0.%wf.bTSkD0.actions.0","bTSkO0":"%ed.bTIUb.%el.bTHHb0.%el.bTSko0","bTSkU0":"%ed.bTIUb.%el.cmMkT.%el.bTSkW0","bTSka0":"%ed.bTIUb.%el.bTHHb0.%el.bTSks0","bTSxA":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTSxK","bTSxF":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTSxK.%el.bTSvB","bTSxG":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTSxK.%el.bTSvH","bTSxL":"%ed.bTIQX.%wf.bTSxW","bTSxR":"%ed.bTIQX.%wf.bTSxW.actions.1","bTSxX":"%ed.bTIQX.%wf.bTSxd","bTSxc":"%ed.bTIQX.%wf.bTSxd.actions.1","bTTRz":"%ed.bTJhM.%wf.bTTSA","bTTSE":"%ed.bTJhM.%wf.bTTSF","bTTSG":"%ed.bTJhM.%wf.bTTSF.actions.0","bTTSK":"%ed.bTJhM.%wf.bTTSF.actions.1","bTTSL":"%ed.bTJhM.%wf.bTTSA.actions.0","bTTSM":"%ed.bTJhM.%wf.bTTSQ","bTTSW":"%ed.bTJhM.%wf.bTTSQ.actions.0","bTTSX":"%ed.bTJhM.%wf.bTTSQ.actions.1","bTTSd":"%ed.bTJhM.%wf.bTIrM.actions.1","bTTSi":"%ed.bTJhM.%wf.bTLvQ0.actions.1","bTTSk":"%ed.bTJhM.%wf.bTIum.actions.1","bTTSp":"%ed.bTIbT.%wf.bTTSq","bTTSu":"%ed.bTIbT.%wf.bTTSq.actions.0","bTTSv":"%ed.bTIbT.%wf.bTTTN","bTTTA":"%ed.bTNXK.%wf.bTTTG","bTTTC":"%ed.bTNXK.%wf.bTTTG.actions.0","bTTTH":"%ed.bTNXK.%wf.bTTTT","bTTTM":"%ed.bTIbT.%wf.bTTTN.actions.0","bTTTO":"%ed.bTJhM.%wf.bTJiN.actions.1","bTTTS":"%ed.bTNXK.%wf.bTTTT.actions.0","bTTTZ":"%ed.bTJhM.%wf.bTJho.actions.1","bTSxu0":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSxw0","bTSye0":"%ed.bTSya0.%el.bTSyg0","bTSyk0":"%ed.bTSya0.%wf.bTSyw0","bTSym0":"%ed.bTSya0.%wf.bTSyw0.actions.0","bTSyq0":"%ed.bTSya0.%wf.bTSyw0.actions.1","bTSyr0":"%ed.bTSya0.%wf.bTSyw0.actions.2","bTSys0":"%ed.bTSya0.%wf.bTSyw0.actions.3","bTSyx0":"%ed.bTSya0.%el.bTSzC0","bTSzE0":"%ed.bTSya0.%wf.bTSyw0.actions.4","bTSzI0":"%ed.bTIYQ.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSxw0.%el.bTSzK0","bTSzO0":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSzQ0","bTSzV0":"%ed.bTNVF.%el.bTIcX.%el.bTIcb.%el.bTIfl.%el.bTSzQ0.%el.bTSza0","bTUIi":"%ed.bTNXK.%el.bTUIk","bTUMe":"%ed.bTShJ0.%el.bTSiA0.%el.bTUMl","bTUMg":"%ed.bTShJ0.%el.bTSiA0.%el.bTUMl.%el.bTSgB0","bTUMk":"%ed.bTShJ0.%el.bTSiA0.%el.bTUMl.%el.bTSgI0","bTUMm":"%ed.bTShJ0.%wf.bTUMs","bTUMr":"%ed.bTShJ0.%wf.bTUMs.actions.0","bTUMx":"%ed.bTShJ0.%wf.bTUMy","bTUNC":"%ed.bTShJ0.%wf.bTUMy.actions.0","bTUND":"%ed.bTShJ0.%wf.bTUMy.actions.1","bTUUE":"%ed.bTIbT.%wf.bTQoe.actions.3","bTUUp":"%ed.bTIYQ.%wf.bTIes.actions.2","bTUUu":"%ed.bTLJS1.%wf.bTIes.actions.2","bTUUw":"%ed.bTNVF.%wf.bTIes.actions.2","bTUVB":"%ed.bTLEt.%wf.bTIfW.actions.4","bTUVG":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTUVI","bTUVN":"%ed.bTIaZ.%wf.bTLrg.actions.0","bTUVT":"%ed.bTIaZ.%wf.bTLrg.actions.1","bTUVY":"%ed.bTIaZ.%el.bTHEw0.%el.bTHFQ0.%el.bTHFj0.%el.bTHPw1.%el.bTHPx1.%el.bTUVa","bTUbq":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.bTUbs","bTUbw":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.bTUby","bTUcI":"%ed.bTIQX.%wf.bTUcJ","bTUcK":"%ed.bTIQX.%wf.bTUcJ.actions.0","bTUcO":"%ed.bTIQX.%el.bTUcQ","bTUcU":"%ed.bTIQX.%wf.bTUcJ.actions.1","bTUcV":"%ed.bTIQX.%wf.bTUcJ.actions.2","bTUcW":"%ed.bTIQX.%wf.bTUcJ.actions.3","bTUca":"%ed.bTIQX.%wf.bTUcJ.actions.4","bTUci":"%ed.bTIQX.%el.bTUcn","bTUct":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTHDN.%el.bTUcy","bTUcz":"%ed.bTIQX.%wf.bTUdF","bTUdE":"%ed.bTIQX.%wf.bTUdF.actions.0","bTUdG":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUdd.%el.bTUdL","bTUdR":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc.%el.bTUde","bTUdX":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTHAR.%el.bTHgx.%el.bTUdc","bTUdi":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTSxK.%el.bTUdk","bTUdo":"%ed.bTIQX.%wf.bTSxd.actions.2","bTUdp":"%ed.bTIQX.%wf.bTSxd.actions.0","bTUdu":"%ed.bTIQX.%wf.bTSxW.actions.0","bTUdw":"%ed.bTIQX.%wf.bTSxW.actions.2","bTUkN":"%ed.bTUnN.%el.bTLPb","bTUkO":"%ed.bTUnN.%el.bTLPb.%el.bTUrD","bTUkS":"%ed.bTUnN.%el.bTLPb.%el.bTUrD.%el.bTISw","bTUkT":"%ed.bTUnN.%el.bTLPb.%el.bTUrD.%el.bTISy","bTUke":"%ed.bTUnN.%el.bTLPb.%el.bTLiR","bTUkf":"%ed.bTUnN.%el.bTLPb.%el.bTLiR.%el.bTUnZ.%el.bTUne","bTUkg":"%ed.bTUnN.%el.bTLPb.%el.bTLiR.%el.bTLVR","bTUkk":"%ed.bTUnN.%el.bTLPb.%el.bTLin","bTUkw":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM","bTUkx":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta","bTUky":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITL","bTUlC":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITL.%el.bTITP","bTUlD":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITL.%el.bTITQ","bTUlE":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITW","bTUlI":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITW.%el.bTITU","bTUlK":"%ed.bTUnN.%el.bTLPb.%el.bTNXy","bTUlU":"%ed.bTUnN.%el.bTLPb.%el.cmNAA0","bTUlV":"%ed.bTUnN.%el.bTLPb.%el.cmNAA0.%el.bTLVR","bTUli":"%ed.bTUnN.%el.bTLVk","bTUlm":"%ed.bTUnN.%el.bTLgG","bTUln":"%ed.bTUnN.%wf.bTITd","bTUlo":"%ed.bTUnN.%wf.bTITd.actions.0","bTUls":"%ed.bTUnN.%wf.bTIfZ","bTUly":"%ed.bTUnN.%wf.bTIfZ.actions.0","bTUmW":"%ed.bTUnN.%wf.bTLVU","bTUmY":"%ed.bTUnN.%wf.bTLkj","bTUmc":"%ed.bTUnN.%wf.bTLkj.actions.0","bTUmu":"%ed.bTUnN.%wf.bTQwS","bTUnO":"%ed.bTUnN.%el.bTLPb.%el.bTLiR.%el.bTUnZ.%el.bTUna","bTUnU":"%ed.bTUnN.%el.bTLPb.%el.bTLiR.%el.bTUnZ","bTUnf":"%ed.bTUnN.%el.bTLPb.%el.bTUnm","bTUnq":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS","bTUns":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS.%el.cmVnP","bTUoD":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS.%el.bTUoO","bTUoE":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS.%el.bTUoO.%el.bTLyS","bTUoI":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpS.%el.bTUoO.%el.bTLyY","bTUoP":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR","bTUoU":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR.%el.cmVnP","bTUoV":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR.%el.bTUoO","bTUoW":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR.%el.bTUoO.%el.bTLyS","bTUoa":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpR.%el.bTUoO.%el.bTLyY","bTUoc":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ","bTUoh":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ.%el.cmVnP","bTUoi":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ.%el.bTUoO","bTUom":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ.%el.bTUoO.%el.bTLyS","bTUon":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpQ.%el.bTUoO.%el.bTLyY","bTUos":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTUpW","bTUpK":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM","bTUpX":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpi","bTUpc":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpi.%el.cmMnI","bTUpd":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpi.%el.cmMnI.%el.cmMnL","bTUpe":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpi.%el.cmMnI.%el.cmMnO","bTUpj":"%ed.bTUnN.%wf.bTUpo","bTUpp":"%ed.bTUnN.%wf.bTUpo.actions.0","bTUpq":"%ed.bTUnN.%el.bTUpv","bTUpw":"%ed.bTUnN.%wf.bTUpo.actions.1","bTUqA":"%ed.bTUnN.%wf.bTUpo.actions.2","bTUqC":"%ed.bTUnN.%wf.bTUqG","bTUqH":"%ed.bTUnN.%wf.bTUqG.actions.0","bTUqI":"%ed.bTUnN.%wf.bTUpo.actions.3","bTUqx":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ.%el.bTUta.%el.bTITL.%el.bTUrC","bTUrE":"%ed.bTUnN.%el.bTLPb.%el.bTUrW","bTUrJ":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLVR","bTUrK":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia","bTUrO":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTIcm","bTUrP":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTIcm.%el.bTITU","bTUrQ":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTLii","bTUrU":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTLii.%el.bTLij","bTUrV":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTLia.%el.bTLii.%el.bTLik","bTUra":"%ed.bTUnN.%el.bTLPb.%el.cmNAA0.%el.bTUrc","bTUrg":"%ed.bTUnN.%wf.bTUrm","bTUri":"%ed.bTUnN.%wf.bTUrm.actions.0","bTUrn":"%ed.bTUnN.%wf.bTLVU.actions.0","bTUro":"%ed.bTUnN.%wf.bTITd.actions.1","bTUrs":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0","bTUru":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI","bTUry":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL","bTUrz":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTITP","bTUsA":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTITQ","bTUsE":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTUrC","bTUsF":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTUsM","bTUsG":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTUsM.%el.bTITU","bTUtN":"%ed.bTUnN.%wf.bTUtS","bTUtT":"%ed.bTUnN.%wf.bTUtS.actions.0","bTUtU":"%ed.bTUnN.%el.bTLPb.%el.bTLin.%el.bTUqM.%el.bTUtZ","bTUte":"%ed.bTUnN.%wf.bTUtg","bTUtk":"%ed.bTUnN.%wf.bTUtg.actions.0","bTUuI":"%ed.bTUnN.%wf.bTUuK","bTUuO":"%ed.bTUnN.%wf.bTUuK.actions.0","bTUuQ":"%ed.bTUnN.%el.bTLPb.%el.bTUrW.%el.bTUuV","bTUuW":"%ed.bTUnN.%wf.bTUuc","bTUub":"%ed.bTUnN.%wf.bTUuc.actions.0","bTVFH":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT","bTVFM":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT.%el.bTUoO","bTVFN":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT.%el.bTUoO.%el.bTLyS","bTVFO":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT.%el.bTUoO.%el.bTLyY","bTVFS":"%ed.bTUnN.%el.bTLPb.%el.bTUnm.%el.bTUpM.%el.bTVFT.%el.cmVnP","bTVHd":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVHp","bTVHe":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVHp.%el.bTLyS","bTVHi":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVHp.%el.bTLyY","bTVKi":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTVKo","bTVKk":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTVKo.%el.cmNll","bTVKu":"%ed.bTUnN.%wf.bTVLB","bTVKw":"%ed.bTUnN.%wf.bTVLB.actions.0","bTVLA":"%ed.bTUnN.%wf.bTVLB.actions.1","bTVZd":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbU0","bTVZi":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbU0.%el.bTIGO","bTVZj":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbU0.%el.bTIyV1","bTVZo":"%ed.bTUnN.%wf.bTVaC","bTVZq":"%ed.bTUnN.%wf.bTVaC.actions.1","bTVZu":"%ed.bTUnN.%wf.bTVaC.actions.2","bTVZv":"%ed.bTUnN.%wf.bTVaC.actions.3","bTVaG":"%ed.bTIQX.%el.bTUcn.%el.bTUco.%el.bTKGG0.%el.bTGzW.%el.cmMkn.%el.bTVaI","bTVaM":"%ed.bTIQX.%wf.bTVaO","bTVaS":"%ed.bTIQX.%wf.bTVaO.actions.0","bTVnD":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ","bTVnI":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.bTMWR","bTVnJ":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.cmMkj","bTVnK":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.cmMkj.%el.cmMkk","bTVnO":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.cmMkn","bTVnP":"%ed.bTHOJ.%el.bTHHb0.%el.bTMXx.%el.bTVnQ.%el.cmMkn.%el.cmMkq","bTVtC":"%ed.bTHOJ.%wf.bTVtD","bTVtI":"%ed.bTHOJ.%wf.bTVtD.actions.0","bTVtK":"%ed.bTHOJ.%wf.bTVtD.actions.1","bTVtP":"%ed.bTHOJ.%wf.bTHRg.actions.3","bTVzD":"%ed.bTUnN.%wf.bTVaC.actions.4","bTWEN":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEg","bTWET":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf","bTWEZ":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe","bTWEk":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf.%el.bTWEm","bTWEq":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf.%el.bTWEy.%el.bTWFC","bTWEw":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf.%el.bTWEy","bTWFD":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWEf.%el.bTWEy.%el.bTWFI","bTWFJ":"%ed.bTIUb.%el.bTHHb0.%el.bTWEe.%el.bTWFO","bTWFV":"%ed.bTIUb.%wf.bTWFW","bTWFa":"%ed.bTIUb.%wf.bTWFW.actions.0","bTWFb":"%ed.bTIUb.%wf.bTWFW.actions.1","bTWFc":"%ed.bTIUb.%wf.bTWFW.actions.2","bTWFh":"%ed.bTIUb.%wf.bTWFm","bTWFn":"%ed.bTIUb.%wf.bTWFm.actions.0","bTWFo":"%ed.bTIUb.%wf.bTWFm.actions.1","bTWFz":"%ed.bTWFy.%wf.bTWGA","bTWGM":"%ed.bTWFy.%el.bTWGR","bTWGS":"%ed.bTWFy.%wf.bTWGY","bTWGX":"%ed.bTWFy.%wf.bTWGY.actions.0","bTWGv":"%ed.bTWFy.%wf.bTWHB","bTWHA":"%ed.bTWFy.%wf.bTWHB.actions.0","bTWHH":"%ed.bTWFy.%wf.bTWHf","bTWHM":"%ed.bTWFy.%wf.bTWHf.actions.0","bTWHO":"%ed.bTWFy.%wf.bTWHf.actions.2","bTWHT":"%ed.bTWFy.%el.bTWHe","bTWHk":"%ed.bTWFy.%wf.bTWHq","bTWHm":"%ed.bTWFy.%wf.bTWHq.actions.0","bTWHy":"%ed.bTWFy.%wf.bTWGA.actions.2","bTWID":"%ed.bTWFy.%wf.bTWGA.actions.3","bTWII":"%ed.bTIbT.%el.bTWIQ.%el.bTWIV","bTWIO":"%ed.bTIbT.%el.bTWIQ","bTWIb":"%ed.bTIbT.%wf.bTRiD.actions.0","bTWIg":"%ed.bTIbT.%wf.bTRiD.actions.1","bTWIi":"%ed.bTNXK.%el.bTWJp","bTWIm":"%ed.bTWFy.%wf.bTWHf.actions.1","bTWIo":"%ed.bTWFy.%wf.bTWJE","bTWIt":"%ed.bTWFy.%wf.bTWJE.actions.0","bTWIu":"%ed.bTWFy.%wf.bTWJE.actions.1","bTWIy":"%ed.bTWFy.%wf.bTWJE.actions.2","bTWIz":"%ed.bTWFy.%wf.bTWJE.actions.3","bTWJA":"%ed.bTWFy.%wf.bTWJE.actions.4","bTWJF":"%ed.bTWFy.%wf.bTWJG","bTWJL":"%ed.bTWFy.%wf.bTWJQ","bTWJR":"%ed.bTWFy.%wf.bTWJQ.actions.0","bTWJS":"%ed.bTWFy.%wf.bTWJG.actions.1","bTWJX":"%ed.bTWFy.%wf.bTWJG.actions.0","bTWJd":"%ed.bTWFy.%wf.bTWGA.actions.0","bTWJj":"%ed.bTWFy.%wf.bTWGA.actions.1","bTWJu":"%ed.bTNXK.%el.bTWJp.%el.bTWJw","bTWKB":"%ed.bTNXK.%wf.bTIhG.actions.0","bTWKH":"%ed.bTNXK.%wf.bTIhG.actions.1","bTWKN":"%ed.bTIbT.%wf.bTRlO.actions.0","bTWKT":"%ed.bTNXK.%wf.bTRlz.actions.0","bTVFY0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTVFa0","bTVFe0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTVFa0.%el.bTVFg0","bTVFk0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTVFa0.%el.bTVFm0","bTVFq0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0","bTVFx0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVGa0","bTVGC0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVGa0.%el.cmMnI","bTVGD0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVGa0.%el.cmMnI.%el.cmMnL","bTVGE0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVGa0.%el.cmMnI.%el.cmMnO","bTVGK0":"%ed.bTUnN.%wf.bTVGP0","bTVGQ0":"%ed.bTUnN.%wf.bTVGP0.actions.0","bTVGU0":"%ed.bTUnN.%wf.bTVGP0.actions.1","bTVGV0":"%ed.bTUnN.%wf.bTVGP0.actions.2","bTVaY0":"%p3.bTIOF.%el.bTVaa0","bTVae0":"%p3.bTIOF.%wf.bTVal0","bTVag0":"%p3.bTIOF.%wf.bTVal0.actions.1","bTVak0":"%p3.bTIOF.%wf.bTVal0.actions.2","bTVar0":"%p3.bTIOF.%wf.bTVal0.actions.0","bTVbE0":"%ed.bTUnN.%wf.bTVaC.actions.0","bTVbJ0":"%ed.bTUnN.%wf.bTVaC.actions.5","bTVbO0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0","bTVbV0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbc0","bTVba0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbc0.%el.bTIGO","bTVbb0":"%ed.bTUnN.%el.bTLPb.%el.bTNXy.%el.bTVFs0.%el.bTVFw0.%el.bTITI.%el.bTITL.%el.bTVbQ0.%el.bTVbc0.%el.bTIyV1","bTVbg0":"%ed.bTUnN.%wf.bTVbi0","bTVbm0":"%ed.bTUnN.%wf.bTVbi0.actions.0","bTIJV":"%ed.bTIKY","bTIOf":"%ed.bTIQX","bTJxx":"%ed.bTKAb","bTLYr0":"%ed.bTLbI0","bTLeS0":"%ed.bTLeT0","bTQRm":"%ed.bTQVF","bTHkg":"%ed.bTHmT","bTIOL":"%ed.bTIOY","bTIQa":"%ed.bTISR","bTUkM":"%ed.bTUnN","bTHKe":"%ed.bTHLR","bTIKj":"%ed.bTINL","bTHGh":"%ed.bTHHa","bTHEM":"%ed.bTHGJ","bTRvk":"%ed.bTRvo","bTHHY":"%ed.bTHIS","bTNIK":"%ed.bTNJR","bTHGH":"%ed.bTHGU","bTHNc":"%ed.bTHOJ","bTHph":"%ed.bTHqU","bTKCm":"%ed.bTKDa","bTICj":"%ed.bTICv","bTPjf":"%ed.bTPlL","bTITg":"%ed.bTIUb","bTLbY0":"%ed.bTLdp0","bTLeg0":"%ed.bTLek0","bTQLm":"%ed.bTQNU","bTHDQ":"%ed.bTHEB","bTKca":"%ed.bTKcY","bTMGI0":"%ed.bTMGJ0","bTIpc":"%ed.bTIpi","bTIYM":"%ed.bTIYQ","bTLDN":"%ed.bTLEt","bTLHn1":"%ed.bTLJS1","bTNTY":"%ed.bTNVF","bTHKI":"%ed.bTHKf","bTHJc":"%ed.bTHJg","bTKnG":"%ed.bTKnK","bTHPu":"%ed.bTHQR","bTPQu":"%ed.bTPQv","bTHTI":"%ed.bTHTW","bTIYn":"%ed.bTIZF","bTIWU":"%ed.bTIWl","bTPxc":"%ed.bTPxd","bTKaZ":"%ed.bTKbH","bTIXv":"%ed.bTIYG","bTIbP":"%ed.bTIbT","bTSyZ0":"%ed.bTSya0","bTIac":"%ed.bTIbA","bTMBY0":"%ed.bTMBc0","bTNPd":"%ed.bTNPe","bTNVW":"%ed.bTNXK","bTHIU":"%ed.bTHJN","bTHSD":"%ed.bTHSx","bTIVS":"%ed.bTIWT","bTIWu":"%ed.bTIXq","bTJge":"%ed.bTJhM","bTQrS":"%ed.bTQrT","bTWFu":"%ed.bTWFy","bTShI0":"%ed.bTShJ0","bTIZd":"%ed.bTIaZ","bTINt":"%p3.bTIOF","AAL":"%p3.AAW","AAU":"%p3.AAX","bTGYf":"%p3.bTGbC","bTGzG":"%p3.bTGzH","bTIfx":"%p3.bTIfv","bTIml":"%p3.bTInO","bTIyZ1":"%p3.bTIzQ1","bTJiS":"%p3.bTJiQ","bTJtd":"%p3.bTJth","bTKEy":"%p3.bTKEw","bTKrY":"%p3.bTKrZ","bTLGS1":"%p3.bTLGT1","bTMDi0":"%p3.bTMDm0","bTMLG0":"%p3.bTMLH0","bTMPV0":"%p3.bTMPW0","bTMSy0":"%p3.bTMSz0","bTMts0":"%p3.bTMtt0","bTNZy":"%p3.bTNaC","bTNkY":"%p3.bTNkc","bTOHP":"%p3.bTOHQ","bTPwm":"%p3.bTPwn","bTQwp":"%p3.bTQwq","bTQyU":"%p3.bTQyV","bTRuU":"%p3.bTRuV","bTSEQ":"%p3.bTSER","bTSJa":"%p3.bTSKv","bTSce0":"%p3.bTSco0","bTSeV0":"%p3.bTSeW0","bTTUD":"%p3.bTTUE","bTUsQ":"%p3.bTUsR","bTVie":"%p3.bTVii","bTVpw":"%p3.bTVpx","bTWQl":"%p3.bTWSY"}')); if(false){ app['_index']['responsive'] = Object.assign(app['_index']['responsive'] ? app['_index']['responsive'] : {}, JSON.parse('{}')); } window.preloaded['app/page_json:painel'] = true; window._bubble_page_load_data.js_execution_timings.dynamic_js_end_execution = Date.now(); window.display_page(app,'painel'); window._bubble_page_load_data.js_execution_timings.dynamic_js_end_execution = Date.now();