.horizontal-devide {
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
}
.horizontal-devide > section {
  flex: 1 1 40%;
  width: 10%;
}

.daily-date-pannel {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.daily-date-pannel > button {
  width: 18px;
  height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.3);
}
.daily-date-pannel > button > svg {
  width: 14px;
  height: 14px;
}
.daily-date-pannel > input {
  height: 18px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: black;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.3);
}

section {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
section .section-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 20px;
}
section .section-top h2 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.dashboard-daily-total {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}
.dashboard-daily-total .daily-total-inner {
  width: 100%;
  height: 300px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
  background: #e3eaff;
  border-radius: 10px;
}
.dashboard-daily-total .daily-total-inner .get-daily-memo {
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
.dashboard-daily-total .daily-total-inner .get-daily-memo::-webkit-scrollbar {
  display: none;
}
.dashboard-daily-total > a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  font-size: 13px;
  line-height: 1;
  color: black;
  background: white;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.dashboard-daily-total > a > svg {
  width: auto;
  height: 18px;
}

.dashboard-personal-summary {
  width: 100%;
}
.dashboard-personal-summary .summary-list {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
}
.dashboard-personal-summary .summary-list.whole-height {
  height: auto;
}
.dashboard-personal-summary .summary-list .summary-item {
  position: relative;
  padding-bottom: 10px;
  flex: 1 1 5%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #fafafa;
  overflow: hidden;
}
.dashboard-personal-summary .summary-list .summary-item .personal-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: white;
  background: #6f809a;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.5);
}
.dashboard-personal-summary .summary-list .summary-item .personal-work-list {
  width: 100%;
  height: 100%;
  padding: 45px 5px 0;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  overflow-y: auto;
}
.dashboard-personal-summary .summary-list .summary-item .personal-work-list::-webkit-scrollbar {
  display: none;
}
.dashboard-personal-summary .summary-list .summary-item .personal-work-list .work-item {
  width: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
}
.dashboard-personal-summary .summary-list .summary-item .personal-work-list .work-item .work-part {
  width: 100%;
  margin-bottom: 7px;
  padding-bottom: 7px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: black;
  text-decoration: none;
  font-style: normal;
  border-bottom: 1px solid #f0f0f0;
}
.dashboard-personal-summary .summary-list .summary-item .personal-work-list .work-item .work-summary {
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  color: black;
}

.dashboard-cs-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}
.dashboard-cs-summary .cs-summary-list {
  width: 100%;
  height: 300px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  border-radius: 10px;
  background: #e3eaff;
  overflow: auto;
}
.dashboard-cs-summary .cs-summary-list::-webkit-scrollbar {
  display: none;
}
.dashboard-cs-summary .cs-summary-list .cs-item {
  width: 100%;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a {
  width: 100%;
  padding: 5px;
  display: block;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .cs-tit-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-gap: 5px;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .cs-tit-wrap .cs-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: black;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .cs-tit-wrap .cs-cate {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #006eff;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(1) {
  flex: 0 0 100px;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(1) > span {
  padding-left: 5px;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(2) {
  flex: 1 1 auto;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(3) {
  flex: 0 0 150px;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(3) > p {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(3) > p > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(4) {
  flex: 0 0 80px;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(4) > span {
  text-align: center;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(5) {
  flex: 0 0 60px;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item:nth-of-type(5) > span {
  display: block;
  text-align: center;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: black;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.item-title {
  color: #707070;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.item-content {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.cs-cate {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #555;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.cs-cate.c1 {
  color: #555;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.cs-cate.c2 {
  color: #ffae00;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.cs-cate.c3 {
  color: #00a300;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.cs-cate.c4 {
  color: #0098a3;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.cs-cate.c5 {
  color: #0055d4;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item > span.cs-cate.c6 {
  color: #b91a1a;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item .cs-title {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 700;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item .cs-title > i {
  margin-right: 3px;
  font-size: 10px;
  font-style: normal;
  line-height: 16.8px;
  padding: 0 3px;
  border-radius: 4px;
  color: white;
  background: #ff8800;
}
.dashboard-cs-summary .cs-summary-list .cs-item > a .writer-information .info-item .cs-title > i.hidden {
  display: none;
}
.dashboard-cs-summary > a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  font-size: 13px;
  line-height: 1;
  color: black;
  background: white;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.dashboard-cs-summary > a > svg {
  width: auto;
  height: 18px;
}

.dashboard-project-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}
.dashboard-project-summary .project-table-wrap {
  width: 100%;
  height: 300px;
  padding: 10px 5px;
  border-radius: 10px;
  background: #fafafa;
}
.dashboard-project-summary .project-table-wrap .project-table {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 1;
  background: #6f809a;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead > li {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: white;
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead > li:not(:last-of-type) {
  border-right: 1px solid #f0f0f0;
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead > li:nth-of-type(1) {
  flex: 0 0 15%;
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead > li:nth-of-type(2) {
  flex: 0 0 7%;
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead > li:nth-of-type(3) {
  flex: 0 0 15%;
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead > li:nth-of-type(4) {
  flex: 0 0 7%;
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead > li:nth-of-type(5) {
  flex: 1 1 auto;
}
.dashboard-project-summary .project-table-wrap .project-table .project-thead > li:nth-of-type(6) {
  flex: 0 0 12%;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody {
  position: relative;
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-y: auto;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody::-webkit-scrollbar {
  display: none;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project {
  width: 100%;
  display: flex;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project > p {
  height: 32px;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  color: #333;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project > p:not(:last-of-type) {
  border-right: 1px solid #f0f0f0;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project .name {
  flex: 0 0 15%;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project .type {
  flex: 0 0 7%;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project .status {
  flex: 0 0 15%;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project .priority {
  display: flex;
  flex: 0 0 7%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project .priority .badge-week {
  color: #4CAF50;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project .priority .badge-urgent {
  color: red;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.dashboard-project-summary .project-table-wrap .project-table .project-tbody .each-project .respons {
  flex: 0 0 12%;
}
.dashboard-project-summary > a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  font-size: 13px;
  line-height: 1;
  color: black;
  background: white;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.dashboard-project-summary > a > svg {
  width: auto;
  height: 18px;
}/*# sourceMappingURL=dashboard.css.map */