﻿
#keypadContent {
    width: fit-content;
}

.btn-keypad {
    font-size: 1.5em;
    line-height: 2em;
    width: 2em;
    height: 2em;
    text-align: center;
    justify-content: center;
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    white-space: normal;
    word-break: break-word;
    display: flex;
    align-items: center;
    margin: 0.5rem !important;
}

.btn-keypad-key {
    background-color: #fc4a1a;
    color: #fff;
    border-color: #fc4a1a;
}

.btn-keypad-confirm {
    background-color: #f0f3f7;
    color: #fc4a1a;
    border-color: #fc4a1a;
}
