.nav-item.active{
  background-color: #ecf4fe;
  color: #00c9a7;
}
.badge.badge-large, .badge.badge-large {
  font-size: 1em;
}
.modal-header {
  border: none;
}
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
  background-image: none !important;
}
.map {
  height: 400px;
  width: 100%;
}
#performance-chart{
  height: 300px;
}
#activation-chart{
  height: 240px;
}

.ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
    fill: #00c9a7;
}
.ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
    fill: #ffc107;
}
.ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
    fill: #de4436;
}

.chat-list-item h5{
    float: left;
}
.chat-item{
    width: 90%;
}
.badges {
    float: right;
}
.badges i{
    margin: 12px 4px;
    float: left;
}
.rounded-image {
  width: 40px;
  height: 40px;
  background-color: #3498db;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
