.etheme-icon-list{margin:calc(var(--v-space,10px) * -1) 0}.etheme-icon-list-item,.etheme-icon-list-more-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--v-space,10px) var(--h-space,0)}.etheme-icon-list-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 calc(var(--h-space,10px) * -1)}.etheme-icon-list-inline .etheme-icon-list-item{padding:var(--v-space,0) var(--h-space,10px)}.etheme-icon-list-inline .etheme-icon-list-item.has-divider{border-bottom:none;border-right:var(--line-weight,1px) var(--line-style,solid) var(--line-color,#e1e1e1)}.etheme-icon-list-more-items{color:#000;padding-bottom:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out;cursor:pointer}.etheme-icon-list-item.has-divider{border-bottom:var(--line-weight,1px) var(--line-style,solid) var(--line-color,#e1e1e1)}.etheme-icon-list-item-label{background:#2962ff;color:#fff;font-size:.57em;line-height:.9em;padding:.42em;text-transform:uppercase;display:inline-block;border-radius:2px;-webkit-margin-start:6px;margin-inline-start:6px}.etheme-icon-list-item-icon{-webkit-margin-end:var(--icon-space,7px);margin-inline-end:var(--icon-space,7px)}.etheme-icon-list-item-icon-inner{color:#000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap}.etheme-icon-list-item-icon-inner img{max-width:25px}.etheme-icon-list-item-icon-inner svg{width:1em;height:1em}.etheme-icon-list-item-icon-inner svg:not([fill=none]){fill:currentColor}.etheme-icon-list-item-text{color:currentColor}body.quillforms-popup-active{overflow:hidden;}
.quillforms-popup-overlay.active{display:flex !important;z-index:999 !important;opacity:1 !important;pointer-events:auto !important;visibility:visible !important;}
.quillforms-popup-overlay .quillforms-popup-close{padding:8px 0;display:flex;justify-content:flex-end;}
.quillforms-popup-overlay .quillforms-popup-close svg{width:30px;height:30px;fill:#fff;cursor:pointer;}
.quillforms-popup-overlay .quillforms-popup-container{position:relative;display:flex;flex-direction:column;}
.quillforms-popup-iframe-wrapper{flex:1;margin-bottom:20px;display:flex;align-items:center;}
.quillforms-popup-iframe-wrapper:not(.active) iframe{width:100%;height:100%;border:none;display:none;}
.quillforms-popup-iframe-wrapper.active iframe{display:block;max-width:none !important;max-height:none !important;}
.quillforms-popup-iframe-wrapper.active .quillforms-popup-loader{display:none;}
.quillforms-popup-iframe-wrapper .quillforms-popup-loader{display:flex;justify-content:center;align-items:center;width:100%;height:100%;}
.quillforms-popup-iframe-wrapper .quillforms-popup-loader .quillforms-loading-circle{width:40px;height:40px;border:4px rgba(0,0,0,0) solid;border-top:4px #fff solid;border-radius:50%;animation:spin-circle .8s infinite linear;}
@-webkit-keyframes spin-circle {
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}
@keyframes spin-circle {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}