.yard--table::-webkit-scrollbar {
    width: 10px;
}

.yard--table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 2px solid var(--light);
    background-color: var(--color-main);
}

.yard--table::-webkit-scrollbar-track {
    background-color: var(--light);
    border-radius: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.box-search-playground .text-change{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}