.check-hoa-container {
    padding: 1.2rem;
}

.hoa-label-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.admin .form {
    width: 100%;
    padding: 9px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
    display: block;
}

.HOA-top-list-field {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". . . . . . . . . . . . . . .";
}

.field-label {
    font-size: .75rem;
}

.hover-bar:hover {
    color: #2c80b8;
    cursor: pointer;
}

.top-hoa-containers-titles {
    display: flex;
    justify-content: space-around;
    border-bottom: solid black 1px;
}

.flex-icon-display {
    display: flex;
    font-size: 1.5rem;
}

.flex-icon-display i {
    margin: 1rem;
    cursor: pointer
}

.toggle-button {
    width: 100%;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    border-top-right-radius: 9px;
}

.mode-toggle-icon-button-wrapper {
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: solid 1px grey;
    font-size: 1rem;
    cursor: pointer;
}

.mode-toggle-icon-button-wrapper .fa-plus-circle {
    margin-right: .6rem;
    font-weight: bold;
    color: green;
}

.mode-toggle-icon-button-wrapper .fa-ban {
    margin-right: .6rem;
    font-weight: bold;
    color: red;
}