.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px #00000026;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px #0000001a;color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url("./media/chosen-sprite-XSZ6FP54.png") -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url("./media/chosen-sprite-XSZ6FP54.png") no-repeat 0px 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url("./media/chosen-sprite-XSZ6FP54.png") no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px #0000000d;color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url("./media/chosen-sprite-XSZ6FP54.png") -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px #0000004d}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px #0000004d}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single,.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url("./media/chosen-sprite-XSZ6FP54.png") no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url("./media/chosen-sprite@2x-3HUJCCIY.png")!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}:root .grid-stack-item>.ui-resizable-handle{filter:none}.grid-stack{position:relative}.grid-stack.grid-stack-rtl{direction:ltr}.grid-stack.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack .grid-stack-placeholder>.placeholder-content{border:1px dashed lightgray;margin:0;position:absolute;inset:0 10px;width:auto;z-index:0!important;text-align:center}.grid-stack>.grid-stack-item{min-width:8.3333333333%;position:absolute;padding:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;inset:0 10px;width:auto;z-index:0;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack>.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle,.grid-stack>.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle{display:none}.grid-stack>.grid-stack-item.ui-draggable-dragging,.grid-stack>.grid-stack-item.ui-resizable-resizing{z-index:100}.grid-stack>.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack>.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content{box-shadow:1px 4px 6px #0003;opacity:.8}.grid-stack>.grid-stack-item>.ui-resizable-se,.grid-stack>.grid-stack-item>.ui-resizable-sw{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.grid-stack>.grid-stack-item>.ui-resizable-se{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.grid-stack>.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;left:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;right:10px;top:0}.grid-stack>.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;right:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;right:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack>.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;left:10px;bottom:0}.grid-stack>.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;left:10px;top:15px;bottom:15px}.grid-stack>.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack>.grid-stack-item[data-gs-width="1"]{width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-x="1"]{left:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width="1"]{min-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width="1"]{max-width:8.3333333333%}.grid-stack>.grid-stack-item[data-gs-width="2"]{width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-x="2"]{left:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width="2"]{min-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width="2"]{max-width:16.6666666667%}.grid-stack>.grid-stack-item[data-gs-width="3"]{width:25%}.grid-stack>.grid-stack-item[data-gs-x="3"]{left:25%}.grid-stack>.grid-stack-item[data-gs-min-width="3"]{min-width:25%}.grid-stack>.grid-stack-item[data-gs-max-width="3"]{max-width:25%}.grid-stack>.grid-stack-item[data-gs-width="4"]{width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-x="4"]{left:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width="4"]{min-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width="4"]{max-width:33.3333333333%}.grid-stack>.grid-stack-item[data-gs-width="5"]{width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-x="5"]{left:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width="5"]{min-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width="5"]{max-width:41.6666666667%}.grid-stack>.grid-stack-item[data-gs-width="6"]{width:50%}.grid-stack>.grid-stack-item[data-gs-x="6"]{left:50%}.grid-stack>.grid-stack-item[data-gs-min-width="6"]{min-width:50%}.grid-stack>.grid-stack-item[data-gs-max-width="6"]{max-width:50%}.grid-stack>.grid-stack-item[data-gs-width="7"]{width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-x="7"]{left:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width="7"]{min-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width="7"]{max-width:58.3333333333%}.grid-stack>.grid-stack-item[data-gs-width="8"]{width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-x="8"]{left:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width="8"]{min-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width="8"]{max-width:66.6666666667%}.grid-stack>.grid-stack-item[data-gs-width="9"]{width:75%}.grid-stack>.grid-stack-item[data-gs-x="9"]{left:75%}.grid-stack>.grid-stack-item[data-gs-min-width="9"]{min-width:75%}.grid-stack>.grid-stack-item[data-gs-max-width="9"]{max-width:75%}.grid-stack>.grid-stack-item[data-gs-width="10"]{width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-x="10"]{left:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-min-width="10"]{min-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-max-width="10"]{max-width:83.3333333333%}.grid-stack>.grid-stack-item[data-gs-width="11"]{width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-x="11"]{left:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-min-width="11"]{min-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-max-width="11"]{max-width:91.6666666667%}.grid-stack>.grid-stack-item[data-gs-width="12"]{width:100%}.grid-stack>.grid-stack-item[data-gs-x="12"]{left:100%}.grid-stack>.grid-stack-item[data-gs-min-width="12"]{min-width:100%}.grid-stack>.grid-stack-item[data-gs-max-width="12"]{max-width:100%}.grid-stack.grid-stack-animate,.grid-stack.grid-stack-animate .grid-stack-item{-webkit-transition:left .3s,top .3s,height .3s,width .3s;-moz-transition:left .3s,top .3s,height .3s,width .3s;-ms-transition:left .3s,top .3s,height .3s,width .3s;-o-transition:left .3s,top .3s,height .3s,width .3s;transition:left .3s,top .3s,height .3s,width .3s}.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing,.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder{-webkit-transition:left 0s,top 0s,height 0s,width 0s;-moz-transition:left 0s,top 0s,height 0s,width 0s;-ms-transition:left 0s,top 0s,height 0s,width 0s;-o-transition:left 0s,top 0s,height 0s,width 0s;transition:left 0s,top 0s,height 0s,width 0s}.grid-stack.grid-stack-one-column-mode{height:auto!important}.grid-stack.grid-stack-one-column-mode>.grid-stack-item{position:relative!important;width:auto!important;left:0!important;top:auto!important;margin-bottom:20px;max-width:none!important}.grid-stack.grid-stack-one-column-mode>.grid-stack-item>.ui-resizable-handle{display:none}.grid-stack.grid-stack-1>.grid-stack-item{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-width="1"]{width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-x="1"]{left:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-min-width="1"]{min-width:100%}.grid-stack.grid-stack-1>.grid-stack-item[data-gs-max-width="1"]{max-width:100%}.grid-stack.grid-stack-2>.grid-stack-item{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width="1"]{width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x="1"]{left:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width="1"]{min-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width="1"]{max-width:50%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-width="2"]{width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-x="2"]{left:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-min-width="2"]{min-width:100%}.grid-stack.grid-stack-2>.grid-stack-item[data-gs-max-width="2"]{max-width:100%}.grid-stack.grid-stack-3>.grid-stack-item{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="1"]{width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="1"]{left:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="1"]{min-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="1"]{max-width:33.3333333333%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="2"]{width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="2"]{left:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="2"]{min-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="2"]{max-width:66.6666666667%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-width="3"]{width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-x="3"]{left:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-min-width="3"]{min-width:100%}.grid-stack.grid-stack-3>.grid-stack-item[data-gs-max-width="3"]{max-width:100%}.grid-stack.grid-stack-4>.grid-stack-item{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="1"]{width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="1"]{left:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="1"]{min-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="1"]{max-width:25%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="2"]{width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="2"]{left:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="2"]{min-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="2"]{max-width:50%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="3"]{width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="3"]{left:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="3"]{min-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="3"]{max-width:75%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-width="4"]{width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-x="4"]{left:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-min-width="4"]{min-width:100%}.grid-stack.grid-stack-4>.grid-stack-item[data-gs-max-width="4"]{max-width:100%}.grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="1"]{width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="1"]{left:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="1"]{min-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="1"]{max-width:20%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="2"]{width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="2"]{left:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="2"]{min-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="2"]{max-width:40%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="3"]{width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="3"]{left:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="3"]{min-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="3"]{max-width:60%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="4"]{width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="4"]{left:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="4"]{min-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="4"]{max-width:80%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="5"]{width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="5"]{left:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-min-width="5"]{min-width:100%}.grid-stack.grid-stack-5>.grid-stack-item[data-gs-max-width="5"]{max-width:100%}.grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="1"]{width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="1"]{left:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="1"]{min-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="1"]{max-width:16.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="2"]{width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="2"]{left:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="2"]{min-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="2"]{max-width:33.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="3"]{width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="3"]{left:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="3"]{min-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="3"]{max-width:50%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="4"]{width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="4"]{left:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="4"]{min-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="4"]{max-width:66.6666666667%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="5"]{width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="5"]{left:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="5"]{min-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="5"]{max-width:83.3333333333%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="6"]{width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="6"]{left:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-min-width="6"]{min-width:100%}.grid-stack.grid-stack-6>.grid-stack-item[data-gs-max-width="6"]{max-width:100%}.grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="1"]{width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="1"]{left:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="1"]{min-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="1"]{max-width:14.2857142857%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="2"]{width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="2"]{left:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="2"]{min-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="2"]{max-width:28.5714285714%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="3"]{width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="3"]{left:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="3"]{min-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="3"]{max-width:42.8571428571%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="4"]{width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="4"]{left:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="4"]{min-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="4"]{max-width:57.1428571429%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="5"]{width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="5"]{left:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="5"]{min-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="5"]{max-width:71.4285714286%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="6"]{width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="6"]{left:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="6"]{min-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="6"]{max-width:85.7142857143%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="7"]{width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="7"]{left:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-min-width="7"]{min-width:100%}.grid-stack.grid-stack-7>.grid-stack-item[data-gs-max-width="7"]{max-width:100%}.grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="1"]{width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="1"]{left:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="1"]{min-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="1"]{max-width:12.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="2"]{width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="2"]{left:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="2"]{min-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="2"]{max-width:25%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="3"]{width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="3"]{left:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="3"]{min-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="3"]{max-width:37.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="4"]{width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="4"]{left:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="4"]{min-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="4"]{max-width:50%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="5"]{width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="5"]{left:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="5"]{min-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="5"]{max-width:62.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="6"]{width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="6"]{left:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="6"]{min-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="6"]{max-width:75%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="7"]{width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="7"]{left:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="7"]{min-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="7"]{max-width:87.5%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="8"]{width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="8"]{left:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-min-width="8"]{min-width:100%}.grid-stack.grid-stack-8>.grid-stack-item[data-gs-max-width="8"]{max-width:100%}.grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="1"]{width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="1"]{left:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="1"]{min-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="1"]{max-width:11.1111111111%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="2"]{width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="2"]{left:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="2"]{min-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="2"]{max-width:22.2222222222%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="3"]{width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="3"]{left:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="3"]{min-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="3"]{max-width:33.3333333333%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="4"]{width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="4"]{left:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="4"]{min-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="4"]{max-width:44.4444444444%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="5"]{width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="5"]{left:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="5"]{min-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="5"]{max-width:55.5555555556%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="6"]{width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="6"]{left:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="6"]{min-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="6"]{max-width:66.6666666667%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="7"]{width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="7"]{left:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="7"]{min-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="7"]{max-width:77.7777777778%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="8"]{width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="8"]{left:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="8"]{min-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="8"]{max-width:88.8888888889%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="9"]{width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="9"]{left:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-min-width="9"]{min-width:100%}.grid-stack.grid-stack-9>.grid-stack-item[data-gs-max-width="9"]{max-width:100%}.grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="1"]{width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="1"]{left:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="1"]{min-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="1"]{max-width:10%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="2"]{width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="2"]{left:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="2"]{min-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="2"]{max-width:20%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="3"]{width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="3"]{left:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="3"]{min-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="3"]{max-width:30%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="4"]{width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="4"]{left:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="4"]{min-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="4"]{max-width:40%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="5"]{width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="5"]{left:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="5"]{min-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="5"]{max-width:50%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="6"]{width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="6"]{left:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="6"]{min-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="6"]{max-width:60%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="7"]{width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="7"]{left:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="7"]{min-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="7"]{max-width:70%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="8"]{width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="8"]{left:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="8"]{min-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="8"]{max-width:80%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="9"]{width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="9"]{left:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="9"]{min-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="9"]{max-width:90%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="10"]{width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="10"]{left:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-min-width="10"]{min-width:100%}.grid-stack.grid-stack-10>.grid-stack-item[data-gs-max-width="10"]{max-width:100%}.grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="1"]{width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="1"]{left:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="1"]{min-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="1"]{max-width:9.0909090909%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="2"]{width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="2"]{left:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="2"]{min-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="2"]{max-width:18.1818181818%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="3"]{width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="3"]{left:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="3"]{min-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="3"]{max-width:27.2727272727%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="4"]{width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="4"]{left:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="4"]{min-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="4"]{max-width:36.3636363636%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="5"]{width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="5"]{left:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="5"]{min-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="5"]{max-width:45.4545454545%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="6"]{width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="6"]{left:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="6"]{min-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="6"]{max-width:54.5454545455%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="7"]{width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="7"]{left:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="7"]{min-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="7"]{max-width:63.6363636364%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="8"]{width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="8"]{left:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="8"]{min-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="8"]{max-width:72.7272727273%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="9"]{width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="9"]{left:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="9"]{min-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="9"]{max-width:81.8181818182%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="10"]{width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="10"]{left:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="10"]{min-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="10"]{max-width:90.9090909091%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="11"]{width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="11"]{left:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-min-width="11"]{min-width:100%}.grid-stack.grid-stack-11>.grid-stack-item[data-gs-max-width="11"]{max-width:100%}.grid-stack.grid-stack-12>.grid-stack-item{min-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="1"]{width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="1"]{left:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="1"]{min-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="1"]{max-width:8.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="2"]{width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="2"]{left:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="2"]{min-width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="2"]{max-width:16.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="3"]{width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="3"]{left:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="3"]{min-width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="3"]{max-width:25%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="4"]{width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="4"]{left:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="4"]{min-width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="4"]{max-width:33.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="5"]{width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="5"]{left:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="5"]{min-width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="5"]{max-width:41.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="6"]{width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="6"]{left:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="6"]{min-width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="6"]{max-width:50%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="7"]{width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="7"]{left:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="7"]{min-width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="7"]{max-width:58.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="8"]{width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="8"]{left:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="8"]{min-width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="8"]{max-width:66.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="9"]{width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="9"]{left:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="9"]{min-width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="9"]{max-width:75%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="10"]{width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="10"]{left:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="10"]{min-width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="10"]{max-width:83.3333333333%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="11"]{width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="11"]{left:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="11"]{min-width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="11"]{max-width:91.6666666667%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="12"]{width:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="12"]{left:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-min-width="12"]{min-width:100%}.grid-stack.grid-stack-12>.grid-stack-item[data-gs-max-width="12"]{max-width:100%}.ag-icon{font-family:var(--ag-icon-font-family);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ag-icon-aggregation:before{content:var(--ag-icon-font-code-aggregation, "\f101")}.ag-icon-arrows:before{content:var(--ag-icon-font-code-arrows, "\f102")}.ag-icon-asc:before{content:var(--ag-icon-font-code-asc, "\f103")}.ag-icon-cancel:before{content:var(--ag-icon-font-code-cancel, "\f104")}.ag-icon-chart:before{content:var(--ag-icon-font-code-chart, "\f105")}.ag-icon-checkbox-checked:before{content:var(--ag-icon-font-code-checkbox-checked, "\f106")}.ag-icon-checkbox-indeterminate:before{content:var(--ag-icon-font-code-checkbox-indeterminate, "\f107")}.ag-icon-checkbox-unchecked:before{content:var(--ag-icon-font-code-checkbox-unchecked, "\f108")}.ag-icon-color-picker:before{content:var(--ag-icon-font-code-color-picker, "\f109")}.ag-icon-columns:before{content:var(--ag-icon-font-code-columns, "\f10a")}.ag-icon-contracted:before{content:var(--ag-icon-font-code-contracted, "\f10b")}.ag-icon-copy:before{content:var(--ag-icon-font-code-copy, "\f10c")}.ag-icon-cross:before{content:var(--ag-icon-font-code-cross, "\f10d")}.ag-icon-csv:before{content:var(--ag-icon-font-code-csv, "\f10e")}.ag-icon-desc:before{content:var(--ag-icon-font-code-desc, "\f10f")}.ag-icon-excel:before{content:var(--ag-icon-font-code-excel, "\f110")}.ag-icon-expanded:before{content:var(--ag-icon-font-code-expanded, "\f111")}.ag-icon-eye-slash:before{content:var(--ag-icon-font-code-eye-slash, "\f112")}.ag-icon-eye:before{content:var(--ag-icon-font-code-eye, "\f113")}.ag-icon-filter:before{content:var(--ag-icon-font-code-filter, "\f114")}.ag-icon-first:before{content:var(--ag-icon-font-code-first, "\f115")}.ag-icon-grip:before{content:var(--ag-icon-font-code-grip, "\f116")}.ag-icon-group:before{content:var(--ag-icon-font-code-group, "\f117")}.ag-icon-last:before{content:var(--ag-icon-font-code-last, "\f118")}.ag-icon-left:before{content:var(--ag-icon-font-code-left, "\f119")}.ag-icon-linked:before{content:var(--ag-icon-font-code-linked, "\f11a")}.ag-icon-loading:before{content:var(--ag-icon-font-code-loading, "\f11b")}.ag-icon-maximize:before{content:var(--ag-icon-font-code-maximize, "\f11c")}.ag-icon-menu:before{content:var(--ag-icon-font-code-menu, "\f11d")}.ag-icon-minimize:before{content:var(--ag-icon-font-code-minimize, "\f11e")}.ag-icon-next:before{content:var(--ag-icon-font-code-next, "\f11f")}.ag-icon-none:before{content:var(--ag-icon-font-code-none, "\f120")}.ag-icon-not-allowed:before{content:var(--ag-icon-font-code-not-allowed, "\f121")}.ag-icon-paste:before{content:var(--ag-icon-font-code-paste, "\f122")}.ag-icon-pin:before{content:var(--ag-icon-font-code-pin, "\f123")}.ag-icon-pivot:before{content:var(--ag-icon-font-code-pivot, "\f124")}.ag-icon-previous:before{content:var(--ag-icon-font-code-previous, "\f125")}.ag-icon-radio-button-off:before{content:var(--ag-icon-font-code-radio-button-off, "\f126")}.ag-icon-radio-button-on:before{content:var(--ag-icon-font-code-radio-button-on, "\f127")}.ag-icon-right:before{content:var(--ag-icon-font-code-right, "\f128")}.ag-icon-save:before{content:var(--ag-icon-font-code-save, "\f129")}.ag-icon-small-down:before{content:var(--ag-icon-font-code-small-down, "\f12a")}.ag-icon-small-left:before{content:var(--ag-icon-font-code-small-left, "\f12b")}.ag-icon-small-right:before{content:var(--ag-icon-font-code-small-right, "\f12c")}.ag-icon-small-up:before{content:var(--ag-icon-font-code-small-up, "\f12d")}.ag-icon-tick:before{content:var(--ag-icon-font-code-tick, "\f12e")}.ag-icon-tree-closed:before{content:var(--ag-icon-font-code-tree-closed, "\f12f")}.ag-icon-tree-indeterminate:before{content:var(--ag-icon-font-code-tree-indeterminate, "\f130")}.ag-icon-tree-open:before{content:var(--ag-icon-font-code-tree-open, "\f131")}.ag-icon-unlinked:before{content:var(--ag-icon-font-code-unlinked, "\f132")}.ag-icon-row-drag:before{content:var(--ag-icon-font-code-grip)}.ag-left-arrow:before{content:var(--ag-icon-font-code-left)}.ag-right-arrow:before{content:var(--ag-icon-font-code-right)}[class*=ag-theme-]{--ag-foreground-color: #000;--ag-data-color: var(--ag-foreground-color);--ag-secondary-foreground-color: var(--ag-foreground-color);--ag-header-foreground-color: var(--ag-secondary-foreground-color);--ag-disabled-foreground-color: rgba(0, 0, 0, .5);--ag-background-color: #fff;--ag-header-background-color: transparent;--ag-subheader-background-color: transparent;--ag-subheader-toolbar-background-color: transparent;--ag-control-panel-background-color: transparent;--ag-side-button-selected-background-color: var(--ag-control-panel-background-color);--ag-selected-row-background-color: #BBB;--ag-odd-row-background-color: var(--ag-background-color);--ag-modal-overlay-background-color: rgba(255, 255, 255, .66);--ag-row-hover-color: transparent;--ag-column-hover-color: transparent;--ag-range-selection-border-color: var(--ag-foreground-color);--ag-range-selection-border-style: solid;--ag-range-selection-background-color: rgba(0, 0, 0, .2);--ag-range-selection-background-color-2: var(--ag-range-selection-background-color);--ag-range-selection-background-color-3: var(--ag-range-selection-background-color);--ag-range-selection-background-color-4: var(--ag-range-selection-background-color);--ag-range-selection-highlight-color: var(--ag-range-selection-border-color);--ag-selected-tab-underline-color: var(--ag-range-selection-border-color);--ag-selected-tab-underline-width: 0;--ag-selected-tab-underline-transition-speed: 0s;--ag-range-selection-chart-category-background-color: rgba(0, 255, 132, .1);--ag-range-selection-chart-background-color: rgba(0, 88, 255, .1);--ag-header-cell-hover-background-color: transparent;--ag-header-cell-moving-background-color: var(--ag-header-cell-hover-background-color);--ag-value-change-value-highlight-background-color: rgba(22, 160, 133, .5);--ag-value-change-delta-up-color: #43a047;--ag-value-change-delta-down-color: #e53935;--ag-chip-background-color: transparent;--ag-borders: solid 1px;--ag-border-color: rgba(0, 0, 0, .25);--ag-borders-critical: var(--ag-borders);--ag-borders-secondary: var(--ag-borders);--ag-secondary-border-color: var(--ag-border-color);--ag-borders-row: var(--ag-borders-secondary);--ag-cell-horizontal-border: solid transparent;--ag-borders-input: var(--ag-borders-secondary);--ag-input-border-color: var(--ag-secondary-border-color);--ag-borders-input-invalid: solid 2px;--ag-input-border-color-invalid: var(--ag-invalid-color);--ag-borders-side-button: var(--ag-borders);--ag-border-radius: 0px;--ag-row-border-color: var(--ag-secondary-border-color);--ag-header-column-separator-display: none;--ag-header-column-separator-height: 100%;--ag-header-column-separator-width: 1px;--ag-header-column-separator-color: var(--ag-secondary-border-color);--ag-header-column-resize-handle-display: none;--ag-header-column-resize-handle-height: 50%;--ag-header-column-resize-handle-width: 1px;--ag-header-column-resize-handle-color: var(--ag-secondary-border-color);--ag-invalid-color: red;--ag-input-disabled-border-color: var(--ag-input-border-color);--ag-input-disabled-background-color: transparent;--ag-checkbox-background-color: transparent;--ag-checkbox-border-radius: var(--ag-border-radius);--ag-checkbox-checked-color: var(--ag-foreground-color);--ag-checkbox-unchecked-color: var(--ag-foreground-color);--ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);--ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);--ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);--ag-toggle-button-switch-background-color: var(--ag-background-color);--ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);--ag-toggle-button-border-width: 1px;--ag-toggle-button-height: var(--ag-icon-size);--ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);--ag-input-focus-box-shadow: none;--ag-input-focus-border-color: none;--ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);--ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);--ag-grid-size: 4px;--ag-icon-size: 12px;--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);--ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);--ag-widget-vertical-spacing: var(--ag-grid-size);--ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);--ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);--ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);--ag-header-height: var(--ag-row-height);--ag-list-item-height: calc(var(--ag-grid-size) * 5);--ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));--ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));--ag-filter-tool-panel-group-indent: 16px;--ag-tab-min-width: 220px;--ag-menu-min-width: 181px;--ag-side-bar-panel-width: 200px;--ag-font-family: "Helvetica Neue", sans-serif;--ag-font-size: 14px;--ag-card-radius: var(--ag-border-radius);--ag-card-shadow: none;--ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, .3)}.ag-root-wrapper,.ag-sticky-top,.ag-dnd-ghost{background-color:var(--ag-background-color)}[class*=ag-theme-]{-webkit-font-smoothing:antialiased;font-family:var(--ag-font-family);font-size:var(--ag-font-size);line-height:normal;color:var(--ag-foreground-color)}ag-grid,ag-grid-angular,ag-grid-ng2,ag-grid-polymer,ag-grid-aurelia{display:block}.ag-hidden{display:none!important}.ag-invisible{visibility:hidden!important}.ag-drag-handle{cursor:grab}.ag-column-drop-wrapper{display:flex}.ag-column-drop-horizontal-half-width{display:inline-block;width:50%!important}.ag-unselectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-selectable{-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}.ag-tab{position:relative}.ag-tab-guard{position:absolute;width:0;height:0;display:block}.ag-select-agg-func-popup{position:absolute}.ag-input-wrapper,.ag-picker-field-wrapper{display:flex;flex:1 1 auto;align-items:center;line-height:normal;position:relative}.ag-shake-left-to-right{animation-direction:alternate;animation-duration:.2s;animation-iteration-count:infinite;animation-name:ag-shake-left-to-right}@keyframes ag-shake-left-to-right{0%{padding-left:6px;padding-right:2px}to{padding-left:2px;padding-right:6px}}.ag-root-wrapper{cursor:default;position:relative;display:flex;flex-direction:column;overflow:hidden}.ag-root-wrapper.ag-layout-normal{height:100%}.ag-watermark{position:absolute;bottom:20px;right:25px;opacity:.5;transition:opacity 1s ease-out 3s}.ag-watermark:before{content:"";background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM1NzIzLDAsMCwwLjYzNTcyMywtNDkyLjkyMSwtMzIzLjYwOCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDk5LjQsNTQ5LjRMMTA5OS40LDUzNi45TDEwNzguMSw1MzYuOUwxMDY1LjYsNTQ5LjRMMTA5OS40LDU0OS40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyMy40LDUxOC40TDEwOTYuNyw1MTguNEwxMDg0LjEsNTMwLjlMMTEyMy40LDUzMC45TDExMjMuNCw1MTguNFoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwNTMuMiw1NjEuOUwxMDU5LjYsNTU1LjVMMTA4MS4yLDU1NS41TDEwODEuMiw1NjhMMTA1My4yLDU2OEwxMDUzLjIsNTYxLjlaIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDU3LjksNTQzLjNMMTA3MS43LDU0My4zTDEwODQuMyw1MzAuOEwxMDU3LjksNTMwLjhMMTA1Ny45LDU0My4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTA0Mi44LDU2MS45TDEwNTMuMiw1NjEuOUwxMDY1LjYsNTQ5LjRMMTA0Mi44LDU0OS40TDEwNDIuOCw1NjEuOVoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwOTYuNyw1MTguNEwxMDkwLjMsNTI0LjhMMTA0OS41LDUyNC44TDEwNDkuNSw1MTIuM0wxMDk2LjcsNTEyLjNMMTA5Ni43LDUxOC40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNODI4LjYsNTU5LjdMODA5LDU1OS43TDgwNS42LDU2OC4xTDc5Nyw1NjguMUw4MTUuMSw1MjUuN0w4MjIuNiw1MjUuN0w4NDAuNyw1NjguMUw4MzIsNTY4LjFMODI4LjYsNTU5LjdaTTgyNS45LDU1M0w4MTguOCw1MzUuN0w4MTEuNyw1NTNMODI1LjksNTUzWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTYwLjEsNTQxLjNDOTYyLjYsNTM3LjYgOTY4LjksNTM3LjIgOTcxLjUsNTM3LjJMOTcxLjUsNTQ0LjRDOTY4LjMsNTQ0LjQgOTY1LjEsNTQ0LjUgOTYzLjIsNTQ1LjlDOTYxLjMsNTQ3LjMgOTYwLjMsNTQ5LjIgOTYwLjMsNTUxLjVMOTYwLjMsNTY4LjFMOTUyLjUsNTY4LjFMOTUyLjUsNTM3LjJMOTYwLDUzNy4yTDk2MC4xLDU0MS4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTM3LjIiIHdpZHRoPSI3LjgiIGhlaWdodD0iMzAuOSIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTIzLjQiIHdpZHRoPSI3LjgiIGhlaWdodD0iOS4yIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIyLjMsNTIzLjRMMTAyMi4zLDU2OC4xTDEwMTQuOCw1NjguMUwxMDE0LjYsNTYzLjRDMTAxMy41LDU2NSAxMDEyLjEsNTY2LjMgMTAxMC40LDU2Ny4zQzEwMDguNyw1NjguMiAxMDA2LjYsNTY4LjcgMTAwNC4yLDU2OC43QzEwMDIuMSw1NjguNyAxMDAwLjEsNTY4LjMgOTk4LjQsNTY3LjZDOTk2LjYsNTY2LjggOTk1LDU2NS44IDk5My43LDU2NC40Qzk5Mi40LDU2MyA5OTEuMyw1NjEuMyA5OTAuNiw1NTkuNEM5ODkuOCw1NTcuNSA5ODkuNSw1NTUuMyA5ODkuNSw1NTIuOUM5ODkuNSw1NTAuNSA5ODkuOSw1NDguMyA5OTAuNiw1NDYuM0M5OTEuNCw1NDQuMyA5OTIuNCw1NDIuNiA5OTMuNyw1NDEuMkM5OTUsNTM5LjggOTk2LjYsNTM4LjcgOTk4LjQsNTM3LjlDMTAwMC4yLDUzNy4xIDEwMDIuMSw1MzYuNyAxMDA0LjIsNTM2LjdDMTAwNi42LDUzNi43IDEwMDguNiw1MzcuMSAxMDEwLjMsNTM4QzEwMTIsNTM4LjkgMTAxMy40LDU0MC4xIDEwMTQuNSw1NDEuOEwxMDE0LjUsNTIzLjVMMTAyMi4zLDUyMy41TDEwMjIuMyw1MjMuNFpNMTAwNS45LDU2MkMxMDA4LjUsNTYyIDEwMTAuNSw1NjEuMSAxMDEyLjEsNTU5LjRDMTAxMy43LDU1Ny43IDEwMTQuNSw1NTUuNCAxMDE0LjUsNTUyLjZDMTAxNC41LDU0OS44IDEwMTMuNyw1NDcuNiAxMDEyLjEsNTQ1LjhDMTAxMC41LDU0NC4xIDEwMDguNSw1NDMuMiAxMDA1LjksNTQzLjJDMTAwMy40LDU0My4yIDEwMDEuMyw1NDQuMSA5OTkuOCw1NDUuOEM5OTguMiw1NDcuNSA5OTcuNCw1NDkuOCA5OTcuNCw1NTIuNkM5OTcuNCw1NTUuNCA5OTguMiw1NTcuNiA5OTkuOCw1NTkuM0MxMDAxLjQsNTYxLjEgMTAwMy40LDU2MiAxMDA1LjksNTYyIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik04ODUuOCw1NDQuMkw4NjYuNSw1NDQuMkw4NjYuNSw1NTAuOUw4NzcuNSw1NTAuOUM4NzcuMiw1NTQuMyA4NzUuOSw1NTYuOSA4NzMuNyw1NTlDODcxLjUsNTYxIDg2OC43LDU2MiA4NjUuMSw1NjJDODYzLjEsNTYyIDg2MS4yLDU2MS42IDg1OS42LDU2MC45Qzg1Ny45LDU2MC4yIDg1Ni41LDU1OS4yIDg1NS4zLDU1Ny44Qzg1NC4xLDU1Ni41IDg1My4yLDU1NC45IDg1Mi41LDU1M0M4NTEuOCw1NTEuMSA4NTEuNSw1NDkuMSA4NTEuNSw1NDYuOEM4NTEuNSw1NDQuNSA4NTEuOCw1NDIuNSA4NTIuNSw1NDAuNkM4NTMuMSw1MzguNyA4NTQuMSw1MzcuMiA4NTUuMyw1MzUuOEM4NTYuNSw1MzQuNSA4NTcuOSw1MzMuNSA4NTkuNiw1MzIuN0M4NjEuMyw1MzIgODYzLjEsNTMxLjYgODY1LjIsNTMxLjZDODY5LjQsNTMxLjYgODcyLjYsNTMyLjYgODc0LjgsNTM0LjZMODgwLDUyOS40Qzg3Ni4xLDUyNi40IDg3MS4xLDUyNC44IDg2NS4yLDUyNC44Qzg2MS45LDUyNC44IDg1OC45LDUyNS4zIDg1Ni4yLDUyNi40Qzg1My41LDUyNy41IDg1MS4yLDUyOC45IDg0OS4zLDUzMC44Qzg0Ny40LDUzMi43IDg0NS45LDUzNSA4NDQuOSw1MzcuN0M4NDMuOSw1NDAuNCA4NDMuNCw1NDMuNCA4NDMuNCw1NDYuNkM4NDMuNCw1NDkuOCA4NDMuOSw1NTIuOCA4NDUsNTU1LjVDODQ2LjEsNTU4LjIgODQ3LjUsNTYwLjUgODQ5LjQsNTYyLjRDODUxLjMsNTY0LjMgODUzLjYsNTY1LjggODU2LjMsNTY2LjhDODU5LDU2Ny45IDg2Miw1NjguNCA4NjUuMiw1NjguNEM4NjguNCw1NjguNCA4NzEuMyw1NjcuOSA4NzMuOSw1NjYuOEM4NzYuNSw1NjUuNyA4NzguNyw1NjQuMyA4ODAuNSw1NjIuNEM4ODIuMyw1NjAuNSA4ODMuNyw1NTguMiA4ODQuNyw1NTUuNUM4ODUuNyw1NTIuOCA4ODYuMiw1NDkuOCA4ODYuMiw1NDYuNkw4ODYuMiw1NDUuM0M4ODUuOSw1NDUuMSA4ODUuOCw1NDQuNiA4ODUuOCw1NDQuMiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTQ2LjgsNTQ0LjJMOTI3LjUsNTQ0LjJMOTI3LjUsNTUwLjlMOTM4LjUsNTUwLjlDOTM4LjIsNTU0LjMgOTM2LjksNTU2LjkgOTM0LjcsNTU5QzkzMi41LDU2MSA5MjkuNyw1NjIgOTI2LjEsNTYyQzkyNC4xLDU2MiA5MjIuMiw1NjEuNiA5MjAuNiw1NjAuOUM5MTguOSw1NjAuMiA5MTcuNSw1NTkuMiA5MTYuMyw1NTcuOEM5MTUuMSw1NTYuNSA5MTQuMiw1NTQuOSA5MTMuNSw1NTNDOTEyLjgsNTUxLjEgOTEyLjUsNTQ5LjEgOTEyLjUsNTQ2LjhDOTEyLjUsNTQ0LjUgOTEyLjgsNTQyLjUgOTEzLjUsNTQwLjZDOTE0LjEsNTM4LjcgOTE1LjEsNTM3LjIgOTE2LjMsNTM1LjhDOTE3LjUsNTM0LjUgOTE4LjksNTMzLjUgOTIwLjYsNTMyLjdDOTIyLjMsNTMyIDkyNC4xLDUzMS42IDkyNi4yLDUzMS42QzkzMC40LDUzMS42IDkzMy42LDUzMi42IDkzNS44LDUzNC42TDk0MSw1MjkuNEM5MzcuMSw1MjYuNCA5MzIuMSw1MjQuOCA5MjYuMiw1MjQuOEM5MjIuOSw1MjQuOCA5MTkuOSw1MjUuMyA5MTcuMiw1MjYuNEM5MTQuNSw1MjcuNSA5MTIuMiw1MjguOSA5MTAuMyw1MzAuOEM5MDguNCw1MzIuNyA5MDYuOSw1MzUgOTA1LjksNTM3LjdDOTA0LjksNTQwLjQgOTA0LjQsNTQzLjQgOTA0LjQsNTQ2LjZDOTA0LjQsNTQ5LjggOTA0LjksNTUyLjggOTA2LDU1NS41QzkwNy4xLDU1OC4yIDkwOC41LDU2MC41IDkxMC40LDU2Mi40QzkxMi4zLDU2NC4zIDkxNC42LDU2NS44IDkxNy4zLDU2Ni44QzkyMCw1NjcuOSA5MjMsNTY4LjQgOTI2LjIsNTY4LjRDOTI5LjQsNTY4LjQgOTMyLjMsNTY3LjkgOTM0LjksNTY2LjhDOTM3LjUsNTY1LjcgOTM5LjcsNTY0LjMgOTQxLjUsNTYyLjRDOTQzLjMsNTYwLjUgOTQ0LjcsNTU4LjIgOTQ1LjcsNTU1LjVDOTQ2LjcsNTUyLjggOTQ3LjIsNTQ5LjggOTQ3LjIsNTQ2LjZMOTQ3LjIsNTQ1LjNDOTQ2LjksNTQ1LjEgOTQ2LjgsNTQ0LjYgOTQ2LjgsNTQ0LjIiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:170px 40px;display:block;height:40px;width:170px;opacity:.5}.ag-watermark-text{opacity:.5;font-weight:700;font-family:Impact,sans-serif;font-size:19px;padding-left:.7rem}.ag-root-wrapper-body{display:flex;flex-direction:row}.ag-root-wrapper-body.ag-layout-normal{flex:1 1 auto;height:0;min-height:0}.ag-root{position:relative;display:flex;flex-direction:column}.ag-root.ag-layout-normal,.ag-root.ag-layout-auto-height{overflow:hidden;flex:1 1 auto;width:0}.ag-root.ag-layout-normal{height:100%}.ag-header-viewport,.ag-floating-top-viewport,.ag-body-viewport,.ag-center-cols-viewport,.ag-floating-bottom-viewport,.ag-body-horizontal-scroll-viewport,.ag-virtual-list-viewport,.ag-sticky-top-viewport{position:relative;height:100%;min-width:0px;overflow:hidden;flex:1 1 auto}.ag-body-viewport{display:flex}.ag-body-viewport.ag-layout-normal{overflow-y:auto;-webkit-overflow-scrolling:touch}.ag-center-cols-viewport{width:100%;overflow-x:auto}.ag-body-horizontal-scroll-viewport{overflow-x:scroll}.ag-virtual-list-viewport{overflow:auto;width:100%}.ag-header-container,.ag-floating-top-container,.ag-body-container,.ag-pinned-right-cols-container,.ag-center-cols-container,.ag-pinned-left-cols-container,.ag-floating-bottom-container,.ag-body-horizontal-scroll-container,.ag-full-width-container,.ag-floating-bottom-full-width-container,.ag-virtual-list-container,.ag-sticky-top-container{position:relative}.ag-header-container,.ag-floating-top-container,.ag-floating-bottom-container,.ag-sticky-top-container{height:100%;white-space:nowrap}.ag-center-cols-container,.ag-pinned-right-cols-container{display:block}.ag-body-horizontal-scroll-container{height:100%}.ag-full-width-container,.ag-floating-top-full-width-container,.ag-floating-bottom-full-width-container,.ag-sticky-top-full-width-container{position:absolute;top:0;left:0;pointer-events:none}.ag-full-width-container{width:100%}.ag-floating-bottom-full-width-container,.ag-floating-top-full-width-container{display:inline-block;overflow:hidden;height:100%;width:100%}.ag-virtual-list-container{overflow:hidden}.ag-center-cols-clipper{flex:1 1 auto;min-width:0;overflow:hidden;min-height:100%;transform:translateZ(0)}.ag-body-horizontal-scroll{min-height:0;min-width:0;width:100%;display:flex;position:relative}.ag-body-horizontal-scroll.ag-scrollbar-invisible{position:absolute;bottom:0;left:0;right:0}.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar{display:none}.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active{display:inherit}.ag-force-vertical-scroll{overflow-y:scroll!important}.ag-horizontal-left-spacer,.ag-horizontal-right-spacer{height:100%;min-width:0;overflow-x:scroll}.ag-horizontal-left-spacer.ag-scroller-corner,.ag-horizontal-right-spacer.ag-scroller-corner{overflow-x:hidden}.ag-header,.ag-pinned-left-header,.ag-pinned-right-header{display:inline-block;overflow:hidden;position:relative}.ag-header-cell-sortable{cursor:pointer}.ag-header{display:flex;width:100%;white-space:nowrap}.ag-pinned-left-header,.ag-pinned-right-header{height:100%}.ag-header-row{position:absolute;overflow:hidden}.ag-header-cell{display:inline-flex;align-items:center;position:absolute;height:100%;overflow:hidden}.ag-header-cell.ag-header-active .ag-header-cell-menu-button{opacity:1}.ag-header-cell-menu-button:not(.ag-header-menu-always-show){transition:opacity .2s;opacity:0}.ag-header-group-cell-label,.ag-header-cell-label{display:flex;flex:1 1 auto;overflow:hidden;align-items:center;text-overflow:ellipsis;align-self:stretch}.ag-header-cell-text{overflow:hidden;text-overflow:ellipsis}.ag-header-cell-comp-wrapper{width:100%;overflow:hidden}.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper{white-space:normal}.ag-right-aligned-header .ag-header-cell-label{flex-direction:row-reverse}.ag-header-group-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-header-cell-resize{position:absolute;z-index:2;height:100%;width:8px;top:0;cursor:ew-resize}.ag-ltr .ag-header-cell-resize{right:-4px}.ag-rtl .ag-header-cell-resize{left:-4px}.ag-pinned-left-header .ag-header-cell-resize{right:-4px}.ag-pinned-right-header .ag-header-cell-resize{left:-4px}.ag-header-select-all{display:flex}.ag-column-moving .ag-cell,.ag-column-moving .ag-header-cell{transition:left .2s}.ag-column-moving .ag-header-group-cell{transition:left .2s,width .2s}.ag-column-panel{display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto}.ag-column-select{position:relative;display:flex;flex-direction:column;overflow:hidden;flex:3 1 0px}.ag-column-select-header{position:relative;display:flex;flex:none}.ag-column-select-header-icon{position:relative}.ag-column-select-header-filter-wrapper{flex:1 1 auto}.ag-column-select-header-filter{width:100%}.ag-column-select-list{flex:1 1 0px;overflow:hidden}.ag-column-drop{position:relative;display:inline-flex;align-items:center;overflow:auto;width:100%}.ag-column-drop-list{display:flex;align-items:center}.ag-column-drop-cell{position:relative;display:flex;align-items:center}.ag-column-drop-cell-text{overflow:hidden;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}.ag-column-drop-vertical{display:flex;flex-direction:column;overflow:hidden;align-items:stretch;flex:1 1 0px}.ag-column-drop-vertical-title-bar{display:flex;align-items:center;flex:none}.ag-column-drop-vertical-list{position:relative;align-items:stretch;flex-grow:1;flex-direction:column;overflow-x:auto}.ag-column-drop-vertical-list>*{flex:none}.ag-column-drop-empty .ag-column-drop-vertical-list{overflow:hidden}.ag-column-drop-vertical-empty-message{display:block}.ag-column-drop.ag-column-drop-horizontal{white-space:nowrap;overflow:hidden}.ag-column-drop-cell-button{cursor:pointer}.ag-filter-toolpanel{flex:1 1 0px;min-width:0}.ag-filter-toolpanel-header{position:relative}.ag-filter-toolpanel-header,.ag-filter-toolpanel-search{display:flex;align-items:center}.ag-filter-toolpanel-header>*,.ag-filter-toolpanel-search>*{display:flex;align-items:center}.ag-filter-apply-panel{display:flex;justify-content:flex-end;overflow:hidden}.ag-row-animation .ag-row{transition:transform .4s,top .4s,background-color .1s,opacity .2s}.ag-row-animation .ag-row.ag-after-created{transition:transform .4s,top .4s,height .4s,background-color .1s,opacity .2s}.ag-row-no-animation .ag-row{transition:background-color .1s}.ag-row{white-space:nowrap;width:100%}.ag-row-loading{display:flex;align-items:center}.ag-row-position-absolute{position:absolute}.ag-row-position-relative{position:relative}.ag-full-width-row{overflow:hidden;pointer-events:all}.ag-row-inline-editing{z-index:1}.ag-row-dragging{z-index:2}.ag-stub-cell{display:flex;align-items:center}.ag-cell{display:inline-block;position:absolute;white-space:nowrap;height:100%}.ag-cell-value{flex:1 1 auto}.ag-cell-value,.ag-group-value{overflow:hidden;text-overflow:ellipsis}.ag-cell-wrap-text{white-space:normal;word-break:break-all}.ag-cell-wrapper{display:flex;align-items:center}.ag-cell-wrapper.ag-row-group{align-items:flex-start}.ag-sparkline-wrapper{position:absolute;height:100%;width:100%;left:0;top:0}.ag-full-width-row .ag-cell-wrapper.ag-row-group{height:100%;align-items:center}.ag-cell-inline-editing{z-index:1}.ag-cell-inline-editing .ag-cell-wrapper,.ag-cell-inline-editing .ag-cell-edit-wrapper,.ag-cell-inline-editing .ag-cell-editor,.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,.ag-cell-inline-editing .ag-cell-editor input{height:100%;width:100%;line-height:normal}.ag-cell .ag-icon{display:inline-block;vertical-align:middle}.ag-set-filter-item{display:flex;align-items:center;height:100%}.ag-set-filter-item-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-set-filter-item-checkbox{display:flex}.ag-filter-body-wrapper{display:flex;flex-direction:column}.ag-filter-filter{flex:1 1 0px}.ag-filter-condition{display:flex;justify-content:center}.ag-floating-filter-body{position:relative;display:flex;flex:1 1 auto;height:100%}.ag-floating-filter-full-body{display:flex;flex:1 1 auto;height:100%;width:100%;align-items:center;overflow:hidden}.ag-floating-filter-full-body>div{flex:1 1 auto}.ag-floating-filter-input{align-items:center;display:flex;width:100%}.ag-floating-filter-input>*{flex:1 1 auto}.ag-floating-filter-button{display:flex;flex:none}.ag-dnd-ghost{position:absolute;display:inline-flex;align-items:center;cursor:move;white-space:nowrap;z-index:9999}.ag-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ag-overlay-panel{display:flex;height:100%;width:100%}.ag-overlay-wrapper{display:flex;flex:none;width:100%;height:100%;align-items:center;justify-content:center;text-align:center}.ag-overlay-loading-wrapper{pointer-events:all}.ag-popup-child{z-index:5;top:0}.ag-popup-editor{position:absolute;-webkit-user-select:none;user-select:none;z-index:1}.ag-large-text-input{display:block}.ag-virtual-list-item{position:absolute;width:100%}.ag-floating-top{overflow:hidden;white-space:nowrap;width:100%;position:relative;display:flex}.ag-pinned-left-floating-top,.ag-pinned-right-floating-top{display:inline-block;overflow:hidden;position:relative;min-width:0px}.ag-floating-bottom{overflow:hidden;white-space:nowrap;width:100%;position:relative;display:flex}.ag-pinned-left-floating-bottom,.ag-pinned-right-floating-bottom{display:inline-block;overflow:hidden;position:relative;min-width:0px}.ag-sticky-top{position:absolute;display:flex;width:100%}.ag-pinned-left-sticky-top,.ag-pinned-right-sticky-top{position:relative;height:100%;overflow:hidden}.ag-sticky-top-full-width-container{overflow:hidden;width:100%;height:100%}.ag-dialog,.ag-panel{display:flex;flex-direction:column;position:relative;overflow:hidden}.ag-panel-title-bar{display:flex;flex:none;align-items:center;cursor:default}.ag-panel-title-bar-title{flex:1 1 auto}.ag-panel-title-bar-buttons{display:flex}.ag-panel-title-bar-button{cursor:pointer}.ag-panel-content-wrapper{display:flex;flex:1 1 auto;position:relative;overflow:hidden}.ag-dialog{position:absolute}.ag-resizer{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.ag-resizer.ag-resizer-topLeft{top:0;left:0;height:5px;width:5px;cursor:nwse-resize}.ag-resizer.ag-resizer-top{top:0;left:5px;right:5px;height:5px;cursor:ns-resize}.ag-resizer.ag-resizer-topRight{top:0;right:0;height:5px;width:5px;cursor:nesw-resize}.ag-resizer.ag-resizer-right{top:5px;right:0;bottom:5px;width:5px;cursor:ew-resize}.ag-resizer.ag-resizer-bottomRight{bottom:0;right:0;height:5px;width:5px;cursor:nwse-resize}.ag-resizer.ag-resizer-bottom{bottom:0;left:5px;right:5px;height:5px;cursor:ns-resize}.ag-resizer.ag-resizer-bottomLeft{bottom:0;left:0;height:5px;width:5px;cursor:nesw-resize}.ag-resizer.ag-resizer-left{left:0;top:5px;bottom:5px;width:5px;cursor:ew-resize}.ag-tooltip,.ag-tooltip-custom{position:absolute;pointer-events:none;z-index:99999}.ag-value-slide-out{margin-right:5px;opacity:1;transition:opacity 3s,margin-right 3s;transition-timing-function:linear}.ag-value-slide-out-end{margin-right:10px;opacity:0}.ag-opacity-zero{opacity:0!important}.ag-menu{max-height:100%;overflow-y:auto;position:absolute;-webkit-user-select:none;user-select:none}.ag-menu-column-select-wrapper{height:265px;overflow:auto}.ag-menu-column-select-wrapper .ag-column-select{height:100%}.ag-menu-list{display:table;width:100%}.ag-menu-option,.ag-menu-separator{display:table-row}.ag-menu-option-part,.ag-menu-separator-part{display:table-cell;vertical-align:middle}.ag-menu-option-text{white-space:nowrap}.ag-compact-menu-option{width:100%;display:flex;flex-wrap:nowrap}.ag-compact-menu-option-text{white-space:nowrap;flex:1 1 auto}.ag-rich-select{cursor:default;outline:none}.ag-rich-select-value{display:flex;align-items:center}.ag-rich-select-value-icon{flex:1 1 auto;order:1}.ag-ltr .ag-rich-select-value-icon{text-align:right}.ag-rtl .ag-rich-select-value-icon{text-align:left}.ag-rich-select-list{position:relative}.ag-rich-select-virtual-list-item{display:flex}.ag-rich-select-row{display:flex;flex:1 1 auto;align-items:center;white-space:nowrap}.ag-paging-panel{align-items:center;display:flex;justify-content:flex-end}.ag-paging-page-summary-panel{display:flex;align-items:center}.ag-paging-button{position:relative}.ag-disabled .ag-paging-page-summary-panel{pointer-events:none}.ag-tool-panel-wrapper{display:flex;overflow-y:auto;overflow-x:hidden;cursor:default;-webkit-user-select:none;user-select:none}.ag-column-select-column,.ag-column-select-column-group,.ag-select-agg-func-item{position:relative;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;text-overflow:ellipsis;white-space:nowrap;height:100%}.ag-column-select-column>*,.ag-column-select-column-group>*,.ag-select-agg-func-item>*{flex:none}.ag-column-select-checkbox{display:flex}.ag-tool-panel-horizontal-resize{cursor:ew-resize;height:100%;position:absolute;top:0;width:5px;z-index:1}.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize{right:-3px}.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize,.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize{left:-3px}.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize{right:-3px}.ag-details-row{width:100%}.ag-details-row-fixed-height{height:100%}.ag-details-grid{width:100%}.ag-details-grid-fixed-height{height:100%}.ag-header-group-cell{display:flex;align-items:center;height:100%;position:absolute}.ag-cell-label-container{display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:center;width:100%;overflow:hidden;padding:5px 0}.ag-right-aligned-header .ag-cell-label-container{flex-direction:row}.ag-side-bar{display:flex;flex-direction:row-reverse}.ag-side-bar-left{order:-1;flex-direction:row}.ag-side-button-button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;white-space:nowrap;outline:none;cursor:pointer}.ag-side-button-label{writing-mode:vertical-lr}.ag-status-bar{display:flex;justify-content:space-between;overflow:hidden}.ag-status-panel{display:inline-flex}.ag-status-name-value{white-space:nowrap}.ag-status-bar-left,.ag-status-bar-center,.ag-status-bar-right{display:inline-flex}.ag-icon{display:block;speak:none}.ag-group{position:relative;width:100%}.ag-group-title-bar{display:flex;align-items:center}.ag-group-title{display:block;flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ag-group-title-bar .ag-group-title{cursor:default}.ag-group-toolbar{display:flex;align-items:center}.ag-group-container{display:flex}.ag-disabled .ag-group-container{pointer-events:none}.ag-group-container-horizontal{flex-direction:row;flex-wrap:wrap}.ag-group-container-vertical{flex-direction:column}.ag-column-group-icons{display:block}.ag-column-group-icons>*{cursor:pointer}.ag-group-item-alignment-stretch .ag-group-item{align-items:stretch}.ag-group-item-alignment-start .ag-group-item{align-items:flex-start}.ag-group-item-alignment-end .ag-group-item{align-items:flex-end}.ag-toggle-button-icon{transition:right .3s;position:absolute;top:-1px}.ag-input-field,.ag-select{display:flex;flex-direction:row;align-items:center}.ag-input-field-input{flex:1 1 auto}.ag-floating-filter-input .ag-input-field-input[type=date]{width:1px}.ag-range-field,.ag-angle-select{display:flex;align-items:center}.ag-angle-select-wrapper{display:flex}.ag-angle-select-parent-circle{display:block;position:relative}.ag-angle-select-child-circle{position:absolute}.ag-slider-wrapper{display:flex}.ag-slider-wrapper .ag-input-field,.ag-picker-field-display{flex:1 1 auto}.ag-picker-field{display:flex;align-items:center}.ag-picker-field-icon{display:flex;border:0;padding:0;margin:0;cursor:pointer}.ag-picker-field-wrapper{overflow:hidden}.ag-label-align-right .ag-label{order:1}.ag-label-align-right>*{flex:none}.ag-label-align-top{flex-direction:column;align-items:flex-start}.ag-label-align-top>*{align-self:stretch}.ag-color-panel{width:100%;display:flex;flex-direction:column;text-align:center}.ag-spectrum-color{flex:1 1 auto;position:relative;overflow:hidden;cursor:default}.ag-spectrum-fill{position:absolute;inset:0}.ag-spectrum-val{cursor:pointer}.ag-spectrum-dragger{position:absolute;pointer-events:none;cursor:pointer}.ag-spectrum-hue{cursor:default;background:linear-gradient(to left,red 3%,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.ag-spectrum-alpha{cursor:default}.ag-spectrum-hue-background{width:100%;height:100%}.ag-spectrum-alpha-background{background-image:linear-gradient(to right,#0000,#000);width:100%;height:100%}.ag-spectrum-tool{cursor:pointer}.ag-spectrum-slider{position:absolute;pointer-events:none}.ag-recent-colors{display:flex}.ag-recent-color{cursor:pointer}.ag-ltr .ag-column-select-indent-1{padding-left:20px}.ag-rtl .ag-column-select-indent-1{padding-right:20px}.ag-ltr .ag-row-group-indent-1{padding-left:20px}.ag-rtl .ag-row-group-indent-1{padding-right:20px}.ag-ltr .ag-column-select-indent-2{padding-left:40px}.ag-rtl .ag-column-select-indent-2{padding-right:40px}.ag-ltr .ag-row-group-indent-2{padding-left:40px}.ag-rtl .ag-row-group-indent-2{padding-right:40px}.ag-ltr .ag-column-select-indent-3{padding-left:60px}.ag-rtl .ag-column-select-indent-3{padding-right:60px}.ag-ltr .ag-row-group-indent-3{padding-left:60px}.ag-rtl .ag-row-group-indent-3{padding-right:60px}.ag-ltr .ag-column-select-indent-4{padding-left:80px}.ag-rtl .ag-column-select-indent-4{padding-right:80px}.ag-ltr .ag-row-group-indent-4{padding-left:80px}.ag-rtl .ag-row-group-indent-4{padding-right:80px}.ag-ltr .ag-column-select-indent-5{padding-left:100px}.ag-rtl .ag-column-select-indent-5{padding-right:100px}.ag-ltr .ag-row-group-indent-5{padding-left:100px}.ag-rtl .ag-row-group-indent-5{padding-right:100px}.ag-ltr .ag-column-select-indent-6{padding-left:120px}.ag-rtl .ag-column-select-indent-6{padding-right:120px}.ag-ltr .ag-row-group-indent-6{padding-left:120px}.ag-rtl .ag-row-group-indent-6{padding-right:120px}.ag-ltr .ag-column-select-indent-7{padding-left:140px}.ag-rtl .ag-column-select-indent-7{padding-right:140px}.ag-ltr .ag-row-group-indent-7{padding-left:140px}.ag-rtl .ag-row-group-indent-7{padding-right:140px}.ag-ltr .ag-column-select-indent-8{padding-left:160px}.ag-rtl .ag-column-select-indent-8{padding-right:160px}.ag-ltr .ag-row-group-indent-8{padding-left:160px}.ag-rtl .ag-row-group-indent-8{padding-right:160px}.ag-ltr .ag-column-select-indent-9{padding-left:180px}.ag-rtl .ag-column-select-indent-9{padding-right:180px}.ag-ltr .ag-row-group-indent-9{padding-left:180px}.ag-rtl .ag-row-group-indent-9{padding-right:180px}.ag-ltr .ag-column-select-indent-10{padding-left:200px}.ag-rtl .ag-column-select-indent-10{padding-right:200px}.ag-ltr .ag-row-group-indent-10{padding-left:200px}.ag-rtl .ag-row-group-indent-10{padding-right:200px}.ag-ltr .ag-column-select-indent-11{padding-left:220px}.ag-rtl .ag-column-select-indent-11{padding-right:220px}.ag-ltr .ag-row-group-indent-11{padding-left:220px}.ag-rtl .ag-row-group-indent-11{padding-right:220px}.ag-ltr .ag-column-select-indent-12{padding-left:240px}.ag-rtl .ag-column-select-indent-12{padding-right:240px}.ag-ltr .ag-row-group-indent-12{padding-left:240px}.ag-rtl .ag-row-group-indent-12{padding-right:240px}.ag-ltr .ag-column-select-indent-13{padding-left:260px}.ag-rtl .ag-column-select-indent-13{padding-right:260px}.ag-ltr .ag-row-group-indent-13{padding-left:260px}.ag-rtl .ag-row-group-indent-13{padding-right:260px}.ag-ltr .ag-column-select-indent-14{padding-left:280px}.ag-rtl .ag-column-select-indent-14{padding-right:280px}.ag-ltr .ag-row-group-indent-14{padding-left:280px}.ag-rtl .ag-row-group-indent-14{padding-right:280px}.ag-ltr .ag-column-select-indent-15{padding-left:300px}.ag-rtl .ag-column-select-indent-15{padding-right:300px}.ag-ltr .ag-row-group-indent-15{padding-left:300px}.ag-rtl .ag-row-group-indent-15{padding-right:300px}.ag-ltr .ag-column-select-indent-16{padding-left:320px}.ag-rtl .ag-column-select-indent-16{padding-right:320px}.ag-ltr .ag-row-group-indent-16{padding-left:320px}.ag-rtl .ag-row-group-indent-16{padding-right:320px}.ag-ltr .ag-column-select-indent-17{padding-left:340px}.ag-rtl .ag-column-select-indent-17{padding-right:340px}.ag-ltr .ag-row-group-indent-17{padding-left:340px}.ag-rtl .ag-row-group-indent-17{padding-right:340px}.ag-ltr .ag-column-select-indent-18{padding-left:360px}.ag-rtl .ag-column-select-indent-18{padding-right:360px}.ag-ltr .ag-row-group-indent-18{padding-left:360px}.ag-rtl .ag-row-group-indent-18{padding-right:360px}.ag-ltr .ag-column-select-indent-19{padding-left:380px}.ag-rtl .ag-column-select-indent-19{padding-right:380px}.ag-ltr .ag-row-group-indent-19{padding-left:380px}.ag-rtl .ag-row-group-indent-19{padding-right:380px}.ag-ltr .ag-column-select-indent-20{padding-left:400px}.ag-rtl .ag-column-select-indent-20{padding-right:400px}.ag-ltr .ag-row-group-indent-20{padding-left:400px}.ag-rtl .ag-row-group-indent-20{padding-right:400px}.ag-ltr .ag-column-select-indent-21{padding-left:420px}.ag-rtl .ag-column-select-indent-21{padding-right:420px}.ag-ltr .ag-row-group-indent-21{padding-left:420px}.ag-rtl .ag-row-group-indent-21{padding-right:420px}.ag-ltr .ag-column-select-indent-22{padding-left:440px}.ag-rtl .ag-column-select-indent-22{padding-right:440px}.ag-ltr .ag-row-group-indent-22{padding-left:440px}.ag-rtl .ag-row-group-indent-22{padding-right:440px}.ag-ltr .ag-column-select-indent-23{padding-left:460px}.ag-rtl .ag-column-select-indent-23{padding-right:460px}.ag-ltr .ag-row-group-indent-23{padding-left:460px}.ag-rtl .ag-row-group-indent-23{padding-right:460px}.ag-ltr .ag-column-select-indent-24{padding-left:480px}.ag-rtl .ag-column-select-indent-24{padding-right:480px}.ag-ltr .ag-row-group-indent-24{padding-left:480px}.ag-rtl .ag-row-group-indent-24{padding-right:480px}.ag-ltr .ag-column-select-indent-25{padding-left:500px}.ag-rtl .ag-column-select-indent-25{padding-right:500px}.ag-ltr .ag-row-group-indent-25{padding-left:500px}.ag-rtl .ag-row-group-indent-25{padding-right:500px}.ag-ltr .ag-column-select-indent-26{padding-left:520px}.ag-rtl .ag-column-select-indent-26{padding-right:520px}.ag-ltr .ag-row-group-indent-26{padding-left:520px}.ag-rtl .ag-row-group-indent-26{padding-right:520px}.ag-ltr .ag-column-select-indent-27{padding-left:540px}.ag-rtl .ag-column-select-indent-27{padding-right:540px}.ag-ltr .ag-row-group-indent-27{padding-left:540px}.ag-rtl .ag-row-group-indent-27{padding-right:540px}.ag-ltr .ag-column-select-indent-28{padding-left:560px}.ag-rtl .ag-column-select-indent-28{padding-right:560px}.ag-ltr .ag-row-group-indent-28{padding-left:560px}.ag-rtl .ag-row-group-indent-28{padding-right:560px}.ag-ltr .ag-column-select-indent-29{padding-left:580px}.ag-rtl .ag-column-select-indent-29{padding-right:580px}.ag-ltr .ag-row-group-indent-29{padding-left:580px}.ag-rtl .ag-row-group-indent-29{padding-right:580px}.ag-ltr .ag-column-select-indent-30{padding-left:600px}.ag-rtl .ag-column-select-indent-30{padding-right:600px}.ag-ltr .ag-row-group-indent-30{padding-left:600px}.ag-rtl .ag-row-group-indent-30{padding-right:600px}.ag-ltr .ag-column-select-indent-31{padding-left:620px}.ag-rtl .ag-column-select-indent-31{padding-right:620px}.ag-ltr .ag-row-group-indent-31{padding-left:620px}.ag-rtl .ag-row-group-indent-31{padding-right:620px}.ag-ltr .ag-column-select-indent-32{padding-left:640px}.ag-rtl .ag-column-select-indent-32{padding-right:640px}.ag-ltr .ag-row-group-indent-32{padding-left:640px}.ag-rtl .ag-row-group-indent-32{padding-right:640px}.ag-ltr .ag-column-select-indent-33{padding-left:660px}.ag-rtl .ag-column-select-indent-33{padding-right:660px}.ag-ltr .ag-row-group-indent-33{padding-left:660px}.ag-rtl .ag-row-group-indent-33{padding-right:660px}.ag-ltr .ag-column-select-indent-34{padding-left:680px}.ag-rtl .ag-column-select-indent-34{padding-right:680px}.ag-ltr .ag-row-group-indent-34{padding-left:680px}.ag-rtl .ag-row-group-indent-34{padding-right:680px}.ag-ltr .ag-column-select-indent-35{padding-left:700px}.ag-rtl .ag-column-select-indent-35{padding-right:700px}.ag-ltr .ag-row-group-indent-35{padding-left:700px}.ag-rtl .ag-row-group-indent-35{padding-right:700px}.ag-ltr .ag-column-select-indent-36{padding-left:720px}.ag-rtl .ag-column-select-indent-36{padding-right:720px}.ag-ltr .ag-row-group-indent-36{padding-left:720px}.ag-rtl .ag-row-group-indent-36{padding-right:720px}.ag-ltr .ag-column-select-indent-37{padding-left:740px}.ag-rtl .ag-column-select-indent-37{padding-right:740px}.ag-ltr .ag-row-group-indent-37{padding-left:740px}.ag-rtl .ag-row-group-indent-37{padding-right:740px}.ag-ltr .ag-column-select-indent-38{padding-left:760px}.ag-rtl .ag-column-select-indent-38{padding-right:760px}.ag-ltr .ag-row-group-indent-38{padding-left:760px}.ag-rtl .ag-row-group-indent-38{padding-right:760px}.ag-ltr .ag-column-select-indent-39{padding-left:780px}.ag-rtl .ag-column-select-indent-39{padding-right:780px}.ag-ltr .ag-row-group-indent-39{padding-left:780px}.ag-rtl .ag-row-group-indent-39{padding-right:780px}.ag-ltr .ag-column-select-indent-40{padding-left:800px}.ag-rtl .ag-column-select-indent-40{padding-right:800px}.ag-ltr .ag-row-group-indent-40{padding-left:800px}.ag-rtl .ag-row-group-indent-40{padding-right:800px}.ag-ltr .ag-column-select-indent-41{padding-left:820px}.ag-rtl .ag-column-select-indent-41{padding-right:820px}.ag-ltr .ag-row-group-indent-41{padding-left:820px}.ag-rtl .ag-row-group-indent-41{padding-right:820px}.ag-ltr .ag-column-select-indent-42{padding-left:840px}.ag-rtl .ag-column-select-indent-42{padding-right:840px}.ag-ltr .ag-row-group-indent-42{padding-left:840px}.ag-rtl .ag-row-group-indent-42{padding-right:840px}.ag-ltr .ag-column-select-indent-43{padding-left:860px}.ag-rtl .ag-column-select-indent-43{padding-right:860px}.ag-ltr .ag-row-group-indent-43{padding-left:860px}.ag-rtl .ag-row-group-indent-43{padding-right:860px}.ag-ltr .ag-column-select-indent-44{padding-left:880px}.ag-rtl .ag-column-select-indent-44{padding-right:880px}.ag-ltr .ag-row-group-indent-44{padding-left:880px}.ag-rtl .ag-row-group-indent-44{padding-right:880px}.ag-ltr .ag-column-select-indent-45{padding-left:900px}.ag-rtl .ag-column-select-indent-45{padding-right:900px}.ag-ltr .ag-row-group-indent-45{padding-left:900px}.ag-rtl .ag-row-group-indent-45{padding-right:900px}.ag-ltr .ag-column-select-indent-46{padding-left:920px}.ag-rtl .ag-column-select-indent-46{padding-right:920px}.ag-ltr .ag-row-group-indent-46{padding-left:920px}.ag-rtl .ag-row-group-indent-46{padding-right:920px}.ag-ltr .ag-column-select-indent-47{padding-left:940px}.ag-rtl .ag-column-select-indent-47{padding-right:940px}.ag-ltr .ag-row-group-indent-47{padding-left:940px}.ag-rtl .ag-row-group-indent-47{padding-right:940px}.ag-ltr .ag-column-select-indent-48{padding-left:960px}.ag-rtl .ag-column-select-indent-48{padding-right:960px}.ag-ltr .ag-row-group-indent-48{padding-left:960px}.ag-rtl .ag-row-group-indent-48{padding-right:960px}.ag-ltr .ag-column-select-indent-49{padding-left:980px}.ag-rtl .ag-column-select-indent-49{padding-right:980px}.ag-ltr .ag-row-group-indent-49{padding-left:980px}.ag-rtl .ag-row-group-indent-49{padding-right:980px}.ag-ltr .ag-column-select-indent-50{padding-left:1000px}.ag-rtl .ag-column-select-indent-50{padding-right:1000px}.ag-ltr .ag-row-group-indent-50{padding-left:1000px}.ag-rtl .ag-row-group-indent-50{padding-right:1000px}.ag-ltr .ag-column-select-indent-51{padding-left:1020px}.ag-rtl .ag-column-select-indent-51{padding-right:1020px}.ag-ltr .ag-row-group-indent-51{padding-left:1020px}.ag-rtl .ag-row-group-indent-51{padding-right:1020px}.ag-ltr .ag-column-select-indent-52{padding-left:1040px}.ag-rtl .ag-column-select-indent-52{padding-right:1040px}.ag-ltr .ag-row-group-indent-52{padding-left:1040px}.ag-rtl .ag-row-group-indent-52{padding-right:1040px}.ag-ltr .ag-column-select-indent-53{padding-left:1060px}.ag-rtl .ag-column-select-indent-53{padding-right:1060px}.ag-ltr .ag-row-group-indent-53{padding-left:1060px}.ag-rtl .ag-row-group-indent-53{padding-right:1060px}.ag-ltr .ag-column-select-indent-54{padding-left:1080px}.ag-rtl .ag-column-select-indent-54{padding-right:1080px}.ag-ltr .ag-row-group-indent-54{padding-left:1080px}.ag-rtl .ag-row-group-indent-54{padding-right:1080px}.ag-ltr .ag-column-select-indent-55{padding-left:1100px}.ag-rtl .ag-column-select-indent-55{padding-right:1100px}.ag-ltr .ag-row-group-indent-55{padding-left:1100px}.ag-rtl .ag-row-group-indent-55{padding-right:1100px}.ag-ltr .ag-column-select-indent-56{padding-left:1120px}.ag-rtl .ag-column-select-indent-56{padding-right:1120px}.ag-ltr .ag-row-group-indent-56{padding-left:1120px}.ag-rtl .ag-row-group-indent-56{padding-right:1120px}.ag-ltr .ag-column-select-indent-57{padding-left:1140px}.ag-rtl .ag-column-select-indent-57{padding-right:1140px}.ag-ltr .ag-row-group-indent-57{padding-left:1140px}.ag-rtl .ag-row-group-indent-57{padding-right:1140px}.ag-ltr .ag-column-select-indent-58{padding-left:1160px}.ag-rtl .ag-column-select-indent-58{padding-right:1160px}.ag-ltr .ag-row-group-indent-58{padding-left:1160px}.ag-rtl .ag-row-group-indent-58{padding-right:1160px}.ag-ltr .ag-column-select-indent-59{padding-left:1180px}.ag-rtl .ag-column-select-indent-59{padding-right:1180px}.ag-ltr .ag-row-group-indent-59{padding-left:1180px}.ag-rtl .ag-row-group-indent-59{padding-right:1180px}.ag-ltr .ag-column-select-indent-60{padding-left:1200px}.ag-rtl .ag-column-select-indent-60{padding-right:1200px}.ag-ltr .ag-row-group-indent-60{padding-left:1200px}.ag-rtl .ag-row-group-indent-60{padding-right:1200px}.ag-ltr .ag-column-select-indent-61{padding-left:1220px}.ag-rtl .ag-column-select-indent-61{padding-right:1220px}.ag-ltr .ag-row-group-indent-61{padding-left:1220px}.ag-rtl .ag-row-group-indent-61{padding-right:1220px}.ag-ltr .ag-column-select-indent-62{padding-left:1240px}.ag-rtl .ag-column-select-indent-62{padding-right:1240px}.ag-ltr .ag-row-group-indent-62{padding-left:1240px}.ag-rtl .ag-row-group-indent-62{padding-right:1240px}.ag-ltr .ag-column-select-indent-63{padding-left:1260px}.ag-rtl .ag-column-select-indent-63{padding-right:1260px}.ag-ltr .ag-row-group-indent-63{padding-left:1260px}.ag-rtl .ag-row-group-indent-63{padding-right:1260px}.ag-ltr .ag-column-select-indent-64{padding-left:1280px}.ag-rtl .ag-column-select-indent-64{padding-right:1280px}.ag-ltr .ag-row-group-indent-64{padding-left:1280px}.ag-rtl .ag-row-group-indent-64{padding-right:1280px}.ag-ltr .ag-column-select-indent-65{padding-left:1300px}.ag-rtl .ag-column-select-indent-65{padding-right:1300px}.ag-ltr .ag-row-group-indent-65{padding-left:1300px}.ag-rtl .ag-row-group-indent-65{padding-right:1300px}.ag-ltr .ag-column-select-indent-66{padding-left:1320px}.ag-rtl .ag-column-select-indent-66{padding-right:1320px}.ag-ltr .ag-row-group-indent-66{padding-left:1320px}.ag-rtl .ag-row-group-indent-66{padding-right:1320px}.ag-ltr .ag-column-select-indent-67{padding-left:1340px}.ag-rtl .ag-column-select-indent-67{padding-right:1340px}.ag-ltr .ag-row-group-indent-67{padding-left:1340px}.ag-rtl .ag-row-group-indent-67{padding-right:1340px}.ag-ltr .ag-column-select-indent-68{padding-left:1360px}.ag-rtl .ag-column-select-indent-68{padding-right:1360px}.ag-ltr .ag-row-group-indent-68{padding-left:1360px}.ag-rtl .ag-row-group-indent-68{padding-right:1360px}.ag-ltr .ag-column-select-indent-69{padding-left:1380px}.ag-rtl .ag-column-select-indent-69{padding-right:1380px}.ag-ltr .ag-row-group-indent-69{padding-left:1380px}.ag-rtl .ag-row-group-indent-69{padding-right:1380px}.ag-ltr .ag-column-select-indent-70{padding-left:1400px}.ag-rtl .ag-column-select-indent-70{padding-right:1400px}.ag-ltr .ag-row-group-indent-70{padding-left:1400px}.ag-rtl .ag-row-group-indent-70{padding-right:1400px}.ag-ltr .ag-column-select-indent-71{padding-left:1420px}.ag-rtl .ag-column-select-indent-71{padding-right:1420px}.ag-ltr .ag-row-group-indent-71{padding-left:1420px}.ag-rtl .ag-row-group-indent-71{padding-right:1420px}.ag-ltr .ag-column-select-indent-72{padding-left:1440px}.ag-rtl .ag-column-select-indent-72{padding-right:1440px}.ag-ltr .ag-row-group-indent-72{padding-left:1440px}.ag-rtl .ag-row-group-indent-72{padding-right:1440px}.ag-ltr .ag-column-select-indent-73{padding-left:1460px}.ag-rtl .ag-column-select-indent-73{padding-right:1460px}.ag-ltr .ag-row-group-indent-73{padding-left:1460px}.ag-rtl .ag-row-group-indent-73{padding-right:1460px}.ag-ltr .ag-column-select-indent-74{padding-left:1480px}.ag-rtl .ag-column-select-indent-74{padding-right:1480px}.ag-ltr .ag-row-group-indent-74{padding-left:1480px}.ag-rtl .ag-row-group-indent-74{padding-right:1480px}.ag-ltr .ag-column-select-indent-75{padding-left:1500px}.ag-rtl .ag-column-select-indent-75{padding-right:1500px}.ag-ltr .ag-row-group-indent-75{padding-left:1500px}.ag-rtl .ag-row-group-indent-75{padding-right:1500px}.ag-ltr .ag-column-select-indent-76{padding-left:1520px}.ag-rtl .ag-column-select-indent-76{padding-right:1520px}.ag-ltr .ag-row-group-indent-76{padding-left:1520px}.ag-rtl .ag-row-group-indent-76{padding-right:1520px}.ag-ltr .ag-column-select-indent-77{padding-left:1540px}.ag-rtl .ag-column-select-indent-77{padding-right:1540px}.ag-ltr .ag-row-group-indent-77{padding-left:1540px}.ag-rtl .ag-row-group-indent-77{padding-right:1540px}.ag-ltr .ag-column-select-indent-78{padding-left:1560px}.ag-rtl .ag-column-select-indent-78{padding-right:1560px}.ag-ltr .ag-row-group-indent-78{padding-left:1560px}.ag-rtl .ag-row-group-indent-78{padding-right:1560px}.ag-ltr .ag-column-select-indent-79{padding-left:1580px}.ag-rtl .ag-column-select-indent-79{padding-right:1580px}.ag-ltr .ag-row-group-indent-79{padding-left:1580px}.ag-rtl .ag-row-group-indent-79{padding-right:1580px}.ag-ltr .ag-column-select-indent-80{padding-left:1600px}.ag-rtl .ag-column-select-indent-80{padding-right:1600px}.ag-ltr .ag-row-group-indent-80{padding-left:1600px}.ag-rtl .ag-row-group-indent-80{padding-right:1600px}.ag-ltr .ag-column-select-indent-81{padding-left:1620px}.ag-rtl .ag-column-select-indent-81{padding-right:1620px}.ag-ltr .ag-row-group-indent-81{padding-left:1620px}.ag-rtl .ag-row-group-indent-81{padding-right:1620px}.ag-ltr .ag-column-select-indent-82{padding-left:1640px}.ag-rtl .ag-column-select-indent-82{padding-right:1640px}.ag-ltr .ag-row-group-indent-82{padding-left:1640px}.ag-rtl .ag-row-group-indent-82{padding-right:1640px}.ag-ltr .ag-column-select-indent-83{padding-left:1660px}.ag-rtl .ag-column-select-indent-83{padding-right:1660px}.ag-ltr .ag-row-group-indent-83{padding-left:1660px}.ag-rtl .ag-row-group-indent-83{padding-right:1660px}.ag-ltr .ag-column-select-indent-84{padding-left:1680px}.ag-rtl .ag-column-select-indent-84{padding-right:1680px}.ag-ltr .ag-row-group-indent-84{padding-left:1680px}.ag-rtl .ag-row-group-indent-84{padding-right:1680px}.ag-ltr .ag-column-select-indent-85{padding-left:1700px}.ag-rtl .ag-column-select-indent-85{padding-right:1700px}.ag-ltr .ag-row-group-indent-85{padding-left:1700px}.ag-rtl .ag-row-group-indent-85{padding-right:1700px}.ag-ltr .ag-column-select-indent-86{padding-left:1720px}.ag-rtl .ag-column-select-indent-86{padding-right:1720px}.ag-ltr .ag-row-group-indent-86{padding-left:1720px}.ag-rtl .ag-row-group-indent-86{padding-right:1720px}.ag-ltr .ag-column-select-indent-87{padding-left:1740px}.ag-rtl .ag-column-select-indent-87{padding-right:1740px}.ag-ltr .ag-row-group-indent-87{padding-left:1740px}.ag-rtl .ag-row-group-indent-87{padding-right:1740px}.ag-ltr .ag-column-select-indent-88{padding-left:1760px}.ag-rtl .ag-column-select-indent-88{padding-right:1760px}.ag-ltr .ag-row-group-indent-88{padding-left:1760px}.ag-rtl .ag-row-group-indent-88{padding-right:1760px}.ag-ltr .ag-column-select-indent-89{padding-left:1780px}.ag-rtl .ag-column-select-indent-89{padding-right:1780px}.ag-ltr .ag-row-group-indent-89{padding-left:1780px}.ag-rtl .ag-row-group-indent-89{padding-right:1780px}.ag-ltr .ag-column-select-indent-90{padding-left:1800px}.ag-rtl .ag-column-select-indent-90{padding-right:1800px}.ag-ltr .ag-row-group-indent-90{padding-left:1800px}.ag-rtl .ag-row-group-indent-90{padding-right:1800px}.ag-ltr .ag-column-select-indent-91{padding-left:1820px}.ag-rtl .ag-column-select-indent-91{padding-right:1820px}.ag-ltr .ag-row-group-indent-91{padding-left:1820px}.ag-rtl .ag-row-group-indent-91{padding-right:1820px}.ag-ltr .ag-column-select-indent-92{padding-left:1840px}.ag-rtl .ag-column-select-indent-92{padding-right:1840px}.ag-ltr .ag-row-group-indent-92{padding-left:1840px}.ag-rtl .ag-row-group-indent-92{padding-right:1840px}.ag-ltr .ag-column-select-indent-93{padding-left:1860px}.ag-rtl .ag-column-select-indent-93{padding-right:1860px}.ag-ltr .ag-row-group-indent-93{padding-left:1860px}.ag-rtl .ag-row-group-indent-93{padding-right:1860px}.ag-ltr .ag-column-select-indent-94{padding-left:1880px}.ag-rtl .ag-column-select-indent-94{padding-right:1880px}.ag-ltr .ag-row-group-indent-94{padding-left:1880px}.ag-rtl .ag-row-group-indent-94{padding-right:1880px}.ag-ltr .ag-column-select-indent-95{padding-left:1900px}.ag-rtl .ag-column-select-indent-95{padding-right:1900px}.ag-ltr .ag-row-group-indent-95{padding-left:1900px}.ag-rtl .ag-row-group-indent-95{padding-right:1900px}.ag-ltr .ag-column-select-indent-96{padding-left:1920px}.ag-rtl .ag-column-select-indent-96{padding-right:1920px}.ag-ltr .ag-row-group-indent-96{padding-left:1920px}.ag-rtl .ag-row-group-indent-96{padding-right:1920px}.ag-ltr .ag-column-select-indent-97{padding-left:1940px}.ag-rtl .ag-column-select-indent-97{padding-right:1940px}.ag-ltr .ag-row-group-indent-97{padding-left:1940px}.ag-rtl .ag-row-group-indent-97{padding-right:1940px}.ag-ltr .ag-column-select-indent-98{padding-left:1960px}.ag-rtl .ag-column-select-indent-98{padding-right:1960px}.ag-ltr .ag-row-group-indent-98{padding-left:1960px}.ag-rtl .ag-row-group-indent-98{padding-right:1960px}.ag-ltr .ag-column-select-indent-99{padding-left:1980px}.ag-rtl .ag-column-select-indent-99{padding-right:1980px}.ag-ltr .ag-row-group-indent-99{padding-left:1980px}.ag-rtl .ag-row-group-indent-99{padding-right:1980px}.ag-ltr{direction:ltr}.ag-ltr .ag-body,.ag-ltr .ag-floating-top,.ag-ltr .ag-floating-bottom,.ag-ltr .ag-header,.ag-ltr .ag-body-viewport,.ag-ltr .ag-body-horizontal-scroll{flex-direction:row}.ag-rtl{direction:rtl}.ag-rtl .ag-body,.ag-rtl .ag-floating-top,.ag-rtl .ag-floating-bottom,.ag-rtl .ag-header,.ag-rtl .ag-body-viewport,.ag-rtl .ag-body-horizontal-scroll{flex-direction:row-reverse}.ag-rtl .ag-icon-contracted,.ag-rtl .ag-icon-tree-closed{display:block;transform:rotate(180deg)}.ag-body .ag-body-viewport{-webkit-overflow-scrolling:touch}.ag-layout-print.ag-body-viewport{flex:none}.ag-layout-print.ag-root-wrapper{display:inline-flex}.ag-layout-print .ag-center-cols-clipper{min-width:100%}.ag-layout-print .ag-body-horizontal-scroll{display:none}.ag-layout-print.ag-force-vertical-scroll{overflow-y:visible!important}@media print{.ag-root-wrapper.ag-layout-print,.ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,.ag-root-wrapper.ag-layout-print .ag-root,.ag-root-wrapper.ag-layout-print .ag-body-viewport,.ag-root-wrapper.ag-layout-print .ag-center-cols-container,.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,.ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport{height:auto!important;overflow:hidden!important;display:block!important}.ag-root-wrapper.ag-layout-print .ag-row{page-break-inside:avoid}}[class^=ag-],[class^=ag-]:focus,[class^=ag-]:after,[class^=ag-]:before{box-sizing:border-box;outline:none}[class^=ag-]::-ms-clear{display:none}.ag-checkbox .ag-input-wrapper,.ag-radio-button .ag-input-wrapper{overflow:visible}.ag-range-field .ag-input-wrapper{height:100%}.ag-toggle-button{flex:none;width:unset;min-width:unset}.ag-ltr .ag-label-align-right .ag-label{margin-left:var(--ag-grid-size)}.ag-rtl .ag-label-align-right .ag-label{margin-right:var(--ag-grid-size)}input[class^=ag-]{margin:0;background-color:var(--ag-background-color)}textarea[class^=ag-],select[class^=ag-]{background-color:var(--ag-background-color)}input[class^=ag-]:not([type]),input[class^=ag-][type=text],input[class^=ag-][type=number],input[class^=ag-][type=tel],input[class^=ag-][type=date],input[class^=ag-][type=datetime-local],textarea[class^=ag-]{font-size:inherit;line-height:inherit;color:inherit;border:var(--ag-borders-input) var(--ag-input-border-color)}input[class^=ag-]:not([type]):disabled,input[class^=ag-][type=text]:disabled,input[class^=ag-][type=number]:disabled,input[class^=ag-][type=tel]:disabled,input[class^=ag-][type=date]:disabled,input[class^=ag-][type=datetime-local]:disabled,textarea[class^=ag-]:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}input[class^=ag-]:not([type]):focus,input[class^=ag-][type=text]:focus,input[class^=ag-][type=number]:focus,input[class^=ag-][type=tel]:focus,input[class^=ag-][type=date]:focus,input[class^=ag-][type=datetime-local]:focus,textarea[class^=ag-]:focus{outline:none;box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-input-focus-border-color)}input[class^=ag-]:not([type]):invalid,input[class^=ag-][type=text]:invalid,input[class^=ag-][type=number]:invalid,input[class^=ag-][type=tel]:invalid,input[class^=ag-][type=date]:invalid,input[class^=ag-][type=datetime-local]:invalid,textarea[class^=ag-]:invalid{border:var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid)}input[class^=ag-][type=number]{-moz-appearance:textfield}input[class^=ag-][type=number]::-webkit-outer-spin-button,input[class^=ag-][type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[class^=ag-][type=range]{padding:0}input[class^=ag-][type=button]:focus,button[class^=ag-]:focus{box-shadow:var(--ag-input-focus-box-shadow)}.ag-drag-handle{color:var(--ag-secondary-foreground-color)}.ag-list-item,.ag-virtual-list-item{height:var(--ag-list-item-height)}.ag-keyboard-focus .ag-virtual-list-item:focus{outline:none}.ag-keyboard-focus .ag-virtual-list-item:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-select-list{background-color:var(--ag-background-color);overflow-y:auto;overflow-x:hidden}.ag-list-item{display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-list-item.ag-active-item{background-color:var(--ag-row-hover-color)}.ag-select-list-item{padding-left:4px;padding-right:4px;cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ag-select-list-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ag-select .ag-picker-field-wrapper{background-color:var(--ag-background-color);min-height:var(--ag-list-item-height);cursor:default}.ag-select.ag-disabled .ag-picker-field-wrapper:focus{box-shadow:none}.ag-select:not(.ag-cell-editor){height:var(--ag-list-item-height)}.ag-select .ag-picker-field-display{margin:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ag-select .ag-picker-field-icon{display:flex;align-items:center}.ag-select.ag-disabled{opacity:.5}.ag-rich-select{background-color:var(--ag-control-panel-background-color)}.ag-rich-select-list{width:100%;min-width:200px;height:calc(var(--ag-row-height) * 6.5)}.ag-rich-select-value{padding:0 var(--ag-grid-size) 0 var(--ag-cell-horizontal-padding);height:var(--ag-row-height);border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-rich-select-virtual-list-item{cursor:default;height:var(--ag-list-item-height)}.ag-rich-select-virtual-list-item:hover{background-color:var(--ag-row-hover-color)}.ag-rich-select-row{padding-left:var(--ag-cell-horizontal-padding)}.ag-rich-select-row-selected{background-color:var(--ag-selected-row-background-color)}.ag-row-drag,.ag-selection-checkbox,.ag-group-expanded,.ag-group-contracted{color:var(--ag-secondary-foreground-color)}.ag-ltr .ag-row-drag,.ag-ltr .ag-selection-checkbox,.ag-ltr .ag-group-expanded,.ag-ltr .ag-group-contracted{margin-right:var(--ag-cell-widget-spacing)}.ag-rtl .ag-row-drag,.ag-rtl .ag-selection-checkbox,.ag-rtl .ag-group-expanded,.ag-rtl .ag-group-contracted{margin-left:var(--ag-cell-widget-spacing)}.ag-cell-wrapper>*:not(.ag-cell-value):not(.ag-group-value){height:min(var(--ag-line-height, calc(var(--ag-row-height) - 2px)),var(--ag-row-height) - 2px);display:flex;align-items:center;flex:none}.ag-group-expanded,.ag-group-contracted{cursor:pointer}.ag-group-title-bar-icon{cursor:pointer;flex:none;color:var(--ag-secondary-foreground-color)}.ag-ltr .ag-group-child-count{margin-left:2px}.ag-rtl .ag-group-child-count{margin-right:2px}.ag-group-title-bar{background-color:var(--ag-subheader-background-color);padding:var(--ag-grid-size)}.ag-group-toolbar{padding:var(--ag-grid-size);background-color:var(--ag-subheader-toolbar-background-color)}.ag-disabled-group-title-bar,.ag-disabled-group-container{opacity:.5}.group-item{margin:calc(var(--ag-grid-size) * .5) 0}.ag-label{white-space:nowrap}.ag-ltr .ag-label{margin-right:var(--ag-grid-size)}.ag-rtl .ag-label{margin-left:var(--ag-grid-size)}.ag-label-align-top .ag-label{margin-bottom:calc(var(--ag-grid-size) * .5)}.ag-angle-select[disabled]{color:var(--ag-disabled-foreground-color);pointer-events:none}.ag-angle-select[disabled] .ag-angle-select-field{opacity:.4}.ag-ltr .ag-slider-field,.ag-ltr .ag-angle-select-field{margin-right:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-slider-field,.ag-rtl .ag-angle-select-field{margin-left:calc(var(--ag-grid-size) * 2)}.ag-angle-select-parent-circle{width:24px;height:24px;border-radius:12px;border:solid 1px;border-color:var(--ag-border-color);background-color:var(--ag-background-color)}.ag-angle-select-child-circle{top:4px;left:12px;width:6px;height:6px;margin-left:-3px;margin-top:-4px;border-radius:3px;background-color:var(--ag-secondary-foreground-color)}.ag-picker-field-wrapper{border:1px solid;border-color:var(--ag-border-color);border-radius:5px}.ag-picker-field-wrapper:focus{box-shadow:var(--ag-input-focus-box-shadow)}.ag-picker-field-button{background-color:var(--ag-background-color);color:var(--ag-secondary-foreground-color)}.ag-dialog.ag-color-dialog{border-radius:5px}.ag-color-picker .ag-picker-field-display{height:var(--ag-icon-size)}.ag-color-panel{padding:var(--ag-grid-size)}.ag-spectrum-color{background-color:red;border-radius:2px}.ag-spectrum-tools{padding:10px}.ag-spectrum-sat{background-image:linear-gradient(to right,#fff,#cc9a8100)}.ag-spectrum-val{background-image:linear-gradient(to top,#000,#cc9a8100)}.ag-spectrum-dragger{border-radius:12px;height:12px;width:12px;border:1px solid white;background:#000;box-shadow:0 0 2px #0000003d}.ag-spectrum-hue-background,.ag-spectrum-alpha-background{border-radius:2px}.ag-spectrum-tool{margin-bottom:10px;height:11px;border-radius:2px}.ag-spectrum-slider{margin-top:-12px;width:13px;height:13px;border-radius:13px;background-color:#f8f8f8;box-shadow:0 1px 4px #0000005e}.ag-recent-color{margin:0 3px}.ag-recent-color:first-child{margin-left:0}.ag-recent-color:last-child{margin-right:0}.ag-dnd-ghost{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);overflow:hidden;text-overflow:ellipsis;border:var(--ag-borders-secondary) var(--ag-secondary-border-color);color:var(--ag-secondary-foreground-color);height:var(--ag-header-height)!important;line-height:var(--ag-header-height);margin:0;padding:0 calc(var(--ag-grid-size) * 2);transform:translateY(calc(var(--ag-grid-size) * 2))}.ag-dnd-ghost-icon{margin-right:var(--ag-grid-size);color:var(--ag-foreground-color)}.ag-popup-child:not(.ag-tooltip-custom){box-shadow:var(--ag-popup-shadow)}.ag-dragging-range-handle .ag-dialog,.ag-dragging-fill-handle .ag-dialog{opacity:.7;pointer-events:none}.ag-dialog{border-radius:var(--ag-border-radius);border:var(--ag-borders) var(--ag-border-color)}.ag-panel{background-color:var(--ag-background-color)}.ag-panel-title-bar{background-color:var(--ag-header-background-color);color:var(--ag-header-foreground-color);height:var(--ag-header-height);padding:var(--ag-grid-size) var(--ag-cell-horizontal-padding);border-bottom:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-panel-title-bar-button{margin-left:var(--ag-grid-size)}.ag-rtl .ag-panel-title-bar-button{margin-right:var(--ag-grid-size)}.ag-tooltip{background-color:var(--ag-header-background-color);color:var(--ag-foreground-color);padding:var(--ag-grid-size);border:var(--ag-borders) var(--ag-border-color);border-radius:var(--ag-card-radius);transition:opacity 1s;white-space:normal}.ag-tooltip.ag-tooltip-hiding{opacity:0}.ag-tooltip-custom{transition:opacity 1s}.ag-tooltip-custom.ag-tooltip-hiding{opacity:0}.ag-ltr .ag-column-select-indent-1{padding-left:calc(1 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-1{padding-right:calc(1 * var(--ag-column-select-indent-size))}.ag-ltr .ag-column-select-indent-2{padding-left:calc(2 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-2{padding-right:calc(2 * var(--ag-column-select-indent-size))}.ag-ltr .ag-column-select-indent-3{padding-left:calc(3 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-3{padding-right:calc(3 * var(--ag-column-select-indent-size))}.ag-ltr .ag-column-select-indent-4{padding-left:calc(4 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-4{padding-right:calc(4 * var(--ag-column-select-indent-size))}.ag-ltr .ag-column-select-indent-5{padding-left:calc(5 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-5{padding-right:calc(5 * var(--ag-column-select-indent-size))}.ag-ltr .ag-column-select-indent-6{padding-left:calc(6 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-6{padding-right:calc(6 * var(--ag-column-select-indent-size))}.ag-ltr .ag-column-select-indent-7{padding-left:calc(7 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-7{padding-right:calc(7 * var(--ag-column-select-indent-size))}.ag-ltr .ag-column-select-indent-8{padding-left:calc(8 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-8{padding-right:calc(8 * var(--ag-column-select-indent-size))}.ag-ltr .ag-column-select-indent-9{padding-left:calc(9 * var(--ag-column-select-indent-size))}.ag-rtl .ag-column-select-indent-9{padding-right:calc(9 * var(--ag-column-select-indent-size))}.ag-column-select-header-icon{cursor:pointer}.ag-keyboard-focus .ag-column-select-header-icon:focus{outline:none}.ag-keyboard-focus .ag-column-select-header-icon:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:0;left:0;display:block;width:calc(100% + -0px);height:calc(100% + -0px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-ltr .ag-column-group-icons:not(:last-child),.ag-ltr .ag-column-select-header-icon:not(:last-child),.ag-ltr .ag-column-select-header-checkbox:not(:last-child),.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),.ag-ltr .ag-column-select-checkbox:not(:last-child),.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),.ag-ltr .ag-column-select-column-label:not(:last-child){margin-right:var(--ag-widget-horizontal-spacing)}.ag-rtl .ag-column-group-icons:not(:last-child),.ag-rtl .ag-column-select-header-icon:not(:last-child),.ag-rtl .ag-column-select-header-checkbox:not(:last-child),.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),.ag-rtl .ag-column-select-checkbox:not(:last-child),.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),.ag-rtl .ag-column-select-column-label:not(:last-child){margin-left:var(--ag-widget-horizontal-spacing)}.ag-keyboard-focus .ag-column-select-virtual-list-item:focus{outline:none}.ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-select-column-group:not(:last-child),.ag-column-select-column:not(:last-child){margin-bottom:var(--ag-widget-vertical-spacing)}.ag-column-select-column-readonly,.ag-column-select-column-group-readonly{color:var(--ag-disabled-foreground-color);pointer-events:none}.ag-ltr .ag-column-select-add-group-indent{margin-left:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-rtl .ag-column-select-add-group-indent{margin-right:calc(var(--ag-icon-size) + var(--ag-grid-size) * 2)}.ag-column-select-virtual-list-viewport{padding:calc(var(--ag-widget-container-vertical-padding) * .5) 0px}.ag-column-select-virtual-list-item{padding:0 var(--ag-widget-container-horizontal-padding)}.ag-rtl{text-align:right}.ag-root-wrapper{border:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-1{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-1{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1)}.ag-ltr .ag-row-group-indent-1{padding-left:calc(1 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-1{padding-right:calc(1 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-1 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-1 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-2{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-2{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2)}.ag-ltr .ag-row-group-indent-2{padding-left:calc(2 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-2{padding-right:calc(2 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-2 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-2 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-3{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-3{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3)}.ag-ltr .ag-row-group-indent-3{padding-left:calc(3 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-3{padding-right:calc(3 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-3 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-3 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-4{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-4{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4)}.ag-ltr .ag-row-group-indent-4{padding-left:calc(4 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-4{padding-right:calc(4 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-4 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-4 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-5{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-5{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5)}.ag-ltr .ag-row-group-indent-5{padding-left:calc(5 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-5{padding-right:calc(5 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-5 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-5 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-6{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-6{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6)}.ag-ltr .ag-row-group-indent-6{padding-left:calc(6 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-6{padding-right:calc(6 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-6 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-6 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-7{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-7{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7)}.ag-ltr .ag-row-group-indent-7{padding-left:calc(7 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-7{padding-right:calc(7 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-7 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-7 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-8{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-8{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8)}.ag-ltr .ag-row-group-indent-8{padding-left:calc(8 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-8{padding-right:calc(8 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-8 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-8 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-9{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-9{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9)}.ag-ltr .ag-row-group-indent-9{padding-left:calc(9 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-9{padding-right:calc(9 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-9 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-9 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-10{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-10{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10)}.ag-ltr .ag-row-group-indent-10{padding-left:calc(10 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-10{padding-right:calc(10 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-10 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-10 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-11{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-11{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11)}.ag-ltr .ag-row-group-indent-11{padding-left:calc(11 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-11{padding-right:calc(11 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-11 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-11 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-12{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-12{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12)}.ag-ltr .ag-row-group-indent-12{padding-left:calc(12 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-12{padding-right:calc(12 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-12 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-12 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-13{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-13{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13)}.ag-ltr .ag-row-group-indent-13{padding-left:calc(13 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-13{padding-right:calc(13 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-13 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-13 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-14{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-14{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14)}.ag-ltr .ag-row-group-indent-14{padding-left:calc(14 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-14{padding-right:calc(14 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-14 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-14 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-15{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-15{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15)}.ag-ltr .ag-row-group-indent-15{padding-left:calc(15 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-15{padding-right:calc(15 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-15 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-15 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-16{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-16{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16)}.ag-ltr .ag-row-group-indent-16{padding-left:calc(16 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-16{padding-right:calc(16 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-16 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-16 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-17{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-17{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17)}.ag-ltr .ag-row-group-indent-17{padding-left:calc(17 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-17{padding-right:calc(17 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-17 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-17 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-18{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-18{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18)}.ag-ltr .ag-row-group-indent-18{padding-left:calc(18 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-18{padding-right:calc(18 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-18 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-18 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-19{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-19{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19)}.ag-ltr .ag-row-group-indent-19{padding-left:calc(19 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-19{padding-right:calc(19 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-19 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-19 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-20{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-20{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20)}.ag-ltr .ag-row-group-indent-20{padding-left:calc(20 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-20{padding-right:calc(20 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-20 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-20 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-21{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-21{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21)}.ag-ltr .ag-row-group-indent-21{padding-left:calc(21 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-21{padding-right:calc(21 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-21 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-21 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-22{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-22{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22)}.ag-ltr .ag-row-group-indent-22{padding-left:calc(22 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-22{padding-right:calc(22 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-22 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-22 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-23{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-23{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23)}.ag-ltr .ag-row-group-indent-23{padding-left:calc(23 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-23{padding-right:calc(23 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-23 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-23 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-24{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-24{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24)}.ag-ltr .ag-row-group-indent-24{padding-left:calc(24 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-24{padding-right:calc(24 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-24 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-24 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-25{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-25{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25)}.ag-ltr .ag-row-group-indent-25{padding-left:calc(25 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-25{padding-right:calc(25 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-25 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-25 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-26{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-26{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26)}.ag-ltr .ag-row-group-indent-26{padding-left:calc(26 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-26{padding-right:calc(26 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-26 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-26 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-27{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-27{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27)}.ag-ltr .ag-row-group-indent-27{padding-left:calc(27 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-27{padding-right:calc(27 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-27 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-27 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-28{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-28{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28)}.ag-ltr .ag-row-group-indent-28{padding-left:calc(28 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-28{padding-right:calc(28 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-28 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-28 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-29{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-29{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29)}.ag-ltr .ag-row-group-indent-29{padding-left:calc(29 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-29{padding-right:calc(29 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-29 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-29 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-30{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-30{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30)}.ag-ltr .ag-row-group-indent-30{padding-left:calc(30 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-30{padding-right:calc(30 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-30 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-30 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-31{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-31{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31)}.ag-ltr .ag-row-group-indent-31{padding-left:calc(31 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-31{padding-right:calc(31 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-31 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-31 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-32{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-32{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32)}.ag-ltr .ag-row-group-indent-32{padding-left:calc(32 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-32{padding-right:calc(32 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-32 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-32 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-33{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-33{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33)}.ag-ltr .ag-row-group-indent-33{padding-left:calc(33 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-33{padding-right:calc(33 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-33 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-33 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-34{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-34{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34)}.ag-ltr .ag-row-group-indent-34{padding-left:calc(34 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-34{padding-right:calc(34 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-34 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-34 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-35{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-35{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35)}.ag-ltr .ag-row-group-indent-35{padding-left:calc(35 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-35{padding-right:calc(35 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-35 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-35 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-36{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-36{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36)}.ag-ltr .ag-row-group-indent-36{padding-left:calc(36 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-36{padding-right:calc(36 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-36 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-36 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-37{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-37{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37)}.ag-ltr .ag-row-group-indent-37{padding-left:calc(37 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-37{padding-right:calc(37 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-37 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-37 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-38{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-38{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38)}.ag-ltr .ag-row-group-indent-38{padding-left:calc(38 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-38{padding-right:calc(38 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-38 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-38 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-39{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-39{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39)}.ag-ltr .ag-row-group-indent-39{padding-left:calc(39 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-39{padding-right:calc(39 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-39 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-39 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-40{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-40{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40)}.ag-ltr .ag-row-group-indent-40{padding-left:calc(40 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-40{padding-right:calc(40 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-40 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-40 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-41{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-41{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41)}.ag-ltr .ag-row-group-indent-41{padding-left:calc(41 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-41{padding-right:calc(41 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-41 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-41 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-42{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-42{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42)}.ag-ltr .ag-row-group-indent-42{padding-left:calc(42 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-42{padding-right:calc(42 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-42 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-42 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-43{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-43{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43)}.ag-ltr .ag-row-group-indent-43{padding-left:calc(43 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-43{padding-right:calc(43 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-43 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-43 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-44{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-44{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44)}.ag-ltr .ag-row-group-indent-44{padding-left:calc(44 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-44{padding-right:calc(44 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-44 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-44 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-45{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-45{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45)}.ag-ltr .ag-row-group-indent-45{padding-left:calc(45 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-45{padding-right:calc(45 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-45 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-45 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-46{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-46{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46)}.ag-ltr .ag-row-group-indent-46{padding-left:calc(46 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-46{padding-right:calc(46 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-46 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-46 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-47{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-47{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47)}.ag-ltr .ag-row-group-indent-47{padding-left:calc(47 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-47{padding-right:calc(47 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-47 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-47 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-48{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-48{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48)}.ag-ltr .ag-row-group-indent-48{padding-left:calc(48 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-48{padding-right:calc(48 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-48 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-48 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-49{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-49{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49)}.ag-ltr .ag-row-group-indent-49{padding-left:calc(49 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-49{padding-right:calc(49 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-49 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-49 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-50{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-50{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50)}.ag-ltr .ag-row-group-indent-50{padding-left:calc(50 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-50{padding-right:calc(50 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-50 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-50 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-51{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-51{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51)}.ag-ltr .ag-row-group-indent-51{padding-left:calc(51 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-51{padding-right:calc(51 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-51 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-51 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-52{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-52{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52)}.ag-ltr .ag-row-group-indent-52{padding-left:calc(52 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-52{padding-right:calc(52 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-52 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-52 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-53{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-53{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53)}.ag-ltr .ag-row-group-indent-53{padding-left:calc(53 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-53{padding-right:calc(53 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-53 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-53 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-54{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-54{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54)}.ag-ltr .ag-row-group-indent-54{padding-left:calc(54 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-54{padding-right:calc(54 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-54 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-54 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-55{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-55{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55)}.ag-ltr .ag-row-group-indent-55{padding-left:calc(55 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-55{padding-right:calc(55 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-55 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-55 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-56{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-56{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56)}.ag-ltr .ag-row-group-indent-56{padding-left:calc(56 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-56{padding-right:calc(56 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-56 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-56 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-57{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-57{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57)}.ag-ltr .ag-row-group-indent-57{padding-left:calc(57 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-57{padding-right:calc(57 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-57 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-57 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-58{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-58{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58)}.ag-ltr .ag-row-group-indent-58{padding-left:calc(58 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-58{padding-right:calc(58 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-58 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-58 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-59{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-59{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59)}.ag-ltr .ag-row-group-indent-59{padding-left:calc(59 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-59{padding-right:calc(59 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-59 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-59 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-60{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-60{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60)}.ag-ltr .ag-row-group-indent-60{padding-left:calc(60 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-60{padding-right:calc(60 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-60 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-60 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-61{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-61{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61)}.ag-ltr .ag-row-group-indent-61{padding-left:calc(61 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-61{padding-right:calc(61 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-61 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-61 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-62{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-62{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62)}.ag-ltr .ag-row-group-indent-62{padding-left:calc(62 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-62{padding-right:calc(62 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-62 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-62 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-63{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-63{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63)}.ag-ltr .ag-row-group-indent-63{padding-left:calc(63 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-63{padding-right:calc(63 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-63 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-63 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-64{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-64{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64)}.ag-ltr .ag-row-group-indent-64{padding-left:calc(64 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-64{padding-right:calc(64 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-64 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-64 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-65{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-65{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65)}.ag-ltr .ag-row-group-indent-65{padding-left:calc(65 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-65{padding-right:calc(65 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-65 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-65 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-66{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-66{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66)}.ag-ltr .ag-row-group-indent-66{padding-left:calc(66 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-66{padding-right:calc(66 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-66 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-66 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-67{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-67{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67)}.ag-ltr .ag-row-group-indent-67{padding-left:calc(67 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-67{padding-right:calc(67 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-67 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-67 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-68{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-68{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68)}.ag-ltr .ag-row-group-indent-68{padding-left:calc(68 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-68{padding-right:calc(68 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-68 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-68 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-69{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-69{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69)}.ag-ltr .ag-row-group-indent-69{padding-left:calc(69 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-69{padding-right:calc(69 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-69 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-69 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-70{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-70{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70)}.ag-ltr .ag-row-group-indent-70{padding-left:calc(70 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-70{padding-right:calc(70 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-70 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-70 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-71{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-71{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71)}.ag-ltr .ag-row-group-indent-71{padding-left:calc(71 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-71{padding-right:calc(71 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-71 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-71 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-72{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-72{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72)}.ag-ltr .ag-row-group-indent-72{padding-left:calc(72 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-72{padding-right:calc(72 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-72 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-72 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-73{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-73{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73)}.ag-ltr .ag-row-group-indent-73{padding-left:calc(73 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-73{padding-right:calc(73 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-73 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-73 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-74{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-74{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74)}.ag-ltr .ag-row-group-indent-74{padding-left:calc(74 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-74{padding-right:calc(74 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-74 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-74 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-75{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-75{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75)}.ag-ltr .ag-row-group-indent-75{padding-left:calc(75 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-75{padding-right:calc(75 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-75 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-75 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-76{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-76{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76)}.ag-ltr .ag-row-group-indent-76{padding-left:calc(76 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-76{padding-right:calc(76 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-76 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-76 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-77{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-77{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77)}.ag-ltr .ag-row-group-indent-77{padding-left:calc(77 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-77{padding-right:calc(77 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-77 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-77 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-78{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-78{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78)}.ag-ltr .ag-row-group-indent-78{padding-left:calc(78 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-78{padding-right:calc(78 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-78 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-78 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-79{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-79{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79)}.ag-ltr .ag-row-group-indent-79{padding-left:calc(79 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-79{padding-right:calc(79 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-79 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-79 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-80{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-80{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80)}.ag-ltr .ag-row-group-indent-80{padding-left:calc(80 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-80{padding-right:calc(80 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-80 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-80 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-81{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-81{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81)}.ag-ltr .ag-row-group-indent-81{padding-left:calc(81 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-81{padding-right:calc(81 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-81 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-81 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-82{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-82{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82)}.ag-ltr .ag-row-group-indent-82{padding-left:calc(82 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-82{padding-right:calc(82 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-82 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-82 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-83{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-83{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83)}.ag-ltr .ag-row-group-indent-83{padding-left:calc(83 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-83{padding-right:calc(83 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-83 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-83 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-84{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-84{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84)}.ag-ltr .ag-row-group-indent-84{padding-left:calc(84 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-84{padding-right:calc(84 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-84 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-84 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-85{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-85{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85)}.ag-ltr .ag-row-group-indent-85{padding-left:calc(85 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-85{padding-right:calc(85 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-85 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-85 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-86{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-86{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86)}.ag-ltr .ag-row-group-indent-86{padding-left:calc(86 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-86{padding-right:calc(86 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-86 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-86 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-87{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-87{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87)}.ag-ltr .ag-row-group-indent-87{padding-left:calc(87 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-87{padding-right:calc(87 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-87 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-87 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-88{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-88{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88)}.ag-ltr .ag-row-group-indent-88{padding-left:calc(88 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-88{padding-right:calc(88 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-88 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-88 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-89{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-89{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89)}.ag-ltr .ag-row-group-indent-89{padding-left:calc(89 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-89{padding-right:calc(89 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-89 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-89 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-90{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-90{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90)}.ag-ltr .ag-row-group-indent-90{padding-left:calc(90 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-90{padding-right:calc(90 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-90 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-90 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-91{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-91{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91)}.ag-ltr .ag-row-group-indent-91{padding-left:calc(91 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-91{padding-right:calc(91 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-91 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-91 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-92{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-92{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92)}.ag-ltr .ag-row-group-indent-92{padding-left:calc(92 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-92{padding-right:calc(92 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-92 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-92 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-93{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-93{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93)}.ag-ltr .ag-row-group-indent-93{padding-left:calc(93 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-93{padding-right:calc(93 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-93 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-93 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-94{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-94{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94)}.ag-ltr .ag-row-group-indent-94{padding-left:calc(94 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-94{padding-right:calc(94 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-94 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-94 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-95{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-95{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95)}.ag-ltr .ag-row-group-indent-95{padding-left:calc(95 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-95{padding-right:calc(95 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-95 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-95 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-96{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-96{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96)}.ag-ltr .ag-row-group-indent-96{padding-left:calc(96 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-96{padding-right:calc(96 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-96 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-96 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-97{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-97{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97)}.ag-ltr .ag-row-group-indent-97{padding-left:calc(97 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-97{padding-right:calc(97 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-97 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-97 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-98{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-98{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98)}.ag-ltr .ag-row-group-indent-98{padding-left:calc(98 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-98{padding-right:calc(98 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-98 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-98 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-99{padding-left:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99)}.ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-99{padding-right:calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99)}.ag-ltr .ag-row-group-indent-99{padding-left:calc(99 * var(--ag-row-group-indent-size))}.ag-rtl .ag-row-group-indent-99{padding-right:calc(99 * var(--ag-row-group-indent-size))}.ag-ltr .ag-row-level-99 .ag-pivot-leaf-group{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-level-99 .ag-pivot-leaf-group{margin-right:var(--ag-row-group-indent-size)}.ag-ltr .ag-row-group-leaf-indent{margin-left:var(--ag-row-group-indent-size)}.ag-rtl .ag-row-group-leaf-indent{margin-right:var(--ag-row-group-indent-size)}.ag-value-change-delta{padding-right:2px}.ag-value-change-delta-up{color:var(--ag-value-change-delta-up-color)}.ag-value-change-delta-down{color:var(--ag-value-change-delta-down-color)}.ag-value-change-value{background-color:transparent;border-radius:1px;padding-left:1px;padding-right:1px;transition:background-color 1s}.ag-value-change-value-highlight{background-color:var(--ag-value-change-value-highlight-background-color);transition:background-color .1s}.ag-cell-data-changed{background-color:var(--ag-value-change-value-highlight-background-color)!important}.ag-cell-data-changed-animation{background-color:transparent}.ag-cell-highlight{background-color:var(--ag-range-selection-highlight-color)!important}.ag-row{height:var(--ag-row-height);background-color:var(--ag-background-color);color:var(--ag-data-color);border-bottom:var(--ag-borders-row) var(--ag-row-border-color)}.ag-row-highlight-above:after,.ag-row-highlight-below:after{content:"";position:absolute;width:calc(100% - 1px);height:1px;background-color:var(--ag-range-selection-border-color);left:1px}.ag-row-highlight-above:after{top:-1px}.ag-row-highlight-above.ag-row-first:after{top:0}.ag-row-highlight-below:after{bottom:0}.ag-row-odd{background-color:var(--ag-odd-row-background-color)}.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner){border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner){border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-row-selected:before{content:"";background-color:var(--ag-selected-row-background-color);display:block;position:absolute;inset:0}.ag-row-hover:not(.ag-full-width-row):before,.ag-row-hover.ag-full-width-row.ag-row-group:before{content:"";background-color:var(--ag-row-hover-color);display:block;position:absolute;inset:0;pointer-events:none}.ag-row-hover.ag-full-width-row.ag-row-group>*{position:relative}.ag-row-hover.ag-row-selected:before{background-color:var(--ag-row-hover-color);background-image:linear-gradient(var(--ag-selected-row-background-color),var(--ag-selected-row-background-color))}.ag-column-hover{background-color:var(--ag-column-hover-color)}.ag-ltr .ag-right-aligned-cell{text-align:right}.ag-rtl .ag-right-aligned-cell{text-align:left}.ag-ltr .ag-right-aligned-cell .ag-cell-value,.ag-ltr .ag-right-aligned-cell .ag-group-value{margin-left:auto}.ag-rtl .ag-right-aligned-cell .ag-cell-value,.ag-rtl .ag-right-aligned-cell .ag-group-value{margin-right:auto}.ag-cell,.ag-full-width-row .ag-cell-wrapper.ag-row-group{border:1px solid transparent;line-height:min(var(--ag-line-height, calc(var(--ag-row-height) - 2px)),var(--ag-row-height) - 2px);padding-left:calc(var(--ag-cell-horizontal-padding) - 1px);padding-right:calc(var(--ag-cell-horizontal-padding) - 1px);-webkit-font-smoothing:subpixel-antialiased}.ag-row>.ag-cell-wrapper{padding-left:calc(var(--ag-cell-horizontal-padding) - 1px);padding-right:calc(var(--ag-cell-horizontal-padding) - 1px)}.ag-row-dragging{cursor:move;opacity:.5}.ag-cell-inline-editing{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);padding:0;height:var(--ag-row-height);background-color:var(--ag-control-panel-background-color)}.ag-popup-editor{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);background-color:var(--ag-control-panel-background-color);padding:0}.ag-large-text-input{height:auto;padding:var(--ag-cell-horizontal-padding)}.ag-details-row{padding:calc(var(--ag-grid-size) * 5);background-color:var(--ag-background-color)}.ag-layout-auto-height .ag-center-cols-clipper,.ag-layout-auto-height .ag-center-cols-container,.ag-layout-print .ag-center-cols-clipper,.ag-layout-print .ag-center-cols-container{min-height:50px}.ag-overlay-loading-wrapper{background-color:var(--ag-modal-overlay-background-color)}.ag-overlay-loading-center{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size)}.ag-overlay-no-rows-wrapper.ag-layout-auto-height{padding-top:30px}.ag-loading{padding-left:var(--ag-cell-horizontal-padding);display:flex;height:100%;align-items:center}.ag-loading-icon{padding-right:var(--ag-cell-widget-spacing)}.ag-icon-loading{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ag-floating-top{border-bottom:var(--ag-borders-critical) var(--ag-border-color)}.ag-floating-bottom{border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-ltr .ag-cell{border-right:var(--ag-cell-horizontal-border)}.ag-rtl .ag-cell{border-left:var(--ag-cell-horizontal-border)}.ag-ltr .ag-cell{border-right-width:1px}.ag-rtl .ag-cell{border-left-width:1px}.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-cell-range-selected:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing){background-color:var(--ag-range-selection-background-color)}.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart{background-color:var(--ag-range-selection-chart-background-color)!important}.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category{background-color:var(--ag-range-selection-chart-category-background-color)!important}.ag-cell-range-selected-1:not(.ag-cell-focus),.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){background-color:var(--ag-range-selection-background-color)}.ag-cell-range-selected-2:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2{background-color:var(--ag-range-selection-background-color-2)}.ag-cell-range-selected-3:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3{background-color:var(--ag-range-selection-background-color-3)}.ag-cell-range-selected-4:not(.ag-cell-focus),.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4{background-color:var(--ag-range-selection-background-color-4)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{border-top-color:var(--ag-range-selection-border-color);border-top-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{border-right-color:var(--ag-range-selection-border-color);border-right-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{border-bottom-color:var(--ag-range-selection-border-color);border-bottom-style:var(--ag-range-selection-border-style)}.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{border-left-color:var(--ag-range-selection-border-color);border-left-style:var(--ag-range-selection-border-style)}.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,.ag-ltr .ag-cell-range-single-cell,.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,.ag-rtl .ag-cell-range-single-cell,.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle{border:1px solid;border-color:var(--ag-range-selection-border-color);border-style:var(--ag-range-selection-border-style);outline:initial}.ag-cell.ag-selection-fill-top,.ag-cell.ag-selection-fill-top.ag-cell-range-selected{border-top:1px dashed;border-top-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-cell.ag-selection-fill-right,.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-right:1px dashed var(--ag-range-selection-border-color)!important}.ag-rtl .ag-cell.ag-selection-fill-right,.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-left:1px dashed var(--ag-range-selection-border-color)!important}.ag-cell.ag-selection-fill-bottom,.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected{border-bottom:1px dashed;border-bottom-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-cell.ag-selection-fill-left,.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-left:1px dashed var(--ag-range-selection-border-color)!important}.ag-rtl .ag-cell.ag-selection-fill-left,.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-right:1px dashed var(--ag-range-selection-border-color)!important}.ag-fill-handle,.ag-range-handle{position:absolute;width:6px;height:6px;bottom:-1px;background-color:var(--ag-range-selection-border-color)}.ag-ltr .ag-fill-handle,.ag-ltr .ag-range-handle{right:-1px}.ag-rtl .ag-fill-handle,.ag-rtl .ag-range-handle{left:-1px}.ag-fill-handle{cursor:cell}.ag-range-handle{cursor:nwse-resize}.ag-cell-inline-editing{border-color:var(--ag-input-focus-border-color)!important}.ag-menu{border:var(--ag-borders) var(--ag-border-color);background:var(--ag-background-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);padding:0}.ag-menu-list{cursor:default;padding:var(--ag-grid-size) 0}.ag-menu-separator{height:calc(var(--ag-grid-size) * 2 + 1px)}.ag-menu-separator-part:after{content:"";display:block;border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-menu-option-active,.ag-compact-menu-option-active{background-color:var(--ag-row-hover-color)}.ag-menu-option-part,.ag-compact-menu-option-part{line-height:var(--ag-icon-size);padding:calc(var(--ag-grid-size) + 2px) 0}.ag-menu-option-disabled,.ag-compact-menu-option-disabled{opacity:.5}.ag-menu-option-icon,.ag-compact-menu-option-icon{width:var(--ag-icon-size)}.ag-ltr .ag-menu-option-icon,.ag-ltr .ag-compact-menu-option-icon{padding-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-menu-option-icon,.ag-rtl .ag-compact-menu-option-icon{padding-right:calc(var(--ag-grid-size) * 2)}.ag-menu-option-text,.ag-compact-menu-option-text{padding-left:calc(var(--ag-grid-size) * 2);padding-right:calc(var(--ag-grid-size) * 2)}.ag-ltr .ag-menu-option-shortcut,.ag-ltr .ag-compact-menu-option-shortcut{padding-right:var(--ag-grid-size)}.ag-rtl .ag-menu-option-shortcut,.ag-rtl .ag-compact-menu-option-shortcut{padding-left:var(--ag-grid-size)}.ag-menu-option-popup-pointer,.ag-compact-menu-option-popup-pointer{padding-right:var(--ag-grid-size)}.ag-tabs{min-width:var(--ag-tab-min-width)}.ag-tabs-header{width:100%;display:flex}.ag-tab{border-bottom:var(--ag-selected-tab-underline-width) solid transparent;transition:border-bottom var(--ag-selected-tab-underline-transition-speed);display:flex;flex:none;align-items:center;justify-content:center;cursor:pointer}.ag-keyboard-focus .ag-tab:focus{outline:none}.ag-keyboard-focus .ag-tab:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-tab-selected{border-bottom-color:var(--ag-selected-tab-underline-color)}.ag-menu-header{color:var(--ag-secondary-foreground-color)}.ag-filter-separator{border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-menu:not(.ag-tabs) .ag-filter-select{min-width:calc(var(--ag-menu-min-width) - 2 * var(--ag-widget-container-horizontal-padding) - 2px)}.ag-tabs .ag-filter-select{min-width:calc(var(--ag-tab-min-width) - 2 * var(--ag-widget-container-horizontal-padding) - 2px)}.ag-filter-select .ag-picker-field-wrapper{width:0}.ag-filter-condition-operator{height:17px}.ag-ltr .ag-filter-condition-operator-or{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-filter-condition-operator-or{margin-right:calc(var(--ag-grid-size) * 2)}.ag-set-filter-select-all{padding-top:var(--ag-widget-container-vertical-padding)}.ag-set-filter-list,.ag-filter-no-matches{height:calc(var(--ag-list-item-height) * 6)}.ag-set-filter-filter{margin-top:var(--ag-widget-container-vertical-padding);margin-left:var(--ag-widget-container-horizontal-padding);margin-right:var(--ag-widget-container-horizontal-padding)}.ag-filter-to{margin-top:var(--ag-widget-vertical-spacing)}.ag-mini-filter{margin:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-set-filter-item{margin:0px var(--ag-widget-container-horizontal-padding)}.ag-ltr .ag-set-filter-item-value{margin-left:var(--ag-widget-container-horizontal-padding)}.ag-rtl .ag-set-filter-item-value{margin-right:var(--ag-widget-container-horizontal-padding)}.ag-filter-apply-panel{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-filter-apply-panel-button{line-height:1.5}.ag-ltr .ag-filter-apply-panel-button{margin-left:calc(var(--ag-grid-size) * 2)}.ag-rtl .ag-filter-apply-panel-button{margin-right:calc(var(--ag-grid-size) * 2)}.ag-simple-filter-body-wrapper{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing))}.ag-simple-filter-body-wrapper>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-filter-no-matches{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-multi-filter-menu-item{margin:var(--ag-grid-size) 0}.ag-multi-filter-group-title-bar{padding:calc(var(--ag-grid-size) * 2) var(--ag-grid-size);background-color:transparent}.ag-keyboard-focus .ag-multi-filter-group-title-bar:focus{outline:none}.ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-side-bar{position:relative}.ag-tool-panel-wrapper{width:var(--ag-side-bar-panel-width);background-color:var(--ag-control-panel-background-color)}.ag-side-buttons{padding-top:calc(var(--ag-grid-size) * 4);width:calc(var(--ag-icon-size) + 4px);position:relative;color:var(--ag-foreground-color);overflow:hidden}button.ag-side-button-button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;background:transparent;padding:calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;width:100%;margin:0;min-height:calc(var(--ag-grid-size) * 18);background-position-y:center;background-position-x:center;background-repeat:no-repeat;border:none;border-top:var(--ag-borders-side-button) var(--ag-border-color);border-bottom:var(--ag-borders-side-button) var(--ag-border-color)}button.ag-side-button-button:focus{box-shadow:none}.ag-keyboard-focus .ag-side-button-button:focus{outline:none}.ag-keyboard-focus .ag-side-button-button:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-selected button.ag-side-button-button{background-color:var(--ag-side-button-selected-background-color)}.ag-side-button-icon-wrapper{margin-bottom:3px}.ag-ltr .ag-side-bar-left,.ag-rtl .ag-side-bar-right{border-right:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper{border-left:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-rtl .ag-side-bar-right .ag-side-button-button{border-right:var(--ag-selected-tab-underline-width) solid transparent;transition:border-right var(--ag-selected-tab-underline-transition-speed)}.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button{border-right-color:var(--ag-selected-tab-underline-color)}.ag-rtl .ag-side-bar-left,.ag-ltr .ag-side-bar-right{border-left:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper{border-right:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-side-bar-left .ag-side-button-button,.ag-ltr .ag-side-bar-right .ag-side-button-button{border-left:var(--ag-selected-tab-underline-width) solid transparent;transition:border-left var(--ag-selected-tab-underline-transition-speed)}.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button{border-left-color:var(--ag-selected-tab-underline-color)}.ag-filter-toolpanel-header{height:calc(var(--ag-grid-size) * 6)}.ag-ltr .ag-filter-toolpanel-header,.ag-ltr .ag-filter-toolpanel-search{padding-left:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-header,.ag-rtl .ag-filter-toolpanel-search{padding-right:var(--ag-grid-size)}.ag-keyboard-focus .ag-filter-toolpanel-header:focus{outline:none}.ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{font-family:var(--ag-icon-font-family);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:var(--ag-icon-font-code-filter, "\f114");position:absolute}.ag-ltr .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{padding-left:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{padding-right:var(--ag-grid-size)}.ag-filter-toolpanel-group-level-0-header{height:calc(var(--ag-grid-size) * 8)}.ag-filter-toolpanel-group-item{margin-top:calc(var(--ag-grid-size) * .5);margin-bottom:calc(var(--ag-grid-size) * .5)}.ag-filter-toolpanel-search{height:var(--ag-header-height)}.ag-filter-toolpanel-search-input{flex-grow:1;height:calc(var(--ag-grid-size) * 4)}.ag-ltr .ag-filter-toolpanel-search-input{margin-right:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-search-input{margin-left:var(--ag-grid-size)}.ag-filter-toolpanel-group-level-0{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-ltr .ag-filter-toolpanel-expand,.ag-ltr .ag-filter-toolpanel-group-title-bar-icon{margin-right:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-expand,.ag-rtl .ag-filter-toolpanel-group-title-bar-icon{margin-left:var(--ag-grid-size)}.ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size))}.ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar{background-color:transparent}.ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header{padding-left:calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size))}.ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header{padding-right:calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size))}.ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header{padding-left:var(--ag-grid-size)}.ag-filter-toolpanel-instance-filter{border-bottom:var(--ag-borders) var(--ag-border-color);border-top:var(--ag-borders) var(--ag-border-color);margin-top:var(--ag-grid-size)}.ag-ltr .ag-filter-toolpanel-instance-header-icon{margin-left:var(--ag-grid-size)}.ag-rtl .ag-filter-toolpanel-instance-header-icon{margin-right:var(--ag-grid-size)}.ag-pivot-mode-panel{min-height:var(--ag-header-height);height:var(--ag-header-height);display:flex}.ag-pivot-mode-select{display:flex;align-items:center}.ag-ltr .ag-pivot-mode-select{margin-left:var(--ag-widget-container-horizontal-padding)}.ag-rtl .ag-pivot-mode-select{margin-right:var(--ag-widget-container-horizontal-padding)}.ag-keyboard-focus .ag-column-select-header:focus{outline:none}.ag-keyboard-focus .ag-column-select-header:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-select-header{height:var(--ag-header-height);align-items:center;padding:0 var(--ag-widget-container-horizontal-padding);border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-panel-column-select{border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color);border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-group-icons,.ag-column-select-header-icon{color:var(--ag-secondary-foreground-color)}.ag-column-select-list .ag-list-item-hovered:after{content:"";position:absolute;left:0;right:0;height:1px;background-color:var(--ag-range-selection-border-color)}.ag-column-select-list .ag-item-highlight-top:after{top:0}.ag-column-select-list .ag-item-highlight-bottom:after{bottom:0}.ag-header{background-color:var(--ag-header-background-color);border-bottom:var(--ag-borders-critical) var(--ag-border-color)}.ag-header-row{color:var(--ag-header-foreground-color);height:var(--ag-header-height)}.ag-pinned-right-header{border-left:var(--ag-borders-critical) var(--ag-border-color)}.ag-pinned-left-header{border-right:var(--ag-borders-critical) var(--ag-border-color)}.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{margin-left:var(--ag-grid-size)}.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{margin-right:var(--ag-grid-size)}.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{margin-right:var(--ag-grid-size)}.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{margin-left:var(--ag-grid-size)}.ag-header-cell,.ag-header-group-cell{padding-left:var(--ag-cell-horizontal-padding);padding-right:var(--ag-cell-horizontal-padding)}.ag-header-cell.ag-header-cell-moving,.ag-header-group-cell.ag-header-cell-moving{background-color:var(--ag-header-cell-moving-background-color)}.ag-keyboard-focus .ag-header-cell:focus{outline:none}.ag-keyboard-focus .ag-header-cell:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-keyboard-focus .ag-header-group-cell:focus{outline:none}.ag-keyboard-focus .ag-header-group-cell:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:4px;left:4px;display:block;width:calc(100% - 8px);height:calc(100% - 8px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-header-icon{color:var(--ag-secondary-foreground-color)}.ag-header-expand-icon{cursor:pointer}.ag-ltr .ag-header-expand-icon{padding-left:4px}.ag-rtl .ag-header-expand-icon{padding-right:4px}.ag-header-row:not(:first-child) .ag-header-cell,.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group{border-top:var(--ag-borders-critical) var(--ag-border-color)}.ag-header-group-cell:not(.ag-column-resizing)+.ag-header-group-cell:not(.ag-header-cell-moving):hover,.ag-header-group-cell:not(.ag-column-resizing)+.ag-header-group-cell.ag-column-resizing,.ag-header-cell:not(.ag-column-resizing)+.ag-header-cell:not(.ag-header-cell-moving):hover,.ag-header-cell:not(.ag-column-resizing)+.ag-header-cell.ag-column-resizing,.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,.ag-header-group-cell:first-of-type.ag-column-resizing,.ag-header-cell:first-of-type:not(.ag-header-cell-moving):hover,.ag-header-cell:first-of-type.ag-column-resizing{background-color:var(--ag-header-cell-hover-background-color)}.ag-header-cell:after,.ag-header-group-cell:after{content:"";position:absolute;z-index:1;display:var(--ag-header-column-separator-display);width:var(--ag-header-column-separator-width);height:var(--ag-header-column-separator-height);top:calc(50% - var(--ag-header-column-separator-height) * .5);background-color:var(--ag-header-column-separator-color)}.ag-ltr .ag-header-cell:after,.ag-ltr .ag-header-group-cell:after{right:0}.ag-rtl .ag-header-cell:after,.ag-rtl .ag-header-group-cell:after{left:0}.ag-header-cell-resize{display:flex;align-items:center}.ag-header-cell-resize:after{content:"";position:absolute;z-index:1;display:var(--ag-header-column-resize-handle-display);left:calc(50% - var(--ag-header-column-resize-handle-width));width:var(--ag-header-column-resize-handle-width);height:var(--ag-header-column-resize-handle-height);top:calc(50% - var(--ag-header-column-resize-handle-height) * .5);background-color:var(--ag-header-column-resize-handle-color)}.ag-pinned-right-header .ag-header-cell-resize:after{left:50%}.ag-ltr .ag-header-select-all{margin-right:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-header-select-all{margin-left:var(--ag-cell-horizontal-padding)}.ag-ltr .ag-floating-filter-button{margin-left:calc(var(--ag-grid-size) * 3)}.ag-rtl .ag-floating-filter-button{margin-right:calc(var(--ag-grid-size) * 3)}.ag-floating-filter-button-button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;appearance:none;background:transparent;border:none;height:var(--ag-icon-size);padding:0;width:var(--ag-icon-size)}.ag-filter-loading{background-color:var(--ag-control-panel-background-color);height:100%;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);position:absolute;width:100%;z-index:1}.ag-paging-panel{border-top:1px solid;border-top-color:var(--ag-border-color);color:var(--ag-secondary-foreground-color);height:var(--ag-header-height)}.ag-paging-panel>*{margin:0 var(--ag-cell-horizontal-padding)}.ag-paging-button{cursor:pointer}.ag-paging-button.ag-disabled{cursor:default;color:var(--ag-disabled-foreground-color)}.ag-keyboard-focus .ag-paging-button:focus{outline:none}.ag-keyboard-focus .ag-paging-button:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:0;left:0;display:block;width:calc(100% + -0px);height:calc(100% + -0px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-paging-button,.ag-paging-description{margin:0 var(--ag-grid-size)}.ag-status-bar{border-top:var(--ag-borders) var(--ag-border-color);color:var(--ag-disabled-foreground-color);padding-right:calc(var(--ag-grid-size) * 4);padding-left:calc(var(--ag-grid-size) * 4);line-height:1.5}.ag-status-name-value-value{color:var(--ag-foreground-color)}.ag-status-bar-center{text-align:center}.ag-status-name-value{margin-left:var(--ag-grid-size);margin-right:var(--ag-grid-size);padding-top:calc(var(--ag-grid-size) * 2);padding-bottom:calc(var(--ag-grid-size) * 2)}.ag-column-drop-cell{background:var(--ag-chip-background-color);border-radius:calc(var(--ag-grid-size) * 4);height:calc(var(--ag-grid-size) * 4);padding:0 calc(var(--ag-grid-size) * .5);border:1px solid transparent}.ag-keyboard-focus .ag-column-drop-cell:focus{outline:none}.ag-keyboard-focus .ag-column-drop-cell:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:2px;left:2px;display:block;width:calc(100% - 4px);height:calc(100% - 4px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-column-drop-cell-text{margin:0 var(--ag-grid-size)}.ag-column-drop-cell-button{min-width:calc(var(--ag-grid-size) * 4);margin:0 calc(var(--ag-grid-size) * .5);color:var(--ag-secondary-foreground-color)}.ag-column-drop-cell-drag-handle{margin-left:calc(var(--ag-grid-size) * 2)}.ag-column-drop-cell-ghost{opacity:.5}.ag-column-drop-horizontal{background-color:var(--ag-control-panel-background-color);color:var(--ag-secondary-foreground-color);height:var(--ag-row-height);border-bottom:var(--ag-borders) var(--ag-border-color)}.ag-ltr .ag-column-drop-horizontal{padding-left:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-column-drop-horizontal{padding-right:var(--ag-cell-horizontal-padding)}.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child){border-right:var(--ag-borders) var(--ag-border-color)}.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child){border-left:var(--ag-borders) var(--ag-border-color)}.ag-column-drop-horizontal-cell-separator{margin:0 var(--ag-grid-size);color:var(--ag-secondary-foreground-color)}.ag-column-drop-horizontal-empty-message{color:var(--ag-disabled-foreground-color)}.ag-ltr .ag-column-drop-horizontal-icon{margin-right:var(--ag-cell-horizontal-padding)}.ag-rtl .ag-column-drop-horizontal-icon{margin-left:var(--ag-cell-horizontal-padding)}.ag-column-drop-vertical-list{padding-bottom:var(--ag-grid-size);padding-right:var(--ag-grid-size);padding-left:var(--ag-grid-size)}.ag-column-drop-vertical-cell{margin-top:var(--ag-grid-size)}.ag-column-drop-vertical{min-height:50px;border-bottom:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-column-drop-vertical.ag-last-column-drop{border-bottom:none}.ag-column-drop-vertical-icon{margin-left:var(--ag-grid-size);margin-right:var(--ag-grid-size)}.ag-column-drop-vertical-empty-message{position:absolute;inset:0;overflow:hidden;color:var(--ag-disabled-foreground-color);margin-top:var(--ag-grid-size)}.ag-select-agg-func-popup{border:var(--ag-borders) var(--ag-border-color);border-radius:var(--ag-card-radius);box-shadow:var(--ag-card-shadow);padding:var(--ag-grid-size);background:var(--ag-background-color);height:calc(var(--ag-grid-size) * 5 * 3.5);padding:0}.ag-select-agg-func-virtual-list-item{cursor:default;padding-left:calc(var(--ag-grid-size) * 2)}.ag-select-agg-func-virtual-list-item:hover{background-color:var(--ag-selected-row-background-color)}.ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus{outline:none}.ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{content:"";position:absolute;background-color:transparent;pointer-events:none;top:1px;left:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid;border-color:var(--ag-input-focus-border-color)}.ag-sort-indicator-container{display:flex}.ag-ltr .ag-sort-indicator-icon{padding-left:var(--ag-grid-size)}.ag-rtl .ag-sort-indicator-icon{padding-right:var(--ag-grid-size)}.ag-chart{position:relative;display:flex;overflow:hidden;width:100%;height:100%}.ag-chart-components-wrapper{position:relative;display:flex;flex:1 1 auto;overflow:hidden}.ag-chart-title-edit{position:absolute;display:none;top:0;left:0;text-align:center}.ag-chart-title-edit.currently-editing{display:inline-block}.ag-chart-canvas-wrapper{position:relative;flex:1 1 auto;overflow:hidden}.ag-charts-canvas{display:block}.ag-chart-menu{position:absolute;top:10px;width:24px;overflow:hidden;display:flex;flex-direction:column}.ag-ltr .ag-chart-menu{right:20px}.ag-rtl .ag-chart-menu{left:20px}.ag-chart-docked-container{position:relative;width:0;min-width:0;transition:min-width .4s}.ag-chart-menu-hidden~.ag-chart-docked-container{max-width:0;overflow:hidden}.ag-chart-tabbed-menu{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.ag-chart-tabbed-menu-header{flex:none;-webkit-user-select:none;user-select:none;cursor:default}.ag-chart-tabbed-menu-body{display:flex;flex:1 1 auto;align-items:stretch;overflow:hidden}.ag-chart-tab{width:100%;overflow:hidden;overflow-y:auto}.ag-chart-settings{overflow-x:hidden}.ag-chart-settings-wrapper{position:relative;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.ag-chart-settings-nav-bar{display:flex;align-items:center;width:100%;height:30px;padding:0 10px;-webkit-user-select:none;user-select:none}.ag-chart-settings-card-selector{display:flex;align-items:center;justify-content:space-around;flex:1 1 auto;height:100%;padding:0 10px}.ag-chart-settings-card-item{cursor:pointer;width:10px;height:10px;background-color:#000;position:relative}.ag-chart-settings-card-item.ag-not-selected{opacity:.2}.ag-chart-settings-card-item:before{content:" ";display:block;position:absolute;background-color:transparent;left:50%;top:50%;margin-left:-10px;margin-top:-10px;width:20px;height:20px}.ag-chart-settings-prev,.ag-chart-settings-next{position:relative;flex:none}.ag-chart-settings-prev-button,.ag-chart-settings-next-button{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;opacity:0}.ag-chart-settings-mini-charts-container{position:relative;flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.ag-chart-settings-mini-wrapper{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;min-height:100%;overflow:hidden}.ag-chart-settings-mini-wrapper.ag-animating{transition:left .3s;transition-timing-function:ease-in-out}.ag-chart-mini-thumbnail{cursor:pointer}.ag-chart-mini-thumbnail-canvas{display:block}.ag-chart-data-wrapper,.ag-chart-format-wrapper{display:flex;flex-direction:column;position:relative;-webkit-user-select:none;user-select:none}.ag-chart-data-wrapper{height:100%;overflow-y:auto}.ag-chart-empty-text{display:flex;top:0;width:100%;height:100%;align-items:center;justify-content:center}.ag-chart .ag-chart-menu{opacity:0;pointer-events:none}.ag-chart-menu-hidden:hover .ag-chart-menu{opacity:1;pointer-events:all}.ag-charts-font-size-color{display:flex;align-self:stretch;justify-content:space-between}.ag-charts-data-group-item{position:relative}.ag-chart-menu{border-radius:var(--ag-card-radius);background:var(--ag-background-color)}.ag-chart-menu-icon{opacity:.5;line-height:24px;font-size:24px;width:24px;height:24px;margin:2px 0;cursor:pointer;border-radius:var(--ag-card-radius);color:var(--ag-secondary-foreground-color)}.ag-chart-menu-icon:hover{opacity:1}.ag-chart-mini-thumbnail{border:1px solid var(--ag-secondary-border-color);border-radius:5px;margin:5px}.ag-chart-mini-thumbnail:nth-last-child(3),.ag-chart-mini-thumbnail:nth-last-child(3)~.ag-chart-mini-thumbnail{margin-left:auto;margin-right:auto}.ag-ltr .ag-chart-mini-thumbnail:first-child{margin-left:0}.ag-rtl .ag-chart-mini-thumbnail:first-child{margin-right:0}.ag-ltr .ag-chart-mini-thumbnail:last-child{margin-right:0}.ag-rtl .ag-chart-mini-thumbnail:last-child{margin-left:0}.ag-chart-mini-thumbnail.ag-selected{border-color:var(--ag-minichart-selected-chart-color)}.ag-chart-settings-card-item{background:var(--ag-foreground-color);width:8px;height:8px;border-radius:4px}.ag-chart-settings-card-item.ag-selected{background-color:var(--ag-minichart-selected-page-color)}.ag-chart-data-column-drag-handle{margin-left:var(--ag-grid-size)}.ag-charts-settings-group-title-bar,.ag-charts-data-group-title-bar,.ag-charts-format-top-level-group-title-bar{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-charts-settings-group-container{padding:var(--ag-grid-size)}.ag-charts-data-group-container{padding:calc(var(--ag-widget-container-vertical-padding) * .5) var(--ag-widget-container-horizontal-padding)}.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group){height:var(--ag-list-item-height)}.ag-charts-data-group-container .ag-list-item-hovered:after{content:"";position:absolute;left:0;right:0;height:1px;background-color:var(--ag-range-selection-border-color)}.ag-charts-data-group-container .ag-item-highlight-top:after{top:0}.ag-charts-data-group-container .ag-item-highlight-bottom:after{bottom:0}.ag-charts-format-top-level-group-container{margin-left:calc(var(--ag-grid-size) * 2);padding:var(--ag-grid-size)}.ag-charts-format-top-level-group-item{margin:var(--ag-grid-size) 0}.ag-charts-format-sub-level-group-container{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing))}.ag-charts-format-sub-level-group-container>*{margin-bottom:var(--ag-widget-vertical-spacing)}.ag-charts-group-container.ag-group-container-horizontal{padding:var(--ag-grid-size)}.ag-chart-data-section,.ag-chart-format-section{display:flex;margin:0}.ag-chart-menu-panel{background-color:var(--ag-control-panel-background-color)}.ag-ltr .ag-chart-menu-panel{border-left:solid 1px var(--ag-border-color)}.ag-rtl .ag-chart-menu-panel{border-right:solid 1px var(--ag-border-color)}.ag-date-time-list-page-title-bar{display:flex}.ag-date-time-list-page-title{flex-grow:1;text-align:center}.ag-date-time-list-page-column-labels-row,.ag-date-time-list-page-entries-row{display:flex}.ag-date-time-list-page-column-label,.ag-date-time-list-page-entry{flex-basis:0;flex-grow:1}.ag-date-time-list-page-entry{cursor:pointer;text-align:center}.ag-date-time-list-page-column-label{text-align:center}.ag-input-field-input{width:100%;min-width:0}.ag-checkbox-input-wrapper{font-family:var(--ag-icon-font-family);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-checkbox-background-color);border-radius:var(--ag-checkbox-border-radius);display:inline-block;vertical-align:middle;flex:none}.ag-checkbox-input-wrapper input{-webkit-appearance:none;opacity:0;width:100%;height:100%}.ag-checkbox-input-wrapper:focus-within,.ag-checkbox-input-wrapper:active{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-checkbox-input-wrapper.ag-disabled{opacity:.5}.ag-checkbox-input-wrapper:after{content:var(--ag-icon-font-code-checkbox-unchecked, "\f108");color:var(--ag-checkbox-unchecked-color);position:absolute;top:0;left:0;pointer-events:none}.ag-checkbox-input-wrapper.ag-checked:after{content:var(--ag-icon-font-code-checkbox-checked, "\f106");color:var(--ag-checkbox-checked-color);position:absolute;top:0;left:0;pointer-events:none}.ag-checkbox-input-wrapper.ag-indeterminate:after{content:var(--ag-icon-font-code-checkbox-indeterminate, "\f107");color:var(--ag-checkbox-indeterminate-color);position:absolute;top:0;left:0;pointer-events:none}.ag-toggle-button-input-wrapper{box-sizing:border-box;width:var(--ag-toggle-button-width);height:var(--ag-toggle-button-height);background-color:var(--ag-toggle-button-off-background-color);border-radius:calc(var(--ag-toggle-button-height) * .5);position:relative;flex:none;border:var(--ag-toggle-button-border-width) solid;border-color:var(--ag-toggle-button-off-border-color)}.ag-toggle-button-input-wrapper input{opacity:0;height:100%;width:100%}.ag-toggle-button-input-wrapper:focus-within{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-toggle-button-input-wrapper.ag-disabled{opacity:.5}.ag-toggle-button-input-wrapper.ag-checked{background-color:var(--ag-toggle-button-on-background-color);border-color:var(--ag-toggle-button-on-border-color)}.ag-toggle-button-input-wrapper:before{content:" ";position:absolute;top:calc(0px - var(--ag-toggle-button-border-width));left:calc(0px - var(--ag-toggle-button-border-width));display:block;box-sizing:border-box;height:var(--ag-toggle-button-height);width:var(--ag-toggle-button-height);background-color:var(--ag-toggle-button-switch-background-color);border-radius:100%;transition:left .1s;border:var(--ag-toggle-button-border-width) solid;border-color:var(--ag-toggle-button-switch-border-color)}.ag-toggle-button-input-wrapper.ag-checked:before{left:calc(100% - var(--ag-toggle-button-height));border-color:var(--ag-toggle-button-on-border-color)}.ag-radio-button-input-wrapper{font-family:var(--ag-icon-font-family);font-size:var(--ag-icon-size);line-height:var(--ag-icon-size);font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-checkbox-background-color);border-radius:var(--ag-checkbox-border-radius);display:inline-block;vertical-align:middle;flex:none;border-radius:var(--ag-icon-size)}.ag-radio-button-input-wrapper input{-webkit-appearance:none;opacity:0;width:100%;height:100%}.ag-radio-button-input-wrapper:focus-within,.ag-radio-button-input-wrapper:active{outline:none;box-shadow:var(--ag-input-focus-box-shadow)}.ag-radio-button-input-wrapper.ag-disabled{opacity:.5}.ag-radio-button-input-wrapper:after{content:var(--ag-icon-font-code-radio-button-off, "\f126");color:var(--ag-checkbox-unchecked-color);position:absolute;top:0;left:0;pointer-events:none}.ag-radio-button-input-wrapper.ag-checked:after{content:var(--ag-icon-font-code-radio-button-on, "\f127");color:var(--ag-checkbox-checked-color);position:absolute;top:0;left:0;pointer-events:none}input[class^=ag-][type=range]{-webkit-appearance:none;width:100%;height:100%;background:none;overflow:visible}input[class^=ag-][type=range]::-webkit-slider-runnable-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius)}input[class^=ag-][type=range]::-moz-range-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius)}input[class^=ag-][type=range]::-ms-track{margin:0;padding:0;width:100%;height:3px;background-color:var(--ag-border-color);border-radius:var(--ag-border-radius);border-radius:var(--ag-checkbox-border-radius);color:transparent;width:calc(100% - 2px)}input[class^=ag-][type=range]::-webkit-slider-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size);transform:translateY(calc(var(--ag-icon-size) * -.5 + 1.5px))}input[class^=ag-][type=range]::-ms-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size)}input[class^=ag-][type=range]::-moz-ag-range-thumb{margin:0;padding:0;-webkit-appearance:none;width:var(--ag-icon-size);height:var(--ag-icon-size);background-color:var(--ag-background-color);border:1px solid;border-color:var(--ag-checkbox-unchecked-color);border-radius:var(--ag-icon-size)}input[class^=ag-][type=range]:focus{outline:none}input[class^=ag-][type=range]:focus::-webkit-slider-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:focus::-ms-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:focus::-moz-ag-range-thumb{box-shadow:var(--ag-input-focus-box-shadow);border-color:var(--ag-checkbox-checked-color)}input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:active::-moz-ag-range-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:active::-ms-track{background-color:var(--ag-input-focus-border-color)}input[class^=ag-][type=range]:disabled{opacity:.5}@font-face{font-family:agGridAlpine;src:url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);font-weight:400;font-style:normal}.ag-theme-alpine,.ag-theme-alpine-dark{--ag-alpine-active-color: #2196f3;--ag-selected-row-background-color: rgba(33, 150, 243, .3);--ag-row-hover-color: rgba(33, 150, 243, .1);--ag-column-hover-color: rgba(33, 150, 243, .1);--ag-input-focus-border-color: rgba(33, 150, 243, .4);--ag-range-selection-background-color: rgba(33, 150, 243, .2);--ag-range-selection-background-color-2: rgba(33, 150, 243, .36);--ag-range-selection-background-color-3: rgba(33, 150, 243, .49);--ag-range-selection-background-color-4: rgba(33, 150, 243, .59);--ag-background-color: #fff;--ag-foreground-color: #181d1f;--ag-border-color: #babfc7;--ag-secondary-border-color: #dde2eb;--ag-header-background-color: #f8f8f8;--ag-odd-row-background-color: #fcfcfc;--ag-control-panel-background-color: #f8f8f8;--ag-subheader-background-color: #fff;--ag-invalid-color: #e02525;--ag-checkbox-unchecked-color: #999;--ag-checkbox-background-color: var(--ag-background-color);--ag-checkbox-checked-color: var(--ag-alpine-active-color);--ag-range-selection-border-color: var(--ag-alpine-active-color);--ag-secondary-foreground-color: var(--ag-foreground-color);--ag-input-border-color: var(--ag-border-color);--ag-input-border-color-invalid: var(--ag-invalid-color);--ag-input-focus-box-shadow: 0 0 2px .1rem var(--ag-input-focus-border-color);--ag-disabled-foreground-color: rgba(24, 29, 31, .5);--ag-chip-background-color: rgba(24, 29, 31, .07);--ag-input-disabled-border-color: rgba(186, 191, 199, .3);--ag-input-disabled-background-color: rgba(186, 191, 199, .15);--ag-borders: solid 1px;--ag-border-radius: 3px;--ag-borders-side-button: none;--ag-side-button-selected-background-color: transparent;--ag-header-column-resize-handle-display: block;--ag-header-column-resize-handle-width: 2px;--ag-header-column-resize-handle-height: 30%;--ag-grid-size: 6px;--ag-icon-size: 16px;--ag-row-height: calc(var(--ag-grid-size) * 7);--ag-header-height: calc(var(--ag-grid-size) * 8);--ag-list-item-height: calc(var(--ag-grid-size) * 4);--ag-column-select-indent-size: var(--ag-icon-size);--ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);--ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);--ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);--ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);--ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);--ag-toggle-button-height: 18px;--ag-toggle-button-width: 28px;--ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ag-font-size: 13px;--ag-icon-font-family: agGridAlpine;--ag-selected-tab-underline-color: var(--ag-alpine-active-color);--ag-selected-tab-underline-width: 2px;--ag-selected-tab-underline-transition-speed: .3s;--ag-tab-min-width: 240px;--ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, .4);--ag-popup-shadow: var(--ag-card-shadow);--ag-side-bar-panel-width: 250px}.ag-theme-alpine-dark{--ag-background-color: #181d1f;--ag-foreground-color: #fff;--ag-border-color: #68686e;--ag-secondary-border-color: rgba(88, 86, 82, .5);--ag-header-background-color: #222628;--ag-odd-row-background-color: #222628;--ag-control-panel-background-color: #222628;--ag-subheader-background-color: #000;--ag-input-disabled-background-color: #282c2f;--ag-input-focus-box-shadow: 0 0 2px .5px rgba(255, 255, 255, .5), 0 0 4px 3px var(--ag-input-focus-border-color);--ag-card-shadow: 0 1px 20px 1px black;--ag-disabled-foreground-color: rgba(255, 255, 255, .5);--ag-chip-background-color: rgba(255, 255, 255, .07);--ag-input-disabled-border-color: rgba(104, 104, 110, .3);--ag-input-disabled-background-color: rgba(104, 104, 110, .07)}.ag-theme-alpine .ag-filter-toolpanel-header,.ag-theme-alpine .ag-filter-toolpanel-search,.ag-theme-alpine .ag-status-bar,.ag-theme-alpine .ag-header-row,.ag-theme-alpine .ag-panel-title-bar-title,.ag-theme-alpine .ag-multi-filter-group-title-bar,.ag-theme-alpine-dark .ag-filter-toolpanel-header,.ag-theme-alpine-dark .ag-filter-toolpanel-search,.ag-theme-alpine-dark .ag-status-bar,.ag-theme-alpine-dark .ag-header-row,.ag-theme-alpine-dark .ag-panel-title-bar-title,.ag-theme-alpine-dark .ag-multi-filter-group-title-bar{font-weight:700;color:var(--ag-header-foreground-color)}.ag-theme-alpine .ag-row,.ag-theme-alpine-dark .ag-row{font-size:calc(var(--ag-font-size) + 1px)}.ag-theme-alpine input[class^=ag-]:not([type]),.ag-theme-alpine input[class^=ag-][type=text],.ag-theme-alpine input[class^=ag-][type=number],.ag-theme-alpine input[class^=ag-][type=tel],.ag-theme-alpine input[class^=ag-][type=date],.ag-theme-alpine input[class^=ag-][type=datetime-local],.ag-theme-alpine textarea[class^=ag-],.ag-theme-alpine-dark input[class^=ag-]:not([type]),.ag-theme-alpine-dark input[class^=ag-][type=text],.ag-theme-alpine-dark input[class^=ag-][type=number],.ag-theme-alpine-dark input[class^=ag-][type=tel],.ag-theme-alpine-dark input[class^=ag-][type=date],.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],.ag-theme-alpine-dark textarea[class^=ag-]{min-height:calc(var(--ag-grid-size) * 4);border-radius:var(--ag-border-radius)}.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]),.ag-theme-alpine .ag-ltr input[class^=ag-][type=text],.ag-theme-alpine .ag-ltr input[class^=ag-][type=number],.ag-theme-alpine .ag-ltr input[class^=ag-][type=tel],.ag-theme-alpine .ag-ltr input[class^=ag-][type=date],.ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-alpine .ag-ltr textarea[class^=ag-],.ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]),.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text],.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number],.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel],.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date],.ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-alpine-dark .ag-ltr textarea[class^=ag-]{padding-left:var(--ag-grid-size)}.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]),.ag-theme-alpine .ag-rtl input[class^=ag-][type=text],.ag-theme-alpine .ag-rtl input[class^=ag-][type=number],.ag-theme-alpine .ag-rtl input[class^=ag-][type=tel],.ag-theme-alpine .ag-rtl input[class^=ag-][type=date],.ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-alpine .ag-rtl textarea[class^=ag-],.ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]),.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text],.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number],.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel],.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date],.ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-alpine-dark .ag-rtl textarea[class^=ag-]{padding-right:var(--ag-grid-size)}.ag-theme-alpine .ag-tab,.ag-theme-alpine-dark .ag-tab{padding:calc(var(--ag-grid-size) * 1.5);transition:color .4s;flex:1 1 auto}.ag-theme-alpine .ag-tab-selected,.ag-theme-alpine-dark .ag-tab-selected{color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-menu,.ag-theme-alpine-dark .ag-menu{background-color:var(--ag-control-panel-background-color)}.ag-theme-alpine .ag-menu-header,.ag-theme-alpine-dark .ag-menu-header{background-color:var(--ag-control-panel-background-color);padding-top:1px}.ag-theme-alpine .ag-tabs-header,.ag-theme-alpine-dark .ag-tabs-header{border-bottom:var(--ag-borders) var(--ag-border-color)}.ag-theme-alpine .ag-charts-settings-group-title-bar,.ag-theme-alpine .ag-charts-data-group-title-bar,.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,.ag-theme-alpine-dark .ag-charts-settings-group-title-bar,.ag-theme-alpine-dark .ag-charts-data-group-title-bar,.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar{padding:var(--ag-grid-size) calc(var(--ag-grid-size) * 2);line-height:calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px)}.ag-theme-alpine .ag-chart-mini-thumbnail,.ag-theme-alpine-dark .ag-chart-mini-thumbnail{background-color:var(--ag-background-color)}.ag-theme-alpine .ag-chart-settings-nav-bar,.ag-theme-alpine-dark .ag-chart-settings-nav-bar{border-top:var(--ag-borders-secondary) var(--ag-secondary-border-color)}.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon,.ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon{margin-right:var(--ag-grid-size)}.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon,.ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon{margin-left:var(--ag-grid-size)}.ag-theme-alpine .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar{margin-top:var(--ag-grid-size)}.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar{padding-left:calc(var(--ag-icon-size) * .5 + var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar,.ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar{padding-right:calc(var(--ag-icon-size) * .5 + var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-charts-format-sub-level-group,.ag-theme-alpine-dark .ag-charts-format-sub-level-group{border-left:dashed 1px;border-left-color:var(--ag-border-color);padding-left:var(--ag-grid-size);margin-bottom:calc(var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar,.ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar{padding-top:0;padding-bottom:0;background:none;font-weight:700}.ag-theme-alpine .ag-charts-format-sub-level-group-container,.ag-theme-alpine-dark .ag-charts-format-sub-level-group-container{padding-bottom:0}.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child,.ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child{margin-bottom:0}.ag-theme-alpine.ag-dnd-ghost,.ag-theme-alpine-dark.ag-dnd-ghost{font-size:calc(var(--ag-font-size) - 1px);font-weight:700}.ag-theme-alpine .ag-side-buttons,.ag-theme-alpine-dark .ag-side-buttons{width:calc(var(--ag-grid-size) * 5)}.ag-theme-alpine .ag-standard-button,.ag-theme-alpine-dark .ag-standard-button{appearance:none;-webkit-appearance:none;border-radius:var(--ag-border-radius);border:1px solid;border-color:var(--ag-alpine-active-color);color:var(--ag-alpine-active-color);background-color:var(--ag-background-color);font-weight:600;padding:var(--ag-grid-size) calc(var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-standard-button:hover,.ag-theme-alpine-dark .ag-standard-button:hover{border-color:var(--ag-alpine-active-color);background-color:var(--ag-row-hover-color)}.ag-theme-alpine .ag-standard-button:active,.ag-theme-alpine-dark .ag-standard-button:active{border-color:var(--ag-alpine-active-color);background-color:var(--ag-alpine-active-color);color:var(--ag-background-color)}.ag-theme-alpine .ag-standard-button:disabled,.ag-theme-alpine-dark .ag-standard-button:disabled{color:var(--ag-disabled-foreground-color);background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color)}.ag-theme-alpine .ag-column-drop-vertical,.ag-theme-alpine-dark .ag-column-drop-vertical{min-height:75px}.ag-theme-alpine .ag-column-drop-vertical-title-bar,.ag-theme-alpine-dark .ag-column-drop-vertical-title-bar{padding:calc(var(--ag-grid-size) * 2);padding-bottom:0}.ag-theme-alpine .ag-column-drop-vertical-empty-message,.ag-theme-alpine-dark .ag-column-drop-vertical-empty-message{display:flex;align-items:center;border:dashed 1px;border-color:var(--ag-border-color);margin:calc(var(--ag-grid-size) * 2);padding:calc(var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-column-drop-empty-message,.ag-theme-alpine-dark .ag-column-drop-empty-message{color:var(--ag-foreground-color);opacity:.75}.ag-theme-alpine .ag-status-bar,.ag-theme-alpine-dark .ag-status-bar{font-weight:400}.ag-theme-alpine .ag-status-name-value-value,.ag-theme-alpine-dark .ag-status-name-value-value,.ag-theme-alpine .ag-paging-number,.ag-theme-alpine .ag-paging-row-summary-panel-number,.ag-theme-alpine-dark .ag-paging-number,.ag-theme-alpine-dark .ag-paging-row-summary-panel-number{font-weight:700}.ag-theme-alpine .ag-column-drop-cell-button,.ag-theme-alpine-dark .ag-column-drop-cell-button{opacity:.5}.ag-theme-alpine .ag-column-drop-cell-button:hover,.ag-theme-alpine-dark .ag-column-drop-cell-button:hover{opacity:.75}.ag-theme-alpine .ag-header-cell-menu-button:hover,.ag-theme-alpine .ag-side-button-button:hover,.ag-theme-alpine .ag-tab:hover,.ag-theme-alpine .ag-panel-title-bar-button:hover,.ag-theme-alpine .ag-header-expand-icon:hover,.ag-theme-alpine .ag-column-group-icons:hover,.ag-theme-alpine .ag-group-expanded .ag-icon:hover,.ag-theme-alpine .ag-group-contracted .ag-icon:hover,.ag-theme-alpine .ag-chart-settings-prev:hover,.ag-theme-alpine .ag-chart-settings-next:hover,.ag-theme-alpine .ag-group-title-bar-icon:hover,.ag-theme-alpine .ag-column-select-header-icon:hover,.ag-theme-alpine .ag-floating-filter-button-button:hover,.ag-theme-alpine .ag-filter-toolpanel-expand:hover,.ag-theme-alpine .ag-chart-menu-icon:hover,.ag-theme-alpine-dark .ag-header-cell-menu-button:hover,.ag-theme-alpine-dark .ag-side-button-button:hover,.ag-theme-alpine-dark .ag-tab:hover,.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,.ag-theme-alpine-dark .ag-header-expand-icon:hover,.ag-theme-alpine-dark .ag-column-group-icons:hover,.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,.ag-theme-alpine-dark .ag-chart-settings-prev:hover,.ag-theme-alpine-dark .ag-chart-settings-next:hover,.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,.ag-theme-alpine-dark .ag-column-select-header-icon:hover,.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,.ag-theme-alpine-dark .ag-chart-menu-icon:hover{color:var(--ag-alpine-active-color)}.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover,.ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover{opacity:.35}.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button,.ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button{margin-left:calc(var(--ag-grid-size) * 2);margin-right:var(--ag-grid-size)}.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button,.ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button{margin-right:calc(var(--ag-grid-size) * 2);margin-left:var(--ag-grid-size)}.ag-theme-alpine .ag-filter-toolpanel-group-container,.ag-theme-alpine-dark .ag-filter-toolpanel-group-container{padding-left:var(--ag-grid-size)}.ag-theme-alpine .ag-filter-toolpanel-instance-filter,.ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter{border:none;background-color:var(--ag-control-panel-background-color);border-left:dashed 1px;border-left-color:var(--ag-border-color);margin-left:calc(var(--ag-icon-size) * .5);padding-left:calc(var(--ag-icon-size) * .5);margin-right:calc(var(--ag-grid-size) * 2)}.ag-theme-alpine .ag-set-filter-list,.ag-theme-alpine-dark .ag-set-filter-list{padding-top:calc(var(--ag-grid-size) * .5);padding-bottom:calc(var(--ag-grid-size) * .5)}.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,.ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,.ag-theme-alpine .ag-layout-print .ag-center-cols-container,.ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper,.ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container,.ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper,.ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container{min-height:150px}.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height,.ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height{padding-top:60px}.ag-theme-alpine .ag-date-time-list-page-entry-is-current,.ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current{background-color:var(--ag-alpine-active-color)}.ag-theme-alpine-dark{color-scheme:dark}html,body{overflow-y:hidden;overflow-x:hidden;height:100%;min-height:100%;min-width:1350px;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:13px}app-root{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;height:100%;font-family:Open Sans,sans-serif;background:radial-gradient(#353535,#333)}.count-text{color:#d8bd51;margin-left:3px}.loading-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding-bottom:15%}.cdk-global-scrollblock{overflow-y:auto!important}.mat-mdc-form-field .mat-mdc-text-field-wrapper,.mat-expansion-panel,.mat-expansion-panel .mat-expansion-panel-header,.mat-expansion-panel .mat-expansion-panel-body{background-color:#363636!important}.mat-mdc-form-field .mat-mdc-form-field-wrapper{padding-bottom:0}.mat-mdc-form-field .mat-mdc-form-field-infix{border-top:0}.mat-mdc-form-field .mat-mdc-form-field-underline{bottom:.25em}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{font-size:1.2em!important}.mat-mdc-select-panel{max-height:326px!important}.mat-mdc-form-field .mat-mdc-input-element{font-size:14.5px!important}.mat-mdc-form-field.dense .mat-mdc-form-field-infix{padding-top:5px!important;padding-bottom:5px!important;min-height:35px}.mat-mdc-form-field.dense.dtp .mat-mdc-text-field-wrapper{height:34px}.mat-mdc-form-field.dense.dtp .mat-mdc-form-field-infix{padding-top:5px}.mat-mdc-form-field.dense.dtp .mat-mdc-button-base{padding:0;margin-top:-1px}.mat-mdc-form-field.dense.dtp.mat-mdc-form-field{max-width:140px;min-height:30px;font-weight:400}.mat-mdc-form-field.dense.dtp .mat-mdc-form-field-icon-suffix mat-datepicker-toggle button{padding-bottom:3px!important}.mat-mdc-form-field.dense.dtp .mat-mdc-form-field-icon-suffix mat-datepicker-toggle button .mat-mdc-button-persistent-ripple{margin-bottom:3px!important}button.mat-mdc-button,button.mat-mdc-raised-button,button.mat-mdc-outlined-button{font-family:Roboto;min-width:85px}button.mat-mdc-button.mat-mdc-raised-button.mat-unthemed,button.mat-mdc-raised-button.mat-mdc-raised-button.mat-unthemed,button.mat-mdc-outlined-button.mat-mdc-raised-button.mat-unthemed{background-color:#535353}button.mat-mdc-button span,button.mat-mdc-raised-button span,button.mat-mdc-outlined-button span{font-size:14px}.mat-mdc-select-value-text{font-size:14px!important;font-weight:400}.mat-mdc-dialog-container{padding:0!important}.mat-mdc-form-field.mat-mdc-form-field-should-float .mat-mdc-form-field-infix .mat-mdc-form-field-label{font-size:17.5px;top:1.15em;color:#ffffffd9}.mat-mdc-form-field.mat-form-field-hide-placeholder .mat-mdc-floating-label.mdc-floating-label{font-size:1.1em!important}.mat-mdc-form-field .mat-mdc-form-field-icon-suffix mat-datepicker-toggle button{padding-bottom:15px!important}.mat-mdc-form-field .mat-mdc-form-field-icon-suffix mat-datepicker-toggle button .mat-mdc-button-persistent-ripple{margin-bottom:15px!important}.mat-mdc-tab-group{width:100%;flex:1;display:flex;flex-direction:column;overflow-y:auto}.mat-mdc-tab-group .mat-mdc-tab-list{flex-grow:initial}.mat-mdc-tab-group .mat-mdc-tab{min-width:175px}.mat-mdc-tab-group .mat-mdc-tab-labels{font-size:16px;color:#fff}.mat-mdc-tab-group .mat-mdc-tab-body-wrapper{flex:1;display:flex;flex-direction:column}.mat-mdc-tab-group .mat-mdc-tab-body-wrapper .mat-mdc-tab-body{flex:1;padding-top:15px;display:flex;flex-direction:column;box-sizing:border-box;overflow-y:hidden}.mat-mdc-snack-bar-container.success .mdc-snackbar__surface{background-color:green}.mat-mdc-snack-bar-container.warning .mdc-snackbar__surface{background-color:brown}.mat-mdc-snack-bar-container.error .mdc-snackbar__surface{background-color:red}.mat-mdc-snack-bar-container .mdc-button__label,.mat-mdc-snack-bar-container .mdc-snackbar__label{color:#fff!important}.mat-mdc-card-content{padding-top:8px!important;padding-bottom:8px!important}::-webkit-scrollbar{height:18px;width:12px}::-webkit-scrollbar-thumb{border-radius:9px;border:solid 3px #5c5c5c;background-color:#d3d3d3}::-webkit-scrollbar-track{background-color:#5c5c5c}.content{flex:1;display:flex;min-height:0}.page{display:flex;min-height:0px;flex:1;width:100%}.hide{display:none!important}.tile-blue{background:#246cbd}.tile-blue:hover{background:#3a85da}.tile-darkblue{background:#023c80}.tile-darkblue:hover{background:#0354b2}.tile-green{background:#498012}.tile-green:hover{background:#63ad18}.tile-lightgreen{background:#71a041}.tile-lightgreen:hover{background:#8bbb59}.tile-brown{background:#735a59}.tile-brown:hover{background:#90716f}.tile-red{background:#b31818}.tile-red:hover{background:#e01e1e}.tile-orange{background:#dc6313}.tile-orange:hover{background:#ee7e34}.tile-yellow{background:#e2b80e}.tile-yellow:hover{background:#f2cc31}.tile-darkgreen{background:#006400}.tile-darkgreen:hover{background:#009700}.tile-purple{background:purple}.tile-purple:hover{background:#b300b3}.fixedpage{width:100%;display:flex;flex-direction:column;min-height:0}.fixedpage .fixedpage-header{border-bottom:1px gray solid;margin-bottom:8px!important;display:flex;justify-content:space-between;height:40px}.fixedpage .fixedpage-header .header-actions,.fixedpage .fixedpage-header .header-left{display:flex}.fixedpage .fixedpage-header .header-actions{flex:1;justify-content:flex-end;align-items:center}.fixedpage .fixedpage-header .header-left{align-items:center;min-width:300px}.fixedpage .fixedpage-header h1{display:inline-block;color:#fff;font-family:Open Sans,sans-serif;font-weight:400;font-size:18px;margin-top:0;margin-bottom:0;padding-right:35px}.fixedpage .fixedpage-header h1 span{color:#fc0;font-weight:600}.fixedpage .fixedpage-header .editmode-start{background-color:#616161ad;color:#fff;border-width:1px;max-height:26px;line-height:28px;margin-right:20px}.fixedpage .fixedpage-header .editmode-start span.button-text,.fixedpage .fixedpage-header .editmode-start i.button-image{font-size:13px}.fixedpage .fixedpage-header .editmode-start span{padding-left:10px}.fixedpage .fixedpage-header .editmode-start:hover{color:#fc0;background-color:#505050}.fixedpage .fixedpage-header .editmode-end,.fixedpage .fixedpage-header .save{float:right;height:24px;line-height:24px}.fixedpage .fixedpage-header .hide{display:none}.fixedpage .fixedpage-content{flex:1;display:flex;min-height:0px;box-sizing:border-box;padding-bottom:20px}.edit-overlay{z-index:990;opacity:.9;background-color:#3c3c3c;color:#fff;position:absolute;inset:0;display:flex;flex-direction:column;min-height:0px;justify-content:space-evenly;align-items:center}.edit-overlay.tile-group{justify-content:flex-start}.edit-overlay.tile-group mat-button-toggle-group{max-width:130px}.edit-overlay.tile-group mat-button-toggle{color:#000;text-align:center;width:30px}.edit-overlay.tile-group mat-button-toggle.group-0{background-color:#fff}.edit-overlay.tile-group mat-button-toggle.group-1{background-color:#fff}.edit-overlay.tile-group mat-button-toggle.group-2{background-color:#fff}.edit-overlay.tile-group mat-button-toggle.group-3{background-color:#fff}.edit-overlay.tile-group mat-button-toggle.group-4{background-color:#fff}.edit-overlay.tile-group mat-button-toggle.group-5{background-color:#fff}.edit-overlay.tile-group mat-button-toggle:hover{background-color:gray}.edit-overlay.tile-group .mat-button-toggle-label-content{padding:0}.edit-overlay.tile-group .save-banner{height:30%}.edit-overlay.tile-group.group-0{background-color:#246cbd}.edit-overlay.tile-group.group-0 mat-button-toggle.group-0{font-weight:bolder;font-size:1.5em}.edit-overlay.tile-group.group-1{background-color:#fc0}.edit-overlay.tile-group.group-1 mat-button-toggle.group-1{font-weight:bolder;font-size:1.5em}.edit-overlay.tile-group.group-2{background-color:red}.edit-overlay.tile-group.group-2 mat-button-toggle.group-2{font-weight:bolder;font-size:1.5em}.edit-overlay.tile-group.group-3{background-color:green}.edit-overlay.tile-group.group-3 mat-button-toggle.group-3{font-weight:bolder;font-size:1.5em}.edit-overlay.tile-group.group-4{background-color:#dc6313}.edit-overlay.tile-group.group-4 mat-button-toggle.group-4{font-weight:bolder;font-size:1.5em}.edit-overlay.tile-group.group-5{background-color:#735a59}.edit-overlay.tile-group.group-5 mat-button-toggle.group-5{font-weight:bolder;font-size:1.5em}.edit-overlay.tile-group .is-primary{background-color:#fff;width:100px;margin-bottom:5px;margin-top:10px}.edit-overlay.tile-group .is-primary .mat-button-toggle-label{width:100%}.edit-overlay.tile-group .is-primary.group-primary{color:#fff!important;font-weight:bolder;background-color:#000}.edit-overlay .click-edit{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;margin-top:20px}.edit-overlay .click-edit.change-position i{position:absolute;bottom:30px;font-size:1em}.edit-overlay .click-edit.change-position h1{position:absolute;bottom:0}.edit-overlay .click-edit.change-position-width i{position:absolute;right:30px}.edit-overlay .click-edit.change-position-width h1{position:absolute;left:10px}.edit-overlay .click-edit h1{font-size:1.2em;margin-bottom:5px}.edit-overlay .click-edit:hover{color:#fc0;cursor:pointer}.edit-overlay .spacer{height:15%}.edit-overlay .save-banner{display:flex;flex-direction:column;min-height:0px;justify-content:flex-start;width:100%;height:100%}.edit-overlay .save-banner .edit-title{display:flex;flex-direction:row;justify-content:flex-start;min-width:0px;padding-left:2px;padding-top:2px;color:#ffd11a}.edit-overlay .save-banner div{display:flex;flex-direction:row;min-width:0px;padding-right:7px;padding-left:4px;justify-content:space-between;vertical-align:top;margin-bottom:5px}.edit-overlay .save-banner .delete{color:#f50000;font-size:16px;background-color:#3c3c3c!important;box-shadow:none;min-width:0px!important;line-height:23px!important;padding:0}.edit-overlay .save-banner .delete:hover{color:#ff1f1f}.edit-overlay .save-banner .save-success{flex-direction:row;min-width:0px;justify-content:center;background-color:#4caf50;text-align:center}.tileconfig{width:1100px;height:800px;background-color:#3c3c3c;color:#fff;display:flex;flex-direction:column;min-height:0px;padding:20px 24px;overflow:hidden}.tileconfig .tabs{display:flex;flex:1;overflow-y:auto}.tileconfig .header{border-bottom:1px gray solid;display:flex;flex-direction:row;min-width:0px;justify-content:space-between;padding-bottom:10px}.tileconfig .header h1{font-family:Open Sans,sans-serif;font-weight:400;font-size:18px;margin-top:0;margin-bottom:0}.tileconfig .header .buttons{display:flex;flex-direction:row;min-width:0px;align-items:center}.tileconfig .header .buttons .save{height:24px;line-height:24px}.tileconfig .header .buttons .cancel{margin-right:8px;height:24px;line-height:24px;background-color:#7e7d7d}.tileconfig .header .buttons .revert{margin-right:8px;height:24px;line-height:24px}.drawer-container{flex:1;display:flex;flex-direction:row;background-color:#434343!important}.drawer-container .mat-drawer-inner-container{padding-left:15px;box-sizing:border-box}.drawer-container .mat-drawer-inner-container h2{font-size:1em;text-align:center}.drawer-container .mat-drawer-content{display:flex}.drawer-container .mat-drawer-backdrop.mat-drawer-shown{background-color:unset!important}.drawer-container mat-drawer.sidebar{width:250px;z-index:991;background-color:#3c3c3c;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;min-height:0px;align-items:center;overflow-y:auto}.drawer-container mat-drawer.sidebar .tiles{padding-left:5px}.drawer-container mat-drawer.sidebar .tiles .tile{display:flex;flex-direction:column;align-items:center;background-color:#505050!important;margin-bottom:15px;height:115px;width:205px}.drawer-container mat-drawer.sidebar .tiles .tile:hover{color:#fc0;cursor:pointer}.drawer-container mat-drawer.sidebar .tiles .tile .content{display:flex;flex-direction:column;justify-content:space-evenly;text-align:center}.drawer-container mat-drawer.sidebar .tiles .tile .content div{padding-top:10px;padding-bottom:10px;font-size:11pt}.drawer-container .new-tile{position:absolute;right:0;top:0;height:calc(100% - 42px);opacity:.5;margin-top:42px}.drawer-container .new-tile div{display:flex;flex-direction:column;justify-content:center;min-height:0px;height:100%;width:50px;background-color:#464545}.drawer-container .new-tile div .button-add{box-shadow:none;display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;min-width:0px;background-color:#464545;color:#00ff0a;border:none;outline:none;cursor:pointer}.drawer-container .new-tile div .button-add:hover{background-color:#656565;color:#15de1d}.drawer-container .new-tile div:hover{background-color:#656565}.drawer-container .new-tile.noAdd{display:none}.drawer-container .dashboard{flex:1;margin:0;display:flex;flex-direction:column;box-sizing:border-box}.drawer-container .dashboard .hide{display:none}.drawer-container .dashboard.columns-5 .dashboard-content{min-width:550px!important;max-width:700px}.drawer-container .dashboard.columns-6 .dashboard-content{min-width:660px!important;max-width:840px}.drawer-container .dashboard.columns-7 .dashboard-content{min-width:770px!important;max-width:980px}.drawer-container .dashboard.columns-8 .dashboard-content{min-width:880px!important;max-width:1120px}.drawer-container .dashboard.columns-9 .dashboard-content{min-width:990px!important;max-width:1260px}.drawer-container .dashboard.columns-10 .dashboard-content{min-width:1100px!important;max-width:1400px}.drawer-container .dashboard.columns-11 .dashboard-content{min-width:1210px!important;max-width:1540px}.drawer-container .dashboard.columns-12 .dashboard-content{min-width:1320px!important;max-width:1680px}.drawer-container .dashboard.columns-13 .dashboard-content{min-width:1430px!important;max-width:1820px}.drawer-container .dashboard.columns-14 .dashboard-content{min-width:1540px!important;max-width:1960px}.drawer-container .dashboard.columns-15 .dashboard-content{min-width:1650px!important;max-width:2100px}.drawer-container .dashboard.columns-16 .dashboard-content{min-width:1760px!important;max-width:2240px}.drawer-container .dashboard.columns-17 .dashboard-content{min-width:1870px!important;max-width:2380px}.drawer-container .dashboard.columns-18 .dashboard-content{min-width:1980px!important;max-width:2520px}.drawer-container .dashboard.columns-19 .dashboard-content{min-width:2090px!important;max-width:2660px}.drawer-container .dashboard.columns-20 .dashboard-content{min-width:2200px!important;max-width:2800px}.drawer-container .dashboard.columns-21 .dashboard-content{min-width:2310px!important;max-width:2940px}.drawer-container .dashboard.columns-22 .dashboard-content{min-width:2420px!important;max-width:3080px}.drawer-container .dashboard.columns-23 .dashboard-content{min-width:2530px!important;max-width:3220px}.drawer-container .dashboard.columns-24 .dashboard-content{min-width:2640px!important;max-width:3360px}.drawer-container .dashboard.columns-25 .dashboard-content{min-width:2750px!important;max-width:3500px}.drawer-container .dashboard.columns-26 .dashboard-content{min-width:2860px!important;max-width:3640px}.drawer-container .dashboard.columns-27 .dashboard-content{min-width:2970px!important;max-width:3780px}.drawer-container .dashboard.columns-28 .dashboard-content{min-width:3080px!important;max-width:3920px}.drawer-container .dashboard.columns-29 .dashboard-content{min-width:3190px!important;max-width:4060px}.drawer-container .dashboard.columns-30 .dashboard-content{min-width:3300px!important;max-width:4200px}.drawer-container .dashboard.columns-31 .dashboard-content{min-width:3410px!important;max-width:4340px}.drawer-container .dashboard.columns-32 .dashboard-content{min-width:3520px!important;max-width:4480px}.drawer-container .dashboard .dashboard-footer{border-top:1px gray solid}.drawer-container .dashboard .dashboard-header{border-bottom:1px gray solid;margin-bottom:8px!important;display:flex;justify-content:space-between;height:40px}.drawer-container .dashboard .dashboard-header .header-actions,.drawer-container .dashboard .dashboard-header .header-edit,.drawer-container .dashboard .dashboard-header .header-left{display:flex}.drawer-container .dashboard .dashboard-header .header-edit{padding-top:2px}.drawer-container .dashboard .dashboard-header .header-actions{flex:1;justify-content:flex-end;align-items:center}.drawer-container .dashboard .dashboard-header .header-left{align-items:center;min-width:300px}.drawer-container .dashboard .dashboard-header .header-left h1{margin-bottom:0}.drawer-container .dashboard .dashboard-header .header-edit{align-items:center}.drawer-container .dashboard .dashboard-header .editmode-start{background-color:#616161ad;color:#fff;border-width:1px;max-height:26px;line-height:28px;margin-right:20px}.drawer-container .dashboard .dashboard-header .editmode-start span.button-text,.drawer-container .dashboard .dashboard-header .editmode-start i.button-image{font-size:13px}.drawer-container .dashboard .dashboard-header .editmode-start span{padding-left:10px}.drawer-container .dashboard .dashboard-header .editmode-start:hover{color:#fc0;background-color:#545454ad}.drawer-container .dashboard .dashboard-header .editmode-end,.drawer-container .dashboard .dashboard-header .editmode-save-as,.drawer-container .dashboard .dashboard-header .editmode-save,.drawer-container .dashboard .dashboard-header .editmode-revert,.drawer-container .dashboard .dashboard-header .editmode-delete,.drawer-container .dashboard .dashboard-header .editmode-cancel,.drawer-container .dashboard .dashboard-header .save{height:24px;line-height:24px;margin-right:5px}.drawer-container .dashboard .dashboard-header .editmode-revert,.drawer-container .dashboard .dashboard-header .editmode-delete{margin-right:30px!important}.drawer-container .dashboard .dashboard-header .editmode-cancel{background-color:#7e7d7d!important}.drawer-container .dashboard .dashboard-header .show-tile-groups,.drawer-container .dashboard .dashboard-header .show-guidelines{margin-right:20px}.drawer-container .dashboard .dashboard-header .shared-by-name,.drawer-container .dashboard .dashboard-header .shared-with-name{margin-right:30px;max-width:150px}.drawer-container .dashboard .dashboard-header .dashboard-width-value{max-width:70px}.drawer-container .dashboard .dashboard-header .shared-by{margin-right:30px}.drawer-container .dashboard .dashboard-header .dashboard-width{margin-right:10px}.drawer-container .dashboard .dashboard-header h1{display:inline-block;color:#fff;font-family:Open Sans,sans-serif;font-weight:400;font-size:18px;margin-top:0;margin-bottom:7px;padding-right:35px}.drawer-container .dashboard .dashboard-header h1 span{color:#fc0;font-weight:600}.drawer-container .dashboard .dashboard-header .edit{min-width:0px;padding:0;background-color:#434343!important;color:#fff;line-height:24px;border:none;box-shadow:none!important}.drawer-container .dashboard .dashboard-header .edit:hover{color:#fc0;cursor:pointer}.drawer-container .dashboard .dashboard-header .edit:focus{outline:none}.drawer-container .dashboard .dashboard-header .view{margin-left:10px}.drawer-container .dashboard .dashboard-header .view .hide{display:none}.drawer-container .dashboard .dashboard-header .refresh{background-color:#616161ad;color:#fff;border-width:1px;max-height:26px;line-height:28px;margin-right:15px}.drawer-container .dashboard .dashboard-header .refresh.mat-mdc-raised-button span{font-size:inherit}.drawer-container .dashboard .dashboard-header .refresh span.button-text,.drawer-container .dashboard .dashboard-header .refresh i.button-image{font-size:13px}.drawer-container .dashboard .dashboard-header .refresh span{padding-left:10px}.drawer-container .dashboard .dashboard-header .refresh:hover{color:#fc0;background-color:#545454ad}.drawer-container .dashboard .dashboard-header .refresh .hide{display:none}.drawer-container .dashboard .dashboard-content{flex:1;flex-direction:column;display:flex;margin-bottom:7px;overflow-y:auto}.drawer-container .dashboard .dashboard-content .dashboard-tiles{flex-direction:row;display:flex;min-width:0px;overflow-x:hidden}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll{flex:1;box-sizing:border-box}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll.disable-scroll-bars{overflow:hidden}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .resolution{position:absolute;box-sizing:border-box;color:#64aa31;border-color:#64aa31;border-width:1px;border-right-style:dashed;border-bottom-style:dashed;pointer-events:none;font-size:13px;line-height:normal;display:none;flex-direction:column;justify-content:flex-end}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .resolution div{display:flex;flex-direction:row;justify-content:flex-end;padding-right:3px}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .resolution.hide{display:none}@media only screen and (min-width: 1024px){.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .r-1024-768{display:flex;height:506px;width:964px}}@media only screen and (min-width: 1366px){.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .r-1366-768{display:flex;height:506px;width:1306px}}@media only screen and (min-width: 1440px){.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .r-1440-900{display:flex;height:638px;width:1380px}}@media only screen and (min-width: 1920px){.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .r-1920-1080{display:flex;height:818px;width:1860px}}@media only screen and (min-width: 1920px){.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .r-1920-1200{display:flex;height:938px;width:1860px}}@media only screen and (min-width: 1460px){.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .r-ipad{display:flex;height:730px;width:1400px}}@media only screen and (min-width: 3840px){.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .r-3840-2160{display:flex;height:1898px;width:3780px}}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack{margin-right:-7px}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item{min-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="1"]{width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="1"]{left:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="2"]{width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="2"]{left:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="3"]{width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="3"]{left:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="4"]{width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="4"]{left:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-width="5"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item[data-gs-x="5"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-5>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item{min-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="1"]{width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="1"]{left:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="2"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="2"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="3"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="3"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="4"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="4"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="5"]{width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="5"]{left:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-width="6"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item[data-gs-x="6"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-6>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item{min-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="1"]{width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="1"]{left:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="2"]{width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="2"]{left:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="3"]{width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="3"]{left:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="4"]{width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="4"]{left:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="5"]{width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="5"]{left:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="6"]{width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="6"]{left:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-width="7"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item[data-gs-x="7"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-7>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item{min-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="1"]{width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="1"]{left:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="2"]{width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="2"]{left:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="3"]{width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="3"]{left:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="4"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="4"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="5"]{width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="5"]{left:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="6"]{width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="6"]{left:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="7"]{width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="7"]{left:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-width="8"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item[data-gs-x="8"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-8>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item{min-width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="1"]{width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="1"]{left:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="2"]{width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="2"]{left:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="3"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="3"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="4"]{width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="4"]{left:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="5"]{width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="5"]{left:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="6"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="6"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="7"]{width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="7"]{left:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="8"]{width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="8"]{left:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-width="9"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item[data-gs-x="9"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-9>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item{min-width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="1"]{width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="1"]{left:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="2"]{width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="2"]{left:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="3"]{width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="3"]{left:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="4"]{width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="4"]{left:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="5"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="5"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="6"]{width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="6"]{left:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="7"]{width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="7"]{left:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="8"]{width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="8"]{left:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="9"]{width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="9"]{left:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-width="10"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item[data-gs-x="10"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-10>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item{min-width:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="1"]{width:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="1"]{left:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="2"]{width:18.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="2"]{left:18.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:18.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:18.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="3"]{width:27.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="3"]{left:27.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:27.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:27.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="4"]{width:36.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="4"]{left:36.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:36.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:36.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="5"]{width:45.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="5"]{left:45.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:45.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:45.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="6"]{width:54.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="6"]{left:54.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:54.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:54.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="7"]{width:63.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="7"]{left:63.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:63.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:63.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="8"]{width:72.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="8"]{left:72.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:72.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:72.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="9"]{width:81.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="9"]{left:81.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:81.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:81.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="10"]{width:90.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="10"]{left:90.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:90.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:90.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-width="11"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item[data-gs-x="11"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-11>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item{min-width:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="1"]{width:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="1"]{left:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="2"]{width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="2"]{left:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="3"]{width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="3"]{left:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="4"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="4"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="5"]{width:41.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="5"]{left:41.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:41.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:41.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="6"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="6"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="7"]{width:58.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="7"]{left:58.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:58.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:58.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="8"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="8"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="9"]{width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="9"]{left:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="10"]{width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="10"]{left:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="11"]{width:91.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="11"]{left:91.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:91.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:91.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-width="12"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item[data-gs-x="12"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-12>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item{min-width:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="1"]{width:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="1"]{left:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="2"]{width:15.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="2"]{left:15.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:15.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:15.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="3"]{width:23.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="3"]{left:23.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:23.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:23.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="4"]{width:30.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="4"]{left:30.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:30.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:30.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="5"]{width:38.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="5"]{left:38.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:38.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:38.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="6"]{width:46.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="6"]{left:46.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:46.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:46.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="7"]{width:53.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="7"]{left:53.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:53.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:53.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="8"]{width:61.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="8"]{left:61.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:61.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:61.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="9"]{width:69.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="9"]{left:69.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:69.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:69.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="10"]{width:76.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="10"]{left:76.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:76.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:76.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="11"]{width:84.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="11"]{left:84.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:84.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:84.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="12"]{width:92.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="12"]{left:92.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:92.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:92.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-width="13"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item[data-gs-x="13"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-13>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item{min-width:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="1"]{width:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="1"]{left:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="2"]{width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="2"]{left:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="3"]{width:21.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="3"]{left:21.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:21.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:21.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="4"]{width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="4"]{left:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="5"]{width:35.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="5"]{left:35.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:35.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:35.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="6"]{width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="6"]{left:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="7"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="7"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="8"]{width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="8"]{left:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="9"]{width:64.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="9"]{left:64.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:64.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:64.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="10"]{width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="10"]{left:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="11"]{width:78.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="11"]{left:78.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:78.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:78.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="12"]{width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="12"]{left:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="13"]{width:92.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="13"]{left:92.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:92.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:92.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-width="14"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item[data-gs-x="14"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-14>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item{min-width:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="1"]{width:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="1"]{left:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="2"]{width:13.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="2"]{left:13.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:13.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:13.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="3"]{width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="3"]{left:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="4"]{width:26.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="4"]{left:26.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:26.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:26.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="5"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="5"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="6"]{width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="6"]{left:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="7"]{width:46.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="7"]{left:46.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:46.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:46.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="8"]{width:53.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="8"]{left:53.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:53.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:53.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="9"]{width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="9"]{left:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="10"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="10"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="11"]{width:73.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="11"]{left:73.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:73.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:73.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="12"]{width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="12"]{left:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="13"]{width:86.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="13"]{left:86.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:86.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:86.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="14"]{width:93.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="14"]{left:93.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:93.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:93.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-width="15"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item[data-gs-x="15"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-15>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item{min-width:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="1"]{width:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="1"]{left:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="2"]{width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="2"]{left:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="3"]{width:18.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="3"]{left:18.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:18.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:18.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="4"]{width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="4"]{left:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="5"]{width:31.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="5"]{left:31.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:31.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:31.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="6"]{width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="6"]{left:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="7"]{width:43.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="7"]{left:43.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:43.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:43.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="8"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="8"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="9"]{width:56.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="9"]{left:56.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:56.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:56.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="10"]{width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="10"]{left:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="11"]{width:68.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="11"]{left:68.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:68.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:68.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="12"]{width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="12"]{left:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="13"]{width:81.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="13"]{left:81.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:81.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:81.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="14"]{width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="14"]{left:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="15"]{width:93.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="15"]{left:93.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:93.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:93.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-width="16"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item[data-gs-x="16"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-16>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item{min-width:5.8823529412%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="1"]{width:5.8823529412%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="1"]{left:5.8823529412%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:5.8823529412%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:5.8823529412%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="2"]{width:11.7647058824%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="2"]{left:11.7647058824%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:11.7647058824%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:11.7647058824%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="3"]{width:17.6470588235%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="3"]{left:17.6470588235%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:17.6470588235%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:17.6470588235%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="4"]{width:23.5294117647%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="4"]{left:23.5294117647%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:23.5294117647%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:23.5294117647%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="5"]{width:29.4117647059%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="5"]{left:29.4117647059%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:29.4117647059%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:29.4117647059%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="6"]{width:35.2941176471%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="6"]{left:35.2941176471%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:35.2941176471%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:35.2941176471%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="7"]{width:41.1764705882%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="7"]{left:41.1764705882%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:41.1764705882%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:41.1764705882%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="8"]{width:47.0588235294%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="8"]{left:47.0588235294%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:47.0588235294%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:47.0588235294%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="9"]{width:52.9411764706%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="9"]{left:52.9411764706%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:52.9411764706%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:52.9411764706%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="10"]{width:58.8235294118%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="10"]{left:58.8235294118%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:58.8235294118%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:58.8235294118%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="11"]{width:64.7058823529%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="11"]{left:64.7058823529%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:64.7058823529%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:64.7058823529%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="12"]{width:70.5882352941%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="12"]{left:70.5882352941%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:70.5882352941%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:70.5882352941%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="13"]{width:76.4705882353%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="13"]{left:76.4705882353%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:76.4705882353%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:76.4705882353%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="14"]{width:82.3529411765%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="14"]{left:82.3529411765%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:82.3529411765%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:82.3529411765%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="15"]{width:88.2352941176%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="15"]{left:88.2352941176%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:88.2352941176%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:88.2352941176%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="16"]{width:94.1176470588%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="16"]{left:94.1176470588%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:94.1176470588%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:94.1176470588%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-width="17"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item[data-gs-x="17"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-17>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item{min-width:5.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="1"]{width:5.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="1"]{left:5.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:5.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:5.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="2"]{width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="2"]{left:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="3"]{width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="3"]{left:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="4"]{width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="4"]{left:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="5"]{width:27.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="5"]{left:27.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:27.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:27.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="6"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="6"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="7"]{width:38.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="7"]{left:38.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:38.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:38.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="8"]{width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="8"]{left:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="9"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="9"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="10"]{width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="10"]{left:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="11"]{width:61.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="11"]{left:61.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:61.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:61.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="12"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="12"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="13"]{width:72.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="13"]{left:72.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:72.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:72.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="14"]{width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="14"]{left:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="15"]{width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="15"]{left:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="16"]{width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="16"]{left:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="17"]{width:94.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="17"]{left:94.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:94.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:94.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-width="18"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item[data-gs-x="18"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-18>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item{min-width:5.2631578947%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="1"]{width:5.2631578947%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="1"]{left:5.2631578947%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:5.2631578947%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:5.2631578947%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="2"]{width:10.5263157895%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="2"]{left:10.5263157895%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:10.5263157895%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:10.5263157895%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="3"]{width:15.7894736842%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="3"]{left:15.7894736842%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:15.7894736842%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:15.7894736842%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="4"]{width:21.0526315789%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="4"]{left:21.0526315789%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:21.0526315789%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:21.0526315789%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="5"]{width:26.3157894737%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="5"]{left:26.3157894737%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:26.3157894737%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:26.3157894737%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="6"]{width:31.5789473684%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="6"]{left:31.5789473684%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:31.5789473684%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:31.5789473684%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="7"]{width:36.8421052632%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="7"]{left:36.8421052632%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:36.8421052632%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:36.8421052632%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="8"]{width:42.1052631579%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="8"]{left:42.1052631579%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:42.1052631579%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:42.1052631579%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="9"]{width:47.3684210526%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="9"]{left:47.3684210526%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:47.3684210526%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:47.3684210526%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="10"]{width:52.6315789474%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="10"]{left:52.6315789474%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:52.6315789474%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:52.6315789474%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="11"]{width:57.8947368421%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="11"]{left:57.8947368421%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:57.8947368421%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:57.8947368421%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="12"]{width:63.1578947368%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="12"]{left:63.1578947368%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:63.1578947368%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:63.1578947368%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="13"]{width:68.4210526316%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="13"]{left:68.4210526316%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:68.4210526316%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:68.4210526316%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="14"]{width:73.6842105263%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="14"]{left:73.6842105263%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:73.6842105263%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:73.6842105263%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="15"]{width:78.9473684211%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="15"]{left:78.9473684211%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:78.9473684211%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:78.9473684211%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="16"]{width:84.2105263158%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="16"]{left:84.2105263158%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:84.2105263158%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:84.2105263158%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="17"]{width:89.4736842105%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="17"]{left:89.4736842105%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:89.4736842105%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:89.4736842105%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="18"]{width:94.7368421053%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="18"]{left:94.7368421053%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:94.7368421053%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:94.7368421053%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-width="19"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item[data-gs-x="19"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-19>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item{min-width:5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="1"]{width:5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="1"]{left:5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="2"]{width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="2"]{left:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="3"]{width:15%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="3"]{left:15%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:15%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:15%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="4"]{width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="4"]{left:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="5"]{width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="5"]{left:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="6"]{width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="6"]{left:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="7"]{width:35%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="7"]{left:35%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:35%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:35%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="8"]{width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="8"]{left:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="9"]{width:45%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="9"]{left:45%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:45%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:45%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="10"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="10"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="11"]{width:55%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="11"]{left:55%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:55%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:55%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="12"]{width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="12"]{left:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="13"]{width:65%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="13"]{left:65%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:65%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:65%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="14"]{width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="14"]{left:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="15"]{width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="15"]{left:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="16"]{width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="16"]{left:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="17"]{width:85%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="17"]{left:85%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:85%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:85%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="18"]{width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="18"]{left:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="19"]{width:95%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="19"]{left:95%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:95%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:95%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-width="20"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item[data-gs-x="20"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-20>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item{min-width:4.7619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="1"]{width:4.7619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="1"]{left:4.7619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:4.7619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:4.7619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="2"]{width:9.5238095238%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="2"]{left:9.5238095238%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:9.5238095238%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:9.5238095238%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="3"]{width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="3"]{left:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="4"]{width:19.0476190476%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="4"]{left:19.0476190476%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:19.0476190476%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:19.0476190476%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="5"]{width:23.8095238095%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="5"]{left:23.8095238095%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:23.8095238095%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:23.8095238095%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="6"]{width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="6"]{left:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="7"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="7"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="8"]{width:38.0952380952%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="8"]{left:38.0952380952%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:38.0952380952%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:38.0952380952%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="9"]{width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="9"]{left:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="10"]{width:47.619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="10"]{left:47.619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:47.619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:47.619047619%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="11"]{width:52.380952381%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="11"]{left:52.380952381%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:52.380952381%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:52.380952381%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="12"]{width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="12"]{left:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="13"]{width:61.9047619048%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="13"]{left:61.9047619048%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:61.9047619048%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:61.9047619048%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="14"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="14"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="15"]{width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="15"]{left:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="16"]{width:76.1904761905%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="16"]{left:76.1904761905%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:76.1904761905%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:76.1904761905%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="17"]{width:80.9523809524%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="17"]{left:80.9523809524%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:80.9523809524%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:80.9523809524%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="18"]{width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="18"]{left:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="19"]{width:90.4761904762%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="19"]{left:90.4761904762%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:90.4761904762%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:90.4761904762%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="20"]{width:95.2380952381%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="20"]{left:95.2380952381%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:95.2380952381%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:95.2380952381%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-width="21"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item[data-gs-x="21"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-21>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item{min-width:4.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="1"]{width:4.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="1"]{left:4.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:4.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:4.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="2"]{width:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="2"]{left:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:9.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="3"]{width:13.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="3"]{left:13.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:13.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:13.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="4"]{width:18.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="4"]{left:18.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:18.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:18.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="5"]{width:22.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="5"]{left:22.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:22.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:22.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="6"]{width:27.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="6"]{left:27.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:27.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:27.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="7"]{width:31.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="7"]{left:31.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:31.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:31.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="8"]{width:36.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="8"]{left:36.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:36.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:36.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="9"]{width:40.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="9"]{left:40.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:40.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:40.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="10"]{width:45.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="10"]{left:45.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:45.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:45.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="11"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="11"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="12"]{width:54.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="12"]{left:54.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:54.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:54.5454545455%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="13"]{width:59.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="13"]{left:59.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:59.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:59.0909090909%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="14"]{width:63.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="14"]{left:63.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:63.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:63.6363636364%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="15"]{width:68.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="15"]{left:68.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:68.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:68.1818181818%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="16"]{width:72.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="16"]{left:72.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:72.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:72.7272727273%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="17"]{width:77.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="17"]{left:77.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:77.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:77.2727272727%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="18"]{width:81.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="18"]{left:81.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:81.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:81.8181818182%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="19"]{width:86.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="19"]{left:86.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:86.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:86.3636363636%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="20"]{width:90.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="20"]{left:90.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:90.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:90.9090909091%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="21"]{width:95.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="21"]{left:95.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:95.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:95.4545454545%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-width="22"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item[data-gs-x="22"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-22>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item{min-width:4.347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="1"]{width:4.347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="1"]{left:4.347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:4.347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:4.347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="2"]{width:8.6956521739%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="2"]{left:8.6956521739%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:8.6956521739%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:8.6956521739%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="3"]{width:13.0434782609%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="3"]{left:13.0434782609%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:13.0434782609%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:13.0434782609%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="4"]{width:17.3913043478%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="4"]{left:17.3913043478%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:17.3913043478%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:17.3913043478%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="5"]{width:21.7391304348%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="5"]{left:21.7391304348%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:21.7391304348%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:21.7391304348%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="6"]{width:26.0869565217%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="6"]{left:26.0869565217%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:26.0869565217%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:26.0869565217%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="7"]{width:30.4347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="7"]{left:30.4347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:30.4347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:30.4347826087%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="8"]{width:34.7826086957%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="8"]{left:34.7826086957%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:34.7826086957%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:34.7826086957%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="9"]{width:39.1304347826%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="9"]{left:39.1304347826%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:39.1304347826%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:39.1304347826%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="10"]{width:43.4782608696%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="10"]{left:43.4782608696%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:43.4782608696%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:43.4782608696%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="11"]{width:47.8260869565%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="11"]{left:47.8260869565%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:47.8260869565%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:47.8260869565%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="12"]{width:52.1739130435%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="12"]{left:52.1739130435%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:52.1739130435%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:52.1739130435%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="13"]{width:56.5217391304%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="13"]{left:56.5217391304%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:56.5217391304%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:56.5217391304%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="14"]{width:60.8695652174%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="14"]{left:60.8695652174%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:60.8695652174%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:60.8695652174%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="15"]{width:65.2173913043%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="15"]{left:65.2173913043%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:65.2173913043%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:65.2173913043%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="16"]{width:69.5652173913%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="16"]{left:69.5652173913%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:69.5652173913%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:69.5652173913%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="17"]{width:73.9130434783%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="17"]{left:73.9130434783%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:73.9130434783%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:73.9130434783%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="18"]{width:78.2608695652%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="18"]{left:78.2608695652%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:78.2608695652%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:78.2608695652%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="19"]{width:82.6086956522%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="19"]{left:82.6086956522%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:82.6086956522%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:82.6086956522%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="20"]{width:86.9565217391%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="20"]{left:86.9565217391%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:86.9565217391%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:86.9565217391%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="21"]{width:91.3043478261%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="21"]{left:91.3043478261%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:91.3043478261%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:91.3043478261%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="22"]{width:95.652173913%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="22"]{left:95.652173913%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:95.652173913%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:95.652173913%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-width="23"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item[data-gs-x="23"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-23>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item{min-width:4.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="1"]{width:4.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="1"]{left:4.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:4.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:4.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="2"]{width:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="2"]{left:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:8.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="3"]{width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="3"]{left:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="4"]{width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="4"]{left:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="5"]{width:20.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="5"]{left:20.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:20.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:20.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="6"]{width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="6"]{left:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="7"]{width:29.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="7"]{left:29.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:29.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:29.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="8"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="8"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="9"]{width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="9"]{left:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="10"]{width:41.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="10"]{left:41.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:41.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:41.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="11"]{width:45.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="11"]{left:45.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:45.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:45.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="12"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="12"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="13"]{width:54.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="13"]{left:54.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:54.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:54.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="14"]{width:58.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="14"]{left:58.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:58.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:58.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="15"]{width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="15"]{left:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="16"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="16"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="17"]{width:70.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="17"]{left:70.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:70.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:70.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="18"]{width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="18"]{left:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="19"]{width:79.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="19"]{left:79.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:79.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:79.1666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="20"]{width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="20"]{left:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="21"]{width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="21"]{left:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="22"]{width:91.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="22"]{left:91.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:91.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:91.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="23"]{width:95.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="23"]{left:95.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:95.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:95.8333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-width="24"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item[data-gs-x="24"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-24>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item{min-width:4%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="1"]{width:4%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="1"]{left:4%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:4%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:4%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="2"]{width:8%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="2"]{left:8%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:8%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:8%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="3"]{width:12%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="3"]{left:12%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:12%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:12%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="4"]{width:16%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="4"]{left:16%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:16%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:16%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="5"]{width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="5"]{left:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="6"]{width:24%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="6"]{left:24%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:24%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:24%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="7"]{width:28%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="7"]{left:28%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:28%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:28%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="8"]{width:32%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="8"]{left:32%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:32%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:32%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="9"]{width:36%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="9"]{left:36%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:36%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:36%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="10"]{width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="10"]{left:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="11"]{width:44%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="11"]{left:44%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:44%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:44%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="12"]{width:48%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="12"]{left:48%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:48%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:48%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="13"]{width:52%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="13"]{left:52%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:52%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:52%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="14"]{width:56%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="14"]{left:56%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:56%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:56%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="15"]{width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="15"]{left:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="16"]{width:64%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="16"]{left:64%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:64%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:64%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="17"]{width:68%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="17"]{left:68%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:68%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:68%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="18"]{width:72%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="18"]{left:72%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:72%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:72%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="19"]{width:76%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="19"]{left:76%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:76%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:76%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="20"]{width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="20"]{left:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="21"]{width:84%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="21"]{left:84%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:84%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:84%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="22"]{width:88%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="22"]{left:88%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:88%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:88%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="23"]{width:92%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="23"]{left:92%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:92%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:92%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="24"]{width:96%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="24"]{left:96%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:96%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:96%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-width="25"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item[data-gs-x="25"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-min-width="25"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-25>.grid-stack-item.grid-stack-item[data-gs-max-width="25"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item{min-width:3.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="1"]{width:3.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="1"]{left:3.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:3.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:3.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="2"]{width:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="2"]{left:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:7.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="3"]{width:11.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="3"]{left:11.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:11.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:11.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="4"]{width:15.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="4"]{left:15.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:15.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:15.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="5"]{width:19.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="5"]{left:19.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:19.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:19.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="6"]{width:23.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="6"]{left:23.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:23.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:23.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="7"]{width:26.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="7"]{left:26.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:26.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:26.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="8"]{width:30.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="8"]{left:30.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:30.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:30.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="9"]{width:34.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="9"]{left:34.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:34.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:34.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="10"]{width:38.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="10"]{left:38.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:38.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:38.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="11"]{width:42.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="11"]{left:42.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:42.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:42.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="12"]{width:46.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="12"]{left:46.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:46.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:46.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="13"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="13"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="14"]{width:53.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="14"]{left:53.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:53.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:53.8461538462%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="15"]{width:57.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="15"]{left:57.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:57.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:57.6923076923%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="16"]{width:61.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="16"]{left:61.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:61.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:61.5384615385%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="17"]{width:65.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="17"]{left:65.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:65.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:65.3846153846%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="18"]{width:69.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="18"]{left:69.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:69.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:69.2307692308%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="19"]{width:73.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="19"]{left:73.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:73.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:73.0769230769%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="20"]{width:76.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="20"]{left:76.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:76.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:76.9230769231%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="21"]{width:80.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="21"]{left:80.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:80.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:80.7692307692%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="22"]{width:84.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="22"]{left:84.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:84.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:84.6153846154%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="23"]{width:88.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="23"]{left:88.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:88.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:88.4615384615%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="24"]{width:92.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="24"]{left:92.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:92.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:92.3076923077%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="25"]{width:96.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="25"]{left:96.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="25"]{min-width:96.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="25"]{max-width:96.1538461538%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-width="26"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item[data-gs-x="26"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-min-width="26"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-26>.grid-stack-item.grid-stack-item[data-gs-max-width="26"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item{min-width:3.7037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="1"]{width:3.7037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="1"]{left:3.7037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:3.7037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:3.7037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="2"]{width:7.4074074074%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="2"]{left:7.4074074074%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:7.4074074074%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:7.4074074074%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="3"]{width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="3"]{left:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:11.1111111111%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="4"]{width:14.8148148148%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="4"]{left:14.8148148148%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:14.8148148148%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:14.8148148148%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="5"]{width:18.5185185185%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="5"]{left:18.5185185185%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:18.5185185185%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:18.5185185185%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="6"]{width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="6"]{left:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:22.2222222222%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="7"]{width:25.9259259259%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="7"]{left:25.9259259259%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:25.9259259259%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:25.9259259259%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="8"]{width:29.6296296296%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="8"]{left:29.6296296296%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:29.6296296296%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:29.6296296296%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="9"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="9"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="10"]{width:37.037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="10"]{left:37.037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:37.037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:37.037037037%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="11"]{width:40.7407407407%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="11"]{left:40.7407407407%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:40.7407407407%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:40.7407407407%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="12"]{width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="12"]{left:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:44.4444444444%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="13"]{width:48.1481481481%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="13"]{left:48.1481481481%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:48.1481481481%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:48.1481481481%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="14"]{width:51.8518518519%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="14"]{left:51.8518518519%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:51.8518518519%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:51.8518518519%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="15"]{width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="15"]{left:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:55.5555555556%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="16"]{width:59.2592592593%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="16"]{left:59.2592592593%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:59.2592592593%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:59.2592592593%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="17"]{width:62.962962963%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="17"]{left:62.962962963%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:62.962962963%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:62.962962963%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="18"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="18"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="19"]{width:70.3703703704%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="19"]{left:70.3703703704%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:70.3703703704%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:70.3703703704%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="20"]{width:74.0740740741%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="20"]{left:74.0740740741%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:74.0740740741%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:74.0740740741%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="21"]{width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="21"]{left:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:77.7777777778%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="22"]{width:81.4814814815%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="22"]{left:81.4814814815%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:81.4814814815%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:81.4814814815%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="23"]{width:85.1851851852%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="23"]{left:85.1851851852%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:85.1851851852%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:85.1851851852%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="24"]{width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="24"]{left:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:88.8888888889%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="25"]{width:92.5925925926%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="25"]{left:92.5925925926%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="25"]{min-width:92.5925925926%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="25"]{max-width:92.5925925926%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="26"]{width:96.2962962963%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="26"]{left:96.2962962963%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="26"]{min-width:96.2962962963%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="26"]{max-width:96.2962962963%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-width="27"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item[data-gs-x="27"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-min-width="27"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-27>.grid-stack-item.grid-stack-item[data-gs-max-width="27"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item{min-width:3.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="1"]{width:3.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="1"]{left:3.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:3.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:3.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="2"]{width:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="2"]{left:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:7.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="3"]{width:10.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="3"]{left:10.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:10.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:10.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="4"]{width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="4"]{left:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:14.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="5"]{width:17.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="5"]{left:17.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:17.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:17.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="6"]{width:21.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="6"]{left:21.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:21.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:21.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="7"]{width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="7"]{left:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="8"]{width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="8"]{left:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:28.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="9"]{width:32.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="9"]{left:32.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:32.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:32.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="10"]{width:35.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="10"]{left:35.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:35.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:35.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="11"]{width:39.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="11"]{left:39.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:39.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:39.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="12"]{width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="12"]{left:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:42.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="13"]{width:46.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="13"]{left:46.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:46.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:46.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="14"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="14"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="15"]{width:53.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="15"]{left:53.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:53.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:53.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="16"]{width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="16"]{left:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:57.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="17"]{width:60.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="17"]{left:60.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:60.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:60.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="18"]{width:64.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="18"]{left:64.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:64.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:64.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="19"]{width:67.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="19"]{left:67.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:67.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:67.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="20"]{width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="20"]{left:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:71.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="21"]{width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="21"]{left:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="22"]{width:78.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="22"]{left:78.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:78.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:78.5714285714%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="23"]{width:82.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="23"]{left:82.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:82.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:82.1428571429%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="24"]{width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="24"]{left:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:85.7142857143%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="25"]{width:89.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="25"]{left:89.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="25"]{min-width:89.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="25"]{max-width:89.2857142857%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="26"]{width:92.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="26"]{left:92.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="26"]{min-width:92.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="26"]{max-width:92.8571428571%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="27"]{width:96.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="27"]{left:96.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="27"]{min-width:96.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="27"]{max-width:96.4285714286%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-width="28"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item[data-gs-x="28"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-min-width="28"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-28>.grid-stack-item.grid-stack-item[data-gs-max-width="28"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item{min-width:3.4482758621%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="1"]{width:3.4482758621%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="1"]{left:3.4482758621%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:3.4482758621%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:3.4482758621%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="2"]{width:6.8965517241%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="2"]{left:6.8965517241%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:6.8965517241%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:6.8965517241%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="3"]{width:10.3448275862%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="3"]{left:10.3448275862%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:10.3448275862%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:10.3448275862%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="4"]{width:13.7931034483%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="4"]{left:13.7931034483%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:13.7931034483%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:13.7931034483%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="5"]{width:17.2413793103%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="5"]{left:17.2413793103%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:17.2413793103%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:17.2413793103%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="6"]{width:20.6896551724%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="6"]{left:20.6896551724%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:20.6896551724%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:20.6896551724%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="7"]{width:24.1379310345%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="7"]{left:24.1379310345%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:24.1379310345%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:24.1379310345%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="8"]{width:27.5862068966%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="8"]{left:27.5862068966%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:27.5862068966%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:27.5862068966%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="9"]{width:31.0344827586%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="9"]{left:31.0344827586%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:31.0344827586%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:31.0344827586%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="10"]{width:34.4827586207%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="10"]{left:34.4827586207%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:34.4827586207%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:34.4827586207%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="11"]{width:37.9310344828%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="11"]{left:37.9310344828%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:37.9310344828%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:37.9310344828%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="12"]{width:41.3793103448%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="12"]{left:41.3793103448%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:41.3793103448%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:41.3793103448%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="13"]{width:44.8275862069%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="13"]{left:44.8275862069%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:44.8275862069%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:44.8275862069%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="14"]{width:48.275862069%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="14"]{left:48.275862069%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:48.275862069%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:48.275862069%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="15"]{width:51.724137931%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="15"]{left:51.724137931%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:51.724137931%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:51.724137931%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="16"]{width:55.1724137931%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="16"]{left:55.1724137931%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:55.1724137931%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:55.1724137931%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="17"]{width:58.6206896552%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="17"]{left:58.6206896552%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:58.6206896552%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:58.6206896552%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="18"]{width:62.0689655172%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="18"]{left:62.0689655172%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:62.0689655172%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:62.0689655172%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="19"]{width:65.5172413793%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="19"]{left:65.5172413793%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:65.5172413793%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:65.5172413793%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="20"]{width:68.9655172414%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="20"]{left:68.9655172414%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:68.9655172414%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:68.9655172414%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="21"]{width:72.4137931034%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="21"]{left:72.4137931034%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:72.4137931034%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:72.4137931034%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="22"]{width:75.8620689655%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="22"]{left:75.8620689655%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:75.8620689655%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:75.8620689655%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="23"]{width:79.3103448276%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="23"]{left:79.3103448276%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:79.3103448276%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:79.3103448276%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="24"]{width:82.7586206897%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="24"]{left:82.7586206897%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:82.7586206897%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:82.7586206897%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="25"]{width:86.2068965517%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="25"]{left:86.2068965517%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="25"]{min-width:86.2068965517%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="25"]{max-width:86.2068965517%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="26"]{width:89.6551724138%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="26"]{left:89.6551724138%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="26"]{min-width:89.6551724138%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="26"]{max-width:89.6551724138%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="27"]{width:93.1034482759%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="27"]{left:93.1034482759%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="27"]{min-width:93.1034482759%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="27"]{max-width:93.1034482759%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="28"]{width:96.5517241379%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="28"]{left:96.5517241379%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="28"]{min-width:96.5517241379%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="28"]{max-width:96.5517241379%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-width="29"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item[data-gs-x="29"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-min-width="29"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-29>.grid-stack-item.grid-stack-item[data-gs-max-width="29"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item{min-width:3.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="1"]{width:3.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="1"]{left:3.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:3.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:3.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="2"]{width:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="2"]{left:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:6.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="3"]{width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="3"]{left:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:10%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="4"]{width:13.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="4"]{left:13.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:13.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:13.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="5"]{width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="5"]{left:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:16.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="6"]{width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="6"]{left:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:20%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="7"]{width:23.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="7"]{left:23.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:23.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:23.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="8"]{width:26.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="8"]{left:26.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:26.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:26.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="9"]{width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="9"]{left:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:30%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="10"]{width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="10"]{left:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:33.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="11"]{width:36.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="11"]{left:36.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:36.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:36.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="12"]{width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="12"]{left:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:40%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="13"]{width:43.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="13"]{left:43.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:43.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:43.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="14"]{width:46.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="14"]{left:46.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:46.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:46.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="15"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="15"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="16"]{width:53.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="16"]{left:53.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:53.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:53.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="17"]{width:56.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="17"]{left:56.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:56.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:56.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="18"]{width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="18"]{left:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:60%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="19"]{width:63.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="19"]{left:63.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:63.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:63.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="20"]{width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="20"]{left:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:66.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="21"]{width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="21"]{left:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:70%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="22"]{width:73.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="22"]{left:73.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:73.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:73.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="23"]{width:76.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="23"]{left:76.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:76.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:76.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="24"]{width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="24"]{left:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:80%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="25"]{width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="25"]{left:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="25"]{min-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="25"]{max-width:83.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="26"]{width:86.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="26"]{left:86.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="26"]{min-width:86.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="26"]{max-width:86.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="27"]{width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="27"]{left:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="27"]{min-width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="27"]{max-width:90%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="28"]{width:93.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="28"]{left:93.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="28"]{min-width:93.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="28"]{max-width:93.3333333333%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="29"]{width:96.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="29"]{left:96.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="29"]{min-width:96.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="29"]{max-width:96.6666666667%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-width="30"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item[data-gs-x="30"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-min-width="30"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-30>.grid-stack-item.grid-stack-item[data-gs-max-width="30"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item{min-width:3.2258064516%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="1"]{width:3.2258064516%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="1"]{left:3.2258064516%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:3.2258064516%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:3.2258064516%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="2"]{width:6.4516129032%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="2"]{left:6.4516129032%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:6.4516129032%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:6.4516129032%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="3"]{width:9.6774193548%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="3"]{left:9.6774193548%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:9.6774193548%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:9.6774193548%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="4"]{width:12.9032258065%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="4"]{left:12.9032258065%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:12.9032258065%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:12.9032258065%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="5"]{width:16.1290322581%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="5"]{left:16.1290322581%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:16.1290322581%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:16.1290322581%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="6"]{width:19.3548387097%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="6"]{left:19.3548387097%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:19.3548387097%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:19.3548387097%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="7"]{width:22.5806451613%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="7"]{left:22.5806451613%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:22.5806451613%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:22.5806451613%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="8"]{width:25.8064516129%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="8"]{left:25.8064516129%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:25.8064516129%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:25.8064516129%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="9"]{width:29.0322580645%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="9"]{left:29.0322580645%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:29.0322580645%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:29.0322580645%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="10"]{width:32.2580645161%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="10"]{left:32.2580645161%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:32.2580645161%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:32.2580645161%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="11"]{width:35.4838709677%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="11"]{left:35.4838709677%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:35.4838709677%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:35.4838709677%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="12"]{width:38.7096774194%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="12"]{left:38.7096774194%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:38.7096774194%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:38.7096774194%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="13"]{width:41.935483871%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="13"]{left:41.935483871%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:41.935483871%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:41.935483871%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="14"]{width:45.1612903226%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="14"]{left:45.1612903226%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:45.1612903226%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:45.1612903226%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="15"]{width:48.3870967742%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="15"]{left:48.3870967742%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:48.3870967742%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:48.3870967742%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="16"]{width:51.6129032258%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="16"]{left:51.6129032258%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:51.6129032258%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:51.6129032258%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="17"]{width:54.8387096774%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="17"]{left:54.8387096774%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:54.8387096774%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:54.8387096774%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="18"]{width:58.064516129%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="18"]{left:58.064516129%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:58.064516129%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:58.064516129%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="19"]{width:61.2903225806%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="19"]{left:61.2903225806%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:61.2903225806%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:61.2903225806%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="20"]{width:64.5161290323%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="20"]{left:64.5161290323%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:64.5161290323%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:64.5161290323%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="21"]{width:67.7419354839%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="21"]{left:67.7419354839%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:67.7419354839%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:67.7419354839%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="22"]{width:70.9677419355%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="22"]{left:70.9677419355%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:70.9677419355%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:70.9677419355%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="23"]{width:74.1935483871%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="23"]{left:74.1935483871%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:74.1935483871%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:74.1935483871%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="24"]{width:77.4193548387%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="24"]{left:77.4193548387%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:77.4193548387%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:77.4193548387%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="25"]{width:80.6451612903%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="25"]{left:80.6451612903%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="25"]{min-width:80.6451612903%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="25"]{max-width:80.6451612903%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="26"]{width:83.8709677419%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="26"]{left:83.8709677419%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="26"]{min-width:83.8709677419%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="26"]{max-width:83.8709677419%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="27"]{width:87.0967741935%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="27"]{left:87.0967741935%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="27"]{min-width:87.0967741935%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="27"]{max-width:87.0967741935%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="28"]{width:90.3225806452%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="28"]{left:90.3225806452%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="28"]{min-width:90.3225806452%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="28"]{max-width:90.3225806452%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="29"]{width:93.5483870968%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="29"]{left:93.5483870968%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="29"]{min-width:93.5483870968%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="29"]{max-width:93.5483870968%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="30"]{width:96.7741935484%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="30"]{left:96.7741935484%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="30"]{min-width:96.7741935484%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="30"]{max-width:96.7741935484%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-width="31"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item[data-gs-x="31"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-min-width="31"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-31>.grid-stack-item.grid-stack-item[data-gs-max-width="31"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item{min-width:3.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="1"]{width:3.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="1"]{left:3.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="1"]{min-width:3.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="1"]{max-width:3.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="2"]{width:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="2"]{left:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="2"]{min-width:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="2"]{max-width:6.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="3"]{width:9.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="3"]{left:9.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="3"]{min-width:9.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="3"]{max-width:9.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="4"]{width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="4"]{left:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="4"]{min-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="4"]{max-width:12.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="5"]{width:15.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="5"]{left:15.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="5"]{min-width:15.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="5"]{max-width:15.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="6"]{width:18.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="6"]{left:18.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="6"]{min-width:18.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="6"]{max-width:18.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="7"]{width:21.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="7"]{left:21.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="7"]{min-width:21.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="7"]{max-width:21.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="8"]{width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="8"]{left:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="8"]{min-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="8"]{max-width:25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="9"]{width:28.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="9"]{left:28.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="9"]{min-width:28.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="9"]{max-width:28.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="10"]{width:31.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="10"]{left:31.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="10"]{min-width:31.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="10"]{max-width:31.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="11"]{width:34.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="11"]{left:34.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="11"]{min-width:34.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="11"]{max-width:34.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="12"]{width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="12"]{left:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="12"]{min-width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="12"]{max-width:37.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="13"]{width:40.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="13"]{left:40.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="13"]{min-width:40.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="13"]{max-width:40.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="14"]{width:43.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="14"]{left:43.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="14"]{min-width:43.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="14"]{max-width:43.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="15"]{width:46.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="15"]{left:46.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="15"]{min-width:46.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="15"]{max-width:46.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="16"]{width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="16"]{left:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="16"]{min-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="16"]{max-width:50%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="17"]{width:53.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="17"]{left:53.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="17"]{min-width:53.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="17"]{max-width:53.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="18"]{width:56.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="18"]{left:56.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="18"]{min-width:56.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="18"]{max-width:56.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="19"]{width:59.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="19"]{left:59.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="19"]{min-width:59.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="19"]{max-width:59.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="20"]{width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="20"]{left:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="20"]{min-width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="20"]{max-width:62.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="21"]{width:65.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="21"]{left:65.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="21"]{min-width:65.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="21"]{max-width:65.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="22"]{width:68.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="22"]{left:68.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="22"]{min-width:68.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="22"]{max-width:68.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="23"]{width:71.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="23"]{left:71.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="23"]{min-width:71.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="23"]{max-width:71.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="24"]{width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="24"]{left:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="24"]{min-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="24"]{max-width:75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="25"]{width:78.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="25"]{left:78.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="25"]{min-width:78.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="25"]{max-width:78.125%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="26"]{width:81.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="26"]{left:81.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="26"]{min-width:81.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="26"]{max-width:81.25%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="27"]{width:84.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="27"]{left:84.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="27"]{min-width:84.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="27"]{max-width:84.375%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="28"]{width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="28"]{left:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="28"]{min-width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="28"]{max-width:87.5%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="29"]{width:90.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="29"]{left:90.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="29"]{min-width:90.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="29"]{max-width:90.625%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="30"]{width:93.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="30"]{left:93.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="30"]{min-width:93.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="30"]{max-width:93.75%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="31"]{width:96.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="31"]{left:96.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="31"]{min-width:96.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="31"]{max-width:96.875%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-width="32"]{width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item[data-gs-x="32"]{left:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-min-width="32"]{min-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.grid-stack-32>.grid-stack-item.grid-stack-item[data-gs-max-width="32"]{max-width:100%}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack>.grid-stack-item>.grid-stack-item-content{inset:0 7px 7px 0;overflow-y:hidden;background-color:#3c3c3c}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack>.grid-stack-item .ui-resizable-se{bottom:7px}.drawer-container .dashboard .dashboard-content .dashboard-tiles .dashboard-scroll .grid-stack.disable-scroll-bars{overflow:hidden!important}.drawer-container .dashboard .dashboard-content.edit-mode{background-color:#676767}.sup{vertical-align:super;font-size:xx-small}.overlaypage{background-color:#434343;position:absolute;inset:57px 10px 10px;display:flex;flex-direction:column}.overlaypage .overlaypage-header{text-align:right;height:40px}.overlaypage .overlaypage-header button.mat-mdc-raised-button{height:30px;line-height:30px}.overlaypage .chart{flex:1;display:flex}p-calendar input{width:225px;height:25px}p-calendar .ui-datepicker-header{width:250px}p-calendar .ui-datepicker.ui-widget{width:250px}p-calendar table.ui-datepicker-calendar{width:250px;background-color:#fff}.tvchart-wrapper{position:relative;flex:1}.tvchart-wrapper .tvchart{width:100%;height:100%}.tvchart-wrapper .tvchart iframe{display:block;position:absolute;inset:0;width:100px;min-width:100%;height:100px;min-height:100%}.settings-container{padding:25px;overflow-y:auto!important}.settings-container .settings-title{margin-bottom:25px}.settings-container .settings-title .mat-mdc-form-field{width:580px}.settings-container h3.settings-first-heading{margin-top:0}.settings-container .columns{margin-left:10px}.settings-container .columns .col-indent{margin-left:20px;margin-top:6px;margin-bottom:6px}.settings-container .columns .full-width{margin-left:20px}.settings-container .options{display:flex}.settings-container .options .col{flex:1}.settings-container .options .color{max-width:100px;margin-left:20px}.settings-container .selected-columns{width:100%!important;display:flex;flex-direction:row;padding-bottom:15px}.settings-container .selected-columns .column{padding-right:15px}.settings-container .column-expansion{margin-bottom:5px}.settings-container .column-expansion.disabled{opacity:.2}.settings-container .column-expansion .mat-expansion-panel-header{color:#fff!important}.settings-container .column-expansion .panel-title{align-items:center}.settings-container .column-expansion .panel-title .order{width:15px;margin-left:0;margin-right:0}.settings-container .column-expansion .panel-title .arrows{margin-left:12px}.settings-container .column-expansion .panel-title .arrows button.arrow{padding-left:6px;padding-right:6px;line-height:28px;min-width:0px;color:#fff;background-color:#006ad1;margin-left:2px;text-align:center;cursor:pointer}.settings-container .column-expansion .panel-title .arrows button.arrow:hover{background-color:#0077ea}.settings-container .column-expansion .panel-title .arrows.fade{opacity:.5}.settings-container .column-expansion .panel-title .name{padding-left:15px}.settings-container .column-expansion .panel-title .name.fade{opacity:.5}.settings-container .column-expansion .panel-title .click-settings{font-size:.85em;flex:1;display:flex;justify-content:flex-end}.settings-container .column-expansion .panel-body .column-option{padding-bottom:5px}.settings-container .column-expansion .panel-body .column-options{padding-bottom:5px;display:flex;flex-direction:row;justify-content:flex-start}.settings-container .column-expansion .panel-body .column-options .option{padding-right:12px}.content-story .text a{color:#fff;text-decoration:none;font-style:italic}.content-story .text a:hover{text-decoration:underline;color:#fc0}.popup-content-story .popup-text a{color:#fff;text-decoration:none;font-style:italic}.popup-content-story .popup-text a:hover{text-decoration:underline;color:#fc0}.orderstream-page{flex:1;height:100%;display:flex;flex-direction:row;min-height:0px;width:100%}.orderstream-page .topbar{min-height:65px;max-height:65px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px}.orderstream-page .topbar.border{border-bottom:1px solid dimgray}.orderstream-page .topbar .left,.orderstream-page .topbar .right,.orderstream-page .topbar .middle{gap:10px;display:flex;flex-direction:row}.orderstream-page .topbar .left{margin-left:-10px;align-items:start}.orderstream-page .topbar .left>*{margin-left:10px}.orderstream-page .topbar .right{align-items:end}.orderstream-page .topbar .middle{align-items:center}.orderstream-page .topbar h2.os-title{margin-top:0;margin-bottom:0;padding-top:7px;font-weight:400}.orderstream-page .sidenav{width:180px;border-right:1px solid dimgray;padding:0 5px 0 0;border-radius:3px;display:flex;flex-direction:column;justify-content:space-between}.orderstream-page .sidenav h3{text-align:center;border-top:1px solid gray;padding-top:10px}.orderstream-page .sidenav ul{padding:5px}.orderstream-page .sidenav ul li{list-style:none;padding:0;margin:0 0 10px;cursor:pointer;font-size:13px;font-weight:600;text-transform:uppercase;text-align:center;border-radius:5px;border:1px solid #494949;background-color:#101010;height:40px;line-height:40px}.orderstream-page .sidenav ul li.active,.orderstream-page .sidenav ul li.active:hover{background-color:#fc0}.orderstream-page .sidenav ul li.active:hover a{color:#000!important}.orderstream-page .sidenav ul li.active a,.orderstream-page .sidenav ul li.active a:visited,.orderstream-page .sidenav ul li.active a:active{color:#000}.orderstream-page .sidenav ul li:hover{background-color:#222}.orderstream-page .sidenav ul li:hover a{color:#fc0!important}.orderstream-page .sidenav ul li a{display:block;width:100%;height:100%;box-sizing:border-box;text-decoration:none;color:#dcdcdc}.orderstream-page .sidenav ul li a:visited,.orderstream-page .sidenav ul li a:active{color:#dcdcdc}.orderstream-page .content{flex:1;padding:0 10px 5px 12px}.orderstream-page .content .inner-content{height:100%;width:100%;display:flex;flex-direction:column;flex:1}.orderstream-page .content .row{height:100%;width:100%;display:flex;flex-direction:row;overflow:hidden}.orderstream-page .content .row .list{flex:1}.orderstream-page .content .row .detail{width:400px;display:flex}.orderstream-page .content .os-save-btn,.orderstream-page .content .os-cancel-btn,.orderstream-page .content .os-btn{width:160px}.orderstream-page .content .os-card-container{padding:16px;border:1px solid #68686e;background-color:#181d1f;margin-left:10px;box-sizing:border-box;width:100%;overflow-y:auto}.orderstream-page .content .os-card{margin-bottom:16px;background-color:#424242}.orderstream-page .content .os-card.no-background{background-color:inherit}.orderstream-page .content .os-card .os-card-header{padding:10px 10px 0}.orderstream-page .content .os-card .os-card-header h2{margin:0;padding:3px 5px;background-color:green;font-size:1.15em;font-weight:400}.orderstream-page .content .os-card .os-card-content{padding:10px}.orderstream-page .content .os-card .os-card-buttons{display:flex;justify-content:center;gap:10px}.orderstream-page .content .os-card .os-card-buttons button{width:200px}.orderstream-page .content .os-card .os-card-buttons.pad{padding:0 10px 20px}.orderstream-page .content .os-card-table{width:100%;border-collapse:collapse}.orderstream-page .content .os-card-table th.table-header{background-color:#4a4a4a;margin-bottom:2px;padding-top:2px;padding-bottom:2px}.orderstream-page .content .os-card-table th.table-header.left{text-align:left;padding-left:6px}.orderstream-page .content .os-card-table th.table-header.right{text-align:right;padding-right:6px}.orderstream-page .content .os-card-table td{padding:4px 6px;vertical-align:top;border-bottom:1px solid rgba(205,205,205,.22)}.orderstream-page .content .os-card-table td .value-col{width:65%}.ag-theme-alpine-dark{--ag-background-color: #252525}.ag-cell-focus .ag-cell-inline-editing{outline:none!important;box-shadow:none!important;background-color:transparent!important}.ag-cell:not(.ag-cell-focus):not(.ag-cell-inline-editing){outline:none!important;box-shadow:none!important;background-color:inherit!important}.ag-row-hover{color:#fc0}.ag-edit-btn{color:#f8f8ff;cursor:pointer;vertical-align:middle}.ag-edit-btn:hover{color:#fc0}.ag-delete-btn{color:red;cursor:pointer;vertical-align:middle}.ag-delete-btn:hover{color:#c00}.hidden{display:none!important}html{--mat-focus-indicator-border-style: solid;--mat-focus-indicator-border-width: 1px;--mat-focus-indicator-border-radius: 2px;--mat-focus-indicator-border-color: black;--mat-focus-indicator-display: block}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow)}html{--mat-sys-on-surface: initial}.mat-app-background{background-color:var(--mat-app-background-color, var(--mat-sys-background, transparent));color:var(--mat-app-text-color, var(--mat-sys-on-background, inherit))}html{--mat-app-background-color: #303030;--mat-app-text-color: white;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-ripple-color: color-mix(in srgb, white 12%, transparent)}html{--mat-option-selected-state-label-text-color: #ffc107;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.mat-accent{--mat-option-selected-state-label-text-color: #448aff;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}.mat-warn{--mat-option-selected-state-label-text-color: #ff5252;--mat-option-label-text-color: white;--mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent)}html{--mat-optgroup-label-text-color: white}html{--mat-pseudo-checkbox-full-selected-icon-color: #448aff;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #448aff;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #ffc107;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffc107;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #448aff;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #448aff;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #ff5252;--mat-pseudo-checkbox-full-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, .7);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff5252;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent)}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: #424242;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #424242;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(255, 255, 255, .12);--mat-card-subtitle-text-color: rgba(255, 255, 255, .7);--mat-card-filled-container-color: #424242;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #ffc107;--mat-progress-bar-track-color: rgba(255, 193, 7, .25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #448aff;--mat-progress-bar-track-color: rgba(68, 138, 255, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #ff5252;--mat-progress-bar-track-color: rgba(255, 82, 82, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: white;--mat-tooltip-supporting-text-color: rgba(0, 0, 0, .87)}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ffc107 87%, transparent);--mat-form-field-filled-caret-color: #ffc107;--mat-form-field-filled-focus-active-indicator-color: #ffc107;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ffc107 87%, transparent);--mat-form-field-outlined-caret-color: #ffc107;--mat-form-field-outlined-focus-outline-color: #ffc107;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ffc107 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-state-layer-color: white;--mat-form-field-error-text-color: #ff5252;--mat-form-field-select-option-text-color: rgba(0, 0, 0, .87);--mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, .38);--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, .7);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #4a4a4a;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);--mat-form-field-filled-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-color: white;--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-filled-error-hover-label-text-color: #ff5252;--mat-form-field-filled-error-focus-label-text-color: #ff5252;--mat-form-field-filled-error-label-text-color: #ff5252;--mat-form-field-filled-error-caret-color: #ff5252;--mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, .7);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: white;--mat-form-field-filled-error-active-indicator-color: #ff5252;--mat-form-field-filled-error-focus-active-indicator-color: #ff5252;--mat-form-field-filled-error-hover-active-indicator-color: #ff5252;--mat-form-field-outlined-label-text-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-hover-label-text-color: white;--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-color: white;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, .7);--mat-form-field-outlined-error-caret-color: #ff5252;--mat-form-field-outlined-error-focus-label-text-color: #ff5252;--mat-form-field-outlined-error-label-text-color: #ff5252;--mat-form-field-outlined-error-hover-label-text-color: #ff5252;--mat-form-field-outlined-outline-color: rgba(255, 255, 255, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);--mat-form-field-outlined-hover-outline-color: white;--mat-form-field-outlined-error-focus-outline-color: #ff5252;--mat-form-field-outlined-error-hover-outline-color: #ff5252;--mat-form-field-outlined-error-outline-color: #ff5252}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #448aff 87%, transparent);--mat-form-field-filled-caret-color: #448aff;--mat-form-field-filled-focus-active-indicator-color: #448aff;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #448aff 87%, transparent);--mat-form-field-outlined-caret-color: #448aff;--mat-form-field-outlined-focus-outline-color: #448aff;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #448aff 87%, transparent)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ff5252 87%, transparent);--mat-form-field-filled-caret-color: #ff5252;--mat-form-field-filled-focus-active-indicator-color: #ff5252;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ff5252 87%, transparent);--mat-form-field-outlined-caret-color: #ff5252;--mat-form-field-outlined-focus-outline-color: #ff5252;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ff5252 87%, transparent)}html{--mat-form-field-container-height: 52px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 14px;--mat-form-field-filled-with-label-container-padding-top: 22px;--mat-form-field-filled-with-label-container-padding-bottom: 6px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #ffc107;--mat-select-invalid-arrow-color: #ff5252}.mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #448aff;--mat-select-invalid-arrow-color: #ff5252}.mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: #424242;--mat-select-enabled-trigger-text-color: white;--mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);--mat-select-placeholder-text-color: rgba(255, 255, 255, .7);--mat-select-enabled-arrow-color: rgba(255, 255, 255, .7);--mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);--mat-select-focused-arrow-color: #ff5252;--mat-select-invalid-arrow-color: #ff5252}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: #424242}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: #424242;--mat-dialog-subhead-color: white;--mat-dialog-supporting-text-color: rgba(255, 255, 255, .7)}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: #ffc107;--mat-chip-elevated-disabled-container-color: #ffc107;--mat-chip-elevated-selected-container-color: #ffc107;--mat-chip-flat-disabled-selected-container-color: #ffc107;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #448aff;--mat-chip-elevated-disabled-container-color: #448aff;--mat-chip-elevated-selected-container-color: #448aff;--mat-chip-flat-disabled-selected-container-color: #448aff;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #ff5252;--mat-chip-elevated-disabled-container-color: #ff5252;--mat-chip-elevated-selected-container-color: #ff5252;--mat-chip-flat-disabled-selected-container-color: #ff5252;--mat-chip-focus-state-layer-color: white;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: white;--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 28px}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #448aff;--mat-slide-toggle-selected-handle-color: #448aff;--mat-slide-toggle-selected-hover-state-layer-color: #448aff;--mat-slide-toggle-selected-pressed-state-layer-color: #448aff;--mat-slide-toggle-selected-focus-handle-color: #448aff;--mat-slide-toggle-selected-hover-handle-color: #448aff;--mat-slide-toggle-selected-pressed-handle-color: #448aff;--mat-slide-toggle-selected-focus-track-color: #1e88e5;--mat-slide-toggle-selected-hover-track-color: #1e88e5;--mat-slide-toggle-selected-pressed-track-color: #1e88e5;--mat-slide-toggle-selected-track-color: #1e88e5}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #ff5252;--mat-slide-toggle-selected-handle-color: #ff5252;--mat-slide-toggle-selected-hover-state-layer-color: #ff5252;--mat-slide-toggle-selected-pressed-state-layer-color: #ff5252;--mat-slide-toggle-selected-focus-handle-color: #ff5252;--mat-slide-toggle-selected-hover-handle-color: #ff5252;--mat-slide-toggle-selected-pressed-handle-color: #ff5252;--mat-slide-toggle-selected-focus-track-color: #e53935;--mat-slide-toggle-selected-hover-track-color: #e53935;--mat-slide-toggle-selected-pressed-track-color: #e53935;--mat-slide-toggle-selected-track-color: #e53935}html{--mat-slide-toggle-state-layer-size: 36px;--mat-slide-toggle-touch-target-display: block}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #ffc107;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #ffc107;--mat-radio-selected-hover-icon-color: #ffc107;--mat-radio-selected-icon-color: #ffc107;--mat-radio-selected-pressed-icon-color: #ffc107;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #448aff;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #448aff;--mat-radio-selected-hover-icon-color: #448aff;--mat-radio-selected-icon-color: #448aff;--mat-radio-selected-pressed-icon-color: #448aff;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #ff5252;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #ff5252;--mat-radio-selected-hover-icon-color: #ff5252;--mat-radio-selected-icon-color: #ff5252;--mat-radio-selected-pressed-icon-color: #ff5252;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}html{--mat-radio-state-layer-size: 36px;--mat-radio-touch-target-display: block}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #ffc107;--mat-slider-focus-handle-color: #ffc107;--mat-slider-handle-color: #ffc107;--mat-slider-hover-handle-color: #ffc107;--mat-slider-focus-state-layer-color: color-mix(in srgb, #ffc107 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #ffc107 4%, transparent);--mat-slider-inactive-track-color: #ffc107;--mat-slider-ripple-color: #ffc107;--mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-inactive-container-color: #ffc107;--mat-slider-disabled-active-track-color: white;--mat-slider-disabled-handle-color: white;--mat-slider-disabled-inactive-track-color: white;--mat-slider-label-container-color: white;--mat-slider-label-label-text-color: rgba(0, 0, 0, .87);--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: white;--mat-slider-with-tick-marks-disabled-container-color: white}.mat-accent{--mat-slider-active-track-color: #448aff;--mat-slider-focus-handle-color: #448aff;--mat-slider-handle-color: #448aff;--mat-slider-hover-handle-color: #448aff;--mat-slider-focus-state-layer-color: color-mix(in srgb, #448aff 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #448aff 4%, transparent);--mat-slider-inactive-track-color: #448aff;--mat-slider-ripple-color: #448aff;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #448aff}.mat-warn{--mat-slider-active-track-color: #ff5252;--mat-slider-focus-handle-color: #ff5252;--mat-slider-handle-color: #ff5252;--mat-slider-hover-handle-color: #ff5252;--mat-slider-focus-state-layer-color: color-mix(in srgb, #ff5252 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #ff5252 4%, transparent);--mat-slider-inactive-track-color: #ff5252;--mat-slider-ripple-color: #ff5252;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #ff5252}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: white;--mat-menu-item-icon-color: white;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-menu-container-color: #424242;--mat-menu-divider-color: rgba(255, 255, 255, .12)}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: white;--mat-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .7);--mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-disabled-label-text-color: white;--mat-list-list-item-disabled-leading-icon-color: white;--mat-list-list-item-disabled-trailing-icon-color: white;--mat-list-list-item-hover-label-text-color: white;--mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-hover-state-layer-color: white;--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .7);--mat-list-list-item-focus-label-text-color: white;--mat-list-list-item-focus-state-layer-color: white;--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #ffc107;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #ffc107;--mat-radio-selected-hover-icon-color: #ffc107;--mat-radio-selected-icon-color: #ffc107;--mat-radio-selected-pressed-icon-color: #ffc107;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #448aff;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #448aff;--mat-radio-selected-hover-icon-color: #448aff;--mat-radio-selected-icon-color: #448aff;--mat-radio-selected-pressed-icon-color: #448aff;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #ff5252;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #ff5252;--mat-radio-selected-hover-icon-color: #ff5252;--mat-radio-selected-icon-color: #ff5252;--mat-radio-selected-pressed-icon-color: #ff5252;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, .87);--mat-checkbox-selected-focus-icon-color: #ffc107;--mat-checkbox-selected-hover-icon-color: #ffc107;--mat-checkbox-selected-icon-color: #ffc107;--mat-checkbox-selected-pressed-icon-color: #ffc107;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #ffc107;--mat-checkbox-selected-hover-state-layer-color: #ffc107;--mat-checkbox-selected-pressed-state-layer-color: #ffc107;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #448aff;--mat-checkbox-selected-hover-icon-color: #448aff;--mat-checkbox-selected-icon-color: #448aff;--mat-checkbox-selected-pressed-icon-color: #448aff;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #448aff;--mat-checkbox-selected-hover-state-layer-color: #448aff;--mat-checkbox-selected-pressed-state-layer-color: #448aff;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ff5252;--mat-checkbox-selected-hover-icon-color: #ff5252;--mat-checkbox-selected-icon-color: #ff5252;--mat-checkbox-selected-pressed-icon-color: #ff5252;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #ff5252;--mat-checkbox-selected-hover-state-layer-color: #ff5252;--mat-checkbox-selected-pressed-state-layer-color: #ff5252;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#ffc107}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 44px;--mat-list-list-item-two-line-container-height: 60px;--mat-list-list-item-three-line-container-height: 84px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 36px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:52px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:68px}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: white;--mat-paginator-container-background-color: #424242;--mat-paginator-enabled-icon-color: rgba(255, 255, 255, .7);--mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent)}html{--mat-paginator-container-size: 52px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #ffc107;--mat-tab-active-ripple-color: #ffc107;--mat-tab-inactive-ripple-color: #ffc107;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #ffc107;--mat-tab-active-hover-label-text-color: #ffc107;--mat-tab-active-focus-indicator-color: #ffc107;--mat-tab-active-hover-indicator-color: #ffc107;--mat-tab-active-indicator-color: #ffc107}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #448aff;--mat-tab-active-ripple-color: #448aff;--mat-tab-inactive-ripple-color: #448aff;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #448aff;--mat-tab-active-hover-label-text-color: #448aff;--mat-tab-active-focus-indicator-color: #448aff;--mat-tab-active-hover-indicator-color: #448aff;--mat-tab-active-indicator-color: #448aff}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(255, 255, 255, .7);--mat-tab-pagination-icon-color: white;--mat-tab-inactive-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-label-text-color: #ff5252;--mat-tab-active-ripple-color: #ff5252;--mat-tab-inactive-ripple-color: #ff5252;--mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, .7);--mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, .7);--mat-tab-active-focus-label-text-color: #ff5252;--mat-tab-active-hover-label-text-color: #ff5252;--mat-tab-active-focus-indicator-color: #ff5252;--mat-tab-active-hover-indicator-color: #ff5252;--mat-tab-active-indicator-color: #ff5252}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #ffc107;--mat-tab-foreground-color: rgba(0, 0, 0, .87)}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #448aff;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #ff5252;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 44px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #448aff;--mat-checkbox-selected-hover-icon-color: #448aff;--mat-checkbox-selected-icon-color: #448aff;--mat-checkbox-selected-pressed-icon-color: #448aff;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #448aff;--mat-checkbox-selected-hover-state-layer-color: #448aff;--mat-checkbox-selected-pressed-state-layer-color: #448aff;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #ff5252;--mat-checkbox-selected-hover-icon-color: #ff5252;--mat-checkbox-selected-icon-color: #ff5252;--mat-checkbox-selected-pressed-icon-color: #ff5252;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #ff5252;--mat-checkbox-selected-hover-state-layer-color: #ff5252;--mat-checkbox-selected-pressed-state-layer-color: #ff5252;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 36px}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #ffc107;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-label-text-color: #ffc107;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #ffc107 12%, transparent);--mat-button-outlined-state-layer-color: #ffc107;--mat-button-protected-container-color: #ffc107;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-label-text-color: #ffc107;--mat-button-text-ripple-color: color-mix(in srgb, #ffc107 12%, transparent);--mat-button-text-state-layer-color: #ffc107;--mat-button-tonal-container-color: #ffc107;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #448aff;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #448aff;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #448aff 12%, transparent);--mat-button-outlined-state-layer-color: #448aff;--mat-button-protected-container-color: #448aff;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #448aff;--mat-button-text-ripple-color: color-mix(in srgb, #448aff 12%, transparent);--mat-button-text-state-layer-color: #448aff;--mat-button-tonal-container-color: #448aff;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #ff5252;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #ff5252;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #ff5252 12%, transparent);--mat-button-outlined-state-layer-color: #ff5252;--mat-button-protected-container-color: #ff5252;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #ff5252;--mat-button-text-ripple-color: color-mix(in srgb, #ff5252 12%, transparent);--mat-button-text-state-layer-color: #ff5252;--mat-button-tonal-container-color: #ff5252;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 32px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 32px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 32px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 32px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 32px;--mat-button-tonal-touch-target-display: block}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-icon-button-state-layer-color: white}.mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #ffc107;--mat-icon-button-state-layer-color: #ffc107;--mat-icon-button-ripple-color: color-mix(in srgb, #ffc107 12%, transparent)}.mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #448aff;--mat-icon-button-state-layer-color: #448aff;--mat-icon-button-ripple-color: color-mix(in srgb, #448aff 12%, transparent)}.mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #ff5252;--mat-icon-button-state-layer-color: #ff5252;--mat-icon-button-ripple-color: color-mix(in srgb, #ff5252 12%, transparent)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 44px;--mat-icon-button-state-layer-size: 44px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:10px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: #424242;--mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: white;--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-container-color: #424242;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: white;--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #ffc107;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-ripple-color: color-mix(in srgb, #ffc107 12%, transparent);--mat-fab-small-container-color: #ffc107;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #448aff;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #448aff 12%, transparent);--mat-fab-small-container-color: #448aff;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #ff5252;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #ff5252 12%, transparent);--mat-fab-small-container-color: #ff5252;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: white;--mat-snack-bar-supporting-text-color: rgba(0, 0, 0, .87);--mat-snack-bar-button-color: #ffb300}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: #424242;--mat-table-header-headline-color: white;--mat-table-row-item-label-text-color: white;--mat-table-row-item-outline-color: rgba(255, 255, 255, .12)}html{--mat-table-header-container-height: 52px;--mat-table-footer-container-height: 48px;--mat-table-row-item-container-height: 48px}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #ffc107}.mat-accent{--mat-progress-spinner-active-indicator-color: #448aff}.mat-warn{--mat-progress-spinner-active-indicator-color: #ff5252}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #ffc107;--mat-badge-text-color: rgba(0, 0, 0, .87);--mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent)}.mat-badge-accent{--mat-badge-background-color: #448aff;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #ff5252;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: white;--mat-bottom-sheet-container-background-color: #424242}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: #424242;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-disabled-state-background-color: #424242;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-divider-color: rgba(255, 255, 255, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: #424242;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: white;--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-legacy-text-color: white;--mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);--mat-button-toggle-selected-state-text-color: white;--mat-button-toggle-state-layer-color: white;--mat-button-toggle-text-color: white}html{--mat-button-toggle-height: 44px}html{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ffc107 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #448aff 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-selected-state-background-color: #ffc107;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ffc107 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ffc107 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ffc107 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #ffc107;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.mat-datepicker-content.mat-accent,.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #448aff 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #448aff 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #448aff;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #448aff 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #448aff 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #448aff 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #448aff;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ff5252 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #448aff 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #ff5252;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ff5252 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ff5252 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ff5252 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #ff5252;--mat-datepicker-toggle-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-period-button-text-color: white;--mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);--mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-text-color: white;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .7);--mat-datepicker-range-input-separator-color: white;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-datepicker-calendar-container-background-color: #424242;--mat-datepicker-calendar-container-text-color: white}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(255, 255, 255, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: #424242;--mat-expansion-container-text-color: white;--mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);--mat-expansion-header-text-color: white;--mat-expansion-header-description-color: rgba(255, 255, 255, .7);--mat-expansion-header-indicator-color: rgba(255, 255, 255, .7)}html{--mat-expansion-header-collapsed-state-height: 44px;--mat-expansion-header-expanded-state-height: 60px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #ffc107}.mat-icon.mat-accent{--mat-icon-color: #448aff}.mat-icon.mat-warn{--mat-icon-color: #ff5252}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);--mat-sidenav-container-background-color: #424242;--mat-sidenav-container-text-color: white;--mat-sidenav-content-background-color: #303030;--mat-sidenav-content-text-color: white;--mat-sidenav-scrim-color: rgba(255, 255, 255, .6)}html{--mat-stepper-header-focus-state-layer-shape: 0;--mat-stepper-header-hover-state-layer-shape: 0}html{--mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-selected-state-icon-background-color: #ffc107;--mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-done-state-icon-background-color: #ffc107;--mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-header-edit-state-icon-background-color: #ffc107;--mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, .87);--mat-stepper-container-color: #424242;--mat-stepper-line-color: rgba(255, 255, 255, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);--mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);--mat-stepper-header-selected-state-label-text-color: white;--mat-stepper-header-error-state-label-text-color: #ff5252;--mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);--mat-stepper-header-error-state-icon-foreground-color: #ff5252;--mat-stepper-header-error-state-icon-background-color: transparent}.mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #448aff;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #448aff;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #448aff;--mat-stepper-header-edit-state-icon-foreground-color: white}.mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #ff5252;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #ff5252;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #ff5252;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 68px}html{--mat-sort-arrow-color: white}html{--mat-toolbar-container-background-color: #424242;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #ffc107;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #448aff;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #ff5252;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 60px;--mat-toolbar-mobile-height: 52px}html{--mat-tree-container-background-color: #424242;--mat-tree-node-text-color: white}html{--mat-tree-node-min-height: 44px}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: #424242}html{--mat-focus-indicator-border-color: gray}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: #424242;--mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: white;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: white;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-outlined-state-layer-color: white;--mat-button-protected-container-color: #424242;--mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: white;--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: white;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-text-state-layer-color: white;--mat-button-tonal-container-color: #424242;--mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, .7);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: white;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #388e3c;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #388e3c;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #388e3c 12%, transparent);--mat-button-outlined-state-layer-color: #388e3c;--mat-button-protected-container-color: #388e3c;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #388e3c;--mat-button-text-ripple-color: color-mix(in srgb, #388e3c 12%, transparent);--mat-button-text-state-layer-color: #388e3c;--mat-button-tonal-container-color: #388e3c;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #2196f3;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #2196f3;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #2196f3 12%, transparent);--mat-button-outlined-state-layer-color: #2196f3;--mat-button-protected-container-color: #2196f3;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #2196f3;--mat-button-text-ripple-color: color-mix(in srgb, #2196f3 12%, transparent);--mat-button-text-state-layer-color: #2196f3;--mat-button-tonal-container-color: #2196f3;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #f44336;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #f44336;--mat-button-outlined-outline-color: rgba(255, 255, 255, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-button-outlined-state-layer-color: #f44336;--mat-button-protected-container-color: #f44336;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #f44336;--mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);--mat-button-text-state-layer-color: #f44336;--mat-button-tonal-container-color: #f44336;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-checkbox-disabled-selected-checkmark-color: #424242;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-label-text-color: white;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, .87);--mat-checkbox-selected-focus-icon-color: #ffc107;--mat-checkbox-selected-hover-icon-color: #ffc107;--mat-checkbox-selected-icon-color: #ffc107;--mat-checkbox-selected-pressed-icon-color: #ffc107;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #ffc107;--mat-checkbox-selected-hover-state-layer-color: #ffc107;--mat-checkbox-selected-pressed-state-layer-color: #ffc107;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, .87);--mat-checkbox-selected-focus-icon-color: #ffc107;--mat-checkbox-selected-hover-icon-color: #ffc107;--mat-checkbox-selected-icon-color: #ffc107;--mat-checkbox-selected-pressed-icon-color: #ffc107;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #ffc107;--mat-checkbox-selected-hover-state-layer-color: #ffc107;--mat-checkbox-selected-pressed-state-layer-color: #ffc107;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #f44336;--mat-checkbox-selected-hover-icon-color: #f44336;--mat-checkbox-selected-icon-color: #f44336;--mat-checkbox-selected-pressed-icon-color: #f44336;--mat-checkbox-unselected-focus-icon-color: white;--mat-checkbox-unselected-hover-icon-color: white;--mat-checkbox-unselected-icon-color: rgba(255, 255, 255, .7);--mat-checkbox-selected-focus-state-layer-color: #f44336;--mat-checkbox-selected-hover-state-layer-color: #f44336;--mat-checkbox-selected-pressed-state-layer-color: #f44336;--mat-checkbox-unselected-focus-state-layer-color: white;--mat-checkbox-unselected-hover-state-layer-color: white;--mat-checkbox-unselected-pressed-state-layer-color: white}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary,.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #ffc107;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #ffc107;--mat-radio-selected-hover-icon-color: #ffc107;--mat-radio-selected-icon-color: #ffc107;--mat-radio-selected-pressed-icon-color: #ffc107;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);--mat-radio-disabled-selected-icon-color: white;--mat-radio-disabled-unselected-icon-color: white;--mat-radio-label-text-color: white;--mat-radio-ripple-color: white;--mat-radio-selected-focus-icon-color: #f44336;--mat-radio-selected-hover-icon-color: #f44336;--mat-radio-selected-icon-color: #f44336;--mat-radio-selected-pressed-icon-color: #f44336;--mat-radio-unselected-focus-icon-color: white;--mat-radio-unselected-hover-icon-color: white;--mat-radio-unselected-icon-color: rgba(255, 255, 255, .7);--mat-radio-unselected-pressed-icon-color: white}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-slide-toggle-selected-focus-state-layer-color: #ffc107;--mat-slide-toggle-selected-handle-color: #ffc107;--mat-slide-toggle-selected-hover-state-layer-color: #ffc107;--mat-slide-toggle-selected-pressed-state-layer-color: #ffc107;--mat-slide-toggle-selected-focus-handle-color: #ffc107;--mat-slide-toggle-selected-hover-handle-color: #ffc107;--mat-slide-toggle-selected-pressed-handle-color: #ffc107;--mat-slide-toggle-selected-focus-track-color: #ffb300;--mat-slide-toggle-selected-hover-track-color: #ffb300;--mat-slide-toggle-selected-pressed-track-color: #ffb300;--mat-slide-toggle-selected-track-color: #ffb300;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: white;--mat-slide-toggle-disabled-selected-track-color: white;--mat-slide-toggle-disabled-unselected-handle-color: white;--mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;--mat-slide-toggle-disabled-unselected-track-color: white;--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: #424242;--mat-slide-toggle-label-text-color: white;--mat-slide-toggle-unselected-hover-handle-color: white;--mat-slide-toggle-unselected-focus-handle-color: white;--mat-slide-toggle-unselected-focus-state-layer-color: white;--mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-icon-color: #4a4a4a;--mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, .7);--mat-slide-toggle-unselected-hover-state-layer-color: white;--mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-handle-color: white;--mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: white;--mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, .12)}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-slide-toggle-selected-focus-state-layer-color: #ffc107;--mat-slide-toggle-selected-handle-color: #ffc107;--mat-slide-toggle-selected-hover-state-layer-color: #ffc107;--mat-slide-toggle-selected-pressed-state-layer-color: #ffc107;--mat-slide-toggle-selected-focus-handle-color: #ffc107;--mat-slide-toggle-selected-hover-handle-color: #ffc107;--mat-slide-toggle-selected-pressed-handle-color: #ffc107;--mat-slide-toggle-selected-focus-track-color: #ffb300;--mat-slide-toggle-selected-hover-track-color: #ffb300;--mat-slide-toggle-selected-pressed-track-color: #ffb300;--mat-slide-toggle-selected-track-color: #ffb300}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #f44336;--mat-slide-toggle-selected-handle-color: #f44336;--mat-slide-toggle-selected-hover-state-layer-color: #f44336;--mat-slide-toggle-selected-pressed-state-layer-color: #f44336;--mat-slide-toggle-selected-focus-handle-color: #f44336;--mat-slide-toggle-selected-hover-handle-color: #f44336;--mat-slide-toggle-selected-pressed-handle-color: #f44336;--mat-slide-toggle-selected-focus-track-color: #e53935;--mat-slide-toggle-selected-hover-track-color: #e53935;--mat-slide-toggle-selected-pressed-track-color: #e53935;--mat-slide-toggle-selected-track-color: #e53935}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}
