.footer_footer__1MKop{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-top:auto;width:100%;padding:0 10px;background:-webkit-linear-gradient(left,#0186ef,#086edd 30%,#1442bb);background:-moz-linear-gradient(left,#0186ef 0,#086edd 30%,#1442bb 100%);background:linear-gradient(90deg,#0186ef,#086edd 30%,#1442bb);box-shadow:var(--chakra-shadows-base);height:40px}:root{--sidebar-backgroundColor-hover:#313338;--sidebar-color-hover:#fff}.react-resizable-handle{opacity:.1}.react-grid-item>.react-resizable-handle:after{border-color:#ccc;width:6px;height:6px}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item.react-grid-placeholder{border-radius:8px;-webkit-transition:all .15s linear;-moz-transition:all .15s linear;transition:all .15s linear}.currentLink{background-color:#085efa!important}.currentLink>i{color:#fff!important}.sidebar{position:fixed;left:0;top:0;height:100%;width:78px;padding:6px 14px;z-index:99;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease}.sidebar.open{width:300px}.sidebar .logo-details{height:80px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;position:relative}.sidebar .logo-details .icon{opacity:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease}.sidebar .logo-details .logo_name{font-size:20px;font-weight:600;opacity:0;-webkit-animation:shrinking-reverse-logo_name .5s ease 0s 1 normal both running;-moz-animation:shrinking-reverse-logo_name .5s ease 0s 1 normal both running;animation:shrinking-reverse-logo_name .5s ease 0s 1 normal both running}.sidebar.open .logo-details .icon,.sidebar.open .logo-details .logo_name{opacity:1;-webkit-transition:opacity .5s ease .2s;-moz-transition:opacity .5s ease .2s;transition:opacity .5s ease .2s;-webkit-animation:shrinking-logo_name .5s ease 0s 1 normal both running;-moz-animation:shrinking-logo_name .5s ease 0s 1 normal both running;animation:shrinking-logo_name .5s ease 0s 1 normal both running}@-webkit-keyframes shrinking-logo_name{0%{width:0}to{width:100%}}@-moz-keyframes shrinking-logo_name{0%{width:0}to{width:100%}}@keyframes shrinking-logo_name{0%{width:0}to{width:100%}}@-webkit-keyframes shrinking-reverse-logo_name{0%{width:100%}to{width:0}}@-moz-keyframes shrinking-reverse-logo_name{0%{width:100%}to{width:0}}@keyframes shrinking-reverse-logo_name{0%{width:100%}to{width:0}}.sidebar .logo-details #btn{font-size:23px;text-align:center;cursor:pointer;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease}.sidebar.open .logo-details #btn{text-align:right}.sidebar i{height:60px;min-width:50px;font-size:28px;text-align:center;line-height:60px}.sidebar .nav-list{margin-top:20px;height:100%}.sidebar li{position:relative;margin:8px 0;list-style:none}.sidebar li .tooltip{position:absolute;top:-20px;left:-webkit-calc(100% + 15px);left:-moz-calc(100% + 15px);left:calc(100% + 15px);z-index:3;box-shadow:0 5px 10px rgba(0,0,0,.3);padding:6px 12px;border-radius:4px;font-size:15px;font-weight:400;opacity:0;white-space:nowrap;pointer-events:none;-webkit-transition:0s;-moz-transition:0s;transition:0s}.sidebar li:hover .tooltip{opacity:1;pointer-events:auto;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.sidebar.open li .tooltip{display:none}.sidebar li a{display:-moz-box;display:flex;height:100%;width:100%;border-radius:12px;-moz-box-align:center;align-items:center;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}.sidebar li:not(:last-child) a:hover{background:var(--sidebar-backgroundColor-hover)}.sidebar li a .links_name{font-size:15px;font-weight:400;white-space:nowrap;opacity:0;pointer-events:none;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s}.sidebar.open li a .links_name{opacity:1;pointer-events:auto}.sidebar li a:hover .links_name,.sidebar li a:hover i{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;color:var(--sidebar-color-hover)}.sidebar li i{height:50px;line-height:50px;font-size:23px;border-radius:12px}.sidebar li.profile{position:fixed;height:60px;width:78px;left:0;bottom:-16px;padding:10px 14px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;overflow:hidden}.sidebar.open li.profile{width:250px}.sidebar li .profile-details{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;flex-wrap:nowrap}.sidebar li img{height:45px;width:45px;-webkit-object-fit:cover;object-fit:cover;border-radius:6px;margin-right:10px}.sidebar li.profile .job,.sidebar li.profile .name{font-size:15px;font-weight:400;white-space:nowrap}.sidebar li.profile .job{font-size:12px}.sidebar .profile #log_out{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:60px;line-height:60px;border-radius:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;cursor:pointer}.sidebar .profile #log_out:hover{background-color:var(--sidebar-backgroundColor-hover)!important;color:var(--sidebar-color-hover)}.sidebar.open .profile #log_out{width:50px;background:none}.home-section{position:relative;top:0;left:78px;width:-webkit-calc(100% - 78px);width:-moz-calc(100% - 78px);width:calc(100% - 78px);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease}.sidebar.open~.home-section{left:250px;width:-webkit-calc(100% - 250px);width:-moz-calc(100% - 250px);width:calc(100% - 250px)}@media (max-width:420px){.sidebar li .tooltip{display:none}}.info{padding:6px 8px;font:14px/16px Arial,Helvetica,sans-serif;background:#fff;background:hsla(0,0%,100%,.8);box-shadow:0 0 15px rgba(0,0,0,.2);border-radius:5px}.info h4{margin:0 0 5px;color:#777}.legend{line-height:18px;color:#555;background:hsla(0,0%,100%,.8);padding:1em;border-radius:5px;box-shadow:0 0 15px rgba(0,0,0,.2)}.legend i{width:18px;height:18px;float:left;margin-right:8px;opacity:.7}.apexcharts-menu{background:#f2f7fa!important;color:#16171b!important;border:none;outline:none}.apexcharts-menu-item:hover{-webkit-filter:brightness(.7)!important;filter:brightness(.7)!important}.leaflet-control-loading:empty{background-image:url(data:image/gif;base64,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);background-repeat:no-repeat}.leaflet-control-layer-container,.leaflet-control-loading,.leaflet-control-zoom a.leaflet-control-loading,.leaflet-control-zoomslider a.leaflet-control-loading{display:none}.leaflet-control-layer-container.is-loading,.leaflet-control-loading.is-loading,.leaflet-control-zoom a.leaflet-control-loading.is-loading,.leaflet-control-zoomslider a.leaflet-control-loading.is-loading{display:block}.leaflet-bar-part-bottom{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.fullscreen-icon{background-image:url(/vacinas-recife/_next/static/media/icon-fullscreen.e0e51f0dc929076603e24bf879cdb2bd.png)}.leaflet-retina .fullscreen-icon{background-image:url(/vacinas-recife/_next/static/media/icon-fullscreen-2x.5f9466b787e4bfc7041992d84ea8f607.png);background-size:26px 26px}.leaflet-container:full-screen{width:100%!important;height:100%!important;z-index:99999}.leaflet-container:-webkit-full-screen{width:100%!important;height:100%!important;z-index:99999}.leaflet-container:-moz-full-screen{width:100%!important;height:100%!important;z-index:99999}.leaflet-container:-ms-fullscreen{width:100%!important;height:100%!important;z-index:99999}.leaflet-container:fullscreen,.leaflet-pseudo-fullscreen{width:100%!important;height:100%!important;z-index:99999}.leaflet-pseudo-fullscreen{position:fixed!important;top:0!important;left:0!important}