@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";.devices-container{display:flex;flex-direction:column;padding:16px;background-color:#fff;border-radius:12px}@media (min-width: 768px){.devices-container{padding:24px;border-radius:16px}}@media (min-width: 1024px){.devices-container{padding:32px 40px}}.devices-container .devices-header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}@media (min-width: 768px){.devices-container .devices-header{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:0}}.devices-container .devices-header-right{display:flex;flex-direction:column;width:100%;gap:12px}@media (min-width: 868px){.devices-container .devices-header-right{flex-direction:row;width:auto}}.devices-container .devices-footer{display:flex;flex-direction:column;gap:16px;padding:16px 0}@media (min-width: 768px){.devices-container .devices-footer{flex-direction:row;justify-content:space-between;align-items:center}}.devices-container .devices-count{margin:0;font-size:14px;font-weight:700;text-align:center}@media (min-width: 768px){.devices-container .devices-count{font-size:16px;text-align:left}}.pagination{display:flex;align-items:center;justify-content:center;margin:12px 0;width:100%}@media (min-width: 768px){.pagination{justify-content:flex-end;margin:16px 0;width:auto}}.devices-footer{display:flex;justify-content:space-between;align-items:center}.devices-count{margin:0;font-size:16px;font-weight:700}.page-heading{position:relative;display:flex}.page-heading-title{font-weight:500;font-size:20px;line-height:32.36px;padding:11px 0}.devices-table{width:100%;overflow-x:auto}.devices-table .table-header{display:grid;grid-template-columns:2fr 1fr 80px;background:#fff;padding:12px 16px;margin-bottom:12px;min-width:min-content}@media (min-width: 768px){.devices-table .table-header{grid-template-columns:2fr 1.2fr 1fr .8fr;padding:12px 24px;margin-bottom:16px}}.devices-table .table-header .header-cell{color:#2e314e;font-weight:500;font-size:16px;line-height:1.4}@media (min-width: 768px){.devices-table .table-header .header-cell{font-size:20px;line-height:32.36px}}.devices-table .table-header .header-cell:nth-child(2){text-align:center}.devices-table .table-header .header-cell:nth-child(3){text-align:center}@media (max-width: 767px){.devices-table .table-header .header-cell:nth-child(3){display:none}}.devices-table .table-header .header-cell:last-child{text-align:right;margin-right:8px}@media (min-width: 768px){.devices-table .table-header .header-cell:last-child{margin-right:20px}}.devices-table .table-body{display:flex;flex-direction:column;gap:8px}@media (min-width: 768px){.devices-table .table-body{gap:12px}}.devices-table .table-body .table-row{display:grid;grid-template-columns:2fr 1fr 80px;padding:12px 16px;align-items:center;background:#effbfa;border-radius:12px;cursor:pointer;min-width:min-content;border:1px solid #C8CDD6}@media (min-width: 768px){.devices-table .table-body .table-row{grid-template-columns:2fr 1.2fr 1fr .8fr;padding:16px 24px}}.devices-table .table-body .table-row .cell.device-info{min-width:0}.devices-table .table-body .table-row .cell.device-info h3{color:#374151;font-size:14px;font-weight:600;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-info h3{font-size:16px;margin:0 0 4px}}.devices-table .table-body .table-row .cell.device-info .device-location{color:#6b7280;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-info .device-location{font-size:14px}}.devices-table .table-body .table-row .cell.device-status{display:flex;justify-content:center;align-items:center}.devices-table .table-body .table-row .cell.device-status .device-item__status-block{display:flex;align-items:center;gap:6px}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-status .device-item__status-block{gap:12px}}.devices-table .table-body .table-row .cell.device-status .device-item__status-block .conn__ico{display:flex;align-items:center}.devices-table .table-body .table-row .cell.device-status .device-item__status-block .conn__ico svg{width:20px;height:20px}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-status .device-item__status-block .conn__ico svg{width:24px;height:24px}}.devices-table .table-body .table-row .cell.device-status .device-item__status-block .conn__status{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-status .device-item__status-block .conn__status{padding:6px 16px;border-radius:24px;font-size:14px}}.devices-table .table-body .table-row .cell.device-status .device-item__status-block .conn__status.Connected{background:#00c48c;color:#fff}.devices-table .table-body .table-row .cell.device-status .device-item__status-block .conn__status.Disabled{background:#ff5e5e;color:#fff}.devices-table .table-body .table-row .cell.device-time{display:none;color:#374151;font-size:14px;text-align:center;white-space:nowrap}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-time{display:block}}.devices-table .table-body .table-row .cell.device-actions{display:flex;justify-content:flex-end;gap:6px}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-actions{gap:12px}}.devices-table .table-body .table-row .cell.device-actions .action-btn{background:transparent;border:none;padding:6px;cursor:pointer;transition:all .2s;border-radius:6px}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-actions .action-btn{padding:8px;border-radius:8px}}.devices-table .table-body .table-row .cell.device-actions .action-btn.edit:hover svg path{fill:#1f59b7}.devices-table .table-body .table-row .cell.device-actions .action-btn.delete:hover svg path{fill:#ff5e5e}.devices-table .table-body .table-row .cell.device-actions .action-btn svg{width:16px;height:16px}@media (min-width: 768px){.devices-table .table-body .table-row .cell.device-actions .action-btn svg{width:20px;height:20px}}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:20px;font-weight:600;color:#2e314e}.modal-header .close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#999}.modal-header .close-button:hover{color:#333}.modal-body{padding:16px 0;font-size:18px;font-weight:400}.modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.modal-footer button{padding:10px 20px;border-radius:12px;font-size:14px;font-weight:500;transition:all .3s ease;cursor:pointer}.modal-footer button.cancel-button{background:transparent;color:#6c757d;border:1px solid #dee2e6}.modal-footer button.cancel-button:hover{background:#f1f3f5}.modal-footer button.submit-button{background:linear-gradient(135deg,#ff4d4f,#ff7875);color:#fff;border:none}.pagination{display:flex;align-items:center;gap:8px}.pagination button{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 16px;border:1px solid transparent;border-radius:12px;font-size:14px;font-weight:600;color:#878c96;background-color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pagination button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(239,251,250,.1),transparent);transition:.5s}.pagination button svg{width:16px;height:16px;margin:0 8px;transition:transform .3s ease}.pagination button:hover:not(:disabled){background-color:#effbfa1a;border-color:#effbfa;transform:translateY(-1px);box-shadow:0 4px 8px #effbfa1a}.pagination button:hover:not(:disabled):before{left:100%}.pagination button:hover:not(:disabled) svg{transform:scale(1.1)}.pagination button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #effbfa1a}.pagination button:disabled{background-color:#eaecf0;color:#c8cdd6;cursor:not-allowed;box-shadow:none;border-color:transparent}.pagination button.active{background-color:#effbfa;color:#232323;border-color:transparent;box-shadow:0 4px 12px #effbfa33}.pagination button.active:hover{background-color:#effbfae6;transform:translateY(-2px);box-shadow:0 6px 16px #effbfa4d}.pagination button.active:active{transform:translateY(0);box-shadow:0 2px 8px #effbfa33}.empty-list{width:100%;height:100%;padding:60px 0;display:flex;align-items:center;justify-content:center}.empty-list__wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.empty-list__img{width:403px;height:499px}.empty-list h5{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:25.89px;text-align:center;vertical-align:middle}.add-item-btn{display:flex;align-items:center;gap:10px;padding:13px 29px;background:linear-gradient(135deg,#00c288,#00bfcb);color:#fff;border:none;font-weight:500;font-size:18px;line-height:29.12px;text-align:center;vertical-align:middle;cursor:pointer;border-radius:16px;height:56px;transition:all .3s ease;box-shadow:0 4px 12px #0a36224d;position:relative;overflow:hidden}.add-item-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0a362266}.add-item-btn:hover:before{opacity:1}.add-item-btn:hover:after{transform:translate(100%)}.add-item-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0a36224d}.device{display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:auto;padding:16px;gap:16px}@media (min-width: 768px){.device{padding:24px;gap:24px}}.device__header{display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.device__header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:24px}}.device__cards{display:flex;flex-direction:column;gap:12px;width:100%;background-color:#fff;border-radius:16px;padding:16px}@media (min-width: 768px){.device__cards{width:411px;gap:16px;padding:24px}}.device__cards-title{text-align:center;margin-top:0;font-size:18px;font-weight:600}@media (min-width: 768px){.device__cards-title{margin-top:16px;font-size:20px}}.device__info-wrap{display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.device__info-wrap{flex-direction:row;gap:16px;margin-bottom:16px}}.device__info-block{display:flex;flex-direction:column;gap:12px;width:100%}@media (min-width: 768px){.device__info-block{flex-direction:row;gap:16px;width:calc(50% - 9px)}}.device__info-footer{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}@media (min-width: 768px){.device__info-footer{gap:8px}}.device__info-modal{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#fff;border-radius:16px;margin-bottom:16px;font-weight:500;font-size:16px;line-height:1.4;color:#2e314e;cursor:pointer}@media (min-width: 768px){.device__info-modal{padding:12px 24px;margin-bottom:24px;font-size:20px;line-height:32.36px}}.device_nav-btn{padding:8px 16px;width:100%;height:40px;background:#4186f5;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer;border:none}@media (min-width: 768px){.device_nav-btn{width:183px}}.device .main-info{margin-bottom:16px;width:100%;order:2}@media (min-width: 768px){.device .main-info{margin-bottom:24px;order:1}}.device .main-info__header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}@media (min-width: 768px){.device .main-info__header{flex-direction:row;justify-content:space-between;gap:16px;margin-bottom:24px}}.device .main-info__title{display:flex;align-items:center;gap:8px}@media (min-width: 768px){.device .main-info__title{gap:10px}}.device .main-info__title .tip{display:grid;place-items:center;cursor:help}.device .main-info__date-block{display:flex;flex-direction:column;align-items:center;gap:16px}@media (min-width: 768px){.device .main-info__date-block{flex-direction:row;align-items:center;gap:48px}}.device .main-info__period-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;position:relative;padding:12px;background-color:#effbfa;border-radius:16px;width:100%}@media (min-width: 768px){.device .main-info__period-list{flex-wrap:nowrap;gap:13px;padding:13px 32px}}.device .main-info__period-item{cursor:pointer;font-size:12px;line-height:1.21;padding:8px 16px;text-align:center;background-color:#fff;border-radius:16px;color:#4b5764;flex:1;min-width:60px}@media (min-width: 768px){.device .main-info__period-item{font-size:13px;padding:10px 20px;flex:none}}.device .main-info__period-item._active{background:#00bfc7;color:#fff;font-weight:400}.device .main-info__charts{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 768px){.device .main-info__charts{grid-template-columns:repeat(3,1fr);gap:16px}}.device .gases-device{margin-bottom:16px;width:100%;order:3}@media (min-width: 768px){.device .gases-device{margin-bottom:24px;order:2}}.device .gases-device__charts{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 768px){.device .gases-device__charts{grid-template-columns:repeat(4,1fr);gap:12px 16px}}.device .location-device{width:100%;order:1;margin-bottom:16px}@media (min-width: 768px){.device .location-device{order:0;margin-bottom:0}}.device .location-device__content{padding:12px;border-radius:16px;background-color:#fff;width:100%;height:300px}@media (min-width: 768px){.device .location-device__content{padding:16px;height:485px;width:100%}}.device .location-device__subtitle{font-size:14px;font-weight:600;line-height:1.5;margin-bottom:8px}@media (min-width: 768px){.device .location-device__subtitle{font-size:16px;line-height:2;margin-bottom:0}}.device .device-info-title{font-size:18px;font-weight:700;line-height:1.33;margin-bottom:16px}@media (min-width: 768px){.device .device-info-title{font-size:24px;margin-bottom:24px}}.device__main-header{display:flex;flex-direction:column;max-width:100%;gap:16px}@media (min-width: 768px){.device__main-header{flex-direction:row;justify-content:space-between;margin-bottom:16px;gap:24px}}.card{display:flex;justify-content:space-between;align-items:center;flex:1;padding:8px 16px;border-radius:16px;position:relative;background-color:#effbfa;margin:0 16px}.card__info{display:flex;flex-direction:column;gap:4px;flex:1}.card p{font-weight:400;font-size:16px;line-height:25.89px;color:#2e314e}.card p:last-child{font-size:12px;line-height:19.42px}.card .top-left{align-self:center}.card .blue{color:#4588ec;font-weight:600}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map{overflow:hidden;width:100%!important;max-width:84rem!important;height:100%!important;max-height:262px!important}.datepicker__wrap{display:flex;align-items:center;justify-content:center;gap:8px}.datepicker__wrap button{display:grid;place-items:center;height:40px;width:40px;cursor:pointer;background:#fff;border:none;border-radius:8px}.datepicker__ico{filter:brightness(0) contrast(100%)}.css-1k4oq0i-MuiPaper-root-MuiPickersPopper-paper{border-radius:0!important}.blue-switch{position:relative;display:inline-block;width:44px;height:24px;background-color:#eaecf0;border-radius:12px;cursor:pointer;transition:background-color .2s ease;border:1px solid #EAECF0}.blue-switch .slider{position:absolute;content:"";height:20px;width:20px;left:1px;bottom:1px;background-color:#2e314e;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0000001a}.blue-switch.on{background-color:#6c7096;border-color:#6c7096}.blue-switch.on .slider{transform:translate(20px)}.blue-switch.off{background-color:#eaecf0;border-color:#eaecf0}.blue-switch.off .slider{transform:translate(0)}.device-chart{padding:16px;border-radius:16px;background-color:#fff}.device-chart__title{font-size:16px;font-weight:600;line-height:1.5;margin-bottom:16px}.device-chart__values{display:flex;gap:24px;justify-content:center;margin-bottom:16px}.device-chart__values div{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:16px;font-weight:400;line-height:1.5;text-align:center;color:#4b5764}.device-chart__values div span{width:76px;padding:7px;font-size:24px;font-weight:300;line-height:28.13px;text-align:center;border-radius:15px;background-color:#e5f0fc;color:#232323}.device-chart__block{height:270px}.expanded-chart-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000}.expanded-chart-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.expanded-chart-modal__content{position:relative;background-color:#fff;border-radius:16px;padding:24px;width:90%;max-width:1200px;max-height:90vh;overflow:auto;z-index:1}.expanded-chart-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.expanded-chart-modal__title{font-size:24px;font-weight:600;margin:0}.expanded-chart-modal__title sub{font-size:16px;margin-left:8px}.expanded-chart-modal__close{background:none;border:none;font-size:32px;cursor:pointer;color:#4b5764;padding:0;line-height:1}.expanded-chart-modal__close:hover{color:#232323}.expanded-chart-modal__chart{height:600px}.info-modal{padding:24px}.info-modal__title{font-weight:500;font-size:20px;line-height:32.36px;margin-bottom:24px}.table-info{display:flex;flex-direction:column;gap:16px}.table-info__row{display:grid;grid-template-columns:308px repeat(8,86px);gap:14px}.table-info__cell{padding:16px;background-color:#c7c9d9;border-radius:10px;text-align:center}.table-info__cell:first-child{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:400;line-height:22.65px;margin-right:2px}.table-info__cell.head{padding:0;display:block;font-size:16px;font-weight:400;line-height:22px;background-color:transparent}.table-info__cell.none{background-color:#7ddf98}.table-info__cell.maderate{background-color:#a8df7d}.table-info__cell.harmful{background-color:#edef88}.table-info__cell.very-harmful{background-color:#edc172}.table-info__cell.dangerous{background-color:#e19173}.table-info__cell.very-dangerous{background-color:#de76a2}body.modal-open{overflow:hidden}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:999999}.modal__content{min-height:180px;min-width:200px;background-color:#fff;position:absolute;border-radius:16px;transform:translate(-100%);padding:24px;box-shadow:0 4px 12px #0a36221a;border:1px solid rgba(10,54,34,.1)}.modal__close-button{position:absolute;right:12px;top:12px;cursor:pointer;padding:0;background:none;border:none}.modal__close-button path{transition:all .2s ease-in-out;fill:#878c96}.modal__close-button:hover path{transition:all .2s ease-in-out;fill:#0a3622}.map-page{height:100%;width:100%;display:flex;flex-direction:column}.map-page .content{display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width: 1024px){.map-page .content{flex-direction:row;gap:24px}}.map-page .map-container{position:relative;height:50vh;width:100%;border-radius:12px;overflow:hidden;background:#fff;padding:16px}@media (min-width: 768px){.map-page .map-container{height:60vh;border-radius:16px;padding:20px}}@media (min-width: 1024px){.map-page .map-container{height:100%;padding:24px;flex:1}}.map-page .map-container .map{height:100%;width:100%;border-radius:8px;overflow:hidden}.map-page .map-container p{margin:0!important;font-weight:500;font-size:20px;line-height:32.36px}.map-page .devices-block{display:flex;flex-direction:column;gap:16px;background-color:#fff;border-radius:12px;padding:16px}@media (min-width: 768px){.map-page .devices-block{border-radius:16px;padding:24px}}@media (min-width: 1024px){.map-page .devices-block{width:400px;min-width:400px;height:100%}}.map-page .devices-block__title{margin:0;font-size:18px;font-weight:700}@media (min-width: 768px){.map-page .devices-block__title{font-size:20px}}.map-page .devices-block .devices-list{list-style:none;padding:0 6px 0 0;margin:0 -10px 0 0;display:flex;flex-direction:column;gap:12px;height:100%}@media (min-width: 768px){.map-page .devices-block .devices-list{gap:16px}}.map-page .devices-block .devices-list::-webkit-scrollbar{width:4px}.map-page .devices-block .devices-list::-webkit-scrollbar-thumb{background-color:#99c7f7;border-radius:4px}.map-page .devices-block .devices-list::-webkit-scrollbar-track{background-color:#fff}.map{margin-top:16px;overflow:hidden;width:100%!important;max-width:84rem!important;height:100%!important;max-height:100%!important;position:relative;z-index:0}.map__popup{display:flex;flex-direction:column;gap:12px;width:100%}.map__popup-header{display:flex;justify-content:space-between;align-items:center}.map__popup-header p{margin:0;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.map__popup-header div{display:flex;align-items:center;gap:4px}.map__popup-info{display:flex;flex-direction:column;gap:4px}.map__popup-info p{margin:0;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.map__popup-info p:first-child{font-weight:700}.map__popup-info p:last-child{font-size:14px}.map__popup-details{display:flex;gap:24px}.map__popup-details div{flex:1;display:flex;flex-direction:column;gap:8px;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.map__popup-details div p{margin:0}.map__popup-cards{display:flex;flex-direction:row!important;gap:8px;justify-content:left}.map__popup-cards p{width:fit-content;margin:0;padding:4px 8px;background:#8cb6f8;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.leaflet-popup{left:-146px!important;bottom:56px!important}.leaflet-popup-close-button{display:none!important}.leaflet-popup-content{width:100%!important;margin:0!important}.leaflet-popup-content-wrapper{background:#effbfa!important;box-shadow:none!important;width:379px;color:#232323;border-radius:16px!important}.leaflet-popup-tip{display:none!important}.device-item{cursor:pointer;background-color:#effbfa;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-radius:16px}.device-item__text-block{display:flex;flex-direction:column;gap:2px}.device-item__name{font-weight:400;font-size:16px;line-height:25.89px}.device-item__address{font-weight:400;font-size:12px;line-height:19.42px}.device-item__status-block.conn{display:flex;align-items:center;gap:24px}.device-item__status-block.conn .conn__ico{display:grid;place-content:center}.device-item__status-block.conn .conn__status{min-width:85px;padding:8px;background-color:#00c28a;font-size:12px;color:#fff;border-radius:16px;line-height:1.62;text-align:center}.device-item__status-block.conn .conn__status.Disabled{background-color:#e75454}.devices-block .device-item{cursor:pointer;background-color:#effbfa;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-radius:16px;border:1px solid #C8CDD6}.devices-block .device-item__text-block{display:flex;flex-direction:column;gap:2px}.devices-block .device-item__address{line-height:1.67;font-size:12px;color:#4b5764}.devices-block .device-item__status-block.conn{display:flex;align-items:center;gap:24px}.devices-block .device-item__status-block.conn .conn__ico{display:grid;place-content:center}.devices-block .device-item__status-block.conn .conn__status{min-width:85px;padding:8px;background-color:#00c28a;font-size:12px;color:#fff;border-radius:16px;line-height:1.62;text-align:center}.devices-block .device-item__status-block.conn .conn__status.Disabled{background-color:#e75454}.filters-wrapper{display:flex;gap:8px;margin-bottom:12px}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.auth-box{background:#fff;padding:100px 40px;border-radius:10px;width:100%;max-width:440px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auth-box h1{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:8px;text-align:center}.auth-box .subtitle{font-size:14px;text-align:center;margin-bottom:32px}.auth-box .form-group{margin-bottom:32px}.auth-box .form-group input{width:100%;padding:16px;border:none;border-radius:16px;background-color:#e9f1f5;font-size:14px;color:#374151;transition:all .2s;height:52px}.auth-box .form-group input::placeholder{color:#6c7096}.auth-box .form-group input:focus{outline:none!important;border:none!important}.auth-box .password-input{position:relative}.auth-box .password-input .eye-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.auth-box .auth-button{width:100%;padding:13px;border:none;border-radius:16px;background:linear-gradient(to right,#00c288,#00bfcb);color:#fff;font-family:Roboto,sans-serif;font-weight:500;font-size:18px;line-height:29.12px;text-align:center;vertical-align:middle;cursor:pointer;transition:all .2s;margin-top:24px}.auth-box .auth-button:hover{opacity:.9}.auth-box .auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-box .error-message{color:#ef4444;font-size:14px;margin:8px 0;text-align:center}.auth-box .auth-prompt{margin-top:24px;text-align:center;font-size:14px;color:#6b7280}.auth-box .auth-prompt span{margin-right:4px}.auth-box .auth-prompt button{background:none;border:none;padding:0;color:#4b5563;font-weight:500;cursor:pointer;text-decoration:none}.auth-box .auth-prompt button:hover{color:#374151}.auth-box .forgot-password{text-align:center;margin-bottom:40px}.auth-box .forgot-password button{background:none;border:none;padding:0;color:#6b7280;font-size:14px;cursor:pointer;text-decoration:none}.auth-box .forgot-password button:hover{color:#4b5563}.projects-list{display:flex;flex-direction:column;padding:16px;background-color:#fff;border-radius:16px}@media (min-width: 768px){.projects-list{padding:32px 40px}}.projects-list__header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}@media (min-width: 768px){.projects-list__header{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:0}}.projects-list__header-right{display:flex;flex-direction:column;gap:10px;width:100%}@media (min-width: 868px){.projects-list__header-right{flex-direction:row;width:auto}}.projects-list__grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.projects-list__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-list__grid{grid-template-columns:repeat(3,1fr)}}.projects-list__grid .project-card{background:#effbfa;border:1px solid #C8CDD6;border-radius:16px;padding:16px;cursor:pointer}@media (min-width: 768px){.projects-list__grid .project-card{padding:24px}}.projects-list__grid .project-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.projects-list__grid .project-card__header h3{font-weight:500;font-size:16px;color:#111827;word-break:break-word}@media (min-width: 768px){.projects-list__grid .project-card__header h3{font-size:18px}}.projects-list__grid .project-card__header .dropdown-container{position:relative;flex-shrink:0}.projects-list__grid .project-card__header .dropdown-container .menu-button{padding:8px;border:none;background:none;cursor:pointer;border-radius:4px}.projects-list__grid .project-card__header .dropdown-container .dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#f2f4f8;min-width:142px;z-index:10;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #00000026}.projects-list__grid .project-card__header .dropdown-container .dropdown-menu button{width:100%;display:flex;align-items:center;gap:8px;padding:12px 14px;border:none;background:none;color:#232323;font-size:14px;text-align:left;cursor:pointer;transition:background-color .2s}.projects-list__grid .project-card__header .dropdown-container .dropdown-menu button:hover{background-color:#2323230d}.projects-list__grid .project-card__header .dropdown-container .dropdown-menu button .icon{font-size:16px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.projects-list__grid .project-card__company{margin-bottom:16px}.projects-list__grid .project-card__company .label{color:#232323;font-size:14px;margin-bottom:8px}.projects-list__grid .project-card__company .value{color:#232323;font-size:14px;font-weight:500}@media (min-width: 768px){.projects-list__grid .project-card__company .value{font-size:16px}}.projects-list__grid .project-card__devices{margin-bottom:16px}.projects-list__grid .project-card__devices .label{color:#232323;font-size:14px;margin-bottom:8px}.projects-list__grid .project-card__devices .device-tags{display:flex;gap:8px;flex-wrap:wrap}.projects-list__grid .project-card__devices .device-tags .device-tag{background-color:#9ff5e5;color:#2e314e;padding:4px 12px;border-radius:8px;font-weight:400;font-size:14px;line-height:1.4}@media (min-width: 768px){.projects-list__grid .project-card__devices .device-tags .device-tag{padding:4px 16px;font-size:16px}}.projects-list__grid .project-card__devices .device-tags .device-tag--more{padding:4px 8px;background-color:#00bfc7;color:#fff;font-weight:500}.projects-list__grid .project-card__devices .device-tags .no-data{color:#878c96;font-size:14px}.projects-list__grid .project-card__admin,.projects-list__grid .project-card__users{margin-bottom:16px}.projects-list__grid .project-card__admin .label,.projects-list__grid .project-card__users .label{color:#232323;font-size:14px;margin-bottom:8px}.projects-list__grid .project-card__admin .avatar,.projects-list__grid .project-card__users .avatar{width:28px;height:28px;border-radius:50%;background-color:#eaecf0;color:#878c96;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:12px}@media (min-width: 768px){.projects-list__grid .project-card__admin .avatar,.projects-list__grid .project-card__users .avatar{width:32px;height:32px;font-size:14px}}.projects-list__grid .project-card__admin .admin-info{display:flex;align-items:center;gap:8px}.projects-list__grid .project-card__admin .admin-info span{font-size:14px;color:#878c96}.projects-list__grid .project-card__users{margin-bottom:0}.projects-list__grid .project-card__users .user-avatars{display:flex;align-items:center}.projects-list__grid .project-card__users .user-avatars .avatar{margin-left:-6px}@media (min-width: 768px){.projects-list__grid .project-card__users .user-avatars .avatar{margin-left:-8px}}.projects-list__grid .project-card__users .user-avatars .avatar:first-child{margin-left:0}.projects-list__grid .project-card__users .user-avatars .user-count{margin-left:8px;font-size:12px;color:#878c96}@media (min-width: 768px){.projects-list__grid .project-card__users .user-avatars .user-count{margin-left:12px;font-size:14px}}.projects-list .devices-footer{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:24px}@media (min-width: 768px){.projects-list .devices-footer{flex-direction:row;justify-content:space-between;margin-top:32px}}.projects-list .devices-footer .devices-count{font-size:14px;color:#878c96}.projects-list .devices-footer .devices-count span{font-weight:500;color:#232323}.dropdown-container{position:relative;display:inline-block}.dropdown-container .menu-button{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.dropdown-container .menu-button:hover{opacity:.8}.dropdown-container .menu-button svg{width:20px;height:20px}.dropdown-container .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;min-width:160px;z-index:1000;padding:8px 0}.dropdown-container .dropdown-menu button{width:100%;display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:none;cursor:pointer;font-size:14px;color:#333;text-align:left}.dropdown-container .dropdown-menu button svg{width:16px;height:16px}.dropdown-container .dropdown-menu button:hover{background-color:#f5f5f5}.users-container{display:flex;flex-direction:column;padding:24px;background-color:#fff;border-radius:16px;width:100%;max-width:100%;overflow-x:auto}@media (min-width: 768px){.users-container{padding:32px 40px}}.users-container .users-header{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media (min-width: 768px){.users-container .users-header{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:0;gap:0}}.users-container .users-header-right{display:flex;flex-direction:column;gap:12px;width:100%}@media (min-width: 768px){.users-container .users-header-right{flex-direction:row;gap:10px;width:auto}}.users-container .users-header-right .filters-container{width:100%}@media (min-width: 768px){.users-container .users-header-right .filters-container{width:auto}}.users-container .users-table{width:100%;overflow-x:auto}.users-container .users-table .table-header{display:none}@media (min-width: 768px){.users-container .users-table .table-header{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr 60px;padding:16px}}.users-container .users-table .table-header .header-cell{font-weight:400;font-size:16px;line-height:100%;color:#4b5764}.users-container .users-table .table-body{display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.users-container .users-table .table-body{gap:16px}}.users-container .users-table .table-body .table-row{border:1px solid #C8CDD6;background-color:#fff;display:flex;flex-direction:column;padding:16px;border-radius:16px;gap:12px}@media (min-width: 768px){.users-container .users-table .table-body .table-row{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr 60px;padding:16px;gap:0}}.users-container .users-table .table-body .table-row .cell{display:flex;align-items:center;gap:8px;padding:8px 0}@media (min-width: 768px){.users-container .users-table .table-body .table-row .cell{padding:0}}.users-container .users-table .table-body .table-row .cell:not(:last-child){border-bottom:1px solid #EAECF0}@media (min-width: 768px){.users-container .users-table .table-body .table-row .cell:not(:last-child){border-bottom:none}}.users-container .users-table .table-body .table-row .cell:before{content:attr(data-label);font-weight:500;color:#4b5764;width:120px;flex-shrink:0}@media (min-width: 768px){.users-container .users-table .table-body .table-row .cell:before{display:none}}.users-container .users-table .table-body .table-row .cell .user-icon{width:32px;height:32px;background:#e9ecef;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.users-container .users-table .table-body .table-row .cell.actions{justify-content:flex-end;position:relative;border-bottom:none!important}.users-container .users-table .table-body .table-row .cell.actions .action-button{background:none;border:none;padding:4px;cursor:pointer;color:#6c757d}.users-container .users-table .table-body .table-row .cell.actions .action-button:hover{color:#212529}.users-container .users-table .table-body .table-row .cell.actions .dropdown-menu{position:absolute;top:100%;right:0;background:#fff;display:none;flex-direction:column;min-width:180px;z-index:1000;cursor:pointer;box-shadow:0 2px 8px #0000001a;border-radius:8px}.users-container .users-table .table-body .table-row .cell.actions .dropdown-menu button{width:100%;display:flex;align-items:center;gap:8px;padding:12px 14px;border:none;background:none;color:#232323;font-size:14px;text-align:left;cursor:pointer;transition:background-color .2s}.users-container .users-table .table-body .table-row .cell.actions .dropdown-menu button:hover{background-color:#f2f4f8}.users-container .users-table .table-body .table-row .cell.actions .dropdown-menu button .icon{font-size:16px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.users-container .users-table .table-body .table-row .cell.actions:hover .dropdown-menu{display:flex}.users-container .users-footer{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:24px}@media (min-width: 768px){.users-container .users-footer{flex-direction:row;justify-content:space-between;align-items:center;margin-top:30px}}.users-container .users-footer .users-count{font-size:14px;color:#4b5764}.users-container .users-footer .users-count span{font-weight:600;color:#232323}.filters-wrapper{display:flex;gap:8px}.filters-button{background-color:#0a3622;color:#fff;height:40px;width:40px;border-radius:10px;border:1px solid #232323;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s linear}.filters-button:hover{background-color:#fff;color:#0a3622}.filters-button path{transition:all .2s ease-in-out}.filters-button:hover path{transition:all .2s ease-in-out;fill:#232323}.filters-button__count{position:absolute;background-color:#fff;border:1px solid #232323;border-radius:50%;top:-12px;right:-12px;color:#232323;height:24px;width:24px;display:flex;align-items:center;justify-content:center;font-weight:600}.filters{width:368px;display:flex;flex-direction:column;gap:24px}.filters__title{margin:0;font-weight:600;font-size:20px;line-height:24px}.filters__buttons{display:flex;gap:8px}.filters__button-apply{width:100%;background-color:#232323}.filters__button-clear{width:100%}.change-role-modal{background:#fff;border-radius:16px;padding:32px;width:100%;max-width:420px;transform:translateY(0);animation:modalAppear .3s ease-out}.change-role-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #EAECF0}.change-role-modal .modal-header h2{margin:0;font-size:24px;font-weight:600;position:relative}.change-role-modal .modal-header .close-button{background:none;border:none;font-size:28px;cursor:pointer;color:#c8cdd6;padding:8px;line-height:1;border-radius:50%;transition:all .2s ease}.change-role-modal .modal-content .user-name{font-size:18px;color:#232323;margin-bottom:8px;font-weight:500}.change-role-modal .modal-content .current-role{font-size:14px;color:#c8cdd6;margin-bottom:32px;display:flex;align-items:center;gap:8px}.change-role-modal .modal-content .current-role:before{content:"•";color:#4588ec;font-size:20px}.change-role-modal .modal-content .role-options{display:flex;flex-direction:column;gap:16px}.change-role-modal .modal-content .role-options .role-option{padding:16px 20px;border:1px solid #EAECF0;border-radius:16px;background:#fff;font-size:16px;font-weight:500;color:#232323;cursor:pointer;transition:all .3s ease;text-transform:capitalize;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden}.change-role-modal .modal-content .role-options .role-option:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;transition:width .3s ease}.change-role-modal .modal-content .role-options .role-option.selected{background:#effbfa;border-color:#eaecf0;box-shadow:0 4px 12px #00000014}.change-role-modal .modal-content .role-options .role-option.selected:after{display:none}.change-role-modal .modal-content .role-options .role-option.admin:before{background:linear-gradient(180deg,#4588ec,#2b6cb0)}.change-role-modal .modal-content .role-options .role-option.manager:before{background:linear-gradient(180deg,#00bfc7,#008b94)}.change-role-modal .modal-content .role-options .role-option.user:before{background:linear-gradient(180deg,#99c7f7,#6ba3e3)}.change-role-modal .modal-content .role-options .role-option.viewer:before{background:linear-gradient(180deg,#99e6f7,#66d9e8)}.users-list{display:flex;flex-direction:column;gap:12px;background:#fff;border-radius:8px;overflow-x:auto;width:100%;max-width:100%;min-width:1000px}@media (min-width: 768px){.users-list{gap:16px}}.users-list .header-row,.users-list .user-row{display:grid;grid-template-columns:1fr 80px;align-items:center;gap:12px;padding:12px;min-width:min-content;width:100%}@media (min-width: 480px){.users-list .header-row,.users-list .user-row{grid-template-columns:1.5fr 1fr 80px}}@media (min-width: 768px){.users-list .header-row,.users-list .user-row{grid-template-columns:2fr 2fr 1fr 1fr 1fr 80px;gap:16px;padding:16px}}.users-list .header-row{color:#2e314e;font-weight:500;font-size:14px;line-height:1.4;padding-bottom:8px;position:sticky;top:0;background:#fff;z-index:1}@media (min-width: 768px){.users-list .header-row{font-size:20px;line-height:32.36px}}.users-list .header-row span{display:none}.users-list .header-row span:first-child{display:block}@media (min-width: 480px){.users-list .header-row span:nth-child(2){display:block}}@media (min-width: 768px){.users-list .header-row span{display:block}}.users-list .user-row{background:#effbfa;border-radius:16px;cursor:pointer;border:1px solid #C8CDD6}.users-list .user-row .user-info{display:flex;align-items:center;gap:8px;min-width:0}@media (min-width: 768px){.users-list .user-row .user-info{gap:12px}}.users-list .user-row .user-info .user-avatar{width:32px;height:32px;border-radius:50%;background:#80cbc4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;flex-shrink:0}@media (min-width: 768px){.users-list .user-row .user-info .user-avatar{width:40px;height:40px;font-size:18px}}.users-list .user-row .user-info .user-details{min-width:0;flex:1}.users-list .user-row .user-info .user-details h3{margin:0;font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.users-list .user-row .user-info .user-details h3{font-size:16px}}.users-list .user-row .user-email{display:none;font-size:14px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 480px){.users-list .user-row .user-email{display:block}}.users-list .user-row .user-status{display:none}@media (min-width: 768px){.users-list .user-row .user-status{display:block}}.users-list .user-row .user-status .status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;background:#fff;white-space:nowrap}@media (min-width: 768px){.users-list .user-row .user-status .status-badge{padding:6px 12px;border-radius:16px;font-size:14px}}.users-list .user-row .user-time{display:none;color:#666;font-size:14px;white-space:nowrap}@media (min-width: 768px){.users-list .user-row .user-time{display:block}}.users-list .user-row .user-role{display:none}@media (min-width: 768px){.users-list .user-row .user-role{display:block}}.users-list .user-row .user-role .role-badge{display:inline-block;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;text-transform:capitalize;white-space:nowrap}@media (min-width: 768px){.users-list .user-row .user-role .role-badge{padding:6px 16px;font-size:14px}}.users-list .user-row .user-role .role-badge.admin{background-color:#4588ec1a;color:#4588ec}.users-list .user-row .user-role .role-badge.manager{background-color:#00bfc71a;color:#00bfc7}.users-list .user-row .user-role .role-badge.user{background-color:#99c7f71a;color:#99c7f7}.users-list .user-row .user-role .role-badge.viewer{background-color:#99e6f71a;color:#99e6f7}.users-list .user-row .user-actions{display:flex;gap:8px;justify-content:center}.users-list .user-row .user-actions .action-btn{background:none;border:none;padding:6px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#666;transition:background-color .2s ease}@media (min-width: 768px){.users-list .user-row .user-actions .action-btn{padding:8px}}.users-list .user-row .user-actions .action-btn svg{width:16px;height:16px}@media (min-width: 768px){.users-list .user-row .user-actions .action-btn svg{width:20px;height:20px}}.users-list .user-row .user-actions .action-btn.delete:hover svg path{fill:#ff5e5e}.project-details{display:flex;flex-direction:column;padding:16px;background-color:#fff;border-radius:16px}@media (min-width: 768px){.project-details{padding:32px 40px}}.project-details .project-header{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}@media (min-width: 768px){.project-details .project-header{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:30px}}.project-details .project-header .project-title h1{font-weight:700;font-size:24px;line-height:1.2;display:flex;align-items:center;gap:8px;word-break:break-word}@media (min-width: 768px){.project-details .project-header .project-title h1{font-size:32px;line-height:100%}}.project-details .project-header .project-title h1 .edit-icon{font-size:20px;color:#232323;cursor:pointer;flex-shrink:0}@media (min-width: 768px){.project-details .project-header .project-title h1 .edit-icon{font-size:24px}}.project-details .project-header .project-title .last-updated{color:#4186f5;margin:8px 0 0;font-weight:400;font-size:16px;line-height:1.2}@media (min-width: 768px){.project-details .project-header .project-title .last-updated{font-size:20px;line-height:100%}}.project-details .tab-container{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin:0 -16px;padding-left:16px;padding-right:16px}@media (min-width: 768px){.project-details .tab-container{margin:0;padding:0;gap:16px}}.project-details .tab-container::-webkit-scrollbar{height:4px}.project-details .tab-container::-webkit-scrollbar-track{background:#f2f4f8;border-radius:2px}.project-details .tab-container::-webkit-scrollbar-thumb{background:#eaecf0;border-radius:2px}.project-details .devices-count{font-size:14px;color:#232323;margin:16px 0 8px}@media (min-width: 768px){.project-details .devices-count{font-size:16px;margin-bottom:8px}}.project-details .table{display:flex;flex-direction:column;gap:12px;margin-top:16px;overflow-x:auto}@media (min-width: 768px){.project-details .table{gap:16px}}.project-details .table__row{background:#fff;border-radius:16px;padding:12px;display:flex;align-items:center;min-width:min-content}@media (min-width: 768px){.project-details .table__row{padding:16px}}.project-details .table__row-heading{background:none}.project-details .table__col-400{width:250px}@media (min-width: 768px){.project-details .table__col-400{width:400px}}.project-details .table__col-400 p:first-child{font-size:16px;font-weight:700;margin:0 0 4px}@media (min-width: 768px){.project-details .table__col-400 p:first-child{font-size:20px;margin:0 0 8px}}.project-details .table__col-400 p:last-child{margin:0;font-size:14px}@media (min-width: 768px){.project-details .table__col-400 p:last-child{font-size:16px}}.project-details .table__col-166{width:120px}@media (min-width: 768px){.project-details .table__col-166{width:166px}}.project-details .table__col-166 p{margin:0;font-size:14px}@media (min-width: 768px){.project-details .table__col-166 p{font-size:16px}}.project-details .table__col-166-bold{width:120px}@media (min-width: 768px){.project-details .table__col-166-bold{width:166px}}.project-details .table__col-166-bold p{margin:0;font-weight:700;font-size:14px}@media (min-width: 768px){.project-details .table__col-166-bold p{font-size:16px}}.project-details .table__col-100{width:80px}@media (min-width: 768px){.project-details .table__col-100{width:100px}}.project-details .table__col-100 p{margin:0;font-size:14px}@media (min-width: 768px){.project-details .table__col-100 p{font-size:16px}}.project-details .table__col-menu{width:40px;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.project-details .table__col-menu{width:50px}}.project-details .table__col-menu .menu-icon{cursor:pointer;color:#878c96;font-size:20px}@media (min-width: 768px){.project-details .table__col-menu .menu-icon{font-size:24px}}.project-details .table .conn-cell{display:flex;align-items:center;gap:6px;font-weight:700}@media (min-width: 768px){.project-details .table .conn-cell{gap:8px}}.project-details .table .conn-cell__ico{color:#878c96;font-size:12px}@media (min-width: 768px){.project-details .table .conn-cell__ico{font-size:14px}}.project-details .table .conn-cell__status{background:#4588ec;color:#fff;padding:2px 6px;border-radius:12px;font-size:11px}@media (min-width: 768px){.project-details .table .conn-cell__status{padding:4px 8px;border-radius:16px;font-size:12px}}.project-details .table .conn-cell__status.Offline{background:#d9302f}.tab-container{display:flex;gap:16px;width:fit-content;margin-bottom:24px}.tab{padding:12px 32px;background:none;border:none;font-size:16px;font-weight:500;color:#232323;cursor:pointer;border-radius:100px;transition:all .2s ease}.tab:hover{background:#98f9d380}.tab.active{background:#98f9d3}.page-heading{position:relative;padding:0 0 22px;display:flex;flex-direction:column;gap:8px;text-align:left}.page-heading p.title{font-weight:700;font-size:32px;line-height:51.78px;color:#2e314e;text-align:left}.page-heading p.subtitle{font-weight:500;font-size:20px;line-height:32.36px;color:#6c7096}.add-devices-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.add-devices-content{background:#fff;border-radius:10px;width:100%;max-width:420px;min-height:480px;box-shadow:0 12px 32px #0000001a;position:relative;border:none;overflow:hidden;padding:24px;max-height:90vh;overflow-y:auto}.add-devices-header{padding:0 0 24px;border-bottom:none;display:flex;justify-content:space-between;align-items:center}.add-devices-header h2{font-weight:500;font-size:20px;line-height:32.36px;color:#2e314e}.add-devices-header .add-devices-close{background:none;border:none;font-size:24px;color:#2e314e;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.add-devices-form-group{position:relative;height:calc(100% - 140px);min-height:320px}.add-devices-list{position:relative;width:100%;height:100%;overflow-y:auto;border-radius:16px;background:#effbfa;box-shadow:none;padding:10px;margin-bottom:16px}.add-devices-list::-webkit-scrollbar{width:6px}.add-devices-list::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:6px}.add-devices-list::-webkit-scrollbar-track{background-color:#00000005;border-radius:6px}.add-devices-item{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.05);cursor:pointer}.add-devices-item:hover{background-color:#00000005}.add-devices-item:last-child{border-bottom:none}.add-devices-item input[type=checkbox]{margin-right:12px;width:18px;height:18px;cursor:pointer;accent-color:#0A3622}.add-devices-item label{margin:0;cursor:pointer;flex-grow:1;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#2e314e}.add-devices-item .add-devices-item-id{font-weight:500}.add-devices-item .add-devices-item-status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:uppercase}.add-devices-item .add-devices-item-status.connected{background-color:#00c2881a;color:#00c288}.add-devices-item .add-devices-item-status.disabled{background-color:#dc35451a;color:#dc3545}.add-devices-empty{padding:16px;color:#6c7096;text-align:center;font-size:14px}.add-devices-footer{display:flex;justify-content:center;gap:0}.add-devices-footer .add-devices-submit{padding:18px 24px;border-radius:16px;font-size:16px;font-weight:500;cursor:pointer;position:relative;overflow:hidden;width:100%;background:linear-gradient(90deg,#00c288,#00bfcb);color:#fff;border:none}.add-devices-footer .add-devices-submit:disabled{opacity:.6;cursor:not-allowed}.add-users-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.add-users-content{background:#fff;border-radius:10px;width:100%;max-width:420px;min-height:480px;box-shadow:0 12px 32px #0000001a;position:relative;border:none;overflow:hidden;padding:24px;max-height:90vh;overflow-y:auto}.add-users-header{padding:0 0 24px;border-bottom:none;display:flex;justify-content:space-between;align-items:center}.add-users-header h2{font-weight:500;font-size:20px;line-height:32.36px;color:#2e314e}.add-users-header .add-users-close{background:none;border:none;font-size:24px;color:#2e314e;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0}.add-users-form-group{position:relative;height:calc(100% - 140px);min-height:320px}.add-users-list{position:relative;width:100%;height:100%;overflow-y:auto;border-radius:16px;background:#effbfa;box-shadow:none;padding:10px;margin-bottom:16px}.add-users-list::-webkit-scrollbar{width:6px}.add-users-list::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:6px}.add-users-list::-webkit-scrollbar-track{background-color:#00000005;border-radius:6px}.add-users-item{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.05);cursor:pointer}.add-users-item:hover{background-color:#00000005}.add-users-item:last-child{border-bottom:none}.add-users-item input[type=checkbox]{margin-right:12px;width:18px;height:18px;cursor:pointer;accent-color:#0A3622}.add-users-item label{margin:0;cursor:pointer;flex-grow:1;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#2e314e}.add-users-item .add-users-item-name{font-weight:500}.add-users-item .add-users-item-email{color:#6c7096;font-size:12px}.add-users-empty{padding:16px;color:#6c7096;text-align:center;font-size:14px}.add-users-footer{display:flex;justify-content:center;gap:0}.add-users-footer .add-users-submit{padding:18px 24px;border-radius:16px;font-size:16px;font-weight:500;cursor:pointer;position:relative;overflow:hidden;width:100%;background:linear-gradient(90deg,#00c288,#00bfcb);color:#fff;border:none}.add-users-footer .add-users-submit:disabled{opacity:.6;cursor:not-allowed}.profile__header{display:flex;justify-content:space-between;margin:20px 0;padding:0;position:relative;overflow:hidden}.profile__save-button{display:flex;align-items:center;gap:12px;padding:14px 28px;background:linear-gradient(135deg,#0a3622,#0f4d30);color:#fff;border:none;font-weight:600;font-size:1rem;cursor:pointer;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0a36224d;position:relative;overflow:hidden}.profile__save-button svg{width:20px;height:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.profile__content{background:#fff;border-radius:24px;padding:40px;box-shadow:0 8px 32px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(10,54,34,.1);position:relative;overflow:hidden}.profile__form{display:flex;flex-direction:column;gap:2rem}.profile__form-group label{display:block;font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;transition:all .3s ease;position:relative;padding-left:12px}.profile__input-wrapper{display:flex;align-items:center;gap:5px;padding:5px;background-color:#f8f9fa;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.profile__input-wrapper input{flex:1;border:none;background:none;font-size:1rem;color:#2c3e50;padding:.5rem;transition:all .3s ease}.profile__input-wrapper input:focus{outline:none}.profile__input-wrapper input:read-only{cursor:default;color:#6b7280}.profile__edit-button{padding:.75rem;background:none;border:none;cursor:pointer;color:#6b7280;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.profile__edit-button svg{width:1.5rem;height:1.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1)}.profile__tags{display:flex;flex-wrap:wrap;gap:.75rem}.profile__tag{padding:.75rem 1.25rem;background:linear-gradient(135deg,#0a36221a,#0a362233);color:#0a3622;border-radius:24px;font-size:.875rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.profile__tag--more{background:#f1f3f5;color:#6b7280}.profile-alerts__content{display:flex;flex-direction:column;gap:2rem}.profile-alerts__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.profile-alerts__item-header h3{font-size:1.25rem;font-weight:700;color:#2c3e50;transition:all .3s ease;position:relative;padding-bottom:8px}.profile-alerts__description{font-size:1rem;line-height:1.6;color:#6b7280;transition:all .3s ease;padding:1rem;background:#f8f9fa;border-radius:12px;border:1px solid transparent}.alert-block{border-radius:16px;padding:1.5rem;background:#fff;box-shadow:0 4px 20px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(10,54,34,.1);position:relative;overflow:hidden}.alert-block__header{display:flex;align-items:center;margin-bottom:1rem;gap:16px}.alert-block__header h3{font-size:1.25rem;font-weight:700;color:#2c3e50;margin:0;transition:all .3s ease;position:relative;padding-bottom:8px}.alert-block__description{font-size:1rem;line-height:1.6;color:#6b7280;margin-left:55px;transition:all .3s ease;padding:1rem;background:#f8f9fa;border-radius:12px;border:1px solid transparent}.toggle{position:relative;display:inline-block;width:44px;height:24px;margin:0}.toggle input{opacity:0;width:0;height:0}.toggle input:checked+.toggle__track{background-color:#232323}.toggle input:checked+.toggle__track:before{transform:translate(20px)}.toggle__track{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e4e6eb;transition:.4s;border-radius:34px}.toggle__track:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.accordion-item>h3{margin:0;width:100%}.accordion-header{display:flex}.accordion-header>button{background:none;border:none;padding:0}.accordion-header>button:hover{text-decoration:none}.accordion-trigger{display:flex;flex:1;align-items:center;justify-content:space-between;font-weight:500;transition:all .2s;cursor:pointer}.accordion-trigger:hover{text-decoration:underline}.accordion-trigger[data-state=open]>svg{transform:rotate(180deg)}.chevron-icon{height:1rem;width:1rem;flex-shrink:0;color:#6b7280;transition:transform .2s}.accordion-content{width:100%;overflow:hidden}.accordion-content[data-state=closed]{animation:accordionUp .2s ease-out}.accordion-content[data-state=open]{animation:accordionDown .2s ease-in}.accordion-content-inner{padding-bottom:1rem;padding-top:1rem}@keyframes accordionUp{0%{max-height:1000px}to{max-height:0}}@keyframes accordionDown{0%{max-height:0}to{max-height:1000px}}.style-guide{padding:2rem;max-width:100%;margin:0 auto}.style-guide h2{margin-bottom:2rem;color:#333}.style-guide .components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.style-guide .component-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.style-guide .component-card:hover{transform:translateY(-2px)}.style-guide .component-card h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.25rem}.style-guide .component-card .description{color:#666;font-size:.9rem;margin-bottom:1rem}.style-guide .component-card .component-example{padding:1rem;background:#f8f9fa;border-radius:4px;margin-bottom:1rem;min-height:100px;display:flex;align-items:center;justify-content:center}.style-guide .component-card hr{border:none;border-top:1px solid #eee;margin:1rem 0 0}.style-guide .modal-content{padding:1.5rem;min-width:300px}.style-guide .modal-content h4{margin-bottom:1rem;color:#2c3e50}.style-guide .modal-content button{margin-top:1rem;padding:.5rem 1rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.style-guide .modal-content button:hover{background:#0056b3}.user-profile{display:flex;flex-direction:column;gap:16px;padding:16px;background-color:#fff;border-radius:12px}@media (min-width: 768px){.user-profile{gap:20px;padding:24px;border-radius:14px}}@media (min-width: 1024px){.user-profile{gap:24px;padding:32px 40px;border-radius:16px}}.user-profile__header{display:flex;flex-direction:column;gap:16px;margin-bottom:12px}@media (min-width: 768px){.user-profile__header{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:16px}}.user-profile__header-right{display:flex;flex-direction:column;gap:12px;width:100%}@media (min-width: 768px){.user-profile__header-right{flex-direction:row;gap:10px;width:auto}}.user-profile__card{background:#effbfa;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(10,54,34,.1)}@media (min-width: 768px){.user-profile__card{flex-direction:row;justify-content:space-between;align-items:center;padding:20px;border-radius:14px}}@media (min-width: 1024px){.user-profile__card{padding:24px;border-radius:16px}}.user-profile__info{display:flex;align-items:center;gap:12px}@media (min-width: 768px){.user-profile__info{gap:16px}}.user-profile__avatar{width:40px;height:40px;border-radius:50%;background:#80cbc4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:500}@media (min-width: 768px){.user-profile__avatar{width:48px;height:48px;font-size:20px}}.user-profile__details h3{margin:0 0 4px;font-size:16px;font-weight:500;color:#333}@media (min-width: 768px){.user-profile__details h3{font-size:18px}}.user-profile__details p{margin:0;font-size:13px;color:#666}@media (min-width: 768px){.user-profile__details p{margin:0 0 8px;font-size:14px}}.user-profile__status .status-badge{display:inline-block;padding:6px 12px;border-radius:16px;font-size:14px;font-weight:500;background:#e8f5e9;color:#4caf50}.user-profile__actions .action-btn{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease}.user-profile__actions .action-btn:hover{background:#0000000d;color:#333}.user-profile__actions .action-btn i{font-size:16px}.user-profile .tab-container{display:flex;gap:12px;margin-bottom:16px;overflow-x:auto;padding-bottom:4px}@media (min-width: 768px){.user-profile .tab-container{gap:16px;margin-bottom:24px;overflow-x:visible;padding-bottom:0}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-actions{display:flex;gap:8px;justify-content:flex-end}.user-actions .action-btn{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#666}.user-actions .action-btn svg{width:16px;height:16px}.project-tab{width:100%;max-width:100%;overflow-x:auto}.projects-table{width:100%;overflow-x:auto}.projects-table .table-header{display:none}@media (min-width: 768px){.projects-table .table-header{display:grid;grid-template-columns:2fr 1fr 160px 150px 150px 80px;background:#fff}}.projects-table .table-header .header-cell{color:#2e314e;font-weight:500;font-size:16px;line-height:1.4;padding-bottom:8px}@media (min-width: 768px){.projects-table .table-header .header-cell{font-size:20px;line-height:32.36px}}.projects-table .table-header .header-cell:last-child{text-align:right;padding-right:48px}.projects-table .table-body{display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.projects-table .table-body{gap:16px}}.projects-table .table-body .table-row{display:flex;flex-direction:column;padding:16px;background:#effbfa;border-radius:16px;cursor:pointer;gap:12px;border:1px solid #C8CDD6}@media (min-width: 768px){.projects-table .table-body .table-row{display:grid;grid-template-columns:2fr 1fr 120px 150px 120px 80px;padding:16px 24px;gap:0}}.projects-table .table-body .table-row .cell{display:flex;align-items:center;gap:8px;padding:8px 0;position:relative}@media (min-width: 768px){.projects-table .table-body .table-row .cell{padding:0}}.projects-table .table-body .table-row .cell:not(:last-child){border-bottom:1px solid #EAECF0}@media (min-width: 768px){.projects-table .table-body .table-row .cell:not(:last-child){border-bottom:none}}.projects-table .table-body .table-row .cell:before{content:attr(data-label);font-weight:500;color:#4b5764;width:120px;flex-shrink:0}@media (min-width: 768px){.projects-table .table-body .table-row .cell:before{display:none}}.projects-table .table-body .table-row .cell .project-info{flex:1;min-width:0}.projects-table .table-body .table-row .cell .project-info h3{color:#374151;font-size:16px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects-table .table-body .table-row .cell .project-stat{font-size:14px;color:#374151;font-weight:500}.projects-table .table-body .table-row .cell .status-badge{padding:6px 12px;border-radius:16px;font-size:14px;font-weight:500;background:#fff}.projects-table .table-body .table-row .cell.actions{border-bottom:none!important;justify-content:flex-end}.projects-table .table-body .table-row .cell.actions .user-actions{display:flex;gap:8px;justify-content:flex-end;width:100%}@media (min-width: 768px){.projects-table .table-body .table-row .cell.actions .user-actions{justify-content:center}}.projects-table .table-body .table-row .cell.actions .user-actions .action-btn{background:transparent;border:none;padding:8px;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.projects-table .table-body .table-row .cell.actions .user-actions .action-btn:hover{opacity:.7}.projects-table .table-body .table-row .cell.actions .user-actions .action-btn svg{width:20px;height:20px;color:#6b7280}.projects-footer{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:24px}@media (min-width: 768px){.projects-footer{flex-direction:row;justify-content:space-between;align-items:center;margin-top:30px}}.projects-footer .projects-count{font-size:14px;color:#4b5764}.projects-footer .projects-count span{font-weight:600;color:#232323}.loader{position:fixed;top:0;bottom:0;left:0;right:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#a1a1a133;z-index:9999;display:flex;flex-direction:column;gap:36px;justify-content:center;align-items:center;opacity:0;color:#4186f5;font-size:18px;line-height:24px}.loader img{width:8rem;height:8rem}.loader--open{animation:fadeIn .2s forwards}.loader--close{animation:fadeOut .2s forwards}.loader--is-absolute{position:absolute}.loader__spinner{border:.2em solid rgba(0,0,0,.1);border-top:.2em solid #4186F5;border-radius:50%;width:2.28571429rem;height:2.28571429rem;animation:spin .6s linear infinite}.loader--is-visible{display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.add-projects-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.add-projects-content{background:#fff;border-radius:10px;width:100%;max-width:420px;min-height:480px;box-shadow:0 12px 32px #0000001a;position:relative;border:none;overflow:hidden;padding:24px;max-height:90vh;overflow-y:auto}.add-projects-header{padding:0 0 24px;border-bottom:none;display:flex;justify-content:space-between;align-items:center}.add-projects-header h2{font-weight:500;font-size:20px;line-height:32.36px;color:#2e314e}.add-projects-header .add-projects-close{background:none;border:none;font-size:24px;color:#2e314e;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0}.add-projects-form-group{position:relative;height:calc(100% - 140px);min-height:320px;margin-bottom:16px}.add-projects-list{position:relative;width:100%;height:100%;overflow-y:auto;border-radius:16px;background:#effbfa;box-shadow:none;padding:10px}.add-projects-list::-webkit-scrollbar{width:6px}.add-projects-list::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:6px}.add-projects-list::-webkit-scrollbar-track{background-color:#00000005;border-radius:6px}.add-projects-item{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.05);cursor:pointer}.add-projects-item:hover{background-color:#00000005}.add-projects-item:last-child{border-bottom:none}.add-projects-item input[type=checkbox]{margin-right:12px;width:18px;height:18px;cursor:pointer;accent-color:#0A3622}.add-projects-item label{margin:0;cursor:pointer;flex-grow:1;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#2e314e}.add-projects-item .add-projects-item-name{font-weight:500}.add-projects-item .add-projects-item-info{color:#6c7096;font-size:12px}.add-projects-empty{padding:16px;color:#6c7096;text-align:center;font-size:14px}.add-projects-footer{display:flex;justify-content:center;gap:0}.add-projects-footer .add-projects-submit{padding:18px 24px;border-radius:16px;font-size:16px;font-weight:500;cursor:pointer;position:relative;overflow:hidden;width:100%;background:linear-gradient(90deg,#00c288,#00bfcb);color:#fff;border:none}.add-projects-footer .add-projects-submit:disabled{opacity:.6;cursor:not-allowed}.dashboard{padding:28px;max-width:1400px;margin:0 auto;background-color:#fff;border-radius:16px}@media screen and (max-width: 768px){.dashboard{padding:20px;border-radius:12px}}@media screen and (max-width: 480px){.dashboard{padding:26px;border-radius:8px}}.dashboard h1{margin-bottom:30px;font-size:24px;font-weight:500}@media screen and (max-width: 768px){.dashboard h1{font-size:20px;margin-bottom:20px}}@media screen and (max-width: 480px){.dashboard h1{font-size:18px;margin-bottom:16px}}.dashboard h2{margin:40px 0 20px;font-size:20px;font-weight:500}@media screen and (max-width: 768px){.dashboard h2{margin:30px 0 16px;font-size:18px}}@media screen and (max-width: 480px){.dashboard h2{margin:24px 0 12px;font-size:16px}}.dashboard .dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}@media screen and (max-width: 768px){.dashboard .dashboard-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:20px}}@media screen and (max-width: 480px){.dashboard .dashboard-grid{grid-template-columns:1fr;gap:12px;margin-bottom:16px}}.dashboard .dashboard-card{padding:20px;background:#effbfa;border-radius:16px;cursor:pointer;border:1px solid #C8CDD6;box-shadow:none}@media screen and (max-width: 768px){.dashboard .dashboard-card{padding:16px;border-radius:12px}}@media screen and (max-width: 480px){.dashboard .dashboard-card{padding:12px;border-radius:8px}}.dashboard .dashboard-card h3{margin:0 0 10px;color:#4b5764;font-size:16px;font-weight:400}@media screen and (max-width: 480px){.dashboard .dashboard-card h3{font-size:14px;margin-bottom:8px}}.dashboard .dashboard-card .dashboard-stat{margin:0;font-size:24px;font-weight:500}@media screen and (max-width: 768px){.dashboard .dashboard-card .dashboard-stat{font-size:20px}}@media screen and (max-width: 480px){.dashboard .dashboard-card .dashboard-stat{font-size:18px}}.dashboard .projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}@media screen and (max-width: 768px){.dashboard .projects-section .projects-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media screen and (max-width: 480px){.dashboard .projects-section .projects-grid{grid-template-columns:1fr;gap:12px}}.dashboard .projects-section .project-card{padding:20px;background:#effbfa;border-radius:16px;cursor:pointer;border:1px solid #C8CDD6;box-shadow:none}@media screen and (max-width: 768px){.dashboard .projects-section .project-card{padding:16px;border-radius:12px}}@media screen and (max-width: 480px){.dashboard .projects-section .project-card{padding:12px;border-radius:8px}}.dashboard .projects-section .project-card .project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}@media screen and (max-width: 480px){.dashboard .projects-section .project-card .project-header{margin-bottom:8px}}.dashboard .projects-section .project-card .project-header h3{margin:0;color:#232323;font-size:18px;font-weight:500}@media screen and (max-width: 768px){.dashboard .projects-section .project-card .project-header h3{font-size:16px}}@media screen and (max-width: 480px){.dashboard .projects-section .project-card .project-header h3{font-size:14px}}.dashboard .projects-section .project-card .MuiChip-root{height:24px;font-size:12px;font-weight:500}@media screen and (max-width: 480px){.dashboard .projects-section .project-card .MuiChip-root{height:20px;font-size:10px}}.dashboard .projects-section .project-card .MuiLinearProgress-root{margin:10px 0;height:8px;border-radius:4px;background-color:#eaecf0}@media screen and (max-width: 480px){.dashboard .projects-section .project-card .MuiLinearProgress-root{margin:8px 0;height:6px}}.dashboard .projects-section .project-card .MuiLinearProgress-root .MuiLinearProgress-bar{border-radius:4px}.dashboard .projects-section .project-card .MuiTypography-body2{color:#4b5764;font-size:14px}@media screen and (max-width: 480px){.dashboard .projects-section .project-card .MuiTypography-body2{font-size:12px}}.dashboard .projects-section .project-card .MuiTypography-caption{color:#c8cdd6;font-size:12px}@media screen and (max-width: 480px){.dashboard .projects-section .project-card .MuiTypography-caption{font-size:10px}}aside{position:fixed;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#fff;color:#232323;width:100%;height:64px;padding:0 20px;z-index:50;transition:all .3s;box-shadow:0 1px 3px #0000001a}aside.open{height:100vh;padding:20px}aside .sidebar-header{display:flex;align-items:center;gap:12px}aside .sidebar-header .logo-container{display:flex;align-items:center;gap:12px}aside .sidebar-header .logo-container svg{width:32px;height:32px}aside .sidebar-header .logo-container h1{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;margin:0;color:#232323}@media (max-width: 767px){aside .sidebar-header .logo-container h1{display:none}}aside .sidebar-header .toggle-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;border:none;background:none;cursor:pointer;border-radius:8px;transition:all .2s}@media (max-width: 767px){aside .sidebar-header .toggle-btn{display:flex}}aside .sidebar-header .toggle-btn svg{width:24px;height:24px}aside .sidebar-header .toggle-btn:hover{background:#2323231a}aside nav{flex:1;display:flex;justify-content:center}@media (max-width: 767px){aside nav{display:none;position:fixed;top:64px;left:0;width:100%;background:#fff;padding:20px;box-shadow:0 4px 6px -1px #0000001a}aside nav.open{display:block}}aside nav ul{display:flex;flex-direction:row;align-items:center;gap:8px;margin:0;padding:0}@media (max-width: 767px){aside nav ul{flex-direction:column;align-items:stretch}}aside nav ul li{display:flex;align-items:center;padding:12px 16px;border-radius:16px;gap:8px;font-size:14px;font-weight:500;color:#232323;cursor:pointer;transition:all .2s}aside nav ul li:hover,aside nav ul li.active{background:#c7c9d9}aside nav ul li svg{width:20px;height:20px}aside .sidebar-footer{display:flex;align-items:center;gap:24px}@media (max-width: 767px){aside .sidebar-footer .user__info{display:none}}aside .sidebar-footer .user__wrap{display:flex;align-items:center;gap:12px;margin:0;padding:8px;border-radius:16px;cursor:pointer}aside .sidebar-footer .user__wrap .user__icon{width:32px;height:32px;border-radius:50%}@media (max-width: 767px){aside .sidebar-footer .user__wrap .user__info{display:none}}aside .sidebar-footer .user__wrap .user__info p{margin:0;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}aside .sidebar-footer .logout__btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;border:none;background:none;cursor:pointer;border-radius:8px;transition:all .2s}aside .sidebar-footer .logout__btn svg{width:24px;height:24px}aside .sidebar-footer .logout__btn:hover{background:#d9302f1a}@media (min-width: 768px){aside{position:fixed;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#fff;color:#232323;width:100%;height:64px;padding:0 80px;z-index:50;transition:all .3s;box-shadow:0 1px 3px #0000001a}aside.open{height:64px;padding:0 80px}aside .sidebar-header .toggle-btn{display:none}aside nav{display:flex;flex:1;margin-top:0}aside nav.open{display:flex}aside nav ul{flex-direction:row;justify-content:center}aside .sidebar-footer{display:flex;margin-top:0;padding-top:0}}.logout__title{color:#232323;margin-bottom:24px;font-size:20px;font-weight:700;line-height:24.2px}.logout__text{color:#232323;margin-bottom:24px;font-size:20px;line-height:24.2px}.logout__actions{width:376px;display:flex;gap:16px}.logout__btn{display:grid;place-content:center;flex:1 1 50%;margin:0;padding:16px;border-radius:16px;border:1px solid transparent}.logout__btn.cancel{border-color:#e5e7eb;color:#232323;background:#fff}.logout__btn.cancel:hover{background-color:#f3f4f6}.logout__btn.logout{border-color:#ff5050;background-color:#ff5050;color:#fff}.logout__btn.logout:hover{border-color:#fd3232;background-color:#fd3232}:root{font-family:Roboto,sans-serif;color:#232323}select{appearance:none;-webkit-appearance:none;-moz-appearance:none}#root{width:100%;-webkit-user-select:none;user-select:none}*{box-sizing:border-box;padding:0;margin:0}body{background:#effbfa;margin:0;display:flex;min-width:320px;min-height:100vh;height:100%}body::-webkit-scrollbar{width:4px}body::-webkit-scrollbar-thumb{background-color:#0a3622;border-radius:5px}body::-webkit-scrollbar-track{background-color:#eaecf0}ul{list-style:none}.container{display:flex;height:100%}main{width:100%;padding:88px 80px;height:100%;transition:all .3s}@media screen and (max-width: 768px){main{padding:88px 40px}}@media screen and (max-width: 480px){main{padding:70px 20px}}.main-auth{max-width:unset;width:100%;padding:0}.leaflet-control-zoom{display:flex!important;flex-direction:row-reverse!important;justify-content:space-between!important;background:#ffffff80!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;width:137px!important;padding:8px!important;border:none!important;border-radius:0!important;margin:0!important}.leaflet-control-zoom:after{position:absolute;content:"Scale";font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.07px;right:40px;top:10px}.leaflet-control-zoom:before{position:absolute;content:url(https://res.cloudinary.com/dvjdkgzbe/image/upload/v1699618319/water%20IOT/iconamoon_search_ug4nf7.svg);width:16px;height:16px;left:40px;top:12px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;border:none!important;border-radius:8px!important;font-size:14px!important;font-weight:500!important;line-height:20px!important;background:#cfd4e2!important;color:#232323!important}.custom-marker{position:relative}.custom-marker:before{position:absolute;content:"";width:21.5px!important;height:21.5px!important;left:45.25px;bottom:0;background:#343f5c;border-radius:50%}.custom-marker:after{position:absolute;content:"";width:112px!important;height:112px!important;background:#343f5c;border-radius:50%;opacity:.2}.password-input{position:relative}.password-input img{position:absolute;width:24px;height:24px;right:8px;top:40px;cursor:pointer}.password-input input{padding-right:40px!important}.validation-error{margin:4px 0!important;font-size:14px!important;color:#d9302f;font-weight:400!important;position:absolute;bottom:-24px;right:0}button:disabled{background-color:#bdbdbd;border-color:#bdbdbd;color:#fff;cursor:not-allowed}.main-button-dark,.main-button-light{width:100%;height:40px;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#fff;border:1px solid #232323;background:#232323;cursor:pointer;border-radius:10px;transition:all .2s linear}.main-button-dark:hover,.main-button-light:hover{background-color:#4b5764}.main-button-dark:disabled,.main-button-light:disabled{transition:all .2s linear}.main-button-dark:disabled:hover,.main-button-light:disabled:hover{background-color:#bdbdbd}.main-button-light{color:#232323;border:1px solid #232323;background:#fff;cursor:pointer;transition:all .2s linear}.main-button-light:hover{color:#fff}textarea{font-family:Roboto,sans-serif}.input-wrap{position:relative;width:479px}@media screen and (max-width: 768px){.input-wrap{width:100%;max-width:479px}}@media screen and (max-width: 480px){.input-wrap{width:100%}}.input-wrap svg{position:absolute;top:16px}.input-wrap svg:first-child{left:16px}.input-wrap svg:last-child{top:0;left:0}.input-wrap svg:last-child path{fill:#232323}.input-wrap input{padding:8px 40px;font-size:16px;font-style:normal;font-weight:400;background:#e9f1f5;width:100%;border-radius:16px;border:none;height:56px}@media screen and (max-width: 480px){.input-wrap input{height:48px;font-size:14px;padding:8px 36px}}.input-wrap input::placeholder{color:#6c7096}.input-wrap input:focus{outline:none!important;border:none!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-overlay .modal-content{background:#fff;border-radius:10px;width:100%;max-width:420px;box-shadow:0 12px 32px #0000001a;position:relative;border:none;overflow:hidden;padding:24px;max-height:90vh;overflow-y:auto}@media screen and (max-width: 480px){.modal-overlay .modal-content{padding:20px;margin:0 16px}}.modal-overlay .modal-content::-webkit-scrollbar{width:6px}.modal-overlay .modal-content::-webkit-scrollbar-thumb{background-color:#0003;border-radius:6px}.modal-overlay .modal-content::-webkit-scrollbar-track{background-color:#0000000d;border-radius:6px}.modal-overlay .modal-content .modal-header{padding:0 0 24px;border-bottom:none;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 480px){.modal-overlay .modal-content .modal-header{padding:0 0 20px}}.modal-overlay .modal-content .modal-header h2{font-weight:500;font-size:20px;line-height:32.36px;color:#2e314e}@media screen and (max-width: 480px){.modal-overlay .modal-content .modal-header h2{font-size:18px;line-height:28px}}.modal-overlay .modal-content .modal-header .close-button{background:none;border:none;font-size:24px;color:#2e314e;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}@media screen and (max-width: 480px){.modal-overlay .modal-content .modal-header .close-button{width:20px;height:20px;font-size:20px}}.modal-overlay .modal-content form{padding:0}.modal-overlay .modal-content form .form-group{margin-bottom:24px;position:relative}@media screen and (max-width: 480px){.modal-overlay .modal-content form .form-group{margin-bottom:20px}}.modal-overlay .modal-content form .form-group label{display:block;margin-bottom:4px;font-weight:400;font-size:16px;line-height:25.89px;color:#2e314e}@media screen and (max-width: 480px){.modal-overlay .modal-content form .form-group label{font-size:14px;line-height:22px}}.modal-overlay .modal-content form .form-group input,.modal-overlay .modal-content form .form-group select,.modal-overlay .modal-content form .form-group textarea{width:100%;padding:18px 24px;border:none;border-radius:16px;font-size:15px;background:#e9f1f5}@media screen and (max-width: 480px){.modal-overlay .modal-content form .form-group input,.modal-overlay .modal-content form .form-group select,.modal-overlay .modal-content form .form-group textarea{padding:14px 20px;font-size:14px}}.modal-overlay .modal-content form .form-group input:focus,.modal-overlay .modal-content form .form-group select:focus,.modal-overlay .modal-content form .form-group textarea:focus{outline:none;border:none}.modal-overlay .modal-content form .form-group input::placeholder,.modal-overlay .modal-content form .form-group select::placeholder,.modal-overlay .modal-content form .form-group textarea::placeholder{color:#6c7096}.modal-overlay .modal-content form .form-group textarea{min-height:100px;resize:vertical}.modal-overlay .modal-content form .form-group .search-container{position:relative;margin-bottom:8px}.modal-overlay .modal-content form .form-group .search-container .search-input{padding-right:40px}.modal-overlay .modal-content form .form-group .search-container .selected-item{position:absolute;left:16px;top:50%;transform:translateY(-50%);background:#00c2881a;color:#00c288;padding:2px 8px;border-radius:4px;font-size:14px;max-width:calc(100% - 80px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:2}.modal-overlay .modal-content form .form-group .search-container .search-input.has-selected{color:transparent}.modal-overlay .modal-content form .form-group .search-container .search-input.has-selected::placeholder{color:transparent}.modal-overlay .modal-content form .form-group .search-container .dropdown-indicator{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#6c7096;pointer-events:auto;cursor:pointer;transition:transform .2s ease;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.modal-overlay .modal-content form .form-group .search-container .dropdown-indicator.active{transform:translateY(-50%) rotate(180deg)}.modal-overlay .modal-content form .form-group .dropdown-container{position:absolute;width:100%;max-height:200px;overflow-y:auto;border-radius:16px;background:#fff;z-index:1001;box-shadow:0 4px 16px #0000001a;animation:fadeIn .2s ease}.modal-overlay .modal-content form .form-group .dropdown-container::-webkit-scrollbar{width:6px}.modal-overlay .modal-content form .form-group .dropdown-container::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:6px}.modal-overlay .modal-content form .form-group .dropdown-container::-webkit-scrollbar-track{background-color:#00000005;border-radius:6px}.modal-overlay .modal-content form .form-group .dropdown-container .dropdown-item{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #F5F5F5;cursor:pointer}.modal-overlay .modal-content form .form-group .dropdown-container .dropdown-item:hover{background-color:#f9f9f9}.modal-overlay .modal-content form .form-group .dropdown-container .dropdown-item:last-child{border-bottom:none}.modal-overlay .modal-content form .form-group .dropdown-container .dropdown-item input[type=checkbox]{margin-right:12px;width:18px;height:18px;cursor:pointer;background:#e9f1f5}.modal-overlay .modal-content form .form-group .dropdown-container .dropdown-item label{margin:0;cursor:pointer;flex-grow:1}.modal-overlay .modal-content form .form-group .dropdown-container .no-results{padding:16px;color:#6c7096;text-align:center;font-size:14px}.modal-overlay .modal-content form .modal-footer{display:flex;justify-content:center;gap:0;margin-top:24px}@media screen and (max-width: 480px){.modal-overlay .modal-content form .modal-footer{margin-top:20px}}.modal-overlay .modal-content form .modal-footer button{padding:18px 24px;border-radius:16px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%}@media screen and (max-width: 480px){.modal-overlay .modal-content form .modal-footer button{padding:14px 20px;font-size:14px}}.modal-overlay .modal-content form .modal-footer button.cancel-button{display:none}.modal-overlay .modal-content form .modal-footer button.submit-button{background:linear-gradient(90deg,#00c288,#00bfcb);color:#fff;border:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
