/***************Tab-section*****************/
.container {
  max-width: 1270px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.tab-section {
  padding: 15px 0;
  background: #f9f9f9;
}

.property-left,
.property-right {
  min-height: 655px;
  background: #fff;
  box-shadow: 0 3px 16px #0000001a;
}

.property-left {
  width: 21%;
}

.property-logout button {
  font-size: 14px;
  font-weight: 500;
  color: #ff0000;
}

.property-logout button img {
  margin: 5px;
}

.property-tab {
  align-items: flex-start;
}

.property-user>img {
  width: 55px;
  height: 55px;
}

.property-info {
  width: 71%;
}

.property-info h6 {
  font-size: 14px;
  font-weight: 600;
}

.property-info p {
  font-size: 13px;
  color: #4a4a4a;
}

.property-left .nav .nav-link {
  font-size: 14px;
  height: 45px;
  color: #080b10;
  font-weight: 500;
  transition: 0.2s;
}

.property-left .nav .nav-link.active {
  background: #12a19a;
  color: #fff;
}

.property-left .nav .nav-link.active:hover {
  color: #fff;
}

.property-left .nav .nav-link:hover {
  color: #12a19a;
  transition: 0.2s;
}

.property-left .nav .nav-link span {
  justify-content: flex-start;
  gap: 10px;
}

.property-left .nav .nav-link span img {
  margin: 0 5px;
}

.property-left .nav .nav-link.active span img {
  filter: brightness(0) invert(1);
}

.property-right {
  width: 78%;
}

.property-head h4 {
  font-size: 22px;
  letter-spacing: -1px;
}

.property-head {
  border-bottom: 1px solid #eee;
}

.property-head-right {
  width: auto;
  gap: 10px;
}

a.res-filter {
  width: auto;
  border: 1px solid #d5d3d3;
  padding: 10px;
  border-radius: 25px;
  display: none;
}

.property-btn {
  border: 1px solid #12a19a;
  background: #12a19a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
}

/****property-filter*****/
.property-filter .full-search {
  box-shadow: none;
  padding: 10px 0;
  height: auto;
  gap: 10px;
}

.property-filter .full-search .search-box {
  width: auto;
  border: 1px solid #d5d3d3;
  padding: 10px;
  border-radius: 25px;
}

.property-filter .full-search .search-box .dropdown {
  width: 100%;
  border: none;
}

.property-filter .full-search .search-box .dropdown .dropdown-menu.show {
  top: 45px !important;
  left: -20px !important;
}

.property-filter .full-search .search-box .dropdown #more-filter+.dropdown-menu.show {
  left: -180px !important;
  top: 45px !important;
}

.property-filter .full-search .search-box .dropdown .dropdown-toggle {
  position: relative;
  padding: 0;
}

.property-filter .full-search .search-box .dropdown .dropdown-toggle::after {
  right: 0;
  top: -1px;
  margin: 0;
}

.property-filter .full-search .search-box .dropdown #sort+.dropdown-menu.show {
  left: -30px !important;
  width: auto !important;
}

.property-filter .full-search .search-box .dropdown #sort+.dropdown-menu.show li {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
}

/******manage-property********/
.manage-grp {
  gap: 10px;
  height: 370px;
  overflow: auto;
  padding-right: 10px;
  align-items: flex-start;
}

.manage-grp .listing-place {
  width: 32.5%;
  min-height: 345px;
}

.list-edit img {
  width: 12px !important;
}

.list-img-btn {
  width: auto;
  position: absolute;
  bottom: 5px;
  right: 5px;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}

.manage-grp .listing-info {
  position: relative;
}

.manage-grp .listing-info h6 {
  position: absolute;
  top: -26px;
  z-index: 10;
  font-size: 13px;
  background: #fff;
  left: 0;
  width: auto;
  padding: 5px 10px;
  border-radius: 0 8px 0 0;
}

.manage-grp .listing-info .place-list-info {
  margin: 5px 0;
  gap: 10px;
}

.status-view {
  background: transparent;
}

.status-view span,
.listing-img-head .which-home {
  display: block;
  height: 24px;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 25px;
  background: #fff;
  color: #fff;
}

.listing-img-head .which-home {
  color: #000;
  margin: 0;
}

.status-view span.active {
  background: #11c458;
}

.status-view span.inactive {
  background: #cf1333;
}

.status-view span.draft {
  background: #080b10;
}

