.keyboard__key{
    border: 1px solid black;
    padding: 5px;
    height: 55px;
    color: #000000;
    /* margin-right: 3px; */
    /* width: 116px; */
    /* width: 90px; */
    /* width: 128px; */
    background-color: white;
    border: 1px solid white;
    margin: 2px;
    font-size: 25px;
    /* box-shadow: #f2f2f7 0px 5px 5px 1px; */
    /* //#F2F2F7 3px 0px 8px 0px; */
    border-radius: 3px;
    /* box-shadow: rgb(229 242 255) 0px 0px 3px 0px; */
    box-shadow: 0 4px 6px -7px #222;
     /* //0 2px 10px -7px #222       0 4px 6px -7px #222*/
}
.keyboard_done_key{
    height: 55px;
    background-color: #F2F2F7;
    border: 1px solid #F2F2F7;
    color: #000000;
}
.done_key{
    position: absolute;
    right: -25px;
     /* -40px; */
    font-size: 17px;
}
.down_key{
    /* margin-left: -40px; */
}
.keyboard__keys{
    background-color: #F2F2F7;
}
.hide-me{
    display: none;
}

.key_new{
    display: flex;
    /* padding: 0px 70px; */
    width: 100%;
    justify-content: center;
    /* margin-bottom: 55px; */
    position: fixed;
    bottom: 0px;
    z-index: 99999999999999999999999;
}

.halfwidth{
    /* width: 58px !important; */
    /* width: 45px !important; */
    width: 64px !important;
    margin-right: 0px;
}

.halfwidth img{
    width: 15px;
}