.button-new {
    align-items: center;
    appearance: none;
    background-color: #555555;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgb(162 208 55) 0 2px 4px, rgb(162 208 55 / 0%) 0 7px 13px -3px, rgb(162 208 55) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 30px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 12px;
}