.text-white {
    color: white;
}

.text-black {
    color: black;
}

.validation-message {
    font-size: 0.8rem;
    color: var(--custom-danger);
}

.table td {
    padding: 0.50rem;
    vertical-align: middle;
}

.text-bold {
    font-weight: bold;
}

.text-step {
    font-weight: 500;
    font-size: 1.17rem;
}

.text-sub-step {
    font-weight: 400;
    font-size: 1rem;
}

.text-title {
    font-weight: bold;
    font-size: 2.5rem;
}

.list-group-item.bg-culture {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.with-space {
    white-space: pre-line;
}
