﻿.statistics {
  border: 1px solid #EAECF0;
  background: linear-gradient(0deg, #F2F4F7, #F2F4F7), linear-gradient(0deg, #EAECF0, #EAECF0); }
  .statistics .ant-statistic-title {
    text-align: center;
    font-size: 16px;
    color: black;
    font-weight: 600; }
  .statistics .ant-statistic-content {
    text-align: center;
    font-size: 36px;
    color: black;
    font-weight: 600; }
  .statistics .ant-col {
    text-align: center; }
  .statistics .success-ratio {
    color: #067647;
    font-weight: 500;
    font-size: 14px; }
  .statistics .fail-ratio {
    color: #B42318;
    font-weight: 500;
    font-size: 14px; }

.reports {
  margin-top: 25px; }
  .reports .calender-view {
    border: 1px solid #EAECF0;
    border-radius: 8px; }

.header-panel label {
  font-size: 0.875rem;
  color: #5F636A; }

.header-panel .ant-select {
  width: 100%; }
