/*
 Theme Name:   Houzez Child
 Theme URI:    http://svn.space/houzez-child
 Description:  Houzez Child Theme
 Author:       Idle
 Author URI:   http://svn.space
 Template:     houzez
 Version:      1.0.0
*/

.houzez-report-search-filters {
    padding: 15px !important;
    border: none;
    background-color: white;
    border-radius: 2px;
}

.houzez-report-search-filters .row .form-group {
    margin-bottom: 10px;
}

.houzez-report-search-filters button {
    margin-top: 10px;
}

.houzez-report-search-filters .row .form-group {
    margin-bottom: 10px;
}

.houzez-report-search-filters label {
    margin-bottom: 15px;
    margin-top: 15px;
}

.property-features-inline {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.property-features-inline label {
    margin-bottom: 5px;
    margin-top: 0px;
}

.houzez-data-content .export-button {
    position: absolute;
    top: 15px !important;
    left: 260px;
}

/* PRINT DESIGN */
.design-option {
    cursor: pointer;
    padding: 10px;
    border: 3px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    max-width: 250px;
}
.design-option:hover {
    border-color: #e0e0e0;
}
.design-option.selected {
    border-color: #2cb3b2;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.2);
    border-width: 4px !important;
}
.design-option img {
    border-radius: 4px;
    width: 100%;
    height: auto;
}
.design-option b {
    display: block;
    margin-bottom: 8px;
    color: #333;
} 
#imageRadioModal .close {
    background-color: transparent;
    display: block;
    margin-left: auto;
    padding: 0px 6px;
    border: 1px solid red !important;
    border-radius: 50px;
    font-size: 22px;
    color: red !important;
}

/* MEDIA UPLOAD CONTAINER HEADING */
.meida-upload-container-heading ul li {
    list-style-type: disc;
    margin-left: 15px;
}

/* GARAGE SIZE WRAPPER */
.garage-size-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.membership-page-custom-note {
    padding: 15px;
    background-color: #f0fff0;
    border-radius: 4px;
}
.membership-page-custom-note a{
    font-weight: bold;
}