.page-template-user_dashboard_order #info-order-popup {
    font-family: "Bricolage Grotesque", Sans-serif;
}
.page-template-user_dashboard_order .info-report-issue-btn:hover {
    background-color: #003c30;
    transition: 0.5s all;
}
.page-template-user_dashboard_order .info-report-issue-btn.disabled-btn {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.move-in-wrapper, .houzez-search-button {
    font-family: "Bricolage Grotesque", Sans-serif !important;
}
.woocommerce-orders .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    display: none;
}
.woocommerce-orders .my_account_orders .button {
    margin: 5px;
}
.woocommerce-orders .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders {
    display: block !important;
}
/*Test Payment Form*/
.payment-form .center-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 98%;
}
.payment-form .payment-field {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin: 10px 0;
}
.payment-form input::placeholder {
    color: #A1A7A8;
}
.payment-form .payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.payment-form .payment-field input, .payment-form .payment-field select {
    width: 100%;
    border:  1px solid #dedede;
    padding: 12px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}
.full-width.payment-field {
    width: 100%;
}
.payment-form {
    padding: 80px 0;
}
.payment-form .submit-payment-field input {
    padding: 10px 30px;
    background: #C3ED45;
    color: #003C30;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-weight: bold;
}
.payment-form .submit-payment-field {
    margin-top: 20px;
}
/*------------------------------------------------------*/







