html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-weight: 300;
}

body {
  font-family: Roboto, sans-serif;
  position: relative;
  height: 100dvh;
}

header {
  height: 3.75em;
  background-color: #fff;
  padding-top: 0.78125em;
  padding-bottom: 0.78125em;
  width: 100%;
  z-index: 99;
  position: relative;
}
header .free-ad-btn {
  width: 180px;
  height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
header .free-ad-btn:hover, header .free-ad-btn:active, header .free-ad-btn:focus {
  text-decoration: none;
  color: #fff;
}
header.shadow {
  position: fixed;
  top: 0;
}

#homebanner {
  margin-bottom: -4%;
}

.homepage-section {
  padding-top: 2em;
  padding-bottom: 2em;
}
.homepage-section .homepage-section-title {
  margin-bottom: 0.5em;
}

.burgerbar {
  float: left;
  margin-top: 0.2em;
  color: #575656;
  font-size: 1.25em;
}
.burgerbar:focus, .burgerbar:active, .burgerbar:visited {
  color: #575656;
}

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 102;
}

.sidebar {
  background-color: #fff;
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 103;
  max-width: 400px;
  padding: 1em;
  transition: transform ease-in 0.2s;
  transform: translate3d(-100%, 0, 0);
}
.sidebar .close-menu {
  font-size: 1.25em;
  color: #575656;
}
.sidebar .login-btn {
  color: #575656;
  text-decoration: none;
}

.sidebar-ul {
  list-style: none;
  padding: 0;
}
.sidebar-ul li a {
  display: block;
  padding: 1em;
  color: #575656;
  text-decoration: none;
}

.show-menu .sidebar-overlay {
  display: block;
}
.show-menu .sidebar {
  transform: translate3d(0, 0, 0);
}

.sidebar-area {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  display: none;
}
.sidebar-area.show {
  display: block;
}
.sidebar-area.show .sidebar {
  transform: translate3d(0, 0, 0);
}

.static-content .bordered {
  border: 1px solid #27a94c;
  border-radius: 5px;
}

.header-ul {
  list-style: none;
  font-size: 0.9375em;
  display: inline-block;
  padding: 0;
}
.header-ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.4em;
}
.header-ul li a {
  color: #575656;
  text-decoration: none;
  display: block;
}

.footer-ul {
  list-style: none;
  font-size: 0.9375em;
  display: inline-block;
  padding: 0;
}
.footer-ul li {
  display: inline-block;
  vertical-align: imddle;
  text-align: center;
}
.footer-ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0.1em 1em;
}
.footer-ul:not(.cancel-after) li:after {
  content: "|";
  display: inline-block;
}
.footer-ul:not(.cancel-after) li:first-child a {
  padding-left: 0;
}
.footer-ul:not(.cancel-after) li:last-child:after {
  content: "";
}
.footer-ul.small-gap li a {
  padding: 0.1em 0.875em 0.1em 0;
}

.label-new {
  font-size: 50%;
  background: #de1300;
  padding: 2px 8px;
  vertical-align: middle;
  text-transform: uppercase;
}

.search-bar {
  width: 95%;
  max-width: 64em;
  padding: 1em 1.5625em;
  background-color: rgba(39, 169, 76, 0.9);
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 1.25em;
}
.search-bar .nav-tabs {
  border-color: #575656;
}
.search-bar .nav-tabs .nav-item {
  font-size: 18px;
  font-weight: 400;
}
.search-bar .nav-tabs .nav-item .nav-link {
  width: 10.375em;
  text-align: center;
  color: #fff;
  border: none;
}
.search-bar .nav-tabs .nav-item .nav-link.active {
  background-color: #006325;
}
.search-bar .search-select {
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  padding: 1px 3px;
  background-size: 0.625em;
  font-size: 80%;
  display: inline-block;
}
.search-bar .search-select option {
  color: #000;
}
.search-bar.mobile {
  margin-top: 10%;
  padding: 0.5em;
}
.search-bar.mobile .nav-tabs .nav-item {
  width: 33%;
}
.search-bar.mobile .nav-tabs .nav-item .nav-link {
  width: 100%;
  font-size: 0.6375em;
}

.search-bar.mobile .form-control, .search-bar.mobile .form-select {
  font-size: 0.85rem;
}

