/* Add here all your CSS customizations */

.search {
  display: flex;
  justify-content: center;
}

header div.search button {
  top: 8.5px;
}

.languages {
  display: flex;
  padding-top: 5px;
}

.language,
.flag {
  width: 24px;
  height: auto;
  margin-left: 5px;
  cursor: pointer;
}

.language-change {
  display: none;
}

@media (max-width: 767px) {
  header div.search {
    display: flex !important;
    float: none;
    position: absolute;
    right: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  header div.search {
    display: none !important;
    float: none;
    position: absolute;
    right: 0;
    margin-top: 0;
  }
}
