
/*# sourceMappingURL=custom.min.css.map */

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem !important;
    border-bottom: 1px solid #eae8f1;
    /* border-top-left-radius: 0.3rem; */
    /* border-top-right-radius: 0.3rem; */
    /* background: #242f48; */
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem !important;
    border-top: 1px solid #eae8f1;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    background: #f8f9fa;
}

/* .header-icon {
    text-align: center;
    line-height: 40px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.5rem;
    color: #a8b1c7;
} */

legend.view-house-page {
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #ddd;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1rem !important;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.font-weight-bold {
    font-weight: 700 !important;
}