.bill .title {
    width: 100%;
    margin-bottom: 24px;
}

.bill .title span {
    height: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    /* letter-spacing: 0.4px; */
    color: #4d4d4d;
}

.bill .name-user {
    width: 328px;
    height: 72px;
    margin-bottom: 24px;
}

.bill .name-user span {
    width: 328px;
    height: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.28px; */
    /* font-feature-settings: 'pnum' on, 'lnum' on; */
    color: #4d4d4d;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 8px;
}

.bill .name-user input[type="text"] {
    flex-direction: row;
    align-items: center;
    padding: 13px 16px;
    width: 328px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    color: #4D4D4D;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.bill .name-user input[type="text"].disabled,
.bill .telefone-user input[type="text"].disabled {
    background: #F7F7F7;
    border: none;
    pointer-events: none;
}

.bill .info-user {
    display: flex;
    margin-bottom: 24px;
    align-items: end;
}

.bill .card-user {
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    margin-bottom: 24px;
    position: relative;
}

.bill .card-user p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
}

.card-user p:last-child {
    position: absolute;
    right: 16px;
}

.bill .telefone-user {
    width: 100%;
}

.bill .telefone-user span {
    height: 16px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.28px; */
    /* font-feature-settings: 'pnum' on, 'lnum' on; */
    color: #4d4d4d;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-bottom: 8px;
}

.bill .telefone-user input[type="text"] {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 13px 16px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    color: #4D4D4D;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.bill .telefone-user input[type="text"]::placeholder {
    color: #999;
}

.bill .mesa-user {
    border-radius: 8px;
    border: none;
    background: #F7F7F7;
    width: calc(100% - 36px);
    height: 48px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    place-content: space-between;
}

.bill .mesa-user[desk="Pendente"] {
    display: none;
}

.bill .mesa-user p {
    color: #4d4d4d;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
}

.bill .name-user input[type="text"].disabled,
.bill .telefone-user input[type="text"].disabled {
    background: #F7F7F7;
    border: none;
    pointer-events: none;
}

.bill .bill-confirm[disabled] {
    background: #CCCCCC;
}

.bill .bill-confirm {
    height: 48px;
    width: 100%;
    background: var(--color-primary);
    border-radius: 8px;
    padding: 14px 24px 12px 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.bill .bill-confirm span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    align-items: center;
    text-align: center;
    /* letter-spacing: 0.28px; */
    line-height: 24px;
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #FFFFFF;
}

.bill .bill-confirm svg {
    margin-right: 4px;
}

/********* QR ALERT *********/

#qr-alert {
    position: fixed;
    height: 316px;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    background: #FFFFFF;
    bottom: 0;
    z-index: 10001;
}

#qr-alert div div span:nth-child(1) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    font-feature-settings: 'tnum' on, 'lnum' on, 'cpsp' on;
    color: #4D4D4D;
    margin-bottom: 16px;
}

#qr-alert div div span:nth-child(2) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 131%;
    display: flex;
    align-items: center;
    letter-spacing: 0.023em;
    color: #4D4D4D;
}

#qr-alert img {
    width: 96px;
    height: 180px;
}

.cart-area>.header {
    height: 48px;
}

.bill .value {
    margin: 0 0 24px;
}

.responsive-cart .error span {
    color: #B00020;
}

.responsive-cart .error input {
    border: 1px solid #B00020 !important
}

@media screen and (min-width: 720px) {
    .responsive-cart .name-user {
        margin-right: 16px;
    }

    .responsive-cart {
        display: block;
    }

    .bill .name-user {
        margin-bottom: 0;
        width: 100%;
    }

    .bill .mesa-user {
        margin-bottom: 4px
    }

    .bill .name-user input[type="text"] {
        width: 100%;
    }
}