@import"https://fonts.cdnfonts.com/css/poppins";*{--black: #212121;--grey: #464E5F;--medium-grey: #B5B5C3;--light-grey: #C9C9C9;--blue: #236bce;--cyan: #4AD0E4;--red: #FF6B6B;--orange: #f6a84d;--green: #20C997;--background: #fafafa}html,body{margin:0;background-color:var(--background);font-family:Poppins,Arial,sans-serif;color:var(--black)}body{max-width:1920px;position:relative;display:flex;flex-direction:column;margin:auto;min-height:100%;opacity:0}body.loaded{opacity:1;transition:opacity .3s ease-out}.extra-big-text{font-size:24px}.big-text{font-size:22px}.medium-text{font-size:16px}h1{font-size:20px}h2{font-size:18px}h3{font-size:16px}h4{font-size:14px}p{font-size:12px}ul{padding:0}a{text-decoration:none;color:inherit}a.regular-link{font-size:12px;color:revert;text-decoration:revert}.invisible{display:none!important}.loading{opacity:.1;pointer-events:none}.login-container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;z-index:1}.login-background{background-position:center;background-image:url(/images/login_medical.jpg);background-repeat:no-repeat;position:absolute;width:100%;object-fit:cover;height:100%}.login-card{margin:2rem 0;padding:3rem 0;background:#ffffffd6;border-radius:45px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#464e5f;@media(width>=500px){width:500px}}.login-form>h2{margin-top:2rem;font-weight:400;text-align:center}.login-form>input[type=email],.login-form>input[type=password]{padding:.5rem 1rem;width:200px;border-radius:6px;font-family:inherit;border:none;background:#f2f2f2;@media(width>=500px){width:365px}}.login-card>.form-alert{margin:.5rem}.login-btn{margin-top:1rem;width:225px;@media(width>=500px){width:400px}}form{font-size:13px;display:flex;flex-direction:column;justify-content:center;gap:1rem;label{font-weight:400}input::placeholder{color:var(--light-grey)}}form input{font-family:inherit}form input::placeholder{color:gray}input[type=date]{color:gray;text-transform:uppercase}.form-alert{margin:0;padding:0;color:var(--red);visibility:hidden;grid-column:span 2;text-align:center}.patient-form{gap:1rem 4rem;@media(width>=500px){margin:0 1rem 1rem}@media(width>=1200px){display:grid;grid-template-columns:1fr 1fr}}.patient-form input,.patient-form select{padding:.5rem .5rem .5rem 1rem;border-radius:6px;border:1px solid lightgray;background:#fff;font-family:inherit}.patient-form fieldset{border:none;display:flex;flex-direction:column;margin:0}.patient-form .buttons-fieldset{display:flex;flex-direction:row;align-items:end;justify-content:end;gap:1rem;@media(width>=1200px){align-items:start}}.table-container{display:flex;flex-direction:column;justify-content:center;background-color:#fff;border-radius:15px;box-shadow:0 0 10px #38476d38}button:hover{cursor:pointer}.btn.primary:active,.btn.secondary:active,.btn.danger:active{border-left:2px solid var(--grey);border-top:2px solid var(--grey);border-bottom:0;border-right:0}.btn.cancel:active{border-left:2px solid var(--medium-grey);border-top:2px solid var(--medium-grey);border-bottom:0;border-right:0}.btn{border-radius:6px;font-size:14px;font-weight:500;font-family:inherit;position:relative}.primary{padding:.5rem 2rem;border:1px solid var(--green);background:var(--green);color:#fff}.primary.reversed{border:1px solid var(--green);background:#fff;color:var(--green)}.secondary{padding:.5rem 2rem;border:1px solid var(--blue);background:var(--blue);color:#fff}.secondary.reversed{border:1px solid #236bce;background:#fff;color:#236bce}.cancel{padding:.5rem 1rem;border:1px solid var(--light-grey);background:#fff;color:var(--light-grey)}.danger{padding:.5rem;border:1px solid var(--red);background:#fff;color:var(--red)}.danger.reverse{padding:.5rem;border:1px solid var(--green);background:#fff;color:var(--green)}.spinner--active>span{visibility:hidden}.spinner--active:after{content:"";position:absolute;width:16px;height:16px;inset:0;margin:auto;border:4px solid transparent;border-top-color:#fff;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.toggle-switch{position:relative;display:inline-block;width:40px;height:20px;cursor:pointer}.toggle-switch input[type=checkbox]{display:none}.toggle-switch-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ddd;border-radius:20px;box-shadow:inset 0 0 0 2px #ccc;transition:background-color .3s ease-in-out}.toggle-switch-handle{position:absolute;top:2px;left:2px;width:16px;height:16px;background-color:#fff;border-radius:50%;box-shadow:0 2px 5px #0003;transition:transform .3s ease-in-out}.toggle-switch:before{content:"";position:absolute;top:-25px;right:-35px;font-size:12px;font-weight:700;color:#aaa;text-shadow:1px 1px white;transition:color .3s ease-in-out}.toggle-switch input[type=checkbox]:checked+.toggle-switch-handle{transform:translate(45px);box-shadow:0 2px 5px #0003,0 0 0 3px var(--green)}.toggle-switch input[type=checkbox]:checked+.toggle-switch-background{background-color:var(--green);box-shadow:inset 0 0 0 2px var(--green)}.toggle-switch input[type=checkbox]:checked+.toggle-switch:before{content:"On";color:var(--green);right:-15px}.toggle-switch input[type=checkbox]:checked+.toggle-switch-background .toggle-switch-handle{transform:translate(20px)}.selector{display:flex;flex-direction:row;justify-content:end;margin:1rem 0;font-size:14px;font-weight:400}.selector ul{list-style:none;display:flex;flex-direction:row;margin:0;padding:0;gap:0}.selector ul li{border:none;display:flex;align-items:stretch}.selector ul li a{display:flex;align-items:center;justify-content:center;padding:.25rem .65rem;min-width:35px;height:35px;border:1px solid #F0F0F0;margin-left:-1px;text-decoration:none;color:#b2b6c1;transition:all .2s;cursor:pointer;box-sizing:border-box}.selector ul li.interval{display:flex;align-items:center;justify-content:center;padding:0 .75rem;color:#b2b6c1;border:1px solid #F0F0F0;margin-left:-1px;font-weight:600;@media(width<=500px){display:none}}.selector ul li.active a{background:#4ad0e4;color:#fff;font-weight:500;border-color:#4ad0e4;z-index:2}.selector ul li:first-child a{border-radius:6px 0 0 6px;margin-left:0}.selector ul li:last-child a{border-radius:0 6px 6px 0}.selector ul li:first-child:last-child a{border-radius:6px}.graph-section>h4{grid-column:span 2;font-weight:600}.graph-section{align-items:start;display:flex;flex-direction:column;@media(width>=1000px){flex-direction:row}}.barplot,.curve{height:425px}.event{height:300px}.graph-container.error{text-align:center;margin:0 auto;padding-top:4rem;color:var(--red)}.status-msg{align-self:center;display:none;font-size:13px;font-weight:500}.graph-container{flex-grow:1;max-width:825px;@media(width<=375px){display:none}@media(width>=375px)and (width<=450px){width:300px}@media(width>=450px)and (width<=500px){width:350px}@media(width>=700px)and (width<=800px){width:700px}@media(width>=800px)and (width<=900px){width:800px}@media(width>=900px)and (width<=1000px){width:900px}@media(width>=1200px)and (width<=1300px),(width>=500px)and (width<=600px){width:400px}@media(width>=1300px)and (width<=1400px),(width>=600px)and (width<=700px){width:500px}@media(width>=1400px)and (width<=1500px),(width>=1000px)and (width<=1100px),(width>=700px)and (width<=800px){width:600px}@media(width>=1500px)and (width<=1600px),(width>=1100px)and (width<=1200px),(width>=800px)and (width<=900px){width:700px}@media(width>=1600px){width:800px}}.legend.loading{opacity:.1;pointer-events:none}.legend.loaded{opacity:1}#observance-legend.legend{height:fit-content}.legend{align-self:start;border-radius:15px;box-shadow:0 0 10px #38476d38;color:var(--grey);margin:2rem 2rem 0 auto;min-height:auto;min-width:250px;padding:2rem;width:250px}.legend *{align-items:center;display:flex}.legend .pressure-legend-lines{display:block}.legend h4{grid-column:span 2;margin-top:.4rem}.legend .two-columns{color:var(--grey);display:grid;grid-template-columns:1fr 1fr}.two-columns .column{display:grid;align-items:start;height:100%}.two-columns .column p{margin:0 0 .5rem}.result,.blue{color:var(--blue);font-weight:500}.result.green,.success{color:var(--green)}.result.red,.error{color:var(--red)}.result.orange{color:var(--orange)}.legend .leak-matrix-note{color:#8e97a7;display:block;font-size:10px;margin:.3rem 0 .5rem}.legend .leak-matrix{display:grid;grid-template-columns:minmax(58px,1fr) repeat(2,minmax(72px,1.2fr));gap:3px 6px;margin-top:.25rem;width:100%}.legend .leak-matrix-cell{align-items:center;display:flex;font-size:10px;justify-content:center;min-height:22px}.legend .leak-matrix-header{color:#8e97a7;font-size:10px;font-weight:600;min-height:14px}.legend .leak-matrix-left-header{justify-content:flex-start;padding-left:2px}.legend .leak-threshold-label{color:var(--grey);font-size:10px;align-items:flex-start;flex-direction:column;gap:0;justify-content:flex-start;padding-left:2px;text-align:left;width:100%}.legend .leak-threshold-main{display:block;font-size:9px;font-weight:600;line-height:1}.legend .leak-threshold-unit{color:#9aa4b3;display:block;font-size:8px;line-height:1}.legend .leak-chip{border-radius:999px;font-size:10px;font-weight:600;padding:1px 10px;white-space:nowrap}.legend .leak-chip-green{background:#20c99724;color:var(--green)}.legend .leak-chip-orange{background:#f6a84d29;color:var(--orange)}.legend .leak-chip-red{background:#ff6b6b24;color:var(--red)}.legend .leak-chip-blue{background:#236bce24;color:var(--blue)}.legend .leak-chip-empty{opacity:.35}.legend .leak-range{display:grid;grid-template-columns:1fr 1fr;gap:2px 8px;align-items:start;margin:.5rem 0}.legend .leak-label{color:var(--grey);display:block;font-size:11px;font-weight:400;line-height:1.2;margin-bottom:2px}.legend .leak-value{display:block;font-size:11px;line-height:1.2;text-align:left}.legend .leak-value-line{display:block;line-height:1.2;white-space:nowrap}.legend .leak-unit,.legend .leak-range-text{color:var(--grey);display:inline;font-weight:400}.legend .leak-range-note{color:#b9c0cc;display:block;font-size:9px;line-height:1.2;margin-top:1px;text-align:left}.legend .leak-value-line .blue{display:inline}h1.graph{margin-left:1rem;margin-top:2rem;font-weight:600;color:var(--grey);span{font-weight:400}}.readonly-mode .write-access,body.user-readonly .write-access{display:none!important}form.readonly-mode{pointer-events:none;user-select:none}form.readonly-mode input,form.readonly-mode select,form.readonly-mode textarea{background-color:#f9f9f9!important;color:#b5b5b5!important;border-color:#eee!important;cursor:not-allowed}
