﻿.wrapper {
    display: flex;
}

    .wrapper button {
        position: absolute;
        right: 0px;
        height: 100%;
        background-color: Transparent;
        background-repeat: no-repeat;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: none;

       
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        border-radius: 0px 18px 18px 0px;
        margin-right:8px;
    }
