#info-hover-box{display:inline-block;position:relative}#info-hover-box .hover-content{-webkit-box-shadow:2px 4px 4px 2px rgba(0,0,0,.25);box-shadow:2px 4px 4px 2px rgba(0,0,0,.25);background:var(--background-white);position:absolute;pointer-events:none;padding:12px;z-index:9999;-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transition:.3s;transition:.3s;opacity:0;border-radius:var(--standard-border-radius)}#info-hover-box .hover-content.no-padding{padding:4px 12px}#info-hover-box .hover-content ul{list-style-type:none;margin:0;padding-left:10px}#info-hover-box .hover-content ul li{margin-bottom:4px;font-weight:400}#info-hover-box .hover-content ul span{font-weight:600}#info-hover-box .hover-content ul a{pointer-events:auto}#info-hover-box .hover-content.left{right:100%;left:unset;text-align:left}#info-hover-box .hover-content.right{left:100%}#info-hover-box .hover-content.mid{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#info-hover-box .hover-content.mid-x{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#info-hover-box .hover-content.top{bottom:50%}#info-hover-box .hover-content.bottom{top:100%}#info-hover-box .hover-content.auto-width{width:auto}#info-hover-box .hover-info{-webkit-transition-delay:.2s;transition-delay:.2s;opacity:1}#app .push-popover h4{font-size:14px;font-weight:700;padding-left:8px;color:var(--charcoal-80)}.push-popover .content{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25),0 -2px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25),0 -2px 4px rgba(0,0,0,.25);position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:var(--standard-border-radius);width:750px;height:400px;z-index:99;background:#fff;color:var(--charcoal)}.push-popover .content .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:var(--background-white);-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.2);box-shadow:0 1px 4px 0 rgba(0,0,0,.2);position:relative;padding:14px 24px 14px 24px;border-radius:10px 10px 0 0}.push-popover .content .header h2{margin-bottom:0}.push-popover .content .header .description{margin:6px 0 0 0;padding:0}.push-popover .content .header .close-popover{cursor:pointer}.push-popover .content .header .left{gap:4px}.push-popover .content .header-actions,.push-popover .content .header .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.push-popover .content .header-actions{gap:12px}.push-popover .content.upload-content{height:auto}.push-popover .product-select{padding:0 12px}.push-popover .product-select main{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative;gap:12px}.push-popover .product-select main .search-area,.push-popover .product-select main .selection-area{width:50%}.push-popover .product-select main .search-area .top,.push-popover .product-select main .selection-area .top{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:12px}.push-popover .product-select main .selection-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.push-popover .product-select main .selection-area .push-actions{padding:8px 0;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.push-popover .product-select main .selection-area .top h4{margin-bottom:12px}.push-popover .product-select main .selection-area .empty-list{padding:8px}.push-popover .product-select .search-filter{position:relative}.push-popover .product-select .search-filter .search-input input{padding-right:40px}.push-popover .product-select .search-filter .input-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:6px;position:absolute;right:18px;bottom:10px}.push-popover .result-list{height:250px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow-y:auto;padding:0;margin-bottom:0}.push-popover .result-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:4px 8px}.push-popover .result-item .container-checkbox{margin-bottom:20px}.push-popover .result-item:hover{background-color:var(--alabaster-80)}.push-popover .upload-form{padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.push-popover .upload-form .input-file{opacity:0;pointer-events:none;position:absolute;cursor:pointer}.push-popover .upload-form .top{max-width:360px}.push-popover .upload-form .top .description{margin-bottom:0;padding-left:8px}.push-popover .upload-form .upload-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:12px}