@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/TS.Blazor/TS.Blazor.9qh314bpb5.bundle.scp.css';
@import '_content/TS.Entitlements.Components/TS.Entitlements.Components.6os7vjssnc.bundle.scp.css';
@import '_content/TS.MediaLake.Components/TS.MediaLake.Components.4u25y00yct.bundle.scp.css';
@import '_content/TS.Notification.Components/TS.Notification.Components.868xmb68z0.bundle.scp.css';
@import '_content/TS.PropertyLake.Components/TS.PropertyLake.Components.mejo23gd0d.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b3uweg4uec] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b3uweg4uec] {
    flex: 1;
}

.sidebar[b-b3uweg4uec] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b3uweg4uec] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b3uweg4uec]  a, .top-row[b-b3uweg4uec]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b3uweg4uec]  a:hover, .top-row[b-b3uweg4uec]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b3uweg4uec]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-b3uweg4uec] {
        justify-content: space-between;
    }

    .top-row[b-b3uweg4uec]  a, .top-row[b-b3uweg4uec]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b3uweg4uec] {
        flex-direction: row;
    }

    .sidebar[b-b3uweg4uec] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b3uweg4uec] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b3uweg4uec]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b3uweg4uec], article[b-b3uweg4uec] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-b3uweg4uec] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-b3uweg4uec] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Shared/ListingCard.razor.rz.scp.css */
