.inputdisplay{display:flex;justify-content:center}.fullwidthinput{height:70px;width:94%;padding:10px 15px;font-size:16px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.keyboard{display:flex;justify-content:center}.numberkeyboard{margin-top:20px;width:94%;flex-direction:column;gap:8px}.keyboardrow{display:flex;justify-content:space-between;gap:8px}.key{margin-top:10px;flex:1;height:50px;font-size:18px;border:1px solid #ddd;background-color:#fff;border-radius:4px;cursor:pointer;transition:all .2s}.key:hover{background-color:#f5f5f5}.key:active{background-color:#e0e0e0}.cardidsearch{border-radius:20px;width:150px;height:50px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:18px;font-weight:700;background:linear-gradient(180deg,#87cefa,#1e90ff,#06c)}