.parent-form-voucher-search.search-mode .right-action {
  display: none !important;
}
.parent-form-voucher-search.search-mode .search-action {
  display: block !important;
}

.voucher-detail .main-image {
  height: 400px;
  width: 100%;
}
.voucher-detail .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voucher-detail .voucher-detail-item .title {
  width: 114px;
}

.barcode-popup-img {
  max-width: 270px;
  object-position: center;
  object-fit: contain;
}