.img--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.img--contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: contain;
  object-position: contain;
}

.bg--grey {
  background-color: #f5f6fa;
}

.bg--white {
  background-color: #fff;
}

.colour-dark {
  color: #242526;
}

.popup.popup--large {
  width: 600px;
}

.text--error {
  color: #dc3545;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.text--black {
  color: #242526;
}

.text--medium {
  font-weight: 500;
}

.text--bold {
  font-weight: 700;
}

.text--underline {
  text-decoration: underline;
}

.btn-disabled {
  opacity: 0.65;
  pointer-events: none;
}

.flex-1 {
  flex: 1;
}

.v-application .fb-btn {
  color: #ffffff;
}

.popup {
  visibility: hidden;
}

.popup.active {
  visibility: visible;
}

.half-map-sec .features_list {
  margin: 7px 0 50px 0;
}

.half-map-sec > .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.slick-dots li.slick-active button {
  background-color: #21364b;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s linear, visibility 0.35s linear;
}

body.overlay-active::before {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
  z-index: 1050;
  pointer-events: auto;
}

body.is-loading {
  overflow: hidden;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s linear, visibility 0.35s linear;
}

.loading.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loading i {
  font-size: 50px;
  color: #21364b;
  -webkit-animation: fa-spin 1.15s infinite linear;
  animation: fa-spin 1.15s infinite linear;
}

.notification {
  width: 300px;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  background-color: #242526;
  color: #ffffff;
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 100001;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  transform: translate(-50%, calc(100% + 30px));
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s linear;
}

.notification.notification--success {
  background-color: #21364b;
}

.notification.notification--error {
  background-color: #dc3545;
}

.notification.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.header .navbar-nav .nav-item .dropdown-menu {
  border: 1px solid #d5d4d9;
}

.btn-primary,
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #21364b;
  background-color: #21364b;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.form-control.form-control-date {
  padding: 0;
  height: auto;
  border-color: transparent;
}

.form-control.form-control-date.is-invalid {
  border-color: #dc3545;
}

.pager-sec.bfr::before {
  background-image: url("/images/offer-create-bg.jpg");
  background-position: center center;
}

.pager-sec.bfr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.form-group,
.form-field {
  float: none;
}

.form-group {
  padding: 0;
}

.form-group > label.control-label {
  color: #242526;
  margin-bottom: 5px;
}

.form-group > .form-field--text {
  color: #242526;
}

.button-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #21364b;
  background-color: #ffffff;
  border: 1px solid #21364b;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.button-icon i {
  font-size: 16px;
}

