.lightbox{background-color:var(--grey5);width:100%;height:100%;z-index:var(--chakra-zIndices-modal);opacity:.75;filter:alpha(opacity=90);box-sizing:border-box;box-align:center;box-pack:center;-webkit-box-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-align:center;justify-content:center;align-items:center;transition:all .5s;animation-name:lightboxBackgroundFade;animation-duration:.5s;position:fixed;top:0%;left:0%}.lightbox-content{width:-webkit-fit-content;width:-ms-fit-content;width:-o-fit-content;width:fit-content;height:-webkit-fit-content;height:-ms-fit-content;height:-o-fit-content;background-color:var(--white);max-width:80%;height:fit-content;max-height:80%;box-shadow:var(--shadow);-webkit-box-shadow:var(--shadow);z-index:var(--chakra-zIndices-modal);opacity:1;filter:alpha(opacity=100);visibility:visible;-o-transition:opacity .1s ease-in;margin:auto;padding:20px;transition:opacity .1s ease-in;animation-name:lightboxFade;animation-duration:.5s;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.lightbox-content-ie{width:-webkit-fit-content;width:-ms-fit-content;width:-o-fit-content;width:fit-content;height:-webkit-fit-content;height:-ms-fit-content;height:-o-fit-content;max-width:80%;height:fit-content;max-height:80%;z-index:var(--chakra-zIndices-modal);margin:auto;position:fixed;top:10%;left:50%}.lightbox-modal-ie{background-color:var(--white);max-width:100%;max-height:100%;box-shadow:var(--shadow);-webkit-box-shadow:var(--shadow);z-index:var(--chakra-zIndices-modal);opacity:1;filter:alpha(opacity=100);visibility:visible;-o-transition:opacity .1s ease-in;padding:20px;transition:opacity .1s ease-in;position:relative;left:-50%;overflow-y:auto}.modal{width:"100%";background-color:"var(--white)";box-shadow:var(--shadow);-webkit-box-shadow:var(--shadow)}.closeButton{position:"fixed";background:"var(--white)";width:"2.5rem";height:"2.5rem";cursor:"pointer";box-shadow:var(--shadow);-webkit-box-shadow:var(--shadow);border:0;outline:0;padding:0;top:0;right:0}.closeButton:before,.closeButton:after{content:"";background-color:var(--grey8);width:2rem;height:.1rem;position:absolute;top:1.2rem;left:.25rem}@keyframes lightboxFade{0%{opacity:0;transform:translateY(-25%)}to{opacity:1;transform:translateY(0)}}@keyframes lightboxBackgroundFade{0%{opacity:0}to{opacity:.75}}.fade-elliui-popover-enter{opacity:0;transform:scale(.9)}.fade-elliui-popover-enter-active{opacity:1;transition:opacity .2s,transform .2s;transform:translate(0)}.fade-elliui-popover-exit{opacity:1}.fade-elliui-popover-exit-active{opacity:0;transition:opacity .2s,transform .2s;transform:scale(.9)}.elliui-popover{background:#fff;border-radius:3px;max-width:calc(100vw - 24px);position:relative;overflow:hidden;box-shadow:0 0 0 1px #0f0f0f0d,0 3px 6px #0f0f0f1a,0 9px 24px #0f0f0f33}.elliui-tooltip{background-color:var(--grey5);color:var(--white);overflow-wrap:break-word;text-align:center;border-radius:4px;max-width:300px;margin:8px 2px;padding:4px 8px;font-weight:500}.lightboxMediumSize{width:40%}