.news-item-type-2[b-kutbjsvazi] {
  display: flex;
  border-radius: 3px;
  border: 1px solid #E8E8E8;
  background: #FFF;
}
.news-item-type-2 .content-left[b-kutbjsvazi] {
  width: 260px;
  flex: none;
  position: relative;
}
.news-item-type-2 .content-left .news-image[b-kutbjsvazi] {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 2px 0px 0px 2px;
}
.news-item-type-2 .content-left .news-image img[b-kutbjsvazi] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.news-item-type-2 .content-left .content-overlay[b-kutbjsvazi] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
}
.news-item-type-2 .content-left .content-overlay .image-count[b-kutbjsvazi] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news-item-type-2 .content-left .content-overlay .image-count .icon img[b-kutbjsvazi] {
  height: 30px;
  width: 30px;
}
.news-item-type-2 .content-left .content-overlay .image-count .image-count-number[b-kutbjsvazi] {
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  width: 35px;
  text-align: center;
  line-height: 1.2rem;
}
.news-item-type-2 .content-right[b-kutbjsvazi] {
  width: 100%;
  display: flex;
  padding: 10px 14px;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
}
.news-item-type-2 .content-right .content-right-header[b-kutbjsvazi] {
  display: flex;
  align-items: center;
  width: 100%;
}
.news-item-type-2 .content-right .content-right-header .news-type[b-kutbjsvazi] {
  padding: 4px 12px;
  border-radius: 3px;
}
.news-item-type-2 .content-right .content-right-header .news-type.type-rent[b-kutbjsvazi] {
  background: #FFF0F2;
  color: #FF0000;
}
.news-item-type-2 .content-right .content-right-header .date-notes[b-kutbjsvazi] {
  color: #CDCBC8;
  margin-left: 10px;
}
.news-item-type-2 .content-right .content-right-header .like-count[b-kutbjsvazi] {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #FF0000;
}
.news-item-type-2 .content-right .content-right-header .like-count .icon img[b-kutbjsvazi] {
  width: 20px;
}
.news-item-type-2 .content-right .content-right-detail[b-kutbjsvazi] {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  align-self: stretch;
  flex: 1;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left[b-kutbjsvazi] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-title[b-kutbjsvazi] {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.4rem;
  color: var(--black-color);
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-price[b-kutbjsvazi] {
  color: #FF0000;
  font-size: 16px;
  font-weight: 500;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2[b-kutbjsvazi] {
  display: flex;
  gap: 20px;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-category[b-kutbjsvazi] {
  color: #747474;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-address[b-kutbjsvazi] {
  color: #747474;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities[b-kutbjsvazi] {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  margin-top: auto;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item[b-kutbjsvazi] {
  display: flex;
  gap: 5px;
  align-items: center;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item .icon img[b-kutbjsvazi] {
  width: 30px;
  height: 30px;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item .value[b-kutbjsvazi] {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-kutbjsvazi] {
  width: 120px;
  flex: none;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent[b-kutbjsvazi] {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2rem;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image[b-kutbjsvazi] {
  position: relative;
  width: 80px;
  padding-top: 80px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image img[b-kutbjsvazi] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  object-fit: cover;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-name[b-kutbjsvazi] {
  margin-bottom: 0px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-title[b-kutbjsvazi] {
  margin-bottom: 0px;
  color: #6D6D6D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .sale-products-count[b-kutbjsvazi] {
  margin-bottom: 10px;
  color: #6D6D6D;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .btn[b-kutbjsvazi] {
  margin: auto;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .news-item-type-2[b-kutbjsvazi] {
    flex-direction: column;
  }
  .news-item-type-2 .content-left[b-kutbjsvazi] {
    width: 100%;
  }
  .news-item-type-2 .content-left .news-image[b-kutbjsvazi] {
    width: 100%;
    padding-top: 62%;
    border-radius: 3px 3px 0px 0px;
  }
  .news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-kutbjsvazi] {
    display: none;
  }
}
/* /Components/Shared/ListingVerticalCard.razor.rz.scp.css */
.news-item-type-1[b-2nviadp9cf] {
  display: flex;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.news-item-type-1 .content-left[b-2nviadp9cf] {
  width: 260px;
  flex: none;
  position: relative;
}
.news-item-type-1 .content-left .news-image[b-2nviadp9cf] {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 3px 0px 0px 3px;
}
.news-item-type-1 .content-left .news-image img[b-2nviadp9cf] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.news-item-type-1 .content-left .content-overlay[b-2nviadp9cf] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 3px 0px 0px 3px;
}
.news-item-type-1 .content-left .content-overlay .content-header[b-2nviadp9cf] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.news-item-type-1 .content-right[b-2nviadp9cf] {
  width: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  align-self: stretch;
}
.news-item-type-1 .content-right .news-title[b-2nviadp9cf] {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 1.4rem;
  color: var(--black-color);
}
.news-item-type-1 .content-right .property-item.property-item1[b-2nviadp9cf] {
  display: flex;
  gap: 14px;
}
.news-item-type-1 .content-right .property-item.property-item1 .news-type[b-2nviadp9cf] {
  padding: 4px 12px;
  border-radius: 3px;
}
.news-item-type-1 .content-right .property-item.property-item1 .news-type.type-rent[b-2nviadp9cf] {
  background: #fff0f2;
  color: #ff0000;
}
.news-item-type-1 .content-right .property-item.property-item1 .news-price[b-2nviadp9cf] {
  color: #ff0000;
  font-size: 16px;
  font-weight: 500;
}
.news-item-type-1 .content-right .property-item.property-item2[b-2nviadp9cf] {
  display: flex;
  gap: 20px;
  font-size: 12px;
}
.news-item-type-1 .content-right .property-item.property-item2 .news-category[b-2nviadp9cf] {
  color: #747474;
}
.news-item-type-1 .content-right .property-item.property-item2 .news-address[b-2nviadp9cf] {
  color: #747474;
}
.news-item-type-1 .content-right .property-item.property-item3[b-2nviadp9cf] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.news-item-type-1 .content-right .property-item.property-item3 .content-item[b-2nviadp9cf] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 120px;
}
.news-item-type-1 .content-right .property-item.property-item3 .content-item .title[b-2nviadp9cf] {
  margin-bottom: 0px;
  display: block;
}
.news-item-type-1 .content-right .property-item.property-item3 .content-item .value[b-2nviadp9cf] {
  color: #747474;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .news-item-type-1[b-2nviadp9cf] {
    flex-direction: column;
  }
  .news-item-type-1 .content-left[b-2nviadp9cf] {
    width: 100%;
  }
  .news-item-type-1 .content-left .news-image[b-2nviadp9cf] {
    width: 100%;
    padding-top: 62%;
    border-radius: 3px 3px 0px 0px;
  }
  .news-item-type-1 .content-left .content-overlay[b-2nviadp9cf] {
    border-radius: 3px 3px 0px 0px;
  }
  .news-item-type-1 .content-left .content-overlay .news-statistical[b-2nviadp9cf] {
    border-radius: 0px;
  }
  .news-item-type-1 .content-right[b-2nviadp9cf] {
    gap: 15px;
  }
  .news-item-type-1 .content-right .property-item.property-item3[b-2nviadp9cf] {
    justify-content: space-between;
  }
  .news-item-type-1 .content-right .property-item.property-item3 .content-item[b-2nviadp9cf] {
    width: auto;
  }
  .news-item-type-1 .content-right .news-actions[b-2nviadp9cf] {
    margin-top: 15px;
  }
  .news-item-type-1 .content-right .news-actions .btn-edit-news[b-2nviadp9cf] {
    display: none;
  }
}

.news-item-type-2[b-2nviadp9cf] {
  display: flex;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.news-item-type-2 .content-left[b-2nviadp9cf] {
  width: 260px;
  flex: none;
  position: relative;
}
.news-item-type-2 .content-left .news-image[b-2nviadp9cf] {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 3px 0px 0px 3px;
}
.news-item-type-2 .content-left .news-image img[b-2nviadp9cf] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.news-item-type-2 .content-left .content-overlay[b-2nviadp9cf] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
}
.news-item-type-2 .content-left .content-overlay .image-count[b-2nviadp9cf] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news-item-type-2 .content-left .content-overlay .image-count .icon img[b-2nviadp9cf] {
  height: 30px;
  width: 30px;
}
.news-item-type-2 .content-left .content-overlay .image-count .image-count-number[b-2nviadp9cf] {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  width: 35px;
  text-align: center;
  line-height: 1.2rem;
}
.news-item-type-2 .content-right[b-2nviadp9cf] {
  width: 100%;
  display: flex;
  padding: 10px 14px;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
}
.news-item-type-2 .content-right .content-right-header[b-2nviadp9cf] {
  display: flex;
  align-items: center;
  width: 100%;
}
.news-item-type-2 .content-right .content-right-header .news-type[b-2nviadp9cf] {
  padding: 4px 12px;
  border-radius: 3px;
}
.news-item-type-2 .content-right .content-right-header .news-type.type-rent[b-2nviadp9cf] {
  background: #fff0f2;
  color: #ff0000;
}
.news-item-type-2 .content-right .content-right-header .date-notes[b-2nviadp9cf] {
  color: #cdcbc8;
  margin-left: 10px;
}
.news-item-type-2 .content-right .content-right-header .like-count[b-2nviadp9cf] {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #ff0000;
}
.news-item-type-2 .content-right .content-right-header .like-count .icon img[b-2nviadp9cf] {
  width: 20px;
}
.news-item-type-2 .content-right .content-right-detail[b-2nviadp9cf] {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left[b-2nviadp9cf] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-title[b-2nviadp9cf] {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  line-height: 1.4rem;
  color: var(--black-color);
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-price[b-2nviadp9cf] {
  color: #ff0000;
  font-size: 16px;
  font-weight: 500;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2[b-2nviadp9cf] {
  display: flex;
  gap: 20px;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-category[b-2nviadp9cf] {
  color: #747474;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-address[b-2nviadp9cf] {
  color: #747474;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities[b-2nviadp9cf] {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  margin-top: auto;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item[b-2nviadp9cf] {
  display: flex;
  gap: 5px;
  align-items: center;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item .value[b-2nviadp9cf] {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-2nviadp9cf] {
  width: 120px;
  flex: none;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent[b-2nviadp9cf] {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2rem;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image[b-2nviadp9cf] {
  position: relative;
  width: 80px;
  padding-top: 80px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image img[b-2nviadp9cf] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-name[b-2nviadp9cf] {
  margin-bottom: 0px;
  font-weight: 500;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-title[b-2nviadp9cf] {
  margin-bottom: 0px;
  color: #6d6d6d;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .sale-products-count[b-2nviadp9cf] {
  margin-bottom: 10px;
  color: #6d6d6d;
}
.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .btn[b-2nviadp9cf] {
  margin: auto;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .news-item-type-2[b-2nviadp9cf] {
    flex-direction: column;
  }
  .news-item-type-2 .content-left[b-2nviadp9cf] {
    width: 100%;
  }
  .news-item-type-2 .content-left .news-image[b-2nviadp9cf] {
    width: 100%;
    padding-top: 62%;
    border-radius: 3px 3px 0px 0px;
  }
  .news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-2nviadp9cf] {
    display: none;
  }
}

.news-status[b-2nviadp9cf] {
  padding: 5px 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 3px;
}
.news-status.on-display[b-2nviadp9cf] {
  color: #34a853;
  background-color: #ecf9f1;
}

.news-statistical[b-2nviadp9cf] {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  border-radius: 0px 0px 0px 3px;
}
.news-statistical .statistical-item[b-2nviadp9cf] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.news-statistical .statistical-item .text[b-2nviadp9cf] {
  color: #fff;
  margin-bottom: -2px;
}
.news-actions[b-2nviadp9cf] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-actions .actions-left[b-2nviadp9cf] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.news-actions .actions-left .actions-dropdown .btn-news-actions[b-2nviadp9cf] {
  width: auto;
  padding: 0px;
}
.news-actions .actions-left .actions-dropdown .dropdown-menu[b-2nviadp9cf] {
  width: 200px;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.news-actions .actions-left .actions-dropdown .dropdown-menu li[b-2nviadp9cf] {
  width: 100%;
}
.news-actions .actions-left .actions-dropdown .dropdown-menu li .dropdown-item[b-2nviadp9cf] {
  display: flex;
  height: 40px;
  padding: 0px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.news-actions .actions-left .actions-dropdown .dropdown-menu li .dropdown-item .text[b-2nviadp9cf] {
  color: #000;
  margin-top: 2px;
}
.news-actions .actions-right[b-2nviadp9cf] {
  display: flex;
  gap: 10px;
  align-items: center;
}
.news-actions .actions-right .page-number[b-2nviadp9cf] {
  color: #6d6d6d;
}

.news-item-type-2.slide-item[b-2nviadp9cf] {
  flex-direction: column;
  gap: 0px;
}
.news-item-type-2.slide-item .content-left[b-2nviadp9cf] {
  width: 100%;
}
.news-item-type-2.slide-item .content-left .news-image[b-2nviadp9cf] {
  position: relative;
  width: 100%;
  padding-top: 59.4594594595%;
  overflow: hidden;
  border-radius: 3px 3px 0px 0px;
}
.news-item-type-2.slide-item .content-right[b-2nviadp9cf] {
  padding: 20px 15px;
  gap: 12px;
}
/* /Components/Shared/LoadingIndicator.razor.rz.scp.css */
.spinner-border[b-uka1tntllw] {
  color: #cf4a3b;
  border-color: #cf4a3b #f6f6f6 #f6f6f6 #f6f6f6 !important;
  width: 2rem;
  height: 2rem;
  border-width: 4px;
}

.loading-text[b-uka1tntllw] {
  color: #cf4a3b;
}
/* /Components/Shared/Pagination.razor.rz.scp.css */
.pagination[b-5h16irl8l8] {
  width: 100%;
}
.pagination .pagination-list[b-5h16irl8l8] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin: auto;
}
.pagination .pagination-list .pagination-item a[b-5h16irl8l8] {
  color: #000;
}
.pagination .pagination-list .pagination-item.disabled[b-5h16irl8l8] {
  pointer-events: none;
}
.pagination .pagination-list .pagination-item.disabled a[b-5h16irl8l8] {
  opacity: 0.4;
}
.pagination .pagination-list .pagination-item.active[b-5h16irl8l8] {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #d97b70;
  transition: all;
}
.pagination .pagination-list .pagination-item.active a[b-5h16irl8l8] {
  color: #fff;
}
/* /Components/Shared/PhoneNumberPreview.razor.rz.scp.css */
a[b-oa5ywc94dl], button[b-oa5ywc94dl] {
  color: #1877f2;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none !important;
  display: inline-flex; 
  align-items: center; 
  gap: 5px;
  padding: 0px;
}
/* /Components/Shared/ProjectCard.razor.rz.scp.css */
.news-detail-about-card[b-eccxu6wrxs] {
  display: flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  background: #f8f8f8;
  flex-direction: row;
  border: none;
}
.news-detail-about-card p[b-eccxu6wrxs] {
  margin-bottom: 0px;
}
.news-detail-about-card .image[b-eccxu6wrxs] {
  position: relative;
  width: 170px;
  height: 110px;
  overflow: hidden;
  border-radius: 5px;
}
.news-detail-about-card .image img[b-eccxu6wrxs] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.news-detail-about-card .infor .project-name[b-eccxu6wrxs] {
  font-weight: 700;
  margin-bottom: 10px;
}
.news-detail-about-card .infor .project-owner[b-eccxu6wrxs] {
  color: var(--button-primary);
  margin-bottom: 10px;
}
.news-detail-about-card .infor .project-address[b-eccxu6wrxs] {
  margin-bottom: 0px;
}
.news-detail-about-card .infor .project-short-infor[b-eccxu6wrxs] {
  margin-top: 10px;
  display: flex;
  gap: 40px;
}
.news-detail-about-card .infor .project-short-infor .infor-item .title[b-eccxu6wrxs] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
.news-detail-about-card .infor .project-short-infor .infor-item .text[b-eccxu6wrxs] {
  color: var(--button-primary);
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .news-detail-about-card .infor .project-short-infor[b-eccxu6wrxs] {
    display: none;
  }
}
/* /Features/Admin/Components/Dialogs/ListingActionConfirmationDialog.razor.rz.scp.css */
.modal-content[b-cgwq3h8smr]{width:370px;margin-left:auto;margin-right:auto}.modal-content[b-cgwq3h8smr]  trust-combobox,.modal-content[b-cgwq3h8smr]  trust-text-input,.modal-content[b-cgwq3h8smr]  trust-number-input{--primary-color: #222222}.modal-content[b-cgwq3h8smr]  trust-chip,.modal-content[b-cgwq3h8smr]  trust-chipset{--primary-color: #cf4a3b}.modal-content[b-cgwq3h8smr]  trust-checkbox{--primary-color: #cf4a3b}.modal-content[b-cgwq3h8smr]  .trust-btn-primary-danger{background-color:#cf4a3b;border-color:#cf4a3b}.modal-content[b-cgwq3h8smr]  .trust-btn-primary-danger:hover{background-color:#c24537;border-color:#c24537}.modal-content[b-cgwq3h8smr]  .trust-btn-primary-success:disabled{color:#fff;background-color:rgba(18,161,84,.65);border-color:rgba(18,161,84,.65);pointer-events:none}.modal-content[b-cgwq3h8smr]  .trust-btn-link-blue,.modal-content[b-cgwq3h8smr]  .trust-btn-link-black{padding:0px}.modal-content[b-cgwq3h8smr]  .trust-btn-link-blue:hover,.modal-content[b-cgwq3h8smr]  .trust-btn-link-blue:active,.modal-content[b-cgwq3h8smr]  .trust-btn-link-blue:focus,.modal-content[b-cgwq3h8smr]  .trust-btn-link-black:hover,.modal-content[b-cgwq3h8smr]  .trust-btn-link-black:active,.modal-content[b-cgwq3h8smr]  .trust-btn-link-black:focus{background-color:rgba(0,0,0,0) !important}.modal-content .modal-body[b-cgwq3h8smr]{width:100%;padding:0px}.modal-content .modal-body .confirm-content[b-cgwq3h8smr]{padding:50px 20px 30px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.modal-content .modal-body .confirm-content .success-content[b-cgwq3h8smr]{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px}.modal-content .modal-body .confirm-content .success-content .title[b-cgwq3h8smr]{color:#73c264;font-size:24px;font-weight:500;line-height:36px;margin-bottom:0px}.modal-content .modal-body .confirm-content .success-content .text[b-cgwq3h8smr]{margin-bottom:0px;font-size:16px}.modal-content .modal-body .confirm-content .content-footer[b-cgwq3h8smr]{margin-top:20px;display:flex;gap:12px;width:100%;justify-content:space-between}.modal-content .modal-body .confirm-content .content-footer .btn[b-cgwq3h8smr]{width:calc(50% - 6px)}
/* /Features/Admin/Components/Pages/PendingPostEditor.razor.rz.scp.css */
[b-kv0kyln23c] trust-combobox,[b-kv0kyln23c] trust-text-input,[b-kv0kyln23c] trust-number-input{--primary-color: #222222}[b-kv0kyln23c] trust-chip,[b-kv0kyln23c] trust-chipset{--primary-color: #cf4a3b}[b-kv0kyln23c] trust-checkbox{--primary-color: #cf4a3b}[b-kv0kyln23c] .trust-btn.trust-btn-primary{--btn-primary-bg: #cf4a3b}[b-kv0kyln23c] .trust-btn-primary-success:disabled{color:#fff;background-color:rgba(18,161,84,.65);border-color:rgba(18,161,84,.65);pointer-events:none}[b-kv0kyln23c] .trust-btn-link-blue,[b-kv0kyln23c] .trust-btn-link-black{padding:0px}[b-kv0kyln23c] .trust-btn-link-blue:hover,[b-kv0kyln23c] .trust-btn-link-blue:active,[b-kv0kyln23c] .trust-btn-link-blue:focus,[b-kv0kyln23c] .trust-btn-link-black:hover,[b-kv0kyln23c] .trust-btn-link-black:active,[b-kv0kyln23c] .trust-btn-link-black:focus{background-color:rgba(0,0,0,0) !important}.main[b-kv0kyln23c]{background-color:#f9fbfc}label.control-label[required][b-kv0kyln23c]::after{content:"*";margin-left:4px;color:var(--error-color)}.btn-group .btn-group-item[b-kv0kyln23c]{background:#dadada;height:40px;padding:10px 20px;color:#fff;font-size:16px;font-weight:700;margin:0px 0px}.btn-group .btn-group-item:first-of-type[b-kv0kyln23c]{border-radius:4px 0px 0px 4px}.btn-group .btn-group-item:last-of-type[b-kv0kyln23c]{border-radius:0px 4px 4px 0px}.btn-group .btn-group-item.active[b-kv0kyln23c]{background:#c24537}.btn-group .btn-group-item:focus[b-kv0kyln23c]{box-shadow:none}@media screen and (max-width: 767px){.container .page-header .create-news-action .btn-wrapper[b-kv0kyln23c]  button{display:none}}.main-content .container[b-kv0kyln23c]{padding-bottom:60px}.main-content .container .toolbar[b-kv0kyln23c]{padding-left:0;padding-right:0}.news-billing-section[b-kv0kyln23c]{border-radius:20px;border:1px solid #e8e9ed;background:#fff;overflow:hidden}.news-billing-section .content-body[b-kv0kyln23c]{margin-top:20px;display:flex;padding:0px 20px 20px 20px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.news-billing-section .content-body .billing-calculation .total-cost[b-kv0kyln23c]{display:flex;justify-content:space-between;margin-bottom:10px}.news-billing-section .content-body .billing-calculation .total-cost .text[b-kv0kyln23c]{font-size:14px;font-weight:700}.news-billing-section .content-body .billing-calculation .total-cost .value[b-kv0kyln23c]{font-size:14px;font-weight:700}.news-billing-section .content-body .billing-calculation .cost-detail[b-kv0kyln23c]{list-style-type:decimal;padding-left:5px;display:flex;flex-direction:column;gap:8px}.news-billing-section .content-body .billing-calculation .cost-detail .cost-detail-item[b-kv0kyln23c]{display:flex;justify-content:space-between}.news-billing-section .content-body .billing-warning[b-kv0kyln23c]{display:flex;padding:10px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;border:1px solid #ea4335;background:#fff0f2}.news-billing-section .content-body .billing-warning .text[b-kv0kyln23c]{color:#cf4a3b}.news-billing-section .content-body .billing-actions[b-kv0kyln23c]{display:flex;gap:12px;width:100%}.news-billing-section .content-body .billing-actions .btn-confirm[b-kv0kyln23c]{flex-grow:1}.section-header[b-kv0kyln23c]{padding:20px 20px 30px 20px;background:#f8f8f8;position:relative}.section-header.section-header-small .bg[b-kv0kyln23c]{left:220px}.section-header .bg[b-kv0kyln23c]{background-image:url(/images/header-bg.png);background-size:contain;position:absolute;left:275px;top:20px;width:102px;height:102px;z-index:1}.section-header .line[b-kv0kyln23c]{width:100px;height:3px;background:#d97b70}.section-header .title[b-kv0kyln23c]{margin-top:40px;margin-bottom:10px;color:var(--black-color);font-size:24px;font-weight:600;line-height:36px;text-align:left}.embed-videos[b-kv0kyln23c]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;width:100%;margin-top:20px}.embed-videos .title[b-kv0kyln23c]{color:#000;font-size:14px;font-weight:600;line-height:24px;margin-bottom:0px}.embed-videos .form-group[b-kv0kyln23c]{display:flex;width:100%;flex-direction:column;gap:20px}.select-saved-address-modal .modal-dialog[b-kv0kyln23c]{width:370px;margin-left:auto;margin-right:auto;max-width:100%}.select-saved-address-modal .modal-dialog .modal-content[b-kv0kyln23c]{border-radius:20px;overflow:hidden}.select-saved-address-modal .modal-body[b-kv0kyln23c]{display:flex;padding:20px 0px;flex-direction:column}.select-saved-address-modal .modal-body .title[b-kv0kyln23c]{font-size:14px;text-align:center;font-weight:700}.select-saved-address-modal .modal-body .saved-address-list .adress-item[b-kv0kyln23c]{cursor:pointer;display:flex;padding:10px 20px;align-items:flex-start;flex-direction:column;justify-content:flex-start}.select-saved-address-modal .modal-body .saved-address-list .adress-item .text[b-kv0kyln23c]{display:block}.select-saved-address-modal .modal-body .saved-address-list .adress-item:hover[b-kv0kyln23c]{background:#e8e8e8}.form-check[b-kv0kyln23c]{display:flex;align-items:center;user-select:none;cursor:pointer}.form-check[b-kv0kyln23c]  .form-check-input:checked{background-color:#cf4a3b;border-color:#cf4a3b}.form-check[b-kv0kyln23c]  .form-check-label{line-height:12px}.approval-section[b-kv0kyln23c]{border-radius:3px;background:#fff;box-shadow:0px .5px 1px 0px rgba(0,0,0,.1);padding:15px;display:flex;flex-direction:column;row-gap:16px}.approval-section .title[b-kv0kyln23c]{font-weight:400;font-size:14px;line-height:17px;color:#1877f2;display:inline-block}.approval-section .form-check-wrapper[b-kv0kyln23c]{display:flex;flex-direction:column}.approval-section .form-check-wrapper .form-check-reject-wrapper[b-kv0kyln23c]{display:flex;flex-direction:column}.approval-section .form-check-wrapper .form-check-reject-wrapper .reject-reasons-section[b-kv0kyln23c]{padding:15px 0 0 20px;display:flex;flex-direction:column;row-gap:10px}
/* /Features/Admin/Components/Pages/Posts.razor.rz.scp.css */
.news-item-type-1[b-wwsvesx9v7]{display:flex;border-radius:3px;border:1px solid #e8e8e8;background:#fff}.news-item-type-1 .content-left[b-wwsvesx9v7]{width:260px;flex:none;position:relative}.news-item-type-1 .content-left .news-image[b-wwsvesx9v7]{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:3px 0px 0px 3px}.news-item-type-1 .content-left .news-image img[b-wwsvesx9v7]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-1 .content-left .content-overlay[b-wwsvesx9v7]{position:absolute;top:0px;left:0px;width:100%;height:100%;border-radius:3px 0px 0px 3px}.news-item-type-1 .content-left .content-overlay .content-header[b-wwsvesx9v7]{width:100%;display:flex;justify-content:space-between;padding:10px}.news-item-type-1 .content-right[b-wwsvesx9v7]{width:100%;display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:11px;align-self:stretch}.news-item-type-1 .content-right .news-title[b-wwsvesx9v7]{overflow:hidden;font-size:14px;font-weight:500;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.4rem;color:var(--black-color)}.news-item-type-1 .content-right .property-item.property-item1[b-wwsvesx9v7]{display:flex;gap:14px}.news-item-type-1 .content-right .property-item.property-item1 .news-type[b-wwsvesx9v7]{padding:4px 12px;border-radius:3px}.news-item-type-1 .content-right .property-item.property-item1 .news-type.type-rent[b-wwsvesx9v7]{background:#fff0f2;color:red}.news-item-type-1 .content-right .property-item.property-item1 .news-price[b-wwsvesx9v7]{color:red;font-size:16px;font-weight:500;line-height:27px}.news-item-type-1 .content-right .property-item.property-item2[b-wwsvesx9v7]{display:flex;gap:20px}.news-item-type-1 .content-right .property-item.property-item2 .news-category[b-wwsvesx9v7]{color:#747474}.news-item-type-1 .content-right .property-item.property-item2 .news-address[b-wwsvesx9v7]{color:#747474}.news-item-type-1 .content-right .property-item.property-item3[b-wwsvesx9v7]{display:flex;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch}.news-item-type-1 .content-right .property-item.property-item3 .content-item[b-wwsvesx9v7]{display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:120px}.news-item-type-1 .content-right .property-item.property-item3 .content-item .title[b-wwsvesx9v7]{margin-bottom:0px;display:block}.news-item-type-1 .content-right .property-item.property-item3 .content-item .value[b-wwsvesx9v7]{color:#747474;margin-bottom:0px}@media only screen and (max-width: 767px){.news-item-type-1[b-wwsvesx9v7]{flex-direction:column}.news-item-type-1 .content-left[b-wwsvesx9v7]{width:100%}.news-item-type-1 .content-left .news-image[b-wwsvesx9v7]{width:100%;padding-top:62%;border-radius:3px 3px 0px 0px}.news-item-type-1 .content-left .content-overlay[b-wwsvesx9v7]{border-radius:3px 3px 0px 0px}.news-item-type-1 .content-left .content-overlay .news-statistical[b-wwsvesx9v7]{border-radius:0px}.news-item-type-1 .content-right[b-wwsvesx9v7]{gap:15px}.news-item-type-1 .content-right .property-item.property-item3[b-wwsvesx9v7]{justify-content:space-between}.news-item-type-1 .content-right .property-item.property-item3 .content-item[b-wwsvesx9v7]{width:auto}.news-item-type-1 .content-right .news-actions[b-wwsvesx9v7]{margin-top:15px}.news-item-type-1 .content-right .news-actions .btn-edit-news[b-wwsvesx9v7]{display:none}}.news-item-type-2[b-wwsvesx9v7]{display:flex;border-radius:3px;border:1px solid #e8e8e8;background:#fff}.news-item-type-2 .content-left[b-wwsvesx9v7]{width:260px;flex:none;position:relative}.news-item-type-2 .content-left .news-image[b-wwsvesx9v7]{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:3px 0px 0px 3px}.news-item-type-2 .content-left .news-image img[b-wwsvesx9v7]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-2 .content-left .content-overlay[b-wwsvesx9v7]{position:absolute;bottom:0px;left:0px;width:100%;padding:10px}.news-item-type-2 .content-left .content-overlay .image-count[b-wwsvesx9v7]{display:flex;justify-content:flex-end;align-items:center}.news-item-type-2 .content-left .content-overlay .image-count .image-count-number[b-wwsvesx9v7]{color:#fff;text-shadow:0px 2px 4px rgba(0,0,0,.25);font-size:20px;width:35px;text-align:center;line-height:1.2rem}.news-item-type-2 .content-right[b-wwsvesx9v7]{width:100%;display:flex;padding:10px 14px;flex-direction:column;gap:14px;justify-content:space-between}.news-item-type-2 .content-right .content-right-header[b-wwsvesx9v7]{display:flex;align-items:center;width:100%}.news-item-type-2 .content-right .content-right-header .news-type[b-wwsvesx9v7]{padding:4px 12px;border-radius:3px}.news-item-type-2 .content-right .content-right-header .news-type.type-rent[b-wwsvesx9v7]{background:#fff0f2;color:red}.news-item-type-2 .content-right .content-right-header .date-notes[b-wwsvesx9v7]{color:#cdcbc8;margin-left:10px}.news-item-type-2 .content-right .content-right-header .like-count[b-wwsvesx9v7]{margin-left:auto;margin-right:0;display:flex;gap:10px;align-items:center;color:red}.news-item-type-2 .content-right .content-right-header .like-count .icon img[b-wwsvesx9v7]{width:20px}.news-item-type-2 .content-right .content-right-detail[b-wwsvesx9v7]{width:100%;display:flex;align-items:flex-start;gap:14px;align-self:stretch}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left[b-wwsvesx9v7]{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-title[b-wwsvesx9v7]{overflow:hidden;font-size:14px;font-weight:500;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.4rem;color:var(--black-color)}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-price[b-wwsvesx9v7]{color:red;font-size:16px;font-weight:500;line-height:27px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2[b-wwsvesx9v7]{display:flex;gap:20px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-category[b-wwsvesx9v7]{color:#747474}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-address[b-wwsvesx9v7]{color:#747474}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities[b-wwsvesx9v7]{display:flex;gap:20px;margin-bottom:0px;margin-top:auto}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item[b-wwsvesx9v7]{display:flex;gap:5px;align-items:center}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item .value[b-wwsvesx9v7]{color:var(--black-color);font-size:16px;font-weight:500;margin-bottom:0px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-wwsvesx9v7]{width:120px;flex:none}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent[b-wwsvesx9v7]{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.2rem}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image[b-wwsvesx9v7]{position:relative;width:80px;padding-top:80px;overflow:hidden;margin-bottom:10px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image img[b-wwsvesx9v7]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-name[b-wwsvesx9v7]{margin-bottom:0px;font-weight:500}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-title[b-wwsvesx9v7]{margin-bottom:0px;color:#6d6d6d}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .sale-products-count[b-wwsvesx9v7]{margin-bottom:10px;color:#6d6d6d}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .btn[b-wwsvesx9v7]{margin:auto;width:120px}@media only screen and (max-width: 767px){.news-item-type-2[b-wwsvesx9v7]{flex-direction:column}.news-item-type-2 .content-left[b-wwsvesx9v7]{width:100%}.news-item-type-2 .content-left .news-image[b-wwsvesx9v7]{width:100%;padding-top:62%;border-radius:3px 3px 0px 0px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-wwsvesx9v7]{display:none}}.news-status[b-wwsvesx9v7]{padding:5px 16px;font-weight:700;line-height:20px;border-radius:3px}.news-status.on-display[b-wwsvesx9v7]{color:#34a853;background-color:#ecf9f1}.news-status.rejected[b-wwsvesx9v7]{color:#ea4335;background-color:#fdecea}.news-status.pending[b-wwsvesx9v7]{color:#fbbc05;background-color:#fffbea}.news-statistical[b-wwsvesx9v7]{display:flex;width:100%;padding:10px 20px;justify-content:flex-end;align-items:center;gap:20px;background:rgba(0,0,0,.6);position:absolute;bottom:0px;border-radius:0px 0px 0px 3px}.news-statistical .statistical-item[b-wwsvesx9v7]{display:flex;justify-content:center;align-items:center;gap:5px}.news-statistical .statistical-item .text[b-wwsvesx9v7]{color:#fff;margin-bottom:-2px}.news-actions[b-wwsvesx9v7]{display:flex;justify-content:space-between;width:100%}.news-actions .actions-left[b-wwsvesx9v7]{display:flex;align-items:center;gap:10px;flex:1 0 0}.news-actions .actions-left .actions-dropdown .btn-news-actions[b-wwsvesx9v7]{width:auto;padding:0px}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-wwsvesx9v7]{width:200px;background:#fff;box-shadow:0px 4px 4px 0px rgba(0,0,0,.25)}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-wwsvesx9v7]  li{width:100%}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-wwsvesx9v7]  li .dropdown-item{display:flex;height:40px;padding:0px 20px;align-items:center;gap:10px;align-self:stretch;user-select:none;cursor:pointer}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-wwsvesx9v7]  li .dropdown-item .text{color:#000;margin-top:2px}.news-actions .actions-right[b-wwsvesx9v7]{display:flex;gap:10px;align-items:center}.news-actions .actions-right .page-number[b-wwsvesx9v7]{color:#6d6d6d}.news-item-type-2.slide-item[b-wwsvesx9v7]{flex-direction:column;gap:0px}.news-item-type-2.slide-item .content-left[b-wwsvesx9v7]{width:100%}.news-item-type-2.slide-item .content-left .news-image[b-wwsvesx9v7]{position:relative;width:100%;padding-top:59.4594594595%;overflow:hidden;border-radius:3px 3px 0px 0px}.news-item-type-2.slide-item .content-right[b-wwsvesx9v7]{padding:20px 15px;gap:12px}.page-header-my-news .container[b-wwsvesx9v7]{display:flex;justify-content:space-between;align-items:center;padding-top:10px;padding-bottom:10px;gap:20px}.page-header-my-news .container .title[b-wwsvesx9v7]{font-size:24px;font-weight:500;margin-bottom:0px}.autocompleted-search-input[b-wwsvesx9v7]{display:flex;padding:8px 15px;align-items:center;gap:8px;border-radius:5px;border:1px solid rgba(169,174,193,.46);background:#f8f8f8 !important;max-width:300px;width:100%;height:40px;position:relative}.autocompleted-search-input input[b-wwsvesx9v7]{height:20px;padding:0px;background:rgba(0,0,0,0) !important;border:none;box-shadow:none !important}.form-control[b-wwsvesx9v7]{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}[type=search][b-wwsvesx9v7]{outline-offset:-2px;-webkit-appearance:textfield}[b-wwsvesx9v7]::-webkit-scrollbar{display:none}.main-content .page-header-my-news[b-wwsvesx9v7]{margin-bottom:0px}.main-content .my-news-content[b-wwsvesx9v7]{margin-top:30px;margin-bottom:30px;display:flex;gap:20px}.main-content .my-news-content ul[b-wwsvesx9v7]{flex-grow:1}.main-content .my-news-content .quick-post-news[b-wwsvesx9v7]{width:310px;flex:none}@media only screen and (max-width: 1100px){.main-content .my-news-content .quick-post-news[b-wwsvesx9v7]{display:none}}.main-content .my-news-content .quick-post-news a[b-wwsvesx9v7]{display:flex;padding:50px 20px;flex-direction:column;align-items:flex-start;gap:20px;flex:1 0 0;border-radius:3px;border:1px dashed #000}.main-content .my-news-content .quick-post-news a:hover[b-wwsvesx9v7]{border:1px dashed #cf4a3b}.main-content .my-news-content .quick-post-news a .btn-post-news[b-wwsvesx9v7]{color:var(--black-color);width:100%;padding:10px 20px;font-size:24px;font-weight:700;background:#f8f8f8;text-align:center}.main-content .my-news-content .quick-post-news a .content[b-wwsvesx9v7]{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch;text-align:center}.main-content .my-news-content .quick-post-news a .content .text[b-wwsvesx9v7]{margin-bottom:0px}.main-content .my-news-content .my-news-toollbar[b-wwsvesx9v7]{display:flex;gap:14px;align-items:center;margin-bottom:20px;margin-left:10px}.main-content .my-news-content[b-wwsvesx9v7]  .my-news-list{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}@media only screen and (max-width: 767px){.main-content .toolbar .container[b-wwsvesx9v7]{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media only screen and (max-width: 576px){.main-content .toolbar[b-wwsvesx9v7]{margin-bottom:0px}.main-content .toolbar .container[b-wwsvesx9v7]{padding-left:20px;padding-right:20px;padding-top:20px}.main-content .toolbar .container[b-wwsvesx9v7]  .search-news-input{width:100%;max-width:100%}.main-content .my-news-content[b-wwsvesx9v7]{margin-top:20px}.main-content .my-news-content .my-news-toollbar[b-wwsvesx9v7]{display:none}.main-content .my-news-content .my-news-list[b-wwsvesx9v7]{gap:10px}}.push-news-modal .modal-content[b-wwsvesx9v7]{width:370px;margin-left:auto;margin-right:auto;max-width:100%}.push-news-modal .modal-content .modal-body[b-wwsvesx9v7]{width:100%;padding:0px}.push-news-modal .modal-content .modal-body .push-new-content[b-wwsvesx9v7]{padding:50px 20px 30px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.push-news-modal .modal-content .modal-body .push-new-content .post-news-description[b-wwsvesx9v7]{margin-bottom:0px}.push-news-modal .modal-content .modal-body .push-new-content .form-check[b-wwsvesx9v7]{width:100%}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost[b-wwsvesx9v7]{display:flex;width:100%;gap:14px;justify-content:space-between}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost .text[b-wwsvesx9v7]{margin-bottom:0px;font-weight:700}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost .value[b-wwsvesx9v7]{margin-bottom:0px;font-weight:700}.push-news-modal .modal-content .modal-body .push-new-content .account-balance-warning[b-wwsvesx9v7]{display:flex;padding:10px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;border:1px solid #ea4335;background:#fff0f2}.push-news-modal .modal-content .modal-body .push-new-content .account-balance-warning .text[b-wwsvesx9v7]{color:#cf4a3b;margin-bottom:0px}.push-news-modal .modal-content .modal-body .push-new-content .content-footer[b-wwsvesx9v7]{display:flex;gap:12px;width:100%;justify-content:space-between}.push-news-modal .modal-content .modal-body .push-new-content .content-footer .btn[b-wwsvesx9v7]{width:calc(50% - 6px)}
/* /Features/Common/Forms/PostBasic.razor.rz.scp.css */
[b-d31o8nd5ug] trust-combobox,[b-d31o8nd5ug] trust-text-input,[b-d31o8nd5ug] trust-number-input{--primary-color: #222222}[b-d31o8nd5ug] trust-chip,[b-d31o8nd5ug] trust-chipset{--primary-color: #cf4a3b}[b-d31o8nd5ug] trust-checkbox{--primary-color: #cf4a3b}.btn-group .btn-group-item[b-d31o8nd5ug]{background:#dadada;height:40px;padding:10px 20px;color:#fff;font-size:16px;font-weight:700;margin:0px 0px}.btn-group .btn-group-item:first-of-type[b-d31o8nd5ug]{border-radius:4px 0px 0px 4px}.btn-group .btn-group-item:last-of-type[b-d31o8nd5ug]{border-radius:0px 4px 4px 0px}.btn-group .btn-group-item.active[b-d31o8nd5ug]{background:#c24537}.btn-group .btn-group-item:focus[b-d31o8nd5ug]{box-shadow:none}
/* /Features/Common/Forms/PostContact.razor.rz.scp.css */
#ContactInformationCollapse[b-9uvoujjmam]  .contact-info{display:flex;margin-top:20px}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .profile{width:200px;flex:none;display:flex;justify-content:center;flex-direction:column;align-items:center}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .profile .avatar{width:90px;height:90px}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .profile .avatar img{width:100%;object-fit:cover;height:100%;border-radius:4px}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .profile .name{font-weight:500;margin:10px 0px}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .profile .profile-title{color:#7f8b9b}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .social-contact{display:flex;flex-wrap:wrap;gap:20px;align-self:center}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .social-contact .social-item{width:calc(50% - 10px);flex:none;display:flex;gap:10px;align-items:center}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .social-contact .social-item .text{margin-bottom:0px}@media screen and (max-width: 767px){#ContactInformationCollapse[b-9uvoujjmam]  .contact-info{display:flex;margin-top:20px;flex-direction:column;align-items:center;gap:20px}#ContactInformationCollapse[b-9uvoujjmam]  .contact-info .social-contact{display:flex;flex-direction:column;align-items:flex-start}}
/* /Features/Common/Forms/PostPreview.razor.rz.scp.css */
.news-preview-section[b-7jtfu3od0w]{display:flex;flex-direction:column;gap:20px}.news-preview-section .title[b-7jtfu3od0w]{color:#000;font-weight:700;margin-bottom:0px;font-size:14px;text-align:center}.news-preview-section .news-preview-content[b-7jtfu3od0w]{border-radius:3px;background:#fff;box-shadow:0px .5px 1px 0px rgba(0,0,0,.1)}.news-preview-section .news-preview-content .preview-image[b-7jtfu3od0w]{position:relative}.news-preview-section .news-preview-content .preview-image .news-image[b-7jtfu3od0w]{position:relative;width:100%;padding-top:60%;overflow:hidden;border-radius:3px 3px 0px 0px}.news-preview-section .news-preview-content .preview-image .news-image .no-image[b-7jtfu3od0w]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover;display:flex;justify-content:center;align-items:center;background:#d3d3d3}.news-preview-section .news-preview-content .preview-image .news-image img[b-7jtfu3od0w]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-preview-section .news-preview-content .preview-image .content-overlay[b-7jtfu3od0w]{position:absolute;bottom:0px;left:0px;width:100%;padding:10px}.news-preview-section .news-preview-content .preview-image .content-overlay .image-count[b-7jtfu3od0w]{display:flex;justify-content:flex-end;align-items:center}.news-preview-section .news-preview-content .preview-image .content-overlay .image-count .image-count-number[b-7jtfu3od0w]{color:#fff;text-shadow:0px 2px 4px rgba(0,0,0,.25);font-size:24px}.news-preview-section .news-preview-content .preview-information[b-7jtfu3od0w]{display:flex;padding:20px 15px;flex-direction:column;align-items:flex-start;gap:12px;flex:1 0 0}.news-preview-section .news-preview-content .preview-information .news-title[b-7jtfu3od0w]{overflow:hidden;font-size:14px;font-weight:700;line-height:1.4;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}.news-preview-section .news-preview-content .preview-information .news-price[b-7jtfu3od0w]{color:red;font-size:16px;font-weight:500}.news-preview-section .news-preview-content .preview-information .property-item.property-item1[b-7jtfu3od0w]{display:flex;align-items:center;width:100%}.news-preview-section .news-preview-content .preview-information .property-item.property-item1 .news-type[b-7jtfu3od0w]{padding:4px 12px;border-radius:3px}.news-preview-section .news-preview-content .preview-information .property-item.property-item1 .news-type.type-rent[b-7jtfu3od0w]{background:#fff0f2;color:red}.news-preview-section .news-preview-content .preview-information .property-item.property-item1 .date-notes[b-7jtfu3od0w]{color:#cdcbc8;margin-left:10px}.news-preview-section .news-preview-content .preview-information .property-item.property-item1 .like-count[b-7jtfu3od0w]{margin-left:auto;margin-right:0;display:flex;gap:17px;align-items:center;color:red}.news-preview-section .news-preview-content .preview-information .property-item.property-item2[b-7jtfu3od0w]{display:flex;gap:20px}.news-preview-section .news-preview-content .preview-information .property-item.property-item2 .news-category[b-7jtfu3od0w]{color:#747474}.news-preview-section .news-preview-content .preview-information .property-item.property-item2 .news-address[b-7jtfu3od0w]{color:#747474}.news-preview-section .news-preview-content .preview-information .news-utilities[b-7jtfu3od0w]{display:flex;gap:20px;margin-bottom:0px}.news-preview-section .news-preview-content .preview-information .news-utilities .utilities-item[b-7jtfu3od0w]{display:flex;gap:5px;align-items:center}.news-preview-section .news-preview-content .preview-information .news-utilities .utilities-item .value[b-7jtfu3od0w]{color:var(--black-color);font-size:16px;font-weight:500;margin-bottom:0px}
/* /Features/Common/Forms/PostProperty.razor.rz.scp.css */
[b-gdtdszclym] trust-combobox,[b-gdtdszclym] trust-text-input,[b-gdtdszclym] trust-number-input{--primary-color: #222222}[b-gdtdszclym] trust-chip,[b-gdtdszclym] trust-chipset{--primary-color: #cf4a3b}[b-gdtdszclym] trust-checkbox{--primary-color: #cf4a3b}
/* /Features/Dashboard/Components/FreeQuotaNotice.razor.rz.scp.css */

.free-quota-notice[b-iqbyobdjk2] {
  --btn-primary-bg: var(--red-600);
  --btn-primary-hover-bg: var(--red-800);
  --btn-primary-active-bg: var(--red-800);
  margin-bottom: 0;
}

.free-quota-notice .notice-card[b-iqbyobdjk2] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: min(100%, 870px);
  min-height: 250px;
  padding: 30px 20px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 3px;
}

.free-quota-notice .notice-heading[b-iqbyobdjk2] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 830px;
  margin-bottom: 0;
}

.free-quota-notice .heading-icon[b-iqbyobdjk2] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 30px;
  color: #cf4a3b;
  line-height: 1;
}

.free-quota-notice .heading-icon i[b-iqbyobdjk2] {
  font-size: 31px;
}

.free-quota-notice .heading-title[b-iqbyobdjk2] {
  width: max-content;
  height: 31px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #27221f;
}

.free-quota-notice .notice-description[b-iqbyobdjk2] {
  width: 100%;
  max-width: 830px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #27221f;
}

.free-quota-notice .remaining[b-iqbyobdjk2] {
  color: #cf4a3b;
  font-weight: 700;
}

.free-quota-notice .post-link[b-iqbyobdjk2] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 116px;
  height: 32px;
  padding: 6px 12px;
  background: #cf4a3b;
  border: 1px solid #cf4a3b;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.free-quota-notice .post-link:hover[b-iqbyobdjk2] {
  color: #fff;
  background: #b74235;
}

.free-quota-notice .post-link i[b-iqbyobdjk2] {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .free-quota-notice .notice-card[b-iqbyobdjk2] {
    min-height: auto;
    padding: 22px 14px;
  }

  .free-quota-notice .notice-heading[b-iqbyobdjk2] {
    gap: 8px;
  }

  .free-quota-notice .heading-icon i[b-iqbyobdjk2] {
    font-size: 24px;
  }

  .free-quota-notice .heading-title[b-iqbyobdjk2] {
    height: auto;
    font-size: 22px;
    line-height: 28px;
  }

  .free-quota-notice .notice-description[b-iqbyobdjk2] {
    font-size: 14px;
    line-height: 22px;
  }

  .free-quota-notice .post-link[b-iqbyobdjk2] {
    width: auto;
    min-width: 116px;
  }

  .free-quota-notice .post-link i[b-iqbyobdjk2] {
    font-size: 18px;
  }
}
/* /Features/Dashboard/Components/Pages/Leads.razor.rz.scp.css */
.dropdown-menu[b-8v54218or6]{border:none;box-shadow:0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12),0px 5px 5px -3px rgba(0,0,0,.2)}.dropdown-menu[b-8v54218or6]  .dropdown-item{cursor:pointer}.dropdown-menu[b-8v54218or6]  .dropdown-item .text{-webkit-user-select:none;-ms-user-select:none;user-select:none}.customer-lead-section[b-8v54218or6]{margin-top:10px;margin-bottom:30px;display:flex;gap:20px}.customer-lead-section ul[b-8v54218or6]{flex-grow:1;display:flex;flex-direction:column;gap:10px}.customer-lead-section ul .customer-lead-card[b-8v54218or6]{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:20px;gap:10px;background:#fff;border:1px solid #f4f4f4;border-radius:20px;flex:none;order:0;flex-grow:0}.customer-lead-section ul .customer-lead-card .customer-header[b-8v54218or6]{display:flex;align-items:center;gap:8px;width:100%}.customer-lead-section ul .customer-lead-card .customer-header .customer-code[b-8v54218or6]{font-weight:400;font-size:14px;line-height:17px;color:#1877f2}.customer-lead-section ul .customer-lead-card .customer-header .customer-status[b-8v54218or6]{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:6px 10px;gap:10px;margin-left:auto !important;background:#606060;border-radius:100px;color:#fff}.customer-lead-section ul .customer-lead-card .customer-content[b-8v54218or6]{width:100%}.customer-lead-section ul .customer-lead-card .customer-content .customer-detail[b-8v54218or6]{display:flex;flex-direction:column;gap:20px}.customer-lead-section ul .customer-lead-card .customer-content .customer-detail .customer-item.message[b-8v54218or6]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;text-overflow:ellipsis}.customer-lead-section ul .customer-lead-card .customer-content .customer-info[b-8v54218or6]{display:flex;gap:10px;flex-direction:column;margin-bottom:10px}.customer-lead-section ul .customer-lead-card .customer-content .customer-info h3[b-8v54218or6]{font-weight:700;font-size:14px;line-height:16px;color:#27221f;margin:0px}.customer-lead-section ul .customer-lead-card .customer-content .customer-info p[b-8v54218or6]{margin-bottom:10px}.customer-lead-section ul .customer-lead-card .customer-actions[b-8v54218or6]{display:flex;gap:20px;width:100%}.customer-lead-section .customer-data-ad[b-8v54218or6]{width:310px;flex:none}.customer-lead-section .customer-data-ad a[b-8v54218or6]{padding:50px 20px;flex-direction:column;align-items:center;justify-content:center;gap:20px;flex:1 0 0;border-radius:3px;border:1px dashed #000;display:flex}.customer-lead-section .customer-data-ad a .title[b-8v54218or6]{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 20px;background:#f8f8f8;text-align:center}.customer-lead-section .customer-data-ad a .content[b-8v54218or6]{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.customer-lead-section .customer-data-ad a .content img[b-8v54218or6]{width:70px;height:70px}@media only screen and (max-width: 1100px){.customer-lead-section .customer-data-ad[b-8v54218or6]{display:none}}
/* /Features/Dashboard/Components/Pages/LikedPosts.razor.rz.scp.css */
[b-pcblbqlwza] .page-header{display:block}[b-pcblbqlwza] .page-header .container{display:flex;justify-content:space-between;align-items:center;padding-top:10px;padding-bottom:10px;gap:20px}.home-page-section[b-pcblbqlwza]{padding-top:10px}.home-page-section .container.small-container[b-pcblbqlwza]{max-width:1110px;margin:auto}.home-page-section .container .title[b-pcblbqlwza]{margin-bottom:0px}.home-page-section .news-content[b-pcblbqlwza]{display:flex;gap:30px;margin-top:20px}.home-page-section .news-content .news-content-inner[b-pcblbqlwza]{display:flex;gap:20px;flex-direction:column;flex:none;width:calc(100% - 210px)}.home-page-section .news-content .news-list[b-pcblbqlwza]{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.home-page-section .news-content .quick-filter-news[b-pcblbqlwza]{background:#fafafa;flex:none;display:flex;width:210px;padding:0px 0px;flex-direction:column;align-items:flex-start;gap:20px;align-self:flex-start}@media screen and (max-width: 1000px){.home-page-section .news-content .news-content-inner[b-pcblbqlwza]{width:100%}.home-page-section .news-content .quick-filter-news[b-pcblbqlwza]{display:none}.home-page-section .news-content .news-list[b-pcblbqlwza]{margin-top:-10px}}@media only screen and (max-width: 576px){.home-page-section .news-content .news-list[b-pcblbqlwza]{margin-top:-10px}}@media only screen and (max-width: 767px){.liked-news-page .page-header[b-pcblbqlwza]{margin-bottom:0px}.liked-news-page .page-header .container[b-pcblbqlwza]{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-left:20px;padding-right:20px}.liked-news-page .page-header .container .search-news-input[b-pcblbqlwza]{width:100%;max-width:100%}.liked-news-page .breadcrumb-section[b-pcblbqlwza]{display:none}.liked-news-page .news-content[b-pcblbqlwza]{margin-top:0px}}.autocompleted-search-input[b-pcblbqlwza]{display:flex;padding:8px 15px;align-items:center;gap:8px;border-radius:5px;border:1px solid rgba(169,174,193,.46);background:#f8f8f8 !important;max-width:300px;width:100%;height:40px;position:relative}.autocompleted-search-input input[b-pcblbqlwza]{height:20px;padding:0px;background:rgba(0,0,0,0) !important;border:none;box-shadow:none !important}.autocompleted-search-input .search-results[b-pcblbqlwza]{display:none;position:absolute;top:40px;left:0px;border:1px solid #d5d5d5;width:100%;border-radius:3px;background:#fff;z-index:99999;max-height:300px;overflow:auto}.autocompleted-search-input .search-results.show[b-pcblbqlwza]{display:flex;flex-direction:column}.autocompleted-search-input .search-results .search-result-item.disabled a[b-pcblbqlwza]{cursor:default}.autocompleted-search-input .search-results .search-result-item.disabled a:hover[b-pcblbqlwza]{background:#fff !important}.autocompleted-search-input .search-results .search-result-item a[b-pcblbqlwza]{height:40px;padding:0px 20px;display:flex;align-items:center;color:var(--black-color)}.autocompleted-search-input .search-results .search-result-item a span[b-pcblbqlwza]{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;line-height:1.4rem}.autocompleted-search-input .search-results .search-result-item a:hover[b-pcblbqlwza]{background-color:#e9ecef !important}.pagination[b-pcblbqlwza]{width:100%}.pagination .pagination-list[b-pcblbqlwza]{display:flex;justify-content:center;align-items:center;gap:20px;align-self:stretch;margin:auto}.pagination .pagination-list .pagition-item a[b-pcblbqlwza]{color:#000}.pagination .pagination-list .pagition-item.active[b-pcblbqlwza]{display:flex;width:30px;height:30px;padding:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-radius:50px;background:#d97b70}.pagination .pagination-list .pagition-item.active a[b-pcblbqlwza]{color:#fff}
/* /Features/Dashboard/Components/Pages/PostEditor.razor.rz.scp.css */
[b-5fwdegamiv] trust-combobox,[b-5fwdegamiv] trust-text-input,[b-5fwdegamiv] trust-number-input{--primary-color: #222222}[b-5fwdegamiv] trust-chip,[b-5fwdegamiv] trust-chipset{--primary-color: #cf4a3b}[b-5fwdegamiv] trust-checkbox{--primary-color: #cf4a3b}[b-5fwdegamiv] .trust-btn-primary-success:disabled{color:#fff;background-color:rgba(18,161,84,.65);border-color:rgba(18,161,84,.65);pointer-events:none}[b-5fwdegamiv] .trust-btn-link-blue,[b-5fwdegamiv] .trust-btn-link-black{padding:0px}[b-5fwdegamiv] .trust-btn-link-blue:hover,[b-5fwdegamiv] .trust-btn-link-blue:active,[b-5fwdegamiv] .trust-btn-link-blue:focus,[b-5fwdegamiv] .trust-btn-link-black:hover,[b-5fwdegamiv] .trust-btn-link-black:active,[b-5fwdegamiv] .trust-btn-link-black:focus{background-color:rgba(0,0,0,0) !important}.main[b-5fwdegamiv]{background-color:#f9fbfc}.btn-group .btn-group-item[b-5fwdegamiv]{background:#dadada;height:40px;padding:10px 20px;color:#fff;font-size:16px;font-weight:700;margin:0px 0px}.btn-group .btn-group-item:first-of-type[b-5fwdegamiv]{border-radius:4px 0px 0px 4px}.btn-group .btn-group-item:last-of-type[b-5fwdegamiv]{border-radius:0px 4px 4px 0px}.btn-group .btn-group-item.active[b-5fwdegamiv]{background:#c24537}.btn-group .btn-group-item:focus[b-5fwdegamiv]{box-shadow:none}@media screen and (max-width: 767px){.container .page-header .create-news-action .btn-wrapper[b-5fwdegamiv]  button{display:none}}.main-content .container[b-5fwdegamiv]{padding-bottom:60px}.main-content .container .toolbar[b-5fwdegamiv]{padding-left:0;padding-right:0}.news-preview-section[b-5fwdegamiv]{display:flex;flex-direction:column;gap:20px}.news-preview-section .title[b-5fwdegamiv]{color:#000;font-weight:700;margin-bottom:0px;font-size:14px;text-align:center}.news-preview-section .news-preview-content[b-5fwdegamiv]{border-radius:3px;background:#fff;box-shadow:0px .5px 1px 0px rgba(0,0,0,.1)}.news-preview-section .news-preview-content .preview-image[b-5fwdegamiv]{position:relative}.news-preview-section .news-preview-content .preview-image .news-image[b-5fwdegamiv]{position:relative;width:100%;padding-top:60%;overflow:hidden;border-radius:3px 3px 0px 0px}.news-preview-section .news-preview-content .preview-image .news-image .no-image[b-5fwdegamiv]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover;display:flex;justify-content:center;align-items:center;background:#d3d3d3}.news-preview-section .news-preview-content .preview-image .news-image img[b-5fwdegamiv]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-preview-section .news-preview-content .preview-image .content-overlay[b-5fwdegamiv]{position:absolute;bottom:0px;left:0px;width:100%;padding:10px}.news-preview-section .news-preview-content .preview-image .content-overlay .image-count[b-5fwdegamiv]{display:flex;justify-content:flex-end;align-items:center}.news-preview-section .news-preview-content .preview-image .content-overlay .image-count .icon img[b-5fwdegamiv]{height:30px;width:30px}.news-preview-section .news-preview-content .preview-image .content-overlay .image-count .image-count-number[b-5fwdegamiv]{color:#fff;text-shadow:0px 2px 4px rgba(0,0,0,.25);font-size:24px}.news-preview-section .news-preview-content .preview-information[b-5fwdegamiv]{display:flex;padding:20px 15px;flex-direction:column;align-items:flex-start;gap:12px;flex:1 0 0}.news-preview-section .news-preview-content .preview-information .news-title[b-5fwdegamiv]{overflow:hidden;font-size:14px;font-weight:700;line-height:1.4;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}.news-preview-section .news-preview-content .preview-information .news-price[b-5fwdegamiv]{color:red;font-size:16px;font-weight:500}.news-preview-section .news-preview-content .preview-information .property-item.property-item1[b-5fwdegamiv]{display:flex;align-items:center;width:100%}.news-preview-section .news-preview-content .preview-information .property-item.property-item1 .news-type[b-5fwdegamiv]{padding:4px 12px;border-radius:3px}.news-preview-section .news-preview-content .preview-information .property-item.property-item1 .news-type.type-rent[b-5fwdegamiv]{background:#fff0f2;color:red}.news-preview-section .news-preview-content .preview-information .property-item.property-item1 .date-notes[b-5fwdegamiv]{color:#cdcbc8;margin-left:10px}.news-preview-section .news-preview-content .preview-information .property-item.property-item1 .like-count[b-5fwdegamiv]{margin-left:auto;margin-right:0;display:flex;gap:17px;align-items:center;color:red}.news-preview-section .news-preview-content .preview-information .property-item.property-item2[b-5fwdegamiv]{display:flex;gap:20px}.news-preview-section .news-preview-content .preview-information .property-item.property-item2 .news-category[b-5fwdegamiv]{color:#747474}.news-preview-section .news-preview-content .preview-information .property-item.property-item2 .news-address[b-5fwdegamiv]{color:#747474}.news-preview-section .news-preview-content .preview-information .news-utilities[b-5fwdegamiv]{display:flex;gap:20px;margin-bottom:0px}.news-preview-section .news-preview-content .preview-information .news-utilities .utilities-item[b-5fwdegamiv]{display:flex;gap:5px;align-items:center}.news-preview-section .news-preview-content .preview-information .news-utilities .utilities-item .value[b-5fwdegamiv]{color:var(--black-color);font-size:16px;font-weight:500;margin-bottom:0px}.news-billing-section[b-5fwdegamiv]{border-radius:20px;border:1px solid #e8e9ed;background:#fff;overflow:hidden}.news-billing-section .content-body[b-5fwdegamiv]{margin-top:20px;display:flex;padding:0px 20px 20px 20px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.news-billing-section .content-body .billing-calculation .total-cost[b-5fwdegamiv]{display:flex;justify-content:space-between;margin-bottom:10px}.news-billing-section .content-body .billing-calculation .total-cost .text[b-5fwdegamiv]{font-size:14px;font-weight:700}.news-billing-section .content-body .billing-calculation .total-cost .value[b-5fwdegamiv]{font-size:14px;font-weight:700}.news-billing-section .content-body .billing-calculation .cost-detail[b-5fwdegamiv]{list-style-type:decimal;padding-left:5px;display:flex;flex-direction:column;gap:8px}.news-billing-section .content-body .billing-calculation .cost-detail .cost-detail-item[b-5fwdegamiv]{display:flex;justify-content:space-between}.news-billing-section .content-body .billing-warning[b-5fwdegamiv]{display:flex;padding:10px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;border:1px solid #ea4335;background:#fff0f2}.news-billing-section .content-body .billing-warning .text[b-5fwdegamiv]{color:#cf4a3b}.news-billing-section .content-body .billing-actions[b-5fwdegamiv]{display:flex;gap:12px;width:100%}.news-billing-section .content-body .billing-actions .btn-confirm[b-5fwdegamiv]{flex-grow:1}.section-header[b-5fwdegamiv]{padding:20px 20px 30px 20px;background:#f8f8f8;position:relative}.section-header.section-header-small .bg[b-5fwdegamiv]{left:220px}.section-header .bg[b-5fwdegamiv]{background-image:url(/images/header-bg.png);background-size:contain;position:absolute;left:275px;top:20px;width:102px;height:102px;z-index:1}.section-header .line[b-5fwdegamiv]{width:100px;height:3px;background:#d97b70}.section-header .title[b-5fwdegamiv]{margin-top:40px;margin-bottom:10px;color:var(--black-color);font-size:24px;font-weight:600;line-height:36px;text-align:left}.embed-videos[b-5fwdegamiv]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;width:100%;margin-top:20px}.embed-videos .title[b-5fwdegamiv]{color:#000;font-size:14px;font-weight:600;line-height:24px;margin-bottom:0px}.embed-videos .form-group[b-5fwdegamiv]{display:flex;width:100%;flex-direction:column;gap:20px}.select-saved-address-modal .modal-dialog[b-5fwdegamiv]{width:370px;margin-left:auto;margin-right:auto;max-width:100%}.select-saved-address-modal .modal-dialog .modal-content[b-5fwdegamiv]{border-radius:20px;overflow:hidden}.select-saved-address-modal .modal-body[b-5fwdegamiv]{display:flex;padding:20px 0px;flex-direction:column}.select-saved-address-modal .modal-body .title[b-5fwdegamiv]{font-size:14px;text-align:center;font-weight:700}.select-saved-address-modal .modal-body .saved-address-list .adress-item[b-5fwdegamiv]{cursor:pointer;display:flex;padding:10px 20px;align-items:flex-start;flex-direction:column;justify-content:flex-start}.select-saved-address-modal .modal-body .saved-address-list .adress-item .text[b-5fwdegamiv]{display:block}.select-saved-address-modal .modal-body .saved-address-list .adress-item:hover[b-5fwdegamiv]{background:#e8e8e8}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info{display:flex;margin-top:20px}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info .profile{width:200px;flex:none;display:flex;justify-content:center;flex-direction:column;align-items:center}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info .profile .avatar{width:90px;height:90px}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info .profile .avatar img{width:100%;object-fit:cover;height:100%;border-radius:4px}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info .profile .name{font-weight:500;margin-bottom:10px}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info .profile .profile-title{color:#7f8b9b}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info .social-contact{display:flex;flex-wrap:wrap;gap:20px;align-self:center}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info .social-contact .social-item{width:calc(50% - 10px);flex:none;display:flex;gap:10px;align-items:center}#ContactInformationCollapse[b-5fwdegamiv]  .contact-info .social-contact .social-item .text{margin-bottom:0px}@media screen and (max-width: 767px){#ContactInformationCollapse[b-5fwdegamiv]  .contact-info{display:flex;margin-top:20px;flex-direction:column;align-items:center;gap:20px}}
/* /Features/Dashboard/Components/Pages/Posts.razor.rz.scp.css */
.news-item-type-2[b-h6vcnic6y8]{display:flex;border-radius:3px;border:1px solid #e8e8e8;background:#fff}.news-item-type-2 .content-left[b-h6vcnic6y8]{width:260px;flex:none;position:relative}.news-item-type-2 .content-left .news-image[b-h6vcnic6y8]{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:3px 0px 0px 3px}.news-item-type-2 .content-left .news-image img[b-h6vcnic6y8]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-2 .content-left .content-overlay[b-h6vcnic6y8]{position:absolute;bottom:0px;left:0px;width:100%;padding:10px}.news-item-type-2 .content-left .content-overlay .image-count[b-h6vcnic6y8]{display:flex;justify-content:flex-end;align-items:center}.news-item-type-2 .content-left .content-overlay .image-count .image-count-number[b-h6vcnic6y8]{color:#fff;text-shadow:0px 2px 4px rgba(0,0,0,.25);font-size:20px;width:35px;text-align:center;line-height:1.2rem}.news-item-type-2 .content-right[b-h6vcnic6y8]{width:100%;display:flex;padding:10px 14px;flex-direction:column;gap:14px;justify-content:space-between}.news-item-type-2 .content-right .content-right-header[b-h6vcnic6y8]{display:flex;align-items:center;width:100%}.news-item-type-2 .content-right .content-right-header .news-type[b-h6vcnic6y8]{padding:4px 12px;border-radius:3px}.news-item-type-2 .content-right .content-right-header .news-type.type-rent[b-h6vcnic6y8]{background:#fff0f2;color:red}.news-item-type-2 .content-right .content-right-header .date-notes[b-h6vcnic6y8]{color:#cdcbc8;margin-left:10px}.news-item-type-2 .content-right .content-right-header .like-count[b-h6vcnic6y8]{margin-left:auto;margin-right:0;display:flex;gap:10px;align-items:center;color:red}.news-item-type-2 .content-right .content-right-header .like-count .icon img[b-h6vcnic6y8]{width:20px}.news-item-type-2 .content-right .content-right-detail[b-h6vcnic6y8]{width:100%;display:flex;align-items:flex-start;gap:14px;align-self:stretch}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left[b-h6vcnic6y8]{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-title[b-h6vcnic6y8]{overflow:hidden;font-size:14px;font-weight:500;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.4rem;color:var(--black-color)}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-price[b-h6vcnic6y8]{color:red;font-size:16px;font-weight:500;line-height:27px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2[b-h6vcnic6y8]{display:flex;gap:20px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-category[b-h6vcnic6y8]{color:#747474}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-address[b-h6vcnic6y8]{color:#747474}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities[b-h6vcnic6y8]{display:flex;gap:20px;margin-bottom:0px;margin-top:auto}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item[b-h6vcnic6y8]{display:flex;gap:5px;align-items:center}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item .value[b-h6vcnic6y8]{color:var(--black-color);font-size:16px;font-weight:500;margin-bottom:0px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-h6vcnic6y8]{width:120px;flex:none}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent[b-h6vcnic6y8]{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.2rem}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image[b-h6vcnic6y8]{position:relative;width:80px;padding-top:80px;overflow:hidden;margin-bottom:10px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image img[b-h6vcnic6y8]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-name[b-h6vcnic6y8]{margin-bottom:0px;font-weight:500}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-title[b-h6vcnic6y8]{margin-bottom:0px;color:#6d6d6d}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .sale-products-count[b-h6vcnic6y8]{margin-bottom:10px;color:#6d6d6d}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .btn[b-h6vcnic6y8]{margin:auto;width:120px}@media only screen and (max-width: 767px){.news-item-type-2[b-h6vcnic6y8]{flex-direction:column}.news-item-type-2 .content-left[b-h6vcnic6y8]{width:100%}.news-item-type-2 .content-left .news-image[b-h6vcnic6y8]{width:100%;padding-top:62%;border-radius:3px 3px 0px 0px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-h6vcnic6y8]{display:none}}.news-item-type-2.slide-item[b-h6vcnic6y8]{flex-direction:column;gap:0px}.news-item-type-2.slide-item .content-left[b-h6vcnic6y8]{width:100%}.news-item-type-2.slide-item .content-left .news-image[b-h6vcnic6y8]{position:relative;width:100%;padding-top:59.4594594595%;overflow:hidden;border-radius:3px 3px 0px 0px}.news-item-type-2.slide-item .content-right[b-h6vcnic6y8]{padding:20px 15px;gap:12px}.page-header-my-news .container[b-h6vcnic6y8]{display:flex;justify-content:space-between;align-items:center;padding-top:10px;padding-bottom:10px;gap:20px}.page-header-my-news .container .title[b-h6vcnic6y8]{font-size:24px;font-weight:500;margin-bottom:0px}.autocompleted-search-input[b-h6vcnic6y8]{display:flex;padding:8px 15px;align-items:center;gap:8px;border-radius:5px;border:1px solid rgba(169,174,193,.46);background:#f8f8f8 !important;max-width:300px;width:100%;height:40px;position:relative}.autocompleted-search-input input[b-h6vcnic6y8]{height:20px;padding:0px;background:rgba(0,0,0,0) !important;border:none;box-shadow:none !important}.form-control[b-h6vcnic6y8]{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}[type=search][b-h6vcnic6y8]{outline-offset:-2px;-webkit-appearance:textfield}[b-h6vcnic6y8]::-webkit-scrollbar{display:none}.main-content .page-header-my-news[b-h6vcnic6y8]{margin-bottom:0px}.main-content .my-news-content[b-h6vcnic6y8]{margin-top:30px;margin-bottom:30px;display:flex;gap:20px}.main-content .my-news-content ul[b-h6vcnic6y8]{flex-grow:1}.main-content .my-news-content .quick-post-news[b-h6vcnic6y8]{width:310px;flex:none}@media only screen and (max-width: 1100px){.main-content .my-news-content .quick-post-news[b-h6vcnic6y8]{display:none}}.main-content .my-news-content .quick-post-news a[b-h6vcnic6y8]{display:flex;padding:50px 20px;flex-direction:column;align-items:flex-start;gap:20px;flex:1 0 0;border-radius:3px;border:1px dashed #000}.main-content .my-news-content .quick-post-news a:hover[b-h6vcnic6y8]{border:1px dashed #cf4a3b}.main-content .my-news-content .quick-post-news a .btn-post-news[b-h6vcnic6y8]{color:var(--black-color);width:100%;padding:10px 20px;font-size:24px;font-weight:700;background:#f8f8f8;text-align:center}.main-content .my-news-content .quick-post-news a .content[b-h6vcnic6y8]{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch;text-align:center}.main-content .my-news-content .quick-post-news a .content .text[b-h6vcnic6y8]{margin-bottom:0px}.main-content .my-news-content .my-news-toollbar[b-h6vcnic6y8]{display:flex;gap:14px;align-items:center;margin-bottom:20px;margin-left:10px}.main-content .my-news-content[b-h6vcnic6y8]  .my-news-list{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}@media only screen and (max-width: 767px){.main-content .toolbar .container[b-h6vcnic6y8]{flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media only screen and (max-width: 576px){.main-content .toolbar[b-h6vcnic6y8]{margin-bottom:0px}.main-content .toolbar .container[b-h6vcnic6y8]{padding-left:20px;padding-right:20px;padding-top:20px}.main-content .toolbar .container[b-h6vcnic6y8]  .search-news-input{width:100%;max-width:100%}.main-content .my-news-content[b-h6vcnic6y8]{margin-top:20px}.main-content .my-news-content .my-news-toollbar[b-h6vcnic6y8]{display:none}.main-content .my-news-content .my-news-list[b-h6vcnic6y8]{gap:10px}}.push-news-modal .modal-content[b-h6vcnic6y8]{width:370px;margin-left:auto;margin-right:auto;max-width:100%}.push-news-modal .modal-content .modal-body[b-h6vcnic6y8]{width:100%;padding:0px}.push-news-modal .modal-content .modal-body .push-new-content[b-h6vcnic6y8]{padding:50px 20px 30px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.push-news-modal .modal-content .modal-body .push-new-content .post-news-description[b-h6vcnic6y8]{margin-bottom:0px}.push-news-modal .modal-content .modal-body .push-new-content .form-check[b-h6vcnic6y8]{width:100%}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost[b-h6vcnic6y8]{display:flex;width:100%;gap:14px;justify-content:space-between}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost .text[b-h6vcnic6y8]{margin-bottom:0px;font-weight:700}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost .value[b-h6vcnic6y8]{margin-bottom:0px;font-weight:700}.push-news-modal .modal-content .modal-body .push-new-content .account-balance-warning[b-h6vcnic6y8]{display:flex;padding:10px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;border:1px solid #ea4335;background:#fff0f2}.push-news-modal .modal-content .modal-body .push-new-content .account-balance-warning .text[b-h6vcnic6y8]{color:#cf4a3b;margin-bottom:0px}.push-news-modal .modal-content .modal-body .push-new-content .content-footer[b-h6vcnic6y8]{display:flex;gap:12px;width:100%;justify-content:space-between}.push-news-modal .modal-content .modal-body .push-new-content .content-footer .btn[b-h6vcnic6y8]{width:calc(50% - 6px)}
/* /Features/Dashboard/Components/PostItem.razor.rz.scp.css */
.news-item-type-1[b-sor39i9aex]{display:flex;border-radius:3px;border:1px solid #e8e8e8;background:#fff}.news-item-type-1 .content-left[b-sor39i9aex]{width:260px;flex:none;position:relative}.news-item-type-1 .content-left .news-image[b-sor39i9aex]{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:3px 0px 0px 3px}.news-item-type-1 .content-left .news-image img[b-sor39i9aex]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-1 .content-left .content-overlay[b-sor39i9aex]{position:absolute;top:0px;left:0px;width:100%;height:100%;border-radius:3px 0px 0px 3px}.news-item-type-1 .content-left .content-overlay .content-header[b-sor39i9aex]{width:100%;display:flex;justify-content:space-between;padding:10px}.news-item-type-1 .content-right[b-sor39i9aex]{width:100%;display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:11px;align-self:stretch}.news-item-type-1 .content-right .news-title[b-sor39i9aex]{overflow:hidden;font-size:14px;font-weight:500;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.4rem;color:var(--black-color)}.news-item-type-1 .content-right .property-item.property-item1[b-sor39i9aex]{display:flex;gap:14px}.news-item-type-1 .content-right .property-item.property-item1 .news-type[b-sor39i9aex]{padding:4px 12px;border-radius:3px}.news-item-type-1 .content-right .property-item.property-item1 .news-type.type-rent[b-sor39i9aex]{background:#fff0f2;color:red}.news-item-type-1 .content-right .property-item.property-item1 .news-price[b-sor39i9aex]{color:red;font-size:16px;font-weight:500;line-height:27px}.news-item-type-1 .content-right .property-item.property-item2[b-sor39i9aex]{display:flex;gap:20px}.news-item-type-1 .content-right .property-item.property-item2 .news-category[b-sor39i9aex]{color:#747474}.news-item-type-1 .content-right .property-item.property-item2 .news-address[b-sor39i9aex]{color:#747474}.news-item-type-1 .content-right .property-item.property-item3[b-sor39i9aex]{display:flex;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch}.news-item-type-1 .content-right .property-item.property-item3 .content-item[b-sor39i9aex]{display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:120px}.news-item-type-1 .content-right .property-item.property-item3 .content-item .title[b-sor39i9aex]{margin-bottom:0px;display:block}.news-item-type-1 .content-right .property-item.property-item3 .content-item .value[b-sor39i9aex]{color:#747474;margin-bottom:0px}@media only screen and (max-width: 767px){.news-item-type-1[b-sor39i9aex]{flex-direction:column}.news-item-type-1 .content-left[b-sor39i9aex]{width:100%}.news-item-type-1 .content-left .news-image[b-sor39i9aex]{width:100%;padding-top:62%;border-radius:3px 3px 0px 0px}.news-item-type-1 .content-left .content-overlay[b-sor39i9aex]{border-radius:3px 3px 0px 0px}.news-item-type-1 .content-left .content-overlay .news-statistical[b-sor39i9aex]{border-radius:0px}.news-item-type-1 .content-right[b-sor39i9aex]{gap:15px}.news-item-type-1 .content-right .property-item.property-item3[b-sor39i9aex]{justify-content:space-between}.news-item-type-1 .content-right .property-item.property-item3 .content-item[b-sor39i9aex]{width:auto}.news-item-type-1 .content-right .news-actions[b-sor39i9aex]{margin-top:15px}.news-item-type-1 .content-right .news-actions .btn-edit-news[b-sor39i9aex]{display:none}}.news-statistical[b-sor39i9aex]{display:flex;width:100%;padding:10px 20px;justify-content:flex-end;align-items:center;gap:20px;background:rgba(0,0,0,.6);position:absolute;bottom:0px;border-radius:0px 0px 0px 3px}.news-statistical .statistical-item[b-sor39i9aex]{display:flex;justify-content:center;align-items:center;gap:5px}.news-statistical .statistical-item .text[b-sor39i9aex]{color:#fff;margin-bottom:-2px}.news-actions[b-sor39i9aex]{display:flex;justify-content:space-between;width:100%}.news-actions .actions-left[b-sor39i9aex]{display:flex;align-items:center;gap:10px;flex:1 0 0}.news-actions .actions-left .actions-dropdown .btn-news-actions[b-sor39i9aex]{width:auto;padding:0px}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-sor39i9aex]{width:200px;background:#fff;box-shadow:0px 4px 4px 0px rgba(0,0,0,.25)}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-sor39i9aex]  li{width:100%}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-sor39i9aex]  li .dropdown-item{display:flex;height:40px;padding:0px 20px;align-items:center;gap:10px;align-self:stretch;user-select:none;cursor:pointer}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-sor39i9aex]  li .dropdown-item .text{color:#000;margin-top:2px}.news-actions .actions-right[b-sor39i9aex]{display:flex;gap:10px;align-items:center}.news-actions .actions-right .page-number[b-sor39i9aex]{color:#6d6d6d}.news-status[b-sor39i9aex]{padding:5px 16px;font-weight:700;line-height:20px;border-radius:3px}.news-status.on-display[b-sor39i9aex]{color:#34a853;background-color:#ecf9f1}.news-status.rejected[b-sor39i9aex]{color:#ea4335;background-color:#fdecea}.news-status.pending[b-sor39i9aex]{color:#fbbc05;background-color:#fffbea}.news-status.draft[b-sor39i9aex]{color:#8c8c8c;background-color:#f5f5f5}.news-status.hidden[b-sor39i9aex]{color:#5f6368;background-color:#f1f3f4}
/* /Features/Dashboard/Dialogs/ListingActionConfirmationDialog.razor.rz.scp.css */
.modal-content[b-8d42x80hxt]{width:370px;margin-left:auto;margin-right:auto}.modal-content[b-8d42x80hxt]  trust-combobox,.modal-content[b-8d42x80hxt]  trust-text-input,.modal-content[b-8d42x80hxt]  trust-number-input{--primary-color: #222222}.modal-content[b-8d42x80hxt]  trust-chip,.modal-content[b-8d42x80hxt]  trust-chipset{--primary-color: #cf4a3b}.modal-content[b-8d42x80hxt]  trust-checkbox{--primary-color: #cf4a3b}.modal-content[b-8d42x80hxt]  .trust-btn-primary-danger{background-color:#cf4a3b;border-color:#cf4a3b}.modal-content[b-8d42x80hxt]  .trust-btn-primary-danger:hover{background-color:#c24537;border-color:#c24537}.modal-content[b-8d42x80hxt]  .trust-btn-primary-success:disabled{color:#fff;background-color:rgba(18,161,84,.65);border-color:rgba(18,161,84,.65);pointer-events:none}.modal-content[b-8d42x80hxt]  .trust-btn-link-blue,.modal-content[b-8d42x80hxt]  .trust-btn-link-black{padding:0px}.modal-content[b-8d42x80hxt]  .trust-btn-link-blue:hover,.modal-content[b-8d42x80hxt]  .trust-btn-link-blue:active,.modal-content[b-8d42x80hxt]  .trust-btn-link-blue:focus,.modal-content[b-8d42x80hxt]  .trust-btn-link-black:hover,.modal-content[b-8d42x80hxt]  .trust-btn-link-black:active,.modal-content[b-8d42x80hxt]  .trust-btn-link-black:focus{background-color:rgba(0,0,0,0) !important}.modal-content .modal-body[b-8d42x80hxt]{width:100%;padding:0px}.modal-content .modal-body .confirm-content[b-8d42x80hxt]{padding:50px 20px 30px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.modal-content .modal-body .confirm-content .success-content[b-8d42x80hxt]{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px}.modal-content .modal-body .confirm-content .success-content .title[b-8d42x80hxt]{color:#73c264;font-size:24px;font-weight:500;line-height:36px;margin-bottom:0px}.modal-content .modal-body .confirm-content .success-content .text[b-8d42x80hxt]{margin-bottom:0px;font-size:16px}.modal-content .modal-body .confirm-content .fee-section[b-8d42x80hxt]{text-align:left;font-size:14px;width:100%}.modal-content .modal-body .confirm-content .fee-section .fee-row[b-8d42x80hxt]{display:flex;justify-content:space-between;margin-bottom:5px}.modal-content .modal-body .confirm-content .fee-section .total-fee[b-8d42x80hxt]{border-top:1px dashed #ccc;padding-top:5px;font-weight:bold}.modal-content .modal-body .confirm-content .limit[b-8d42x80hxt]{font-size:14px;color:#333;margin:10px 0}.modal-content .modal-body .confirm-content .error-message[b-8d42x80hxt]{display:flex;align-items:center;background-color:#ffe9e9;border:1px solid #f44336;color:#d32f2f;padding:8px 12px;border-radius:8px;font-size:14px;width:100%;font-family:Arial,sans-serif}.modal-content .modal-body .confirm-content .error-icon[b-8d42x80hxt]{margin-right:8px;font-size:16px}.modal-content .modal-body .confirm-content .error-message a[b-8d42x80hxt]{color:#1877f2;text-decoration:underline;cursor:pointer}.modal-content .modal-body .confirm-content .checkbox-container[b-8d42x80hxt]{display:flex;align-items:center;justify-content:start;font-size:14px;color:#333;margin:10px 0}.modal-content .modal-body .confirm-content .checkbox-container input[b-8d42x80hxt]{margin-right:10px;margin-top:-15px;width:20px;height:20px}.modal-content .modal-body .confirm-content .checkbox-container input:checked[b-8d42x80hxt]{accent-color:#cf4a3b}.modal-content .modal-body .confirm-content .checkbox-container a[b-8d42x80hxt]{color:#4caf50;text-decoration:underline}.modal-content .modal-body .confirm-content .loading-content[b-8d42x80hxt]{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px}.modal-content .modal-body .confirm-content .loading-content .title[b-8d42x80hxt]{font-size:24px;margin-bottom:0px}.modal-content .modal-body .confirm-content .loading-content .text[b-8d42x80hxt]{margin-bottom:0px;font-size:16px}.modal-content .modal-body .confirm-content .loading-content .loader[b-8d42x80hxt]{position:relative;width:48px;height:48px;border:8px solid #f3f3f3;border-radius:50%;animation:spin-b-8d42x80hxt 2s linear infinite}.modal-content .modal-body .confirm-content .loading-content .loader[b-8d42x80hxt]::before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border:8px solid rgba(0,0,0,0);border-top:8px solid #e74c3c;border-radius:50%;animation:spin-b-8d42x80hxt 1.5s linear infinite}@keyframes spin-b-8d42x80hxt{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.modal-content .modal-body .confirm-content .content-footer[b-8d42x80hxt]{margin-top:20px;display:flex;gap:12px;width:100%;justify-content:space-between}.modal-content .modal-body .confirm-content .content-footer .btn[b-8d42x80hxt]{width:calc(50% - 6px)}
/* /Features/Marketplace/Components/Carousel.razor.rz.scp.css */
.project-image-slide[b-okk51t1a09]  .owl-loaded+.carousel-skeleton{display:none}.project-image-slide[b-okk51t1a09]  .owl-loaded+.carousel-skeleton+.carousel-navigation-skeleton{display:none !important}.project-image-slide[b-okk51t1a09]  .owl-loaded+.carousel-skeleton+.news-detail-image-navigation{display:block}.project-image-slide[b-okk51t1a09]  .carousel-skeleton{height:400px}.project-image-slide[b-okk51t1a09]  .carousel-navigation-skeleton{display:flex;height:70px;margin-top:5px;gap:5px}@media only screen and (max-width: 992px){.project-image-slide[b-okk51t1a09]  .carousel-skeleton{height:230px}}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel{border-radius:10px 10px 0px 0px;overflow:hidden;display:none}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-stage{display:flex}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-item .image{height:400px}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-nav{display:block !important;margin-top:0px}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-nav button{position:absolute;top:calc(50% - 25px);color:#e8e8e8}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-nav button:hover{background:none;color:#747474}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-nav button svg{height:50px;opacity:.6}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-nav .owl-prev{left:15px}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-nav .owl-next{right:15px}.project-image-slide .news-detail-image-navigation[b-okk51t1a09]{margin-top:5px;width:auto;overflow:auto;border-radius:0px 0px 10px 10px;display:none}.project-image-slide .news-detail-image-navigation[b-okk51t1a09]::-webkit-scrollbar{display:none}.project-image-slide .news-detail-image-navigation .content[b-okk51t1a09]{display:flex;gap:5px}.project-image-slide .news-detail-image-navigation .content .item.current[b-okk51t1a09]{position:relative}.project-image-slide .news-detail-image-navigation .content .item.current[b-okk51t1a09]::before{content:"";position:absolute;width:100%;height:100%;left:0px;top:0px;border:3px solid var(--sub-color)}.project-image-slide .news-detail-image-navigation .content .item .image[b-okk51t1a09]{height:70px}@media only screen and (max-width: 992px){.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel{border-radius:0px}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-item .image{height:230px}.project-image-slide[b-okk51t1a09]  .news-detail-image-carousel .owl-nav{display:none !important}.project-image-slide .news-detail-image-navigation[b-okk51t1a09]{margin-top:5px;border-radius:0px}}
/* /Features/Marketplace/Components/ContactModal.razor.rz.scp.css */
[b-wygwlmkob0] trust-combobox,[b-wygwlmkob0] trust-text-input,[b-wygwlmkob0] trust-text-area,[b-wygwlmkob0] trust-number-input{--primary-color: #cf4a3b}[b-wygwlmkob0] trust-chip,[b-wygwlmkob0] trust-chipset{--primary-color: #cf4a3b}[b-wygwlmkob0] trust-checkbox{--primary-color: #cf4a3b}#contactLinkNewsModal .modal-dialog[b-wygwlmkob0]{width:fit-content;margin-left:auto;margin-right:auto}#contactLinkNewsModal .modal-content[b-wygwlmkob0]{background:none;border:none}#contactLinkNewsModal .modal-content .modal-body[b-wygwlmkob0]{padding:0px}#contactLinkNewsModal .modal-content .modal-body .contact-box[b-wygwlmkob0]{margin:auto}.contact-modal .title[b-wygwlmkob0]{color:#c0a583;font-size:24px;font-weight:600}.contact-modal .modal-body[b-wygwlmkob0]{padding:30px}.contact-modal .modal-body .btn-wrapper[b-wygwlmkob0]{margin-top:20px}.contact-modal .modal-body .btn-wrapper .btn[b-wygwlmkob0]{border-radius:50px;margin-right:15px;margin-bottom:15px}.contact-modal .modal-body .btn-close[b-wygwlmkob0]{position:absolute;top:15px;right:15px}.contact-modal .form-radio[b-wygwlmkob0],.contact-modal .form-group[b-wygwlmkob0]{position:relative;margin-top:20px;margin-bottom:20px;border:1px solid #cacaca;padding-top:14px;padding-bottom:8px;border-radius:5px;color:#9b9b9b;padding-right:10px}.contact-modal .form-inline>.form-group[b-wygwlmkob0],.contact-modal .form-inline>.btn[b-wygwlmkob0]{display:inline-block;margin-bottom:0}.contact-modal .form-help[b-wygwlmkob0]{margin-top:.125rem;margin-left:.125rem;color:#b3b3b3;font-size:.8rem}.contact-modal .checkbox .form-help[b-wygwlmkob0],.contact-modal .form-radio .form-help[b-wygwlmkob0],.contact-modal .form-group .form-help[b-wygwlmkob0]{position:absolute;width:100%}.contact-modal .checkbox .form-help[b-wygwlmkob0]{position:relative;margin-bottom:1rem}.contact-modal .form-radio .form-help[b-wygwlmkob0]{padding-top:.25rem;margin-top:-1rem}.contact-modal .form-group input[b-wygwlmkob0]{height:1.9rem}.contact-modal .form-group textarea[b-wygwlmkob0]{resize:none}.contact-modal .form-group select[b-wygwlmkob0]{width:100%;font-size:1rem;height:1.6rem;padding:.125rem .125rem .0625rem;background:none;border:none;line-height:1.6;box-shadow:none;margin-left:8px;background:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;-moz-appearance:none;-webkit-appearance:none;appearance:none}.contact-modal .form-group .control-label[b-wygwlmkob0]{position:absolute;top:14px;left:8px;pointer-events:none;padding-left:.125rem;z-index:1;color:#9b9b9b;font-size:1rem;font-weight:normal;-webkit-transition:all .28s ease;transition:all .28s ease}.contact-modal .form-group .bar[b-wygwlmkob0]{position:relative;border-bottom:.0625rem solid #999;display:block}.contact-modal .form-group .bar[b-wygwlmkob0]::before{content:"";height:.125rem;width:0;left:50%;bottom:-0.0625rem;position:absolute;background:#337ab7;-webkit-transition:left .28s ease,width .28s ease;transition:left .28s ease,width .28s ease;z-index:2}.contact-modal .form-group input[b-wygwlmkob0],.contact-modal .form-group textarea[b-wygwlmkob0]{display:block;background:none;padding:.125rem .125rem .0625rem;font-size:1rem;border-width:0;border-color:rgba(0,0,0,0);line-height:1.9;width:100%;color:rgba(0,0,0,0);-webkit-transition:all .28s ease;transition:all .28s ease;box-shadow:none;margin-left:8px}.contact-modal .form-group input[type=file][b-wygwlmkob0]{line-height:1}.contact-modal .form-group input[type=file]~.bar[b-wygwlmkob0]{display:none}.contact-modal .form-group select[b-wygwlmkob0],.contact-modal .form-group input:focus[b-wygwlmkob0],.contact-modal .form-group input:valid[b-wygwlmkob0],.contact-modal .form-group input.form-file[b-wygwlmkob0],.contact-modal .form-group input.has-value[b-wygwlmkob0],.contact-modal .form-group textarea:focus[b-wygwlmkob0],.contact-modal .form-group textarea:valid[b-wygwlmkob0],.contact-modal .form-group textarea.form-file[b-wygwlmkob0],.contact-modal .form-group textarea.has-value[b-wygwlmkob0]{color:#000}.contact-modal .form-group select~.control-label[b-wygwlmkob0],.contact-modal .form-group input:focus~.control-label[b-wygwlmkob0],.contact-modal .form-group input:valid~.control-label[b-wygwlmkob0],.contact-modal .form-group input.form-file~.control-label[b-wygwlmkob0],.contact-modal .form-group input.has-value~.control-label[b-wygwlmkob0],.contact-modal .form-group textarea:focus~.control-label[b-wygwlmkob0],.contact-modal .form-group textarea:valid~.control-label[b-wygwlmkob0],.contact-modal .form-group textarea.form-file~.control-label[b-wygwlmkob0],.contact-modal .form-group textarea.has-value~.control-label[b-wygwlmkob0],.contact-modal .form-group input:not(:placeholder-shown)[b-wygwlmkob0]{font-size:12px;top:3px;left:8px}.contact-modal .form-group:has(>input:focus)[b-wygwlmkob0],.contact-modal .form-group:has(>textarea:focus)[b-wygwlmkob0],.contact-modal .form-group:has(>select:focus)[b-wygwlmkob0]{border-color:#fe9900}.contact-modal .form-group select:focus[b-wygwlmkob0],.contact-modal .form-group input:focus[b-wygwlmkob0],.contact-modal .form-group textarea:focus[b-wygwlmkob0]{outline:none}.contact-modal .form-group select:focus~.bar[b-wygwlmkob0]::before,.contact-modal .form-group input:focus~.bar[b-wygwlmkob0]::before,.contact-modal .form-group textarea:focus~.bar[b-wygwlmkob0]::before{width:100%;left:0}.contact-modal .checkbox label[b-wygwlmkob0],.contact-modal .form-radio label[b-wygwlmkob0]{position:relative;cursor:pointer;padding-left:2rem;text-align:left;color:#333;display:block}.contact-modal .checkbox input[b-wygwlmkob0],.contact-modal .form-radio input[b-wygwlmkob0]{width:auto;opacity:.00000001;position:absolute;left:0}.contact-modal .radio[b-wygwlmkob0]{margin-bottom:1rem}.contact-modal .radio .helper[b-wygwlmkob0]{position:absolute;top:-0.25rem;left:-0.25rem;cursor:pointer;display:block;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999}.contact-modal .radio .helper[b-wygwlmkob0]::before,.contact-modal .radio .helper[b-wygwlmkob0]::after{content:"";position:absolute;left:0;top:0;margin:.25rem;width:1rem;height:1rem;-webkit-transition:-webkit-transform .28s ease;transition:-webkit-transform .28s ease;transition:transform .28s ease;transition:transform .28s ease,-webkit-transform .28s ease;border-radius:50%;border:.125rem solid currentColor}.contact-modal .radio .helper[b-wygwlmkob0]::after{-webkit-transform:scale(0);transform:scale(0);background-color:#337ab7;border-color:#337ab7}.contact-modal .radio label:hover .helper[b-wygwlmkob0]{color:#337ab7}.contact-modal .radio input:checked~.helper[b-wygwlmkob0]::after{-webkit-transform:scale(0.5);transform:scale(0.5)}.contact-modal .radio input:checked~.helper[b-wygwlmkob0]::before{color:#337ab7}.contact-modal .checkbox[b-wygwlmkob0]{margin-top:3rem;margin-bottom:1rem}.contact-modal .checkbox .helper[b-wygwlmkob0]{color:#999;position:absolute;top:0;left:0;width:1rem;height:1rem;z-index:0;border:.125rem solid currentColor;border-radius:.0625rem;-webkit-transition:border-color .28s ease;transition:border-color .28s ease}.contact-modal .checkbox .helper[b-wygwlmkob0]::before,.contact-modal .checkbox .helper[b-wygwlmkob0]::after{position:absolute;height:0;width:.2rem;background-color:#337ab7;display:block;-webkit-transform-origin:left top;transform-origin:left top;border-radius:.25rem;content:"";-webkit-transition:opacity .28s ease,height 0s linear .28s;transition:opacity .28s ease,height 0s linear .28s;opacity:0}.contact-modal .checkbox .helper[b-wygwlmkob0]::before{top:.65rem;left:.38rem;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);box-shadow:0 0 0 .0625rem #fff}.contact-modal .checkbox .helper[b-wygwlmkob0]::after{top:.3rem;left:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.contact-modal .checkbox label:hover .helper[b-wygwlmkob0]{color:#337ab7}.contact-modal .checkbox input:checked~.helper[b-wygwlmkob0]{color:#337ab7}.contact-modal .checkbox input:checked~.helper[b-wygwlmkob0]::after,.contact-modal .checkbox input:checked~.helper[b-wygwlmkob0]::before{opacity:1;-webkit-transition:height .28s ease;transition:height .28s ease}.contact-modal .checkbox input:checked~.helper[b-wygwlmkob0]::after{height:.5rem}.contact-modal .checkbox input:checked~.helper[b-wygwlmkob0]::before{height:1.2rem;-webkit-transition-delay:.28s;transition-delay:.28s}.contact-modal .radio+.radio[b-wygwlmkob0],.contact-modal .checkbox+.checkbox[b-wygwlmkob0]{margin-top:1rem}.contact-box[b-wygwlmkob0]{display:flex;width:340px;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;flex:none;border-radius:20px;border:1px solid #dadada;background:#fff}.contact-box .contact-profile[b-wygwlmkob0]{position:relative;display:flex;gap:20px;width:100%}.contact-box .contact-profile .image[b-wygwlmkob0]{width:90px;height:90px;text-align:center;display:flex}.contact-box .contact-profile .image img[b-wygwlmkob0]{width:100%;height:100%;object-fit:cover;border-radius:4px}.contact-box .contact-profile .information[b-wygwlmkob0]{display:flex;flex-direction:column}.contact-box .contact-profile .information .name[b-wygwlmkob0]{margin-top:10px;margin-bottom:0px;color:var(--black-color)}.contact-box .contact-profile .information .description[b-wygwlmkob0]{margin-bottom:15px;color:#7f8b9b}.contact-box .contact-profile .information .phone-number[b-wygwlmkob0]{color:#1877f2;line-height:20px;margin-bottom:0px;cursor:pointer}.contact-box .contact-profile .icon[b-wygwlmkob0]{margin-left:auto;margin-right:0px;position:absolute;right:0px}.contact-box .contact-profile .icon img[b-wygwlmkob0]{width:40px}.contact-box .contact-social[b-wygwlmkob0]{display:flex;justify-content:center;align-items:center;gap:10px;align-self:stretch;margin:auto}.contact-box .contact-social .social-item img[b-wygwlmkob0]{width:40px}.contact-box .contact-form[b-wygwlmkob0]{position:relative;display:flex;flex-direction:column;gap:10px;width:100%}.contact-box .contact-form .leave-information-text[b-wygwlmkob0]{color:#666;margin-bottom:0px;margin:auto}
/* /Features/Marketplace/Components/Filter.razor.rz.scp.css */
.news-header-filter[b-mb2ww6yl7a] {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}
.news-header-filter .left[b-mb2ww6yl7a] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-header-filter .left .filters-dropdown[b-mb2ww6yl7a] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-header-filter .right[b-mb2ww6yl7a] {
  display: flex;
  gap: 8px;
}
.news-header-filter .right .filter-more .dropdown-toggle[b-mb2ww6yl7a] {
  border-radius: 3px;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
}
.news-header-filter .right .filter-more .dropdown-toggle .icon[b-mb2ww6yl7a] {
  width: 20px;
}
.news-header-filter .right .filter-more .dropdown-toggle .icon .mobile[b-mb2ww6yl7a] {
  display: none;
}
.news-header-filter .right .filter-more .dropdown-toggle[b-mb2ww6yl7a]::after {
  display: none;
}
.news-header-filter .right .filter-more .dropdown-menu .dropdown-menu-content[b-mb2ww6yl7a] {
  display: flex;
  padding: 20px 10px 10px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 370px;
  height: 75vh;
  max-width: 100%;
}
.news-header-filter .right .filter-more .dropdown-menu .dropdown-menu-content .title[b-mb2ww6yl7a] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.news-header-filter .right .filter-more .dropdown-menu .dropdown-menu-content .filter-form[b-mb2ww6yl7a] {
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.news-header-filter .right .filter-more .dropdown-menu .dropdown-menu-content .filter-form .filter-item[b-mb2ww6yl7a] {
  display: flex;
  flex-direction: column;
}
.news-header-filter .right .filter-more .dropdown-menu .dropdown-menu-content .filter-form .filter-item .label[b-mb2ww6yl7a] {
  font-size: 14px;
  font-weight: 500;
}
.news-header-filter .right .filter-more .dropdown-menu .dropdown-menu-content .filter-action[b-mb2ww6yl7a] {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
.news-header-filter .right .filter-more .dropdown-menu .dropdown-menu-content .filter-action .btn-search[b-mb2ww6yl7a] {
  width: 50%;
}
@media (max-width: 768px) {
  .news-header-filter .right .filter-more .dropdown-menu[b-mb2ww6yl7a] {
    position: fixed !important;
    width: 370px;
    left: 50% !important;
    transform: translate3d(-50%, 145px, 0) !important;
  }
}
.news-header-filter .right .btn-force-reset[b-mb2ww6yl7a] {
  border-radius: 3px;
  background: #f6f6f6;
  box-shadow: none;
}
@media screen and (min-width: 1000px) {
  .news-header-filter[b-mb2ww6yl7a] {
    position: sticky;
    top: 60px;
    background: #fff;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .news-header-filter[b-mb2ww6yl7a] {
    align-items: flex-end;
    gap: 0px;
  }
  .news-header-filter.fixed[b-mb2ww6yl7a] {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 101;
    background: #fff;
    padding: 20px 10px;
  }
  .news-header-filter .left[b-mb2ww6yl7a] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 43px);
  }
  .news-header-filter .left .drag-section2[b-mb2ww6yl7a] {
    order: 2;
    width: 100%;
  }
  .news-header-filter .right .filter-more .dropdown-toggle[b-mb2ww6yl7a] {
    background: #fff;
    margin-top: -10px;
    height: 41px;
    padding: 0px 12px;
  }
  .news-header-filter .right .filter-more .dropdown-toggle .text[b-mb2ww6yl7a] {
    display: none;
  }
  .news-header-filter .right .filter-more .dropdown-toggle .icon[b-mb2ww6yl7a] {
    width: 30px;
  }
  .news-header-filter .right .filter-more .dropdown-toggle .icon .mobile[b-mb2ww6yl7a] {
    display: block;
    width: 30px;
    margin-top: -5px;
  }
  .news-header-filter .right .filter-more .dropdown-toggle .icon .desktop[b-mb2ww6yl7a] {
    display: none;
  }
  .news-header-filter .right .btn-force-reset[b-mb2ww6yl7a] {
    display: none;
  }
}

.location-selector[b-mb2ww6yl7a] {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: -5px;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 1000px) {
  .location-selector[b-mb2ww6yl7a] {
    margin-top: 0px;
  }
}
.location-selector .text[b-mb2ww6yl7a] {
  color: #8c8c8c;
  white-space: nowrap;
}
.location-selector .value.dropdown[b-mb2ww6yl7a] {
  color: #cf4a3b;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  -webkit-line-clamp: 1;
  display: inline-block;
  margin: 0 5px 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location-selector .value.dropdown[b-mb2ww6yl7a]::after {
  content: "";
  border: none;
  background-image: url(/images/icons/arrow-down-black.svg);
  width: 10px;
  height: 6px;
  position: absolute;
  top: 8px;
  right: -14px;
}
.location-selector .dropdown-menu[b-mb2ww6yl7a] {
  max-width: 100%;
  width: 400px;
}
@media screen and (max-width: 576px) {
  .location-selector .dropdown-menu[b-mb2ww6yl7a] {
    transform: translate3d(0px, 25px, 0px) !important;
  }
}

.filter-middle[b-mb2ww6yl7a] {
  display: flex;
  flex-direction: column;
}

.price-filter[b-mb2ww6yl7a], .area-filter[b-mb2ww6yl7a] {
  display: flex;
  align-items: flex-start;
  height: fit-content;
  flex-wrap: wrap;
  gap: 10px;
}
.price-filter .button-item[b-mb2ww6yl7a], .area-filter .button-item[b-mb2ww6yl7a] {
  display: flex;
  cursor: pointer;
  height: 32px;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #e8e8e8;
  background: #f4f4f4;
  white-space: nowrap;
}
.price-filter .button-item.active[b-mb2ww6yl7a], .area-filter .button-item.active[b-mb2ww6yl7a] {
  border-radius: 24px;
  border: 1px solid #cf4a3b;
  background: #fffbfb;
}
.price-filter .button-item span[b-mb2ww6yl7a], .area-filter .button-item span[b-mb2ww6yl7a] {
  color: #222;
  line-height: 20px;
  font-size: 14px;
}
.price-filter .button-item.active span[b-mb2ww6yl7a], .area-filter .button-item.active span[b-mb2ww6yl7a] {
  color: #cf4a3b;
}

.buttons-selection[b-mb2ww6yl7a] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  overflow-y: auto;
  flex-wrap: wrap;
  width: fit-content;
}
.buttons-selection .button-item[b-mb2ww6yl7a] {
  display: flex;
  cursor: pointer;
  height: 32px;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #e8e8e8;
  background: #f4f4f4;
  white-space: nowrap;
}
.buttons-selection .button-item.active[b-mb2ww6yl7a] {
  border-radius: 24px;
  border: 1px solid #cf4a3b;
  background: #fffbfb;
}
.buttons-selection .button-item span[b-mb2ww6yl7a] {
  color: #222;
  line-height: 20px;
  font-size: 14px;
}
.buttons-selection .button-item.active span[b-mb2ww6yl7a] {
  color: #cf4a3b;
}

#number-of-bedrooms .button-item[b-mb2ww6yl7a] {
  height: 32px;
  width: 32px;
}
/* /Features/Marketplace/Components/Pages/Newsfeed.razor.rz.scp.css */
.news-item-type-1[b-yybq9ex3x5]{display:flex;border-radius:3px;border:1px solid #e8e8e8;background:#fff}.news-item-type-1 .content-left[b-yybq9ex3x5]{width:260px;flex:none;position:relative}.news-item-type-1 .content-left .news-image[b-yybq9ex3x5]{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:3px 0px 0px 3px}.news-item-type-1 .content-left .news-image img[b-yybq9ex3x5]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-1 .content-left .content-overlay[b-yybq9ex3x5]{position:absolute;top:0px;left:0px;width:100%;height:100%;border-radius:3px 0px 0px 3px}.news-item-type-1 .content-left .content-overlay .content-header[b-yybq9ex3x5]{width:100%;display:flex;justify-content:space-between;padding:10px}.news-item-type-1 .content-right[b-yybq9ex3x5]{width:100%;display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:11px;align-self:stretch}.news-item-type-1 .content-right .news-title[b-yybq9ex3x5]{overflow:hidden;font-size:14px;font-weight:500;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.4rem;color:var(--black-color)}.news-item-type-1 .content-right .property-item.property-item1[b-yybq9ex3x5]{display:flex;gap:14px}.news-item-type-1 .content-right .property-item.property-item1 .news-type[b-yybq9ex3x5]{padding:4px 12px;border-radius:3px}.news-item-type-1 .content-right .property-item.property-item1 .news-type.type-rent[b-yybq9ex3x5]{background:#fff0f2;color:red}.news-item-type-1 .content-right .property-item.property-item1 .news-price[b-yybq9ex3x5]{color:red;font-size:16px;font-weight:500}.news-item-type-1 .content-right .property-item.property-item2[b-yybq9ex3x5]{display:flex;gap:20px}.news-item-type-1 .content-right .property-item.property-item2 .news-category[b-yybq9ex3x5]{color:#747474}.news-item-type-1 .content-right .property-item.property-item2 .news-address[b-yybq9ex3x5]{color:#747474}.news-item-type-1 .content-right .property-item.property-item3[b-yybq9ex3x5]{display:flex;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch}.news-item-type-1 .content-right .property-item.property-item3 .content-item[b-yybq9ex3x5]{display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:120px}.news-item-type-1 .content-right .property-item.property-item3 .content-item .title[b-yybq9ex3x5]{margin-bottom:0px;display:block}.news-item-type-1 .content-right .property-item.property-item3 .content-item .value[b-yybq9ex3x5]{color:#747474;margin-bottom:0px}@media only screen and (max-width: 767px){.news-item-type-1[b-yybq9ex3x5]{flex-direction:column}.news-item-type-1 .content-left[b-yybq9ex3x5]{width:100%}.news-item-type-1 .content-left .news-image[b-yybq9ex3x5]{width:100%;padding-top:62%;border-radius:3px 3px 0px 0px}.news-item-type-1 .content-left .content-overlay[b-yybq9ex3x5]{border-radius:3px 3px 0px 0px}.news-item-type-1 .content-left .content-overlay .news-statistical[b-yybq9ex3x5]{border-radius:0px}.news-item-type-1 .content-right[b-yybq9ex3x5]{gap:15px}.news-item-type-1 .content-right .property-item.property-item3[b-yybq9ex3x5]{justify-content:space-between}.news-item-type-1 .content-right .property-item.property-item3 .content-item[b-yybq9ex3x5]{width:auto}.news-item-type-1 .content-right .news-actions[b-yybq9ex3x5]{margin-top:15px}.news-item-type-1 .content-right .news-actions .btn-edit-news[b-yybq9ex3x5]{display:none}}.news-item-type-2[b-yybq9ex3x5]{display:flex;border-radius:3px;border:1px solid #e8e8e8;background:#fff}.news-item-type-2 .content-left[b-yybq9ex3x5]{width:260px;flex:none;position:relative}.news-item-type-2 .content-left .news-image[b-yybq9ex3x5]{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:3px 0px 0px 3px}.news-item-type-2 .content-left .news-image img[b-yybq9ex3x5]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-2 .content-left .content-overlay[b-yybq9ex3x5]{position:absolute;bottom:0px;left:0px;width:100%;padding:10px}.news-item-type-2 .content-left .content-overlay .image-count[b-yybq9ex3x5]{display:flex;justify-content:flex-end;align-items:center}.news-item-type-2 .content-left .content-overlay .image-count .image-count-number[b-yybq9ex3x5]{color:#fff;text-shadow:0px 2px 4px rgba(0,0,0,.25);font-size:20px;width:35px;text-align:center;line-height:1.2rem}.news-item-type-2 .content-right[b-yybq9ex3x5]{width:100%;display:flex;padding:10px 14px;flex-direction:column;gap:14px;justify-content:space-between}.news-item-type-2 .content-right .content-right-header[b-yybq9ex3x5]{display:flex;align-items:center;width:100%}.news-item-type-2 .content-right .content-right-header .news-type[b-yybq9ex3x5]{padding:4px 12px;border-radius:3px}.news-item-type-2 .content-right .content-right-header .news-type.type-rent[b-yybq9ex3x5]{background:#fff0f2;color:red}.news-item-type-2 .content-right .content-right-header .date-notes[b-yybq9ex3x5]{color:#cdcbc8;margin-left:10px}.news-item-type-2 .content-right .content-right-header .like-count[b-yybq9ex3x5]{margin-left:auto;margin-right:0;display:flex;gap:10px;align-items:center;color:red}.news-item-type-2 .content-right .content-right-header .like-count .icon img[b-yybq9ex3x5]{width:20px}.news-item-type-2 .content-right .content-right-detail[b-yybq9ex3x5]{width:100%;display:flex;align-items:flex-start;gap:14px;align-self:stretch}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left[b-yybq9ex3x5]{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-title[b-yybq9ex3x5]{overflow:hidden;font-size:14px;font-weight:500;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.4rem;color:var(--black-color)}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-price[b-yybq9ex3x5]{color:red;font-size:16px;font-weight:500}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2[b-yybq9ex3x5]{display:flex;gap:20px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-category[b-yybq9ex3x5]{color:#747474}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .property-item.property-item2 .news-address[b-yybq9ex3x5]{color:#747474}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities[b-yybq9ex3x5]{display:flex;gap:20px;margin-bottom:0px;margin-top:auto}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item[b-yybq9ex3x5]{display:flex;gap:5px;align-items:center}.news-item-type-2 .content-right .content-right-detail .content-right-detail-left .news-utilities .utilities-item .value[b-yybq9ex3x5]{color:var(--black-color);font-size:16px;font-weight:500;margin-bottom:0px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-yybq9ex3x5]{width:120px;flex:none}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent[b-yybq9ex3x5]{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.2rem}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image[b-yybq9ex3x5]{position:relative;width:80px;padding-top:80px;overflow:hidden;margin-bottom:10px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .image img[b-yybq9ex3x5]{position:absolute;width:100%;height:100%;top:0px;left:0px;object-fit:cover}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-name[b-yybq9ex3x5]{margin-bottom:0px;font-weight:500}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .agent-title[b-yybq9ex3x5]{margin-bottom:0px;color:#6d6d6d}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .sale-products-count[b-yybq9ex3x5]{margin-bottom:10px;color:#6d6d6d}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right .news-agent .btn[b-yybq9ex3x5]{margin:auto;width:120px}@media only screen and (max-width: 767px){.news-item-type-2[b-yybq9ex3x5]{flex-direction:column}.news-item-type-2 .content-left[b-yybq9ex3x5]{width:100%}.news-item-type-2 .content-left .news-image[b-yybq9ex3x5]{width:100%;padding-top:62%;border-radius:3px 3px 0px 0px}.news-item-type-2 .content-right .content-right-detail .content-right-detail-right[b-yybq9ex3x5]{display:none}}.news-status[b-yybq9ex3x5]{padding:5px 16px;font-weight:700;line-height:20px;border-radius:3px}.news-status.on-display[b-yybq9ex3x5]{color:#34a853;background-color:#ecf9f1}.news-statistical[b-yybq9ex3x5]{display:flex;width:100%;padding:10px 20px;justify-content:flex-end;align-items:center;gap:20px;background:rgba(0,0,0,.6);position:absolute;bottom:0px;border-radius:0px 0px 0px 3px}.news-statistical .statistical-item[b-yybq9ex3x5]{display:flex;justify-content:center;align-items:center;gap:5px}.news-statistical .statistical-item .text[b-yybq9ex3x5]{color:#fff;margin-bottom:-2px}.news-actions[b-yybq9ex3x5]{display:flex;justify-content:space-between;width:100%}.news-actions .actions-left[b-yybq9ex3x5]{display:flex;align-items:center;gap:10px;flex:1 0 0}.news-actions .actions-left .actions-dropdown .btn-news-actions[b-yybq9ex3x5]{width:auto;padding:0px}.news-actions .actions-left .actions-dropdown .dropdown-menu[b-yybq9ex3x5]{width:200px;padding-top:20px;background:#fff;box-shadow:0px 4px 4px 0px rgba(0,0,0,.25)}.news-actions .actions-left .actions-dropdown .dropdown-menu li[b-yybq9ex3x5]{width:100%}.news-actions .actions-left .actions-dropdown .dropdown-menu li .dropdown-item[b-yybq9ex3x5]{display:flex;height:40px;padding:0px 20px;align-items:center;gap:10px;align-self:stretch}.news-actions .actions-left .actions-dropdown .dropdown-menu li .dropdown-item .text[b-yybq9ex3x5]{color:#000;margin-top:2px}.news-actions .actions-right[b-yybq9ex3x5]{display:flex;gap:10px;align-items:center}.news-actions .actions-right .page-number[b-yybq9ex3x5]{color:#6d6d6d}.news-item-type-2.slide-item[b-yybq9ex3x5]{flex-direction:column;gap:0px}.news-item-type-2.slide-item .content-left[b-yybq9ex3x5]{width:100%}.news-item-type-2.slide-item .content-left .news-image[b-yybq9ex3x5]{position:relative;width:100%;padding-top:59.4594594595%;overflow:hidden;border-radius:3px 3px 0px 0px}.news-item-type-2.slide-item .content-right[b-yybq9ex3x5]{padding:20px 15px;gap:12px}.home-page-section[b-yybq9ex3x5]{padding-top:10px}.home-page-section .container.small-container[b-yybq9ex3x5]{max-width:1200px;margin:auto}.home-page-section .news-content[b-yybq9ex3x5]{margin-top:0px;display:flex;gap:20px;margin-top:20px;flex-direction:row}.home-page-section .news-content .news-content-inner[b-yybq9ex3x5]{display:flex;gap:20px;flex-direction:column;flex:none;width:calc(100% - 210px)}.home-page-section .news-content .news-content-inner .related-tags[b-yybq9ex3x5]{width:100%}.home-page-section .news-content .news-content-inner .related-tags .title[b-yybq9ex3x5]{font-weight:700;font-size:18px;margin:12px 0}.home-page-section .news-content .news-content-inner .related-tags .buttons-selection[b-yybq9ex3x5]{display:flex;flex-wrap:wrap;gap:10px}.home-page-section .news-content .news-content-inner .related-tags .buttons-selection .button-item[b-yybq9ex3x5]{display:flex;cursor:pointer;height:32px;padding:6px 14px;justify-content:center;align-items:center;gap:10px;border-radius:24px;border:1px solid #e8e8e8;background:#f4f4f4;white-space:nowrap}.home-page-section .news-content .news-content-inner .commonQA-section[b-yybq9ex3x5]{width:100%}.home-page-section .news-content .news-content-inner .commonQA-section .title[b-yybq9ex3x5]{font-weight:700;font-size:18px;margin:12px 0}.home-page-section .news-content .news-content-inner .commonQA-section .commonQA-group[b-yybq9ex3x5]{flex:0 0 100%;margin-bottom:24px;border-bottom:#e8e8e8 solid}.home-page-section .news-content .news-content-inner .commonQA-section .commonQA-group .question-btn[b-yybq9ex3x5]{width:100%;position:relative;color:#27221f;border:none;padding-right:30px;justify-content:start}.home-page-section .news-content .news-content-inner .commonQA-section .commonQA-group .question-btn[b-yybq9ex3x5]:after{content:"";font-family:bootstrap-icons;font-size:14px;color:var(--dashui-gray-500);position:absolute;right:10px;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .3s ease-in-out}.home-page-section .news-content .news-content-inner .commonQA-section .commonQA-group .question-btn[aria-expanded=true][b-yybq9ex3x5]:after{transform:translateY(-50%) rotate(-90deg)}.home-page-section .news-content .news-content-inner .commonQA-section .commonQA-group .question-btn h3[b-yybq9ex3x5]{font-weight:600;font-size:14px;justify-content:start}.home-page-section .news-content .news-content-inner .commonQA-section .commonQA-group .answer[b-yybq9ex3x5]{padding-top:8px;padding-bottom:4px;color:#606060;font-size:14px;font-weight:400;font-size:14px}.home-page-section .news-content .news-content-inner .commonQA-section .commonQA-group .collapse:not(.show)[b-yybq9ex3x5]{display:none !important}.home-page-section .news-content .news-content-inner .description .title[b-yybq9ex3x5]{font-weight:700;font-size:18px;margin:12px 0}.home-page-section .news-content .news-content-inner .description .detail[b-yybq9ex3x5]  img{max-width:100%;width:100%;height:auto;display:block;object-fit:contain}.home-page-section .news-content .page-title[b-yybq9ex3x5]{font-size:24px;font-weight:400;margin-bottom:0px}.home-page-section .news-content .quick-tag-list[b-yybq9ex3x5]{display:flex;align-items:flex-start;gap:20px;margin-bottom:0px}.home-page-section .news-content .quick-tag-list .tag-item a[b-yybq9ex3x5]{color:#6c6e71;white-space:nowrap}.home-page-section .news-content .news-sort-section[b-yybq9ex3x5]{display:flex;gap:40px;padding:10px 20px;background:#f8f8f8}.home-page-section .news-content .news-sort-section .sort-item[b-yybq9ex3x5]{color:#000;position:relative}.home-page-section .news-content .news-sort-section .sort-item[b-yybq9ex3x5]::after{content:"";position:absolute;height:16px;width:1px;background:#d9d9d9;right:-20px;top:2px}.home-page-section .news-content .news-sort-section .sort-item:last-of-type[b-yybq9ex3x5]::after{display:none}.home-page-section .news-content .news-sort-section .sort-item.sort-link .rotate-180[b-yybq9ex3x5]{transform:rotate(180deg);margin-top:-4px;display:inline-block}.home-page-section .news-content .news-sort-section .sort-item.sort-link.active[b-yybq9ex3x5]{font-weight:700}.home-page-section .news-content .news-sort-section .sort-item.sort-price.hight-to-low .icon img[b-yybq9ex3x5]{transform:rotate(180deg);margin-top:-4px}.home-page-section .news-content .news-list[b-yybq9ex3x5]{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.home-page-section .news-content .quick-filter-news[b-yybq9ex3x5]{flex:none;display:flex;width:190px;padding:0px 0px;flex-direction:column;align-items:flex-start;gap:20px;align-self:flex-start}.home-page-section .news-content .quick-filter-news .featured-news-inner[b-yybq9ex3x5]{border:1px solid #e8e8e8;border-radius:3px;padding:20px 10px;background-color:#fff;width:100%}.home-page-section .news-content .quick-filter-news .featured-news-inner .featured-news-title[b-yybq9ex3x5]{text-align:left;font-size:14px;font-weight:bold;color:#333;margin-bottom:0;padding-bottom:10px;border-bottom:1px solid #e8e8e8;white-space:nowrap}.home-page-section .news-content .quick-filter-news .featured-news-inner .news-content-widget .widget-list[b-yybq9ex3x5]{list-style-type:none;margin:0;padding:0}.home-page-section .news-content .quick-filter-news .featured-news-inner .news-content-widget .widget-list .widget-item[b-yybq9ex3x5]{padding-top:10px}.home-page-section .news-content .quick-filter-news .featured-news-inner .news-content-widget .widget-list .widget-item a[b-yybq9ex3x5]{text-decoration:none;color:#333;font-size:14px;display:block;line-height:1.5}.home-page-section .news-content .quick-filter-news .featured-news-inner .news-content-widget .widget-list .widget-item:not(:last-child)[b-yybq9ex3x5]{padding-bottom:10px;border-bottom:1px solid #e8e8e8}@media screen and (max-width: 1000px){.home-page-section .news-content .news-content-inner[b-yybq9ex3x5]{width:100%}.home-page-section .news-content .news-content-inner .related-tags[b-yybq9ex3x5]{display:flex;flex-direction:column}.home-page-section .news-content .news-content-inner .related-tags .title[b-yybq9ex3x5]{align-self:center}.home-page-section .news-content .news-content-inner .related-tags .buttons-selection[b-yybq9ex3x5]{justify-content:center}.home-page-section .news-content .news-content-inner .related-tags .see-more-btn[b-yybq9ex3x5]{align-self:center}.home-page-section .news-content .news-content-inner .commonQA-section[b-yybq9ex3x5]{display:flex;flex-direction:column;width:100%}.home-page-section .news-content .news-content-inner .commonQA-section .title[b-yybq9ex3x5]{align-self:center}.home-page-section .news-content .news-content-inner .commonQA-section .commonQA-group .question-btn[b-yybq9ex3x5]{text-align:start}.home-page-section .news-content .news-content-inner .commonQA-section .see-more-btn[b-yybq9ex3x5]{align-self:center}.home-page-section .news-content .news-content-inner .description .title[b-yybq9ex3x5]{align-self:center}.home-page-section .news-content .news-content-inner .description .detail[b-yybq9ex3x5]{text-align:center}.home-page-section .news-content .quick-filter-news[b-yybq9ex3x5]{display:none}.home-page-section .news-sort-section[b-yybq9ex3x5]{margin-left:-10px !important;margin-right:-10px !important}.home-page-section .news-content .news-list[b-yybq9ex3x5]{margin-top:-10px}}@media only screen and (max-width: 576px){.home-page-section .news-sort-section[b-yybq9ex3x5]{margin-left:-10px !important;margin-right:-10px !important}.home-page-section .news-content .news-list[b-yybq9ex3x5]{margin-top:-10px}.home-page-section .my-news-content .my-news-list[b-yybq9ex3x5]{margin-left:-10px;margin-right:-10px;gap:10px}}.quick-filter-control[b-yybq9ex3x5]{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}.quick-filter-control .quick-filter-title[b-yybq9ex3x5]{font-weight:500;margin-bottom:0px}.quick-filter-control .quick-filter-list[b-yybq9ex3x5]{display:flex;flex-direction:column;align-items:flex-end;align-self:stretch}.quick-filter-control .quick-filter-list .quick-filter-item[b-yybq9ex3x5]{display:flex;height:40px;padding:0px 10px;align-items:center;gap:10px;align-self:stretch;justify-content:space-between;cursor:pointer}.quick-filter-control .quick-filter-list .quick-filter-item.selected .checked[b-yybq9ex3x5]{display:block}.quick-filter-control .quick-filter-list .quick-filter-item:hover[b-yybq9ex3x5]{background:#e8e8e8}.quick-filter-control .quick-filter-list .quick-filter-item .text[b-yybq9ex3x5]{color:#000}.quick-filter-control .quick-filter-list .quick-filter-item .checked[b-yybq9ex3x5]{display:none;width:24px;flex:none}.quick-filter-control .quick-filter-list .quick-filter-item .checked img[b-yybq9ex3x5]{width:24px;height:24px}.push-news-modal .modal-content[b-yybq9ex3x5]{width:370px;margin-left:auto;margin-right:auto;max-width:100%}.push-news-modal .modal-content .modal-body[b-yybq9ex3x5]{width:100%;padding:0px}.push-news-modal .modal-content .modal-body .push-new-content[b-yybq9ex3x5]{padding:50px 20px 30px 20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.push-news-modal .modal-content .modal-body .push-new-content .post-news-description[b-yybq9ex3x5]{margin-bottom:0px}.push-news-modal .modal-content .modal-body .push-new-content .form-check[b-yybq9ex3x5]{width:100%}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost[b-yybq9ex3x5]{display:flex;width:100%;gap:14px;justify-content:space-between}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost .text[b-yybq9ex3x5]{margin-bottom:0px;font-weight:700}.push-news-modal .modal-content .modal-body .push-new-content .post-news-cost .value[b-yybq9ex3x5]{margin-bottom:0px;font-weight:700}.push-news-modal .modal-content .modal-body .push-new-content .account-balance-warning[b-yybq9ex3x5]{display:flex;padding:10px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;border:1px solid #ea4335;background:#fff0f2}.push-news-modal .modal-content .modal-body .push-new-content .account-balance-warning .text[b-yybq9ex3x5]{color:#cf4a3b;margin-bottom:0px}.push-news-modal .modal-content .modal-body .push-new-content .content-footer[b-yybq9ex3x5]{display:flex;gap:12px;width:100%;justify-content:space-between}.push-news-modal .modal-content .modal-body .push-new-content .content-footer .btn[b-yybq9ex3x5]{width:calc(50% - 6px)}
/* /Features/Marketplace/Components/Pages/PostDetails.razor.rz.scp.css */
[b-azpngbdoae] trust-combobox,[b-azpngbdoae] trust-text-input,[b-azpngbdoae] trust-text-area,[b-azpngbdoae] trust-number-input{--primary-color: #cf4a3b}[b-azpngbdoae] trust-chip,[b-azpngbdoae] trust-chipset{--primary-color: #cf4a3b}[b-azpngbdoae] trust-checkbox{--primary-color: #cf4a3b}.news-detail-page-section[b-azpngbdoae]{padding-top:10px}.news-detail-page-section .container[b-azpngbdoae]{display:flex;gap:20px;align-items:flex-start}.news-detail-page-section .news-detail-content[b-azpngbdoae]{width:calc(100% - 340px - 20px);display:flex;flex-direction:column;gap:20px}.news-detail-page-section .news-detail-content p[b-azpngbdoae]{margin-bottom:0px}.news-detail-page-section .news-detail-content .news-detail-inner[b-azpngbdoae]{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;border-radius:10px;border:1px solid #f4f4f4;background:#fff}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information[b-azpngbdoae]{display:flex;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-detail-header[b-azpngbdoae]{display:flex;align-items:center;width:100%}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-detail-header .news-type[b-azpngbdoae]{padding:4px 12px;border-radius:3px}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-detail-header .news-type.type-rent[b-azpngbdoae]{background:#fff0f2;color:red}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-detail-header .date-notes[b-azpngbdoae]{color:#cdcbc8;margin-left:10px}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-detail-header .like-count[b-azpngbdoae]{margin-left:auto;margin-right:0;display:flex;gap:10px;align-items:center;color:red}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-detail-header .like-count .icon img[b-azpngbdoae]{width:20px}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-title[b-azpngbdoae]{overflow:hidden;font-size:24px;font-weight:500;margin-bottom:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;color:var(--black-color);line-height:1.4;font-family:"Inter",sans-serif}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-price[b-azpngbdoae]{color:red;font-size:24px;font-weight:500}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-address[b-azpngbdoae]{color:#747474}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-category[b-azpngbdoae]{display:flex;align-items:center;align-self:stretch;justify-content:space-between}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-category .news-category-text[b-azpngbdoae]{font-weight:500}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-category .news-detail-share-link[b-azpngbdoae]{color:#cf4a3b;display:flex;gap:10px;align-items:center}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-category .news-detail-share-link img[b-azpngbdoae]{width:24px}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-utilities[b-azpngbdoae]{display:flex;gap:20px;margin-bottom:0px;margin-top:auto}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-utilities .utilities-item[b-azpngbdoae]{display:flex;gap:5px;align-items:center}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-utilities .utilities-item .value[b-azpngbdoae]{color:var(--black-color);font-size:16px;font-weight:500;margin-bottom:0px}.news-detail-page-section .news-detail-contacts[b-azpngbdoae]{width:340px;flex:none}.news-detail-page-section .news-detail-contacts .contact-box[b-azpngbdoae]{display:flex;width:340px;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;flex:none;border-radius:20px;border:1px solid #dadada;background:#fff}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile[b-azpngbdoae]{position:relative;display:flex;gap:20px;width:100%}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile .image[b-azpngbdoae]{width:90px;height:90px;text-align:center;display:flex}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile .image img[b-azpngbdoae]{width:100%;object-fit:cover;border-radius:4px}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile .information[b-azpngbdoae]{display:flex;flex-direction:column}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile .information .name[b-azpngbdoae]{margin-top:10px;margin-bottom:0px;color:var(--black-color)}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile .information .description[b-azpngbdoae]{margin-bottom:15px;color:#7f8b9b}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile .information .phone-number[b-azpngbdoae]{color:#1877f2;line-height:20px;margin-bottom:0px;cursor:pointer}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile .icon[b-azpngbdoae]{margin-left:auto;margin-right:0px;position:absolute;right:0}.news-detail-page-section .news-detail-contacts .contact-box .contact-profile .icon img[b-azpngbdoae]{width:40px}.news-detail-page-section .news-detail-contacts .contact-box .contact-social[b-azpngbdoae]{display:flex;justify-content:center;align-items:center;gap:10px;align-self:stretch;margin:auto}.news-detail-page-section .news-detail-contacts .contact-box .contact-social .social-item img[b-azpngbdoae]{width:40px}.news-detail-page-section .news-detail-contacts .contact-box .contact-form[b-azpngbdoae]{position:relative;display:flex;flex-direction:column;gap:10px;width:100%}.news-detail-page-section .news-detail-contacts .contact-box .contact-form .leave-information-text[b-azpngbdoae]{color:#666;margin-bottom:0px;margin:auto}@media only screen and (max-width: 992px){.news-detail-page-section[b-azpngbdoae]{padding-top:0px}.news-detail-page-section .container[b-azpngbdoae]{padding:0px;flex-direction:column}.news-detail-page-section .news-detail-contacts[b-azpngbdoae]{width:0px;height:0px}.news-detail-page-section .news-detail-contacts .contact-box[b-azpngbdoae]{display:none}.news-detail-page-section .news-detail-content[b-azpngbdoae]{width:100%}.news-detail-page-section .news-detail-content .news-detail-inner[b-azpngbdoae]{border:none;padding:0px 10px 10px 10px}.news-detail-page-section .news-detail-content .news-detail-inner .news-detail-information .news-title[b-azpngbdoae]{-webkit-line-clamp:3}}.news-detail-information-box[b-azpngbdoae]{display:flex;flex-direction:column;gap:20px;width:100%}.news-detail-information-box .box-header[b-azpngbdoae]{display:flex;padding:30px 0px 30px 0px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;position:relative}.news-detail-information-box .box-header .title[b-azpngbdoae]{font-size:24px;margin-bottom:0px;position:relative;z-index:2}.news-detail-information-box .box-header .bg[b-azpngbdoae]{background-image:url(/images/header-bg.png);background-size:contain;position:absolute;left:140px;top:10px;width:102px;height:102px;z-index:1}.news-detail-information-box .box-header .line[b-azpngbdoae]{width:100px;height:3px;background:#d97b70;position:relative;z-index:2}.news-detail-information-box .box-content .project-link[b-azpngbdoae]{text-decoration:none;color:inherit}.detail-news-description .detail-news-description-content[b-azpngbdoae]{overflow:hidden}.detail-news-description[b-azpngbdoae]  .detail-news-description-content p:last-of-type{margin-bottom:0px}.detail-news-description[b-azpngbdoae]  .detail-news-description-content h3{font-size:18px;margin-bottom:1rem}.detail-news-description[b-azpngbdoae]  .detail-news-description-content h4{font-size:16px;margin-bottom:1rem}.detail-news-description .btn-read-more[b-azpngbdoae]{margin:auto}.news-detail-properties[b-azpngbdoae]{display:flex;gap:10px;flex-wrap:wrap}.news-detail-properties .properties-list[b-azpngbdoae]{display:flex;flex-direction:column;border-radius:20px;background:#fafafa;padding:30px 20px;width:340px;max-width:100%;margin-bottom:0px}.news-detail-properties .properties-list .properties-item[b-azpngbdoae]{display:flex;gap:20px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #d9d9d9}.news-detail-properties .properties-list .properties-item:last-of-type[b-azpngbdoae]{padding-bottom:0px;margin-bottom:0px;border-bottom:none}.news-detail-properties .properties-list .properties-item .properties-name[b-azpngbdoae]{width:150px;flex:none;margin-bottom:0px;font-weight:600;line-height:25px;letter-spacing:.42px}.news-detail-properties .properties-list .properties-item .properties-value[b-azpngbdoae]{width:100%;margin-bottom:0px;line-height:25px;letter-spacing:.42px}.news-detail-video[b-azpngbdoae]{width:100%;display:flex;flex-direction:column;gap:20px}.news-detail-video .youtube-embed-video[b-azpngbdoae]{width:100%;padding-top:56.25%;position:relative}.news-detail-video .youtube-embed-video iframe[b-azpngbdoae]{position:absolute;top:0px;left:0px;width:100% !important;height:100% !important}.news-detail-video .tiktok-embed-video[b-azpngbdoae]{margin:auto}.news-detail-video .tiktok-embed-video iframe[b-azpngbdoae]{margin:auto;width:350px;height:600px;max-width:100%}.news-related[b-azpngbdoae]{padding-bottom:40px;position:relative;margin-top:20px;background:#f8f8f8}.news-related .bottom-bg[b-azpngbdoae]{position:absolute;bottom:0px;left:0px;width:100%;height:272px;background:#dd948c}.news-related .container[b-azpngbdoae]{display:block}.news-related .content-header[b-azpngbdoae]{display:flex;padding:50px 0px 50px 0px;flex-direction:column;align-items:flex-start;gap:20px;align-self:stretch;position:relative;width:100%}.news-related .content-header .title[b-azpngbdoae]{color:#606060;font-size:32px;margin-bottom:0px;position:relative;z-index:2}.news-related .content-header .bg[b-azpngbdoae]{background-image:url(/images/header-bg.png);background-size:contain;position:absolute;left:-90px;top:35px;width:102px;height:102px;z-index:1}.news-related .content-header .line[b-azpngbdoae]{width:100px;height:3px;background:#d97b70;position:relative;z-index:2}.news-related .content-header .extra[b-azpngbdoae]{display:flex;width:100%;justify-content:space-between;align-items:center;position:relative;z-index:2}.news-related .content-header .extra .btn-view-all[b-azpngbdoae]{color:#6d6d6d}.news-related .content-header .extra .related-news-navigator[b-azpngbdoae]{display:flex}.news-related .content-body .related-news-slider-owl-carousel .owl-stage-outer[b-azpngbdoae]{width:130%}.news-related .content-body .related-news-slider-owl-carousel .item[b-azpngbdoae]{width:370px}@media only screen and (max-width: 992px){.news-related .container[b-azpngbdoae]{padding:0px 10px}.news-related .content-header .bg[b-azpngbdoae]{left:255px}}@media only screen and (max-width: 500px){.news-related[b-azpngbdoae]{margin-top:10px}.news-related .content-body .related-news-slider-owl-carousel .owl-stage-outer[b-azpngbdoae]{width:100%}.news-related .content-body .related-news-slider-owl-carousel .item[b-azpngbdoae]{width:100%}.news-related .news-detail-about-card .image[b-azpngbdoae]{width:120px;flex:none}}.news-owner-box[b-azpngbdoae]{display:flex;width:340px;padding:20px;flex-direction:column;align-items:flex-start;gap:20px;flex:none;border-radius:20px;border:1px solid #dadada;background:#fff}.news-owner-box .owner-profile[b-azpngbdoae]{position:relative;display:flex;gap:20px;width:100%}.news-owner-box .owner-profile .image[b-azpngbdoae]{width:90px;height:90px;text-align:center}.news-owner-box .owner-profile .image img[b-azpngbdoae]{width:100%;object-fit:contain}.news-owner-box .owner-profile .information[b-azpngbdoae]{display:flex;flex-direction:column}.news-owner-box .owner-profile .information .name[b-azpngbdoae]{margin-top:10px;margin-bottom:0px;color:var(--black-color)}.news-owner-box .owner-profile .information .description[b-azpngbdoae]{margin-bottom:15px;color:#7f8b9b}.news-owner-box .owner-profile .icon[b-azpngbdoae]{margin-left:auto;margin-right:0px;position:absolute;right:0}.news-owner-box .actions[b-azpngbdoae]{width:100%;border-top:1px solid #e8e8e8;display:flex;flex-direction:column;gap:10px;padding-top:10px}.news-owner-box .actions .btn[b-azpngbdoae]{width:100%}@media only screen and (max-width: 992px){.news-owner-box[b-azpngbdoae]{position:fixed;bottom:0px;left:0px;z-index:99999;width:100%;border-radius:0px}.news-owner-box .owner-profile[b-azpngbdoae]{display:none}.news-owner-box .actions[b-azpngbdoae]{border:none;padding-top:0px}}.contact-box-mobile[b-azpngbdoae]{display:none;width:100%;padding:6px 20px 12px 20px;flex-direction:column;align-items:flex-start;gap:20px;flex:none;border-radius:0px;border:1px solid #dadada;background:#fff;position:fixed;bottom:0px;left:0px;z-index:99}.contact-box-mobile .contact-profile[b-azpngbdoae]{position:relative;display:flex;gap:10px;width:100%}.contact-box-mobile .contact-profile .image[b-azpngbdoae]{width:80px;height:80px;text-align:center;flex:none}.contact-box-mobile .contact-profile .image img[b-azpngbdoae]{width:100%;height:100%;object-fit:cover;border-radius:4px}.contact-box-mobile .contact-profile .information[b-azpngbdoae]{display:flex;flex-direction:column;width:100%;gap:10px;padding-top:6px}.contact-box-mobile .contact-profile .information .name[b-azpngbdoae]{margin-top:0px;margin-bottom:0px;color:var(--black-color);font-weight:500}.contact-box-mobile .contact-profile .btn-full[b-azpngbdoae]{max-width:300px}@media only screen and (max-width: 992px){.contact-box-mobile[b-azpngbdoae]{display:flex}}
/* /Features/Marketplace/Components/Pages/Services.razor.rz.scp.css */
*[b-ntw65clwa5]{font-family:"SF Pro",sans-serif;font-size:16px}h2[b-ntw65clwa5]{font-size:58px}@media only screen and (max-width: 576px){h2[b-ntw65clwa5]{font-size:32px}}h3[b-ntw65clwa5]{font-size:48px}@media only screen and (max-width: 576px){h3[b-ntw65clwa5]{font-size:32px}}h4[b-ntw65clwa5]{font-size:32px}
/* /Features/Marketplace/Components/QuickFilter.razor.rz.scp.css */
.filter-news-inner[b-yvnw6se4yw] {
  background: #fafafa;
  width: 100%;
}
.filter-news-inner .filter-item[b-yvnw6se4yw] {
  padding: 10px;
}
.filter-news-inner .filter-item .filter-label[b-yvnw6se4yw] {
  font-weight: bold;
}
.filter-news-inner .filter-item .button-item[b-yvnw6se4yw] {
  cursor: pointer;
  display: flex;
  list-style: none;
  height: 40px;
  padding: 14px 14px;
  align-items: center;
  background: #fafafa;
}
.filter-news-inner .filter-item .button-item.active[b-yvnw6se4yw] {
  background: #e8e8e8;
  justify-content: space-between;
}
.filter-news-inner .filter-item .chips-selection[b-yvnw6se4yw] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.filter-news-inner .filter-item .chips-selection .button-chip[b-yvnw6se4yw] {
  display: flex;
  cursor: pointer;
  height: 36px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid #e8e8e8;
  background: #f4f4f4;
  white-space: wrap;
}
.filter-news-inner .filter-item .chips-selection .button-chip.active[b-yvnw6se4yw] {
  border-radius: 24px;
  border: 1px solid #cf4a3b;
  background: #fffbfb;
}
