/* ==========================================================
   TARG DESIGN SYSTEM — FORMS REST 2.0
   ========================================================== */

.tds-form-live-message {
display: none;

margin: 0 0 22px;
padding: 16px 18px;

border: 1px solid transparent;
border-radius: 14px;

font-family: var(--tds-font-family, inherit);
font-size: 15px;
line-height: 1.55;
font-weight: 550;
}

.tds-form-live-message.is-visible {
display: block;
}

.tds-form-live-message.is-success {
border-color: rgba(37, 125, 85, .18);
background: rgba(37, 125, 85, .075);
color: #236f4e;
}

.tds-form-live-message.is-error {
border-color: rgba(164, 62, 62, .18);
background: rgba(164, 62, 62, .07);
color: #8d3838;
}

.tds-contact-form button[disabled],
.tds-agent-profile__form button[disabled],
.tds-agent-v3__secure-form button[disabled] {
opacity: .68;
cursor: wait;
pointer-events: none;
}

.tds-contact-form input:disabled,
.tds-contact-form textarea:disabled,
.tds-contact-form select:disabled,
.tds-agent-profile__form input:disabled,
.tds-agent-profile__form textarea:disabled,
.tds-agent-v3__secure-form input:disabled,
.tds-agent-v3__secure-form textarea:disabled {
cursor: wait;
}


/* ==========================================================
   REALHOMES — UKRYCIE STAREGO MOBILNEGO PASKA AGENTA
   ========================================================== */

@media (max-width: 767px) {

body.single-property .rh_property__agent_head,
body.single-property .rh_property__agent_detail,
body.single-property .rh_property__agent_contact,
body.single-property .rh_property__agent_form,
body.single-property .rh_property__agent_profile_pic,
body.single-property .rh_property_agent,
body.single-property .rh_property_agent__mobile,
body.single-property .rh_property__mobile_agent,
body.single-property .rh_agent_form__row,
body.single-property .rh_property__sticky_agent,
body.single-property .rh-sticky-agent,
body.single-property .rh_mobile_agent {
display: none !important;
}

}
