/* css/admin.css */

/* Login Page */
#email-login-form .btn-primary {
    width: 100%;
}

#btn-google-login {
    width: 100%;
}

#btn-google-login svg {
    margin-right: 8px;
}

/* Dashboard */
.admin-dashboard {
    display: none;
}

.admin-hero .section-title {
    text-align: left;
}

#btn-add-gallery,
#btn-add-testimonial,
#btn-add-coupon,
#btn-add-giftcard {
    display: none;
}

#orders-badge {
    display: none;
}

/* Panels and Modals */
.admin-panel,
.modal-overlay,
#password-card,
#order-cancel-btn,
#order-complete-btn {
    display: none;
}

.modal-overlay.active {
    display: flex;
}

.modal-footer-actions {
    display: flex;
    gap: 10px;
}

.input-color-picker {
    height: 40px;
    padding: 2px;
}

/* Customer Search */
.shop-controls {
    margin-bottom: 20px;
}

#customer-search-clear {
    display: none;
}

.analytics-section .admin-stats {
    margin-top: 0;
}

h3 {
    margin-bottom: 16px;
}

.loading-text {
    text-align: center;
}

.glitter-options-card {
    max-width: 500px;
}

.form-hint {
    color: var(--gray);
}

.text-uppercase {
    text-transform: uppercase;
}

.empty-state-cell {
    text-align: center;
    padding: 40px;
    color: var(--gray);
}
