body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body{background-color:#fbfcfe}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background-color:#393e46;border-radius:100vw;margin-block:2px}::-webkit-scrollbar-thumb{background-color:#00adb5;border-radius:100vw;border:1px solid #393e46}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background-color:#00c0c9}@supports (scrollbar-color:red blue){*{scrollbar-width:thin;scrollbar-color:#00adb5 #393e46}}.ant-breadcrumb{font-size:18px}.MuiTablePagination-displayedRows{margin-bottom:0}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}to{-webkit-transform:rotate(1turn) scale(1.1);transform:rotate(1turn) scale(1.1)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}to{-webkit-transform:rotate(1turn) scale(1.1);transform:rotate(1turn) scale(1.1)}}.ant-layout-header.header-cti{background-color:#222831;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.ant-layout-header.header-cti .logo-title{color:#00adb5;font-size:28px;font-weight:900}.ant-layout-header.header-cti .settings-btn{color:#00adb5;font-size:28px;cursor:pointer;-webkit-transform:rotate(0deg),scale(1);transform:rotate(0deg),scale(1)}.ant-layout-header.header-cti .settings-btn:hover{color:lighter(#00adb5,5%)}.ant-layout-header.header-cti .settings-btn:hover svg{-webkit-animation:rotate 1s;animation:rotate 1s}.ant-layout-header.header-cti .settings-btn:active{color:#00959c}.prediction-wrapper{-webkit-clip-path:polygon(0 0,100% 0,45% 100%,0 100%);clip-path:polygon(0 0,100% 0,45% 100%,0 100%);padding-left:0;transition:all 1s;color:#fff;font-size:14px;font-weight:600;position:relative;width:120px;display:block;min-height:82px}.prediction-wrapper .prediction-text{display:inline-block;bottom:30px;left:0}.prediction-wrapper.malware:after,.prediction-wrapper .prediction-text{-webkit-transform:rotate(-51deg);transform:rotate(-51deg);position:absolute}.prediction-wrapper.malware:after{content:"Malware";top:26px;left:20px;background-color:#e9e514;color:#000;width:100%;overflow:hidden;text-align:center;padding-bottom:20px;outline:3px solid #e9e514}.ant-layout{min-height:100vh;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative}.info-card{width:220px}.custom-card-wrapper{display:flex;flex-direction:column;border-radius:10px;background:#fff}.custom-card-wrapper .custom-card-body,.custom-card-wrapper .custom-card-header{padding:10px}.custom-card-wrapper .custom-card-title{font-weight:700;color:#222831;font-size:1.15rem}.custom-card-wrapper .custom-card-subtitle{color:#00adb5}.custom-card-wrapper .custom-card-header{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;border-radius:10px 10px 0 0}.custom-card-wrapper .custom-card-body{display:flex;flex-direction:row;justify-content:space-around;border-radius:0 0 10px 10px;grid-gap:10px;gap:10px}.custom-card-wrapper .custom-card-body .card-inside{padding:20px;border-radius:10px;display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;width:80px}.custom-card-wrapper .custom-card-body .card-inside .custom-card-body-header{font-size:1.05rem;color:#fff;font-weight:bolder}.custom-card-wrapper .custom-card-body .card-inside .custom-card-body-text{font-size:.85rem;color:#fff}.custom-card-wrapper .custom-card-body .card-active{background-color:#00adb5}.custom-card-wrapper .custom-card-body .card-total{background-color:#222831}.chart-container{background-color:#fff;border-radius:20px}.chart-container,.chart-header{display:flex;flex-direction:column}.chart-header{justify-content:center;align-items:center}.chart-btn-group{display:flex;flex-direction:row;margin:10px 0 0;justify-content:flex-end;width:100%;padding:0 10px}.chart-btn-group button:first-child{border-radius:4px 0 0 4px}.chart-btn-group button:last-child{border-radius:0 4px 4px 0}.chart-btn{color:#00adb5;background-color:#fff;border:1px solid #00adb5;cursor:pointer}.chart-btn:hover{background-color:#00adb5;color:#fff}.chart-btn.active,.chart-btn:active{background-color:#00959c;color:#fff}.chart-title{font-size:1.15rem;font-weight:700;color:#222831}.chart-body{display:flex;flex-direction:row;justify-content:center;align-items:center}.chart{height:200px;width:100%;padding:0 10px 10px}.chart .echarts-for-react{height:200px!important}th.MuiTableCell-root>span.MuiButtonBase-root.MuiTableSortLabel-root>svg.MuiSvgIcon-root{color:#eee;opacity:1;font-size:24px}th.MuiTableCell-root>span.MuiButtonBase-root.MuiTableSortLabel-root.Mui-active>svg.MuiSvgIcon-root{color:#00adb5;opacity:1}th.MuiTableCell-root{-webkit-user-select:none;-ms-user-select:none;user-select:none}.statistic-wrapper{display:flex;flex-direction:row;grid-gap:20px;gap:20px}.statistic-tag{border-radius:4px;padding:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100px}.statistic-number{font-weight:600;font-size:1rem}.statistic-desc{font-size:.85rem}.dates-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:100px;gap:100px;align-items:center;margin-top:20px}.date-picker-wrapper,.date-range-wrapper{display:flex;flex-direction:row;align-items:center;grid-gap:20px;gap:20px}.date-picker-title,.date-range-title{font-size:16px;color:#393e46;font-weight:600}.date-range-btn-group{display:flex;flex-direction:row}.date-range-btn-group button{width:65px}.date-range-btn-group button:first-child{border-radius:4px 0 0 4px}.date-range-btn-group button:last-child{border-radius:0 4px 4px 0}.date-range-btn{border:1px solid #00adb5;color:#00adb5;background-color:#fff;transition:all .5s;cursor:pointer;padding:6.5px 6px}.date-range-btn:hover{color:#fff;background-color:#00c5cf}.date-range-btn.active,.date-range-btn:active{color:#fff;background-color:#00959c}.DateRangePicker{z-index:3}.DateRangePicker #start-date-id{font-size:16px;line-height:18px;padding:8px;width:100px;cursor:not-allowed;color:#7c7c7c}.DateRangePicker #end-date-id{font-size:16px;line-height:18px;padding:8px;width:100px;cursor:pointer}.DateRangePicker .DateInput{width:100px}@media screen and (max-width:800px){.map-container{height:-webkit-max-content;height:max-content;border-radius:4px}.map-container .leaflet-container{height:400px;border-radius:0 0 10px 10px}}@media screen and (min-width:800px) and (max-width:1200px){.map-container{border-radius:4px}.map-container .leaflet-container{height:400px;width:400px;border-radius:0 0 10px 10px}}@media screen and (min-width:1200px) and (max-width:1400px){.map-container{border-radius:4px}.map-container .leaflet-container{height:400px;width:400px;border-radius:0 0 10px 10px}}@media screen and (min-width:1400px){.map-container{border-radius:4px}.map-container .leaflet-container{height:400px;width:400px;border-radius:0 0 10px 10px}}.alerts-table-session{margin-top:20px}.alerts-table-session thead th{z-index:2!important}.alerts-table-ip table:first-child thead:first-child th{z-index:4}@media screen and (min-width:800px){.alert-legend-container{justify-content:center;display:flex;align-items:center;height:40px}}@media screen and (max-width:800px) and (min-width:550px){.alert-legend-container{justify-content:flex-start;display:flex;align-items:center;height:40px}}@media screen and (max-width:550px){.alert-legend-container{margin-top:40px!important;justify-content:flex-start;display:flex;align-items:center;height:40px}}.alert-table-header{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:10px 0;align-items:center;color:#222831}.alert-table-header .MuiFormControl-root #search-alerts-label.Mui-focused{color:#00adb5}.alert-table-header .MuiFormControl-root .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#00adb5;border-width:2px}.alert-table-group-type-title{font-size:15px;color:#393e46;font-weight:600}.alert-table-group-type-btn-wrapper button:first-child{border-radius:4px 0 0 4px}.alert-table-group-type-btn-wrapper button:first-child.active{border-right:none}.alert-table-group-type-btn-wrapper button:last-child{border-radius:0 4px 4px 0}.alert-table-group-type-btn-wrapper button:last-child.active{border-left:none}.alert-table-group-type-wrapper{display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:center}.alert-table-group-type-btn{border:1px solid #00adb5;color:#00adb5;font-weight:600;background-color:#fff;cursor:pointer;padding:4px 8px}.alert-table-group-type-btn:hover{background-color:#00c5cf;color:#fff}.alert-table-group-type-btn.active,.alert-table-group-type-btn:active{background-color:#00959c;color:#fff}.alert-legend-wrapper{display:flex;flex-direction:row;grid-gap:8px;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;flex-wrap:wrap}.alert-legend-item{display:flex;align-items:center;grid-gap:2px;gap:2px}.alert-legend-icon{width:15px;height:15px;border-radius:15px}button.ant-btn.ant-btn-primary.ant-btn-sm.custom-secondary-btn{background-color:#00adb5;border-color:#00adb5;border-radius:4px;display:inline-flex;align-items:center;grid-gap:1px;gap:1px}button.ant-btn.ant-btn-primary.ant-btn-sm.custom-secondary-btn:disabled{background-color:#afafaf}button.ant-btn.ant-btn-primary.ant-btn-sm.custom-secondary-btn:hover:enabled{background-color:#00c5cf}button.ant-btn.ant-btn-primary.ant-btn-sm.custom-secondary-btn:active:enabled{background-color:#00959c}.CalendarDay__selected_span{background:#00c5cf;color:#fff;border:1px solid #eee}.CalendarDay__selected_span:hover{background:#00dee8}.CalendarDay__selected{background:#00adb5;color:#fff}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover,.CalendarDay__selected:hover{background:#00dee8;color:#fff}.MuiTablePagination-selectLabel{margin-bottom:0}.custom-pagination-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:20px}.pagination-wrapper{display:flex;flex-direction:row;grid-gap:5px;gap:5px;list-style:none}.pagination-wrapper li{font-weight:700}.pagination-wrapper li>a{padding:10px;border-radius:5px;font-size:14px;border:1px solid #222831;background-color:transparent;color:#222831;transition:all .2s;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.pagination-wrapper li>a:hover{background-color:#2a323d;color:#fff}.pagination-wrapper li.selected>a,.pagination-wrapper li>a:active{background-color:#1e232b;color:#fff}.pagination-wrapper li.disabled>a{background-color:rgba(0,0,0,.04);color:rgba(0,0,0,.5);border:1px solid rgba(0,0,0,.5);cursor:default}.pagination-wrapper li.disabled>a:active,.pagination-wrapper li.disabled>a:hover{background-color:rgba(0,0,0,.04);color:rgba(0,0,0,.5);border:1px solid rgba(0,0,0,.3)}#alerts-size-selector div.MuiOutlinedInput-root.Mui-focused fieldset.MuiOutlinedInput-notchedOutline{border-color:#222831!important;border-radius:4px}#alerts-size-selector div.MuiOutlinedInput-root{height:40px}#alerts-size-selector div.MuiOutlinedInput-root div{width:60px}.table-total-results{font-weight:700;font-size:.85rem;display:flex;flex-direction:row;grid-gap:5px;gap:5px;align-items:center}@media screen and (max-width:991px){.map-container{margin-top:20px}}.ant-popover-inner{border-radius:20px}.ant-popover-inner-content{padding:0;border-radius:20px}.settings-drawer .MuiPaper-root{width:400px;padding:20px}.ant-message{z-index:2000}.form-item-wrapper{display:flex}.form-item-wrapper.vertical{flex-direction:column;grid-gap:5px;gap:5px}.form-item-wrapper.horizontal{flex-direction:row;align-items:center;grid-gap:5px;gap:5px}.form-item-wrapper.horizontal .form-item-label:after{content:":"}.form-item-wrapper.horizontal .form-item-input{flex:1 1}.form-item-wrapper .form-item-label{font-weight:600;font-size:14px;width:155px}.form-item-wrapper .form-item-input{border-radius:4px;box-shadow:none;padding:5px 10px;border:1px solid #00adb5;font-size:13px;resize:none;color:#727272}.form-item-wrapper .form-item-input:focus{outline:1px solid #00c5cf}.form-item-header{display:flex;align-items:center;grid-gap:10px;gap:10px}.form-api-wrapper{display:flex;flex-direction:column;grid-gap:25px;gap:25px}.save-api-keys-btn{color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:35px;max-width:100px;position:relative;text-transform:uppercase;background-color:#00adb5;border-radius:4px;width:100%}.save-api-keys-btn,.save-api-keys-btn:hover{text-decoration:none}.btn-4{border:1px solid;overflow:hidden}.btn-4 span{z-index:20}.btn-4:after{background:#fff;content:"";height:155px;left:-75px;opacity:.2;position:absolute;top:-50px;-webkit-transform:rotate(35deg);transform:rotate(35deg);width:50px;z-index:1}.btn-4:after,.btn-4:hover:after{transition:all .55s cubic-bezier(.19,1,.22,1)}.btn-4:hover:after{left:120%}.loading-tag{background-color:#00adb5!important;color:#fff;margin:0}.ReactCollapse--collapse{transition:height .5s}.table-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid #888;padding:0 0 10px;width:100%}.table-header-collapse-btn{border-radius:20px;padding:0 10px;border:1px solid #222831;display:flex;align-items:center;justify-content:center;transition:all .5s;cursor:pointer}.table-header-collapse-btn svg{width:20px;height:20px;color:#222831}.table-header-collapse-btn:hover{background-color:#222831}.table-header-collapse-btn:hover svg{color:#fff}.table-header-collapse-btn:active{background-color:#1a1e25}.table-header-collapse-btn:active svg{color:#fff}.table-header-help-icon{color:#222831;border:1px solid #222831;padding:0 10px;border-radius:20px;display:flex;align-items:center;justify-content:center}.table-header-help-icon svg{width:20px;height:20px}.settings-switch.ant-switch-checked{background-color:#00adb5}
/*# sourceMappingURL=main.ece51b48.chunk.css.map */