label {
  font-size: 0.75rem;
  font-family: "GalanoGrotesque-Regular";
  color: #949596;
  margin-bottom: 0.75rem;
}
input,
.dropdown-toggle {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.091592);
  border-radius: 8px;
  height: 56px;
}
input[type="text"]::-webkit-input-placeholder {
  opacity: 0.5;
}
input[type="password"]::-webkit-input-placeholder {
  opacity: 0.5;
}
input[type="radio"] {
  box-shadow: none;
  margin-right: 5px;
  height: auto;
}
/* Css for input text  */
.input {
  background: #f7f8fc;
  border: 0.9px solid #c6cdd6;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
}
input:focus {
  outline: none;

}
#dropdownMenuButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-input {
  position: relative;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 9%);
  border-radius: 5rem;
  background: white;
  height: 50px;
}
.search-input input {
  box-shadow: none;
  height: 45px;
}
