.page-wrapper {
  background-color: #f9f9f9;
}
.property-detail_inner {
  padding: 0 !important;
}
/* smal cards */
.action-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 26px;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  height: 100%;
  transition: all .2s ease;
}
.action-card:hover {
  background: #f8f9fa;
  border-color: #dee2e6;
  transform: translateY(-2px);
}
.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  border: 1px solid #efd0d1;
}
@media(min-width:992px) {
  .toggle-absolute {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media(max-width:992px) {
  .compact-toggle .gst-switch {
    width: 36px;
    height: 18px;
    margin-right: 8px;
  }
  .compact-toggle .gst-switch::after {
    width: 14px;
    height: 14px;
  }
  .compact-toggle .gst-input:checked+.gst-option .gst-switch::after {
    transform: translateX(18px);
  }
  .compact-toggle .gst-input:checked+.gst-option>div:last-of-type {
    background: transparent;
    border-color: none !important;
  }
}
.property-block_two-inner,
.action-card {
  border: 1px solid #ededed;
}
/* got toggle */
.gst-btn {
  transition: all .2s ease;
  font-size: 12px;
}
.gst-btn:not(.active) {
  opacity: 0.6;
}
.gst-btn:hover {
  opacity: 1;
}
.gst-btn.active {
  background-color: white !important;
}