.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}
.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}
.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
.App{color:var(--color-text)}

.rcs-custom-scroll{min-height:0;min-width:0}.rcs-custom-scroll .rcs-outer-container{overflow:hidden}.rcs-custom-scroll .rcs-outer-container .rcs-positioning{position:relative}.rcs-custom-scroll .rcs-outer-container:hover .rcs-custom-scrollbar{opacity:1;transition-duration:0.2s}.rcs-custom-scroll .rcs-inner-container{overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch}.rcs-custom-scroll .rcs-inner-container:after{content:'';position:absolute;top:0;right:0;left:0;height:0;background-image:linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 60%, rgba(0,0,0,0) 100%);pointer-events:none;transition:height 0.1s ease-in;will-change:height}.rcs-custom-scroll .rcs-inner-container.rcs-content-scrolled:after{height:5px;transition:height 0.15s ease-out}.rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-inner-container{-webkit-user-select:none;user-select:none}.rcs-custom-scroll .rcs-custom-scrollbar{position:absolute;height:100%;width:6px;right:3px;opacity:0;z-index:1;transition:opacity 0.4s ease-out;padding:6px 0;box-sizing:border-box;will-change:opacity;pointer-events:none}.rcs-custom-scroll .rcs-custom-scrollbar.rcs-custom-scrollbar-rtl{right:auto;left:3px}.rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-custom-scrollbar{opacity:1}.rcs-custom-scroll .rcs-custom-scroll-handle{position:absolute;width:100%;top:0}.rcs-custom-scroll .rcs-inner-handle{height:calc(100% - 12px);margin-top:6px;background-color:rgba(78,183,245,0.7);border-radius:3px}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Plaax;src:url(/static/media/plaax-26-ney-light-205tf.66e71fc66e7a8d9b6d69.woff2) format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:Plaax;src:url(/static/media/plaax-26-ney-regular-205tf.af631592a47525c1cd94.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:Plaax;src:url(/static/media/plaax-26-ney-bold-205tf.65395f4c31088f5f8731.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:Plaax;src:url(/static/media/plaax-26-ney-heavy-205tf.38c8a95eac127e44efd9.woff2) format("woff2");font-display:swap;font-weight:900;font-style:normal}:root{--color-page-background: black;--color-widget-background: #1c1c1e;--color-widget-block-background: #262626;--color-chart-area: #383838;--color-text: white}.light{--color-page-background: #f4f6fb;--color-widget-background: white;--color-widget-block-background: #f9f7f7;--color-chart-area: #e6e6e6;--color-text: #454545}html{font-size:62.5%}body{font-family:"Plaax", -apple-system, Tahoma, Arial, Verdana, sans-serif;font-size:1.6rem;font-weight:500}h1,h2,h3{margin:0;margin-bottom:20px}h1{font-size:3.2rem;font-weight:700}h2{font-size:1.8rem;font-weight:700}h3{font-size:1.8rem;font-weight:700}.sub-label{font-weight:400;font-size:1.6rem;opacity:0.6}html{font-size:50%}@media only screen and (min-width: 1000px){html{font-size:62.5%}}body{background-color:black;background-color:var(--color-page-background);margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.mobile .go-back{display:none}.App{color:white;color:var(--color-text)}.header{align-items:center;display:flex;justify-content:space-between;margin:5px 10px;margin-bottom:0}.header__align-left{display:flex;align-items:center;overflow:hidden;height:50px}.header__align-center{display:flex;max-width:100px}.header__nav{display:flex;margin-top:5px;margin-left:20px}.header__nav .nav{width:10px;height:10px;box-sizing:border-box;padding:0;border:1px solid white;border:1px solid var(--color-text);background:white;background:var(--color-text);opacity:0.2;border-radius:50%;margin:0 5px;cursor:pointer;transition:background-color 0.3s ease}.header__nav.active-1 .nav1{background:white;background:var(--color-text);opacity:1}.header__nav.active-2 .nav2{background:white;background:var(--color-text);opacity:1}.header__nav.active-3 .nav3{background:white;background:var(--color-text);opacity:1}.header__brands{display:flex}.header__brands .header-brand:not(:last-child){margin-right:10px}.header__info{margin-left:20px;overflow:hidden;text-overflow:ellipsis;align-self:center}.header-brand{width:50px;height:50px}.header-brand img{width:50px;height:50px}.dashboard-navigation-wrapper{width:400px;margin-left:20px;display:flex}.dashboard-navigation-container{width:350px}.prev-dashboard-button{width:20px;padding:9px 5px;border-radius:4px;text-align:center;cursor:pointer;margin-right:-1px}.prev-dashboard-button:hover{background-color:#3b3b3b}.prev-dashboard-button.disabled{cursor:not-allowed}.light .prev-dashboard-button:hover{background-color:#d4d4d4}.next-dashboard-button{width:20px;padding:9px 5px;border-radius:4px;text-align:center;cursor:pointer;margin-left:-1px}.next-dashboard-button:hover{background-color:#3b3b3b}.select-dashboard-container{border-radius:4px}.select-dashboard-container:hover{background-color:#3b3b3b !important;cursor:pointer !important}.light .select-dashboard-container{border-radius:4px}.light .select-dashboard-container:hover{background-color:#e8e8e8 !important;cursor:pointer !important}.select-dashboard__control{background-color:inherit !important;border:1px solid #262626 !important;cursor:pointer !important}.select-dashboard__indicator-separator{background-color:rgba(0,0,0,0) !important}.select-dashboard__value-container>div{color:inherit !important}.select-dashboard__single-value{color:inherit !important;cursor:pointer !important;height:23px}.select-dashboard__option{cursor:pointer !important}@keyframes loaderspin{100%{transform:rotate(360deg)}}.loading-sign{padding:4px 10px;display:inline-block}.loading-sign .loading-sign__spinner{display:inline-block;vertical-align:middle;pointer-events:none;width:15px;height:15px;border:4px solid rgba(231,231,231,0.2);border-top-color:#b1b1b1;border-radius:50%;margin:0 .5em 0 0;animation:loaderspin 1s linear infinite}@media only screen and (max-width: 1000px){.prev-dashboard-button{padding:12px 5px}.next-dashboard-button{padding:12px 5px}.select-dashboard-__single-value{height:18px}}@media only screen and (max-width: 640px){.prev-dashboard-button{display:none}.next-dashboard-button{display:none}.dashboard-navigation-wrapper{width:75%}}@media only screen and (max-width: 500px){.dashboard-navigation-wrapper{width:70%}}.notice{background:#1c1c1e;border-top:2px solid #ffb200;padding:40px 30px 40px 100px;position:fixed;z-index:1000;bottom:0;right:0;width:480px}.notice svg{position:absolute;top:46px;left:39px}.grid__element{background-color:#1c1c1e;background-color:var(--color-widget-background);border:1px solid #1c1c1e;border:1px solid var(--color-widget-background);width:100%}.grid__element__container{box-sizing:border-box;height:100%;padding:10px}.not-found{width:100%;height:100vh;background-color:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center}.not-found__content{display:inline-block;color:#1c1c1e}.not-found__content h2{margin-bottom:10px}.not-found__content p{margin-top:0;margin-bottom:10px}.not-found__content a{display:block;margin-bottom:30px}.not-found__content svg{width:214px;height:30px}.list-widget{height:100%;position:relative;overflow:hidden}.list-widget .rcs-inner-handle{background-color:#8d8d8d;opacity:0.35}.list-widget__fields{display:flex;justify-content:space-between;margin-bottom:10px;padding-left:10px}.list-widget__heading{display:flex;flex-direction:column}.list-widget__heading-headers{display:flex;flex-direction:row;gap:1em}.list-widget__heading-headers.dynamic-flex-1{flex:1 1}.list-widget__heading-headers.dynamic-flex-2{flex:2 1}.list-widget__heading-headers.dynamic-flex-3{flex:3 1}.list-widget__heading-headers.dynamic-flex-4{flex:4 1}.list-widget__heading-headers.dynamic-flex-5{flex:5 1}.list-widget__heading-headers.dynamic-flex-6{flex:6 1}.list-widget__heading-headers.dynamic-flex-7{flex:7 1}.list-widget__heading-headers.dynamic-flex-8{flex:8 1}.list-widget__heading-header{flex:5 1}.list-widget__heading-right{display:flex;align-self:stretch}@media only screen and (min-width: 1000px){.list-widget__heading-right{margin-top:0.5em}}.list-widget__title{font-size:2rem;line-height:2.2rem;margin:0 0 7px;flex:1 1}.list-widget__subtitle{font-size:1.2rem;line-height:1rem}.list-widget__extra-info{font-size:1.2rem;line-height:1rem;margin-left:5px;padding-bottom:15px;color:#8d8d8d;text-transform:capitalize}.list-widget__brands{display:flex;position:relative;top:-4px;margin-left:10px}.list-widget__brands .list-widget-brand:not(:last-child){margin-right:5px}.list-widget__list{height:calc(100% - 20px)}.list-widget .legend{list-style:none;display:flex;flex-direction:row;margin:0;padding:0}.list-widget .legend__item{font-size:1.2rem;line-height:1rem;flex:1 0 auto;margin-right:7px}.list-widget .legend__item span{color:#8d8d8d}@media only screen and (max-width: 999px){.list-widget .legend__item span{font-size:1rem}}.list-widget .legend__item::before{content:"";display:inline-block;width:10px;height:10px;margin-right:5px;border-radius:50%;background:currentColor;vertical-align:middle}@media only screen and (max-width: 999px){.list-widget .legend__item::before{width:8px;height:8px}}.list-widget .legend-totals{order:1}.list-widget .legend-totals::before{background:#652bff}.list-widget .legend-web{order:2}.list-widget .legend-web::before{background:#ff7c01}.list-widget .legend-app{order:3}.list-widget .legend-app::before{background:#fe074e}.list-widget-stat-heading{color:#8d8d8d;font-size:1rem;text-align:left;padding-bottom:2px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;flex:1 1;-webkit-user-select:none;user-select:none}.list-widget-stat-heading.sorted{font-weight:bold}.list-widget-stat-heading.sortable{cursor:pointer}.list-widget-brand{width:20px;height:20px}.list-widget-brand img{width:100%;height:auto}.list-item{background-color:#262626;background-color:var(--color-widget-block-background);text-align:left;display:flex;flex-direction:column;align-items:center;padding:0 0 0 10px;padding-bottom:5px;position:relative;margin-bottom:8px}.list-item__header{display:flex;flex:5 1;overflow:hidden;align-items:center}.list-item__extra{display:flex;align-items:center}@media only screen and (max-width: 999px){.list-item__extra{display:none}}.list-item__title{font-weight:400;padding-right:20px;padding-bottom:10px;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.list-item__paid{width:0;height:0;border-style:solid;border-width:0 32px 32px 0;border-color:transparent #fe074e transparent transparent;position:absolute;right:0;top:0}.list-item__paid:after{width:0;height:0;color:#fff;content:'P';position:relative;left:19px;top:0;font-weight:500;font-size:16px;font-family:sans-serif}.list-item__timeframe{color:#8d8d8d;font-size:1.2rem;line-height:1rem;margin-left:-20px;margin-right:15px}.list-item__author{color:#8d8d8d;font-size:1.2rem;line-height:1rem;margin-left:15px}.list-item__row{display:flex;align-items:stretch;font-size:1.6rem;line-height:1.2rem;flex-direction:row;width:100%}.list-item__row--social-icons{display:flex;flex-direction:row;padding-bottom:0;margin-left:40px;align-items:center;justify-content:flex-start}.list-item__row--social-icons .user-needs-flag{background-color:#723db7;font-size:1rem;margin-right:10px;padding:2px;border-radius:2px;color:#ffffff}.list-item__arrow{margin-right:10px;margin-top:5px;width:16px;height:12px;transform:translateY(-2px)}.list-item .icon{margin-right:10px;opacity:0.25}.list-item .icon.active{opacity:1}.list-item .icon.hidden{display:none}.list-item__brand{top:-3px;position:relative;margin:0 3px}.list-item__brand img{width:20px;height:20px}.list-item__section{margin:0 3px;padding-bottom:10px;white-space:nowrap}.list-item__section .single-section{display:block;font-size:12px;line-height:1}.list-item__actions{margin:0 10px 0 20px;position:relative;top:-3px;font-size:1.2rem;line-height:1.2rem}.list-item__actions>span{border-radius:50%;background:#ff7c01;width:23px;height:23px;display:flex;align-items:center;justify-content:center;line-height:23px;color:#000}.list-item__actions>span>span{position:relative;top:-1px}.list-item h3{margin:0;font-size:1.6rem;line-height:1.6rem;color:white;color:var(--color-text)}@media only screen and (min-width: 1000px){.list-item h3{line-height:1.25rem}}.list-item h3 a{color:white;color:var(--color-text);transition:border 0.25s;text-decoration:none;border-bottom:1px solid transparent}.list-item h3 a:hover{border-bottom:1px solid white;border-bottom:1px solid var(--color-text)}.list-item p{font-weight:normal}.list-item-stats{display:flex;justify-content:space-between;gap:1em}.list-item-stats.dynamic-flex-1{flex:1 1}.list-item-stats.dynamic-flex-2{flex:2 1}.list-item-stats.dynamic-flex-3{flex:3 1}.list-item-stats.dynamic-flex-4{flex:4 1}.list-item-stats.dynamic-flex-5{flex:5 1}.list-item-stats.dynamic-flex-6{flex:6 1}.list-item-stats.dynamic-flex-7{flex:7 1}.list-item-stats.dynamic-flex-8{flex:8 1}.list-item-stat{display:flex;font-size:1.5rem;line-height:1.5rem;margin:0;text-align:left;padding-bottom:10px;flex:1 1;align-items:center}.list-item-stat.date{padding-bottom:5px}.current .list-item h3{font-size:2.3rem}@media only screen and (max-width: 999px){.current .list-item h3{font-size:1.6rem}}.current .list-item .list-item-stat{font-size:2.3rem}@media only screen and (max-width: 999px){.current .list-item .list-item-stat{font-size:1.6rem}}.current .list-item__timeframe{transform:scale(1.5)}@media only screen and (max-width: 999px){.current .list-item__timeframe{transform:scale(1)}}.list-item__line{width:100%;display:flex;height:5px;gap:2px;position:absolute;left:0;bottom:0}.list-item__line .line-segment{background-color:red;width:30%;border-radius:1px}.list-item__line .line-web{background-color:#652bff}.list-item__line .line-app{background-color:#ff7c01}.list-item__line .line-fb{background-color:#ff179c}.metric-widget{height:100%}.metric-widget__header{font-size:1.6rem}.metric-widget__heading{display:flex;flex-wrap:wrap;flex-direction:row}.metric-widget__title{font-size:2rem;line-height:2.2rem;width:100%;margin:0 0 7px}.metric-widget__subtitle{font-size:1.2rem;line-height:1rem}.metric-widget__extra-info{font-size:1.2rem;line-height:1rem;margin-left:5px;color:#8d8d8d;text-transform:capitalize}.metric-widget__brands{display:flex;position:absolute;top:10px;right:10px}.metric-widget__brands .metric-widget-brand:not(:last-child){margin-right:5px}.metric-widget__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;position:absolute;bottom:15px;left:10px}.metric-widget__content.small{bottom:15px;left:auto;left:initial;right:10px}.metric-widget__content__heading{font-size:5.5rem;line-height:4.6rem}.metric-widget-width-2 .metric-widget__content__heading{font-size:7.4rem;line-height:7.2rem}.metric-widget__content__heading.small{font-size:3.5rem;line-height:3.6rem}.metric-widget-width-2 .metric-widget__content__heading.small{font-size:5.4rem;line-height:2.2rem}.metric-widget__content__update{margin-top:10px;font-size:1.2rem;line-height:1rem;display:flex;align-items:center;overflow:hidden}.metric-widget__content__update .arrow{margin-right:3px}.metric-widget__content__update__trend-text{color:white;color:var(--color-text);margin-left:4px;white-space:nowrap}.metric-widget__content__update--negative{color:#fe074e}.metric-widget__content__update--positive{color:#60d470}.metric-widget .arrow{width:10px;height:10px;transform:translateY(2px)}.metric-widget__shape{position:absolute;bottom:10px;right:10px;height:auto;margin-top:-3%;width:30%;max-width:120px}.metric-widget-brand{width:20px;height:20px}.metric-widget-brand img{width:100%;height:auto}.linechart{height:100%;width:100%;overflow:hidden}.linechart__heading{display:flex;flex-wrap:wrap;flex-direction:column;flex:1 1}.linechart__heading-first-row{display:flex;flex-direction:row;align-items:center;z-index:999;background-color:#1c1c1e;background-color:var(--color-widget-background)}@media only screen and (max-width: 999px){.linechart__heading-first-row{flex-direction:column;align-items:flex-start}}.linechart__title{flex:1 1;font-size:2rem;line-height:2.2rem;margin:0 0 7px}.linechart__subtitle{font-size:1.2rem;line-height:1rem}.linechart__extra-info{font-size:1.2rem;line-height:1rem;margin-left:5px;color:#8d8d8d;text-transform:capitalize;padding:8px 0 15px}.linechart__brands{display:flex;position:relative;top:-4px;margin-left:10px}.linechart__brands .linechart-brand:not(:last-child){margin-right:5px}.linechart__heading-right{display:flex;align-self:stretch;margin-right:10px}.linechart .legend{list-style:none;display:flex;flex-direction:row;align-items:center;margin:0;padding:0}.linechart .legend__item{font-size:1.2rem;line-height:1rem;flex:1 0 auto;color:#8d8d8d}.linechart .legend__item:not(:first-child){margin:0 7px}.linechart .legend__item::before{content:"";display:inline-block;width:10px;height:10px;margin-right:5px;border-radius:50%;background:black;vertical-align:middle}.linechart .legend-totals{order:1}.linechart .legend-totals::before{background:#652bff}.linechart .legend-web{order:2}.linechart .legend-web::before{background:#ff7c01}.linechart .legend-app{order:3}.linechart .legend-app::before{background:#fe074e}.linechart .legend-target{order:1}.linechart .legend-target::before{background:#61d4e9}.linechart .legend-progress{order:2;margin-left:2rem !important}.linechart .legend-progress::before{background:#ff7c01}.linechart svg{overflow:visible}.linechart .domain{opacity:0}.linechart .tick line{opacity:0}.linechart .grid .tick line{opacity:0.3;stroke-dasharray:2 2;fill:white;fill:var(--color-text)}.linechart .now{stroke-width:1;color:white;color:var(--color-text);stroke:white;stroke:var(--color-text)}.linechart .goal-now{stroke-width:1;color:#8d8d8d;stroke:#8d8d8d;stroke-dasharray:4 4}.linechart .goal-target{stroke-width:1;color:white;color:var(--color-text);stroke:white;stroke:var(--color-text)}.linechart .goal-precalc{stroke-width:1;color:#61d4e9;stroke:#61d4e9}.linechart .line-app{stroke:#fe074e;stroke-width:3}.linechart .line-web{stroke:#ff7c01;stroke-width:3}.linechart .line-totals{stroke:#652bff;stroke-width:3}.linechart .goal-line{stroke:#ff7c01;stroke-width:3}.linechart .lineRange{fill:#383838;fill:var(--color-chart-area);stroke:#383838;stroke:var(--color-chart-area);opacity:0.9}.linechart .y-axis{transform:translateX(-20px)}.linechart-brand{width:20px;height:20px}.linechart-brand img{width:100%;height:auto}.notification-widget{height:100%;position:relative}.notification-widget .notification-widget__headline{margin-bottom:20px}.notification-widget .notification-widget__headline h2{font-size:2rem;line-height:2.2rem;width:100%;margin:0 0 7px;font-weight:400}.notification-widget .notification-widget__headline span{display:inline-block;margin-left:5px;color:#8d8d8d;font-size:1.2rem;line-height:1rem;text-transform:capitalize}.notification-widget .notification-widget__list{height:calc(100% - 20px)}.notification-widget .rcs-inner-handle{background-color:#8d8d8d;opacity:0.35}.notification-widget .notification-widget__item{background-color:#262626;background-color:var(--color-widget-block-background);padding:10px;margin-bottom:6px}.notification-widget .notification-widget__item .notification-widget__item-header{margin-bottom:8px}.notification-widget .notification-widget__item .notification-widget__item-header .notification-widget__icon{width:10px;height:10px;display:inline-block}.notification-widget .notification-widget__item .notification-widget__item-header .notification-widget__icon.circle{background-color:#ff7c01;border-radius:50%}.notification-widget .notification-widget__item .notification-widget__item-header .notification-widget__icon.bell svg path{fill:#61d4e9}.notification-widget .notification-widget__item .notification-widget__item-header .notification-widget__icon.tentacles svg path{fill:white;fill:var(--color-text)}.notification-widget .notification-widget__item .notification-widget__item-header .notification-widget__time{display:inline-block;color:#8d8d8d;font-size:1.2rem;line-height:1rem;margin-left:6px}.notification-widget .notification-widget__item .notification-widget__item-title{margin-bottom:8px}.notification-widget .notification-widget__item .notification-widget__item-title a{color:white;color:var(--color-text)}.notification-widget .notification-widget__item .notification-widget__item-subtitle{color:#8d8d8d;margin-bottom:8px}.notification-widget .notification-widget__item .notification-widget__item-subtitle a{color:#8d8d8d;text-decoration:none}.chart-container{position:relative;display:flex;justify-content:center;align-items:center;height:80%}.chart-container svg{position:absolute;z-index:-1}.chart-container .donut-chart{position:absolute}.chart-container .donut-chart .goal-end{box-sizing:border-box;position:absolute;left:50%;display:flex;align-items:center;justify-content:flex-end;padding-right:0.8em;font-size:large;font-weight:900;z-index:100}.chart-container .donut-chart .progress-head{z-index:50;position:absolute;left:50%}.chart-container .donut-chart .progress-head .circle{background-color:#652bff;z-index:50}.chart-container .donut-chart .progress-head .inner-circle{z-index:50;background-color:#82d1e6}.chart-container .donut-inside{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.chart-container .donut-inside .done-metric{font-size:xx-large;font-weight:900;margin-bottom:10%}.chart-container .donut-inside span{font-weight:900}.chart-container .current-progress{margin-top:550px}


/*# sourceMappingURL=index.ca440a26.css.map*/