/* ==================== innerpages-header style ============================== */

.dashboard-header {
  /* background-image: url(https://d1bxu7lzmlpwm1.cloudfront.net/images/inner-header.jpg); */
  background-size: cover;
  position: relative;
  padding-bottom: 0;
  border-bottom: 4px solid #e1b532 !important;
}

.dashboard-header:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(https://d1bxu7lzmlpwm1.cloudfront.net/images/inner-header.jpg); */
  background-size: cover;
  opacity: 0.7;
}

.dashboard-header h2 {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 5;
  font-size: 38px;
  line-height: 1.5;
}

.dashboard-header .dashboard-links ul {
  background-color: #d9e9f7;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
  /* bottom: -30px; */
  overflow: hidden;
  margin-bottom: 0;
}

.dashboard-header .dashboard-links ul li {
  display: inline-block;
}

.dashboard-header .dashboard-links ul li a {
  padding: 10px 30px;
  color: #777;
  font-size: 13px;
}

.dashboard-header .dashboard-links ul li a.active,
.dashboard-header .dashboard-links ul li a.active i {
  color: #fff;
}

.dashboard-header .dashboard-links ul li a i {
  display: block;
  font-size: 18px;
  color: #777;
  margin-bottom: 5px;
  text-align: center;
}

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

@media screen and (max-width: 991px) {
  .dashboard-header .dashboard-links ul li {
    width: 32%;
  }
  .dashboard-header .dashboard-links ul li a {
    width: 100%;
    padding: 10px 20px;
  }
}

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

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

/* ======= */

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