/**
 * Property Manager frontend styles.
 * Shared stylesheet for all Property Manager frontend features.
 */

.pm-login-card {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #e2e5e9;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.pm-login-heading {
  margin-bottom: 24px;
}

.pm-login-heading h2,
.pm-login-card--logged-in h2 {
  margin: 0 0 8px;
}

.pm-login-heading p {
  margin: 0;
  color: #646970;
}

.pm-login-error {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid #d63638;
  background: #fcf0f1;
  color: #3c434a;
}

.pm-login-field {
  margin: 0 0 18px;
}

.pm-login-field label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
}

.pm-login-field input[type="text"],
.pm-login-field input[type="email"],
.pm-login-field input[type="password"] {
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #8c8f94;
  border-radius: 6px;
  box-sizing: border-box;
  font: inherit;
}

.pm-login-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.pm-login-remember {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pm-login-submit {
  margin: 0;
}

.pm-login-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 10px 20px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #32485b !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}

.pm-login-button:hover,
.pm-login-button:focus {
  background: #3e5365 !important;
  color: #fff !important;
}
.pm-login-card a.wpt-sign-text {
    display: block;
    margin-top: 10px;
    color: #000 !important;
    text-decoration: underline;
}
/* Profile */
.wpt-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.wpt-profile-wrap {
  width: 100%;
}

.wpt-profile-wrap .wpt-profile-nav,
.wpt-profile-wrap .wpt-profile-nav .wpt-profile-nav-wrap {
  width: 100%;
}

.wpt-profile-wrap .wpt-profile-nav .wpt-profile-nav-wrap {
  padding: 20px;
  background: #f6f7f9;
  box-sizing: border-box;
}

.wpt-profile-wrap .wpt-profile-nav .wpt-profile-nav-wrap .wpt-profile-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.wpt-profile-wrap
  .wpt-profile-nav
  .wpt-profile-nav-wrap
  .wpt-profile-nav-list
  li
  .wpt-nav-btn {
  padding: 0;
  border: none;
  background: transparent;
  color: #5a5b5c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.wpt-profile-wrap
  .wpt-profile-nav
  .wpt-profile-nav-wrap
  .wpt-profile-nav-list
  li
  .wpt-nav-btn:hover,
.wpt-profile-wrap
  .wpt-profile-nav
  .wpt-profile-nav-wrap
  .wpt-profile-nav-list
  li
  .wpt-nav-btn:focus,
.wpt-profile-wrap
  .wpt-profile-nav
  .wpt-profile-nav-wrap
  .wpt-profile-nav-list
  li
  .wpt-tab-active {
  color: #000;
}

.wpt-profile-content {
  padding: 80px 0;
  display: none;
}

.wpt-profile-content.wpt-pfr-active {
  display: block;
}

.wpt-profile-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 10px;
  color: #000;
}

.wpt-profile-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #19212ab3;
}

.wpt-profile-content .wpt-pfr-card-wrap {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.wpt-profile-content .wpt-pfr-card-wrap .wpt-pfr-card {
  width: 33.33%;
  background-color: #fff;
  border: 1px solid #e9e5e6;
  border-radius: 10px;
  box-shadow:
    0 1px 2px rgba(31, 41, 55, 0.04),
    0 6px 20px -12px rgba(31, 41, 55, 0.1);
  padding: 20px;
  box-sizing: border-box;
}

.wpt-profile-content .wpt-pfr-card-wrap .wpt-pfr-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #19212a99;
  margin: 0;
}

.wpt-profile-content .wpt-pfr-card-wrap .wpt-pfr-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #19212a;
  margin: 0;
}

.wpt-profile-content .wpt-pfr-card-wrap .wpt-pfr-card p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #19212a99;
  margin: 0;
}

.wpt-add-listing-wrap .wpt-content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 40px;
}

.wpt-add-listing-wrap .wpt-content-top h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #19212a;
  margin: 0;
}

.wpt-add-listing-wrap .add-btn {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  background: #32485b;
  border-radius: 6px;
}

.wpt-add-listing-wrap .add-btn:hover,
.wpt-add-listing-wrap .add-btn:focus {
  background: #3e5365;
  color: #fff;
}

.wpt-add-listing-wrap .add-btn.wpt-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.listing-table {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}

.listing-table .listing-list-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-table .listing-list-wrap li {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.listing-table .listing-list-wrap li:last-child {
  border-bottom: 0;
}

.listing-table .listing-list-wrap li h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #19212a;
  margin: 0 0 3px;
}

