@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.notification-container{position:fixed;bottom:20px;right:20px;z-index:9999}.notification{display:flex;width:350px;max-width:80vw;margin-block:20px;color:var(--90percent);padding:5px;border-radius:5px;box-shadow:0 4px 8px #0000001a;opacity:.9;transition:opacity .5s ease-in-out}.notification:hover{opacity:1}:root{--flag-width: 26px}.language-dropdown{position:relative;right:20px!important;z-index:100}.language__selected-option{display:flex;justify-content:right;cursor:pointer;gap:15px;align-items:center}.language__option-flag-container{width:max-content;height:max-content;display:flex;align-items:center;justify-content:center}.language__option-name{display:block}.language__option-name p,.language__option-name,.language__dropdown-container__option{font-size:var(--font-standard)}.language__option-flag--selected,.language__option-flag{position:relative;aspect-ratio:3/2;width:var(--flag-width);min-width:var(--flag-width);height:auto}.language__option-flag{border-radius:4px;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;-ms-interpolation-mode:nearest-neighbor}.language__dropdown-container{padding-block:4px;padding-inline:12px;border-radius:8px;margin-top:8px;box-shadow:0 10px 20px #acd8ff99;width:auto;background:#fff;position:absolute;z-index:100;right:-12px}.language__dropdown-container__option{display:flex;justify-content:space-between;cursor:pointer;margin-block:12px;animation-duration:.7s;gap:12px;align-items:baseline}.language__option-flag__div{width:var(--flag-width);display:flex;align-items:center}@media (max-width: 675px){.language__option-name{display:none}}@media only screen and (min-width: 675px) and (max-width: 899px){.language__option-name{display:none}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: portrait){.language__option-name{display:none}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: landscape){.language__option-name{display:none}}@media (min-width: 1000px) and (orientation: portrait){.language-dropdown{right:13px!important}.language__option-name{display:none}}@media only screen and (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){:root{--flag-width: 20px}.language__option-name{display:none}.language__dropdown-container__option{margin:6px 0}}@media only screen and (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){:root{--flag-width: 20px}}@media only screen and (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){:root{--flag-width: 22px}}@media only screen and (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){:root{--flag-width: 24px}}@media only screen and (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape){:root{--flag-width: 26px}.language-dropdown{right:30px!important}}@media only screen and (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){:root{--flag-width: 38px}.language-dropdown{right:60px!important}}@media only screen and (min-width: 3430px) and (orientation: landscape){:root{--flag-width: 50px}.language-dropdown{right:67px!important}.language__dropdown-container{padding-block:8px;padding-inline:30px;border-radius:20px;margin-top:8px;right:-30px}}.navbar{height:3.5rem;width:90%;display:flex;place-content:space-between;margin-inline:auto;position:relative;justify-content:end}.navbar__logo{height:32px}.navbar__links{display:flex;gap:50px}.navbar__links .language__selected-option .language__option-name{color:#fff}.navbar__link{display:block;text-decoration-line:none}.navbar__link__text{color:#fff}.select-language{height:100%;width:100%}.select-language__background{position:absolute;top:50%;left:50%;transform:translate(-50%,max(-50%,-50dvh + 3.5rem + 20px));display:flex;align-items:center;justify-content:center}.select-language__panel{width:40vw;background-color:#fff;border-radius:30px;padding-block:30px;padding-inline:60px;margin:auto;position:relative}.select-language__panel__heading{font-size:var(--font-title);font-weight:400}.select-language__panel__header-line{border-top:2px solid var(--shadow-color);margin-block:18px}.select-language__panel__footer-line{border-top:2px solid #eaeaea;margin-block:20px}.select-language__panel__language-buttons{display:flex;margin-inline:3%;justify-content:space-between}.select-language__panel__flag-image{height:48px;margin-bottom:20px}.select-language__panel__flag-name{color:var(--blue-text-color);font-size:var(--font-standard)}.select-language__panel__language-button{height:140px;width:190px;color:var(--blue-text-color);background-color:#fff;border-radius:30px;cursor:pointer;box-shadow:0 0 20px var(--shadow-color);transition:0s}.select-language__panel__language-button--selected{border:1px solid var(--blue-invoice-color)}.select-language__panel__language-button--not-selected{border:0}.select-language__panel__language-button:hover{box-shadow:0 0 20px #3498db80}.select-language__panel__text{margin-bottom:22px}.select-language__panel__footer{display:flex;justify-content:flex-end;margin-block-start:20px;margin-bottom:var(--popup-button-section-margin-block)}.select-language__panel__next-button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border:1px solid transparent;cursor:pointer;border-radius:20px;height:40px;width:180px;display:flex;align-items:center;justify-content:center}.select-language__panel__next-button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.select-language__panel__next-button:focus{box-shadow:0 4px 50px 0 var(--shadow-color)}@media only screen and (max-width: 674px){.select-language__panel{font-size:var(--font-subtitle);font-weight:400;width:94vw;border-radius:30px;padding-block:30px;padding-inline:20px;max-width:380px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{margin-block:20px;font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:105px;width:130px;padding:10px;border-radius:17px}.select-language__panel__flag-image{height:30px;margin-bottom:5px}.select-language__panel__next-button{border-radius:15px;height:35px;width:135px;font-size:var(--font-standard);font-weight:400;display:flex;align-items:center;justify-content:center}.select-language__panel__language-buttons:has(button:only-child){justify-content:center}.select-language__panel__language-buttons:has(button:nth-child(2):last-child){justify-content:space-between}.select-language__panel__language-buttons:has(button:nth-child(3)){margin-inline:0;gap:10px}.select-language__panel__language-buttons:has(button:nth-child(3)) .select-language__panel__language-button{height:78px;width:94px}.select-language__panel__language-buttons:has(button:nth-child(3)) .select-language__panel__flag-image{height:24px;margin-bottom:5px}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: landscape){.select-language__background{transform:translate(-50%,max(-100000px,-50dvh + 3.5rem));height:auto;margin-top:20px}.select-language__panel{font-size:var(--font-subtitle);font-weight:400;width:46ch;border-radius:30px;padding-block:30px;padding-inline:30px;margin-bottom:120px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:105px;width:130px;padding:10px;border-radius:15px}.select-language__panel__flag-image{height:34px;margin-bottom:5px}.select-language__panel__next-button{border-radius:17.5px;height:35px;width:145px;font-size:var(--font-standard);font-weight:400;display:flex;justify-content:center;align-items:center}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(3)){width:500px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(3)) .select-language__panel__language-buttons{gap:20px}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: portrait){.select-language__background{width:100%;transform:translate(-50%,max(-55%,-50dvh + 3.5rem + 20px))}.select-language__panel{font-size:var(--font-standard);font-weight:400;width:80%;border-radius:30px;padding-block:30px;padding-inline:30px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:130px;width:165px;padding:15px;border-radius:20px}.select-language__panel__flag-image{height:45px;margin-bottom:8px}.select-language__panel__next-button{border-radius:17.5px;height:35px;width:145px;font-size:var(--font-standard);font-weight:400}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){width:60%}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: landscape){.select-language__background{position:static;transform:none;height:auto;margin-top:20px}.select-language__panel{font-size:var(--font-subtitle);font-weight:400;width:46ch;border-radius:30px;padding-block:30px;padding-inline:30px;margin-bottom:120px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:110px;width:140px;padding:10px;border-radius:20px}.select-language__panel__flag-image{height:38px;margin-bottom:6px}.select-language__panel__next-button{border-radius:15px;height:30px;width:135px;font-size:var(--font-standard);font-weight:400}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(3)){width:550px}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: portrait){.select-language__background{width:100%;transform:translate(-50%,max(-55%,-50dvh + 3.5rem + 20px))}.select-language__panel{width:75%;border-radius:30px;padding-block:30px;padding-inline:30px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:135px;width:172px;padding:15px;border-radius:20px}.select-language__panel__flag-image{height:48px;margin-bottom:8px}.select-language__panel__next-button{border-radius:19px;height:38px;width:145px;font-size:var(--font-standard);font-weight:400}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){width:52%}}@media only screen and (min-width: 1000px) and (orientation: portrait){.select-language__background{width:100%;transform:translate(-50%,max(-55%,-50dvh + 3.5rem + 20px))}.select-language__panel{width:75%;border-radius:30px;padding-block:30px;padding-inline:35px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:145px;width:188px;padding:17px;border-radius:22px}.select-language__panel__flag-image{height:52px;margin-bottom:10px}.select-language__panel__next-button{border-radius:20px;height:40px;width:148px;font-size:var(--font-standard);font-weight:400}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){width:50%}}@media only screen and (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){.select-language__background{width:100%;transform:translate(-50%,max(-50%,-50dvh + 3.5rem + 20px))}.select-language__panel{width:70%;border-radius:30px;padding-block:30px;padding-inline:35px;margin-bottom:20px;margin-top:20px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:145px;width:188px;padding:17px;border-radius:22px}.select-language__panel__flag-image{height:52px;margin-bottom:10px}.select-language__panel__next-button{border-radius:20px;height:40px;width:148px;font-size:var(--font-standard);font-weight:400}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){width:50%}}@media only screen and (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){.select-language__background{width:100%;transform:translate(-50%,max(-50%,-50dvh + 3.5rem + 20px))}.select-language__panel{width:730px;border-radius:30px;padding-block:30px;padding-inline:30px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:150px;width:192px;padding:18px;border-radius:24px}.select-language__panel__flag-image{height:55px;margin-bottom:10px}.select-language__panel__next-button{border-radius:17.5px;height:35px;width:160px;font-size:var(--font-standard);font-weight:400}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){width:400px}.select-language__panel__flag-name{font-size:var(--font-standard)}}@media only screen and (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.select-language__background{width:100%;transform:translate(-50%,max(-50%,-50dvh + 3.5rem + 20px))}.select-language__panel{width:730px;border-radius:30px;padding-block:30px;padding-inline:30px}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text{font-size:var(--font-standard);font-weight:400}.select-language__panel__language-button{height:150px;width:192px;padding:18px;border-radius:24px}.select-language__panel__flag-image{height:55px;margin-bottom:10px}.select-language__panel__next-button{border-radius:17.5px;height:35px;width:160px;font-size:var(--font-standard);font-weight:400}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){width:500px}}@media only screen and (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){.select-language__panel{width:50vw;border-radius:30px;padding-block:30px;padding-inline:60px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){width:650px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(1):last-child){width:500px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(1):last-child) .select-language__panel__language-buttons{justify-content:center}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text,.select-language__panel__next-button{font-size:var(--font-standard);font-weight:400}}@media only screen and (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape){.select-language__panel{width:40vw;min-width:850px;border-radius:30px;padding-block:30px;padding-inline:60px;color:var(--90percent);font-weight:400;font-size:var(--font-standard)}.select-language__panel__flag-name{font-size:var(--font-standard);font-weight:400}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){min-width:650px;width:650px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(1):last-child){min-width:700px;width:700px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(1):last-child) .select-language__panel__language-buttons{justify-content:center}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text,.select-language__panel__next-button{font-size:var(--font-standard);font-weight:400}}@media only screen and (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){.select-language__panel__language-buttons{margin-block:30px}.select-language__panel__language-button{height:150px;width:200px;padding:10px;border-radius:25px}.select-language__panel__flag-name{font-size:var(--font-standard);font-weight:400}.select-language__panel__flag-image{height:50px;margin-bottom:15px}.select-language__panel__next-button{border-radius:30px;height:60px;width:210px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){min-width:700px;width:700px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(1):last-child){min-width:700px;width:700px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(1):last-child) .select-language__panel__language-buttons{justify-content:center}.select-language__panel__heading{font-size:var(--font-subtitle)}.select-language__panel__text,.select-language__panel__next-button{font-size:var(--font-standard);font-weight:400}}@media only screen and (min-width: 3430px) and (orientation: landscape){.select-language__panel{width:40vw;border-radius:40px;padding-block:60px;padding-inline:90px}.select-language__panel__language-buttons{margin-block:50px}.select-language__panel__language-button{height:200px;width:270px;padding:10px;border-radius:40px}.select-language__panel__flag-name{font-size:var(--font-standard);font-weight:400}.select-language__panel__flag-image{height:60px;margin-bottom:22px}.select-language__panel__next-button{border-radius:40px;height:80px;width:250px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){min-width:1000px;width:1000px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(1):last-child){min-width:950px;width:950px}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(1):last-child) .select-language__panel__language-buttons{justify-content:center}.select-language__panel__heading{font-size:40px}.select-language__panel__text,.select-language__panel__next-button{font-size:var(--font-standard);font-weight:400}.select-language__panel__footer-line{margin-block:40px}}.select-org{height:100%;width:100%}.select-org__background{position:absolute;top:50%;left:50%;transform:translate(-50%,max(-50%,-50dvh + 3.5rem + 20px));display:flex;align-items:center;justify-content:center;padding-bottom:20px}.select-org__panel{width:30vw;background-color:#fff;border-radius:30px;padding-block:30px;padding-inline:60px;margin:auto;position:relative}.select-org__panel__org-list{display:flex;flex-direction:column;gap:1rem}.select-org__panel__org-list__option{display:flex;justify-content:space-between;padding-inline:4%;padding-block:1.5%;background-color:#fff;border-radius:30px;box-shadow:0 0 20px var(--shadow-color);transition:box-shadow .3s ease;gap:10px;align-items:center}.select-org__panel__org-list__chose-button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border:1px solid transparent;cursor:pointer;border-radius:20px;height:40px;min-width:110px}.select-org__panel__heading{font-size:var(--font-title);font-weight:400}.select-org__panel__header-line{border-top:2px solid #acd8ff;margin-block:20px}.select-org__panel__footer-line{border-top:2px solid #eaeaea;margin-block:20px}.select-org__panel__text{margin-block:20px}@media only screen and (max-width: 675px){.select-org__panel{font-size:var(--font-standard);font-weight:500;width:94vw;border-radius:30px;padding-block:30px;padding-inline:20px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text{margin-block:20px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}.select-org__panel__org-list__option{padding-inline:6%;padding-block:2%}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: landscape){.select-org__background{transform:translate(-50%,max(-100000px,-50dvh + 3.5rem));height:auto;margin-top:20px}.select-org__panel{width:650px;border-radius:30px;padding-block:30px;padding-inline:30px;margin-bottom:50px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: portrait){.select-org__background{width:100%;transform:translate(-50%,max(-55%,-50dvh + 3.5rem + 20px))}.select-org__panel{width:650px;border-radius:30px;padding-block:30px;padding-inline:30px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: landscape){.select-org__background{position:static;transform:none;height:auto;margin-top:20px}.select-org__panel{font-size:var(--font-standard);font-weight:500;width:700px;border-radius:30px;padding-block:30px;padding-inline:30px;margin-bottom:50px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__org-list__chose-button{min-width:120px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: portrait){.select-org__background{width:100%;transform:translate(-50%,max(-55%,-50dvh + 3.5rem + 20px))}.select-org__panel{width:700px;border-radius:30px;padding-block:30px;padding-inline:30px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__org-list__chose-button{min-width:120px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}}@media only screen and (min-width: 1000px) and (orientation: portrait){.select-org__background{width:100%;transform:translate(-50%,max(-55%,-50dvh + 3.5rem + 20px))}.select-org__panel{width:700px;border-radius:30px;padding-block:30px;padding-inline:35px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}.select-org__panel__org-list__chose-button{min-width:120px}}@media only screen and (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){.select-org__background{width:100%;transform:translate(-50%,max(-55%,-50dvh + 3.5rem + 20px));padding-bottom:0}.select-org__panel{width:70%;border-radius:30px;padding-block:30px;padding-inline:35px;margin-bottom:20px;max-width:650px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}}@media only screen and (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){.select-org__background{width:100%;transform:translate(-50%,max(-50%,-50dvh + 3.5rem + 20px))}.select-org__panel{width:600px;border-radius:30px;padding-block:30px;padding-inline:30px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}}@media only screen and (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.select-org__background{width:100%;transform:translate(-50%,max(-50%,-50dvh + 3.5rem + 20px))}.select-org__panel{width:640px;border-radius:30px;padding-block:30px;padding-inline:30px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}}@media only screen and (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){.select-org__panel{width:710px;border-radius:30px;padding-block:30px;padding-inline:60px}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}.select-org__panel__org-list__chose-button{min-width:120px}}@media only screen and (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape){.select-org__panel{width:750px;border-radius:30px;padding-block:30px;padding-inline:60px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}.select-org__panel__heading{font-size:var(--font-subtitle)}}@media only screen and (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel{width:820px;border-radius:30px;padding-block:30px;padding-inline:60px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}.select-org__panel__org-list__chose-button{min-width:140px}}@media only screen and (min-width: 3430px) and (orientation: landscape){.select-org__panel{width:1200px;border-radius:40px;padding-block:60px;padding-inline:90px}.select-org__panel__org-list__option{border-radius:40px;padding-inline:5%;padding-block:1.5%}.select-org__panel__heading{font-size:var(--font-subtitle)}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:var(--font-standard);font-weight:500}.select-org__panel__org-list__chose-button{min-width:200px;height:auto;display:flex;align-items:center;justify-content:center;padding:15px 0;border-radius:50px}}.modal__dark-background{background-color:#00000003;box-shadow:10px 20px 20px gray;width:100vw;height:100vh;z-index:100;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed}.modal__centered-div{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:101;-webkit-transform:translate(-50%,-50%);transform-style:preserve-3d;-webkit-transform-style:preserve-3d}@supports (-webkit-appearance: none){.modal__centered-div{display:flex;align-items:center;justify-content:center}}.modal__popup{z-index:10;box-shadow:0 5px 20px #0000000a}.modal__button__close{cursor:pointer;font-weight:500;border-radius:8px;border:none;font-size:var(--font-standard);background:#fff;align-self:flex-end;margin-right:20px}.modal__popup__close-button-div{height:0px!important}.component-loader{display:flex;align-items:center;justify-content:center;border:10px solid #f3f3f3;border-top:10px solid #3498db;border-radius:50%;margin:30px;animation:spin 2s linear infinite}.main-pricelist-container__taskbar__advanced-mode{display:flex;justify-content:space-around;padding-inline:15px;border-radius:21px;box-shadow:0 4px 50px 0 var(--shadow-color);transition:background-color .5s ease-in-out;color:"#808080";height:42px;width:190px;cursor:pointer}.advanced-mode-modal__heading{font-weight:400;font-size:var(--font-title);color:var(--blue-text-color);text-align:center}.advanced-mode-modal__text-area{margin-top:calc(var(--popup-text-margin-top) + 4px);margin-bottom:calc(var(--popup-text-margin-bottom) + 8px);color:var(--90percent)}.advanced-mode-modal__text{text-align:center}.advanced-mode-modal__text-2{margin-block:calc(var(--popup-text-margin-top) + 4px)}.advanced-mode-modal__text-4{margin-top:calc(var(--popup-text-margin-top) + 4px)}.advanced-mode-modal__button-div{gap:55px;margin-bottom:var(--popup-button-section-margin-block);width:100%}.advanced-mode-modal__button-mob{padding-block:8px;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;border:1px solid transparent;margin-top:20px;font-size:var(--font-standard);font-weight:400;cursor:pointer;width:100%}.advanced-mode-modal__button-pc{margin-inline:12px;width:250px;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.advanced-mode-modal__button-mob:hover,.advanced-mode-modal__button-pc:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.advanced-mode-modal__button-mob:focus{box-shadow:0 4px 50px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color)}.advanced-mode-modal__button-pc:focus,.advanced-mode-modal__button-pc--selected{box-shadow:0 4px 50px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color)}.advanced-mode-modal{background-color:#fff;width:var(--advanced-mode-popup-width);max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:40px;border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.advanced-mode-modal .modal__button__close>img{height:auto!important;width:var(--close-icon-width)!important;cursor:pointer;position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right)}@media only screen and (max-width: 674px){.advanced-mode-modal{width:90vw}.advanced-mode-modal__button-mob{height:30px;padding:0;display:flex;justify-content:center;align-items:center}}@media only screen and (min-width: 675px) and (max-width: 899px){.advanced-mode-modal{width:90vw}.advanced-mode-modal__button-mob{height:30px;padding:0;display:flex;justify-content:center;align-items:center}}@media only screen and (min-width: 900px) and (max-width: 999px){.advanced-mode-modal{width:800px}.advanced-mode-modal__button-pc{height:35px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.advanced-mode-modal{width:675px}.advanced-mode-modal__button-div{gap:25px}}@media only screen and (max-width: 1270px){.main-pricelist-container__taskbar__advanced-mode{width:30px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.advanced-mode-modal__button-pc{width:270px;display:flex;justify-content:center;align-items:center;padding:0}.advanced-mode-modal__button-div{gap:0}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.advanced-mode-modal{width:840px}.advanced-mode-modal__button-pc{width:270px;display:flex;justify-content:center;align-items:center;padding:0}.advanced-mode-modal__button-div{gap:30px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.advanced-mode-modal{width:890px}.advanced-mode-modal__button-pc{width:280px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.advanced-mode-modal{width:1000px}.advanced-mode-modal__button-pc{width:320px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.advanced-mode-modal{width:1350px}.advanced-mode-modal__button-pc{width:400px}}@media only screen and (min-width: 3430px){.advanced-mode-modal{width:1500px}.advanced-mode-modal__button-pc{width:400px}}@media only screen and (min-width: 1000px) and (orientation: portrait){.advanced-mode-modal__button-pc{padding-top:0;padding-bottom:0;display:flex;align-items:center;justify-content:center}}.product-modal__form{padding:0 32px}.product-modal img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.product-modal__form__element{padding-block:10px;display:grid}.product-modal__form label{display:grid;font-weight:400;align-items:center}.product-modal__form-label-text{padding-left:calc(var(--input-fields-padding-inline) + 1px)}.product-modal__form input{width:100%;border:1px solid var(--shadow-color);font-size:var(--font-standard);font-weight:400;padding-top:0!important;padding-bottom:0!important;padding-inline:var(--input-fields-padding-inline)!important;border-radius:50px;display:inline-flex;align-items:center;justify-content:center;height:var(--standard-input-height)}.product-modal__form input:focus{outline:none}.product-modal__form__error{color:var(--red-text-color);font-size:var(--font-small);line-height:20px;padding-inline:8px;margin-top:4px}.product-modal__form__button{display:flex;justify-content:center;padding-top:15px;gap:60px;margin-bottom:var(--popup-button-section-margin-block)}.product-modal__form__save{transition:0s;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--bigger-button-width)!important;height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center}.product-modal__form__save:focus{box-shadow:0 4px 50px var(--shadow-color);border:1px solid var(--blue-invoice-color)}.product-modal__form__close{transition:0s;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color)!important;transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--bigger-button-width)!important;height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center}.product-modal{background-color:#fff;width:650px;max-height:calc(.95 * (100svh - var(--dash-navbar-height)))!important;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 10px 100px 20px var(--90percent-shadow-color)}.product-modal__popup{top:calc(50% + var(--dash-navbar-height) / 2)}.pricelist-item__header{padding-left:8px}@media only screen and (max-width: 674px){.product-modal{background-color:#fff;width:90vw;max-height:95vh;overflow-y:scroll;border-radius:30px}.product-modal__form__save{display:flex;padding:0;justify-content:center;align-items:center}.product-modal__form{padding-bottom:20px}}@media only screen and (min-width: 675px) and (max-width: 899px){.product-modal{background-color:#fff;width:500px;max-height:95vh;overflow-y:scroll;border-radius:30px}.product-modal__form__button{gap:160px}.product-modal__form__element{padding-block:4px}.product-modal__form{padding-bottom:0}}@media only screen and (min-width: 900px) and (max-width: 999px){.product-modal{background-color:#fff;width:600px;max-height:95vh;overflow-y:scroll;border-radius:30px}.product-modal__form{padding-bottom:20px}.product-modal__form__element{padding-block:4px}.pricelist-item__header{min-width:max-content}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.product-modal{background-color:#fff;width:420px;max-height:95vh;overflow-y:scroll}.product-modal__form__save{display:flex;padding:0;justify-content:center;align-items:center}.product-modal__form__element{padding-block:3px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.product-modal{background-color:#fff;width:520px;max-height:95vh;overflow-y:scroll;border-radius:30px}.product-modal__form__save{display:flex;padding:0;justify-content:center;align-items:center}.pricelist-item__header{padding-left:10px}.product-modal__form__element{padding-block:2px}.pricelist-item__header-description,.pricelist-item__header-in-stock{padding-left:7px!important}.pricelist-item__header-unit,.pricelist-item__header-price{padding-left:8px!important}.pricelist-item__header-in-price{padding-left:10px!important}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.product-modal{background-color:#fff;width:550px;max-height:95vh;overflow-y:scroll;border-radius:30px}.product-modal__form__save{display:flex;padding:0;justify-content:center;align-items:center}.product-modal__form{padding-bottom:0}.product-modal__form__element{padding-block:4px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.product-modal{background-color:#fff;width:580px}.product-modal__form__save{display:flex;padding:0;justify-content:center;align-items:center}.product-modal__form{padding-bottom:0}.product-modal__form__element{padding-block:5px}.pricelist-item__header-description{padding-left:5px!important}.pricelist-item__header-in-stock,.pricelist-item__header-unit{padding-left:6px!important}.pricelist-item__header-price{padding-left:8px!important}.pricelist-item__header-in-price{padding-left:10px!important}}@media (min-width: 1910px) and (max-width: 2549px){.product-modal__form__save{display:flex;padding:0;justify-content:center;align-items:center}.product-modal__form__element{padding-block:8px}.product-modal__form__button{padding-top:16px!important}.pricelist-item__header{padding-left:10px!important}.pricelist-item__header-description{padding-left:2px!important}.pricelist-item__header-in-stock,.pricelist-item__header-unit{padding-left:4px!important}.pricelist-item__header-price{padding-left:6px!important}.pricelist-item__header-in-price{padding-left:8px!important}}@media (min-width: 2550px) and (max-width: 3429px){.product-modal__form__save{display:flex;padding:0;justify-content:center;align-items:center}.pricelist-item__header{padding-left:14px!important}.product-modal{width:900px}.product-modal__form{padding-bottom:15px}.product-modal__form__button{padding-top:15px}}@media (min-width: 3430px){.product-modal__form__save{display:flex;padding:0;justify-content:center;align-items:center}.pricelist-item__header{padding-left:18px!important}.product-modal{width:1000px}}.loader{position:fixed;width:100%;height:100%;top:0;left:0;z-index:50;background:linear-gradient(135deg,#fff,#f9fcfe)}.spinner{width:3%;height:4%;position:fixed;top:50%;left:50.5%;transform:translate(-50%,-50%);z-index:100}.server-overload-popup{position:fixed;width:100%;height:100%;top:0;left:0;z-index:99999}.wider-close-popup{background-color:#fff;width:var(--wider-close-popup-width);max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.wider-close-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--middle-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4}.wider-close-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.wider-close-popup__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.wider-close-popup>div:first-child{height:0px}.wider-close-popup .wider-close-popup-heading{text-align:center}.wider-close-popup .wider-close-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.wider-close-popup .centered-div:nth-child(3){margin-bottom:var(--popup-button-section-margin-block)!important}.wider-close-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.wider-close-popup .wider-close-popup-text{text-align:center}.wider-close-popup .wider-close-popup-text p{margin-top:var(--popup-text-margin-top)!important;margin-bottom:var(--popup-text-margin-bottom)!important;color:var(--90percent)}.add-new-product__button{display:flex;justify-content:space-between;border-radius:21px;box-shadow:0 4px 30px 0 var(--90percent-shadow-color);color:gray;width:160px;cursor:pointer}@media only screen and (max-width: 1270px){.add-new-product__button{width:30px;padding-inline:15px!important}}.main-pricelist-container__taskbar__print{display:flex;justify-content:space-around;padding-inline:25px;border-radius:21px;box-shadow:0 4px 50px 0 var(--90percent-shadow-color);transition:background-color .5s ease-in-out;color:gray;height:42px;width:160px;cursor:pointer}@media only screen and (max-width: 1270px){.main-pricelist-container__taskbar__print{width:30px;padding-inline:15px}}.logout-popup{background-color:#fff;width:var(--small-confirmation-popup-width);max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px #acd8ffcc}.logout-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--bigger-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.logout-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.logout-popup__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.logout-popup>div:first-child{height:0px}.logout-popup .logout-popup-heading{text-align:center}.logout-popup .logout-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.logout-popup .centered-div:nth-child(3){margin-bottom:var(--popup-button-section-margin-block)!important}.logout-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.logout-popup .logout-popup-text{text-align:center}.logout-popup .logout-popup-text p{margin-top:var(--popup-text-margin-top)!important;margin-bottom:var(--popup-text-margin-bottom)!important;color:var(--90percent)}@media only screen and (min-width: 1590px) and (max-width: 1909px){.logout-popup{padding-bottom:10px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.logout-popup{padding-bottom:10px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.logout-popup{padding-bottom:10px}}.support-popup{background-color:#fff;width:490px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color);text-wrap:wrap}.support-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:150px;height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.support-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.support-popup__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.support-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.support-popup .support-popup-heading{text-align:center}.support-popup .support-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.support-popup .support-popup-text{text-align:center}.support-popup .support-popup-text p{margin-top:var(--popup-text-margin-top);margin-bottom:var(--popup-text-margin-bottom);color:var(--90percent)}.support-popup .centered-div:nth-child(3){margin-bottom:var(--popup-button-section-margin-block)!important}@media only screen and (min-width: 1270px) and (max-width: 1389px){.support-popup{width:440px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.support-popup{width:500px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.support-popup{width:520px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.support-popup{width:600px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.support-popup{width:800px;border-radius:45px}.support-popup__button{width:200px}}@media only screen and (min-width: 3430px){.support-popup{width:800px;border-radius:55px}}.buy-it-popup{background-color:#fff;width:var(--buyit-popup-width);max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color);text-wrap:wrap}.buy-it-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--middle-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.buy-it-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.buy-it-popup__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.buy-it-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.buy-it-popup>div:first-child{height:0px}.buy-it-popup .buy-it-popup__heading{text-align:center}.buy-it-popup .buy-it-popup__heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.buy-it-popup .centered-div:nth-child(3){margin-bottom:var(--popup-button-section-margin-block)!important}.buy-it-popup .buy-it-popup-text{text-align:center}.buy-it-popup .buy-it-popup-text p{padding-inline:var(--buy-it-popup-text-padding-inline);margin-top:var(--popup-text-margin-top);margin-bottom:var(--popup-text-margin-bottom);color:var(--90percent)}.menubar-elements--icons{min-width:var(--default-icon-width);width:var(--default-icon-width);height:auto}:root{--hamburger-height: 22px}.menubar{box-sizing:border-box;box-shadow:0 10px 20px #acd8ff99;padding-inline:20px;padding-block:24px;flex-shrink:0;z-index:100}.mobile-menubar{height:100dvh;box-sizing:border-box;position:Fixed;left:0;padding:20px;background-color:#fff;overflow-y:auto;box-shadow:0 10px 20px 0 var(--90percent-shadow-color);border:none;z-index:4}.menubar__heading{text-align:center;font-weight:450;color:var(--80percent);margin-top:20px;margin-bottom:5px}.mobile-menubar__close-button{height:1.3rem}.menubar__elements-div{padding-top:20px;white-space:nowrap}.menubar__element-container{display:flex;align-items:center;gap:10px;margin-bottom:28px}.menubar__element{display:flex;align-items:center;gap:12px;border-radius:30px;font-weight:400;letter-spacing:.1px;cursor:pointer}.hamburger-icon{height:1.3rem;height:var(--hamburger-height);aspect-ratio:1.3/1;width:fit-content;max-width:fit-content}.hamburger-icon__text{font-size:.6rem;color:var(--blue-invoice-color)}.logout-confirmation-button{width:var(--bigger-button-width)}@media only screen and (min-height: 451px) and (max-height: 850px){.mobile-menubar,.menubar{display:flex;flex-direction:column}.menubar__elements-div{height:auto;display:flex;flex-direction:column;flex-grow:1;justify-content:space-around}.menubar__element-container{margin-bottom:0}}@media only screen and (max-width: 674px){.hamburger-icon{height:22px}.hamburger-icon__text{font-size:10px}}@media only screen and (min-width: 675px) and (max-width: 899px){.hamburger-icon{height:24px}.hamburger-icon__text{font-size:12px}.menubar-element--buy-it__button{width:var(--middle-button-width);height:var(--standard-button-height);padding:0;display:flex;justify-content:center;align-items:center}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.hamburger-icon{height:25px}.hamburger-icon__text{font-size:11px}}@media (min-width: 1000px) and (max-width: 1269px){.mobile-menubar{z-index:100}.hamburger-icon{height:27px}.hamburger-icon__text{font-size:12px}}@media (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){.hamburger-icon{height:18px}.hamburger-icon__text{font-size:9px}}@media only screen and (min-width: 1270px) and (max-width: 1589px){.hamburger-icon{height:28px}.hamburger-icon__text{font-size:12px}.mobile-menubar{z-index:100}.hamburger-icon{height:20px}.hamburger-icon__text{font-size:10px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.hamburger-icon{height:26px}.hamburger-icon__text{font-size:12px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.hamburger-icon{height:28px;width:fit-content}.hamburger-icon__text{font-size:12px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.hamburger-icon{height:35px}.hamburger-icon__text{font-size:18px}.menubar__heading{margin-bottom:20px}.mobile-menubar{padding-inline:30px}}@media only screen and (min-width: 3430px){.mobile-menubar{padding-inline:40px}.hamburger-icon{height:45px}.hamburger-icon__text{font-size:24px}.menubar__heading{margin-bottom:24px}.hamburger-icon-container{left:67px!important}}.dash-navbar{display:flex;background-color:#fff;box-shadow:0 4px 50px 0 var(--90percent-shadow-color);width:100%}.dash-navbar__header{width:100%;display:flex;padding-left:70px;padding-right:120px}.dash-navbar__section{width:100%;display:flex;align-items:center;justify-content:center}.dash-navbar__user-details{display:flex;gap:16px;width:var(--dash-navbar-height);height:var(--dash-navbar-height)}.dash-navbar__user-details>a{width:calc(var(--dash-navbar-height) - 5px);height:calc(var(--dash-navbar-height) - 5px);display:flex;align-items:center;justify-content:center}.dash-navbar__user-details>a>img{width:100%;height:auto}.dash-navbar__buttons{display:flex;gap:30px;align-items:center;justify-content:center}.dash-navbar__button{justify-content:space-around;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;cursor:pointer;width:220px;width:var(--bigger-button-width);height:42px;height:var(--dashnavbar-button-height);border-radius:21px;padding-inline:15px;display:grid;grid-template-columns:1fr .25fr;text-align:center}.dash-navbar__button:hover{box-shadow:0 4px 50px #acd8ff}.dash-navbar__button--selected{transition:0s;border:1px solid #25bbff}.dash-navbar__button__icon{width:var(--default-icon-width);margin-block:auto}.dash-navbar__button__text{display:block;margin-block:auto}.dash-navbar__lang-dropdown{display:flex}.navbar-invoice-buttons{display:flex;align-items:center;gap:16px;padding:4px 0}.language-dropdown{position:absolute;top:calc(var(--dash-navbar-height) / 2);transform:translateY(-50%);right:30px}.hamburger-icon-container,.dash-navbar__user-details{position:absolute;top:calc(var(--dash-navbar-height) / 2);transform:translateY(-50%);left:20px;display:flex;align-items:center;justify-content:center}.dash-navbar__user-details{left:calc(var(--menubar-width) / 2);transform:translate(-50%,-50%)}@media only screen and (max-width: 674px){.dash-navbar__user-details{display:none;gap:16px}.dash-navbar__buttons{gap:10px}.dash-navbar__button{width:60px;display:flex}.dash-navbar__button__text{display:none}.dash-navbar__header{padding:0}.hamburger-icon-container,.dash-navbar__user-details{position:absolute;top:calc(var(--dash-navbar-height) / 2);transform:translateY(-50%);left:20px;display:flex;align-items:center;justify-content:center}.dash-navbar{position:relative;z-index:10}}@media only screen and (min-width: 675px) and (max-width: 899px){.dash-navbar__user-details{display:none;gap:16px}.dash-navbar__button{width:80px;display:flex}.dash-navbar__button__text{display:none}.dash-navbar__header{padding:0}}@media only screen and (min-width: 900px) and (max-width: 999px){.dash-navbar__header{padding:0}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.hamburger-icon-container{left:13px!important}.dash-navbar__user-details{display:none;gap:16px}.dash-navbar__button{width:200px;height:var(--standard-button-height)}.dash-navbar__buttons{gap:10px}.dash-navbar__header{width:100%;display:flex;padding-left:70px;padding-right:50px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.dash-navbar__button{width:220px}.dash-navbar__buttons{gap:15px}.dash-navbar__button__text{padding-left:2px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.dash-navbar__button{width:220px}.dash-navbar__button__text{padding-left:2px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.dash-navbar__button{width:220px}.dash-navbar__button__text{padding-left:2px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.hamburger-icon-container{left:30px!important}.dash-navbar__button{width:235px;border-radius:24px}.dash-navbar__button__text{padding-left:2px}.dash-navbar__header{padding-left:70px;padding-right:150px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.hamburger-icon-container{left:60px!important}.dash-navbar__button{width:340px;border-radius:30px}.dash-navbar__button__text{padding-left:3px}.dash-navbar__buttons{display:flex;gap:60px}.dash-navbar__header{padding-left:100px;padding-right:200px}.hamburger-icon-container{left:60px}}@media only screen and (min-width: 3430px){.hamburger-icon-container{left:67px!important}.dash-navbar__button{width:380px;border-radius:35px}.dash-navbar__button__text{padding-left:4px}.dash-navbar__buttons{display:flex;gap:60px}}@media only screen and (min-width: 1000px) and (orientation: portrait){.dash-navbar__button{height:40px}}.sort-icon{width:var(--default-icon-width);height:auto}.sort-icon-div{display:flex;align-items:center;cursor:pointer;width:1.3rem}.wider-confirmation-popup{background-color:#fff;width:var(--wider-confirmation-popup-width);max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--wider-confirmation-popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.wider-confirmation-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--small-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4}.wider-confirmation-popup__buttons-gap{margin-left:var(--popup-buttons-gap)!important}.wider-confirmation-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.wider-confirmation-popup__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.logged-out-popup .wider-confirmation-popup__button{min-width:var(--bigger-button-width);width:var(--bigger-button-width)}.wider-confirmation-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.wider-confirmation-popup>div:first-child{height:0px}.wider-confirmation-popup .wider-confirmation-popup-heading{text-align:center}.wider-confirmation-popup .wider-confirmation-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.wider-confirmation-popup .centered-div:nth-child(3){margin-bottom:var(--popup-button-section-margin-block)!important}.wider-confirmation-popup .wider-confirmation-popup-text{text-align:center}.wider-confirmation-popup .wider-confirmation-popup-text p{margin-top:var(--popup-text-margin-top);margin-bottom:var(--popup-text-margin-bottom);color:var(--90percent)}.item-menu__dropdown-menu{display:block;position:absolute;right:0;padding:8px;box-shadow:0 10px 20px #acd8ff99;border-radius:8px;z-index:100;background-color:#fff;color:var(--80percent);width:auto}.item-menu_three-dots-div{display:block}.item-menu_three-dots{height:1.3rem;cursor:pointer;margin-top:12px;margin-left:10px}.item-menu__dropdown-menu__item{display:flex;align-items:center;gap:10px;padding-block:10px;cursor:pointer;font-weight:400;text-wrap:nowrap}.mobile-item-menu__dropdown-menu{display:block;position:fixed;right:0;bottom:0;max-height:75vh;overflow:auto;padding-top:15px;padding-bottom:5px;padding-inline:25px;box-shadow:0 0 20px #acd8ff99;border-radius:20px;z-index:0;width:380px;background-color:#fff}.mobile-item-menu__dropdown-menu__item{padding-bottom:10px;width:100%}.mobile-item-menu__dropdown-menu__item p{display:flex;height:30px;padding-inline:10px;align-items:center;border-radius:12px;border:1px solid var(--90percent-shadow-color);font-weight:400}.mobile-item-menu__dropdown-menu__item label{font-size:var(--font-standard);font-weight:400}.pricelist-item__delete-option-button{width:var(--small-button-width);height:var(--standard-button-height);display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1000px){.mobile-item-menu__dropdown-menu{z-index:11;top:50%;left:50%;transform:translate(-50%) translateY(-50%);height:fit-content}}@media only screen and (min-width: 1000px) and (max-width: 1270px){.mobile-item-menu__dropdown-menu{z-index:11;top:50%;left:50%;transform:translate(-50%) translateY(-50%);height:fit-content}}.are-you-sure-popup{background-color:#fff;width:340px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px;box-shadow:0 4px 30px #acd8ffcc}.are-you-sure-popup__button{padding-block:8px;padding-inline:40px;border-radius:40px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color);cursor:pointer;font-size:var(--font-standard);font-weight:400;width:150px;border:1px solid transparent;display:flex;justify-content:center;height:var(--standard-button-height);width:var(--small-button-width);padding:0;align-items:center}.are-you-sure-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.are-you-sure-popup__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.logged-out-popup .are-you-sure-popup__button{min-width:var(--bigger-button-width);width:var(--bigger-button-width)}.are-you-sure-popup .modal__button__close>img{position:absolute;right:30px;top:10px}.are-you-sure-popup>div:first-child{height:0px}.are-you-sure-popup .centered-div:nth-child(3){margin-block:15px!important}.are-you-sure-popup .areyousure-popup-text{margin:8px 0 15px;text-align:center}@media only screen and (min-width: 1590px) and (max-width: 1909px){.are-you-sure-popup{width:var(--standard-confirmation-popup-width);border-radius:35px;padding-inline:20px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.are-you-sure-popup{width:450px;border-radius:40px;padding-inline:30px}.are-you-sure-popup .modal__button__close>img{position:absolute;right:25px;top:15px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.are-you-sure-popup{width:520px;border-radius:45px;padding-inline:40px}}@media only screen and (min-width: 3430px){.are-you-sure-popup{width:600px;border-radius:55px;padding-inline:50px}.are-you-sure-popup .modal__button__close>img{position:absolute;right:30px;top:10px}.are-you-sure-popup{padding-top:30px}.are-you-sure-popup>div:first-child{height:0px}.are-you-sure-popup .centered-div:nth-child(3){margin-block:30px!important}}.small-confirmation-popup{background-color:#fff;width:var(--small-confirmation-popup-width);overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.small-confirmation-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--small-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4}.small-confirmation-popup__buttons-gap{margin-left:var(--popup-buttons-gap)!important}.small-confirmation-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.small-confirmation-popup__button:focus{transition:0s;box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.small-confirmation-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.small-confirmation-popup .small-confirmation-popup-heading{text-align:center}.small-confirmation-popup .small-confirmation-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.small-confirmation-popup .centered-div:nth-child(3){margin-bottom:var(--popup-button-section-margin-block)!important}.small-confirmation-popup .small-confirmation-popup-text{text-align:center}.small-confirmation-popup .small-confirmation-popup-text p{margin-top:var(--popup-text-margin-top);margin-bottom:var(--popup-text-margin-bottom);color:var(--90percent)}.error-popup{background-color:#fff;width:var(--wider-close-popup-width);max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px;box-shadow:0 4px 30px #acd8ffcc}.error-popup__button{padding-inline:40px;padding-block:8px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--middle-button-width);height:var(--standard-button-height);display:flex;justify-content:center;align-items:center;padding:0}.error-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.error-popup__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.error-popup>div:first-child{height:0px}.error-popup .centered-div:nth-child(3){margin-bottom:15px!important}.error-popup .modal__button__close>img{position:absolute;right:25px;top:15px}.error-popup .error-popup-text{margin:8px 0 15px;text-align:center;color:#000000e6}@media only screen and (min-width: 1910px) and (max-width: 2549px){.error-popup{border-radius:40px}.modal__button__close>img{position:absolute;right:25px;top:15px}.generic-error__button-div{margin-top:30px!important;margin-bottom:30px!important}.generic-error__heading-div{padding-top:5px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.error-popup{width:700px;border-radius:45px}}@media only screen and (min-width: 3430px){.error-popup{width:800px;border-radius:55px}}.modal__button__close>img{height:auto!important;width:var(--close-icon-width)!important;cursor:pointer}.pricelist-item__section{display:flex;align-items:center;gap:8px}.pricelist-item__div{margin-top:8px;width:100%;color:var(--90percent)}.pricelist-item_pointer-div{display:flex;align-items:center;margin-left:5px}.grid-9,.grid-9-ord{display:grid;grid-template-columns:1.3rem repeat(9,1fr);gap:8px}.pricelist-item{border:1px solid var(--shadow-color);border-radius:40px;font-weight:400;height:var(--standard-input-height);display:flex;align-items:center}.pricelist-item__input{border:none;width:100%;font-size:var(--font-small);scroll-margin-top:220px;align-self:center;padding-inline:var(--input-fields-padding-inline);flex:1}.pricelist-item__input:focus{outline:none}.pricelist-item__article-number{grid-column:span 1 / span 1}.pricelist-item__name{grid-column:span 3 / span 3}@media (max-width: 1270px){.pricelist-item__name{grid-column:span 2 / span 2}}.pricelist-item__name--advanced-mode-no,.pricelist-item__name--advanced-mode-full{grid-column:span 2 / span 2}.pricelist-item__in-price,.pricelist-item__price,.pricelist-item__in-stock,.pricelist-item__unit{grid-column:span 1 / span 1}.pricelist-item__description,.pricelist-item__description--advanced-mode-no{grid-column:span 2 / span 2}@media only screen and (min-width: 900px){.pricelist-item__name--advanced-mode-no{grid-column:span 3 / span 3}.pricelist-item__description--advanced-mode-no{grid-column:span 2 / span 2}}@media only screen and (max-width: 675px){.grid-9,.grid-9-ord{display:grid;grid-template-columns:1.3rem repeat(3,1fr);gap:8px}.pricelist-item{padding-block:5px}}@media only screen and (min-width: 675px) and (max-width: 899px){.grid-9{display:grid;grid-template-columns:1.3rem repeat(5,1fr);gap:8px}.grid-9-ord{display:grid;grid-template-columns:1.3rem repeat(4,1fr);gap:8px}.pricelist-item{padding-block:3px}}@media only screen and (min-width: 900px) and (max-width: 999px){.pricelist-item{padding-block:5px}.grid-9{display:grid;grid-template-columns:1.3rem repeat(7,1fr);gap:8px}.grid-9-ord{display:grid;grid-template-columns:1.3rem repeat(6,1fr);gap:8px}.pricelist-item__name--advanced-mode-no{grid-column:span 2 / span 2}.pricelist-item__name--advanced-mode-full{grid-column:span 3 / span 3}.pricelist-item__description--advanced-mode-no{grid-column:span 2 / span 2}.main-pricelist-container__taskbar{padding-left:40px}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.grid-9{display:grid;grid-template-columns:1.3rem repeat(7,1fr);gap:8px}.grid-9-ord{display:grid;grid-template-columns:1.3rem repeat(6,1fr);gap:8px}.pricelist-item__name--advanced-mode-no{grid-column:span 2 / span 2}.pricelist-item__name--advanced-mode-full{grid-column:span 3 / span 3}.pricelist-item__description--advanced-mode-no{grid-column:span 2 / span 2}.pricelist-item__input{scroll-margin-top:190px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.pricelist-item__input{scroll-margin-top:135px}.pricelist-item__description--advanced-mode-no{grid-column:span 3 / span 3}.pricelist-item__description--advanced-mode-unit{grid-column:span 2 / span 2}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.pricelist-item__input{scroll-margin-top:210px}.pricelist-item__description--advanced-mode-no{grid-column:span 3 / span 3}.pricelist-item__description--advanced-mode-unit{grid-column:span 2 / span 2}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.pricelist-item__description--advanced-mode-no{grid-column:span 3 / span 3}.pricelist-item__input{scroll-margin-top:215px}.pricelist-item__description--advanced-mode-unit{grid-column:span 2 / span 2}.pricelist_wider-popup__confirmation-popup{width:500px;padding:25px 50px 20px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.pricelist-item__description--advanced-mode-no{grid-column:span 3 / span 3}.pricelist-item__description--advanced-mode-unit{grid-column:span 2 / span 2}.pricelist_wider-popup__confirmation-popup{width:550px;padding:25px 50px 20px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.pricelist-item__input{scroll-margin-top:300px}.pricelist-item__description--advanced-mode-no{grid-column:span 3 / span 3}.pricelist-item__description--advanced-mode-unit{grid-column:span 2 / span 2}}@media only screen and (min-width: 3430px){.pricelist-item{display:flex}.pricelist-item__input{scroll-margin-top:310px}.pricelist-item__description--advanced-mode-no{grid-column:span 3 / span 3}.pricelist-item__description--advanced-mode-unit{grid-column:span 2 / span 2}}@media only screen and (min-width: 1000px) and (orientation: portrait){.pricelist-item{padding-top:0;padding-bottom:0;display:flex}.mobile-item-menu__dropdown-menu{bottom:unset}}.search-form__container{display:flex;gap:20px;align-items:end}.search-form{display:flex;align-items:center;border-radius:20px;height:var(--standard-input-height);width:25rem;border:1px solid #acd8ff}.search-form::placeholder{color:var(--40percent)}.search-box{font-size:var(--font-standard);line-height:var(--standard-input-height);width:100%;padding-top:0!important;padding-bottom:0!important;padding-inline:var(--input-fields-padding-inline)!important;margin-left:2px;border:none!important}.search-box:focus{outline:none}.search-form-icon{height:auto;width:var(--default-icon-width);margin-right:10px;cursor:pointer}.search-form__modal{background-color:#fff;width:800px;max-width:90vw;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:30px;padding-inline:15px;border-radius:30px;box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.search-form__modal__div{gap:40px;padding-inline:8px;display:flex}.search-form__modal__button{border-radius:50px;cursor:pointer;font-size:var(--font-standard);font-weight:400;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border:1px solid transparent;padding-block:8px;height:40px;min-width:max(var(--bigger-button-width),max-content)}.contents-display{display:contents}.search-form__modal .modal__popup__content{display:grid;grid-template-columns:1fr auto;row-gap:20px;align-items:center}.search-form__modal__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.search-form__modal__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}@media (max-width: 674px){.search-form__container{display:block;gap:20px;align-items:end}.search-form{width:100%;margin-top:10px}}@media only screen and (min-width: 675px) and (max-width: 899px){.search-form__container{display:block;gap:20px;align-items:end}.search-form{width:100%;margin-top:10px}}@media only screen and (min-width: 900px) and (max-width: 999px){.search-form__container{display:block;gap:20px;align-items:end}.search-form{width:100%;margin-top:10px}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.search-form__container{display:block;gap:20px;align-items:end}.search-form{width:100%}}@media only screen and (min-width: 1270px) and (max-width: 1589px){.search-form{width:20rem}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.search-form{border-radius:25px}.search-form__modal{width:1000px;padding-block-end:40px}.search-form__modal__button{height:50px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.search-form{border-radius:30px}.search-form__modal{width:1400px;padding-block-end:50px}.search-form__modal__button{height:70px}}@media only screen and (min-width: 3430px){.search-form{border-radius:35px}.search-form__modal{width:1600px;padding-block-end:50px}.search-form__modal__button{height:80px}}.business-details-holder{display:flex;width:100%;height:100%;padding-top:.75rem;padding-bottom:.75rem;justify-content:space-evenly;color:var(--90percent)}.business-details-spacer{height:2.5rem!important}.business-details-details{font-size:var(--font-standard)}.business-details-separator{width:1px;background-color:#eaeaea}.details-form{display:flex;flex-direction:column;font-size:var(--font-standard)}input:focus-visible{outline:none}.business-details-details-form{margin-top:1.125rem;max-width:530px;width:100%;min-width:500px;text-align:left}.business-details-details-form__label{margin-bottom:0}.business-details-details-form__input{width:100%;text-decoration:none;border-radius:20px;padding-top:0!important;padding-bottom:0!important;padding-inline:var(--input-fields-padding-inline)!important;border:1px solid var(--shadow-color);margin-bottom:.125rem;margin-top:.125rem;color:var(--90percent);font-size:var(--font-standard);height:var(--standard-input-height);overflow:hidden;white-space:nowrap}.business-details-details-form__input-inner{width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;font-size:var(--font-standard);font-weight:400;display:flex;align-items:center;scrollbar-width:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;text-decoration:none;line-height:calc(var(--standard-input-height) - 1px)}.business-details-details-form__input-shortned{width:80%!important}.form-city-postcode{display:flex;flex-direction:row;justify-content:flex-start;gap:20px}.details-form-Postcode{width:30%;position:relative}.details-form-city{width:70%;position:relative}.details-city-input{width:100%}.business-details-logo-Section,.business-details-profile-picture-section{display:flex;justify-content:center}.business-details-details-form__shortned-input-holder{width:100%;height:100%}.my-business-Content-Buttons{display:flex;justify-content:center;padding-inline:25px;border-radius:21px;box-shadow:0 0 20px 0 var(--90percent-shadow-color);color:gray;height:42px;width:fit-content;cursor:pointer}@media (min-width: 3430px){.my-business-Content-Buttons{height:80px;padding:20px 30px;border-radius:60px}}@media (max-width: 3430px){.my-business-Content-Buttons{height:80px;padding:0;padding-inline:25px;border-radius:60px}}@media (max-width: 2550px){.my-business-Content-Buttons{height:60px;padding:0;padding-inline:25px;border-radius:60px}}@media (max-width: 1910px){.my-business-Content-Buttons{height:55px;padding:0;padding-inline:25px;border-radius:60px}}@media (max-width: 1590px){.my-business-Content-Buttons{height:50px;padding:0;padding-inline:25px;margin-top:0;border-radius:50px}}@media (max-width: 1269px) and (min-width: 1000px){.my-business-Content-Buttons{height:50px;padding:0;padding-inline:25px;margin-top:0;border-radius:60px}}.my-business-Content-Button-img{width:30px;object-fit:contain}@media (min-width: 3430px){.my-business-Content-Button-img{width:50px;height:50px;align-self:center;margin-left:1rem}}@media (max-width: 3429px) and (min-width: 2550px){.my-business-Content-Button-img{width:50px;height:50px;align-self:center;margin-left:1rem}}@media (max-width: 2549px) and (min-width: 1910px){.my-business-Content-Button-img{width:22px;height:22px;align-self:center;margin-left:1rem}}@media (max-width: 1909px) and (min-width: 1590px){.my-business-Content-Button-img{width:30px;height:30px;align-self:center;margin-left:1rem}}@media (max-width: 1589px) and (min-width: 1270px){.my-business-Content-Button-img{width:30px;height:30px;align-self:center;margin-left:1rem}}@media (max-width: 1269px) and (min-width: 1000px){.my-business-Content-Button-img{width:30px;height:30px;align-self:center;margin-left:1rem}}@media (min-width: 1000px) and (max-width: 1269px){.business-details-details__info-text{max-width:500px}}.details-postcode-city--long-div{display:flex;gap:10px;align-items:center;width:100%;height:100%}.business-details-settings-info{padding-left:27px}@media (max-width: 1000px){.business-details-holder{flex-direction:column;align-items:center;box-shadow:0 4px 20px 0 var(--90percent-shadow-color);border-radius:20px;margin-bottom:4rem}.business-details-details{padding:15px 30px;margin-bottom:2rem;width:90%;align-items:center}.business-details-Image-Section{border-left:none;margin-left:0;margin-right:0}.my-business-page-container-content{border-bottom:0px solid transparent;display:flex;justify-content:center}.my-business-Content-Buttons{align-self:center;padding:0 20px;width:fit-content}.my-business-Content-Button-img{margin:0 0 0 12px}.business-details-details-form{min-width:0px;box-sizing:border-box;width:60%;margin:auto;margin-top:2rem}.business-details-details-form__input{width:100%}.business-details-Image-Container{width:80%}.details-form-Postcode{width:100px}.details-form-city{width:60%;flex:1}.business-details-settings-info{align-self:center}}@media (max-width: 674px){.business-details-details-form{width:100%;max-width:330px;margin-top:0}.business-details-Image-Section{min-width:0;width:100%;margin-left:20px;margin-right:20px}.business-details-details{width:90%;padding:0}.details-form-Postcode{width:100%}.details-postcode-input,.details-city-input{width:100%!important}.details-form-city{width:100%}.business-details-details-form__input-shortned{width:100%!important}.my-business-page-container-content{border-bottom:10px solid transparent;width:auto}.business-details-details__info-text{margin-top:2.1rem;margin-left:max(0px,calc((100% - 330px)/2))}.business-details-settings-info{align-self:center;padding:0}.my-business-Content-Buttons{gap:10px}.business-details-holder{max-width:380px;margin-top:.75rem}.my-business-Content-Button-img{width:20px}.business-details-settings-info{padding:0 20px}.details-form{margin-top:8px}.myBusiness--cropper-container{width:270px!important}.form-city-postcode{margin-top:0;display:grid;grid-template-columns:85px 2fr;align-items:center;gap:8px}.details-postcode-input{grid-row:2;grid-column:1}.business-details-details-form__input-shortned{margin-top:.125rem!important}}@media (min-width: 675px) and (max-width: 999px){.form-city-postcode{flex-direction:row;gap:20px}}@media (max-width: 899px) and (min-width: 675px){.business-details-holder{width:520px;padding-bottom:2rem;margin-top:.75rem}.business-details-details{width:100%}.business-details-details-form{width:340px}.details-form{margin-bottom:8px;height:56px}.details-form-Postcode{width:90px}.details-form-city{width:60%;flex:1}.business-details-details__info-text{margin-top:calc(2.1rem - 15px);margin-left:calc((100% - 340px)/2)}.my-business-Content-Buttons{width:180px;gap:10px;height:30px}.business-details-details-form__input-shortned{width:100%!important}}@media (max-width: 999px) and (min-width: 900px){.business-details-holder{width:580px;padding:10px 0;margin-bottom:0;margin-top:max(10px,calc(100svh - 1765px) / 3);height:auto}.business-details-settings-info{padding:0;margin:auto}.my-business-Content-Buttons{margin:0 auto 10px!important}.business-details-details-form{width:400px}.business-details-details__info-text{margin-top:calc(2.1rem - 15px);margin-left:calc((100% - 400px)/2)}.my-business-Content-Button-img{width:25px}.business-details-details-form__input-shortned{width:100%!important}.details-form{margin-bottom:8px;height:62px}}@media (max-width: 1269px) and (min-width: 1000px) and (orientation: landscape){.my-business-page-container-content{border-bottom:0px}.business-details-Image-Section{min-width:0}.business-details-details-form{min-width:0px;width:510px;margin:0}.business-details-holder{justify-content:space-evenly;flex-direction:row;box-shadow:none;align-items:normal;margin-bottom:0}.business-details-details{width:auto;box-shadow:0 4px 50px #acd8ff99;padding:0 2%;box-sizing:content-box!important;border-radius:40px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;margin-bottom:0}.details-homepage-label,.form-homepage{margin-bottom:0!important}}@media (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){.BusinessDetails--Image--button{height:33px!important}.details-form{height:27px}}@media (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.business-details-holder{margin-top:0;padding:20px 0}}@media (max-width: 1589px) and (min-width: 1270px) and (orientation: landscape){.business-details-details-form{width:510px;margin-top:0;margin-bottom:0}.business-details-details{width:510px;box-shadow:0 4px 50px #acd8ff99;padding:0 40px;box-sizing:content-box!important;border-radius:40px;display:flex;flex-direction:column;justify-content:space-evenly}.details-homepage-label,.form-homepage{margin-bottom:0!important}}@media (max-width: 1989px) and (min-width: 1590px) and (orientation: landscape){.business-details-details-form{width:540px;max-width:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.details-homepage-label,.form-homepage{margin-bottom:0!important}.business-details-details{width:540px;box-shadow:0 4px 50px #acd8ff99;padding:0 40px;box-sizing:content-box!important;border-radius:40px;display:flex;flex-direction:column;justify-content:space-evenly}.business-details-holder{margin-top:0;margin-bottom:0;padding:20px 0}.business-details_wider-popup__confirmation-popup{width:460px;padding:25px 50px 20px}}@media (max-width: 2549px) and (min-width: 1910px) and (orientation: landscape){.business-details-details-form{width:634px;max-width:none;margin-top:1.5rem;margin-bottom:1.2rem;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.business-details-details{width:634px}.details-homepage-label,.form-homepage{margin-bottom:0!important}.business-details-details{box-shadow:0 4px 50px #acd8ff99;padding:0 40px;box-sizing:content-box!important;border-radius:40px;display:flex;flex-direction:column;justify-content:space-evenly}.business-details_wider-popup__confirmation-popup{width:550px;padding:25px 50px 20px}}@media (max-width: 3429px) and (min-width: 2550px) and (orientation: landscape){.business-details-details-form{width:864px;max-width:none;margin-top:1.5rem;margin-bottom:1.2rem;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.business-details-details{width:864px}.details-homepage-label,.form-homepage{margin-bottom:0!important}.business-details-details{box-shadow:0 4px 50px #acd8ff99;padding:0 40px;box-sizing:content-box!important;border-radius:40px;display:flex;flex-direction:column;justify-content:space-evenly}.business-details-details-form__input{border-radius:30px}}@media (min-width: 3430px) and (orientation: landscape){.business-details-details-form{width:1100px;max-width:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.business-details-details{width:1100px}.details-form{margin-bottom:.75rem!important}.details-homepage-label,.form-homepage{margin-bottom:0!important}.business-details-details{box-shadow:0 4px 50px #acd8ff99;padding:0 40px;box-sizing:content-box!important;border-radius:70px;display:flex;flex-direction:column;justify-content:space-evenly}.business-details-details-form__input{border-radius:30px}}@media (min-width: 1000px){.details-form{display:flex;flex-direction:row;gap:10px;width:100%;align-items:center;margin-bottom:16.5px}.business-details-details-form__label{width:35%}.business-details-details-form__label{width:28%}.form-city-postcode{margin-bottom:.25rem;gap:4%}.details-postcode-label{width:100%}.details-form-city{gap:0px}.details-postcode-input{width:50%}.details-city-label--long{width:auto;margin-left:5px}}@media (min-width: 1000px) and (orientation: portrait){.business-details-holder{flex-direction:column;align-items:center;box-shadow:0 4px 20px #acd8ff99;border-radius:20px;margin-bottom:4rem;width:auto;height:auto;margin-top:max(10px,calc(100svh - 1760px) / 3);margin-bottom:10px}.my-business-Content-Buttons{margin:10px auto!important}.business-details-details{box-shadow:none;margin-top:20px;margin-bottom:20px;padding:0 40px;box-sizing:border-box!important}.business-details-details-form{margin:10px 0}.details-form{display:flex;flex-direction:column;align-items:flex-start;gap:0px;margin-bottom:10px}.business-details-details-form__input-shortned{width:100%!important}.form-city-postcode{flex-direction:row;gap:20px}.details-form-Postcode{width:130px;margin-bottom:0}.details-form-city{margin-bottom:0}.details-postcode-input{width:100%}.myBusiness--main-container--details>.my-business-page-container{justify-content:flex-start}}@media (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){.details-postcode-input{width:72px;min-width:72px;max-width:72px}}@media (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){.details-postcode-input{width:80px;min-width:80px;max-width:80px}}@media (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.details-postcode-input{width:88px;min-width:88px;max-width:88px}}@media (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){.details-postcode-input{width:90px;min-width:90px;max-width:90px}}@media (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape){.details-postcode-input{width:103px;min-width:103px;max-width:103px}}@media (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){.details-postcode-input{width:140px;min-width:140px;max-width:140px}}@media (min-width: 3430px) and (orientation: landscape){.details-postcode-input{width:182px;min-width:182px;max-width:182px}}.spacer{height:2.5rem!important}@media (max-width: 674px){.spacer{height:1rem!important}}@media (min-width: 675px) and (max-width: 899px){.spacer{height:1.5rem!important}}@media (min-width: 900px) and (max-width: 999px){.spacer{height:1.5rem!important}}@media (min-width: 1270px) and (max-width: 1389px){.spacer{height:1.5rem!important}}@media (min-width: 1590px) and (max-width: 1909px){.spacer{height:25px!important}}@media (min-width: 1910px) and (max-width: 2549px){.spacer{height:30px!important}}@media (min-width: 3430px){.spacer{height:1.5rem!important}}.business-details-Modal{background-color:#fff;box-shadow:0 10px 100px 0 var(--90percent-shadow-color);max-height:95vh;max-width:95vw;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius)}.business-details-Modal .modal__button__close>img{height:auto!important;width:var(--close-icon-width)!important;cursor:pointer;position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right);z-index:1}.business-logo-preview-container{display:flex;justify-content:center;align-items:center;margin-bottom:var(--popup-button-section-margin-block)}.business-details-Image-Container{width:460px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 50px 0 var(--90percent-shadow-color);color:var(--90percent);border-radius:20px;padding:1rem 2rem}.business-details-Image-Container__header{color:var(--90percent);padding-bottom:.75rem;margin-bottom:3rem;border-bottom:1px solid #eaeaea;width:100%;text-align:center;font-size:var(--font-subtitle)}.business-details-image-option__text{text-align:left;width:55%;display:flex;align-items:center}.business-details-Image__button-selected{transition:0s;border:1px solid var(--blue-invoice-color)}@media (min-width: 3430px){.business-details-Image-Container{width:980px;border-radius:50px;padding-top:1.5rem}.business-details-Image-Container__header{padding-bottom:2rem}.business-details-image-option{height:2.5rem}.business-details-image-option-last{margin-bottom:.6rem}@media (max-height: 1609px){.business-details-image-option{height:1.75rem}.business-details-image-option-last{margin-bottom:.6rem}}.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:30px!important;position:relative!important}.myBusiness-OurLogo--Button-Options img{position:absolute;right:30px}}@media (min-width: 2550px) and (max-width: 3429px){.business-details-Image-Container{width:680px;border-radius:40px}.business-details-Image-Container__header{padding-bottom:1.5rem}.business-details-image-option{height:2.5rem}.business-details-image-option__selection{width:45%}.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:35px!important;position:relative!important}.myBusiness-OurLogo--Button-Options img{position:absolute;right:35px}}@media (min-width: 1590px) and (max-width: 1909px){.business-details-Image-Container{width:420px;padding-bottom:5px}.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:23px!important;position:relative!important}.myBusiness-OurLogo--Button-Options img{position:absolute;right:25px}.business-details-image-option{margin-bottom:1.2rem!important}}@media (min-width: 1270px) and (max-width: 1589px){.business-details-Image-Container{padding-bottom:3px;padding-top:.8rem}.business-details-image-option{margin-bottom:1rem}}@media (max-width: 674px){.business-details-Image-Container{width:min(90%,320px);padding:10px 15px;border-radius:20px}.business-details-image-option__text{width:150px}.business-details-image-option__selection{width:calc(200px + .5rem);height:30px}.business-details-image-option{justify-content:space-between}.myBusiness-OurLogo--Button-Options{padding-left:20px!important;position:relative!important;justify-content:left!important}.myBusiness-OurLogo--Button-Options img{position:absolute;right:18px}}@media (max-width: 899px) and (min-width: 675px){.business-details-Image-Container{width:450px}.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:30px!important;position:relative!important}.myBusiness-OurLogo--Button-Options img{position:absolute;right:30px;width:20px;height:auto}}@media (max-width: 999px) and (min-width: 900px){.business-details-Image-Container{width:450px;padding:10px 15px;padding-top:1.5rem}.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:25px!important;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:25px;width:25px;height:auto}}@media (max-width: 1269px) and (min-width: 1000px){.business-details-Image-Container{width:400px;padding:1rem 2rem;padding-bottom:3px}.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:15px!important;position:relative!important}.myBusiness-OurLogo--Button-Options img{position:absolute;right:17px}.business-details-image-option__selection{width:35%}.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:18px;position:relative}}@media (min-width: 1910px) and (max-width: 2549px){.business-details-Image-Container{width:520px;border-radius:40px}.business-details-image-option{height:2.5rem;margin-bottom:.75rem}.business-details-image-option-last{height:2.5rem;margin-bottom:0!important}.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:28px!important;position:relative!important}.myBusiness-OurLogo--Button-Options img{position:absolute;right:30px}}@media (min-width: 1270px) and (max-width: 1389px){.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:16px!important;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:20px}.business-details-image-option__selection{width:35%}.business-details-image-option__text{width:55%}}@media (min-width: 1390px) and (max-width: 1589px){.myBusiness-OurLogo--Button-Options{justify-content:flex-start!important;padding-left:20px!important;position:relative}.business-details-image-option__selection{width:40%}.myBusiness-OurLogo--Button-Options img{position:absolute;right:20px}}@media (min-width: 1000px) and (orientation: portrait){.myBusiness-OurLogo--Button-Options img{width:25px;height:auto}.business-details-Image-Container{width:500px}.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:40px;position:relative}}.BusinessDetails--Image--button{width:100%;cursor:pointer;box-shadow:0 4px 20px 0 var(--90percent-shadow-color);color:var(--80percent);background:#fff;border-radius:1rem;border:none;height:100%;display:flex;justify-content:space-evenly;align-items:center;padding:3%;font-size:var(--font-standard);height:var(--standard-button-height);transition-duration:.5s}.BusinessDetails--Image--button--img{height:auto;width:var(--default-icon-width)}.BusinessDetails--Image--button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}@media (min-width: 3430px){.BusinessDetails--Image--button{border-radius:40px}}@media (max-width: 3429px) and (min-width: 2550px){.BusinessDetails--Image--button{border-radius:35px}}@media (max-width: 675px){.BusinessDetails--Image--button{padding:15px 0;border-radius:50px}}@media (min-width: 1910px) and (max-width: 2549px){.BusinessDetails--Image--button{border-radius:30px}}.image-crop__modal .modal__button__close>img{height:auto!important;width:var(--close-icon-width)!important;cursor:pointer;position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right);z-index:1}.image-crop__modal__heading{margin-bottom:1rem;color:var(--90percent);font-size:var(--font-title)}.image-crop__modal__button--light{margin-bottom:1rem;width:100%;box-shadow:0 1px 3px 0 var(--10percent),0 1px 2px 0 var(--60percent)}.image-crop__modal__button--light:hover{box-shadow:0 10px 15px -3px var(--10percent),0 4px 6px -2px var(--60percent)}.crop-container-logo{position:relative;width:616px;height:216px;background:linear-gradient(to right,var(--blue-invoice-color) 1px,transparent 1px) 0 0,linear-gradient(to right,var(--blue-invoice-color) 1px,transparent 1px) 0 100%,linear-gradient(to left,var(--blue-invoice-color) 1px,transparent 1.3px) 100% 0,linear-gradient(to left,var(--blue-invoice-color) 1px,transparent 1.3px) 100% 100%,linear-gradient(to bottom,var(--blue-invoice-color) 1px,transparent 1px) 0 0,linear-gradient(to bottom,var(--blue-invoice-color) 1px,transparent 1px) 100% 0,linear-gradient(to top,var(--blue-invoice-color) 1px,transparent 1px) 0 100%,linear-gradient(to top,var(--blue-invoice-color) 1px,transparent 1px) 100% 100%;background-repeat:no-repeat;background-size:40px 40px}@media only screen and (max-width: 675px){.image-crop__modal{width:100%}.crop-container-logo{width:306px;height:76px}.image-crop__modal__content{padding:0;max-width:85vw}}@media only screen and (min-width: 675px) and (max-width: 899px){.image-crop__modal{width:600px}.crop-container-logo{width:656px;height:96px}}@media only screen and (min-width: 900px) and (max-width: 1269px){.image-crop__modal{width:600px}.crop-container-logo{width:816px;height:116px}}@media only screen and (min-width: 1270px) and (max-width: 1589px){.image-crop__modal{width:600px}.crop-container-logo{width:1216px;height:166px}.crop-container{width:266px;height:266px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.image-crop__modal{width:700px}.crop-container-logo{width:1456px;height:196px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.image-crop__modal{width:755px}.crop-container-logo{width:1816px;height:241px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.image-crop__modal{width:1000px}.crop-container-logo{width:2416px;height:316px}}@media only screen and (min-width: 3430px){.image-crop__modal{width:1000px}.crop-container-logo{width:2416px;height:316px}}.reactEasyCrop_Container{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;cursor:move;display:flex;justify-content:center;align-items:center}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{position:absolute;left:60%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.5);box-sizing:border-box;box-shadow:0 0 0 9999em;color:#00000080;overflow:hidden}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;position:absolute;border:1px solid rgba(255,255,255,.5);top:0;bottom:0;left:33.33%;right:33.33%;border-top:0;border-bottom:0}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;position:absolute;border:1px solid rgba(255,255,255,.5);top:33.33%;bottom:33.33%;left:0;right:0;border-left:0;border-right:0}.image-crop-popup__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.image-crop-popup__button--wide{width:100%}.BusinessDetailsPreview-Model__buttons{width:var(--bigger-button-width);height:var(--default-button-height);display:flex;justify-content:center;align-items:center;padding:0}@media (min-width: 2550px) and (max-width: 3430px){.BusinessDetailsPreview-Model__buttons{border-radius:50px}}@media (min-width: 3430px){.BusinessDetailsPreview-Model__buttons{border-radius:50px}}.logo-preview__modal{background-color:#fff;width:700px;height:860px;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px;box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.business-details__logo-preview__blue-line{height:.1rem;background-color:#00f;width:100%;margin-block:1rem}.business-details__logo-preview__header{display:flex;justify-content:space-between;align-items:end;margin-inline:2rem}.business-details__logo-preview__header-left,.business-details__logo-preview__header-right{display:flex;flex-direction:column;align-items:start}.slider{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-bottom:1rem}.slider-input{width:250px;height:15px;background:#edecec;border-radius:50px;outline:none;cursor:pointer;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;box-sizing:border-box}.slider-track-wrapper{position:relative;width:250px;border:1px solid #ccc;border-radius:50px;display:flex;align-items:center;box-sizing:border-box}.business-details-Image-Container{width:460px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 50px 0 var(--90percent-shadow-color);color:var(--90percent);border-radius:40px;padding:1rem 2rem}.business-details-Image-Container__header{color:var(--90percent);padding-bottom:.75rem;margin-bottom:1rem;border-bottom:1px solid #eaeaea;width:100%;text-align:center;font-size:var(--font-subtitle)}.business-details-Image-Container__image-div{display:flex;justify-content:center;width:60%;height:100px;margin-bottom:1rem}.business-details-Image-Container__img{max-width:100%;height:100%;object-fit:contain}.business-details-Image-options{display:flex;flex-direction:column;align-items:center;width:100%}.business-details-image-option{display:flex;flex-direction:row;width:100%;height:2rem;align-items:center;font-size:var(--font-standard)}.business-details-image-option__selection{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:50%;gap:.5rem;height:100%}.business-details-image-option{margin-bottom:2rem}.profile-picture__selection{width:100%!important}.myBusiness-ProfilePicture--Button-Options{padding:0;height:var(--standard-button-height);display:flex;align-items:center;justify-content:center;gap:10px}.business-details__profile-picture-option{margin-bottom:1rem}@media (min-width: 3430px){.business-details-Image-Container{width:940px;border-radius:70px;padding-top:1.5rem}.business-details-Image-Container__header{padding-bottom:1.5rem}.business-details-image-option{height:2.5rem}.business-details-image-option-last{margin-bottom:1.5rem}.business-details__profile-picture-option{margin-bottom:1rem}.myBusiness-ProfilePicture--Button-Options{gap:20px}@media (max-height: 1609px){.business-details-image-option{height:1.75rem}.business-details-image-option-last{margin-bottom:.9rem}}}@media (max-width: 3429px) and (min-width: 2550px){.business-details-Image-Container{width:680px;border-radius:40px}.business-details-Image-Container__header{padding-bottom:1.5rem}.business-details-image-option{height:2.5rem}.business-details-image-option__selection{width:45%}.profile-picture__selection{gap:100px}.business-details-image-option-last,.business-details__profile-picture-option{margin-bottom:.5rem}.myBusiness-ProfilePicture--Button-Options{gap:15px}}@media (max-width: 1909px) and (min-width: 1590px){.business-details-Image-Container{width:420px;padding-bottom:5px}}@media (max-width: 1589px) and (min-width: 1270px){.business-details-Image-Container{padding-bottom:3px;padding-top:.8rem}.business-details-image-option{margin-bottom:1rem}.profile-picture__selection{gap:100px}}@media (max-width: 674px){.business-details-Image-Container{width:min(90%,320px);padding:10px 15px;border-radius:20px}.business-details-image-option{justify-content:space-between}.business-details-image-option-last{margin-bottom:9px}.business-details-image-option__selection{width:calc(200px + .5rem);height:30px}.myBusiness-ProfilePicture--Button-Options img{width:20px}.business-details__profile-picture-option{margin-top:.25rem;margin-bottom:.5rem}}@media (max-width: 340px){.business-details-image-option__selection{width:200px;max-width:100%}.business-details-Image-Container{padding-left:10px;padding-right:10px}}@media (max-width: 899px) and (min-width: 675px){.business-details-Image-Container{width:450px}.myBusiness-ProfilePicture--Button-Options img{width:20px}.business-details-image-option-last{margin-bottom:6px}}@media (max-width: 999px) and (min-width: 900px){.business-details-Image-Container{width:450px;padding:10px 15px;padding-top:1.5rem}.myBusiness-ProfilePicture--Button-Options img{width:25px}.business-details__profile-picture-option{margin-top:.5rem;margin-bottom:1rem}.business-details-image-option-last{margin-bottom:1.6rem}}@media (max-width: 1269px) and (min-width: 1000px){.business-details-Image-Container{width:400px;padding:1rem 2rem;padding-bottom:3px}.business-details-image-option__selection{width:35%}.profile-picture__selection{gap:110px}}@media (min-width: 1910px) and (max-width: 2549px){.business-details-Image-Container{width:520px;border-radius:40px}.business-details-image-option{height:2.5rem;margin-bottom:.75rem}.business-details__profile-picture-option{margin-bottom:0}}@media (min-width: 1270px) and (max-width: 1389px){.business-details-image-option__selection{width:35%}.profile-picture__selection{gap:140px}}@media (min-width: 1390px) and (max-width: 1589px){.business-details-image-option__selection{width:40%}.profile-picture__selection{gap:100px}}@media (min-width: 1000px) and (orientation: portrait){.myBusiness-ProfilePicture--Button-Options img{width:25px}.business-details-Image-Container{width:500px}}.slider-input{width:250px}.slider-track-wrapper{position:relative;width:250px;border:1px solid #ccc;border-radius:4px;display:flex;align-items:center;box-sizing:border-box}.slider-input{width:250px;height:7px;background:#edecec;border-radius:4px;outline:none;cursor:pointer;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;box-sizing:border-box}.slider-input::-webkit-slider-track{width:100%;height:7px;background:transparent;border-radius:4px;border:none}.slider-input::-moz-range-progress{height:7px;background:#007bff;border-radius:4px}.rotation-slider__img,.zoom-slider__img{height:auto!important;width:var(--bigger-icon-width)!important}.slider{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-bottom:18px}.slider-input{width:250px;height:7px;background:transparent;border-radius:7px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,#007bff 0%,#007bff var(--progress-percent),#edecec var(--progress-percent),#edecec 100%)}.slider-input::-webkit-slider-track{width:100%;height:7px;border-radius:4px;box-sizing:border-box;background:transparent}.slider-input::-moz-range-progress{height:7px;background:#007bff;border:none}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#007bff;border-radius:50%;cursor:pointer;margin-top:0}.slider-input::-moz-range-thumb{width:15px;height:15px;background:#007bff;border-radius:50%;cursor:pointer;border:none}@media (min-width: 1000px) and (max-width: 1269px){.slider{margin-bottom:10px!important}.slider-track-wrapper{width:222px}}@media (min-width: 1270px) and (max-width: 1389px){.slider{margin-bottom:10px!important}}@media (min-width: 1390px) and (max-width: 1589px){.slider{margin-bottom:14px!important}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.slider{margin-bottom:5px!important}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.slider-input::-webkit-slider-thumb{width:17px;height:17px}.slider-input::-moz-range-thumb{width:15px;height:15px}.slider-track-wrapper{border-radius:50px}.slider-input{height:9px;border-radius:50px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.slider-input::-webkit-slider-thumb{width:24px;height:24px}.slider-input::-moz-range-thumb{width:25px;height:25px}.slider-track-wrapper{border-radius:50px}.slider-input{height:15px;border-radius:50px}}@media only screen and (min-width: 3430px){.slider-input::-webkit-slider-thumb{width:32px;height:32px}.slider-input::-moz-range-thumb{width:33px;height:33px}.slider-track-wrapper{border-radius:50px}.slider-input{height:17px;border-radius:50px}}.image-crop-popup__button{padding-block:8px;padding-inline:40px;border-radius:40px;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--heading);cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent}.image-crop-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.image-crop-popup__button--wide{width:44%;margin:auto}.image-crop-popup__button--normal{width:50%}.image-crop-popup__button--normal{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--bigger-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.image-crop-popup__button--normal-cancel{margin-left:48px!important}.image-crop-popup__buttons-div{display:flex;justify-content:center;margin-top:32px!important;margin-bottom:var(--popup-button-section-margin-block);gap:9px!important}@media (max-width: 674px){.image-crop-popup__button--wide{width:240px;border-radius:50px;padding:0;height:30px}.image-crop-popup__buttons-div{display:flex;gap:30px!important}.image-crop-popup__button--normal{margin-left:0!important;align-self:center}}@media (min-width: 675px) and (max-width: 899px){.image-crop-popup__button--wide{width:288px;border-radius:50px;padding:0;height:30px}}@media (min-width: 900px) and (max-width: 999px){.image-crop-popup__button--wide{width:308px;border-radius:50px;padding:0;height:35px}}@media (min-width: 1000px) and (max-width: 1269px){.image-crop-popup__button--wide{width:61%!important;margin-top:10px}.image-crop-popup__buttons-div{margin-top:24px!important}}@media (min-width: 1270px) and (max-width: 1389px){.image-crop-popup__buttons-div{margin-top:24px!important}.image-crop-popup__button--wide{width:57%!important;margin-top:10px}}@media (min-width: 1390px) and (max-width: 1589px){.image-crop-popup__buttons-div{margin-top:28px!important}.image-crop-popup__button--wide{width:62%!important;margin-top:9px}}@media (min-width: 1590px) and (max-width: 1909px){.image-crop-popup__button--wide{margin-top:10px;width:51%}.image-crop-popup__buttons-div{margin-top:22px!important}}@media (min-width: 1910px) and (max-width: 2549px){.image-crop-popup__button--wide{margin-top:10px}}@media (min-width: 2550px) and (max-width: 3429px){.image-crop-popup__button--wide{margin-top:10px}.image-crop-popup__buttons-div{margin-top:42px!important}}@media (min-width: 3430px){.image-crop-popup__button--normal{border-radius:50px}.image-crop-popup__button--wide{margin-top:20px;width:47%}.image-crop-popup__buttons-div{margin-top:62px!important}}.image-crop{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f3f4f6}.image-crop__image{object-fit:cover;border-radius:9999px;width:12rem;height:12rem}.image-crop__modal{background-color:#fff;width:700px;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.image-crop__modal__div{position:relative;text-align:center}.header-div{display:flex;justify-content:center}.image-crop__modal__heading{margin-bottom:1rem;color:var(--90percent);font-size:var(--font-title);width:80%}.image-crop__modal__content{border-radius:.5rem;border-width:1px;border-color:#e5e7eb}.image-crop__modal__button--light{margin-bottom:1rem;width:100%;box-shadow:0 1px 3px 0 var(--10percent),0 1px 2px #0000000f}.image-crop__modal__button--light:hover{box-shadow:0 10px 15px -3px var(--10percent),0 4px 6px -2px #0000000d}.image-crop__modal__button--primary{width:100%}.crop-container{position:relative;width:466px;height:466px;margin-bottom:28px;background:linear-gradient(to right,var(--blue-invoice-color) 1px,transparent 1px) 0 0,linear-gradient(to right,var(--blue-invoice-color) 1px,transparent 1px) 0 100%,linear-gradient(to left,var(--blue-invoice-color) 1px,transparent 1.3px) 100% 0,linear-gradient(to left,var(--blue-invoice-color) 1px,transparent 1.3px) 100% 100%,linear-gradient(to bottom,var(--blue-invoice-color) 1px,transparent 1px) 0 0,linear-gradient(to bottom,var(--blue-invoice-color) 1px,transparent 1px) 100% 0,linear-gradient(to top,var(--blue-invoice-color) 1px,transparent 1px) 0 100%,linear-gradient(to top,var(--blue-invoice-color) 1px,transparent 1px) 100% 100%;background-repeat:no-repeat;background-size:70px 70px}.reactEasyCrop_CropArea{color:#fffc!important}@media only screen and (max-width: 674px){.image-crop__modal{width:100%}.crop-container{width:286px;height:286px}.image-crop__modal__content{padding:0}}@media only screen and (min-width: 675px) and (max-width: 899px){.image-crop__modal{width:450px}.crop-container{width:306px;height:306px}}@media only screen and (min-width: 900px) and (max-width: 999px){.image-crop__modal{width:500px}.crop-container{width:326px;height:326px}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.image-crop__modal{width:400px}.crop-container{width:296px;height:296px;margin-bottom:10px!important}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.image-crop__modal{width:450px;padding:10px}.crop-container{width:296px;height:296px;margin-bottom:10px!important}.reactEasyCrop_Cover_Vertical{position:absolute}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.image-crop__modal{width:470px;padding:10px}.crop-container{width:315px;height:315px;margin-bottom:20px!important}.reactEasyCrop_CropAreaRound{width:260px!important;height:260px!important}.image-crop__modal__content{padding:0}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.image-crop__modal{width:600px}.image-crop__modal__content{padding:0}.image-crop__modal__heading{margin-bottom:1rem}.crop-container{width:426px;height:426px;margin-bottom:15px!important}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.image-crop__modal{width:700px}.image-crop__modal__content{padding:0}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.image-crop__modal{width:900px;border-radius:55px}.crop-container{width:691px;height:691px}}@media only screen and (min-width: 3430px){.image-crop__modal{width:1000px;border-radius:70px}.crop-container{width:691px;height:691px}}@media only screen and (min-width: 1000px) and (orientation: portrait){.crop-container{height:486px}}.small-close-popup{background-color:#fff;width:var(--small-close-popup-width);max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px #acd8ffcc}.small-close-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--middle-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.small-close-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.small-close-popup__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.small-close-popup>div:first-child{height:0px}.small-close-popup .small-close-popup-heading{text-align:center}.small-close-popup .small-close-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.small-close-popup .centered-div:nth-child(3){margin-bottom:var(--popup-button-section-margin-block)!important}.small-close-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.small-close-popup .small-close-popup-text{text-align:center}.small-close-popup .small-close-popup-text p{margin-top:var(--popup-text-margin-top)!important;margin-bottom:var(--popup-text-margin-bottom)!important;color:var(--90percent)}input[type=text]{color:var(--90percent);cursor:auto}.select-language__panel__next-button{display:flex;justify-content:center;align-items:center}.business-Settings{display:flex;flex-direction:column;width:90%}.business-Settings-option{margin-top:1.5rem;display:flex;flex-direction:column;padding:1.5rem;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);border-radius:30px;font-size:var(--font-standard)}.business-Settings-option-header-section{display:flex;justify-content:space-between;margin-bottom:1.5rem;align-items:center}.business-Settings-option-main-office-address-header-section{margin-bottom:0!important}.business-Settings-header-button-section{width:25%;min-width:100px;display:flex;justify-content:space-between}.business-Settings-header-input-section{width:12%;min-width:140px;display:flex;justify-content:space-between;align-items:center;gap:1rem}.business-details-Image__button-selected{transition:0s;border:1px solid var(--blue-invoice-color)!important}.business-Settings-header-button{width:100%;cursor:pointer;box-shadow:0 0 20px 0 var(--90percent-shadow-color);color:var(--80percent);background:#fff;border-radius:3rem;border:none;font-size:var(--font-standard);height:100%;display:flex;justify-content:space-evenly;align-items:center;padding:5px 10px;margin-left:2%;margin-right:2%}.business-Settings-option-description{font-size:var(--font-small)}.business-Settings-header-input{width:90%;cursor:pointer;box-shadow:0 4px 20px 0 var(--90percent-shadow-color);color:var(--40percent);background:#fff;border-radius:3rem;border:1px solid var(--shadow-color);font-size:var(--font-standard);line-height:var(--standard-input-height);padding-top:0!important;padding-bottom:0!important;padding-inline:var(--input-fields-padding-inline)!important}.business-Settings-header-input__number-field{text-align:right}.business-Settings-header-three-button-section{width:calc(3 * 1.14 * var(--bigger-button-width))}.save-to-pricelist-header-input-section{width:calc(3 * 1.25 * var(--bigger-button-width))}.save-to-pricelist-ask-button{width:300%}.business-Settings-header-single-button-section{width:15%}.invoice-layout-header-button{border-radius:1.5rem}.business-Settings-header-button-lower-section{display:flex;justify-content:space-between;justify-self:center;margin:auto;margin-top:1.5rem;width:50%}.business-Settings-header-input-lower-section{display:flex;justify-content:space-between;justify-self:center;margin:auto;margin-top:1.5rem;width:20%;gap:1rem;text-align:center;align-items:center}.business-Settings-Section-Heading{border-bottom:1px solid #e0e0e0;padding:.75rem 5px;margin-top:2rem;font-size:var(--font-subtitle)}.login-email-header-input-section--lower{width:40%}.pricelist-mode-header-input-section{width:45%}.main-office-address-header-input{width:100%}.main-office-address-header-input-section{display:flex;flex-direction:column;align-items:center;gap:1rem;width:60%}.Multiuser-Edit-Users-Section{display:flex;flex-direction:column;gap:1rem;width:50%;margin-left:auto;margin-right:auto;text-align:center;margin-top:2rem}.Multiuser-Edit-Users-Section__User{display:flex;justify-content:space-between;margin-bottom:1rem;position:relative;align-items:center;gap:20px}.Multiuser-Edit-Users-Section__User-Input{width:70%}.Multiuser-Edit-Users-Section__User-Delete{width:var(--default-icon-width);height:auto;object-fit:cover;position:absolute;right:-40px;top:50%;transform:translateY(-50%);cursor:pointer}.Multiuser-Edit-Users-Section__User-Resend{width:var(--default-icon-width);height:auto;object-fit:cover;position:absolute;right:-20px;cursor:pointer}.Multiuser-Edit-Users-Section__Add-User{width:var(--default-icon-width);height:auto;display:flex;justify-content:center;margin:auto;margin-bottom:1rem;position:relative}@media (max-width: 340px){.Multiuser-Edit-Users-Section__Add-User{width:100%}}@media (min-width: 340px) and (max-width: 899px){.Multiuser-Edit-Users-Section__Add-User{width:200px}}@media (min-width: 900px) and (max-width: 1269px){.Multiuser-Edit-Users-Section__Add-User{width:180px}}@media (min-width: 1270px) and (max-width: 1589px){.Multiuser-Edit-Users-Section__Add-User{width:200px}}@media (min-width: 1590px) and (max-width: 1909px){.Multiuser-Edit-Users-Section__Add-User{width:230px}}@media (min-width: 1910px) and (max-width: 2549px){.Multiuser-Edit-Users-Section__Add-User{width:290px}}@media (min-width: 2550px) and (max-width: 3429px){.Multiuser-Edit-Users-Section__Add-User{width:400px}}@media (min-width: 3430px){.Multiuser-Edit-Users-Section__Add-User{width:450px}}.Multiuser-Edit-Users-Section__Add-User-Button{width:100%;padding:0;display:flex;align-items:center;justify-content:center;gap:10px}.my-business-language-select-popup{position:relative;border-radius:30px;background:#fff;padding-block:30px;padding-inline:60px;box-shadow:0 4px 30px #acd8ffcc}.my-business-language-select-popup>div:first-child>button:first-child{margin-right:15px}.my-business-language-select-popup>div:first-child{z-index:1;margin-bottom:-40px;position:relative;padding-bottom:100px}.business-Settings-header-language-name{display:flex;justify-content:space-between;align-items:center;gap:1rem}.login-email-header-input-section{width:50%;justify-content:flex-end}.my-business-language__panel__heading{font-weight:400;font-size:var(--font-subtitle);color:var(--heading);margin-top:30px}.my-business-language__panel__text{font-size:var(--font-standard)!important;color:var(--90percent)}.business-Settings-option-flage-img{margin-top:-5%;object-fit:cover;object-position:center center}.language-to-show-header-input-section{margin-left:auto}.invoice-number-start-header-input-section{width:15%}.invoice-number-start__lower-section-input-section{width:150px!important}.select-language__panel__flag-image{border-radius:5px}.business-Settings-option-language-header-section{justify-content:left}@media (max-width: 1000px){.business-Settings-option-language-header-section{justify-content:space-between}}.business-Settings-option-language-header{width:50%}@media (max-width: 1000px){.business-Settings-option-language-header{width:100%}}.main-office-address-header-input-section-element{width:100%;display:flex;justify-content:space-between;align-items:center}.main-office-address-header-input__label{width:30%;font-size:var(--font-standard)}.login-email-header-input{width:390px}@media (max-width: 1000px){.login-email-header-input{width:100%}}@media (min-width: 340px) and (max-width: 674px){.login-email-header-input{width:330px}}@media (min-width: 675px) and (max-width: 899px){.login-email-header-input{width:350px}}@media (min-width: 900px) and (max-width: 999px){.login-email-header-input{width:410px}}@media (min-width: 1590px) and (max-width: 1909px){.login-email-header-input{width:410px}}@media (min-width: 1910px) and (max-width: 2549px){.login-email-header-input{width:480px}}@media (min-width: 2550px) and (max-width: 3429px){.login-email-header-input{width:630px}}@media (min-width: 3430px){.login-email-header-input{width:700px}}.standard-vat-rate-header-input,.payment-terms-header-input{width:70px}@media (max-width: 1000px){.standard-vat-rate-header-input,.payment-terms-header-input{width:70px}}@media (min-width: 2550px){.standard-vat-rate-header-input,.payment-terms-header-input{width:120px}}@media (min-width: 3430px){.standard-vat-rate-header-input,.payment-terms-header-input{width:150px}}.business-Settings-header-language-name-text{width:60px}@media (max-width: 340px){.business-Settings-header-language-name-text{width:35px}}@media (max-width: 675px){.business-Settings-header-language-name-text{width:50px}}@media (min-width: 1910px){.business-Settings-header-language-name-text{width:80px}}@media (min-width: 2550px){.business-Settings-header-language-name-text{width:100px}}@media (min-width: 3430px){.business-Settings-header-language-name-text{width:120px}}.standard-vat-rate-header-input-section,.payment-terms-header-input-section{width:120px!important}@media (min-width: 1000px){.standard-vat-rate-header-input-section,.payment-terms-header-input-section{width:100px!important}}@media (min-width: 1550px){.standard-vat-rate-header-input-section,.payment-terms-header-input-section{width:130px!important}}@media (min-width: 1910px){.standard-vat-rate-header-input-section,.payment-terms-header-input-section{width:140px!important}}@media (min-width: 2550px){.standard-vat-rate-header-input-section,.payment-terms-header-input-section{width:200px!important}}@media (min-width: 3430px){.standard-vat-rate-header-input-section,.payment-terms-header-input-section{width:200px!important}}@media (min-width: 3430px){.payment-terms-header-input-section{width:240px!important}}.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:135px!important}@media (max-width: 899px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:123px!important}}@media (max-width: 674px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:115px!important}}@media (min-width: 1589px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:140px!important}}@media (min-width: 1909px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:160px!important}}@media (min-width: 2549px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:205px!important}}@media (min-width: 3429px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:255px!important}}.Multiuser-Save-Button-Section{width:var(--bigger-button-width);min-width:max-content;height:var(--standard-button-height);display:flex;justify-content:flex-end;align-self:end;padding:0}.Multiuser-Edit-Users-Section__Current-User-img{width:1.3rem;top:20%;left:-30px;position:absolute}.select-language__panel--mybusiness{width:auto;background-color:#fff;border-radius:30px;margin:auto;position:relative}.select-language__panel__language-buttons>div{display:contents}.select-language__panel__language-buttons{width:100%;gap:60px;margin:0 auto}.business-Settings-option-main-office-address-header-section{align-items:baseline}.standard-vat-rate-header-input,.payment-terms-header-input,.invoice-number-start-header-input{text-align:center}.Multiuser-Edit-Users-Section__User-Name{min-width:max-content}.business-Settings-Section-Heading{padding-left:1.5rem}.business-Settings-First-Section-Heading{margin-top:0}.business-Settings-Error-Popup{min-width:550px}.business-Settings-Are-You-Sure-Detail{white-space:pre-line}.my-business-language__panel__text{font-weight:400!important}@media (min-width: 340px) and (max-width: 674px){.business-Settings-header-button-lower-section{width:240px}.pricelist-mode-button-lower-section{width:100%}.business-Settings-header-input-lower-section{width:125px}.login-email-header-input-section--lower{width:100%;justify-content:center}.pricelist-mode-header-button{border-radius:25px}.Multiuser-Edit-Users-Section{width:100%}.my-business-Content-Buttons{height:40px}.business-Settings-option-language-header-section{gap:20px}.invoice-layout-header-input-lower-section,.rebate-or-markup-header-lower-input-section{width:100%}.Multiuser-Edit-Users-Section__User-Delete{right:5%}.Multiuser-Edit-Users-Section__User-Resend{right:15%;top:-3px!important}.Multiuser-Edit-Users-Section{width:95%}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:center;flex-direction:column;width:min(450px,100%);gap:5px;align-self:center}.Multiuser-Edit-Users-Section__User-Input{width:100%}.Multiuser-Edit-Users-Section__User-Name{width:min(450px,100%);text-align:left}.main-office-address-header-input__label{width:50%}.business-Settings-lower-section__single-button-holder{width:100px}.business-Settings__login-password--lower-section{width:180px}.business-Settings-option-main-office-address-header-section{flex-direction:column;gap:10px}.main-office-address-header-input-section{width:100%}.main-office-address-header-input__label{width:100px;max-width:100%}.Multiuser-Edit-Users-Section__User{flex-direction:column;gap:5px;margin-bottom:2rem}.business-Settings-logo-position__lower-section-button-holder{width:100%}.business-Settings-header-input__number-field{margin-left:auto;margin-right:auto}.language__option-flag{height:16px}.payment-terms-header-input-lower-section,.standard-vat-rate-lower-header-input-section{padding-left:0;margin-left:auto!important;margin-right:auto!important;display:flex;align-items:center;justify-content:center!important;position:relative}.Multiuser-Edit-Users-Section__Current-User-img{left:-20px}.select-language__panel--mybusiness{border-radius:30px}.select-language__panel--mybusiness--two-languages{width:auto;max-width:400px}.my-business-language-select-popup{padding-inline:30px;max-width:95vw}}@media (max-width: 340px){.business-Settings-header-button-lower-section,.pricelist-mode-button-lower-section{width:100%}.business-Settings-header-input-lower-section{width:60%}.login-email-header-input,.login-email-header-input-section--lower{width:100%}.pricelist-mode-header-button{border-radius:25px}.Multiuser-Edit-Users-Section{width:100%}.my-business-Content-Buttons{height:40px}.business-Settings-option-language-header-section{gap:20px}.invoice-layout-header-input-lower-section{width:100%}.Multiuser-Edit-Users-Section__User-Delete{right:5%}.Multiuser-Edit-Users-Section__User-Resend{right:20%;top:-3px!important}.Multiuser-Edit-Users-Section{width:95%}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:center;flex-direction:column;gap:5px}.Multiuser-Edit-Users-Section__User-Input{width:100%}.Multiuser-Edit-Users-Section__User-Name{width:min(450px,100%);text-align:left;margin-left:calc((100% - min(450px,100%))/2)}.business-Settings-lower-section__single-button-holder{width:100px;max-width:100%}.business-Settings__login-password--lower-section{width:180px;max-width:100%}.business-Settings-option-main-office-address-header-section{flex-direction:column;gap:10px}.main-office-address-header-input-section{width:100%}.main-office-address-header-input__label{width:100px;max-width:100%}.Multiuser-Edit-Users-Section__User{flex-direction:column;gap:5px;margin-bottom:2rem}.business-Settings-logo-position__lower-section-button-holder{width:100%}.business-Settings-header-input__number-field{margin-left:auto;margin-right:auto}.language__option-flag{height:16px}.Multiuser-Edit-Users-Section__Current-User-img{left:-20px}.select-language__panel--mybusiness{font-weight:500;border-radius:30px}.my-business-language-select-popup{padding-inline:10px;max-width:90vw}.select-language__panel__language-buttons{gap:10px}.my-business-change-email-popup__option{grid-template-columns:auto auto}}.my-business-Content-Button-img{width:var(--default-icon-width);height:auto;margin:0}.business-settings__select-language-popup__button{height:var(--standard-button-height);width:var(--bigger-button-width);padding:0;display:flex;align-items:center;font-size:var(--font-standard)}.business-Settings-header-button-section--yes-no button{width:calc(1.09 * var(--small-button-width));height:var(--standard-button-height);display:flex;align-items:center;justify-content:center;padding:0}.business-settings__error-popup__button{width:var(--middle-button-width);height:var(--standard-button-height);padding:0;display:flex;align-items:center;justify-content:center;font-size:var(--font-standard)}.business-settings__Add-new-User-img{width:var(--default-icon-width);height:auto}@media (max-width: 674px){.business-Settings{width:100%}.my-business-change-email-popup__option{grid-template-columns:80px 1fr;max-width:270px;margin-left:auto;margin-right:auto}.my-business-change-email-popup__option__input-section,.my-business-change-password-popup__option__input-section{margin-left:auto;width:190px;height:30px}.my-business-change-email-popup__Modal,.my-business-change-password-popup__Modal{width:680px}.my-business-change-password-popup{padding-right:5px;padding-left:5px}.my-business-change-email-popup__submit{gap:30px!important}.my-business-language__panel__language-buttons{gap:30px}.my-business-language__panel__language-buttons button{width:115px}.business-Settings-Error-Popup{min-width:unset}.login-email-header-section{flex-direction:column;gap:10px}.business-Settings-option-language-header-section{flex-direction:column;align-items:center}.business-Settings-option-language-header{text-align:center}.business-settings--langauge-change--option-button{min-width:max-content}.main-office-address-header-input-section-element{display:flex;flex-direction:column;gap:10px}.main-office-address-header-input__label{align-self:flex-start}.pricelist-mode-button-lower-section{display:flex;flex-direction:column;gap:10px;align-items:center!important}.business-Settings-lower-section__single-button-holder{width:115px;min-width:max-content}.business-Settings-lower-section__single-button-holder button{width:100%;min-width:max-content;margin:0}.business-Settings-header-button{width:115px;min-width:max-content;margin:0;height:30px!important}.business-Settings-header-button-lower-section{gap:10px;justify-content:center}.pricelist-mode-header-button{width:180px}.Multiuser-Edit-Users-Section__Add-User-Button{gap:10px;padding:5px 15px}.business-settings__invoice-button{gap:10px}.business-Settings-header-button-section--yes-no{justify-content:center;gap:25px}.business-settings__standard-vat-rate-percent-div{position:absolute;right:0}.business-settings__payment-terms-days{position:absolute;left:105px}}@media (min-width: 675px) and (max-width: 899px){.business-Settings-header-input-lower-section{width:25%}.invoice-layout-header-input-lower-section,.rebate-or-markup-header-lower-input-section{width:80%}.business-Settings-header-button-lower-section{width:500px;gap:20px}.use_andringsfaktura-header-button{width:160px}.login-email-header-input-section--lower{width:100%;justify-content:center}.pricelist-mode-button-lower-section{width:100%;gap:10px}.pricelist-mode-header-button{margin:0;min-width:fit-content}.Multiuser-Edit-Users-Section{width:95%}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:center;flex-direction:column;width:min(450px,100%);gap:5px}.Multiuser-Edit-Users-Section__User-Input{width:100%}.Multiuser-Edit-Users-Section__User-Name{width:100px}.main-office-address-header-input__label{width:26%}.main-office-address-header-input-section{width:70%;max-width:460px}.business-Settings-lower-section__single-button-holder{width:100px}.business-Settings__login-password--lower-section{width:150px}.business-Settings__login-password--lower-section>button{margin:0}.delete-demo-data-header-button{width:100px;margin:0}.business-Settings-header-input__number-field{margin-left:auto;margin-right:auto}.payment-terms-header-input-lower-section,.standard-vat-rate-lower-header-input-section{margin-left:auto!important;margin-right:auto!important;display:flex;align-items:center;justify-content:center!important;position:relative}.Multiuser-Edit-Users-Section__Current-User-img{left:-20px}.Multiuser-Edit-Users-Section__User{display:flex;flex-direction:row}.Multiuser-Edit-Users-Section__User-Delete{right:-30px;top:65%!important;transform:translateY(-20%)}.Multiuser-Edit-Users-Section__User-Resend{right:-30px;top:30%!important;transform:translateY(-75%)}.select-language__panel__language-buttons{gap:20px;max-width:80vw}.business-Settings-header-button-section--yes-no{width:310px;gap:100px}.business-Settings-header-button-section--yes-no>button{margin:0}.business-Settings-header-button{height:30px!important}.login-password-header-button,.business-Settings-change-language__button-holder{width:150px}.business-Settings-change-language__button-holder>button{margin:0}.business-settings__invoice-button{gap:10px}.my-business-language-select-popup{max-height:90svh;overflow:auto;position:relative}.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-25px}.business-Settings-header__email-label,.business-Settings-header-language-name{position:absolute;left:50%;transform:translate(-50%)}.login-email-header-section,.business-Settings-option-language-header-section{position:relative}.business-settings__standard-vat-rate-percent-div{position:absolute;right:0}.business-settings__payment-terms-days{position:absolute;left:105px}}@media (min-width: 900px) and (max-width: 999px){.login-email-header-input-section--lower{width:50%}.pricelist-mode-button-lower-section{width:100%}.Multiuser-Edit-Users-Section{width:90%}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:center;flex-direction:column;width:450px;gap:5px}.Multiuser-Edit-Users-Section__User-Input{width:100%}.invoice-number-start__lower-section-input-section{width:200px!important}.business-Settings-lower-section__single-button-holder{width:120px}.business-Settings__login-password--lower-section{width:180px}.business-Settings-logo-position__lower-section-button-holder{width:90%}.business-Settings-header-input__number-field{margin-left:auto;margin-right:auto;height:35px}.standard-vat-rate-header-input,.payment-terms-header-input{width:95px!important}.payment-terms-header-input-lower-section,.standard-vat-rate-lower-header-input-section{margin-left:auto!important;margin-right:auto!important;position:relative;justify-content:center!important}.Multiuser-Edit-Users-Section__User-Delete{right:-35px;top:65%!important;transform:translateY(-20%)}.Multiuser-Edit-Users-Section__User-Resend{right:-35px;top:30%!important;transform:translateY(-75%)}.business-Settings-header-button-section--yes-no{width:400px;gap:170px}.business-Settings-header-button-section--yes-no>button{margin:0}.business-Settings-logo-position__lower-section-button-holder{width:650px;gap:20px}.invoice-layout-header-input-lower-section,.rebate-or-markup-header-lower-input-section{gap:40px;width:550px}.business-Settings__login-password--lower-section,.business-Settings-change-language__button-holder{width:175px!important}.my-business-Content-Buttons{gap:10px;height:35px}.business-Settings-header__email-label,.business-Settings-header-language-name{position:absolute;left:50%;transform:translate(-50%)}.login-email-header-section,.business-Settings-option-language-header-section{position:relative}.business-settings__standard-vat-rate-percent-div{position:absolute;right:-15px}.business-settings__payment-terms-days{position:absolute;left:120px}}@media (min-width: 1000px) and (max-width: 1269px){.business-Settings-option-language-header{width:50%}.Multiuser-Edit-Users-Section{width:90%}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;flex-direction:row;justify-content:space-between;width:650px;gap:20px}.invoice-number-start-header-input-section{width:20%}.use_andringsfaktura-header-input-section{width:40%!important}.business-Settings-header-button{min-width:max-content}.myBusiness--main-container--settings{padding-top:5px!important}.my-business-language__panel__language-buttons button{width:130px!important}.my-business-language__panel__language-buttons img{height:28px}.select-language__panel--mybusiness--two-languages{width:320px}.business-Settings-header-button-section--yes-no{width:max-content}.use_andringsfaktura-header-input-section{width:339px!important}.business-Settings-header-single-button-section{width:200px!important}.pricelist-mode-header-input-section{width:500px}.Multiuser-Edit-Users-Section__User-Resend{right:-30px;top:15%}.Multiuser-Edit-Users-Section__User-Delete{right:-55px}.Multiuser-Edit-Users-Section__User-Name{text-align:left;flex:1 1 180px}.business-Settings-option-flage-img{width:26px;height:auto;align-self:center;margin-top:-3px}.main-office-address-header-input-section{width:445px}}@media (min-width: 1270px) and (max-width: 1589px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:120px!important}.Multiuser-Edit-Users-Section{width:800px}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:space-between;width:650px;gap:20px}.select-language__panel--mybusiness--two-languages{max-width:320px}.Multiuser-Edit-Users-Section__User-Delete{right:-60px}.Multiuser-Edit-Users-Section__User-Resend{right:-30px}.my-business-change-password-popup__Modal{width:550px}.Multiuser-Edit-Users-Section__Add-User-Button{gap:14px;justify-content:center}}@media (min-width: 1270px) and (max-width: 1389px){.myBusiness--main-container--settings{padding-top:5px!important}.my-business-language__panel__language-buttons button{width:130px!important}.my-business-language__panel__language-buttons img{height:30px}.business-Settings-header-button-section--yes-no{width:max-content}.use_andringsfaktura-header-input-section{width:321px!important}.business-Settings-header-single-button-section{width:200px!important}.pricelist-mode-header-input-section{width:580px}.Multiuser-Edit-Users-Section__User-Name{text-align:left;flex:1 1 180px}.business-Settings-option-flage-img{width:26px;height:auto;align-self:center;margin-top:-3px}.Multiuser-Edit-Users-Section__User-Resend{right:-30px;top:15%}.Multiuser-Edit-Users-Section__User-Delete{right:-55px}.business-Settings-Section-Heading{padding:10px 20px}.main-office-address-header-input-section{width:530px}}@media (min-width: 1390px) and (max-width: 1589px){.Multiuser-Edit-Users-Section__Add-User-Button{gap:10px;justify-content:center}.Multiuser-Edit-Users-Section{width:830px}.main-office-address-header-input-section{width:560px}.business-Settings-First-Section-Heading{margin-top:5px}.my-business-language__panel__language-buttons img{height:32px}.my-business-language__panel__language-buttons button{width:145px!important}.select-language__panel--mybusiness--two-languages{max-width:350px}.business-Settings-header-button-section--yes-no{width:max-content}.use_andringsfaktura-header-input-section{width:315px!important}.business-Settings-header-single-button-section{width:200px!important}.pricelist-mode-header-input-section{width:700px}.Multiuser-Edit-Users-Section__User-Name{text-align:left;flex:1 1 165px}.business-Settings-option-flage-img{width:26px;height:auto}}@media (min-width: 1590px) and (max-width: 1909px){.business-Settings-Error-Popup{min-width:0px;width:var(--wider-error-popup-width)}.Multiuser-Edit-Users-Section{width:850px}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:space-between;width:650px;gap:20px}.business-Settings-option-flage-img{margin-top:-3%}.select-language__panel--mybusiness--two-languages{max-width:360px}.Multiuser-Edit-Users-Section__User-Delete{right:-60px}.Multiuser-Edit-Users-Section__User-Resend{right:-30px}.main-office-address-header-input-section{width:590px}.myBusiness--main-container--settings{padding-top:5px!important}.my-business-language__panel__language-buttons button{width:150px!important}.my-business-language__panel__language-buttons img{height:36px}.business-Settings-header-button-section--yes-no{width:max-content}.use_andringsfaktura-header-input-section{width:336px!important}.business-Settings-header-single-button-section{width:200px!important}.pricelist-mode-header-input-section{width:680px}.Multiuser-Edit-Users-Section__User-Name{text-align:left;flex:1 1 175px}.business-Settings-option-flage-img{width:26px;height:auto}.Multiuser-Edit-Users-Section__Add-User-Button{width:210px;gap:12px;justify-content:center}.my-business__pricelist-mode-popup{width:var(--advanced-mode-popup-width);padding:15px 30px 10px}.business-Settings_wider-popup__confirmation-popup{width:var(--wider-confirmation-popup-width);padding:25px 50px 20px}}@media (min-width: 1910px) and (max-width: 2549px){.Multiuser-Edit-Users-Section__User-Delete{right:-80px}.Multiuser-Edit-Users-Section__User-Resend{top:50%;right:-40px;transform:translateY(-50%)}.Multiuser-Edit-Users-Section{width:1000px}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:space-between;width:750px;gap:20px}.business-Settings-option-flage-img{margin-top:-2%}.select-language__panel--mybusiness--two-languages{max-width:440px}.main-office-address-header-input-section{width:700px}.myBusiness--main-container--settings{padding-top:5px!important}.business-Settings-header-button-section--yes-no{width:max-content}.use_andringsfaktura-header-input-section{width:387px!important}.business-Settings-header-single-button-section{width:200px!important}.pricelist-mode-header-input-section{width:800px}.Multiuser-Edit-Users-Section__User-Name{text-align:left;flex:1 1 203px}.my-business__inventory-control__buy-it-popup,.my-business__pricelist-mode-popup{width:850px}.business-Settings_wider-popup__confirmation-popup{width:550px;padding:25px 50px 20px}.Multiuser-Edit-Users-Section__Add-User-Button{width:249px;gap:15px;justify-content:center}}@media (min-width: 2550px) and (max-width: 3429px){.login-password-header-input-section{width:20%}.Multiuser-Edit-Users-Section__User-Delete{right:-80px}.Multiuser-Edit-Users-Section__User-Resend{right:-40px}.Multiuser-Edit-Users-Section{width:1300px}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:space-between;width:950px;gap:20px}.business-Settings-option-flage-img{margin-top:0%}.main-office-address-header-input-section{width:860px}.select-language__panel--mybusiness--two-languages{max-width:460px}.Multiuser-Edit-Users-Section__Current-User-img{left:-50px}.myBusiness--main-container--settings{padding-top:10px!important}.business-Settings-header-button-section--yes-no{width:max-content}.use_andringsfaktura-header-input-section{width:516px!important}.business-Settings-header-single-button-section{width:345px!important}.pricelist-mode-header-input-section{width:1000px}.Multiuser-Edit-Users-Section__User-Name{text-align:left;flex:1 1 275px}.my-business-language-select-popup .modal__button__close>img{position:absolute;top:10px;right:-10px}.business-Settings-option-flage-img{width:35px;height:auto}.Multiuser-Edit-Users-Section__Add-User-Button{width:305px;gap:17px;justify-content:center}}@media (min-width: 3430px){.login-password-header-input-section{width:20%}.Multiuser-Edit-Users-Section__User-Delete{right:-100px}.Multiuser-Edit-Users-Section__User-Resend{right:-50px}.Multiuser-Edit-Users-Section{width:1400px}.Multiuser-Edit-Users-Section__User-Input-Section{display:flex;justify-content:space-between;width:1050px;gap:20px}.business-Settings-option-flage-img{margin-top:-1%}.main-office-address-header-input-section{width:1200px}.select-language__panel--mybusiness--two-languages{max-width:630px}.myBusiness--main-container--settings{padding-top:10px!important}.business-Settings-header-button-section--yes-no{width:max-content}.use_andringsfaktura-header-input-section{width:686px!important}.business-Settings-header-single-button-section{width:345px!important}.pricelist-mode-header-input-section{width:1300px}.Multiuser-Edit-Users-Section__User-Name{text-align:left;flex:1 1 305px}.my-business-language-select-popup{padding:60px 90px}.Multiuser-Edit-Users-Section__Current-User-img{left:-50px}.business-Settings-option-flage-img{width:39px;height:auto}.Multiuser-Edit-Users-Section__Add-User-Button{width:420px;gap:20px;justify-content:center}}.Multiuser-Edit-Main-Users-Section__User-Input-Section{display:flex;justify-content:center}.standard-vat-rate-lower-header-input-section,.payment-terms-header-input-lower-section,.payment-terms-header-input-section,.standard-vat-rate-header-input-section{width:auto;gap:10px;justify-content:left;min-width:0px}@media (max-width: 1000px){.business-Settings-header-button-lower-section{align-items:stretch}.business-Settings-header-button{height:auto}.payment-terms-header-input-lower-section,.standard-vat-rate-lower-header-input-section{width:115px}.standard-vat-rate-header-input,.payment-terms-header-input{margin-left:0;margin-right:0}.standard-vat-rate-header-input,.payment-terms-header-input,.invoice-number-start-header-input,.login-email-header-input{text-align:center}.payment-terms-header-input-lower-section,.standard-vat-rate-lower-header-input-section{margin-left:calc((100% - 70px)/2);margin-right:0;padding-left:0}.Multiuser-Edit-Users-Section__Current-User-img,.Multiuser-Edit-Users-Section__User-Delete,.Multiuser-Edit-Users-Section__User-Resend{top:10%}.Multiuser-Edit-Users-Section__User{align-items:baseline}}.Multiuser-Edit-Users-Section__User-Input-Section{position:relative}.use_andringsfaktura-header-input-section{width:30%}@media (min-width: 1000px) and (max-width: 1269px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-25px}}@media (min-width: 1270px) and (max-width: 1389px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-25px}}@media (min-width: 1390px) and (max-width: 1589px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-25px}}@media (min-width: 1590px) and (max-width: 1909px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-20px}}@media (min-width: 1910px) and (max-width: 2549px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-20px}}@media (min-width: 2550px) and (max-width: 3429px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:10px;right:-10px}}@media (min-width: 3440px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-40px}}.Multiuser-Edit-Users-Section__User-Input{opacity:1!important}@media (min-width: 1000px) and (orientation: portrait){.payment-terms-header-input-lower-section,.standard-vat-rate-lower-header-input-section{padding-left:0;margin-left:auto!important;margin-right:auto!important;display:flex;align-items:center;justify-content:center!important;position:relative}.invoice-number-start__lower-section-input-section{display:flex;justify-content:center;align-items:center}.business-settings__standard-vat-rate-percent-div{position:absolute;right:-25px}.business-settings__payment-terms-days{position:absolute;left:110px}.standard-vat-rate-header-input,.payment-terms-header-input{width:95px}.business-Settings-header-button-section--yes-no{gap:50px}.invoice-layout-header-input-lower-section,.rebate-or-markup-header-lower-input-section{gap:40px;width:550px}.business-Settings-lower-section__single-button-holder{width:200px}.pricelist-mode-button-lower-section{width:100%}.my-business-Content-Buttons{margin:auto;height:35px;gap:10px}.my-business-change-email-popup__Modal>div{position:relative}.my-business-change-email-popup__Modal .modal__button__close{position:absolute;bottom:0}.my-business-change-email-popup__Modal{padding-top:30px}.myBusiness--main-container--settings{padding-top:15px!important}}.choose-language-popup__panel__text{font-size:var(--font-standard)!important;color:var(--90percent)}.choose-language-popup__panel__text{font-weight:400!important}.choose-language-popup__panel__heading{font-weight:400;font-size:var(--font-title);color:var(--heading)}.choose-language-popup{position:relative;border-radius:30px;background:#fff;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:60px;box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.choose-language-popup>div:first-child>button:first-child{margin-right:15px}@media (min-width: 340px) and (max-width: 675px){.choose-language-popup{padding-inline:30px;max-width:95vw}}@media (max-width: 340px){.choose-language-popup{padding-inline:10px;max-width:90vw}}@media (min-width: 675px) and (max-width: 900px){.choose-language-popup{max-height:90svh;overflow:auto;position:relative}.choose-language-popup .modal__button__close>img{position:absolute;top:0;right:-25px}}@media (min-width: 2550px) and (max-width: 3430px){.choose-language-popup .modal__button__close>img{position:absolute;top:10px;right:-10px}}@media (min-width: 3430px){.choose-language-popup{padding-inline:90px;border-radius:50px}}.choose-language-popup .modal__button__close>img{position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right)}.choose-language-popup__panel__language-buttons>div{display:contents}.choose-language-popup__panel__language-buttons{width:100%;gap:60px;margin:0 auto}@media (max-width: 340px){.choose-language-popup__panel__language-buttons{gap:10px}}@media (max-width: 675px){.choose-language-popup__panel__language-buttons{gap:30px}.choose-language-popup__panel__language-buttons button{width:115px}}@media (min-width: 675px) and (max-width: 999px){.choose-language-popup__panel__language-buttons{gap:20px;max-width:80vw}}@media (min-width: 1000px) and (max-width: 1269px){.choose-language-popup__panel__language-buttons button{width:130px!important}.choose-language-popup__panel__language-buttons img{height:28px}.choose-language-popup{padding-inline:40px}}@media (min-width: 1270px) and (max-width: 1389px){.choose-language-popup__panel__language-buttons button{width:130px!important}.choose-language-popup__panel__language-buttons img{height:30px}.choose-language-popup{padding-inline:50px}}@media (min-width: 1390px) and (max-width: 1589px){.choose-language-popup__panel__language-buttons img{height:32px}.choose-language-popup__panel__language-buttons button{width:145px!important}}@media (min-width: 1590px) and (max-width: 1909px){.choose-language-popup__panel__language-buttons button{width:150px!important}.choose-language-popup__panel__language-buttons img{height:36px}}.choose-language-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border:1px solid var(--blue-invoice-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--bigger-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4}.advanced-mode-popup{background-color:#fff;width:var(--advanced-mode-popup-width);max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--wider-confirmation-popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.advanced-mode-popup__button{padding-block:8px;padding-inline:40px;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--middle-button-width);height:var(--standard-button-height);width:var(--small-button-width);padding:0;align-items:center}.advanced-mode-popup__buttons-gap{margin-left:var(--popup-buttons-gap)!important}.advanced-mode-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.advanced-mode-popup__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.logged-out-popup .advanced-mode-popup__button{min-width:var(--bigger-button-width);width:var(--bigger-button-width)}.advanced-mode-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.advanced-mode-popup>div:first-child{height:0px}.advanced-mode-popup .advanced-mode-popup-heading{text-align:center}.advanced-mode-popup .advanced-mode-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.advanced-mode-popup .centered-div:nth-child(3){margin-block:var(--popup-button-section-margin-block)!important}.advanced-mode-popup .advanced-mode-popup-text{margin-top:var(--popup-text-margin-top);margin-bottom:var(--popup-text-margin-bottom);text-align:center;color:var(--90percent)}.my-business-change-email-popup__submit{display:flex;justify-content:center;gap:40px;margin-bottom:var(--popup-button-section-margin-block)}.my-business-change-email-popup{padding:0 0 0 15px}.my-business-change-email-popup__cancel__button,.my-business-change-email-popup__submit__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--bigger-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.my-business-change-email-popup__cancel__button{border:1px solid var(--blue-invoice-color)}.my-business-change-email-popup__submit__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.my-business-change-email-popup__Modal{background-color:#fff;width:600px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:18px;border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.my-business-change-email-popup__option__input-section{display:flex;justify-content:flex-end}.my-business-change-email-popup__option__input,.my-business-change-password-popup__option__input{width:100%}.my-business-change-email-popup__option{display:grid;grid-template-columns:120px 1fr}.my-business-change-email-popup__heading{font-size:var(--font-title);color:var(--heading)}.my-business-change-email-popup__heading{text-align:center;padding-bottom:1rem}.my-business-change-email-popup__Modal img{position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right)}@media (max-width: 674px){.my-business-change-email-popup__option{display:flex;flex-direction:column;gap:10px;width:230px}.my-business-change-email-popup__option__input-section{width:75%}.my-business-change-email-popup__submit{grid-template-columns:0 1fr}.my-business-change-email-popup__option__input-section{width:230px;margin:auto}.my-business-change-email-popup__option__label{align-self:flex-start;padding-left:10px!important}.my-business-change-email-popup__option__input{padding:5px 10px}}@media (min-width: 675px) and (max-width: 899px){.my-business-change-email-popup__Modal{width:500px}.my-business-change-email-popup__option__input-section{width:100%}.my-business-change-email-popup__option{grid-template-columns:77px 1fr}.my-business-change-password-popup__Modal{width:470px}.my-business-change-email-popup__submit{grid-template-columns:100px 1fr 100px}.my-business-change-email-popup{padding:0}}@media (min-width: 900px) and (max-width: 999px){.my-business-change-email-popup__Modal{width:550px}.my-business-change-email-popup__option{display:grid;grid-template-columns:88px 1fr}.my-business-change-email-popup__option__input-section{width:100%}.my-business-change-password-popup__Modal{width:500px}.my-business-change-email-popup__heading{padding-top:0}}@media (min-width: 1000px) and (max-width: 1269px){.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-email-popup__Modal{width:420px}.my-business-change-email-popup__option__input-section{width:100%}.my-business-change-email-popup__heading{padding-top:0}.my-business-change-email-popup__option{grid-template-columns:62px 1fr}.my-business-change-email-popup{padding:0}}@media (min-width: 1270px) and (max-width: 1389px){.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-email-popup__Modal{width:420px}.my-business-change-email-popup__heading{padding-top:0}.my-business-change-email-popup{padding:0}.my-business-change-email-popup__option__input-section{width:100%}.my-business-change-email-popup__option{grid-template-columns:77px 1fr}}@media (min-width: 1390px) and (max-width: 1589px){.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-email-popup__Modal{width:470px;padding-inline:25px}.my-business-change-email-popup{padding:0}.my-business-change-email-popup__option__input-section{width:100%}.my-business-change-email-popup__option{grid-template-columns:80px 1fr}.my-business-change-email-popup__heading{padding-top:0}}@media (min-width: 1590px) and (max-width: 1909px){.my-business-change-email-popup__submit{gap:60px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business__email--wrong-email-popup{min-width:400px;max-width:400px;width:400px}.my-business-change-email-popup__Modal{width:600px}.my-business-change-email-popup{padding:0 20px}.my-business-change-email-popup__option{grid-template-columns:140px 1fr}.my-business-change-email-popup__option__input-section{width:100%}.my-business-change-email-popup__option{grid-template-columns:80px 1fr}.my-business-change-email-popup__heading{padding-top:0}}@media (min-width: 1910px) and (max-width: 2549px){.my-business-change-email-popup__submit{gap:70px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business__email--wrong-email-popup{min-width:450px;max-width:450px;width:450px}.my-business-change-email-popup__Modal{width:650px}.my-business-change-email-popup{padding:0 20px}.my-business-change-email-popup__submit{grid-template-columns:150px 1fr 150px}.my-business-change-email-popup__option__input-section{width:100%;height:35px}.my-business-change-email-popup__option{grid-template-columns:95px 1fr}.my-business-change-email-popup__heading{padding-top:0}}@media (min-width: 2550px) and (max-width: 3429px){.my-business-change-email-popup__submit{gap:80px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-email-popup__Modal{width:850px;padding-inline:60px}.my-business-change-email-popup__option{display:grid;grid-template-columns:125px 1fr}.my-business-change-email-popup__submit{grid-template-columns:180px 1fr 180px}.my-business-change-email-popup__option__input-section{width:100%}.my-business-change-email-popup__heading{padding-top:0}.my-business-change-email-popup{padding:0}}@media (min-width: 3430px){.my-business-change-email-popup__submit{gap:100px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-email-popup__Modal{width:950px;padding:20px}.my-business-change-email-popup__option{display:grid;grid-template-columns:160px 1fr}.my-business-change-email-popup__submit{grid-template-columns:200px 1fr 200px}.my-business-change-email-popup__option__input-section{width:100%}.my-business-change-email-popup__heading{padding-top:0}.my-business-change-email-popup{padding:0 20px}}.my-business-change-password-popup__submit{gap:80px;margin-bottom:var(--popup-button-section-margin-block)}.my-business-change-password-popup__cancel__button,.my-business-change-password-popup__submit__button{min-width:max-content;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--bigger-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4}.my-business-change-password-popup__cancel__button{border:1px solid var(--blue-invoice-color)}.my-business-change-password-popup__Modal{background-color:#fff;width:600px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:15px;border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.my-business-change-password-popup__heading{text-align:center;padding-bottom:1.2rem}.my-business-change-password-popup__option__input-section{width:60%}.my-business-change-password-popup__option__input-section{display:flex;justify-content:end}.my-business-change-password-popup__heading{font-size:var(--font-title);color:var(--heading)}.my-business-change-password-popup{padding:0 5px}.my-business-change-password-popup__option{display:flex;margin-bottom:1.5rem;align-items:center;justify-content:space-between}.my-business-change-password-popup__Modal img{position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right)}@media (max-width: 675px){.my-business-change-password-popup__submit{gap:20px}.my-business-change-password-popup__option{display:flex;flex-direction:column;gap:10px;width:250px;margin-left:auto;margin-right:auto}.my-business-change-password-popup__option__label{align-self:flex-start;padding-left:10px}.my-business-change-password-popup__option__input{margin:auto;height:30px;padding:5px 10px}.my-business-change-password-popup__option__input-section{width:250px}}@media (min-width: 675px) and (max-width: 899px){.my-business-change-password-popup__Modal{max-height:90svh}}@media (min-width: 1000px){.my-business-change-password-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:0}.my-business-change-password-popup__Modal{width:420px}}@media (min-width: 1390px){.my-business-change-password-popup__heading{padding-top:0}.my-business-change-password-popup__Modal{width:470px;padding-inline:25px}.my-business-change-password-popup{padding:0}}@media (min-width: 1590px){.my-business-change-password-popup__heading{padding-top:0}.my-business-change-password-popup__Modal{width:600px}.my-business-change-password-popup{padding:0 5px}}@media (min-width: 1910px){.my-business-change-password-popup__submit{gap:100px}.my-business-change-password-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:0}.my-business-change-password-popup__Modal{width:700px}.my-business-change-password-popup__option__input-section{width:65%}.my-business-change-password-popup{padding:0 20px}}@media (min-width: 2550px){.my-business-change-password-popup__submit{gap:40px}.my-business-change-password-popup__submit{gap:120px}.my-business-change-password-popup__heading{padding-top:0}.my-business-change-password-popup__Modal{width:850px}.my-business-change-password-popup__option__input-section{width:62%}}@media (min-width: 3430px){.my-business-change-password-popup__submit{gap:70px}.my-business-change-password-popup__submit{gap:160px}.my-business-change-password-popup__heading{padding-top:0}.my-business-change-password-popup__Modal{width:1000px}.my-business-change-password-popup__option__input-section{width:65%}.my-business-change-password-popup{padding:0 20px}}.mybusiness__standard-dropdown-container{position:relative}.business-Settings-header-input-section .mybusiness__standard-dropdown-container .--standard-vat-dropdown-icon-container img,.mybusiness__standard-dropdown-container .--standard-vat-dropdown-icon-container{position:relative;display:flex;justify-content:center}.--standard-vat-dropdown-icon-container img{width:var(--default-icon-width)}.business-Settings-header-input-section .mybusiness__standard-dropdown-container{cursor:pointer;box-shadow:0 4px 20px 0 var(--90percent-shadow-color);color:var(--90percent);background:#fff;border-radius:3rem;border:1px solid var(--shadow-color);font-size:var(--font-standard);line-height:var(--standard-input-height);padding-right:10px;display:flex;gap:2px;align-items:center;justify-content:flex-end;box-sizing:border-box;width:var(--standard-input-width);min-width:100px}.business-Settings-header-input-lower-section.standard-vat-rate-lower-header-input-section .mybusiness__standard-dropdown-container{color:var(--90percent);cursor:pointer;box-shadow:0 4px 20px 0 var(--90percent-shadow-color);background:#fff;border-radius:3rem;border:1px solid var(--90percent-shadow-color);font-size:var(--font-standard);font-weight:400;line-height:var(--standard-input-height);padding:0 20px;display:flex!important;align-items:center;justify-content:space-between!important;box-sizing:border-box}.business-Settings-header-input-lower-section.standard-vat-rate-lower-header-input-section{justify-content:flex-start!important}.vat-dropdown-icon{position:relative;top:2px}.mybusiness__standard-dropdown{background-color:#fff;position:absolute;top:calc(100% + var(--default-spacing-top-section));left:50%;transform:translate(-50%);overflow:scroll;z-index:1;width:90px;box-shadow:0 0 20px #acd8ff99;border-radius:15px}.mybusiness__standard-dropdown p{padding:0 8px;display:flex;align-items:center;justify-content:center;height:var(--standard-input-height);border-bottom:1px solid #acd8ff55}.mybusiness__standard-dropdown p.selected{background-color:#3463e4;color:#fff}.mybusiness__standard-dropdown p:not(.selected):hover{background-color:#acd8ff44}.mybusiness__standard-dropdown p:last-child{border:none}@media (max-width: 674px){.business-Settings-header-input-lower-section.standard-vat-rate-lower-header-input-section{justify-content:center!important}}@media (min-width: 675px) and (max-width: 899px){.business-Settings-header-input-lower-section.standard-vat-rate-lower-header-input-section{justify-content:center!important}}@media (min-width: 900px) and (max-width: 999px){.business-Settings-header-input-lower-section.standard-vat-rate-lower-header-input-section{justify-content:center!important}}@media only screen and (min-width: 1000px) and (orientation: portrait){.mybusiness__standard-dropdown{width:110px}}@media (min-width: 1000px) and (max-width: 1269px){.business-Settings-header-input-section .mybusiness__standard-dropdown-container{width:60px;min-width:60px}.mybusiness__standard-dropdown{width:70px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.mybusiness__standard-dropdown{border-radius:35px;width:130px}}@media only screen and (min-width: 3430px){.mybusiness__standard-dropdown{border-radius:35px;width:160px}}@media (min-width: 1270px) and (max-width: 1389px){.business-Settings-header-input-section .mybusiness__standard-dropdown-container{min-width:80px;justify-content:space-evenly;padding-left:10px}}@media (min-width: 1390px) and (max-width: 1589px){.business-Settings-header-input-section .mybusiness__standard-dropdown-container{min-width:80px;justify-content:space-evenly;padding-left:10px}}@media (min-width: 1590px) and (max-width: 1909px){.business-Settings-header-input-section .mybusiness__standard-dropdown-container{min-width:80px;justify-content:space-evenly;padding-left:10px}}@media (min-width: 1910px){.business-Settings-header-input-section .mybusiness__standard-dropdown-container{min-width:85px}}@media (min-width: 2550px){.business-Settings-header-input-section .mybusiness__standard-dropdown-container{min-width:120px;justify-content:space-evenly;padding-left:10px}}@media (min-width: 3430px){.business-Settings-header-input-section .mybusiness__standard-dropdown-container{min-width:160px;justify-content:space-evenly;padding-left:10px}}input[disabled]{pointer-events:none}.business-Standard-Texts{margin-top:.75rem;display:flex;flex-direction:column;padding:2rem;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);border-radius:30px;font-size:var(--font-standard);margin-bottom:.75rem}.StandardTexts_form{display:flex;align-items:center;margin-top:1rem}.StandardTexts_form_label{width:30%}.StandardTexts_details_form_input{width:100%;height:var(--standard-input-height);text-decoration:none;border-radius:20px;padding:5px 15px;margin:0;border:1px solid var(--shadow-color);font-size:var(--font-standard);color:var(--90percent)}.StandardTexts_details_form_input_shortened{width:38%!important;height:var(--standard-input-height);text-decoration:none;border-radius:20px;padding:5px 15px;margin:0;border:1px solid var(--shadow-color);font-size:var(--font-standard);color:var(--90percent);z-index:11}.details_blue_label{color:#117ee4!important}.StandardTexts_details_form_input_container{width:100%;display:flex;align-items:center;justify-content:flex-start}.business-Standard-Texts__top-heading{font-size:var(--font-standard)}.StandardTexts_form_label--premium{color:var(--40percent);cursor:pointer}::placeholder{color:var(--40percent);font-weight:400}::-webkit-input-placeholder{color:var(--40percent)}:-moz-placeholder{color:var(--40percent)}::-moz-placeholder{color:var(--40percent)}:-ms-input-placeholder{color:var(--40percent)}::-ms-input-placeholder{color:var(--40percent)}.myBusiness__StandardTexts--disabled{color:var(--40percent)!important}.Standard-Texts__premium-error-button{width:var(--middle-button-width);height:var(--standard-button-height);padding:0;display:flex;align-items:center;justify-content:center;font-size:var(--font-standard)}@media (min-width: 1590px) and (max-width: 1909px){.my-business-page-container-content{min-width:1300px!important}.business-Standard-Texts{width:1200px;padding:20px 60px}.Standard-Texts__premium-error-popup{width:550px}.StandardTexts_form{height:34px}}@media (min-width: 1270px) and (max-width: 1589px){.business-Standard-Texts{width:1100px;padding:20px 40px 24px;margin-top:.75rem;margin-bottom:0}}@media (min-width: 1910px) and (max-width: 2549px){.my-business-page-container-content{min-width:1500px!important}.business-Standard-Texts{width:1380px;padding:20px 60px 26px}}@media (min-width: 2550px) and (max-width: 3429px){.my-business-page-container-content{min-width:2000px}.business-Standard-Texts{width:1830px;padding:30px 60px 40px}}@media (min-width: 3430px){.my-business-page-container-content{min-width:2200px}.business-Standard-Texts{width:2000px;padding:20px 60px 30px}}@media (max-width: 1269px) and (min-width: 1000px){.StandardTexts_form_label{width:25%}.business-Standard-Texts{width:100%;padding:20px;max-width:1020px}.Standard-Texts__premium-error-popup{width:500px}.StandardTexts_form{height:26px}}@media (max-width: 1000px){.StandardTexts_form_label{width:100%}.StandardTexts_form{flex-direction:column;align-items:start;gap:10px}}@media (min-width: 900px) and (max-width: 999px){.StandardTexts_form_label{width:25%}.business-Standard-Texts{width:100%;padding:20px;max-width:830px;margin-bottom:0;margin-top:max(0px,calc(100dvh - 1276px) / 3)}}@media (min-width: 675px) and (max-width: 899px){.business-Standard-Texts{width:100%;padding:20px;max-width:670px}}@media (max-width: 675px){.StandardTexts_details_form_input_shortened{width:100%!important}.business-Standard-Texts{width:100%;padding:20px 15px}.StandardTexts_form{gap:5px;margin-top:8px}}@media (min-width: 1590px){.StandardTexts_invoice{margin-top:20px}.business-Standard-Texts{margin-top:0;margin-bottom:0}}@media (min-width: 1390px) and (max-width: 1589px){.Standard-Texts__premium-error-popup{min-width:550px}.business-Standard-Texts{margin:20px auto;border-radius:40px}.StandardTexts_form{height:30px}}@media (min-width: 1270px) and (max-width: 1389px){.myBusiness--main-container--standard-texts{padding:12px 0!important}.Standard-Texts__premium-error-popup{width:500px}.StandardTexts_form{height:26px}}@media (min-width: 1590px) and (max-width: 1909px){.business-Standard-Texts{margin:20px auto;border-radius:40px}.standard-texts_wider-popup__confirmation-popup{width:var(--wider-confirmation-popup-width);padding:25px 50px 20px}.Standard-Texts__premium-error-popup{width:var(--wider-error-popup-width)}.StandardTexts_form{height:34px}}@media (min-width: 1910px) and (max-width: 2549px){.business-Standard-Texts{margin:.75rem auto;border-radius:40px}.standard-texts_wider-popup__confirmation-popup{width:550px;padding:25px 50px 20px}}.StandardTexts_details_form_input{padding:5px 10px}@media (min-width: 2550px) and (max-width: 3429px){.StandardTexts_details_form_input{padding:5px 20px;border-radius:50px}.business-Standard-Texts{margin:20px auto;border-radius:40px}}@media (min-width: 3430px){.StandardTexts_details_form_input{padding:5px 20px;border-radius:50px}.business-Standard-Texts{margin:20px auto;border-radius:40px}}.StandardTexts_details_form_input{opacity:1!important}@media (min-width: 1000px) and (orientation: portrait){.StandardTexts_form{flex-direction:column;align-items:start;gap:5px;margin-top:10px}.business-Standard-Texts{width:100%;padding:20px;max-width:880px;margin-top:max(10px,calc(100dvh - 1085px) / 3)}.myBusiness--main-container--standard-texts>.my-business-page-container{justify-content:flex-start}.myBusiness--main-container--standard-texts .my-business-page-container-content{flex:unset;display:flex;justify-content:center;align-items:center;margin-top:10px}}.my-business-header-Navbar-Button{width:32%;max-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 20px 0 var(--90percent-shadow-color);color:var(--90percent);border-radius:20px;padding:.5rem 1.5rem;cursor:pointer;height:100%}.my-business-header-Navbar-Button-selected{transition:0s;border:1px solid var(--blue-invoice-color)}.my-business-header-Navbar-img{height:40px;object-fit:contain}.my-business-header-Navbar-text{text-align:center}.customer-register__information-tile{display:flex;width:263px;height:110px;border:1px solid #e9f2fa;border-radius:30px;box-shadow:0 0 20px 0 var(--90percent-shadow-color);flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer}@media (max-width: 675px){.customer-register__information-tile{width:100%;height:80px}}@media (min-width: 675px) and (max-width: 999px){.customer-register__information-tile{width:240px;height:80px}}@media (min-width: 1000px){.customer-register__information-tile{height:90px;width:263px}}@media (min-width: 1390px){.customer-register__information-tile{height:80px;width:263px}}@media (min-width: 1590px){.customer-register__information-tile{width:260px;height:90px}}@media (min-width: 1910px){.customer-register__information-tile{height:100px;width:263px}}@media (min-width: 2550px){.customer-register__information-tile{width:350px;height:150px;border-radius:40px}}@media (min-width: 3430px){.customer-register__information-tile{width:400px;height:160px}}.customer-register__information-panel{display:flex}.customer-register__information-tile>p{line-height:.75}.customer-register__information-tile__text{font-size:var(--font-standard)}@media (max-width: 675px){.customer-register__information-tile__text{padding-left:10px;padding-right:10px}}.search-bar{display:flex;align-items:center;border-radius:20px;height:var(--standard-input-height);width:100%;border:1px solid var(--90percent-shadow-color)}.search-bar::placeholder{color:var(--40percent)}.searchBar--search-icon-container{padding-right:10px;display:flex;align-items:center;justify-content:center}.searchBar--search-icon{width:var(--default-icon-width)!important;height:auto!important}@media (min-width: 900px) and (max-width: 999px){.search-bar{height:32px}}@media (min-width: 3430px){.search-bar{border-radius:35px}}@media (min-width: 1000px) and (orientation: portrait){.search-bar{height:32px}}.Customer-Info-Page{margin-top:30px;display:flex;flex-direction:column}@media (min-width: 675px) and (max-width: 999px){.Customer-Info-Page{flex-direction:column;box-shadow:0 4px 50px 0 var(--90percent-shadow-color);width:fit-content;border-radius:50px;padding-top:25px;margin:10px auto 20px}}@media (min-width: 1000px) and (max-width: 1589px){.Customer-Info-Page{margin-top:20px;box-shadow:none;padding-top:0}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Info-Page{margin-top:20px}}@media (min-width: 3450px){.Customer-Info-Page{margin-top:80px}}.Customer-Info-Page__Content{display:flex}@media (max-width: 675px){.Customer-Info-Page__Content{flex-direction:column;width:fit-content;border-radius:50px;padding-top:0;margin:auto}}@media (min-width: 675px) and (max-width: 1000px){.Customer-Info-Page__Content{flex-direction:column;width:fit-content;border-radius:50px;padding-top:0;margin:auto}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Info-Page__Content{justify-content:space-evenly;flex-direction:row;gap:10px;padding-inline:30px}}.Customer-Details{box-shadow:0 4px 50px #acd8ff99;height:100%;padding:30px 40px;border-radius:40px;gap:21.5px;display:flex;flex-direction:column;position:relative;justify-content:space-around}@media (max-width: 675px){.Customer-Details{box-shadow:none;padding:0 10px 8px;max-width:330px;margin:0 auto}}@media (min-width: 675px) and (max-width: 999px){.Customer-Details{box-shadow:none;width:550px;padding-top:0;padding-bottom:20px}}@media (min-width: 900px) and (max-width: 999px){.Customer-Details{width:590px}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Details{box-shadow:0 4px 50px #acd8ff99;width:550px;margin-left:0;margin-right:0;padding:20px 40px;gap:25px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Details{width:590px;padding:18px 40px;gap:12px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Details{width:560px;padding:20px 30px;gap:26px}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Details{width:740px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Details{width:900px;gap:40px;border-radius:55px}}@media (min-width: 3430px){.Customer-Details{width:1000px;gap:40px;padding:30px 60px;border-radius:60px}@media (max-height: 1609px){.Customer-Details{gap:34px}}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Details{width:590px}}.Customer-Details-row{display:grid;grid-template-columns:1fr 3fr;align-items:center;position:relative}@media (max-width: 674px){.Customer-Details-row{grid-template-columns:1fr;gap:10px}}@media (min-width: 675px) and (max-width: 999px){.Customer-Details-row{grid-template-columns:140px 1fr;gap:10px}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Details-row{grid-template-columns:1.5fr 3fr;gap:0px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Details-row{grid-template-columns:1.2fr 3fr;gap:0px;height:28px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Details-row{grid-template-columns:1fr 3fr;gap:0px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Details-row{grid-template-columns:1.2fr 3fr}}.Customer-Details__label{font-size:var(--font-standard);align-items:center;display:flex}.Customer-Details-PostCity{grid-template-columns:7fr auto 3fr 12fr}@media (max-width: 674px){.Customer-Details-PostCity{grid-template-columns:85px 1fr;grid-template-rows:auto;grid-row:4 / 6;grid-column:1 / 3;gap:5px;min-width:310px}}@media (min-width: 675px) and (max-width: 999px){.Customer-Details-PostCity{grid-template-columns:140px 1.4fr 25px 3fr;gap:10px}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Details-PostCity{grid-template-columns:10.5fr auto 3fr 13fr;gap:0px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Details-PostCity{grid-template-columns:5fr auto 2fr 8fr;gap:0px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Details-PostCity{grid-template-columns:125px auto 3fr 12fr;gap:0px}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Details-PostCity{grid-template-columns:165px auto 3fr 12fr}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Details-PostCity{grid-template-columns:8.4fr auto 3fr 13fr}}@media (min-width: 3440px){.Customer-Details-PostCity{grid-template-columns:6fr auto 3fr 11fr}}@media (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:72px}}@media (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:80px}}@media (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:88px}}@media (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:90px}}@media (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:103px}}@media (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:140px}}@media (min-width: 3430px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:195px}}.Customer-Details__City-label{margin:auto}@media (max-width: 999px){.Customer-Details__City-label{margin:0}}@media (min-width: 1000px){.Customer-Details__City-label{margin:auto}}.Customer-Info-Page__Separator{display:flex;width:1px;border:1px solid #eaeaea}.Customer-Info-Page__Horizontal-Separator{display:flex;height:1px;width:90%;border:1px solid #eaeaea;margin:0 auto}.Customer-Other__Buttons{display:flex;justify-content:center;gap:10px;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;cursor:pointer;width:100%;height:40px;border-radius:21px;padding-inline:0px;align-items:center;min-width:max-content}@media (max-width: 999px){.Customer-Other__Buttons{height:auto}}@media (min-width: 1000px){.Customer-Other__Buttons{height:40px}}@media (min-width: 2550px){.Customer-Other__Buttons{height:100%;border-radius:33.5px;gap:15px}}@media (min-width: 3430px){.Customer-Other__Buttons{gap:20px}}.Customer-Details-Active-Icon{width:20px;height:20px;margin:auto;position:absolute;left:-30px}@media (max-width: 674px){.Customer-Details-Active-Icon{width:15px;height:15px;left:-15px;top:20px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Details-Active-Icon{left:-25px}}@media (min-width: 2550px){.Customer-Details-Active-Icon{width:30px;height:30px;left:-35px}}@media (max-width: 674px){.Customer-Details-Active-Icon{left:-20px;top:1.5px}}@media (min-width: 675px){.Customer-Details-Active-Icon{top:50%;transform:translateY(-50%)}}.Customer-Details-Default-Active-Icon{left:10px;top:40px;transform:none}@media (max-width: 674px){.Customer-Details-Default-Active-Icon{top:2px;width:15px;height:15px;left:-10px}}@media (min-width: 900px) and (max-width: 999px){.Customer-Details-Default-Active-Icon{top:10px}}@media (min-width: 675px) and (max-width: 899px){.Customer-Details-Default-Active-Icon{top:7px}}@media (min-width: 1000px) and (max-width: 1589px){.Customer-Details-Default-Active-Icon{top:22px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Details-Default-Active-Icon{top:22px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Details-Default-Active-Icon{left:5px;top:25px}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Details-Default-Active-Icon{top:36px}}@media (min-width: 1910px) and (max-width: 2529px){.Customer-Details-Default-Active-Icon{top:38px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Details-Default-Active-Icon{top:39px;left:5px}}@media (min-width: 3430px){.Customer-Details-Default-Active-Icon{top:47px;left:25px}@media (min-height: 1700px){.Customer-Details-Default-Active-Icon{top:67px}}}@media (min-width: 1000px) and (orientation: portrait){.Customer-Details-Default-Active-Icon{top:9px}}.Customer-Info-Other-Details{width:500px;padding:30px 40px;gap:21.5px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(7,40px);margin-left:auto;margin-right:auto;box-sizing:content-box;box-shadow:0 4px 50px #acd8ff99;border-radius:40px;grid-template-rows:repeat(7,calc(var(--standard-input-height) + .25rem))}@media (max-width: 674px){.Customer-Info-Other-Details{margin:0 auto;padding:0 10px 20px;gap:8px;grid-template-rows:none;width:100%;box-shadow:none;width:fit-content;max-width:330px;width:310px}}@media (min-width: 675px) and (max-width: 999px){.Customer-Info-Other-Details{margin:0;width:550px;padding:0 40px 30px;grid-template-rows:none;box-shadow:none}}@media (min-width: 675px) and (max-width: 899px){.Customer-Info-Other-Details{width:auto;max-width:470px}}@media (min-width: 900px) and (max-width: 999px){.Customer-Info-Other-Details{width:510px;box-shadow:none}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Info-Other-Details{width:400px;margin-left:0;margin-right:0;gap:25px;padding:30px 40px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Info-Other-Details{padding-top:18px;width:380px;gap:12px;margin-left:0;margin-right:0}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Info-Other-Details{padding-top:18px;width:400px;gap:26px;margin-left:0;margin-right:0}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Info-Other-Details{width:470px}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Info-Other-Details{width:480px;border-radius:40px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Info-Other-Details{width:640px;gap:40px;display:grid;border-radius:55px}}@media (min-width: 3430px){.Customer-Info-Other-Details{width:900px;padding-top:27px;gap:40px;border-radius:60px}@media (max-height: 1609px){.Customer-Info-Other-Details{gap:34px;padding:30px 60px}}}.Customer-Info-Other-Details>div{margin-bottom:0}.Customer-Details-Delivery-Header{grid-column:1 / 3;display:grid;grid-template-columns:300px 1fr;align-items:center}@media (max-width: 674px){.Customer-Details-Delivery-Header{grid-template-columns:1fr;gap:0px}}@media (min-width: 675px) and (max-width: 999px){.Customer-Details-Delivery-Header{grid-template-columns:1fr auto;gap:4px}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Details-Delivery-Header{grid-template-columns:210px 1fr;gap:15px}}@media (min-width: 1270px) and (max-width: 1589px){.Customer-Details-Delivery-Header{grid-template-columns:240px 1fr;gap:2px}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Details-Delivery-Header{grid-template-columns:280px 1fr;gap:15px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Details-Delivery-Header{grid-template-columns:402px 1fr}}@media (min-width: 3430px){.Customer-Details-Delivery-Header{grid-template-columns:607px 1fr}}.Customer-Details-Delivery-Options-Button{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 675px){.Customer-Details-Delivery-Options-Button{gap:40px}}@media (min-width: 1000px) and (max-width: 1909px) and (orientation: landscape){.Customer-Details-Delivery-Options-Button{justify-self:flex-end}}.Customer-Details__Delivery__input-section{display:grid;grid-column:1 / 3}@media (max-width: 674px){.Customer-Details__Delivery__input-section{grid-template-columns:1fr;gap:0px}}@media (min-width: 675px) and (max-width: 999px){.Customer-Details__Delivery__input-section{grid-template-columns:150px 1fr}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Details__Delivery__input-section{grid-template-columns:1fr}}.Customer-Other-Details-PostCity{grid-column:1 / 3;display:grid;grid-template-columns:1.5fr 3fr;gap:20px;grid-template-rows:calc(var(--standard-input-height) + .25rem) calc(var(--standard-input-height) + .25rem);grid-row:5 / 7}@media (max-width: 674px){.Customer-Other-Details-PostCity{gap:5px;grid-template-columns:85px 1fr;grid-template-rows:auto;grid-row:4 / 6}}@media (min-width: 675px) and (max-width: 999px){.Customer-Other-Details-PostCity{gap:10px;grid-template-columns:140px 1.4fr 25px 3fr;grid-row:auto;grid-template-rows:calc(var(--standard-input-height) + .25rem)}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Other-Details-PostCity{gap:25px;grid-template-columns:75px 3fr;grid-row:5 / 7}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Other-Details-PostCity{gap:15px;grid-template-columns:88px 3fr;grid-row:5 / 7}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Other-Details-PostCity{gap:29px;grid-template-columns:88px 3fr;grid-row:5 / 7}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Other-Details-PostCity{grid-template-columns:110px 1fr}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Other-Details-PostCity{grid-template-columns:142px 1fr}}@media (min-width: 3430px){.Customer-Other-Details-PostCity{grid-template-columns:200px 1fr;gap:29px}}@media (max-width: 675px){.Customer-Other-Details-PostCity__Post-input,.Customer-Details-PostCity__Post-input{grid-row:2 / 2}.Customer-info__customer-number-icon{width:20px}.Customer-Other__customer-no-row{grid-template-columns:85px 1fr!important}.customer-register--visible-button{min-width:max-content}}@media (min-width: 675px) and (max-width: 999px){.Customer-Other-Details-PostCity__Post-input{grid-column:auto;grid-row:1!important}.Customer-Details-PostCity__Post-input,.Customer-Other-Details-PostCity__Post-input{grid-row:1 / 1;grid-column:2 / 2}.Customer-info__customer-number-icon{width:20px}}@media (min-width: 1000px){.Customer-Other-Details-PostCity__Post-input{grid-column:1 / 2;grid-row:2!important}}.Customer-Other-Details-StandTerms{display:grid;gap:20px;grid-template-columns:280px 1fr;grid-column:1 / 3;align-items:center;height:100%}@media (max-width: 675px){.Customer-Other-Details-StandTerms{grid-template-columns:1fr;gap:0px}}@media (min-width: 675px) and (max-width: 999x){.Customer-Other-Details-StandTerms{grid-template-columns:280px 1fr;gap:10px}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Other-Details-StandTerms{gap:15px;grid-template-columns:210px 1fr}}@media (min-width: 1270px) and (max-width: 1589px){.Customer-Other-Details-StandTerms{grid-template-columns:250px 1fr}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Other-Details-StandTerms{grid-template-columns:240px 1fr}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Other-Details-StandTerms{grid-template-columns:380px 1fr}}@media (min-width: 3430px){.Customer-Other-Details-StandTerms{grid-template-columns:450px 1fr}}.Customer-Details-StandardTerms__input{grid-row:2;display:grid;grid-template-columns:1fr 1fr;text-align:center;width:70px;height:var(--standard-input-height);width:var(--small-button-width)}@media (max-width: 675px){.Customer-Details-StandardTerms__input{padding:4px 10px}}@media (min-width: 675px) and (max-width: 999px){.Customer-Details-StandardTerms__input{padding:4px 10px}}@media (min-width: 900px) and (max-width: 999px){.Customer-Details-StandardTerms__input{width:95px}}@media (min-width: 1000px) and (orientation: portrait){.Customer-Details-StandardTerms__input{width:95px}}@media (min-width: 1000px) and (max-width: 1589px){.Customer-Details-StandardTerms__input{padding:4px 10px}}@media (min-width: 1000px) and (max-width: 1690px){.Customer-Details-StandardTerms__input{padding:4px 10px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Details-StandardTerms__input{padding:4px 10px}}@media (min-width: 1389px) and (max-width: 1589px){.Customer-Details-StandardTerms__input{padding:4px 10px}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Details-StandardTerms__input{padding:5px 10px}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Details-StandardTerms__input{padding:5px 10px;border-radius:50px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Details-StandardTerms__input{padding:5px 20px;border-radius:50px}}@media (min-width: 3430px){.Customer-Details-StandardTerms__input{padding:5px 20px;border-radius:50px}}.Customer-Other-Customer-No-label{grid-column:1 / 3;display:flex;align-items:center}.Customer-Info-Print-Section{grid-column:1 / 3;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Info-Print-Section{grid-template-columns:4fr 7fr}}@media (min-width: 1270px) and (max-width: 1589px){.Customer-Info-Print-Section{grid-template-columns:4fr 7fr}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Info-Print-Section{grid-template-columns:4fr 7fr}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Info-Print-Section{grid-template-columns:4fr 7fr}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Info-Print-Section{grid-template-columns:4fr 7fr}}.Customer-Other__Buttons-Section{grid-column:1 / 3;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 675px){.Customer-Other__Buttons-Section{gap:.5rem}}@media (min-width: 1000px) and (max-width: 1589px){.Customer-Other__Buttons-Section{grid-template-rows:var(--standard-input-height)}}@media (min-width: 1270px) and (max-width: 1589px){.Customer-Other__Buttons-Section{grid-template-columns:88px 3fr}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Other__Buttons-Section{grid-template-columns:200px 250px;grid-template-rows:var(--standard-input-height)}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Other__Buttons-Section{grid-template-rows:var(--standard-input-height)}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Other__Buttons-Section{grid-template-rows:calc(var(--standard-input-height) + .25rem);grid-template-columns:140px 3fr}}.Customer-Info-Page__Footer{width:90%;margin:40px auto 20px;display:flex;justify-content:space-between;gap:30px}@media (max-width: 1000px){.Customer-Info-Page__Footer{display:grid;grid-template-columns:1fr 1fr;width:520px;margin:auto!important;border:none;margin:0;padding-bottom:25px;gap:20px}}@media (max-width: 900px){.Customer-Info-Page__Footer{width:480px;margin:auto}}@media (max-width: 675px){.Customer-Info-Page__Footer{display:grid;grid-template-columns:1fr 1fr;width:95%;margin:auto!important;border:none;margin:0;padding-bottom:25px;gap:10px;max-width:450px}}@media (min-width: 1000px) and (max-width: 1589px){.Customer-Info-Page__Footer{width:90%;display:flex;justify-content:space-between;gap:30px}}@media (max-width: 675px){.Customer-Info-Page__Footer>div{display:grid;grid-template-columns:1fr;gap:5px;text-align:center}}@media (min-width: 675px) and (max-width: 999px){.Customer-Info-Page__Footer>div{display:flex;margin:auto;width:100%}}.Customer-Other_Button_find-first-no__text{display:block;margin-block:auto;font-size:var(--font-standard)}.Customer-Other_Button_find-first-no{padding:1px 7px}@media (max-width: 675px){.Customer-Other_Button_find-first-no{gap:10px}}@media (max-width: 999px){.Customer-Info-Print-Section{display:none}}@media (min-width: 1000px){.Customer-Info-Print-Section{display:grid}}.Customer-Detials-standard-terms__input-div{height:100%;display:flex;justify-content:flex-end}.Customer-Other-Details-PostCity__Post-label{min-width:max-content}.input-wrapper-safari-fix{position:relative;display:inline-block;width:100%}.input-wrapper-safari-fix input{position:relative;z-index:1}input.business-details-details-form__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-clip:padding-box;box-sizing:border-box;color:var(--90percent)}input.business-details-details-form__input:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-clip:padding-box;color:var(--90percent)}input::-webkit-contacts-auto-fill-button,input::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;position:absolute;right:0}input.business-details-details-form__input::placeholder{color:var(--40percent)}input.business-details-details-form__input::-webkit-input-placeholder{color:var(--40percent)}input.business-details-details-form__input::-moz-placeholder{color:var(--40percent);opacity:1}input.business-details-details-form__input:-ms-input-placeholder{color:var(--40percent)}@media (max-width: 675px){.Customer-Info-Page{margin-top:0}.Customer-Info-Page__Footer>div{display:flex;flex-direction:column;justify-content:space-evenly;padding-top:0;min-width:max-content}.Customer-Details-row{gap:0px}.Customer-Details{gap:8px}.Customer-Details-PostCity{gap:.5rem;row-gap:0px}.Customer-Details-Delivery-Options-Button{display:flex;justify-content:space-between}.customer-register__delivery-option-button{width:100px}.Customer-Detials-standard-terms__input-div{display:flex;justify-content:flex-start}.Customer-Details__label{min-width:max-content}}@media (min-width: 675px) and (max-width: 899px){.Customer-Other__Buttons-Section{grid-template-columns:1fr 1.4fr}.Customer-Other_Button_find-first-no{height:30px;gap:15px}.customer-register__delivery-option-button{width:105px}.Customer-Other__customer-no-row{grid-row:5;grid-template-columns:140px 87.5px 1fr!important;gap:10px}.Customer-Other-Customer-No-label{grid-column:1;grid-row:5}.Customer-Other-Customer-No-input{grid-column:2}.Customer-Other-Customer-No-label--Half,.Customer-Other__customer-no-row--Half{grid-row:3!important}}@media (min-width: 900px) and (max-width: 999px){.Customer-Other__customer-no-row{grid-template-columns:1fr 1.5fr}.Customer-Info-Page{margin-bottom:20px;margin-top:max(10px,calc(100vh - 1181px) / 3)}.Customer-info__customer-number-icon{width:22px}.Customer-Details-Delivery-Header{grid-template-columns:1fr 240px}.Customer-Other_Button_find-first-no{height:35px;gap:10px}.Customer-Other__customer-no-row{grid-row:5;grid-template-columns:140px 100.23px 1fr!important;gap:10px}.Customer-Other-Customer-No-label{grid-column:1;grid-row:5}.Customer-Other-Customer-No-input{grid-column:2}.Customer-Other-Customer-No-label--Half,.Customer-Other__customer-no-row--Half{grid-row:3!important}}@media (min-width: 1270px){.Customer-Info-Page__Content{flex-direction:row;justify-content:space-evenly}.Customer-Info-Other-Details{margin-left:0;margin-right:0}}@media (min-width: 1000px){.Customer-Info-Page{display:flex;flex-direction:column;justify-content:space-evenly;min-height:fit-content;margin:0 0 10px;height:100%;gap:10px}.Customer-Info-Page__Footer{margin:0 auto!important}}@media (max-width: 999px){.Customer-Info-Page__Horizontal-Separator{display:none}.Customer-Other__customer-no-row{grid-template-columns:1fr 1.5fr}}.customer-register__delivery-option-button{margin:0;width:var(--small-button-width);padding:0}@media (min-width: 1000px) and (max-width: 1269px){.input-wrapper-safari-fix{padding-left:2px}.Customer-Info-Page{margin-bottom:0}.Customer-Info-Other-Details{padding:20px 40px}.Customer-Other__Buttons{height:37px}.Customer-Other__customer-no-row{grid-template-columns:75px 3fr}.Customer-Info-Page__Header--Separator__Height-div{min-height:0px;max-height:20px;height:calc(100vh - 720px)}.Customer-Info-Page{justify-content:center;gap:0px;height:unset}.Customer-Info-Page_Middle_Separator--div{min-height:20px;max-height:30px;height:calc(100vh - 700px);display:flex;justify-content:center;align-items:center}@media (min-height: 630px){.Customer-Info-Page{flex:1;justify-content:flex-start;gap:0px;height:unset}.Customer-Info-Page__Header--Separator__Height-div{height:18px;max-height:28px;min-height:18px}.Customer-Info-Page_Middle_Separator--div{display:flex;align-items:center;height:28px}.Customer-Info-Page__Content{flex:1}.Customer-Details,.Customer-Info-Other-Details{gap:unset;justify-content:space-between;height:auto;padding:20px 40px}.Customer-Info-Other-Details>div{height:26px;row-gap:calc(var(--row-gap--Customer-row) - 20px);align-items:center}.Customer-Info-Other-Details>*,.Customer-Detials-standard-terms__input-div{height:unset}.Customer-Info-Other-Details{display:grid;grid-template-rows:repeat(7,37px);gap:calc(var(--row-gap--Customer-row) - 20px)}.Customer-Other__customer-no-row{align-items:self-end}.Customer-Other-Details-PostCity{display:grid;grid-template-rows:repeat(2,37px);column-gap:20px;margin:0!important;height:auto!important;row-gap:calc(var(--row-gap--Customer-row) - 20px)}.Customer-Other-Details-PostCity__Post-label{order:1;flex:1 1 100px}.Customer-Other-Details-PostCity__Post-input{order:3;flex:1 1 100px}.Customer-Other-Details-PostCity__City-label{order:2;flex:2 1 200px}.Customer-Other-Details-PostCity__City-input{order:4;flex:2 1 200px}.Customer-Details__Delivery__input-section{align-items:center}.customer-register__customer-no-input{max-width:125px}.Customer-Info-Other-Details>div{margin-bottom:0}}}@media (min-width: 1270px) and (max-width: 1389px){.input-wrapper-safari-fix{padding-left:3px}.Customer-Info-Page__Horizontal-Separator,.Customer-Info-Page__Footer{width:1117px;margin:0 auto}.Customer-Info-Page__Content{width:1241px;margin:0 auto}.Customer-Other-Details-PostCity,.Customer-Other__customer-no-row{grid-template-columns:82px 3fr;gap:10px}.Customer-Details,.Customer-Info-Other-Details{gap:unset;justify-content:space-between;height:auto;padding:20px 40px}.Customer-Details-Delivery-Header{grid-template-columns:200px 1fr}.Customer-Info-Other-Details>div{height:28px;row-gap:calc(var(--row-gap--Customer-row) - 20px);align-items:center}.Customer-Info-Other-Details{padding:18px 40px;display:grid;grid-template-rows:repeat(7,37px);gap:calc(var(--row-gap--Customer-row) - 20px)}.Customer-Info-Page__Header--Separator__Height-div{min-height:9px;max-height:20px;height:calc(100vh - 740px)}.Customer-Info-Page{justify-content:center;gap:0px;height:unset}.Customer-Info-Page_Middle_Separator--div{min-height:20px;height:calc(100vh - 720px);display:flex;justify-content:center;align-items:center}@media (min-height: 585px){.Customer-Info-Page{flex:1;justify-content:flex-start;gap:0px;height:unset}.Customer-Info-Page__Header--Separator__Height-div{height:10px;min-height:10px}.Customer-Info-Page_Middle_Separator--div{display:flex;align-items:center;height:20px}.Customer-Info-Page__Content{flex:1}.Customer-Details,.Customer-Info-Other-Details{gap:unset;justify-content:space-between;height:auto;padding:20px 40px}.Customer-Info-Other-Details>div{height:28px;row-gap:calc(var(--row-gap--Customer-row) - 12px);align-items:center}.Customer-Info-Other-Details>*,.Customer-Detials-standard-terms__input-div{height:unset}.Customer-Info-Other-Details{display:grid;grid-template-rows:repeat(7,37px);gap:calc(var(--row-gap--Customer-row) - 10px)}.Customer-Other__customer-no-row{align-items:self-end}.Customer-Other-Details-PostCity{display:grid;grid-template-rows:repeat(2,37px);column-gap:20px;margin:0!important;height:auto!important;row-gap:calc(var(--row-gap--Customer-row) - 20px)}.Customer-Other-Details-PostCity__Post-label{order:1;flex:1 1 100px}.Customer-Other-Details-PostCity__Post-input{order:3;flex:1 1 100px}.Customer-Other-Details-PostCity__City-label{order:2;flex:2 1 200px}.Customer-Other-Details-PostCity__City-input{order:4;flex:2 1 200px}.Customer-Details__Delivery__input-section{align-items:center}.customer-register__customer-no-input{max-width:125px}.Customer-Info-Other-Details>div{margin-bottom:0}}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Info-Page__Horizontal-Separator,.Customer-Info-Page__Footer{width:991px;margin:0 auto}.Customer-Info-Page__Content{width:1100px;margin-left:auto;margin-right:auto}.Customer-Info-Other-Details{padding:20px 30px}.Customer-Info-Page__Header--Separator__Height-div{min-height:10px;max-height:20px;height:calc(100vh - 740px)}.Customer-Info-Page{justify-content:center;gap:0px;height:unset}.Customer-Info-Page_Middle_Separator--div{min-height:20px;max-height:40px;height:calc(100vh - 720px);display:flex;justify-content:center;align-items:center}@media (min-height: 820px){.Customer-Info-Page{flex:1;justify-content:flex-start;gap:0px;height:unset}.Customer-Info-Page__Header--Separator__Height-div{height:28px;max-height:28px}.Customer-Info-Page_Middle_Separator--div{display:flex;align-items:center;height:38px}.Customer-Info-Page__Content{flex:1}.Customer-Details,.Customer-Info-Other-Details{gap:unset;justify-content:space-between;height:auto;padding:20px 30px}.Customer-Info-Other-Details>*,.Customer-Detials-standard-terms__input-div{height:unset}.Customer-Info-Other-Details{display:grid;grid-template-rows:repeat(7,var(--standard-input-height));gap:calc(var(--row-gap--Customer-row) + 3px)}.Customer-Other__customer-no-row{align-items:self-end}.Customer-Other-Details-PostCity{display:grid;grid-template-rows:repeat(2,var(--standard-input-height));column-gap:20px;margin:0!important;height:auto!important;row-gap:calc(var(--row-gap--Customer-row) + 3px)}.Customer-Other-Details-PostCity__Post-label{order:1;flex:1 1 120px}.Customer-Other-Details-PostCity__Post-input{order:3;flex:1 1 120px}.Customer-Other-Details-PostCity__City-label{order:2;flex:2 1 260px}.Customer-Other-Details-PostCity__City-input{order:4;flex:2 1 260px}.Customer-Details__Delivery__input-section{align-items:center}.customer-register__customer-no-input{max-width:120px}}}@media (min-width: 1590px) and (max-width: 1909px){.input-wrapper-safari-fix{padding-left:1px}.customer-info_wider-popup__confirmation-popup{width:var(--wider-confirmation-popup-width);padding:25px 50px 20px}.Customer-Other__Buttons{gap:10px;justify-content:center}.Customer-Info-Page{justify-content:center;gap:0px;height:unset}.Customer-Info-Page_Middle_Separator--div{min-height:20px;max-height:60px;height:calc(100vh - 745px);display:flex;justify-content:center;align-items:center}.Customer-Details,.Customer-Info-Other-Details{gap:18px}.Customer-Info-Page__Header--Separator__Height-div{min-height:10px;max-height:35px;height:calc(100vh - 755px)}.Customer-Other-Details-PostCity{gap:10px}.Customer-Other__customer-no-row,.Customer-Other-Details-PostCity{grid-template-columns:90px 1fr;gap:18px}.Customer-Other__customer-no-row{column-gap:20px}.Customer-Info-Other-Details>div{margin-bottom:0}.Customer-Details-row{grid-template-columns:1.2fr 3fr}.Customer-Details-PostCity{grid-template-columns:145px auto 2fr 8fr}.Customer-Info-Other-Details{width:400px}.Customer-Details-Delivery-Header{grid-template-columns:220px 1fr}.Customer-Info-Page__Horizontal-Separator,.Customer-Info-Page__Footer{width:1140px;margin:0 auto}.Customer-Info-Page__Content{width:1270px;margin-left:auto;margin-right:auto}@media (min-height: 850px){.Customer-Info-Page{flex:1;justify-content:flex-start}.Customer-Info-Page__Header--Separator__Height-div{height:50px;max-height:50px}.Customer-Info-Page_Middle_Separator--div{height:50px}.Customer-Info-Page__Content{flex:1}.Customer-Details,.Customer-Info-Other-Details{gap:unset;justify-content:space-between;height:auto;padding:30px 40px}.Customer-Info-Other-Details>*,.Customer-Detials-standard-terms__input-div{height:unset}.Customer-Info-Other-Details{display:grid;grid-template-rows:repeat(8,var(--standard-input-height));gap:calc(var(--row-gap--Customer-row) + 5px)}.Customer-Other__customer-no-row{align-items:self-end}.Customer-Other-Details-PostCity{display:grid;grid-template-rows:repeat(2,var(--standard-input-height));column-gap:20px;margin:0!important;height:auto!important;row-gap:calc(var(--row-gap--Customer-row) + 5px)}.Customer-Other-Details-PostCity__Post-label{order:1;flex:1 1 120px}.Customer-Other-Details-PostCity__Post-input{order:3;flex:1 1 120px}.Customer-Other-Details-PostCity__City-label{order:2;flex:2 1 260px}.Customer-Other-Details-PostCity__City-input{order:4;flex:2 1 260px}.Customer-Details__Delivery__input-section{align-items:center}.customer-register__customer-no-input{max-width:125px}}}@media (min-width: 1910px) and (max-width: 2549px){.customer-info_wider-popup__confirmation-popup{width:550px;padding:25px 50px 20px}.Customer-Other__customer-no-row{grid-template-columns:110px 3fr}.Customer-Other_Button_find-first-no{margin-top:.125rem;height:100%}.Customer-Info-Page__Header--Separator__Height-div{min-height:26px;max-height:50px;height:calc(100vh - 925px)}.Customer-Info-Page{justify-content:center;gap:0px;height:unset;margin-bottom:0}.Customer-Info-Page_Middle_Separator--div{min-height:35px;max-height:70px;height:calc(100vh - 886px);display:flex;justify-content:center;align-items:center}.Customer-Info-Page__Horizontal-Separator,.Customer-Info-Page__Footer{width:1380px;margin:0 auto}.Customer-Info-Page__Content{justify-content:space-between;width:1420px;margin:0 auto}.customer-register__customer-no-input{width:109px}@media (min-height: 1020px){.Customer-Info-Page{flex:1;justify-content:flex-start}.Customer-Info-Page__Header--Separator__Height-div{height:48px;max-height:48px}.Customer-Info-Page_Middle_Separator--div{height:48px}.Customer-Info-Page__Content{flex:1}.Customer-Details,.Customer-Info-Other-Details{gap:unset;justify-content:space-between;height:auto;padding:30px 40px}.Customer-Info-Other-Details>*,.Customer-Detials-standard-terms__input-div{height:unset}.Customer-Info-Other-Details{display:grid;grid-template-rows:repeat(8,41px);gap:calc(var(--row-gap--Customer-row) - 6px)}.Customer-Other__customer-no-row{align-items:self-end;display:flex}.Customer-Other_Button_find-first-no{height:40px}.Customer-Other-Details-PostCity{display:grid;grid-template-rows:repeat(2,48px);column-gap:20px;margin:0!important;height:auto!important;row-gap:calc(var(--row-gap--Customer-row) - 20px)}.Customer-Other-Details-PostCity__Post-label{order:1;flex:1 1 120px}.Customer-Other-Details-PostCity__Post-input{order:3;flex:1 1 120px}.Customer-Other-Details-PostCity__City-label{order:2;flex:2 1 260px}.Customer-Other-Details-PostCity__City-input{order:4;flex:2 1 260px}.Customer-Details__Delivery__input-section{align-items:center}}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Info-Page__Horizontal-Separator,.Customer-Info-Page__Footer{width:1830px;margin:0 auto}.Customer-Info-Page__Content{justify-content:space-between;width:1830px;margin:0 auto}.Customer-Info-Page__Header--Separator__Height-div{min-height:32.5px;max-height:60px;height:calc(100vh - 1185px)}.Customer-Info-Page{justify-content:flex-start;gap:0px;margin-bottom:0}.Customer-Info-Page_Middle_Separator--div{min-height:65px;max-height:125px;height:calc(100vh - 1165px);display:flex;justify-content:center;align-items:center}.Customer-Other-Details-PostCity{gap:40px}.Customer-Details-Delivery-Options-Button{gap:15px}@media (min-height: 1400px){.Customer-Info-Page{flex:1;justify-content:flex-start}.Customer-Info-Page__Header--Separator__Height-div{height:38px;max-height:40px}.Customer-Info-Page_Middle_Separator--div{height:48px;display:flex;align-items:center}.Customer-Info-Page__Content{flex:1}.Customer-Details,.Customer-Info-Other-Details{gap:unset;justify-content:space-between;height:auto;padding:30px 40px}.business-details-details-form__input,.Customer-Info-Print-Section{max-height:65px;max-height:65.15px}.Customer-Info-Other-Details>div{height:59.75px;row-gap:calc(var(--row-gap--Customer-row) - 0px);align-items:center;margin-bottom:0}.Customer-Info-Other-Details>*,.Customer-Detials-standard-terms__input-div{height:unset}.Customer-Info-Other-Details{display:grid;grid-template-rows:repeat(8,59.75px);gap:calc(var(--row-gap--Customer-row) - 0px)}.Customer-Other__customer-no-row{align-items:self-end;display:flex}.Customer-Other_Button_find-first-no{height:65px;height:65.15px}.Customer-Other-Details-PostCity{display:grid;grid-template-rows:repeat(2,59.75px);column-gap:20px;margin:0!important;height:auto!important;row-gap:calc(var(--row-gap--Customer-row) - 20px)}.Customer-Other-Details-PostCity__Post-label{order:1;flex:1 1 160px}.Customer-Other-Details-PostCity__Post-input{order:3;flex:1 1 160px}.Customer-Other-Details-PostCity__City-label{order:2;flex:2 1 300px}.Customer-Other-Details-PostCity__City-input{order:4;flex:2 1 300px}.Customer-Details__Delivery__input-section{align-items:center}.customer-register__customer-no-input{width:140px}.Customer-Other-Details-PostCity--hidden,.Customer-Details__Delivery__input-section--hidden{display:flex!important;visibility:hidden!important;order:15}}}@media (min-width: 3430px){.input-wrapper-safari-fix{padding-left:3px}.Customer-Details{width:1250px}.Customer-Info-Other-Details{padding:30px 60px}.Customer-Info-Page__Content{width:2840px;margin:0 auto}.Customer-Info-Page__Horizontal-Separator,.Customer-Info-Page__Footer{width:2556px;margin:0 auto}.Customer-Info-Print-Section{grid-template-columns:4fr 7fr}.Customer-Other__Buttons-Section{grid-template-columns:200px 3fr}.Customer-Info-Page__Header--Separator__Height-div{min-height:20px;max-height:65px;height:calc(100vh - 1275px)}.Customer-Info-Page{justify-content:center;gap:0px;height:unset}.Customer-Info-Page_Middle_Separator--div{min-height:55px;max-height:100px;height:calc(100vh - 1255px);display:flex;justify-content:center;align-items:center}@media (min-height: 1700px){.Customer-Info-Page{flex:1;justify-content:flex-start}.Customer-Info-Page__Header--Separator__Height-div{height:80px;max-height:unset}.Customer-Info-Page_Middle_Separator--div{height:100px;max-height:unset;display:flex;align-items:center}.Customer-Info-Page__Footer{padding-bottom:50px}.Customer-Info-Page__Content{flex:1}.Customer-Details,.Customer-Info-Other-Details{gap:unset;justify-content:space-between;height:auto;padding:50px 60px}.business-details-details-form__input,.Customer-Info-Print-Section{max-height:70px}.Customer-Info-Other-Details>div{height:75.5px;row-gap:calc(var(--row-gap--Customer-row) - 20px);align-items:center;margin-bottom:0}.Customer-Info-Other-Details>*,.Customer-Detials-standard-terms__input-div{height:unset}.Customer-Info-Other-Details{display:grid;grid-template-rows:repeat(7,75.5px);gap:calc(var(--row-gap--Customer-row) - 20px)}.Customer-Other__customer-no-row{align-items:self-end;display:flex}.Customer-Other_Button_find-first-no{height:70px}.Customer-Other-Details-PostCity{display:grid;grid-template-rows:repeat(2,75.5px);column-gap:20px;margin:0!important;height:auto!important;row-gap:calc(var(--row-gap--Customer-row) - 20px)}.Customer-Other-Details-PostCity__Post-label{order:1;flex:1 1 200px}.Customer-Other-Details-PostCity__Post-input{order:3;flex:1 1 200px}.Customer-Other-Details-PostCity__City-label{order:2;flex:2 1 400px}.Customer-Other-Details-PostCity__City-input{order:4;flex:2 1 400px}.Customer-Details__Delivery__input-section{align-items:center}.customer-register__customer-no-input{width:200px}}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;background-color:#fff!important}.Customer-Other-Details-PostCity--hidden,.Customer-Details__Delivery__input-section--hidden{display:none}.Customer-Other__customer-no-row{align-items:center}@media (min-width: 1000px) and (orientation: portrait){.Customer-Info-Page{flex-direction:column;box-shadow:0 4px 50px 0 var(--90percent-shadow-color);width:fit-content;border-radius:50px;padding-top:25px;margin:40px auto 0;flex:unset;gap:0px;height:auto;margin-top:max(10px,calc(100vh - 1181px) / 3)}.Customer-Info-Page__Content{flex-direction:column;width:fit-content;border-radius:50px;padding-top:0;margin:auto;gap:0px}.Customer-Details{height:100%;padding:0 40px;border-radius:40px;gap:20px;display:flex;flex-direction:column;position:relative;box-shadow:none;width:580px}.Customer-Info-Other-Details{margin:0;grid-template-rows:auto;box-shadow:none;width:500px;padding:24px 40px 30px;gap:20px;display:grid;grid-template-columns:1fr 1fr;box-sizing:content-box}.Customer-Info-Page__Footer{display:grid;grid-template-columns:1fr 1fr;width:540px;margin:auto!important;border:none;margin:0;padding-bottom:25px;gap:20px}.Customer-Info-Page_Middle_Separator--div{display:none}.Customer-Details__Delivery__input-section{grid-template-columns:1.5fr 3fr}.Customer-Info-Page__Header--Separator__Height-div{display:none}.Customer-Other-Details-PostCity{display:grid;grid-template-columns:10.5fr 6fr 3fr 12fr;gap:0px;grid-template-rows:37px!important;grid-row:unset}.Customer-Other-Details-PostCity__Post-input{grid-column:2;grid-row:1!important}.Customer-Other-Details-PostCity__City-label{margin:auto}.Customer-Other__customer-no-row{grid-row:4;grid-template-columns:10.5fr 6fr 15fr!important;gap:10px}.Customer-Other-Customer-No-label{grid-column:1;grid-row:4}.Customer-Other-Customer-No-input{grid-column:2}.Customer-Details-Delivery-Header{grid-template-columns:1fr 250px}.Customer-Info-Print-Section{display:none}}:root{--row-gap--Customer-row: 0px}.Customer-Invoice-Page{width:100%;margin:20px auto auto;padding-bottom:1px}.customer-register__Invoices-Paid-Status__modal{background-color:#fff;width:500px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding:15px;border-radius:30px;box-shadow:0 4px 30px 0 var(--shadow-color)}.Customer-invoice-header-row{font-size:var(--font-standard)}.Customer-invoice__header{width:90%;margin:auto;padding-bottom:10px}@media (max-width: 675px){.Customer-invoice__header{gap:10px}}.customer__invoice-no{font-size:var(--font-standard);color:var(--blue-invoice-color)}.customer__open-invoice{font-size:var(--font-standard);color:var(--blue-invoice-color);cursor:pointer;text-align:right}.customer-invoice__paid-tick{position:absolute;left:40px;top:3px}@media (max-width: 675px){.customer-invoice__paid-tick{left:30px}}@media (min-width: 1000px){.customer-invoice__paid-tick{left:26px;top:1.5px}}@media (min-width: 1270px){.customer-invoice__paid-tick{left:30px;top:2px}}@media (min-width: 1390px){.customer-invoice__paid-tick{left:30px;top:2px}}@media (min-width: 1590px){.customer-invoice__paid-tick{left:30px;top:3px}}@media (min-width: 1910px){.customer-invoice__paid-tick{left:40px;top:3px}}@media (min-width: 2550px){.customer-invoice__paid-tick{left:45px}}@media (min-width: 3430px){.customer-invoice__paid-tick{left:65px;top:4px}}.customer-invoice__paid-circle-icon{width:var(--small-icon-width);height:var(--small-icon-width)}.customer-invoice__paid-tick-icon{position:absolute;width:16px;left:2px;top:3px}@media (min-width: 675px) and (max-width: 899px){.customer-invoice__paid-tick-icon{top:4px}}@media (min-width: 1000px){.customer-invoice__paid-tick-icon{top:3px;left:2px;width:8px}}@media (min-width: 1270px){.customer-invoice__paid-tick-icon{top:2px;left:1px;width:12px}}@media (min-width: 1390px){.customer-invoice__paid-tick-icon{top:3px;left:1px;width:12px}}@media (min-width: 1590px){.customer-invoice__paid-tick-icon{top:2px;left:1px;width:14px}}@media (min-width: 1910px){.customer-invoice__paid-tick-icon{top:3px;left:1px;width:16px}}@media (min-width: 2550px){.customer-invoice__paid-tick-icon{width:21px;top:4px;left:2px}}@media (min-width: 3440px){.customer-invoice__paid-tick-icon{width:28px;top:5px;left:3px}}@media (min-width: 675px) and (max-width: 1000px){.Invoice-Search-bar-label{width:110%}}.Customer-Invoice__Date-Paid-Section{display:grid;grid-template-columns:150px 1fr;align-items:center}.customer__invoice-no{overflow:auto;margin-right:10px}.customer-invoices-header,.customer-register__Change-Customer-Name__label{text-align:left!important}.customer-register__Change-Customer-Name__input{text-align:left}@media (max-width: 675px){.Customer-Invoice-Search-Bar{width:110%}}.Customer-invoice__element--invoice-exl-vat_col,.Customer-invoice__element--invoice-exl-vat_Header{display:flex;flex-direction:row-reverse}.Customer-invoice__element--invoice-exl-vat_Header{min-width:max-content}.Customer-Invoice-VAT-Section-Des{position:absolute;top:-58px;right:0;gap:10px;align-items:center;display:flex}.Customer-Invoice-VAT-Section-Icon{width:var(--default-icon-width);height:var(--default-icon-width)}.customer-register__invoice__paid-popup--button{height:var(--standard-button-height);align-items:center;padding:0;display:flex;justify-content:center}@media (min-width: 675px){.Customer-invoice__element--invoice-date_col,.Customer-invoice__element--invoice-date_Header{grid-column:4}}.customer-register__Invoices__date-paid-input{text-align:right}@media (max-width: 674px){.customer-register__Invoices-Paid-Status__modal{max-width:400px}.Customer-Invoice__Date-Paid-Section{grid-template-columns:100px auto}.customer-register__Invoices__date-paid-input{width:95px;justify-self:flex-end;margin-right:23px;text-align:center}.Customer-invoice__header,.customer-register__info-row{width:95%!important}.Customer-Invoice-Search-Bar{width:95%}.Invoice-Search-bar-label{width:100%!important;margin-left:10px}.customer-register__invoice__paid-popup--button{width:95px}.Customer-Invoice-Page{margin-top:0}.customer-register__info-row{margin-left:auto;margin-right:auto;max-width:93vw}}@media (min-width: 675px) and (max-width: 899px){.customer-register__Invoices-Paid-Status__modal{width:400px}.customer-register__Invoices__date-paid-input{width:105px;justify-self:flex-end;margin-right:0;text-align:center}.Customer-Invoice-Page{padding-left:10px}.Customer-invoice__element--invoice-exl-vat_col{padding-right:15px}.customer-invoice__paid-tick{left:30px;top:0}.customer-register__invoice__paid-popup--button{width:120px}.Invoice-Search-bar-label{width:100%;margin-left:20px}.customer-register__invoice__paid-popup--button{width:105px}.Customer-Invoice__Date-Paid-Section{grid-template-columns:150px 130px}.Customer-Invoice-VAT-Section-Des{top:-81px}}@media (min-width: 900px) and (max-width: 999px){.Customer-Invoice-VAT-Section-Des{top:-67px}.customer-register__Invoices-Paid-Status__modal{width:450px}.customer-register__Invoices__date-paid-input{width:115px;justify-self:flex-end;margin-right:22px;text-align:center}.Customer-Invoice-Page{padding-left:10px}.Customer-invoice__element--invoice-exl-vat_col{padding-right:15px}.Customer-invoice__element--invoice-date_col{padding-left:5px}.customer-invoice__paid-tick{left:35px;top:2px}.customer-register__invoice__paid-popup--button{width:115px}.Invoice-Search-bar-label{width:100%;margin-left:20px}}@media (min-width: 1000px) and (max-width: 1269px){.customer-register__Invoices__date-paid-input{width:120px;justify-self:flex-end;margin-right:30px;text-align:center}.Customer-Invoice-Page{margin-top:10px}.Customer-invoice__header,.customer-invoice__element-row{min-width:950px}.customer-invoice__element-row{padding:15px 10px!important}.Customer-invoice__element--invoice-exl-vat_col{padding-right:13px}.customer-register__invoice__paid-popup--button{width:120px}.Invoice-Search-bar-label{width:100%;margin-left:10px}.customer-register__info-row{padding:10px 20px!important;margin-top:10px!important;margin-bottom:10px!important}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Invoice-VAT-Section-Des{top:-51px}.customer-register__Invoices-Paid-Status__modal{width:450px}.customer-register__Invoices__date-paid-input{width:120px;justify-self:flex-end;margin-right:18px;text-align:center}.Customer-invoice__element--invoice-exl-vat_col{padding-right:20px}.Customer-Invoice-Page{width:1241px;padding-left:10px}.customer-register__invoice__paid-popup--button{width:120px}.Invoice-Search-bar-label{width:100%;margin-left:20px}.customer-register__info-row{padding:9px 20px!important;margin-top:11px!important;margin-bottom:11px!important}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Invoice-VAT-Section-Des{top:-47px}.customer-register__Invoices__date-paid-input{width:125px;justify-self:flex-end;margin-right:27px;text-align:center}.Customer-invoice__element--invoice-exl-vat_col{padding-right:20px}.Invoice-Search-bar-label{width:calc(100% + 20px)}.Customer-Invoice-Page{width:calc(100% + 30px);margin-top:15px}.Customer-invoice__header,.customer-invoice__element-row{width:1040px!important}.Customer-invoice__header{padding-bottom:7.5px}.customer-register__invoice__paid-popup--button{width:125px}.customer-register__info-row{padding:10px 15px!important;margin-top:12px!important;margin-bottom:12px!important}}@media (min-width: 1590px) and (max-width: 1909px){.customer-register__Invoices__date-paid-input{width:130px;justify-self:flex-end;margin-right:23px;text-align:center}.Customer-invoice__element--invoice-exl-vat_col{padding-right:20px}.Invoice-Search-bar-label{width:100%;margin-left:20px}.Customer-Invoice-Page{width:1266px;padding-left:10px}.customer-register__invoice__paid-popup--button{width:130px}.customer-register__info-row{padding:10px 20px!important;margin-top:16px!important;margin-bottom:16px!important}.Customer-Invoice-VAT-Section-Des{top:-53px}}@media (min-width: 1910px) and (max-width: 2549px){.customer-register__Invoices-Paid-Status__modal{width:600px}.customer-register__Invoices__date-paid-input{width:140px;justify-self:flex-end;margin-right:40px;text-align:center;border-radius:50px}.Customer-invoice__element--invoice-exl-vat_col{padding-right:25px}.Invoice-Search-bar-label{width:100%;margin-left:20px}.Customer-Invoice-Page{width:1533px;padding-left:10px}.customer-register__invoice__paid-popup--button{width:140px}.customer-register__info-row{padding:12px 20px!important;margin-top:15px!important;margin-bottom:15px!important}.Customer-Invoice-VAT-Section-Des{top:-57px}}@media (min-width: 2550px) and (max-width: 3429px){.customer-register__Invoices-Paid-Status__modal{width:750px}.customer-register__Invoices__date-paid-input{width:220px;justify-self:flex-end;margin-right:20px;text-align:center;border-radius:50px}.customer-register__invoice__paid-popup--button{padding-inline:50px;padding-block:14px}.Invoice-Search-bar-label{width:100%;margin-left:30px}.Customer-Invoice-Page{width:1990px}.Customer-invoice__header{margin:0 0 0 98px!important}.customer-register__invoice__paid-popup--button{width:220px}.Customer-Invoice-VAT-Section-Des{top:-63px}}@media (min-width: 3430px){.customer-register__Invoices-Paid-Status__modal{width:850px;border-radius:50px}.customer-register__Invoices__date-paid-input{width:270px;justify-self:flex-end;margin-right:10px;text-align:center;border-radius:50px}.customer-register__invoice__paid-popup--button{padding-inline:50px;padding-block:14px}.Customer-Invoice-Page{width:2840px;padding-left:10px}.customer-register__invoice__paid-popup--button{width:270px}.Invoice-Search-bar-label{width:100%;margin-left:30px}.Customer-Invoice-VAT-Section-Des{top:-75px}}@media (min-width: 1000px) and (orientation: portrait){.customer-register__Invoices__date-paid-input{width:135px;margin-right:20px}}.customer-invoice__element-row{scroll-snap-align:start;scroll-behavior:smooth;scroll-snap-stop:always}.customer-register__invoices__full--centered{height:inherit!important}.Customer-Invoice-Page{display:flex;flex-direction:column;flex:1 1 0}.customer-invoice__scroll-container{flex:1 1 0;min-height:0;overflow-y:auto;scroll-padding-top:15px;scrollbar-width:none;-ms-overflow-style:none}.customer-invoice__snap-container{scroll-snap-type:y mandatory}.Customer-Row-Close-Icon{position:absolute;right:25px;width:20px;cursor:pointer;width:var(--close-icon-width);height:auto}@media (max-width: 674px){.Customer-Row-Close-Icon{right:7px}}@media (min-width: 675px) and (max-width: 899px){.Customer-Row-Close-Icon{right:17px;padding-top:0}}@media (min-width: 900px) and (max-width: 999px){.Customer-Row-Close-Icon{right:16px;padding-top:0}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Row-Close-Icon{right:8px;padding-top:1px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Row-Close-Icon{right:17px;padding-top:2px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Row-Close-Icon{padding-top:2px;right:12px}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Row-Close-Icon{right:17px;padding-top:2px}}@media (min-width: 1909px) and (max-width: 2549px){.Customer-Row-Close-Icon{right:17px;padding-top:2px}}@media (min-width: 2550px){.Customer-Row-Close-Icon{right:25px}}@media (min-width: 3430px){.Customer-Row-Close-Icon{right:25px}}.Customer-Row-Pointer-Icon{position:absolute;left:-25px;width:20px}@media (min-width: 2550px){.Customer-Row-Pointer-Icon{left:-50px;width:30px}}@media (min-width: 3430px){.Customer-Row-Pointer-Icon{left:-100px;width:40px}}.Customer-Notes-Input{width:inherit;height:calc(100% - 40px);scrollbar-width:none;-ms-overflow-style:none;outline:none;border:none;box-shadow:0 0 20px 0 var(--90percent-shadow-color);font-size:var(--font-standard);padding:10px 10px 0;resize:none;width:90%;color:var(--90percent)}@media only screen and (max-width: 675px){.Customer-Notes-Input{height:calc(100% - 20px)}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: landscape){.Customer-Notes-Input{height:calc(100% - 20px);min-height:600px;margin-bottom:20px}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: portrait){.Customer-Notes-Input{height:calc(100% - 20px)}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: landscape){.Customer-Notes-Input{height:calc(100% - 20px);min-height:600px}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: portrait){.Customer-Notes-Input{height:calc(100% - 20px)}}@media only screen and (min-width: 1000px) and (orientation: portrait){.Customer-Notes-Input{height:calc(100% - 30px)}}@supports (width: -webkit-fill-available){.Customer-Notes-Input{width:-webkit-fill-available}}@supports (width: -moz-available){.Customer-Notes-Input{width:-moz-available}}.customer-notes__input-wrapper{flex:1 1 auto}.Customer-Notes-Page{width:90%;margin:20px auto auto;flex:1 1 auto;display:flex;flex-flow:column}.Customer-Notes__header{font-size:var(--font-standard);font-weight:400;margin-top:0}@media (max-width: 675px){.Customer-Notes-Page{width:95%;margin-top:0}}@media (min-width: 675px) and (max-width: 899px){.Customer-Notes__header{padding-left:10px}}@media (min-width: 900px) and (max-width: 999px){.Customer-Notes__header{padding-left:10px}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Notes__header{padding-left:10px}.Customer-Notes-Page{min-width:950px}.Customer-Notes-Page{margin:10PX auto auto}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Notes-Page{width:1117px}.Customer-Notes__header{padding-left:10px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Notes-Page{width:1030px;margin-left:10px}.Customer-Notes__header{margin-left:10px}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-Notes-Page{width:1140px}.Customer-Notes__header{margin-left:10px}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-Notes__header{margin-left:10px}.Customer-Notes-Page{width:1380px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Notes-Page{width:1790px}.Customer-Notes__header{margin-left:10px}.main-container__customer-register__notes__full--centered{display:flex}.customer-register__notes__full--centered{flex:1 1 auto}@media (min-height: 1400px){.Customer-Notes-Input{height:100%}}}@media (min-width: 3430px){.Customer-Notes-Page{width:2556px}.Customer-Notes__header{padding-left:10px}}@media (min-width: 1000px) and (orientation: portrait){.customer-register__notes__full--centered{height:100%!important;margin:0 auto;display:flex;flex-flow:column}}.Customer-Documents-Page{margin:20px auto auto;width:100%}.customer__open-document{position:relative;font-size:var(--font-standard);color:var(--blue-invoice-color);cursor:pointer;text-align:center}@media (min-width: 675px){.customer__open-document{left:5px}}@media (min-width: 1000px){.customer__open-document{left:34px}}@media (min-width: 1270px){.customer__open-document{left:24px}}@media (min-width: 1390px){.customer__open-document{left:32px}}@media (min-width: 1590px){.customer__open-document{left:10px}}@media (min-width: 1910px){.customer__open-document{left:11px}}@media (min-width: 2550px){.customer__open-document{left:25px}}@media (min-width: 3430px){.customer__open-document{left:0}}.Upload-New-Button{display:flex;justify-content:center;gap:10px;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;cursor:pointer;width:100%;padding:5px 0;border-radius:21px}@media (max-width: 675px){.Upload-New-Button{padding:5px 1px;width:95%}}@media (min-width: 675px) and (max-width: 899px){.Upload-New-Button{gap:10px}}@media (min-width: 900px) and (max-width: 999px){.Upload-New-Button{gap:10px}}@media (min-width: 1000px){.Upload-New-Button{display:flex;justify-content:center;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;cursor:pointer;width:80%;height:auto;border-radius:21px}}@media (min-width: 1390px) and (max-width: 1589px){.Upload-New-Button{width:160px;margin-left:auto;margin-right:4px}}@media (min-width: 1590px) and (max-width: 1909px){.Upload-New-Button{width:100%}}@media (min-width: 1910px) and (max-width: 2549px){.Upload-New-Button{width:100%}}@media (min-width: 2550px) and (max-width: 3429px){.Upload-New-Button{width:90.5%;gap:15px;justify-content:center}}@media (min-width: 3430px){.Upload-New-Button{border-radius:35px;padding-inline:0;gap:20px;width:100%}}.Upload-New-Text{display:block;margin-block:auto}.Customer-documents__name{overflow:hidden;margin-right:10px}.customer-document-name-section{width:100%}.customer-document-name-section>input{text-align:left}.customer__open-document{-webkit-user-select:none;user-select:none}.customer__open-document:active{color:var(--red-text-color);transition-duration:.3s}.Customer-register__upload-icon{width:var(--bigger-icon-width);height:auto}.customer-register__document-submit__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--bigger-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (max-width: 675px){.Customer-Documents-Page{margin-top:0}.Customer-documents__upload-header{margin-left:10px;width:100%}}@media (min-width: 675px) and (max-width: 899px){.Customer-Documents-Page{padding-left:10px;margin-top:15px}.Customer-documents__upload-header{width:100%;margin-left:20px}}@media (min-width: 900px) and (max-width: 999px){.Customer-Documents-Page{padding-left:10px;margin-top:15px}.Customer-documents__upload-header{width:100%;margin-left:20px}}@media (min-width: 1000px) and (max-width: 1269px){.customer-register__info-row__document{min-width:950px}.Customer-documents__name{padding-left:0}.customer__open-document{padding-right:10px}.customer-register__info-row__document{padding:9px 10px!important}.Customer-documents__upload-header{margin-left:67px;width:160px}.Customer-Documents-Page{margin-top:10px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Documents-Page{width:1241px;padding-left:10px}.Customer-documents__upload-header{margin-left:58px;width:100%}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-documents__upload-header{width:100%;margin-left:20px}.Customer-Documents-Page{width:unset;padding-left:30px}.Customer-invoice__header,.customer-register__info-row__document{width:1030px!important}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-documents__upload-header{width:100%;margin-left:20px}.Customer-Documents-Page{width:1266px;padding-left:10px}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-documents__upload-header{width:100%;margin-left:20px}.Customer-Documents-Page{width:1535px;padding-left:10px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Documents-Page{width:1990px}.Customer-documents__upload-header{width:100%;margin-left:58px}.customer-register__info-row__document{width:1790px!important}}@media (min-width: 3430px){.Customer-Documents-Page{width:2840px;padding-left:10px}.Customer-documents__upload-header{margin-left:30px;width:100%}}.Advance-Search__Search-and-More,.Advance-Search__Search-List{font-size:var(--font-standard);width:100%;height:100%;padding:0 10px;gap:20px;cursor:pointer;border-radius:50px;box-shadow:0 0 20px 0 var(--90percent-shadow-color);background-color:#fff;font-weight:400;height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4}.Advance-Search__Search-List:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.Advance-Search__Search-List{border:1px solid var(--blue-invoice-color)}.Advance-Search__Buttons-Section{display:flex;justify-content:space-between;padding-top:20px;gap:50px;align-items:center;margin-bottom:var(--popup-button-section-margin-block)}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search__Buttons-Section{gap:75px}}.customer-register__advance-search__modal .modal__button__close>img{height:auto!important;width:var(--close-icon-width)!important;cursor:pointer;position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right)}.customer-register__advance-search__modal{background-color:#fff;box-shadow:0 10px 100px var(--90percent-shadow-color);max-height:95vh;max-width:95vw;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:45px;border-radius:var(--popup-radius);width:40vw}@media (max-width: 675px){.customer-register__advance-search__modal{width:90vw}}@media (min-width: 675px) and (max-width: 999px){.customer-register__advance-search__modal{width:70vw}}@media (min-width: 1000px) and (max-width: 1269px){.customer-register__advance-search__modal{width:60vw}}.Advance-Search__header{display:flex;justify-content:center;align-items:center;padding-bottom:10px;font-size:var(--font-title);margin-bottom:40px;border-bottom:1px solid #eaeaea}.Advance-Search__input-div{display:flex;margin:0 auto 40px 0}.Advance-Search__search-icon{width:var(--default-icon-width);height:var(--default-icon-width)}.Advance-Search__Element-option{position:relative;display:flex;align-items:center;gap:20px}.Advance-Search__Element-option-circle{width:var(--default-icon-width);height:var(--default-icon-width);cursor:pointer}.Advance-Search__Element-option-tick{position:absolute;width:17px}.Advance-Search__options-Search-Text{color:var(--red-text-color);font-weight:400;margin-bottom:20px}.Advance-Search__options{display:grid;grid-auto-flow:column;column-gap:70px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(8,auto);margin-bottom:20px;font-size:var(--font-standard);row-gap:20px}@media (max-width: 675px){.Advance-Search__options{column-gap:10px}}@media (max-width: 675px){.customer-register__advance-search__modal{padding-left:20px!important;padding-right:20px!important}.Advance-Search__options{word-break:break-all}}@media (min-width: 675px) and (max-width: 899px){.Advance-Search__Search-List,.Advance-Search__Search-and-More{height:30px!important;display:flex;align-items:center;justify-content:center;padding:0!important;width:200px!important}.Advance-Search__Buttons-Section{gap:40px!important;justify-content:center!important}.customer-register__advance-search__modal{max-height:90svh!important}.Advance-Search__Element-option-tick{left:2px}}@media (min-width: 900px) and (max-width: 999px){.Advance-Search__Search-List,.Advance-Search__Search-and-More{width:40%!important;height:35px!important;display:flex;align-items:center;justify-content:center;padding:0!important}.Advance-Search__Element-option-tick{left:3px}}@media (min-width: 1000px) and (max-width: 1269px){.customer-register__advance-search__modal{width:930px!important;padding-top:10px!important}.Advance-Search__options{grid-template-columns:repeat(3,1fr)!important;grid-template-rows:repeat(6,auto)!important}.Advance-Search__Element-option--delivery_address{grid-row-start:1!important}.customer-register__advance-search__modal>div{padding-bottom:0!important}.Advance-Search__header,.Advance-Search__input-div{margin-bottom:16px!important}.Advance-Search__Buttons-Section{padding-top:5px!important;width:60%;margin-left:auto;margin-right:auto;gap:290px}.Advance-Search__Element-option-tick{width:10px;left:1px}}@media (min-width: 1270px) and (max-width: 1389px){.customer-register__advance-search__modal{width:70vw!important;padding-top:10px!important}.Advance-Search__options{grid-template-columns:repeat(3,1fr)!important;grid-template-rows:repeat(6,auto)!important}.Advance-Search__Element-option--delivery_address{grid-row-start:1!important}.Advance-Search__header,.Advance-Search__input-div{margin-bottom:16px!important}.Advance-Search__Buttons-Section{padding-top:5px!important;width:60%;margin-left:auto;margin-right:auto;gap:200px}.Advance-Search__Element-option-tick{width:13px;top:3px;left:.5px}}@media (min-width: 1390px) and (max-width: 1589px){.Advance-Search__Buttons-Section{gap:230px}.Advance-Search__Element-option-tick{width:13px;top:4px;left:1px}}@media (min-width: 1590px) and (max-width: 1909px){.Advance-Search__Buttons-Section{gap:245px}.Advance-Search__Element-option-tick{width:16px;top:3.5px;left:.5px}}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search__Buttons-Section{gap:320px}.Advance-Search__Element-option-tick{width:17px;top:5px;left:1px}}@media (min-width: 2550px) and (max-width: 3429px){.Advance-Search__Buttons-Section{gap:530px}.Advance-Search__Element-option-tick{width:20px;left:3px}}@media (min-width: 3430px){.Advance-Search__Buttons-Section{gap:700px}.Advance-Search__Element-option-circle{width:30px;height:30px}.Advance-Search__Element-option-tick{width:25px;left:2px;top:10px}.Advance-Search__input--SearchBar>div>img{height:34px!important;width:34px!important}.Advance-Search__input--SearchBar>input{font-size:var(--font-standard);padding:5px 0 5px 20px}.Advance-Search__input--SearchBar{border-radius:50px}}.Advance-Search-Results__Header-Element{padding-left:10px}.customer-register__advance-search-results__modal{position:relative}.Advance-Search-Results__Postal-Code{text-align:center}.Advance-Search-Results__Postal-Code-Header{padding-left:10px}.Advance-Search__Button-Print-List{justify-content:center}.customer-register__advance-search-results__modal .modal__button__close>img{height:auto!important;width:var(--close-icon-width)!important;cursor:pointer;position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right)}.customer-register__advanced-search-response__result-inputs{margin-top:.125rem;margin-bottom:.125rem;overflow:hidden;height:var(--standard-input-height)}.customer-register__advance-search-results__modal{background-color:#fff;box-shadow:0 10px 100px var(--90percent-shadow-color);max-height:95vh;min-height:400px;max-width:95vw;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:45px;border-radius:var(--popup-radius);width:90vw}@supports (-webkit-appearance: none){.customer-register__advance-search-results__modal{position:relative!important;transform:none!important;-webkit-transform:none!important}}@supports (-webkit-appearance: none) and (stroke-color: transparent){.customer-register__advance-search-results__modal{min-height:400px;display:flex;flex-direction:column}}.Advance-Search-Results__header{display:flex;gap:40px;align-items:center;font-size:var(--font-title);border-bottom:1px solid var(--90percent-shadow-color);padding-bottom:20px}.Advance-Search-Results__search-icon{width:30px;height:30px}.Advance-Search-Results__Search-query{margin:20px 0;font-size:var(--font-standard);color:var(--red-text-color);font-weight:400;padding-left:10px}.Advance-Search-Results__Row{gap:20px;margin-top:10px;margin-bottom:10px;display:flex;align-items:center;row-gap:10px}.Advance-Search-Results__Header-Row{gap:20px;position:sticky!important;top:-3px;background-color:#fff;z-index:10;padding:10px 0;width:max-content;margin-top:-2px}.Advance-Search-Results__Divider{margin-top:20px}.Advance-Search-Results__Results{height:50vh;min-height:300px;overflow-y:auto;overflow-x:auto;position:relative;padding-top:2px;background-color:#fff}.Advance-Search-Results__Footer{margin-bottom:var(--popup-button-section-margin-block);border-top:1px solid #eaeaea;display:flex;justify-content:space-between;padding:30px 20px 0;align-items:center;font-size:var(--font-standard);column-gap:250px}.Advance-Search-Results__Footer-Buttons{display:flex;align-items:center;gap:20px}.Advance-Search__Button-Close{display:flex;margin:auto;color:var(--blue-text-color);cursor:pointer;border:1px solid var(--blue-invoice-color)!important}.Advance-Search__Button-Print-List{margin:auto;padding:10px 50px;border-radius:20px;cursor:pointer;background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);font-size:var(--font-standard);font-weight:400;height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4}@-moz-document url-prefix(){.Advance-Search__Button-Print-List{line-height:1.8}}.Advance-Search__Button-Print-List:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.Advance-Search-Results__Go-To-Customer{cursor:pointer;color:var(--blue-text-color);display:flex;min-width:max-content;background:#fff!important;position:relative;z-index:2}.Advance-Search-Results__Results{display:grid;grid-template-rows:min-content;width:100%;margin-top:-1px}.Advance-Search-Results__Header-Row,.Advance-Search-Results__Row{display:grid;width:100%}@media (max-width: 674px){.Advance-Search-Results__Footer{padding:20px 0!important;flex-direction:column;gap:10px;align-items:flex-start!important}.Advance-Search-Results__Footer>div:first-child{min-width:fit-content;margin-right:10px}.customer-register__advance-search-results__modal{max-width:98vw!important;width:98vw!important;padding-inline:20px!important}.customer-register__advanced-search-response__result-inputs{line-height:1.5}.Advance-Search-Results__Header-Row,.Advance-Search-Results__Row{gap:5px!important}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:5px;padding-left:20px}}@media (min-width: 675px) and (max-width: 899px){.Advance-Search-Results__Footer{padding:20px 0!important}.Advance-Search-Results__Footer>div:first-child{min-width:fit-content;margin-right:10px}.customer-register__advance-search-results__modal{max-width:98vw!important;width:98vw!important;padding-inline:20px!important;max-height:90svh!important}.customer-register__advanced-search-response__result-inputs{line-height:1.4}.Advance-Search-Results__Header-Row,.Advance-Search-Results__Row{gap:5px!important}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:8px;padding-left:26px}}@media (min-width: 900px) and (max-width: 999px){.Advance-Search__Button-Print-List{padding:0!important;display:flex;justify-content:center;align-items:center}.customer-register__advanced-search-response__result-inputs{line-height:1.5}.Advance-Search-Results__Header-Row,.Advance-Search-Results__Row{gap:5px!important}.customer-register__advance-search-results__modal{width:860px!important;padding-inline:20px!important}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:12px;padding-left:15px}}@media (min-width: 1000px) and (max-width: 1269px){.customer-register__advance-search-results__modal{width:950px!important;padding-inline:20px!important}.Advance-Search-Results__Header-Row,.Advance-Search-Results__Row{gap:10px!important}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:12px;padding-left:15px}}@media (min-width: 1270px) and (max-width: 1389px){.Advance-Search-Results__Search-query{margin:20px 0 0}.customer-register__advance-search-results__modal{width:1250px!important;min-width:unset!important;max-width:max-content!important;padding-left:40px!important;padding-right:40px!important}.Advance-Search-Results__Row,.Advance-Search-Results__Header-Row{gap:10px!important}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:12px;padding-left:13px}.Advance-Search-Results__Reponse-rows{padding-top:0!important}.Advance-Search-Results__Row{margin-top:0}}@media (min-width: 1390px) and (max-width: 1589px){.customer-register__advanced-search-response__result-inputs{line-height:1.5}.customer-register__advance-search-results__modal{width:1330px!important;min-width:unset!important;max-width:max-content!important}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:15px;padding-left:20px}}@media (min-width: 1590px) and (max-width: 1909px){.Advance-Search__Button-Print-List{width:200px}.customer-register__advance-search-results__modal{width:1460px!important;max-width:max-content!important}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:20px;padding-left:14px}.customer-register__advanced-search-response__result-inputs{line-height:1.15}.Advance-Search-Results__header{padding-left:10px}}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search__Button-Print-List{width:215px}.Advance-Search-Results__Header__City{padding-left:5px}.Advance-Search-Results__header{padding-left:10px}.customer-register__advance-search-results__modal{width:1800px!important;max-width:max-content!important}.customer-register__advanced-search-response__result-inputs{line-height:1.4}.Advance-Search-Results__Header--Arrow-Container{gap:30px}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:30px;padding-left:18px}}@media (min-width: 2550px){.customer-register__advance-search-results__modal{width:2300px!important;max-width:fit-content!important}.Advance-Search-Results__Footer-Buttons>div{border-radius:50px}.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:50px}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:25px;padding-left:30px}}@media (min-width: 3430px){.customer-register__advanced-search-response__result-inputs{line-height:1.5}.customer-register__advance-search-results__modal{width:3150px!important;max-width:max-content!important}.Advance-Search__Button-Print-List{width:315px;border-radius:50px!important}.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:70px}.Advance-Search-Results__Header--Arrow-Container__outer-div{gap:30px;padding-left:60px}.Advance-Search-Results__Footer{padding:50px 20px 0!important}}@media (min-width: 1000px) and (orientation: portrait){.customer-register__advanced-search-response__result-inputs{line-height:1.5}.Advance-Search__Button-Print-List{padding:0!important;display:flex;justify-content:center;align-items:center}}.Advance-Search-Results__Highlighted{font-weight:700}.Advance-Search-Results__Results::-webkit-scrollbar:horizontal{height:3px!important;background-color:#fff}.Advance-Search-Results__Results::-webkit-scrollbar-track:horizontal{box-shadow:inset 0 0 5px transparent;border-radius:10px}.Advance-Search-Results__Results::-webkit-scrollbar-thumb:horizontal{background:#acd8ff!important;border-radius:10px}::-webkit-scrollbar:vertical{-webkit-appearance:none;height:0px!important;width:0px!important;background-color:#fff}::-webkit-scrollbar-track:vertical{-webkit-appearance:none;border-radius:0}::-webkit-scrollbar-thumb:vertical{-webkit-appearance:none;background:#fff!important;border-radius:0;width:0px!important;height:0px!important}.Advance-Search-Results__Row>.Advance-Search-Results__Go-To-Customer,.Advance-Search-Results__Header-Row>.Advance-Search-Results__Header-Element:last-child{position:sticky;right:-2px;background:#fff;z-index:11;height:100%;align-items:center;padding-left:10px;padding-right:2px;contain:layout style paint;isolation:isolate}.Advance-Search-Results__Results:after{height:20px;content:"";display:block;background-color:#fff;position:sticky;bottom:-2px;width:100%;z-index:1}.Advance-Search-Results__Go-To-Customer{transform:translateZ(0);backface-visibility:hidden}.Advance-Search-Results__Footer--no-border{margin-top:0!important;border:0px!important}.Advance-Search-Results__Header--Arrow-Container,.Advance-Search-Results__Header--Arrow-Container__outer-div{display:flex;align-items:center;justify-content:center}.Advance-Search-Results__Arrow-Left,.Advance-Search-Results__Arrow-Right{-webkit-user-select:none;user-select:none}.Advance-Search-Results__Arrow-Left--hidden,.Advance-Search-Results__Arrow-Right--hidden{visibility:hidden}.Advance-Search-Results__Results{transition:all .5s}.Advance-Search-Results__search-icon{height:auto!important}@media (max-width: 675px){.Advance-Search-Results__search-icon{width:25px!important}}@media (min-width: 675px) and (max-width: 899px){.Advance-Search-Results__search-icon{width:25px!important}}@media (min-width: 900px) and (max-width: 999px){.Advance-Search-Results__search-icon{width:25px!important}}@media (min-width: 1000px) and (max-width: 1269px){.Advance-Search-Results__search-icon{width:21px!important}}@media (min-width: 1270px) and (max-width: 1389px){.Advance-Search-Results__search-icon{width:21px!important}}@media (min-width: 1390px) and (max-width: 1589px){.Advance-Search-Results__search-icon{width:21px!important}}@media (min-width: 1590px) and (max-width: 1909px){.Advance-Search-Results__search-icon{width:22px!important}}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search-Results__search-icon{width:26px!important}}@media (min-width: 2550px) and (max-width: 3429px){.Advance-Search-Results__search-icon{width:35px!important}}@media (min-width: 3430px){.Advance-Search-Results__search-icon{width:39px!important}}@media (min-width: 1000px) and (orientation: portrait){.Advance-Search-Results__search-icon{width:22px!important}}.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{height:auto!important}@media (min-width: 675px) and (max-width: 899px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:30px!important}}@media (min-width: 1000px) and (max-width: 1269px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:24px!important}}@media (min-width: 1270px) and (max-width: 1389px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:24px!important}}@media (min-width: 1390px) and (max-width: 1589px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:24px!important}}@media (min-width: 1590px) and (max-width: 1909px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:26px!important}}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:30px!important}}@media (min-width: 2550px) and (max-width: 3429px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:38px!important}}@media (min-width: 3430px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:50px!important}}@media (min-width: 1000px) and (orientation: portrait){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:34px!important}}.Advance-Search-Results__Row>*{overflow:hidden;contain:paint}.Advance-Search-Results__Reponse-rows{position:relative;z-index:1}.Advance-Search-Results__Reponse-rows::-webkit-scrollbar{display:none!important}::-webkit-scrollbar{display:none!important}.Advance-Search-Results__Results::-webkit-scrollbar:horizontal{display:block!important}@media (max-width: 675px){.Advance-Search-Results__Inner-Go-To-Customer-container{height:30px!important}}@media (min-width: 675px) and (max-width: 899px){.Advance-Search-Results__Inner-Go-To-Customer-container{height:30px!important}}@media (min-width: 900px) and (max-width: 999px){.Advance-Search-Results__Inner-Go-To-Customer-container{height:35px!important}}@media (min-width: 1000px) and (orientation: portrait){.Advance-Search-Results__Inner-Go-To-Customer-container{height:35px!important}}.Advance-Search-Results__Footer-Buttons{width:auto!important}.Advance-Search-Results__Footer-Buttons>div{width:calc(1.25 * var(--bigger-button-width))!important;height:var(--standard-button-height)!important;display:flex;justify-content:center;align-items:center;min-width:max-content;padding:0}.customer-register__advance-search__modal{overflow-y:scroll;scrollbar-width:none}Advance-Search-Results__CustomScrollbar{position:sticky;bottom:0;left:0;right:0;z-index:2;background:#fff;padding:6px 0}.Advance-Search-Results__CustomScrollbar__track{width:100%;height:4px;border-radius:999px;position:relative;bottom:-10px;overflow:hidden;cursor:pointer}.Advance-Search-Results__CustomScrollbar__thumb{position:absolute;left:0;top:0;height:100%;border-radius:999px;background:#acd8ff;box-shadow:0 1px 3px #00000026;will-change:transform;transition:background .12s ease}.Advance-Search-Results__CustomScrollbar__thumb:active{background:#8ec6ff}body.no-select{-webkit-user-select:none!important;user-select:none!important}.Advance-Search-Results__Results{scrollbar-width:none}.Advance-Search-Results__Results::-webkit-scrollbar{display:none!important}.Advance-Search-Results__Results::-webkit-scrollbar:horizontal{display:none!important}.customer-register__Change-Customer-Name__modal{background-color:#fff;width:500px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--shadow-color)}@media (max-width: 1000px){.customer-register__Change-Customer-Name__modal{margin-top:-100px}}@media (min-width: 1270px){.customer-register__Change-Customer-Name__modal{width:450px}}@media (min-width: 1390px){.customer-register__Change-Customer-Name__modal{width:470px}}@media (min-width: 1590px){.customer-register__Change-Customer-Name__modal{width:500px}}@media (min-width: 1910px){.customer-register__Change-Customer-Name__modal{width:600px}}@media (min-width: 2550px){.customer-register__Change-Customer-Name__modal{width:800px}}@media (min-width: 3430px){.customer-register__Change-Customer-Name__modal{width:1000px}}.customer-register__Change-Customer-Name--label-header{font-size:var(--font-title);font-weight:400;color:var(--heading);margin-bottom:10px;text-align:center;display:block;width:100%}.customer-register__Change-Customer-Name__modal .modal__button__close>img{height:auto!important;width:var(--close-icon-width)!important;cursor:pointer;position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right)}.customer-register__Change-Customer-Name{margin:auto;padding-bottom:15px}.customer-register__Change-Customer-Name__header{width:80%;margin:auto;display:flex;flex-direction:column;gap:15px;padding-bottom:17px;font-size:var(--font-standard);text-align:center}@media (min-width: 3430px){.customer-register__Change-Customer-Name__header{padding-bottom:30px}}.customer-register__Change-Customer-Name__footer{display:flex;justify-content:space-evenly}.customer-register__Change-Customer-Name__popup-footer__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--bigger-button-width);height:var(--default-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.customer-register__Change-Customer-Name__popup-footer__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}@media only screen and (max-width: 674px){.customer-register__Change-Customer-Name__popup-footer__button{width:120px}.customer-register__Change-Customer-Name__popup-footer__button{width:115px}.customer-register__Change-Customer-Name__modal .modal__button__close>img{top:-90px}}@media only screen and (min-width: 675px) and (max-width: 899px){.customer-register__Change-Customer-Name__popup-footer__button{width:130px}.customer-register__Change-Customer-Name__popup-footer__button{width:120px;height:30px;padding:0;display:flex;justify-content:center;align-items:center}.customer-register__Change-Customer-Name__modal .modal__button__close>img{top:-85px}}@media only screen and (min-width: 900px) and (max-width: 999px){.customer-register__Change-Customer-Name__popup-footer__button{width:130px}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.customer-register__Change-Customer-Name__modal{width:380px}.customer-register__Change-Customer-Name__header{gap:10px;padding-bottom:13px}.customer-register__Change-Customer-Name--label-header{margin-bottom:8px}.customer-register__Change-Customer-Name{padding-bottom:14px}}.Customer-register__New-Customer-Button{display:flex;justify-content:space-around;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;cursor:pointer;color:var(--90percent);font-size:var(--font-standard);height:40px;border-radius:21px;padding-inline:25px;min-width:max-content;background:#fff!important;align-items:center}.Customer-register__New-Customer-Section{display:flex;gap:20px;justify-content:space-between;width:100%}@media (max-width: 675px){.Customer-register__New-Customer-Section{gap:.5rem!important}}@media (min-width: 675px) and (max-width: 899px){.Customer-register__New-Customer-Button{width:140px}}@media (min-width: 900px) and (max-width: 999px){.Customer-register__New-Customer-Button{width:200px}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-register__New-Customer-Button{width:200px}}@media (min-width: 1270px) and (max-width: 1589px){.Customer-register__New-Customer-Button{width:170px}}@media (min-width: 1590px) and (max-width: 1909px){.Customer-register__New-Customer-Button{width:220px}}@media (min-width: 1910px) and (max-width: 2549px){.Customer-register__New-Customer-Name__Input{width:100%}.Customer-register__New-Customer-Button{width:200px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-register__New-Customer-Button{width:250px;border-radius:50px}}@media (min-width: 3430px){.Customer-register__New-Customer-Button{width:300px;border-radius:50px}}.invoice-start_custom-date-picker .date-picker-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000003;display:flex;justify-content:center;align-items:center;z-index:1000}.invoice-start_custom-date-picker .date-picker-modal{background:#fff;border-radius:25px;width:550px;max-width:90vw;box-shadow:0 0 40px #acd8ff99;overflow:hidden}.invoice-start_custom-date-picker .modal-content-wrapper{padding:10px 45px}.invoice-start_custom-date-picker .modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 5px 16px;border-bottom:2px solid #acd8ff77}.invoice-start_custom-date-picker .close-icon{display:flex;border:none;background:#fff;justify-content:flex-end}.invoice-start_custom-date-picker .popup-close-icon{width:var(--close-icon-width);height:var(--close-icon-width);position:relative;top:15px;right:25px;cursor:pointer;flex-shrink:0}.invoice-start_custom-date-picker .inline-calendar{background:#fff;border-radius:25px;box-shadow:0 0 40px #acd8ff99}.invoice-start_custom-date-picker .calendar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#00000003;border-bottom:1px solid #acd8ff55}.invoice-start_custom-date-picker .year-option:hover{background-color:#3b82f61a}.invoice-start_custom-date-picker .year-dropdown-menu::-webkit-scrollbar-thumb{background:#acd8ff;border-radius:3px}.invoice-start_custom-date-picker .year-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#3b82f6}.invoice-start_custom-date-picker .calendar-grid{display:grid;min-height:210px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(7,30px);gap:0;height:100%}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px;text-align:center;font-size:var(--font-small);font-weight:400;color:var(--80percent);background:#00000003;border-bottom:1px solid #acd8ff55}.invoice-start_custom-date-picker .calendar-day{padding:0;text-align:center;font-size:var(--font-small);color:var(--80percent);cursor:pointer;transition:all .2s ease;border-right:1px solid #acd8ff55;border-bottom:1px solid #acd8ff55;min-height:30px;display:flex;align-items:center;justify-content:center}.invoice-start_custom-date-picker .calendar-day:hover{background-color:#acd8ff44}.invoice-start_custom-date-picker .calendar-day.today{background-color:#3b82f61a;color:#3b82f6;font-weight:400}.invoice-start_custom-date-picker .calendar-day.selected{background-color:#3b82f6;color:#fff;font-weight:400}.invoice-start_custom-date-picker .date-display-section{padding:8px 4px 20px;background:#fff;display:flex;flex-direction:column;gap:20px;border-top:1px solid #f0f0f0}.invoice-start_custom-date-picker .selected-date-display{color:var(--90percent);font-size:var(--font-small);height:var(--standard-input-height);width:var(--bigger-button-width);text-align:center;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50px;border:1px solid #acd8ff;font-family:monospace}.invoice-start_custom-date-picker .date-picker-buttons{display:flex;gap:12px;justify-content:space-between}.invoice-start_custom-date-picker .date-picker-buttons.reverse{flex-direction:row-reverse}.invoice-start_custom-date-picker .date-picker-buttons button{height:var(--standard-button-height);width:var(--bigger-button-width);min-width:100px;text-align:center;align-content:center;border-radius:25px;font-size:var(--font-small);font-weight:400;cursor:pointer;transition:all .2s ease;border:none}.invoice-start_custom-date-picker .cancel-btn{background:#fff;color:var(--blue-text-color);box-shadow:0 0 10px #acd8ff99;border:1px solid #25bbff!important}.invoice-start_custom-date-picker .apply-btn{background:#3b82f6;color:#fff}.invoice-start_custom-date-picker .apply-btn:hover{background:#2563eb}.invoice-start_custom-date-picker .apply-btn:disabled{color:var(--blue-text-color);background:#fff;box-shadow:0 0 30px #acd8ff99;cursor:not-allowed}@media (min-width: 340px) and (max-width: 674px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:350px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:5px 30px 10px}.invoice-start_custom-date-picker .modal-header{padding:5px 2px 16px}.invoice-start_custom-date-picker .selected-date-display{width:98px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 10px}.invoice-start_custom-date-picker .calendar-day-header{padding:3px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 675px) and (max-width: 899px) and (orientation: landscape){@media screen and (max-height: 600px){.invoice-start_custom-date-picker .date-picker-overlay{position:fixed;overflow-y:auto;display:flex;justify-content:center;padding:20px 0;align-items:flex-start}}.invoice-start_custom-date-picker .calendar-day-header{padding:5px 8px}.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:365px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:5px 30px 10px}.invoice-start_custom-date-picker .modal-header{padding:5px 4px 16px}.invoice-start_custom-date-picker .selected-date-display{width:105px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 10px}.invoice-start_custom-date-picker .calendar-day-header{padding:3px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 675px) and (max-width: 899px) and (orientation: portrait){.invoice-start_custom-date-picker .calendar-day-header{padding:5px 8px}.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:365px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:5px 30px 10px}.invoice-start_custom-date-picker .modal-header{padding:5px 4px 16px}.invoice-start_custom-date-picker .selected-date-display{width:105px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 10px}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 900px) and (max-width: 999px) and (orientation: landscape){@media screen and (max-height: 600px){.invoice-start_custom-date-picker .date-picker-overlay{position:fixed;overflow-y:auto;display:flex;justify-content:center;padding:20px 0;align-items:flex-start}}.invoice-start_custom-date-picker .calendar-day-header{padding:4px 8px}.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:365px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:5px 30px 10px}.invoice-start_custom-date-picker .modal-header{padding:5px 5px 16px}.invoice-start_custom-date-picker .selected-date-display{width:115px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 10px}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 900px) and (max-width: 999px) and (orientation: portrait){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:365px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:10px 30px}.invoice-start_custom-date-picker .modal-header{padding:5px 5px 16px}.invoice-start_custom-date-picker .selected-date-display{width:115px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 10px}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 1000px) and (max-width: 1269px){.invoice-start_custom-date-picker .year-option{padding:8px 10px}.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:310px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:10px 30px}.invoice-start_custom-date-picker .modal-header{padding:5px 5px 16px}.invoice-start_custom-date-picker .calendar-header{padding:10px 20px}.invoice-start_custom-date-picker .selected-date-display{width:92px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 10px}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:20px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,20px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 1000px) and (max-width: 1269px) and (orientation: portrait){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:370px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:10px 30px}.invoice-start_custom-date-picker .calendar-header{padding:10px 20px}.invoice-start_custom-date-picker .selected-date-display{width:120px}.invoice-start_custom-date-picker .calendar-day-header{padding:3px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:30px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,30px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 1270px) and (max-width: 1389px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:325px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:10px 30px}.invoice-start_custom-date-picker .modal-header{padding:5px 5px 16px}.invoice-start_custom-date-picker .calendar-header{padding:6px 20px}.invoice-start_custom-date-picker .selected-date-display{width:90px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 10px}.invoice-start_custom-date-picker .calendar-day-header{padding:1px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:20px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,20px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 1390px) and (max-width: 1589px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:370px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:10px 35px}.invoice-start_custom-date-picker .modal-header{padding:5px 5px 16px}.invoice-start_custom-date-picker .calendar-header{padding:10px 20px}.invoice-start_custom-date-picker .selected-date-display{width:100px}.invoice-start_custom-date-picker .date-field-label{width:80px;min-width:80px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 10px}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:23px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(7,23px)}}@media (min-width: 1590px) and (max-width: 1909px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:435px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:10px 35px}.invoice-start_custom-date-picker .calendar-day-header{padding:6px 8px}.invoice-start_custom-date-picker .year-dropdown-menu{border-radius:8px;max-height:220px;min-width:70px}}@media (min-width: 1910px) and (max-width: 2549px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:435px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:10px 40px}.invoice-start_custom-date-picker .date-display-section{padding:10px 4px 20px}.invoice-start_custom-date-picker .year-dropdown-menu{border-radius:8px;max-height:220px;min-width:80px}}@media (min-width: 2550px) and (max-width: 3429px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:35px;width:610px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:15px 55px}.invoice-start_custom-date-picker .inline-calendar{border-radius:35px}.invoice-start_custom-date-picker .modal-header{padding:10px 5px 20px}.invoice-start_custom-date-picker .calendar-header{padding:25px 20px}.invoice-start_custom-date-picker .date-field-label{width:140px;min-width:100px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 20px}.invoice-start_custom-date-picker .calendar-day-header{padding:8px}.invoice-start_custom-date-picker .calendar-day{min-height:45px}.invoice-start_custom-date-picker .calendar-grid{min-height:200px;grid-template-rows:repeat(7,45px)}.invoice-start_custom-date-picker .year-dropdown-menu{border-radius:15px;max-height:320px;min-width:110px}.invoice-start_custom-date-picker .year-option{padding:18px 26px}}@media (min-width: 3430px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:50px;width:850px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:25px 65px}.invoice-start_custom-date-picker .inline-calendar{border-radius:35px}.invoice-start_custom-date-picker .modal-header{padding:15px 5px 25px}.invoice-start_custom-date-picker .date-input-section{margin:30px 0}.invoice-start_custom-date-picker .calendar-header{padding:35px 20px}.invoice-start_custom-date-picker .date-field-label{width:240px;min-width:180px}.invoice-start_custom-date-picker .date-display-section{padding:25px 5px}.invoice-start_custom-date-picker .calendar-day-header{padding:8px}.invoice-start_custom-date-picker .calendar-day{min-height:65px}.invoice-start_custom-date-picker .calendar-grid{min-height:200px;grid-template-rows:repeat(7,65px)}.invoice-start_custom-date-picker .year-dropdown-menu{border-radius:22px;max-height:400px;min-width:150px}.invoice-start_custom-date-picker .year-option{padding:18px 26px}}.change-paid-status-popup{background:#fff;border-radius:var(--popup-radius);padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:5px;width:490px;box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.change-paid-status-popup--hidden{opacity:0}.change-paid-status-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.change-paid-status-popup__header{font-size:var(--font-title);font-weight:400;color:var(--heading);margin-bottom:10px;text-align:center;display:block;width:100%}.change-paid-status-popup__inner-container{width:80%;display:flex;flex-direction:column;text-align:center;margin:auto;gap:20px}.change-paid-status-popup__title{font-size:var(--font-standard);font-weight:400;color:var(--90percent);text-align:left}.change-paid-status-popup__date-section{display:flex;justify-content:space-around;align-items:center}.change-paid-status-popup__date-label{font-size:var(--font-standard);font-weight:400;width:var(--bigger-button-width);color:var(--90percent);text-align:center!important}.change-paid-status-popup__date-input-container{position:relative;cursor:pointer}.change-paid-status-popup__date-input-container:before{content:"";display:block;width:10px;height:60%;position:absolute;top:50%;right:0;transform:translate(100%) translateY(-50%)}.change-paid-status-popup__date-input-container img{display:block;width:var(--default-icon-width);position:absolute;right:-28px;top:50%;transform:translateY(-50%)}.change-paid-status-popup__date-input{width:var(--bigger-button-width);text-decoration:none;border-radius:20px;padding:0 10px;border:1px solid var(--shadow-color);margin-bottom:.125rem;margin-top:.125rem;color:var(--90percent);font-size:var(--font-standard);display:inline-flex;align-items:center;justify-content:center;line-height:var(--standard-input-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;justify-self:flex-end;text-align:center}.change-paid-status-popup__footer{display:flex;justify-content:space-around;margin-bottom:var(--popup-button-section-margin-block)}.change-paid-status-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);padding:0;border:1px solid var(--blue-invoice-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent;width:var(--bigger-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.change-paid-status-popup__date-input:focus,.change-paid-status-popup__button--submit:focus,.change-paid-status-popup__button--cancel:focus{border:1px solid var(--blue-invoice-color)}@media (max-width: 500px){.change-paid-status-popup{min-width:unset;width:90vw;max-width:360px;padding-inline:20px}.change-paid-status-popup__title{font-size:var(--font-standard)}.change-paid-status-popup__footer{flex-direction:column}.change-paid-status-popup__button{width:100%}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.change-paid-status-popup{border-radius:25px;padding-inline:5px;width:360px}.change-paid-status-popup__date-input-container img{right:-20px}.change-paid-status-popup__inner-container{gap:14px}.change-paid-status-popup__header{margin-bottom:7px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.change-paid-status-popup{border-radius:25px;padding-inline:5px;width:360px}.change-paid-status-popup__date-input-container img{right:-20px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.change-paid-status-popup{border-radius:25px;padding-inline:5px;width:380px}.change-paid-status-popup__date-input-container img{right:-20px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.change-paid-status-popup{border-radius:25px;padding-inline:5px;width:420px}.change-paid-status-popup__date-input-container img{right:-24px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.change-paid-status-popup{padding-inline:5px;width:660px}.change-paid-status-popup__date-input-container img{right:-35px}}@media only screen and (min-width: 3430px){.change-paid-status-popup{padding-inline:15px;width:830px}.change-paid-status-popup__date-input-container img{right:-55px}.change-paid-status-popup__date-input{border-radius:40px}}.help-text-popup{background-color:#fff;width:450px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px;box-shadow:0 4px 30px #acd8ffcc}.help-text-popup__button{padding-inline:40px;padding-block:8px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;border:1px solid transparent}.help-text-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.help-text-popup__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}@media only screen and (max-width: 675px){.help-text-popup__button{width:105px;height:30px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 675px) and (max-width: 899px){.help-text-popup__button{width:110px;height:30px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 900px) and (max-width: 999px){.help-text-popup__button{width:120px;height:35px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 1270px) and (max-width: 1589px){.help-text-popup__button{width:125px;height:33px;display:flex;justify-content:center;align-items:center}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.help-text-popup__button{width:140px;height:35px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.help-text-popup{width:600px;border-radius:40px}.help-text-popup__button{width:153px;height:33px;display:flex;justify-content:center;align-items:center}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.help-text-popup{width:700px;border-radius:45px}.help-text-popup__button{width:210px;height:53px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 3430px){.help-text-popup{width:800px;border-radius:55px}.help-text-popup__button{width:260px;height:68px;display:flex;justify-content:center;align-items:center;padding:0}}.import-popup{background-color:#fff;width:850px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--wider-confirmation-popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.import-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--middle-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4}.import-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.import-popup__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.logged-out-popup .import-popup__button{min-width:var(--bigger-button-width);width:var(--bigger-button-width)}.import-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.import-popup>div:first-child{height:0px}.import-popup .import-popup-heading{text-align:center}.import-popup .import-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.import-popup .centered-div:nth-child(3){margin-block:var(--popup-button-section-margin-block)!important}.import-popup .import-popup-text{margin-top:var(--popup-text-margin-top);margin-bottom:var(--popup-text-margin-bottom);text-align:center;color:var(--90percent)}.import-popup__duplicate-invoice-popup{width:800px}.import-popup__action-btn{width:110px}@media (min-width: 1000px) and (max-width: 1269px){.import-popup{width:650px}.import-popup__duplicate-invoice-popup{width:600px}.import-popup__action-btn{width:110px}}@media (min-width: 1270px) and (max-width: 1389px){.import-popup{width:650px}.import-popup__duplicate-invoice-popup{width:600px}.import-popup__action-btn{width:110px}}@media (min-width: 1390px) and (max-width: 1589px){.import-popup{width:650px}.import-popup__duplicate-invoice-popup{width:600px}.import-popup__action-btn{width:110px}}@media (min-width: 1590px) and (max-width: 1909px){.import-popup{width:690px}.import-popup__action-btn{width:110px}}@media (min-width: 2550px) and (max-width: 3429px){.import-popup{width:1000px}.import-popup__action-btn{width:180px}}@media (min-width: 3430px){.import-popup{width:1420px}.import-popup__action-btn{width:220px}}:root{--import-summary-popup-padding-top: 20px;--import-summary-popup-padding-side: 50px;--import-summary-popup-label-width: 120px;--import-summary-popup-field-width: 400px}.import-summary-popup__container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:101;display:flex;align-items:center;justify-content:center;background-color:#00000003}.import-summary-popup{width:640px;padding-inline:var(--popup-padding-inline);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:max-content;min-height:max-content;max-height:80vh;overflow-y:auto;background-color:#fff;border-radius:var(--popup-radius);box-shadow:0 4px 50px var(--90percent-shadow-color);padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom)}.import-summary-popup__conflict-popup__action-btn,.import-summary-popup__duplicate-invoice-popup__action-btn{width:200px!important}.import-summary-popup__title{font-size:var(--font-title);color:var(--heading);display:flex;justify-content:center;align-items:center}.import-summary-popup__field-container{display:flex;flex-direction:column;padding-top:calc(var(--default-spacing-top-section) + 10px);margin-bottom:15px}.import-summary-popup__description{font-size:var(--font-standard);color:var(--90percent);line-height:1.5;margin:0;white-space:pre-wrap;text-align:center;margin-top:var(--popup-text-margin-top);margin-bottom:var(--popup-text-margin-bottom)}.import-summary-popup__bottom-buttons{display:flex;align-items:center;justify-content:center;gap:50px;margin-block:var(--popup-button-section-margin-block)!important}.import-summary-popup__action-btn{background-color:#fff;color:var(--blue-text-color);height:var(--standard-input-height);outline:none;border:1px solid white;border-radius:var(--popup-radius);display:flex;align-items:center;justify-content:center;width:var(--middle-button-width);box-shadow:0 0 20px #acd8ff99;cursor:pointer;font-size:var(--font-standard)}.import-summary-popup__action-btn.blue-button{height:calc(var(--standard-input-height));outline:none;border:1px solid var(--dark-blue-button);border-radius:var(--popup-border-radius);display:flex;align-items:center;justify-content:center;width:var(--bigger-button-width);background-color:var(--dark-blue-button);color:#fff;cursor:pointer;padding:0 30px}.import-summary-popup__icon-container{width:var(--close-icon-width);padding-bottom:10px}.import-summary-popup__icon-container img{width:var(--close-icon-width);cursor:pointer;position:absolute;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right)}@media only screen and (max-width: 674px){.import-summary-popup{width:350px}}@media only screen and (min-width: 675px) and (max-width: 899px){.import-summary-popup{width:450px}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.import-summary-popup{width:450px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.import-summary-popup{width:550px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.import-summary-popup{width:590px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.import-summary-popup{width:640px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.import-summary-popup{width:600px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.import-summary-popup{width:800px}}@media (min-width: 3430px){.import-summary-popup{width:920px}}:root{--import-progress-popup-padding-top: 20px;--import-progress-popup-padding-side: 50px;--import-progress-popup-bar-height: 20px}.import-progress-popup__container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:101;display:flex;align-items:center;justify-content:center;border:1px solid var(--90percent-shadow-color)}.import-progress-popup{width:500px;padding:var(--import-progress-popup-padding-top) var(--import-progress-popup-padding-side);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:var(--popup-radius);box-shadow:0 4px 30px #acd8ffcc;text-align:center}.import-progress-popup__title{font-size:var(--font-title);color:var(--heading);display:flex;justify-content:center;align-items:center;margin-bottom:20px}.import-progress-popup__progress-bar-container{width:100%;background:var(--10percent);height:var(--import-progress-popup-bar-height);border-radius:10px;overflow:hidden;margin-bottom:10px;border:1px solid var(--20percent)}.import-progress-popup__progress-bar{height:100%;background:var(--dark-blue-button);width:0%;transition:width .2s ease}.import-progress-popup__progress-text{color:var(--90percent);font-size:var(--font-standard);color:var(--text-secondary)}@media (min-width: 2550px){.import-progress-popup{width:650px}}@media (min-width: 3430px){.import-progress-popup{width:750px}}.import-popup__detail p{white-space:pre-wrap}.import-popup__detail-1{margin-bottom:10px}.import-popup__error-popup .wider-close-popup-text,.import-popup__conflict-popup .import-popup-text{white-space:pre-wrap}.import-popup__conflict-popup__action-btn{width:400px}.import-popup__duplicate-invoice-popup__action-btn{width:280px}@media (min-width: 1270px) and (max-width: 1389px){.import-popup__conflict-popup__action-btn{width:275px}}@media (min-width: 2550px) and (max-width: 3429px){.import-popup__conflict-popup__action-btn{width:460px}.import-popup__duplicate-invoice-popup__action-btn{width:340px}}@media (min-width: 3430px){.import-popup__conflict-popup__action-btn{width:650px}.import-popup__duplicate-invoice-popup__action-btn{width:470px}}.admin-navbar{width:100%;height:10dvh;display:flex;align-items:center;justify-content:space-between;box-shadow:0 0 10px #00000026;position:relative}.admin-navbar__title{height:100%;width:var(--admin-menubar-width);background-color:#0082ff;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.admin-navbar__profile-container{height:100%;padding:0 5%;display:flex;align-items:center;justify-content:center}.admin-navbar__profile-container>.img-container{height:50px;width:50px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.admin-navbar__profile-container>.img-container>img{width:100%}.admin-navbar__profile-container>h2{font-weight:400;font-size:var(--font-standard);padding-left:20px}.admin-main__link-buttons__nav{display:flex;align-items:center;justify-content:left;flex-wrap:wrap}.admin-main__link-buttons__nav a{text-decoration:none}.admin-main__link-buttons__nav button{outline:none;border:none;background:#fff;cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:40px;padding:20px}.admin-main__link-buttons__nav button p{font-weight:700;font-size:var(--font-small);text-transform:uppercase;padding-left:10px}.admin-main__link-buttons__nav button img{width:30px;border-radius:5px}.admin-main__link-buttons{display:flex;align-items:center;justify-content:left;flex-wrap:wrap}.admin-main__link-buttons a{margin-right:30px;margin-bottom:30px;text-decoration:none}.admin-main__link-buttons button{width:220px;height:80px;outline:none;border:2px solid var(--admin-blue);border:none;background:#fff;box-shadow:0 2px 6px #00000040;cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:40px;display:grid;grid-template-columns:1fr 4fr;place-items:center;padding:20px}.admin-main__link-buttons button p{font-weight:700;font-size:var(--font-small);text-transform:uppercase;padding-left:10px}.admin-main__link-buttons button img{width:30px;border-radius:5px}.admin-navbar>div{display:flex;align-items:center;justify-content:space-between;width:calc(100% - var(--admin-menubar-width));padding-left:20px}@media screen and (max-width: 1269px){.admin-navbar__title{font-size:1rem}.admin-navbar__profile-container>.img-container{height:50px;width:50px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%}.admin-navbar__profile-container>h2{font-size:1rem}}.admin-menu{width:var(--admin-menubar-width);height:90dvh;background-color:#0f7ee8;display:flex;flex-direction:column;justify-content:space-between;margin:0;box-sizing:border-box;padding:20px;overflow-y:auto}.admin-menu *{color:#fff;list-style:none;text-decoration:none;padding:0;margin:0;box-sizing:border-box;outline:nones}.admin-menu__arrow-down,.admin-menu__arrow-right,.admin-menu__arrow-placeholder{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid #fff;transform:translate(1px)}.admin-menu__arrow-placeholder{visibility:hidden}.admin-menu__arrow-down{rotate:90deg}.admin-menu__dropdown .admin-menu__dropdown-link,.admin-menu__quick-link__header{display:flex;align-items:center;font-size:1.1rem;padding-left:8px;padding-top:10px}.admin-menu__dropdown-link-container{display:flex;align-items:center;justify-content:left;padding:6px 0}.admin-menu__dropdown-sublink,.admin-menu__dropdown-sublink__active,.admin-menu__quick-link__link{padding-top:6px;padding-left:36px;font-family:400;font-size:.9rem}.admin-menu__dropdown-sublink__active{font-weight:700}.admin-menu__quick-link__link{cursor:pointer}.admin-button-active-white{width:8px;height:8px;border-radius:50%;background-color:#fff;margin-right:6px}.admin-menu__buttons>button{width:100%;margin:10px auto 0;outline:none;border:none;padding:8px 12px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:left;background:transparent}.admin-menu__buttons>button:nth-child(1){margin-top:0}.admin-menu__buttons>button>*{margin-right:10px}.admin-menu__buttons>button>img{width:20px;height:20px}@media screen and (max-width: 1269px){.admin-menu__dropdown-sublink,.admin-menu__dropdown-sublink__active{padding-left:24px}}.add-language__header-dropdown,.add-language__header-dropdown *{padding:0;margin:0;box-sizing:border-box}.add-language__header-dropdown{background-color:#0082ff;width:300px;height:40px;border-radius:10px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 5px #0003;cursor:pointer}.add-language__header-dropdown-current-value{width:100%;display:flex;align-items:center;justify-content:center;display:grid;grid-template-columns:1fr 3fr;place-items:center}.add-language__header-dropdown-current-value>p{color:#fff;display:flex;width:100%;height:100%;align-items:center;justify-content:left}.add-language__header-dropdown-current-value>svg{fill:#fff;width:30px;height:30px;transform:translateY(1px)}.add-language__header-dropdown .add-language__header-dropdown-values{position:absolute;top:50px;width:250px;background-color:#fff;border-radius:10px;box-shadow:0 1px 7px #0003;padding:10px 20px;z-index:+1}.add-language__header-dropdown-value{padding:2px}.admin-country__breadcrumb{display:flex;align-items:center;justify-content:left;width:100%;height:8vh;padding-left:30px}.admin-country__breadcrumb-link-container{display:flex;align-items:center;justify-content:left;margin-right:10px}.admin-country__breadcrumb-arrow-right{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid var(--admin-blue);transform:translateY(2px);margin-left:10px}.admin-country__breadcrumb-link-container a{text-decoration:none;color:var(--admin-blue);font-size:1rem;font-weight:700}.admin-country__breadcrumb-link-container:last-child a{font-weight:700}.invoice-start_metrics-wrapper{width:100%;height:100px;margin:0 auto;display:flex;flex-direction:column}.invoice-start_metrics-wrapper .metrics-container{display:flex;gap:2rem;flex-wrap:wrap}.invoice-start_metrics-wrapper .metric-card{padding:.5rem;flex:1;min-width:200px;text-align:center}.invoice-start_metrics-wrapper .metric-card .percentage{font-size:var(--font-small);margin-bottom:.3rem;font-weight:400;color:var(--green-text-color)}.invoice-start_metrics-wrapper .metric-card .label{font-size:var(--font-small);color:var(--60percent);margin-top:.2rem}.invoice-start_metrics-wrapper .metric-card .value{font-size:var(--font-title);font-weight:400}.invoice-start_metrics-wrapper .metric-card.income .value,.invoice-start_metrics-wrapper .metric-card .percentage{color:var(--green-text-color)}.invoice-start_metrics-wrapper .metric-card.outstanding .value,.invoice-start_metrics-wrapper .metric-card.outstanding .percentage{color:var(--red-text-color)}.invoice-start_metrics-wrapper .metric-card.total .value,.invoice-start_metrics-wrapper .metric-card.total .percentage{color:var(--blue-text-color)}@media only screen and (min-width: 3430px){.invoice-start_metrics-wrapper{height:10vh;min-height:160px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.invoice-start_metrics-wrapper{height:11vh;min-height:130px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.invoice-start_metrics-wrapper{height:12vh;min-height:100px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.invoice-start_metrics-wrapper{height:13vh;min-height:80px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.invoice-start_metrics-wrapper .metric-card{min-width:150px}.invoice-start_metrics-wrapper{width:80%;height:11vh;min-height:70px;margin-bottom:2rem}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.invoice-start_metrics-wrapper .metric-card{padding:2px}.invoice-start_metrics-wrapper{height:11vh;min-height:70px}}@media only screen and (min-width: 1270px) and (max-width: 1389px) and (orientation: portrait){.invoice-start_metrics-wrapper{height:8vh}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.invoice-start_metrics-wrapper .metric-card{padding:2px}.invoice-start_metrics-wrapper{width:80%;height:13vh;min-height:70px;margin-bottom:2rem}}@media only screen and (min-width: 1000px) and (max-width: 1269px) and (orientation: portrait){.invoice-start_metrics-wrapper{height:10vh}}@media only screen and (min-width: 675px) and (max-width: 999px){.invoice-start_metrics-wrapper .metric-card{padding:2px;min-width:60px}.invoice-start_metrics-wrapper .metrics-container{gap:0rem}.invoice-start_metrics-wrapper{width:85%;margin-bottom:2rem}}@media only screen and (min-width: 675px) and (max-width: 999px) and (orientation: portrait){.invoice-start_metrics-wrapper{height:10vh}}@media only screen and (min-width: 900px) and (max-width: 999px){.invoice-start_metrics-wrapper{margin-left:75px}}@media only screen and (min-width: 675px) and (max-width: 899px){.invoice-start_metrics-wrapper{margin-left:65px}}@media only screen and (min-width: 340px) and (max-width: 674px){.invoice-start_metrics-wrapper .metric-card{padding:2px;min-width:80px}.invoice-start_metrics-wrapper .metrics-container{gap:0;flex-wrap:nowrap;width:103%;margin-left:11px}.invoice-start_metrics-wrapper{margin-left:0;width:101%;height:100px}}.invoice-start_custom-date-picker .date-picker-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1000}.invoice-start_custom-date-picker .date-picker-modal{background:#fff;border-radius:var(--popup-radius);width:550px;max-width:90vw;box-shadow:0 0 40px #acd8ff99;overflow:hidden}.invoice-start_custom-date-picker .modal-content-wrapper{padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom)}.invoice-start_custom-date-picker .modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 5px 16px;border-bottom:2px solid #acd8ff77}.invoice-start_custom-date-picker .header-icon{display:flex;gap:12px}.invoice-start_custom-date-picker .close-icon{display:flex;border:none;background:#fff;justify-content:flex-end;height:10px}.invoice-start_custom-date-picker .popup-calendar-icon{width:var(--default-icon-width);height:var(--default-icon-width);position:relative;top:3px;flex-shrink:0}.invoice-start_custom-date-picker .popup-close-icon{width:var(--close-icon-width);height:var(--close-icon-width);position:relative;top:var(--popup-close-icon-top);right:var(--popup-close-icon-right);cursor:pointer;flex-shrink:0}.invoice-start_custom-date-picker .modal-header p{margin:0;color:var(--90percent);font-size:var(--font-subtitle);font-weight:400}.invoice-start_custom-date-picker .modal-content{padding:0}.invoice-start_custom-date-picker .inline-calendar{background:#fff;border-radius:25px;box-shadow:0 0 40px 0 var(--90percent-shadow-color)}.invoice-start_custom-date-picker .calendar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:25px 25px 0 0;background:#fff;border-bottom:1px solid var(--40percent-shadow-color)}.invoice-start_custom-date-picker .calendar-month-year-container{display:flex;align-items:center;gap:8px;position:relative}.invoice-start_custom-date-picker .calendar-month{font-weight:400;color:var(--90percent);font-size:var(--font-small)}.invoice-start_custom-date-picker .calendar-year-selector{position:relative}.invoice-start_custom-date-picker .calendar-year-btn{display:flex;align-items:center;gap:8px;padding:0;background:none;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:400;color:var(--90percent);font-size:var(--font-small);border:none}.invoice-start_custom-date-picker .year-dropdown-arrow{width:var(--small-icon-width);transition:transform .2s ease}.invoice-start_custom-date-picker .year-dropdown-arrow.open{transform:rotate(180deg)}.invoice-start_custom-date-picker .year-dropdown-menu{position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);background:#fff;border-radius:8px;box-shadow:0 0 20px #acd8ff99;height:auto;overflow-y:auto;z-index:1100;min-width:60px;opacity:0;transform:translate(-50%) translateY(-8px);transition:opacity .2s,transform .2s;pointer-events:none}.invoice-start_custom-date-picker .year-dropdown-menu.open{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.invoice-start_custom-date-picker .year-option{padding:8px 16px;cursor:pointer;transition:background-color .2s ease;font-size:var(--font-small);color:var(--80percent);text-align:center}.invoice-start_custom-date-picker .year-option:hover{background-color:var(--10percent-shadow-color)}.invoice-start_custom-date-picker .year-option.selected{font-weight:600}.invoice-start_custom-date-picker .year-dropdown-menu::-webkit-scrollbar{width:6px}.invoice-start_custom-date-picker .year-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.invoice-start_custom-date-picker .year-dropdown-menu::-webkit-scrollbar-thumb{background:var(--shadow-color);border-radius:3px}.invoice-start_custom-date-picker .calendar-nav-btn{background:none;border:none;cursor:pointer;padding:4px 8px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center}.invoice-start_custom-date-picker .calendar-nav-btn img{width:var(--small-icon-width);height:var(--small-icon-width)}.invoice-start_custom-date-picker .calendar-month-year{font-weight:400;color:var(--90percent);font-size:var(--font-small)}.invoice-start_custom-date-picker .calendar-grid{display:grid;min-height:210px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(8,30px);gap:0;height:100%}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px;text-align:center;font-size:var(--font-small);font-weight:400;color:var(--80percent);background:#fff;border-bottom:1px solid var(--40percent-shadow-color)}.invoice-start_custom-date-picker .calendar-day{padding:0;text-align:center;font-size:var(--font-small);color:var(--80percent);cursor:pointer;transition:all .2s ease;border-right:1px solid var(--40percent-shadow-color);border-bottom:1px solid var(--40percent-shadow-color);min-height:30px;display:flex;align-items:center;justify-content:center}.invoice-start_custom-date-picker .calendar-day:hover{background-color:var(--40percent-shadow-color)}.invoice-start_custom-date-picker .calendar-day.empty{cursor:default;color:transparent}.invoice-start_custom-date-picker .calendar-day.empty:hover{background-color:transparent}.invoice-start_custom-date-picker .calendar-day.today{background-color:var(--40percent-shadow-color);color:var(--blue-text-color);font-weight:400}.invoice-start_custom-date-picker .calendar-day.selected{background-color:var(--blue-button);color:#fff;font-weight:400}.invoice-start_custom-date-picker .calendar-day.disabled{color:var(--40percent);cursor:not-allowed}.invoice-start_custom-date-picker .calendar-day.disabled:hover{background-color:transparent}.invoice-start_custom-date-picker .calendar-day:nth-child(7n){border-right:none}.invoice-start_custom-date-picker .calendar-day-header:nth-child(7n){border-right:none}.invoice-start_custom-date-picker .calendar-grid-wrapper{overflow:hidden;border-radius:0 0 25px 25px}.invoice-start_custom-date-picker .date-input-section{margin:20px 0}.invoice-start_custom-date-picker .date-display-section{padding:8px 4px 0;background:#fff;display:flex;flex-direction:column;gap:20px;border-top:1px solid #f0f0f0}.invoice-start_custom-date-picker .date-fields-container{display:flex;flex-direction:column;gap:16px;padding:0 5px}.invoice-start_custom-date-picker .date-field-row{display:flex;align-items:center;gap:12px;justify-content:flex-start}.invoice-start_custom-date-picker .date-field-label{color:var(--90percent);font-size:var(--font-small);font-weight:400;min-width:100px;width:100px;text-align:left;flex-shrink:0}.invoice-start_custom-date-picker .selected-date-display{color:var(--90percent);font-size:var(--font-small);line-height:var(--standard-input-height);height:var(--standard-input-height);width:var(--bigger-button-width);text-align:center;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50px;border:1px solid var(--shadow-color)}.invoice-start_custom-date-picker .date-picker-buttons{display:flex;gap:12px;justify-content:space-between;margin-bottom:var(--popup-button-section-margin-block)}.invoice-start_custom-date-picker .date-picker-buttons button{font-size:var(--font-standard);height:var(--standard-button-height);width:var(--bigger-button-width);text-align:center;display:flex;align-items:center;justify-content:center;border-radius:25px;font-weight:400;cursor:pointer;transition:all .2s ease;border:none}.invoice-start_custom-date-picker .cancel-btn{background:#fff;color:var(--blue-text-color);box-shadow:0 0 10px 0 var(--90percent-shadow-color);border:1px solid var(--blue-invoice-color)!important}.invoice-start_custom-date-picker .apply-btn{background:var(--blue-button);color:#fff}.invoice-start_custom-date-picker .apply-btn:disabled{color:var(--blue-text-color);background:#fff;box-shadow:0 0 30px 0 var(--90percent-shadow-color);cursor:not-allowed}@media (max-width: 1000px){.invoice-start_custom-date-picker .popup-calendar-icon{top:0}}@media (min-width: 340px) and (max-width: 674px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:350px}.invoice-start_custom-date-picker .modal-header{padding:0 2px 16px}.invoice-start_custom-date-picker .selected-date-display{width:98px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:3px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 675px) and (max-width: 899px) and (orientation: landscape){@media screen and (max-height: 600px){.invoice-start_custom-date-picker .date-picker-overlay{position:fixed;overflow-y:auto;display:flex;justify-content:center;padding:20px 0;align-items:flex-start}}.invoice-start_custom-date-picker .calendar-day-header{padding:5px 8px}.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:365px}.invoice-start_custom-date-picker .modal-header{padding:0 4px 16px}.invoice-start_custom-date-picker .selected-date-display{width:105px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:3px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 675px) and (max-width: 899px) and (orientation: portrait){.invoice-start_custom-date-picker .calendar-day-header{padding:5px 8px}.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:365px}.invoice-start_custom-date-picker .modal-content-wrapper{padding:5px 30px 10px}.invoice-start_custom-date-picker .selected-date-display{width:105px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 900px) and (max-width: 999px) and (orientation: landscape){@media screen and (max-height: 600px){.invoice-start_custom-date-picker .date-picker-overlay{position:fixed;overflow-y:auto;display:flex;justify-content:center;padding:20px 0;align-items:flex-start}}.invoice-start_custom-date-picker .calendar-day-header{padding:4px 8px}.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:365px}.invoice-start_custom-date-picker .modal-header{padding:0 5px 16px}.invoice-start_custom-date-picker .selected-date-display{width:115px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 900px) and (max-width: 999px) and (orientation: portrait){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:365px}.invoice-start_custom-date-picker .modal-header{padding:0 5px 16px}.invoice-start_custom-date-picker .selected-date-display{width:115px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:26px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,26px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 1000px) and (max-width: 1269px){.invoice-start_custom-date-picker .year-option{padding:8px 10px}.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:310px}.invoice-start_custom-date-picker .modal-header{padding:0 5px 16px}.invoice-start_custom-date-picker .calendar-header{padding:10px 20px}.invoice-start_custom-date-picker .selected-date-display{width:92px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:20px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,20px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 1000px) and (max-width: 1269px) and (orientation: portrait){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:370px}.invoice-start_custom-date-picker .calendar-header{padding:10px 20px}.invoice-start_custom-date-picker .selected-date-display{width:120px}.invoice-start_custom-date-picker .calendar-day-header{padding:3px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:30px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,30px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 1270px) and (max-width: 1389px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:325px}.invoice-start_custom-date-picker .modal-header{padding:0 5px 16px}.invoice-start_custom-date-picker .calendar-header{padding:6px 20px}.invoice-start_custom-date-picker .selected-date-display{width:90px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:1px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:20px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,20px)}.invoice-start_custom-date-picker .date-field-row{justify-content:space-between}}@media (min-width: 1390px) and (max-width: 1589px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:370px}.invoice-start_custom-date-picker .modal-header{padding:0 5px 16px}.invoice-start_custom-date-picker .calendar-header{padding:10px 20px}.invoice-start_custom-date-picker .selected-date-display{width:100px}.invoice-start_custom-date-picker .date-field-label{width:80px;min-width:80px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:2px 8px}.invoice-start_custom-date-picker .calendar-day{min-height:23px}.invoice-start_custom-date-picker .calendar-grid{min-height:135px;grid-template-rows:repeat(8,23px)}}@media (min-width: 1590px) and (max-width: 1909px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:435px}.invoice-start_custom-date-picker .calendar-day-header{padding:6px 8px}.invoice-start_custom-date-picker .year-dropdown-menu{border-radius:8px;max-height:220px;min-width:70px}}@media (min-width: 1910px) and (max-width: 2549px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:25px;width:435px}.invoice-start_custom-date-picker .date-display-section{padding:10px 4px 0}.invoice-start_custom-date-picker .year-dropdown-menu{border-radius:8px;max-height:220px;min-width:80px}}@media (min-width: 2550px) and (max-width: 3429px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:35px;width:610px}.invoice-start_custom-date-picker .inline-calendar{border-radius:35px}.invoice-start_custom-date-picker .modal-header{padding:0 5px 20px}.invoice-start_custom-date-picker .calendar-header{padding:25px 20px}.invoice-start_custom-date-picker .date-field-label{width:140px;min-width:100px}.invoice-start_custom-date-picker .date-display-section{padding:8px 5px 0}.invoice-start_custom-date-picker .calendar-day-header{padding:8px}.invoice-start_custom-date-picker .calendar-day{min-height:45px}.invoice-start_custom-date-picker .calendar-grid{min-height:200px;grid-template-rows:repeat(8,45px)}.invoice-start_custom-date-picker .year-dropdown-menu{border-radius:15px;max-height:320px;min-width:110px}.invoice-start_custom-date-picker .year-option{padding:18px 26px}}@media (min-width: 3430px){.invoice-start_custom-date-picker .date-picker-modal{border-radius:50px;width:850px}.invoice-start_custom-date-picker .inline-calendar{border-radius:35px}.invoice-start_custom-date-picker .modal-header{padding:0 5px 25px}.invoice-start_custom-date-picker .date-input-section{margin:30px 0}.invoice-start_custom-date-picker .calendar-header{padding:35px 20px}.invoice-start_custom-date-picker .date-field-label{width:240px;min-width:180px}.invoice-start_custom-date-picker .date-display-section{padding:25px 5px 5px}.invoice-start_custom-date-picker .calendar-day-header{padding:8px}.invoice-start_custom-date-picker .calendar-day{min-height:65px}.invoice-start_custom-date-picker .calendar-grid{min-height:200px;grid-template-rows:repeat(8,65px)}.invoice-start_custom-date-picker .year-dropdown-menu{border-radius:22px;max-height:400px;min-width:150px}.invoice-start_custom-date-picker .year-option{padding:18px 26px}}.invoice-start_bar-chart-container{display:flex;align-items:flex-end;gap:1rem;height:calc(90dvh - 632px);margin:2rem 0;padding-left:5rem;position:relative}.invoice-start_bar-chart-container .y-axis{position:absolute;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:space-between;font-size:var(--font-small);color:var(--20percent);height:100%;z-index:2}.invoice-start_bar-chart-container .y-axis span{position:relative;left:1rem;top:-13px}.invoice-start_bar-chart-container:before,.invoice-start_bar-chart-container:after{content:"";position:absolute;left:3rem;width:calc(100% - 3rem);height:1px;background-color:var(--10percent);z-index:1}.invoice-start_bar-chart-container:before{top:0;margin-left:40px;width:calc(97% - 3rem);background-color:var(--10percent)}.invoice-start_bar-chart-container:after{bottom:0;margin-left:40px;width:calc(97% - 3rem);background-color:var(--10percent)}.invoice-start_bar-chart-container .mid-line{position:absolute;top:50%;left:3rem;width:calc(97% - 3rem);height:1px;background-color:var(--10percent);z-index:1;margin-left:40px}.invoice-start_bar-chart-container .bars-container{display:flex;align-items:flex-end;flex:1;height:100%;position:relative}.invoice-start_bar-chart-container .bar-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;flex:1;position:relative}.invoice-start_bar-chart-container .bar{width:49px;background-color:var(--green-text-color);transition:height .9s ease;will-change:height;transform-origin:bottom;cursor:pointer;z-index:2}.invoice-start_bar-chart-container .bar-label{margin-top:.3rem;font-size:var(--font-small);color:var(--40percent);position:absolute;bottom:-1.6rem}.invoice-start_bar-chart-container .bar-chart-header{position:absolute;top:-2rem;right:0}.invoice-start_bar-chart-container .custom-dropdown-container{position:relative;display:inline-block}.invoice-start_bar-chart-container .custom-dropdown-trigger{display:flex;align-items:center;gap:8px;padding:.5rem .6rem;border-radius:6px;background-color:#fff;cursor:pointer;font-size:var(--font-small);color:var(--80percent);min-width:fit-content;justify-content:flex-start}.invoice-start_bar-chart-container .custom-dropdown-trigger:hover{border-color:var(--70percent-shadow-color)}.invoice-start_bar-chart-container .dropdown-arrow{width:var(--close-icon-width);height:auto;transition:transform .2s ease;flex-shrink:0}.invoice-start_bar-chart-container .dropdown-arrow.open{transform:rotate(180deg)}.invoice-start_bar-chart-container .custom-dropdown-menu{position:absolute;top:100%;width:max-content;left:auto;right:0;padding:10px 10px 15px;background:#fff;border-radius:25px;box-shadow:0 0 20px 0 var(--90percent-shadow-color);z-index:1000;height:auto;overflow-y:auto;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:9px;gap:20px;font-size:var(--font-small);color:var(--80percent);cursor:pointer;border-bottom:1px solid var(--40percent-shadow-color);display:flex;align-items:center;justify-content:space-between;white-space:nowrap;overflow:hidden}.invoice-start_bar-chart-container .custom-dropdown-option:hover{background-color:var(--10percent-shadow-color)}.invoice-start_bar-chart-container .calendar-icon{width:var(--small-icon-width);height:var(--small-icon-width);flex-shrink:0}.invoice-start_bar-chart-container .bar-chart-header select.compact-select{width:auto;min-width:fit-content}@media (min-width: 675px){.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-8px}}@media (min-width: 340px) and (max-width: 674px){.invoice-start_bar-chart-container{height:calc(90dvh - 347px);margin-bottom:10px;margin-right:-34px;margin-left:-16px;padding-left:4rem}.invoice-start_bar-chart-container.labels-moved-up{padding-left:1.5rem}.invoice-start_bar-chart-container .bar-chart-header{right:-14px}.invoice-start_bar-chart-container .bar-chart-header select{background-position:right 14px center}.invoice-start_bar-chart-container .y-axis span{left:10px;top:-8.5px}.invoice-start_bar-chart-container .y-axis span.label-above-line{top:-17px!important}.invoice-start_bar-chart-container .bar{width:10px}.invoice-start_bar-chart-container:before{margin-left:15px;width:calc(100% - 50px)}.invoice-start_bar-chart-container:after{margin-left:15px;width:calc(100% - 50px)}.invoice-start_bar-chart-container .mid-line{width:calc(100% - 50px);height:1px;margin-left:15px}.invoice-start_bar-chart-container.labels-moved-up .mid-line{margin-left:-22px;width:calc(100% - 15px)}.invoice-start_bar-chart-container.labels-moved-up:before{margin-left:-22px;width:calc(100% - 15px)}.invoice-start_bar-chart-container.labels-moved-up:after{margin-left:-22px;width:calc(100% - 15px)}.invoice-start_bar-chart-container .custom-dropdown-menu{width:180px;padding:10px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-trigger{padding:5px 10px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:6px}}@media (min-width: 675px) and (max-width: 899px) and (orientation: landscape){.invoice-start_bar-chart-container{height:calc(90dvh - 632px);min-height:150px}.invoice-start_bar-chart-container .bar{width:32px}.invoice-start_bar-chart-container .bar-chart-header{right:-14px}.invoice-start_bar-chart-container .bar-chart-header select{padding-right:5px;background-position:right 0px center}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-9px}.invoice-start_bar-chart-container .custom-dropdown-menu{width:auto;padding:10px 10px 15px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:6px}.invoice-start_bar-chart-container .calendar-day-header{padding:5px 8px}}@media (min-width: 675px) and (max-width: 899px) and (orientation: portrait){.invoice-start_bar-chart-container{height:calc(90dvh - 597px);min-height:150px}.invoice-start_bar-chart-container .bar{width:32px}.invoice-start_bar-chart-container .bar-chart-header{right:-14px}.invoice-start_bar-chart-container .bar-chart-header select{padding-right:5px;background-position:right 0px center}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-9px}.invoice-start_bar-chart-container .custom-dropdown-menu{width:fit-content;padding:10px 10px 15px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:6px}}@media (min-width: 900px) and (max-width: 999px) and (orientation: landscape){.invoice-start_bar-chart-container{height:calc(90dvh - 602px);min-height:150px}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-11px}.invoice-start_bar-chart-container:before{width:calc(97% - 4.8rem);margin-left:50px}.invoice-start_bar-chart-container:after{width:calc(97% - 4.8rem);margin-left:50px}.invoice-start_bar-chart-container .mid-line{width:calc(97% - 4.8rem);margin-left:50px}.invoice-start_bar-chart-container .bar{width:35px}.invoice-start_bar-chart-container .bar-chart-header select{padding-right:5px}.invoice-start_bar-chart-container .custom-dropdown-menu{width:fit-content;padding:10px 10px 15px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:8px}}@media (min-width: 900px) and (max-width: 999px) and (orientation: portrait){.invoice-start_bar-chart-container{height:calc(90dvh - 677px)}.invoice-start_bar-chart-container .bar{width:35px}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-11px}.invoice-start_bar-chart-container .bar-chart-header{right:-14px}.invoice-start_bar-chart-container .bar-chart-header select{padding-right:5px}.invoice-start_bar-chart-container .custom-dropdown-menu{width:fit-content;padding:10px 10px 15px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:5px}}@media (min-width: 1000px) and (max-width: 1269px){.invoice-start_bar-chart-container{height:calc(90dvh - 412px);min-height:100px}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-7px}.invoice-start_bar-chart-container:before{width:calc(97% - 4rem);margin-left:30px}.invoice-start_bar-chart-container:after{width:calc(97% - 4rem);margin-left:30px}.invoice-start_bar-chart-container .mid-line{width:calc(97% - 4rem);margin-left:30px}.invoice-start_bar-chart-container .year-option{padding:8px 10px}.invoice-start_bar-chart-container .bar{width:35px}.invoice-start_bar-chart-container .custom-dropdown-menu{width:fit-content;padding:10px;border-radius:18px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:5px}}@media (min-width: 1000px) and (max-width: 1269px) and (orientation: portrait){.invoice-start_bar-chart-container{height:calc(90dvh - 747px);margin-right:70px}.invoice-start_bar-chart-container:before{width:calc(97% - 4.6rem);margin-left:50px}.invoice-start_bar-chart-container:after{width:calc(97% - 4.6rem);margin-left:50px}.invoice-start_bar-chart-container .mid-line{width:calc(97% - 4.6rem);margin-left:50px}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-11px}.invoice-start_bar-chart-container .custom-dropdown-menu{width:fit-content;padding:10px;border-radius:18px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:5px}}@media (min-width: 1270px) and (max-width: 1389px){.invoice-start_bar-chart-container{height:calc(90dvh - 397px);min-height:100px}.invoice-start_bar-chart-container .bar{width:40px}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-9px}.invoice-start_bar-chart-container .custom-dropdown-menu{padding:10px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:6px}}@media (min-width: 1270px) and (max-width: 1389px) and (orientation: portrait){.invoice-start_bar-chart-container{height:calc(90dvh - 557px)}}@media (min-width: 1390px) and (max-width: 1589px){.invoice-start_bar-chart-container{height:calc(90dvh - 443px);min-height:140px}.invoice-start_bar-chart-container .bar{width:42px}.invoice-start_bar-chart-container .y-axis span{left:.6rem;top:-10px}.invoice-start_bar-chart-container .bar-chart-header select{padding-right:10px}.invoice-start_bar-chart-container .custom-dropdown-menu{width:fit-content;padding:10px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:6px}}@media (min-width: 1590px) and (max-width: 1909px){.invoice-start_bar-chart-container{height:calc(90dvh - 503px);min-height:150px}.invoice-start_bar-chart-container .y-axis span{left:.6rem;top:-10px}.invoice-start_bar-chart-container .custom-dropdown-menu{width:fit-content;padding:10px 10px 15px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:7px}}@media (min-width: 1910px) and (max-width: 2549px){.invoice-start_bar-chart-container{height:calc(90dvh - 617px);min-height:170px}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-13px}.invoice-start_bar-chart-container:before{width:calc(97% - 4rem);margin-left:50px}.invoice-start_bar-chart-container:after{width:calc(97% - 4rem);margin-left:50px}.invoice-start_bar-chart-container .mid-line{width:calc(97% - 4rem);margin-left:50px}.invoice-start_bar-chart-container .custom-dropdown-menu{padding:10px 10px 15px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:7px}}@media (min-width: 2550px) and (max-width: 3429px){.invoice-start_bar-chart-container{height:calc(90dvh - 771px);min-height:300px}.invoice-start_bar-chart-container .bar{width:80px}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-15px}.invoice-start_bar-chart-container:before{width:calc(97% - 4rem);margin-left:70px}.invoice-start_bar-chart-container:after{width:calc(97% - 4rem);margin-left:70px}.invoice-start_bar-chart-container .mid-line{width:calc(97% - 4rem);margin-left:70px}.invoice-start_bar-chart-container .custom-dropdown-menu{padding:10px 10px 15px;border-radius:22px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:7px}}@media (min-width: 3430px){.invoice-start_bar-chart-container{height:calc(90dvh - 1016px);min-height:280px}.invoice-start_bar-chart-container .bar{width:120px}.invoice-start_bar-chart-container .y-axis span{left:1rem;top:-21px}.invoice-start_bar-chart-container:before{width:calc(97% - 4rem);margin-left:110px}.invoice-start_bar-chart-container:after{width:calc(97% - 4rem);margin-left:110px}.invoice-start_bar-chart-container .mid-line{width:calc(97% - 4rem);margin-left:110px;height:2px}.invoice-start_bar-chart-container .custom-dropdown-menu{padding:20px 20px 15px;border-radius:32px;margin-top:4px}.invoice-start_bar-chart-container .custom-dropdown-option{padding:12px}@media screen and (max-height: 1609px){.invoice-start_bar-chart-container{height:calc(90dvh - 886px)}}}.invoice-start_latest-invoices-section{position:relative}.invoice-start_latest-invoices-section .section-title{color:var(--heading);margin-bottom:1rem;margin-left:70px;font-size:var(--font-title);font-weight:400}.invoice-start_latest-invoices-section .section-underline{max-width:100%;height:3px;background-color:var(--90percent-shadow-color);margin:4px 72px 0;border-radius:1px}.invoice-start_latest-invoices-scroll-container{position:relative;display:flex;align-items:center;overflow:hidden;padding:10px;gap:.5rem}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:55px;height:56px;background:#fff;border:none;cursor:pointer;padding:20px;z-index:2;box-shadow:0 0 20px #acd8ff99;border-radius:23px;transition:all .3s ease-in-out;flex-shrink:0}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 0 30px #acd8ff99}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.disabled{opacity:.5;cursor:not-allowed}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{width:var(--default-icon-width);height:var(--default-icon-width);position:relative;top:-2px;left:-2px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{width:var(--default-icon-width);height:var(--default-icon-width);position:relative;top:-2px;right:4px}.invoice-start_latest-invoices-grid-wrapper{flex:1;overflow:hidden;padding:1.5rem .5rem;position:relative}.invoice-start_latest-invoices-grid{display:grid;grid-template-columns:repeat(var(--cards-per-page, 5),1fr);gap:50px;justify-items:center;align-items:start;width:100%;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.invoice-start_latest-invoices-grid .latest-invoice-card{background:#fff;border-radius:25px;box-shadow:0 0 20px #acd8ff99;padding:1rem;width:100%;max-width:280px;min-width:240px;height:277.84px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease-in-out}.invoice-start_latest-invoices-grid .latest-invoice-card:hover{transform:translateY(-4px);box-shadow:0 0 50px 0 var(--90percent-shadow-color)}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:56px;height:56px;margin-bottom:.5rem;background-color:var(--90percent-shadow-color);border:#ffff 2px solid;border-radius:50px;box-shadow:0 0 8px 0 var(--90percent-shadow-color);padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{width:var(--large-icon-width);height:var(--large-icon-width);position:relative;top:-4px;left:-3px}.invoice-start_latest-invoices-grid .latest-invoice-number{color:var(--blue-invoice-color);margin-bottom:24px;font-size:var(--font-standard);font-weight:400}.invoice-start_latest-invoices-grid .latest-invoice-name{text-align:center;margin-bottom:12px;height:50px;font-size:var(--font-small);padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{text-align:center;margin-bottom:14px;font-size:var(--font-small)}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{width:100%;height:3px;margin:3px 0;border-radius:5px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline.positive{background-color:var(--green-text-color)!important}.invoice-start_latest-invoices-grid .latest-invoice-card-underline.negative{background-color:var(--red-text-color)!important}.invoice-start_latest-invoices-grid .latest-invoice-amount{margin-top:5px;font-size:var(--font-standard);font-weight:400}.invoice-start_latest-invoices-grid .latest-invoice-amount.positive{color:var(--green-text-color)}.invoice-start_latest-invoices-grid .latest-invoice-amount.negative{color:var(--red-text-color)}@media only screen and (min-width: 340px) and (max-width: 674px){:root{--cards-per-page: 1}.invoice-start_latest-invoices-grid{gap:20px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:200px;min-width:140px;height:210.84px;border-radius:20px;padding:12px 12px 0}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:40px;height:40px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{width:24px;height:24px;top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:65px;align-content:center;padding-inline:10px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:6px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:3px 0 0}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 2px 0;border-radius:1px}.latest-invoices-scroll-container{padding:20px 5px;gap:.5rem}.invoice-start_latest-invoices-grid-wrapper{padding:12px 5px 15px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:41px;height:42px;padding:20px;border-radius:17px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{width:14px;height:14px;top:-5px;left:-6px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{width:14px;height:14px;top:-5px;right:7px}.invoice-start_latest-invoices-section .section-title{margin-top:30px;margin-left:2px}}@media only screen and (min-width: 675px) and (max-width: 899px){:root{--cards-per-page: 3}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:200px;min-width:140px;height:210.84px;border-radius:20px;padding:12px 12px 0}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:40px;height:40px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{width:24px;height:24px;top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:65px;align-content:center;padding-inline:10px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:6px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:3px 0 0}.invoice-start_latest-invoices-section .section-title{margin-top:20px;margin-bottom:10px;margin-left:30px;font-weight:400}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 20px 0 30px;border-radius:1px}.invoice-start_latest-invoices-scroll-container{padding:20px 5px;gap:.5rem}.invoice-start_latest-invoices-grid-wrapper{padding:12px 5px 15px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:41px;height:42px;padding:20px;border-radius:17px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{width:14px;height:14px;top:-5px;left:-6px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{width:14px;height:14px;top:-5px;right:7px}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: landscape){:root{--cards-per-page: 3}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:220px;min-width:150px;height:auto;border-radius:30px;padding:15px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:40px;height:40px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{width:24px;height:24px;top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:75px;align-content:center;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:6px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:3px 0 0}.invoice-start_latest-invoices-section .section-title{margin-bottom:10px;margin-left:30px;font-weight:400}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 20px 0 30px;border-radius:1px}.invoice-start_latest-invoices-scroll-container{padding:2px 20px;gap:.5rem}.invoice-start_latest-invoices-grid-wrapper{padding:12px 5px 15px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:45px;height:46px;padding:20px;border-radius:19px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{width:18px;height:18px;top:-5px;left:-6px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{width:18px;height:18px;top:-5px;right:7px}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: portrait){:root{--cards-per-page: 3}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:240px;min-width:150px;height:auto;border-radius:40px;padding:18px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:40px;height:40px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{width:24px;height:24px;top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:115px;align-content:center;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:6px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:3px 0 0}.invoice-start_latest-invoices-section .section-title{margin-bottom:10px;margin-left:30px;font-weight:400}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 20px 10px 30px;border-radius:1px}.invoice-start_latest-invoices-scroll-container{padding:2px 20px;gap:.5rem}.invoice-start_latest-invoices-grid-wrapper{padding:12px 5px 15px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:45px;height:46px;padding:20px;border-radius:19px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{width:18px;height:18px;top:-5px;left:-6px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{width:18px;height:18px;top:-5px;right:7px}}@media only screen and (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){:root{--cards-per-page: 5}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-grid-wrapper{padding:18px 5px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:180px;min-width:130px;height:auto;border-radius:30px;padding:12px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:40px;height:40px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:48px;align-content:center}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:3px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:0}.invoice-start_latest-invoices-section .section-title{margin-top:35px;margin-bottom:10px;margin-left:72px;font-weight:400}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 70px 0 72px;border-radius:1px}.invoice-start_latest-invoices-scroll-container{padding:2px 20px;gap:.5rem}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:40px;height:41px;padding:20px;border-radius:17px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{top:-6px;left:-6px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{top:-6px;right:7px}}@media only screen and (min-width: 1000px) and (max-width: 1269px) and (orientation: portrait){:root{--cards-per-page: 3}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-section .section-title{margin-left:30px}.invoice-start_latest-invoices-section .section-underline{margin:4px 30px 0}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:280px;min-width:140px;height:auto;border-radius:40px;padding:25px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:56px;height:56px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:115px;align-content:center;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:7px}.invoice-start_latest-invoices-scroll-container{padding:2px 20px;gap:.5rem}.invoice-start_latest-invoices-grid-wrapper{padding:25px 5px 15px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:47px;height:48px;padding:18px;border-radius:19px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{top:-6px;left:-6px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{top:-6px;right:7px}}@media only screen and (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){:root{--cards-per-page: 5}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:210px;min-width:170px;height:auto;border-radius:30px;padding:12px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:46px;height:46px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:42px;align-content:center;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:2px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:0}.invoice-start_latest-invoices-section .section-title{margin-top:26px;margin-bottom:10px;margin-left:72px;font-weight:400}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 59px 0 72px;border-radius:1px}.invoice-start_latest-invoices-grid-scroll-container{padding:2px 20px;gap:.5rem}.invoice-start_latest-invoices-grid-wrapper{padding:12px 5px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:40px;height:41px;padding:20px;border-radius:17px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{top:-6px;left:-8px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{top:-6px;right:9px}}@media only screen and (min-width: 1270px) and (max-width: 1389px) and (orientation: portrait){:root{--cards-per-page: 5}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:210px;min-width:170px;height:auto;border-radius:20px;padding:12px 12px 15px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:56px;height:56px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:8px}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:22px;height:27px;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:2px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:3px 0 0}.invoice-start_latest-invoices-section .section-title{margin-bottom:10px;margin-left:72px;font-weight:400}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 59px 0 72px;border-radius:1px}.invoice-start_latest-invoices-grid-scroll-container{padding:2px 20px;gap:.5rem}.invoice-start_latest-invoices-grid-wrapper{padding:12px 5px 15px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:47px;height:48px;padding:19px;border-radius:18px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{top:-6px;left:-8px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{top:-6px;right:9px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){:root{--cards-per-page: 5}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:200px;min-width:170px;height:auto;border-radius:18px;padding:12px}.invoice-start_latest-invoices-section .section-title{margin-top:35px;margin-bottom:10px;margin-left:72px;font-weight:400}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 54px 0 62px;border-radius:1px}.invoice-start_latest-invoices-grid-wrapper{padding:10px 8px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:46px;height:46px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:60px;align-content:center;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:2px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:3px 0 0}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:40px;height:41px;padding:20px;border-radius:17px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{top:-7px;left:-8px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{top:-7px;right:9px}}@media only screen and (min-width: 1390px) and (max-width: 1589px) and (orientation: portrait){.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:200px;min-width:170px;height:auto;border-radius:18px;padding:12px 12px 14px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:56px;height:56px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:53px;align-content:center;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:2px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{height:2px;margin:3px 0 0}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:47px;height:48px;padding:20px;border-radius:19px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){:root{--cards-per-page: 5}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:230px;min-width:190px;height:auto;border-radius:35px;padding:12px 12px 14px}.invoice-start_latest-invoices-section .section-title{margin-top:40px;margin-bottom:10px;margin-left:70px;font-weight:400}.invoice-start_latest-invoices-section .section-underline{height:2px;margin:4px 52px 0 62px;border-radius:1px}.invoice-start_latest-invoices-grid-wrapper{padding:10px 5px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:46px;height:46px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-icon img{top:-4px;left:-4px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:65px;align-content:center;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:2px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{margin:4px 0 1px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:40px;height:41px;padding:20px;border-radius:17px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.right img{top:-8px;left:-9px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn.left img{top:-8px;right:10px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){:root{--cards-per-page: 5}.invoice-start_latest-invoices-grid{gap:50px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:340px;min-width:240px;height:auto}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:80px;align-content:center;padding-inline:15px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:5px}.invoice-start_latest-invoices-section .section-title{margin-top:40px}.invoice-start_latest-invoices-grid-wrapper{padding:20px 8px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){:root{--cards-per-page: 6}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-section .section-title{margin-top:65px}.invoice-start_latest-invoices-grid-wrapper{padding:40px 8px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:360px;min-width:280px;height:auto;border-radius:33px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:66px;height:66px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:106px;align-content:center;padding-inline:20px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:12px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{margin:4px 0 6px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:62px;height:63px;padding:20px;border-radius:26px}}@media only screen and (min-width: 3430px){:root{--cards-per-page: 6}.invoice-start_latest-invoices-grid{gap:30px}.invoice-start_latest-invoices-section .section-title{margin-top:80px}.invoice-start_latest-invoices-section .section-underline{height:4px}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:440px;min-width:320px;height:auto;border-radius:50px}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:78px;height:78px;margin-bottom:.5rem;padding:10px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:150px;align-content:center;padding-inline:25px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:12px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{margin:4px 0 6px}.invoice-start_latest-invoices-scroll-container .latest-invoices-scroll-btn{width:74px;height:75px;padding:20px;border-radius:31px}.invoice-start_latest-invoices-grid-wrapper{padding:60px .5rem}@media screen and (max-height: 1609px){.invoice-start_latest-invoices-section .section-title{margin-top:40px}.invoice-start_latest-invoices-section .section-underline{height:4px}.invoice-start_latest-invoices-grid-wrapper{padding:25px .5rem}.invoice-start_latest-invoices-grid .latest-invoice-card{max-width:440px;min-width:320px;height:auto;border-radius:70px;padding:25px}.invoice-start_latest-invoices-grid .latest-invoice-number{margin-bottom:0}.invoice-start_latest-invoices-grid .latest-invoice-name{margin-bottom:0;height:120px;align-content:center;padding-inline:25px}.invoice-start_latest-invoices-grid .latest-invoice-date{margin-bottom:2px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline{margin:2px 0 0}}}.invoice-journal-row{border:1px solid #e9f2fa;box-shadow:0 0 20px #acd8ff99;border-radius:30px;box-sizing:content-box;width:90%;padding:15px 20px;margin:15px auto 20px}@media (max-width: 675px){.invoice-journal-row{padding:15px 10px}}@media (min-width: 1910px){.invoice-journal-row{padding:15px 30px}}@media (min-width: 3430px){.invoice-journal-row{border-radius:50px}}.invoice-journal__paid-option{position:relative;display:flex;align-items:center}.invoice-journal__paid-text{cursor:pointer}.invoice-journal__paid-text--paid{color:var(--green-text-color)}.invoice-journal__paid-text--unpaid{color:var(--red-text-color)}.invoice-journal__paid-tick{cursor:pointer}.invoice-journal__paid-circle-icon{width:var(--small-icon-width);position:absolute;top:0}.invoice-journal__paid-tick{position:absolute;left:40px;top:2px}.invoice-journal__paid-tick-icon{width:18px;position:absolute;left:3px;top:3px}@media (max-width: 674px){.invoice-journal__paid-tick{left:30px}.invoice-journal__paid-circle-icon{top:-3px}.invoice-journal__paid-tick-icon{width:15px;left:2px;top:0}}@media (min-width: 675px) and (max-width: 899px){.invoice-journal__paid-tick{left:30px;top:0}.invoice-journal__paid-circle-icon{top:-1px}.invoice-journal__paid-tick-icon{top:2px;left:2px;width:16px}}@media (min-width: 900px) and (max-width: 999px){.invoice-journal__paid-tick{left:35px;top:2px}.invoice-journal__paid-circle-icon{top:-2px}.invoice-journal__paid-tick-icon{top:1px;left:2px;width:18px}}@media (min-width: 1000px){.invoice-journal__paid-tick-icon{top:3px;left:2px;width:8px}.invoice-journal__paid-tick{left:25px;top:2px}}@media (min-width: 1270px){.invoice-journal__paid-tick-icon{top:2px;left:1px;width:12px}.invoice-journal__paid-tick{left:25px;top:2px}}@media (min-width: 1390px){.invoice-journal__paid-tick{left:30px}.invoice-journal__paid-tick-icon{top:3px;left:1px;width:12px}.invoice-journal__paid-circle-icon{top:1px}}@media (min-width: 1590px){.invoice-journal__paid-tick-icon{top:3.5px;left:.5px;width:14px}.invoice-journal__paid-tick{left:30px;top:2px}}@media (min-width: 1910px){.invoice-journal__paid-tick-icon{top:4px;left:1px;width:16px}.invoice-journal__paid-circle-icon{top:2px}.invoice-journal__paid-tick{left:40px;top:1px}}@media (min-width: 2550px){.invoice-journal__paid-tick{left:45px}.invoice-journal__paid-circle-icon{width:25px}.invoice-journal__paid-tick-icon{width:20px;top:6px;left:2px}}@media (min-width: 3430px){.invoice-journal__paid-circle-icon{width:30px;top:5px}.invoice-journal__paid-tick-icon{width:25px;top:9px}.invoice-journal__paid-tick{left:65px}}.print-invoice-journal-modal{padding-inline:20px;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);background:#fff;border-radius:var(--popup-radius);width:550px;box-shadow:0 0 40px 0 var(--90percent-shadow-color)}.print-invoice-journal-modal .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.print-invoice-journal-modal__header{text-align:center;font-size:var(--font-title);font-weight:400;color:var(--80percent);margin-bottom:18px}.print-invoice-journal-modal__separator{border-top:2px solid var(--90percent-shadow-color);width:100%;justify-self:center;margin-bottom:18px}.print-invoice-journal-modal__separator--bottom{border-top:2px solid var(--90percent-shadow-color);margin-bottom:18px;width:100%;justify-self:center}.print-invoice-journal-modal__red-text{color:var(--red-text-color);font-weight:400;font-size:var(--font-subtitle);margin-bottom:18px;text-align:left;margin-left:44px}.print-invoice-journal-modal__form-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.invoice-journal-radio-button-n-text,.invoice-journal-rest-row-item{display:flex;align-items:center}.print-invoice-journal-modal__label{font-size:var(--font-standard);color:var(--90percent)}.invoice-journal__date-label{font-size:var(--font-standard);color:var(--90percent);min-width:90px}.invoice-journal__date-input{margin:0 8px;border-radius:18px;border:1px solid var(--shadow-color);font-size:var(--font-standard);width:140px;text-align:center;height:var(--standard-input-height);background:#fff;color:var(--80percent);outline:none}.print-invoice-journal-modal__to-text{font-size:var(--font-standard);color:var(--90percent);margin:0 4px}.print-invoice-journal-modal__button-container{display:flex;justify-content:space-around;margin-block:var(--popup-button-section-margin-block)}.print-invoice-journal-modal__back-btn{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--bigger-button-width);height:var(--standard-button-height);border:1px solid var(--blue-invoice-color);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;padding:0}.print-invoice-journal-modal__print-btn{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--bigger-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;padding:0}.print-invoice-journal-modal__radio-input{display:none}.print-invoice-journal-modal__radio-label{display:inline-flex;align-items:center;padding:5px;border-radius:5px;transition:background-color .2s ease}.print-invoice-journal-modal__radio-image{width:var(--default-icon-width);height:var(--default-icon-width);cursor:pointer;border-radius:50%;margin-right:15px;border:2px solid transparent}.print-invoice-journal-modal__radio-image--selected{border:2px solid #acd8ff99;transform:scale(.8)}@media only screen and (min-width: 3430px){.print-invoice-journal-modal{padding-inline:25px}.invoice-journal__date-input{width:210px!important;border-radius:50px!important}.invoice-journal__date-label{min-width:180px!important}.print-invoice-journal-modal__back-btn,.print-invoice-journal-modal__print-btn{border-radius:50px!important}.print-invoice-journal-modal__radio-image--selected{border:2px solid #acd8ff99}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.print-invoice-journal-modal{padding-inline:25px}.invoice-journal__date-input{width:150px!important}.invoice-journal__date-label{min-width:120px!important}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.print-invoice-journal-modal{padding-inline:20px}.print-invoice-journal-modal{width:520px}.invoice-journal__date-input{width:130px!important}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.print-invoice-journal-modal{padding-inline:20px}.print-invoice-journal-modal{width:450px}.invoice-journal__date-input{width:100px!important}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.print-invoice-journal-modal{padding-inline:20px}.print-invoice-journal-modal{width:450px}.invoice-journal__date-input{width:100px!important}.print-invoice-journal-modal__radio-image{border:1px solid transparent}.print-invoice-journal-modal__radio-image--selected{border:1px solid var(--90percent-shadow-color)}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.print-invoice-journal-modal{padding-inline:20px}.print-invoice-journal-modal{width:400px}.invoice-journal__date-input{width:90px!important}.print-invoice-journal-modal__radio-image{border:1px solid transparent}.print-invoice-journal-modal__radio-image--selected{border:1px solid var(--90percent-shadow-color)}.print-invoice-journal-modal__form-row{margin-bottom:14px}}.print-invoice-journal-modal__radio-wrapper{position:relative;display:inline-flex;align-items:center;margin-right:15px}.print-invoice-journal-modal__radio-input{position:absolute;opacity:0;width:0;height:0}.print-invoice-journal-modal__radio-visual{position:relative;display:inline-block;width:var(--default-icon-width);height:var(--default-icon-width);cursor:pointer}.print-invoice-journal-modal__circle-icon{width:100%;height:100%}.print-invoice-journal-modal__tick-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);width:100%;height:100%}.sort-article-number-popup{background-color:#fff;width:700px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--wider-confirmation-popup-padding-inline);border-radius:var(--popup-radius);box-shadow:0 4px 30px 0 var(--90percent-shadow-color)}.sort-article-number-popup__button{background-color:#fff;box-shadow:0 0 20px 0 var(--90percent-shadow-color);transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:var(--font-standard);font-weight:400;width:var(--middle-button-width);height:var(--standard-button-height);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.sort-article-number-popup__button:hover{box-shadow:0 4px 50px 0 var(--shadow-color)}.sort-article-number-popup__button:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}.logged-out-popup .sort-article-number-popup__button{min-width:var(--bigger-button-width);width:var(--bigger-button-width)}.sort-article-number-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.sort-article-number-popup>div:first-child{height:0px}.sort-article-number-popup .sort-article-number-popup-heading{text-align:center}.sort-article-number-popup .sort-article-number-popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.sort-article-number-popup .centered-div:nth-child(3){margin-bottom:var(--popup-button-section-margin-block)!important}.sort-article-number-popup .sort-article-number-popup-text{text-align:center}.sort-article-number-popup .sort-article-number-popup-text p{margin-top:var(--popup-text-margin-top);margin-bottom:var(--popup-text-margin-bottom);color:var(--90percent)}@media only screen and (min-width: 1000px) and (max-width: 1269px){.sort-article-number-popup{width:460px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.sort-article-number-popup{width:500px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.sort-article-number-popup{width:600px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.sort-article-number-popup{width:680px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.sort-article-number-popup{width:720px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.sort-article-number-popup{width:850px}}@media only screen and (min-width: 3430px){.sort-article-number-popup{width:1210px}}.full-screen{display:flex;flex-direction:column;height:100svh}.main-display-section{width:100%;display:flex}.main-display-section__no-item-center{margin:auto;min-height:calc(100svh - var(--dash-navbar-height));display:flex;grid-column:2}.main-display-section__no-item-center--advanced{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-height:calc(100svh - var(--dash-navbar-height));display:flex}.no-item-center__section{color:var(--90percent);margin:auto}.main-pricelist-container__table{margin-top:32px;box-shadow:0 4px 50px #acd8ff99;border-radius:40px;padding:50px 20px 20px 0;position:relative;z-index:100}.main-pricelist-container__table__header{width:100%;color:var(--90percent)}.main-pricelist-container__table__header p{margin:0}.main-pricelist-container__table__scroll--advanced-mode-no{height:93.5vh;scrollbar-width:none;-ms-overflow-style:none}.main-pricelist-container__table__scroll--advanced-mode-yes{height:90vh;scrollbar-width:none;-ms-overflow-style:none}.main-pricelist-container--menubar-on{flex-grow:1;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none;padding-inline:2%;padding-top:0!important}.main-pricelist-container--menubar-off{flex-grow:1;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none;padding-inline:3%;padding-top:0!important}.mb-text{display:block}.main-pricelist-container__taskbar__three-icons{margin-top:0;display:flex;gap:48px;place-content:space-between}.ssd-gsd{display:flex}.ssd-gsd-2{display:none}.scrollbarWidth{overflow-y:auto;height:55vh;scrollbar-width:none;-ms-overflow-style:none}.scrollbarWidth::-webkit-scrollbar{display:none}.pricelist-navbar__button{height:var(--dashnavbar-button-height);padding:0;display:flex;justify-content:center;gap:27px;align-items:center}.add-product{display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;margin-left:0!important;gap:17px!important;font-size:var(--font-standard)!important;height:var(--standard-button-height)!important;min-width:fit-content!important}@media (max-width: 675px){.main-pricelist-container--menubar-off{flex-grow:1;overflow:scroll;padding-inline:3%}.main-pricelist-container__taskbar{display:block}.mb-text{display:none}.main-pricelist-container__taskbar__three-icons{margin-top:8px;display:flex;gap:14px;place-content:space-between}.ssd-gsd{display:none}.ssd-gsd-2{display:block}.grid-2{display:grid;grid-template-columns:repeat(1,1fr)!important}.main-pricelist-container__taskbar--icon{width:20px!important;height:auto}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{padding-top:205px;z-index:9;width:calc(100% - 60px);margin:0 auto;position:static}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 94%,0 94%);padding-top:27px;height:160px;top:var(--dash-navbar-height)}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:27px 30px 0;width:calc(100% - 370px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)}.search-form__container{display:flex;padding:0 5px}.main-pricelist-container__taskbar--icon{width:21px!important;height:auto}.pricelist-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.search-form__container{padding-top:0}.main-pricelist-container__table__header{width:calc(100% - 50px)}.pricelist-item__input{scroll-margin-top:212px}}@media only screen and (min-width: 675px) and (max-width: 899px){.main-pricelist-container--menubar-off{flex-grow:1;overflow:scroll;padding-inline:3%}.main-pricelist-container__taskbar{display:block}.mb-text{display:none}.main-pricelist-container__taskbar__three-icons{margin-top:8px;display:flex;gap:48px;place-content:space-between}.ssd-gsd{display:none}.ssd-gsd-2{display:block}.grid-2{display:grid;grid-template-columns:repeat(1,1fr)!important}.main-pricelist-container__taskbar--icon{width:20px!important;height:auto}.main-pricelist-container__table{z-index:9}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{padding-top:205px;z-index:9;width:calc(100% - 60px);margin:0 auto;position:static}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 94%,0 94%);padding-top:27px;height:160px;top:var(--dash-navbar-height)}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:27px 30px 0;width:calc(100% - 370px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)}.search-form__container{display:flex}.main-pricelist-container__taskbar--icon{width:21px!important;height:auto}.pricelist-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.search-form__container{padding-left:40px;padding-right:40px;padding-top:0}.main-pricelist-container__table__header{width:calc(100% - 50px)}.pricelist-item__input{scroll-margin-top:212px}}@media only screen and (min-width: 900px) and (max-width: 1269px){.main-pricelist-container--menubar-off{flex-grow:1;overflow:scroll;padding-inline:3%}.main-pricelist-container__taskbar{display:flex;place-content:space-between}.mb-text{display:none}.main-pricelist-container__taskbar__three-icons{margin-top:8px;display:flex;gap:48px;place-content:space-between}.ssd-gsd{display:flex}.ssd-gsd-2{display:none}.main-pricelist-container__table{z-index:9}}@media only screen and (min-width: 900px) and (max-width: 999px){.main-pricelist-container__taskbar--icon{width:22px!important;height:auto}.main-pricelist-container__table{z-index:9}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{padding-top:205px;z-index:9;width:calc(100% - 60px);margin:0 auto;position:static}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 94%,0 94%);padding-top:27px;height:160px;top:var(--dash-navbar-height)}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:27px 30px 0;width:calc(100% - 370px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)}.search-form__container{display:flex}.main-pricelist-container__taskbar--icon{width:21px!important;height:auto}.pricelist-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.search-form__container{padding-top:0}.main-pricelist-container__table__header{width:calc(100% - 50px)}.pricelist-item__input{scroll-margin-top:212px}}@media only screen and (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){.pricelist-navbar__button{width:140px;gap:10px}.main-pricelist-container__table__header{width:calc(100% - 50px)}.main-pricelist-container__taskbar{border-radius:30px;padding:0 40px;position:relative}.main-pricelist-container--menubar-on,.main-pricelist-container--menubar-off{margin-top:calc(var(--dash-navbar-height) + 40px + 90px);padding-top:0}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{padding-top:122px;z-index:9;width:calc(100% - 60px);margin:0 auto;position:static}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 79%,0 79%);padding-top:27px;height:140px;top:var(--dash-navbar-height)}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:27px 30px 0;width:calc(100% - 370px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)}.search-form__container{display:flex}.main-pricelist-container__taskbar--icon{width:21px!important;height:auto}.pricelist-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.search-form__container{padding-top:0}}@media only screen and (min-width: 1270px) and (max-width: 1589px) and (orientation: landscape){.main-pricelist-container--menubar-on,.main-pricelist-container--menubar-off{flex-grow:1;overflow:scroll;padding-inline:3%}.main-pricelist-container__taskbar{border-radius:30px;padding:0 40px;position:relative}.mb-text{display:block}.main-pricelist-container__taskbar__three-icons{margin-top:8px;display:flex;gap:48px;place-content:space-between}.ssd-gsd{display:flex}.ssd-gsd-2{display:none}.main-pricelist-container__taskbar--icon{width:21px!important;height:auto}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{position:relative;padding-top:140px;z-index:9;width:calc(100% - 60px);margin:0 auto}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 90%,0 90%);padding-top:27px;height:140px}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:27px 40px 0;width:calc(100% - 80px);box-shadow:0 4px 50px #acd8ff99}.search-form__container{padding-top:0}}@media only screen and (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){.pricelist-navbar__button{width:149px;gap:10px}.add-product{width:158px!important;gap:11px!important}.pricelist-container--menu-bar-off{padding:0!important}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 75%,0 75%);padding-top:27px;height:160px}.main-pricelist-container__table__header{width:calc(100% - 50px)}.main-pricelist-container__table{padding-top:119px;z-index:9;width:calc(100% - 80px);margin:0 auto}.main-pricelist-container__taskbar--icon{width:22px!important;height:auto}.main-pricelist-container__table{z-index:9;margin:0 40px}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:15px;margin:27px auto 0;width:calc(100% - 80px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist-container__taskbar{padding:0 40px}.search-form__container{padding-top:0}}@media only screen and (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.pricelist-navbar__button{width:164px;gap:10px;justify-content:center}.add-product{width:185px!important;gap:13px}.main-pricelist-container__taskbar--icon{width:21px!important;height:auto}.pricelist-container--menu-bar-off{grid-column:1/3}.main-pricelist-container__table__header{width:calc(100% - 50px)}.no-item-center__section{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto}.main-pricelist-container__table{z-index:9}.pricelist-container--menu-bar-off{padding:0!important}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 75%,0 75%);padding-top:30px;height:170px}.main-pricelist-container__table{padding-top:135px;z-index:9;width:calc(100% - 80px);margin:0 40px}.main-pricelist-container__taskbar--icon{width:22px!important;height:auto}.main-pricelist-container__taskbar{padding:0 40px}}.pricelist-container--menu-bar-on,.pricelist-container--menu-bar-off{flex-direction:column}.pricelist-container--menu-bar-on{grid-column:2}.pricelist-container--menu-bar-off{grid-column:1/3}@media only screen and (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){.pricelist-navbar__button{width:173px;gap:10px;justify-content:center}.add-product{width:196px!important;gap:14px}.main-pricelist-container--menubar-on{flex-grow:1;overflow:scroll;padding-inline:2%}.main-pricelist-container--menubar-off{flex-grow:1;overflow:scroll;padding-inline:3%}.main-pricelist__header__menu-bar-on{width:calc(100% - var(--menubar-width) - 80px)!important;margin-left:40px!important}.pricelist-container--menu-bar-off,.pricelist-container--menu-bar-on{padding:0!important}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 80%,0 80%);padding-top:30px;height:170px}.main-pricelist-container__table{padding-top:145px;z-index:9;width:calc(100% - 80px);margin:0 auto}.main-pricelist-container__taskbar--icon{width:22px!important;height:auto}.main-pricelist-container__table{z-index:9;margin:0 40px}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:32px auto 0;width:calc(100% - 80px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist-container__table__header{width:calc(100% - 50px)}.main-pricelist-container__taskbar{padding:0 50px}.main-display-section__no-item-center{top:3%;right:42%;position:absolute}}@media only screen and (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape){.add-product{width:223px!important}.pricelist-navbar__button{width:208px;gap:10px;justify-content:center}.main-pricelist-container__table__header{width:calc(100% - 50px)}.main-pricelist-container__taskbar{border-radius:30px;padding:0 40px;position:relative}.main-pricelist-container--menubar-on,.main-pricelist-container--menubar-off{margin-top:calc(var(--dash-navbar-height) + 40px + 90px);padding-top:0}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{position:relative;padding-top:151px;z-index:9;width:calc(100% - 60px);margin:0 auto}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 85%,0 85%);padding-top:30px;height:170px}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:32px 30px 0;width:calc(100% - 370px);box-shadow:0 4px 50px #acd8ff99;width:calc(100% - var(--menubar-width) - 60px)!important}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)!important}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)}.main-display-section__no-item-center--advanced{top:51%!important;right:41%;position:absolute}.main-display-section__no-item-center{top:3%;right:41%;position:absolute}}@media only screen and (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){.pricelist-navbar__button{width:280px;gap:15px}.main-pricelist-container__taskbar--icon{width:35px!important;height:auto}.main-pricelist-container__table{z-index:9}.main-pricelist-container__table__header{width:calc(100% - 50px)}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-pricelist-container__taskbar{padding-left:40px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{position:relative;padding-top:168px;z-index:9;width:calc(100% - 60px);margin:0 auto}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 80%,0 80%);padding-top:30px;height:200px}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:32px 30px 0;width:calc(100% - 370px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)}.main-pricelist__header__menu-bar-on{max-width:calc(100vw - var(--menubar-width) - 60px)}.main-display-section__no-item-center{top:6%;right:47%;position:absolute}}@media only screen and (min-width: 3430px) and (orientation: landscape){.pricelist-navbar__button{width:360px;gap:20px}.main-pricelist-container__taskbar--icon{width:39px!important;height:auto}.main-pricelist-container__table{margin-top:50px;z-index:9}.main-pricelist-container__table__header{width:calc(100% - 68px)}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-pricelist-container__taskbar{padding-left:40px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{position:relative;padding-top:200px;z-index:9;width:calc(100% - 60px);margin:0 auto}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 92%,0 92%);padding-top:30px;height:200px}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:32px 30px 0;width:calc(100% - 370px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)}.main-pricelist__header__menu-bar-on{max-width:calc(100vw - var(--menubar-width) - 60px)}.main-display-section__no-item-center{top:6%;right:47.5%;position:absolute}}@media only screen and (min-width: 1000px) and (orientation: portrait){.main-pricelist-container__taskbar--icon{width:22px!important;height:auto}.main-pricelist-container__table{margin-top:50px;z-index:9}.main-pricelist-container--menubar-on,.main-pricelist-container--menubar-off{margin-top:calc(var(--dash-navbar-height) + 40px + 90px);padding-top:0}.main-pricelist-container__taskbar{padding-left:40px}.pricelist-container--menubar-off,.pricelist-container--menubar-on{padding-top:0!important;margin-bottom:20px}.main-container--menubar-off,.main-container--menubar-on{padding:0!important;padding-bottom:20px}.main-pricelist-container__table{padding-top:140px;z-index:9;width:calc(100% - 60px);margin:0 auto;position:static}.main-pricelist__header-wrapper__menu-bar-off,.main-pricelist__header-wrapper__menu-bar-on{position:fixed;width:100%;background-color:#fff;z-index:10;clip-path:polygon(0 0,100% 0,100% 94%,0 94%);padding-top:27px;height:140px;top:var(--dash-navbar-height)}.main-pricelist__header__menu-bar-on,.main-pricelist__header__menu-bar-off{display:flex;flex-direction:column;border-top-left-radius:40px;border-top-right-radius:40px;height:120px;padding-top:20px;margin:27px 30px 0;width:calc(100% - 370px);box-shadow:0 4px 50px #acd8ff99}.main-pricelist__header__menu-bar-off{width:calc(100% - 60px)}.search-form__container{display:flex}.main-pricelist-container__taskbar--icon{width:21px!important;height:auto}.pricelist-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.search-form__container{padding-top:0}.main-pricelist-container__table__header{width:calc(100% - 50px)}}.main-pricelist-container--menubar-on,.main-pricelist-container--menubar-off{margin-top:0!important}.my-business-page-container{display:flex;align-items:center;margin:0 auto;flex-direction:column;width:100%;color:var(--90percent);box-sizing:border-box;justify-content:center;min-height:100%}.my-business-page-container *{box-sizing:border-box}@media (min-width: 1590px){.my-business-page-container{width:90%}}.my-business-page-container-header{display:flex;font-size:var(--font-title);margin:0 auto;justify-content:space-between;width:90%;border-bottom:1px solid #e0e0e0;position:relative}@media (min-width: 1000px) and (max-width: 1269px){.my-business-page-container-header{width:100%}}@media (min-width: 1270px) and (max-width: 1589px){.my-business-page-container-header{width:calc(100% - ((100% - 970px)/2))}}@media (min-width: 1590px) and (max-width: 1909px){.my-business-page-container-header{width:calc(max(100%,1300px) - ((max(100%,1300px) - 960px)/2))}}@media (min-width: 1910px) and (max-width: 2549px){.my-business-page-container-header{width:calc(max(100%,1500px) - ((max(1500px,100%) - 1134px)/2))}}@media (min-width: 2550px) and (max-width: 3429px){.my-business-page-container-header{width:calc(max(2000px,100%) - ((max(2000px,100%) - 1514px)/2))}}@media (min-width: 3430px){.my-business-page-container-header{width:calc(max(2500px,100%) - ((max(2500px,100%) - 1706px)/2))}}.my-business-page-container-header__h1{font-weight:600;display:flex;align-items:center;margin-bottom:1rem;font-size:var(--font-title)}.my-business-page-container-header__h1-span{color:var(--40percent);font-weight:400}.my-business-page-container-header__invoice-text{display:flex;align-items:center;justify-content:flex-end;font-size:var(--font-standard);font-weight:600;color:var(--blue-invoice-color)}.my-business-page-container-header__link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;text-decoration:none;color:var(--blue-invoice-color);font-size:var(--font-standard)}.my-business-page-container-content{display:flex;justify-content:center;width:100%}@media (max-width: 675px){.my-business-page-container-content{width:100%;padding-inline:20px}}@media (min-width: 1000px) and (max-width: 1269px){.my-business-page-container-content{margin-top:0;padding-inline:20px}}.my-business-page-container-header__Navbar-container{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;width:90%;gap:1rem}.myBusiness--main-container--details{display:flex}#myBusiness-full-screen--outer-container button:not(.no-global-style),.my-business--visible-button{height:var(--standard-button-height)!important;padding-top:0!important;padding-bottom:0!important;align-items:center!important}@media (max-width: 674px){.my-business-header-Navbar-Button{padding:.5rem 1.5rem;height:auto}.my-business-page-container-header__Navbar-container{gap:5px;align-items:stretch}}@media (min-width: 675px) and (max-width: 899px){.my-business-page-container{justify-content:flex-start}.my-business-page-container-content{padding-top:10px;padding-bottom:10px;margin:0}}@media (min-width: 900px) and (max-width: 999px){.my-business-page-container{justify-content:flex-start}.my-business-page-container-content{padding-top:10px;padding-bottom:10px;margin:0}}@media (min-width: 1290px) and (max-width: 1589px){.dash-navbar__button-wrapper--small>div{width:220px}}.dash-navbar__button-wrapper--small{display:flex;gap:30px}@media (max-width: 1290px){.dash-navbar__button-wrapper--small{width:85%;display:flex;justify-content:space-between;gap:10px;min-width:max-content;transition:all .5s ease}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.dash-navbar__button-wrapper--small{display:flex;gap:60px}}@media only screen and (min-width: 3430px){.dash-navbar__button-wrapper--small{display:flex;gap:60px}}.myBusiness--dashnav--button{padding:0;height:var(--standard-button-height);display:flex;align-items:center;justify-content:center;gap:27px}@media (min-width: 1000px) and (max-width: 1269px){#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:17px!important}.myBusiness--dashnav--button{width:140px;gap:10px}}@media (min-width: 1270px) and (max-width: 1589px){.myBusiness--main-container--details{padding-top:0!important}#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:18px!important}}@media (min-width: 1270px) and (max-width: 1389px){#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:18px!important}.myBusiness--dashnav--button{width:156px!important;gap:10px}}@media (min-width: 1390px) and (max-width: 1589px){.myBusiness--main-container--details,.myBusiness--main-container--standard-texts{width:100%;padding-top:0!important}#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:18px!important}.myBusiness--dashnav--button{width:155px!important;gap:10px;justify-content:center}}@media (min-width: 1590px) and (max-width: 1909px){.my-business-page-container{padding-bottom:20px}#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:18px!important}.myBusiness--dashnav--button{width:174px!important;gap:10px;justify-content:center}}@media (min-width: 1910px) and (max-width: 2549px){.my-business-page-container{padding-bottom:20px}#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:18px}.myBusiness--dashnav--button{width:200px!important;gap:10px;justify-content:center}}@media (min-width: 1590px){.myBusiness--main-container--details,.myBusiness--main-container--standard-texts{padding-top:0!important}.my-business-page-container{padding-bottom:0}}@media (min-width: 2550px) and (max-width: 3429px){#myBusiness--select-language__panel__language-buttons button{height:150px!important;padding:18px 18px 11px!important}.myBusiness--dashnav--button{width:250px!important;gap:15px}}@media (min-width: 3430px){#myBusiness--select-language__panel__language-buttons button{height:200px!important;padding:18px 18px 10px!important}.myBusiness--dashnav--button{width:360px!important;gap:20px}}@media (min-width: 1000px) and (orientation: portrait){#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:17px!important}}.customer-register__full-width{height:100%;margin:0 auto;display:flex;flex-flow:column}.customer-register__full-width>*{box-sizing:border-box}.customer-register__tab-Nav{display:flex;gap:0px;width:90%;margin:0 auto 10px}.customer-register__tab-Nav--item{width:100%;padding-bottom:10px;padding-left:10px;cursor:pointer}.customer-register__Customer-info-header{width:90%;margin:0 auto 20px;display:grid;grid-template-columns:4fr 3fr;align-items:center}@media (max-width: 675px){.customer-register__Customer-info-header{grid-template-columns:1fr;gap:15px}}@media (min-width: 1000px) and (max-width: 1590px){.customer-register__Customer-info-header{margin-bottom:15px}}@media (min-width: 3430px){.customer-register__Customer-info-header{margin-bottom:50px;margin-top:20px}@media (min-height: 1700px){.customer-register__Customer-info-header{margin-bottom:30px!important}}}.customer-register__Customer-info-header__name{display:flex;font-size:var(--font-title);align-items:center;gap:20px;font-weight:400;color:var(--90percent);position:relative;display:grid;grid-template-columns:1fr 40px}@media (max-width: 675px){.customer-register__Customer-info-header__name{grid-row:2;padding-left:5px;grid-template-columns:1fr 20px}}@media (min-width: 675px) and (max-width: 899px){.customer-register__Customer-info-header__name{padding-left:10px}}@media (min-width: 900px) and (max-width: 999px){.customer-register__Customer-info-header__name{padding-left:10px}}@media (min-width: 1270px) and (max-width: 1389px){.customer-register__Customer-info-header__name{margin-left:10px}}@media (min-width: 1390px) and (max-width: 1589px){.customer-register__Customer-info-header__name{margin-left:-2px}}@media (min-width: 1910px) and (max-width: 2549px){.customer-register__Customer-info-header__name{margin-left:10px}}@media (min-width: 2550px) and (max-width: 3429px){.customer-register__Customer-info-header__name{padding-left:10px}}@media (min-width: 3430px){.customer-register__Customer-info-header__name{margin-left:10px}}@media (min-width: 1590px) and (max-width: 1909px){.customer-register__Customer-info-header__name{margin-left:0;padding-left:10px}}.customer-register__Customer-info-header__buttons{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}@media (max-width: 1000px){.customer-register__Customer-info-header__buttons{grid-template-columns:5fr 60px}}@media (min-width: 1000px) and (max-width: 1269px){.customer-register__Customer-info-header__buttons{grid-template-columns:11fr 1.5fr}}.customer-register__Customer-info-header__icon{cursor:pointer}@media (max-width: 1000px){.customer-register__Customer-info-header__icon{width:30px;height:20px}}.customer-register__edit-name-icon{width:var(--default-icon-width);height:auto;cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media (max-width: 675px){.customer-register__edit-name-icon{right:0}}.customer-register__info-row{border:1px solid #e9f2fa;box-shadow:0 0 20px #acd8ff99;border-radius:30px;box-sizing:content-box;width:90%;padding:15px 20px;margin:15px auto 20px}@media (max-width: 675px){.customer-register__info-row{padding:15px 10px}}@media (min-width: 1910px){.customer-register__info-row{padding:10px 30px}}@media (min-width: 2550px){.customer-register__info-row{padding:16px 30px}}@media (min-width: 3430px){.customer-register__info-row{border-radius:50px;padding:17px 30px;margin:18px auto}}.Customer-register__table-rows{display:flex;flex-direction:column;gap:30px;justify-content:center;margin:40px auto;width:90%}.customer-register__navbar__button__text{display:block;margin-block:auto}.customer-register__navbar__button{display:flex;justify-content:center;gap:24px;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;cursor:pointer;border-radius:21px;padding-inline:15px;height:var(--dashnavbar-button-height);padding:0}.customer-register__Customer-info-header__icon-wrapper{display:flex;align-items:center}#outermost--CustomerRegister--Page button:not(.no-global-style),.customer-register--visible-button{height:var(--standard-button-height)!important;padding-top:0!important;padding-bottom:0!important;align-items:center!important}.customer-register__customer-name--search-bar{height:var(--standard-input-height)}.customer-register__change-userName-confirmation--button{width:var(--small-button-width);height:var(--standard-button-height);padding:0;display:flex;justify-content:center;align-items:center}.customer-register__change-userName-empty--button{width:var(--bigger-button-width)!important}@media only screen and (max-width: 675px){.customer-register__navbar__button{box-sizing:border-box;width:100%;padding:0;box-shadow:none}.customer-register__navbar__button__text{display:none}.customer-register__full-width{padding-top:5px}}@media only screen and (min-width: 675px) and (max-width: 899px){.customer-register__full-width{padding-top:5px}.customer-register__navbar__button{width:80px}.customer-register__navbar__button__text{display:none}.customer-register__edit-name-icon{top:50%;transform:translateY(-50%)}}@media only screen and (min-width: 900px) and (max-width: 999px){.customer-register__full-width{padding-top:5px}.customer-register__navbar__button__text{display:none}.customer-register__navbar__button{width:80px}.customer-register__edit-name-icon{top:50%;transform:translateY(-50%)}.customer-register__Customer-info-header__icon{width:34px}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.customer-register__Customer-info-header__icon{width:21px;height:auto}.customer-register__navbar__button{width:130px;gap:10px}.customer-register__navbar__button__text{display:block}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.customer-register__Customer-info-header__icon{width:21px;height:auto}.customer-register__navbar__button{width:160px!important;gap:10px;justify-content:center}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.customer-register__navbar__button{width:165px!important;gap:10px;justify-content:center}.customer-register__tab-Nav{margin-bottom:0}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.customer-register__navbar__button{width:178px;gap:10px;justify-content:center}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.customer-register__navbar__button{width:226px;justify-content:center;gap:10px}.customer-register__tab-Nav{margin-bottom:0}.customer-register__change-userName-empty--popup{width:550px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.customer-register__navbar__button{width:273px;border-radius:30px;gap:15px}}@media only screen and (min-width: 3430px){.customer-register__navbar__button{width:353px;border-radius:35px;gap:20px}}@media (min-width: 1000px) and (orientation: landscape){.customer-register__navbar__button__extra{display:none}}.customer-register__button-wrapper--small{display:flex;justify-content:space-evenly;width:85%}@media (max-width: 675px){.customer-register__button-wrapper--small{gap:2px;width:250px}}@media (max-width: 675px){.customer-register__tab-Nav--item{padding-left:1px;min-width:fit-content}.customer-register__Customer-info-header,.customer-register__tab-Nav{width:95%}.customer-register__Customer-info-header__name{padding-left:0}.dash-navbar__button--selected{border:none}.dash-navbar__button:hover{box-shadow:none}}@media (min-width: 1590px) and (max-width: 1909px){.customer-register__Customer-info-header__icon{width:26px}}@media (min-width: 1000px) and (max-width: 1269px){.customer-register__page--other-sections__full-width--centered{display:flex}.customer-register__Customer-info-header,.customer-register__tab-Nav{min-width:950px}.customer-register__Customer-info-header__name{padding-left:10px}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding:3px 0!important}.customer-register__info__full--centered{min-height:calc(100vh - var(--dash-navbar-height))!important}.customer-register__full-width{justify-content:center;height:unset;min-height:100%}.customer-register__notes__full--centered{min-height:fit-content;height:100%}.customer-register__full--centered{min-height:fit-content;height:-webkit-fill-available}:root{--blueGapHeight: min(20px, max(0px, calc(100vh - 720px) ));--yellowGapHeight: min(30px, max(20px, calc(100vh - 700px) ))}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:max(0px,calc((100vh - 55px - 655px - var(--blueGapHeight) - var(--yellowGapHeight) + 0px + 20px) / 2))!important}@media (min-height: 760px){.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:20px!important;padding-bottom:20px!important}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:0!important}}}@media (min-width: 1270px) and (max-width: 1589px){.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:3px!important}}@media (min-width: 1270px) and (max-width: 1389px){.customer-register__page--other-sections__full-width--centered{display:flex}.customer-register__Customer-info-header__icon{width:21px}.customer-register__advance-search-for-more--confirmation .are-you-sure-popup__button,.customer-register__change-userName-confirmation .are-you-sure-popup__button{width:120px}.customer-register__Customer-info-header,.customer-register__tab-Nav{width:1117px}.customer-register__tab-Nav{margin-bottom:0}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding:5px 20px 0!important}.customer-register__full-width{justify-content:center;height:unset;min-height:100%}.customer-register__notes__full--centered{min-height:fit-content;height:100%}.customer-register__full--centered{min-height:fit-content;height:-webkit-fill-available}:root{--blueGapHeight: min(20px, max(0px, calc(100vh - 740px) ));--yellowGapHeight: min(30px, max(20px, calc(100vh - 720px) ))}@media (min-height: 880px){.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:20px!important;padding-bottom:10px!important}}}@media (min-width: 1390px) and (max-width: 1589px){.customer-register__Customer-info-header__icon{width:21px;height:auto}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:12px!important;padding-bottom:12px!important}.customer-register__Customer-info-header,.customer-register__tab-Nav{width:1030px}.customer-register__tab-Nav{position:relative;left:10px}.customer-register__tab-Nav--item{padding-bottom:10px;padding-left:5px}.customer-register__Customer-info-header{left:16px;position:relative}.customer-register__full-width{justify-content:center;height:unset;min-height:100%}.customer-register__notes__full--centered{min-height:fit-content;height:100%}.customer-register__full--centered{min-height:fit-content;height:-webkit-fill-available}:root{--blueGapHeight: min(20px, max(0px, calc(100vh - 755px) ));--yellowGapHeight: min(40px, max(20px, calc(100vh - 745px) ))}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:max(0px,calc((100vh - 67px - 650px - var(--blueGapHeight) - var(--yellowGapHeight) + 0px + 14px) / 2))!important}.main-container__customer-register__notes__full--centered{display:flex}.customer-register__notes__full--centered{height:auto}@media (min-height: 820px){.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:0!important}.customer-register__full-width{justify-content:flex-start}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:28px!important;padding-bottom:28px!important}}}@media (min-width: 1590px) and (max-width: 1909px){.customer-register__first-last-customer--popup{width:400px}.customer-register__Customer-info-header__icon{width:22px;height:auto}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:12px!important;padding-bottom:12px!important}.customer-register__full-width{justify-content:center;height:unset;min-height:100%}.customer-register__notes__full--centered{min-height:fit-content;height:100%}.customer-register__full--centered{min-height:fit-content;height:-webkit-fill-available}.customer-register__tab-Nav{margin-bottom:0!important}:root{--blueGapHeight: min(35px, max(10px, calc(100vh - 755px) ));--yellowGapHeight: min(60px, max(20px, calc(100vh - 745px) ))}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:max(0px,calc((100vh - 67px - 666px - var(--blueGapHeight) - var(--yellowGapHeight) + 10px + 20px - 10px) / 2))!important}.customer-register__Customer-info-header,.customer-register__tab-Nav{width:1140px}.main-container__customer-register__notes__full--centered{display:flex}.customer-register__notes__full--centered{height:auto}@media (min-height: 850px){.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:0!important}.customer-register__full-width{justify-content:flex-start}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:40px!important;padding-bottom:40px!important}}}@media (min-width: 1910px) and (max-width: 2549px){.customer-register__first-last-customer--popup{width:450px}.customer-register__Customer-info-header__icon{width:26px;height:auto}.main-container__customer-register__notes__full--centered{overflow-y:hidden!important}.customer-register__page--other-sections__full-width--centered,.customer-register__info__full--centered{padding-top:12px!important;padding-bottom:12px!important}.customer-register__full-width{justify-content:center;height:unset;min-height:100%}.customer-register__notes__full--centered{min-height:fit-content;height:calc(100% - 25px)}.customer-register__full--centered{min-height:fit-content;height:-webkit-fill-available}:root{--blueGapHeight: min(50px, max(10px, calc(100vh - 925px) ));--yellowGapHeight: min(70px, max(35px, calc(100vh - 886px) ))}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:max(0px,calc((100vh - var(--dash-navbar-height) - 739px - var(--blueGapHeight) - var(--yellowGapHeight) + 20px) / 2))!important}.customer-register__Customer-info-header,.customer-register__tab-Nav{width:1380px}.main-container__customer-register__notes__full--centered{display:flex}.customer-register__notes__full--centered{height:auto}@media (min-height: 1020px){.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:0!important}.customer-register__full-width{justify-content:flex-start}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:40px!important;padding-bottom:48px!important}}}@media (min-width: 2550px) and (max-width: 3429px){.customer-register__Customer-info-header__icon{width:35px;height:auto}.main-container__customer-register__notes__full--centered{overflow-y:hidden!important}.customer-register__change-userName-confirmation{width:800px;padding:20px 45px}.customer-register__Customer-info-header,.customer-register__tab-Nav{width:1790px}.customer-register__tab-Nav{margin-bottom:0}.customer-register__page--other-sections__full-width--centered{padding-top:12px!important;padding-bottom:12px!important}.customer-register__info__full--centered{padding-top:25px!important;padding-bottom:30px!important}.customer-register__full-width{justify-content:center;height:unset;min-height:100%}.customer-register__notes__full--centered{min-height:fit-content;height:calc(100% - max(0px,calc((100vh - 100px - 1060px - var(--blueGapHeight) - var(--yellowGapHeight) + 20px + 35px) / 2)) -20px)}.customer-register__full--centered{min-height:fit-content;height:-webkit-fill-available}:root{--blueGapHeight: min(95px, max(50px, calc(100vh - 1185px) ));--yellowGapHeight: min(120px, max(65px, calc(100vh - 1165px) ))}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:max(0px,calc((100vh - 100px - 1022px - var(--blueGapHeight) - var(--yellowGapHeight) + 55px) / 2))!important}.main-container__customer-register__notes__full--centered{display:flex}.customer-register__notes__full--centered{height:auto;margin-bottom:unset!important}@media (max-height: 1400px){.customer-register__full-width{display:flex}}@media (min-height: 1400px){.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:0!important}.customer-register__full-width{justify-content:flex-start}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:40px!important;padding-bottom:40px!important}}}@media (min-width: 3430px){.customer-register__Customer-info-header__icon{width:39px;height:auto}.customer-register__Customer-info-header,.customer-register__tab-Nav{width:2556px;margin-bottom:0}.customer-register__page--other-sections__full-width--centered,.customer-register__info__full--centered{padding-top:0!important;padding-bottom:0!important}.customer-register__full-width{justify-content:center;height:unset;min-height:100%}.customer-register__notes__full--centered{min-height:fit-content;height:100%}.customer-register__full--centered{min-height:fit-content;height:-webkit-fill-available}:root{--blueGapHeight: min(65px, max(20px, calc(100vh - 1580px) ));--yellowGapHeight: min(100px, max(35px, calc(100vh - 1560px) ))}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:max(0px,calc((100vh - 115px - 1465px - var(--blueGapHeight) - var(--yellowGapHeight) + 20px + 35px) / 2))!important}.customer-register__change-userName-confirmation{width:900px;padding:35px 60px}.main-container__customer-register__notes__full--centered{display:flex}.customer-register__notes__full--centered{height:auto}@media (min-height: 1640px){.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:0!important}.customer-register__full-width{justify-content:flex-start}.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:40px!important;padding-bottom:40px!important}}}.customer-register__Customer-info-header__icon{height:auto!important}@media (min-width: 1000px) and (max-width: 1269px){.customer-register__Customer-info-header__icon{width:24px!important}}@media (min-width: 1270px) and (max-width: 1389px){.customer-register__Customer-info-header__icon{width:24px!important}}@media (min-width: 1390px) and (max-width: 1589px){.customer-register__Customer-info-header__icon{width:24px!important}}@media (min-width: 1590px) and (max-width: 1909px){.customer-register__Customer-info-header__icon{width:26px!important}}@media (min-width: 1910px) and (max-width: 2549px){.customer-register__Customer-info-header__icon{width:30px!important}}@media (min-width: 2550px) and (max-width: 3429px){.customer-register__Customer-info-header__icon{width:38px!important}}@media (min-width: 3430px){.customer-register__Customer-info-header__icon{width:50px!important}}@media (min-width: 1000px) and (orientation: portrait){.customer-register__full-width{min-height:unset;height:auto}.customer-register__navbar__button{width:140px;gap:18px;justify-content:center;display:flex}.Customer-info__customer-number-icon{width:22px}.customer-register__Customer-info-header__icon{width:34px!important}.dash-navbar__button-wrapper--small{width:70%;justify-content:space-around}}.dash-navbar-invoice-start-page-button{display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;margin-left:0!important;gap:8px!important;font-size:var(--font-standard)!important;height:var(--standard-button-height)!important;padding-left:15px!important;padding-right:15px!important;min-width:fit-content!important}.dash-navbar-invoice-start-page-button img{width:var(--close-icon-width)!important;height:var(--close-icon-width)!important;flex-shrink:0!important}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{border:#fff solid 1px;box-shadow:0 0 5px 0 var(--90percent-shadow-color);border-radius:50%;padding:3px;box-sizing:content-box;flex-shrink:0!important}.dash-navbar-invoice-start-page-button .dash-navbar__button__text{flex-shrink:0!important;white-space:nowrap!important}.dash-navbar-invoice-start-page-button:nth-child(1) .dash-navbar__button__icon{background-color:var(--light-green-text-color)}.dash-navbar-invoice-start-page-button:nth-child(2) .dash-navbar__button__icon{background-color:var(--light-blue-invoice-color)}.dash-navbar-invoice-start-page-button:nth-child(3) .dash-navbar__button__icon{background-color:var(--light-red-text-color)}@media (min-width: 3430px){.dash-navbar-invoice-start-page-button{padding-left:5px!important;padding-right:5px!important;gap:20px!important;width:400px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:6px}}@media (min-width: 2550px) and (max-width: 3429px){.dash-navbar-invoice-start-page-button{padding-left:5px!important;padding-right:5px!important;gap:15px!important;width:292px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:4px}}@media (min-width: 1910px) and (max-width: 2549px){.dash-navbar-invoice-start-page-button{padding-left:5px!important;padding-right:5px!important;gap:10px!important;width:230px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:3px}}@media (min-width: 1590px) and (max-width: 1909px){.dash-navbar-invoice-start-page-button{padding-left:0!important;padding-right:0!important;gap:10px!important;width:200px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:4px}}@media (min-width: 1390px) and (max-width: 1589px){.dash-navbar-invoice-start-page-button{padding-left:0!important;padding-right:0!important;gap:10px!important;width:180px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:3px}}@media (min-width: 1270px) and (max-width: 1389px){.dash-navbar-invoice-start-page-button{padding-left:0!important;padding-right:0!important;gap:10px!important;width:170px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:2px}}@media (min-width: 1000px) and (max-width: 1269px){.dash-navbar-invoice-start-page-button{padding-left:0!important;padding-right:0!important;gap:10px!important;width:150px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:2px}}.invoice-page-container{padding:0;margin:0;width:100%;max-width:100%}.invoice-main-section{display:flex}.invoice-start__invoice-content-area{flex-grow:1;padding:16px 16px 0rem;min-width:0}.invoice-start__invoice-content-area .metrics-bar-container{margin-left:70px;margin-right:60px;margin-bottom:45px;justify-content:center}.invoice-start__invoice-content-area .metrics-title{color:var(--heading);font-size:var(--font-title);font-weight:400;margin-left:80px}.invoice-start__invoice-content-area .invoice-header{display:flex;justify-content:space-between;align-items:center;height:50px}.invoice-start__invoice-content-area .vat-button{display:flex;position:relative;align-items:center;gap:25px;height:var(--standard-button-height);margin-right:80px;cursor:pointer;z-index:1}.invoice-start__invoice-content-area .vat-btn-label{color:var(--80percent);font-size:var(--font-standard);font-weight:400}.invoice-start__invoice-content-area .button-icon{width:var(--default-icon-width);height:var(--default-icon-width);transition:transform .2s ease}@media (min-width: 3430px){.invoice-start__invoice-content-area .metrics-title{margin-bottom:1rem}.invoice-start__invoice-content-area .invoice-header{height:60px;position:relative;top:25px}}@media (min-width: 2550px) and (max-width: 3429px){.invoice-start__invoice-content-area .metrics-title{margin-bottom:1rem}.invoice-start__invoice-content-area .invoice-header{height:50px;position:relative;top:10px}}@media (min-width: 1910px) and (max-width: 2549px){.invoice-start__invoice-content-area .metrics-title{margin-bottom:1rem}}@media (min-width: 1590px) and (max-width: 1909px){.invoice-start__invoice-content-area{padding:0}.invoice-start__invoice-content-area .invoice-header{height:30px;position:relative;top:10px}.invoice-start__invoice-content-area .vat-button{margin-right:70px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:35px}}@media (min-width: 1390px) and (max-width: 1589px){.invoice-start__invoice-content-area .vat-button{margin-right:70px}.invoice-start__invoice-content-area .metrics-title{margin-left:70px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:35px}.invoice-start__invoice-content-area .invoice-header{height:30px;position:relative;top:10px}}@media (min-width: 1270px) and (max-width: 1389px){.invoice-start__invoice-content-area{padding:0}.invoice-start__invoice-content-area .invoice-header{height:30px;position:relative;top:12px}.invoice-start__invoice-content-area .vat-button{gap:10px;margin-right:70px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:15px;margin-left:60px;margin-right:60px}.invoice-start__invoice-content-area .metrics-title{margin-left:70px}}@media (min-width: 1000px) and (max-width: 1269px){.invoice-start__invoice-content-area{padding:0}.invoice-start__invoice-content-area .vat-button{gap:10px;margin-right:70px}.invoice-start__invoice-content-area .invoice-header{padding-top:10px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:15px;margin-left:60px;margin-right:60px}.invoice-start__invoice-content-area .metrics-title{margin-left:70px}}@media (min-width: 1000px) and (max-width: 1269px) and (orientation: portrait){.invoice-start__invoice-content-area{padding:10px 0 0}.invoice-start__invoice-content-area .vat-button{gap:10px;margin-right:30px}.invoice-start__invoice-content-area .invoice-header{padding-top:10px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:15px;margin-left:20px;margin-right:20px}.invoice-start__invoice-content-area .metrics-title{margin-left:30px}}@media (min-width: 900px) and (max-width: 999px) and (orientation: landscape){.invoice-start__invoice-content-area{padding:0}.invoice-start__invoice-content-area .metrics-title{margin-left:30px}.invoice-start__invoice-content-area .vat-button{gap:20px;margin-right:20px}.invoice-start__invoice-content-area .button-icon{width:16px;height:16px}.invoice-start__invoice-content-area .invoice-header{height:28px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:15px;margin-left:20px;margin-right:60px}}@media (min-width: 900px) and (max-width: 999px) and (orientation: portrait){.invoice-start__invoice-content-area{padding:0}.invoice-start__invoice-content-area .metrics-title{margin-left:30px}.invoice-start__invoice-content-area .vat-button{gap:20px;margin-right:20px}.invoice-start__invoice-content-area .button-icon{width:16px;height:16px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:15px;margin-left:20px;margin-right:60px}}@media (min-width: 675px) and (max-width: 899px) and (orientation: landscape){.invoice-start__invoice-content-area{padding:0}.invoice-start__invoice-content-area .metrics-title{margin-left:30px}.invoice-start__invoice-content-area .vat-button{gap:20px;margin-right:20px}.invoice-start__invoice-content-area .button-icon{width:16px;height:16px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:15px;margin-left:20px;margin-right:40px}.invoice-start__invoice-content-area .invoice-header{height:38px}}@media (min-width: 675px) and (max-width: 899px) and (orientation: portrait){.invoice-start__invoice-content-area{padding:0}.invoice-start__invoice-content-area .metrics-title{margin-left:30px}.invoice-start__invoice-content-area .vat-button{gap:20px;margin-right:20px}.invoice-start__invoice-content-area .button-icon{width:16px;height:16px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:15px;margin-left:20px;margin-right:40px}}@media (min-width: 340px) and (max-width: 674px){.invoice-start__invoice-content-area{margin:0 20px 20px;border-radius:20px;box-sizing:border-box;box-shadow:0 4px 20px #acd8ff99}.invoice-start__invoice-content-area .metrics-title{margin-left:2px}.invoice-start__invoice-content-area .vat-button{gap:10px;margin-right:2px}.invoice-start__invoice-content-area .button-icon{width:16px;height:16px}.invoice-start__invoice-content-area .metrics-bar-container{margin-bottom:15px;margin-left:5px;margin-right:40px}}.invoice-navbar-buttons-container{display:flex;flex-wrap:nowrap;gap:1rem;padding:20px 0 15px;width:100%;justify-content:space-around;align-items:stretch;min-height:120px;overflow-x:auto}.invoice-navbar-buttons-container .my-business-header-Navbar-Button{flex:1;width:32%;max-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 4px 20px 0 var(--90percent-shadow-color);color:var(--90percent);border-radius:20px;padding:1rem 1.5rem .5rem;cursor:pointer;height:100%}.invoice-navbar-buttons-container .my-business-header-Navbar-img{border:#fff solid 1px;box-shadow:0 0 5px 0 var(--90percent-shadow-color);border-radius:50%;padding:8px;box-sizing:content-box;flex-shrink:0!important;width:20px;height:20px;object-fit:contain;margin-bottom:8px;margin-top:0}.invoice-navbar-buttons-container .my-business-header-Navbar-Button:nth-child(1) .my-business-header-Navbar-img{background-color:var(--light-green-text-color)}.invoice-navbar-buttons-container .my-business-header-Navbar-Button:nth-child(2) .my-business-header-Navbar-img{background-color:var(--light-blue-invoice-color)}.invoice-navbar-buttons-container .my-business-header-Navbar-Button:nth-child(3) .my-business-header-Navbar-img{background-color:var(--light-red-text-color)}.invoice-navbar-buttons-container .my-business-header-Navbar-text{text-align:center;font-size:var(--font-standard);line-height:1.2}.invoice-navbar-buttons-container .my-business-header-Navbar-Button:nth-child(1){transition:0s;border:1px solid var(--blue-invoice-color)}@media (max-width: 675px){.invoice-navbar-buttons-container{gap:10px;padding:18px 20px;min-height:100px}.invoice-navbar-buttons-container .my-business-header-Navbar-Button{min-width:80px;padding:.7rem;height:auto;min-height:70px}.invoice-navbar-buttons-container .my-business-header-Navbar-img{padding:6px;margin-bottom:6px}}@media (max-width: 480px){.invoice-navbar-buttons-container{padding:16px 18px;gap:10px;min-height:90px}.invoice-navbar-buttons-container .my-business-header-Navbar-Button{min-width:70px;padding:.8rem 3.4rem;height:auto;min-height:65px}.invoice-navbar-buttons-container .my-business-header-Navbar-img{width:22px;height:22px;padding:6px;margin-bottom:4px}}.show-color{box-sizing:border-box;padding:20px;height:100px;width:100%}.mapping-text{margin:10px}@media only screen and (min-width: 340px) and (max-width: 576px){.show-color{background-color:red}}@media only screen and (min-width: 576px) and (max-width: 675px){.show-color{background-color:green}}@media only screen and (min-width: 675px) and (max-width: 899px){.show-color{background-color:#00f}}@media only screen and (min-width: 900px) and (max-width: 1269px){.show-color{background-color:#0ff}}@media only screen and (min-width: 1270px) and (max-width: 1589px){.show-color{background-color:pink}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.show-color{background-color:#ff0}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.show-color{background-color:orange}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.show-color{background-color:maroon}}@media only screen and (min-width: 3430px){.show-color{background-color:#2e8b57}}.add-language,.add-language *{padding:0;margin:0;box-sizing:border-box}.add-language{width:100%}.add-language__header{width:100%;display:flex;flex-direction:column;padding-top:1dvh}.add-language__header .add-language__header-row{padding:1dvh 5% 2dvh;width:100%;display:flex;align-items:flex-end;justify-content:space-between}.add-language__languages-container{width:75%;margin:0 5%;display:flex;align-items:center;justify-content:left;flex-wrap:wrap}.language-component-container-default,.language-component-container,.add-new-language-container{width:350px;height:185px;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:left;margin-right:30px;margin-bottom:30px}.language-component-container-default{background-color:#0082ff}.language-component,.language-component-default,.add-new-language{width:350px;height:160px;border-radius:15px;border:1px solid grey;display:flex;align-items:left;justify-content:space-between;flex-direction:column;padding:20px;background-color:#fff;position:relative}.editting-buttons>button{font-size:.8rem;border-radius:20px;padding:2px 12px;outline:none;cursor:pointer;background-color:#0082ff;color:#fff;border:1px solid #0082ff}.editting-buttons>button:last-child{font-size:.8rem;border-radius:20px;cursor:pointer;background-color:#fff;color:#0082ff;margin-left:10px}.add-new-language{border:2px dashed #0082ff;display:flex;align-items:center;justify-content:center;cursor:pointer}.add-new-language>.plus-icon{width:100px;height:60px;border-radius:10px;box-shadow:0 1px 7px #0003;display:flex;align-items:center;justify-content:center}.add-new-language>.plus-icon>svg{fill:#0082ff;width:60px;height:60px}.add-new-language>p{padding-top:20px}.language-component-default{border:1px solid #0082ff;background-color:#e9f4ff}.default-language-text{color:#fff;font-size:.8rem;width:100%;height:25px;display:flex;align-items:center;justify-content:center}.language-component>p,.language-component-default>p{font-size:.9rem}.language-component-edit-container>label{display:grid;grid-template-columns:1fr 2fr}.language-component-edit-container>label>p{font-size:.9rem}.language-component-edit-container input{outline:none;border:1px solid #0082ff;padding:3px 8px;border-radius:5px;background-color:#fff}.editting-buttons{display:flex;align-items:flex-start;justify-content:left;padding-top:5px}.three-dots{width:25px;height:20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:absolute;top:10px;right:20px}.three-dots .dot{width:5px;height:5px;background-color:gray;border-radius:50%}.three-dots .language-menu{width:180px;position:absolute;top:0;right:0;transform:translateY(30px);list-style:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;background-color:#fff;border-radius:15px;box-shadow:0 1px 7px #0003}.three-dots .language-menu>li{display:flex;align-items:center;justify-content:left;padding:2px 10px;width:100%}.three-dots .language-menu>li:first-child{padding-top:5px}.three-dots .language-menu>li:last-child{padding-bottom:5px}.three-dots .language-menu>li>p{margin-left:8px;font-size:.9rem;text-wrap:nowrap}.three-dots .language-menu>li:nth-child(1)>svg{fill:#0082ff}.three-dots .language-menu>li:nth-child(2)>svg{fill:#ffd000}.three-dots .language-menu>li:nth-child(3)>svg{fill:#a81da8}.three-dots .language-menu>li:nth-child(4)>svg{fill:#ff7474}.toggle,.toggle-active{width:55px;height:25px;display:flex;align-items:center;justify-content:right;background-color:#0082ff;padding:3px;border-radius:30px;border:2px solid #0082ff}.toggle{background-color:#fff;border:2px solid grey;justify-content:left}.toggle-circle,.toggle-circle-active{width:15px;height:15px;border-radius:50%;background-color:#fff}.toggle-circle{background-color:gray}.text-bold{font-weight:600}.language-buttons{display:flex;align-items:center;justify-content:space-between}.flag-button{font-size:.8rem;border-radius:20px;padding:2px 12px;outline:none;cursor:pointer;border:1px solid #0082ff;background-color:#fff;color:#0082ff;display:flex;align-items:center;justify-content:center}.flag-button svg{fill:#0082ff;width:15px;height:15px;margin-left:8px}.flag-img-container{width:70px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:5px;border:none;margin-bottom:15px}.flag-img-container>img{width:70px;height:50px;border-radius:5px}.flag-plus-icon{width:100%;height:100%;border:none;outline:none;box-shadow:0 1px 7px #0003;background-color:#fff;border-radius:10px}.add-language__delete-modal,.add-language__add-language-modal{background-color:#fff;width:500px;border-radius:10px;padding:10px 20px 30px}.add-language__delete-modal-header,.add-language__delete-modal-desc,.add-language__add-language-modal-header{text-align:center;padding-bottom:20px}.add-language__delete-modal-header,.add-language__add-language-modal-header{font-size:1.6rem;color:#0082ff;font-weight:600}.add-language__delete-modal-desc{font-size:.9rem}.add-language__delete-modal-buttons,.add-language__add-language-modal-buttons{width:100%;display:flex;align-items:center;justify-content:space-evenly}.add-language__delete-modal-buttons>button,.add-language__add-language-modal-buttons>button{width:80px;padding:8px 0;background-color:#0082ff;color:#fff;outline:none;border:none;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer}.add-language__add-language-modal-buttons{margin-top:20px}.add-language__add-language-modal-content{width:80%;margin:0 auto}.add-language__add-language-modal-content>label{width:100%;display:grid;grid-template-columns:1fr 3fr;margin-bottom:10px}.add-language__add-language-modal-content>label:last-child{margin-bottom:0}.add-language__add-language-modal-content>label>input{outline:none;border:1px solid #0082ff;padding:3px 8px;border-radius:5px;background-color:#fff}@media screen and (max-width: 1269px){.add-language__languages-container{width:90%}.language-component-container-default,.language-component-container,.add-new-language-container{width:300px;height:210px;margin-right:20px;margin-bottom:20px}.language-component,.language-component-default,.add-new-language{width:300px;height:185px;padding:14px 20px}.editting-buttons>button{font-size:.8rem;border-radius:20px;padding:2px 12px;outline:none;cursor:pointer;background-color:#0082ff;color:#fff;border:1px solid #0082ff}}.edit-language__filter-dropdown,.edit-language__filter-dropdown *{padding:0;margin:0;box-sizing:border-box}.edit-language__filter-dropdown{display:flex;align-items:center;width:max-content;position:relative}.edit-language__filter-dropdown .edit-language__filter-button,.edit-language__filter-dropdown .edit-language__filter-button-placeholder{width:110px;height:40px;border-radius:20px;position:relative;display:flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;background-color:#0082ff;color:#fff;font-size:1rem;font-weight:600;margin-left:20px}.edit-language__filter-dropdown .edit-language__filter-button-placeholder{background-color:#fff}.edit-language__filter-dropdown-container{width:130px;height:40px;border-radius:20px;position:relative;display:flex;align-items:center;justify-content:center;border:1px solid grey;cursor:pointer;padding:10px}.edit-language__filter-dropdown-current-value{width:70%;display:flex;align-items:center;justify-content:center;display:grid;grid-template-columns:3fr 1fr;place-items:center;padding:0 20px}.edit-language__filter-dropdown-current-value>svg{fill:gray;scale:1.3;transform:translateY(1px)}.edit-language__filter-dropdown-current-value>p:nth-child(1){place-self:flex-start}.edit-language__filter-dropdown-current-value>p:nth-child(2){place-self:flex-end}.edit-language__filter-dropdown .edit-language__filter-dropdown-values{position:absolute;top:60px;min-width:180px;max-width:fit-content;background-color:#fff;border-radius:10px;box-shadow:0 1px 7px #0003;padding:10px;z-index:+1}.edit-language__filter-dropdown-value{padding:2px;display:flex;align-items:center}.edit-language__filter-dropdown-value>input{width:20px;height:20px}.edit-language__filter-dropdown-value>p{padding-left:10px;text-wrap:nowrap}@media screen and (max-width: 1269px){.edit-language__filter-dropdown .edit-language__filter-button{height:30px;margin-left:20px;font-size:.9rem}.edit-language__filter-dropdown-container{height:30px;padding:10px}.edit-language__filter-dropdown-current-value>p{font-size:.9rem}.edit-language__filter-dropdown-current-value>svg{fill:gray;scale:1.3;transform:translateY(1px)}.edit-language__header-title{font-size:.9rem}}.edit-language__strings-dropdown,.edit-language__strings-dropdown *{padding:0;margin:0;box-sizing:border-box}.edit-language__strings-dropdown{background-color:#0082ff;width:320px;height:40px;border-radius:10px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 5px #0003;cursor:pointer}.edit-language__strings-dropdown-current-value{width:100%;display:flex;align-items:center;justify-content:center;display:grid;grid-template-columns:1fr 3fr;place-items:center}.edit-language__strings-dropdown-current-value>p{color:#fff;display:flex;width:100%;height:100%;align-items:center;justify-content:left}.edit-language__strings-dropdown-current-value>svg{fill:#fff;width:30px;height:30px;transform:translateY(1px)}.edit-language__strings-dropdown .edit-language__strings-dropdown-values{position:absolute;top:50px;width:260px;background-color:#fff;border-radius:10px;box-shadow:0 1px 7px #0003;padding:10px;z-index:+1}.edit-language__strings-dropdown-value{padding:2px}.edit-language__header-search,.edit-language__header-search *{margin:0;padding:0;box-sizing:border-box}.edit-language__header-search{display:flex;align-items:center;width:max-content}.edit-language__header-search-input-container{display:flex;align-items:center;justify-content:center;width:320px;height:40px;border-radius:20px;background-color:#f1f3f9;overflow:hidden}.edit-language__header-search-input-container>.edit-language__search-icon-container{height:40px;width:80px;display:flex;align-items:center;justify-content:center}.edit-language__header-search-input-container>.edit-language__search-icon-container>svg{fill:gray}.edit-language__header-search-input-container>input{height:40px;width:100%;border:none;border-top-right-radius:20px;border-bottom-right-radius:20px;background-color:transparent;outline:none;font-size:1rem}.edit-language__header-search .edit-language__header-search-button{width:110px;height:40px;border-radius:20px;position:relative;display:flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;background-color:#0082ff;color:#fff;font-size:1rem;font-weight:600;margin-left:20px}@media screen and (max-width: 1269px){.edit-language__header-search .edit-language__header-search-button{height:30px;font-size:.9rem}.edit-language__header-search-input-container{height:30px;width:240px}.edit-language__header-search-input-container>input{height:30px;font-size:.9rem}.edit-language__header-search-input-container>.edit-language__search-icon-container>svg{width:20px;height:20px}}.edit-language,.edit-language *{padding:0;margin:0;box-sizing:border-box}.edit-language{width:100%}.edit-language__header-button{height:40px;width:fit-content;border-radius:20px;position:relative;display:flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;margin-left:20px;background-color:#fff;box-shadow:0 1px 7px #0003;padding:0 20px;width:max-content}.edit-language__header-button>p{color:#0082ff;font-size:1rem;font-weight:600}.edit-language__header-button>svg{fill:#0082ff;margin-left:6px}.edit-language__header{width:100%;display:flex;flex-direction:column;padding-top:1dvh}.edit-language__header .edit-language__header-row{padding:1dvh 5% 2dvh;width:100%;display:flex;align-items:flex-end;justify-content:space-between}.edit-language__header .edit-language__header-row:nth-child(2){padding:1dvh 6%;display:grid;grid-template-columns:4fr 2fr 1.5fr 1.5fr}.edit-language__header-title{padding-bottom:8px;padding-left:5px}.edit-language__string-header{width:95%;margin:0 auto;padding:0 15px;display:grid;grid-template-columns:2fr 1.5fr 1fr 5fr}.edit-language__string-header>h2{font-size:1rem;padding-top:3dvh;padding-bottom:15px}.edit-language__string{width:95%;margin:0 auto 20px;padding:0 15px;display:grid;grid-template-columns:2fr 1.5fr 6fr;border-radius:10px;box-shadow:0 1px 7px #0003}.edit-language__string>p{padding:15px 0;width:fit-content;text-wrap:wrap;height:100%}.language-string-map{width:100%;padding:10px 0}.language-string-lang,.language-string-lang-active{-webkit-user-select:none;user-select:none;cursor:pointer}.language-string-lang-active{color:#0082ff}.language-string-map-row{width:100%;display:grid;grid-template-columns:.9fr 4.8fr;padding:5px 0}.string-value,.string-value-big{outline:none;padding:5px 10px;min-height:2rem;overflow:hidden;border:1px solid #0082ff;border-radius:8px;resize:none;font-size:1rem;width:100%}.string-value{max-height:2rem}.input-string-buttons{display:flex;padding-top:10px}.input-string-button,.input-string-button-white{font-size:.8rem;border-radius:20px;padding:2px 12px;outline:none;cursor:pointer;background-color:#0082ff;color:#fff;border:1px solid #0082ff}.input-string-button-white{font-size:.8rem;border-radius:20px;cursor:pointer;background-color:#fff;color:#0082ff;margin-left:10px}.edit-language__vbs-table-container{width:95%;margin:0 auto 20px;display:grid;grid-template-columns:1fr 2fr}.edit-language .edit-language__vbs-table{width:100%;box-shadow:0 1px 7px #0003;background-color:#fff;border-radius:10px;padding:15px}.edit-language__vbs-header{width:100%;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 4.5fr}.edit-language__vbs-header>h2{font-size:1rem;padding-bottom:10px}.edit-language__vbs-header>h2:last-child{display:flex;align-items:center;justify-content:space-between;width:100%}.edit-language__vbs{width:100%;margin:0 auto;display:grid;grid-template-columns:1.5fr 5.5fr;border-radius:10px}.edit-language__vbs>p{padding:15px 0}.version-value-map{width:100%}.version-value-map-row{width:100%;display:grid;grid-template-columns:1fr 4.5fr;padding:5px 0}.edit-language__upload-csv-modal{background-color:#fff;width:500px;border-radius:10px;padding:10px 20px 30px}.edit-language__upload-csv-modal-header{text-align:center;padding-bottom:20px}.edit-language__upload-csv-modal-header{font-size:1.6rem;color:#0082ff;font-weight:600}.edit-language__upload-csv-modal-buttons{width:100%;display:flex;align-items:center;justify-content:space-evenly}.edit-language__upload-csv-modal-buttons>button{width:80px;padding:8px 0;background-color:#0082ff;color:#fff;outline:none;border:none;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer}.edit-language__upload-csv-modal-buttons>button{margin-top:20px}.edit-language__upload-csv-modal-content{width:80%;margin:0 auto}.edit-language__upload-csv-modal-content>label{width:100%;display:grid;grid-template-columns:1fr 3fr;margin-bottom:10px}.edit-language__upload-csv-modal-content>label:last-child{margin-bottom:0}.edit-language__upload-csv-modal-content>label>input{outline:none;border:1px solid #0082ff;padding:3px 8px;border-radius:5px;background-color:#fff}.edit-language__strings-not-found{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10vh;transform:translate(-50px)}.edit-language__strings-not-found>h1{padding-bottom:20px}.edit-language__strings-not-found-content{display:flex;align-items:center;justify-content:center;flex-direction:column}.edit-language__strings-not-found-content>*{margin-bottom:10px}.edit-language__strings-not-found-content:last-child{margin-bottom:0}.edit-language__strings-not-found-content>p{font-size:.8rem}.edit-language__strings-not-found-content>p:nth-child(2){color:gray;font-style:italic}.edit-language__strings-not-found-content>button{width:80px;padding:5px 0;background-color:#0082ff;color:#fff;outline:none;border:none;border-radius:15px;font-weight:600;font-size:.8rem;cursor:pointer;margin-top:6px}.edit-language__loader-container{width:100%;height:100%;top:0;left:0;background-color:#0003;position:fixed;z-index:10;display:flex;align-items:center;justify-content:center}.edit-language__loader{border:8px solid white;border-top:8px solid #3498db;border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 1269px){.edit-language__header .edit-language__header-row:last-child{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:left}.edit-language__header .edit-language__header-row>*{margin-bottom:20px}.edit-language__header-filter-dropdown-container{margin-left:30px}.edit-language__string-header{grid-template-columns:1.8fr 1.2fr 1.2fr 3.8fr}.edit-language__string-header>h2{font-size:.9rem;padding-top:3dvh;padding-bottom:15px}.edit-language__string{width:95%;margin:0 auto 20px;padding:0 15px;display:grid;grid-template-columns:1.8fr 1.2fr 5fr;border-radius:10px;box-shadow:0 1px 7px #0003;font-size:.9rem}.language-string-map-row{width:100%;display:grid;grid-template-columns:1.2fr 4.8fr;padding:5px 0}.string-value,.string-value-big{padding:3px 10px;min-height:1.8rem;overflow:hidden;font-size:.9rem}.string-value{max-height:1.8rem}.edit-language__header-button{height:30px;padding:0 14px}.edit-language__header-button>p{font-size:.9rem}}.admin-country-general-appconfigs{padding:0 30px;padding-bottom:5vh}.admin-country-general-appconfigs__appconfig{padding-bottom:15px}.admin-country-general-appconfigs__appconfig>p{font-weight:700;font-size:var(--font-small);padding-bottom:5px;padding-left:5px}.admin-country-general-appconfigs__appconfig-input{display:flex;align-items:center;justify-content:left}.admin-country-general-appconfigs__appconfig-input>.buttons{margin-left:10px}.admin-country-general-appconfigs__appconfig-input>input{font-size:var(--font-small);border-radius:20px;padding:4px 20px;outline:none;background-color:#fff;border:1px solid gray;margin-right:10px;width:450px}.admin-country-general-appconfigs__appconfig-input>input:disabled{border:1px solid lightgray;color:#000;cursor:not-allowed}.admin-country-general-appconfigs .buttons{display:flex;align-items:center;justify-content:left;height:max-content}.admin-country-general-appconfigs .buttons>*{margin-right:10px;padding:4px 20px}.admin-country-general-appconfigs .buttons:last-child{margin-right:0}.admin-country-general-postalcodes{padding-bottom:8vh}.admin-country-general-postalcodes__container{width:800px;padding:0 30px}.admin-country-general-postalcodes__container>*{padding-bottom:10px}.admin-country-general-postalcodes__container:last-child{padding-bottom:0}.admin-country-general-postalcodes__row{display:grid;grid-template-columns:1fr 2fr 1fr}.admin-country-general-postalcodes__row>p{font-weight:700;padding-left:10px}.admin-country-general-postalcodes__row>.buttons{display:flex;width:200px}.admin-country-general-postalcodes__row>.buttons>*{margin-right:10px}.admin-country-general-postalcodes__row>.buttons:last-child{margin-right:0}.admin-country-general-postalcodes__row>.buttons>button{padding:4px 20px}.admin-country-general-postalcodes__row>input,.admin-country-general-postalcodes__row>.postal-code-text{font-size:.8rem;border-radius:15px;padding:4px 20px;outline:none;background-color:#fff;border:1px solid black;margin-right:10px;width:90%;font-size:.9rem}.admin-country-general-postalcodes__row>input:disabled,.admin-country-general-postalcodes__row>.postal-code-text{color:#000;border:1px solid rgb(189,189,189);cursor:not-allowed}.admin-country-general-postalcodes__row>.postal-code-text{font-weight:400}.admin-country-general-postalcodes__row .admin-input-red{background-color:#ffe7e7;border:1px solid red}.postal-add-container{display:flex;flex-direction:column;gap:20px}.postal-add-container label input{border:1px solid lightgrey;padding:3px 10px;border-radius:20px}.admin-country-general-languages{padding:0 30px;width:85%;padding-bottom:10vh}.admin-country-general-languages__language{display:flex;align-items:baseline;display:grid;grid-template-columns:1fr .8fr 1fr 1.8fr}.admin-country-general-languages__language>label:first-child p{padding-left:0}.admin-country-general-languages__language:last-child{margin-right:0}.admin-country-general-languages__language label>p,.admin-country-general-languages__language-yes-no>p{font-weight:700;font-size:var(--font-small);padding-bottom:5px;padding-left:5px;padding-top:20px}.admin-country-general-languages__language label>input{border-radius:15px;padding:4px 20px;outline:none;background-color:#fff;border:1px solid black;margin-right:10px;width:100%;width:200px;font-size:var(--font-small)}.admin-country-general-languages__language label>input:disabled{color:#000;border:1px solid rgb(189,189,189);cursor:not-allowed}.admin-country-general-languages__language .buttons{margin:5px 0;display:flex;align-items:center;justify-content:left}.admin-country-general-languages__language .buttons>*{margin-right:10px}.admin-country-general-languages__language .buttons:last-child{margin-right:0}.admin-country-general-languages__language .buttons>button{padding:4px 20px;min-width:80px;width:fit-content;display:flex;align-items:center;justify-content:center;border:1px solid var(--admin-blue)}.lang-separator{width:80%;height:1px;margin:20px auto}.admin-country-general-languages__language label .admin-input-red{background-color:#ffe7e7;border:1px solid red}@media screen and (max-width: 1269px){.admin-country-general-languages{width:100%}.admin-country-general-languages__language{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 870px){.admin-country-general-languages__language{grid-template-columns:1fr 1fr}}.admin-country-general-protection{padding:0 30px 30px}.admin-country-general-protection__block-container{display:flex;align-items:end;justify-content:left}.admin-country-general-protection__block{margin-top:10px;display:grid;grid-template-columns:1fr 2fr 2fr 2fr 1fr;width:100%}.admin-country-general-protection__block>*{margin-right:30px}.admin-country-general-protection__block:last-child{margin-right:0}.admin-country-general-protection__block h1,.admin-country-general-protection-name{font-size:var(--font-small);font-weight:700;padding-left:8px;padding-bottom:8px}.admin-country-general-protection__block .no-padding-left{padding-left:0}.admin-country-general-protection__block p{font-size:var(--font-small)}.admin-country-general-protection__block input{font-size:var(--font-small);border-radius:15px;padding:4px 20px;outline:none;background-color:#fff;border:1px solid var(--admin-blue);width:100%;width:80px}.admin-country-general-protection__block-container .buttons,.admin-country-general-protection-row-input-container .buttons{display:flex;align-items:end;justify-content:left}.admin-country-general-protection__block-container .buttons button,.admin-country-general-protection-row-input-container .buttons button{padding:6px 20px;margin-right:10px;font-size:var(--font-small);width:100px}.admin-country-general-protection__block-container .buttons:last-child{margin-right:0}.protection-seconds>div{display:flex;align-items:center;justify-content:left}.protection-seconds>div>*{margin-right:10px}.protection-seconds>div:last-child{margin-right:0}.protection-seconds>p{padding-right:10px}.protection-seconds>h1{margin-bottom:0;margin-top:0}.admin-country-general-protection__top-settings{display:flex;align-items:center;justify-content:left;flex-wrap:wrap}.admin-country-general-protection__top-settings>*{margin-right:20px;margin-bottom:20px}.admin-country-general-protection-row-input-container>input{border-radius:15px;padding:6px 20px;outline:none;background-color:#fff;border:1px solid var(--admin-blue);width:220px;font-size:var(--font-small);margin-right:10px}.admin-country-general-protection-row-input-container .buttons{margin-top:10px}.logic-block-setting{display:flex;flex-direction:column}.logic-block-setting .protection-seconds h3{font-size:var(--font-small);font-weight:700;padding-left:8px;padding-bottom:8px}.logic-block-setting .protection-seconds>div{display:flex;align-items:center;justify-content:left}.logic-block-setting .protection-seconds>div>*{margin-right:10px}.logic-block-setting .protection-seconds>div:last-child{margin-right:0}.logic-block-setting .protection-seconds>p{padding-right:10px}.small-buttons,.small-buttons-hidden{padding-top:10px;padding-bottom:8px}.small-buttons-hidden{visibility:hidden}.rate-limit-note{font-size:var(--font-small);padding:10px 0;font-style:italic}.logic-block-setting-seconds>div{display:flex;align-items:center;justify-content:left}.logic-block-setting-seconds>div>*{margin-right:10px}.logic-block-setting-seconds>div:first-child{margin-right:0}.logic-block-setting h1{font-size:var(--font-small);padding-bottom:5px}.logic-block-setting input{border-radius:15px;padding:6px 20px;outline:none;background-color:#fff;border:1px solid var(--admin-blue);width:100%;width:300px;font-size:var(--font-small);margin-right:10px}.logic-block-setting-seconds input{width:80px}.logic-block-setting h4{margin:0;padding-bottom:0}.logic-block-setting label{margin-bottom:10px;width:fit-content}.logic-block-setting label>div,.logic-block-setting .label>div{display:flex}.protection-title{color:var(--admin-blue);font-size:var(--font-title);margin:0}.logic-block-setting-seconds .buttons,.logic-block-setting label>div .buttons,.logic-block-setting .label>div .buttons{margin-left:20px}.logic-block-setting-seconds .buttons button,.logic-block-setting label>div .buttons button,.logic-block-setting .label>div .buttons button{padding:6px 20px;margin-right:10px;font-size:var(--font-small);width:100px}.listed-ip-container:first-child{padding-top:20px}.listed-ip-container{display:flex;align-items:center;justify-content:left;padding:10px 0}.listed-ip-container>*{margin-right:10px}.listed-ip-container:last-child{margin-right:0}.listed-ip-container p{font-size:var(--font-small)}.listed-ip{border:1px solid var(--admin-blue);border-radius:15px;padding:4px 10px;width:150px}.listed-ip-container button{padding:6px 20px;font-size:var(--font-small);font-weight:700}.admin-country-general-protection__block>.protection-endpoint>h1{padding:0;margin-bottom:0;margin-top:0}.ping-endpoints{width:100%}.ping-endpoints__row{padding:20px;margin-top:20px;box-shadow:0 0 5px #0000004d;border-radius:20px}.ping-endpoints__row button:disabled{cursor:not-allowed}.ping-endpoints__row input:disabled{cursor:not-allowed}.ping-endpoints__row__top{display:grid;grid-template-columns:calc(100% - 300px) 300px}.ping-endpoints__row__values{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.ping-endpoints__row__values input,.ping-endpoints__row__title input{height:30px;border:1px solid var(--admin-blue);border-radius:15px;padding:5px 10px;font-size:var(--font-small);width:90%}.ping-endpoints__row__title p{font-size:var(--font-small)}.ping-endpoints__row__title input{font-size:var(--font-small);width:500px}.ping-endpoints__row__values .buttons{height:30px;display:flex;align-self:flex-end}.ping-endpoints__row__values .buttons button{width:100px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ping-endpoints__row__head,.ping-endpoints-options__head{font-size:var(--font-small);font-weight:700}.ping-endpoints__row__title{padding-bottom:20px}.ping-endpoints-options{width:300px;height:200px}.ping-endpoints-options__head button{cursor:pointer}.ping-endpoints-options__display .key-value-pair{display:grid;grid-template-columns:1fr .2fr 1fr .5fr;place-items:center;padding-top:5px}.ping-endpoints-options__display .key-value-pair p{width:100%;font-size:var(--font-small)}.key-value-pair__seperator{text-align:center}.ping-endpoints-options__display .key-value-pair input{border:1px solid var(--admin-blue);border-radius:5px;padding:3px 10px;font-size:var(--font-small)}.ping-endpoints-options__display .key-value-pair input{width:100%}.ping-endpoints-options__display .key-value-pair button{width:90%;background:transparent;cursor:pointer}.ping-endpoints-options__display .key-value-pair button:disabled{cursor:not-allowed}.new-endpoint-modal{background-color:#fff;width:800px;padding:20px 40px 40px;box-shadow:0 0 15px -4px var(--admin-blue);border-radius:20px}.new-endpoint-modal__children{display:grid;grid-template-columns:3fr 2fr}.new-endpoint-modal__right{display:flex;flex-direction:column;justify-content:space-between}.new-endpoint-modal__options-display .key-value-pair{display:grid;grid-template-columns:1fr .1fr 1fr .5fr;padding-bottom:10px}.new-endpoint-modal__options-display .key-value-pair input{width:100%}.new-endpoint-modal__field input{width:90%}.new-endpoint-modal__options-display .key-value-pair button{background:transparent;cursor:pointer}.new-endpoint-modal__options-display .key-value-pair input,.new-endpoint-modal__field input{border:1px solid var(--admin-blue);padding:5px 10px;border-radius:20px}.new-endpoint-modal__field{padding-top:10px}.new-endpoint-modal__field p{font-size:var(--font-small);font-weight:700}.new-endpoint-modal__title{font-size:var(--font-title);margin:0;color:var(--admin-blue)}.new-endpoint-modal__options>p{font-size:var(--font-small);font-weight:700;padding-top:10px}.new-endpoint-modal__right .buttons{display:flex;align-items:center;justify-content:right}.new-endpoint-modal__right .buttons>button{width:100px}@media screen and (max-width: 1590px){.admin-country-general-protection__block{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 1269px){.admin-country-general-protection__block{grid-template-columns:1fr 1fr}.admin-country-general-protection__block>.protection-endpoint>p{padding-bottom:20px}.admin-country-general-protection__block h1,.admin-country-general-protection-name{padding-left:0;padding-bottom:5px}}.admin-country-country-protectionstatus-attemptsbyip{padding-left:30px}.attemptsbyip-container{width:1000px}.attemptsbyip-row,.attemptsbyip-header{display:grid;grid-template-columns:1fr 1fr 4fr;margin-bottom:5px}.attemptsbyip-header>p{font-size:var(--font-standard);font-weight:600;padding-left:5px}.attemptsbyip-row>p{border:1px solid var(--admin-blue);padding:4px 15px;border-radius:15px;margin-top:5px;cursor:copy;width:90%;font-size:var(--font-standard)}.admin-country-country-protectionstatus-blacklistl1{padding-left:30px}.blacklistl1-container{width:1000px}.blacklistl1-row,.blacklistl1-header{display:grid;grid-template-columns:1fr 1fr 4fr;margin-bottom:5px}.blacklistl1-header>p{font-size:var(--font-standard);font-weight:600;padding-left:5px}.blacklistl1-row>p{border:1px solid var(--admin-blue);padding:4px 15px;border-radius:15px;margin-top:5px;cursor:copy;width:90%;font-size:var(--font-standard)}.temp-padding-left,.admin-country-general-protectionstatus-main{padding-left:30px}.admin-country-general-protectionstatus-main h3{color:var(--admin-blue);padding-top:20px;font-size:var(--font-subtitle)}.admin-country-general-protectionstatus-main .admin-main__link-buttons button{display:flex;align-items:center;justify-content:center}.admin-country-general-protectionstatus__content{margin-top:5vh}.attack-load-endpoint{display:grid;grid-template-columns:1.5fr 2fr 1.5fr 1fr;padding-bottom:20px}.attack-load-endpoint__field{margin-right:20px}.attack-load-endpoint__field>div{display:flex;align-items:center}.attack-load-endpoint__field>p{font-size:var(--font-small);padding-bottom:5px;font-weight:600}.attack-load-endpoint__field>div>button{padding:6px 20px}.attack-load-endpoint__field>div>input{padding:6px 20px;border:1px solid var(--admin-blue);border-radius:20px;outline:none;width:100%;color:#000;font-size:var(--font-small)}.attack-load-endpoint__field>div>p{font-size:var(--font-small);font-weight:600}.attack-load-endpoint__field>div>*{margin-right:10px}.attack-load-endpoint__field>div:last-child{margin-right:0}.total-attack-load{display:grid;grid-template-columns:1.5fr 1fr 1.5fr 2fr}.rbl-current-size-container{display:flex;align-items:center;justify-content:left}.rbl-current-size-container>p{font-size:var(--font-small);margin-right:20px;font-weight:600}.rbl-current-size-container>input{padding:6px 20px;border:1px solid var(--admin-blue);border-radius:20px;outline:none;width:200px;color:#000;font-size:var(--font-small)}.admin-country__download-csv-buttons{display:flex;align-items:center;justify-content:left}.admin-country__download-csv-buttons button{width:200px;height:40px;font-size:var(--font-standard);margin-right:20px;background-color:#fff;outline:none;border:none;border-radius:20px;box-shadow:0 1px 7px #0003;font-weight:700;color:var(--admin-blue);display:flex;align-items:center;justify-content:center}.admin-country__download-csv-buttons button>p{padding-left:8px}.db-connections .db-connection-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;place-items:start;padding-top:10px;font-size:var(--font-small)}.db-connections .db-connection-row>div{display:grid;grid-template-columns:1fr .2fr 1fr}.db-connections .db-connection-row>div{width:100%;display:flex}.db-connections .db-connection-row>div>p{margin-right:10px;display:flex;align-items:center;justify-content:left}.db-connection-val{width:60px;border:1px solid lightgray;padding:2px 12px;border-radius:10px}.db-connection-row__head{font-weight:700}.db-max-connections{padding-bottom:10px;display:flex;align-items:center;justify-content:left}.db-max-connections p{margin-right:20px}.db-max-connections input{border:1px solid var(--admin-blue);border-radius:15px;width:100px}.db-max-connections input,.db-max-connections button{padding:4px 10px;height:30px}.db-max-connections button{margin-left:10px}@media screen and (max-width: 1590px){.attack-load-endpoint{grid-template-columns:1.5fr 2fr 1.5fr}.total-attack-load{grid-template-columns:1.5fr 1fr 1.5fr 2fr}.attack-load-endpoint__field{padding-bottom:10px}}@media screen and (max-width: 1269px){.attack-load-endpoint{grid-template-columns:1.5fr 2fr}.total-attack-load{grid-template-columns:1.5fr 1fr 1.5fr 2fr}}.admin-country-general-settings{padding:0 30px;padding-bottom:5vh}.admin-country-general-setting-row{display:grid;grid-template-columns:1fr 1fr;padding-bottom:20px}.admin-country-general-settings .buttons{display:flex;align-items:center;justify-content:left}.admin-country-general-settings .buttons button{padding:5px 20px;width:80px;display:flex;align-items:center;justify-content:center}.admin-country-general-setting-row .buttons button:first-child{margin-right:10px}.admin-country-general-setting-name{width:100%;display:flex;align-items:center}.admin-country-general-setting-name p{width:fit-content;text-wrap:nowrap;white-space:nowrap;font-size:var(--font-standard)}.admin-country-general-setting-name .line{width:100%;height:1px;position:relative}.admin-country-general-setting-name .line:before{content:"";position:absolute;top:0;left:10px;width:calc(100% - 20px);height:100%;background-color:#d3d3d3}.admin-country-general-setting-row-input-container{display:flex}.admin-country-general-setting-row-input{font-size:var(--font-small);border-radius:20px;padding:2px 12px;outline:none;background-color:#fff;border:1px solid gray;margin-right:10px;width:80px;font-weight:600}.admin-country-general-setting-row-input:disabled{border:1px solid white;color:#000}.yes-no-button-content{display:flex;align-items:center;justify-self:center;width:fit-content}.yes-no-button-content p{font-size:var(--font-small)}admin-country-general-setting-row-input-container>.buttons>button{width:6px;height:6px;border-radius:50%;background-color:#fff;margin-right:8px;font-size:var(--font-small)}.admin-button-active-blue{background-color:var(--admin-blue)}@media screen and (max-width: 1269px){.admin-country-general-setting-row{display:grid;grid-template-columns:1.5fr 1fr;padding-bottom:20px}}.admin-country-general-vatrates{padding:0 30px;padding-bottom:5vh;display:grid;grid-template-columns:2fr 1fr}.admin-country-general-vatrates__vatrate{padding-bottom:15px}.admin-country-general-vatrates__vatrate>p{font-weight:700;font-size:var(--font-small);padding-bottom:5px;padding-left:5px}.admin-country-general-vatrates__vatrate-input{display:flex;align-items:center;justify-content:left}.admin-country-general-vatrates__vatrate-input>.buttons{margin-left:10px}.admin-country-general-vatrates__vatrate-input>input{border-radius:20px;padding:4px 20px;outline:none;background-color:#fff;border:1px solid gray;margin-right:10px;width:300px;font-size:var(--font-small)}.admin-country-general-vatrates__vatrate-input>input:disabled{border:1px solid lightgray;color:#000;cursor:not-allowed}.admin-country-general-vatrates .buttons{display:flex;align-items:center;justify-content:left;height:max-content}.admin-country-general-vatrates .buttons>*{margin-right:10px;padding:4px 20px}.admin-country-general-vatrates .buttons:last-child{margin-right:0}.admin-country-general-admins{width:100%;padding:0 30px 30px}.admin-country-general-admins__admin{padding:10px 10px 0 20px;box-shadow:0 2px 7px #0003;border-radius:15px;margin-bottom:30px;display:grid;grid-template-columns:1fr 1fr 1fr}.admin-country-general-admins__admin>*{margin-right:20px}.admin-country-general-admins__admin:last-child{margin-right:0}.admin-country-general-admins__input>input{border-radius:15px;padding:4px 20px;outline:none;background-color:#fff;border:1px solid black;margin-right:10px;width:100%;width:350px;font-size:var(--font-small)}.admin-country-general-admins__input>input:disabled{color:#000;border:1px solid rgb(189,189,189);cursor:not-allowed}.admin-country-general-admins__input .buttons{margin:5px 0;display:flex;align-items:center;justify-content:left}.admin-country-general-admins__input .buttons>*{margin-right:10px}.admin-country-general-admins__input .buttons:last-child{margin-right:0}.admin-country-general-admins__input .buttons>button,.admin-country-general-admins>button{padding:4px 20px;width:80px;display:flex;align-items:center;justify-content:center}.admin-country-general-admins>button{padding:5px 20px;width:fit-content}.admin-country-general-admins__admin>label>p{font-weight:700;padding-bottom:5px;padding-left:5px;padding-top:20px;font-size:var(--font-small)}.admin-country-general-admins__admin label .admin-input-red{background-color:#ffe7e7;border:1px solid red}.add-admin-modal{background-color:#fff;padding:10px 50px 50px}.add-admin-modal h1{color:var(--admin-blue);margin:0;padding-bottom:20px}.users-container{width:700px;height:400px;overflow-y:scroll;padding-top:10px}.add-admin-modal input{border-radius:15px;padding:6px 20px;outline:none;background-color:#fff;border:1px solid grey;width:350px;margin-bottom:20px;font-size:var(--font-small)}@media screen and (max-width: 1589px){.admin-country-general-admins__admin{grid-template-columns:1fr 1fr}}@media screen and (max-width: 1032px){.admin-country-general-admins__admin{grid-template-columns:1fr}}@media screen and (max-width: 767px){.admin-country-general-admins__input>input{width:100%}}.admin-country-general-main{padding-left:30px}.admin-country-general-main .admin-main__link-buttons button{display:flex;align-items:center;justify-content:center}.general-system{padding:0 30px;display:grid;grid-template-columns:3fr 2fr;padding-bottom:10vh}.general-system h1{font-size:var(--font-title);color:var(--admin-blue);display:flex;align-items:center;justify-content:space-between}.general-system h2{font-size:var(--font-subtitle)}.general-system .row-head{font-weight:700}.general-system .row-head,.general-system .row{display:grid;grid-template-columns:3fr 2fr 4fr 2fr 1fr;padding-bottom:10px}.general-system .right label{display:flex;align-items:center;justify-content:left;padding-bottom:10px}.general-system .right label p{width:180px}.general-system .right label input{border:1px solid var(--admin-blue);border-radius:20px;padding:4px 15px;width:100px;font-size:var(--font-standard)}.admin-country-logs{padding-left:30px;padding-bottom:10vh}.admin-country-logs__title{display:flex;align-items:center;justify-content:left}.admin-country-logs__title h1{padding-right:20px}.admin-country-logs h1{font-size:var(--font-title);color:var(--admin-blue)}.log-config{display:flex;align-items:center;justify-content:left;padding-bottom:10px}.log-config>p{width:300px}.log-config .size-field{display:flex;align-items:center;justify-content:left;gap:10px}.log-config .size-field>p{font-size:var(--font-small)}.log-config .button-field{display:flex;align-items:center;justify-content:left;gap:20px}.log-config .button-field button{display:flex;align-items:center;justify-content:center;width:80px}.log-config button .active{width:8px;height:8px;border-radius:50%;background-color:#fff;margin-right:10px}.log-config .int-field input,.log-config .size-field input,.log-config .field input{border-radius:20px;border:1px solid lightgrey;padding:5px 15px;width:300px;font-size:var(--font-small)}.log-config .size-field input,.log-config .int-field input{width:100px}.log-files .log-files__head,.log-files .log-files__row{display:grid;grid-template-columns:2.5fr 1fr 2fr 2fr 1fr 1fr;width:90%}.log-files .log-files__row{padding-bottom:5px}.log-files .log-files__row .date{display:flex;align-items:center;justify-content:left;gap:10px}.log-files .log-files__head p{font-weight:700;padding-bottom:10px}.user-country-customer-users{width:100%;padding-left:30px;position:relative}.user-country-customer-users__user{padding:10px 10px 0 20px;box-shadow:0 2px 7px #0003;border-radius:15px;margin-bottom:30px;display:grid;grid-template-columns:1fr 1fr 1fr}.user-country-customer-users__user>*{margin-right:20px}.user-country-customer-users__user:last-child{margin-right:0}.user-country-customer-users__input>input{border-radius:15px;padding:4px 20px;outline:none;background-color:#fff;border:1px solid black;margin-right:10px;width:100%;width:400px;font-size:var(--font-small)}.user-country-customer-users__input>input:disabled{color:#000;border:1px solid rgb(189,189,189);cursor:not-allowed}.user-country-customer-users__input .buttons{margin:5px 0;display:flex;align-items:center;justify-content:left}.user-country-customer-users__input .buttons>*{margin-right:10px}.user-country-customer-users__input .buttons:last-child{margin-right:0}.user-country-customer-users__input .buttons>button,.user-country-customer-users>button{padding:4px 20px;width:80px;display:flex;align-items:center;justify-content:center}.user-country-customer-users>button{padding:5px 20px;width:fit-content}.user-country-customer-users__user>label>p{font-weight:700;padding-bottom:5px;padding-left:5px;padding-top:20px;font-size:var(--font-small)}.user-country-customer-users__user label .user-input-red{background-color:#ffe7e7;border:1px solid red}.add-user-modal{background-color:#fff;padding:10px 50px 50px}.add-user-modal h1{color:var(--admin-blue);margin:0;padding-bottom:20px}.users-container{width:700px;height:400px;padding-top:10px}.add-user-modal input{border-radius:15px;padding:6px 20px;outline:none;background-color:#fff;border:1px solid grey;width:400px;margin-bottom:20px;font-size:var(--font-small)}.users-container .user{display:grid;height:40px;width:calc(100% - 10px);grid-template-columns:1fr 2fr 1fr;padding-bottom:8px;align-items:center;justify-content:left}.users-container .user p,.users-container .user h4{font-size:var(--font-small)}.users-container .user h4{color:var(--admin-blue)}.users-container .user button{padding:6px 20px}.users-container .user *{padding:0;margin:0}.no-users-found span{color:var(--admin-blue);font-weight:600;text-decoration:underline;cursor:pointer}.name-logs-field{display:flex;width:400px;align-items:center;justify-content:left}.name-logs-field>input{width:100%}.user-country-customer-users__users-container{width:100%;height:78vh;overflow:auto;scrollbar-width:100px;scrollbar-color:rgba(155,155,155,.5) rgba(255,255,255,.5);position:relative;padding-bottom:8vh}.user-country-customer-users__user-row,.user-country-customer-users__user-header{min-width:160%;width:2600px;display:grid;grid-template-columns:.5fr .5fr 1fr 1.5fr 1.2fr 1.2fr 1fr .8fr 1.4fr 1.4fr;padding:5px 0}.user-country-customer-users__user-header{background-color:#fff;padding:0;height:45px;align-items:center}.user-country-customer-users__user-row p{font-size:var(--font-small);padding:5px 0}.user-country-customer-users__user-row input{border:1px solid lightgrey;border-radius:20px;padding:0 10px;font-size:var(--font-small);width:95%;transform:translate(-10px)}.user-country-customer-users__user-header p{font-size:var(--font-small);transform:translateY(2px)}.user-country-customer-users__user-row button,.user-country-customer-users__user-header button{height:fit-content;font-size:var(--font-small);padding:4px;font-weight:500;width:90px}.user-country-customer-users__user-header p{font-weight:700}.users-search-container-wrapper{height:4vh}.users-search-container{width:400px;height:100%;border:1px solid grey;border-radius:20px;margin-bottom:20px;display:flex}.users-search-container>input{width:100%;border-top-right-radius:20px;border-bottom-right-radius:20px;border:none;outline:none;font-size:var(--font-small)}.search-icon{width:60px;height:100%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1589px){.user-country-customer-users__user{grid-template-columns:1fr 1fr}}@media screen and (max-width: 1032px){.user-country-customer-users__user{grid-template-columns:1fr}}@media screen and (max-width: 767px){.user-country-customer-users__input>input{width:400px}}.admin-country-customers-userlogs{padding-left:30px;padding-bottom:10vh}.admin-country-customers-userlogs__user-details{display:flex;flex-wrap:wrap}.admin-country-customers-userlogs__user-details>*{margin-right:20px}.admin-country-customers-userlogs__user-details:last-child{margin-right:0}.admin-country-customers-userlogs__user-details>div{width:fit-content}.admin-country-customers-userlogs__user-details>div>p:first-child{font-size:var(--font-small);font-weight:700}.admin-country-customers-userlogs__user-details>div>p:nth-child(2){border:1px solid var(--admin-blue);padding:4px 15px;border-radius:15px;margin-top:5px;cursor:copy;min-width:fit-content;max-width:fit-content;text-wrap:nowrap}.admin-country-customers-userlogs__user-logs{margin-top:5vh;display:flex;justify-content:left}.admin-country-customers-userlogs__user-logs>p{font-weight:700;font-size:var(--font-small);margin-right:30px}.admin-country-customers-userlogs__user-logs>div>p{border:1px solid var(--admin-blue);padding:4px 20px 4px 15px;border-radius:15px;margin-bottom:15px;width:fit-content;text-wrap:nowrap;font-size:var(--font-small)}.admin-country-customers-userlogs>p>a{color:var(--admin-blue);font-weight:600;font-size:var(--font-small)}.user-country-customer-customers{padding-top:0;height:90vh}.user-country-customer-customers__top-buttons{display:flex;align-items:center;width:100%;height:36px}.user-country-customer-customers__top-buttons>button{width:100%;height:100%;background-color:#fff;cursor:pointer;text-wrap:nowrap;border:none;border-radius:0;box-shadow:none;border-radius:none;margin:0;border:1px solid var(--admin-grey);border-left:1px solid white;background-color:transparent}.user-country-customer-customers__top-buttons>button:hover{border:1px solid var(--admin-blue)}.user-country-customer-customers__top-buttons>button:last-child{margin-right:0}.user-country-customer-customers__main{padding:0 30px;width:100%;height:calc(90vh - 36px);display:grid;grid-template-columns:1fr 1fr .8fr}.user-country-customer-customers__column{width:100%;padding:20px 0;height:calc(90vh - 36px);position:relative;display:flex;flex-direction:column}.user-country-customer-customers__column>button{margin-top:10px;font-size:var(--font-small);width:140px}.customer-search__input-container-cases{width:100%;height:35px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:20px}.customer-search__input-container-cases button{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:10px}.customer-search__input-container-cases button .selected,.customer-search__input-container-cases button .not-selected{width:10px;height:10px;border-radius:50%;background-color:#00ff6a;transform:translate(-10px)}.customer-search__input-container-cases button .not-selected{background-color:transparent}.customer-search__input-container-cases button p{transform:translate(-10px)}.customer-search__input-container{border:1px solid var(--admin-grey);width:100%;height:35px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.customer-search__input-container>div{width:60px;height:100%;border-top-left-radius:20px;border-bottom-left-radius:20px;display:flex;align-items:center;justify-content:center}.customer-search__input-container>input{width:100%;height:100%;border-top-right-radius:20px;border-bottom-right-radius:20px;border:none;outline:none;background-color:transparent;font-size:var(--font-small)}.customer-search>.buttons{width:100%;display:grid;grid-template-columns:.9fr 1fr 1fr}.customer-search>.buttons>button{margin-right:10px;padding:5px 0;text-wrap:nowrap;font-size:var(--font-small)}.customer-search>.buttons>button:last-child{margin-right:0}.search-by-options{height:300px;width:90%;margin:0 auto;box-shadow:0 2px 7px #0003;padding:14px 20px;border-radius:15px}.search-by-options__options{display:grid;grid-template-columns:1fr 1fr;height:240px;overflow-y:scroll}.search-by-options__options>label{display:flex;align-items:center;justify-content:left;cursor:pointer;-webkit-user-select:none;user-select:none;padding-top:5px}.search-by-options__options>label p{padding-left:10px;font-size:var(--font-small)}.search-by-options__options>label input{width:10px;height:10px}.search-by-options__header{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.search-by-options__header>p{font-size:var(--font-small);font-weight:700}.search-by-options__buttons{display:flex;align-items:center;justify-content:center}.search-by-options__buttons>button,.search-by-options__buttons>p{width:15px;display:flex;align-items:center;justify-content:center;background-color:transparent;-webkit-user-select:none;user-select:none;font-size:var(--font-small)}.search-by-options__buttons>p{width:20px}.search-by-options__buttons>button{cursor:pointer}.search-by-options__buttons>button>img{width:16px;height:16px}.custom-radio{width:16px;min-width:16px;height:16px;min-height:16px;border:1px solid var(--admin-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.custom-radio>input{visibility:hidden;position:absolute;top:30%;left:15%;transform:translate(-50%,-50%)}.custom-radio-check,.custom-radio-check__checked{width:8px;height:8px;background-color:var(--admin-blue);display:flex;align-items:center;justify-content:center;border-radius:50%;visibility:hidden}.custom-radio-check__checked{visibility:visible}.user-country-customer-customers__search_container>.search-buttons{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.user-country-customer-customers__search_container>.search-buttons>button{padding:6px;width:48%;font-size:var(--font-small)}.customer-log-field{width:100%;height:100%;margin:0 auto;box-shadow:0 2px 7px #0003;padding:14px 20px;border-radius:15px;position:relative;display:flex;flex-direction:column}.customer-log-field__header{display:flex;justify-content:space-between}.customer-log-field__header>button.admin-button-white{height:20px;width:60px;font-size:calc(var(--font-small) - 2px);display:flex;align-items:center;justify-content:center}.customer-log-field__header>p{font-size:var(--font-small);font-weight:700;padding-bottom:10px}.customer-log-field>textarea{width:100%;resize:none;height:100%;outline:none;border:1px solid var(--admin-grey);border-radius:10px;font-size:var(--font-small);padding:10px 15px}.user-country-customer-customers__user-details{width:100%;padding:10px 20px 20px;height:100%;overflow-y:scroll;margin:10px 0}.user-details-small{padding:15px 40px 0}.user-country-customer-customers__user-details>label{width:100%;display:grid;grid-template-columns:.7fr 1.6fr;align-items:center;padding-bottom:10px}.user-country-customer-customers__user-details>label>p{font-size:var(--font-small)}.user-country-customer-customers__user-details>label>input{width:100%;font-size:var(--font-small);border:1px solid var(--admin-grey);outline:none;border-radius:15px;padding:2px 16px}.user-country-customer-customers__user-details>label>input:disabled{cursor:not-allowed}.user-country-customer-customers__user-details>label .buttons{display:flex;align-items:center;justify-content:left}.user-country-customer-customers__user-details>label button{padding:3px 16px;background-color:var(--admin-blue);border-radius:20px;color:#fff;font-weight:400;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:10px}.user-country-customer-customers__user-details>label button .user-details__button__active{width:8px;height:8px;border-radius:50%;background-color:#fff;margin-right:5px}.user-country-customer-customers__user-details>label.grid-columns-3{grid-template-columns:.7fr 1.1fr .5fr}.user-country-customer-customers__user-details>label.grid-columns-3 button{width:fit-content;padding:4px 16px;justify-self:right;font-size:calc(var(--font-small) - 2px);text-wrap:nowrap}.user-country-customer-customers__column>.buttons{display:flex}.user-country-customer-customers__column>.buttons>button{width:100px;text-wrap:nowrap}.user-country-customer-customers__column>.buttons>button:first-child{margin-right:10px}.customer-control-buttons{width:100%;display:flex;align-items:center;justify-content:space-between;padding-top:10px}.customer-control-buttons>button{width:48%;padding:5px;display:flex;align-items:center;justify-content:center}.customer-control-buttons>button>img{width:15px;height:15px}.customer-control-buttons>button:first-child>img{margin-right:10px}.customer-control-buttons>button:last-child>img{margin-left:10px}.admin-customers-modal *{margin:0;padding:0;box-sizing:border-box}.admin-customers-modal{margin:0;box-sizing:border-box;padding:20px 60px 40px;background-color:#fff;box-shadow:0 0 40px 0 var(--admin-blue-opacity50);border-radius:20px}.admin-customers-modal.export-modal{width:500px}.admin-customers-modal.export-modal .last-export-time{display:flex;align-items:center;justify-content:center}.admin-customers-modal.export-modal .last-export-time p:first-child{padding-right:20px;font-weight:700}.admin-customers-modal.export-modal .buttons{display:flex;align-items:center;justify-content:center}.admin-customers-modal.export-modal .buttons>button{width:120px;margin-right:20px}.admin-customers-modal.export-modal .buttons>button:last-child{margin-right:0}.admin-customers-modal>div{margin:0;padding:0}.admin-customers-modal h1{color:var(--admin-blue);font-size:var(--font-title);padding-bottom:20px;text-align:center}.admin-customers-modal .upload-csv-container{display:flex;align-items:center;justify-content:center}.admin-customers-modal .upload-csv-container p{font-size:var(--font-small);font-weight:700;margin-right:10px}.admin-customers-modal .upload-csv-container input{font-size:var(--font-small);width:fit-content}.admin-customers-modal .buttons{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.admin-customers-modal .buttons button{width:45%;padding:6px;font-size:var(--font-small)}.customer-table-modal{width:90vw;height:90vh}.table-content{width:100%;height:70vh;border:1px solid var(--admin-grey);overflow-x:scroll}.table-content::-webkit-scrollbar{width:12px;height:12px}.table-content::-webkit-scrollbar-track{background:#fff}.table-content::-webkit-scrollbar-thumb{background:var(--admin-blue);cursor:all-scroll}.table-content__header,.table-content__row{display:grid;border-bottom:1px solid var(--admin-grey);width:100%}.table-content__header>label{display:flex;align-items:center;justify-content:center}.table-content__header>p{display:flex;align-items:center;justify-content:center}.table-content__header p,.table-content__row p,.table-content__header label,.table-content__row label{border-right:1px solid var(--admin-grey);padding:0 10px;font-size:var(--font-small);width:100%;overflow:auto;height:24px;display:flex}.table-content__header p{font-weight:700}.table-content__row>label{display:flex;align-items:center;justify-content:center}.table-content__row>p{display:flex;align-items:center;justify-content:center}.customer-table-modal .table-buttons{width:100%;display:flex;align-items:center;justify-content:right;margin-top:15px}.customer-table-modal .table-buttons>button{width:100px;margin-left:10px}.customer-table-modal .table-title{text-align:left}.new-customer-modal{width:fit-content;height:fit-content;position:relative}.new-customer-modal h1{text-align:left;width:100%}.org-list{overflow-y:hidden;width:70vw;height:50vh;overflow:scroll;padding-top:2vh}.choose-org-top>input{padding:6px 20px;width:400px;border:1px solid grey;border-radius:20px;margin-right:20px}.choose-org-top>button,.new-customer-modal .buttons>button{padding:5px 20px;border-radius:20px}.new-customer-modal .buttons{display:flex;align-items:center;justify-content:center}.new-customer-modal .buttons>button{width:fit-content}.new-customer-modal .buttons>button:first-child{margin-right:20px}.org-row,.org-row-head{display:grid;grid-template-columns:1.4fr 1.4fr 1.2fr .6fr;margin-top:5px}.org-row>p,.org-row-head>p{font-size:var(--font-small);height:30px;overflow:scroll}.org-row>button{height:30px;width:100px}.org-row-head>p{font-weight:700}.new-customer-modal .input-fields{display:grid;grid-template-columns:1fr 1fr;place-items:center}.new-customer-modal .input-fields label{margin-bottom:20px;padding:0 20px}.new-customer-modal .input-fields label p{font-size:var(--font-small);font-weight:700;padding-bottom:5px;padding-left:2px}.new-customer-modal .input-fields label p span{color:red}.new-customer-modal .input-fields label input{padding:6px 20px;width:400px;border:1px solid var(--admin-blue);border-radius:20px;margin-right:20px;font-size:var(--font-small)}.new-customer-modal .input-fields label input:disabled{border:1px solid gray;cursor:not-allowed;color:gray}.customer-table-modal .table-content__header label{display:flex;align-items:center;justify-content:center}.customer-table-modal .table-content__header label>span{padding-right:10px}.admin-country-customers-main{padding:30px}.admin-country-customers-main .admin-main__link-buttons button{display:flex;align-items:center;justify-content:center}.admin-country-main{padding:0 30px 30px}.admin-country-main .admin-main__link-buttons button{display:flex;align-items:center;justify-content:center}.field-container__error-message .buttons{display:flex}.field-container__error-message .buttons>button:last-child{margin-left:6px}.admin-country-backup-status{padding:0 30px;padding-bottom:10vh}.admin-country-backup-status .server>h1{color:var(--admin-blue);font-size:var(--font-subtitle)}.admin-country-backup-status .server>p{padding-top:20px}.admin-country-backup-status .server .field{display:flex;align-items:center;justify-content:left;padding-top:8px}.admin-country-backup-status .server .field .light-green,.admin-country-backup-status .server .field .light-red,.admin-country-backup-status .server .field .light-blue{width:10px;height:10px;border-radius:50%;margin-left:5px}.admin-country-backup-status .server .field .light-green{background-color:var(--admin-green);box-shadow:0 0 4px 0 var(--admin-green)}.admin-country-backup-status .server .field .light-red{background-color:red;box-shadow:0 0 4px red}.admin-country-backup-status .server .field .light-blue{background-color:var(--admin-blue);box-shadow:0 0 4px 0 var(--admin-blue)}.admin-country-backup-status .server .field>p:first-child{width:250px;margin-right:10px}.admin-country-backup-status .server .field>.flex-p{display:grid;grid-template-columns:1fr 1fr}.admin-country-backup-status .server .field .fixed-value{border:1px solid lightgrey;width:150px;height:30px;border-radius:20px;margin-right:10px;font-size:var(--font-small);display:flex;align-items:center;justify-content:left;padding:0 15px}.admin-country-backup-status .server .field button{margin-left:10px}.padding-left-10{padding-left:10px}.verified-backup-overview-modal{background-color:#fff;padding:20px 60px 60px;width:1400px;height:80vh;border-radius:30px;box-shadow:0 0 40px 0 var(--admin-blue-opacity50)}.verified-backup-overview-modal h1{font-size:var(--font-title);color:var(--admin-blue)}.verified-backup-overview-modal .content{display:grid;height:100%;grid-template-columns:.4fr 1fr}.verified-backup-overview-modal .content label{cursor:pointer}.verified-backup-overview-modal .content label p:first-child{font-size:var(--font-standard)}.verified-backup-overview-modal .content .right{border:1px solid lightgray;width:100%;height:60vh;overflow:scroll}.verified-backup-overview-modal .content .right .table-head,.verified-backup-overview-modal .content .right .table-row{display:grid;grid-template-columns:2fr 1fr 1fr}.verified-backup-overview-modal .content .right .table-head p,.verified-backup-overview-modal .content .right .table-row p{padding:5px 10px;border-bottom:1px solid lightgrey;overflow:scroll;border-right:1px solid lightgrey}.verified-backup-overview-modal .content .right .table-head p{font-weight:700}.verified-backup-overview-modal .content .right .table-head p:last-child{border-right:none}.verified-backup-overview-modal .content .right .table-row p:last-child{border-right:none}.verified-backup-overview-modal .content .left label{width:100%;display:grid;grid-template-columns:1fr .2fr;padding:5px 0}.admin-country-backup-settings{padding:0 30px;padding-bottom:10vh}.admin-country-backup-settings .tabs,.admin-country-backup-status .tabs{display:flex;align-items:center;justify-content:left;padding-top:20px}.admin-country-backup-settings .tabs>p,.admin-country-backup-status .tabs>p{width:200px;font-size:var(--font-standard);padding:0 10px 10px;text-align:center;border-bottom:2px solid white;cursor:pointer;font-weight:700}.admin-country-backup-settings .tabs>p.tab_active,.admin-country-backup-status .tabs>p.tab_active{border-bottom:2px solid var(--admin-blue)}.admin-country-backup-settings .tabs .check-box,.admin-country-backup-status .tabs .check-box{padding:0 10px 10px;display:flex;align-items:center;justify-content:left;cursor:pointer}.admin-country-backup-settings .tabs .check-box p,.admin-country-backup-status .tabs .check-box p{padding-left:5px}.backup-settings__server__fallback>h1{color:var(--admin-blue);font-size:var(--font-subtitle)}.backup-settings__server__fallback .field{display:flex;padding-top:8px;align-items:center;justify-content:left}.backup-settings__server__fallback .field>p:first-child{width:300px}.backup-settings__server__fallback .field .time-field{display:flex}.backup-settings__server__fallback .field .buttons button{padding-left:20px;padding-right:20px}.backup-settings__server__fallback .field .buttons button:first-child{margin-right:10px}.backup-settings__server__fallback .buttons{display:flex}.backup-settings__server__fallback button{display:flex;align-items:center;justify-content:center}.backup-settings__server__fallback button .selected-blue{width:8px;height:8px;border-radius:50%;background-color:var(--admin-blue);margin-right:10px}.backup-settings__server__fallback button .selected-white{width:8px;height:8px;border-radius:50%;background-color:#fff;margin-right:10px}.backup-settings__server__fallback .field>div{display:flex;align-items:center;justify-content:left;padding-right:30px}.backup-settings__server__fallback .field input[type=text]{border:1px solid lightgrey;width:150px;height:30px;border-radius:20px;margin-right:10px;padding:10px 15px;font-size:var(--font-small)}.backup-settings__server__fallback .field .fixed-value{border:1px solid lightgrey;width:150px;height:30px;border-radius:20px;margin-right:10px;font-size:var(--font-small);display:flex;align-items:center;justify-content:left;padding:0 15px}.backup-settings__server__fallback .field .active-buttons{margin-left:20px}.backup-settings__server__fallback .field .active-buttons>p{margin-right:10px}.bold{font-weight:700}.text-align-left{text-align:left}.text-align-right{text-align:right}.backup-settings__server__fallback .field .weekday-field-head{display:grid;grid-template-columns:190px 110px;place-items:center}.weekday-field label{width:200px;display:grid;grid-template-columns:3fr 1fr;padding-right:10px;cursor:pointer;place-items:left}.backup-settings__server__fallback .weekday-field>div>input[type=text]{width:100px}.admin-country-backup-restore{padding:0 30px;padding-bottom:20vh}.admin-country-backup-restore .field{display:flex;align-items:center;justify-content:left;padding-top:8px}.admin-country-backup-restore .field>p:first-child{width:200px}.admin-country-backup-restore .field .fixed-value,.admin-country-backup-restore .field .fixed-value-big,.admin-country-backup-restore .field .fixed-value-very-big{border:1px solid lightgrey;width:300px;height:30px;border-radius:20px;margin-right:10px;font-size:var(--font-small);display:flex;align-items:center;justify-content:left;padding:0 15px}.admin-country-backup-restore .field p.fixed-value-big{width:max-content;text-wrap:nowrap}.admin-country-backup-restore .field p.fixed-value-very-big{width:max-content}.admin-country-backup-restore .field button{margin-left:10px}.admin-country-backup-restore .restore-title{display:flex;align-items:center;justify-content:space-between}.admin-country-backup-restore .restore-title h1{font-size:var(--font-title);font-weight:700;color:var(--admin-blue)}.admin-country-backup-restore .restore-content{width:100%}.restore-content>button{width:200px;height:60px;margin-right:10px;font-size:var(--font-standard);font-weight:700;border-radius:10px}.italic{font-style:italic}.backup-list label{display:flex;padding:10px 0;align-items:center;justify-content:left;cursor:pointer}.backup-list label>p{padding-left:10px}.backup-list>button{margin-top:20px;width:120px}.padding-right-10{padding-right:10px}.confirm-content .buttons{padding-top:20px}.confirm-content .buttons button{width:100px;margin-right:15px}.restore-content .search input{border:1px solid var(--admin-blue);border-radius:20px;margin-right:10px;width:320px;font-size:var(--font-small)}.restore-content .search input,.restore-content .search button{padding:4px 10px}.restore-content .display{display:flex;align-items:center;justify-content:left;padding-top:20px}.restore-content .display>*{padding:4px 10px;border-radius:20px;margin-right:10px}.restore-content .display>button{width:80px}.restore-content .display>p{border:1px solid lightgray;width:300px;padding-left:20px;font-size:var(--font-small)}.restore-content>.buttons{padding-top:20px}.restore-from .restore-from__servers>label{display:flex;align-items:center;margin-bottom:20px;height:30px}.restore-from .restore-from__servers>label input{margin-right:10px;transform:translateY(-1px)}.admin-country-backup-main{padding:30px}.admin-country-backup-main .admin-main__link-buttons button{display:flex;align-items:center;justify-content:center}.admin-country-backup-main .field{padding-bottom:30px;display:flex;align-items:center;justify-content:left}.admin-country-backup-main .field>p:first-child{padding-bottom:6px;font-weight:600;width:330px}.admin-country-backup-main .field button{margin-right:20px}.admin-country-backup-main .field label{display:flex;align-items:center;justify-content:left}.admin-country-backup-main .field label p{width:max-content}.admin-country-backup-main .field label>input{margin-right:10px}.backup-ready-container .backup-ready-container__title{display:flex;align-items:center;gap:20px}.backup-ready-container .backup-ready-container__title>p{font-weight:600}.backup-ready-container .backup-ready-row{display:grid;grid-template-columns:2fr 4fr 2fr 1fr 1fr;width:90%;padding-bottom:15px}.backup-ready-container .backup-ready-row button{width:fit-content;height:fit-content}.admin-main{padding:30px}.admin-main__fallback-container{width:100%;margin-top:30px}.admin-main__fallback-status{width:100%;background-color:#fff;box-shadow:0 2px 5px #0003;align-items:center;justify-content:center;border-radius:5px;margin-bottom:10px}.admin-main__fallback-status__content{display:grid;grid-template-columns:.1fr .6fr .6fr .8fr 1fr;font-size:var(--font-small);padding:10px}.admin-main__fallback-status__content__col5{display:grid;grid-template-columns:.08fr .8fr .6fr .8fr .8fr .8fr;font-size:var(--font-small);padding:10px}.admin-main__fallback-status__content__col6{display:grid;grid-template-columns:.06fr .5fr .4fr .8fr .6fr .8fr .8fr;font-size:var(--font-small);padding:10px}.admin-main__fallback-status__content>p{font-size:var(--font-small);font-weight:700;height:100%}.admin-main__fallback-status__content .field-container p>.fixed-field{border:1px solid lightgrey;padding:0 10px;border-radius:10px;margin-right:5px}.admin-main__safety-stats .content{display:flex;align-items:center;justify-content:left}.admin-main__safety-stats .content>div{padding-right:30px}.admin-main__safety-stats>h1{font-size:var(--font-subtitle);color:var(--admin-blue);font-weight:700;padding:0;margin:0}.admin-main__safety-stats>.content div{display:grid;align-items:center;grid-template-columns:1fr 1fr;margin-right:30px}.admin-main__safety-stats>div h3{font-size:var(--font-small);font-weight:700}.admin-main__safety-stats>div p{border:1px solid var(--admin-blue);margin-left:15px;padding:4px;width:200px;height:30px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:var(--font-small)}.admin-main__safety-stats>div button{width:100px}.field-container>p:nth-child(1){font-size:var(--font-small);font-weight:700}.field-container>p:nth-child(2){font-size:var(--font-small);padding-top:4px}.status-text-red{color:red;font-weight:700}.status-text-green{color:var(--admin-green);font-weight:700}.status-text-yellow{color:var(--admin-yellow);font-weight:700}.status-text-blue{color:var(--admin-blue);font-weight:700}.status-color-green,.status-color-red,.status-color-blue{width:10px;height:10px;border-radius:50%;background-color:red;box-shadow:0 0 5px #ff4b4b}.status-color-green{background-color:var(--admin-green);box-shadow:0 0 5px #4eff4b}.status-color-blue{background-color:var(--admin-blue);box-shadow:0 0 5px 0 var(--admin-blue)}.field-container__error-message{width:100%;display:flex;align-items:center;justify-content:space-between}.field-container__error-message input{width:calc(100% - 80px);cursor:text;font-size:var(--font-small);font-weight:400;padding:0;border:transparent}.field-container__error-message .error-message-red::placeholder{color:red}.field-container__error-message input::placeholder{color:#000}.field-container__error-message button{width:70px}.field-container__error-message .error-message-button-red{color:red;border:1px solid red}.field-container__error-message .error-message-button-green{color:var(--admin-green);border:1px solid var(--admin-green)}.error-message-modal{padding:30px;max-width:90vw;background-color:#fff;box-shadow:0 0 20px -5px var(--admin-blue);border-radius:20px}.error-message-modal h1{color:var(--admin-blue);font-size:var(--font-subtitle)}.error-message-modal p{text-wrap:wrap;font-size:var(--font-small)}.error-message-modal .buttons{width:100%;display:flex;align-items:center;justify-content:right;margin-top:20px}.error-message-modal .buttons button{width:100px}:root{--admin-menubar-width: 250px;--admin-blue: #0082ff;--admin-blue-dark: #0060b9;--admin-green: #00cc7e;--admin-yellow: #ffbb00;--admin-grey: rgb(199, 199, 199);--admin-blue-opacity50: rgba(0, 132, 255, .5)}.admin-layout,.admin-layout *{box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.admin-layout{height:100dvh}.admin-layout__main-container{width:100%;display:flex;align-items:center;justify-content:center}.admin-layout__page{width:calc(100% - var(--admin-menubar-width));height:90vh;position:relative;overflow-x:hidden;overflow-y:auto}.clear-cache-modal{background-color:#fff;width:500px;border-radius:10px;padding:10px 20px 30px}.clear-cache-modal-header{font-size:1.6rem;text-align:center;color:#0082ff;font-weight:600}.clear-cache-modal-buttons{width:100%;display:flex;align-items:center;justify-content:space-evenly}.clear-cache-modal-buttons>button{width:80px;padding:8px 0;background-color:#0082ff;color:#fff;outline:none;border:none;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer}.clear-cache-modal-buttons>button{margin-top:20px}.clear-cache-modal-content{width:80%;margin:0 auto}.rotate45{rotate:45deg}.rotate90{rotate:90deg}.rotate180{rotate:180deg}.rotate270{rotate:270deg}.brighten{filter:brightness(1.2)}.admin-button-blue,.admin-button-green,.admin-button-white,.admin-button-white-shadow,.admin-button-red{font-size:var(--font-small);border-radius:20px;padding:4px 12px;outline:none;cursor:pointer;background-color:var(--admin-blue);color:#fff;border:1px solid var(--admin-blue);font-weight:600}.admin-button-white{background-color:#fff;color:var(--admin-blue)}.admin-button-red{background-color:#fff;color:red;border:1px solid red}.admin-button-white-shadow{border:1px solid white;background-color:#fff;color:var(--admin-blue);box-shadow:0 2px 7px #00000026}.admin-button-green{background-color:var(--admin-green);color:var(--admin-green);color:#fff;border:1px solid var(--admin-green)}.admin-input-red{background-color:#ffe7e7;border:1px solid red}.admin-myicon{width:20px;height:20px}.admin-page-loader-container{width:100%;height:100%;top:0;left:0;background-color:#0003;position:fixed;z-index:10;display:flex;align-items:center;justify-content:center}.admin-page-loader{border:8px solid white;border-top:8px solid var(--admin-blue);border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite}.admin-page-small-loader{border:3px solid rgb(231,231,231);border-top:3px solid var(--admin-blue);border-radius:50%;width:20px;height:20px;animation:spin 2s linear infinite}.non-verified-accounts-modal *{margin:0;padding:0;box-sizing:border-box}.non-verified-accounts-modal,.confirm-delete-modal{margin:0;box-sizing:border-box;padding:20px 60px 40px;background-color:#fff;box-shadow:0 0 40px 0 var(--admin-blue-opacity50);border-radius:20px}.confirm-delete-modal{width:400px}.non-verified-accounts-modal h1,.confirm-delete-modal h1{font-size:var(--font-title);color:var(--admin-blue)}.confirm-delete-modal input{padding:5px 15px;border:1px solid lightgray;border-radius:20px;width:100%}.confirm-delete-modal h1{padding:0 0 10px;margin:0}.non-verified-accounts-modal .org-table{width:800px;height:50vh;overflow-x:hidden;overflow-y:scroll;border:1px solid rgba(211,211,211,.788)}.confirm-delete-modal .admin-buttons{height:50px;display:flex;align-items:center;justify-content:right;gap:10px}.confirm-delete-modal .confirm-delete-modal__content{padding:20px 0}.non-verified-accounts-modal .admin-buttons{height:50px;display:flex;align-items:center;justify-content:right;gap:10px}.non-verified-accounts-modal .admin-buttons button{padding:5px 15px}.confirm-delete-modal p{font-size:var(--font-small)}.confirm-delete-modal p span{font-weight:600}.confirm-delete-modal input{margin-top:20px}.confirm-delete-modal .admin-buttons .admin-button-blue:disabled{cursor:not-allowed;background-color:#fff;border:2px solid lightgray;color:#d3d3d3}.non-verified-accounts-modal .org-table .row,.non-verified-accounts-modal .org-table .head{display:grid;grid-template-columns:4fr 4fr 1.5fr}.non-verified-accounts-modal .org-table .row>*,.non-verified-accounts-modal .org-table .head>*{border-right:1px solid rgba(211,211,211,.788);border-bottom:1px solid rgba(211,211,211,.788);font-size:var(--font-small);padding:3px 10px}.non-verified-accounts-modal .org-table .row>*:last-child,.non-verified-accounts-modal .org-table .head>*:last-child{border-right:none}.non-verified-accounts-modal .org-table .head>*{font-weight:700}.non-verified-accounts-modal .org-table .head>label,.non-verified-accounts-modal .org-table .row>label{display:flex;align-items:center;justify-content:center;width:100%;height:100%;gap:10px}@media screen and (max-width: 1269px){:root{--admin-menubar-width: 200px}}.customer-print-page>*{box-sizing:border-box}.customer-print-page{display:flex;width:100%;height:100svh;justify-content:center;align-items:center;gap:100px}.pdf-viewer{height:100%;overflow:auto;width:640px;overflow-x:hidden;padding:20px 0}.pdf-options{display:flex;align-items:center}.options-container{box-shadow:0 0 20px #acd8ff99;border-radius:20px;padding:20px 40px;color:var(--90percent);font-weight:500;position:relative;pointer-events:auto;max-height:calc(100svh - 40px);overflow:auto;background:#fff}.options-text{text-align:center;font-size:var(--font-subtitle);padding-bottom:10px;border-bottom:1px solid #eaeaea;margin-bottom:20px}.options-list{display:flex;flex-direction:column;gap:20px;margin:40px auto}.options-list__item{display:flex;align-items:center;justify-content:center;padding:0;text-align:center;width:200px;background:none;box-shadow:0 0 20px #acd8ff99;border-radius:50px;gap:20px;height:45px;cursor:pointer;font-size:var(--font-standard);height:var(--standard-button-height)}.print-customer__img{max-height:100%;width:var(--default-icon-width)}.options-list__item .print-customer__download-pdf-icon{width:calc(var(--default-icon-width) - 4px);right:14px}.options-list__item__name{font-size:var(--font-standard);color:var(--90percent);font-weight:400}.pdf-options__fixed-container{margin:auto}.pdf-loading{border:1px solid #e9f2fa;box-shadow:0 0 20px #acd8ff99;border-radius:30px;overflow-x:visible;height:calc(100svh - 40px)}@media (max-width: 674px){.options-list,.options-list__item__name{font-size:var(--font-standard)}.pdf-viewer{width:100%;overflow-x:auto}.options-list{margin:20px auto}.options-container{margin:auto;padding-bottom:10px}.customer-print-page{flex-direction:column-reverse;gap:20px;height:auto}.options-list__item{width:150px;position:relative;justify-content:flex-start;padding:0 0 0 15px}.options-list__item>img{position:absolute;top:50%;right:5px;transform:translate(-50%,-50%)}.react-pdf__Page__canvas{margin:auto;max-width:100%;height:auto!important}.react-pdf__Document{max-width:98%}.options-list__item .print-customer__download-pdf-icon{right:9px}.pdf-options__fixed-container{padding-top:15px}}@media (min-width: 675px) and (max-width: 899px){.options-list,.options-list__item__name{font-size:16px}.pdf-viewer{width:100%;margin:auto}.customer-print-page{flex-direction:column-reverse;gap:20px;height:auto}.options-list__item{max-width:100%}.options-list{flex-direction:row}.options-container{padding:20px 10px;margin:auto}.pdf-options__fixed-container{padding-top:15px}.options-list__item>img{width:20px;height:auto}.print-customer__download-pdf-icon{width:18px!important}}@media (min-width: 900px) and (max-width: 999px){.pdf-viewer{width:100%}.customer-print-page{flex-direction:column-reverse;gap:20px;height:auto}.options-list__item{padding:0;width:180px;position:relative;justify-content:space-evenly;gap:0px;font-size:var(--font-standard)}.options-list__item>img{width:25px}.pdf-options{padding:20px;width:auto;justify-content:center}.options-list{flex-direction:row;margin:20px auto 0}.print-customer__download-pdf-icon{width:22px!important}}@media (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){.options-list,.options-list__item__name{font-size:16px}.options-list__item{width:190px;position:relative;justify-content:flex-start;padding:0 0 0 16px;font-size:var(--font-standard)}.options-list__item>img{position:absolute;top:50%;right:10px;transform:translate(-50%,-50%)}.pdf-options{width:270px}.customer-print-page{min-height:100svh;height:auto}.pdf-options__fixed-container{position:fixed;top:20px;bottom:20px;left:calc(100% - 300px);display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none}}@media (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){.options-list,.options-list__item__name{font-size:15px}.options-list__item{width:180px;position:relative;justify-content:flex-start;padding:0 0 0 16px;font-size:var(--font-standard)}.options-list__item>img{position:absolute;top:50%;right:5px;transform:translate(-50%,-50%)}.options-list__item .print-customer__download-pdf-icon{right:9px}.pdf-options{width:270px}.customer-print-page{min-height:100svh;height:auto}.pdf-options__fixed-container{position:fixed;top:20px;bottom:20px;left:calc(100% - 300px);display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none}}@media (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.options-list,.options-list__item__name{font-size:16px}.options-list__item{position:relative;justify-content:flex-start;padding:0 0 0 16px;font-size:var(--font-standard)}.options-list__item>img{position:absolute;top:50%;right:5px;transform:translate(-50%,-50%)}.options-list__item .print-customer__download-pdf-icon{right:9px}.pdf-options{width:280px}.customer-print-page{min-height:100svh;height:auto}.options-container{position:fixed;top:50%;transform:translateY(-50%)}}@media (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){.options-list,.options-list__item__name{font-size:17px}.options-list__item{width:190px;position:relative;justify-content:flex-start;padding:0 0 0 16px;font-size:var(--font-standard)}.options-list__item>img{position:absolute;top:50%;right:5px;transform:translate(-50%,-50%)}.options-list__item .print-customer__download-pdf-icon{right:9px}.pdf-options{width:270px}.customer-print-page{min-height:100svh;height:auto}.options-container{position:fixed;top:50%;transform:translateY(-50%)}}@media (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape){.options-list,.options-list__item__name{font-size:var(--font-standard)}.options-list__item{width:200px;position:relative;justify-content:flex-start;padding:0 0 0 16px;font-size:var(--font-standard)}.options-list__item>img{position:absolute;top:50%;right:5px;transform:translate(-50%,-50%)}.options-list__item .print-customer__download-pdf-icon{right:9px}.pdf-options{width:280px}.customer-print-page{min-height:100svh;height:auto}.options-container{position:fixed;top:50%;transform:translateY(-50%)}}@media (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){.options-list,.options-list__item__name{font-size:20px}.options-list__item{width:230px;position:relative;justify-content:flex-start;padding:0 0 0 16px;font-size:var(--font-standard)}.options-list__item>img{position:absolute;top:50%;right:0;transform:translate(-50%,-50%)}.options-list__item .print-customer__download-pdf-icon{right:4px}.pdf-options{width:310px}.customer-print-page{min-height:100svh;height:auto}.options-container{position:fixed;top:50%;transform:translateY(-50%)}}@media (min-width: 3430px) and (orientation: landscape){.options-list,.options-list__item__name{font-size:28px}.options-list__item{width:290px;position:relative;justify-content:flex-start;padding:0 0 0 16px;font-size:var(--font-standard)}.options-list__item>img{position:absolute;top:50%;right:0;transform:translate(-50%,-50%)}.options-list__item .print-customer__download-pdf-icon{right:4px}.pdf-options{width:370px}.customer-print-page{min-height:100svh;height:auto}.options-container{position:fixed;top:50%;transform:translateY(-50%)}}@media (min-width: 1000px) and (orientation: portrait){.options-list,.options-list__item__name{font-size:18px}.options-list__item{width:190px;position:relative;justify-content:flex-start;padding:0 0 0 16px;font-size:var(--font-standard)}.pdf-viewer{width:100%}.customer-print-page{flex-direction:column-reverse;gap:20px;height:auto}.options-list__item{padding:0;width:180px;position:relative;justify-content:space-evenly;gap:0px;font-size:var(--font-standard)}.pdf-options{padding:20px;width:auto;justify-content:center}.options-list{flex-direction:row;margin:20px auto 0}}.react-pdf__Document{width:596px;margin:auto;overflow:visible}.react-pdf__Page__canvas{border-radius:30px}.invoice-detail-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-in-out}.invoice-detail-popup{background-color:#fff;border-radius:var(--popup-radius);padding-top:var(--popup-padding-top);padding-bottom:var(--popup-padding-bottom);padding-inline:var(--popup-padding-inline);width:332px;overflow:auto;box-shadow:0 0 40px 0 var(--shadow-color);animation:slideUp .3s ease-out}.invoice-detail-popup .modal__button__close>img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.invoice-detail-popup__header{display:grid;grid-template-columns:1fr 2fr;align-items:center;font-size:var(--font-subtitle);color:var(--blue-text-color);margin-bottom:10px;padding-left:10px;padding-bottom:var(--popup-padding-top);border-bottom:1px solid #e0e0e0}.invoice-detail-popup__title{margin:0;font-weight:400}.invoice-detail-popup__close-btn{background:none;border:none;font-size:28px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s}.invoice-detail-popup__close-btn:hover{color:#000}.invoice-detail-popup__content{display:flex;flex-direction:column;gap:12px}.invoice-detail-popup__row{display:grid;grid-template-columns:1fr 2fr;box-shadow:0 0 40px 0 var(--70percent-shadow-color);padding-inline:var(--input-fields-padding-inline);height:var(--standard-input-height);border-radius:50px;align-content:center;align-items:center;gap:5px}.invoice-detail-popup__label{font-weight:400;color:var(--90percent);font-size:var(--font-standard)}.invoice-detail-popup__value{color:var(--90percent);font-size:var(--font-standard);height:var(--standard-input-height);align-content:center;align-items:center;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.invoice-detail-popup__action{margin-top:7px;padding-top:15px;border-top:1px solid #e0e0e0;display:flex;justify-content:space-evenly}.invoice-detail-popup__open-btn,.invoice-detail-popup__cancel-btn{background-color:#fff;box-shadow:0 0 40px 0 var(--70percent-shadow-color);color:var(--blue-text-color);height:var(--standard-button-height);border:none;border-radius:50px;cursor:pointer;width:calc(var(--bigger-button-width) + 30px);font-size:var(--font-standard);font-weight:400;transition:background-color .2s;margin-bottom:var(--popup-button-section-margin-block)}.invoice-detail-popup__cancel-btn:focus,.invoice-detail-popup__open-btn:focus{box-shadow:0 4px 50px 0 var(--shadow-color);border:1px solid var(--blue-invoice-color)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media only screen and (min-width: 675px) and (max-width: 899px){.invoice-detail-popup{width:370px}}@media only screen and (min-width: 900px) and (max-width: 999px){.invoice-detail-popup{width:400px}}.invoice-journal__block{display:flex;flex-direction:column;height:90vh!important}.invoice-journal__icon{width:var(--default-icon-width);height:var(--default-icon-width)}.main-invoice-journal__container{width:100%;box-sizing:border-box;display:flex;justify-content:start;align-items:center;flex-direction:column;height:80%}.invoice-journal__vat-button{display:flex;position:relative;align-items:center;justify-content:end;height:var(--standard-button-height);cursor:pointer;gap:15px;width:200px;padding-right:1.5em}.invoice-journal__vat-btn-label{color:var(--90percent);font-size:var(--font-small);font-weight:400}.invoice-journal__search-vat-container{width:96%;display:flex;border-bottom:2px solid #acd8ff99;justify-content:space-between;align-items:center}.invoice-journal__search-container{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:start;gap:2rem}.invoice-journal__button-icon{width:var(--default-icon-width);transition:transform .2s ease}.paid-popup{width:var(--bigger-button-width)}.invoice-journal__invoice-no{color:var(--90percent)}.invoice-journal__invoice-number{font-size:var(--font-standard);color:var(--blue-invoice-color)}.invoice-journal__invoice-paid-col{padding-left:2px}.invoice-journal__price{padding-right:2.5em;text-align:right}.invoice-journal__open-invoice{font-size:var(--font-standard);color:var(--blue-invoice-color);cursor:pointer;text-align:right}.invoice-journal__search{display:flex;align-items:center;position:relative;width:27%;padding:20px 0}.invoice-journal__middle-separator{min-height:20px;max-height:60px;display:flex;justify-content:center;align-items:end}.invoice-journal__search input{height:var(--standard-input-height)}.invoice-journal__details-icon{cursor:pointer;padding:0;display:flex;align-items:center;justify-content:flex-end}.invoice-journal__horizontal-line{width:96%;display:flex;height:1px;border:1px solid #eaeaea}.invoice-journal__print-invoice-separator{width:96%;color:var(--90percent-shadow-color)}.invoice-journal__footer{width:100%;height:20%;display:flex;justify-content:space-around;align-items:center}.invoice-journal__infinite-container{width:100%;display:flex;align-items:center;justify-content:start;flex-direction:column;overflow:scroll;scroll-behavior:smooth;scroll-padding-top:10px;scrollbar-width:none}.invoice-journal__scrolling{scroll-snap-type:y mandatory;overflow-y:auto}.invoice-journal__header{width:96%;padding-left:5mm;padding-right:5mm;margin-top:20px;margin-bottom:10px;font-size:var(--font-standard);color:var(--90percent)}.invoice-journal___invoice-no{font-size:var(--font-standard);color:var(--blue-invoice-color)}.invoice-journal__content{width:96%;padding-left:2rem;font-size:var(--font-standard);padding:10px;margin:10px 0;border-radius:5em;box-shadow:0 0 20px #acd8ff99;display:flex;justify-content:start;align-items:center;scroll-snap-align:start;scroll-behavior:smooth;scroll-snap-stop:always}.invoice-journal__amount-header{padding-right:3.2em;text-align:right}.invoice-number{color:var(--blue-invoice-color)}.invoice-journal__search-loader{width:100%;height:77vh;display:grid;place-content:center;place-items:center}.invoice-journal__fetching-more-loader{margin-top:20px;margin-bottom:15px}.invoice-journal__fetching-prev-loader{padding-top:10px;padding-bottom:10px;scroll-snap-align:start}.invoice-journal__details-icon img{width:var(--small-icon-width)}@media only screen and (min-width: 3430px){.main-invoice-journal__container{padding:0 50px;height:77%}.invoice-journal__search{padding:40px 0}.invoice-journal__content{padding:17px 28px;margin:13px 0}.invoice-journal__middle-separator,.invoice-journal__footer{padding:0 50px}.print-invoice-journal-modal{width:860px;height:auto}.invoice-journal__header{padding-left:8mm;padding-right:8mm}.invoice-journal__vat-button{width:310px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.main-invoice-journal__container{padding:0 50px;height:77%}.invoice-journal__search{padding:35px 0}.invoice-journal__content{padding:16px 6mm;margin:8px 0}.invoice-journal__middle-separator,.invoice-journal__footer{padding:0 50px}.print-invoice-journal-modal{width:670px;height:auto}.invoice-journal__header{padding-left:6mm;padding-right:6mm}.invoice-journal__vat-button{width:215px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.invoice-journal__search{padding:30px 0}.invoice-journal__content{padding:12px 18px;margin:9px 0}.invoice-journal__header{padding-left:5mm;padding-right:5mm}.main-invoice-journal__container{height:77%}.invoice-journal__vat-button{width:175px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.main-invoice-journal__container{margin-top:-20px}.invoice-journal__content{padding:10px 15px;margin:7.5px 0}.invoice-journal__search{padding:20px 0}.invoice-journal__header{margin:15px 0 10px;padding-left:4mm;padding-right:4mm}.invoice-journal__vat-button{width:150px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.main-invoice-journal__container{padding:0 20px;height:76%}.invoice-journal__middle-separator,.invoice-journal__footer{padding:0 20px}.invoice-journal__content{padding:10px 17px;margin:9.5px 0}.invoice-journal__search{padding:20px 0}.invoice-journal__header{margin:15px 0 10px}.invoice-journal__vat-button{width:140px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.main-invoice-journal__container{height:calc(100vh - 180px);min-height:350px}.invoice-journal__middle-separator{padding:0;height:5px}.invoice-journal__footer{height:15vh;min-height:100px}.invoice-journal__content{padding:9px 20px;margin:6px 0}.invoice-journal__search{padding:20px 0}.invoice-journal__header{margin:15px 0 10px}.invoice-journal__vat-button{width:130px}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.main-invoice-journal__container{height:calc(100vh - 100px);min-height:400px}.invoice-journal__footer{height:17vh;min-height:100px;gap:30px;padding:0 20px}.customer-register__information-tile{min-width:100px;max-width:250px}.invoice-journal__content{padding:10px;margin:5px 0}.invoice-journal__search,.invoice-journal__vat-button{padding:20px 0}.invoice-journal__header{margin:15px 0 10px;padding-left:4mm;padding-right:4mm}}@media only screen and (min-width: 900px) and (max-width: 999px){.main-invoice-journal__container{height:calc(100vh - 190px);min-height:400px}.invoice-journal__footer{height:13vh;min-height:100px}.invoice-journal__content{padding:14px 10px}.invoice-journal__search{padding:15px 0;width:40%}.invoice-journal__vat-button{width:150px;padding:15px 0}.invoice-journal__header{margin:15px 0 10px}}@media only screen and (min-width: 675px) and (max-width: 899px){.main-invoice-journal__container{height:calc(100vh - 190px);min-height:400px}.invoice-journal__footer{height:14vh;min-height:100px}.invoice-journal__content{padding:11px 10px}.invoice-journal__search{padding:15px 0;width:50%}.invoice-journal__vat-button{padding:15px 0;width:150px}.invoice-journal__header{margin:15px 0 10px;padding-left:10px;padding-right:10px}}@media only screen and (max-width: 674px){.main-invoice-journal__container{height:calc(100vh - 190px);min-height:400px}.invoice-journal__footer{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;height:20vh;min-height:100px;padding:10px}.invoice-journal__content{padding:10px;margin:6.5px 0}.invoice-journal__search-container{gap:10px}.invoice-journal__search{padding:15px 0;width:50%}.invoice-journal__vat-button{width:130px;padding:15px 0;gap:10px}.invoice-journal__header{margin:15px 0 10px;padding-left:10px;padding-right:10px}}.invoice-journal__dash-navbar-button{display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;margin-left:0!important;gap:8px!important;font-size:var(--font-standard)!important;height:var(--standard-button-height)!important;padding-left:15px!important;padding-right:15px!important;min-width:fit-content!important}.invoice-journal__dash-navbar-button img{width:var(--default-icon-width)!important;flex-shrink:0!important}@media (min-width: 3430px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:20px!important;width:424px}}@media (min-width: 2550px) and (max-width: 3429px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:15px!important;width:296px}}@media (min-width: 1910px) and (max-width: 2549px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:10px!important;width:248px}.dash-navbar__buttons{margin-left:150px!important}}@media (min-width: 1590px) and (max-width: 1909px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:10px!important;width:205px}}@media (min-width: 1390px) and (max-width: 1589px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:10px!important;width:189px}}@media (min-width: 1270px) and (max-width: 1389px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:10px!important;width:185px}}@media (min-width: 1000px) and (max-width: 1269px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:10px!important;width:160px}}.container{max-width:100%!important;display:flex;flex-direction:column;min-height:130vh}.content{flex:1}.footer{margin-top:auto}input{background:none}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent}footer{background-size:cover;background-image:url(https://assets.nicepagecdn.com/9a6d2659/5308532/images/bg-gradient-1.svg);background-position:50% 50%}b{font-weight:700}.grid-2{display:grid;grid-template-columns:repeat(2,1fr)}p{margin:0;padding:0}.centered-div{display:flex;justify-content:center}button{border:none;outline:none}a{outline:none}::-webkit-credentials-auto-fill-button{visibility:hidden;display:none!important}::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important}.main-display-section__create-invoice *,.dash-navbar__create-invoice__button .dash-navbar__button__text{font-size:var(--font-standard)}.main-display-section__create-invoice{width:100vw;display:flex;min-height:100vh;position:relative}.main-display-section__create-invoice:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 4px 80px 10px #acd8ff99}.dash-navbar__create-invoice__button,.dash-navbar__create-invoice__print-button{width:max-content;width:230px;gap:10px;padding-left:20px;padding-right:20px}.dash-navbar__create-invoice__print-button{background-color:var(--dark-blue-button);display:flex;color:#fff}.invoice-navigation{display:flex;align-items:center;justify-content:center;gap:15px}.invoice-navigation-icon{cursor:pointer}.helptext-popup{width:650px}.disable-helptexts-button{width:250px;padding-left:0;padding-right:0}.dash-navbar__create-invoice__button{display:flex;align-items:center;justify-content:center;padding:0;gap:0px;width:fit-content}.error-popup.create-invoice-error-popup{z-index:20}@media only screen and (min-width: 1000px) and (max-width: 1269px){.dash-navbar__create-invoice__button,.dash-navbar__create-invoice__print-button{width:max-content;width:140px;gap:0px;padding-left:10px;padding-right:10px}.dash-navbar__create-invoice__button{gap:10px;width:127px}}@media only screen and (min-width: 1000px) and (orientation: portrait){.create-invoice__dashnavbar{width:100%}.create-invoice__dashnavbar .dash-navbar__section{width:100%;display:flex;align-items:center;justify-content:space-between;padding-left:0;padding-right:0}.create-invoice__dashnavbar .dash-navbar__header{padding-left:50px}.create-invoice__dashnavbar .dash-navbar__buttons{width:100%;gap:8px;display:flex;align-items:center;justify-content:center;padding-left:5px;padding-right:85px}.create-invoice__dashnavbar .dash-navbar__create-invoice__button{width:124px;height:30px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.dash-navbar__create-invoice__button,.dash-navbar__create-invoice__print-button{width:max-content;width:160px;gap:5px;padding-left:10px;padding-right:10px}.dash-navbar__create-invoice__button{gap:10px;padding:0;width:144px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.dash-navbar__create-invoice__button,.dash-navbar__create-invoice__print-button{width:max-content;width:165px;gap:5px;padding-left:15px;padding-right:10px}.dash-navbar__create-invoice__button{gap:10px;width:168px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.dash-navbar__create-invoice__button,.dash-navbar__create-invoice__print-button{width:max-content;width:190px;gap:5px;padding-left:10px;padding-right:10px}.dash-navbar__create-invoice__button{gap:10px;width:177px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.dash-navbar__create-invoice__button,.dash-navbar__create-invoice__print-button{width:max-content;width:200px;gap:5px;padding-left:10px;padding-right:10px}.dash-navbar__create-invoice__button{gap:18px;width:211px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.dash-navbar__create-invoice__button,.dash-navbar__create-invoice__print-button{width:max-content;width:300px;gap:5px;padding-left:10px;padding-right:10px}.dash-navbar__create-invoice__button{gap:15px;width:260px}}@media only screen and (min-width: 3430px){.dash-navbar__create-invoice__button,.dash-navbar__create-invoice__print-button{width:max-content;width:400px;gap:5px;padding-left:10px;padding-right:10px}.dash-navbar__create-invoice__button{gap:20px;width:365px}}:root{--create-invoice-table-row-header-height: 50px;--cit-translateX-ordinary: 0px;--cit-translateX-ordinary-rebate: 0px;--cit-translateX-advanced-unit: 0px;--cit-translateX-advanced-unit-rebate: -25px;--cit-translateX-advanced-full: -55px;--cit-translateX-advanced-full-rebate: -66px;--cit-col-width-article_number: 390px;--cit-col-width-product: 390px;--cit-col-width-quantity: 82px;--cit-col-width-unit_price: 95px;--cit-col-width-unit: 80px;--cit-col-width-rebate_perc: 45px;--cit-col-width-totally_excl_vat: 115px;--cit-col-width-vat: 76px;--cit-col-width-totally_incl_vat: 115px;--cit-columns-gap-ordinary: 25px;--cit-columns-gap-ordinary-rebate: 25px;--cit-columns-gap-advanced-unit: 25px;--cit-columns-gap-advanced-unit-rebate: 25px;--cit-columns-gap-advanced-full: 25px;--cit-columns-gap-advanced-full-rebate: 25px;--cit-grid-template-columns-ordinary: 0px var(--cit-col-width-product) var(--cit-col-width-quantity) var(--cit-col-width-unit_price) var(--cit-col-width-totally_excl_vat) var(--cit-col-width-vat) var(--cit-col-width-totally_incl_vat) 0px;--cit-grid-template-columns-ordinary-rebate: 0px var(--cit-col-width-product) var(--cit-col-width-quantity) var(--cit-col-width-unit_price) var(--cit-col-width-rebate_perc) var(--cit-col-width-totally_excl_vat) var(--cit-col-width-vat) var(--cit-col-width-totally_incl_vat) 0px;--cit-grid-template-columns-advanced-unit: 0px var(--cit-col-width-product) var(--cit-col-width-quantity) var(--cit-col-width-unit_price) var(--cit-col-width-unit) var(--cit-col-width-totally_excl_vat) var(--cit-col-width-vat) var(--cit-col-width-totally_incl_vat) 0px;--cit-grid-template-columns-advanced-unit-rebate: 0px var(--cit-col-width-product) var(--cit-col-width-quantity) var(--cit-col-width-unit_price) var(--cit-col-width-unit) var(--cit-col-width-rebate_perc) var(--cit-col-width-totally_excl_vat) var(--cit-col-width-vat) var(--cit-col-width-totally_incl_vat) 0px;--cit-grid-template-columns-advanced-full: 0px var(--cit-col-width-article_number) var(--cit-col-width-product) var(--cit-col-width-quantity) var(--cit-col-width-unit_price) var(--cit-col-width-unit) var(--cit-col-width-totally_excl_vat) var(--cit-col-width-vat) var(--cit-col-width-totally_incl_vat) 0px;--cit-grid-template-columns-advanced-full-rebate: 0px var(--cit-col-width-article_number) var(--cit-col-width-product) var(--cit-col-width-quantity) var(--cit-col-width-unit_price) var(--cit-col-width-unit) var(--cit-col-width-rebate_perc) var(--cit-col-width-totally_excl_vat) var(--cit-col-width-vat) var(--cit-col-width-totally_incl_vat) 0px;--cit-textarea-gtc-ordinary: 0px calc( var(--cit-col-width-product) + var(--cit-col-width-quantity) + var(--cit-col-width-unit_price) + var(--cit-col-width-totally_excl_vat) + var(--cit-col-width-vat) + var(--cit-col-width-totally_incl_vat) + (5 * var(--cit-columns-gap-ordinary)) ) 0px;--cit-textarea-gtc-ordinary-rebate: 0px calc( var(--cit-col-width-product) + var(--cit-col-width-quantity) + var(--cit-col-width-unit_price) + var(--cit-col-width-rebate_perc) + var(--cit-col-width-totally_excl_vat) + var(--cit-col-width-vat) + var(--cit-col-width-totally_incl_vat) + (6 * var(--cit-columns-gap-ordinary-rebate)) ) 0px;--cit-textarea-gtc-advanced-unit: 0px calc( var(--cit-col-width-product) + var(--cit-col-width-quantity) + var(--cit-col-width-unit_price) + var(--cit-col-width-unit) + var(--cit-col-width-totally_excl_vat) + var(--cit-col-width-vat) + var(--cit-col-width-totally_incl_vat) + (6 * var(--cit-columns-gap-advanced-unit)) ) 0px;--cit-textarea-gtc-advanced-unit-rebate: 0px calc( var(--cit-col-width-product) + var(--cit-col-width-quantity) + var(--cit-col-width-unit_price) + var(--cit-col-width-unit) + var(--cit-col-width-rebate_perc) + var(--cit-col-width-totally_excl_vat) + var(--cit-col-width-vat) + var(--cit-col-width-totally_incl_vat) + (7 * var(--cit-columns-gap-advanced-unit-rebate)) ) 0px;--cit-textarea-gtc-advanced-full: 0px calc( var(--cit-col-width-article_number) + var(--cit-col-width-product) + var(--cit-col-width-quantity) + var(--cit-col-width-unit_price) + var(--cit-col-width-unit) + var(--cit-col-width-totally_excl_vat) + var(--cit-col-width-vat) + var(--cit-col-width-totally_incl_vat) + (7 * var(--cit-columns-gap-advanced-full)) ) 0px;--cit-textarea-gtc-advanced-full-rebate: 0px calc( var(--cit-col-width-article_number) + var(--cit-col-width-product) + var(--cit-col-width-quantity) + var(--cit-col-width-unit_price) + var(--cit-col-width-unit) + var(--cit-col-width-rebate_perc) + var(--cit-col-width-totally_excl_vat) + var(--cit-col-width-vat) + var(--cit-col-width-totally_incl_vat) + (8 * var(--cit-columns-gap-advanced-full-rebate)) ) 0px;--create-invoice-bottom-section-content-width: calc( var(--cit-col-width-product) + var(--cit-col-width-quantity) + var(--cit-col-width-unit_price) + var(--cit-col-width-totally_excl_vat) + var(--cit-col-width-vat) + var(--cit-col-width-totally_incl_vat) + (5 * var(--cit-columns-gap-ordinary)) )}.create-invoice__invoice-table-container{width:100%;padding-top:calc(var(--dash-navbar-height) + var(--create-invoice-top-section-height) + var(--create-invoice-table-row-header-height));padding-bottom:calc(var(--create-invoice-bottom-section-height) + 20px);display:flex;flex-direction:column;z-index:0;height:max-content}.create-invoice__invoice-table-container .table-row-header,.create-invoice__invoice-table-container .table-row,.create-invoice__invoice-table-container .table-tool-bar{width:100%;display:grid;place-content:center;padding-bottom:var(--default-spacing-top-section);position:relative}.create-invoice__invoice-table-container .table-tool-bar{place-content:start center;padding-left:10px}.create-invoice__invoice-table-container .table-tool-bar .buttons button{cursor:pointer;min-width:max-content}.create-invoice__invoice-table-container .table-row-header.table-row-ordinary,.create-invoice__invoice-table-container .table-row.table-row-ordinary,.create-invoice__invoice-table-container .table-tool-bar.table-row-ordinary{grid-template-columns:var(--cit-grid-template-columns-ordinary)}.create-invoice__invoice-table-container .table-row-header.table-row-ordinary-rebate,.create-invoice__invoice-table-container .table-row.table-row-ordinary-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-ordinary-rebate{grid-template-columns:var(--cit-grid-template-columns-ordinary-rebate)}.create-invoice__invoice-table-container .table-row-header.table-row-advanced-unit,.create-invoice__invoice-table-container .table-row.table-row-advanced-unit,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-unit{grid-template-columns:var(--cit-grid-template-columns-advanced-unit)}.create-invoice__invoice-table-container .table-row-header.table-row-advanced-unit-rebate,.create-invoice__invoice-table-container .table-row.table-row-advanced-unit-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-unit-rebate{grid-template-columns:var(--cit-grid-template-columns-advanced-unit-rebate)}.create-invoice__invoice-table-container .table-row-header.table-row-advanced-full,.create-invoice__invoice-table-container .table-row.table-row-advanced-full,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-full{grid-template-columns:var(--cit-grid-template-columns-advanced-full)}.create-invoice__invoice-table-container .table-row-header.table-row-advanced-full-rebate,.create-invoice__invoice-table-container .table-row.table-row-advanced-full-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-full-rebate{grid-template-columns:var(--cit-grid-template-columns-advanced-full-rebate)}.create-invoice__invoice-table-container .table-row.table-text-row.table-row-ordinary{grid-template-columns:var(--cit-textarea-gtc-ordinary)}.create-invoice__invoice-table-container .table-row.table-text-row.table-row-ordinary-rebate{grid-template-columns:var(--cit-textarea-gtc-ordinary-rebate)}.create-invoice__invoice-table-container .table-row.table-text-row.table-row-advanced-unit{grid-template-columns:var(--cit-textarea-gtc-advanced-unit)}.create-invoice__invoice-table-container .table-row.table-text-row.table-row-advanced-unit-rebate{grid-template-columns:var(--cit-textarea-gtc-advanced-unit-rebate)}.create-invoice__invoice-table-container .table-row.table-text-row.table-row-advanced-full{grid-template-columns:var(--cit-textarea-gtc-advanced-full)}.create-invoice__invoice-table-container .table-row.table-text-row.table-row-advanced-full-rebate{grid-template-columns:var(--cit-textarea-gtc-advanced-full-rebate)}.create-invoice__invoice-table-container .table-row-header p.table-row-ordinary,.create-invoice__invoice-table-container .table-row.table-row-ordinary,.create-invoice__invoice-table-container .table-tool-bar.table-row-ordinary{transform:translate(var(--cit-translateX-ordinary))}.create-invoice__invoice-table-container .table-row-header p.table-row-ordinary-rebate,.create-invoice__invoice-table-container .table-row.table-row-ordinary-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-ordinary-rebate{transform:translate(var(--cit-translateX-ordinary-rebate))}.create-invoice__invoice-table-container .table-row-header p.table-row-advanced-unit,.create-invoice__invoice-table-container .table-row.table-row-advanced-unit,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-unit{transform:translate(var(--cit-translateX-advanced-unit))}.create-invoice__invoice-table-container .table-row-header p.table-row-advanced-unit-rebate,.create-invoice__invoice-table-container .table-row.table-row-advanced-unit-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-unit-rebate{transform:translate(var(--cit-translateX-advanced-unit-rebate))}.create-invoice__invoice-table-container .table-row-header p.table-row-advanced-full,.create-invoice__invoice-table-container .table-row.table-row-advanced-full,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-full{transform:translate(var(--cit-translateX-advanced-full))}.create-invoice__invoice-table-container .table-row-header p.table-row-advanced-full-rebate,.create-invoice__invoice-table-container .table-row.table-row-advanced-full-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-full-rebate{transform:translate(var(--cit-translateX-advanced-full-rebate))}.create-invoice__invoice-table-container .table-row-header.table-row-ordinary{column-gap:var(--cit-columns-gap-ordinary)}.create-invoice__invoice-table-container .table-row-header.table-row-ordinary-rebate{column-gap:var(--cit-columns-gap-ordinary-rebate)}.create-invoice__invoice-table-container .table-row-header.table-row-advanced-unit{column-gap:var(--cit-columns-gap-advanced-unit)}.create-invoice__invoice-table-container .table-row-header.table-row-advanced-unit-rebate{column-gap:var(--cit-columns-gap-advanced-unit-rebate)}.create-invoice__invoice-table-container .table-row-header.table-row-advanced-full{column-gap:var(--cit-columns-gap-advanced-full)}.create-invoice__invoice-table-container .table-row-header.table-row-advanced-full-rebate{column-gap:var(--cit-columns-gap-advanced-full-rebate)}.create-invoice__invoice-table-container .table-row.table-row-ordinary,.create-invoice__invoice-table-container .table-tool-bar.table-row-ordinary{gap:var(--cit-columns-gap-ordinary)}.create-invoice__invoice-table-container .table-row.table-row-ordinary-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-ordinary-rebate{gap:var(--cit-columns-gap-ordinary-rebate)}.create-invoice__invoice-table-container .table-row.table-row-advanced-unit,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-unit{gap:var(--cit-columns-gap-advanced-unit)}.create-invoice__invoice-table-container .table-row.table-row-advanced-unit-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-unit-rebate{gap:var(--cit-columns-gap-advanced-unit-rebate)}.create-invoice__invoice-table-container .table-row.table-row-advanced-full,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-full{gap:var(--cit-columns-gap-advanced-full)}.create-invoice__invoice-table-container .table-row.table-row-advanced-full-rebate,.create-invoice__invoice-table-container .table-tool-bar.table-row-advanced-full-rebate{gap:var(--cit-columns-gap-advanced-full-rebate)}:root{--table-row-header-clipping-height: 100px}.create-invoice__invoice-table-container .table-row-header{padding-bottom:10px;height:50px;height:calc(var(--table-row-header-clipping-height) + var(--create-invoice-table-row-header-height) + var(--table-row-header-clipping-height));background-color:#fff;width:100%;place-content:center;position:fixed;padding-top:10px;top:calc(var(--dash-navbar-height) + var(--create-invoice-top-section-height) - var(--table-row-header-clipping-height));z-index:1;clip-path:polygon(0 var(--table-row-header-clipping-height),100% var(--table-row-header-clipping-height),100% calc(100% - var(--table-row-header-clipping-height) - 1px),0 calc(100% - var(--table-row-header-clipping-height) - 1px));box-shadow:inset 0 4px 80px 10px #acd8ff99}.create-invoice__invoice-table-container .table-tool-bar .buttons{display:flex;align-items:center;justify-content:left;gap:20px}.create-invoice__invoice-table-container .table-tool-bar button{display:flex;align-items:center;justify-content:left;gap:15px;outline:none;border:none;border-bottom:1px solid #27cf96;background:transparent;color:var(--90percent)}.create-invoice__invoice-table-container .table-tool-bar button:nth-child(1){border-bottom:1px solid #25bbff}.create-invoice__invoice-table-container .table-tool-bar button .icon-container{width:var(--default-icon-width);display:flex;align-items:center;justify-content:left}.create-invoice__invoice-table-container .table-tool-bar button .icon-container img{width:var(--default-icon-width)}.create-invoice__invoice-table-container .table-row__input-container{width:100%;display:flex;align-items:center;justify-content:left;height:var(--standard-input-height)}.create-invoice__invoice-table-container .table-text-row .table-row__input-container{display:flex;align-items:flex-start;flex-direction:column;height:100%}.create-invoice__invoice-table-container .table-row .table-row__input-container .table-row__product-search-field{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #acd8ff;border-radius:20px;height:inherit}.create-invoice__invoice-table-container .table-row .table-row__input-container .table-row__product-search-field input{border:none;width:100%;text-align:left}.create-invoice__invoice-table-container .table-row .table-row__input-container .table-row__product-search-field .table-row__product-search-field__img-container{height:100%;padding-right:10px;display:flex;align-items:center;justify-content:left}.create-invoice__invoice-table-container .table-row .table-row__input-container .table-row__product-search-field .table-row__product-search-field__img-container img{width:var(--default-icon-width)}.create-invoice__invoice-table-container .table-row__input-container input,.create-invoice__invoice-table-container .table-row__input-container textarea{width:100%;border:1px solid #acd8ff;display:flex;align-items:center;justify-content:center;border-radius:20px;padding:0 10px;font-weight:400;height:var(--standard-input-height);outline:none;background:transparent}.create-invoice__invoice-table-container .table-row__input-container input:not(.table-row__input__product):not(.table-row__input__article_number){text-align:right}.create-invoice__invoice-table-container .table-row__input-container textarea{height:auto;border-radius:20px;padding:16px 10px;resize:none}.create-invoice__invoice-table-container .table-row{position:relative}.create-invoice__invoice-table-container .table-row .table-row__pointer-container{height:100%;position:relative}.create-invoice__invoice-table-container .table-row.table-text-row .table-row__pointer-container img{width:var(--default-icon-width);position:absolute;top:19px;right:0;transform:translateY(0)}.create-invoice__invoice-table-container .table-row .table-row__pointer-container img{width:var(--default-icon-width);position:absolute;top:50%;right:0;transform:translateY(-50%)}.create-invoice__invoice-table-container .table-row-button{background-color:transparent;height:var(--standard-input-height);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.create-invoice__invoice-table-container .table-row-button p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.create-invoice__invoice-table-container .table-row-button>p{color:var(--green-text-color);padding-left:5px}.create-invoice__invoice-table-container .table-row-button__destructive>p{color:var(--red-text-color)}.create-invoice__invoice-table-container .table-row-button img{width:var(--default-icon-width);height:auto;aspect-ratio:1;padding:0}.create-invoice__invoice-table-container .table-row-buttons-container{display:flex;justify-content:left;gap:15px}.create-invoice__invoice-table-container .table-text-row .table-row-buttons-container{height:100%;display:flex;align-items:end;justify-content:left}.create-invoice__invoice-table-container .table-row__input-container__vat-dropdown{width:100%;border:1px solid #acd8ff;border-radius:20px;padding-left:10px;padding-right:10px;font-weight:400;height:var(--standard-input-height);outline:none;display:flex;align-items:center;justify-content:right;gap:2px}.create-invoice__invoice-table-container .table-row__input-container__vat-dropdown .icon-container img,.table-row__input-container__vat-dropdown .icon-container{width:var(--default-icon-width);display:flex;align-items:center;justify-content:center}.create-invoice__invoice-table-container .table-row-header p{width:100%;display:flex;align-items:center;justify-content:center;white-space:nowrap;text-overflow:ellipsis;transform:translate(0)}.create-invoice__invoice-table-container .table-row-header p.table-row-header__article_number-col{justify-content:left;width:var(--cit-col-width-article_number);padding-left:11px}.create-invoice__invoice-table-container .table-row-header p.table-row-header__product-col{justify-content:left;width:var(--cit-col-width-product);padding-left:11px}.create-invoice__invoice-table-container .table-row-header p.table-row-header__quantity-col{width:var(--cit-col-width-quantity)}.create-invoice__invoice-table-container .table-row-header p.table-row-header__unit_price-col{width:var(--cit-col-width-unit_price)}.create-invoice__invoice-table-container .table-row-header p.table-row-header__unit-col{width:var(--cit-col-width-unit)}.create-invoice__invoice-table-container .table-row-header p.table-row-header__rebate_perc-col{width:var(--cit-col-width-rebate_perc)}.create-invoice__invoice-table-container .table-row-header p.table-row-header__totally_excl_vat-col{width:var(--cit-col-width-totally_excl_vat)}.create-invoice__invoice-table-container .table-row-header p.table-row-header__vat-col{width:var(--cit-col-width-vat)}.create-invoice__invoice-table-container .table-row-header p.table-row-header__totally_incl_vat-col{width:var(--cit-col-width-totally_incl_vat)}@media only screen and (min-width: 1000px) and (max-width: 1269px){:root{--cit-translateX-ordinary-rebate: -31px;--cit-translateX-advanced-unit: -30px;--cit-translateX-advanced-unit-rebate: -30px;--cit-translateX-advanced-full: -50px;--cit-translateX-advanced-full-rebate: -50px;--cit-col-width-article_number: 90px;--cit-col-width-product: 297px;--cit-col-width-quantity: 67px;--cit-col-width-unit_price: 74px;--cit-col-width-totally_excl_vat: 98px;--cit-col-width-vat: 54px;--cit-col-width-totally_incl_vat: 98px;--cit-col-width-unit: 60px;--cit-col-width-rebate_perc: 40px;--cit-columns-gap-ordinary: 7px;--cit-columns-gap-ordinary-rebate: 7px;--cit-columns-gap-advanced-unit: 7px;--cit-columns-gap-advanced-unit-rebate: 7px;--cit-columns-gap-advanced-full: 7px;--cit-columns-gap-advanced-full-rebate: 7px}.create-invoice__invoice-table-container .table-row-buttons-container{display:flex;justify-content:left;gap:5px}.create-invoice__invoice-table-container .table-row__input-container input,.create-invoice__invoice-table-container .table-row__input-container textarea{padding:0 6px}.create-invoice__invoice-table-container .table-row__input-container__vat-dropdown{width:54px;padding-left:0;padding-right:5px;height:var(--standard-input-height);border-radius:40px;gap:3px;justify-content:right}.create-invoice__invoice-table-container .table-row__input-container textarea{padding:6px;border-radius:15px}}@media only screen and (min-width: 1000px) and (orientation: portrait){:root{--cit-translateX-ordinary: -48px;--cit-translateX-ordinary-rebate: 0px;--cit-translateX-advanced-unit: 0px;--cit-translateX-advanced-unit-rebate: -25px;--cit-translateX-advanced-full: -55px;--cit-translateX-advanced-full-rebate: -66px;--cit-col-width-article_number: 390px;--cit-col-width-product: 390px;--cit-col-width-quantity: 82px;--cit-col-width-unit_price: 95px;--cit-col-width-unit: 80px;--cit-col-width-rebate_perc: 45px;--cit-col-width-totally_excl_vat: 115px;--cit-col-width-vat: 76px;--cit-col-width-totally_incl_vat: 115px;--cit-columns-gap-ordinary: 3px;--cit-columns-gap-ordinary-rebate: 7px;--cit-columns-gap-advanced-unit: 7px;--cit-columns-gap-advanced-unit-rebate: 7px;--cit-columns-gap-advanced-full: 7px;--cit-columns-gap-advanced-full-rebate: 7px}.create-invoice__invoice-table-container .table-row__input-container__vat-dropdown{width:76px;padding-left:0;padding-right:3px;border-radius:35px;gap:3px}.create-invoice__invoice-table-container .table-row-buttons-container{display:flex;justify-content:left;gap:8px}.create-invoice__invoice-table-container .table-row__input-container input,.create-invoice__invoice-table-container .table-row__input-container textarea{padding:0 12px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){:root{--create-invoice-table-row-header-height: 40px;--cit-translateX-ordinary-rebate: -25px;--cit-translateX-advanced-unit: -40px;--cit-translateX-advanced-unit-rebate: -55px;--cit-translateX-advanced-full: -20px;--cit-translateX-advanced-full-rebate: -10px;--cit-col-width-article_number: 111px;--cit-col-width-product: 350px;--cit-col-width-quantity: 88px;--cit-col-width-unit_price: 98px;--cit-col-width-totally_excl_vat: 125px;--cit-col-width-vat: 62px;--cit-col-width-totally_incl_vat: 125px;--cit-col-width-unit: 78px;--cit-col-width-rebate_perc: 52px;--cit-columns-gap-ordinary: 12px;--cit-columns-gap-ordinary-rebate: 12px;--cit-columns-gap-advanced-unit: 12px;--cit-columns-gap-advanced-unit-rebate: 12px;--cit-columns-gap-advanced-full: 12px;--cit-columns-gap-advanced-full-rebate: 8px}.create-invoice__invoice-table-container .table-row__input-container__vat-dropdown{width:60px;padding-left:0;padding-right:3px;border-radius:35px;gap:3px}.create-invoice__invoice-table-container .table-row-buttons-container{display:flex;justify-content:left;gap:5px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){:root{--cit-translateX-ordinary-rebate: -20px;--cit-translateX-advanced-unit: -20px;--cit-translateX-advanced-unit-rebate: -50px;--cit-translateX-advanced-full: -20px;--cit-translateX-advanced-full-rebate: -20px;--cit-col-width-article_number: 117px;--cit-col-width-product: 380px;--cit-col-width-quantity: 95px;--cit-col-width-unit_price: 103px;--cit-col-width-totally_excl_vat: 130px;--cit-col-width-vat: 70px;--cit-col-width-totally_incl_vat: 130px;--cit-col-width-unit: 80px;--cit-col-width-rebate_perc: 52px;--cit-columns-gap-ordinary: 12px;--cit-columns-gap-ordinary-rebate: 12px;--cit-columns-gap-advanced-unit: 10px;--cit-columns-gap-advanced-unit-rebate: 12px;--cit-columns-gap-advanced-full: 10px;--cit-columns-gap-advanced-full-rebate: 8px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){:root{--cit-col-width-article_number: 130px;--cit-col-width-product: 405px;--cit-col-width-quantity: 100px;--cit-col-width-unit_price: 110px;--cit-col-width-totally_excl_vat: 140px;--cit-col-width-vat: 80px;--cit-col-width-totally_incl_vat: 140px;--cit-col-width-unit: 90px;--cit-col-width-rebate_perc: 52px;--cit-columns-gap-ordinary: 20px;--cit-columns-gap-ordinary-rebate: 20px;--cit-columns-gap-advanced-unit: 20px;--cit-columns-gap-advanced-unit-rebate: 15px;--cit-columns-gap-advanced-full: 13px;--cit-columns-gap-advanced-full-rebate: 11px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){:root{--cit-col-width-article_number: 150px;--cit-col-width-product: 515px;--cit-col-width-quantity: 115px;--cit-col-width-unit_price: 125px;--cit-col-width-totally_excl_vat: 160px;--cit-col-width-vat: 90px;--cit-col-width-totally_incl_vat: 160px;--cit-col-width-unit: 100px;--cit-col-width-rebate_perc: 60px;--cit-columns-gap-ordinary: 25px;--cit-columns-gap-ordinary-rebate: 25px;--cit-columns-gap-advanced-unit: 25px;--cit-columns-gap-advanced-unit-rebate: 25px;--cit-columns-gap-advanced-full: 25px;--cit-columns-gap-advanced-full-rebate: 25px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){:root{--create-invoice-table-row-header-height: 70px}.create-invoice__invoice-table-container .table-row__input-container__vat-dropdown{width:100%;font-weight:400;outline:none;display:flex;align-items:center;gap:2px;width:125px;padding-left:0;padding-right:20px;height:var(--standard-input-height);border-radius:40px;gap:5px;justify-content:right}.create-invoice__invoice-table-container .table-row__input-container input,.create-invoice__invoice-table-container .table-row__input-container textarea{padding:0 20px;outline:none}}@media only screen and (min-width: 3430px){:root{--create-invoice-table-row-header-height: 100px}.create-invoice__invoice-table-container .table-row__input-container input,.create-invoice__invoice-table-container .table-row__input-container textarea{border-radius:35px;padding:0 10px}.create-invoice__invoice-table-container .table-row__input-container input,.create-invoice__invoice-table-container .table-row__input-container textarea{padding:0 20px;outline:none}.create-invoice__invoice-table-container .table-row__input-container__vat-dropdown{width:170px;padding-left:0;padding-right:20px;border-radius:35px;gap:10px}.create-invoice__invoice-table-container .table-text-row .table-row__input-container .table-row__product-search-field{border-radius:35px}.create-invoice__invoice-table-container .table-row .table-row__input-container .table-row__product-search-field .table-row__product-search-field__img-container{padding-right:20px}}.create-invoice__product-field{width:100%;position:relative}.create-invoice__products-list{width:100%;max-height:200px;background-color:#fff;position:absolute;top:calc(100% + 10px);left:0;border-radius:15px;box-shadow:0 0 20px #acd8ff99;z-index:1000;overflow-y:auto}.product-item{padding:8px 12px;cursor:pointer;border-bottom:1px solid #acd8ff55;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.product-item--soft-selected,.product-item:hover{background-color:#acd8ff44}.product-item:last-child{border-bottom:none}.product-item__main{display:flex;flex-direction:column;flex:1}.product-item__name{font-size:var(--font-standard);font-weight:500;margin-bottom:2px}.product-item__details{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.product-item__price{font-size:var(--font-standard);font-weight:600}.table-row__product-search-field__img-container{cursor:pointer;transition:opacity .2s ease}.table-row__product-search-field__img-container:hover{opacity:.7}.table-row__input-container__vat-dropdown{position:relative}.create-invoice__vat__dropdown.create-invoice__payment-terms__dropdown{height:max-content;width:90px}:root{--create-invoice-top-section-height: 150px;--create-invoice-bottom-section-height: 260px;--default-spacing-top-section: 10px;--create-invoice-small-spacing: 10px;--create-invoice-big-spacing: 20px;--create-invoice-large-spacing: 30px;--create-invoice-border-radius: 20px;--create-invoice-top-section-default-field-width: 135px}.create-invoice__top-section,.create-invoice__bottom-section{position:fixed;width:100%;padding:0 var(--create-invoice-big-spacing);background-color:#fff;display:flex;align-items:center;justify-content:flex-end;z-index:10}.create-invoice__top-section{z-index:11}.create-invoice__bottom-section{padding:0}.create-invoice__top-section{top:var(--dash-navbar-height);height:var(--create-invoice-top-section-height);flex-direction:column;justify-content:space-between}.create-invoice__bottom-section{bottom:0;height:var(--create-invoice-bottom-section-height);justify-content:space-between;flex-direction:column}.create-invoice__bottom-section{padding:var(--default-spacing-top-section)}.create-invoice__top-section .section-content,.create-invoice__bottom-section .section-content{width:fit-content;display:flex}.create-invoice__top-section .section-content:after,.create-invoice__bottom-section:after{content:"";position:absolute;left:2%;right:0;width:96%;height:1px}.create-invoice__top-section .section-content:after{top:var(--create-invoice-top-section-height);border-bottom:1px solid rgba(114,109,109,.2)}.create-invoice__bottom-section:after{bottom:calc(var(--create-invoice-bottom-section-height) - 2px);border-top:1px solid rgba(114,109,109,.2)}.create-invoice__top-section .create-invoice__sub-section:last-child{border-right:none}.create-invoice__top-section .create-invoice__sub-section,.create-invoice__bottom-section .create-invoice__sub-section{width:100%;padding:0 var(--create-invoice-big-spacing);padding-bottom:0;border-right:1px solid rgba(128,128,128,.2)}.create-invoice__top-section .create-invoice__sub-section:nth-child(1) .sub-section__content label>p{width:110px}.create-invoice__top-section .create-invoice__sub-section:nth-child(2) .sub-section__content label>p{width:90px}.create-invoice__top-section .create-invoice__sub-section:nth-child(3) .sub-section__content label>p{width:135px}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label>p{width:200px}.create-invoice__top-section .sub-section__content label .field{border:1px solid #acd8ff;display:flex;align-items:center;justify-content:center;border-radius:var(--create-invoice-border-radius);width:var(--create-invoice-top-section-default-field-width);height:var(--standard-input-height)}.create-invoice__bottom-section .sub-section__content label .field{border:1px solid #acd8ff;display:flex;align-items:center;justify-content:right;border-radius:0;width:135px;height:var(--standard-input-height);border:1px solid transparent}.main-display-section__create-invoice label.field__bold-green .field{font-weight:700;color:var(--green-text-color)}.main-display-section__create-invoice .sub-section__header{position:relative;border-bottom:4px solid rgba(172,216,255,.4);padding-bottom:var(--create-invoice-small-spacing);display:flex;align-items:center;justify-content:space-between}.create-invoice__top-section .sub-section__title{display:flex;align-items:flex-end;justify-content:left;gap:var(--create-invoice-small-spacing)}.create-invoice__top-section .sub-section__title img{margin-left:var(--create-invoice-small-spacing)}.create-invoice__top-section .sub-section__header img{width:var(--large-icon-width)}.create-invoice__top-section .sub-section__content{padding-top:var(--create-invoice-small-spacing)}.create-invoice__top-section .sub-section__content__1-col{display:flex;flex-direction:column;gap:var(--create-invoice-small-spacing)}.main-display-section__create-invoice .sub-section__content label{display:flex;align-items:center;justify-content:left}.main-display-section__create-invoice .create-invoice__bottom-section .sub-section__content label{padding-top:var(--create-invoice-small-spacing)}.create-invoice__top-section .sub-section__content label .icon-container,.create-invoice__top-section .sub-section__content label .tick-icon-container{width:18px;height:18px;margin-left:var(--create-invoice-small-spacing)}.tick-icon-container{position:relative}.tick-icon-container>img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:19px;height:19px}.tick-icon-container>img:last-child{width:13px;height:12px}.create-invoice__top-section .sub-section__content label .icon-container img{width:var(--large-icon-width)}.create-invoice__top-section .sub-section__content label.our-ref-label>div{width:100%;display:flex;align-items:center;justify-content:left;gap:var(--default-spacing-top-section);width:500px}.create-invoice__top-section .sub-section__content label.our-ref-label .field{width:100%;padding:0 var(--create-invoice-small-spacing);justify-content:left;padding-left:var(--default-spacing-top-section)}.create-invoice__top-section .sub-section__content label .invoice-searchbar{border:1px solid #acd8ff;border-radius:var(--create-invoice-border-radius);padding-inline:0;padding-block:0;font-weight:400;width:100%;width:500px;height:var(--standard-input-height);padding-left:var(--default-spacing-top-section);padding-right:var(--default-spacing-top-section)}.create-invoice__bottom-section .section-content{width:calc(var(--create-invoice-bottom-section-content-width) - var(--create-invoice-big-spacing));display:flex;margin:0 auto;justify-content:space-between;gap:var(--create-invoice-large-spacing)}.create-invoice__bottom-section .dash-navbar__create-invoice__button,.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{position:absolute;bottom:30px;width:211px;height:calc(var(--dashnavbar-button-height) + ((var(--dashnavbar-button-height) / 100) * 50))}.create-invoice__bottom-section .dash-navbar__create-invoice__button{left:40px}.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{right:40px}.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{right:40px}.create-invoice__bottom-section .create-invoice__sub-section{border:none;padding:0}.create-invoice__top-section .create-invoice__sub-section,.create-invoice__bottom-section .create-invoice__sub-section{padding:0 var(--default-spacing-top-section);padding-bottom:0}.create-invoice__bottom-section .create-invoice__sub-section{padding:0}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label{display:flex;align-items:center;justify-content:space-between}.bottom-section__button-container{width:100%;height:100%;display:flex;align-items:center;justify-content:left}.bottom-section__button-container-left .dash-navbar__create-invoice__button,.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{position:absolute;bottom:35px;width:180px}.bottom-section__button-container-left .dash-navbar__create-invoice__button{left:40px}.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{right:40px;height:var(--standard-button-height)}.create-invoice__bottom-section .create-invoice__sub-section{border:none;width:100%}.section-content-row{display:flex;align-items:center;justify-content:center;padding-bottom:var(--create-invoice-small-spacing);gap:var(--create-invoice-big-spacing)}.customer-info-button{width:max-content;height:var(--standard-button-height);gap:var(--create-invoice-small-spacing);padding:0 var(--create-invoice-big-spacing);display:flex;align-items:center;justify-content:center;border:1px solid white}.customer-info-button .dash-navbar__button__text{white-space:nowrap}.create-invoice__bottom-section .sub-section__content label .rebate-perc-dropdown .field{width:max-content}.create-invoice__top-section .sub-section__content label .field__paid-button{display:flex;align-items:center;justify-content:space-between;padding-left:42px;padding-right:30px;cursor:pointer;-webkit-user-select:none;user-select:none}.create-invoice__top-section .sub-section__content label .icon-container,.create-invoice__top-section .sub-section__content label .tick-icon-container{width:var(--default-icon-width);height:var(--default-icon-width)}.create-invoice__top-section .sub-section__content label .icon-container img{width:var(--default-icon-width)}.tick-icon-container>img{width:var(--default-icon-width);height:var(--default-icon-width)}.create-invoice__top-section .searchBar--search-icon{width:var(--default-icon-width)!important}.invoice-navigation{gap:var(--create-invoice-small-spacing)}.create-invoice__top-section .sub-section__content__1-col{gap:var(--default-spacing-top-section)}.customer-info-button{height:var(--standard-button-height);padding:0 var(--create-invoice-big-spacing)}.customer-info-button img{width:var(--default-icon-width)}.create-invoice__top-section .searchBar--search-icon-container{padding-right:0}.create-invoice__top-section .sub-section__content label .invoice-searchbar .search-box{padding:0}.section-content-row{padding-bottom:var(--default-spacing-top-section);gap:var(--default-spacing-top-section)}@media only screen and (min-width: 1000px) and (max-width: 1269px){:root{--create-invoice-top-section-height: 90px;--create-invoice-bottom-section-height: 155px;--default-spacing-top-section: 6px;--create-invoice-small-spacing: 5px;--create-invoice-big-spacing: 20px;--create-invoice-large-spacing: 30px;--create-invoice-border-radius: 20px;--create-invoice-top-section-default-field-width: 74px}.main-display-section__create-invoice .sub-section__header{border-bottom:2px solid rgba(172,216,255,.4)}.create-invoice__top-section .sub-section__header img{width:16px}.create-invoice__top-section .sub-section__title{gap:10px}.create-invoice__top-section .sub-section__title img{margin-left:6px}.create-invoice__top-section .sub-section__content label .field{height:var(--standard-input-height)}.create-invoice__top-section .create-invoice__sub-section:nth-child(1) .sub-section__content label>p{width:60px}.create-invoice__top-section .create-invoice__sub-section:nth-child(2) .sub-section__content label>p{width:45px}.create-invoice__top-section .create-invoice__sub-section:nth-child(3) .sub-section__content label>p{width:80px}.create-invoice__top-section .sub-section__content label .invoice-searchbar .search-box{padding:0}.create-invoice__top-section .sub-section__content label .invoice-searchbar,.create-invoice__top-section .sub-section__content label.our-ref-label>div{width:293px}.create-invoice__top-section .sub-section__content label .icon-container,.create-invoice__top-section .sub-section__content label .tick-icon-container{width:var(--default-icon-width);height:var(--default-icon-width);margin-left:3px}.tick-icon-container>img{width:var(--default-icon-width);height:var(--default-icon-width)}.tick-icon-container>img:last-child{width:11px;height:10px}.create-invoice__top-section .sub-section__content label .field.field__paid-button{padding-left:20px;padding-right:20px}.bottom-section__button-container-left .dash-navbar__create-invoice__button,.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{bottom:35px;width:130px}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label>p{width:100px}.create-invoice__top-section .searchBar--search-icon{width:var(--default-icon-width)!important}.create-invoice__bottom-section .dash-navbar__create-invoice__button,.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{width:120px;bottom:10px}.create-invoice__bottom-section .dash-navbar__create-invoice__button{left:10px}.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{right:10px}.create-invoice__bottom-section .section-content{gap:10px}.create-invoice__bottom-section .sub-section__content label .field{width:100px}.create-invoice__bottom-section{padding:10px 0}}@media only screen and (min-width: 1000px) and (orientation: portrait){:root{--create-invoice-top-section-height: 140px;--create-invoice-bottom-section-height: 250px;--default-spacing-top-section: 8px;--create-invoice-small-spacing: 5px;--create-invoice-big-spacing: 20px;--create-invoice-large-spacing: 30px;--create-invoice-border-radius: 20px}.main-display-section__create-invoice .create-invoice__top-section__secondary-layout .sub-section__header{margin-top:var(--default-spacing-top-section);height:var(--standard-input-height)}.create-invoice__top-section__secondary-layout label .icon-container,.create-invoice__top-section__secondary-layout label .tick-icon-container{width:0;height:0;margin-left:0}.create-invoice__top-section__secondary-layout .create-invoice__sub-section:nth-child(1) .sub-section__content label>p{width:90px}.create-invoice__top-section__secondary-layout .create-invoice__sub-section:nth-child(2) .sub-section__content label>p{width:65px}.create-invoice__top-section__secondary-layout .create-invoice__sub-section:nth-child(3) .sub-section__content label>p{width:120px}.create-invoice__top-section__secondary-layout .sub-section__content label .field{width:110px;height:var(--standard-input-height)}.create-invoice__top-section__secondary-layout .sub-section__content label .icon-container,.create-invoice__top-section__secondary-layout .sub-section__content label .tick-icon-container{width:var(--default-icon-width)}.create-invoice__top-section__secondary-layout .sub-section__content label .tick-icon-container{width:0}.create-invoice__top-section__secondary-layout .sub-section__header img{width:var(--default-icon-width)}.create-invoice__top-section__secondary-layout .sub-section__content label .invoice-searchbar{width:430px}.create-invoice__top-section__secondary-layout .sub-section__content label.our-ref-label>div{width:430px}.create-invoice__top-section__secondary-layout .customer-info-button{width:300px}.create-invoice__top-section__secondary-layout .create-invoice__sub-section:nth-child(2) .sub-section__content .section-content-row{justify-content:space-between;width:495px}.create-invoice__top-section__secondary-layout .create-invoice__sub-section:nth-child(2) .sub-section__content label.create-invoice__secondary-layout__mid-input>p{width:100px;gap:0}.create-invoice__bottom-section .section-content{gap:20px;width:100%;padding:0 250px 0 30px}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label>p{width:143px}.create-invoice__bottom-section{padding:15px 0}.create-invoice__bottom-section .dash-navbar__create-invoice__button,.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{width:170px;bottom:30px;height:calc(var(--dashnavbar-button-height) + ((var(--dashnavbar-button-height) / 100) * 33));gap:5px;right:10px}.create-invoice__bottom-section .dash-navbar__create-invoice__button{left:auto;bottom:calc(30px + 15px + var(--dashnavbar-button-height) + ((var(--dashnavbar-button-height) / 100) * 30));padding-right:0}}@media only screen and (min-width: 1270px) and (max-width: 1389px){:root{--create-invoice-top-section-height: 120px;--create-invoice-bottom-section-height: 200px;--default-spacing-top-section: 10px;--create-invoice-small-spacing: 10px;--create-invoice-big-spacing: 20px;--create-invoice-large-spacing: 30px;--create-invoice-border-radius: 20px;--create-invoice-top-section-default-field-width: 95px}.create-invoice__top-section .sub-section__header img{width:18px}.create-invoice__top-section .create-invoice__sub-section:nth-child(1) .sub-section__content label>p{width:72px}.create-invoice__top-section .create-invoice__sub-section:nth-child(2) .sub-section__content label>p{width:53px}.create-invoice__top-section .create-invoice__sub-section:nth-child(3) .sub-section__content label>p{width:95px}.create-invoice__top-section .sub-section__content label .invoice-searchbar,.create-invoice__top-section .sub-section__content label.our-ref-label>div{width:356px}.create-invoice__top-section .sub-section__content label .icon-container,.create-invoice__top-section .sub-section__content label .tick-icon-container{margin-left:5px}.tick-icon-container>img:last-child{width:11px;height:10px}.create-invoice__bottom-section .section-content{padding:0}.create-invoice__top-section .sub-section__content label .field.field__paid-button{padding-left:20px;padding-right:20px}.bottom-section__button-container-left .dash-navbar__create-invoice__button,.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{bottom:35px;width:150px}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label>p{width:110px}.create-invoice__top-section .searchBar--search-icon{width:var(--default-icon-width)!important}.create-invoice__bottom-section .dash-navbar__create-invoice__button,.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{width:145px;bottom:20px}.create-invoice__bottom-section .dash-navbar__create-invoice__button{left:20px}.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{right:20px}.create-invoice__bottom-section{padding:10px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){:root{--create-invoice-top-section-height: 135px;--create-invoice-bottom-section-height: 220px;--default-spacing-top-section: 10px;--create-invoice-small-spacing: 10px;--create-invoice-big-spacing: 20px;--create-invoice-large-spacing: 30px;--create-invoice-border-radius: 20px;--create-invoice-top-section-default-field-width: 95px}.create-invoice__top-section .sub-section__header img{width:22px}.create-invoice__top-section .sub-section__content label .field{height:var(--standard-input-height)}.create-invoice__top-section .create-invoice__sub-section:nth-child(1) .sub-section__content label>p{width:78px}.create-invoice__top-section .create-invoice__sub-section:nth-child(2) .sub-section__content label>p{width:60px}.create-invoice__top-section .create-invoice__sub-section:nth-child(3) .sub-section__content label>p{width:105px}.create-invoice__top-section .sub-section__content label .invoice-searchbar,.create-invoice__top-section .sub-section__content label.our-ref-label>div{width:390px}.create-invoice__top-section .sub-section__content label .icon-container,.create-invoice__top-section .sub-section__content label .tick-icon-container{width:16px;height:16px;margin-left:5px}.create-invoice__top-section .sub-section__content label .icon-container img{width:var(--default-icon-width)}.tick-icon-container>img{width:16px;height:16px}.tick-icon-container>img:last-child{width:11px;height:10px}.section-content-row{gap:15px}.create-invoice__top-section .sub-section__content label .field.field__paid-button{padding-left:20px;padding-right:20px}.bottom-section__button-container-left .dash-navbar__create-invoice__button,.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{bottom:35px;width:150px}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label>p{width:max-content}.create-invoice__bottom-section .dash-navbar__create-invoice__button,.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{width:168px;bottom:20px}.create-invoice__bottom-section .dash-navbar__create-invoice__button{left:30px}.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{right:30px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){:root{--create-invoice-top-section-height: 144px;--create-invoice-bottom-section-height: 230px;--default-spacing-top-section: 10px;--create-invoice-small-spacing: 10px;--create-invoice-big-spacing: 20px;--create-invoice-large-spacing: 30px;--create-invoice-border-radius: 20px;--create-invoice-top-section-default-field-width: 115px}.create-invoice__top-section .sub-section__content label .field{width:115px}.create-invoice__top-section .create-invoice__sub-section:nth-child(1) .sub-section__content label>p{width:90px}.create-invoice__top-section .create-invoice__sub-section:nth-child(2) .sub-section__content label>p{width:70px}.create-invoice__top-section .create-invoice__sub-section:nth-child(3) .sub-section__content label>p{width:112px}.create-invoice__top-section .sub-section__content label .invoice-searchbar{width:425px}.create-invoice__top-section .sub-section__content label .invoice-searchbar .search-box div img.searchBar--search-icon{width:100px}.create-invoice__top-section .sub-section__content label.our-ref-label>div{display:flex;align-items:center;justify-content:left;gap:20px;width:425px}.create-invoice__top-section .create-invoice__sub-section,.create-invoice__bottom-section .create-invoice__sub-section{padding:0 20px}.create-invoice__bottom-section .create-invoice__sub-section{padding:0}.create-invoice__top-section .sub-section__content label .icon-container,.create-invoice__top-section .sub-section__content label .tick-icon-container{width:16px;height:16px;margin-left:5px}.section-content-row{padding-bottom:10px;gap:20px}.create-invoice__top-section .sub-section__content label .field.field__paid-button{padding-left:35px;padding-right:25px}.bottom-section__button-container-left .dash-navbar__create-invoice__button,.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{bottom:35px}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label>p{width:130px}.create-invoice__bottom-section .dash-navbar__create-invoice__button,.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{position:absolute;bottom:20px;width:177px}.create-invoice__bottom-section:after{bottom:calc(var(--create-invoice-bottom-section-height) - 4px)}.create-invoice__top-section .sub-section__header img{width:26px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){:root{--create-invoice-top-section-height: 155px}.create-invoice__top-section .sub-section__header img{width:32px}.create-invoice__top-section .sub-section__title{gap:var(--default-spacing-top-section)}.create-invoice__top-section .sub-section__title img{margin-left:var(--default-spacing-top-section)}.create-invoice__bottom-section:after{bottom:calc(var(--create-invoice-bottom-section-height) - 4px)}}@media only screen and (min-width: 2550px) and (max-width: 3429px){:root{--create-invoice-top-section-height: 210px;--default-spacing-top-section: 20px;--create-invoice-bottom-section-height: 320px;--create-invoice-top-section-default-field-width: 170px}.create-invoice__top-section .sub-section__content{padding-top:var(--default-spacing-top-section);gap:var(--default-spacing-top-section)}.invoice-navigation{gap:5px}.create-invoice__top-section .sub-section__header img{width:36px}.create-invoice__top-section .sub-section__title{gap:15px}.create-invoice__top-section .sub-section__title img{margin-left:10px}.create-invoice__top-section .sub-section__content label .field{border-radius:40px}.create-invoice__top-section .create-invoice__sub-section:nth-child(1) .sub-section__content label>p{width:150px}.create-invoice__top-section .create-invoice__sub-section:nth-child(2) .sub-section__content label>p{width:120px}.create-invoice__top-section .create-invoice__sub-section:nth-child(3) .sub-section__content label>p{width:190px}.create-invoice__top-section .sub-section__content label .invoice-searchbar .search-box{padding:0}.create-invoice__top-section .sub-section__content label .invoice-searchbar{width:680px}.create-invoice__top-section .sub-section__content label.our-ref-label>div{width:680px}.create-invoice__top-section .sub-section__content label.our-ref-label .field{padding-left:10px;padding-left:var(--default-spacing-top-section)}.tick-icon-container>img:last-child{width:24px;height:18px}.create-invoice__top-section .sub-section__content label .field.field__paid-button{padding-left:40px;padding-right:35px}.bottom-section__button-container-left .dash-navbar__create-invoice__button,.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{bottom:35px;width:320px}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label>p{width:220px}.create-invoice__bottom-section .dash-navbar__create-invoice__button,.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{width:260px}.create-invoice__bottom-section .section-content{width:calc(var(--create-invoice-bottom-section-content-width) - 40px);justify-content:space-between;gap:60px}}@media only screen and (min-width: 3430px){:root{--create-invoice-top-section-height: 295px;--default-spacing-top-section: 30px;--create-invoice-bottom-section-height: 500px;--create-invoice-top-section-default-field-width: 250px}.create-invoice__top-section .sub-section__content{padding-top:var(--default-spacing-top-section);gap:var(--default-spacing-top-section)}.invoice-navigation{gap:5px}.create-invoice__top-section .sub-section__header img{width:55px}.create-invoice__top-section .sub-section__title{gap:var(--default-spacing-top-section)}.create-invoice__top-section .sub-section__title img{margin-left:var(--default-spacing-top-section)}.create-invoice__top-section .sub-section__content label .field{border-radius:40px}.customer-info-button{height:var(--standard-button-height);padding:0 30px;gap:20px}.customer-info-button img{width:var(--default-icon-width)}.create-invoice__top-section .create-invoice__sub-section:nth-child(1) .sub-section__content label>p{width:190px}.create-invoice__top-section .create-invoice__sub-section:nth-child(2) .sub-section__content label>p{width:160px}.create-invoice__top-section .create-invoice__sub-section:nth-child(3) .sub-section__content label>p{width:250px}.create-invoice__top-section .sub-section__content label .invoice-searchbar .search-box{padding:10px}.create-invoice__top-section .sub-section__content label .invoice-searchbar{width:940px;padding-left:20px;border-radius:40px}.create-invoice__top-section .sub-section__content label.our-ref-label>div{width:940px;gap:var(--default-spacing-top-section)}.create-invoice__top-section .sub-section__content label.our-ref-label .field{padding-left:20px}.create-invoice__top-section .create-invoice__sub-section,.create-invoice__bottom-section .create-invoice__sub-section{padding:0 var(--default-spacing-top-section);padding-bottom:0}.create-invoice__bottom-section .create-invoice__sub-section{padding:0}.create-invoice__top-section .sub-section__content label .icon-container,.create-invoice__top-section .sub-section__content label .tick-icon-container{margin-left:15px}.tick-icon-container>img:last-child{width:24px;height:18px}.create-invoice__bottom-section .section-content{padding:0;gap:60px}.create-invoice__top-section .sub-section__content label .field.field__paid-button{padding-left:40px;padding-right:35px}.bottom-section__button-container-left .dash-navbar__create-invoice__button,.bottom-section__button-container-right .dash-navbar__create-invoice__print-button{bottom:35px;width:320px}.create-invoice__bottom-section .section-content .create-invoice__sub-section{width:100%}.create-invoice__bottom-section .create-invoice__sub-section .sub-section__content label>p{width:100px}.main-display-section__create-invoice .create-invoice__bottom-section .sub-section__content label{padding-top:var(--default-spacing-top-section)}.create-invoice__top-section .searchBar--search-icon-container{padding-right:20px}.create-invoice__top-section .sub-section__content label .invoice-searchbar .search-box{padding:0}.create-invoice__bottom-section .sub-section__content label .field{width:200px}.create-invoice__bottom-section .dash-navbar__create-invoice__button,.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{bottom:40px;width:365px;border-radius:40px}.create-invoice__bottom-section .dash-navbar__create-invoice__button{left:60px}.create-invoice__bottom-section .dash-navbar__create-invoice__print-button{right:60px}}.create-invoice__top-section .sub-section__content label .field.payment-terms{position:relative}.create-invoice__top-section .sub-section__content label .field input{width:100%;text-align:center;height:100%;outline:none;border:none}.create-invoice__payment-terms__dropdown{background-color:#fff;position:absolute;top:calc(100% + var(--default-spacing-top-section));left:50%;transform:translate(-50%);height:calc((var(--standard-input-height) * 15) - 2px);overflow:scroll;z-index:1;width:var(--create-invoice-top-section-default-field-width);box-shadow:0 0 20px #acd8ff99;border-radius:15px}.create-invoice__payment-terms__dropdown p{padding:4px;display:flex;align-items:center;justify-content:center;height:var(--standard-input-height);border-bottom:1px solid #acd8ff55}.create-invoice__payment-terms__dropdown p.selected{background-color:#3b82f6;color:#fff}.create-invoice__payment-terms__dropdown p:not(.selected):hover{background-color:#acd8ff44}.create-invoice__payment-terms__dropdown p:last-child{border:none}@media only screen and (min-width: 1000px) and (orientation: portrait){.create-invoice__payment-terms__dropdown{width:110px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.create-invoice__payment-terms__dropdown{border-radius:35px}}@media only screen and (min-width: 3430px){.create-invoice__payment-terms__dropdown{border-radius:35px}}:root{--rebate-dropdown-width: 90px}.create-invoice__bottom-section .rebate-perc-dropdown{width:var(--rebate-dropdown-width);border:1px solid #acd8ff;border-radius:20px;padding-left:10px;padding-right:10px;font-weight:400;height:var(--standard-input-height);outline:none;display:flex;align-items:center;justify-content:right;transform:translate(10px);position:relative}.create-invoice__bottom-section .rebate-perc-dropdown .icon-container{height:100%;display:flex;align-items:center;justify-content:center}.create-invoice__bottom-section .rebate-perc-dropdown .icon-container,.create-invoice__bottom-section .rebate-perc-dropdown .icon-container img{width:var(--default-icon-width);height:auto}.create-invoice__rebate__dropdown{width:var(--rebate-dropdown-width)}.create-invoice__payment-terms__dropdown.create-invoice__rebate__dropdown{top:calc((14 * var(--standard-input-height) * -1) - var(--default-spacing-top-section));bottom:0;left:50%;height:max-content}@media only screen and (min-width: 1000px) and (max-width: 1269px){:root{--rebate-dropdown-width: 54px}.create-invoice__bottom-section .rebate-perc-dropdown{padding-left:0;padding-right:5px;height:var(--standard-input-height);transform:translate(0);justify-content:right}}@media only screen and (min-width: 1000px) and (orientation: portrait){:root{--rebate-dropdown-width: 80px}.create-invoice__bottom-section .rebate-perc-dropdown{padding-left:0;padding-right:10px;height:var(--standard-input-height);transform:translate(10px);gap:5px;justify-content:right}.create-invoice__bottom-section .rebate-perc-dropdown .icon-container,.create-invoice__bottom-section .rebate-perc-dropdown .icon-container img{width:var(--default-icon-width)}}@media only screen and (min-width: 1270px) and (max-width: 1389px){:root{--rebate-dropdown-width: 63px}.create-invoice__bottom-section .rebate-perc-dropdown{padding-right:5px;transform:translate(10px);gap:5px;justify-content:right}}@media only screen and (min-width: 1390px) and (max-width: 1589px){:root{--rebate-dropdown-width: 80px}.create-invoice__bottom-section .rebate-perc-dropdown{padding-left:15px;padding-right:10px;transform:translate(10px)}}@media only screen and (min-width: 2550px) and (max-width: 3429px){:root{--rebate-dropdown-width: 125px}.create-invoice__bottom-section .rebate-perc-dropdown{padding-left:0;padding-right:20px;height:var(--standard-input-height);border-radius:40px;gap:5px;justify-content:right}}@media only screen and (min-width: 3430px){:root{--rebate-dropdown-width: 170px}.create-invoice__bottom-section .rebate-perc-dropdown{padding-left:0;padding-right:20px;border-radius:35px;gap:10px;justify-content:right}.create-invoice__bottom-section .rebate-perc-dropdown .icon-container,.create-invoice__bottom-section .rebate-perc-dropdown .icon-container img{width:var(--default-icon-width);height:auto}.create-invoice__bottom-section .rebate-perc-dropdown{padding-left:0;padding-right:20px;border-radius:40px;gap:10px;justify-content:right}}:root{--create-invoice-customer-info-popup-padding-top: 20px;--create-invoice-customer-info-popup-padding-side: 50px;--create-invoice-customer-info-popup-label-width: 100px;--create-invoice-customer-info-popup-field-width: 350px;--create-invoice-customer-info-popup-field-width-postal: 90px;--create-invoice-customer-info-popup-label-width-city: 60px}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:12;display:flex;align-items:center;justify-content:center}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .create-invoice__customer-info__mobile-item-menu__dropdown-menu{width:calc(var(--create-invoice-customer-info-popup-label-width) + var(--create-invoice-customer-info-popup-field-width) + (2 * var(--create-invoice-customer-info-popup-padding-side)) + 10px);padding-inline:0;padding-block:0;padding:var(--create-invoice-customer-info-popup-padding-top) var(--create-invoice-customer-info-popup-padding-side);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:max-content;min-height:max-content;max-height:max-content}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__field-container{display:flex;align-items:center;justify-content:left;padding-top:calc(var(--default-spacing-top-section) + 10px)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__label{width:var(--create-invoice-customer-info-popup-label-width)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__field{height:var(--standard-input-height);width:var(--create-invoice-customer-info-popup-field-width);border:1px solid rgba(172,216,255,.4);border-radius:35px;display:flex;align-items:center;justify-content:left;padding:0 12px}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__field__customer-number{width:var(--create-invoice-customer-info-popup-field-width-postal)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container button.customer-info__field{background-color:#fff;border:1px solid white;display:flex;align-items:center;justify-content:center;width:calc(100% - 10px);box-shadow:#acd8ff99 0 0 20px;gap:10px;cursor:pointer}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__field img{width:var(--default-icon-width)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__field::placeholder{color:var(--40percent)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .create-invoice__customer-info__mobile-item-menu__dropdown-menu .customer-info__fields .line{width:100%;height:1px;background-color:#acd8ff66;margin:calc(var(--default-spacing-top-section) + 10px) auto}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__fields__2-col{width:100%;display:flex;align-items:center;justify-content:left}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__fields__2-col .customer-info__field-container:nth-child(1) .customer-info__field{width:var(--create-invoice-customer-info-popup-field-width-postal)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__fields__2-col .customer-info__field-container:nth-child(2) .customer-info__field{width:calc(var(--create-invoice-customer-info-popup-field-width) - var(--create-invoice-customer-info-popup-field-width-postal) - var(--create-invoice-customer-info-popup-label-width-city))}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__fields .customer-info__field-container .use-customer-number-fields{display:flex;width:var(--create-invoice-customer-info-popup-field-width);min-width:var(--create-invoice-customer-info-popup-field-width);max-width:var(--create-invoice-customer-info-popup-field-width);align-items:center;justify-content:left}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__fields .customer-info__field-container .use-customer-number-fields .customer-info__field.use-customer-number{width:calc(var(--create-invoice-customer-info-popup-field-width) / 2)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__fields__2-col .customer-info__field-container:nth-child(2) .customer-info__label{width:var(--create-invoice-customer-info-popup-label-width-city);display:flex;align-items:center;justify-content:center}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__field-container__use-delivery-address{display:flex;align-items:center;justify-content:space-between;padding-right:10px}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__field-container__use-delivery-address .customer-info__buttons{display:flex;align-items:center;justify-content:left;gap:20px}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__field-container__use-delivery-address .customer-info__label{width:max-content}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__buttons button{height:var(--standard-input-height);outline:none;border:1px solid white;border-radius:35px;display:flex;align-items:center;justify-content:center;width:var(--small-button-width);background-color:#fff;box-shadow:0 0 20px #acd8ff99;cursor:pointer;color:var(--40percent)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__buttons button.selected{border:1px solid #25bbff}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__bottom-buttons{display:flex;align-items:center;justify-content:center;gap:50px}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__bottom-buttons button{color:var(--dark-blue-button);height:var(--standard-input-height);outline:none;border:1px solid white;border-radius:35px;display:flex;align-items:center;justify-content:center;width:var(--small-button-width);background-color:#fff;box-shadow:0 0 20px #acd8ff99;cursor:pointer;color:var(--blue-button)}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .customer-info__bottom-buttons button.blue-button{height:calc(var(--standard-input-height));outline:none;border:1px solid var(--dark-blue-button);border-radius:35px;display:flex;align-items:center;justify-content:center;width:max-content;width:var(--small-button-width);background-color:#fff;cursor:pointer;background-color:var(--dark-blue-button);color:#fff;padding:0 30px}.create-invoice__customer-info__mobile-item-menu__dropdown-menu__container .invoice-searchbar{height:var(--standard-input-height);width:var(--create-invoice-customer-info-popup-field-width)}@media only screen and (min-width: 1000px) and (max-width: 1269px){:root{--create-invoice-customer-info-popup-padding-side: 50px;--create-invoice-customer-info-popup-label-width: 100px;--create-invoice-customer-info-popup-field-width: 290px;--create-invoice-customer-info-popup-field-width-postal: 80px;--create-invoice-customer-info-popup-label-width-city: 40px}}@media only screen and (min-width: 1000px) and (orientation: portrait){:root{--create-invoice-customer-info-popup-padding-side: 50px;--create-invoice-customer-info-popup-label-width: 100px;--create-invoice-customer-info-popup-field-width: 400px;--create-invoice-customer-info-popup-field-width-postal: 105px;--create-invoice-customer-info-popup-label-width-city: 60px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){:root{--create-invoice-customer-info-popup-padding-side: 50px;--create-invoice-customer-info-popup-label-width: 120px;--create-invoice-customer-info-popup-field-width: 330px;--create-invoice-customer-info-popup-field-width-postal: 90px;--create-invoice-customer-info-popup-label-width-city: 40px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){:root{--create-invoice-customer-info-popup-padding-side: 50px;--create-invoice-customer-info-popup-label-width: 130px;--create-invoice-customer-info-popup-field-width: 350px;--create-invoice-customer-info-popup-field-width-postal: 90px;--create-invoice-customer-info-popup-label-width-city: 55px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){:root{--create-invoice-customer-info-popup-padding-side: 50px;--create-invoice-customer-info-popup-label-width: 140px;--create-invoice-customer-info-popup-field-width: 380px;--create-invoice-customer-info-popup-field-width-postal: 90px;--create-invoice-customer-info-popup-label-width-city: 55px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){:root{--create-invoice-customer-info-popup-padding-side: 50px;--create-invoice-customer-info-popup-label-width: 170px;--create-invoice-customer-info-popup-field-width: 440px;--create-invoice-customer-info-popup-field-width-postal: 115px;--create-invoice-customer-info-popup-label-width-city: 65px}}@media only screen and (min-width: 2550px) and (max-width: 3429px){:root{--create-invoice-customer-info-popup-padding-top: 50px;--create-invoice-customer-info-popup-padding-side: 80px;--create-invoice-customer-info-popup-label-width: 220px;--create-invoice-customer-info-popup-field-width: 550px;--create-invoice-customer-info-popup-field-width-postal: 140px;--create-invoice-customer-info-popup-label-width-city: 65px}}@media only screen and (min-width: 3430px){:root{--create-invoice-customer-info-popup-padding-top: 50px;--create-invoice-customer-info-popup-padding-side: 100px;--create-invoice-customer-info-popup-label-width: 300px;--create-invoice-customer-info-popup-field-width: 720px;--create-invoice-customer-info-popup-field-width-postal: 180px;--create-invoice-customer-info-popup-label-width-city: 150px}}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup{width:540px;padding:20px 50px}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup .mobile-item-menu__dropdown-menu__item label{padding-left:11px;padding-bottom:5px;display:block}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup .mobile-item-menu__dropdown-menu__item{padding-bottom:15px}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup .buttons{display:flex;align-items:center;justify-content:center;gap:50px}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup .buttons button{padding-block:8px;padding-inline:40px;border-radius:40px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color);cursor:pointer;font-size:1rem;font-weight:400;width:150px;border:1px solid transparent;display:flex;justify-content:center;height:var(--standard-button-height);width:var(--small-button-width);padding:0;align-items:center}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup>h2{font-size:var(--font-subtitle);font-weight:400;text-align:center;color:red}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup .close-icon,.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup .close-icon img{width:var(--close-icon-width)}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup .close-icon{right:25px;top:15px;position:absolute;cursor:pointer}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup .information-text{text-align:center;padding-bottom:15px;font-size:var(--font-standard)}.mobile-item-menu__dropdown-menu__create-invoice-expanded-popup button.blue-button{height:calc(var(--standard-input-height));outline:none;border:1px solid var(--dark-blue-button);border-radius:35px;display:flex;align-items:center;justify-content:center;width:var(--small-button-width);background-color:#fff;cursor:pointer;background-color:var(--dark-blue-button);color:#fff;padding:0 30px}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup{width:410px}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup .mobile-item-menu__dropdown-menu__item{width:100%}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup .date-item-container{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup .date-item-container .icon-container img{width:var(--default-icon-width)}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup .date-item-container .pricelist-item{width:100%}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup .date-item-container .pricelist-item input{cursor:pointer}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup .mobile-item-menu__dropdown-menu__item .field__paid-button{width:110px;min-width:110px;display:flex;height:var(--standard-input-height);align-items:center;justify-content:space-between;border-radius:40px;border:1px solid #acd8ff99;font-weight:400;padding:0 20px;margin-bottom:10px}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup .mobile-item-menu__dropdown-menu__item .field__paid-button p{width:max-content;border:none;padding:0}.mobile-item-menu__dropdown-menu__create-invoice-invoice-info-popup .pricelist-item{height:var(--standard-input-height);padding-top:0;padding-bottom:0;display:flex}.create-invoice__new-invoice-popup{background-color:#fff;min-width:800px;max-width:85vw;max-height:95vh;overflow-y:scroll;padding:20px 40px 30px;border-radius:var(--popup-radius);box-shadow:0 4px 30px #acd8ffcc}.create-invoice__new-invoice-popup .popup-heading p{font-size:var(--font-title);font-weight:400;color:var(--heading)}.create-invoice__new-invoice-popup .modal__popup__close-button-div img{position:absolute;right:var(--popup-close-icon-right);top:var(--popup-close-icon-top)}.modal__popup__close-button-div{padding:0}.create-invoice__new-invoice-popup *{margin:0;padding:0}.popup-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding-top:30px}.popup-content__row{display:flex;justify-content:space-between;gap:40px}.popup-content__row-button{background-color:#fff;box-shadow:0 0 20px #acd8ff99;border:1px solid #25bbff;transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;cursor:pointer;font-size:1rem;font-weight:400;border:1px solid transparent;width:350px;height:calc(var(--standard-button-height) * 2);display:inline-flex;align-items:center;justify-content:center;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.popup-content__row-text{width:400px;height:80px}.popup-content__row-text h2{font-size:var(--font-standard);font-weight:400}.popup-content__row-text p{font-size:var(--font-small);padding-top:5px}.customerlist-print-page{display:flex;flex-direction:column;min-width:1000px;min-width:100%;height:100svh;justify-content:flex-start;align-items:center;gap:20px;margin:0 auto}.print-customerlist-page_pdf-options{display:flex;align-items:center}.print-customerlist-page_pdf-options__fixed-container{padding-top:15px}.print-customerlist-page_options-container{box-shadow:0 0 20px #acd8ff99;border-radius:20px;padding:20px 40px;color:var(--90percent);font-weight:500;position:relative;pointer-events:auto;max-height:calc(100svh - 40px);overflow:auto;background:#fff}.print-customerlist-page_options-text{text-align:center;font-size:var(--font-subtitle);padding-bottom:10px;border-bottom:1px solid #eaeaea;margin-bottom:20px}.print-customerlist-page_options-list{display:flex;flex-direction:row;gap:15px;margin:20px 0 0}.print-customerlist-page_options-list__item{display:flex;align-items:center;justify-content:center;padding:0;text-align:center;width:200px;background:none;box-shadow:0 0 20px #acd8ff99;border-radius:50px;gap:20px;height:45px;cursor:pointer;font-size:var(--font-standard);height:var(--standard-button-height)}@media (max-width: 674px){.print-customerlist-page_options-list__item{display:flex;justify-content:space-between;width:150px;align-items:center;padding-left:16px;position:relative}}.print-customer-list_img{width:var(--default-icon-width);max-height:100%}@media (max-width: 674px){.print-customer-list_img{position:absolute;top:50%;right:10px;transform:translate(-50%,-50%)}}.print-customer-list__download-pdf-icon{width:calc(var(--default-icon-width) - 4px);max-height:100%;height:auto;right:14px}.print-customerlist-page_pdf-viewer{height:100%;width:100%;padding:20px 0}.customerlist-print-page .react-pdf__Document{width:fit-content;height:595px}.react-pdf__Page{border:1px solid #e9f2fa;box-shadow:0 0 20px #acd8ff99;border-radius:30px;overflow-x:visible;margin-bottom:10px}.page-container{margin-bottom:20px;display:flex;justify-content:center;align-items:center}@media (max-width: 674px){.customerlist-print-page .react-pdf__Document{width:600px;height:595px}.print-customerlist-page_options-list__item{width:150px;position:relative;justify-content:flex-start;padding:0 0 0 15px}.print-customer-list_img{position:absolute;top:50%;right:5px;transform:translate(-50%,-50%)}.print-customer-list__download-pdf-icon{right:9px}.print-customerlist-page_options-list{flex-direction:column;gap:20px;margin:20px 0}.print-customerlist-page_options-container{margin:auto;padding-bottom:10px}}@media (min-width: 675px) and (max-width: 889px){.customerlist-print-page .react-pdf__Document{width:600px;height:595px}.print-customerlist-page_options-container{padding:10px 0}.print-customerlist-page_options-list{margin:20px 10px}}@media (min-width: 900px) and (max-width: 999px){.customerlist-print-page .react-pdf__Document{width:700px;height:595px}}@media (min-width: 1000px) and (max-width: 1269px){.customerlist-print-page .react-pdf__Document{width:800px;height:595px}}@media (min-width: 1270px) and (max-width: 1389px){.customerlist-print-page .react-pdf__Document{width:1000px;height:595px}}@media (min-width: 1390px) and (max-width: 1589px){.customerlist-print-page .react-pdf__Document{width:1100px;height:595px}}@media (min-width: 1590px) and (max-width: 1909px){.customerlist-print-page .react-pdf__Document{width:1300px;height:595px}}@media (min-width: 1910px) and (max-width: 2549px){.customerlist-print-page .react-pdf__Document{width:1400px;height:595px}}@media (min-width: 2550px) and (max-width: 3429px){.customerlist-print-page .react-pdf__Document{width:1400px;height:595px}}@media (min-width: 3430px){.customerlist-print-page .react-pdf__Document{width:1400px;height:595px}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: portrait){.print-customerlist-page_options-list{display:flex;flex-direction:row;gap:15px}}@media only screen and (min-width: 900) and (max-width: 999px) and (orientation: portrait){.print-customerlist-page_options-list{display:flex;flex-direction:row;gap:15px}}:root{--10percent: rgba(0, 0, 0, .1);--20percent: rgba(0, 0, 0, .2);--40percent: #999999;--50percent: rgba(0, 0, 0, .5);--60percent: rgba(0, 0, 0, .6);--90percent: #1a1a1a;--80percent: #333333;--blue-button: #0f7ee9;--blue-button-focus: #00a3ff;--dark-blue-button: #3463e4;--heading: #0f7ee9;--blue-text-color: #0f7ee8;--red-text-color: #ff6174;--light-red-text-color: rgba(255, 97, 116, .17);--green-text-color: #27cf96;--light-green-text-color: rgba(39, 207, 150, .17);--blue-invoice-color: #25bbff;--light-blue-invoice-color: rgba(172, 216, 255, .6);--yellow-text-color: #ffad6b;--shadow-color: #acd8ff;--90percent-shadow-color: #acd8ff99;--10percent-shadow-color: #acd8ff11;--40percent-shadow-color: #acd8ff44;--70percent-shadow-color: #acd8ff77}html{--font-title: 18px;--font-subtitle: 13px;--font-standard: 13px;--font-small: 11px;--dash-navbar-height: 50px;--dashnavbar-button-height: 34px;--menubar-width: 230px;--small-button-width: 100px;--middle-button-width: 107px;--bigger-button-width: 115px;--standard-button-height: 30px;--standard-input-height: 30px;--small-button-height: 28px;--small-input-height: 28px;--small-icon-width: 12px;--default-icon-width: 13px;--large-icon-width: 40px;--bigger-icon-width: 13px;--close-icon-width: 18px;--arrow-icon-width: 30px;--standard-confirmation-popup-width: 490px;--wider-confirmation-popup-width: 550px;--small-close-popup-width: 530px;--wider-close-popup-width: 600px;--wider-error-popup-width: 600px;--advanced-mode-popup-width: 850px;font-size:var(--font-standard)}.mobile-menubar{width:var(--menubar-width)}.main-container--menubar-on{padding-inline:2%}.main-container--menubar-off{width:100%;padding-inline:1.5%}@media only screen and (max-width: 675px){html{--font-title: 17px;--font-subtitle: 15px;--font-standard: 13px;--font-small: 12px;--dash-navbar-height: 50px;--dashnavbar-button-height: 34px;--menubar-width: 230px;--small-button-width: 90px;--middle-button-width: 97px;--bigger-button-width: 105px;--standard-button-height: 30px;--standard-input-height: 30px;--small-button-height: 28px;--small-input-height: 28px;--small-icon-width: 20px;--default-icon-width: 22px;--large-icon-width: 40px;--bigger-icon-width: 22px;--close-icon-width: 18px;--arrow-icon-width: 30px;--popup-close-icon-right: 20px;--popup-close-icon-top: 10px;--small-confirmation-popup-width: 310px;--wider-confirmation-popup-width: 340px;--small-close-popup-width: 310px;--wider-close-popup-width: 350px;--buyit-popup-width: 350px;--advanced-mode-popup-width: 590px;--popup-radius: 25px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 20px;--popup-padding-top: 5px;--popup-padding-bottom: 6px;--popup-text-margin-top: 4px;--popup-text-margin-bottom: 11px;--popup-button-section-margin-block: 14px;--popup-buttons-gap: 38px;--buy-it-popup-text-padding-inline: 14px;--input-fields-padding-inline: 10px}.dash-navbar,.dash-navbar__section{height:var(--dash-navbar-height)}.full-screen{overflow:auto;height:100%}.main-display-section{height:auto;min-height:calc(100dvh - var(--dash-navbar-height))}.main-container--menubar-off{padding-top:10px;height:auto}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: landscape){html{--font-title: 18px;--font-subtitle: 16px;--font-standard: 14px;--font-small: 13px;--dash-navbar-height: 50px;--dashnavbar-button-height: 34px;--menubar-width: 250px;--small-button-width: 100px;--middle-button-width: 107px;--bigger-button-width: 115px;--standard-input-height: 30px;--standard-button-height: 30px;--small-button-height: 28px;--small-input-height: 28px;--small-icon-width: 20px;--default-icon-width: 22px;--large-icon-width: 40px;--bigger-icon-width: 22px;--close-icon-width: 18px;--arrow-icon-width: 30px;--popup-close-icon-right: 20px;--popup-close-icon-top: 10px;--small-confirmation-popup-width: 370px;--wider-confirmation-popup-width: 400px;--small-close-popup-width: 370px;--wider-close-popup-width: 410px;--buyit-popup-width: 410px;--advanced-mode-popup-width: 590px;--popup-radius: 30px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 17px;--popup-padding-top: 5px;--popup-padding-bottom: 6px;--popup-text-margin-top: 4px;--popup-text-margin-bottom: 11px;--popup-button-section-margin-block: 15px;--popup-buttons-gap: 40px;--buy-it-popup-text-padding-inline: 10px;--input-fields-padding-inline: 10px}.dash-navbar,.dash-navbar__section{height:var(--dash-navbar-height)}.full-screen{overflow:auto;height:100%}.main-display-section{height:auto;min-height:calc(100dvh - var(--dash-navbar-height))}.main-container--menubar-off{padding-top:10px;height:auto}}@media only screen and (min-width: 675px) and (max-width: 899px) and (orientation: portrait){body{min-height:100vh;min-height:100dvh;min-height:100svh}html{--font-title: 18px;--font-subtitle: 16px;--font-standard: 14px;--font-small: 13px;--dash-navbar-height: 50px;--dashnavbar-button-height: 34px;--menubar-width: 240px;--small-button-width: 100px;--middle-button-width: 107px;--bigger-button-width: 115px;--standard-input-height: 30px;--standard-button-height: 30px;--small-button-height: 28px;--small-input-height: 28px;--small-icon-width: 20px;--default-icon-width: 22px;--large-icon-width: 40px;--bigger-icon-width: 22px;--close-icon-width: 18px;--arrow-icon-width: 30px;--popup-close-icon-right: 20px;--popup-close-icon-top: 10px;--small-confirmation-popup-width: 370px;--wider-confirmation-popup-width: 400px;--small-close-popup-width: 370px;--wider-close-popup-width: 410px;--buyit-popup-width: 410px;--advanced-mode-popup-width: 590px;--popup-radius: 30px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 17px;--popup-padding-top: 5px;--popup-padding-bottom: 6px;--popup-text-margin-top: 4px;--popup-text-margin-bottom: 11px;--popup-button-section-margin-block: 15px;--popup-buttons-gap: 40px;--buy-it-popup-text-padding-inline: 10px;--input-fields-padding-inline: 10px;height:100%!important}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height)}.main-container--menubar-off{padding-top:15px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: landscape){html{--font-title: 20px;--font-subtitle: 18px;--font-standard: 16px;--font-small: 15px;--dash-navbar-height: 52px;--dashnavbar-button-height: 36px;--menubar-width: 280px;--small-button-width: 110px;--middle-button-width: 117px;--bigger-button-width: 125px;--standard-button-height: 35px;--standard-input-height: 35px;--small-button-height: 32px;--small-input-height: 32px;--small-icon-width: 22px;--default-icon-width: 25px;--large-icon-width: 40px;--bigger-icon-width: 25px;--close-icon-width: 20px;--arrow-icon-width: 34px;--popup-close-icon-right: 20px;--popup-close-icon-top: 10px;--small-confirmation-popup-width: 410px;--wider-confirmation-popup-width: 450px;--small-close-popup-width: 410px;--wider-close-popup-width: 470px;--buyit-popup-width: 470px;--advanced-mode-popup-width: 590px;--popup-radius: 35px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 20px;--popup-padding-top: 5px;--popup-padding-bottom: 8px;--popup-text-margin-top: 4px;--popup-text-margin-bottom: 11px;--popup-button-section-margin-block: 14px;--popup-buttons-gap: 38px;--buy-it-popup-text-padding-inline: 14px;--input-fields-padding-inline: 10px}.dash-navbar,.dash-navbar__section{height:var(--dash-navbar-height)}.full-screen{overflow:auto;height:100%}.main-display-section{height:auto;min-height:calc(100dvh - var(--dash-navbar-height))}.main-container--menubar-off{padding-top:10px;height:auto}}@media only screen and (min-width: 900px) and (max-width: 999px) and (orientation: portrait){html{--font-title: 20px;--font-subtitle: 18px;--font-standard: 16px;--font-small: 15px;--dash-navbar-height: 52px;--dashnavbar-button-height: 36px;--menubar-width: 260px;--small-button-width: 110px;--middle-button-width: 117px;--bigger-button-width: 125px;--standard-button-height: 35px;--standard-input-height: 35px;--small-button-height: 32px;--small-input-height: 32px;--small-icon-width: 22px;--default-icon-width: 25px;--large-icon-width: 40px;--bigger-icon-width: 25px;--close-icon-width: 20px;--arrow-icon-width: 34px;--popup-close-icon-right: 20px;--popup-close-icon-top: 10px;--small-confirmation-popup-width: 410px;--wider-confirmation-popup-width: 450px;--small-close-popup-width: 410px;--wider-close-popup-width: 470px;--buyit-popup-width: 470px;--advanced-mode-popup-width: 590px;--popup-radius: 35px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 20px;--popup-padding-top: 5px;--popup-padding-bottom: 8px;--popup-text-margin-top: 4px;--popup-text-margin-bottom: 11px;--popup-button-section-margin-block: 14px;--popup-buttons-gap: 38px;--buy-it-popup-text-padding-inline: 14px;--input-fields-padding-inline: 10px}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height)}.main-container--menubar-off{padding-top:15px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}}@media only screen and (min-width: 1000px) and (orientation: portrait){html{--font-title: 20px;--font-subtitle: 18px;--font-standard: 16px;--font-small: 15px;--dash-navbar-height: 52px;--dashnavbar-button-height: 36px;--menubar-width: 260px;--small-button-width: 115px;--middle-button-width: 123px;--bigger-button-width: 130px;--standard-button-height: 35px;--standard-input-height: 35px;--small-button-height: 32px;--small-input-height: 32px;--small-icon-width: 22px;--default-icon-width: 25px;--large-icon-width: 40px;--bigger-icon-width: 25px;--close-icon-width: 20px;--arrow-icon-width: 34px;--input-fields-padding-inline: 10px;touch-action:none}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height)}.main-container--menubar-off{padding-top:15px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}}@media only screen and (min-width: 1000px) and (max-width: 1269px) and (orientation: landscape){html{--font-title: 15px;--font-subtitle: 13px;--font-standard: 11px;--font-small: 10px;--dash-navbar-height: 35px;--dashnavbar-button-height: 21px;--menubar-width: 205px;--small-button-width: 60px;--middle-button-width: 67px;--bigger-button-width: 85px;--standard-button-height: 21px;--standard-input-height: 21px;--small-button-height: 20px;--small-input-height: 20px;--small-icon-width: 12px;--default-icon-width: 13px;--large-icon-width: 24px;--bigger-icon-width: 14px;--close-icon-width: 11px;--arrow-icon-width: 24px;--popup-close-icon-right: 20px;--popup-close-icon-top: 10px;--small-confirmation-popup-width: 310px;--wider-confirmation-popup-width: 380px;--small-close-popup-width: 310px;--wider-close-popup-width: 390px;--buyit-popup-width: 390px;--advanced-mode-popup-width: 590px;--popup-radius: 25px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 20px;--popup-padding-top: 5px;--popup-padding-bottom: 6px;--popup-text-margin-top: 4px;--popup-text-margin-bottom: 11px;--popup-button-section-margin-block: 14px;--popup-buttons-gap: 38px;--buy-it-popup-text-padding-inline: 14px;--input-fields-padding-inline: 10px}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{height:auto;padding-top:var(--dash-navbar-height)}.main-container--menubar-off{padding-top:15px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}.full-screen{min-height:100svh;height:auto}}@media only screen and (min-width: 1270px) and (max-width: 1389px) and (orientation: landscape){html{--font-title: 17px;--font-subtitle: 15px;--font-standard: 13px;--font-small: 12px;--dash-navbar-height: 40px;--dashnavbar-button-height: 25px;--menubar-width: 230px;--small-button-width: 65px;--middle-button-width: 72px;--bigger-button-width: 95px;--standard-button-height: 25px;--standard-input-height: 25px;--small-button-height: 24px;--small-input-height: 24px;--small-icon-width: 14px;--default-icon-width: 15px;--large-icon-width: 30px;--bigger-icon-width: 16px;--close-icon-width: 13px;--arrow-icon-width: 24px;--popup-close-icon-right: 20px;--popup-close-icon-top: 10px;--small-confirmation-popup-width: 360px;--wider-confirmation-popup-width: 420px;--small-close-popup-width: 360px;--wider-close-popup-width: 470px;--buyit-popup-width: 470px;--advanced-mode-popup-width: 720px;--popup-radius: 25px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 20px;--popup-padding-top: 9px;--popup-padding-bottom: 10px;--popup-text-margin-top: 8px;--popup-text-margin-bottom: 15px;--popup-button-section-margin-block: 15px;--popup-buttons-gap: 48px;--buy-it-popup-text-padding-inline: 14px;--input-fields-padding-inline: 10px}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height)}.main-container--menubar-off{padding-top:20px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}}@media only screen and (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){html{--font-title: 18px;--font-subtitle: 16px;--font-standard: 14px;--font-small: 13px;--dash-navbar-height: 42px;--dashnavbar-button-height: 28px;--menubar-width: 250px;--small-button-width: 70px;--middle-button-width: 77px;--bigger-button-width: 110px;--standard-button-height: 28px;--standard-input-height: 28px;--small-button-height: 27px;--small-input-height: 27px;--small-icon-width: 14px;--default-icon-width: 16px;--large-icon-width: 30px;--bigger-icon-width: 18px;--close-icon-width: 13px;--arrow-icon-width: 34px;--popup-close-icon-right: 19px;--popup-close-icon-top: 11px;--small-confirmation-popup-width: 380px;--wider-confirmation-popup-width: 440px;--small-close-popup-width: 380px;--wider-close-popup-width: 490px;--buyit-popup-width: 490px;--advanced-mode-popup-width: 750px;--popup-radius: 27px;--popup-padding-inline: 18px;--wider-confirmation-popup-padding-inline: 20px;--popup-padding-top: 7px;--popup-padding-bottom: 10px;--popup-text-margin-top: 6px;--popup-text-margin-bottom: 13px;--popup-button-section-margin-block: 13px;--popup-buttons-gap: 48px;--buy-it-popup-text-padding-inline: 14px;--input-fields-padding-inline: 10px}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height);display:grid;grid-template-columns:var(--menubar-width) 1fr;align-items:start;width:100%}.main-container--menubar-off{padding-top:20px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}.main-container--menubar-on{flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height));display:flex}.menubar{width:var(--menubar-width);height:calc(100dvh - var(--dash-navbar-height));position:sticky;top:var(--dash-navbar-height);overflow-y:auto}}@media only screen and (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){html{--font-title: 19px;--font-subtitle: 17px;--font-standard: 15px;--font-small: 14px;--dash-navbar-height: 50px;--dashnavbar-button-height: 31px;--menubar-width: 260px;--small-button-width: 75px;--middle-button-width: 82px;--bigger-button-width: 115px;--standard-button-height: 31px;--standard-input-height: 31px;--small-button-height: 30px;--small-input-height: 30px;--small-icon-width: 16px;--default-icon-width: 18px;--large-icon-width: 30px;--bigger-icon-width: 20px;--close-icon-width: 15px;--arrow-icon-width: 26px;--popup-close-icon-right: 21px;--popup-close-icon-top: 13px;--small-confirmation-popup-width: 420px;--wider-confirmation-popup-width: 480px;--small-close-popup-width: 420px;--wider-close-popup-width: 530px;--buyit-popup-width: 530px;--advanced-mode-popup-width: 790px;--popup-radius: 30px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 20px;--popup-padding-top: 9px;--popup-padding-bottom: 10px;--popup-text-margin-top: 8px;--popup-text-margin-bottom: 15px;--popup-button-section-margin-block: 15px;--popup-buttons-gap: 48px;--buy-it-popup-text-padding-inline: 14px;--input-fields-padding-inline: 10px}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height);display:grid;grid-template-columns:var(--menubar-width) 1fr;align-items:start;width:100%}.menubar{width:var(--menubar-width);height:calc(100dvh - var(--dash-navbar-height));position:sticky;top:var(--dash-navbar-height);overflow-y:auto}.main-container--menubar-on{padding-top:20px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height));display:flex}.main-container--menubar-off{padding-top:20px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}}@media only screen and (min-width: 1910px) and (max-width: 2549px) and (orientation: landscape){html{--font-title: 22px;--font-subtitle: 20px;--font-standard: 18px;--font-small: 17px;--dash-navbar-height: 55px;--menubar-width: 300px;--dashnavbar-button-height: 32px;--small-button-width: 87px;--middle-button-width: 92px;--bigger-button-width: 120px;--standard-button-height: 32px;--standard-input-height: 32px;--small-button-height: 31px;--small-input-height: 31px;--small-icon-width: 18px;--default-icon-width: 20px;--large-icon-width: 40px;--bigger-icon-width: 22px;--close-icon-width: 18px;--arrow-icon-width: 30px;--popup-close-icon-right: 25px;--popup-close-icon-top: 15px;--small-confirmation-popup-width: 490px;--wider-confirmation-popup-width: 550px;--small-close-popup-width: 490px;--wider-close-popup-width: 600px;--buyit-popup-width: 600px;--advanced-mode-popup-width: 850px;--popup-radius: 40px;--popup-padding-inline: 15px;--wider-confirmation-popup-padding-inline: 30px;--popup-padding-top: 12px;--popup-padding-bottom: 15px;--popup-text-margin-top: 8px;--popup-text-margin-bottom: 15px;--popup-button-section-margin-block: 15px;--popup-buttons-gap: 48px;--buy-it-popup-text-padding-inline: 24px;--input-fields-padding-inline: 10px}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height);display:grid;grid-template-columns:var(--menubar-width) 1fr;align-items:start;width:100%}.menubar{width:var(--menubar-width);height:calc(100dvh - var(--dash-navbar-height));position:sticky;top:var(--dash-navbar-height);overflow-y:auto}.main-container--menubar-on{padding-top:20px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height));display:flex}.main-container--menubar-off{padding-top:20px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}}@media only screen and (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){html{--font-title: 26px;--font-subtitle: 24px;--font-standard: 22px;--font-small: 21px;--dash-navbar-height: 70px;--menubar-width: 350px;--dashnavbar-button-height: 42px;--small-button-width: 110px;--middle-button-width: 120px;--bigger-button-width: 160px;--standard-button-height: 42px;--standard-input-height: 42px;--small-button-height: 41px;--small-input-height: 41px;--small-icon-width: 25px;--default-icon-width: 27px;--large-icon-width: 50px;--bigger-icon-width: 29px;--close-icon-width: 23px;--arrow-icon-width: 38px;--popup-close-icon-right: 30px;--popup-close-icon-top: 20px;--small-confirmation-popup-width: 660px;--wider-confirmation-popup-width: 720px;--small-close-popup-width: 660px;--wider-close-popup-width: 780px;--buyit-popup-width: 780px;--advanced-mode-popup-width: 1020px;--popup-radius: 50px;--popup-padding-inline: 20px;--wider-confirmation-popup-padding-inline: 30px;--popup-padding-top: 17px;--popup-padding-bottom: 20px;--popup-text-margin-top: 13px;--popup-text-margin-bottom: 20px;--popup-button-section-margin-block: 15px;--popup-buttons-gap: 48px;--buy-it-popup-text-padding-inline: 24px;--input-fields-padding-inline: 15px}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height);display:grid;grid-template-columns:var(--menubar-width) 1fr;align-items:start;width:100%}.menubar{width:var(--menubar-width);height:calc(100dvh - var(--dash-navbar-height));position:sticky;top:var(--dash-navbar-height);overflow-y:auto}.main-container--menubar-on{padding-inline:3%;padding-top:20px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height));display:flex}.main-container--menubar-off{padding-top:25px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}}@media only screen and (min-width: 3430px) and (orientation: landscape){html{--font-title: 35px;--font-subtitle: 33px;--font-standard: 31px;--font-small: 29px;--dash-navbar-height: 100px;--menubar-width: 490px;--dashnavbar-button-height: 57px;--small-button-width: 140px;--middle-button-width: 150px;--bigger-button-width: 200px;--standard-button-height: 57px;--standard-input-height: 57px;--small-button-height: 55px;--small-input-height: 55px;--small-icon-width: 36px;--default-icon-width: 39px;--large-icon-width: 60px;--bigger-icon-width: 42px;--close-icon-width: 35px;--arrow-icon-width: 50px;--popup-close-icon-right: 37px;--popup-close-icon-top: 27px;--small-confirmation-popup-width: 830px;--wider-confirmation-popup-width: 890px;--small-close-popup-width: 830px;--wider-close-popup-width: 1120px;--buyit-popup-width: 1120px;--advanced-mode-popup-width: 1390px;--popup-radius: 70px;--popup-padding-inline: 30px;--wider-confirmation-popup-padding-inline: 45px;--popup-padding-top: 23px;--popup-padding-bottom: 30px;--popup-text-margin-top: 13px;--popup-text-margin-bottom: 25px;--popup-button-section-margin-block: 15px;--popup-buttons-gap: 68px;--buy-it-popup-text-padding-inline: 24px;--input-fields-padding-inline: 15px}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.main-display-section{padding-top:var(--dash-navbar-height);display:grid;grid-template-columns:var(--menubar-width) 1fr;align-items:start;width:100%}.menubar{width:var(--menubar-width);height:calc(100dvh - var(--dash-navbar-height));position:sticky;top:var(--dash-navbar-height);overflow-y:auto}.main-container--menubar-on{padding-top:25px;padding-inline:3%;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height));display:flex}.main-container--menubar-off{padding-top:25px;flex-grow:1;overflow:auto;min-height:calc(100dvh - var(--dash-navbar-height))}}*{font-family:Open Sans,sans-serif!important;box-sizing:border-box}html,body{background:#fff!important;font-weight:400;height:100svh;margin:0;padding:0;color:var(--90percent);-webkit-tap-highlight-color:rgba(255,255,255,0)!important;-webkit-focus-ring-color:rgba(255,255,255,0)!important;scrollbar-width:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
