.customerBlink{
    background: #9538d8;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;    
}

.fromCustomer{
    background-color:#bc5fff;
    color:#000;
}

.fromAlert{
    background-color:#fff519;
    color:#000;
}

.alertBlink{
    background: #fff519;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;      
}

.dp{
    background-color: #888;
}

.tk{
    background-color: #007bff;
}

.paroxos .dion,.paroxos .exist,.paroxos .nonExist{
    height:30px;
    max-height: 30px;
    overflow: scroll;
    margin-bottom: 10px;    
}

.paroxos .exist{
    background-color:#888;
}

.paroxos .nonExist{
    background-color:red;
}

.paroxos .dion{
    background-color: #888;
}

.pay-btn {
    border:1px solid #4CAF50;
    background-color: #4CAF50;
    color: white;
    font-weight: 500;
}
.cancel-btn {
    border:1px solid #f44336;
    background-color: #f44336;
    color: white;
    font-weight: 500;
}
.deltio-btn{    
    border:1px solid orange;
    background-color: orange;
    color: white;    
    font-weight: 500;
}

.selected {
    background-color: lightgreen;
    color: #000 !important;
}

.disablePays{
    display:none;
    background-color: rgba(0,0,0,0.8);
    width: 50%;
    height: 100vh;
    position: fixed;
    text-align: left;
    right: 0px;    
}

.disablePays .total{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.tableButton,.food_option_button_delete, .food_option_button_save{
    border-radius: 8px;
}

.cash_order .ordertd{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard */    
}

.loginMessage{    
    text-align: center;
    color: #fff;
}

.menuButton, .foodButton{
    border-radius: 5px;        
}

.full-buttons{
    background-color: #282828;
    width:80%;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    margin:0 auto;
}

.order-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.order-card {
    background: #2b2b2b;
    border:1px solid #131313;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 280px;
    height: 760px;
    max-height: 760px;
    word-break:break-all;
}
.order-card h2 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 20px;    
    padding-bottom: 10px;
    border-bottom: 1px solid #1c1c1c;
}
.order-card p {
    margin: 5px 0;
    font-size: 14px;
}
.order-card input[type="checkbox"]{
    padding:0px !important;
    -moz-transform:unset !important;
}
.items-list {
    flex-grow: 1;
    overflow-y: auto;    
}
.item {
    /*border-top: 1px solid #131313;*/
    padding: 5px 0;
    cursor: pointer;
}
.paroxos{
    width: 280px;  
    height:290px;
    max-height: 290px;
    overflow-y: scroll;
    padding-top: 5px;
}

.dionser{    
    max-height: 200px;    
}
.paroxos .title{
    border-top: 1px solid #888;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
}
.order-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.order-actions button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 50%;
    height: 40px;
    margin-right: 2px;
    margin-top: 10px;
}

.order-actions .deltio-btn{
    width:100%;
}

#tamioModal,#receiptModal,#paymentModal,#paymentSpecificModal,#receiptSpecificModal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;    
}

#closeTamioModal,#closePaymentModal,#closeReceiptModal,#closePaymentSpecificModal,#closeReceiptSpecificModal{
    position:absolute;
    top:10px;
    right:45px;
    font-weight:bold;
    font-size:40px;
    cursor:pointer;
    color:#fff;    
}

.pos-option,.pos-option-disable-button,.pos-option-button{
    background-color: #007bff;
    border: 1px solid #007bff;
    color:#fff;
    padding:10px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    width:250px;
    height:60px;
    margin-top: 10px;
}

#paymentModal .pos-option,#receiptModal .pos-option,#paymentSpecificModal .pos-option,#receiptSpecificModal .pos-option{
    line-height: 60px;
}

.pos-option-disable-button{
    background-color: #888 !important;
    border:1px solid #888 !important;
    color:#ccc !important;
}