.wpt-listing-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.wpt-listing-status {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f0f2f4;
  color: #5a5b5c;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.listing-table .listing-list-wrap li .list-act-btns {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.listing-table .listing-list-wrap li .list-act-btns a,
.wpt-list-action-button {
  text-decoration: none;
  display: inline-block;
  color: #19212a99;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.wpt-list-action-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.listing-table .listing-list-wrap li .list-act-btns a:hover,
.listing-table .listing-list-wrap li .list-act-btns a:focus,
.wpt-list-action-button:hover,
.wpt-list-action-button:focus {
  color: #000;
}
button.delete.wpt-list-action-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #19212a99;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
button.delete.wpt-list-action-button:hover {
  color: #000;
}

.wpt-inline-delete-form {
  margin: 0;
}

.not-found {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
}

.not-found.wpt-not-found-visible {
  display: flex;
}

.not-found h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #19212a;
  margin: 0 0 15px;
}

.not-found p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 30px;
}

.wpt-profile .wpt-prf-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.wpt-profile .wpt-prf-info .wpt-profile-avater {
  width: 120px;
  flex: 0 0 120px;
}

.avater {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: #f2f3f5;
}

.avater img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.wpt-profile .wpt-prf-info .wpt-profile-cont {
  width: calc(100% - 140px);
}

.wpt-profile .wpt-prf-info .wpt-profile-cont h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #19212a;
  margin: 0 0 3px;
}

.wpt-profile .wpt-prf-info .wpt-profile-cont h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #19212a99;
  margin: 0 0 3px;
}

.wpt-profile .wpt-profile-form {
  margin-top: 30px;
  margin-bottom: 40px;
}

.wpt-profile .wpt-profile-form:last-child {
  margin-bottom: 0;
}

.wpt-profile-form {
  display: flex;
  flex-wrap: wrap;
}

.wpt-form-group {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.wpt-full-w {
  width: 100%;
}

.wpt-form-control {
  width: 100%;
  padding: 12px 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-sizing: border-box;
}

input.wpt-submit-btn {
  padding: 15px 30px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  background: #32485b;
  border-radius: 6px;
  border: none;
  outline: 0;
  cursor: pointer;
}

input.wpt-submit-btn:hover,
input.wpt-submit-btn:focus {
  background: #3e5365;
}

.upload {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  background: #dd684e;
  border-radius: 6px;
  border: none;
  outline: 0;
  margin-top: 20px;
  cursor: pointer;
}

.upload:hover,
.upload:focus {
  background: #d2634a;
  color: #fff;
}

.wpt-avatar-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wpt-profile-notice {
  max-width: 1140px;
  margin: 20px auto 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.wpt-profile-notice--success {
  background: #edf7ed;
  color: #1e4620;
  border: 1px solid #c8e6c9;
}

.wpt-profile-notice--error {
  background: #fff1f0;
  color: #8a1f17;
  border: 1px solid #ffc9c4;
}

.wpt-profile-login-required {
  max-width: 1140px;
  margin: 40px auto;
}

@media (max-width: 900px) {
  .wpt-container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .wpt-profile-content .wpt-pfr-card-wrap {
    flex-wrap: wrap;
  }

  .wpt-profile-content .wpt-pfr-card-wrap .wpt-pfr-card {
    width: calc(50% - 10px);
  }
}

@media (max-width: 640px) {
  .wpt-profile-content {
    padding: 50px 0;
  }

  .wpt-profile-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .wpt-profile-content .wpt-pfr-card-wrap .wpt-pfr-card,
  .wpt-form-group,
  .wpt-profile-form .wpt-full-w {
    width: 100%;
    margin-right: 0;
  }

  .wpt-add-listing-wrap .wpt-content-top,
  .wpt-profile .wpt-prf-info {
    align-items: flex-start;
    flex-direction: column;
  }

  .wpt-profile .wpt-prf-info .wpt-profile-cont {
    width: 100%;
  }

  .wpt-listing-title-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* Basic care-home search. */
form.wpt-basic-searc {
  display: flex;
  flex-wrap: wrap;
}
.wpt-basic-searc .wpt-form-group {
  margin-right: 0;
}
.wpt-basic-searc .wpt-form-group:last-child {
  margin-bottom: 0;
}
.wpt-basic-searc .wpt-form-control {
  width: 100%;
  padding: 15px 20px;
  border: none;
  outline: 0;
  border-radius: 6px;
}
.wpt-basic-searc .wpt-submit-btn {
  width: 100%;
  border-radius: 30px;
}

/* Advanced care-home search. */
.wpt-search-directory {
  width: 100%;
}

.wpt-advance-search-form {
  width: 100%;
  margin-bottom: 30px;
}

.wpt-advance-search {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.wpt-sr-form-group label {
  display: block;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #19212a;
}

.wpt-sr-form-group .wpt-form-control {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}

.wpt-listing-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 30px;
  align-items: start;
}

.wpt-listing-grid-wrap {
  min-width: 0;
}

.wpt-listing-results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wpt-listng-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  background: #fff;
  border: 1px solid #e9e5e6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(25, 33, 42, 0.04),
    0 6px 20px -12px rgba(25, 33, 42, 0.12);
	position: relative;
}

.wpt-thumbnail {
  min-height: 220px;
  background: #f4f5f6;
}

.wpt-thumbnail a,
.wpt-thumbnail img {
  display: block;
  width: 100%;
  height: 100% !important;
}

.wpt-thumbnail img {
  object-fit: cover;
}

.wpt-thumbnail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 20px;
  color: #19212a80;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: center;
}

.wpt-listing-content {
  padding: 22px;
}

.wpt-listing-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 14px;
}

