.custom-paper {
  border-radius: 10px;
  box-shadow:
    2px 3px 10px -10px rgb(0 0 0 / 75%),
    0px 1px 1px 0px rgb(0 0 0 / 0%),
    0px 1px 3px 0px rgb(0 0 0 / 28%) !important;
}
.metric-box {
  box-shadow:
    2px 3px 10px -10px rgb(0 0 0 / 75%),
    0px 1px 1px 0px rgb(0 0 0 / 0%),
    0px 1px 3px 0px rgb(0 0 0 / 28%) !important;
  min-height: 190px;
}
.custom-subtitle {
  color: rgb(12, 30, 41)
}
.metric-box-subtitle {
  color: rgb(12, 30, 41);
  font-size: 16px !important;
  text-align: center;
}
.metric-box-value {
  color: #000;
  font-size: 24px !important;
  font-weight: 600 !important;
  text-align: center;
}
.metric-box .icon-box {
  height: 45px;
  width: 45px;
}
.metric-box svg {
  height: 100%;
  width: 100%;
}

.custom-pie-chart {
  position: relative;
  overflow: visible;
}
.custom-pie-chart svg:first-child g {
  transform: translate(50px, 50px);
}
.custom-pie-chart svg title,
.custom-pie-chart svg desc,
.custom-pie-chart svg defs {
  display: none;
}
.MuiChartsLegend-root {
  display: none;
}
.labels-sumary-container {
  margin: auto;
}
.custom-labels {
  align-items: center;
  display: flex;
  height: 25px;
  justify-content: flex-start;
  gap: 10px;
}
.custom-labels p {
  margin: 0;
}
.custom-date-picker .rs-picker-input-group {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .metric-box {
    min-height: auto;
  }
  .metric-box-subtitle {
    text-align: left;
  }
  .metric-box-value {
    text-align: left;
  }
  .custom-pie-chart svg:first-child g {
    transform: translate(50px, 45px);
  }
  .labels-sumary-container {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .metric-box-subtitle {
    font-size: 20px !important;
  }
  .metric-box-value {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .labels-sumary-container {
    margin: 0 auto;
  }
  .sumary-and-table__container {
    display: flex;
    gap: 20px;
    height: max-content;
    align-items: flex-start;
  }
  .paper-custom-table {
    min-height: 515px;
    margin-top: 0 !important;
    width: 68%;
  }
}
