.gleif-autofill-wrapper {
  position: relative;
}
.gleif-autofill-wrapper .lei-company-name-selection {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}
.gleif-autofill-wrapper .lei-company-name-selection .lei-company-select {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.gleif-autofill-wrapper .lei-company-name-selection .lei-company-select:last-child {
  border-bottom: none;
}
.gleif-autofill-wrapper .lei-company-name-selection .lei-company-select:hover {
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .gleif-autofill-wrapper .lei-company-name-selection {
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
  }
}
#lou-transfer-popup {
  z-index: 9999;
}
#lou-transfer-popup .modal-body p {
  margin-bottom: 16px;
}
#lou-transfer-popup .modal-body ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}
#lou-transfer-popup .modal-body ul li {
  list-style: disc;
}
#lou-transfer-popup .modal-footer {
  display: flex;
  justify-content: space-between !important;
}
