/* Icons */
.icon {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-inline: 4px;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-64 {
    width: 64px;
    height: 64px;
}

.icon-arrow-right {
    background-image: url("../src/icon/arrow-right.png");
}