.ArrowRight {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.ArrowButton {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.SearchImprovementsBar-ArrowButton {
  background-color: transparent;
  border: 0;
  height: 65%;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.tag-bar-padding {
  padding-top: 100px;
}

.button-width {
  width: 210px;
}

.tag-width {
  width: 80%;
}

.direction:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

@media only screen and (max-width: 800px) {
  .button-width {
    width: 80px;
  }

  .tag-width {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .SearchImprovementsBar-ArrowButton {
    top: -80px;
  }

  .tag-bar-padding {
    padding-top: 90px;
  }

  div#tag_box {
    height: 50px !important;
  }
}

@media only screen and (max-width: 431px) {
  .tag-bar-padding {
    padding-top: 75px;
  }
}

