.affiliation-with-ror {
  position: relative;
}

.affiliation-with-ror-dropdown {
  position: absolute;
  margin-top: 2px;
  padding: 0px 4px;
  width: 100%;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 4px;
  overflow-y: auto;
  max-height: 250px;
  z-index: 100;
  background: rgb(255, 255, 255);
  box-shadow: rgb(125 125 125 / 50%) 0px 2px 6px -1px;
}

.affiliation-with-ror-dropdown-option {
  cursor: pointer;
  white-space: nowrap;
  -webkit-box-align: center;
  align-items: center;
  border: none;
  color: rgb(79, 79, 79);
  display: flex;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
}

.affiliation-with-ror-dropdown-option:hover {
  background-color: rgba(0, 126, 146, 0.1);
}

.affiliation-with-ror-empty-dropdown {
  min-height: 32px;
  padding: 5px 12px;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
