/* ==================== profile style ============================== */

.dashboard {
  margin-top: 5px;
}

.dashboard .container-fluid {
  padding: 0 3vw;
}

.dashboard .head h3 {
  color: #444;
}

.dashboard .content {
  margin-top: 30px;
}

.dashboard .content .items {
  display: flex;
  padding: 30px;
  border-radius: 10px;
  /* border-bottom: 20px solid #0002; */
  /* padding: 15px 20px; */
}

.dashboard .content .col-lg-3:first-of-type .items {
  background-color: #3290e1;
}

.dashboard .content .col-lg-3:nth-of-type(2) .items {
  background-color: #89c580;
}

.dashboard .content .col-lg-3:nth-of-type(3) .items {
  background-color: #e67875;
}

.dashboard .content .col-lg-3:last-of-type .items {
  background-color: #c679b0;
}

.dashboard .content .items .icon {
  width: 50%;
  padding: 15px 0;
  /* width: 40%; */
}

.dashboard .content .items .icon i {
  /* color: #fff; */
  font-size: 30px;
  /* font-size: 40px; */
}

.dashboard .content .items .info {
  color: #fff;
  text-align: center;
}

.dashboard .content .items .info h5 {
  font-size: 1.2vw;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
  .dashboard .content .items {
    margin-bottom: 30px;
  }

  .dashboard .content .items .info h5 {
    font-size: 16px;
  }

  .dashboard .content .items .icon i {
    font-size: 40px;
  }
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
