.custom-clear {
  background: #e46b6b !important;
  font-weight: bold !important;
  color: white;
}

.custom-backspace {
    background: #9e9e9e !important;
    font-weight: bold !important;
    color: white;
}

.custom-enter {
    background: #3b8fb1 !important;
    font-weight: bold !important;
    color: white;
}

.simple-keyboard {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
}
  
.simple-keyboard .hg-button {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px;
    padding: 25px !important;
    cursor: pointer;
}
  
.simple-keyboard .hg-button:active {
    background: #e0e0e0;
}

input[type="text"] {
    touch-action: none;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
}

input[type="tel"] {
    touch-action: none;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
}