#searchbox {
  background: #F88B4F;
}


#searchbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  margin: 10px 10px;
  align-items: center;
}
#search-realizations {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  width: 50%;
}
#searchbox-container .pad {
  width: 100%;
}
#end-wrapper {
  display: flex;
  flex-direction: row;
  margin-right: 1rem;
  align-items: center;
}

#share-button {
  font-weight: bold;
  cursor: pointer;
}
.share-button i {
  margin-right: 0.2rem;
}
#link-wrapper {
  padding: 0.2rem 0.5rem;
  padding-bottom: 0;
}

.link-text {
  margin-right: 0;
}
#link-dropdown {
  top:100%;
  right: 0;
  left: auto;
}
.divider{
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

#share-button-mobile {
  font-weight: bold;
  cursor: pointer;
}
#link-wrapper-mobile {
  padding: 0.2rem 0.5rem;
  padding-bottom: 0;
}
#link-dropdown-mobile {
  top:100%;
  right: 0;
  left: auto;
}
#mobile-end-wrapper {
  display: none;
}

@media all and (max-width: 899px) {
  #end-wrapper {
    display: none;
  }
  #mobile-end-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 1rem;
    margin-top: 0.5rem;
  }

}