a.wpslash-tip-percentage-btn
{
    
    position: relative;
    overflow: visible;
    padding: 5px;
    font-weight: 700;
    left: auto;
    width: 21%;
    text-align: center;
    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-right: 3px;
    margin-bottom: 3px;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0px 1px 0px 0px #000000;
    border-radius: 6px;
    border: 1px solid #808080;
    display: inline-block;
    cursor: pointer;
    margin: 4px;
}
.wpslash-tip-percentage-btn:hover
{
    transition: 0.3s all;
    opacity: 0.7;
}

.wpslash_tip_remove_btn
{
        all: unset;
    background: #cc0000;
    position: absolute;
    right: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-left:auto;
    margin: auto;
    vertical-align: middle;
    line-height: 20px;
    color: white;
    -webkit-text-fill-color: white;
    border-radius: 99px;
    font-size: 14px;
    cursor: pointer;
}
.wpslash_tip_remove_btn:hover
{
    opacity: 0.7;
}
a.wpslash-tip-submit
{
    
    position: relative;
    overflow: visible;
    padding: 5px;
    height: 1.3rem;
    font-weight: 700;
    left: auto;
    width: auto;
    text-align: center;
    float: left;
    justify-content: center;
    font-size: 13px;
    box-shadow: 0px 1px 0px 0px #000000;
    border-radius: 6px;
    border: 1px solid #808080;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: flex;
    flex: 1;
    height: auto;
flex-direction: column;
}
.wpslash-tip-submit:hover
{
    transition: 0.3s all;
    opacity: 0.7;
}