.ReactTable{position:relative;display:flex;flex-direction:column;border:1px solid #1e4a5f;background-color:#0b1b2d;color:#fff;overflow:hidden;border-radius:15px}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{flex:1 0 auto;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;font-size:10px;padding-bottom:10px;padding-top:10px}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03)}.ReactTable .rt-thead.-filters,.ReactTable .rt-thead.-headerGroups{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px 0 rgba(95,95,95,.15);background-color:#071124}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-td,.ReactTable .rt-thead .rt-th{padding:10px 0;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-td.-sort-asc,.ReactTable .rt-thead .rt-th.-sort-asc{box-shadow:inset 0 -2px 0 0 #1e4a5f}.ReactTable .rt-thead .rt-td.-sort-desc,.ReactTable .rt-thead .rt-th.-sort-desc{box-shadow:inset 0 2px 0 0 #1e4a5f}.ReactTable .rt-thead .rt-td.-cursor-pointer,.ReactTable .rt-thead .rt-th.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-td:last-child,.ReactTable .rt-thead .rt-th:last-child{border-right:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:hsla(0,0%,40%,0) hsla(0,0%,40%,0) hsla(0,0%,40%,0) #f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{flex:99999 1 auto;display:flex;flex-direction:column;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{flex:1 0 auto;display:flex;flex-direction:column;align-items:stretch}.ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.ReactTable .rt-td,.ReactTable .rt-th{flex:1 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.ReactTable .rt-td.-hidden,.ReactTable .rt-th.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{flex:1 0 auto;display:flex;flex-direction:column;box-shadow:0 0 15px 0 rgba(95,95,95,.15)}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:hsla(0,0%,100%,.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:hsla(0,0%,100%,.05)}.ReactTable .-pagination{z-index:1;display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-top:2px solid rgba(0,0,0,.1);background-color:#071124}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:12px;border-radius:3px;font-weight:400;outline:none;color:#000}.ReactTable .-pagination .-btn{-webkit-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:12px;color:#fff;background:rgba(0,0,0,.1);transition:all .1s ease;cursor:pointer;outline:none}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.ReactTable .-pagination .-next,.ReactTable .-pagination .-previous{flex:1 1;text-align:center}.ReactTable .-pagination .-center{flex:1.5 1;text-align:center;margin-bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap;font-size:12px}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;padding:20px;color:rgba(0,0,0,.5)}.ReactTable .-loading,.ReactTable .rt-noData{display:block;position:absolute;background:hsla(0,0%,100%,.8);transition:all .3s ease;pointer-events:none}.ReactTable .-loading{left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:12px;color:#1e4a5f;-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-td,.ReactTable .rt-resizing .rt-th{transition:none!important;cursor:col-resize;-webkit-user-select:none;user-select:none}:root{--background-button:rgba(22,54,68,0.5019607843137255);--background-icon-gradiant-from:#163644;--background-icon-gradiant-to:#03608b}.button_button__DLWfs{height:50px;border-radius:100px}.button_button__DLWfs,.button_buttonTextWrapper__1i__k{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.button_buttonTextWrapper__1i__k{border-radius:10px;position:relative;height:100%}.button_buttonText__37d9N{color:inherit}.button_buttonIcon__nt8Mk,.button_buttonText__37d9N{display:flex;flex-direction:row;justify-content:center;align-items:center}.button_buttonIcon__nt8Mk{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:10px;border-radius:8px;background:linear-gradient(90deg,#163644,#03608b)}:root{--background-atendimento:#000116;--background-button-cancel:rgba(179,38,30,0.4);--text-title-gradient:linear-gradient(90deg,#c7ddff,#00dcff 33.94%,#c7ddff);--container-info-gradient:linear-gradient(90deg,rgba(0,3,74,0.2),rgba(185,225,255,0.2) 32.8%,rgba(0,146,255,0.2) 63.8%,rgba(0,3,74,0.2))}.atendimento_background__pILZa{background-color:#000116;background-color:var(--background-atendimento);width:100%;height:100%;border-radius:12px}.atendimento_container__1mm4s{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;border-radius:16px;background-size:auto;background-repeat:no-repeat;background-position:100% 0;font-size:16px;color:#fff}.atendimento_lottieContainer__2yldD{width:100%;text-align:center}.atendimento_lottieWrapper__AaRoF{margin-inline:auto;transition:all .3s ease-in-out;position:relative;display:flex;flex-direction:column;grid-gap:5px;gap:5px;align-items:center;justify-content:center}.atendimento_onCallMicWrapper__CevQH{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:20}.atendimento_onCallTextWrapper__1M9hz{text-align:center;color:#c7ddff;font-weight:500;font-size:16px}.atendimento_onCallVoipTextWrapper__2i9Hw{text-align:center;color:#fff;font-weight:500;font-size:16px}.atendimento_onCallTextWrapper__1M9hz>span{font-weight:400;font-size:14px}.atendimento_title__1q4wC{background:linear-gradient(90deg,#c7ddff,#00dcff 33.94%,#c7ddff);background:var(--text-title-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:0}.atendimento_infoContainer__100Hg{background:linear-gradient(90deg,rgba(0,3,74,.2),rgba(185,225,255,.2) 32.8%,rgba(0,146,255,.2) 63.8%,rgba(0,3,74,.2));background:var(--container-info-gradient);width:100%;padding:12px;text-align:center;font-size:14px;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px}.atendimento_button__yAtqN{padding:10px 20px;border-radius:18px;grid-gap:4px;gap:4px;outline:none;border:none;cursor:pointer;min-width:200px;display:flex;justify-content:center;align-items:center}.atendimento_triggerContainer__23FyO{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;margin-top:-10px}.atendimento_triggerCover__2pR7r{position:absolute;inset:0;background:#000116;background:linear-gradient(0deg,#000116,rgba(253,187,45,0) 30%)}.atendimentoHistory_attemptContainer__1EcB2{display:flex;flex-direction:column}.atendimentoHistory_infoResponseContainer__2DOAm{display:flex;grid-gap:8px;gap:8px;align-items:center;margin-block:8px}.atendimentoHistory_infoResponse__14mif{font-size:12px}.atendimentoHistory_infoDate__Bj8pn,.atendimentoHistory_infoResponse__14mif{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block}.atendimentoHistory_infoDate__Bj8pn{font-size:10px;color:#e5e5e5}.atendimentoHistory_infoTitle__28VHV{font-size:12px;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block}.card_container__3HTHr{position:relative}.card_container__3HTHr:before{content:"";position:absolute;inset:0;border-radius:12px;border:2px solid transparent;background:linear-gradient(90deg,#163644,#03608b) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.card_containerHeader__1Wy6-{padding-inline:16px;padding-block:12px;background:linear-gradient(90deg,rgba(22,54,68,.5),rgba(3,96,139,.5)) padding-box;border-top-right-radius:12px;border-top-left-radius:12px;display:flex;align-items:center;justify-content:space-between;grid-gap:12px;gap:12px;cursor:pointer;position:relative;z-index:10;-webkit-user-select:none;user-select:none}.card_containerBody__pApkb{display:flex;flex-direction:column;grid-gap:16px;gap:16px;position:relative;max-height:125px;border-bottom:2px solid transparent}.card_containerBody__pApkb::-webkit-scrollbar{width:8px}.card_containerBody__pApkb::-webkit-scrollbar-track{background:#272622}.card_containerBody__pApkb::-webkit-scrollbar-thumb{background-color:#4a4a4a;border-radius:10px}.card_containerBody__pApkb::-webkit-scrollbar-thumb:hover{background-color:#6b6b6b}.card_seeMore__kD2qq{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block;font-size:10px;text-decoration:underline;position:absolute;bottom:10px;right:10px;cursor:pointer}.atendimentoChat_messageContainer__36km-{display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding-bottom:20px}.atendimentoChat_aiContainer__8cUgI{background:#000d2c;border-bottom-left-radius:8px;grid-gap:16px;gap:16px;padding:8px 12px;flex-direction:row-reverse}.atendimentoChat_aiContainer__8cUgI,.atendimentoChat_notAiContainer__1M62H{border-top-left-radius:8px;border-top-right-radius:8px;box-shadow:0 4px 8px 8px rgba(0,0,0,.12156862745098039);display:flex;align-items:center;font-size:12px;line-height:14px}.atendimentoChat_notAiContainer__1M62H{background:#1a1c22;border-bottom-right-radius:8px;grid-gap:12px;gap:12px;padding:12px 16px;flex-direction:row}.atendimentoChat_iconContainer__3iQrg{display:flex;justify-content:center;align-items:center;padding:4px}.atendimentoChat_infoTitle__aWQPX{font-size:12px;font-weight:600;display:inline-block}.atendimentoChat_infoTitle__aWQPX,.tag_tag__3us-G{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tag_tag__3us-G{padding:4px 12px;border-radius:8px;display:flex;align-items:center;justify-content:flex-start;grid-gap:8px;gap:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tag_tag__3us-G>span{font-size:12px}.atendimentoResume_container__144Zk{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.atendimentoResume_audioContainer__2b4JC{display:flex;flex-direction:column;grid-gap:4px;gap:4px}.atendimentoResume_messageWrapper__3fWM-{background:#000d2c;border-radius:8px;box-shadow:0 4px 8px 8px rgba(0,0,0,.12156862745098039);display:flex;align-items:center;grid-gap:16px;gap:16px;padding:8px 12px;font-size:12px;line-height:14px;flex-direction:row-reverse}.atendimentoResume_audioOutter__1LgfJ{display:flex;align-items:center;grid-gap:16px;gap:16px;width:100%;position:relative;cursor:pointer}.atendimentoResume_lottieContainer__NdipH{display:flex;align-items:center;justify-content:center;height:35px;width:100%}.atendimentoResume_iconContainer__1IKAz{display:flex;justify-content:center;align-items:center;padding:4px}.atendimentoResume_infoTitle__2YiXS{font-size:12px;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block}.atendimentoTriggers_triggersContainer__1w0gL{display:flex;flex-direction:column}.atendimentoTriggers_infoTitle__2fHsI{font-size:12px;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block}.atendimentoTriggers_infoResponseContainer__2T6bB{display:flex;grid-gap:8px;gap:8px;align-items:center;margin-block:8px}.atendimentoTriggers_infoResponse__1CiSS{font-size:12px}.atendimentoTriggers_infoDate__2QfaS,.atendimentoTriggers_infoResponse__1CiSS{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block}.atendimentoTriggers_infoDate__2QfaS{font-size:10px;color:#e5e5e5}.tagButton:hover{border-color:#2e7191}.tagButton{transition:all .15s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none}.tagButton.active{border-color:#3f9dc9;border-width:2}.seeAll{color:#cfcfcf;text-decoration:underline;margin-block:0;cursor:pointer;transition:all .15s ease-in-out;-webkit-user-select:none;user-select:none}.seeAll:hover{color:#fff}.each-slide{height:765px;display:flex;align-items:center}.each-slide,.react-slideshow-wrapper.slide{width:1470px}.sli{background-color:"#ffffff0d";border-radius:15px;box-shadow:40px 40px 40px 0 rgba(0,0,0,.25)}.container{display:grid;place-items:center;grid-template-areas:"inner-div";width:100%;-webkit-filter:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1));filter:drop-shadow(0 10px 8px rgba(0,0,0,.04)) drop-shadow(0 4px 3px rgba(0,0,0,.1));position:relative}.container-large,.container-normal{width:806px}.inner{grid-area:inner-div;overflow:hidden;position:relative;transition-property:all;transition-duration:.5s;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;border-radius:.5rem}.active-item{z-index:20;-webkit-animation:.3s ease-in-out;animation:.3s ease-in-out}.right-active-item{margin-left:60rem}.left-active-item,.right-active-item{opacity:.7;-webkit-transform:scale(.9);transform:scale(.9);z-index:-10}.left-active-item{margin-right:60rem}.inactive-items{opacity:0}.image{object-position:center;transition-property:all;transition-duration:.3s}.image-large,.image-normal{height:420px}.header-text{position:absolute;bottom:2.5rem;padding:.25rem .5rem;margin-bottom:.75rem;font-weight:700;border-radius:.75rem}.header-text-white{background-color:#fff;color:#000;mix-blend-mode:screen}.header-text-black{background-color:#000;color:#fff;mix-blend-mode:multiply}.header-text-normal-size{font-size:1rem ;line-height:1.5rem }.header-text-large-size{font-size:1.25rem ;line-height:1.75rem }.sub-text{position:absolute;bottom:1.25rem;padding:.25rem .5rem;border-radius:.75rem}.sub-text-white{background-color:#fff;color:#000;mix-blend-mode:screen}.sub-text-black{background-color:#000;color:#fff;mix-blend-mode:multiply}.sub-text-normal-size{font-size:.875rem ;line-height:1.25rem }.sub-text-large-size{font-size:1.125rem ;line-height:1.75rem}.active-render-item{position:absolute;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.default-item{background-color:#fff;color:#000;border-radius:.5rem;mix-blend-mode:screen}.custom-item,.default-item{padding:.25rem;margin:.25rem}*{outline:0;box-sizing:border-box}img{-webkit-user-drag:none}button{border:none}video::-webkit-media-controls-fullscreen-button,video::-webkit-media-controls-mute-button{display:none}video{object-fit:cover}.indicator{display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;top:0;width:100%;height:100%;margin:0 auto;font-size:2.2em;font-weight:100;color:#555;-webkit-user-select:none;user-select:none;color:"#fff"}input .custom-input{padding:10px 20px;border:1px solid #1e4a5f;border-radius:100px;font-size:15px;width:100%}.suggestion-content{display:flex;align-items:right;background-repeat:no-repeat}.name{line-height:25px;align-items:center}.highlight{background-color:#474747;font-weight:700;color:#fff}.inputVerifica{color:#fff}.inputVerifica:focus{border:1px solid red;outline:none;box-shadow:0 0 15px rgba(255,0,0,.5)}input:focus{border:1px solid #0af;outline:none;box-shadow:0 0 15px rgba(0,170,255,.5);width:100%}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:initial}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.9}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#000;opacity:.5}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#4a4a4a;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#6b6b6b;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#6b6b6b;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}.mask{margin:0;padding:0;text-align:left;height:auto}#react-autowhatever-1{max-height:400px;overflow-y:auto}ul{list-style:none;padding:0;margin:0}body{margin:16px}.player-wrapper{position:relative;padding-top:56.25%}.react-player{position:absolute;top:0;left:0}.divGeral{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;grid-gap:10px;gap:10px}.divAtendimento{width:1505px;height:1040px;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:24px}.divTopoAtendimento{width:100%;height:60px;border-radius:24px 24px 0 0}.divOperador{width:360px;height:100%;display:flex;flex-direction:column}.divDadosLogin{height:100%;align-items:center}.divDadosLogin,.divFormsLogin{width:390px;display:flex;flex-direction:column;justify-content:center}.divFormsLogin{height:735px;background-color:rgba(0,0,0,.30196078431372547);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.divBannerDestaque{width:1470px;height:765px;box-shadow:40px 40px 40px 0 rgba(0,0,0,.25)}.divBannerLogin{width:1495px;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.divTopoOperador{width:360px;height:60px;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3));border-radius:5px 5px 0 0}.divAreaDadosOperador{width:360px;height:110px;border-radius:0 0 5px 5px;background-color:rgba(0,0,0,.5)}.cardAreaEvento{width:100%;padding-top:24px;padding-inline:40px;display:flex;border-radius:8px;background-image:url(/static/media/dot-grid.57386d63.svg);background-position:100%;background-size:contain;background-repeat:no-repeat;-webkit-user-select:none;user-select:none;grid-gap:24px;gap:24px;cursor:pointer;overflow:hidden;align-items:stretch;min-height:145px;max-height:145px}.areaCartoesInvisiveis{flex-grow:1;display:flex;flex-direction:column;padding-right:5px;align-items:flex-end}.compMaisCartoes{width:26px;height:110px;border-radius:3px;background-color:"#fff";margin-left:10px}.cardPendente{width:230px;border-radius:24px 24px 0 0;display:flex;flex-direction:column;cursor:pointer;height:100%}.cardIconePendente{width:60px;height:60px;margin-left:7px;border-radius:50px;display:flex;justify-content:center;align-items:center;font-size:36px}.cardAtivo,.cardEspera{width:230px;border-radius:24px 24px 0 0;display:flex;flex-direction:column;height:100%}.cardEspera{cursor:pointer}.cardDivTextoCartao{width:147px;height:84px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-top:6px;padding-left:7px}.cardDivIconeCartao{width:50px;height:75px;padding:5px}.cardIconeAtivo{width:40px;height:40px;border-radius:20px}.cardIconeAtivo,.viewIconeCartao{display:flex;justify-content:center;align-items:center}.viewIconeCartao{width:50px;height:50px}.iconRounded{width:40px;height:40px;border-radius:20px;display:flex;justify-content:center;align-items:center}.cardCorCartao{width:100%;border-radius:0 0 5px 5px}.txtBoldCartao{font-weight:700;font-size:15px;color:#fff;text-transform:uppercase}.txtBoldCartaoPendente{font-weight:700;font-size:15px;color:#474747}.txtRegularCartao{font-weight:500;font-size:15px;color:#fff}.txtRegularCartaoPendente{font-weight:500;font-size:15px;color:#474747}.txtLightCartao{font-weight:300;font-size:15px;color:#fff}.txtLightCartaoPendente{font-weight:300;font-size:15px;color:#474747}.conteudoGeral{width:100%;height:100%;border-radius:0 0 5px 5px;display:flex;flex-direction:row;justify-content:space-between;grid-gap:25px;gap:25px;padding:0 25px 25px;max-height:800px;overflow:hidden}.cardSizeIcone{font-size:36px}.acaoGeral{height:100%;display:flex;border:1px solid #1e4a5f;border-radius:16px}.acaoFliper,.acaoGeral{width:660px;flex-direction:column}.acaoFliper{height:410px;padding:10px;justify-content:space-between;border-radius:6px;overflow:hidden}.acaoDivBotoesEvento{width:100%;margin-top:8px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-direction:column;border-radius:8px;flex:1 1}.infoGeral{width:100%;height:100%;display:flex;flex-direction:column}.acaoCamera640x480{width:640px;height:400px}.acaoCameraBarraComando{width:640px;height:37px;margin-left:10px;display:flex;flex-direction:row;justify-content:stretch}.btCameraComando{width:40px;justify-content:center;cursor:pointer}.btCameraComando,.btCameraNome{height:37px;display:flex;align-items:center;color:#fff}.btCameraNome{width:300px;justify-content:start}.txt12BoldBranco{font-weight:700;text-transform:uppercase}.txt12BoldBranco,.txt12Branco{font-size:12px;color:#fff}.txt10BoldBranco{font-weight:700;font-size:10px;color:#fff;text-transform:uppercase}.txt12BoldPreto{font-weight:800;font-size:12px}.txt10BoldPreto,.txt12BoldPreto{color:#474747;text-transform:uppercase}.txt10BoldPreto{font-weight:700;font-size:10px}.txt12RegularBranco{font-weight:500;font-size:12px;color:#fff}.txt10RegularBranco{font-weight:500;font-size:10px;color:#fff}.txt16BoldBranco{font-size:16px}.txt8Status,.txt16BoldBranco{font-weight:700;color:#fff;text-transform:uppercase}.txt8Status{font-size:8px}.txt12RegularPreto,.txt12ScriptBranco50{font-weight:500;font-size:12px}.txt12RegularPreto{color:#474747}.txt10RegularPreto{font-weight:500;font-size:10px;color:#474747}.txt12LightBranco{font-weight:300;font-size:12px;color:#fff}.txt10LightBranco{font-weight:300;font-size:10px;color:#fff}.txt12LightPreto{font-weight:300;font-size:12px;color:#474747}.txt10LightPreto{font-weight:300;font-size:10px;color:#474747}.barraTituloGeral{width:100%;margin-bottom:10px}.acaoBotaoEventoAtivo{width:118px;height:118px;border-radius:2px;background:linear-gradient(180deg,#dedede,#fff);margin-bottom:6px;margin-left:3px;margin-right:3px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-left:10px;padding-right:10px;cursor:pointer}.acaoBotaoEventoAtivo:hover{background:#fff 0 0 no-repeat padding-box;opacity:1;position:relative;top:-1px}.acaoBotaoEventoAtivo:active{background:transparent linear-gradient(180deg,#bebebe,#fff) 0 0 no-repeat padding-box;opacity:1;position:relative;top:1px;left:1px}.acaoBotaoEventoAtivoIcone{color:#474747;font-size:26px}.acaoBotaoEventoInativo{width:124px;height:120;border-radius:2px;background:linear-gradient(180deg,hsla(0,0%,87.1%,.3),hsla(0,0%,100%,.3));margin-bottom:5px;display:flex;justify-content:center;align-items:center}.acaoBotaoEventoInativoIcone{font-size:26px}.switch{position:relative;display:inline-block;width:34px;height:14px;margin-top:5px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#757575}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:20px;width:20px;left:-6px;bottom:-3px;background-color:#fff}input:checked+.slider{background-color:#28a745}input:focus+.slider{box-shadow:0 0 1px #757575}input:checked+.slider:before{-webkit-transform:translateX(26px);transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.switchBLK{position:relative;display:inline-block;width:34px;height:14px;margin-top:5px}.switchBLK input{opacity:0;width:0;height:0}.sliderBLK{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#757575}.sliderBLK,.sliderBLK:before{position:absolute;transition:.4s}.sliderBLK:before{content:"";height:20px;width:20px;left:-6px;bottom:-3px;background-color:#fff}input:checked+.sliderBLK{background-color:#d51618}input:focus+.sliderBLK{box-shadow:0 0 1px #757575}input:checked+.sliderBLK:before{-webkit-transform:translateX(26px);transform:translateX(26px)}.sliderBLK.round{border-radius:34px}.sliderBLK.round:before{border-radius:50%}.infoAbaSobreCondominioAtiva{padding:0 16px;border-top-right-radius:20px;border-top-left-radius:20px}.infoAbaSobreCondominioAtiva,.infoAbaSobreCondominioInativa{height:50px;margin-right:3px;color:#fff;display:flex;align-items:center;cursor:pointer}.infoAbaSobreCondominioInativa{padding:0 13px}.infoAbaAtendimentoUnidadeAtiva{height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;margin-right:3px;overflow:hidden;border-top-right-radius:20px;border-top-left-radius:20px;padding:0 10px}.infoAbaAtendimentoUnidadeAtiva span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}.infoAbaAtendimentoUnidadeInativa{border-bottom:3px solid #007bff;justify-content:center;overflow:"hidden"}.infoAbaAtendimentoUnidadeInativa,.infoAbaRecusadoUnidadeInativa{height:47px;margin-right:3px;padding:0 13px;margin-bottom:3px;color:#fff;display:flex;align-items:center;text-align:center;line-height:17px;cursor:pointer}.infoAbaRecusadoUnidadeInativa{border-bottom:3px solid #dc3545}.infoAbaRecusadoUnidadeAtiva{height:50px;border-bottom:6px solid #dc3545;background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.3))}.infoAbaAutorizadoUnidadeInativa,.infoAbaRecusadoUnidadeAtiva{margin-right:3px;padding:0 13px;color:#fff;display:flex;align-items:center;text-align:center;line-height:17px}.infoAbaAutorizadoUnidadeInativa{height:47px;margin-bottom:3px;border-bottom:3px solid #28a745;cursor:pointer}.infoAbaAutorizadoUnidadeAtiva{height:50px;border-bottom:5px solid #28a745;background:linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.3))}.infoAbaAutorizadoUnidadeAtiva,.infoAbaPesquisaInativa{margin-right:3px;padding:0 13px;color:#fff;display:flex;align-items:center;text-align:center;line-height:17px}.infoAbaPesquisaInativa{height:47px;margin-bottom:3px;border-bottom:3px solid #fff;cursor:pointer}.infoAbaPesquisaDados{width:111px}.infoAbaPesquisaAtiva,.infoAbaPesquisaDados{height:40px;padding:0 10px;line-height:17px;display:flex;justify-content:center;align-items:center}.infoAbaPesquisaAtiva{border-bottom:2px solid #fff;width:170px}.infoDivUnidadesBusca{max-width:770px;width:100%;justify-content:start;align-items:center}.infoDivUnidadesBusca,.infoDivUnidadesBuscaInput{display:flex;flex-direction:row;position:relative}.infoDivUnidadesBuscaInput{justify-content:center;align-items:stretch;border-radius:100px;border:1px solid #1e4a5f;background-color:#000116}.infoDivInformacoesDetalhadas{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;border-radius:10px}.infoDivInformacoesUnidadesGeral{width:100%;padding:8px;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;overflow:hidden;border-radius:20px;flex:1 1}input{background-color:transparent;color:#fff;text-align:center;font-weight:500}.divCamerasCompletas{width:100%;height:840px;display:flex;flex-direction:row;grid-column-gap:8px;-webkit-column-gap:8px;column-gap:8px;grid-row-gap:4px;row-gap:4px;flex-wrap:wrap;overflow:hidden;justify-content:center}.divListaEmpresasTransbordo{width:1455px;height:840px;overflow:hidden}.divConteudoFlex{width:1455px;height:840px;display:flex;flex-direction:row;justify-content:space-between}::-webkit-input-placeholder{color:#a7a7a7}input:-moz-placeholder{color:#a7a7a7}.infoAbasDetalhesCondominioAtiva,.infoAbasDetalhesCondominioInativa{height:27px;padding:0 10px;color:#fff;display:flex;align-items:center;cursor:pointer}.infoAbasDetalhesCondominioAtiva{background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.5))}.infoDivAbasDetalhesCondominio{height:27px;display:flex;flex-direction:row;justify-content:start;align-items:center;width:765px}.infoConteudoDetalhesCondominio{height:100%;width:100%;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.infoConteudoDetalhesCondominioAlter{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;overflow:hidden;align-items:start}.infoConteudoDetalhesCondominioAlterAjustado{height:100%}.infoConteudoDetalhesCondominioAlterAjustado,.infoConteudoDetalhesCondominioFlex{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden}.infoConteudoDetalhesCondominioFlex{padding:10px;flex-wrap:wrap;border-radius:10px}.infoCardInformacoes370px,.infoCardInformacoesBorda{border:1px solid #727272;border-radius:3px;padding:4px}.infoCardInformacoes370px{display:flex;flex-direction:row;flex-wrap:wrap;width:370px;justify-content:center;overflow:hidden}.infoCardAtendimentoContinuo{width:100px;overflow:hidden}.infoCardInformacoes185px{display:flex;flex-direction:row;flex-wrap:wrap;width:370px;justify-content:center;overflow:hidden}.infoCardInformacoes745px{padding:5px;display:flex;flex-direction:column;width:100%}.infoCardInformacoesAlter745px{width:745px;padding:5px;display:flex;flex-direction:row;flex-wrap:wrap}.infoCardInformacoesAlarme{border-radius:8px;flex-wrap:nowrap}.infoCardInformacoesAlarme,.infoCardInformacoesGeral{padding:5px;display:flex;flex-direction:row;width:100%}.infoCardInformacoesGeral{border:1px solid #1e4a5f;border-radius:3px;flex-wrap:wrap;height:100%}.infoCardInformacoesFull{border-radius:3px;padding:5px;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;height:100%}.infoMapa{width:733px;height:336px;background-color:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;color:#727272}.width360{width:260px;padding-left:5px}.infoSensorStatusCondominio{height:34px;justify-content:center;flex-direction:row;align-items:center}.infoBotaoStatusCondominioAtivo,.infoSensorStatusCondominio{width:86px;border-radius:2px;margin-bottom:3px;display:flex;cursor:pointer;margin-right:3px;border:1px solid #aaa}.infoBotaoStatusCondominioAtivo{height:38px;justify-content:space-between;flex-direction:column;align-items:stretch}.botaoEmergencia{display:flex;justify-content:center;flex-direction:column;align-items:center;cursor:pointer;grid-gap:5;gap:5;flex:1 1}.botaoTecladoGphone{border:1px solid #1e4a5f;border-radius:80px;color:#fff;width:100%;padding-block:5px;background:rgba(13,32,50,.5019607843137255);-webkit-user-select:none;user-select:none}.botaoTecladoGphone-discar{border-top-right-radius:10px}.botaoTecladoGphone-left{border-bottom-left-radius:33px;padding-top:10px}.botaoTecladoGphone-right{border-bottom-right-radius:33px;padding-top:10px}.botaoTecladoGphone-discar:hover,.botaoTecladoGphone-left:hover,.botaoTecladoGphone-right:hover,.botaoTecladoGphone:hover{background-color:#224e68}.botaoHistoricoGphone{width:88px;display:flex;justify-content:center;flex-direction:column;align-items:center;cursor:pointer;margin-right:2px}.botaoHistoricoGphone:hover{position:relative;top:-1px}.botaoHistoricoGphone:active{position:relative;top:1px;left:1px}.infoSensorStatusCondominioInativo{height:34px;border-radius:2px;border:1px solid #aaa}.infoBotaoStatusCondominioInativo,.infoSensorStatusCondominioInativo{width:86px;margin-bottom:3px;display:flex;justify-content:center;align-items:center;margin-right:3px}.infoBotaoStatusCondominioInativo{height:38px;border-radius:2px}.infoDivBotoesStatus{height:81px}.infoDivBotoesStatus,.infoDivSensoresStatus{width:360px;display:flex;justify-content:space-between;flex-wrap:wrap;align-content:start;overflow:hidden}.infoDivSensoresStatus{height:90px}.infoDivAtendimentoSimultaneo{width:100%;height:92px;overflow:hidden}.statusON{background-color:#28a745}.statusOFF,.statusON{width:30px;height:4px;border-radius:3px;margin-top:4px}.statusOFF{background-color:#dc3545}.statusNULL{background-color:#757575}.statusNot,.statusNULL{width:30px;height:4px;border-radius:3px;margin-top:4px}.statusNot{background-color:#afafaf}.statusONalt{background-color:#28a745}.statusOFFalt,.statusONalt{width:84px;height:2px;border-radius:1px}.statusOFFalt{background-color:#dc3545}.statusNULLalt{background-color:#757575;width:84px;height:2px;border-radius:1px}.comandoCardInformacoes{width:100px;color:#fff}.infoNotificacoesCondominio{width:177px;height:193px;margin-bottom:5px}.infoDivAcoesCondominio{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;overflow:hidden;align-items:normal}.infoDivAcoesCondominio,.infoDivNotificacoesCondominio{width:360px;height:193px}.infoTopoNotificacaoCondominio{width:100%;height:40px;border-radius:10px 10px 0 0;background:linear-gradient(180deg,#dedede,#fff);padding:6px 6px 6px 10px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.infoCorpoNotificacaoPopulacao{height:117px}.infoCorpoNotificacaoPopulacao,.infoCorpoNotificacaoPopulacaoAlternativo{width:219px;background:linear-gradient(180deg,#dedede,#fff);display:flex;flex-direction:column;padding:10px;line-height:13px}.infoCorpoNotificacaoPopulacaoAlternativo{height:137px}.infoCorpoNotificacaoCondominio{width:100%;height:125px;background:linear-gradient(180deg,#dedede,#fff);display:flex;flex-direction:column;padding:10px;line-height:13px}.infoBaseBotoesNotificacaoPopulacao{width:217px;height:31px;border-radius:0 0 5px 5px}.infoBaseBotoesNotificacaoCondominio,.infoBaseBotoesNotificacaoPopulacao{background-color:#c9c9c9;display:flex;flex-direction:row;justify-content:space-between}.infoBaseBotoesNotificacaoCondominio{width:100%;height:28px;border-radius:0 0 10px 10px}.infoBotaoNotificacao{border-radius:100px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;padding:6px}.infoBotaoNotificacaoCondominioExcluir{width:87px;height:28px;border-radius:0 0 0 10px}.infoBotaoNotificacaoCondominioExcluir,.infoBotaoNotificacaoPopulacaoNotifApp{background:linear-gradient(180deg,#dedede,#fff);display:flex;justify-content:center;align-items:center;color:#474747;cursor:pointer}.infoBotaoNotificacaoPopulacaoNotifApp{width:71px;height:31px;border-radius:0 0 5px 0}.infoBotaoNotificacaoPopulacaoEditar{width:71px;height:31px;background:linear-gradient(180deg,#dedede,#fff)}.infoBotaoNotificacaoCondominioEditar,.infoBotaoNotificacaoPopulacaoEditar{display:flex;justify-content:center;align-items:center;color:#474747;cursor:pointer}.infoBotaoNotificacaoCondominioEditar{width:87px;height:28px;background-color:#c9c9c9;border-radius:0 0 10px 0;background:linear-gradient(180deg,#dedede,#fff)}.infoCardAtendimentoSimultaneo{width:200px;height:132px;border-radius:8px;background-color:#333a44;padding:4px 5px;margin:0 2px}.infoConteudoCardAtendimentoSimultaneo{width:192px;height:100px;border-radius:8px;background-color:#60666b;display:flex;flex-direction:column;justify-content:space-between;padding:5px}.input350px{width:360px;font-weight:300;font-size:12px;margin-bottom:5px;font-weight:700}.input350px,.input350px_{text-align:start;background:linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));padding-left:10px;border-radius:3px}.input350px_{width:95%;font-size:14px;font-weight:500;height:35px;text-transform:uppercase}.textArea735px{width:735px;text-align:start;font-weight:300;font-size:12px;background:linear-gradient(180deg,hsla(0,0%,87.1%,.1),hsla(0,0%,100%,.2));padding-left:10px;font-weight:700;border-radius:3px;height:293px;border:0}.textArea350px{width:360px;padding-top:10px;height:53px}.input245px,.textArea350px{text-align:start;font-weight:300;font-size:12px;background:linear-gradient(180deg,hsla(0,0%,87.1%,.1),hsla(0,0%,100%,.2));padding-left:10px;margin-bottom:5px;font-weight:700;border-radius:3px;border:0}.input245px{width:245px}.input115px{width:105px;text-align:start;padding-left:10px;border-radius:3px;border:0;height:35px;background-color:initial}.input260px{padding:10px;display:flex;justify-content:flex-start;align-items:center}.input260px_{text-align:start;padding-left:5px;border-radius:3px;border:0;margin-top:10px;color:#fff}.input110px{width:110px}.input110px,.input120px{text-align:start;font-weight:300;font-size:12px;background:linear-gradient(180deg,hsla(0,0%,87.1%,.1),hsla(0,0%,100%,.2));padding-left:10px;margin-bottom:5px;font-weight:700;border-radius:3px}.input120px{width:120px}.divTextoProcedimento{width:734px;padding:0 10px;overflow:hidden}.divProcedimento{width:100%;padding:20px 5px;border-bottom:1px solid #727272}.botaoCheckProcedimentoNaoLido{width:100%;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;margin-top:5px}.textAreaProcedimentos{width:100%;text-align:start;font-weight:300;font-size:12px;background:linear-gradient(180deg,hsla(0,0%,87.1%,.1),hsla(0,0%,100%,.2));padding-left:10px;margin-bottom:5px;font-weight:700;border-radius:3px;border:0;color:#fff}.maisInfoMenu{width:160px;height:711px;cursor:pointer}.maisInfoDados,.maisInfoMenu{display:flex;justify-content:start;flex-direction:column;align-items:center}.maisInfoDados{height:100%;width:100%;overflow:hidden}.maisInfoMenuBotao{width:145px;border-bottom:2px solid #727272;display:flex;justify-content:start;align-items:center;margin-right:5px;padding:20px 10px}.maisInfoBuscador{width:100%;padding:5px;justify-content:center;align-items:flex-start}.maisInfoBuscador,.maisInfoResultado{display:flex;flex-direction:row;flex-wrap:wrap}.maisInfoResultado{width:456px;justify-content:space-between;align-items:start;padding:6px;overflow:hidden}.inputBuscador450{width:484px;background-color:transparent;border:1px solid #fff;border-radius:20px}.cardMensagemPopulacao{width:219px;height:236px;display:flex;flex-direction:column;justify-content:start;align-items:start;overflow:hidden;margin-left:3px;margin-bottom:7px}.cardNotificacaoPopulacao{width:217px;height:172px;display:flex;flex-direction:column;justify-content:start;align-items:start;overflow:hidden;margin:3px}.cardListaDispositivosPopulacao{width:136px;height:238px;border-radius:4px;padding:5px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden;margin-left:7px;margin-bottom:7px}.visitantesAtivos{width:733px;height:336px;background-color:rgba(0,0,0,.3)}.visitantesAtivos,.visitantesAtivosAlter{display:flex;flex-direction:column;color:#727272}.visitantesAtivosAlter{width:100%;height:100%}.areavisitantesAtivos{width:734px;height:301px;overflow:hidden}.areaListaArquivos{width:734px;height:703px;overflow:hidden}.areaVisitantesAtivos2{width:100%;height:536px;overflow:hidden}.areaListaComAdd{width:100%;margin-top:10px;height:695px;overflow:hidden}.areaPermanenciaAcumulada{overflow:hidden;padding:10px}.areaPermanenciaAcumuladaAlter{height:100%;overflow:hidden;padding:10px;border-radius:8px}.scriptPermanenciaAcumulada{width:100%;height:100px;display:flex;justify-content:center;align-items:center}.divScriptPermanenciaAcumulada{width:484px;height:100px;flex-direction:row;border:1px solid #727272;border-radius:3px;padding-left:10px;padding-right:10px;overflow:hidden;line-height:13px}.divPermanenciaAcumulada{flex-direction:row}.divIconesMenuTablets,.divPermanenciaAcumulada{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.divIconesMenuTablets{flex-direction:column}.divEnderecoMenuTablets{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:20px}.novoCardPermanencia{width:215px;border-radius:4px;padding:4px;margin:4px;background:#fff}.cardPermanenciaAcumulada,.novoCardPermanencia{display:flex;flex-direction:column;align-self:stretch;justify-content:space-between}.cardPermanenciaAcumulada{padding:8px;flex-basis:calc(50% - 8px)}.cardPermanenciaDivInformacoes{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:start;align-items:flex-start}.cardPermanenciaAcumuladaDadosPrincipais{padding:8px;line-height:12px;display:flex;flex-direction:column;justify-content:flex-start}.cardPermanenciaAcumuladaTempo{padding-top:5px;border-radius:0 4px 0 4px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.cardPermanenciaAcumuladaBaseBotaoInfo{display:flex;border-radius:0 0 4px 4px;justify-content:space-between}.cardVisitantesAtivosTempoAtivo{border-radius:0 0 0 4px;padding:0 6px;display:flex;justify-content:start;align-items:center;background:#0b1b2d}.cardVisitantesAtivosExitIcon{width:40px;height:30px;border-radius:0 0 4px 0;display:flex;justify-content:center;align-items:center;color:#fff}.cardPermanenciaAcumuladaDataHora{background:linear-gradient(180deg,#dedede,#fff);border-radius:0 0 0 4px;padding:0 6px;display:flex;justify-content:start;align-items:center}.cardPermanenciaAcumuladaArchiveIcon{width:40px;height:30px;background:linear-gradient(180deg,hsla(0,0%,87.1%,.8),hsla(0,0%,100%,.8));border-radius:0 0 4px 0;display:flex;justify-content:center;align-items:center;color:#474747}.cardPopulacaoV2{width:136px;margin:4px;display:flex;flex-direction:column;border-radius:8px;align-items:stretch}.cardPopulacaoDivFotoV2{width:90px;height:90px;object-fit:cover;border-radius:50px;border:5px solid #fff;display:flex;justify-content:center;align-items:center}.cardIdentidadePopulacao{align-items:center;padding:16px;grid-gap:20px;gap:20px}.cardIdentidadePopulacao,.cardIdentidadePopulacaoV2{display:flex;flex-direction:row;justify-content:flex-start}.cardIdentidadePopulacaoV2{width:215px;height:100px;background-color:#fff;border-radius:4px 8px 4px 4px;margin:4px;align-items:flex-start}.viewCardFoto,.viewCardFotoScriptList{display:flex;flex-direction:row;justify-content:center;align-items:center}.viewCardFotoScriptList{width:70px;height:70px}.cardFoto{width:84px;height:84px;border-radius:50px}.bordaCardFoto{width:90px;height:90px;border-radius:50px;background-color:#777;display:flex;justify-content:center;align-items:center}.cardFotoScriptList{width:48px;height:48px;border-radius:45px}.cardInformacoesScriptList{width:100%;background-color:#28a745;padding-left:7px}.divAreaStatus{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap}.areaStatus{width:100px;height:15px;display:flex}.areaStatus2{flex:1 1;display:flex}.areaPrivilegio{width:15px;height:15px}.areaPrivilegio,.areaPrivilegio2{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end}.divPrivilegio{border-radius:15px;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:8px}.divStatus{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.txtStatus{font-size:8px;text-align:start;text-transform:uppercase}.corStatus{height:2px;width:100%}.divNomeFuncao{margin-bottom:8px}.divNomeFuncao,.divNomeFuncaoScriptList{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.divNomeFuncaoScriptList{width:180px;height:70px;padding-left:3px;padding-right:3px}.divBotoesTel{justify-content:center;align-items:center;grid-gap:4px;gap:4px}.cardPopulacao,.divBotoesTel{display:flex;flex-direction:column}.cardPopulacao{width:219px;height:110px;margin:4px}.cardPopulacaoDadosPrincipais{height:80px;border-radius:6px 6px 0 0;padding:6px}.cardPopulacaoDadosMensagem,.cardPopulacaoDadosPrincipais{width:219px;background:linear-gradient(180deg,#dedede,#fff);display:flex;flex-direction:row;justify-content:space-between}.cardPopulacaoDadosMensagem{height:50px;border-radius:10px 10px 0 0;padding:10px}.cardPopulacaoDadosNotificacao{width:217px;height:70px;background:linear-gradient(180deg,#dedede,#fff);border-radius:10px 10px 0 0;padding:10px;display:flex;flex-direction:row;justify-content:space-between}.cardPopulacaoTelefone{width:144px;height:30px;background:linear-gradient(180deg,#dedede,#fff);border-radius:0 0 0 6px;padding:0 6px;display:flex;justify-content:start;align-items:center}.cardPopulacaoTelefoneBotao{width:75px;height:30px;background:linear-gradient(180deg,hsla(0,0%,87.1%,.8),hsla(0,0%,100%,.8));border-radius:0 0 6px 0;display:flex;justify-content:center;align-items:center;color:#474747}.cardPopulacaoBaseBotaoTelefone{width:219px;height:30px;display:flex}.cardPopulacaoDivNome{justify-content:space-between}.cardNotificacaoDivNome,.cardPopulacaoDivNome{width:138px;height:75px;padding:0 6px 6px 0;line-height:12px;display:flex;flex-direction:column}.cardNotificacaoDivNome{justify-content:flex-start}.cardPopulacaoStatus{padding:3px 5px;border-radius:10px;margin-right:5px}.cardRelogio{padding:0 5px;border-radius:10px;margin-right:3px}.cardPopulacaoDivFoto{border-radius:50px}.cardPopulacaoDivFoto,.cardPopulacaoDivFotoV3{width:70px;height:70px;object-fit:cover;display:flex;justify-content:center;align-items:center}.cardPopulacaoDivFotoV3{border-radius:4px}.fotoScript{width:70px;height:70px}.cardPopulacaoDivFotoNotific,.fotoScript{border-radius:50px;display:flex;justify-content:center;align-items:center}.cardPopulacaoDivFotoNotific{width:50px;height:50px}.unidDivScript{height:770px;flex-direction:row;align-items:start;flex-wrap:wrap}.unidDivScript,.unidDivScriptAlt{width:300px;padding:10px;display:flex;justify-content:flex-start;overflow:hidden}.unidDivScriptAlt{flex-direction:column;align-items:flex-start;flex-wrap:nowrap;border-radius:16px}.unidScript{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:start;flex-wrap:wrap}.unidDivInformacoes{display:flex;flex-direction:column;align-items:start;border-radius:16px;margin-left:10px;flex:1 1}.unidScriptCard280{width:100%;align-items:flex-start;grid-gap:4px;gap:4px}.unidScriptCard135,.unidScriptCard280{padding:10px;display:flex;flex-direction:column;justify-content:center;margin-bottom:5px}.unidScriptCard135{border:1px solid #727272;border-radius:3px;flex-wrap:wrap;width:137px}form{padding:0;margin:0;width:100%}.corLaranja{color:#f47c00}.marginTop5{margin-top:5px}.infoDivBusca{width:150px;display:flex;align-items:center}.infoDivUnidades{margin-inline:18px;height:43px;display:flex;overflow:hidden}.statusAbaUnidade{width:100%;height:3px}.numeroAbaUnidade{max-width:98px;text-align:center;vertical-align:middle;padding:0 10px;overflow:hidden;text-overflow:ellipsis;text-wrap:wrap}.btEncerrarAtendimento{display:flex;justify-content:flex-end;align-items:center;cursor:pointer}.iconBuscador{height:40px;cursor:pointer}.iconBuscador,.iconBuscadorUnidade{width:30px;display:flex;align-items:center;text-align:center;line-height:17px;justify-content:center}.iconBuscadorUnidade{height:35px}.unidInformacoesTelefone{width:100%}.unidInformacoesDados{width:100%;height:100%}.tabNotificacaoMenuWrapper{background-color:rgba(0,0,0,.6);padding:5px 0;height:100%;border-radius:8px}.tabNotificacaoMenuWrapperV2{height:100%;width:100%;border-radius:8px}.tabNotificacaoMenuFlexCol{padding-top:2px}.tabNotificacaoMenuFlexCol,.tabNotificacaoMenuFlexColV2{display:flex;flex-direction:column;height:100%;align-items:center}.tabNotificacaoMenuFlexColV2{border:1px solid #1e4a5f;border-radius:16px}.tabsContainer{width:100%;padding-block:5px;border-top-right-radius:16px;border-top-left-radius:16px;justify-content:space-evenly;margin-bottom:10px}.tabsContainer,.tabsContainerItem{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap}.tabsContainerItem{width:40px;height:40px;justify-content:center;color:#777}.tabsContainerItem:hover{position:relative;top:-1px;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.1));color:#fff;border-radius:100%}.tabsContainerItemSelected{background:linear-gradient(90deg,#163644,#03608b);color:#fff;border-radius:100px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:5px 10px}.mouseHoverCall{color:hsla(0,0%,100%,.5019607843137255)}.mouseHoverCall:hover{color:#fff}.mouseHoverScale:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.tabletMenuIconeHover:hover{background:linear-gradient(90deg,#163644,#03608b)}.tabsContainer_bkp{display:flex;width:100%;padding:0 5px}.tabItem{font-size:1rem;color:#fff;cursor:pointer;width:50%;text-align:center;padding:10px 0;border-top-right-radius:10px;border-top-left-radius:10px}.lightBgGrey{background:#1d2024}.unidInformacoesTelefoneDivBotoes{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:5px;gap:5px}.ordemChamadaBt{padding:5px 10px}.ordemChamadaBt:hover{-webkit-transform:translate(-1px,-1px);transform:translate(-1px,-1px)}.unidInformacoesNotificacaoDivLoad,.unidInformacoesTelefoneDivLoad{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.unidInformacoesNotificacaoDivLoad{height:100%;padding-inline:10px;margin-top:10px}.unidInformacoesAutorizacaoRapida{width:100%;height:50px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.unidInformacoesTelefoneBotao{width:144px;height:50px}.scriptCadastrarBotao,.unidInformacoesTelefoneBotao{display:flex;flex-direction:row;justify-content:start;align-items:center;cursor:pointer}.scriptCadastrarBotao{width:100%;border-radius:100px;background:rgba(22,54,68,.6);padding:10px}.scriptCadastrarIconeBotao,.scriptCadastrarTituloBotao{display:flex;justify-content:center;align-items:center}.scriptCadastrarTituloBotao{width:223px;text-align:center;line-height:12px}.scriptItemTitulo{font-size:10px;color:#9e9e9e}.scriptItemTitulo,.scriptItemTituloCondicional{font-weight:500;line-height:1.3;letter-spacing:.35px}.scriptItemTituloCondicional{font-size:12px}.scriptItem,.scriptItemConteudo{color:#fff}.scriptItem,.scriptItemConteudo,.scriptItemConteudoCondicional{font-size:14px;font-weight:300;line-height:1.3;letter-spacing:.35px}.borderCardPopulacao{border-top:1px solid #1e4a5f;border-left:1px solid #1e4a5f;border-right:1px solid #1e4a5f}.borderCardPopulacao:last-of-type{border:1px solid #1e4a5f}.tituloScript{font-size:12px;text-transform:uppercase}.scriptNomePrincipal,.tituloScript{font-weight:300;color:#fff;line-height:1.3;letter-spacing:.35px}.scriptNomePrincipal{font-size:19px}.unidBotaoAutorizacaoRapida{position:relative;height:50px}.unidBotaoAutorizacaoRapida,.unidBotaoTentarNovamente{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.unidBotaoTentarNovamente{padding-block:10px}.unidInformacoesTelefoneBotaoOFF{width:144px;height:50px;display:flex;flex-direction:row;justify-content:start;align-items:center}.unidInformacoesStatusAutorizacaoRapida{display:flex;justify-content:center;align-items:center;flex-direction:column}.unidInformacoesTelefoneIcone{display:flex;justify-content:center;align-items:center;padding:5px 10px;background:linear-gradient(90deg,#06182b,#00364f);border-radius:6px}.unidInformacoesTelefoneIconeAutorizacaoApp{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;display:flex;justify-content:center;align-items:center;padding:10px}.spanBotaoTelefone{width:94px;height:50px;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 7px;line-height:12px}.spanBotaoTelefoneOrdem{display:flex;align-items:center;justify-content:flex-start}.btnVoip{color:#9e9e9e;text-transform:uppercase}.btCardPopulacao:hover,.btnVoip:hover{color:#fff;position:relative;top:-1px}.btnVoip:active{position:relative;top:1px;left:1px}.divAbasInformacoesDados{width:315px;height:50px;display:flex;flex-direction:row;justify-content:start;align-items:center}.abasInformacoesDados{height:50px;width:105px}.abasBuscaInformacoesDados,.abasInformacoesDados{padding:0 10px;display:flex;justify-content:center;align-items:center;border-radius:3px 3px 0 0;line-height:14px;text-align:center}.abasBuscaInformacoesDados{height:40px;width:141px}.divDadosConteudoGeral{overflow:hidden}.divDadosConteudo,.divDadosConteudoGeral{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:space-between;flex-wrap:wrap}.divDadosConteudo{padding:6px}.divLoading{width:100%;overflow:hidden;height:100px}.divDispositivosAddGeral{width:456px;height:249px;align-items:start;justify-content:space-between}.divDispositivosAdd,.divDispositivosAddGeral{display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden}.divDispositivosAdd{width:100%;align-items:flex-start;justify-content:flex-start;padding-top:4px;height:273px}.divDispositivosAddGeralCol{overflow:hidden}.divDispositivosAddCol{width:100%;justify-content:flex-start;align-items:center;padding:10px 6px;height:273px}.cardDispositivoAdd,.divDispositivosAddCol{display:flex;flex-direction:column;overflow:hidden}.cardDispositivoAdd{width:219px;height:261px;justify-content:start;align-items:start}.botaoDispositivoAdd{width:101px;height:101px;border-radius:5px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding-top:25px;margin:2px 6px 8px}.divDadosConteudoNotificacao{width:456px;height:238px;overflow:hidden}.divDadosPaginacao{width:456px;height:26px;display:flex;flex-direction:row;justify-content:space-between;border-radius:0 0 5px 5px;margin-bottom:10px}.divisaoBarraPaginacaoDados44{border-radius:5px 0 5px 0}.divisaoBarraPaginacaoDados44,.divisaoBarraPaginacaoDados44Qnt{width:44px;height:26px;display:flex;justify-content:center;align-items:center}.divisaoBarraPaginacaoDados44Qnt{border-radius:0 5px 0 5px}.divisaoBarraPaginacaoDados368{width:368px;height:26px;display:flex;justify-content:space-around;align-items:center}.btAutorizacao2x{width:100%;border-radius:50px;margin-top:10px;cursor:pointer;justify-content:start}.btAutorizacao2x,.spanBtAutorizacao2x{height:40px;display:flex;flex-direction:row;align-items:center}.spanBtAutorizacao2x{width:215px;justify-content:stretch;line-height:12px;text-align:center;padding:10px}.btAutorizacao{width:115px;border-radius:50px;margin-top:10px;cursor:pointer}.btAutorizacao,.spanBtAutorizacao{height:40px;display:flex;flex-direction:row;justify-content:start;align-items:center}.spanBtAutorizacao{width:75px;line-height:12px;text-align:center;padding:10px}.iconBtAutorizacao{width:40px;height:40px;border-radius:50px;display:flex;justify-content:center;align-items:center}.textArea582px{width:552px;height:150px;margin-left:10px}.textArea260pxScript,.textArea582px{text-align:start;border-radius:3px;border:0;margin-top:10px}.textArea260pxScript{width:258px;height:100px}.textAreaForm{width:415px;text-align:start;border-radius:3px;height:80px;border:0;margin-top:10px}.textArea260pxScriptReduzido{height:70px}.textArea260pxScriptReduzido,.textAreaRondaVirtual{width:258px;text-align:start;border-radius:3px;border:0;margin-top:10px}.textAreaRondaVirtual{height:100px}.divIconeFecharCartao{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:100px;color:#fff}.cardVeiculo{display:flex;flex-direction:column;padding:8px;max-width:180px}.cardVeiculoDados{line-height:12px;display:flex;align-items:center;grid-gap:8px;gap:8px;width:100%}.cardVeiculoIconeTipo{border-radius:50px;display:flex;justify-content:center;align-items:center;padding:3px}.cardDivBaseVeiculo{width:456px;display:flex;justify-content:space-between;align-items:start;flex-wrap:wrap;padding:2px 6px 6px}.comandoCardInformacoesButton{background-color:transparent;border:0;color:#fff}.cardDivDispositivosDados{display:flex;justify-content:space-between;align-items:start;flex-wrap:wrap;flex-direction:column;border-radius:3px}.cardDispositivoBotao{width:140px;border-radius:20px;margin:3px;cursor:pointer}.cardDispositivoBotao,.spanBtDispositivo{height:40px;display:flex;flex-direction:row;justify-content:start;align-items:center}.spanBtDispositivo{width:100px;line-height:12px;text-align:center;padding-left:20px}.inputDispositivoQnt{width:60px;height:26px;text-align:center;font-size:15px;font-weight:300;color:#474747;border-radius:5px;margin-top:10px;margin-bottom:4px}.inputDispositivoDadosCobranca{height:35px;text-align:start;padding-left:10px;border-radius:3px;border:0;margin-top:10px}.camera240x180{width:280px;height:180px}.divTodasCamerasUnid{width:280px}.todasCamerasUnid{width:280px;height:180px}.divGeralResgateCamera{width:640px;height:400px;padding:20px}.operPainelPrincipalFoto{width:100px;height:110px;display:flex;justify-content:center;align-items:center}.operPainelPrincipalDados{width:200px;height:110px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding-top:20px;padding-bottom:20px}.operPainelPrincipalBotoes{width:40px;height:110px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:5px 10px 5px 0}.operDivGeralAbas{width:100%;display:flex;flex-direction:column;flex:1 1}.operDivAbas{width:360px;height:50px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;flex-wrap:nowrap;overflow:hidden}.operAbasInativo{width:50px;height:50px;border-radius:5px 5px 0 0;background-color:initial;background-repeat:no-repeat;border:none;overflow:hidden;outline:none}.operAbas{padding:5px 10px;color:#fff}.operAbas:hover{position:relative;top:-1px;color:#fff}.operAbas:active{position:relative;top:1px;left:1px;color:#fff}.operDivConteudo{width:340px;height:800px}.operDiv-Conteudo{width:100%;height:380px;margin-bottom:10px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;border:1px solid #1e4a5f;border-top:0;background:#050d21}.operDiv-novoGPhone{width:100%;display:flex;flex-direction:column;align-items:stretch;margin-top:8px;position:relative;flex:1 1;padding:25px}.areaDivDisplay,.areaDivTeclado{width:100%}.divTeclado{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-gap:8px;gap:8px}.divGPhoneOut{background-color:rgba(0,41,76,.8509803921568627)}.divGPhoneOut,.divInternetOut{position:absolute;inset:0;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center}.divInternetOut{background-color:rgba(213,22,24,.8509803921568627)}.divInternetOutPrincipal{width:1885px;height:1040px;background-color:rgba(213,22,24,.8509803921568627)}.divInternetOutPrincipal,.divSocketGearOutPrincipal{position:absolute;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}.divSocketGearOutPrincipal{width:100%;height:100%;background-color:rgba(0,41,76,.8509803921568627)}.divProblemaAlarme{width:100%;height:43px}.areaResultadoCondominio,.areaResultadoCondominio2{width:680px;overflow:hidden;margin-left:5px}.areaLogAcessoResultadoCondominio{width:555px;height:709px;overflow:hidden;margin-left:5px}.tabelaResultadoCondominio{width:680px;background-color:"#fc0"}.tabelaLogResultadoCondominio,.tabelaResultadoCondominio{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.tabelaLogResultadoCondominio{width:555px;padding-top:10px}.areafiltroDiaResultadoCondominio,.lineBottonResultadoCondominio{width:555px;border-bottom:3px solid #757575;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.areafiltroDiaResultadoCondominio{height:50px}.celulaResultadoCondominio{width:680px;border-bottom:1px solid #757575;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.labelResultadoCondominio{color:#757575;font-size:10px;font-weight:700}.divNomeResultadoCondominio,.divUnidadeResultadoCondominio{width:180px}.divUnidadeResultadoCondominioScript{width:200px}.divfiltroDiaResultadoCondominio{width:100px;height:35px}.divInfosResultadoCondominio{width:300px}.divDataINResultadoCondominio,.divDataOUTResultadoCondominio{width:180px}.divDataAcessoResultadoCondominio{width:145px}.divTabletMenu{height:313px;justify-content:space-between}.divTabletMenu,.divTabletMenu350{width:456px;border-radius:10px;display:flex;flex-direction:column}.divTabletMenu350{height:331px}.divTabletMenuDados{width:456px;height:315px}.divTabletMenuDados,.divTabletMenuDadosAlter{border-radius:10px;display:flex;flex-direction:column}.divTabletMenuDadosAlter{width:100%;height:100%}.divTabletMenuNotificacao{width:446px;height:520px;border-radius:10px;display:flex;flex-direction:column}.tabletMenuHeader{padding-inline:10px;border-radius:10px 10px 0 0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;grid-gap:8px;gap:8px;margin-bottom:8px}.HeaderBotoes{display:flex;justify-content:center;align-items:center;position:relative}.tabletMenuBody{height:267px;padding:10px}.tabletMenuBody,.tabletMenuBody350{overflow:hidden;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.tabletMenuBody350{height:251px;padding:5px}.tabletMenuBody430{height:440px;padding:5px}.tabletMenuBody430,.tabletMenuBodyAlter{overflow:hidden;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.tabletMenuBodyAlter{padding-top:4px;height:100%}.tabletMenuBodyNotificacao{height:186px}.tabletMenuBodyNotificacao,.tabletMenuBodyNotificacaoAlter{padding:5px;margin-bottom:5px;overflow:hidden;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.tabletMenuIcone{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;position:relative;transition:all .3s ease-in-out}.tabletMenuFooter{height:24px;border-radius:0 0 10px 10px;display:flex;justify-content:space-between;align-items:center;padding:0 4px;background-color:#228b22}.FooterBtAdd{padding:0 20px;border-radius:6px 0 6px 0}.FooterBtAdd,.FooterBtQnt{height:16px;display:flex;justify-content:center;align-items:center}.FooterBtQnt{padding:0 8px;border-radius:0 6px 0 6px}.addOcorrenciaButton{color:#fff;border-radius:100px;display:flex;align-items:center;grid-gap:12px;gap:12px;cursor:pointer;padding:6px 16px}.filterOcorrenciaInput::-webkit-input-placeholder{color:#a1a1a2}.filterOcorrenciaInput::placeholder{color:#a1a1a2}.w10{width:10%}.w12{width:12%}.w15{width:15%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w32,.w33{width:32%}.w40{width:40%}.w50{width:50%}.w56{width:56%}.w60{width:60%}.w65{width:65%}.w68{width:68%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.maisInfoDadosPermanencia{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.maisParametroBuscador1x{width:25%;display:flex}.maisParametroBuscador2x{width:50%;display:flex;flex-direction:column}.maisParametroBuscador3x{width:33.333333%;display:flex}.maisParametroBuscador4x{width:100%;display:flex}.btRadiusScript{padding:10px 20px;border-radius:100px;background:#071124;border:1px solid #1e4a5f}.btRadiusScript:hover{position:relative;top:-1px;background:linear-gradient(0deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.2))}.btRadiusScript:active{position:relative;top:1px;left:1px}.tabletMenuIconeRetangulo{width:134px;height:86px;border-radius:3px;justify-content:flex-start;padding-top:12px;padding-left:20px;padding-right:20px;margin:4px;background:linear-gradient(180deg,#dedede,#fff)}.tabletMenuIconeRetangulo,.tabletMenuIconeRetanguloAlter{display:flex;flex-direction:column;align-items:center;text-align:center}.tabletMenuIconeRetanguloAlter{justify-content:center;padding:12px 20px;max-width:136px}.tabletMenuIconeRetangulo:hover{background:#fff 0 0 no-repeat padding-box;opacity:1;position:relative;top:-1px}.tabletMenuIconeRetangulo:active{opacity:1;position:relative;top:1px;left:1px}.cardConvidadoLista2col{width:214px;border-radius:4px;align-items:center}.cardConvidadoLista2col,.cardConvidadoLista3col{display:flex;flex-direction:row;align-self:stretch;justify-content:space-between;margin:4px;padding:8px}.cardConvidadoLista3col{width:144px;border-radius:5px;align-items:flex-start}.cardEventoLista{width:214px;border-radius:4px;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;margin:4px}.divDadosPrincipaisEventoLista{padding:6px 10px 10px 12px}.tituloItemMenu{width:100%;background-color:#dc3545;padding:10px 16px;margin:12px 0 6px}.checkDiaSemana{width:20px}.checkDiaSemana,.divDiaSemana{display:flex;justify-content:flex-start;align-items:center}.divDiaSemana{height:30px}.divPerguntaHorario{justify-content:right}.divPerguntaHorario,.divSwitchHorario{height:30px;display:flex;align-items:center}.divSwitchHorario{width:50px;flex-direction:row;justify-content:center;padding-bottom:10px}.cardAddDispositivos{background:#011c38}.player-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:999}.cam_video,.cam_video_card{object-fit:fill;width:100%;height:100%}.cam_video_card{overflow:hidden;border-radius:8px 25px 0 0}.dot{background-color:#bbb}.dot,.dotON{margin-top:10px;height:15px;width:15px;border-radius:50%;display:inline-block}.dotON{background-color:#28a745}.dotOFF{margin-top:10px;height:15px;width:15px;background-color:#dc3545}.dotEspera,.dotOFF{border-radius:50%;display:inline-block}.dotEspera{height:12px;width:12px;background-color:#f47c00}.dotOcupado{margin-top:10px;height:15px;width:15px;background-color:#007bff;border-radius:50%;display:inline-block}.borderBottomTable{border-bottom:1px solid #757575}.borderTopTable{border-top:1px solid #757575}.novoBotaoAcao{border-radius:16px;background:linear-gradient(90deg,#06182b,#00364f);color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;border:1px solid transparent}.novoBotaoAcaoConfig{width:198px;height:46px;padding-left:1px}.novoBotaoAcaoCam,.novoBotaoAcaoConfig{border-radius:16px;background:linear-gradient(90deg,#06182b,#00364f);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.novoBotaoAcaoCam{width:169px;height:44px}.novoBotaoAcaoBotao{height:40px;border-radius:4px;background-color:#fff}.novoBotaoAcaoBotao,.novoBotaoAcaoBotaoAnimacao{width:137px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;box-shadow:0 3px 6px 0 rgba(0,0,0,.25)}.novoBotaoAcaoBotaoAnimacao{position:relative;overflow:hidden;height:44px;border-radius:16px;background:linear-gradient(90deg,#06182b,#00364f)}.novoBotaoAcaoBotaoAnimacao span{position:relative;font-size:13px;letter-spacing:.35px;z-index:1;color:#fff;font-weight:500}.novoBotaoAcaoBotaoAnimacao p{position:relative;z-index:1}.novoBotaoAcaoBotaoAnimacao .sucess{position:absolute;top:-70px;left:0;width:137px;height:200px;background:#00c2cb;box-shadow:inset 0 0 50px rgba(0,0,0,.5);transition:.5s}.novoBotaoAcaoBotaoAnimacao .sucess:after,.novoBotaoAcaoBotaoAnimacao .sucess:before{content:"";width:200%;height:200%;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-75%);transform:translate(-50%,-75%);background:#000}.novoBotaoAcaoBotaoAnimacao .sucess:before{border-radius:45%}.novoBotaoAcaoBotaoAnimacao .sucess:after,.novoBotaoAcaoBotaoAnimacao .sucess:before{background:#fff;-webkit-animation:animateButtonAcionamento 10s linear;animation:animateButtonAcionamento 10s linear}.novoBotaoAcaoBotaoAnimacao .sucess:after{border-radius:40%}.novoBotaoAcaoBotaoAnimacao .danger{position:absolute;top:-70px;left:0;width:137px;height:200px;background:#cb002c;box-shadow:inset 0 0 50px rgba(0,0,0,.5);transition:.1s}.novoBotaoAcaoBotaoAnimacao .danger:after,.novoBotaoAcaoBotaoAnimacao .danger:before{content:"";width:200%;height:200%;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-75%);transform:translate(-50%,-75%);background:#000}.novoBotaoAcaoBotaoAnimacao .danger:before{border-radius:45%}.novoBotaoAcaoBotaoAnimacao .danger:after,.novoBotaoAcaoBotaoAnimacao .danger:before{background:#fff;-webkit-animation:animateButtonAcionamento 10s linear;animation:animateButtonAcionamento 10s linear}.novoBotaoAcaoBotaoAnimacao .danger:after{border-radius:40%}.novoBotaoAcaoBotaoAnimacao .warnig{position:absolute;top:-70px;left:0;width:137px;height:200px;background:#fff704;box-shadow:inset 0 0 50px rgba(0,0,0,.5);transition:.3s}.novoBotaoAcaoBotaoAnimacao .warnig:after,.novoBotaoAcaoBotaoAnimacao .warnig:before{content:"";width:200%;height:200%;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-75%);transform:translate(-50%,-75%);background:#000}.novoBotaoAcaoBotaoAnimacao .warnig:before{border-radius:45%}.novoBotaoAcaoBotaoAnimacao .warnig:after,.novoBotaoAcaoBotaoAnimacao .warnig:before{background:#fff;-webkit-animation:animateButtonAcionamento 30s linear;animation:animateButtonAcionamento 30s linear}.novoBotaoAcaoBotaoAnimacao .warnig:after{border-radius:40%}.spin{-webkit-animation:spin-animation .75s linear infinite;animation:spin-animation .75s linear infinite}@-webkit-keyframes animateButtonAcionamento{0%{-webkit-transform:translate(-50%,-75%) rotate(0deg);transform:translate(-50%,-75%) rotate(0deg)}to{-webkit-transform:translate(-100%,-100%) rotate(1turn);transform:translate(-100%,-100%) rotate(1turn);top:-120px}}@keyframes animateButtonAcionamento{0%{-webkit-transform:translate(-50%,-75%) rotate(0deg);transform:translate(-50%,-75%) rotate(0deg)}to{-webkit-transform:translate(-100%,-100%) rotate(1turn);transform:translate(-100%,-100%) rotate(1turn);top:-120px}}@-webkit-keyframes spin-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.novoBotaoAcaoDivIconPrincipal{display:flex;flex-direction:row;justify-content:center;align-items:center;width:134px;height:44px;background-color:#eee;border-radius:6px;cursor:pointer}.novoBotaoAcaoDivIconPrincipal_bkp{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1 1;padding-left:7px;padding-right:7px;cursor:pointer;align-self:stretch}.novoBotaoAcao:hover{border:1px solid #fff;-webkit-transform:translate(-1px,-1px);transform:translate(-1px,-1px)}.statusONaction{background-color:#a6d9a6}.statusOFFaction,.statusONaction{width:141px;height:44px;border-radius:6px;display:flex;flex-direction:row;justify-content:center;align-items:center}.statusOFFaction{background-color:#e8758c}.statusError{background-color:#ffeba5}.statusError,.statusNULLaction{width:141px;height:44px;border-radius:6px;display:flex;flex-direction:row;justify-content:center;align-items:center}.statusNULLaction{background-color:#eee}.novoBotaoAcaoIconPrincipal{color:#474747;font-size:20px}.novoBotaoAcaoDivGeralIconCam{width:118px;height:23px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.novoBotaoAcaoIconCam,.novoBotaoAcaoIconCamOff{color:#fff;font-size:18px}.borderTipoAcesso{border-radius:50px;width:60px;height:60px;border:1px solid #474747}.borderStatusAcessoTrue{border-radius:50px;width:50px;height:50px;border:2px solid #47b741}.borderStatusAcessoFalse{border-radius:50px;width:50px;height:50px;border:2px solid #d51618}ul.pagination{width:100%;padding:10px;overflow:hidden;display:flex;flex-direction:row;justify-content:center;align-items:center}ul.pagination li.page-item.active a.page-link{color:#fff;border-radius:50%;width:30px;height:30px;font-weight:200}ul.pagination li.page-item.inactive a.page-link{color:#777;border-radius:50%;width:30px;height:30px;font-weight:200}ul.pagination a.page-link{box-shadow:none!important;border-color:#474747!important;color:"#c4c4c4";font-weight:200;font-size:12px}ul.pagination li a:hover:not(.active){background-color:#fff;color:#000}ul.pagination li,ul.pagination li a{display:flex;flex-direction:row;justify-content:center;align-items:center}ul.pagination li a{text-decoration:none;border:2px solid #474747;border-radius:50%;width:30px;height:30px;margin-left:4px;margin-right:4px}.item{position:relative;display:inline-block}.notify-badge{position:absolute;right:-20px;top:-12px;background:#fe9427;text-align:center;border-radius:50%;color:#fff;padding:3px 5px;font-size:10px;border:1px solid #f47c00}.badge-buttom{position:absolute;right:2px;bottom:2px;border-radius:20px;padding:3px 6px 1px;font-size:7px;font-weight:700}.badge-buttom,.badge-visitante-frequente{background:#47b741;text-align:center;color:#fff;text-transform:uppercase;letter-spacing:1px}.badge-visitante-frequente{border-radius:2px;padding:5px;font-size:10px;margin-left:10px}.btNeum:hover{opacity:1;position:relative;top:1px;left:1px}.dotGphoneOFF{height:10px;width:10px;border-radius:50%;margin-left:7px;display:inline-block}.dotGphoneSYNC{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.dotGphoneON,.dotGphoneSYNC{height:10px;width:10px;border-radius:50%;margin-left:7px;display:inline-block;-webkit-animation-name:dotGphoneON;animation-name:dotGphoneON}.dotGphoneON{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ringIcon{-webkit-animation-name:ring;animation-name:ring;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ringDiv,.ringIcon{-webkit-animation-duration:2s;animation-duration:2s}.ringDiv{-webkit-animation-name:ringDiv;animation-name:ringDiv;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.syncAnimation{-webkit-animation:sincroniznado 1.5s linear infinite;animation:sincroniznado 1.5s linear infinite}@-webkit-keyframes dotGphoneON{0%{-webkit-transform:scale(.75);transform:scale(.75)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes dotGphoneON{0%{-webkit-transform:scale(.75);transform:scale(.75)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.75);transform:scale(.75)}}@-webkit-keyframes ringDiv{5%,15%{-webkit-transform:scale(1.1);transform:scale(1.1)}10%,20%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes ringDiv{5%,15%{-webkit-transform:scale(1.1);transform:scale(1.1)}10%,20%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ring{5%,15%{-webkit-transform:rotate(25deg);transform:rotate(25deg)}10%,20%{-webkit-transform:rotate(75deg);transform:rotate(75deg)}25%{-webkit-transform:rotate(25deg);transform:rotate(25deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{5%,15%{-webkit-transform:rotate(25deg);transform:rotate(25deg)}10%,20%{-webkit-transform:rotate(75deg);transform:rotate(75deg)}25%{-webkit-transform:rotate(25deg);transform:rotate(25deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes sincroniznado{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes sincroniznado{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.containerHeader{display:flex;justify-content:space-between;align-items:center;margin:100px 100px 10px;max-width:1800px}.containerBody{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.containerFooter{margin:30px 100px}.button,.footer{display:flex}.button{padding:15px;border-radius:10px;border:none;margin:10px;cursor:pointer;width:400px;height:200px;background-color:#fff;align-items:center;justify-content:center;flex-direction:column}.button:hover{opacity:.9}.txtTitle{color:#fff;font-size:56px;font-weight:lighter}.iconButton{padding-bottom:70px;padding-left:320px}.txtButton{padding-right:190px}.txtButton,.txtButtonPausa{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;font-size:25px;color:#343a40}.txtButtonPausa{padding-right:60px}.buttonClick{padding:15px;border-radius:10px;border:none;margin:10px;width:400px;height:200px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}.buttonHeaderClick{display:flex;padding-bottom:70px}.iconButtonClick{padding-left:90px}.txtButtonClick{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;font-size:25px;color:#343a40}.txtFooter{color:#fff}.buttonCancel{border:1px solid #d51618;border-radius:50px;color:#d51618}.buttonCancel,.buttonConfirm{display:flex;justify-content:center;align-items:center;padding:5px 15px;text-transform:uppercase}.buttonConfirm{background-color:#47b741;color:#fff;border-radius:50px;border:none}.inputCard{border-bottom:1px solid #000;width:80%;outline:none;color:#000}.buttonCard{background-color:#47b741;border:none;color:#fff;padding:10px 15px;border-radius:10px}.osListScreenContainer{padding:10px 20px}.buttonTick{grid-gap:2px;gap:2px;align-items:center;border-radius:50px;padding:5px 12px}.buttonTick,.newItemButton{color:#fefefe;display:flex;justify-content:center;border:none}.newItemButton{background:linear-gradient(90deg,rgba(22,54,68,.5),rgba(3,96,139,.5));text-transform:uppercase;padding:15px 10px;border-radius:100px;cursor:pointer}.inputSearch{border:none;outline:none;background-color:#42464a;color:#fff;border-radius:5px;width:100%;padding:15px 10px;height:44px}.createOsInputLabel{color:#fefefe;font-size:.825rem;width:100%;border-bottom:2px solid #707070;padding:0 2px}.createOsInput{font-size:.725rem}.genericButtom{display:flex;justify-content:center;text-transform:uppercase;padding:15px 10px;border:none;border-radius:8px;cursor:pointer}.osCardLabel{color:#fefefe;font-size:.875rem;font-weight:500}.osCardDescriptionLabel{color:#a0a0a0;font-size:.85rem;font-weight:300}.osCardDescriptionContent{color:#fbfbfb;font-size:.85rem;font-weight:300}.osSeeMoreButton{min-width:70px;background:#dedede;padding:6px 10px;border:none;border-radius:5px;text-align:center;font-size:.825rem;cursor:pointer}.cardContainer{display:flex;justify-content:center;align-items:center;overflow:hidden}.cardBox{width:100%;height:160px;background:#061225;border-radius:12px;color:#fff;position:relative;overflow:hidden}.cardBoxScroll{display:flex;align-items:flex-start;flex-direction:column;padding:12px 8px;overflow:auto;height:100%}.cardBox .cardBoxImg{height:70px;width:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:5px;position:relative;align-self:center}.cardBox .cardBloq{height:calc(100% - 1px);width:calc(100% - 1px);border-radius:50%}.statusBloq{background:#df1b46}.statusAut{background:rgba(40,167,69,.8)}.cardBox .cardBoxImg .cardInnerImg{border-radius:50%;transition:.5s}.cardBox .cardBoxImg .cardInnerImg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.cardBox .cardBoxImg .cardInnerImg img{height:48px;width:48px;border-radius:50%;object-fit:cover}.cardBoxNome{text-align:center;width:100%;overflow:hidden}.cardBoxBloqueio{background:rgba(223,27,70,.9)}.cardBoxBloqueio,.cardBoxVazio{position:absolute;width:28px;height:32px;top:0;left:0;border-radius:10px 0 23px 0;color:#fff;font-size:14px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:1s}.cardBoxVazio{background:rgba(185,184,182,.5019607843137255)}.cardBoxAutoriza{width:28px;height:32px;top:0;left:0;border-radius:10px 0 23px 0;font-size:14px;cursor:pointer;transition:1s}.cardBoxAutoriza,.cardBoxAutoriza2{position:absolute;background:rgba(40,167,69,.7);color:#fff;display:flex;justify-content:center;align-items:center}.cardBoxAutoriza2{bottom:0;right:0;width:14px;height:14px;border-radius:50%;font-size:1.6rem}.iconIA{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24'%3E%3Cpath fill='%23007fbf' d='M12.02.002l3.49 7.988 7.987 3.49-7.988 3.49-3.49 7.989-3.49-7.989-7.988-3.49 7.988-3.49zm9.304 3.323l-1.568.78 1.568.781.781 1.57.781-1.57 1.57-.78-1.57-.781-.78-1.57zM12.02 4.998l-1.97 4.511-4.512 1.971 4.511 1.971 1.971 4.512 1.971-4.512 4.512-1.97-4.512-1.972zm7.316 9.758l1.3 2.61 2.61 1.3-2.61 1.299-1.3 2.61-1.3-2.61-2.61-1.3 2.61-1.299z'/%3E%3C/svg%3E")}.iconIA,.iconIA2{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-size:100% 100%}.iconIA2{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_259_2933)' stroke='%23FAFAFA' stroke-width='.91' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.552 10.984L2.324 9.796a.495.495 0 010-.929L5.552 7.68a.493.493 0 00.293-.293l1.188-3.229a.495.495 0 01.929 0l1.187 3.229a.492.492 0 00.293.293l3.23 1.187a.495.495 0 010 .93l-3.23 1.187a.492.492 0 00-.293.293l-1.187 3.229a.495.495 0 01-.929 0l-1.188-3.23a.493.493 0 00-.293-.292zM11.5 1.33v3M14.5 4.83v2M10 2.83h3M13.5 5.83h2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_259_2933'%3E%3Cpath fill='%23fff' transform='translate(.5 .33)' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.labelCard{font-size:12px}.dragElectron{-webkit-app-region:drag}.noDragElectron{-webkit-app-region:no-drag}.pulseBt{-webkit-animation:pulse 1.7s linear infinite;animation:pulse 1.7s linear infinite}.react-transform-component{border-radius:6px}.new-input{border:1px solid #1e4a5f;border-radius:100px;padding:8px 10px;width:100%;background-color:#071124}ol{padding-inline:20px;margin:0}textarea{font-family:sans-serif}.calendar-icon-white::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1);font-size:20px}.p-right-30{padding-right:30px}@-webkit-keyframes pulseBt{0%{-webkit-transform:scale(.99);transform:scale(.99)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.99);transform:scale(.99)}}@keyframes pulseBt{0%{-webkit-transform:scale(.99);transform:scale(.99)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.99);transform:scale(.99)}}.pulse2{-webkit-animation:pulse 1.5s linear infinite;animation:pulse 1.5s linear infinite}@-webkit-keyframes pulse2{0%{-webkit-transform:scale(.99);transform:scale(.99)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.99);transform:scale(.99)}}@keyframes pulse2{0%{-webkit-transform:scale(.99);transform:scale(.99)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.99);transform:scale(.99)}}.amarelo{color:#fed300}.amareloBG{background-color:#fed300}.amareloDark2{color:#fbc02d}.amareloDark2BG{background-color:#fbc02d}.azul{color:#007bff}.azulBG{background-color:#00dcff}.azulG{background:-webkit-linear-gradient(90deg,#c7ddff,#00dcff 33.94%,#c7ddff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.branco{color:#fff}.brancoBG{background-color:#fff}.cinza{color:#757575}.cinzaBG{background-color:#757575}.cinzaClaro{color:#efeeee}.cinzaClaroBG{background-color:#9e9e9e}.chumbo{color:#60666b}.chumboBG{background-color:#424242}.laranja{color:#f47c00}.laranjaBG{background-color:#f47c00}.pretoBG{background-color:#000}.preto{color:#000}.verde{color:#47b741}.verdeBG{background-color:#47b741}.vermelho{color:#d51618}.cinzaBt{color:#c7ccd0}.vermelhoBG{background-color:#ff5757}.borderVermelho{border:1px solid #e53935}.lime-darken{background-color:#689f38}.red-darken{background-color:#e53935}.red-darkenColor{color:#e53935}.grey-darken{background-color:#757575}.purple-darken{background-color:#8e24aa}.blue-darken{background-color:#1e88e5}.cyan-darken{background-color:#00897b}.green-darken{background-color:#43a047}.brown-darken{background-color:#6d4c41}.corBotaoGPhone{background-color:#15394c}.brancoG0201{background:linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1))}.brancoG0302{background:linear-gradient(0deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.2))}.brancoG0504{background:linear-gradient(180deg,hsla(0,0%,87.1%,.5),hsla(0,0%,100%,.4))}.brancoG0808{background:linear-gradient(180deg,hsla(0,0%,87.1%,.8),hsla(0,0%,100%,.8))}.pretoG0201{background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.1))}.pretoG0402{background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.2))}.preto050d21{background:#050d21}.preto0d2032{background:#0d2032}.pretoG0505{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.azulNovoBg{background-color:#0b1b2d}.azulNovoBg2{background-color:#071124}.azulNovoBg3{background-color:rgba(6,24,43,.8)}.azulNovoBg4{background-color:#050d21}.azulNovoG{background:linear-gradient(90deg,#163644,#03608b)}.azulNovoG2{background:linear-gradient(90deg,rgba(22,54,68,.5),rgba(3,96,139,.5))}.brancoG1010{background:linear-gradient(180deg,#e1e1e1,#fff)}.cinzaG1010{background:linear-gradient(180deg,#b4b4b4,#d2d2d2)}.laranjaG1010{background:linear-gradient(0deg,#fe9427,#f47c00)}.azulG1010{background:linear-gradient(0deg,#007bff,#0071f5)}.amareloG1010{background:linear-gradient(180deg,#ffeca0,#ffeca0)}.cinzaG1010{background:linear-gradient(180deg,#dedede,#fff)}.vermelhoG1010{background:linear-gradient(0deg,#d9171f,#b2121a)}.pretoG1010{background:linear-gradient(180deg,#3c3c3c,#000)}.displayColor{background:linear-gradient(180deg,rgba(51,92,113,.5),rgba(21,57,76,.5))}.vermelhoG{background:rgba(223,27,70,.9)}.brancoA005{background-color:hsla(0,0%,100%,.05)}.verdeA03{background-color:rgba(40,167,69,.3)}.verdeA05{background-color:rgba(40,167,69,.5)}.vermelhoA03{background-color:rgba(217,23,31,.3)}.vermelhoA05{background-color:rgba(217,23,31,.5)}.red-darkenA03{background-color:rgba(229,57,53,.4)}.amareloA015{background-color:rgba(255,204,0,.15)}.brancoA015{background-color:hsla(0,0%,100%,.15)}.brancoA025{background-color:hsla(0,0%,100%,.25)}.brancoA03{background-color:hsla(0,0%,100%,.2)}.brancoA05{background-color:hsla(0,0%,100%,.5)}.brancoA075{background-color:hsla(0,0%,100%,.06)}.pretoA075{background-color:rgba(0,0,0,.05)}.pretoA01{background-color:rgba(0,0,0,.14)}.pretoA015{background-color:rgba(0,0,0,.15)}.pretoA020{background-color:rgba(0,0,0,.2)}.pretoA03{background-color:rgba(0,0,0,.3)}.pretoA04{background-color:rgba(0,0,0,.4)}.pretoA05{background-color:rgba(0,0,0,.5)}.pretoA06{background-color:rgba(0,0,0,.6)}.pretoA07{background-color:rgba(0,0,0,.7)}.pretoA085{background-color:rgba(0,0,0,.85)}.azulNovoDark{background:#000116}.azulNovoDark2{background:linear-gradient(90deg,rgba(22,54,68,.15),rgba(3,96,139,.15))}.bgTransparent{background-color:initial}.bgTabNativa{background:#333a45}.txt8{font-size:8px}.txt9{font-size:9px}.txt10{font-size:10px}.txt11{font-size:11px}.txt12{font-size:12px}.txt13{font-size:13px}.txt14{font-size:14px}.txt15{font-size:15px}.txt16{font-size:16px}.txt17{font-size:17px}.txt18{font-size:18px}.txt20{font-size:20px}.txt22{font-size:22px}.txt24{font-size:24px}.txt28{font-size:28px}.txt36{font-size:36px}.txtTituloPainel{font-size:16px;font-family:"Roboto",sans-serif;font-weight:700;color:#444}.line{line-height:13px}.lw9{line-height:9px}.lw10{line-height:10px}.lw12{line-height:12px}.bold{font-weight:700}.regular{font-weight:500}.regular300{font-weight:300}.light{font-weight:100}.scale1{-webkit-transform:scale(1);transform:scale(1)}.scale2{-webkit-transform:scale(2);transform:scale(2)}.cxAlta{text-transform:uppercase}.low{text-transform:lowercase}.cap{text-transform:capitalize}.justify{text-align:justify}.spacing{letter-spacing:.35px}.m01{margin:1px}.m02{margin:2px}.m03{margin:3px}.m03t{margin-top:3px}.m03side{margin:0 3px}.m03b{margin-bottom:3px}.m-04t{margin-top:-4px}.m05{margin:5px}.m07{margin:7px}.m05side{margin:0 5px}.m05t{margin-top:5px}.m05r{margin-right:5px}.m05b{margin-bottom:5px}.m05l{margin-left:5px}.m10{margin:10px}.m20l{margin-left:20px}.m20r{margin-right:20px}.m10side{margin:0 10px}.m30side{margin:0 30px}.m55t{margin-top:55px}.m10t{margin-top:10px}.m10r{margin-right:10px}.m10b{margin-bottom:10px}.m10l{margin-left:10px}.m15b{margin-bottom:15px}.m15r{margin-right:15px}.m15t{margin-top:15px}.m20t{margin-top:20px}.m20b{margin-bottom:20px}.m10vertical{margin:10px 0}.m20vertical{margin:20px 0}.m30t{margin-top:30px}.m40t{margin-top:40px}.m60t{margin-top:60px}.p02{padding:2px}.p03{padding:3px}.p03Vertical{padding:3px 0}.p02b{padding-bottom:2px}.p03b{padding-bottom:3px}.p04{padding:4px}.p04r{padding-right:4px}.p04Horizontal{padding:0 4px}.p05{padding:5px}.p05Vertical{padding:5px 0}.p05side{padding:0 5px}.p05t{padding-top:5px}.p05r{padding-right:5px}.p05b{padding-bottom:5px}.p05l{padding-left:5px}.p07{padding:7px}.p07side{padding:0 7px}.p07t{padding-top:7px}.p07r{padding-right:7px}.p07b{padding-bottom:7px}.p07l{padding-left:7px}.p08{padding:8px}.p08vertical{padding-block:8px}.p10{padding:10px}.p10side{padding:0 10px}.p10vertical{padding:10px 0}.p10t{padding-top:10px}.p10r{padding-right:10px}.p10b{padding-bottom:10px}.p10l{padding-left:10px}.p16horizontal{padding-inline:16px}.p15{padding:15px}.p15t{padding-top:15px}.p15l{padding-left:15px}.p15r{padding-right:15px}.p20{padding:20px}.p20tb{padding:20px 0}.p20side{padding:0 20px}.p20b{padding-bottom:20px}.p20t{padding-top:20px}.p20l{padding-left:20px}.p20r{padding-right:20px}.p40side{padding:0 40px}.p40{padding:40px}.corner2{border-radius:2px}.corner3{border-radius:3px}.corner4{border-radius:4px}.corner5{border-radius:5px}.corner8{border-radius:8px}.corner10{border-radius:10px}.corner15{border-radius:15px}.corner80{border-radius:80px}.corner100{border-radius:100px}.infoEsq{border-radius:3px 15px 3px 15px}.infoDir{border-radius:15px 3px 15px 3px}.cornerR40{border-top-right-radius:40px}.cornerR30{border-top-right-radius:30px}.corner25{border-radius:25px}.corner50{border-radius:50px}.corner5BL{border-radius:0 0 0 5px}.corner5BR{border-radius:0 0 5px 0}.corner5B{border-radius:0 0 5px 5px}.cornerLoginAbertura{border-radius:10px 10px 0 0}.cornerLoginBotao{border-radius:0 0 10px 10px}.luz-borderTop{border-top:1px solid hsla(0,0%,100%,.34901960784313724);border-top-left-radius:10px;border-top-right-radius:10px}.cardEmpresaTransbordo{margin:5px;height:100px;text-align:center;font-size:1em;display:flex;justify-content:center;align-items:center}.grid-template-columns-6{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.row-between-stretch-nowrap{justify-content:space-between}.row-between-stretch-nowrap,.row-start-stretch-nowrap{display:flex;flex-direction:row;align-items:stretch;flex-wrap:nowrap}.row-start-stretch-nowrap{justify-content:flex-start}.row-start-center-nowrap{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap}.row-evenly-center-wrap{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start;align-content:flex-start;flex-wrap:wrap;grid-gap:1px 1px;gap:1px 1px}.row-end-center-nowrap{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap}.cardsPopulacao{display:grid;grid-gap:10px;gap:10px;padding-inline:10px}.row-start-end-nowrap{justify-content:flex-start}.row-center-end-nowrap,.row-start-end-nowrap{display:flex;flex-direction:row;align-items:flex-end;flex-wrap:nowrap}.row-center-end-nowrap{justify-content:center}.column-start-start{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.column-evenly-center{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.txtLeft{text-align:start}.txtCenter{text-align:center}.centroVH{justify-content:center;align-items:center}.centroVH,.leftStart{display:flex;flex-direction:row;flex-wrap:wrap}.leftStart{justify-content:flex-start;align-items:flex-start;grid-gap:8px;gap:8px}.center{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.leftStartBeteween{justify-content:space-between}.leftStartBeteween,.rightStart{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start}.rightStart{justify-content:flex-end}.centroVHaround{display:flex;justify-content:space-around;align-items:center}.centroVHCol{justify-content:center}.centroVHCol,.centroVHColBeteween{display:flex;align-items:center;flex-direction:column}.centroVHColBeteween{justify-content:space-between}.centroH{align-items:flex-start}.centroH,.centroHmiddle{display:flex;justify-content:center}.centroHmiddle{flex-direction:row;align-items:center}.centroHtop{align-items:center;flex-direction:column}.centroHtop,.esquerdaVH{display:flex;justify-content:flex-start}.esquerdaVH{align-items:flex-start}.esquerdaVH,.esquerdaVHend{flex-direction:row;flex-wrap:nowrap;overflow:hidden}.esquerdaVHend{display:flex;justify-content:flex-start;align-items:flex-end}.esquerdaCentro{display:flex;flex-direction:row;flex-wrap:wrap}.esquerdaColumn{display:flex;flex-direction:column;flex-wrap:wrap}.esquerdaBetween{align-items:flex-end}.betweenCenter,.esquerdaBetween{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.betweenCenter{align-items:center}.esquerdaAround{align-items:flex-end}.aroundCenter,.esquerdaAround{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.aroundCenter{align-items:center}.direita{flex-wrap:wrap}.direita,.direitaRow{display:flex;justify-content:flex-end}.direitaRow{flex-direction:row;align-items:center}.direitaCol{align-items:flex-end}.direitaCol,.esquerdaCol{display:flex;justify-content:center;flex-wrap:wrap;flex-direction:column}.esquerdaCol{align-items:flex-start}.leftCenter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.Cols{display:flex;flex-direction:column}.Rows{justify-content:flex-start;align-items:flex-end}.between,.Rows{display:flex;flex-direction:row}.between{justify-content:space-between;align-items:center}.betweenStart{flex-direction:row}.betweenStart,.esquerdaBetweenCol{display:flex;justify-content:space-between;align-items:flex-start}.esquerdaBetweenCol{flex-direction:column}.evenlyn{flex-direction:row;align-items:flex-start}.evenlyn,.evenlynCol{display:flex;justify-content:space-evenly;flex-wrap:wrap}.evenlynCol{flex-direction:column;align-items:center}.colStretch{flex-direction:column;justify-content:stretch}.colStretch,.rowNoWrapAround{display:flex;align-items:flex-start}.rowNoWrapAround{flex-direction:row;justify-content:space-around;flex-wrap:nowrap}.bt{cursor:pointer}.bt-block{cursor:not-allowed}.bt-progress{cursor:progress}.bordaBottom{border-bottom:1px solid #fff}.bordaBottomCinza{border-bottom:1px solid #777}.bordaB-ativa{border-bottom:2px solid #fff}.bordaB-inativa{border-bottom:1px solid #777;cursor:pointer}.bordaB-erro{border-bottom:1px solid #d51719;cursor:pointer}.checkCam{width:20px;height:20px}.checkCam,.checkMensagem{border:1px solid #fff;background-color:initial;color:#fff}.checkMensagem{width:15px;height:15px}.borderNone{border:transparent}.borderT{border-top:1px solid #474747}.borderB{border-bottom:1px solid #474747}.borderAzulNovo{border:1px solid #1e4a5f}.borderCinza{padding-bottom:10px;border-bottom:1px solid #9e9e9e}.borderFoto{border:1px solid #474747}.borderInfoCartaoNovo{border:1px solid silver}.borderInfoCartaoAberto{border:1px solid #727272}.borderBranca{border:1px solid #e9e9e9}.borderLightColorFoto{border:2px solid hsla(0,0%,91.4%,.5019607843137255)}.borderBLight{border-bottom:1px solid #ccc}.scrollbar-new::-webkit-scrollbar{width:8px}.scrollbar-new::-webkit-scrollbar-track{background:#272622}.scrollbar-new::-webkit-scrollbar-thumb{background-color:#4a4a4a;border-radius:10px}.scrollbar-new::-webkit-scrollbar-thumb:hover{background-color:#6b6b6b}.scrollbar-new-horiz::-webkit-scrollbar{height:4px;height:8px}.scrollbar-new-horiz::-webkit-scrollbar-track{background:#272622}.scrollbar-new-horiz::-webkit-scrollbar-thumb{background-color:#4a4a4a;border-radius:10px}.scrollbar-new-horiz::-webkit-scrollbar-thumb:hover{background-color:#6b6b6b}.noResize{resize:none}.espacamento{letter-spacing:4px}.w30{width:30px}.tam100pc{width:100%}.tam85pc{width:85%}.alt100pc{height:100%}.tam35x100px{width:100%;height:50px}.alt40{height:40px}.tam96pc{width:98%}.w96{width:96%}.w49{width:49%}.tam50pc{width:50%}.tam45pc{width:39%}.tam40pc{width:37%}.tam30pc{width:30%}.tam20pc{width:20%}.tam140x40{width:140px;height:40px}.tam159{width:159px}.tam139{width:139px}.tam40{width:40px;height:40px}.tam30{height:30px}.tam20{width:20px;height:20px}.tam199{width:199px}.alt35{height:35px}.alt20{height:20px}.alt26{height:26px}.alt75{height:75px}.alt95{height:95px}.alt146{height:146px}.tam70x70{width:70px;height:60px}.foto60x60{width:60px;height:60px;border-radius:60px}.foto72x72{width:72px;height:72px;border-radius:72px}.foto48x48{width:48px;height:48px;border-radius:48px}.bordaBotao30x30,.botao30x30{width:40px;height:40px;border-radius:40px;display:flex;flex-direction:row;justify-content:center;align-items:center}.bordaBotao30x30{padding:10px}.botao50x50{width:50px;height:50px;border-radius:50px;display:flex;flex-direction:row;justify-content:center;align-items:center}.bordaBotao50x50{width:60px;height:60px;border-radius:60px;padding:10px}.tam104x104{width:104px}.alt25{height:25px}.tam40x180{width:40px;height:180px}.tam1164{width:1164px}.tam582x190{width:582px;height:190px}.tam90x90{width:90px;height:90px}.tam582{width:582px;height:10px;background-color:#ffc}.tam406x305{width:420px;height:305px}.tam600x300{width:600px;height:300px}.tam600x100{width:600px;height:100px}.tam184x305{width:175px;height:305px}.tam184x72{width:175px;height:72px}.tam136x48{width:136px;height:48px}.tam72x72{width:72px;height:72px}.tam48x48{width:48px;height:48px}.botaoTeclado{width:72px;height:72px;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3));box-shadow:inset 0 1px 2px 0 hsla(0,0%,100%,.2),inset 0 -2px 2px 0 rgba(0,0,0,.75)}.botaoTeclado:hover{top:-1px;left:-1px;background:linear-gradient(180deg,#3c3c3c,#000)}.botaoTeclado:active,.botaoTeclado:hover{position:relative;box-shadow:inset 1px 1px 2px 0 hsla(0,0%,100%,.2),inset -2px -2px 2px 0 rgba(0,0,0,.5)}.botaoTeclado:active{top:1px;left:1px;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3))}.botaoTecladoLigar{width:72px;height:72px;background-color:hsla(0,0%,100%,.15);box-shadow:inset 1px 1px 2px 0 hsla(0,0%,100%,.2),inset -2px -2px 2px 0 rgba(0,0,0,.5)}.botaoTecladoLigar:hover{top:-1px;left:-1px;background-color:hsla(0,0%,100%,.3)}.botaoTecladoLigar:active,.botaoTecladoLigar:hover{position:relative;box-shadow:inset 1px 1px 2px 0 hsla(0,0%,100%,.2),inset -2px -2px 2px 0 rgba(0,0,0,.5)}.botaoTecladoLigar:active{top:1px;left:1px;background-color:rgba(40,167,69,.3)}.sombraDiscreta{box-shadow:0 5px 5px 0 rgba(0,0,0,.5)}.sombraSuperior{box-shadow:0 -5px 10px 0 rgba(0,0,0,.15)}.botaoTecladoPausa{width:72px;height:72px;background-color:rgba(254,148,39,.3)}.botaoTecladoPausa:hover{position:relative;top:-1px;left:-1px;background-color:#fe9427}.botaoTecladoPausa:active{position:relative;top:1px;left:1px;background-color:#fe9427}.botaoListPausa{color:#9e9e9e;text-transform:uppercase}.botaoListPausa:hover{position:relative;top:-1px;left:-1px;background-color:#fe9427}.botaoListPausa:active{position:relative;top:1px;left:1px;background-color:#fe9427}.botaoTecladoDesligar{width:72px;height:72px;background-color:rgba(217,23,31,.3)}.botaoTecladoDesligar:hover{position:relative;top:-1px;left:-1px;background-color:rgba(217,23,31,.5)}.botaoTecladoDesligar:active{position:relative;top:1px;left:1px;background-color:rgba(217,23,31,.3)}.tam112x72{width:100px;height:72px}.tam72x48{width:72px;height:48px}.tam360x170{width:360px;height:170px}.tam360x870{width:360px;height:1040px}.width40{width:40px}.tam210{width:200px}.alt635{height:635px;overflow:hidden}.alt689{height:689px;overflow:hidden}.alt760{height:760px;overflow:hidden}.alt780{height:780px;overflow:hidden}.alt360{height:440px;overflow:hidden}.alt235{height:235px}.alt471{height:711px}.alt533{height:533px}.alt353{height:353px}.alt174{height:174px}.tam174{width:174px}.tam168{width:168px}.tam175{width:175px}.tam260{width:260px}.tam88{width:88px}.alt50{height:50px}.alt5{height:5px}.alt30{height:30px}.alt532{height:532px}.alt100{height:100px}.alt10{height:10px}.alt65{height:65px}.alt39{height:39px}.tam53{width:53px}.tam30{width:30px}.tam109x109{width:105px;height:84px}.alt23{height:15px}.alt34{height:34px}.alt172{height:172px}.pretoA010{background-color:rgba(0,0,0,.1)}.dropdown{display:inline-block;position:relative}.dd-button{display:inline-block;border:1px solid grey;border-radius:4px;padding:10px 30px 10px 20px;background-color:#fff;cursor:pointer;white-space:nowrap}.dd-button:after{content:"";position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.dd-button:hover{background-color:#eee}.dd-input{display:none}.dd-menu{position:absolute;top:100%;border:1px solid #ccc;border-radius:4px;padding:0;margin:2px 0 0;box-shadow:0 0 6px 0 rgba(0,0,0,.1);background-color:#fff;list-style-type:none}.dd-input+.dd-menu{display:none}.dd-input:checked+.dd-menu{display:block}.dd-menu li{padding:10px 20px;cursor:pointer;white-space:nowrap}.dd-menu li:hover{background-color:#f6f6f6}.dd-menu li a{display:block;margin:-10px -20px;padding:10px 20px}.dd-menu li.divider{padding:0;border-bottom:1px solid #ccc}.custom-select-no-style{-webkit-appearance:none;appearance:none;background:none;border:1px solid #ccc;padding:5px;border-radius:4px}.notes-list-header-icons{background:#fff;border-radius:100%;padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;&:hover{background:#ececec}}.notes-filter-input{padding:10px}.notes-filter-input,.notes-filter-select{background:#eee;width:100%;height:40px;text-align:start;border-radius:4px}.notes-filter-select{--styled-select-placeholder__color:#ababab;-styled-select-placeholder__line-height:15px;--styled-select-arrow__color:#a5a5a5}.notes-day-filter-button{background:#424242;color:#fff;padding:5px 15px;border-radius:8px;font-size:.8325rem;cursor:pointer}.brancoLight{background:hsla(0,0%,100%,.2)}.styled-wrapper .react-autosuggest__input{width:444px;background-color:initial;border:1px solid #1e4a5f;border-radius:100px;padding-block:10px;color:#fff}.styled-wrapper .react-autosuggest__container--open .react-autosuggest__suggestions-container{display:block;position:absolute;width:444px;font-family:"Roboto",sans-serif;font-weight:500;font-size:12px;border-radius:0 0 12px 12px;border:1px solid #1e4a5f;z-index:9999;text-align:center;cursor:pointer}.styled-wrapper .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar{width:8px}.styled-wrapper .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-track{background:#272622}.styled-wrapper .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb{background-color:#4a4a4a;border-radius:10px}.styled-wrapper .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb:hover{background-color:#6b6b6b}.styled-wrapper .react-autosuggest__suggestion{background:#071124;color:#fff;justify-self:flex-start;padding:5px 10px;text-align:left;width:100%;overflow:hidden;text-wrap:wrap}.styled-wrapper .react-autosuggest__suggestion:hover{background:#1e4a5f}.styled-wrapper .react-autosuggest__suggestion .highlight{background-color:#fff;color:#03608b}.styled-unidade-morador{display:flex;justify-content:center;align-items:center;height:100%}.styled-unidade-morador .react-autosuggest__container{height:100%}.styled-unidade-morador .react-autosuggest__input{height:100%;padding:0 10px;background-color:initial;border:none;line-height:17px;width:50px;display:flex;justify-content:center;align-items:center;color:branco;font-weight:500;font-size:12px}.styled-unidade-morador .react-autosuggest__container--open .react-autosuggest__suggestions-container{display:block;position:absolute;top:40px;left:0;right:0;font-family:"Roboto",sans-serif;font-weight:500;font-size:12px;border-radius:0 0 12px 12px;border:1px solid #1e4a5f;z-index:99999;text-align:center;cursor:pointer}.styled-unidade-morador .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar{width:8px}.styled-unidade-morador .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-track{background:#272622}.styled-unidade-morador .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb{background-color:#4a4a4a;border-radius:10px}.styled-unidade-morador .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb:hover{background-color:#6b6b6b}.styled-unidade-morador .react-autosuggest__suggestion{background:#071124;color:#fff;justify-self:flex-start;padding:5px;text-align:left;width:100%;overflow:hidden;text-wrap:wrap}.styled-unidade-morador .react-autosuggest__suggestion:hover{background:#1e4a5f}.styled-unidade-morador .react-autosuggest__suggestion .highlight{background-color:#fff;color:#03608b}.styled-documento{display:flex;justify-content:center;align-items:center;height:100%}.styled-documento .react-autosuggest__container{height:100%}.styled-documento .react-autosuggest__input{height:100%;padding:0 10px;background-color:transparent;line-height:17px;width:100px;display:flex;justify-content:center;align-items:center;color:branco;font-weight:500;font-size:12px;border:none}.styled-documento .react-autosuggest__container--open .react-autosuggest__suggestions-container{display:block;position:absolute;top:40px;left:0;right:0;font-family:"Roboto",sans-serif;font-weight:500;font-size:12px;border-radius:0 0 12px 12px;border:1px solid #1e4a5f;z-index:99999;text-align:center;cursor:pointer}.styled-documento .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar{width:8px}.styled-documento .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-track{background:#272622}.styled-documento .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb{background-color:#4a4a4a;border-radius:10px}.styled-documento .react-autosuggest__container--open .react-autosuggest__suggestions-container::-webkit-scrollbar-thumb:hover{background-color:#6b6b6b}.styled-documento .react-autosuggest__suggestion{background:#071124;color:#fff;justify-self:flex-start;padding:5px 10px;text-align:left;width:100%;overflow:hidden;text-wrap:wrap}.styled-documento .react-autosuggest__suggestion:hover{background:#1e4a5f}.styled-documento .react-autosuggest__suggestion .highlight{background-color:#fff;color:#03608b}