@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:1.5rem;font-weight:400}.select-language__panel__header-line{border-top:2px solid #acd8ff;margin-block:20px}.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 #acd8ff;transition:0s}.select-language__panel__language-button--selected{border:1px solid #25bbff}.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-block:20px}.select-language__panel__footer{display:flex;justify-content:flex-end;margin-block-start:20px}.select-language__panel__next-button{background-color:#fff;box-shadow:0 0 20px #acd8ff99;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 #acd8ff}.select-language__panel__next-button:focus{box-shadow:0 4px 50px #acd8ff}@media only screen and (max-width: 674px){.select-language__panel{font-size:16px;font-weight:500;width:94vw;border-radius:30px;padding-block:30px;padding-inline:20px;max-width:380px}.select-language__panel__heading{font-size:22px}.select-language__panel__text{margin-block:20px;font-size:16px;font-weight:500}.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:16px;font-weight:500;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:16px;font-weight:500;width:46ch;border-radius:30px;padding-block:30px;padding-inline:30px;margin-bottom:120px}.select-language__panel__heading{font-size:24px}.select-language__panel__text{font-size:16px;font-weight:500}.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:16px;font-weight:500;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:16px;font-weight:500;width:80%;border-radius:30px;padding-block:30px;padding-inline:30px}.select-language__panel__heading{font-size:24px}.select-language__panel__text{font-size:16px;font-weight:500}.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:16px;font-weight:500}.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:16px;font-weight:500;width:46ch;border-radius:30px;padding-block:30px;padding-inline:30px;margin-bottom:120px}.select-language__panel__heading{font-size:28px}.select-language__panel__text{font-size:18px;font-weight:500}.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:18px;font-weight:500}.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:28px}.select-language__panel__text{font-size:18px;font-weight:500}.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:18px;font-weight:500}.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:28px}.select-language__panel__text{font-size:18px;font-weight:500}.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:18px;font-weight:500}.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:24px}.select-language__panel__text{font-size:16px;font-weight:500}.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:16px;font-weight:500}.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:22px}.select-language__panel__text{font-size:15px;font-weight:500}.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:15px;font-weight:500}.select-language__panel:has(.select-language__panel__language-buttons button:nth-child(2):last-child){width:500px}.select-language__panel__flag-name{font-size:15px}}@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:24px}.select-language__panel__text{font-size:16px;font-weight:500}.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:16px;font-weight:500}.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:28px}.select-language__panel__text,.select-language__panel__next-button{font-size:17px;font-weight:500}}@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:500;font-size:18px}.select-language__panel__flag-name{font-size:18px;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:30px}.select-language__panel__text,.select-language__panel__next-button{font-size:18px;font-weight:500}}@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:20px;font-weight:400}.select-language__panel__flag-image{height:50px;margin-bottom:5px}.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:32px}.select-language__panel__text,.select-language__panel__next-button{font-size:20px;font-weight:500}}@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:28px;font-weight:400}.select-language__panel__flag-image{height:60px;margin-bottom:15px}.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:28px;font-weight:500}}.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 #acd8ff;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 #acd8ff99;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:1.5rem;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:16px;font-weight:500;width:94vw;border-radius:30px;padding-block:30px;padding-inline:20px}.select-org__panel__heading{font-size:22px}.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:16px;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:24px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:16px;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:24px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:16px;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:16px;font-weight:500;width:700px;border-radius:30px;padding-block:30px;padding-inline:30px;margin-bottom:50px}.select-org__panel__heading{font-size:28px}.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:18px;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:28px}.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:18px;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:28px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:18px;font-weight:500}.select-org__panel__org-list__chose-button{min-width:120px}}@media only screen and (min-width: 1000px) and (max-width: 1270px) 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:24px}.select-org__panel__text{font-size:18px;font-weight:500}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:16px;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:22px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:15px;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:24px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:16px;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:28px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:17px;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:18px;font-weight:500}.select-org__panel__heading{font-size:30px}}@media only screen and (min-width: 2550px) and (max-width: 3429px) and (orientation: landscape){.select-org__panel__heading{font-size:32px}.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:20px;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:40px}.select-org__panel__text,.select-org__panel__org-list,.select-org__panel__org-list__chose-button{font-size:28px;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}.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:1rem;background:#fff;align-self:flex-end}.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 #acd8ff;transition:background-color .5s ease-in-out;color:"#808080";height:42px;width:190px;cursor:pointer}.advanced-mode-modal__heading{font-weight:400;margin-bottom:20px;font-size:var(--font-title);color:#1381e9;text-align:center}.advanced-mode-modal__text{text-align:center}.advanced-mode-modal__button-div{gap:space-around;margin-block:40px;width:100%}.advanced-mode-modal__button-mob{padding-block:8px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;border:1px solid transparent;margin-top:20px;font-size:1rem;font-weight:400;cursor:pointer;width:100%}.advanced-mode-modal__button-pc{padding-inline:24px;padding-block:8px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color);border-radius:40px;border:1px solid transparent;margin-inline:12px;font-size:1rem;font-weight:400;cursor:pointer;width:250px;padding:0;height:var(--standard-button-height)}.advanced-mode-modal__button-mob:hover,.advanced-mode-modal__button-pc:hover{box-shadow:0 4px 50px #acd8ff}.advanced-mode-modal__button-mob:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.advanced-mode-modal__button-pc:focus,.advanced-mode-modal__button-pc--selected{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.advanced-mode-modal{background-color:#fff;width:780px;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px;box-shadow:0 4px 30px #acd8ffcc}@media only screen and (max-width: 675px){.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: 900px){.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: 1000px){.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: 1270px){.advanced-mode-modal{width:800px}}@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: 1390px){.advanced-mode-modal{width:840px}.advanced-mode-modal__button-pc{width:270px;height:33px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 1390px) and (max-width: 1590px){.advanced-mode-modal{width:840px}.advanced-mode-modal__button-pc{width:270px;height:33px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 1590px) and (max-width: 1910px){.advanced-mode-modal{width:890px}.advanced-mode-modal__button-pc{width:280px}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.advanced-mode-modal{width:1000px}.advanced-mode-modal__button-pc{width:320px}}@media only screen and (min-width: 2550px) and (max-width: 3430px){.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{height:35px;padding-top:0;padding-bottom:0;display:flex;align-items:center;justify-content:center}}.product-modal__form{padding-inline:32px;padding-block:10px}.product-modal__form__element{padding-block:10px}.product-modal__form label{display:block;font-weight:400}.product-modal__form input{display:block;width:100%;border:1px solid #acd8ff99;font-size:1rem;font-weight:400;height:36px;padding-inline:12px;height:var(--standard-input-height);border-radius:50px}.product-modal__form input:focus{outline:none}.product-modal__form__error{color:#ef4444;font-size:.8rem;line-height:20px;padding-inline:8px;margin-top:4px}.product-modal__form__button{display:flex;justify-content:center;padding-top:15px;gap:60px}.product-modal__form__save{padding-inline:32px;padding-block:8px;color:#fff;border:0px;font-size:1rem;font-weight:700;border-radius:40px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color);cursor:pointer;font-weight:400;width:130px;border:1px solid transparent;transition:0s;width:var(--bigger-button-width)!important;height:var(--standard-button-height);display:flex;justify-content:center;align-items:center;padding:0}.product-modal__form__save:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.product-modal__form__close{color:var(--blue-button);border:0;background-color:transparent;border-radius:40px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color);cursor:pointer;font-weight:400;width:130px;font-size:1rem;border:1px solid transparent;transition:0s;width:var(--bigger-button-width)!important;height:var(--standard-button-height);display:flex;justify-content:center;align-items:center;padding:0}.product-modal{background-color:#fff;width:600px;max-height:calc(.95 * (100svh - var(--dash-navbar-height)))!important;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px;box-shadow:0 10px 100px 20px #acd8ff99}.product-modal__popup{top:calc(50% + var(--dash-navbar-height) / 2)}.pricelist-item__header{padding-left:8px}@media only screen and (max-width: 675px){.product-modal{background-color:#fff;width:90vw;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px}.product-modal__form__save{width:100px;height:30px;display:flex;padding:0;justify-content:center;align-items:center}.product-modal img{position:absolute;right:30px}.product-modal__form{padding-bottom:20px}}@media only screen and (min-width: 675px) and (max-width: 900px){.product-modal{background-color:#fff;width:90vw;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px}.product-modal__form__button{gap:160px}.product-modal img{position:absolute;right:30px}.product-modal__form{padding-bottom:20px}}@media only screen and (min-width: 900px) and (max-width: 1000px){.product-modal{background-color:#fff;width:600px;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px}.product-modal img{position:absolute;right:30px}.product-modal__form{padding-bottom:20px}.pricelist-item__header{min-width:max-content}}@media only screen and (min-width: 1000px) and (max-width: 1270px){.product-modal{background-color:#fff;width:600px;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px}.product-modal__form__save{width:120px;height:32px;display:flex;padding:0;justify-content:center;align-items:center}.product-modal img{position:absolute;right:30px}.product-modal__form{padding-bottom:20px}}@media only screen and (min-width: 1270px) and (max-width: 1390px){.product-modal{background-color:#fff;width:600px;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px}.product-modal__form__save{width:120px;height:33px;display:flex;padding:0;justify-content:center;align-items:center}.pricelist-item__header{padding-left:10px}.product-modal img{position:absolute;right:30px}}@media only screen and (min-width: 1390px) and (max-width: 1590px){.product-modal{background-color:#fff;width:600px;max-height:95vh;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px}.product-modal__form__save{width:120px;height:33px;display:flex;padding:0;justify-content:center;align-items:center}.product-modal__form__save{width:130px;height:33px;display:flex;padding:0;justify-content:center;align-items:center}.product-modal img{position:absolute;right:30px}.product-modal__form{padding-bottom:20px}}@media only screen and (min-width: 1590px) and (max-width: 1910px){.product-modal__form__save{width:135px;height:35px;display:flex;padding:0;justify-content:center;align-items:center}.product-modal img{position:absolute;right:30px}.product-modal__form{padding-bottom:20px}}@media (min-width: 1910px) and (max-width: 2550px){.product-modal__form__save{width:148px;height:33px;display:flex;padding:0;justify-content:center;align-items:center}.product-modal__form__element{padding-block:5px}.product-modal__form__button{padding-top:16px!important;padding-bottom:5px!important}.product-modal img{position:absolute;right:30px}.product-modal{padding-top:10px}.pricelist-item__header{padding-left:10px!important}}@media (min-width: 2550px) and (max-width: 3430px){.product-modal__form__save{width:205px;height:53px;display:flex;padding:0;justify-content:center;align-items:center}.pricelist-item__header{padding-left:14px!important}.product-modal{width:900px}.product-modal img{position:absolute;right:30px}.product-modal__form{padding-bottom:15px}.product-modal__form__button{padding-top:15px;padding-bottom:5px}}@media (min-width: 3430px){.product-modal__form__save{width:255px;height:58px;display:flex;padding:0;justify-content:center;align-items:center}.pricelist-item__header{padding-left:18px!important}.product-modal{width:1000px}.product-modal img{position:absolute;right:30px}}@media (min-width: 1000px) and (orientation: portrait){.product-modal__form__save{height:35px}}.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}.error-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}.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:1rem;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}@media only screen and (min-width: 1590px) and (max-width: 1910px){.error-popup{width:var(--wider-error-popup-width)}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.error-popup{width:600px;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: 3430px){.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}.add-new-product__button{display:flex;justify-content:space-between;border-radius:21px;box-shadow:0 4px 30px #acd8ffcc;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 #acd8ff99;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}}.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: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}.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}@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: 2550px){.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: 3430px){.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}}.support-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;text-wrap:wrap}.support-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:1rem;font-weight:400;width:180px;border:1px solid transparent;padding:0;width:var(--bigger-button-width);min-width:max-content;height:var(--standard-button-height)}.support-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.support-popup__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}@media only screen and (min-width: 1590px) and (max-width: 1910px){.support-popup{width:520px;border-radius:40px}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.support-popup{width:600px;border-radius:40px}}@media only screen and (min-width: 2550px) and (max-width: 3430px){.support-popup{width:700px;border-radius:45px}}@media only screen and (min-width: 3430px){.support-popup{width:800px;border-radius:55px}}.buy-it-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;text-wrap:wrap}.buy-it-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:1rem;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}.buy-it-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.buy-it-popup__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}@media only screen and (max-width: 675px){.buy-it-popup__button{width:105px;height:30px;display:flex;justify-content:center;align-items:center;padding:0}}@media only screen and (min-width: 1590px) and (max-width: 1910px){.buy-it-popup{width:var(--wider-error-popup-width)}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.buy-it-popup{width:600px;border-radius:40px}}@media only screen and (min-width: 2550px) and (max-width: 3430px){.buy-it-popup{width:700px;border-radius:45px}}@media only screen and (min-width: 3430px){.buy-it-popup{width:800px;border-radius:55px}}.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:absolute;left:0;padding:20px;background-color:#fff;overflow-y:auto;box-shadow:0 10px 20px #acd8ff99;border:none;z-index:1}.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)}.hamburger-icon__text{font-size:.6rem;color:#25bbff}.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: 675px){.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 #acd8ff99;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}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.dash-navbar__button{width:220px}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.dash-navbar__button{width:220px}}@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__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__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__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}.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__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-block:15px;padding-inline:5%;box-shadow:0 0 20px #acd8ff99;border-radius:20px;z-index:0;width:90%;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 #acd8ff99;font-weight:400}.mobile-item-menu__dropdown-menu__item label{font-size:.9rem;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){.item-menu__dropdown-menu__item>img{width:21px!important;height:auto!important}.mobile-item-menu__dropdown-menu{z-index:11;top:50%;left:50%;transform:translate(-50%) translateY(-50%);height:fit-content}}.update-confirmation-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}.update-confirmation-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:1rem;font-weight:400;width:130px;border:1px solid transparent;transition:0s;display:flex;justify-content:center;align-items:center;padding:0;height:var(--standard-button-height);width:var(--small-button-width)}.update-confirmation-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.update-confirmation-popup__button:focus{transition:0s;box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.update-confirmation-popup .modal__button__close>img{position:absolute;right:25px;top:15px}.update-confirmation-popup>div:first-child{height:0px}.update-confirmation-popup .centered-div:nth-child(3){margin-block:15px!important}@media only screen and (min-width: 1590px) and (max-width: 1910px){.update-confirmation-popup{width:var(--standard-confirmation-popup-width)}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.update-confirmation-popup{width:490px;border-radius:40px;padding-top:25px;padding-bottom:20px}}@media only screen and (min-width: 2550px) and (max-width: 3430px){.update-confirmation-popup{width:525px;border-radius:45px}}@media only screen and (min-width: 3430px){.update-confirmation-popup{width:600px;border-radius:55px}.update-confirmation-popup .modal__button__close>img{position:absolute;right:30px;top:10px}.update-confirmation-popup{padding-top:30px}.update-confirmation-popup>div:first-child{height:0px}.update-confirmation-popup .centered-div:nth-child(3){margin-block:30px!important}}@media only screen and (min-width: 1000px) and (orientation: portrait){.business-Settings-header__email-label,.business-Settings-header-language-name{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-email-header-section,.business-Settings-option-language-header-section{position:relative}}.pricelist-item__section{display:flex;align-items:center;gap:8px}.pricelist-item__div{margin-top:8px;width:100%;color:var(--90percent)}.grid-9,.grid-9-ord{display:grid;grid-template-columns:1.3rem repeat(9,1fr);gap:8px}.pricelist-item{border:1px solid #acd8ff;border-radius:40px;padding-inline:8px;padding-block:6px;font-weight:400;height:var(--standard-input-height)}.pricelist-item__input{border:none;width:100%;font-size:1rem;scroll-margin-top:220px}.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{padding-inline:8px;grid-column:span 2 / span 2}.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{height:30px;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{height:30px;padding-block:3px}}@media only screen and (min-width: 900px) and (max-width: 999px){.pricelist-item{height:35px;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{height:33px;padding:4px 8px}.pricelist-item__input{scroll-margin-top:190px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.pricelist-item{height:33px;padding:4px 10px}.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{padding-block:4px}.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}.pricelist-item{padding:3px 8px}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.pricelist-item{padding-inline:10px;padding-block:3px}.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{padding-inline:14px;padding-block:6.3px}.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{padding-inline:18px;height:68px;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{height:35px;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:40px;width:25rem;border:1px solid #acd8ff}.search-form::placeholder{color:var(--40percent)}.search-box{font-size:1rem;width:100%;padding:2px 0 2px 10px;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 #acd8ffcc}.search-form__modal__div{gap:40px;padding-inline:8px;display:flex}.search-form__modal__button{border-radius:50px;cursor:pointer;font-size:1rem;font-weight:400;background-color:#fff;box-shadow:0 0 20px #acd8ff99;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 #acd8ff}.search-form__modal__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}@media (max-width: 675px){.search-form__container{display:block;gap:20px;align-items:end}.search-form{width:100%;margin-top:10px;height:28px}}@media only screen and (min-width: 675px) and (max-width: 900px){.search-form__container{display:block;gap:20px;align-items:end}.search-form{width:100%;margin-top:10px;height:28px}}@media only screen and (min-width: 900px) and (max-width: 1000px){.search-form__container{display:block;gap:20px;align-items:end}.search-form{width:100%;margin-top:10px}.search-form{height:32px}}@media only screen and (min-width: 1000px) and (max-width: 1270px){.search-form__container{display:block;gap:20px;align-items:end}.search-form{width:100%}.search-form{height:27px}}@media only screen and (min-width: 1270px) and (max-width: 1590px){.search-form{width:20rem;height:27px}}@media only screen and (min-width: 1390px) and (max-width: 1590px){.search-form{height:29px}}@media only screen and (min-width: 1590px) and (max-width: 1910px){.search-form{height:31px}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.search-form{height:33px;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: 3430px){.search-form{height:42px;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{height:52px;border-radius:35px}.search-form__modal{width:1600px;padding-block-end:50px}.search-form__modal__button{height:80px}}@media only screen and (min-width: 1000px) and (orientation: portrait){.search-form{height:32px}}.crop-container-logo{position:relative;width:616px;height:216px;background:linear-gradient(to right,#25bbff 1px,transparent 1px) 0 0,linear-gradient(to right,#25bbff 1px,transparent 1px) 0 100%,linear-gradient(to left,#25bbff 1px,transparent 1.3px) 100% 0,linear-gradient(to left,#25bbff 1px,transparent 1.3px) 100% 100%,linear-gradient(to bottom,#25bbff 1px,transparent 1px) 0 0,linear-gradient(to bottom,#25bbff 1px,transparent 1px) 100% 0,linear-gradient(to top,#25bbff 1px,transparent 1px) 0 100%,linear-gradient(to top,#25bbff 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%;height:550px}.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: 900px){.image-crop__modal{width:600px;height:800px}.crop-container-logo{width:656px;height:96px}}@media only screen and (min-width: 900px) and (max-width: 1270px){.image-crop__modal{width:600px;height:800px}.crop-container-logo{width:816px;height:116px}}@media only screen and (min-width: 1270px) and (max-width: 1590px){.image-crop__modal{width:600px;height:800px}.crop-container-logo{width:1216px;height:166px}}@media only screen and (min-width: 1590px) and (max-width: 1910px){.image-crop__modal{width:700px;height:860px}.crop-container-logo{width:1456px;height:196px}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.image-crop__modal{width:750px;height:920px}.crop-container-logo{width:1816px;height:241px}}@media only screen and (min-width: 2550px) and (max-width: 3430px){.image-crop__modal{width:1000px;height:1260px}.crop-container-logo{width:2416px;height:316px}}@media only screen and (min-width: 3430px){.image-crop__modal{width:1000px;height:1350px}.crop-container-logo{width:2416px;height:316px}}.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}}.slider{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-bottom:1rem}.slider-input{width:250px}.rotation-slider__img,.zoom-slider__img{height:auto!important;width:var(--bigger-icon-width)!important}.image-crop-popup__button{padding-block:8px;padding-inline:40px;border-radius:40px;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:#0f7ee8;cursor:pointer;font-size:1rem;font-weight:400;border:1px solid transparent}.image-crop-popup__button:hover{box-shadow:0 4px 50px #acd8ff}.image-crop-popup__button:focus{box-shadow:0 4px 50px #acd8ff;border:1px solid #25bbff}.image-crop-popup__button--wide{width:50%;margin:auto}.image-crop-popup__button--normal{width:50%}.image-crop-popup__button--normal{width:var(--bigger-button-width);min-width:max-content;padding:0;height:var(--default-button-height);display:flex;justify-content:center;align-items:center}@media (max-width: 675px){.image-crop-popup__button--wide{width:190px;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: 900px){.image-crop-popup__button--wide{width:200px;border-radius:50px;padding:0;height:30px}}@media (min-width: 900px) and (max-width: 1000px){.image-crop-popup__button--wide{width:220px;border-radius:50px;padding:0;height:35px}}@media (min-width: 3430px){.image-crop-popup__button--normal{border-radius:50px}}@media (min-width: 1000px) and (orientation: portrait){.image-crop__modal{height:850px!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;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 #acd8ffcc}.image-crop__modal__div{position:relative;text-align:center}.image-crop__modal__heading{margin-bottom:1rem;color:var(--90percent);font-size:var(--font-title)}.image-crop__modal__content{padding:1.5rem;border-radius:.5rem;border-width:1px;border-color:#e5e7eb}.image-crop__modal__button--light{margin-bottom:1rem;width:100%;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.image-crop__modal__button--light:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.image-crop__modal__button--primary{width:100%}.crop-container{position:relative;width:466px;height:466px;background:linear-gradient(to right,#25bbff 1px,transparent 1px) 0 0,linear-gradient(to right,#25bbff 1px,transparent 1px) 0 100%,linear-gradient(to left,#25bbff 1px,transparent 1.3px) 100% 0,linear-gradient(to left,#25bbff 1px,transparent 1.3px) 100% 100%,linear-gradient(to bottom,#25bbff 1px,transparent 1px) 0 0,linear-gradient(to bottom,#25bbff 1px,transparent 1px) 100% 0,linear-gradient(to top,#25bbff 1px,transparent 1px) 0 100%,linear-gradient(to top,#25bbff 1px,transparent 1px) 100% 100%;background-repeat:no-repeat;background-size:70px 70px}.reactEasyCrop_CropArea{color:#fffc!important}@media only screen and (max-width: 675px){.image-crop__modal{width:100%;height:550px}.crop-container{width:286px;height:286px}.image-crop__modal__content{padding:0}}@media only screen and (min-width: 675px) and (max-width: 900px){.image-crop__modal{width:600px;height:800px}}@media only screen and (min-width: 900px) and (max-width: 1270px){.image-crop__modal{width:600px;height:800px}}@media only screen and (min-width: 1270px) and (max-width: 1590px){.image-crop__modal{width:600px;height:800px}}@media only screen and (min-width: 1590px) and (max-width: 1910px){.image-crop__modal{width:700px;height:860px}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.image-crop__modal{width:750px;height:920px}}@media only screen and (min-width: 2550px) and (max-width: 3430px){.image-crop__modal{width:1000px;height:1260px}.crop-container{width:691px;height:691px}}@media only screen and (min-width: 3430px){.image-crop__modal{width:1000px;height:1350px}.crop-container{width:691px;height:691px}}@media only screen and (min-width: 1000px) and (orientation: portrait){.crop-container{height:486px}}.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:1rem;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: 900px){.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: 1000px){.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: 1590px){.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: 1910px){.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: 2550px){.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: 3430px){.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}}.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}.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);padding-bottom:8px}.main-pricelist-container__table__header p{margin:0}.main-pricelist-container__table__scroll--advanced-mode-no{height:93.5vh}.main-pricelist-container__table__scroll--advanced-mode-yes{height:90vh}.main-pricelist-container--menubar-on{flex-grow:1;overflow:scroll;padding-inline:2%;padding-top:0!important}.main-pricelist-container--menubar-off{flex-grow:1;overflow:scroll;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}.scrollbarWidth::-webkit-scrollbar{display:none}.pricelist-navbar__button{height:var(--dashnavbar-button-height);padding:0;display:flex;justify-content:space-evenly;align-items:center}@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: 900px){.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: 1270px){.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: 1000px){.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: 1270px) and (orientation: landscape){.pricelist-navbar__button{width:130px}.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:190px;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}}@media only screen and (min-width: 1270px) and (max-width: 1590px) and (orientation: landscape){.pricelist-navbar__button{width:150px}.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: 1390px) and (orientation: landscape){.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% 92%,0 92%);padding-top:27px;height:160px}.main-pricelist-container__table__header{width:calc(100% - 50px)}.main-pricelist-container__table{padding-top:140px;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:27px;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: 1590px) and (orientation: landscape){.pricelist-navbar__button{width:160px;gap:13px;justify-content:center}.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% 92%,0 92%);padding-top:30px;height:170px}.main-pricelist-container__table{padding-top:160px;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: 1910px) and (orientation: landscape){.pricelist-navbar__button{width:175px;gap:15px;justify-content:center}.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% 92%,0 92%);padding-top:30px;height:170px}.main-pricelist-container__table{padding-top:160px;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}}@media only screen and (min-width: 1910px) and (max-width: 2550px) and (orientation: landscape){.pricelist-navbar__button{width:210px;gap:18px;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:160px;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: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)}}@media only screen and (min-width: 2550px) and (max-width: 3430px) and (orientation: landscape){.pricelist-navbar__button{width:230px}.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: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)}}@media only screen and (min-width: 3430px) and (orientation: landscape){.pricelist-navbar__button{width:360px}.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)}}@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:20px;margin:0 auto;justify-content:space-between;width:90%;border-bottom:1px solid #e0e0e0;position:relative}@media (min-width: 1000px) and (max-width: 1270px){.my-business-page-container-header{width:100%}}@media (min-width: 1270px) and (max-width: 1590px){.my-business-page-container-header{width:calc(100% - ((100% - 970px)/2))}}@media (min-width: 1590px) and (max-width: 1910px){.my-business-page-container-header{width:calc(max(100%,1300px) - ((max(100%,1300px) - 960px)/2))}}@media (min-width: 1910px) and (max-width: 2550px){.my-business-page-container-header{width:calc(max(100%,1500px) - ((max(1500px,100%) - 1134px)/2))}}@media (min-width: 2550px) and (max-width: 3430px){.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:#25bbff}.my-business-page-container-header__link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;text-decoration:none;color:#25bbff;font-size:var(--font-standard)}.my-business-page-container-content{display:flex;justify-content:center;width:100%}@media (max-width: 1000px){.my-business-page-container-content{margin-top:.75rem}}@media (max-width: 675px){.my-business-page-container-content{width:90%}}@media (min-width: 1000px){.my-business-page-container-content{margin-top:0}}.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,.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: 675px){.my-business-header-Navbar-Button{padding:.5rem .4rem;height:auto}.my-business-page-container-header__Navbar-container{gap:5px;align-items:stretch}}@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: 1590px){.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: 3430px){.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:space-evenly}@media (min-width: 1000px) and (max-width: 1270px){#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:17px!important}.myBusiness--dashnav--button{width:140px}}@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: 1390px){#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:18px!important}.myBusiness--dashnav--button{width:155px!important}}@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:175px!important;gap:15px;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!important}.myBusiness--dashnav--button{width:200px!important;gap:15px;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!important}.myBusiness--dashnav--button{width:250px!important}}@media (min-width: 3430px){#myBusiness--select-language__panel__language-buttons button{height:200px!important;padding:18px!important}.myBusiness--dashnav--button{width:340px!important}}@media (min-width: 1000px) and (orientation: portrait){#myBusiness--select-language__panel__language-buttons button{height:auto!important;padding:17px!important}}.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 #acd8ff99;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:#27cf962b}.dash-navbar-invoice-start-page-button:nth-child(2) .dash-navbar__button__icon{background-color:#acd8ff99}.dash-navbar-invoice-start-page-button:nth-child(3) .dash-navbar__button__icon{background-color:#ff61742b}@media (min-width: 3430px){.dash-navbar-invoice-start-page-button{padding-left:5px!important;padding-right:5px!important;gap:14px!important;width:380px}.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:14px!important;width:290px}.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:13px!important;width:230px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:3px}}@media (min-width: 1590px) and (max-width: 1910px){.dash-navbar-invoice-start-page-button{padding-left:0!important;padding-right:0!important;gap:13px!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:12px!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:11px!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:12px!important;width:150px}.dash-navbar-invoice-start-page-button .dash-navbar__button__icon{padding:2px}}.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: 900px){.show-color{background-color:#00f}}@media only screen and (min-width: 900px) and (max-width: 1270px){.show-color{background-color:#0ff}}@media only screen and (min-width: 1270px) and (max-width: 1590px){.show-color{background-color:pink}}@media only screen and (min-width: 1590px) and (max-width: 1910px){.show-color{background-color:#ff0}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.show-color{background-color:orange}}@media only screen and (min-width: 2550px) and (max-width: 3430px){.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;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:20px;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%}.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 16px}.options-list__item>img{position:absolute;top:50%;right:10px;transform:translate(-50%,-50%);width:20px}.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{width:20px!important}.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%);width:20px}.options-list__item .print-customer__download-pdf-icon{width:19px!important}.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:10px;transform:translate(-50%,-50%);width:20px}.options-list__item .print-customer__download-pdf-icon{width:19px!important}.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:10px;transform:translate(-50%,-50%);width:20px}.options-list__item .print-customer__download-pdf-icon{width:20px!important}.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:10px;transform:translate(-50%,-50%);width:20px}.options-list__item .print-customer__download-pdf-icon{width:21px!important}.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:18px}.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:10px;transform:translate(-50%,-50%);width:20px}.options-list__item .print-customer__download-pdf-icon{width:22px!important}.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:10px;transform:translate(-50%,-50%);width:20px}.options-list__item .print-customer__download-pdf-icon{width:25px!important}.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:10px;transform:translate(-50%,-50%);width:20px}.options-list__item .print-customer__download-pdf-icon{width:30px!important}.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)}.options-list__item>img{width:25px!important}.pdf-options{padding:20px;width:auto;justify-content:center}.options-list{flex-direction:row;margin:20px auto 0}.options-list__item .print-customer__download-pdf-icon{width:22px!important}}.print-customer__img{height:auto!important}@media (min-width: 1000px) and (max-width: 1270px){.print-customer__img{width:21px!important}}@media (min-width: 1270px) and (max-width: 1390px){.print-customer__img{width:21px!important}}@media (min-width: 1390px) and (max-width: 1590px){.print-customer__img{width:21px!important}}@media (min-width: 1590px) and (max-width: 1910px){.print-customer__img{width:22px!important}}@media (min-width: 1910px) and (max-width: 2550px){.print-customer__img{width:26px!important}}@media (min-width: 2550px) and (max-width: 3430px){.print-customer__img{width:35px!important}}@media (min-width: 3430px){.print-customer__img{width:39px!important}}.react-pdf__Document{width:596px;margin:auto;overflow:visible}.react-pdf__Page{border:1px solid #e9f2fa;box-shadow:0 0 20px #acd8ff99;border-radius:30px;overflow-x:visible;margin-bottom:10px}.react-pdf__Page__canvas{border-radius:30px}.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:#3463e4;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}@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:15px;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:15px;width:177px}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.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:22px;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:30px;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}.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)}.create-invoice__invoice-table-container .table-tool-bar{place-content:start center;padding-left:10px}.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-header p.table-row-ordinary,.create-invoice__invoice-table-container .table-row.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{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{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{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{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{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__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 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: 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}.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: 2550px){: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}}: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,.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__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);overflow:hidden;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:135px;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 .rebate-perc-dropdown{width:100px;border:1px solid #acd8ff99;border-radius:20px;font-weight:400;height:var(--standard-input-height);outline:none;display:flex;align-items:center;justify-content:space-between;transform:translate(10px);padding-left:10px;padding-right:15px}.create-invoice__bottom-section .sub-section__content label .rebate-perc-dropdown .field{width:max-content}.create-invoice__bottom-section .rebate-perc-dropdown .icon-container{height:100%;display:flex;align-items:center;justify-content:center}.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__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__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}.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{width:74px;height:var(--standard-input-height)}.create-invoice__bottom-section .rebate-perc-dropdown{width:54px;padding-left:0;padding-right:5px;height:var(--standard-input-height);transform:translate(0);justify-content:right}.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 .rebate-perc-dropdown{width:80px;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)}.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 .sub-section__header img{width:18px}.create-invoice__top-section .sub-section__content label .field{width:95px}.create-invoice__bottom-section .rebate-perc-dropdown{width:63px;padding-right:5px;transform:translate(10px);gap:5px;justify-content:right}.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 .sub-section__header img{width:22px}.create-invoice__top-section .sub-section__content label .field{width:95px;height:var(--standard-input-height)}.create-invoice__bottom-section .rebate-perc-dropdown{width:80px;padding-left:15px;padding-right:10px;transform:translate(10px)}.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 .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 .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{width:170px;border-radius:40px}.create-invoice__bottom-section .rebate-perc-dropdown{width:125px;padding-left:0;padding-right:20px;height:var(--standard-input-height);border-radius:40px;gap:5px;justify-content:right}.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 .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{width:250px;border-radius:40px}.create-invoice__bottom-section .rebate-perc-dropdown{width:max-content;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}.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 .rebate-perc-dropdown{width:170px;padding-left:0;padding-right:20px;border-radius:40px;gap:10px;justify-content:right}.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}}: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:11;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}.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::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__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:#3463e4;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 #3463e4;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:#3463e4;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: 250px;--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: 350px;--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: 100px;--create-invoice-customer-info-popup-field-width: 290px;--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: 100px;--create-invoice-customer-info-popup-field-width: 310px;--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: 100px;--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: 55px}}@media only screen and (min-width: 1910px) and (max-width: 2550px){: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: 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: 130px;--create-invoice-customer-info-popup-field-width: 460px;--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: 200px;--create-invoice-customer-info-popup-field-width: 650px;--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 #3463e4;border-radius:35px;display:flex;align-items:center;justify-content:center;width:var(--small-button-width);background-color:#fff;cursor:pointer;background-color:#3463e4;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}.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: 3450px){.customer-register__Customer-info-header{margin-bottom:50px;margin-top:20px}}.customer-register__Customer-info-header__name{display:flex;font-size:1.2rem;align-items:center;gap:20px;font-weight:400;color:var(--90percent);position:relative;display:grid;grid-template-columns:1fr 40px;font-size:var(--font-title)}@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: 900px){.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: 1590px){.customer-register__Customer-info-header__name{margin-left:10px}}@media (min-width: 1910px) and (max-width: 2550px){.customer-register__Customer-info-header__name{margin-left:10px}}@media (min-width: 2550px) and (max-width: 3430px){.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: 1910px){.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: 1270px){.customer-register__Customer-info-header__buttons{grid-template-columns:5fr 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__Change-Customer-Name__modal{background-color:#fff;width:500px;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}@media (max-width: 1000px){.customer-register__Change-Customer-Name__modal{margin-top:-100px}}@media (min-width: 1910px){.customer-register__Change-Customer-Name__modal{width:600px}}@media (min-width: 2550px){.customer-register__Change-Customer-Name__modal{width:800px;padding:20px 30px}}@media (min-width: 3430px){.customer-register__Change-Customer-Name__modal{width:1000px;padding:40px}}.customer-register__Change-Customer-Name{margin:auto;padding-bottom:40px}.customer-register__Change-Customer-Name__header{width:80%;margin:auto;display:flex;flex-direction:column;gap:20px;padding-bottom:40px;text-align:center}@media (min-width: 3430px){.customer-register__Change-Customer-Name__header{padding-bottom:60px}}.customer-register__Change-Customer-Name__footer{display:flex;justify-content:space-evenly}.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:15px 30px}}@media (min-width: 3430px){.customer-register__info-row{border-radius:50px}}.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:space-evenly;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,.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__Change-Customer-Name__popup-footer__button{width:120px}.customer-register__Change-Customer-Name__popup-footer__button{width:115px}.customer-register__full-width{padding-top:5px}}@media only screen and (min-width: 675px) and (max-width: 900px){.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%)}.customer-register__Change-Customer-Name__popup-footer__button{width:130px}.Advance-Search__input--SearchBar{height:28px}.customer-register__Change-Customer-Name__popup-footer__button{width:120px;height:30px;padding:0;display:flex;justify-content:center;align-items:center}}@media only screen and (min-width: 900px) and (max-width: 1000px){.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__Change-Customer-Name__popup-footer__button{width:130px}.customer-register__Customer-info-header__icon{width:34px}}@media only screen and (min-width: 1000px) and (max-width: 1270px){.customer-register__Customer-info-header__icon{width:21px;height:auto}.customer-register__navbar__button{width:130px}.customer-register__navbar__button__text{display:block}.customer-register__Change-Customer-Name__popup-footer__button{width:135px}}@media only screen and (min-width: 1270px) and (max-width: 1590px){.customer-register__navbar__button{width:170px!important;gap:14px;justify-content:center}.customer-register__Change-Customer-Name__popup-footer__button{width:135px}}@media only screen and (min-width: 1270px) and (max-width: 1390px){.customer-register__Customer-info-header__icon{width:21px;height:auto}}@media only screen and (min-width: 1590px) and (max-width: 1910px){.customer-register__navbar__button{width:180px;gap:14px;justify-content:center}.customer-register__Change-Customer-Name__popup-footer__button{width:140px}}@media only screen and (min-width: 1910px) and (max-width: 2550px){.customer-register__navbar__button{width:210px;justify-content:center;gap:16px}.customer-register__Change-Customer-Name__popup-footer__button{width:150px}.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: 3430px){.customer-register__navbar__button{width:250px;border-radius:30px}.customer-register__Change-Customer-Name__popup-footer__button{width:195px}}@media only screen and (min-width: 3430px){.customer-register__navbar__button{width:360px;border-radius:35px}.customer-register__Change-Customer-Name__popup-footer__button{width:225px}}@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}}.customer-register__advance-search__modal{background-color:#fff;box-shadow:0 10px 100px #acd8ff99;max-height:95vh;max-width:95vw;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:45px;border-radius:30px;width:40vw}@media (max-width: 675px){.customer-register__advance-search__modal{width:90vw}}@media (min-width: 675px) and (max-width: 1000px){.customer-register__advance-search__modal{width:70vw}}@media (min-width: 1000px) and (max-width: 1270px){.customer-register__advance-search__modal{width:60vw}}@media (min-width: 3430px){.customer-register__advance-search__modal{padding:40px 50px 30px}}.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:25px;height:25px}.Advance-Search__Element-option{position:relative;display:flex;align-items:center;gap:20px}.Advance-Search__Element-option-circle{width:20px;height:20px;cursor:pointer}.Advance-Search__Element-option-tick{position:absolute;width:15px;left:2px}.Advance-Search__options-Search-Text{color:var(--red-text-color);font-weight:400;margin-bottom:20px}.customer-register__advance-search-results__modal{background-color:#fff;box-shadow:0 10px 100px #acd8ff99;max-height:95vh;max-width:95vw;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:45px;border-radius:30px;width:90vw}.Advance-Search-Results__header{display:flex;gap:40px;align-items:center;font-size:var(--font-title);border-bottom:1px solid #acd8ff99;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:-5px;background-color:#fff;z-index:10;padding:10px 0;width:max-content}.Advance-Search-Results__Divider{margin-top:20px}.Advance-Search-Results__Results{height:50vh;overflow-y:auto}.Advance-Search-Results__Footer{margin-top:20px;margin-bottom:20px;border-top:1px solid #eaeaea;display:flex;justify-content:space-between;padding:20px;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}.Advance-Search__Button-Print-List{display:flex;margin:auto;padding:10px 50px;border-radius:20px;cursor:pointer;background-color:#fff;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;color:var(--blue-text-color)}.Advance-Search__Button-Print-List:hover{box-shadow:0 4px 50px #acd8ff}.Advance-Search-Results__Go-To-Customer{cursor:pointer;color:var(--blue-text-color);display:flex;min-width:max-content}@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){.Advance-Search-Results__header{padding-left:10px}.customer-register__Customer-info-header__icon{width:26px}}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search-Results__header{padding-left:10px}}.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 (min-width: 1000px) and (max-width: 1270px){.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 20px!important}.customer-register__info__full--centered{min-height:100dvh!important}.customer-register__full-width{justify-content:center;height:unset;min-height:100%;padding-top:var(--dash-navbar-height)}.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: 1590px){.customer-register__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding-top:3px!important}}@media (min-width: 1270px) and (max-width: 1390px){.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__info__full--centered,.customer-register__page--other-sections__full-width--centered{padding:5px 20px!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) ))}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:max(0px,calc((100vh - 60px - 660px - var(--blueGapHeight) - var(--yellowGapHeight) + 0px + 20px) / 2))!important}@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}.customer-register__notes__full--centered,.customer-register__full--centered{margin-top:0!important}}}@media (min-width: 1390px) and (max-width: 1590px){.customer-register__Customer-info-header__icon{width:21px;height:auto}.customer-register__Change-Customer-Name__popup-footer__button{width:145px}.Advance-Search__input--SearchBar{height:29px}.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__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: 1910px){.customer-register__first-last-customer--popup{width:400px}.customer-register__Customer-info-header__icon{width:22px;height:auto}.customer-register__Change-Customer-Name__popup-footer__button{width:150px}.Advance-Search__input--SearchBar{height:31px}.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: 2550px){.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__Change-Customer-Name__popup-footer__button{width:163px}.Advance-Search__input--SearchBar{height:33px}.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: 3430px){.customer-register__Customer-info-header__icon{width:35px;height:auto}.main-container__customer-register__notes__full--centered{overflow-y:hidden!important}.customer-register__Change-Customer-Name__popup-footer__button{width:220px}.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:30px!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;margin-top:auto;margin-bottom:auto}}@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__Change-Customer-Name__popup-footer__button{width:270px}.customer-register__Customer-info-header,.customer-register__tab-Nav{width:2556px}.Advance-Search__Element-option-circle{width:30px;height:30px}.Advance-Search__Element-option-tick{width:25px;left:4px}.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__search-icon{width:35px;height:35px}.customer-register__page--other-sections__full-width--centered,.customer-register__info__full--centered{padding-top:40px!important;padding-bottom:40px!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: 1270px){.customer-register__Customer-info-header__icon{width:24px!important}}@media (min-width: 1270px) and (max-width: 1390px){.customer-register__Customer-info-header__icon{width:24px!important}}@media (min-width: 1390px) and (max-width: 1590px){.customer-register__Customer-info-header__icon{width:24px!important}}@media (min-width: 1590px) and (max-width: 1910px){.customer-register__Customer-info-header__icon{width:26px!important}}@media (min-width: 1910px) and (max-width: 2550px){.customer-register__Customer-info-header__icon{width:30px!important}}@media (min-width: 2550px) and (max-width: 3430px){.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}}.business-details-holder{display:flex;width:100%;height:100%;justify-content:space-evenly;color:var(--90percent);padding-top:.75rem;padding-bottom:.75rem}.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%;height:var(--standard-input-height);text-decoration:none;border-radius:20px;padding:5px 10px;margin:0;border:1px solid #acd8ff;margin-bottom:.125rem;margin-top:.125rem;color:var(--90percent);font-size:var(--font-standard)}@media (min-width: 3430px){.business-details-details-form__input{border-radius:30px;padding:10px 20px}}@media (max-width: 3430px) and (min-width: 2550px){.business-details-details-form__input{border-radius:30px;padding:10px 20px}}.business-details-details-form__input-shortned{width:80%!important;margin-top:0!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:space-around;padding-inline:25px;border-radius:21px;box-shadow:0 0 20px #acd8ff99;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: 1270px) 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: 3430px) and (min-width: 2550px){.my-business-Content-Button-img{width:50px;height:50px;align-self:center;margin-left:1rem}}@media (max-width: 2550px) and (min-width: 1910px){.my-business-Content-Button-img{width:22px;height:22px;align-self:center;margin-left:1rem}}@media (max-width: 1910px) and (min-width: 1590px){.my-business-Content-Button-img{width:30px;height:30px;align-self:center;margin-left:1rem}}@media (max-width: 1590px) and (min-width: 1270px){.my-business-Content-Button-img{width:30px;height:30px;align-self:center;margin-left:1rem}}@media (max-width: 1270px) 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: 1270px){.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:1.5rem}@media (max-width: 1000px){.business-details-holder{flex-direction:column;align-items:center;box-shadow:0 4px 20px #acd8ff99;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:50px 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:flex-start}}@media (max-width: 675px){.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}.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: 1000px){.form-city-postcode{flex-direction:row;gap:20px}}@media (max-width: 900px) and (min-width: 675px){.business-details-holder{width:520px;padding-bottom:2rem}.business-details-details{width:100%}.business-details-details-form{width:340px}.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: 1000px) 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:10px auto!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}}@media (max-width: 1270px) 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: 1390px) and (orientation: landscape){.BusinessDetails--Image--button{height:33px!important}}@media (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.business-details-holder{margin-top:0;padding:20px 0}}@media (max-width: 1590px) 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: 1910px) 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: 2550px) 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: 3430px) 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;padding-top:1.5rem;display:flex;flex-direction:column;justify-content:space-evenly}}@media (min-width: 3430px) and (orientation: landscape){.business-details-details-form{width:956px;max-width:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.business-details-details{width:956px}.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:40px;display:flex;flex-direction:column;justify-content:space-evenly}}@media (min-width: 1000px){.details-form{display:flex;flex-direction:row;gap:10px;width:100%;align-items:center;margin-bottom:1rem}.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}}@media (min-width: 1270px) and (max-width: 1390px) and (orientation: landscape){.details-postcode-input{width:80px}}@media (min-width: 1390px) and (max-width: 1589px) and (orientation: landscape){.details-postcode-input{width:88px}}@media (min-width: 1590px) and (max-width: 1909px) and (orientation: landscape){.details-postcode-input{width:90px}}@media (min-width: 1910px) and (max-width: 2550px) and (orientation: landscape){.details-postcode-input{width:103px}}@media (min-width: 2550px) and (max-width: 3430px) and (orientation: landscape){.details-postcode-input{width:140px}}@media (min-width: 3430px) and (orientation: landscape){.details-postcode-input{width:182px}}.business-details-Image-Container{width:460px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 50px #acd8ff99;color:var(--90percent);border-radius:20px;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__text{text-align:left;width:55%;display:flex;align-items:center}.business-details-image-option__selection{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:50%;gap:.5rem;height:100%}.BusinessDetails--Image--button{width:100%;cursor:pointer;box-shadow:0 4px 20px #acd8ff99;color:gray;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}.business-details-Image__button-selected{transition:0s;border:1px solid #25bbff}.business-details-image-option{margin-bottom:2rem}.BusinessDetails--Image--button--img{height:auto;width:var(--bigger-icon-width)}.profile-picture__selection{width:100%!important}.myBusiness-ProfilePicture--Button-Options{padding:0;height:var(--standard-button-height);display:flex;align-items:center;justify-content:space-evenly}@media (min-width: 3430px){.business-details-Image-Container{width:780px;border-radius:50px}.business-details-Image-Container__header{padding-bottom:2rem}.business-details-image-option{height:2.5rem}.BusinessDetails--Image--button{border-radius:40px}@media (max-height: 1609px){.business-details-image-option{height:1.75rem}}}@media (max-width: 3430px) 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}.BusinessDetails--Image--button{border-radius:35px}.business-details-image-option__selection{width:45%}}@media (max-width: 1910px) and (min-width: 1590px){.business-details-Image-Container{width:420px;padding-bottom:5px}}@media (max-width: 1590px) and (min-width: 1270px){.business-details-Image-Container{padding-bottom:3px}.business-details-image-option{margin-bottom:1rem}}@media (max-width: 675px){.business-details-Image-Container{width:min(90%,320px);padding:10px 15px}.BusinessDetails--Image--button{padding:15px 0;border-radius:50px}.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;position:relative;justify-content:left}.myBusiness-OurLogo--Button-Options img{position:absolute;right:18px}.zoom-slider__img,.rotation-slider__img{width:20px!important;height:auto!important}}@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: 900px) and (min-width: 675px){.business-details-Image-Container{width:450px}.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:40px;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:40px;width:20px;height:auto}.myBusiness-ProfilePicture--Button-Options img{width:20px}.zoom-slider__img,.rotation-slider__img{width:20px!important;height:auto!important}}@media (max-width: 1000px) 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;padding-left:40px;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:40px;width:25px;height:auto}.myBusiness-ProfilePicture--Button-Options img{width:25px}.zoom-slider__img,.rotation-slider__img{width:25px!important;height:auto!important}}@media (max-width: 1270px) and (min-width: 1000px){.business-details-Image-Container{width:400px;padding:1rem 2rem;padding-bottom:3px}.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:28px;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:17px}.business-details-image-option__selection{width:35%}.profile-picture__selection{gap:110px}}.business-details__profile-picture-option{margin-bottom:1rem}@media (max-width: 900px){.business-details__profile-picture-option{margin-top:.25rem;margin-bottom:.5rem}}@media (min-width: 900px) and (max-width: 1000px){.business-details__profile-picture-option{margin-top:.5rem;margin-bottom:1rem}}@media (min-width: 1910px){.business-details__profile-picture-option{margin-bottom:.5rem}}.BusinessDetails--Image--button:hover{box-shadow:0 4px 50px #acd8ff}@media (min-width: 1910px) and (max-width: 2550px){.business-details-Image-Container{width:520px}.business-details-image-option{height:2.5rem;margin-bottom:.75rem}.BusinessDetails--Image--button{border-radius:30px}.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:28px;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:30px}}@media (min-width: 1000px) and (max-width: 1270px){.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:18px;position:relative}}@media (min-width: 1270px) and (max-width: 1390px){.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:16px;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:20px}.business-details-image-option__selection{width:35%}.profile-picture__selection{gap:140px}}@media (min-width: 1390px) and (max-width: 1590px){.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:20px;position:relative}.business-details-image-option__selection{width:40%}.myBusiness-OurLogo--Button-Options img{position:absolute;right:20px}.profile-picture__selection{gap:100px}}@media (min-width: 1590px) and (max-width: 1910px){.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:23px;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:25px}}@media (min-width: 2550px) and (max-width: 3429px){.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:35px;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:35px}.profile-picture__selection{gap:100px}}@media (min-width: 3430px){.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:30px;position:relative}.myBusiness-OurLogo--Button-Options img{position:absolute;right:30px}}@media (min-width: 1000px) and (orientation: portrait){.myBusiness-OurLogo--Button-Options img{width:25px;height:auto}.myBusiness-ProfilePicture--Button-Options img{width:25px}.business-details-Image-Container{width:500px}.myBusiness-OurLogo--Button-Options{justify-content:flex-start;padding-left:40px;position:relative}}.business-details-Modal{background-color:#fff;box-shadow:0 10px 100px #acd8ff99;max-height:95vh;max-width:95vw;overflow-y:scroll;padding-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px}.business-logo-preview-container{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.business-details-modal__img{max-width:100vw;max-height:70vh;width:400px;object-fit:contain;overflow:auto;margin-left:2rem;margin-right:2rem}@media (min-width: 1270px){.business-details-modal__img{width:600px}}@media (min-width: 2550px){.business-details-modal__img{width:1200px}}.BusinessDetails-modal__button{border-radius:20px;padding:.5rem 2rem;cursor:pointer;border:none}.BusinessDetails--modal--container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--90percent)}.BusinessDetails--modal--text{width:60%;text-align:center}.BusinessDetails--modal--buttons-container{display:flex;width:50%;justify-content:space-between;margin-top:1rem;margin-bottom:3rem}.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 #acd8ffcc}.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}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 #acd8ff99;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-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 #25bbff!important}.business-Settings-header-button{width:100%;cursor:pointer;box-shadow:0 0 20px #acd8ff99;color:gray;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 #acd8ff99;color:gray;background:#fff;border-radius:3rem;border:1px solid #acd8ff99;font-size:var(--font-standard);height:var(--standard-input-height);padding:5px 20px}.business-Settings-header-input__number-field{text-align:right}.business-Settings-header-three-button-section{width:calc(3 * 1.14 * var(--bigger-button-width))}.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: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: 900px){.Multiuser-Edit-Users-Section__Add-User{width:200px}}@media (min-width: 900px) and (max-width: 1270px){.Multiuser-Edit-Users-Section__Add-User{width:180px}}@media (min-width: 1270px) and (max-width: 1570px){.Multiuser-Edit-Users-Section__Add-User{width:200px}}@media (min-width: 1570px) and (max-width: 1910px){.Multiuser-Edit-Users-Section__Add-User{width:230px}}@media (min-width: 1910px) and (max-width: 2550px){.Multiuser-Edit-Users-Section__Add-User{width:290px}}@media (min-width: 2550px) and (max-width: 3430px){.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:space-evenly}.my-business-language-select-popup{position:relative;border-radius:30px;background:#fff;padding-block:30px;padding-inline:60px}.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:0}.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)}.my-business-language__panel__text{font-size:var(--font-standard)!important;color:var(--90percent)}.my-business-change-password-popup__Modal,.my-business-change-email-popup__Modal{background-color:#fff;width:600px;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}.my-business-change-email-popup__option__input-section{display:flex;justify-content:flex-end}.my-business-change-password-popup__heading{text-align:center;padding-bottom:1.5rem}.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__submit{margin-top:3rem;gap:20px}.my-business-change-password-popup__heading{font-size:var(--font-subtitle);color:var(--heading)}.my-business-change-password-popup{padding:0 20px 30px}.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}.price-excluding-vat{margin-top:.75rem}.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: 675px){.login-email-header-input{width:330px}}@media (min-width: 675px) and (max-width: 900px){.login-email-header-input{width:350px}}@media (min-width: 900px) and (max-width: 1000px){.login-email-header-input{width:410px}}@media (min-width: 1590px) and (max-width: 1910px){.login-email-header-input{width:410px}}@media (min-width: 1910px) and (max-width: 2550px){.login-email-header-input{width:480px}}@media (min-width: 2550px) and (max-width: 3430px){.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: 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: 900px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:123px!important}}@media (max-width: 675px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:115px!important}}@media (min-width: 1590px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:140px!important}}@media (min-width: 1910px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:160px!important}}@media (min-width: 2550px){.invoice-number-start-header-input,.invoice-number-start-header-input-section{width:205px!important}}@media (min-width: 3430px){.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}.my-business-change-email-popup__option__input,.my-business-change-password-popup__option__input{width:100%}.business-Settings-option-main-office-address-header-section{align-items:baseline}.my-business-change-email-popup__option{display:grid;grid-template-columns:120px 1fr}.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: 675px){.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{width:90vw;border-radius:30px}.select-language__panel--mybusiness--two-languages{width:auto;max-width:400px}.select-language__panel--mybusiness--three-languages{width:80vw;max-width:450px}.my-business-language-select-popup{padding-inline:30px;max-width:95vw}.my-business-change-email-popup__option__input-section{width:75%}.my-business-change-email-popup__submit{grid-template-columns:0 1fr}}@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: 675px){.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: 900px){.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}.my-business-change-email-popup__Modal{width:500px}.my-business-change-email-popup__option__input-section{width:85%}.my-business-change-email-popup__option{grid-template-columns:100px 1fr}.my-business-change-email-popup__submit{grid-template-columns:100px 1fr 100px}.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-change-password-popup__Modal{max-height:90svh}.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}.select-language__panel--mybusiness--three-languages,.select-language__panel--mybusiness--two-languages{margin-top:30px}.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: 1000px){.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}.my-business-change-email-popup__Modal{width:550px}.my-business-change-email-popup__option__input-section{width:85%}.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:15px;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: 1270px){.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%}.my-business-change-email-popup__Modal{width:550px}.my-business-change-email-popup__option__input-section{width:90%}.my-business-change-password-popup__Modal{width:550px}.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}}@media (min-width: 1270px) and (max-width: 1590px){.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-email-popup__Modal{width:550px}.my-business-change-email-popup__option__input-section{width:90%}.my-business-change-password-popup__Modal{width:550px}}@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}}@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:600px}.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: 1910px){.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}.my-business-change-email-popup__Modal{width:600px}.my-business-change-email-popup__option__input-section{width:85%}.main-office-address-header-input-section{width:50%}.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:650px}.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:15px;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: 2550px){.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}.my-business-change-email-popup__Modal{width:650px}.my-business-change-email-popup__option{display:grid;grid-template-columns:150px 1fr}.my-business-change-email-popup__submit{display:grid;grid-template-columns:150px 1fr 150px}.my-business-change-email-popup__option__input-section{width:90%}.my-business-change-password-popup__Modal{width:700px}.my-business-change-password-popup__option__input-section{width:65%}.main-office-address-header-input-section{width:50%}.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:780px}.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:250px;gap:19px;justify-content:center}}.business-Settings-header-input{padding:5px 10px}@media (min-width: 2550px) and (max-width: 3430px){.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%}.select-language__panel--mybusiness--three-languages{width:950px}.select-language__panel--mybusiness--two-languages{max-width:460px}.my-business-change-email-popup__Modal{width:850px;padding:20px 40px}.my-business-change-email-popup__option{display:grid;grid-template-columns:180px 1fr}.my-business-change-email-popup__submit{display:grid;grid-template-columns:180px 1fr 180px}.my-business-change-email-popup__option__input-section{width:90%}.my-business-change-password-popup__Modal{width:850px}.my-business-change-password-popup__option__input-section{width:62%}.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-header-input{padding:5px 20px}.business-Settings-option-flage-img{width:35px;height:auto}}@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%}.select-language__panel--mybusiness--three-languages{width:1050px}.select-language__panel--mybusiness--two-languages{max-width:630px}.my-business-change-email-popup__Modal{width:950px;padding:20px 40px}.my-business-change-email-popup__option__input-section{width:75%}.my-business-change-email-popup__option{display:grid;grid-template-columns:200px 1fr}.my-business-change-email-popup__submit{display:grid;grid-template-columns:200px 1fr 200px}.my-business-change-email-popup__option__input-section{width:90%}.my-business-change-password-popup__Modal{width:1000px}.my-business-change-password-popup__option__input-section{width:65%}.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-header-input{padding:5px 20px}.business-Settings-option-flage-img{width:39px;height:auto}}.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: 1270px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-25px}}@media (min-width: 1270px) and (max-width: 1390px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-25px}}@media (min-width: 1390px) and (max-width: 1590px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-25px}}@media (min-width: 1590px) and (max-width: 1910px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-20px}}@media (min-width: 1910px) and (max-width: 2550px){.my-business-language-select-popup .modal__button__close>img{position:absolute;top:0;right:-20px}}@media (min-width: 2550px) and (max-width: 3430px){.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}}.my-business-change-email-popup__submit{display:flex;justify-content:center;gap:40px}.my-business-change-email-popup__submit__button{width:var(--bigger-button-width);height:var(--default-button-height);display:flex;align-items:center;padding:0;justify-content:center}@media (max-width: 675px){.my-business-change-email-popup__option{display:flex;flex-direction:column;gap:10px;width:230px}.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: 1000px) and (max-width: 1269px){.my-business-change-email-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}}@media (min-width: 1270px) and (max-width: 1389px){.my-business-change-email-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}}@media (min-width: 1390px) and (max-width: 1589px){.my-business-change-email-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}}@media (min-width: 1590px) and (max-width: 1909px){.my-business-change-email-popup__submit{gap:60px}.my-business-change-email-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}.my-business__email--wrong-email-popup{min-width:400px;max-width:400px;width:400px}}@media (min-width: 1910px) and (max-width: 2549px){.my-business-change-email-popup__submit{gap:70px}.my-business-change-email-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}.my-business__email--wrong-email-popup{min-width:450px;max-width:450px;width:450px}}@media (min-width: 2550px) and (max-width: 3429px){.my-business-change-email-popup__submit{gap:80px}.my-business-change-email-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}}@media (min-width: 3430px){.my-business-change-email-popup__submit{gap:100px}.my-business-change-email-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-email-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}}.my-business-change-password-popup__submit{gap:80px}.my-business-change-password-popup__cancel__button,.my-business-change-password-popup__submit__button{min-width:max-content;width:var(--bigger-button-width);height:var(--standard-button-height);display:flex;align-items:center;justify-content:center;padding:0}@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: 1000px){.my-business-change-password-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-password-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}}@media (min-width: 1910px){.my-business-change-password-popup__submit{gap:100px}.my-business-change-password-popup__Modal img{position:absolute;top:15px;right:20px}.my-business-change-password-popup__Modal>div:first-child{height:0px!important}.my-business-change-password-popup__heading{padding-top:12px}}@media (min-width: 2550px){.my-business-change-password-popup__submit{gap:40px}.my-business-change-password-popup__submit{gap:120px}}@media (min-width: 3430px){.my-business-change-password-popup__submit{gap:70px}.my-business-change-password-popup__submit{gap:160px}}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 #acd8ff99;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 #acd8ff;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 #acd8ff;font-size:var(--font-standard);color:var(--90percent)}.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: 1910px){.my-business-page-container-content{min-width:1300px!important}.business-Standard-Texts{width:1200px;padding:20px 60px}.Standard-Texts__premium-error-popup{width:550px}.buy-it-popup{width:var(--wider-error-popup-width)}}@media (min-width: 1270px) and (max-width: 1590px){.business-Standard-Texts{width:1100px;padding:20px 40px;margin-top:0;margin-bottom:0}}@media (min-width: 1910px) and (max-width: 2550px){.my-business-page-container-content{min-width:1500px!important}.business-Standard-Texts{width:1380px;padding:20px 60px}}@media (min-width: 2550px) and (max-width: 3430px){.my-business-page-container-content{min-width:2000px}.business-Standard-Texts{width:1830px;padding:30px 60px}}@media (min-width: 3430px){.my-business-page-container-content{min-width:2200px}.business-Standard-Texts{width:2000px;padding:40px 60px}}@media (max-width: 1270px) 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}}@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: 1000px){.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: 900px){.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){.buy-it-popup,.Standard-Texts__premium-error-popup{min-width:550px}.business-Standard-Texts{margin:20px auto;border-radius:40px}}@media (min-width: 1270px) and (max-width: 1390px){.myBusiness--main-container--standard-texts{padding:12px 0!important}.Standard-Texts__premium-error-popup{width:500px}}@media (min-width: 1590px) and (max-width: 1910px){.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)}}@media (min-width: 1910px) and (max-width: 2549px){.business-Standard-Texts{margin:20px 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: 3430px){.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 #acd8ff99;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 #25bbff}.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 #acd8ff99;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: 1000px){.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}}@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:1.6rem}@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;width:100%;border:1px solid #acd8ff99}.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: 1000px){.Customer-Info-Page{flex-direction:column;box-shadow:0 4px 50px #acd8ff99;width:fit-content;border-radius:50px;padding-top:25px;margin:40px 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: 2550px){.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: 1270px){.Customer-Info-Page__Content{justify-content:space-evenly;flex-direction:row;gap:10px}}.Customer-Details{box-shadow:0 4px 50px #acd8ff99;height:100%;padding:30px 40px;border-radius:40px;gap:20px;display:flex;flex-direction:column;position:relative;justify-content:space-around}@media (max-width: 675px){.Customer-Details{box-shadow:none;padding:0 10px 20px;max-width:330px;margin:0 auto}}@media (min-width: 675px) and (max-width: 1000px){.Customer-Details{box-shadow:none;width:550px;padding-top:0;padding-bottom:20px}}@media (min-width: 900px) and (max-width: 1000px){.Customer-Details{width:590px}}@media (min-width: 1000px) and (max-width: 1270px){.Customer-Details{box-shadow:0 4px 50px #acd8ff99;width:550px;margin-left:0;margin-right:0;padding:20px 40px;gap:15px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Details{width:590px;padding:20px 40px;gap:15px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Details{width:560px;padding:20px 30px;gap:15px}}@media (min-width: 1910px) and (max-width: 2550px){.Customer-Details{width:740px}}@media (min-width: 2550px) and (max-width: 3430px){.Customer-Details{width:900px}}@media (min-width: 3430px){.Customer-Details{width:1000px;gap:40px}@media (max-height: 1609px){.Customer-Details{gap:15px;padding:30px 60px}}}@media (min-width: 1590px) and (max-width: 1910px){.Customer-Details{width:590px}}.Customer-Details-row{display:grid;grid-template-columns:1fr 3fr;align-items:center;position:relative}@media (max-width: 675px){.Customer-Details-row{grid-template-columns:1fr;gap:10px}}@media (min-width: 675px) and (max-width: 1000px){.Customer-Details-row{grid-template-columns:140px 1fr;gap:10px}}@media (min-width: 1000px) and (max-width: 1270px){.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}}@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: 3430px){.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: 675px){.Customer-Details-PostCity{grid-template-columns:85px 1fr;gap:.5rem;min-width:310px}}@media (min-width: 675px) and (max-width: 1000px){.Customer-Details-PostCity{grid-template-columns:140px 1.4fr 25px 3fr;gap:10px}}@media (min-width: 1000px) and (max-width: 1270px){.Customer-Details-PostCity{grid-template-columns:10.5fr auto 3fr 12fr;gap:0px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Details-PostCity{grid-template-columns:6fr 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: 3430px){.Customer-Details-PostCity{grid-template-columns:8.4fr auto 3fr 12fr}}@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: 1390px) 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: 2550px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:103px}}@media (min-width: 2550px) and (max-width: 3430px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:140px}}@media (min-width: 3430px) and (orientation: landscape){.Customer-Details-PostCity__Post-input{width:182px}}.Customer-Details__City-label{margin:auto}@media (max-width: 1000px){.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:space-around;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;cursor:pointer;width:100%;height:40px;border-radius:21px;padding-inline:0px;align-items:center;justify-content:space-evenly;min-width:max-content}@media (max-width: 1000px){.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}}.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: 675px){.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: 675px){.Customer-Details-Default-Active-Icon{top:2px;width:15px;height:15px;left:-10px}}@media (min-width: 675px) and (max-width: 1000px){.Customer-Details-Default-Active-Icon{top:10px}}@media (min-width: 675px) and (max-width: 899px){.Customer-Details-Default-Active-Icon{top:8px}}@media (min-width: 1000px) and (max-width: 1589px){.Customer-Details-Default-Active-Icon{top:23px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Details-Default-Active-Icon{top:25px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Details-Default-Active-Icon{left:5px;top:26px}}@media (min-width: 1590px) and (max-width: 1910px){.Customer-Details-Default-Active-Icon{top:38px}}@media (min-width: 1910px) and (max-width: 2550px){.Customer-Details-Default-Active-Icon{top:40px}}@media (min-width: 2550px) and (max-width: 3429px){.Customer-Details-Default-Active-Icon{top:40px;left:5px}}@media (min-width: 3430px){.Customer-Details-Default-Active-Icon{top:70px;left:15px}}@media (min-width: 1000px) and (orientation: portrait){.Customer-Details-Default-Active-Icon{top:9px}}.Customer-Info-Other-Details{width:500px;padding:24px 40px 30px;gap:20px;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:30px;grid-template-rows:repeat(7,calc(var(--standard-input-height) + .25rem))}@media (max-width: 675px){.Customer-Info-Other-Details{margin:0 auto;padding:0 10px 20px;grid-template-rows:none;width:100%;box-shadow:none;width:fit-content;max-width:330px;width:310px}}@media (min-width: 675px) and (max-width: 1000px){.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: 1000px){.Customer-Info-Other-Details{width:510px;box-shadow:none}}@media (min-width: 1000px) and (max-width: 1270px){.Customer-Info-Other-Details{width:400px;margin-left:0;margin-right:0;gap:15px;padding:30px 40px}}@media (min-width: 1270px) and (max-width: 1389px){.Customer-Info-Other-Details{padding-top:18px;width:380px;gap:15px;margin-left:0;margin-right:0}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Info-Other-Details{padding-top:18px;width:400px;gap:15px;margin-left:0;margin-right:0}}@media (min-width: 1590px) and (max-width: 1910px){.Customer-Info-Other-Details{width:470px}}@media (min-width: 1910px) and (max-width: 2550px){.Customer-Info-Other-Details{width:480px;padding-top:27px;border-radius:45px}}@media (min-width: 2550px) and (max-width: 3430px){.Customer-Info-Other-Details{width:640px;width:580px;display:grid;gap:calc(var(--row-gap--Customer-row) - 20px);border-radius:55px}}@media (min-width: 3430px){.Customer-Info-Other-Details{width:750px;padding-top:27px;gap:40px;border-radius:60px}@media (max-height: 1609px){.Customer-Info-Other-Details{gap:15px;padding:30px 60px}}}.Customer-Info-Other-Details>div{margin-bottom:.25rem}.Customer-Details-Delivery-Header{grid-column:1 / 3;display:grid;grid-template-columns:300px 1fr;align-items:center}@media (max-width: 675px){.Customer-Details-Delivery-Header{grid-template-columns:1fr;gap:10px}}@media (min-width: 675px) and (max-width: 1000px){.Customer-Details-Delivery-Header{grid-template-columns:1fr auto;gap:4px}}@media (min-width: 1000px) and (max-width: 1270px){.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: 2550px){.Customer-Details-Delivery-Header{grid-template-columns:280px 1fr;gap:15px}}@media (min-width: 2550px) and (max-width: 3430px){.Customer-Details-Delivery-Header{grid-template-columns:350px 1fr}}@media (min-width: 3430px){.Customer-Details-Delivery-Header{grid-template-columns:460px 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: 675px){.Customer-Details__Delivery__input-section{grid-template-columns:1fr;gap:10px}}@media (min-width: 675px) and (max-width: 1000px){.Customer-Details__Delivery__input-section{grid-template-columns:150px 1fr}}@media (min-width: 1000px) and (max-width: 1270px){.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: 675px){.Customer-Other-Details-PostCity{gap:.5rem;grid-template-columns:85px 1fr;grid-template-rows:auto;grid-row:4 / 6}}@media (min-width: 675px) and (max-width: 1000px){.Customer-Other-Details-PostCity{gap:10px;grid-template-columns:140px 1.4fr 25px 3fr;grid-row:auto}}@media (min-width: 1000px) and (max-width: 1269px){.Customer-Other-Details-PostCity{gap:15px;grid-template-columns:75px 3fr;grid-row:5 / 7}}@media (min-width: 1270px) and (max-width: 1589px){.Customer-Other-Details-PostCity{gap:15px;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: 3430px){.Customer-Other-Details-PostCity{grid-template-columns:142px 1fr}}@media (min-width: 3430px){.Customer-Other-Details-PostCity{grid-template-columns:200px 1fr}}@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: 1000px){.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: 1000px){.Customer-Other-Details-StandTerms{grid-template-columns:280px 1fr;gap:10px}}@media (min-width: 1000px) and (max-width: 1270px){.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: 1910px){.Customer-Other-Details-StandTerms{grid-template-columns:240px 1fr}}@media (min-width: 2550px) and (max-width: 3430px){.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: 1000px){.Customer-Details-StandardTerms__input{padding:4px 10px}}@media (min-width: 900px) and (max-width: 1000px){.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: 1270px){.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: 1910px){.Customer-Details-StandardTerms__input{padding:5px 10px}}@media (min-width: 1910px) and (max-width: 2550px){.Customer-Details-StandardTerms__input{padding:5px 10px;border-radius:50px}}@media (min-width: 2550px) and (max-width: 3430px){.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: 1270px){.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: 1910px){.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:calc(var(--standard-input-height) + .25rem)}}@media (min-width: 1270px) and (max-width: 1589px){.Customer-Other__Buttons-Section{grid-template-columns:88px 3fr}}@media (min-width: 1590px) and (max-width: 1910px){.Customer-Other__Buttons-Section{grid-template-columns:200px 250px}}@media (min-width: 1910px) and (max-width: 2550px){.Customer-Other__Buttons-Section{grid-template-rows:calc(var(--standard-input-height) + .25rem)}}@media (min-width: 2550px) and (max-width: 3430px){.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: 1000px){.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:4px}}@media (max-width: 1000px){.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}@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:0;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: 1000px){.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){.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: 760px){.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:37px;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){.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-Delivery-Header{grid-template-columns:200px 1fr}.Customer-Info-Other-Details{padding:20px 40px}.Customer-Info-Page__Header--Separator__Height-div{min-height:0px;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:30px;height:calc(100vh - 720px);display:flex;justify-content:center;align-items:center}@media (min-height: 880px){.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:37px;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: 1390px) and (max-width: 1589px){.Customer-Other__Buttons{gap:14px;justify-content:center}.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:0px;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){.customer-info_wider-popup__confirmation-popup{width:var(--wider-confirmation-popup-width);padding:25px 50px 20px}.Customer-Other__Buttons{gap:14px;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:10px}.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:10px}.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(7,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-Other__Buttons{gap:16px;justify-content:center}.customer-info_wider-popup__confirmation-popup{width:550px;padding:25px 50px 20px}.Customer-Other__customer-no-row{grid-template-columns:120px 3fr}.Customer-Other_Button_find-first-no{margin-top:.125rem;height:100%}.Customer-Info-Page__Header--Separator__Height-div{min-height:10px;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:120px}@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>div{height:48px;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,48px);gap:calc(var(--row-gap--Customer-row) - 10px)}.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:50px;max-height:95px;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:120px;height:calc(100vh - 1165px);display:flex;justify-content:center;align-items:center}@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) - 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(8,59.75px);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: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){.Customer-Details{width:1100px}.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 #acd8ff99;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-top:15px;padding-bottom:10px;padding-inline:15px;border-radius:30px;box-shadow:0 4px 30px #acd8ffcc}.Customer-invoice-header-row{font-size:var(--font-standard)}.Customer-invoice__header{width:90%;margin:auto}@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:2px}@media (max-width: 675px){.customer-invoice__paid-tick{left:30px}}@media (min-width: 2550px){.customer-invoice__paid-tick{left:60px}}@media (min-width: 2550px){.customer-invoice__paid-circle-icon{width:25px}}@media (min-width: 3440px){.customer-invoice__paid-circle-icon{width:30px}}.customer-invoice__paid-tick-icon{position:absolute;left:3px;top:3px}@media (min-width: 675px) and (max-width: 899px){.customer-invoice__paid-tick-icon{top:4px}}@media (min-width: 1270px){.customer-invoice__paid-tick-icon{top:4px}}@media (min-width: 1590px){.customer-invoice__paid-tick-icon{top:4px}}@media (min-width: 1910px){.customer-invoice__paid-tick-icon{top:4px}}@media (min-width: 2550px){.customer-invoice__paid-tick-icon{width:20px;top:7px;left:2px}}@media (min-width: 3440px){.customer-invoice__paid-tick-icon{width:24px}}@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:20px;height:20px}.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: 675px){.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}}@media (min-width: 900px) and (max-width: 999px){.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__header,.customer-invoice__element-row{min-width:950px;padding-left:10px}.customer__invoice-no{padding-left:10px}.customer__open-invoice{padding-right:10px}.customer-invoice__element-row{padding:15px 10px!important}.Customer-invoice__element--invoice-exl-vat_col{padding-right:13px}.Customer-invoice__element--invoice-date_col{padding-left:10px}.customer-register__invoice__paid-popup--button{width:120px}.Invoice-Search-bar-label{width:100%;margin-left:10px}.Customer-Invoice-VAT-Section-Icon{width:21px;height:21px}}@media (min-width: 1270px) and (max-width: 1389px){.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-Invoice-VAT-Section-Icon{width:21px;height:21px}}@media (min-width: 1390px) and (max-width: 1589px){.Customer-Invoice-VAT-Section-Des{top:-62.5px}.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)}.Customer-invoice__header,.customer-invoice__element-row{width:1040px!important}.customer-register__invoice__paid-popup--button{width:125px}.Customer-Invoice-VAT-Section-Icon{width:21px;height:21px}.customer-register__info-row{padding:10px 20px!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-Invoice-VAT-Section-Icon{width:22px;height:22px}.customer-register__info-row{padding:10px 20px!important}.Customer-Invoice-VAT-Section-Des{top:-54px}}@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:30px}.Customer-Invoice-Page{width:1533px;padding-left:10px}.customer-register__invoice__paid-popup--button{width:140px}.Customer-Invoice-VAT-Section-Icon{width:26px;height:26px}}@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:first-child{padding-left:10px}.customer-register__invoice__paid-popup--button{width:220px}.customer__invoice-no{padding-left:10px}.customer__open-invoice{padding-right:10px}.Customer-Invoice-VAT-Section-Icon{width:35px;height:35px}}@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-Icon{width:29px;height:29px}}@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}.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: 675px){.Customer-Row-Close-Icon{right:7px}}@media (min-width: 1000px) and (max-width: 1270px){.Customer-Row-Close-Icon{right:15px}}@media (min-width: 1590px) and (max-width: 1910px){.Customer-Row-Close-Icon{right:20px}}@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);outline:none;border:none;box-shadow:0 0 20px #acd8ff99;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: 900px) 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: 900px) and (orientation: portrait){.Customer-Notes-Input{height:calc(100% - 20px)}}@media only screen and (min-width: 900px) and (max-width: 1000px) and (orientation: landscape){.Customer-Notes-Input{height:calc(100% - 20px);min-height:600px}}@media only screen and (min-width: 900px) and (max-width: 1000px) 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}}@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}.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: 3430px){.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{font-size:var(--font-standard);color:var(--blue-invoice-color);cursor:pointer;text-align:center}.Upload-New-Button{display:flex;justify-content:space-around;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;cursor:pointer;width:100%;padding:5px 20px;border-radius:21px}@media (max-width: 675px){.Upload-New-Button{padding:5px 1px;width:95%}}@media (min-width: 675px) and (max-width: 900px){.Upload-New-Button{gap:15px}}@media (min-width: 900px) and (max-width: 1000px){.Upload-New-Button{gap:20px}}@media (min-width: 1000px){.Upload-New-Button{display:flex;justify-content:space-around;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;cursor:pointer;width:100%;height:auto;border-radius:21px;padding-inline:15px}}@media (min-width: 1390px) and (max-width: 1589px){.Upload-New-Button{gap:14px;justify-content:center;width:160px;margin-left:auto}}@media (min-width: 1590px) and (max-width: 1909px){.Upload-New-Button{gap:14px;justify-content:center}}@media (min-width: 1910px) and (max-width: 2549px){.Upload-New-Button{gap:16px;justify-content:center}}@media (min-width: 3430px){.Upload-New-Button{border-radius:35px}}.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{width:var(--bigger-button-width);height:var(--standard-button-height);display:flex;justify-content:center;align-items:center;padding:0}@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: 900px){.Customer-Documents-Page{padding-left:10px}.Customer-documents__upload-header{width:100%;margin-left:20px}}@media (min-width: 900px) and (max-width: 1000px){.Customer-Documents-Page{padding-left:10px}.Customer-documents__upload-header{width:100%;margin-left:20px}}@media (min-width: 1000px) and (max-width: 1270px){.customer-register__info-row__document{min-width:950px}.Customer-documents__name{padding-left:10px}.customer__open-document{padding-right:10px}.customer-register__info-row__document{padding:15px 10px!important}.Customer-documents__upload-header{margin-left:10px;width:100%}}@media (min-width: 1270px) and (max-width: 1390px){.Customer-Documents-Page{width:1241px;padding-left:10px}.Customer-documents__upload-header{margin-left:20px;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:20px}.Customer-invoice__header,.customer-register__info-row__document{width:1030px!important}}@media (min-width: 1590px) and (max-width: 1910px){.Customer-documents__upload-header{width:100%;margin-left:20px}.Customer-Documents-Page{width:1266px;padding-left:10px}}@media (min-width: 1910px) and (max-width: 2550px){.Customer-documents__upload-header{width:100%;margin-left:30px}.Customer-Documents-Page{width:1535px;padding-left:10px}}@media (min-width: 2550px) and (max-width: 3430px){.Customer-Documents-Page{width:1990px}.Customer-documents__upload-header{width:100%;margin-left:30px}.customer-register__info-row__document{width:1790px!important}.Customer-documents__name{margin-left:10px}}@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%;align-items:center;display:flex;justify-content:center;gap:20px;cursor:pointer;border-radius:50px;box-shadow:0 0 20px #acd8ff99}.Advance-Search__Search-List:hover{box-shadow:0 4px 50px #acd8ff}.Advance-Search__Buttons-Section{display:flex;justify-content:space-between;padding-top:20px;gap:50px;align-items:center;margin-bottom:30px}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search__Buttons-Section{gap:75px}}@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: 900px){.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}}@media (min-width: 900px) and (max-width: 1000px){.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}}@media (min-width: 1000px) and (max-width: 1270px){.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}}@media (min-width: 1270px) and (max-width: 1390px){.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}.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:300px}}@media (min-width: 1390px) and (max-width: 1590px){.Advance-Search__Buttons-Section{gap:230px}}@media (min-width: 1590px) and (max-width: 1910px){.Advance-Search__Buttons-Section{gap:300px}}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search__Buttons-Section{gap:320px}}@media (min-width: 2550px) and (max-width: 3430px){.Advance-Search__Buttons-Section{gap:590px}}@media (min-width: 3430px){.Advance-Search__Buttons-Section{gap:900px}}.Advance-Search__search-icon{height:auto!important}@media (max-width: 675px){.Advance-Search__search-icon{width:20px!important}}@media (min-width: 1000px) and (max-width: 1270px){.Advance-Search__search-icon{width:21px!important}}@media (min-width: 1270px) and (max-width: 1390px){.Advance-Search__search-icon{width:21px!important}}@media (min-width: 1390px) and (max-width: 1590px){.Advance-Search__search-icon{width:21px!important}}@media (min-width: 1590px) and (max-width: 1910px){.Advance-Search__search-icon{width:22px!important}}@media (min-width: 1910px) and (max-width: 2550px){.Advance-Search__search-icon{width:26px!important}}@media (min-width: 2550px) and (max-width: 3430px){.Advance-Search__search-icon{width:35px!important}}@media (min-width: 3430px){.Advance-Search__search-icon{width:39px!important}}@media (min-width: 1000px) and (orientation: portrait){.Advance-Search__search-icon{width:22px!important}}.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:0;text-align:center}.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}}.Advance-Search__Button-Print-List{justify-content:center}.customer-register__advanced-search-response__result-inputs{margin-top:.125rem;margin-bottom:.125rem;overflow:hidden;height:var(--standard-input-height)}@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){.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}}@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}}@media (min-width: 1910px) and (max-width: 2549px){.Advance-Search__Button-Print-List{width:215px}.Advance-Search-Results__Header__City{padding-left:5px}.customer-register__advance-search-results__modal{width:1800px!important;max-width:max-content!important}.customer-register__advanced-search-response__result-inputs{line-height:1.2}.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!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:1;height:100%;align-items:center;padding-left:10px;padding-right:2px}.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);will-change:transform;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: 900px){.Advance-Search-Results__search-icon{width:25px!important}}@media (min-width: 900px) and (max-width: 1000px){.Advance-Search-Results__search-icon{width:25px!important}}@media (min-width: 1000px) and (max-width: 1270px){.Advance-Search-Results__search-icon{width:21px!important}}@media (min-width: 1270px) and (max-width: 1390px){.Advance-Search-Results__search-icon{width:21px!important}}@media (min-width: 1390px) and (max-width: 1590px){.Advance-Search-Results__search-icon{width:21px!important}}@media (min-width: 1590px) and (max-width: 1910px){.Advance-Search-Results__search-icon{width:22px!important}}@media (min-width: 1910px) and (max-width: 2550px){.Advance-Search-Results__search-icon{width:26px!important}}@media (min-width: 2550px) and (max-width: 3430px){.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: 900px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:30px!important}}@media (min-width: 1000px) and (max-width: 1270px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:24px!important}}@media (min-width: 1270px) and (max-width: 1390px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:24px!important}}@media (min-width: 1390px) and (max-width: 1590px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:24px!important}}@media (min-width: 1590px) and (max-width: 1910px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:26px!important}}@media (min-width: 1910px) and (max-width: 2550px){.Advance-Search-Results__Arrow-Right,.Advance-Search-Results__Arrow-Left{width:30px!important}}@media (min-width: 2550px) and (max-width: 3430px){.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}.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: 900px){.Advance-Search-Results__Inner-Go-To-Customer-container{height:30px!important}}@media (min-width: 900px) and (max-width: 1000px){.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__New-Customer-Button{display:flex;justify-content:space-around;box-shadow:0 0 20px #acd8ff99;transition-duration:.5s;cursor:pointer;color:#404040;font-size:1.2rem;height:40px;border-radius:21px;padding-inline:25px;min-width:max-content;background:#fff!important;align-items:center;font-size:var(--font-standard)}.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: 900px){.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: 1270px){.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: 3430px){.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_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:#27cf96}.invoice-start_metrics-wrapper .metric-card .label{font-size:var(--font-small);color:#0009;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_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:#0003;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:#b2bec3;z-index:1}.invoice-start_bar-chart-container:before{top:0;margin-left:40px;width:calc(97% - 3rem);background-color:#0000001a}.invoice-start_bar-chart-container:after{bottom:0;margin-left:40px;width:calc(97% - 3rem);background-color:#0000001a}.invoice-start_bar-chart-container .mid-line{position:absolute;top:50%;left:3rem;width:calc(97% - 3rem);height:1px;background-color:#0000001a;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:#27cf96;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:#0009;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:#000c;min-width:fit-content;justify-content:flex-start}.invoice-start_bar-chart-container .custom-dropdown-trigger:hover{border-color:#acd8ff77}.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 #acd8ff99;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 #acd8ff44;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:#acd8ff11}.invoice-start_bar-chart-container .calendar-icon{width:var(--small-icon-width);height:var(--small-icon-width);color:#3b82f6;flex-shrink:0}.invoice-start_bar-chart-container .bar-chart-header select.compact-select{width:auto;min-width:fit-content}.invoice-start_bar-chart-container .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_bar-chart-container .date-picker-modal{background:#fff;border-radius:25px;width:550px;max-width:90vw;box-shadow:0 0 40px #acd8ff99;overflow:hidden}.invoice-start_bar-chart-container .modal-content-wrapper{padding:10px 45px}.invoice-start_bar-chart-container .modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 5px 16px;border-bottom:2px solid #acd8ff77}.invoice-start_bar-chart-container .header-icon{display:flex;gap:12px}.invoice-start_bar-chart-container .close-icon{display:flex;border:none;background:#fff;justify-content:flex-end}.invoice-start_bar-chart-container .popup-calendar-icon{width:var(--default-icon-width);height:var(--default-icon-width);position:relative;top:3px;flex-shrink:0}.invoice-start_bar-chart-container .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_bar-chart-container .modal-header p{margin:0;color:var(--90percent);font-size:var(--font-subtitle);font-weight:400}.invoice-start_bar-chart-container .modal-content{padding:0}.invoice-start_bar-chart-container .inline-calendar{background:#fff;border-radius:25px;box-shadow:0 0 40px #acd8ff99}.invoice-start_bar-chart-container .calendar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#00000003;border-bottom:1px solid #acd8ff55}.invoice-start_bar-chart-container .calendar-month-year-container{display:flex;align-items:center;gap:8px;position:relative}.invoice-start_bar-chart-container .calendar-month{font-weight:400;color:var(--90percent);font-size:var(--font-small)}.invoice-start_bar-chart-container .calendar-year-selector{position:relative}.invoice-start_bar-chart-container .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)}.invoice-start_bar-chart-container .year-dropdown-arrow{width:var(--small-icon-width);transition:transform .2s ease}.invoice-start_bar-chart-container .year-dropdown-arrow.open{transform:rotate(180deg)}.invoice-start_bar-chart-container .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}.invoice-start_bar-chart-container .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_bar-chart-container .year-option:hover{background-color:#3b82f61a}.invoice-start_bar-chart-container .year-dropdown-menu::-webkit-scrollbar{width:6px}.invoice-start_bar-chart-container .year-dropdown-menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.invoice-start_bar-chart-container .year-dropdown-menu::-webkit-scrollbar-thumb{background:#acd8ff;border-radius:3px}.invoice-start_bar-chart-container .year-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#3b82f6}.invoice-start_bar-chart-container .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_bar-chart-container .calendar-nav-btn img{width:var(--small-icon-width);height:var(--small-icon-width)}.invoice-start_bar-chart-container .calendar-month-year{font-weight:400;color:var(--90percent);font-size:var(--font-small)}.invoice-start_bar-chart-container .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_bar-chart-container .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_bar-chart-container .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_bar-chart-container .calendar-day:hover{background-color:#acd8ff44}.invoice-start_bar-chart-container .calendar-day.empty{cursor:default;color:transparent}.invoice-start_bar-chart-container .calendar-day.empty:hover{background-color:transparent}.invoice-start_bar-chart-container .calendar-day.today{background-color:#3b82f61a;color:#3b82f6;font-weight:400}.invoice-start_bar-chart-container .calendar-day.selected{background-color:#3b82f6;color:#fff;font-weight:400}.invoice-start_bar-chart-container .calendar-day.disabled{color:var(--40percent);cursor:not-allowed}.invoice-start_bar-chart-container .calendar-day.disabled:hover{background-color:transparent}.invoice-start_bar-chart-container .calendar-day:nth-child(7n){border-right:none}.invoice-start_bar-chart-container .calendar-day-header:nth-child(7n){border-right:none}.invoice-start_bar-chart-container .calendar-grid-wrapper{overflow:hidden;border-radius:0 0 25px 25px}.invoice-start_bar-chart-container .date-input-section{margin:20px 0}.invoice-start_bar-chart-container .date-display-section{padding:8px 4px 20px;background:#fff;display:flex;flex-direction:column;gap:20px;border-top:1px solid #f0f0f0}.invoice-start_bar-chart-container .date-fields-container{display:flex;flex-direction:column;gap:16px;padding:0 5px}.invoice-start_bar-chart-container .date-field-row{display:flex;align-items:center;gap:12px;justify-content:flex-start}.invoice-start_bar-chart-container .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_bar-chart-container .selected-date-display{color:var(--90percent);font-size:var(--font-small);height:var(--small-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_bar-chart-container .date-picker-buttons{display:flex;gap:12px;justify-content:space-between}.invoice-start_bar-chart-container .date-picker-buttons button{height:var(--small-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_bar-chart-container .cancel-btn{background:#fff;color:var(--blue-text-color);box-shadow:0 0 10px #acd8ff99;border:1px solid #25bbff!important}.invoice-start_bar-chart-container .apply-btn{background:#3b82f6;color:#fff}.invoice-start_bar-chart-container .apply-btn:hover{background:#2563eb}.invoice-start_bar-chart-container .apply-btn:disabled{color:var(--blue-text-color);background:#fff;box-shadow:0 0 30px #acd8ff99;cursor:not-allowed}@media (max-width: 1000px){.invoice-start_bar-chart-container .popup-calendar-icon{top:0}}@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 .date-picker-modal{border-radius:25px;width:350px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:5px 30px 10px}.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}.invoice-start_bar-chart-container .modal-header{padding:5px 2px 16px}.invoice-start_bar-chart-container .selected-date-display{width:98px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 10px}.invoice-start_bar-chart-container .calendar-day-header{padding:3px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:26px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_bar-chart-container .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_bar-chart-container .date-picker-overlay{position:fixed;overflow-y:auto}.invoice-start_bar-chart-container .date-picker-overlay{display:flex;justify-content:center;padding:20px 0;align-items:flex-start}}.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}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:365px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:5px 30px 10px}.invoice-start_bar-chart-container .modal-header{padding:5px 4px 16px}.invoice-start_bar-chart-container .selected-date-display{width:105px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 10px}.invoice-start_bar-chart-container .calendar-day-header{padding:3px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:26px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_bar-chart-container .date-field-row{justify-content:space-between}}@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}.invoice-start_bar-chart-container .calendar-day-header{padding:5px 8px}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:365px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:5px 30px 10px}.invoice-start_bar-chart-container .modal-header{padding:5px 4px 16px}.invoice-start_bar-chart-container .selected-date-display{width:105px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 10px}.invoice-start_bar-chart-container .calendar-day-header{padding:2px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:26px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_bar-chart-container .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_bar-chart-container .date-picker-overlay{position:fixed;overflow-y:auto}.invoice-start_bar-chart-container .date-picker-overlay{display:flex;justify-content:center;padding:20px 0;align-items:flex-start}}.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}.invoice-start_bar-chart-container .calendar-day-header{padding:4px 8px}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:365px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:5px 30px 10px}.invoice-start_bar-chart-container .modal-header{padding:5px 5px 16px}.invoice-start_bar-chart-container .selected-date-display{width:115px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 10px}.invoice-start_bar-chart-container .calendar-day-header{padding:2px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:26px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_bar-chart-container .date-field-row{justify-content:space-between}}@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}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:365px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:10px 30px}.invoice-start_bar-chart-container .modal-header{padding:5px 5px 16px}.invoice-start_bar-chart-container .selected-date-display{width:115px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 10px}.invoice-start_bar-chart-container .calendar-day-header{padding:2px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:26px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,26px)}.invoice-start_bar-chart-container .date-field-row{justify-content:space-between}}@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}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:310px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:10px 30px}.invoice-start_bar-chart-container .modal-header{padding:5px 5px 16px}.invoice-start_bar-chart-container .calendar-header{padding:10px 20px}.invoice-start_bar-chart-container .selected-date-display{width:92px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 10px}.invoice-start_bar-chart-container .calendar-day-header{padding:2px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:20px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,20px)}.invoice-start_bar-chart-container .date-field-row{justify-content:space-between}}@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}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:370px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:10px 30px}.invoice-start_bar-chart-container .calendar-header{padding:10px 20px}.invoice-start_bar-chart-container .selected-date-display{width:120px}.invoice-start_bar-chart-container .calendar-day-header{padding:3px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:30px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,30px)}.invoice-start_bar-chart-container .date-field-row{justify-content:space-between}}@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}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:325px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:10px 30px}.invoice-start_bar-chart-container .modal-header{padding:5px 5px 16px}.invoice-start_bar-chart-container .calendar-header{padding:6px 20px}.invoice-start_bar-chart-container .selected-date-display{width:90px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 10px}.invoice-start_bar-chart-container .calendar-day-header{padding:1px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:20px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,20px)}.invoice-start_bar-chart-container .date-field-row{justify-content:space-between}}@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 .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}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:370px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:10px 35px}.invoice-start_bar-chart-container .modal-header{padding:5px 5px 16px}.invoice-start_bar-chart-container .calendar-header{padding:10px 20px}.invoice-start_bar-chart-container .selected-date-display{width:100px}.invoice-start_bar-chart-container .date-field-label{width:80px;min-width:80px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 10px}.invoice-start_bar-chart-container .calendar-day-header{padding:2px 8px}.invoice-start_bar-chart-container .calendar-day{min-height:23px}.invoice-start_bar-chart-container .calendar-grid{min-height:135px;grid-template-rows:repeat(7,23px)}}@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:-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:7px}.invoice-start_bar-chart-container .date-picker-modal{border-radius:25px;width:435px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:10px 35px}.invoice-start_bar-chart-container .calendar-day-header{padding:6px 8px}.invoice-start_bar-chart-container .year-dropdown-menu{border-radius:8px;max-height:220px;min-width:70px}}@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 .date-picker-modal{border-radius:25px;width:435px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:10px 40px}.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}.invoice-start_bar-chart-container .date-display-section{padding:10px 4px 20px}.invoice-start_bar-chart-container .year-dropdown-menu{border-radius:8px;max-height:220px;min-width:80px}}@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}.invoice-start_bar-chart-container .date-picker-modal{border-radius:35px;width:610px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:15px 55px}.invoice-start_bar-chart-container .inline-calendar{border-radius:35px}.invoice-start_bar-chart-container .modal-header{padding:10px 5px 20px}.invoice-start_bar-chart-container .calendar-header{padding:25px 20px}.invoice-start_bar-chart-container .date-field-label{width:140px;min-width:100px}.invoice-start_bar-chart-container .date-display-section{padding:8px 5px 20px}.invoice-start_bar-chart-container .calendar-day-header{padding:8px}.invoice-start_bar-chart-container .calendar-day{min-height:45px}.invoice-start_bar-chart-container .calendar-grid{min-height:200px;grid-template-rows:repeat(7,45px)}.invoice-start_bar-chart-container .year-dropdown-menu{border-radius:15px;max-height:320px;min-width:110px}.invoice-start_bar-chart-container .year-option{padding:18px 26px}}@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}.invoice-start_bar-chart-container .date-picker-modal{border-radius:50px;width:850px}.invoice-start_bar-chart-container .modal-content-wrapper{padding:25px 65px}.invoice-start_bar-chart-container .inline-calendar{border-radius:35px}.invoice-start_bar-chart-container .modal-header{padding:15px 5px 25px}.invoice-start_bar-chart-container .date-input-section{margin:30px 0}.invoice-start_bar-chart-container .calendar-header{padding:35px 20px}.invoice-start_bar-chart-container .date-field-label{width:240px;min-width:180px}.invoice-start_bar-chart-container .date-display-section{padding:25px 5px}.invoice-start_bar-chart-container .calendar-day-header{padding:8px}.invoice-start_bar-chart-container .calendar-day{min-height:65px}.invoice-start_bar-chart-container .calendar-grid{min-height:200px;grid-template-rows:repeat(7,65px)}.invoice-start_bar-chart-container .year-dropdown-menu{border-radius:22px;max-height:400px;min-width:150px}.invoice-start_bar-chart-container .year-option{padding:18px 26px}@media screen and (max-height: 1609px){.invoice-start_bar-chart-container{height:calc(90dvh - 876px)}}}.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:#acd8ff99;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 #acd8ff99}.invoice-start_latest-invoices-grid .latest-invoice-icon{width:56px;height:56px;margin-bottom:.5rem;background-color:#acd8ff99;border:#ffff 2px solid;border-radius:50px;box-shadow:0 0 8px #acd8ff99;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:#25bbff;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)}.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:1px}.invoice-start_latest-invoices-grid .latest-invoice-card-underline.positive{background-color:#27cf96!important}.invoice-start_latest-invoices-grid .latest-invoice-card-underline.negative{background-color:#ff6174!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:#27cf96}.invoice-start_latest-invoices-grid .latest-invoice-amount.negative{color:#ff6174}@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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}}.print-invoice-journal-modal{padding:20px 20px 25px;background:#fff;border-radius:30px;box-shadow:0 0 40px #acd8ff99}@media only screen and (min-width: 3430px){.print-invoice-journal-modal{padding: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}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.print-invoice-journal-modal{padding: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:20px}}@media only screen and (min-width: 1270px) and (max-width: 1389px){.print-invoice-journal-modal{padding:20px}}.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:#000c;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-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:35px 0 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 #acd8ff99;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 #acd8ff99;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:#27cf962b}.invoice-navbar-buttons-container .my-business-header-Navbar-Button:nth-child(2) .my-business-header-Navbar-img{background-color:#acd8ff99}.invoice-navbar-buttons-container .my-business-header-Navbar-Button:nth-child(3) .my-business-header-Navbar-img{background-color:#ff61742b}.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 #25bbff}@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}}.invoice-journal__block{display:flex;flex-direction:column;height:90vh!important}.invoice-journal__icon{width:20px;height:20px}@media (min-width: 2550px){.invoice-journal__icon{width:20px;height:20px}}@media (min-width: 3440px){.invoice-journal__icon{width:24px;height:24px}}.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;min-width:fit-content;padding-right:1.5em}.invoice-journal__vat-btn-label{color:#000000e6;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}.invoice-journal__invoice-no{color:#000000e6}.invoice-journal__invoice-paid-col{padding-left:2px}.invoice-journal__price{padding-right:2em;text-align:right}.invoice-journal__open-invoice{font-size:var(--font-standard);color:#25bbff;cursor:pointer;text-align:right;padding-right:5mm}.invoice-journal__search{display:flex;align-items:center;position:relative;width:27%;padding:7mm 0 1rem}.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__horizontal-line{width:96%}.invoice-journal__print-invoice-separator{width:96%;color:#acd8ff99}.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}.invoice-journal__scrolling{scroll-snap-type:y mandatory;overflow-y:auto}.invoice-journal__header{width:96%;padding-left:5mm;margin-top:20px;margin-bottom:10px;font-size:var(--font-standard);color:#000000e6}.invoice-journal___invoice-no{font-size:var(--font-standard);color:#25bbff}.invoice-journal__content{width:96%;padding-left:2rem;font-size:var(--font-standard);padding:10px 30px;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:2.5em;text-align:right}.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}@media only screen and (min-width: 3429px){.main-invoice-journal__container{padding:0 50px}.invoice-journal__search{padding:40px 0}.invoice-journal__middle-separator,.invoice-journal__footer{padding:0 50px}.print-invoice-journal-modal{width:800px;height:auto}}@media only screen and (min-width: 2550px) and (max-width: 3429px){.main-invoice-journal__container{padding:0 50px}.invoice-journal__search{padding:35px 0}.invoice-journal__middle-separator,.invoice-journal__footer{padding:0 50px}.print-invoice-journal-modal{width:600px;height:auto}}@media only screen and (min-width: 1910px) and (max-width: 2549px){.invoice-journal__search{padding:30px 0}}@media only screen and (min-width: 1590px) and (max-width: 1909px){.main-invoice-journal__container{margin-top:-20px}.invoice-journal__content{padding:10px 20px}.invoice-journal__search{padding:20px 0}.invoice-journal__header{margin:15px 0 10px}}@media only screen and (min-width: 1390px) and (max-width: 1589px){.main-invoice-journal__container,.invoice-journal__middle-separator,.invoice-journal__footer{padding:0 20px}.invoice-journal__content{padding:15px 20px}.invoice-journal__search{padding:20px 0}.invoice-journal__header{margin:15px 0 10px}}@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 20px;height:5px}.invoice-journal__footer{height:20vh;min-height:100px}.invoice-journal__content{padding:15px 20px}.invoice-journal__search{padding:20px 0}.invoice-journal__header{margin:15px 0 10px}}@media only screen and (min-width: 1000px) and (max-width: 1269px){.invoice-journal__block{height:100vh!important}.main-invoice-journal__container{height:calc(100vh - 100px);padding:30px 0 0;min-height:400px}.invoice-journal__footer{height:20vh;min-height:100px;gap:30px;padding:0 20px}.customer-register__information-tile{min-width:100px;max-width:250px}.invoice-journal__content{padding:15px 20px}.invoice-journal__search{padding:25px 0 20px}.invoice-journal__vat-button{padding:25px 1.5em 20px}.invoice-journal__header{margin:15px 0 10px}}@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:20vh;min-height:100px}.invoice-journal__content{padding:15px 20px}.invoice-journal__search{padding:30px 0 10px}.invoice-journal__vat-button{padding:30px 1.5em 10px}.invoice-journal__header{margin:15px 0 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(--close-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:14px!important;width:416px}}@media (min-width: 2550px) and (max-width: 3429px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:10px!important;width:290px}}@media (min-width: 1910px) and (max-width: 2549px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:8px!important;width:238px}.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:8px!important;width:202px}}@media (min-width: 1390px) and (max-width: 1589px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:8px!important;width:186px}}@media (min-width: 1270px) and (max-width: 1389px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:8px!important;width:175px}}@media (min-width: 1000px) and (max-width: 1269px){.invoice-journal__dash-navbar-button{padding-left:5px!important;padding-right:5px!important;gap:6px!important;width:150px}}:root{--90percent: #1a1a1a;--80percent: #333333;--40percent: #999999;--blue-button: #0f7ee9;--blue-button-focus: #00a3ff;--heading: #0f7ee9;--blue-text-color: #0f7ee8;--red-text-color: #ff6174;--green-text-color: #27cf96;--blue-invoice-color: #25bbff}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}.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}.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;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}.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}.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;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}.dash-navbar{height:var(--dash-navbar-height);position:fixed;z-index:100}.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: 24px;--menubar-width: 230px;--small-button-width: 65px;--middle-button-width: 72px;--bigger-button-width: 95px;--standard-button-height: 24px;--standard-input-height: 24px;--small-button-height: 23px;--small-input-height: 23px;--small-icon-width: 14px;--default-icon-width: 15px;--large-icon-width: 30px;--bigger-icon-width: 16px;--close-icon-width: 13px;--arrow-icon-width: 24px}.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: 27px;--menubar-width: 250px;--small-button-width: 70px;--middle-button-width: 77px;--bigger-button-width: 110px;--standard-button-height: 27px;--standard-input-height: 27px;--small-button-height: 26px;--small-input-height: 26px;--small-icon-width: 14px;--default-icon-width: 16px;--large-icon-width: 30px;--bigger-icon-width: 18px;--close-icon-width: 13px;--arrow-icon-width: 34px}.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: 30px;--menubar-width: 260px;--small-button-width: 75px;--middle-button-width: 82px;--bigger-button-width: 115px;--standard-button-height: 30px;--standard-input-height: 30px;--small-button-height: 29px;--small-input-height: 29px;--small-icon-width: 16px;--default-icon-width: 18px;--large-icon-width: 30px;--bigger-icon-width: 20px;--close-icon-width: 15px;--arrow-icon-width: 26px;--standard-confirmation-popup-width: 400px;--wider-confirmation-popup-width: 460px;--small-close-popup-width: 400px;--wider-close-popup-width: 510px;--wider-error-popup-width: 510px;--advanced-mode-popup-width: 760px}.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: 33px;--small-button-width: 87px;--middle-button-width: 92px;--bigger-button-width: 120px;--standard-button-height: 33px;--standard-input-height: 33px;--small-button-height: 32px;--small-input-height: 32px;--small-icon-width: 18px;--default-icon-width: 20px;--large-icon-width: 40px;--bigger-icon-width: 22px;--close-icon-width: 18px;--arrow-icon-width: 30px;--standard-confirmation-popup-width: 490px;--wider-confirmation-popup-width: 550px;--small-close-popup-width: 490px;--wider-close-popup-width: 600px;--wider-error-popup-width: 600px;--advanced-mode-popup-width: 850px}.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}.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: 56px;--small-input-height: 56px;--small-icon-width: 36px;--default-icon-width: 39px;--large-icon-width: 60px;--bigger-icon-width: 42px;--close-icon-width: 35px;--arrow-icon-width: 50px}.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}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}