.postid-23680 .property-rent-wrap .rent_wrapper .houzez-icon {
    margin-right: 0 !important;
}
.login-register .btn-icon-login-register + .dropdown-menu:before {
    right: 123px !important;
}
.footer-social-icons .wp-social-link .wp-block-social-link-anchor svg {
    fill: #003C30 !important;
}
.footer-social-icons .wp-social-link a.wp-block-social-link-anchor {
    background: #fff !important;
}
.footer-social-icons .wp-social-link a.wp-block-social-link-anchor:hover {
    background-color: #C3ED45 !important;
}
/*Form Success Popup Message*/
.popup-close-button {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.popup-close-button span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #003C30;
    transition: 0.3s;
    border-radius: 2px;
}
.popup-close-button span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.popup-close-button span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.popup-success-msg .success-message {
    font-size: 24px;
    color: #003C30;
    text-align: center;
    line-height: 30px;
}
.popup-success-msg {
    width: 500px;
    display: flex;
    align-items: center;
    z-index: 999;
    position: fixed;
    background: #fff;
    padding: 90px 30px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*-------------------------------------------------------------------*/

.single-property .sidebar-wrap .property-form-wrap .property-status {
    font-size: 18px;
    color: #003c30;
    font-weight: 600;
    margin: 0;
    font-family: "Bricolage Grotesque", Sans-serif;
    /* text-align: center; */
} 

#gy_houzes_user_registration .gy_input_control {
    margin-top: 30px;
}
#gy_houzes_user_registration .gy_input_control:first-child {
    margin-top: 0;
}
#gy_houzes_user_registration input:not([type=radio]){
    display: block;
    background: none;
    padding: 0 10px 8px 0;
    margin-top: 9px;
    border-width: 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    height: 27px;
}
#gy_houzes_user_registration input:focus{
    caret-color: #c3ed45;
    border-bottom-color: #c3ed45;
}
#gy_houzes_user_registration .btn-cont{
    margin: 22px 0px 18px;
    padding: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #003c30;
    border-radius: 5px;
}
#gy_houzes_user_registration .btn-cont img {
    display: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#gy_houzes_user_registration .btn-cont a{
    color: #fff !important;
    padding: 12px;
    width: 100%;
    text-align: center;
}
.success-msg{
    color: green;
}
.error-msg{
    color: red;
}
.site_ajax_loader_icon_handler {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.site_ajax_loader_icon_handler img{
    max-width: 100px;
}

/*
.forminator-response-message.forminator-show.forminator-success{
    display: none !important;
}*/
.property-safe-money-wrap h4{
    font-weight: 600;
}
.block-wrap-blue{
    background-color: #1c5bf7 !important;
    color: white;
}
.panel-container{
    background: #779dfa;
    border-radius: 5px;
    height: 35px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-container-inner{
    width: 450px;
    background-color: white;
    margin: unset;
    padding: unset;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel-container-inner span{
    color: #1c5bf7 !important;
    font-weight: 600;
}
.panel-lower-container{
    display: flex;
    justify-content: space-around;
    font-size: 12px;
}
.property-safe-money-wrap h6{
    margin-top: 20px;
}
.property-safe-money-wrap h6 a{
    color: white;
    text-decoration: underline;
    text-transform: none;
    font-weight: 600;
}
.property_additional_features input[type="checkbox"] {
    appearance: none; /* Custom design */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; /* Aligns properly with the label */
}

.property_additional_features input[type="checkbox"]:checked {
    background-color: #c3ed45; /* Green background */
    border-color: #c3ed45;
}

.property_additional_features input[type="checkbox"]:checked::after {
    content: '✔'; /* Tick mark */
    color: #fff; /* White tick */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the tick */
    font-size: 14px; /* Adjust size if needed */
    font-weight: bold;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #c3ed45;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #c3ed45;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #c3ed45;
  border: 1px solid #c3ed45;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #c3ed45;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: unset;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.single-property .cold-rent,
.single-property .warm-rent {
  display: none !important;
}

/*.single-property #property-overview-wrap .property-overview-data ul:first-child {
  order: 1;
}
.single-property #property-overview-wrap .property-overview-data ul:nth-child(2),
#property-detail-wrap .detail-wrap ul li:nth-child(2){
  order: 6;
}
.single-property #property-overview-wrap .property-overview-data ul:nth-child(3),
  order: 3;
}
.single-property #property-overview-wrap .property-overview-data ul:nth-child(4) {
  order: 4;
}
.single-property #property-overview-wrap .property-overview-data ul:nth-child(5) {
  order: 5;
}
.single-property #property-overview-wrap .property-overview-data ul:last-child{
  order: 2;
}*/


#property-detail-wrap .detail-wrap ul{
  display: flex;
  flex-direction: column;
}
/*#property-detail-wrap .detail-wrap ul li:first-child{
  display: none !important;
}*/
.single-property .custom_property_title{
  justify-content: space-between;
}
.single-property .custom_property_title span{
  font-weight: 600;
  font-size: 24px;
  color: #003c30;
}
@media(min-width: 1024px){
  .single-property .hauses_single_thumbnail{
    width: 817px;
    height: 500px;
    object-fit: cover;
  }
}

.wpcf7 {
    margin-top: 30px;
}
 .wpcf7-form-control {
    width: 100%;
    font-weight: 400;
    border: 1px solid;
    border-color: #dce0e0;
    border-radius: 5px;
    padding: 10px;
}
 span.wpcf7-list-item-label {
    font-size: 11px;
    font-weight: 400;
}
 span.wpcf7-form-control.wpcf7-acceptance {
    border: 0;
    padding: 0;
}

#sidebar .wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #003D2F !important;
    background-color: #c3ed45 !important;
    border-color: #c3ed45 !important;
}

/*a#scroll-top I {
    color: #fff;
}*/
/*.pricing-popup a {
    background-color: #003D2F !important;
    border-color: #003D2F !important;
    color: #fff !important;
}*/

li.existing-flat-mates-in-the-apartment {
    order: 18 !important;
}
li.prop_type {
    order: 2 !important;
}
li.property-bed-type {
    order: 1 !important;
}
li.property-bathroom-details {
    order: 5;
}
.advertise-with-is-form select {
    appearance: none;
    background: #ffffff url('../images/dropdown_arrow.svg') no-repeat 99%;
    background-size: 10px;
}
html {
    scroll-behavior: smooth !important;
}
a.add-favorite-js {
    color: #fff !important;
}
.prev-slide, .next-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border: none;
    z-index: 10;
	width: 42px;
	height: 42px;
	font-size: 0;
	line-height: 0;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.prev-slide {
    left: 10px;
    background-image: url('../images/Arrow_L.svg');
}

.next-slide {
    background-image: url('../images/Arrow_R.svg');
    right: 10px;
}


.nav-dots {
    text-align: center;
    margin-top: 10px;
}
.nav-dots button {
    pointer-events: none;
}
.dot {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 50%;
    padding: 0 !important;
    background: #77777777;
    border: none;
    cursor: pointer;
}
.unslider img {
    border-radius: 4px;
}
.single-property .block-title-wrap {
    margin-bottom: 30px;
    padding-bottom: 15px;
}
button.btn.btn-icon-login-register {
    background: #c3ed45 !important;
    margin-left: 10px;
}
button.btn.btn-icon-login-register:hover {
    background: #003c30 !important;
    color: #ffffff;
}
.property-form form p:has(.wpcf7-spinner) {
    position: relative;
}
.property-form .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btn-primary-outlined.slick-arrow.slick-hidden {
    display: none;
}
.labels-right a:hover {
    color: #c3ed45;
}
.single-property .property-wrap .property-navigation-wrap .container-fluid {
    width: 75%;
}
.single-property .property-wrap .property-navigation-wrap a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

a.unslider-arrow {
    visibility: hidden;
    font-size: 0;
}

@media only screen and (max-width: 1364px){
    .property-form-wrap .wpcf7-acceptance span.wpcf7-list-item-label {
        width: 90%;
    }
    .property-form input[type="checkbox"] {
        vertical-align: top !important;
        margin: 6px 0 0 !important;
    }
    li.agent-name {
        word-break: break-word;
    }
}
@media only screen and (max-width: 1279px){
    .bt-sidebar-wrap .sidebar-wrap .property-form-wrap {
        padding: 20px;
    }
    .agent-details .agent-information {
        padding-left: 10px !important;
    }
    .agent-image img {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 1023px){
    .bt-sidebar-wrap {
        margin-top: 50px;
    }
    .property-form-wrap .wpcf7-acceptance span.wpcf7-list-item, .property-form-wrap .wpcf7-acceptance span.wpcf7-list-item label {
        width: 100%;
    }
    .single-property .content-wrap.property-wrap {
        padding: 30px 0px;
    }
}
@media (max-width: 991.98px) {
    .page-id-18640 .slideout-panel {
        z-index: unset !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .single-property .block-title-wrap {
        margin-bottom: 25px;
        padding-bottom: 0px;
    }
    .property-safe-money-wrap {
        margin-top: 0px !important;
        border-top: 1px solid #dce0e0 ;
    }
}
@media only screen and (max-width: 567.98px) {
    .property-overview-wrap h6 {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .popup-success-msg {
        width: 95%;
        padding: 75px 30px;
    }
}
@media only screen and (max-width: 413.98px) {
    .single-property .detail-wrap {
        padding: 15px;
    }
    .single-property .block-wrap {
        padding: 30px 20px;
    }
    .single-property .similar-property-wrap {
        padding: 0 20px 10px;
    }
    .bt-sidebar-wrap {
        margin-top: 40px;
    }
    .popup-success-msg .success-message {
        font-size: 20px;
        line-height: 26px;
    }
    .popup-success-msg {
        width: 95%;
        padding: 75px 20px;
    }
    .accordion button {
        padding: 1em 1.5em 1em 0;
    }
}