:root{--charttabswidth:10rem}.dashchart{height:100%}.dashchart .dashchart-supercont{display:flex;height:100%;min-height:500px}.dashchart .dashchart-cont{position:relative;height:calc(100% - 10rem);width:100%;padding:2rem 0 4rem 0}.dashchart .dashchart-cont .dashchart-header{text-align:center;padding-bottom:.8rem}.dashchart .dashchart-cont .dashchart-header .dashchart-header-title{font-size:14px;font-weight:700;color:#5c5a38}.dashchart .dashchart-cont .dashchart-header .dashchart-header-subtitle{font-size:12px;color:#5c5a38}.dashchart .dashchart-cont .dashchart-header .dashchart-header-selectlabel{font-size:12px;color:#c3c090;margin-top:.5rem}.dashchart .dashchart-cont .dashchart-area{width:100%;margin-bottom:4rem;display:block;position:relative}.dashchart .dashchart-load{z-index:997;background-color:#fff;position:absolute;bottom:0;left:0;top:0;right:-100px}.dashchart .dashchart-load div.loader{position:absolute;top:40%;left:40%;border:4px solid #f3f3f3;border-top:4px solid #c3c090;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.dashchart .dashchart-tabs{min-width:var(--charttabswidth);display:none;padding-right:.2rem}.dashchart .dashchart-tabs .list-group-item{margin-top:.5rem;border:none;border-radius:24px;text-align:center;text-decoration:none;font-size:12px;padding:.5rem .5rem;background:#eff0eb;transition:all .2s}.dashchart .dashchart-tabs .list-group-item:not(.active):hover{box-shadow:0 4px 4px rgba(0,0,0,.25);color:#fff;background-color:#c3c090}.dashchart .dashchart-tabs .list-group-item.active{color:#fff;background-color:#c3c090}.dashchart .dashchart-tabs-dropdown{display:none;margin-top:1rem;margin-bottom:.5rem;font-weight:400;font-size:12px;line-height:15px}.dashchart .dashchart-tabs-dropdown button.dropdown-toggle{position:relative;text-align:left;padding:.5rem 2.5rem .5rem 1rem;background:0 0;border:1px solid #c3c090;box-shadow:0 2px 5px rgba(0,0,0,.3);border-top-right-radius:15px;border-top-left-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.dashchart .dashchart-tabs-dropdown button.dropdown-toggle::after{top:50%;position:absolute;right:1rem;border-top:.5em solid #5c5a38;border-right:.5em solid transparent;border-left:.5em solid transparent;transition:all .2s}.dashchart .dashchart-tabs-dropdown button.dropdown-toggle.show::after{transform:rotate(180deg)}.dashchart .dashchart-tabs-dropdown button.dropdown-toggle.show{border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:10px}.dashchart .dashchart-tabs-dropdown .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border:none;transition:all .2s;z-index:9991;background-color:#fff;border-left:1px solid #c3c090;border-right:1px solid #c3c090;border-bottom:1px solid #c3c090;box-shadow:0 3px 3px rgba(0,0,0,.3);margin-top:-1px}.dashchart .dashchart-tabs-dropdown .dropdown-menu .dropdown-item{white-space:inherit;padding-top:.5rem;padding-bottom:.5rem;font-weight:400;font-size:12px;line-height:15px}.dashchart .dashchart-tabs-dropdown .dropdown-menu .dropdown-item{color:#222}.dashchart .dashchart-tabs-dropdown .dropdown-menu .dropdown-item.active,.dashchart .dashchart-tabs-dropdown .dropdown-menu li:hover .dropdown-item{background:0 0;opacity:.8;font-weight:600;color:#222}.dashchart .apexcharts-tooltip.apexcharts-theme-dark{border-radius:25px;background:#eff0ebf2;color:#646464;font-size:12px}.dashchart .apexcharts-tooltip .apexcharts-tooltip-title{background-color:#c3c090!important;color:#5c5a38;padding:6px 10px;border:none!important}.dashchart .apexcharts-tooltip .apexcharts-tooltip-series-group{padding-bottom:0!important}.dashchart .dashchart-toolbar{text-align:center;position:absolute;bottom:-3rem;left:50%;transform:translateX(-50%)}.dashchart .dashchart-toolbar .dashchart-toolbar-item{background-color:#c3c090;border-radius:10px;border:none;padding:8px;margin:0 5px}.dashchart .dashchart-toolbar .dashchart-toolbar-item svg{fill:#fff;height:20px;width:20px}.dashchart .dashchart-toolbar .dashchart-toolbar-item:hover{box-shadow:0 4px 4px rgba(0,0,0,.25)}.dashchart .dashchart-customlegend{position:absolute;bottom:1rem;text-align:center;width:100%;color:#373d3f;font-size:12px}.dashchart .dashchart-customlegend .dashchart-customlegend-item{border:none;background:0 0}.dashchart .dashchart-customlegend .dashchart-customlegend-item.hidden{opacity:.2}.dashchart .dashchart-customlegend .dashchart-customlegend-item .dashchart-customlegend-badge{display:inline-block;width:13px;height:13px;border-radius:50%;margin-left:12px;margin-right:3px;margin-bottom:-2px}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media (max-width:991px){.dashchart .dashchart-supercont.withchart .dashchart-tabs{display:none}.dashchart .dashchart-supercont{display:inherit}.dashchart .dashchart-cont{width:100%}.dashchart .dashchart-supercont.withchart.withchart:not(.hidetabs) .dashchart-tabs-dropdown{display:block}}@media (min-width:992px){.dashchart .dashchart-supercont.withchart:not(.hidetabs) .dashchart-tabs{display:block}}