/* TODO: refactor */

.text-black {
    color: #000;
}

.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.margin-bottom {
    margin-bottom: 1em;
}

.margin-bottom-2 {
    margin-bottom: 2em;
}

.has-editor {
    display: flex;
    flex-direction: column;
}