.status-view span.unverified {
  background: #dfad25;
}

.status-view span.rent-out {
  background: #1296d1;
}

.status-box {
  margin: 10px 0 0 0;
  border-top: 1px solid #f2f2f2;
  padding-top: 5px;
  justify-content: center;
  gap: 5px;
}

.manage-grp .listing-info h5 {
  justify-content: flex-start;
  gap: 5px;
  height: 32px;
}

.search-box {
  border: 1px solid #eee;
  border-radius: 25px;
  padding: 5px;
}

.search-box #select-status {
  border: none;
  font-size: 12px;
  padding: 0;
  width: auto;
  font-weight: 600;
  height: 20px;
  background: transparent;
}

.manage-grp .listing-info h5 .search-box {
  width: 95px;
  background: #eee;
}

.book-ddd {
  background: transparent;
  color: #12a19a;
}

.status-box button {
  width: 48%;
  padding: 5px;
}

.search-box+.property-btn {
  width: 48%;
  font-size: 13px;
  padding: 10px;
}

.listing-place.search-place.tab-place {
  /* width: 32.5%; */
  width: 100%;
  min-height: 310px;
  cursor: pointer;
  padding: 10px;

}

#v-pills-enquiries .listing-place.search-place.tab-place,
#v-pills-favourite .listing-place.search-place.tab-place {
  min-height: auto;
}

.resume-btn button {
  width: 100%;
  background: transparent;
  color: #12a19a;
  border: 1px solid #12a19a;
}

.pending-btn button {
  width: 100%;
  background: #eee;
  border: 1px solid #eee;
  color: #080b10;
}

div#v-pills-enquiries .listing-grp {
  gap: 10px;
  height: 400px;
  overflow: auto;
}

#v-pills-favourite .property-filter,
#v-pills-enquiries .property-filter {
  width: 66%;
}

#v-pills-favourite .property-filter .full-search,
#v-pills-enquiries .property-filter .full-search {
  justify-content: flex-end;
}

#v-pills-favourite .property-filter .full-search .search-box,
#v-pills-enquiries .property-filter .full-search .search-box {
  width: 22%;
}

#v-pills-favourite .full-search .search-box .dropdown #bed-bath+.dropdown-menu.show,
#v-pills-enquiries .full-search .search-box .dropdown #bed-bath+.dropdown-menu.show {
  left: -130px !important;
}

#v-pills-favourite .property-filter .full-search .search-box .dropdown #more-filter+.dropdown-menu.show,
#v-pills-enquiries .property-filter .full-search .search-box .dropdown #more-filter+.dropdown-menu.show {
  left: -350px !important;
}

.notify-body {
  /* height: 435px; */
  overflow: auto;
}

.notify-box {
  width: 65%;
  border: 1px solid #eee;
}

.notify-box span {
  width: 50px;
  height: 50px;
  background: #ebebeb;
}

.notify-info {
  width: 88%;
}

.notify-info h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.notify-info p {
  font-size: 13px;
}

.notify-info-box>h5,
.account-info h5 {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
}

.account-left {
  width: 20%;
}

.account-right {
  width: 79%;
}

.account-profile {
  width: 130px;
  height: 130px;
}

.acc-cam {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
}

.acc-cam::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/camera.svg) no-repeat;
  position: absolute;
  left: 11px;
  top: 11px;
}

.acc-cam input {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.account-info {
  width: 90%;
}

.account-info .input-grp {
  width: 48%;
}

.account-info .input-grp .form-control {
  color: #080B10;
}

.account-info .input-grp .form-control img {
  transform: rotate(180deg);
  width: 12px;
  position: absolute;
  right: 0px;
  top: -5px;
}

.account-info form {
  gap: 0 15px;
}

div#v-pills-help .account-box {
  height: 100vh;
}

.support-box {
  width: 358px;
  height: 180px;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}

.support-box p {
  font-size: 14px;
  font-weight: 500;
}

.support-box p a {
  color: #12a19a;
}

/************/
.account-box table {
  box-shadow: 0 3px 6px #00000029;
  border-radius: 15px 15px 0 0;
}

.account-box table thead th {
  background: #F1F1F1;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
}

.account-box table tbody tr td {
  font-size: 12px;
  padding: 5px;
  text-align: center;
  border: 1px solid #f1f1f1;
}

.account-box table thead th:first-child {
  border-radius: 15px 0 0 0;
}

