lan-test {
    color: #ff3300;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

body {
    height: 100dvh;
    overflow: hidden;
}

.scroll-container {
    display: flex;
    height: 100dvh;

}

.left-scroll {
    width: 15%;
    background-color: #F4E7DD;
    overflow-y: auto;
}

.right-scroll {
    width: 85%;
    background-color: #F0F0F0;
    overflow-y: auto;
}

.left-group {
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding: 16px 6px;
    cursor: pointer;
}

.right-item {
    width: calc(100% - 17px);
    border: 1px solid #cacaca;
    border-radius: 10px;
    margin: 9px;
}

.item-title {
    font-size: 21px;
    margin: 9px 10px 5px;
    font-weight: bold;
}

.item-price_f{
    font-size: 19px;
    margin: 9px 10px;
    display: flex;
    justify-content: space-between;
}

.item-add {
    cursor: pointer;
    width:30px;
    height:30px;
    font-size: 19px;
    /* color: #ffffff; */
    background-color: #a7cdff;
    border-radius: 20%;
}

.item-img {
    width: 260px;
    /* height: 100%; */
    border-radius: 20px;
    text-align: center;
    margin: 3px 0 6px;
}

.input-custom-radio{
    opacity: 0;
    cursor: pointer;
}
.custom-label , .custom-label-border{
    cursor: pointer;
    font-size: 1.2rem;
    padding: 2px 8px;
    white-space: nowrap;
    border: 1px solid transparent;
}
.custom-label-border {
    border: 1px solid #555555;
    border-radius: 6px;
}

.bottom-space {
    z-index: 400;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #bbf1f1;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.bottom-menu {
    z-index: 500;
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    background-color: #bbf1f1;
    border-top: 1px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    padding: 0 32px;
}
lan-order-pay {
    z-index: 500;
    width: 80%;
    text-align: center; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #CFF2D8;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 20px;
    display: none;
}

.order-list-item {
    text-align: end;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 10px 16px 0;
    display: flex;
    justify-content: space-between;
}

.order-list-details{
    display:block;
    margin: 0 16px 10px;
    font-size: 1rem;
}
.order-add_subtract {
    width: 26px;
    height: 26px;
    font-size: 1rem;
    background-color: #e4ecf7;
    border-radius: 20%;
}

.user-select {
    top: 35px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    overflow-y: auto;
    z-index: 600;
    display: none;
}

.user-div {
    display: flex;
    justify-content: space-between;
    margin: 16px 20px;
    
}

.user-but {
    font-size: 1rem;
    width: 50px;
    height: 32px;
    background-color: #e4ecf7;
    border-radius: 5px;
}

.user-but_select {
    font-size: 1rem;
    width: 60px;
    height: 30px;
    border-radius: 5px;
    margin: 0 5px;
}

.user-list {
    width: 92%;
    margin: auto;
    border-collapse: collapse;
    font-size: 1rem;
}
.user-list tr {
    height: 48px;
}

.td-user-but {
    font-size: 0.9rem;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #8f8f8f;
}

/* admin */
.but_time {
    font-size: 0.9rem;
    width: 56px;
    border: 1px solid #000000;
    padding: 4px 0;
    text-align: center;
    border-radius: 6px;
}
.but_0123 {
    font-size: 0.9rem;
    width: 43px;
    border: 1px solid #000000;
    padding: 2px 0;
    text-align: center;
    border-radius: 4px;
}


