

/************************************************** pos page ***************************/
.main_right .category_items .single_item img {
	width: unset; max-width: -webkit-fill-available; padding: 5px;
	display: none;
}

.main_right .category_items .single_item .item_name {font-weight: bold;}
#main_part .main_right #main_item_holder .category-list .list-of-item li a {padding: 20px 2px; font-weight: bold;}

#main_part .main_right #main_item_holder .single_item {border: 1px solid #aaa; box-shadow: none;
    padding: 10px 2px 10px 1px;
}
.specific_category_items_holder {gap: 10px;}

.main_right .category_items .single_item p {line-height: 22px; margin: 0px 0px 0px 0px;}
.main_right .category_items .single_item .item_price {margin-top: 0px;}

#pos__sidebar .have_sub_menu > a::after {
font-family: "Font Awesome 5 Pro" !important;
}
/******************************** pos ekrani tuslari********************************/
.main_center { height: calc(100vh - 300px); }
#main_part .left_item .main_middle #bottom_absolute .bottom__info .main_bottom .button_group button { height: 80px; }

@media (max-width: 428px) {
#main_part .left_item .main_middle #bottom_absolute .bottom__info .main_bottom .button_group button { height: 50px; }
div#bottom_absolute {margin-top: -70px;}	
}


/***************************************login page***********************************/
.active_login_btn {background-color: #3c9324 !important; }
.card .button-container button {background-color: #3c9324 !important; margin: 20px auto -10px;}
.card .input-container input { height: 38px; font-size: 18px;}

.card .input-container input:valid ~ label {
    -webkit-transform: translate(-12%, -100%) scale(0.75);
    transform: translate(-12%, -100%) scale(0.75);
    margin-top: 20px !important;
}
.card .title { margin: 0 0 20px; color: #3c9324;}


/*********************** admin sayfasi *************************/
span.menu-header-text {font-weight: bolder; color: #333;}
svg.feather.feather-log-out {fill: red; }
aside#pos__sidebar .brand__logo img {width: 150px; margin: 0px 20px;}

/******************** payment window ****************************/
.payment-list.order-payment-list .list-for-payment-type li a.set_payment { padding: 20px 10px; }
.modal .modal-content .order-payment-wrapper .payment-list a.active {background-color: #acc7ef;}
.modal .modal-content .order-payment-wrapper .payment-content .payment-amount .top-layer .btns button {background-color: #999;font-weight: bolder;}
.modal .modal-content .order-payment-wrapper .payment-content .key-pad .right-keys .key-list a.set_no_access.get_quick_cash.set_default_quick_cach {background-color: #999; font-weight: bold;}
#order_payment_modal .modal-content .btn__box button {height: 60px;}
.modal .modal-content .order-payment-wrapper {height: calc(100vh - 280px);}
#item_modal .btn_new_custom {
    background-color: #8bc34a!important;
    border-radius: 10px !important;
}

/********************** modal settings **************************/
.pos__modal__overlay { background-color: rgba(31, 31, 31, 0.9);}
.modal.active {
    /* Remove animation, just show instantly */
    animation: none;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.modal.inActive {
    animation: none !important;
    transform: translateX(-50%) translateY(-1800px) scale(1);
    opacity: 0; 
}
.modal {
    transform: translateX(-50%) translateY(-1800px) scale(1);
    opacity: 1;
    transition: all 0s;
}

/* cus_pos_modal slide animasyonu kaldır - aninda ac */
.cus_pos_modal.active {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: translateX(-50%) translateY(0) scale(1) !important;
    transform: translateX(-50%) translateY(0) scale(1) !important;
    opacity: 1 !important;
}
.cus_pos_modal.inActive {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: translateX(-50%) translateY(-1800px) scale(0.7) !important;
    transform: translateX(-50%) translateY(-1800px) scale(0.7) !important;
    opacity: 0 !important;
}

button#close_item_modal, button#add_to_cart {padding: 20px; height: auto; font-weight: bold; }

/* ********************************************************
                      Table screen
******************************************************** */

.table-category-list {
    padding: 0px;
}
.table-category-list h4 {
    margin-top: 0px;
}
.set_quick_action { 
    padding: 20px 10px;
    height: unset;
}
a.get_area_table {
    padding: 20px 0px !important;
}
.btn_minus_plus {
    font-size: 28px;
}
.btn_minus_plus_right {
    font-size: 28px;
}
button#reset_table {
    margin-left: 160px;
    margin-top: -2px;
}
.custom_ul_split > .custom_li_split {
    margin: 5px;
}
#order_split_modal .modal-content .order-payment-wrapper .right-item .list-of-item .goto_to_payment {
    height: 30px;
}


/* custom_pos.css'e ekle, animate.min.css'i kaldır */ 
.animate__animated { animation-fill-mode: both; }
.animate__flipInX {
    animation-name: flipInX;
    animation-duration: 0.3s; /* orijinal 1s'i de kısalt */
}
@keyframes flipInX {
    from { transform: perspective(400px) rotateX(90deg); opacity: 0; }
    to   { transform: perspective(400px) rotateX(0deg);  opacity: 1; }
}

/* item_modal modifier/variation listesi - vendor 2s -> 0.15s */
#item_modal .section3 .modal_modifiers p,
#item_modal .section3 .vr01_modal_class p,
#item_modal .section3 .vr01_modal_class_mod p {
    -webkit-transition: transform 0.15s;
    transition: transform 0.15s;
}

/********************** kategori tuslari gibi tuslarin renkledirilmesi *******************/

#main_part .main_right #main_item_holder .category-list .list-of-item li a {
    background-color: #fff5e2;
}
#show_tables_modal2 .select_table_modal_info_holder2 .table-category-list .dineIn-table-list-of-item li a {
     background-color: #f5e3c0;
}
 
.main_top button {
    background-color: #ccf2ff;
}

.main_top button[data-selected="selected"] {
    background-color: #007299;
    color: #fff;
}

/* ============================================================
   CUSTOM NUMPAD - Ödeme modalı için sayısal tuş takımı
   Bu kodu mevcut custom_pos.css dosyasının SONUNA ekleyin
   ============================================================ 

li#custom_numpad_container {
    width: 100%;
}

.custom-numpad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 10px;
    padding: 8px;
    background: #f4f6f8;
    border-radius: 8px;
}

.custom-numpad button {
    padding: 12px 0;
	height: 45px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    background: #ffffff;
    border: 1px solid #dce1e7;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.custom-numpad button:active {
    background: #d0e8ff;
    transform: scale(0.95);
}

.custom-numpad button.numpad-zero {
    grid-column: span 2;
}

.custom-numpad button.numpad-dot {
    grid-column: span 1;
}

.custom-numpad button.numpad-backspace {
    background: #fff3cd;
    border-color: #ffc107;
    color: #856404;
    grid-column: span 3;
    font-size: 14px;
}

.custom-numpad button.numpad-backspace:active {
    background: #ffc107;
    color: #fff;
}
*/



/* ============================================================
   POS SİPARİŞ HAZIR - Running Order highlight
   Bu kodu mevcut custom_pos.css dosyasının SONUNA ekleyin
   ============================================================ */

/* Hazır sipariş kartı - yeşil arka plan */
.running_order_custom.order_ready_highlight {
    background-color: #d4edda !important;
    border: 2px solid #28a745 !important;
    border-radius: 6px;
    animation: order_ready_pulse 2s ease-in-out 3;
}

/* İç container */
.inside_single_order_container.order_ready_highlight_inner {
    background-color: #d4edda !important;
}

/* Seçili (active) durumda da yeşil kalsın */
.running_order_custom.order_ready_highlight .inside_single_order_container.active {
    background-color: #b8dfc4 !important;
}

/* Pulse animasyonu — 3 kere çakar sonra sabit yeşilde kalır */
@keyframes order_ready_pulse {
    0%   { background-color: #d4edda; box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }
    50%  { background-color: #a8d5b5; box-shadow: 0 0 0 6px rgba(40, 167, 69, 0); }
    100% { background-color: #d4edda; box-shadow: 0 0 0 0 rgba(40, 167, 69, 0); }
}

span.running_order_order_number {
    font-weight: bold;
}
span.running_order_table_name {
    font-weight: bold;
}

/************************ close register ekrani *******************/

button#register_close {
    background-color:#3DB456;
	color: #ffffff;
}