.property-field-header {
    font-size: 1.4rem;
    font-weight: bold;
}

.hoa-container {
    margin: 1rem;
    border: solid 1px black;
}

.wysiwyg-field-title {
    font-weight: bold;
    margin: 1rem;
    color: black;
    font-size: 1.2rem;
}

.tab-container .ql-editor {
    border: solid 1px gainsboro;
}

.mat-field-container div {
    display: flex;
    justify-content: center;
}

.mat-field-container input[type=checkbox] {
    height: 12px;
    width: 12px;
    margin-left: 1rem;
}
.savecontainer {
    display: flex;
  justify-content: center;
  align-items: center;
}