/* Custom Brand Styling for TB Anugrah Jaya */

/* Brand name styling in sidebar */
.fi-sidebar-header .fi-logo {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    color: #0f766e !important; /* Teal-700 */
}

/* Brand name styling in topbar */
.fi-topbar .fi-logo {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.025em !important;
    color: #0f766e !important;
}

/* Brand name styling for mobile */
@media (max-width: 768px) {
    .fi-sidebar-header .fi-logo,
    .fi-topbar .fi-logo {
        font-size: 1.1rem !important;
    }
}

/* Ensure brand name is properly displayed */
.fi-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.fi-brand-text {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.25rem !important;
    color: #0f766e !important;
    white-space: nowrap;
}

/* Login page brand styling */
.fi-simple-layout .fi-logo {
    font-size: 2rem !important;
    font-weight: 700 !important;
    text-align: center;
    color: #0f766e !important;
    margin-bottom: 1rem;
}

/* Transaction Print Modal - Horizontal Button Layout */
.fi-modal-footer .fi-modal-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.75rem !important;
    width: 100% !important;
}

.fi-modal-footer .fi-modal-actions > * {
    flex: 1 !important;
    min-width: 0 !important;
}

.fi-modal-footer .fi-modal-actions button {
    width: 100% !important;
}

/* Responsive layout for mobile */
@media (max-width: 640px) {
    .fi-modal-footer .fi-modal-actions {
        flex-direction: column !important;
    }
}
