body {
  overflow-x: hidden;
}

.sidebar-myaccount-bloc-left{
    display: inline-block;
    width:400px;
    background-color:#e5dcda;

}
.sidebar-myaccount-bloc-right{
    display: inline-block;
    width: calc(100% - 400px);
}

.sidebar-menu-dashboard {
  height: 100vh;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateX(0);
  background:linear-gradient(180deg, #f7f3f2 12%, #e5dcda 80%);
}
.sidebar-menu-dashboard::-webkit-scrollbar {
  width: 2px;
}
.sidebar-menu-dashboard .menu-box {
  padding-bottom: 30px;
}
.sidebar-menu-dashboard .menu-box .title {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.4);
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:not(:last-child) {
  margin-bottom: 1px;
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link, .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link {
  background-color: #ddd5d2;
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link .icon, .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link .icon {
  color: #1a140b;
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link svg g, .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link svg g {
  opacity: 1;
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar-menu-dashboard .logo-box {
  display: block;
  height:79px;
  padding: 15px 34px 15px 32px;
  border-bottom: 1px solid rgb(203 198 190);
}
.sidebar-menu-dashboard .logo-box img {
  width: 100%;
}
.sidebar-menu-dashboard .user-box {
  padding: 60px 30px 60px 30px;
}
.sidebar-menu-dashboard .user-box p {
  margin-bottom: 9px;
  font-weight:600 !important;
}
.sidebar-menu-dashboard .user-box .user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar-menu-dashboard .user-box .user .icon-box {
  background-color: #ddd4d1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-menu-dashboard .user-box .user .text {
 font-weight:600;
}

.overlay-dashboard {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(22, 30, 45, 0.3);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}

.widget-box-2 {
  padding: 30px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
}
.widget-box-2 .title {
  margin-bottom: 20px;
}

.layout-wrap .main-content {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.layout-wrap .main-content .footer-dashboard {
  text-align: center;
  background-color: #f7f7f7;
  padding: 30px;
}
.layout-wrap .main-content .footer-dashboard p {
  color: #3a3a3c;
  font-weight: 600;
  opacity: 0.5;
}
.layout-wrap .main-content .box-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.layout-wrap.full-width .sidebar-menu-dashboard {
  transform: translateX(-100%);
}
.layout-wrap.full-width .main-content {
  padding-left: 0;
}
.layout-wrap .main-content-inner {
  padding: 47px 50px 30px;
}
.layout-wrap .main-content-inner .wrapper-content .content-left {
  width: 75.4%;
}
.layout-wrap .main-content-inner .wrapper-content .content-right {
  flex-grow: 1;
}
.layout-wrap .wd-listing {
  margin-bottom: 30px;
}
.layout-wrap .wd-listing .title {
  margin-bottom: 14px;
}
.layout-wrap .wd-listing .wd-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.layout-wrap .wd-listing .wd-filter input,
.layout-wrap .wd-listing .wd-filter .nice-select {
  padding: 8px 18px;
  color: #a3abb0;
}
.layout-wrap .wd-listing .wd-filter input:focus,
.layout-wrap .wd-listing .wd-filter .nice-select:focus {
  border-color: #e4e4e4;
}
.layout-wrap .wd-listing .wd-filter .nice-select::after {
  border-color: #a3abb0;
}
.layout-wrap .wd-listing .wd-filter .ip-group.icon-left {
  position: relative;
}
.layout-wrap .wd-listing .wd-filter .ip-group.icon-left input {
  padding-left: 46px;
}
.layout-wrap .wd-listing .wd-filter .ip-group.icon-left .icon {
  position: absolute;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  color: #a3abb0;
}
.layout-wrap .flat-counter-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.layout-wrap .flat-counter-v2 .counter-box {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #fdfbfb;
  padding: 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
}
.layout-wrap .flat-counter-v2 .counter-box .box-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  padding-top:20px;
  background:#fff;
}
.layout-wrap .flat-counter-v2 .counter-box .box-icon .icon {
  font-size: 36px;
  color: #C70A33;
}
.layout-wrap .flat-counter-v2 .counter-box .title-count {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.layout-wrap .flat-counter-v2 .box-count .text {
  font-size: 14px;
  line-height: 30px;
  font-weight: 800;
  color: #5c6368;
}
.layout-wrap .wrap-table {
  margin-top: 10px;
}
.layout-wrap .wrap-table thead tr {
  background-color: #f7f3f2;
}
.layout-wrap .wrap-table thead tr th {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 600;
  padding: 8px 14px;
  padding-right: 30px;
}
.layout-wrap .wrap-table thead tr th:nth-child(1) {
  width: 55%;
}
.layout-wrap .wrap-table thead tr th:not(:last-child) {
  position: relative;
}
.layout-wrap .wrap-table thead tr th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1px;
}
.layout-wrap .wrap-table thead tr th:not(:first-child) {
  padding-left: 30px;
  padding-right: 30px;
}
.layout-wrap .wrap-table thead tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.layout-wrap .wrap-table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.layout-wrap .wrap-table table tbody td {
  padding: 16px;
  align-content: start;
  border-bottom: 1px solid #e4e4e4;
}
.layout-wrap .wrap-table table tbody td:first-child {
  padding-left: 0;
}
.layout-wrap .wrap-table table tbody td:not(:last-child) {
  position: relative;
}
.layout-wrap .wrap-table table tbody td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  background-color: #e4e4e4;
  width: 1px;
}
.layout-wrap .wrap-table table tbody td:not(:first-child) {
  padding-left: 30px;
  padding-right: 30px;
}
.layout-wrap .wrap-table .listing-box {
  display: flex;
  gap: 20px;
}
.layout-wrap .wrap-table .listing-box .images {
  width: 168px;
  border-radius: 8px;
  overflow: hidden;
}
.layout-wrap .wrap-table .listing-box .content .title {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
}
.layout-wrap .wrap-table .listing-box .content .text-date {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 16px;
  color: #3a3a3c;
}
.layout-wrap .wrap-table .status-wrap .btn-status {
  width: 78px;
  padding: 0px 6px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 23px;
  height: 23px;
  font-weight: 500;
  background-color: #f7f3f2;
  text-align: center;
  color:#368f2c;
}
.layout-wrap .wrap-table .status-wrap .btn-status.pending {
  background-color: #ee6742;
}
.layout-wrap .wrap-table .status-wrap .btn-status.sold {
  background-color: #6e55ff;
}
.layout-wrap .wrap-table .list-action li:not(:last-child) {
  margin-bottom: 8px;
}
.layout-wrap .wrap-table .list-action .item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size:13px;
  font-weight: 400;
  color:#a10f35;
}
.layout-wrap .wrap-table .list-action .item .icon {
  font-size: 20px;
}
.layout-wrap .wrap-table .wd-navigation {
  padding-top: 16px;
}
.layout-wrap .wd-chart .wd-filter-date {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.layout-wrap .wd-chart .wd-filter-date input {
  color: #5c6368;
  font-weight: 600;
}
.layout-wrap .wd-chart .wd-filter-date input::placeholder {
  color: #5c6368;
  font-weight: 600;
}
.layout-wrap .wd-chart .wd-filter-date .left {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.layout-wrap .wd-chart .wd-filter-date .right {
  display: flex;
  gap: 14px;
  flex-grow: 1;
  flex-wrap: wrap;
}
.layout-wrap .wd-chart .wd-filter-date .dates {
  padding: 10px 18px;
  text-align: center;
  min-width: 86px;
  border-radius: 999px;
  border: 1px solid #e4e4e4;
  font-weight: 700;
  color: #5c6368;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.layout-wrap .wd-chart .wd-filter-date .dates.active, .layout-wrap .wd-chart .wd-filter-date .dates:hover {
  background-color: #1a140b;
  color: #ffffff;
}
.layout-wrap .wd-chart .wd-filter-date .ip-group {
  flex-grow: 1;
}
.layout-wrap .wd-chart .wd-filter-date .ip-group input {
  padding: 10px 16px;
}
.layout-wrap .wd-chart .wd-filter-date .ip-group input:focus {
  border-color: #e4e4e4;
}
.layout-wrap .recent-box h6 {
  margin-bottom: 20px;
}
.layout-wrap .recent-box .box-tes-item {
  padding: 0;
  border-radius: 0;
}
.layout-wrap .recent-box .box-tes-item .box-avatar {
  margin-bottom: 0;
}
.layout-wrap .recent-box .box-tes-item .list-star {
  margin-top: 12px;
}
.layout-wrap .recent-box .box-tes-item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.layout-wrap .box-agent-account {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e4e4e4;
}
.layout-wrap .box-agent-account h6 {
  margin-bottom: 15px;
}
.layout-wrap .box-agent-account .note {
  font-size: 18px;
  line-height: 28px;
  padding: 20px;
  border-radius: 8px;
  background-color: #f7f3f2;
  margin-bottom: 15px;
}
.layout-wrap .box-agent-avt {
  display: flex;
  align-items: center;
  gap: 30px;
}
.layout-wrap .box-agent-avt .avatar {
  flex-shrink: 0;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
}
.layout-wrap .box-agent-avt p {
  margin-bottom: 15px;
}
.layout-wrap .box-agent-avt .box-ip {
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  padding: 10px;
  width: 100%;
  max-width: 340px;
  margin-bottom: 15px;
}
.layout-wrap .box-agent-avt .box-ip input {
  width: 100%;
}
.layout-wrap .box-agent-avt .img-poster {
  width: 100%;
  max-width: 350px;
}

.mess-box .title {
  margin-bottom: 14px;
}
.mess-box .mess-item {
  display: grid;
  gap: 12px;
  padding:20px;
  background: #fdfbfb;
  border-radius:8px;
  border-bottom: 1px solid #efefef;
}
.mess-box .mess-item .user-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mess-box .mess-item .user-box .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}
.mess-box .mess-item .user-box .content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.mess-box .mess-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.mess-box .list-star {
  gap: 2px;
}
.mess-box .list-star .icon {
  font-size: 14px;
}

table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  transition: all 0.3s ease;
}

.box-uploadfile .uploadfile {
  border-radius: 16px;
  border: 2px dashed #e5e5ea;
  padding: 95px 30px;
}

.uploadfile {
  width: 100%;
  margin-bottom: 14px;
}
.uploadfile .icon {
  margin-bottom: 8px;
  font-size: 80px;
  color: #C70A33;
}
.uploadfile .btn-upload {
  position: relative;
  margin-bottom: 15px;
}
.uploadfile .btn-upload .ip-file {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.uploadfile.style-1 .icon {
  color: #e4e4e4;
}

.box-img-upload {
  display: flex;
  gap: 20px;
  overflow: auto;
}
.box-img-upload .item-upload {
  flex-shrink: 0;
  border-radius: 10px;
  width: 194px;
  height: 109px;
  overflow: hidden;
  position: relative;
}
.box-img-upload .item-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-img-upload .item-upload .icon {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}

.box-fieldset label {
  margin-bottom: 6px;
}
.box-fieldset .nice-select {
  padding: 15px 18px;
}
.box-fieldset .box-ip {
  position: relative;
}
.box-fieldset .box-ip .btn-location {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.box-fieldset .box-ip .btn-location .icon {
  font-size: 20px;
}
.box-fieldset .map {
  margin-top: 20px;
  height: 456px;
  border-radius: 16px;
  overflow: hidden;
}
.box-fieldset .textarea {
  height: 130px;
}

.widget-box-2 .title span {
  color: #C70A33;
}
.widget-box-2 .box:not(:last-child) {
  
}
.widget-box-2 .box-price-property .box-cb {
  margin-top: 16px;
}
.widget-box-2 .fieldset-radio {
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget-box-2 .fieldset-radio input {
  border-radius: 50%;
}
.widget-box-2 .fieldset-radio:not(:last-child) {
  margin-bottom: 10px;
}
.widget-box-2 .fieldset-radio label {
  font-weight: 400;
}
.widget-box-2 .box-radio-check:not(:last-child) {
  margin-bottom: 20px;
}
.widget-box-2 .btn-add-floor {
  margin-top: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #C70A33;
  color: #C70A33;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.widget-box-2 .btn-add-floor:hover {
  background-color: #C70A33;
  color: #ffffff;
}

.box-info-property #mceu_20-body,
.box-info-property .mce-statusbar .mce-container-body {
  display: none;
}
.box-info-property .mce-container,
.box-info-property .mce-container *,
.box-info-property .mce-widget,
.box-info-property .mce-widget *,
.box-info-property .mce-reset,
.box-info-property .mce-btn {
  background-color: #f7f7f7;
}
.box-info-property .mce-tinymce {
  background-color: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
}
.box-info-property .mce-menubar {
  border: 0;
}
.box-info-property .mce-stack-layout-item {
  border: none !important;
}
.box-info-property .mce-panel {
  border: 1px solid #e4e4e4;
}

.box-amenities-property {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
.box-amenities-property .title-amenities {
  margin-bottom: 20px;
}
.box-amenities-property .list-amenities {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.box-amenities-property .amenities-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-amenities-property .amenities-item input {
  flex-shrink: 0;
}
.box-amenities-property .amenities-item .text-cb-amenities {
  font-weight: 400;
}

.box-floor-property {
  padding: 30px;
  background-color: #f7f3f2;
  border-radius: 16px;
}
.box-floor-property .box-floor-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 38px 30px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 0;
}
.box-floor-property .box-floor-img .btn-upload {
  margin-bottom: 0;
}
.box-floor-property .top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.box-floor-property .top .icon {
  font-size: 20px;
}

.wrap-dashboard-content .widget-box-2 {
  margin-top: 30px;
}
.wrap-dashboard-content .wrap-table thead tr th:nth-child(1) {
  width: auto;
}
.wrap-dashboard-content .box-action-print {
  padding: 20px;
}
.wrap-dashboard-content .box-action-print .icon {
  font-size: 20px;
}

.ip-group .ip-datepicker {
  height: 40px;
  padding: 8px 18px;
  padding-right: 32px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.ip-group .ip-datepicker::placeholder {
  color: #a3abb0;
}
.ip-group .ip-datepicker.style-2 {
  height: 54px;
}
.ip-group.icon {
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
}
.ip-group.icon::after {
  position: absolute;
  content: "\e946";
  font-family: "icomoon";
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #a3abb0;
}

.box-info-property .box-fieldset .map {
  width: 100%;
}

.account-flat-quote {
  margin-top:20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #f7f3f2;
  border-left: 4px solid #B4002F;
  line-height:1.8rem;
}
.account-flat-quote .quote {
  font-size: 18px;
  padding-left:20px;
}

.account-flat-quote .quote .quote-sigle {
  position:absolute;
  font-size: 66px;
  margin:14px 0 0 -30px;
}

.account-flat-quote .quote .quote-label {
  width:100%;
}

.account-flat-quote .quote .quote-avatar {
  float:right;
  margin-top:-10px;
}
.avatar.round {
    border-radius: 50%;
    overflow: hidden
}

.avatar img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover
}

.avt-34 {
    width: 34px;
    min-width: 34px;
    height: 34px
}

.avt-40 {
    width: 40px;
    min-width: 40px;
    height: 40px
}

.avt-56 {
    width: 56px;
    min-width: 56px;
    height: 56px
}

.my-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}

.mb-20 {
  margin-bottom:20px;
}

.paginationjs .paginationjs-pages li.active > a {
   background: #aa0832;
}


.grid-2 {
    grid-template-columns: repeat(2,1fr)
}

.grid-3 {
    grid-template-columns: repeat(3,1fr)
}

.grid-4 {
    grid-template-columns: repeat(4,1fr)
}

.grid-6 {
    grid-template-columns: repeat(6,1fr)
}

.box-icon {
    display: flex;
    justify-content: center;
    transition: .3s
}

.box-icon.line {
    border: 1px solid #e4e4e4;
    color: #a3abb0
}

.box-icon.round,.box-icon.social,.hv-one .img-style.s-one::before,.pagi2 .swiper-pagination2 .img-style.s-one::before,.swiper-button-next2 .img-style.s-one::before,.swiper-button-prev2 .img-style.s-one::before,.widget-box-2 .fieldset-radio input {
    border-radius: 50%
}

.box-icon.line:hover {
    background-color: transparent;
    color: #c70a33
}

.box-icon.w-28 {
    width: 28px;
    height: 28px
}

.box-icon.w-28 .icon,.box-tes-item .list-star .icon,.mess-box .list-star .icon,.single-wrapper-review .list-review-item .list-star .icon {
    font-size: 14px
}

.box-icon.w-32 {
    width: 32px;
    height: 32px
}

.box-icon.w-40 {
    width: 40px;
    height: 40px
}

.box-icon.w-44 {
    width: 44px;
    height: 44px
}

.box-icon.w-52 {
    width: 52px;
    height: 52px
}

.box-icon.w-60 {
    width: 60px;
    height: 60px
}

.box-icon.w-68 {
    width: 68px;
    height: 68px
}

.box-icon.w-80 {
    width: 80px;
    height: 80px
}

.box-icon.w-80 .icon {
    font-size: 44px
}

.box-icon.social {
    background-color: rgba(255,255,255,.1)
}

.box-icon.social .icon {
    color: #fff;
    font-size: 18px
}

.box-icon.social.square {
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #e4e4e4
}

.box-icon.social.square .icon {
    color: #1a140b;
    font-size: 18px
}


.box-latest-property .title {
  margin-bottom: 20px;
}
.box-latest-property .latest-property-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.latest-property-item {
  display: flex;
  gap: 12px;
  background: #fdfbfb;
  border-radius:8px;
  height:92px;
  border-bottom: 1px solid #efefef;
}

.latest-property-item:hover {
  background: #fbf8f8;
  border-bottom: 1px solid #efefef;
}

.latest-property-item .images-style {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 132px;
  height: 92px;
}
.latest-property-item .images-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.latest-property-item .meta-list {
  display: flex;
  align-items: center;
  gap: 4px 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.latest-property-item .meta-list .item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.latest-property-item .meta-list .item .icon {
  font-size: 16px;
  color: #a3abb0;
}
.latest-property-item .link {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.latest-property-item:hover .images-style img {
  transform: scale(1.05);
}

.sidebar-blog .categories ul .categories-item span:first-child,.text-btn {
    font-size: 16px;
    line-height: 21.86px;
    font-weight: 600
}

.bo5-b {border-bottom: 1px solid #f7f3f2;}
.p-t-17 {padding-top: 17px;}
.p-l-15 {padding-left: 45px;}
.p-b-17 {padding-bottom: 17px;}

.bread-crumb a {
  text-transform:uppercase !important;
  text-decoration:none;
  font-size:14px;
}

.show-pass {
  display:none;
}

fieldset {
  padding-bottom:12px;
}

label{
  color:#605e5e;
}

#container_module_favoris ul{padding-left:0px !important}
#container_module_box_favoris ul{padding-left:0px !important}


.mail-box-list{}
.mail-box-item:hover, .mail-box-item.selected{background:#f7f3f2 !important;}
.mail-box-letter-item{background:#f7f3f2 !important;margin:30px;}

.btn-account-supprimer-favoris {
  position:absolute;
  padding: 2px 6px;
  z-index:3;
  background:#f7f3f2;
  color:#fff;
}
.btn-account-supprimer-favoris a {
  color:#000;
}
.btn-account-supprimer-favoris a:hover {
  color:#bc1237;
}

.btn-search-popup {
  background:#fff;
}

.btn-search-popup:hover {
  background:#a10f35 !important;
  color:#fff !important;
}

/* APG Ajout Décembre 2025 */

@media only screen and (max-width: 991px) {

  .sidebar-menu-dashboard {
    height: auto;
  }
  .sidebar-menu-dashboard .user-box {
    padding:30px;
  }
  .layout-wrap .main-content-inner {
    padding:20px;
  }
  .widget-box-2 {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
}

@media only screen and (min-width: 1520px) {
    .wrap-categories .navigation,.wrap-sw-property .navigation {
        position:absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .container-full,.main-header {
        padding-left: 100px;
        padding-right: 100px
    }

    .main-header .inner-header-left {
        gap: 100px
    }

    .container-full .tf-sw-result {
        margin-right: -100px
    }

    .wrapper-layout .wrap-left {
        padding-left: 100px;
        padding-right: 50px
    }

    .search-popup-wrapper .box-form-search {
        padding: 50px 100px 60px
    }

    .search-popup-wrapper .wrapper-search-result {
        padding-bottom: 80px
    }

    .header-dashboard .logo-box {
        gap: 15px
    }

    .flat-filter-search-v2 .flat-tab-form {
        padding: 30px 100px
    }

    .wrap-categories,.wrap-sw-property {
        position: relative
    }

    .wrap-categories .navigation.swiper-nav-next {
        left: -65px
    }

    .wrap-categories .navigation.swiper-nav-prev {
        right: -65px
    }

    .wrap-sw-property .navigation {
        z-index: 123
    }

    .wrap-sw-property .navigation.swiper-nav-next {
        left: -30px
    }

    .wrap-sw-property .navigation.swiper-nav-prev {
        right: -30px
    }
}

@media (min-width: 1801px) {
    .box-amenities-property .list-amenities {
        grid-template-columns:1fr 1fr
    }

    .flat-img-with-text .content-right {
        padding: 50px 150px
    }
}

@media only screen and (max-width: 1800px) {
    .layout-wrap .wrap-table table tbody td:nth-child(3) {
        padding-left:20px
    }

    .layout-wrap .main-content-inner {
        padding: 40px 30px
    }
}

@media only screen and (max-width: 1519px) {
    .main-header .main-menu {
        position:relative;
        margin-left: 1px
    }

    .wrap-categories .box-navigation {
        margin-top: 20px
    }

    .wrap-sw-property .box-navigation {
        margin-top: 30px
    }

    .wrapper-layout-3 {
        flex-wrap: wrap
    }

    .wrapper-layout-3 .wrap-map {
        position: relative;
        height: 600px;
        width: 100%;
        margin-top: 30px
    }

    .wrapper-layout-3 .wrap-inner {
        width: 70%
    }

    .wrapper-layout-3 .wrap-sidebar {
        width: 30%;
        padding-bottom: 0
    }

    .wrapper-layout-3 .wrap-sidebar .widget-filter-search .form-btn-fixed {
        margin-top: 12px;
        padding: 0;
        background-color: transparent;
        position: unset;
        width: 100%
    }

    .overlay .swiper-slide:not(.swiper-slide-prev,.swiper-slide-active,.swiper-slide-next)::after {
        content: none
    }
}

@media only screen and (max-width: 1440px) {
    .sidebar-myaccount-bloc-left{
        display: none;
        width: 0px;
    }
    .sidebar-myaccount-bloc-right{
        width: 100%;
    }

    .flat-header-wrapper-about .box-img,.flat-img-with-text .box-title br,.header-dashboard .logo-box .button-show-hide {
        display:none
    }

    .show-mb {
        display: inline-block
    }

    .wrap-property-v2 .box-inner-right .content-property .pricing-property {
        gap: 15px;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .wrapper-layout {
        flex-direction: column
    }

    .wrapper-layout .wrap-right {
        position: relative;
        width: 100%!important;
        height: 600px!important
    }

    .wrapper-layout .wrap-left {
        height: auto!important;
        width: 100%!important
    }

    .flat-property-detail .header-property-detail {
        margin-left: 0;
        margin-right: 0
    }

    .flat-property-detail-v2 .wrapper-sidebar-right,.layout-wrap .main-content {
        padding-left: 0
    }

    .overlay-dashboard {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(22,30,45,.3);
        transition: .3s;
        visibility: hidden;
        opacity: 0
    }

    .layout-wrap .sidebar-menu-dashboard {
        transform: translateX(-100%)
    }

    .layout-wrap.full-width .sidebar-menu-dashboard {
        transform: translateX(0)
    }

    .layout-wrap.full-width .overlay-dashboard {
        opacity: 1;
        visibility: visible;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
}

@media only screen and (max-width: 1350px) {
    .box-navigation .navigation {
        width:50px;
        height: 50px
    }

    .box-navigation .navigation .icon {
        font-size: 14px
    }

    .flat-testimonial {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .wrap-service-v2 .box-left {
        padding-right: 0
    }

    .wrap-service-v2 .box-left .list-view li:last-child,.wrap-service-v2 .box-left .list-view li:nth-child(2) {
        padding-left: 0
    }

    .wrap-service-v2 .box-right {
        padding-left: 25px;
        padding-right: 25px
    }

    .header-dashboard .logo-box {
        gap: 20px
    }

    .header-dashboard .header-account .box-avatar .name {
        display: none
    }
}

@media only screen and (max-width: 1300px) {
    .main-header .main-menu .navigation>li {
        padding-right:40px
    }

    .flat-slider.home-1 .slider-content .heading {
        margin-bottom: 50px
    }

    .wrap-property-v2 .box-inner-right {
        padding: 40px
    }

    .wrap-property-v2 .box-inner-right .content-property .list-info {
        gap: 30px
    }

    .wrap-service-v4 .inner-service-right {
        padding-right: 0
    }

    .wrap-banner .box-right img {
        margin-top: 0
    }

    .header-style-3 .nav-outer {
        padding-left: 20px
    }

    .flat-filter-search-v2 .flat-tab-form {
        flex-direction: column;
        gap: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .flat-slider.home-3 .slider-content .heading {
        padding-right:10%
    }

    .flat-slider.home-5 .thumbs-swiper-column1 {
        right: 15px
    }

    .flat-slider.home-5 .thumbs-swiper-column .box-img {
        height: 700px
    }

    .flat-slider.home-5 .thumbs-swiper-column .box-img img {
        object-fit: cover;
        height: 100%
    }

    .header-account {
        gap: 10px
    }

    .main-header .main-menu .navigation>li {
        padding-right: 30px
    }

    .header-account ul {
        margin-right: 6px
    }

    .main-header .main-menu .navigation>li.dropdown2>a::after {
        font-size: 12px
    }

    .wrap-counter {
        flex-wrap: wrap;
        gap: 30px
    }

    .wrap-property {
        flex-wrap: wrap
    }

    .wrap-property .box-left {
        flex-grow: 1
    }

    .wrap-service-v2 .box-left {
        padding-right: 0
    }

    .wrap-service-v2 .box-left .list-view {
        display: flex;
        flex-wrap: wrap;
        row-gap: 12px
    }

    .wrap-service-v2 .box-left .list-view li {
        width: 100%
    }

    .wrap-service-v2 .box-service {
        flex-direction: column
    }

    .wrap-service-v2 .box-service .content {
        text-align: center
    }

    .flat-agents-v2 .grid-2,.flat-property-v2 .grid-2 {
        grid-template-columns: 1fr
    }

    .grid-location-v2,.layout-wrap .flat-counter-v2 {
        grid-template-columns: 1fr 1fr
    }

    .homelengo-box.style-3 .images-group .images-style {
        height: 100%
    }

    .wrap-banner .box-left {
        padding: 0 0 0 60px
    }

    .wrap-banner .box-right {
        flex-shrink: unset
    }

    .wd-chart,.wrap-dashboard-content .box-fieldset {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 1099px) {
    .flat-spacing-service {
        padding-top:460px;
        margin-top: -400px
    }

    .wd-find-select {
        flex-direction: column;
        gap: 16px;
        padding: 20px
    }

    .wd-find-select .inner-group {
        flex-wrap: wrap;
        padding: 0;
        gap: 16px
    }

    .wd-find-select .inner-group .form-style {
        border-right: 0!important
    }

    .wd-find-select .inner-group .form-style label {
        margin-bottom: 8px;
        font-weight: 400;
        color: #fff
    }

    .wd-find-select .inner-group .form-style .form-control,.wd-find-select .inner-group .form-style .nice-select {
        padding: 15px 18px;
        border: 1px solid #e4e4e4;
        border-radius: 99px;
        font-weight: 400
    }

    .wd-find-select .inner-group .box-filter .filter-advanced {
        flex-direction: row;
        gap: 4px
    }

    .wd-find-select .inner-group .box-filter .text-1 {
        font-size: 16px;
        line-height: 26px
    }

    .wd-find-select .tf-btn {
        min-width: 100px;
        border-radius: 99px
    }

    .wrap-service-v4 {
        flex-direction: column
    }

    .wrap-service-v4 .inner-service-left {
        padding: 0 200px
    }

    .wrap-service-v4 .inner-service-left img {
        width: 100%
    }

    .header-search .nav-outer .outer-search {
        width: auto;
        border: 0
    }

    .header-search .nav-outer .outer-search .form-box,.main-header .main-menu {
        display: none
    }

    .header-search .header-account {
        flex-grow: 1;
        justify-content: flex-end
    }

    .wrapper-layout-3 .wrap-inner,.wrapper-layout-3 .wrap-sidebar {
        width: 100%;
        height: auto;
        padding: 0 15px 15px
    }

    .wrapper-layout-3 .wrap-map {
        margin-top: 0
    }

    .wrap-dashboard-content-2 .grid-4 {
        grid-template-columns: 1fr 1fr
    }

    .main-header {
        padding: 15px
    }

    .mobile-button {
        display: block!important
    }

    .header-account ul {
        margin-right: 20px
    }

    .header-account {
        margin-right: 50px
    }

    .header-account .dropdown-menu {
        margin-top: 19px!important
    }

    .wd-find-select.home {
        width: 80%;
        margin: auto;
        border-radius: 12px;
        border: 1px solid #f7f3f2;
        background: rgba(1255,255,255,.2)
    }

    .flat-slider.home-1 .slider-content .heading {
        display: none;
        padding: 0;
        margin: 0
    }
}

@media only screen and (max-width: 700px) {
    .single-property-info .inner-box .label {
        width:40%
    }
}

@media only screen and (max-width: 655px) {
    .box-agent.style-2 {
        display:block
    }

    .wrap-service-v4 .inner-service-left {
        padding: 0 30px
    }

    .wrap-service-v4 .inner-service-left .title {
        font-size: 14px;
        line-height: 24px
    }

    .wrap-service-v4 .inner-service-left h4,.wrap-service-v4 .inner-service-left h6 {
        font-size: 20px;
        line-height: 28px
    }

    .wrap-service-v4 .inner-service-left .box-avatar {
        left: -44px
    }

    .wrap-service-v4 .inner-service-left .box-trader {
        right: -34px
    }

    .wrap-service-v4 .inner-service-left .box-trader .content {
        padding: 5px 15px
    }

    .layout-wrap .flat-counter-v2 {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width: 575px) {
    .title-large,h1 {
        line-height:42px
    }

    .canvas-filter .header-style-3 .logo-box,.flat-img-with-text .box-count,.header-account .tf-btn,.header-style-3 .register {
        display: none
    }

    .flat-img-with-text.style-2 .content-right {
        padding-top: 50px
    }

    .animationtext.slide .cd-words-wrapper {
        text-align: center
    }

    .box-agent.style-list {
        flex-direction: column
    }

    .box-agent.style-list .box-img,.box-title-listing .box-filter-tab .nav-tab-filter,.homelengo-box.list-style-1 .archive-top,.wrap-service-v2 .box-left .list-view li {
        width: 100%
    }

    .box-agent.style-list .archive-content,.widget-sidebar .widget-box {
        padding: 15px
    }

    .layout-wrap .main-content-inner .wrapper-content .wd-filter,.single-property-loan .box-loan-calc .box-top,.wd-search-form .group-select,.wrap-benefit-v2 .box-right {
        grid-template-columns: 1fr
    }

    .box-title-price {
        display: block!important
    }

    .box-title-price .title-price {
        margin-bottom: 4px;
        display: inline-block
    }

    .flat-slider.home-5 .info-box {
        right: 15px;
        left: 15px
    }

    .homelengo-box.list-style-1 {
        display: block
    }

    .homelengo-box.lg .archive-top h5 {
        font-size: 24px;
        line-height: 30px
    }

    .homelengo-box.lg .archive-top .content {
        padding-left: 20px;
        padding-right: 20px
    }

    .homelengo-box.lg .archive-top .content .desc p,.homelengo-box.lg .archive-top .content .note {
        font-size: 16px;
        line-height: 26px
    }

    .homelengo-box.lg .archive-top .content .meta-list {
        column-gap: 20px
    }

    .flat-agents .box:not(:last-child),.flat-latest-new-v2 .box:not(:last-child) {
        margin-bottom: 30px
    }

    .grid-location-v2 .box-location-v3,.header-property-detail .content-bottom .info-box .meta,.wrap-service-v4 .box-service {
        gap: 15px
    }

    .box-test-right {
        padding: 20px!important
    }

    .box-test-right .box-tes-item-v2 h5 {
        font-size: 20px;
        line-height: 32px
    }

    .wrap-service-v4 .inner-service-left .box-avatar {
        top: 20%;
        padding: 8px 16px 8px 8px;
        gap: 8px
    }

    .wrap-service-v4 .inner-service-left .box-trader {
        bottom: 10%
    }

    .wrap-banner .box-left {
        padding: 30px
    }

    .widget-sidebar .widget-box .latest-property-item {
        gap: 10px
    }

    .widget-sidebar .widget-box .latest-property-item .images-style {
        flex-shrink: 0
    }

    .widget-sidebar .widget-box .latest-property-item .h7 {
        font-size: 18px
    }

    .widget-sidebar .widget-box .latest-property-item .meta-list {
        gap: 8px
    }

    .single-property-nearby .box-nearby {
        gap: 8px;
        grid-template-columns: 1fr
    }

    .single-property-nearby .box-nearby .label {
        width: auto;
        margin-right: 20px
    }

    .single-property-loan .box-loan-calc .box-bottom {
        flex-wrap: wrap;
        gap: 15px
    }

    .col-sm-4 .attachments-item:first-child,.col-sm-6 .attachments-item:first-child {
        margin-bottom: 15px
    }

    .single-property-map .info-map {
        justify-content: space-between;
        gap: 20px
    }

    .box-contact-v2 {
        padding: 20px
    }

    .flat-contact .contact-content .grid-2 {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .title-large {
        font-size: 32px
    }

    h1 {
        font-size: 30px
    }

    .layout-wrap .box-agent-avt {
        flex-wrap: wrap
    }

    .wd-find-select .inner-group .form-style:not(:last-child) {
        border-right: 1px solid #e4e4e4;
        padding-right: 0!important
    }

    .wd-find-select .tf-btn {
        width: 100%!important
    }
}

@media only screen and (max-width: 500px) {
    .box-amenities-property,.single-property-feature .wrap-feature {
        display:grid
    }
}

/* Reset Password */

.box-agent .content .list-info li:not(:last-child),.box-fieldset label,.box-pricing .box-title-price .title,.contact-info .box .title,.layout-wrap .wrap-table .list-action li:not(:last-child),.mb-8,.offcanvas.canvas-filter-mb .wd-find-select .amenities-item:not(:last-child),.single-property-nearby .box-nearby .item-nearby:not(:last-child),.wd-search-form .group-select .title-select {
    margin-bottom: 8px
}

.box-pricing .list-price .item:not(:last-child),.caption,.flat-account .form-account .box-fieldset label,.ft-download li:not(:last-child),.mb-10,.single-property-feature .wrap-feature .box-feature ul li:not(:last-child),.widget-box-2 .fieldset-radio:not(:last-child) {
    margin-bottom: 10px
}

.flat-blog-detail h4,.mb-16,.single-property-desc .title,.single-property-feature .title,.single-property-info .title,.single-property-nearby .title,.single-property-overview .title,.single-property-whychoose .title,.single-wrapper-review .list-review-item .box-head {
    margin-bottom: 16px
}

.box-amenities-property .title-amenities,.box-contact-v2 .box:not(:last-child),.box-latest-property .title,.box-pricing .box:not(:last-child),.flat-contact .contact-content .form-contact .box:not(:last-child),.flat-service .box-benefit:not(:last-child),.flat-slider-contact .content-wrap .box-title,.layout-wrap .recent-box h6,.mb-20,.offcanvas.canvas-filter-mb .wd-find-select .form-style:not(:last-child),.single-property-attachments .title,.single-property-explore .title,.single-property-floor .box-floor .floor-item:not(:last-child),.single-property-floor .title,.single-property-loan .title,.single-property-map .title,.single-property-video .title,.single-wrapper-review .box-title-review,.widget-box-2 .box-radio-check:not(:last-child),.widget-box-2 .title,.widget-filter-search .wd-amenities .title,.wrap-benefit-v2 .box-left .box-title {
    margin-bottom: 20px
}

.box-title-listing.style-1,.box-title.style-3,.contact-info h4,.flat-account .form-account .box:not(:last-child),.flat-latest-post .box-title-relatest,.flat-latest-property .box-title,.flat-property-detail-v2 .wrapper-onepage:not(:last-child),.layout-wrap .wd-listing,.mb-30,.single-property-contact .title,.wd-search-form .group-price,.wd-search-form.style-2 .box,.widget-box-2 .box:not(:last-child),.widget-box-single.single-property-info,.widget-filter-search .box:not(:last-child),.widget-sidebar .widget-box:not(:last-child),.wrap-property .box-right .homelengo-box:not(:last-child),.wrapper-layout .box-title-listing,.wrapper-layout .homelengo-box,.wrapper-layout-3 .box-title-listing,.wrapper-layout-3 .homelengo-box {
    margin-bottom: 30px
}

.gap-0 {
    gap: 0!important
}

.gap-4 {
    gap: 4px!important
}

.gap-6 {
    gap: 6px!important
}

.gap-8 {
    gap: 8px!important
}

.gap-9 {
    gap: 9px!important
}

.gap-10 {
    gap: 10px!important
}

.gap-12 {
    gap: 12px!important
}

.gap-16 {
    gap: 16px!important
}

.gap-20 {
    gap: 20px!important
}

.gap-30 {
    gap: 30px!important
}

.flat-animate-tab,.flat-blog-list .flat-blog-item .img-style,.flat-categories,.flat-gallery-single .box-img,.homelengo-categories .icon-box,.mobile-menu-visible,.o-hidden,.radius-30 {
    overflow: hidden
}

.grid-2 {
    grid-template-columns: repeat(2,1fr)
}

.grid-3 {
    grid-template-columns: repeat(3,1fr)
}

.grid-4 {
    grid-template-columns: repeat(4,1fr)
}

.grid-6 {
    grid-template-columns: repeat(6,1fr)
}

.wrapper-layout-3 .wrap-inner,.wrapper-layout-3 .wrap-sidebar {
    width: 100%;
    height: auto;
    padding: 0 15px 15px
}

.wrapper-layout-3 .wrap-map {
    margin-top: 0
}

.wrap-dashboard-content-2 .grid-4 {
    grid-template-columns: 1fr 1fr
}