.trButtonIcon[data-v-6875006f] {
    all: unset;
    background: #f0f3f7;
    border-radius: 1rem;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    padding: 1.25rem;
    width: -moz-fit-content;
    width: fit-content
}

.trButtonIcon[data-v-6875006f]:active {
    transform: scale(.98)
}

.trButtonIcon__icon[data-v-6875006f] {
    height: 1rem;
    width: 1rem
}

.trButtonIcon__icon-left[data-v-6875006f] {
    transform: rotate(-90deg)
}

.trButtonIcon__icon-right[data-v-6875006f] {
    transform: rotate(90deg)
}

.trButtonIcon__icon-bottom[data-v-6875006f] {
    transform: rotate(180deg)
}

.trButtonIcon__icon-ghost[data-v-6875006f] {
    height: unset;
    width: unset
}

.trButtonIcon-ghost[data-v-6875006f] {
    background: none;
    padding: 0
}

.trButtonIcon-dark[data-v-6875006f] {
    filter: invert(1)
}