.space-div {
  width: 100%;
  height: 80px;
}

.bg-red {
  background-color: #efa2a2;
}
.bg-yellow {
  background-color: #fdeac4;
}
.bg-green {
  background-color: #beffcc;
}
.bg-dark-blue {
  background-color: #acbeff;
}
.bg-purpul {
  background-color: #eebdff;
}
.bg-blue {
  background-color: #b3eaf6;
}
.bg-new-blue {
  background-color: #9cd0ff;
}

.sec-head h3 {
  color: #2b2b2b;
  font-size: 20px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
}
.dash-card {
  border-radius: 10px;
  background: #fff;
  padding: 23px;
  margin-top: 24px;
}
.dash-icon {
  padding: 12px;
  border-radius: 10px;
  width: 50px;
}
.dash-data {
  margin-left: 12px;
}
.dash-count {
  color: #2b2b2b;
  font-size: 25px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.dash-count-name {
  color: #2b2b2b;
  font-size: 12px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cus-table {
  min-width: 100%;
  overflow: auto;
}
.th-center {
  text-align: center;
}
.th {
  color: #6d6d6d;
  font-size: 14px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 16px 12px;
}
.th-t {
  color: #434343;
  font-size: 13px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  padding: 16px 12px;
}
.tb-bottom {
  border-bottom: 1px solid #afafaf;
}
.t-a-icon {
  width: 20px;
}
.pointer {
  margin: 0 6px;
  cursor: pointer;
}


/*responcive*/
@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 990px) {}

@media only screen and (max-width: 880px) {}

@media only screen and (max-width: 768px) {
  .dash-count-box{
    padding: 0;
  }
  .sec-head h3 {
    font-size: 18px;
    line-height: 162.5%;
  }
}

/*mobile*/
@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 485px) {}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 280px) {}