.property-box {
  padding: 0 10px;
}
.property-box .left-panel-mobile {
  background: var(--main-color);
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
}
.property-box .left-panel {
  color: #000;
  border-left: none;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .property-box .left-panel {
    width: 100%;
  }
}
.property-box .left-panel-center {
  background: var(--main-color);
  color: white;
  padding: 12px 0;
}
.property-box .left-panel-center .btn-light {
  color: #933828;
  border-color: none;
  background: rgb(253, 251, 244);
}
.property-box .right-panel {
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .property-box .right-panel {
    margin-top: 20px;
  }
}
.property-box .title {
  font-size: 24px;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .property-box .title {
    font-size: 24px;
  }
}
.property-box .price {
  text-align: center;
}
@media all and (max-width: 650px) {
  .property-box .block_title_price {
    font-size: 20px;
    line-height: 28px;
  }
}
.property-box .info-grid {
  padding-top: 18px;
}
@media all and (max-width: 800px) {
  .property-box .info-grid {
    font-size: 13px;
  }
}
.property-box .info-grid .col-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-box .info-grid .col-info .name {
  font-weight: 600;
}
.property-box .btn-custom {
  margin: 0px 5px;
  border-radius: 6px;
  border: 1px solid transparent;
}
.property-box .btn-custom:hover {
  border: 1px solid var(--main-color2);
}
.property-box .btn-custom svg {
  width: 22px;
  fill: #ADADAD;
}
.property-box .btn-liked {
  background: #fff0f0;
  border: 1px solid #e53935 !important;
  color: #e53935;
}
.property-box .btn-liked svg {
  fill: #e53935;
}
.property-box .support-box {
  display: flex;
  align-items: center;
}
.property-box .support-box img {
  object-fit: cover;
}
.property-box .right-panel-content {
  padding: 16px;
}
.property-box .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: #B0CBF4;
  margin-right: 5px;
}
.property-box .support-box-content {
  width: calc(100% - 75px);
}
.property-box .contact {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
}
.property-box .contact a {
  border: 1px solid var(--border-color);
  padding: 1px 5px;
  border-radius: 5px;
}
.property-box .contact .phone {
  background: #00B060;
  color: #fff;
  display: flex;
  align-items: center;
}
.property-box .contact .zalo {
  background: #1C5FBC;
}
.property-box .list-group-item {
  padding: 2px 30px 2px 10px;
  border: 1px solid var(--border-color) !important;
  margin-top: 4px;
  border-radius: 5px;
}
.property-box .block_streng_project {
  margin: 10px 0 0px;
}
@media all and (max-width: 650px) {
  .property-box .block_streng_project .list_streng .item {
    margin-bottom: 10px;
  }
}
.property-box .block_streng_project .list_streng .item .summary {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}
@media all and (max-width: 650px) {
  .property-box .block_streng_project .list_streng .item .summary {
    font-size: 14px;
  }
}
.property-box .box_menu {
  border-right: 1px solid var(--border-color);
}
.property-box .box_menu .menu {
  padding: 8px 0;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.property-box .box_menu .menu.active {
  border-bottom: 2px solid var(--main-color2);
}

.box-fun-code {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .fun-code-left {
    padding: 0 0px;
  }
}

.fun-code-left, .fun-code-right {
  width: 50%;
  border: 1px solid var(--border-color);
}
@media screen and (max-width: 768px) {
  .fun-code-left, .fun-code-right {
    width: 100%;
  }
}
.fun-code-left .code-right-bottom, .fun-code-right .code-right-bottom {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .fun-code-left .code-right-bottom, .fun-code-right .code-right-bottom {
    margin-top: 20px;
  }
}

.fun-code-right {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .fun-code-right {
    margin-top: 30px;
  }
}

.col-info-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: var(--text-color) !important;
}

.btn-main-white {
  background-color: #fff;
  color: var(--main-color);
  border: 2px solid #EB6753;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 10px;
}

.text-sm {
  font-size: 0.75rem;
}
@media all and (max-width: 650px) {
  .text-sm {
    font-size: 10px;
  }
}

.left-panel-top {
  padding: 10px;
  width: 100%;
}
.left-panel-top .title {
  font-size: 52px;
}
.left-panel-top .summary {
  font-size: 0.875rem;
}
@media all and (max-width: 800px) {
  .left-panel-top .summary {
    font-size: 13px;
  }
}

.btn-fund {
  border: 1px solid var(--border-color);
  padding: 4px 20px;
  height: 32px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.btn-fund svg {
  margin-left: 10px;
}
@media all and (max-width: 990px) {
  .btn-fund {
    padding: 0px 8px;
    font-size: 13px;
  }
  .btn-fund svg {
    margin-left: 0px;
  }
}

.fs-sm {
  font-size: 0.875rem;
}
@media all and (max-width: 800px) {
  .fs-sm {
    font-size: 13px;
  }
}

.btn-booking {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 60px;
  background: #1976d2;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.btn-booking:hover {
  transform: scale(1.03);
}

.gallery-tools {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 6px;
  z-index: 2;
}
.gallery-tools a, .gallery-tools button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.badge {
  color: unset;
  font-weight: 100;
  font-size: 0.875em;
}

.badge-light-success {
  background-color: #dfffea;
  color: #17c653;
}

.badge-light-primary {
  background-color: #e9f3ff;
  color: #1b84ff;
}

.badge-light-info {
  background-color: #f8f5ff;
  color: #7239ea;
}

.apartment-info-card {
  font-size: 0.875rem;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.modal-lock-can .description p, .modal-lock-can .description span, .modal-lock-can .description h1, .modal-lock-can .description h2, .modal-lock-can .description h3, .modal-lock-can .description h4, .modal-lock-can .description h5, .modal-lock-can .description h6 {
  margin: 0;
}

.bg-modal-custom .modal-content {
  background: #F7F7F7;
}

.fs-sm {
  font-size: 0.875rem;
}

.support-box-lock .avatar {
  width: 48px;
  height: 48px;
}
.support-box-lock .support-box-content {
  width: calc(100% - 48px - 5px);
}

.left-panel-right-top {
  padding: 0 10px 10px;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
@media all and (max-width: 768px) {
  .left-panel-right-top {
    border-left: 1px solid var(--border-color);
  }
}

.left-panel-right-bottom {
  padding: 0 10px;
}/*# sourceMappingURL=map.css.map */