@import"https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";*{box-sizing:border-box}html{font-size:26px}body{margin:0;padding:0;direction:rtl;font-size:1rem;--primary: #436E75;--offwhiteBG: #F1EEE9;--greenDark: #436E75;--yellow: #F5E7CB;--greenLight: #9DC19F;--red: #df3838}.color-orders{background:var(--primary);color:#fff}.color-receipts{background:var(--yellow);color:#000}.color-certs{background:var(--greenLight);color:#fff}a.shadowbox{text-decoration:none!important}body,input,textarea,select,td,.assistant{font-family:Assistant,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.login-page h1,.home-page h1,.rubik{font-family:Rubik,sans-serif;font-optical-sizing:auto}.logo{margin:0 auto;padding:3vw 0;text-align:center}.logo img{display:block;width:225px;height:auto;margin:0 auto 1rem}.logo h2{font-size:34px;font-weight:400;margin:0}h1{margin-top:0;font-size:58px;font-weight:700;text-align:center}h2{margin-top:0;font-size:40px;text-align:center}h3{margin:0 0 .7em;font-size:32px;text-align:center}h4{margin-top:0;font-size:16px}h5{margin-top:0;font-size:14px}h6{margin-top:0;font-size:12px}code{font-size:1.2em}ul{padding-inline-start:20px}input,select,textarea,button,img{max-width:100%;font-family:inherit}.button,button.button,.ReactModal__Content,.shadowbox{box-shadow:5px 5px #000;border:1px solid black;width:100%}.button-underline,button.underline{display:block;background:none;border:none;padding:0;font-size:24px;text-decoration:underline;cursor:pointer;margin:0 auto}input::placeholder{color:#000;font-size:1rem;font-weight:500;opacity:1;transition:all .2s ease-in-out}input:focus::placeholder{opacity:.5}input::placeholder-shown{-webkit-text-security:none!important}input,select,textarea{outline:none}.page{padding:0;min-height:100vh}.page.login-page{text-align:center;padding:0 10% 1rem}.login-form{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:3rem auto;max-width:100%;width:530px}.login-form input:is([type=text],[type=password]){width:100%;padding:.3em 3rem .4em;border:none;font-size:1rem;font-weight:500;background:none;color:#000;direction:ltr;text-align:right}.login-form button{width:400px}.login-form button[type=submit]{margin-top:40px}.input-username-container{position:relative}.input-username-container:after{content:"";position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:.9em;height:.9em;background:url(./input-username.svg) center/contain no-repeat}.input-password-container{position:relative}.input-password-container:after{content:"";position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:.9em;height:.9em;background:url(./input-password.svg) center/contain no-repeat}.button,button.button{background:var(--offwhiteBG);padding:.3em 1em;font-size:1rem;font-weight:700;cursor:pointer}.button.disabled{opacity:.5}.button[disabled]{background:var(--offwhiteBG)!important;color:#000!important;opacity:.5;cursor:auto}.page.home-page{text-align:center;background:var(--offwhiteBG);padding:0 10% 1rem}.login-page h1,.home-page h1{margin:0;font-size:58px}.home-buttons{display:grid;gap:36px;width:400px;max-width:100%;margin:3rem auto}.home-buttons>div{padding:.25em .5em;cursor:pointer;font-weight:700;font-size:30px}.exit-link{cursor:pointer}.page-header{background:var(--offwhiteBG);padding:30px 0;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:10}.page-header .wrapper{position:relative;padding:0 60px;margin:0 auto;width:min(80%,1470px)}.page-header h1{margin:0;font-size:40px;font-weight:700;text-align:center}.go-back{position:absolute;left:0;top:50%;transform:translateY(-50%);cursor:pointer;background:url(/assets/icon-back.svg) center/contain no-repeat;width:1.2rem;height:1rem}.page-content{padding:60px 0;margin:0 auto;max-width:min(80%,1600px)}.list-content{display:grid;gap:50px}.list-item{padding:.9rem 1rem 1.3rem;cursor:pointer;font-size:24px}#search-form{margin:0 0 40px}#search-form input[type=search]{padding:.4em 0;border:none;border-bottom:1px solid;width:10rem;font-size:1rem}.input-animated label{position:absolute;bottom:.5em;font-size:24px;transition:all .2s ease-in-out}.input-animated{position:relative}.input-animated.focused label{font-size:.6rem;bottom:90%}.input-animated input{position:relative;background:none}.error{color:var(--red)}.center{text-align:center}label,input[type=checkbox],input[type=radio]{cursor:pointer}label[disabled],label[disabled] input,input[disabled]{cursor:auto!important}input[type=checkbox]{height:.8rem;width:.8rem;accent-color:var(--primary)}input:is([type=email],[type=tel]){direction:ltr;text-align:right}.spinner{margin:20px auto;border:4px solid transparent;border-radius:50%;border-top:4px solid #1d99e3;width:30px;height:30px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.button .spinner{display:inline-block;margin:0;margin-inline-end:.5em;border-width:3px;border-top-color:#000;width:.8em;height:.8em}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.signatureCanvas{width:100%!important;aspect-ratio:1.8;height:auto!important;display:block}.doc-grid{display:grid;gap:30px 10%}@media (min-width:1000px){.doc-grid{grid-template-columns:auto min(50%,700px)}}@media (max-width:999px){.doc-grid-2{width:100%;max-width:500px;margin:0 auto}}.ReactModal__Overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:100}.ReactModal__Content{position:fixed;display:flex;top:50%;left:50%;max-width:90%;max-height:90%;transform:translate(-50%,-50%);width:500px;min-height:200px;background:#fff;outline:none}.modalViewInner{padding:20px;overflow:auto;width:100%}.hide-popup{position:absolute;top:0;left:0;width:40px;height:40px;background:url(/assets/icon-x.svg) center/70% no-repeat;cursor:pointer}.ReactModal__Content .button{width:100%}.ReactModal__Content input{width:100%;font-size:1rem;border:1px solid;padding:.3em 0}.site-footer a{color:#000!important;font-size:22px}html:has(body.web-app){font-size:30px}body.web-app{margin:0;font-size:1rem;line-height:1.2}.web-app .page-content{padding:0}.web-app .site-header{padding-top:1rem;margin:0 auto 2rem}.web-app .site-footer{margin:2rem auto 0;padding:2rem 0}.web-app .site-footer .logo{margin:0;padding:0}.web-app .site-footer .logo img{display:inline-block;width:129px;margin:0 auto}.web-app h1{font-size:42px;font-weight:700;line-height:1.2}.web-app p{margin:.5em 0 1em}@media (max-width: 782px){html:has(body.web-app){font-size:24px}.web-app h1{font-size:30px}.web-app h3{font-size:26px}}
