/* Utility CSS classes */

.ellipsis-text {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.copy-clipboard {
    cursor: pointer;
    font-size: 15px;
}