/*.simple-keyboard.hg-theme-01 {
    background-color: rgba(0, 0, 0, 1);
}*/

/**
 * hg-theme-default theme
 */

 .simple-keyboard.hg-theme-ios {
    position: fixed;
    bottom: 0;
    z-index: 700;
    width: 100vw;
    margin: auto;
    display: none;
    background-color: #e5e5e5;
    font-weight: bold;
    touch-action:manipulation
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-row .hg-button {
    flex-grow: 1;
    cursor: pointer;
    max-width: initial;
}

.simple-keyboard.hg-theme-ios .hg-row {
    display: flex;
}

.simple-keyboard.hg-theme-ios .hg-row:not(:last-child) {
    margin-bottom: 5px;
}

.simple-keyboard.hg-theme-ios .hg-row .hg-button:not(:last-child) {
    margin-right: 5px;
}

.simple-keyboard.hg-theme-ios .hg-row:nth-child(2) {
    margin-left: 18px;
}

.simple-keyboard.hg-theme-ios.hg-theme-default {
    background-color: rgb(229, 229, 229);
    padding: 5px;
    border-radius: 5px;
}

.simple-keyboard.hg-theme-ios.hg-theme-default.hg-layout-custom {
    background-color: #e5e5e5;
    padding: 5px;
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0;
    background: white;
    border-bottom: 1px solid #b5b5b5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-weight: 400;
    font-size: 1em;
    min-width: 30px;
    height: 40px;
    min-height: 40px;
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button:active, .simple-keyboard.hg-theme-ios.hg-theme-default .hg-button:focus {
    background: #e4e4e4;
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button.hg-functionBtn {
    background-color: #adb5bb;
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button.hg-button-space, .simple-keyboard.hg-theme-ios.hg-theme-default .hg-button.hg-button-shift, .simple-keyboard.hg-theme-ios.hg-theme-default .hg-button.hg-button-shiftactivated {
    background-color: #ffffff;
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button-space {
    max-width: 448px;
    min-width: 448px;
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button-enter {
    max-width: 110px;
    min-width: 110px;
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button-altright, .simple-keyboard.hg-theme-ios.hg-theme-default .hg-button-back {
    min-width: 80px;
    max-width: 80px;
}