/* new dashboard variables*/
.post-review-input-old input,
.post-review-input-old .select2-search--inline .select2-search__field {
  height: 46px;
  padding: 10px 16px;
  line-height: 1.33;
  font-size: 23px !important;
  font-weight: 500 !important;
  border-radius: 0px !important;
}
.post-review-input-old .select2-container .select2-selection--multiple {
  line-height: 19px !important;
}
.post-review-input-old .select2-container .select2-selection {
  min-height: 46px !important;
  border-radius: 0px !important;
}
.post-review-input-old .select2-container .select2-selection .select2-selection__rendered {
  line-height: 42px !important;
  color: inherit !important;
}
.post-review-input-old .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice {
  line-height: 34px !important;
}
.post-review-input-old .select2-container .select2-selection .select2-selection__arrow {
  height: 42px !important;
  right: 5px !important;
}
.post-review-input-old .select2-dropdown .select2-results__options li {
  height: 46px !important;
  padding: 11px !important;
  font-size: 21px !important;
}
.post-review-input-old .bootstrap-tagsinput {
  padding: 0px;
  border-radius: 0px;
  min-height: 46px;
}
.post-review-input-old .bootstrap-tagsinput input {
  padding: 0 15px !important;
}
.post-review-input-old .bootstrap-tagsinput .tag {
  margin: 5px 0px 0px 10px;
  line-height: 25px !important;
  font-size: 23px;
}
