/* ============================= */
/* ROOT                         */
/* ============================= */
.cash-pos,
.cash-pos .x-panel-body {
    background-color: #ffffff !important;
    border: none !important;
}

/* ============================= */
/* INPUT WRAP                   */
/* ============================= */
.input-wrap {
    display: flex !important;
    align-items: center !important;

    background-color: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;

    height: 60px !important;
    width: 100% !important;

    padding: 0 12px !important;
    box-sizing: border-box !important;
}

/* ============================= */
/* LABEL                        */
/* ============================= */
.input-label {
    width: 120px !important;
    min-width: 120px !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    color: #64748b !important;

    white-space: nowrap !important;
}

/* ============================= */
/* INPUT CONTAINER              */
/* ============================= */
.input-real {
    flex: 1 !important;
    width: 100% !important;
}

/* 🔥 BOZ TAM TƏMİZLƏNİR */
.input-real .x-form-item-body,
.input-real .x-form-trigger-wrap,
.input-real .x-form-item-inner,
.input-real .x-form-field,
.input-real .x-form-text {
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

/* əlavə fix */
.x-form-field {
    background: #ffffff !important;
}

/* REAL INPUT */
.input-real .x-form-text {
    width: 100% !important;

    outline: none !important;

    text-align: right !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1e293b !important;

    height: 58px !important;
    line-height: 58px !important;

    padding-right: 6px !important;
}

/* ============================= */
/* KEYPAD BUTTONS               */
/* ============================= */
.key-btn.x-btn {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;

    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
    transition: all 0.15s ease !important;
}

/* rəqəm text */
.key-btn .x-btn-inner {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
}

/* ============================= */
/* YAŞIL HOVER                  */
/* ============================= */
.key-btn.x-btn:hover {
    background: #dcfce7 !important;
    border-color: #22c55e !important;

    transform: translateY(-1px) !important;
    box-shadow: 0 4px 10px rgba(34,197,94,0.25) !important;
}

/* ============================= */
/* YAŞIL CLICK                  */
/* ============================= */
.key-btn.x-btn:active {
    background: #bbf7d0 !important;
    transform: scale(0.96) !important;
}

/* text hover */
.key-btn.x-btn:hover .x-btn-inner,
.key-btn.x-btn:active .x-btn-inner {
    color: #065f46 !important;
}

/* ============================= */
/* DELETE BUTTON                */
/* ============================= */
.back-btn.x-btn {
    background: #ef4444 !important;
    border: none !important;
    border-radius: 12px !important;
}

.back-btn .x-btn-inner {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: bold !important;
}

.back-btn.x-btn:hover {
    background: #dc2626 !important;
}

/* ============================= */
/* OK BUTTON                    */
/* ============================= */
.ok-btn.x-btn {
    background: #22c55e !important;
    border: none !important;
    border-radius: 12px !important;
    height: 60px !important;
}

.ok-btn .x-btn-inner {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.ok-btn.x-btn:hover {
    background: #16a34a !important;
}

/* ============================= */
/* CANCEL BUTTON                */
/* ============================= */
.cancel-btn.x-btn {
    background: #ef4444 !important;
    border: none !important;
    border-radius: 12px !important;
    height: 60px !important;
}

.cancel-btn .x-btn-inner {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.cancel-btn.x-btn:hover {
    background: #dc2626 !important;
}

/* ============================= */
/* FOCUS CLEAN                  */
/* ============================= */
.x-form-focus,
.x-field-focus,
.x-btn-focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}