#wrap [data-icon]:before
{
    content: '';
    display: inline-block;
    line-height: 1em;
    min-height: 1em;
    min-width: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    pointer-events: none;
    vertical-align: middle;
}
#wrap [data-icon="arrow_up"]:before
{
    width: 2em;
    height: 2em;
    line-height: 2em;
    background-image: url('../images/ui/icons/icon_arrow_up.png');
}
#wrap [data-icon="arrow_down"]:before
{
    width: 2em;
    height: 2em;
    line-height: 2em;
    background-image: url('../images/ui/icons/icon_arrow_down.png');
}
#wrap [data-icon="coins"]:before
{
    width: 2.1428em;
    height: 1.8571em;
    line-height: 1.8571em;
    background-image: url('../images/ui/icons/icon_coins.png');
}
#wrap [data-icon="cubok"]:before
{
    width: 2.1428em;
    height: 1.8571em;
    line-height: 1.8571em;
    background-image: url('../images/ui/icons/icon_cubok.png');
}
#wrap [data-icon="arrow_left"]:before
{
    width: 1.5714em;
    height: 1.4285em;
    line-height: 1.4285em;
    background-image: url('../images/ui/icons/icon_arrow_left.png');
}
#wrap [data-icon="dagger"]:before
{
    width: 1.6428em;
    height: 1.5em;
    line-height: 1.5em;
    background-image: url('../images/ui/icons/icon_dagger.png');
}
#wrap [data-icon="dices"]:before
{
    width: 3.2857em;
    height: 2.1428em;
    line-height: 2.1428em;
    background-image: url('../images/ui/icons/icon_dices.png');
}
#wrap [data-icon="photo"]:before
{
    width: 2.1428em;
    height: 2.1428em;
    line-height: 2.1428em;
    background-image: url('../images/ui/icons/icon_photo.png');
}
#wrap [data-icon="dices_black"]:before
{
    width: 5.0357em;
    height: 5.0357em;
    line-height: 5.0357em;
    background-image: url('../images/ui/icons/icon_dices_black.png');
}
#wrap [data-icon="dices_red"]:before
{
    width: 5.0357em;
    height: 5.0357em;
    line-height: 5.0357em;
    background-image: url('../images/ui/icons/icon_dices_red.png');
}
#wrap [data-icon="arrow_up_1"]:before
{
    width: 3.2857em;
    height: 3.2857em;
    line-height: 3.2857em;
    background-image: url('../images/ui/icons/icon_arrow_up_1.png?v=200330');
}
#wrap [data-icon="arrow_down_1"]:before
{
    width: 3.2857em;
    height: 3.2857em;
    line-height: 3.2857em;
    background-image: url('../images/ui/icons/icon_arrow_down_1.png?v=200330');
}
#wrap [data-icon="photo_1"]:before
{
    width: 3.2857em;
    height: 3.2857em;
    line-height: 3.2857em;
    background-image: url('../images/ui/icons/icon_photo_1.png?v=200330');
}