
 a.keyboard-btn {
    background-color:  #325674;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
        
} 

    a.keyboard-btn img {
        width: 36px;
        filter: brightness(1) invert(1);
    }

    .simple-keyboard body, .simple-keyboard html{
        padding-bottom: 100px;
    }

    .simple-keyboard{
        /* direction:ltr;      */
        
        position: fixed;
        bottom: 12%;
        z-index: 1100;
        margin: 0px 20px;
        background-color: #f4f4f4;
        left: 0;
        right: 0;
        width: 97.2%;

    }
    
    
    /* .hg-theme-default::after{
        content: '';
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 63%;
        height: 50%;
        width: 98%;
        background-color: rgb(244 240 240);
        padding:0px 20px;
        z-index: -1;
    } */

a.language-btn {
   background-color:  #325674;
   border-radius: 50%;
   width: 64px;
   height: 64px;
   padding: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0px 10px;
    
} 

    a.language-btn img {
        width: 36px;
        filter: brightness(1) invert(1);
    }

.move-center {
    bottom: 35% !important;
}

.hide-keyboard {
    display: none !important;
}
