.dashboardHeader {
  background-color: #f7f7f7;
  border-bottom: solid 1px #dedede;
}

.dashboradNav ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #213C91;
  margin-bottom: -1px;
  margin-left: 25px;
}

.dashboradNav ul li a {
  display: block;
  padding-top: 21px;
}

.dashboradNav ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 20px;
  display: block;
}

.dashboradNav li.active a {
  color: #213C91;
}

.dashboradNav li.active a:after,
.dashboradNav li:hover a:after {
  background-color: #213C91;
}

.actionBar {
  padding: 15px 15px;
  background-color: #000;
  position: relative;
}

.actionBar p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.actionBarClose {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%) translateX(0%);
}

.btn-close {
  background: transparent;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
  padding: 0;
  width: auto;
  height: auto;
  outline: none;
  box-shadow: none;
}

.btn-close .material-icons {
  font-size: 30px;
}

@media (max-width: 767px) {
  .actionBar p {
    font-size: 13px;
  }

  .dashboradNav ul li {
    font-size: 11px;
    margin-left: 10px;
  }

  .dashboradNav ul li a {
    padding-top: 14px;
  }

  .dashboradNav ul li a::after {
    margin-top: 13px;
  }

  .backBtn {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .dashboardHeader {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .dashboradNav ul {
    text-align: center;
    margin-bottom: 15px;
  }

  .dashboradNav ul li {
    margin: 0 1px 6px 1px;
  }

  .dashboradNav ul li a::after {
    display: none;
  }

  .dashboradNav ul li a {
    padding: 10px 15px;
    border: solid 1px #dedede;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
}

