.custom-search-input {
  border: none;
  border-bottom: 2px solid #757575;
  background: transparent;
  outline: none;
  padding-bottom: 5px;
  min-width: 250px;
  text-indent: 40px;
}

.search-area {
  display: inline-block;
}

.search-icon {
  font-size: 18px;
  margin-right: -20px;
  margin-top: 3px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #5dc715;
  background-image: linear-gradient(to right bottom, #00ac79, #00af73, #00b26c, #00b565, #00b85c, #10ba55, #1dbc4d, #27be45, #37c03c, #45c332, #51c526, #5dc715);
}

