.box-search {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}
.box-search [class^="col-md-"] + [class^="col-md-"]:not(:last-child) {
  border-left: 1px solid #ECECEC;
}
@media (min-width: 0px) and (max-width: 880px) {
  .box-search [class^="col-md-"] + [class^="col-md-"]:not(:last-child) {
    border-left: 0px solid #ECECEC;
  }
}
.control > .icon-from-search {
  display: block;
  margin: 0 auto 6px;
  /* Bug thuc te nguoi dung bao cao qua anh chup (5/9/2026): dong "Mức giá" trong thanh tim
     kiem PC bi lech len tren so voi 4 cot con lai. Nguyen nhan: anh "Group-4.png" (icon rieng
     cua "Mức giá") co kich thuoc that CHI 29x18px, trong khi 4 icon con lai (Group.png/Group-1/
     Group-3/Group-5) deu la 24-26px chieu cao - da xac nhan qua naturalHeight cua tung <img>.
     ".icon-from-search" truoc day khong co "height" rieng (chi "display:block"), nen icon THAP
     hon se chiem it khong gian doc hon, day label+input BEN DUOI no len tren, lech khoi hang
     chung voi 4 cot khac. Dat "height" CO DINH bang chieu cao icon CAO NHAT (26px, "Loại văn
     phòng") + "object-fit:contain" de icon thap hon (18px) duoc CAN GIUA trong khung 26px do
     (KHONG bi keo gian/bien dang), thay vi chi chiem dung 18px that cua no. */
  height: 26px;
  object-fit: contain;
}
.office-type-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 8px;
  display: grid;
  margin-top: 10px;
}
.office-type-list input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.office-type-list .item-class {
  background: #d3e6ff;
  padding: 8px;
  border-radius: 8px;
  transition: 0.5s all;
  width: 100%;
  cursor: pointer;
  text-align: center;
  align-content: center;
  margin-bottom: 10px;
}
.office-type-list input[type="radio"]:checked + label {
  background: #1e44a7;
  color: #fff;
}
.pplus-popup-field {
  position: relative;
}
.focus-popup {
  display: none;
  position: absolute;
  top: 100%;
  opacity: 1;
  bottom: auto;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin-top: 8px;
  min-width: 280px;
}
.focus-popup.pplus-popup-open {
  display: block;
}
.pplus-popup-trigger {
  cursor: pointer;
  background-color: #ffffff !important;
}
.pplus-popup-field .control {
  cursor: pointer;
}
.building-class-list input[name="rating_level"]:checked + .building-class {
  background: #3e5fb4 !important;
  color: #ffffff;
}
.building-class-list input[name="rating_level"]:checked + .building-class .class-name {
  color: #ffffff;
}
