textarea {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.CodeMirror-placeholder {
    opacity: 25%;
}

.fix-to-bottom-absolute {
    position: absolute;
    bottom: 0
}

.text-justify {
    text-align: justify;
}

.success-tooltip {
    --bs-tooltip-bg: var(--bs-success);
}

.primary-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.info-tooltip {
    --bs-tooltip-bg: var(--bs-info);
}