/*********** FINAL BILL ***********/

.final-bill .desk {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 24px;
}

.final-bill .desk span:nth-child(1) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    margin-bottom: 4px;
}

.final-bill .desk span:nth-child(2) {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.023em;
    color: #4D4D4D;
    margin-top: 8px;
}

.final-bill .banner {
    margin-top: 24px;
}

.final-bill .name {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 8px;
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    border-radius: 8px;
    margin-top: 16px;
}

.final-bill .name span {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4d4d4d;
}

.final-bill .tel-desk {
    margin-top: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
}

.final-bill .tel-desk .tel {
    margin-right: 16px;
}

.final-bill .tel-desk .tel,
.final-bill .tel-desk .desk-num {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
    width: 50%;
    height: 40px;
    background: #F7F7F7;
    border-radius: 8px;
}

.final-bill .tel-desk span {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4d4d4d;
}

.final-bill .comanda {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 8px;
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    border-radius: 8px;
    margin-top: 16px;
    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; */
    position: relative;
    padding: 0 16px;
}

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

.final-bill .comanda span {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4d4d4d;
    position: absolute;
    right: 16px;
}

.final-bill .alert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    height: 44px;
    background: #E8F5EE;
    border: 1px solid #C3E6CB;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 8px 0 16px;
}

.final-bill .alert div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 20px;
}

.final-bill .alert div span:nth-child(2) {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #25A65B;
    margin: 0px 8px;
}

.final-bill .alert div span:nth-child(3) {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    /* font-feature-settings: 'tnum' on, 'lnum' on; */
    color: #4D4D4D;
}

.final-bill #quantity-value {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    color: #4D4D4D;
}

.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 .subtitle-status {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 4px;
    height: 20px;
    background: #E8F5EE;
    border-radius: 4px;
    float: right;
}

.bill .subtitle-status span {
    height: 20px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    /* letter-spacing: 0.4px; */
    color: #25A65B;
}

.bill .subtitle-status img {
    margin-right: 4px;
    margin-bottom: 1px;
    animation: blinker 1.25s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.bill .subtitle-status.error {
    background: #FFF0F2;
}

.bill .subtitle-status.error span {
    color: #B00020;
}

.bill .subtitle-status.noblink img {
    display: none;
}

.final-bill .bill .title {
    width: 100%;
    margin-bottom: 24px;
    align-items: center;
    display: flex;
    place-content: space-between;
}