
.search-choice {
  background-image: none !important;
  /*background-color: rgba(25, 135, 84, 0.1) !important;*/
  background-color: white !important;
  font-size: 14px;
  font-weight: 500;
}


.search-field {
  height: 35px;
}

/*.searchForm {*/
/*  position: fixed;*/
/*  top: 56px; !* Adjust based on navbar height *!*/
/*  z-index: 1050; !* Ensure it's on top *!*/
/*}*/

.search-choice-disabled {
  /*font-weight: bold!important;*/
  /*padding-top: 7px !important;*/
  /*font-size: larger !important;*/
  font-size: 1rem !important;
  color: black !important; /* Customize the color for the title */
  border: none !important;
  box-shadow: none !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-right: 2px !important;
  margin-top: 8px !important;
}

.chosen-search-input {
  /*vertical-align: middle!important;*/
  /*display:block!important;*/
  /*width:100%!important;*/
  height: calc(1.25em + .75rem) !important;
  /*width: 25px !important;*/
  padding: .1rem .25rem !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #6c757d !important;
  background-color: #fff;
  /*background-clip:padding-box;*/
}


.search-bar {
  padding-top: 10px;
}

.similar-kw {
  text-decoration: none;
  padding: 0px 5px;
  color: #198754;
}

.similar-kw:hover {
  font-weight: bold;
}

