.header-grid {
  flex-wrap: nowrap !important;
}

.post-ad-btn {
  border-radius: 8px !important;
  width: max-content !important;
  min-width: max-content !important;
  padding: 7px 18px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.city-btn {
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 16px !important;
  padding: 0px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  &:hover {
    background-color: transparent !important;
  }
}

.my-buttons-group .fl-button-wrap,
.my-buttons-group .fl-button {
  height: 100%;
}

.my-buttons-group .fl-button-width-full .fl-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cities-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: hidden;
}

.city-btns {

  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;

}

.city {
  width: max-content;
  margin: 8px 14px!important;
  height: 48px;
  border-radius: 8px!important;
  border: 1px solid #EFEFEF!important;
  text-align: center;
}

.city.selected {
  background: #FE820E !important;
  color: #FFF;
}



.menu-item:hover{
  background-color: #fff !important;
}
.languages-select .MuiSvgIcon-root{
  width: 0em;
}



@media only screen and (max-width:900px){
  .head-item{
    display: inline-block !important;
  }
  .city-btn {
    justify-content: space-between;
    text-decoration: none;
    padding: 16px 0px;
  }
  .language-list{
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px solid #cccc;
  }
}
