.name-tile {
    min-width: 150px;
    height: 75px;
    margin: 10px;
    font-size: 2.5rem;
}

.pwd-key {
    width: 85px;
    height: 85px;
    margin: 10px;
}

.btn-pwd-login {
    width: 100%;
    height: 85px;
    margin: 10px;
}

.form-error {
    width: 100%;
    margin-top: .25rem;
    font-size: .875rem;
    color: red;
}

.user-icon {
    font-size: 50px;
    color: #4CAF50; /* Circle color */
}

.icon-text {
    font-size: 18px; /* Adjust the size of the text inside the circle */
}

.amt-lbl {
    color: gray;
    font-size: 0.75rem;
    margin-top: 10px;
}
.amt-nbr {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 10px;
}
.outstanding {
    color: #dc3545;
    font-size: 1.5rem;
}

.btn-flat {
    width: 100%;
}

.calc-btn {
    width: 100%;
    font-size: 2rem;
}

.num-pad-btn {
    width: 100%;
    font-size: 2rem;
}

.pay-layer-btn {
    margin: 0 0.1rem;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 4000;
    display: none;
}

.summary-buttons button {
    height: 3.2rem;
}

.keypad-tile {
    position: relative;
    height: 133px;
}

.keypad-tile img {

}

.keypad-tile div {
    font-size: 0.7rem;
    font-weight: 900;
    position: absolute;
    bottom: 5px;
    background-color: gray;
    opacity: 50%;
    color: white;
    width: 80%;
    text-align: center;
}

#cartsButtons button {
    height: 45px;
    width: 100%;
}

/* order line font bigger and thicker */
#order-list-table {
    font-weight: 900;
    font-size: 1.1em;
}

#editGiftCardForm fieldset {
    border: 2px solid #ccc;
    padding: 1em;
    border-radius: 8px;
    margin: 1em 0;
}

#editGiftCardForm legend {
    font-weight: bold;
    padding: 0 0.5em;
}

.payment-clear-btn {
    border: none;
    background: none;
    color: #6c757d;
    padding: 0 0 0 5px;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s;
}

.payment-clear-btn:hover {
    opacity: 1;
}
