﻿.text-hover-green:hover {
    color: var(--green) !important;
    font-weight: bold !important;
}

.text-hover-dark:hover {
    color: var(--dark) !important;
    font-weight: bold !important;
}

.text-overflow-small {
    max-height: 200px;
    text-overflow: ellipsis;
    overflow-y: auto;
}

.white-nowrap {
    white-space: nowrap;
}