.react-button {
    font-family: Inter;

    display: inline-flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;

    height: 28px;
    opacity: 1;
    border-radius: 4px;
    gap: 4px;
    padding: 2px 10px;
}

.nur-icon-back-react {
    padding: 7px;
    gap: 10px;
    width: 28px;
}

.big-button-react{
    height: 38px;
    border-radius: 4px;
    padding-right: 12px;
    padding-left: 12px;
    gap: 4px;
}

.nur-icon-back-react.big-button-react {
    width: 38px;
}

.big-button-react .react-icon {
    width: 20px;
    height: 20px;
}

.react-icon {
    width: 14px;
    height: 14px;
    background-color: currentColor;
    color: #161616;
}

.gn-react-back-color-defaultDark .react-icon {
    color: #FFFFFF;
}