.wpt-listing-header > a:first-child {
  text-decoration: none;
}
.wpt-search-directory .wpt-listing-header > a:first-child{
	width: 65%;
}

.wpt-listing-header h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #19212a;
}

.wpt-claim-btn {
  flex: 0 0 auto !important;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #dd684e !important;
}

.wpt-claim-btn{
	position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 20px !important;
    border: 0 !important;
    border-radius: 30px !important;
    background: #32485b !important;
    color: #fff !important;
    cursor: pointer !important;
}
.wpt-search-directory .wpt-claim-btn{
	right: 15px;
	top: 11%;
}

.wpt-claim-btn:hover,
.wpt-claim-btn:focus {
  color: #fff !important;
  background: #dd684e !important;
}

.wpt-listing-content > p {
  margin: 16px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #19212ab3;
}

.wpt-listing-meta,
.listing-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpt-listing-meta li,
.listing-footer li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #19212a99;
}

.wpt-listing-meta .icon,
.listing-footer .icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
}

.wpt-listing-meta svg,
.listing-footer svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.listing-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
}

.listing-footer > a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #32485b;
}

.wpt-load-more {
  margin-top: 25px;
  text-align: center;
}

.wpt-load-more[hidden] {
  display: none;
}

.wpt-load-btn {
  padding: 13px 28px !important;
  border: 0 !important;
  border-radius: 30px !important;
  background: #32485b !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
}

.wpt-load-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.wpt-map {
  position: sticky;
  top: 30px;
  width: 100%;
  height: 620px;
  min-height: 420px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f5f6;
}

.wpt-search-not-found {
  padding: 40px 25px;
  border: 1px solid #e9e5e6;
  border-radius: 10px;
  text-align: center;
}

.wpt-search-not-found h3 {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #19212a;
}

.wpt-search-not-found p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #19212a99;
}

.wpt-search-loading .wpt-listing-results,
.wpt-search-loading .wpt-map {
  opacity: 0.65;
}

@media (max-width: 1024px) {
  .wpt-advance-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wpt-listing-wrap {
    grid-template-columns: 1fr;
  }

  .wpt-map {
    position: relative;
    top: auto;
    height: 420px;
  }
}

@media (max-width: 767px) {
  .wpt-advance-search {
    grid-template-columns: 1fr;
  }

  .wpt-listng-item {
    grid-template-columns: 1fr;
  }

  .wpt-thumbnail {
    min-height: 200px;
  }

  .wpt-listing-header,
  .listing-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Standalone Listing grid shortcode. */
.wpt-standalone-listing-grid {
  width: 100%;
}

.wpt-standalone-listing-grid .wpt-listing-wrap {
  display: block;
}

.wpt-standalone-listing-grid .wpt-listing-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wpt-standalone-listing-grid .wpt-listng-item {
  display: block;
  min-width: 0;
}

.wpt-standalone-listing-grid .wpt-thumbnail {
  height: 240px;
  min-height: 240px;
}

.wpt-standalone-listing-grid .wpt-thumbnail a {
  height: 100%;
}

.wpt-standalone-listing-grid .wpt-listing-content {
  padding: 22px;
}

.wpt-standalone-listing-grid .wpt-listing-header {
  flex-wrap: wrap;
}
.wpt-claim-form {
  margin: 0;
  flex: 0 0 auto;
}
.wpt-standalone-listing-grid .wpt-claim-form {
  margin: 0;
  flex: 0 0 auto;
}

.wpt-search-directory .wpt-claim-form .wpt-claim-btn {
  padding: 10px 20px;
  border: 0;
  border-radius: 30px;
  background: #32485b;
  color: #fff !important;
  cursor: pointer !important;
	right: 15px;
	top: 11%;
}

.wpt-claim-form .wpt-claim-btn:hover,
.wpt-claim-form .wpt-claim-btn:focus {
  color: #fff !important;
  background: #dd684e !important;
}

.wpt-claim-status {
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #19212a80;
}

.wpt-claim-notice {
  margin-bottom: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.wpt-claim-notice--success {
  background: #edf7ed;
  border: 1px solid #c8e6c9;
  color: #1e4620;
}

.wpt-claim-notice--error {
  background: #fff1f0;
  border: 1px solid #ffc9c4;
  color: #8a1f17;
}

.wpt-standalone-listing-grid .wpt-search-not-found {
  grid-column: 1 / -1;
}

@media (max-width: 1024px) {
  .wpt-standalone-listing-grid .wpt-listing-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wpt-standalone-listing-grid .wpt-listing-results {
    grid-template-columns: 1fr;
  }

  .wpt-standalone-listing-grid .wpt-thumbnail {
    height: 220px;
    min-height: 220px;
  }
}
