:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:18px;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;background-color:#f6f6f6}h1{font-size:3.2em;line-height:1.1}button{border-radius:3px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:background-color .25s ease-in-out}button:hover{background-color:#ffad2a33}button:focus,button:focus-visible{background-color:#ffad2a33;outline:none}#login-button{padding:.75rem 1.5rem!important}.scenarios-ul{height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}button.scenario-button{height:90%;width:100%;border-radius:4px;border:1px solid transparent;font-size:.8em;font-weight:500;font-family:inherit;background-color:#fcfcfc;cursor:pointer;transition:background-color .25s ease-in-out;text-align:left;padding:0 0 0 1em;margin:.4em}button.scenario-button:hover{background-color:#ffa15f;color:#fff}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 1920px){:root{font-size:14px}}.side-menu{overflow-y:auto}.side-menu a{text-decoration:none;color:#000;font-size:1.2rem}.side-menu a:hover{color:#007bff}*{margin:0;padding:0;box-sizing:border-box}#root{display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:100%;margin:0 auto;text-align:center;color:#fff;font-family:Manrope,sans-serif}.main-body-container{display:flex;height:fit-content;min-height:100vh;overflow:hidden;margin:0 2em 0 0;background-color:#fbfafc}.main-body-content-container-nps{display:flex;width:80%}.nps-common-statistics{width:100%;height:55%;display:flex;gap:2rem;margin:2em 0}.nps-common-statistics-container{display:flex;flex-direction:column;justify-content:space-around;width:100%;height:100%}.nps-common-statistics-main-container{display:flex;flex-direction:column;width:50%}.nps-statistics-block#extra-revenue,.nps-statistics-block#extra-month-revenue{background:#fff}.nps-dashboard-nps-common-statistics-container{width:100%;height:100%;display:flex;justify-content:space-around;flex-direction:column}.mobile-nps-dashboard-nps-common-statistics-container{width:100%;height:100%;display:flex;justify-content:space-around;flex-direction:column;border:1px solid #dddddd;border-radius:7px}.nps-dashboard-name{font-family:Inter Tight,serif;min-height:15%}.dashboard-statistics-title{color:#000}.dashboard-statistics-content{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;height:88%}.dashboard-statistics-name{display:flex;align-items:center;font-family:Inter Tight,serif;font-size:1.6rem;color:#333}.dashboard-statistics-name svg{margin:0 0 0 .8rem}.nps-dashboard-name-ps{font-size:.8rem!important}.nps-dashboard-content-container{display:flex;justify-content:space-between;flex-direction:column;align-items:center;height:88%;border:1px solid #EBEAED;border-radius:7px}.nps-dashboard-comments{display:flex;flex-direction:column;justify-content:space-around;margin-left:1.5%;text-align:left;color:#000;font-size:1.2em}.nps-dashboard-parameters{height:100%;display:flex;justify-content:space-between;align-items:center;margin-right:3%;gap:1.5em}.nps-dashboard-nps-common-statistics-main-container{width:50%}.nps-dashboard-opts{color:#84818a;margin:1em 0 0;display:flex;flex-direction:row-reverse;gap:1.5em}.nps-dashboard-content-container-ps{width:100%;display:flex;justify-content:space-between;margin:1em 0 0}.nps-dashboard-opt{display:flex;align-items:center}.nps-dashboard-opt svg{margin:0 .6rem 0 0}.nps-statistics-block{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:7px;border:1px solid #dddddd}.nps-statistics-block{padding:0 2em}.nps-statistics-block svg{align-self:flex-start}.nps-statistics-content-container{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start;height:100%;width:100%;gap:1.5em}.nps-statistics-content{display:flex;justify-content:flex-start;width:100%}#nps-comment{font-size:1rem;color:#333;text-align:left}#nps-sum{color:#000;font-size:2.5rem;font-weight:400;font-family:Inter Tight,serif}.avg-style{display:flex;width:100%;flex-direction:column;height:80%}.nps-dashboard-name-container{color:#000;display:flex;margin:1rem 2rem;font-size:1.2rem}.mobile-nps-dashboard-content-container{margin:0 2rem}.mobile-nps-dashboard-opts-btn{padding:.75rem 1.5rem!important}@media (max-width: 768px){.nps-dashboard-nps-common-statistics-main-container,.nps-dashboard-parameters{width:100%}}.login-form{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f4f4f9;font-family:Arial,sans-serif}form{background:#fff;padding:2rem;border-radius:8px;width:100%;max-width:400px}.login-input{display:flex;flex-direction:column;gap:1rem}input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease;background-color:#f0b04b;color:#000}input:focus{outline:none;border-color:#f0b04b}.login-submit{margin-top:1.5rem;text-align:center}button{padding:.75rem 1.5rem;background-color:#f0b04b;color:#000;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#d89e43}#error{color:red;font-size:.9rem;margin-top:1rem;text-align:center}#header{background-color:#fff;border-bottom:1px #dddddd solid;color:#fff;padding:.5rem 1rem .5rem 0}.header-container{display:flex;justify-content:space-between;align-items:center;width:100%;height:8%;margin:0 auto}.header-inner-container{height:80%;display:flex;align-items:center}#logo{margin-left:0;width:18%}#content{flex:1;display:flex;justify-content:space-between}#zabota-logo{width:200px;height:auto;object-fit:contain}#time-frames{gap:2rem;display:flex;justify-content:space-around}#time-frames div:hover{color:#f0b04b}.period-choice{border:1px solid #dddddd;background-color:transparent;color:#000;padding:.75rem 1rem!important}.period-choice span{margin-top:.2rem}.header-inner-container button{color:#2e2c34;background-color:#fbfafc;border-radius:7px}.header-inner-container button:hover{background-color:#e1e1e2}#download{background-color:#20c9ac;color:#fff;transition:background-color .25s ease-in-out;display:flex;gap:.8rem;margin-right:2.5vw}#download:hover,#download:focus,#download:focus-visible{background-color:#1cb49a}#account-menu{color:#000;width:10%;display:flex;justify-content:center;border:1px #dddddd solid}#account-menu a{color:#fff;text-decoration:none;margin-left:20px;font-size:16px;transition:color .3s}#account-menu a:hover{color:#f0b04b}.dropdown{position:absolute;background:#fff;box-shadow:0 4px 8px #0000001a;padding:10px;border-radius:5px;display:flex;flex-direction:column;gap:10px;z-index:10;animation:dropdown-fade-in .3s ease-out;min-width:max-content;width:auto;max-width:100%;white-space:nowrap}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown select{padding:8px;font-size:12px;font-family:Manrope,sans-serif;border:1px solid #ddd;border-radius:5px;background:#fff;color:#333;cursor:pointer;transition:border-color .3s ease;min-width:100%}.dropdown select:focus{outline:none}.period-choice{padding:10px;background-color:#ff6a39;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.period-choice:hover{background-color:#ff5722}@media (min-width: 1800px){select,span{font-size:1.2rem}.header-inner-container svg{transform:scale(.8)}}.main-body-content-container-memos{margin:2rem 0}.messages-statistics-content-container{display:flex;flex-direction:column;justify-content:flex-start}#side-menu{display:flex;flex-direction:column;justify-content:flex-start;width:18%;height:auto;margin:2em 0;overflow:hidden}.side-menu-choice{color:#000;width:100%;background-color:#fff;border-radius:4px;transition:background-color .3s}.side-menu-choice:hover,.side-menu-choice:focus,.side-menu-choice:focus-visible{background-color:#ffad2a33;color:#ff9500}.sub-menu button:hover,.sub-menu button:focus,.sub-menu button:focus-visible{background-color:#ffad2a33;color:#ff9500}.side-menu-choice p{word-break:break-word!important}.clinics-container{margin:1rem 0 0;display:flex;width:90%;height:5%;align-items:center;border-radius:7px;background-color:#fff}.clinics-container img{margin:0 .8em}.scenarios-container{height:fit-content;gap:2rem;display:flex;flex-direction:column;justify-content:space-between}.filia-container span{margin-left:.4rem}.scenarios{background-color:#fbfafc;margin:1em 0;color:#2e2c34}.side-submenu-choice.scenarios{display:flex;align-items:center;margin:0 0 0 2rem!important;width:90%!important;padding:0}.side-submenu-choice.scenarios p{width:100%;overflow:hidden;margin:0 0 0 .4rem;text-align:left}.side-menu-choice.scenarios{display:flex;align-items:center;margin:0!important}.side-menu-choice.scenarios p{width:70%;overflow:hidden;margin:0 0 0 1.8em;text-align:left}.filial-section{display:flex;flex-direction:row;flex-grow:1;text-align:left;height:100%;justify-content:flex-start;align-items:center;gap:1rem;padding:0 0 0 .4rem}.filial-section span{font-weight:600;color:#84818a;font-size:.9rem}.filial-section select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;font-family:Manrope,sans-serif;width:100%;font-weight:500;font-size:.9rem;color:#444;white-space:nowrap;text-overflow:ellipsis;background-size:10px;cursor:pointer;transition:all .3s ease;border:none;outline:none;box-shadow:none}.side-menu-choice .icon svg path{fill:currentColor}.clinics-container svg{margin:0 .8em;transform:scale(1.4)}.submenu-buttons{padding:1em 0!important}.circle{width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px}.letter{font-weight:700}@media (max-width: 1200px){.side-menu-choice.scenarios p{margin:0 0 0 .8em!important}}@media (min-width: 2400px){.side-menu-choice.scenarios{font-size:1.2rem}.icon svg{transform:scale(1.5)}.clinics-container svg{transform:scale(1.6)}}@media (max-width: 769px){#side-menu{width:100%;max-height:100%}}.dashboards-container.main{display:flex;flex-direction:column;justify-content:space-between;height:80%}.dashboards-container.lower,.dashboards-container.upper{box-sizing:border-box;border:1px #dddddd solid;border-radius:7px}.dashboards-container.inner{display:flex;flex-direction:column;justify-content:space-between;height:48%;width:100%;background-color:#fff}.dashboards-container.inner.lower{display:flex;flex-direction:row;justify-content:flex-start;height:48%;width:100%;gap:2em;border:none;background-color:#f6f6f6;margin-bottom:1em}.dashboard-comments-container{display:flex;justify-content:space-between;align-items:center;height:15%}.main-body-content-container{display:flex;flex-direction:column;width:80%}.dashboard-comments{display:flex;flex-direction:column;justify-content:space-around;margin-left:1.5%;text-align:left;color:#000;font-size:1.2em;padding:1rem 0}#patients-quantity{margin-left:2.5%}.dashboard-parameters{height:35%;display:flex;justify-content:space-between;align-items:center;margin-right:3%;gap:1.5em}.dashboard-name{font-weight:700!important;font-size:1.1rem;color:#2e2c34!important}.dashboard-param-block-container,.dashboard-detailed-param-block-container{display:flex;justify-content:space-between;align-items:center;gap:.8em;text-align:left;color:#000;height:100%;font-size:1rem}#point{width:10px;height:10px;border-radius:50%}#square{width:15px;height:15px;background-color:#3498db;border-radius:3px}#param-name{font-weight:600}#param-name.plain{font-weight:100}#percentage{color:#696969}.clients-quantity-container{border:1px #dddddd solid;width:80%;background-color:#fff;border-radius:7px}.nps-diagram-container{display:flex;flex-direction:column;width:25%;color:#000;border:1px #dddddd solid;background-color:#fff;border-radius:7px}.nps-diagram-name{display:flex;justify-content:flex-start;align-items:center;height:15%;width:100%;font-size:1.6em;font-weight:600;border-bottom:1px #dddddd solid;text-align:left}.nps-diagram-name p{font-weight:700!important;font-size:1.1rem!important;color:#2e2c34!important;margin:0 0 0 1em}.dashboard-container{height:85%;width:100%}.dashboard-container.nps{display:flex;height:85%!important}.circular-nps-container{width:100%;display:flex;flex-direction:column}.nps-diagram-legend-container{display:flex;justify-content:space-between;height:30%;flex-grow:1;padding-bottom:.6rem}.legend{margin-left:1.8em}.nps-diagram-legend-category-column{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;flex:2}.nps-diagram-legend-category{display:flex;flex-direction:row;align-items:center;gap:.8em;margin:0 0 0 1em}.nps-diagram-legend-quantity-column{display:flex;flex-direction:column;align-items:center;justify-content:space-around;flex:2;color:#696969}.nps-diagram-legend-percentage{margin-right:1.8em}.nps-diagram-legend-percentage-column{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-around;flex:1;color:#696969}.nps-diagram-legend-name{color:#696969;margin:0 0 0 1em}.nps-diagram-legend-category p{font-weight:600}hr{width:100%;border:1px #dddddd solid}.dashboard-comments p{font-size:1rem;color:#84818a}@media (min-width: 2400px){.nps-diagram-container{width:25%}.clients-quantity-container{width:75%}.nps-diagram-name p{font-size:1.5rem;margin:0 0 0 1em}}@media (max-width: 950px){.nps-diagram-legend-container{font-size:.7rem}}@media (min-width: 300px) and (max-width: 800px){.nps-diagram-legend-container{font-size:.5rem}}@media (max-height: 900px){.nps-diagram-legend-container{font-size:.9rem}#sum{font-size:2rem!important}#comment,#percentage{font-size:1rem!important}}@media (min-width: 770px) and (max-width: 1100px){.legend{margin-left:.5em!important}.nps-diagram-legend-percentage{margin-right:.5em!important}#sum{font-size:1.4rem!important}}@media (max-width: 768px){.dashboards-container.inner{height:fit-content!important;padding:0 0 1rem!important}.dashboard-parameters{justify-content:normal}}.common-statistics-container{display:flex;justify-content:space-between;min-height:20px;width:100%;margin:2em 0}.statistics-block{display:flex;width:20%;min-height:20px;border:1px solid #dddddd;border-radius:7px;justify-content:left;align-items:center}.statistics-content-container{display:flex;flex-direction:column;align-items:flex-start;width:100%;color:#000}#comment{color:#84818a;font-size:.8em;text-align:left}#sum{font-family:Inter Tight,serif;font-weight:500;font-size:1.8rem;color:#2e2c34}#percentage{font-weight:500;color:#2e2c34}.avg{background-color:#fff}
