input[type=tel] {
    outline: 0
}

a {
    cursor: pointer !important
}

button {
    cursor: pointer !important
}

button:disabled {
    cursor: not-allowed !important
}