.property-tv-box {
  text-decoration: none;
  color: #000;
}
.property-tv-box .property-top {
  position: relative;
}
.property-tv-box .property-top .prop-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: hsl(200, 20%, 90%);
  width: 100%;
  height: 210px;
}
.property-tv-box .property-top .price-label {
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #fff;
  color: #000;
  font-size: 1.375em;
  padding: 0 0.3125em;
  letter-spacing: 0;
}
.property-tv-box .property-top .price-label .currency {
  font-size: 70%;
  font-weight: 400;
}
.property-tv-box .property-top .listing-type-label {
  position: absolute;
  left: 10px;
  top: 50px;
  font-weight: 400;
  padding: 0 0.75em;
  font-size: 75%;
  text-align: center;
  color: #fff;
}
.property-tv-box .property-top .listing-type-label.rent {
  background-color: red;
}
.property-tv-box .property-top .listing-type-label.sell {
  background-color: #3399ff;
}
.property-tv-box .property-btm {
  color: #636363;
  font-size: 0.9375em;
  font-weight: 400;
}

.property-ab-box {
  position: relative;
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: .5rem;
}

.property-ab-box .prop-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: hsl(200, 20%, 90%);
  width: 100%;
  height: 210px;
}
.property-ab-box .property-btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 3px;
  font-weight: 400;
}
.property-ab-box .property-btm img {
  vertical-align: top;
  margin-top: 3px;
}
.property-ab-box .property-btm .property-info {
  display: inline-block;
  font-size: 0.75em;
}
.property-ab-box .property-btm .price-label {
  color: #ffcc00;
  font-size: 1.375em;
  letter-spacing: 0;
  font-weight: 600;
  display: inline-block;
}
.property-ab-box .property-btm .price-label .currency {
  font-size: 70%;
  font-weight: 400;
}
.property-ab-box .property-btm .size-label {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  right: 0.625em;
  bottom: 0.625em;
}

#ab-choice {
  background-color: #f5f5f5;
}

.green-btn {
  background-color: #27a94c;
  color: #fff;
  border-radius: 5px;
  padding: 0.3125em 0.75em;
}
.green-btn.transparent {
  color: #27a94c;
  background-color: transparent;
  border: 1px solid #27a94c;
}

.blue-btn {
  background-color: #3399ff;
  color: #fff;
  border-radius: 5px;
  padding: 0.3125em 0.75em;
}
.blue-btn.transparent {
  color: #3399ff;
  background-color: transparent;
  border: 1px solid #3399ff;
}

.dark-green-btn {
  background-color: #006325;
  color: #fff;
  border-radius: 5px;
  padding: 0.3125em 0.75em;
}

.btn {
  position: relative;
}

.fb-btn {
  background-color: #4267B2;
  color: #fff;
  border-radius: 5px;
  padding: 0.3125em 0.75em;
}

.google-btn {
  background-color: #fff;
  color: #575656;
  border: 1px solid #575656;
  border-radius: 5px;
  padding: 0.3125em 0.75em;
}

.green-btn, .dark-green-btn, .google-btn, .fb-btn, .blue-btn {
  transition: ease-in 0.2s all;
}
.green-btn:hover, .green-btn:active, .dark-green-btn:hover, .dark-green-btn:active, .google-btn:hover, .google-btn:active, .fb-btn:hover, .fb-btn:active, .blue-btn:hover, .blue-btn:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
}
.green-btn:not(.google-btn):hover, .green-btn:not(.google-btn):active, .dark-green-btn:not(.google-btn):hover, .dark-green-btn:not(.google-btn):active, .google-btn:not(.google-btn):hover, .google-btn:not(.google-btn):active, .fb-btn:not(.google-btn):hover, .fb-btn:not(.google-btn):active, .blue-btn:not(.google-btn):hover, .blue-btn:not(.google-btn):active {
  color: #fff;
}

.green-btn.transparent:hover, .green-btn.transparent:active {
  color: #27a94c;
}

.green-text {
  color: #27a94c !important;
}

.gray-text {
  color: #575656 !important;
}

.blue-text {
  color: #3399ff !important;
}

