.admin-statics .list {
  display: flex;
  gap: 20px;
}

.admin-statics .list div {
  flex: 1;
  height: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border-radius: 10px;
}

.admin-statics .list div:not(:first-child) span:last-child {
  font-size: 16px;
  font-weight: 500;
}

.admin-statics .list div strong {
  font-size: 35px;
  font-weight: bold;
}

.admin-statics .list > div strong + span {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  gap: 2px;
  align-items: center;
}

.admin-statics .list > div:nth-child(1) {
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #4a4a4a;
}

.admin-statics .list > div:nth-child(2) {
  border: 1px solid #fadf86;
  background: #fbf8e7;
  color: #e2982b;
}

.admin-statics .list > div:nth-child(3) {
  border: 1px solid #9dddcf ;
  background: #edfcf9;
  color: #2db297;
}

.admin-statics .list > div:nth-child(4) {
  border: 1px solid #98caed;
  background: #edf6fd;
  color: #448fc8;
}


.admin-statics .search {
  margin-top: 35px;
}

.admin-statics h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.admin-statics .search > div {
  display: flex;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #d9d9d9;
}

.admin-statics .search > div > div {
  flex: 1;
  display: flex;
}

.admin-statics .search > div > div > div {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 13px;
}

.admin-statics .search .search-date input {
  min-height: 30px;
  outline: none;
}

.admin-statics .search .search-date > div {
  display: flex;
  gap: 5px;
}

.admin-statics i.plus-icon,
.admin-statics i.minus-icon
{
  width: 19px;
  height: 13px;
  display: block;
}

.admin-statics i.plus-icon {
  background: url(/images/admin/statics/up.png);
}

.admin-statics i.minus-icon {
  background: url(/images/admin/statics/down.png);
}

.admin-statics .search > div > div label {
  width: 200px;
  background: #f2f2f2;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
}

.admin-statics .search .search-button {
  width: 136px;
  height: 40px;
  background: var(--main-color);
  border: none;
  color: #fff;
  border-radius: 20px;
  margin-inline: auto;
  margin-top: 20px;
  display: block;
  font-size: 14px;
}

.admin-statics .search select {
  width: 235px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 0 5px;
  color: #969696;
}

.admin-statics .chart {
  width: 100%;
  height: 220px;
}