/* Confirm screen */
#confirmForm .confirm-required {
    color: red;
}

.invalid-tooltip {
    margin-top: 30px;
    color: red;
    font-size: 12px;
    display: none;
}

.invalid-tooltip-name {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .invalid-tooltip-name {
        margin-left: 0;
    }

    .invalid-tooltip {
        margin-top: 15px;
    }
}

.contact-form-section .privacy-area .custom-checkbox.is-invalid .checkmark {
    border: 1px solid red;
}
  
.contact-form-section .privacy-area .custom-checkbox.is-invalid .label-text {
    color: red;
}

.btn-confirm-area .submit-btn:disabled {
    pointer-events: none;
    opacity: 0.4;
}

#confirmForm .form-label {
    font-weight: 700;
    line-height: 1.5;
}

#confirmForm .cfrm-input-data {
    line-height: 1.8;
    word-break: break-word;
}

#confirmForm .border-bottom {
    border-color: #E5E5E5 !important;
}

#confirmForm .badge-required {
    background: #AD814D;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 2px;
    line-height: 1;
}

#ps-wealth-properties-form {
    padding-top: 120px;
    margin-top: 0px;
}

#ps-welth-properties-thanks {
    padding-top: 120px;
    padding-bottom: 120px;
}

.thanks-page .btn-submit {
    background-color: #a67c52;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    min-width: 442px;
}

.property-list .disabled-link {
    pointer-events: none;
}

.property-list .default-image-ps {
    border: 1px solid #000000;
}

#single-estate {
    padding-top: 40px;
}

#ps-wealth-properties-form .custom-control-label {
    font-size: 14px;;
}

#ps-wealth-properties-form .form-privacy-policy p {
    font-size: 12px;;
}

.property-card .sold-out-status {
    background: #E0E0E0;
}

.property-card .property-card__image img {
    object-fit: contain;
}

@media (max-width: 991px) {
    .property-page .property-card__info, .property-card__image {
        flex: auto;
    }
}