.numpad-main-container {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    justify-content: center;
    margin-top: 140px;
    z-index: 9999;
}

.numpad-container {
    background-color: whitesmoke;
    padding: 10px;
    /* border: 3px solid black; */
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(136 153 166 / 85%),
        0 0 3px 1px rgb(136 153 166 / 75%);
}

.numpad-container button {
    min-width: 70px;
    min-height: 70px;
    margin: 5px !important;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 25px;
    box-shadow: 0 0 15px rgb(136 153 166 / 45%),
        0 0 3px 1px rgb(136 153 166 / 15%);
}

.numpad-container button:hover {
    box-shadow: 0 0 15px rgb(136 153 166 / 85%),
        0 0 3px 1px rgb(136 153 166 / 75%);
}
