.masterFormFooter {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: smaller;
    font-weight: lighter;
    padding-inline: 1em;
}

.master-data {
    background-color: white;
    padding: .5em;
    border: gainsboro;
    border-style: solid;
    border-width: .1em;
}

.bareForm {
    background-color: white;
}

.bareForm .form-control {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: space-between;
    gap: 1em;
}

.builderTag {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.builderTag a {
    display: inline-flex;
    align-items: center;
}

.builderTag svg {
    vertical-align: middle;
}

.dynamic-field-group {
    margin-bottom: 1em;
}

.dynamic-fields-container {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-bottom: 0.5em;
}

.dynamic-field {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.dynamic-field .input {
    flex-grow: 1;
}

.dynamic-add-btn,
.dynamic-remove-btn {
    min-width: 2em;
    text-align: center;
    font-weight: bolder;
}

.dynamic-add-btn {
    margin-top: 0.5em;
}