.search-result-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}
.search-result-container:hover .close-search-result-container,
.search-result-container:focus .close-search-result-container {
  opacity: 1;
}

.search-result-container .close-search-result-container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: var(--sds-primary);
  color: #f1f1f1;
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0.625rem 1rem 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
}
.search-result-container .sds-datatable-container a{
  color:#000;
}

.search-result-container .sds-text-btn>.container{
  height: 50px;
  padding: 16px 17px;
}