.button-icon.button-icon--large {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.button-icon.button-icon--large i {
  font-size: 18px;
}

.button-icon.button-icon--small {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.button-icon.button-icon--small i {
  font-size: 14px;
}

.button-icon:hover {
  color: #ffffff;
  background-color: #21364b;
}

.button-icon.dark {
  color: #ffffff;
  background-color: #21364b;
}

.button-icon.dark:hover {
  border-color: #5462bb;
  background-color: #5462bb;
}

.modal-title {
  font-size: 1rem;
}

.access-wrapper {
  position: relative;
}

.access-restricted {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.access-restricted .access-restricted__text {
  font-size: 40px;
  color: #000;
  text-align: center;
}

.back {
  display: inline-block;
  color: #242526;
  font-size: 2rem;
  transition: color 0.25s ease;
}

.back:hover {
  color: #21364b;
}

.btn-delete {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-delete:hover {
  color: #fff;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 0.15rem;
}

.text-not-found {
  font-size: 0.875rem;
  text-align: center;
}

.no-items {
  font-size: 1rem;
}

.property-imgs-with-title {
  float: left;
  width: 100%;
  padding: 23px 30px 0 30px;
  border: 1px solid #dfe0e5;
  text-align: center;
  margin-bottom: 35px;
}

.property-imgs-with-title h3 {
  text-align: left;
}

.property-imgs-with-title > img {
  max-width: 100%;
  margin-top: 7px;
}

.property-imgs-with-title .property-imgs {
  margin-top: 0.5rem;
}

.property-imgs-with-title .property-thumb-imgs {
  border: 0;
  padding-bottom: 0;
}

#sign-popup,
#register-popup {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.form-login .btn-forgot-password,
.form-register .signin-op {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.popup-form form.form-forgot-password {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.popup-form form.form-forgot-password .btn-primary:hover {
  border-color: #0a1016;
  background-color: #0a1016;
}

.popup-form form.form-forgot-password .form-control:focus {
  border-color: #21364b;
}

.form-register .input-field > label small {
  color: #242526;
}

.form-register .input-field > label small > a {
  color: #242526;
  text-decoration: underline;
}

.form-register .input-field > label small > a:hover {
  color: black;
}

.form-register .form-cp > a:hover {
  color: black;
}

.btn.btn-link {
  color: #21364b;
}

.card--bordered .card-body {
  border-bottom: 1px solid #dfe0e5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.alert-dialog__content {
  font-size: 0.875rem;
  color: #242526;
}

.confirm-dialog__content {
  font-size: 1rem;
  color: #242526;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
}

.header .navbar-brand {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header .navbar-brand img {
  width: 100px;
}

.header .navbar {
  padding: 0;
  height: 105px;
}

.header .navbar-nav {
  display: flex;
  align-items: center;
}

.header .navbar-nav .nav-item {
  line-height: 105px;
}

@media screen and (max-width: 991px) {
  .header .navbar-nav .nav-item {
    width: 100%;
    line-height: unset;
  }
}

.header .navbar-nav .nav-item.signin-btn .nav-link:hover {
  color: #161616;
  text-decoration: none;
}

.header .navbar-nav .nav-item.signin-btn .nav-link b {
  transition: color 0.4s linear;
}

.header .navbar-nav .nav-item.signin-btn .nav-link b:hover {
  color: #21364b;
}

.header .navbar-nav .nav-item .dropdown-menu {
  top: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  min-width: 200px;
  border-radius: 5px;
  height: auto;
  transform: translate(0, 20px);
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

@media screen and (max-width: 991px) {
  .header .navbar-nav .nav-item .dropdown-menu {
    min-width: unset;
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  .header .navbar-nav .nav-item .dropdown-menu {
    height: 0;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 991px) {
  .header #navbarSupportedContent .navbar-nav {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .header .submit-btn {
    margin-top: 2rem;
  }
}

.navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav .dropdown .dropdown-menu .dropdown-item {
  color: #242526;
}

.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: #21364b;
  background: transparent;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    height: auto;
  }
}

.navbar-nav .dropdown .dropdown-item {
  transition: all 0.25s ease;
}

.navbar-nav .nav-item-account > .nav-link {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar-nav .nav-item-account > .nav-link.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translate(0, -50%);
}

.navbar-nav .nav-item-account > .nav-link > img {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
}

.navbar-nav .nav-item-account > .nav-link > i.fa-user-circle {
  font-size: 1.75rem;
}

.navbar-nav .nav-item-account .new-messages-count {
  color: #dc3545;
  font-weight: 500;
}

.navbar-nav .new-messages-badge {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dc3545;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 30px;
  border: 1px solid #dedede;
  transform: translateY(-50%);
}

.popup-form .form-field {
  text-align: left;
}

.form-register .form-field label {
  color: #242526;
}

.popular-listing .img-block img {
  height: 300px;
}

.popular-cities.hp3 .city--large .card {
  height: 510px;
}

.popular-cities.hp3 .city--small .card {
  height: 240px;
}

.popular-cities.hp3 .card img {
  max-height: 100%;
}

.explore-feature .card:hover .card-body i {
  transform: scale(1);
}

.explore-feature .card:hover .card-body h3 {
  color: #242526;
}

.blog-img > a img {
  height: 300px;
}

.blog-single-post a {
  color: #ffffff;
}

.blog-single-post .view-posts {
  color: #ffffff;
}

.blog-single-post .view-posts a {
  color: #ffffff;
}

.popular-listing-item {
  padding-left: 15px;
  padding-right: 15px;
}

.popup-form form.form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-free-listings {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 105px;
  padding: 90px 0;
}

.home-free-listings__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .home-free-listings__title {
    font-size: 1.5rem;
  }
}

.home-free-listings__description {
  font-size: 1rem;
  color: #fff;
  margin-top: 1.25rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.home-free-listings__button {
  float: none;
  display: inline-block;
  color: #fff;
  background-color: #6a7be7;
  border-color: transparent;
}

.list_products .card {
  min-height: 440px;
  border-radius: 5px;
}

.list_products .card.selected {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}

.list_products .card .card-offer__title {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .list_products .card .card-offer__title {
    display: block;
    min-height: 74px;
  }
}

.list_products .card .img-block {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.list_products .card .img-block .overlay {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.list_products .card .img-block img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.list_products .card .card-body {
  padding: 15px 20px 0;
}

.list_products .card .card-body ul li {
  display: block;
  padding: 0;
  border-right: 0;
  margin-right: 0;
  font-size: 12px;
  line-height: normal;
}

.list_products .card .card-body h3 {
  font-size: 1rem;
}

.list_products .card .card-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.list_products .card .card-offer__attribute__value {
  color: #aeb4b6;
  text-align: right;
  flex: 1;
}

.list_products .card .card-offer__attribute__value--link:hover {
  color: #21364b;
}

.list_products .card .card-offer__location {
  float: none;
  margin-bottom: 0;
}

.list_products .card .card-offer__meta {
  padding-top: 12px;
  padding-bottom: 20px;
}

.list_products .card .card-offer__action {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #f3f4f7;
  color: #242526;
  border-radius: 50%;
  transition: all 0.4s linear;
}

.list_products .card .card-offer__action i {
  font-size: 16px;
  position: relative;
  top: 2px;
  padding-right: 0;
}

.list_products .card .card-offer__action:hover {
  background-color: #21364b;
  color: #ffffff;
}

.list_products .card .card-offer__unread-messages {
  display: flex;
  justify-content: center;
  align-items: center;
  right: -11px;
  top: -11px;
  z-index: 5;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #dc3545;
  border: 1px solid #dedede;
  border-radius: 50%;
}

.list_products .card .card-offer__info {
  float: none;
  margin-top: 5px;
}

.list_products .card .card-offer__price {
  float: none;
  top: 0;
}

.list_products .card .card-offer__verified-status {
  color: #fff;
  text-transform: capitalize;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 14px;
}

.list_products .card .card-offer__verified-status--pending {
  background-color: #21364b;
}

.list_products .card .card-offer__verified-status--rejected {
  background-color: #dc3545;
}

.list_products .card .card-offer__verified-status--approved {
  background-color: #34b451;
}

.list_products .card .card-offer__views {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  font-size: 12px;
  border: 1px solid;
  border-radius: 15px;
  background-color: #21364b;
  color: #fff;
  padding: 0 12px;
}

.list_products .card .card-offer__views i {
  font-size: 1rem;
}

.half-map-sec {
  padding-bottom: 0;
}

.half-map-sec .card .card-body ul li:first-child {
  padding-right: 1px;
}

.half-map-sec .offers-wrapper {
  max-height: 100vh;
  overflow-y: scroll;
}

.half-map-sec .offers-wrapper .filter-offers {
  margin-bottom: 25px;
  border-bottom: 1px solid #dfe0e5;
  background-color: #fff;
}

.half-map-sec .offers-wrapper .filter-offers.sticky-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.half-map-sec .listing-directs {
  padding: 0 40px 0 25px;
}

.half-map-sec .widget-property-search {
  width: 450px;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 1.5rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  border-left: 1px solid #dfdfdf;
}

.half-map-sec .widget-property-search.active {
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .half-map-sec .widget-property-search .input-field > label {
    margin-bottom: 1rem;
  }
}

.offer-filter-open {
  padding: 16px 40px;
}

.offer-filter-open > a {
  font-size: 0.875rem;
  justify-content: center;
  text-align: center;
  line-height: 1;
  width: auto;
  float: none;
  padding: 0 1.5rem;
  height: 46px;
}

.offer-filter-open > a > i {
  font-size: 1.125rem;
  margin-right: 4px;
}

.offer-filter-close {
  text-decoration: underline;
  color: #21364b;
}

.offer-filter-close:hover {
  text-decoration: underline;
}

.offer-market-types {
  margin-bottom: 30px;
}

.offer-search__action {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  float: none;
  border-top: 1px solid #dfe0e5;
  margin-top: 30px;
}

.offer-search__action__filter {
  width: auto !important;
}

.property-thumb-imgs .property-img {
  padding-left: 15px;
  padding-right: 15px;
}

.property-main-img .property-img img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.contct-nf > a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #6a7be7;
}

.contct-nf > a > i,
.contct-nf h4 i {
  font-size: 16px;
  padding-right: 7px;
}

.contct-nf h4 > a {
  color: #aeb4b6;
}

.contct-nf h4 > a:hover {
  color: #6a7be7;
}

.pagination {
  margin-bottom: 60px;
}

.details-block {
  float: left;
  width: 100%;
  padding: 23px 30px 23px 30px;
  border: 1px solid #dfe0e5;
  margin-bottom: 35px;
}

.details-block ul {
  float: left;
  width: 100%;
  margin-top: 2px;
  margin-bottom: -14px;
}

.details-info ul li,
.details-block ul li {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}

.details-block ul li h4 {
  color: #242526;
  font-size: 14px;
  display: inline-block;
}

.details-block ul li span {
  display: inline-block;
  color: #67686c;
  font-size: 14px;
  padding-left: 1px;
}

.offer-create-page .blog-standard.section-padding,
.my-profile-page .blog-standard.section-padding,
.change-password-page .blog-standard.section-padding {
  padding: 80px 0 110px;
}

.offer-create-page .post_info,
.my-profile-page .post_info,
.change-password-page .post_info {
  border-top: 1px solid #dfe0e5;
  border-radius: 4px;
}

.offer-create-page .form-group,
.offer-create-page .form-field,
.my-profile-page .form-group,
.my-profile-page .form-field,
.change-password-page .form-group,
.change-password-page .form-field {
  float: none;
}

.offer-create-page .form-group,
.my-profile-page .form-group,
.change-password-page .form-group {
  margin-bottom: 1.5rem;
  padding: 0;
}

.offer-create-page .form-group label,
.my-profile-page .form-group label,
.change-password-page .form-group label {
  margin-bottom: 0.25rem !important;
}

.offer-create-page .form-group label.custom-control-label,
.my-profile-page .form-group label.custom-control-label,
.change-password-page .form-group label.custom-control-label {
  margin-bottom: 0 !important;
}

.offer-create-page .form-group label.custom-control-label::before,
.offer-create-page .form-group label.custom-control-label::after,
.my-profile-page .form-group label.custom-control-label::before,
.my-profile-page .form-group label.custom-control-label::after,
.change-password-page .form-group label.custom-control-label::before,
.change-password-page .form-group label.custom-control-label::after {
  margin-top: -1px;
}

.offer-create-page .form-group > label,
.my-profile-page .form-group > label,
.change-password-page .form-group > label {
  color: #242526;
  margin-bottom: 0.5rem !important;
}

.offer-create-page .offer-tags .input-field label,
.my-profile-page .offer-tags .input-field label,
.change-password-page .offer-tags .input-field label {
  margin-bottom: 1rem !important;
}

.offer-group-item {
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.offer-group-item:hover {
  background-color: rgba(7, 3, 3, 0.05);
}

.offer-group-item .offer-group-item__icon {
  font-size: 1.25rem;
}

.selected-group-item + .selected-group-item {
  margin-top: 12px;
}

.selected-group-item .group-item-name {
  font-size: 0.875rem;
}

.selected-group-item .group-item-delete {
  font-size: 1rem;
  width: 32px;
  height: 32px;
  border: 1px solid #21364b;
  color: #21364b;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.selected-group-item .group-item-delete:hover {
  color: #ffffff;
  background-color: #21364b;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
}

.upload-btn-wrapper input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-btn-wrapper label {
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.upload-btn-wrapper label {
  cursor: pointer;
}

.offer__seller__avatar {
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.offer-dropzone.vue-dropzone {
  position: relative;
  min-height: 370px;
  border-radius: 4px;
  border-width: 1px;
}

.offer-dropzone.vue-dropzone > .dz-message {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 2em));
}

.offer-dropzone.vue-dropzone > .dz-preview .dz-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.offer-dropzone.vue-dropzone > .dz-preview .dz-image > img {
  width: 140px;
  height: 87px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.offer-dropzone.vue-dropzone > .dz-preview .dz-remove {
  top: auto;
  font-size: 0.6rem;
  padding: 6px;
  border: none;
  text-decoration: underline;
}

.offer-dropzone.vue-dropzone > .dz-preview .dz-progress {
  display: none;
}

.offer-dropzone.vue-dropzone.offer_floorPlan > .dz-preview .dz-image {
  width: 120px;
  height: 120px;
}

.offer-dropzone.vue-dropzone.offer_floorPlan > .dz-preview .dz-remove {
  padding: 4px;
}

.offer-seller-new .offer-seller-new-avatar img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.offer-seller-new .offer-seller-new-avatar label {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.offer-seller-new .offer-seller-new-avatar label:hover {
  background-color: #21364b;
  color: #ffffff;
  border-color: #21364b;
}

.modal-available-type .modal-title > .la,
.modal-save-success .modal-title > .la,
.modal-publish-type .modal-title > .la {
  font-size: 24px;
}

.modal-available-type .modal-body p,
.modal-save-success .modal-body p,
.modal-publish-type .modal-body p {
  font-size: 0.875rem;
}

.modal-available-type label,
.modal-save-success label,
.modal-publish-type label {
  font-weight: 400;
}

.section-my-offers,
.section-my-invitations,
.section-my-groups,
.section-my-favorites,
.section-my-requests {
  padding: 80px 0;
}

.form-section {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 40px;
}

.form-section-title {
  font-size: 1rem;
  margin-bottom: 15px;
}

.contact-image {
  width: 80px;
  height: 80px;
  border: 1px solid #efefef;
  border-radius: 50%;
  overflow: hidden;
}

.property-single-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.property-single-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  clear: both;
  border-top: 1px solid #dfe0e5;
  padding-top: 2rem;
  margin-top: 4rem;
}

.property-single-footer .psf__buttons {
  display: flex;
  align-items: center;
}

.property-single-footer .psf__buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
}

.property-single-footer .psf__buttons a:first-child {
  margin-right: 1rem;
}

.property-single-footer .psf__buttons a:first-child i {
  margin-right: 5px;
}

.property-single-footer .psf__buttons a:last-child i {
  margin-left: 5px;
}

.offer-type {
  width: 100px;
  height: 100px;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  border: 1px solid #aeb4b6;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}

@media screen and (min-width: 992px) {
  .offer-type {
    width: 120px;
    height: 120px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.offer-type__icon,
.offer-type__name {
  color: #242526;
  transition: color 0.35s ease;
}

.offer-type__icon {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .offer-type__icon {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  .offer-type__icon {
    font-size: 2.25rem;
  }
}

.offer-type__name {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .offer-type__name {
    font-size: 0.875rem;
  }
}

.offer-type.active,
.offer-type:hover {
  background-color: rgba(33, 54, 75, 0.85);
  border-color: rgba(33, 54, 75, 0.85);
}

.offer-type.active .offer-type__icon,
.offer-type.active .offer-type__name,
.offer-type:hover .offer-type__icon,
.offer-type:hover .offer-type__name {
  color: #fff;
}

.property-imgs-wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.property-imgs-wrapper .property-thumb-imgs {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.offer-description,
.offer-location,
.offer-details .details-info {
  border-radius: 5px;
}

/* Offer Application */

.offer-application-detail {
  clear: both;
  border-top: 1px solid #dfe0e5;
  padding-top: 1.5rem;
}

.application-message__info {
  flex: 1;
  border: 1px solid #dfe0e5;
  border-radius: 5px;
  padding: 0.75rem 1rem;
}

.application-message__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.offer-application-page .section-application {
  padding: 5rem 0;
}

.offer-application-page .application__offer {
  min-height: unset !important;
}

.offer-application-page .application__offer .card-body {
  padding-bottom: 20px !important;
}

.offer-application-page .application__offer .card-body p.card-text {
  font-size: 13px;
  color: #242526;
}

.offer-application-page .application__offer__meta li {
  border-right: 1px solid #ddd !important;
  padding: 0px 17px 0px 17px !important;
}

.offer-application-page .application__offer__meta li:first-child {
  padding-left: 0 !important;
}

.offer-application-page .application__offer__meta li:last-child {
  border-right: 0 !important;
}

.offer-application-page .application__side-box {
  border: 1px solid #dfe0e5;
  border-radius: 5px;
  padding: 16px 20px;
}

.offer-application-page .application__contact .contct-nf > h4,
.offer-application-page .application__contact .contct-nf h4 > a {
  font-weight: 300;
  color: #242526;
}

.offer-application-page .application__messages__title {
  font-size: 1.125rem;
  color: #fff;
  background-color: #21364b;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0.75rem 1rem;
  border: 1px solid #21364b;
}

.offer-application-page .application__messages__title i {
  font-size: 1.25rem;
}

.offer-application-page .application__messages__items {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dfe0e5;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.015);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.offer-application-page .application__messages__item__name {
  color: #21364b;
}

.offer-application-page .application__messages__item__info {
  flex: 1;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  background-color: #fff;
}

.offer-application-page .application__messages__item__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.offer-application-page .application__messages__item__content {
  color: #242526;
}

.offer-application-page .btn-send-message {
  width: auto;
  min-width: 100px;
}

.section-my-requests__title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-my-requests .list-applications {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #dedede;
}

.section-my-requests .list_products .card {
  min-height: 400px;
}

.offer-verified-status {
  color: #fff;
  text-transform: capitalize;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 14px;
}

.offer-verified-status--pending {
  background-color: #21364b;
}

.offer-verified-status--rejected {
  background-color: #dc3545;
}

.offer-verified-status--approved {
  background-color: #34b451;
}

.offer-rejected-reason {
  color: #fff;
  background-color: #dc3545;
  padding: 1rem 1.25rem;
  border-radius: 5px;
  font-size: 14px;
}

.my-offers-filter .verified-status-filter label {
  font-weight: 500;
  color: #242526;
}

.my-offers-filter .verified-status-filter .form-field {
  width: 120px;
}

.my-offers-filter .verified-status-filter .form-field select {
  padding-left: 12px;
  padding-right: 12px;
  height: calc(2.25rem + 2px);
}

.my-offers-page .btn-new-offer {
  width: auto;
  min-width: 150px;
}

.my-invitations-page .form-group,
.my-invitations-page .form-field {
  float: none;
}

.my-invitations-page .form-group {
  padding: 0;
}

.invitation-item + .invitation-item {
  border-top: 1px solid #ddd;
}

.invitation-item__icon {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  background-color: #21364b;
  border-radius: 50%;
}

.invitation-item__receiver__email {
  color: #21364b;
}

.section-my-contacts {
  padding: 60px 0 80px;
}

.contact-item + .contact-item {
  border-top: 1px solid #ddd;
}

.contact-item__avatar {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.contact-item__name {
  color: #242526;
  font-size: 1.125rem;
}

.contact-item__email,
.contact-item__phone {
  color: #21364b;
}

.contact-item__email i,
.contact-item__phone i {
  font-size: 20px;
  position: relative;
  top: -1px;
}

.contact-new-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.contact-new-avatar .upload-contact-avatar-btn label {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.contact-new-avatar .upload-contact-avatar-btn label:hover {
  border-color: #21364b;
  color: #ffffff;
  background-color: #21364b;
}

.section-my-groups {
  padding: 60px 0 80px;
}

.group-item + .group-item {
  border-top: 1px solid #ddd;
}

.group-item__name {
  color: #242526;
  font-size: 1.25rem;
}

.group-contact {
  position: relative;
}

.group-contact + .group-contact {
  border-top: 1px solid #ddd;
}

.group-contact__select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  transition: background-color 0.25s ease;
}

.group-contact__select:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.group-contact__icon {
  font-size: 20px;
  font-weight: 700;
  color: #21364b;
}

.group-contact__status {
  font-size: 0.75rem;
  font-weight: 500;
  color: #21364b;
}

.group-contact__avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.group-contact__name {
  color: #242526;
  font-size: 0.875rem;
}

.group-contact__email,
.group-contact__phone {
  font-size: 0.75rem;
  color: #21364b;
}

.group-contact__email i,
.group-contact__phone i {
  font-size: 16px;
  position: relative;
  top: -1px;
}

.group-item__status {
  font-weight: 700;
  color: #21364b;
}

.group-item__accept {
  color: #28a745;
  border-color: #28a745;
}

.group-item__accept:hover {
  background-color: #28a745;
}

.group-item__refuse,
.group-item__leave {
  color: #dc3545;
  border-color: #dc3545;
}

.group-item__refuse:hover,
.group-item__leave:hover {
  background-color: #dc3545;
}

.modal-edit-group .modal-body {
  overflow: hidden;
}

.modal-edit-group .modal-edit-group__main,
.modal-edit-group .modal-edit-group__add-contacts {
  transition: transform 0.25s ease;
}

.modal-edit-group.add-contact-active .modal-edit-group__main {
  transform: translateX(calc(-100% - 30px));
}

.profile-avatar {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.modal-delete-account .modal-body {
  color: #242526;
}

.modal-delete-account .modal-body .step-one {
  padding-bottom: 2rem;
}

.modal-delete-account .modal-body .step-two {
  padding-bottom: 0;
}

.modal-delete-account .modal-body p,
.modal-delete-account .modal-body span,
.modal-delete-account .modal-body li {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.modal-delete-account .modal-body ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1em;
}

.modal-delete-account .modal-body ol li {
  list-style: auto;
  line-height: 1.75;
}

.modal-delete-account .modal-body .form-field-agree-delete-account {
  margin-top: 1rem;
}

.modal-delete-account .modal-body .form-field-agree-delete-account .input-field > label small {
  color: #242526;
  font-size: 13px;
}

