
/* 
    Created on : 23-Sep-2024, 6:14:30 PM
    Author     : goswami2
*/

.custom-search-input #course_listing_keyword {
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 16px;
  background: #6f1e1f;
  border: none;
  border-radius: 10px 0 0 10px;
  background: #0000003b;
}

.custom-search-input .input-group-btn button {
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  background: #0000003b;
  border-radius: 0px 10px 10px 0px;
  justify-content: center;
  position: relative;
  top: -2px;
}
.custom-search-input .input-group-btn button img {
  width: 17px;
  height: 17px;
}

.custom-search-input #course_listing_keyword::placeholder {
  color: white;
}
.custom-search-input #course_listing_keyword:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.custom-search-input #course_listing_keyword::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}