.search-icon {
  position: absolute;
  right: 1em;
  top: 0.3125em;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.form-group {
  position: relative;
}
.form-group .input-endlabel {
  position: absolute;
  right: 20px;
  top: 42px;
  font-size: 80%;
  color: #878787;
}
.form-group .img-uploading, .form-group .upload-done, .form-group .upload-failed {
  display: none;
  position: absolute;
  right: 20px;
  top: 42px;
}

.form-select.transparent, .form-control.transparent {
  background-color: transparent;
  border: none;
}

.multiselect-native-select .btn-group {
  width: 100%;
  display: block;
}
.multiselect-native-select .btn-multi {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  width: 100%;
  text-align: left !important;
}
.multiselect-native-select .multiselect-container {
  width: 100%;
}

.view-more {
  color: #fff;
  background-color: #27a94c;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  padding: 12px;
}
.view-more.transparent {
  color: #27a94c;
  background-color: transparent;
  border: 1px solid #27a94c;
}

footer {
  background-color: #27a94c;
  color: #fff;
  padding-top: 2em;
}
footer .left-side {
  font-size: 0.75em;
}
footer .left-side p {
  text-align: justify;
}
footer .right-side {
  font-size: 0.9375em;
}

.separator {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.review-row {
  background-color: #f4f4f4;
  font-size: 0.875em;
  margin-bottom: 1em;
}

.reg-bg {
  background: url("../images/reg-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

.login-bg {
  background: url("../images/login-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

.popup-modal .modal-dialog {
  max-width: 800px;
}
.popup-modal .modal-dialog .modal-content {
  border-radius: 0;
  position: relative;
}
.popup-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup-modal .modal-dialog .modal-content .modal-body {
  min-height: 500px;
  padding: 0;
}
.popup-modal .modal-dialog .modal-content .modal-body.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.popup-modal .modal-dialog .modal-content .modal-body input, .popup-modal .modal-dialog .modal-content .modal-body .btn {
  font-size: 0.9375em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.popup-modal .modal-dialog .modal-content .modal-body .popup-content {
  padding: 2em 3em;
}
.popup-modal .modal-dialog .modal-content .modal-body .popup-content hr {
  margin-top: 0.8rem;
}
.popup-modal .modal-dialog .modal-content .modal-body .popup-content .tnc {
  font-size: 0.8125em;
  color: #575656;
}
.popup-modal .modal-dialog .modal-content .modal-body .popup-content .subtext {
  font-size: 0.875em;
  color: #575656;
}

.popup-social-icon {
  width: 1.5em;
  height: 1.5em;
  left: 20px;
  top: 7px;
  position: absolute;
}

.profile-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.account-base {
  background-color: #ebebeb;
}

.profile-top {
  position: relative;
  padding: 2em 0;
}
.profile-top .profile-image-wrapper, .profile-top .profile-info {
  display: inline-block;
}
.profile-top .profile-image-wrapper {
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  height: 9.375em;
  width: 9.375em;
}
.profile-top .profile-image-wrapper img {
  width: 100%;
}
.profile-top .profile-info {
  padding-top: 1.4em;
  margin-left: 1.5em;
  color: #575656;
  font-size: 0.875em;
}
.profile-top .profile-info p {
  margin-bottom: 0.5em;
}

.account-links {
  margin-top: 1em;
  width: 100%;
  overflow: auto;
}
.account-links .account-ul {
  list-style: none;
  font-size: 0.9375em;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  margin: 0;
}
.account-links .account-ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.account-links .account-ul li a {
  color: #575656;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0.5em 2em;
}
.account-links .account-ul li a.active, .account-links .account-ul li a:hover, .account-links .account-ul li a:active {
  color: #27a94c;
  border-bottom: 3px solid #27a94c;
}

.account-content {
  background-color: #fff;
  padding: 3em 2em;
}

.form-label {
  font-weight: 400;
}

.form-label.required:after {
  content: " *";
  color: red;
}

.feedback {
  display: none;
}
.feedback.invalid-feedback, .feedback.success-feedback {
  display: block !important;
}

.w-160 {
  width: 10em;
}

.w-24 {
  width: 1.5em;
}

.w-18 {
  width: 1.5em;
}

.dashboard-box {
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.dashboard-box.long {
  padding: 1em 1.5em;
}
.dashboard-box.long .box-left, .dashboard-box.long .statistic-number {
  display: inline-block;
}
.dashboard-box.long .statistic-number {
  float: right;
}
.dashboard-box.square {
  text-align: center;
  padding: 2.375em;
}
.dashboard-box.square > * {
  display: block;
  margin: 0 auto 1em;
}
.dashboard-box .statistic-number {
  font-size: 3.125em;
  margin: 0 auto;
}
.dashboard-box.blue .statistic-number {
  color: #3d98d4;
}
.dashboard-box.red .statistic-number {
  color: #d63146;
}
.dashboard-box.green .statistic-number {
  color: #27a94c;
}
.dashboard-box.white .statistic-number {
  color: #999999;
}

#toast-container {
  top: 65px;
}

.pull-right {
  float: right;
}

.border-sep {
  border-bottom: 1px solid #ddd;
}

.property-cats {
  width: 100%;
  overflow: auto;
}
.property-cats .property-ul {
  list-style: none;
  font-size: 0.9375em;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  margin: 0;
}
.property-cats .property-ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.property-cats .property-ul li a {
  color: #575656;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0.7em 1.5em;
}
.property-cats .property-ul li a.active, .property-cats .property-ul li a:hover, .property-cats .property-ul li a:active {
  color: #27a94c;
}

.property-list .property-row {
  border-bottom: 1px solid #ddd;
  color: #878787;
  font-size: 0.875em;
}
.property-list .property-row:hover {
  background-color: #fafafa;
}
.property-list .property-row .info-img {
  width: 250px;
  height: 154px;
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: hsl(200, 20%, 90%);
}
.property-list .property-row .property-info p {
  margin-bottom: 0.3em;
}
.property-list .property-row .property-info a {
  text-decoration: none;
}
.property-list .property-row .property-info .rent {
  color: red;
}
.property-list .property-row .property-info .sell {
  color: #3399ff;
}
.property-list .property-row .property-subinfo {
  color: #777;
}
.property-list .property-row .info-ul {
  list-style: none;
  padding: 0;
}
.property-list .property-row .info-ul li {
  display: inline-block;
  padding-right: 0.5em;
}
.property-list .property-row .info-ul li:after {
  content: "|";
  display: inline-block;
  padding-left: 0.5em;
}
.property-list .property-row .info-ul li:last-child:after {
  content: "";
}

.accordion-button:not(.collapsed) {
  color: #27a94c;
  background-color: rgba(39, 169, 76, 0.15);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2327a94c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  border-color: #27a94c;
  box-shadow: 0 0 0 0.25rem rgba(39, 169, 76, 0.25);
}

.form-well {
  padding: 1.2em;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
}

.stepper, .stepper-mobile {
  list-style: none;
  padding: 0;
}
.stepper .step, .stepper-mobile .step {
  display: inline-block;
  border: 1px solid #27a94c;
  border-radius: 50%;
  color: #27a94c;
  width: 1.75em;
  height: 1.75em;
  font-size: 1.2em;
  padding: 0.1em;
  text-align: center;
  margin-right: 0.2em;
}
.stepper .step.danger, .stepper-mobile .step.danger {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.stepper li, .stepper-mobile li {
  padding: 0;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-right: 0.5em;
  cursor: pointer;
}
.stepper li.active .step, .stepper-mobile li.active .step {
  color: #fff;
  background-color: #27a94c;
}

.stepper-mobile li span {
  display: none;
  font-size: 80%;
}
.stepper-mobile li.active span {
  display: inline;
}

.property-img {
  margin: 0.2em;
  display: inline-block;
}
.property-img > div {
  width: 200px;
  height: 150px;
  background-size: cover;
}

.detail-content {
  background-color: #fafafa;
  padding: 1em 0;
}
.detail-content .ab-breadcrumb {
  list-style: none;
  color: #27a94c;
  padding: 0;
}
.detail-content .ab-breadcrumb li {
  display: inline-block;
}
.detail-content .ab-breadcrumb li a {
  color: #27a94c;
  text-decoration: none;
  display: inline-block;
  padding-right: 0.3em;
}
.detail-content .ab-breadcrumb li:not(:last-child):after {
  content: ">";
  padding-right: 0.3em;
}
.detail-content .detail-img {
  background-size: contain;
  background-color:  hsl(200, 20%, 90%);
  background-position: center;
  background-repeat: no-repeat;
  height: 15em;
  width: 100%;
}
.detail-content .detail-info {
  background-color: #27a94c;
  border-radius: 5px;
  padding: 1.5em 0;
  color: #fff;
  font-weight: 300;
  font-size: 0.875em;
}
.detail-content .detail-info i {
  font-size: 1.5em;
}
.detail-content .detail-description {
  font-weight: 300;
}
.detail-content .detail-description .nav-link {
  color: #575656;
  border: none;
}
.detail-content .detail-description .nav-tabs .nav-link:focus, .detail-content .detail-description .nav-tabs .nav-link:hover {
  border: none;
  background-color: transparent;
  color: #27a94c;
  border-bottom: 3px solid #27a94c;
}
.detail-content .detail-description .nav-tabs .nav-item.show .nav-link, .detail-content .detail-description .nav-tabs .nav-link.active {
  border: none;
  background-color: transparent;
  color: #27a94c;
  border-bottom: 3px solid #27a94c;
}
.detail-content .detail-description .tab-pane {
  padding: 1em;
}
.detail-content .detail-description .specification-title {
  font-weight: 400;
  background-color: #eee;
  padding: 0.5em;
}
.detail-content .detail-description .specification-row {
  background-color: #f5f5f5;
  padding: 0.5em;
  font-size: 0.8125em;
}
.detail-content .detail-description .specification-row:nth-child(even) {
  background-color: #fff;
}
.detail-content .detail-side {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1em 1.5em;
}
.detail-content .detail-side .detail-side-header {
  margin: -1em -1.5em 1em;
  background-color: #006325;
  color: #fff;
  padding: 0.5em 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1em;
}
.detail-content .detail-side .advertiser-img {
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.detail-content .detail-side .advertiser-img .badge {
  position: absolute;
  top: 1em;
  left: -0.3em;
}
.detail-content .detail-side .advertiser-img .badge.agent {
  background-color: red;
}
.detail-content .detail-side .advertiser-img .badge.owner {
  background-color: #3399ff;
}
.detail-content .detail-side .advertiser-img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.detail-content .detail-side .subinfo {
  font-size: 75%;
  color: #777;
  display: block;
  line-height: 1.3;
}
.detail-content .detail-side .report-ad {
  cursor: pointer;
  font-size: 0.75em;
  text-transform: uppercase;
}
.detail-content .detail-side .detail-btn {
  position: relative;
}
.detail-content .detail-side .detail-btn i {
  position: absolute;
  top: 9px;
  left: 1em;
}
.detail-content .detail-side label {
  font-weight: 400;
  margin-bottom: 0.1em;
}
.detail-content .detail-side .interest-btn.active {
  background-color: #27a94c;
  color: #fff;
}
.detail-content .detail-side .unit {
  font-size: 75%;
}

.form-select, .form-control {
  font-weight: 300;
}

.sticky-search-bar {
  width: 100%;
}
.sticky-search-bar .search-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 40px;
}
.sticky-search-bar .search-ul.mobile .fullbar {
  width: 100%;
  height: 100%;
}
.sticky-search-bar .search-ul.mobile .fullbar a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 1em;
  text-decoration: none;
  color: #575656;
  font-size: 0.8125em;
  font-weight: 300;
}
.sticky-search-bar .search-ul .form-select, .sticky-search-bar .search-ul .form-control {
  height: 40px;
  color: #575656;
  font-weight: 300;
  font-size: 0.8125em;
}
.sticky-search-bar .search-ul li {
  display: inline-block;
  list-style: none;
}
.sticky-search-bar .search-ul li:not(:last-child) {
  border-right: 1px solid #ddd;
}

.sorry-text {
  padding: 7em 0;
}
.sorry-text.page-404 {
  padding: 12em 0;
}
.sorry-text i {
  font-size: 3.5em;
}
.sorry-text p {
  font-weight: 300;
}

.search-results {
  min-height: 700px;
}
.search-results .search-row {
  color: #575656;
  text-decoration: none;
  display: flex;
  font-weight: 300;
  font-size: 0.875em;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.search-results .search-row:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.search-results .search-row .row-left {
  width: 40%;
}
.search-results .search-row .row-left .search-img {
  position: relative;
}
.search-results .search-row .row-left .search-img .img-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: hsl(200, 20%, 80%);
  width: 100%;
  height: 142px;
}
.search-results .search-row .row-left .search-img .camera,
.statistics-box {
  position: absolute;
  padding: 0.2em 0.5em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  left: 5px;
  bottom: 5px;
  border-radius: 5px;
  font-size: 13px;
}

.statistics-box {
  left: auto;
  right: 5px;
  bottom: 5px;
}

.search-results .search-row .row-left .search-advert {
  background-color: #27a94c;
  color: #fff;
  padding: 0.3em 1em;
}
.search-results .search-row .row-left .search-advert .name {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.3;
  padding-top: 4px;
}
.search-results .search-row .row-right {
  width: 60%;
  padding: 0.5em 1.2em;
}
.search-results .search-row .row-right .location {
  display: block;
  line-height: 1.2;
}
.search-results .search-row .row-right .info-ul {
  list-style: none;
  padding: 0;
}
.search-results .search-row .row-right .info-ul li {
  display: inline-block;
  padding-right: 0.5em;
}
.search-results .search-row .row-right .info-ul li:after {
  content: "|";
  display: inline-block;
  padding-left: 0.5em;
}
.search-results .search-row .row-right .info-ul li:last-child:after {
  content: "";
}
.search-results .search-row .row-right .badge-info span {
  font-size: 0.75em;
  border: 1px solid #27a94c;
  color: #27a94c;
  display: inline-block;
  margin: 0.1em 0.2em;
  padding: 0.15em 0.6em;
  border-radius: 5px;
}
.search-results .search-row .subinfo {
  color: #777;
}

/** loading **/
.loading-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.loading-overlay .loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-overlay .loading-content h1 {
  display: inline-block;
  font-size: 3em;
  color: #fff;
  vertical-align: top;
}

.shine {
  background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
  color: #aaa;
  -webkit-background-size: 150px;
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

.search-like-box {
  position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    right: 5px;
    top: 5px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding-top: 0.25rem;
}

.property-stat {
  font-size:13px;
  color:#65676b;
}

.action-line a {
  display:block;
  padding: 0.2rem;
  color: #65676b;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
}

.action-line a:hover, .action-line a:active {
  background: #e4e6eb;
  text-decoration: none;
}

.action-line a.active {
  color: #27a94c
}

@-webkit-keyframes shine {
  0%, 10% {
    background-position: -1000px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 1000px;
  }
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  zoom: 0.7;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: lds-grid 1.2s linear infinite;
          animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}


.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
      background-color: hsl(200, 20%, 80%);
  }
  100% {
      background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}

.hide-half {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}

.hide-half::after {
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 20%;
  content: " ";
  display: block;
  position: absolute;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
}

.profile-img {
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.carousel.skeleton {
  height: 112px;
}

.coin-badge {
  color: #27a94c;
  background-color: transparent;
  border: 1px solid #27a94c;
  display: inline-block;
  margin: 2px;
  padding: 3px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}

.coin-badge:hover {
  color: #fff;
  background-color: #27a94c;
}

.coin-badge.skel {
  border-color: hsl(200, 20%, 90%);
}


.coin-badge .skeleton-text {
  margin: 0;
  display: inline-block;
}

.search-area {
  width: 95%;
  max-width: 64em;
  margin: 0 auto;
}

.quick-area {
  white-space: nowrap;
  overflow: auto;
}

.area-fulllist {
  border: 1px solid hsl(200, 20%, 90%);
}

.area-listbox {
  font-size: 14px;
  color: #636363;
  padding: 6px;
}

.area-listbox ul {
  padding: 0;
  list-style: none;
  column-gap: 15px;
  column-count: 2;
  font-size: 12px;
}

.area-listbox ul li.with-char strong {
  display: inline-block;
  width: 10px;
  margin-right: 10px;
  text-align: center;
}

.area-listbox ul li {
  padding-left: 22px;
}

.area-listbox ul li.with-char {
  padding-left: 0px;
}


.area-listbox a {
  text-decoration: none;
  color: #636363;
}

.area-listbox a:hover {
  text-decoration: underline;
  color: #27a94c;
}

.hide-all-area {
  font-size: 14px;
  background: hsl(200, 20%, 95%);
  padding: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.chatbox-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 99999;
}

.chat-box {
  max-width: 100%;
  bottom: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100vh;
  max-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  border: 1px solid #eee;

  pointer-events: initial;
  touch-action: initial;
}

.big-chat-box {
  max-width:100%;
}

.round-icon-wrapper {
  width:30px;
  height:30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}

.chat-box .chat-profile {
  width: 30px;
  height: 30px;
}

.chat-box .message-title {
  background-color: #006325;
  padding: 8px;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.chat-icons {
  display: flex;
  flex-direction: row;
}

.chat-icons i {
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding: 8px 10px;
  position: static;
  border-radius: 50%;
}

.chat-icons i.minimizer {
  display: none!important;
}

.chat-area {
  height: 90vh;
  background: #fafafa;
  display: flex;
  flex-direction: column-reverse;
  padding: 8px;
  overflow: auto;
}

.big-chat-box .chat-area {
  height: 58vh;
}

.pinned-area {
  border-bottom: 1px solid #eee;
}

.pinned-wrapper {
  padding: 8px 4px;
  background: #fff;
  display: flex;
  font-size: 12px;
  overflow: hidden;
  z-index: 3;
}

.pinned-img {
  width: 60px;
  height: 32px;
  display: block;
  background-size: contain;
  background-color: hsl(200, 20%, 90%);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.pinned-details {
  width: calc(100% - 60px - 30px);
  margin-left: 3px;
}

.pinned-details h6 {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px;
  white-space: nowrap;
}

.pinned-details a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  /* display: inline-block; */
  position: relative;
  display: block;
}

.close-pinned {
  font-size: 20px;
  color: #555;
  font-weight: 400;
  width: 30px;
  text-align: center;
  background: #fff;
  height: 100%;
  display: block;
}

.chat-message {
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  padding:8px
}

.message-body {
  font-size: 13px;
  text-align: left;
}

.message-text {
  padding: 8px;
  border-radius: 10px;
  max-width: 220px;
  background-color: #eee;
  color: #000;
  text-align: left;
  border-top-left-radius: 1px;
  white-space: pre-wrap;
}

.message-text a {
  color: #fff;
  word-wrap: break-word;
}

.big-chat-box .message-text {
  max-width: 220px;
}

.big-chat-box .message-text a {
  color: #000;
  word-wrap: break-word;
}

.chat-message.from-me {
  justify-content: flex-end;
}

.chat-message.from-me .message-body {
  text-align: right;
}

.chat-message.from-me .message-text { 
  background-color: #27a94c;
  color: #fff;
  border-top-right-radius: 1px;
  border-top-left-radius: 10px;
}



@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-message {
  display:flex;
  justify-content: center;
}

.message-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px;
  display: none;
}

.sending .message-loader {
  display: block;
}

.loader {
  border: 2px solid #bbb;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 2px solid #555;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.chat-box .input-area,
.big-chat-box .input-area {
  padding: 10px 4px;
  max-height: 200px;
}

.big-chat-box .input-area {
  max-height: 300px;
}


.chat-box [name="message"],
.big-chat-box [name="message"] {
  width: 100%;
  min-height: 30px;
  background: #f8f8f8;
  border: 1px solid #bbb;
  border-radius: 20px;
  overflow-y: auto;
  user-select: text;
  white-space: pre-wrap;
  word-break: break-word;
  flex-grow: 1;
  padding: 4px 10px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  outline: none;
}

.send-button {
  background: #27a94c;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  padding: 6px 6px;
  margin: 0 3px;
  color: #fff;
  flex-grow: 1;
  margin-top: auto;
  outline: none;
  border: none;
}

.chat-form {
  display:flex;
}

.unread-count {
  padding: 1px 8px;
  background-color: red;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}

[data-unread="0"] .unread-count {
  display: none;
}

.chat-box.minimized .chat-area,
.chat-box.minimized .input-area {
  display: none;
}

@media (min-width: 768px) {

  .detail-content .detail-img {
    height: 29.1875em;
  }

  .carousel.skeleton {
    height: 350px;
  }

  .quick-area {
    white-space: initial;
    overflow: auto;
  }

  .area-listbox ul {
    column-gap: 15px;
    column-count: 5;
    font-size: 14px;
  }

  .big-chat-box .message-text {
    max-width: 520px;
  }

  .chat-box {
    max-height: 400px;
    max-width: 300px;
    margin: 0 5px;
  }

  .chat-area {
    height: 300px;
  }

  .chat-icons i.minimizer {
    display: flex!important;
  }

}