<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Grouped card statistics */
/*------------------------*/
.grouped-multiple-statistics-card .card-icon .customize-icon {
  background-color : #F5F7FA;
}

.grouped-multiple-statistics-card .heading-text {
  font-size : 1.9rem;
  letter-spacing : 2px;
}

.grouped-multiple-statistics-card .sub-heading {
  color : #BABFC7;
}

.grouped-multiple-statistics-card .inc-dec-percentage small {
  color : #BABFC7;
  white-space : nowrap;
}

/* Tracking and total sales chart */
/*-------------------------------*/
.tracking-stats-chart .body-header-title {
  letter-spacing : 2px;
}

.tracking-stats-chart .body-header-subtitle span {
  color : #BABFC7 !important;
}

.tracking-stats-chart .card-tabs .nav-link {
  line-height : 1.5;
}
.tracking-stats-chart .card-tabs .nav-link.active {
  color : #00B5B8;
  border-bottom : 2px solid #98A4B8;
  border-radius : 0;
  background-color : transparent;
}

.tracking-stats-chart .top-content i {
  font-size : 2.8rem;
}

.tracking-stats-chart .tracking-list li {
  border : none !important;
}
.tracking-stats-chart .tracking-list li .tracking-task {
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.apexcharts-tooltip {
  height : 28px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
}
.apexcharts-tooltip .apexcharts-tooltip-series-group:last-child {
  padding-bottom : 0;
}

/* Sales statistics donut chart */
/*-----------------------------*/
.statistics-chart-data {
  width : 60%;
}
.statistics-chart-data .collection {
  white-space : nowrap;
}

/* Information time tracking chart */
/*--------------------------------*/
.info-time-tracking-title .icon-settings {
  font-size : 1.3rem;
}

.info-time-tracking-content .leading-para {
  color : #98A4B8;
}

/* Latest update card */
/*-------------------*/
.latest-update-tracking .latest-updated-item {
  white-space : nowrap;
  line-height : 1;
}
.latest-update-tracking .latest-updated-item .list-group-item-icon {
  font-size : 1.3rem;
}
.latest-update-tracking .latest-updated-item .update-profit, .latest-update-tracking .latest-updated-item .latest-update-item-name {
  color : #626E82;
}

/* Media query for min-width: 1200px to max-width: 1500px */
/*-------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1500px) {
  .card-icon {
    margin-left : 1.5rem !important;
  }
  .card-icon i {
    font-size : 2rem !important;
  }
  .stats-amount {
    margin-left : 1.6rem !important;
  }
  .stats-amount h3 {
    font-size : 1.5rem !important;
    white-space : nowrap;
  }
  .stats-amount .sub-heading {
    white-space : nowrap;
    margin-bottom : 0rem !important;
  }
  .inc-dec-percentage small {
    white-space : nowrap;
  }
}

/* Media query for max-width: 1200px */
/*-----------------------------------*/
@media (max-width: 1200px) {
  .grouped-multiple-statistics-card .col-lg-6:nth-child(2) {
    border : 0 solid !important;
  }
}

/* Media query for max-width: 768px */
/*----------------------------------*/
@media (max-width: 768px) {
  .grouped-multiple-statistics-card .col-lg-6:nth-child(1) {
    border : 0 solid !important;
  }
  .grouped-multiple-statistics-card .col-lg-6:nth-child(3) {
    border : 0 solid !important;
  }
}

/* Media query for 1400px and up */
/*-------------------------------*/
@media (min-width: 1400px) {
  .latest-update-tracking .card {
    max-height : 239px !important;
    overflow : hidden;
  }
  .latest-update-tracking .card .latest-update-heading {
    height : 4.3rem;
  }
  .latest-update-tracking .card .latest-update-tracking-list {
    height : 181px !important;
  }
  .info-time-tracking {
    max-height : 239px !important;
  }
}

/* Media query for IE 11 */
/*-----------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .info-time-tracking-content #general_task_radial_bar_chart {
    margin-top : 2rem;
  }
  .info-time-tracking-content .stats-content .leading-para, .info-time-tracking-content .task-content .leading-para {
    word-break : break-all !important;
    width : 100%;
  }
  .info-time-tracking-content .task-content {
    -webkit-flex-basis : 500px;
    -ms-flex-preferred-size : 500px;
            flex-basis : 500px;
  }
  .info-time-tracking-content .stats-content {
    -webkit-flex-basis : 200px;
    -ms-flex-preferred-size : 200px;
            flex-basis : 200px;
  }
}</pre></body></html>