.account-box table thead th:last-child {
  border-radius: 0 15px 0 0;
}

.account-box table tbody tr td button {
  border: 1px solid #12a19a;
  background: #e1efff;
  font-size: 12px;
  border-radius: 5px;
  color: #12a19a;
}

/************new**************/
.listing-grp {
  height: 360px;
}

.property-tablist .nav {
  width: 300px;
  background: #F9F9F9;
  height: 60px;
  box-shadow: inset 0 1px 3px #e7e7e7;
}

.property-tablist .nav .nav-item a {
  height: 35px;
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 500;
}

.property-tablist .nav .nav-item a.active {
  background-color: #fff;
  box-shadow: 0 2px 3px #5e5e5e29;
  color: #12a19a;
}

.property-tablist .nav .nav-item .nav-link.active {
  animation: slide-right .5s ease-out;
}

@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  50% {
    opacity: .5;
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.request-info {
  background: #12a19a;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border-radius: 25px 0 0 0;
  right: 3px;
  bottom: 0;
}

.req-date p {
  border: 1px solid #E6E6E6;
  font-size: 12px;
  font-weight: 500;
}

.review-info {
  font-size: 12px;
  font-weight: 500;
  height: 33px;
  background: #F3F3F3;
}

/********/
button {
  border: none;
  background: transparent;
}

.listing-place {
  background: #fff;
  box-shadow: 0px 4px 16px #00000012;
  border: 1px solid #E9E9E9;
}

.listing-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: .2s;
}

.place-list-info p {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.box-scroll {
  scrollbar-color: #12a19a #80808030;
  scrollbar-width: thin !important;
}

.box-scroll::-webkit-scrollbar {
  width: 4px;
  height: 50px;
}

.box-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #808080;
  border-radius: 10px;
}

.box-scroll::-webkit-scrollbar-thumb {
  background: #12a19a;
  border-radius: 10px;
}

.box-scroll::-webkit-scrollbar-thumb:hover {
  background: #12a19a;
}

.box-scroll::-webkit-scrollbar-button {
  height: auto;
}

p.which-home {
  font-size: 12px;
  font-weight: 500;
  color: #4A4A4A;
}

.listing-info h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

img.place-img:hover {
  transform: scale(1.1);
  transition: .2s;
}

.listing-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.listing-info h6 {
  font-size: 14px;
  color: #4A4A4A;
}

.listing-info h5 span {
  font-size: 14px;
  font-weight: 500;
}

.account-info .form-group.input-grp:focus-within {
  border: 1px solid #12a19a;
}

.nav-right .nav-box.sign button.sign-pop {
  width: 100%;
}

.nav-top .dropdown button {
  color: #070E27;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  padding: 5px 10px;
}

.nav-top .dropdown button+.dropdown-menu.show {
  transform: translate(0%, 30px) !important;
  border: none;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  font-size: 13px;
  min-width: 100px !important;
}

.nav-top .dropdown button+.dropdown-menu.show a {
  padding: 5px 10px;
}

div.nav-bottom {
  height: 65px;
  align-content: center;
}

.nav-box.sign .dropdown.show {
  position: relative;
}

.nav-right .nav-box.sign .dropdown-menu.show {
  width: 210px;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 3px 6px #00000029;
  transform: none !important;
  top: 45px !important;
  left: -135px !important;
}

.nav-right .nav-box.sign .dropdown-menu.show a:hover,
.nav-right .nav-box.sign .dropdown-menu.show button:hover {
  color: #12a19a;
}

.nav-box.sign .dropdown-item:active {
  background-color: transparent !important;
}

button#sign-drop::after {
  display: none;
}

button#sign-drop {
  background: #fff;
  box-shadow: 0px 4px 16px #0000001A;
  border-radius: 25px;
  height: 40px;
}

button#sign-drop:hover {
  background: #ebf4ff;
}

button#sign-drop span {
  gap: 8px;
}

button#sign-drop span img:first-child {
  width: 18px;
}

button#sign-drop span img:last-child {
  width: 30px;
  height: 30px;
}

.nav-right .nav-box.sign .dropdown-menu.show .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
}

.nav-right .nav-box.sign .dropdown-menu.show button.dropdown-item {
  color: #FF0A0A;
}
a.listing-tab {
  width: 32.23%;
  text-decoration: none;
  color: black;
}
.listing-info p{
  font-size: 14px;
}