.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%}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:#414141}.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-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.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,button.mat-mdc-raised-button,button.mat-mdc-outlined-button{font-family:Roboto;min-width:85px}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:#a85700}.mat-mdc-snack-bar-container.error .mdc-snackbar__surface{background-color:#c6283d}.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;padding-left:25px}.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:#464545}.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;background-color:#3c3c3c!important;--mat-button-protected-hover-state-layer-opacity: 0 !important;--mat-sys-hover-state-layer-opacity: 0 !important}.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}.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;padding-left:25px}.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:#393838!important;color:#fff;line-height:24px;border:none}.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 .edit{box-shadow:none!important}.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:#393838;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-cell-focus .ag-cell-inline-editing{outline:none!important;box-shadow:none!important;background-color:transparent!important}.ag-cell.editable-cell{background-color:#ffffff0d!important}.ag-cell:not(.ag-cell-focus):not(.ag-cell-inline-editing):not(.editable-cell){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: var(--mat-sys-secondary, black);--mat-focus-indicator-display: block}.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,.mat-mdc-standard-chip .mat-mdc-chip-action-label{overflow:visible}.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}
