body,html{padding:0;margin:0;font-family:Roboto,sans-serif;scroll-behavior:smooth}a{color:inherit;text-decoration:none}*{box-sizing:border-box}:root{--modal-maxWidth:60vw;--modal-body-maxHeight:60vh;--modal-body-minHeight:60vh;--modal-body-padding:10px;--image-fallback-backgroundImage:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.75 15.77'><g><path fill='grey' d='M8.77,8.72a.88.88,0,0,1-.61-.27.82.82,0,0,1-.25-.61.89.89,0,0,1,.25-.62A.82.82,0,0,1,8.77,7a.81.81,0,0,1,.61.25.83.83,0,0,1,.27.62.81.81,0,0,1-.25.61.91.91,0,0,1-.63.27Zm9.62-5a1.74,1.74,0,0,1,1.76,1.76V17.76a1.74,1.74,0,0,1-1.76,1.76H6.16A1.74,1.74,0,0,1,4.4,17.76V5.51A1.74,1.74,0,0,1,6.16,3.75H18.39Zm0,1.75H6.16v8L8.53,11.8a.94.94,0,0,1,.54-.17.86.86,0,0,1,.54.2L11.09,13l3.64-4.55a.78.78,0,0,1,.34-.25.85.85,0,0,1,.42-.07.89.89,0,0,1,.39.12.78.78,0,0,1,.28.29l2.24,3.67V5.51Zm0,12.24V15.6L15.3,10.53,11.89,14.8a.89.89,0,0,1-.59.32.82.82,0,0,1-.64-.18L9,13.62,6.16,15.74v2Z' transform='translate(-4.4 -3.75)'></path></g></svg>");--image-fallback-backgroundColor:#ccc;--image-fallback-backgroundSize:30%;--cell-minHeight:150px;--img-maxWidth:150px;--img-maxHeight:150px;--loader-color:#3f9dff;--loader-width:40px;--loader-height:40px}.listImages{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--cell-minHeight),1fr));grid-gap:1em}.listImages>.wrapperImage{margin:0;padding:0;display:flex;flex-direction:column;align-items:center;min-height:var(--cell-minHeight)}.listImages>.wrapperImage.hide{display:none}.listImages>.wrapperImage img{cursor:pointer;max-width:var(--img-maxWidth);max-height:var(--img-maxHeight)}.listImages>.wrapperImage img:hover{opacity:.85}.listImages>.wrapperImage.loading{background-image:var(--image-fallback-backgroundImage);background-color:var(--image-fallback-backgroundColor);background-size:var(--image-fallback-backgroundSize);background-position:50%;background-repeat:no-repeat;opacity:.3}.listImages>.wrapperImage.loading *{opacity:0}.listImages>.wrapperImage>.imgCaption{font-size:12px;display:block;text-align:center}.loader{display:flex;align-items:center;justify-content:center;height:60vh}.loader.hide{display:none}.loader-wrapper{margin:0 auto!important;width:var(--loader-width);height:var(--loader-height)}.loader-svg{color:var(--loader-color)}.loader-animation{-webkit-animation:loader-keyframes-circular-rotate 1.4s linear infinite;animation:loader-keyframes-circular-rotate 1.4s linear infinite}.loader-circle{stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0}@-webkit-keyframes loader-keyframes-circular-rotate{to{transform:rotate(1turn)}}@keyframes loader-keyframes-circular-rotate{to{transform:rotate(1turn)}}@-webkit-keyframes loader-keyframes-circular-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}@keyframes loader-keyframes-circular-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.sun-editor .se-list-layer .se-list-align{width:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{max-width:var(--modal-maxWidth)!important}.se-dialog-fixed-body{max-height:var(--modal-body-maxHeight)!important;min-height:var(--modal-body-minHeight)!important;padding:var(--modal-body-padding)!important;overflow-y:auto!important;display:block}.fade-in{opacity:1;-webkit-animation-name:fadeInOpacity;animation-name:fadeInOpacity;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.6s;animation-duration:.6s}@-webkit-keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}@keyframes fadeInOpacity{0%{opacity:0}to{opacity:1}}table,td,th{border-collapse:collapse}