@charset "utf-8";

@import url("/assets/css/sub_dashboard.css");

.performance-secondary-page .main-title,
.performance-secondary-page .main-title .select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.performance-secondary-page .main-title label {
  font-weight: 700;
}

.performance-secondary-page .main-title .select-group {
  width: 155px;
}

.performance-secondary-page .main-col.left .section {
  height: 100%;
}

.performance-secondary-page .main-col.left .section-title {
  margin-bottom: 0;
}

.performance-secondary-page .main-col.left h3 {
  font-weight: 700;
  text-align: center;
  padding: 20px 0 10px;
}

.performance-secondary-page .main-col.left h3:last-of-type {
  border-top: 1px solid var(--color-c);
}

.performance-secondary-page .circle-progress {
  margin-bottom: 20px;
}

.performance-secondary-page .main-col.left .grade-boxes {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.performance-secondary-page .main-col.left .grade-box {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.performance-secondary-page .main-col.left .grade-box:not(:last-of-type) {
  padding-right: 10px;
  border-right: 1px solid var(--color-c);
}

.performance-secondary-page .main-col.left .grade-box span {
  font-weight: 700;
}

.performance-secondary-page .main-col.right .table-box {
  overflow: visible;
}

.performance-secondary-page .main-col.right .data-table .select-box {
  min-width: 110px;
}

.performance-secondary-page .button-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.performance-secondary-page .table-ctrl-box {
  justify-content: flex-start;
  gap: 40px;
}

.performance-secondary-page .group-sum .input-group input {
  max-width: 165px;
}

.performance-secondary-page .table-box ~ .table-box {
  margin-top: 40px;
}
