a {
  color: black;
  cursor: pointer;
}

a:hover {
  color: black;
}

body {
  background-color: rgb(248, 248, 248);
}

.search-input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  margin-top: 5px;
  caret-color: transparent;
  line-height: 20px;
  transition: width 0.4s linear;
}

.search-input {
  padding: 0 10px;
  width: 100%;
  caret-color: #536bf6;
  /* font-size: 18px; */
  font-weight: 300;
  color: black;
  transition: width 0.4s linear;
}

.search-icon {
  height: 34px;
  width: 34px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(10, 10, 10);
  bottom: 30px;
  /* font-size: 16px; */
  position: relative;
  border-radius: 5px;
}

.header-search .search-project {
  width: 60%;
  height: 60px;
}

.header-search.hsproject .search-project {
  width: 70%;
}

.search-project {
  padding-top: 15px !important;
  border-radius: 0.5rem !important;
}

.active > .page-link,
.page-link.active {
  background-color: #bd2529;
  border-color: #bd2529;
}

.page-link {
  color: #bd2529;
}

.select2-selection__rendered {
  line-height: 36px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 38px !important;
}
