{"version":3,"sources":["invoice_admin.css"],"names":[],"mappings":"AAAA,4BAGI,eAAgB,CADhB,UAEJ,CAEA,4BAGI,kBAAmB,CAFnB,YAAa,CACb,qBAAsB,CAEtB,QACJ,CAEA,uBAKI,4BAA6B,CAJ7B,gDAAmD,CAEnD,uBAA2B,CAD3B,2BAA4B,CAE5B,WAAY,CAKZ,cAAe,CAHf,WAAY,CAIZ,aAAc,CAFd,wBAA0B,CAD1B,WAIJ,CAEA,4BACI,yBACJ,CAEA,mBASI,iBAAkB,CAJlB,UAAW,CAMX,cAAe,CAVf,oBAAqB,CAErB,cAAe,CACf,eAAiB,CAQjB,YAAmB,CAVnB,WAAY,CAKZ,iBAAkB,CAClB,oBAAqB,CAErB,6CAGJ,CACA,yBAEI,qBACJ,CAEA,QAEI,qCAA0C,CAD1C,YAEJ,CAEA,0BAGI,WAAY,CADZ,kBAEJ,CAEA,yBACI,YAAa,CACb,SAAU,CACV,eAIJ,CAEA,mDAJI,YAAa,CACb,qBAAsB,CAFtB,6CAWJ,CANA,0BACI,gBAAiB,CACjB,SAIJ,CAEA,cAGI,iBAAmB,CADnB,iBAAkB,CAElB,aAAc,CACd,aAAc,CACd,cAAe,CAIf,eAAiB,CADjB,gBAAiB,CADjB,aAAc,CADd,WAAY,CANZ,iBAUJ,CAEA,oBAEI,wBAAyB,CADzB,UAEJ,CAEA,qBAEI,SAAU,CADV,iBAEJ,CAEA,4BAGI,eAAiB,CAFjB,eAAgB,CAChB,oBAEJ,CAEA,4DAEI,cAAe,CACf,aACJ,CAEA,sBACI,2BACJ,CAEA,2BAEI,aAAc,CADd,iBAEJ,CAEA,8BACI,kBAAmB,CACnB,UACJ,CAEA,uBACI,QAAS,CACT,OACJ,CAEA,wCAEI,MAAS,CADT,SAEJ,CAEA,uBAKI,iCAAkC,CAHlC,yBAA8B,CAO9B,iBAAkB,CAFlB,WAAY,CACZ,YAAa,CAJb,WAAY,CAEZ,iBAAkB,CAHlB,UAOJ,CAEA,iDACI,UACJ,CAEA,qCACI,mBACJ","file":"invoice_admin.min.css","sourcesContent":[".width-100,\nselect.width-100 {\n    width: 100%;\n    max-width: 350px;\n}\n\n.invoicePlusButtonContainer {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n}\n\n.invoicePlusButtonShow {\n    background-image: url(\"../images/showDocsPlus.svg\");\n    background-repeat: no-repeat;\n    background-position: center;\n    border: none;\n    background-color: transparent;\n    height: 60px;\n    width: 120px;\n    transition: transform 0.5s;\n    cursor: pointer;\n    margin: 0 auto;\n}\n\n.invoicePlusButtonShow.flip {\n    transform: rotateX(180deg);\n}\n\n.invoicePlusButton {\n    display: inline-block;\n    padding: 5px;\n    font-size: 10px;\n    font-weight: bold;\n    color: #999;\n    /* background-color: #007BFF; */\n    text-align: center;\n    text-decoration: none;\n    border-radius: 5px;\n    transition: background-color 0.3s, transform 0.3s;\n    cursor: pointer;\n    margin: 5px 0 5px 0;\n}\n.invoicePlusButton:hover {\n    /* background-color: #0056b3; */\n    transform: scale(1.05);\n}\n\na:focus {\n    outline: none;\n    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2); /* Example box-shadow */\n}\n\n.invoicePlusButton:active {\n    /* background-color: #004080; */\n    transform: scale(1);\n    border: none;\n}\n\n.invoicePlusButtonHidden {\n    max-height: 0;\n    opacity: 0;\n    overflow: hidden;\n    transition: max-height 1s ease, opacity 1s ease;\n    display: flex;\n    flex-direction: column;\n}\n\n.invoicePlusButtonVisible {\n    max-height: 500px; /* Adjust based on content size */\n    opacity: 1;\n    transition: max-height 1s ease, opacity 1s ease;\n    display: flex;\n    flex-direction: column;\n}\n\n.link-invoice {\n    text-align: center;\n    border-radius: 7px;\n    border: solid 0.2px;\n    color: #34aa54;\n    display: block;\n    font-size: 12px;\n    padding: 5px;\n    max-width: 60%;\n    margin: 10px auto;\n    font-weight: bold;\n}\n\n.link-invoice:hover {\n    color: rgb(255, 255, 255);\n    background-color: #34aa54;\n}\n\np.link-invoice-error {\n    text-align: center;\n    color: red;\n}\n\n.note_content .link-invoice {\n    line-height: 2em;\n    text-decoration: none;\n    font-weight: bold;\n}\n\n.system-note .link-invoice,\n.system-note .link-invoice:hover {\n    font-size: 13px;\n    margin: 10px 0px;\n}\n\n.column-order_invoice {\n    text-align: center !important;\n}\n\n.column-order_invoice span {\n    text-align: center;\n    display: block;\n}\n\n#order-payment-payplus-refund {\n    background: #2271b1;\n    color: #fff;\n}\n\n.payplus_loader_refund {\n    left: 20%;\n    right: 0%;\n}\n\nhtml[lang=\"he-IL\"] .payplus_loader_refund {\n    right: 16%;\n    left: 0px;\n}\n\n.payplus_loader_refund {\n    border: 16px solid #2271b1;\n    border-top: 16px solid #2271b1;\n    width: 15px;\n    height: 15px;\n    animation: spin 2s linear infinite;\n    position: absolute;\n    bottom: 10px;\n    display: none;\n    border-radius: 25%;\n}\n\n#woocommerce_payplus-payment-gateway_description {\n    width: auto;\n}\n\n#payplus_invoice_enable_logging_mode {\n    pointer-events: none;\n}\n\n/*# sourceMappingURL=invoice_admin.css.map */\n"]}