* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout:none;
    -moz-touch-callout:none;
    -ms-touch-callout:none;
    transform: translateZ(0);
}

html, body {
    margin: 0;
    padding: 0;
}

.hide {
    display: none !important;
}

.mobile-keyboard {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    border-top: 1px solid #e0dfdf;
    background-color: #d6d8dd;
    z-index: 19940405;
    font-family: -apple-system-font, Helvetica Neue, sans-serif;
}

.mobile-keyboard_finish {
    display: flex;
    justify-content: flex-end;
    color: #00a1ff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 20px;
    letter-spacing: 1px;
    background-color: #f9f9f9;
}

.mobile-keyboard_main {
    display: flex;
    flex-flow: row wrap;
    width: 100%;

    padding: 8px 8px 0;
    color: white !important;

}

.mobile-keyboard_main-item {
    width: calc((100% - 32px) / 3);
    height: 46px;
    line-height: 46px;
    margin-bottom: 8px;
    text-align: center;
    /* color: #333; */
    border-radius: 6px;
    font-size: 26px;
    background-color: #8c3c99;
}

.mobile-keyboard_main-item:active {
    background-color: #bec9d5;
}

.mobile-keyboard_main-item:not(:nth-child(3n)) {
    margin-right: 8px;

}

[data-code=''] {
    background-color: transparent;
}

[data-code='x'] {
    margin-right: 8px;
}

.mobile-keyboard_main-item:last-child {
    background: url("../recursos/img/delete.png") no-repeat center center / 36px;
}

.mobile-keyboard-shadow{
    position: absolute;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    /* background-color: rgba(255, 255, 255, 0.5); */

}
