.money-symbol,
.hostix-money-symbol {
    font-family: "Segoe UI Symbol", "Noto Sans", "Arial Unicode MS", "Segoe UI", sans-serif;
    font-weight: 800;
    line-height: 1;
}

.hostix-money {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.hostix-ui-icon,
.ui-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: -0.08em;
}

.hostix-ui-icon.bi,
.ui-icon.bi {
    font-size: 1em;
}

/* 🛡️ Global Crystal-Clear Modal Presentation */
.modal.fade.show, .modal.show {
    background: rgba(15, 23, 42, 0.65) !important;
    display: block !important;
    z-index: 1060 !important;
    pointer-events: auto !important;
}
.modal-backdrop {
    display: none !important;
}
.modal-dialog {
    margin: 1.75rem auto !important;
    position: relative !important;
    z-index: 1065 !important;
    pointer-events: auto !important;
}
.modal-content {
    background-color: #ffffff !important;
    position: relative !important;
    z-index: 1070 !important;
    pointer-events: auto !important;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.5) !important;
}
.simple-edit-modal {
    z-index: 1060 !important;
}
#quickAddModal, #quickVendorModal {
    z-index: 1075 !important;
}
#quickAddModal .modal-dialog, #quickVendorModal .modal-dialog {
    z-index: 1076 !important;
}
#paymentBreakupModal {
    z-index: 1080 !important;
}
#paymentBreakupModal .modal-dialog {
    z-index: 1081 !important;
}

/* ==========================================================================
   STRICT SINGLE-ROW DATA TABLE PAGINATION & PAGER (ZERO WRAPPING)
   ========================================================================== */
.hostix-pagination-toolbar,
.hostix-table-footer {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 18px !important;
    background: #ffffff !important;
    border-top: 1px solid #edf2f7 !important;
    border-radius: 0 0 12px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    gap: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Left Section - Single Row */
.hostix-pagination-left,
.hostix-table-footer-left,
.hostix-pager-left {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 14px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hostix-page-size-wrap {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    color: #475569 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.hostix-page-size-select,
.hostix-view-select {
    display: inline-block !important;
    width: auto !important;
    min-width: 64px !important;
    height: 32px !important;
    padding: 2px 24px 2px 8px !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    background-color: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    outline: none !important;
    flex-shrink: 0 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23334155' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 6px center !important;
    background-size: 11px 9px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.hostix-page-size-select:focus,
.hostix-view-select:focus {
    border-color: #0f172a !important;
    box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.1) !important;
}

.hostix-pagination-info,
.hostix-table-info {
    font-size: 0.86rem !important;
    font-weight: 500 !important;
    color: #64748b !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.hostix-pagination-info strong,
.hostix-table-info strong {
    color: #0f172a !important;
    font-weight: 700 !important;
}

/* Right Section - Single Row */
.hostix-pagination-nav,
.hostix-pagination,
.hostix-pagination-wrap,
.hostix-pager-right,
.hostix-pager-controls {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 4px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.hostix-page-btn,
.hostix-pager-btn {
    min-width: 32px !important;
    height: 32px !important;
    padding: 0 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.86rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.15s ease !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
    flex-shrink: 0 !important;
    user-select: none !important;
}

.hostix-page-btn:hover:not(.disabled):not(:disabled):not(.active),
.hostix-pager-btn:hover:not(.disabled):not(:disabled):not(.active) {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
}

.hostix-page-btn.active {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.25) !important;
}

.hostix-page-btn.disabled,
.hostix-page-btn:disabled,
.hostix-pager-btn.disabled,
.hostix-pager-btn:disabled {
    opacity: 0.45 !important;
    background: #f8fafc !important;
    color: #94a3b8 !important;
    border-color: #e2e8f0 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.hostix-page-ellipsis {
    min-width: 24px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.9rem !important;
    color: #94a3b8 !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

.hostix-pager-current-input {
    width: 38px !important;
    height: 32px !important;
    padding: 0 4px !important;
    text-align: center !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    outline: none !important;
    flex-shrink: 0 !important;
}
