/**
 * Sistema PDV WooCommerce - Estilos CSS
 * Estilos completos para o sistema PDV
 */

 * {
    box-sizing: border-box;
}

.pdv-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    max-width: 100%;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    color: #334155;
    overflow-x: auto;
    min-height: 100vh;
}

/* Header */
.pdv-header {
    background: #475569;
    color: white;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pdv-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pdv-logo {
    color: rgb(34, 197, 94);
}

.pdv-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.pdv-header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pdv-status-indicator {
    width: 12px;
    height: 12px;
    background: rgb(34, 197, 94);
    border-radius: 50%;
}

.pdv-cashier {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

/* Main Layout */
.pdv-main {
    display: flex;
    flex: 1;
    overflow: hidden;
    min-height: 600px;
}

.pdv-left-panel {
    width: 60%;
    min-width: 400px;
    background: white;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
}

.pdv-right-panel {
    width: 40%;
    min-width: 350px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow-y: auto;
}

/* Search */
.pdv-search-container {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    gap: 12px;
}

.pdv-search-box {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 8px;
    padding: 0 12px;
}

.pdv-search-box svg {
    color: #64748b;
    margin-right: 8px;
}

.pdv-search-box input {
    flex: 1;
    border: none;
    background: none;
    padding: 12px 0;
    font-size: 14px;
    color: #334155;
}

.pdv-search-box input:focus {
    outline: none;
}

.pdv-search-clear {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}

.pdv-search-clear:hover {
    background: #e2e8f0;
}

.pdv-filter-btn {
    background: #f1f5f9;
    border: none;
    border-radius: 8px;
    padding: 12px;
    color: #64748b;
    cursor: pointer;
}

.pdv-filter-btn:hover {
    background: #e2e8f0;
}

/* Filters */
.pdv-filters {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    gap: 8px;
}

.pdv-filter-chip {
    background: #f1f5f9;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 13px;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

.pdv-filter-chip:hover {
    background: #e2e8f0;
}

.pdv-filter-chip.active {
    background: rgb(34, 197, 94);
    color: white;
}

.pdv-filter-chip svg {
    width: 14px;
    height: 14px;
}

/* Products */
.pdv-products-header {
    display: flex;
    padding: 12px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pdv-column-product {
    flex: 1;
}

.pdv-column-price {
    width: 100px;
    text-align: right;
}

.pdv-products-list {
    flex: 1;
    overflow-y: auto;
}

.pdv-product-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: background 0.2s;
}

.pdv-product-item:hover {
    background: #f8fafc;
}

.pdv-product-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pdv-product-image {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.pdv-product-details h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}

.pdv-product-details .pdv-product-category {
    font-size: 12px;
    color: rgb(34, 197, 94);
    margin: 2px 0;
}

.pdv-product-details .pdv-product-attributes {
    font-size: 12px;
    color: #64748b;
    margin: 2px 0;
}

.pdv-product-details .pdv-product-stock {
    font-size: 12px;
    color: #059669;
    margin: 2px 0;
    font-weight: 500;
}

.pdv-product-price {
    width: 100px;
    text-align: right;
}

.pdv-product-price .pdv-price-current {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.pdv-product-price .pdv-price-original {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
    display: block;
}

.pdv-product-add {
    background: rgb(34, 197, 94);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: background 0.2s;
}

.pdv-product-add:hover {
    background: rgb(22, 163, 74);
}

/* Pagination */
.pdv-pagination {
    padding: 16px 20px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdv-pagination-info {
    font-size: 13px;
    color: #64748b;
}

.pdv-pagination-refresh {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}

.pdv-pagination-refresh:hover {
    background: #f1f5f9;
}

/* Customer Section */
.pdv-customer-section {
    margin-bottom: 24px;
}

.pdv-customer-label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

.pdv-customer-container {
    position: relative;
}

.pdv-customer-selected {
    background: white;
    border: 1px solid rgb(34, 197, 94);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdv-customer-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgb(34, 197, 94);
    font-weight: 500;
}

.pdv-customer-remove {
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
}

.pdv-customer-remove:hover {
    background: #f1f5f9;
    color: #64748b;
}

.pdv-customer-search {
    display: flex;
    gap: 8px;
}

.pdv-customer-search input {
    flex: 1;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
}

.pdv-customer-search input:focus {
    outline: none;
    border-color: rgb(34, 197, 94);
}

.pdv-add-customer-btn {
    background: rgb(34, 197, 94);
    border: none;
    border-radius: 8px;
    padding: 12px;
    color: white;
    cursor: pointer;
}

.pdv-add-customer-btn:hover {
    background: rgb(22, 163, 74);
}

.pdv-customer-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #d1d5db;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    display: none;
}

.pdv-customer-result {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
}

.pdv-customer-result:hover {
    background: #f8fafc;
}

.pdv-customer-result:last-child {
    border-bottom: none;
}

/* Cart */
.pdv-cart-header {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.pdv-cart-column-qty {
    width: 60px;
}

.pdv-cart-column-name {
    flex: 1;
}

.pdv-cart-column-price {
    width: 80px;
    text-align: right;
}

.pdv-cart-column-total {
    width: 80px;
    text-align: right;
}

.pdv-cart-items {
    flex: 1;
    margin-bottom: 24px;
    max-height: 300px;
    overflow-y: auto;
    min-height: 150px;
}

.pdv-cart-empty {
    text-align: center;
    padding: 48px 24px;
    color: #94a3b8;
}

.pdv-cart-empty svg {
    margin-bottom: 16px;
}

.pdv-cart-empty p {
    margin: 0;
    font-size: 14px;
}

.pdv-cart-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.pdv-cart-item:last-child {
    border-bottom: none;
}

.pdv-cart-qty {
    width: 60px;
    text-align: center;
}

.pdv-qty-input {
    width: 40px;
    padding: 4px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
}

.pdv-cart-name {
    flex: 1;
    padding: 0 12px;
}

.pdv-cart-name h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}

.pdv-cart-name .pdv-cart-attributes {
    font-size: 12px;
    color: #64748b;
    margin-top: 2px;
}

.pdv-cart-price {
    width: 80px;
    text-align: right;
    font-size: 14px;
    color: #1e293b;
}

.pdv-cart-total {
    width: 80px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.pdv-cart-remove {
    background: #ef4444;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.pdv-cart-remove:hover {
    background: #dc2626;
}

/* Additional Options */
.pdv-additional-options {
    margin-bottom: 24px;
}

.pdv-option-btn {
    width: 100%;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 14px;
    color: #374151;
    transition: all 0.2s;
}

.pdv-option-btn:hover {
    background: #f8fafc;
    border-color: rgb(34, 197, 94);
}

.pdv-option-btn:last-child {
    margin-bottom: 0;
}

.pdv-option-btn svg {
    color: rgb(34, 197, 94);
}

/* Totals */
.pdv-totals {
    margin-bottom: 24px;
}

.pdv-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}

.pdv-total-final {
    font-weight: bold;
    font-size: 16px;
    border-top: 2px solid #e2e8f0;
    padding-top: 12px;
    margin-top: 8px;
}

.pdv-tax-info {
    font-size: 12px;
    color: #64748b;
    margin-left: auto;
    margin-right: 8px;
}

/* Payment Notes */
.pdv-payment-notes {
    margin-bottom: 24px;
}

.pdv-payment-notes textarea {
    width: 100%;
    min-height: 60px;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    resize: vertical;
    font-size: 14px;
}

.pdv-payment-notes textarea:focus {
    outline: none;
    border-color: rgb(34, 197, 94);
}

/* Action Buttons */
.pdv-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.pdv-btn-void {
    background: #ef4444;
    border: none;
    border-radius: 8px;
    padding: 16px 24px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    flex: 1;
    transition: background 0.2s;
}

.pdv-btn-void:hover {
    background: #dc2626;
}

.pdv-btn-checkout {
    background: rgb(34, 197, 94);
    border: none;
    border-radius: 8px;
    padding: 16px 24px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    flex: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}

.pdv-btn-checkout:hover {
    background: rgb(22, 163, 74);
}

/* Modais */
.pdv-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.7);
}

.pdv-modal.active {
    opacity: 1;
    visibility: visible;
}

.pdv-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.pdv-modal-content {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1000000;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.pdv-modal.active .pdv-modal-content {
    transform: scale(1);
}

.pdv-payment-modal-content {
    max-width: 600px !important;
}

.pdv-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdv-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.pdv-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #9ca3af;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.pdv-modal-close:hover {
    background: #f3f4f6;
    color: #374151;
}

.pdv-modal-body {
    padding: 24px;
}

/* Formulários */
.pdv-form-group {
    margin-bottom: 20px;
}

.pdv-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.pdv-form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #374151;
    font-size: 14px;
}

.pdv-form-group input,
.pdv-form-group select,
.pdv-form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.pdv-form-group input:focus,
.pdv-form-group select:focus,
.pdv-form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.pdv-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.pdv-form-group input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}

.pdv-form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
}

/* Botões */
.pdv-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pdv-btn-primary {
    background: #3b82f6;
    color: white;
}

.pdv-btn-primary:hover {
    background: #2563eb;
}

.pdv-btn-secondary {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.pdv-btn-secondary:hover {
    background: #e5e7eb;
}

.pdv-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.pdv-btn.loading {
    position: relative;
    color: transparent;
}

.pdv-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Modal de Pagamento */
.pdv-payment-summary {
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.pdv-payment-summary h4 {
    margin: 0 0 16px 0;
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
}

.pdv-payment-totals {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pdv-payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
}

.pdv-payment-total {
    border-top: 1px solid #e5e7eb;
    padding-top: 12px;
    margin-top: 8px;
    font-size: 18px;
}

.pdv-payment-methods {
    margin-bottom: 24px;
}

.pdv-payment-methods h4 {
    margin: 0 0 16px 0;
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
}

.pdv-payment-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
}

.pdv-payment-option {
    cursor: pointer;
    display: block;
}

.pdv-payment-option input[type="radio"] {
    display: none;
}

.pdv-payment-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    transition: all 0.2s;
}

.pdv-payment-option input[type="radio"]:checked + .pdv-payment-card {
    border-color: #3b82f6;
    background: #eff6ff;
}

.pdv-payment-card:hover {
    border-color: #d1d5db;
    background: #f9fafb;
}

.pdv-payment-option input[type="radio"]:checked + .pdv-payment-card:hover {
    border-color: #3b82f6;
    background: #eff6ff;
}

.pdv-payment-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 8px;
}

.pdv-payment-option input[type="radio"]:checked + .pdv-payment-card .pdv-payment-icon {
    background: #dbeafe;
}

.pdv-payment-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pdv-payment-info strong {
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
}

.pdv-payment-info span {
    color: #6b7280;
    font-size: 12px;
}

.pdv-payment-notes {
    margin-bottom: 24px;
}

.pdv-payment-notes label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #374151;
    font-size: 14px;
}

.pdv-payment-notes textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    resize: vertical;
    min-height: 80px;
    transition: border-color 0.2s;
}

.pdv-payment-notes textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.pdv-modal-footer {
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

/* Notificações */
.pdv-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 16px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    z-index: 1000001;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    max-width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pdv-notification.show {
    transform: translateX(0);
}

.pdv-notification-success {
    background: #10b981;
}

.pdv-notification-error {
    background: #ef4444;
}

.pdv-notification-info {
    background: #3b82f6;
}

/* Estados de carregamento */
.pdv-loading-products {
    text-align: center;
    padding: 40px 20px;
    color: #6b7280;
}

.pdv-error {
    text-align: center;
    padding: 40px 20px;
    color: #ef4444;
}

.pdv-no-products {
    text-align: center;
    padding: 40px 20px;
    color: #6b7280;
}

.pdv-no-customers {
    text-align: center;
    padding: 20px;
    color: #6b7280;
}

/* Modal de Cliente */
.pdv-customer-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.pdv-modal-content {
    background: white;
    border-radius: 12px;
    width: 100%;
    max-width: 480px;
    margin: 20px;
}

.pdv-modal-footer {
    padding: 20px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* Responsividade */
@media (max-width: 1024px) {
    .pdv-left-panel {
        width: 55%;
    }
    
    .pdv-right-panel {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .pdv-main {
        flex-direction: column;
    }
    
    .pdv-left-panel,
    .pdv-right-panel {
        width: 100%;
    }
    
    .pdv-left-panel {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        max-height: 50vh;
        overflow-y: auto;
    }
    
    .pdv-right-panel {
        max-height: 50vh;
        padding: 16px;
    }
    
    .pdv-modal-content {
        max-width: 95%;
        margin: 20px;
    }
    
    .pdv-payment-modal-content {
        max-width: 95% !important;
    }
    
    .pdv-form-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .pdv-payment-options {
        grid-template-columns: 1fr;
    }
    
    .pdv-notification {
        right: 10px;
        left: 10px;
        max-width: none;
    }
}

@media (max-width: 480px) {
    .pdv-header {
        padding: 12px 16px;
        flex-direction: column;
        gap: 12px;
    }
    
    .pdv-header-left,
    .pdv-header-right {
        width: 100%;
        justify-content: center;
    }
    
    .pdv-search-container {
        padding: 16px;
        flex-direction: column;
        gap: 8px;
    }
    
    .pdv-filter-btn {
        width: 100%;
    }
    
    .pdv-right-panel {
        padding: 12px;
    }
    
    .pdv-container {
        font-size: 14px;
    }
    
    .pdv-title {
        font-size: 18px;
    }
    
    .pdv-main {
        min-height: auto;
    }
    
    .pdv-left-panel {
        max-height: 40vh;
    }
    
    .pdv-right-panel {
        max-height: 60vh;
        padding: 8px;
    }
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.pdv-cart-item {
    animation: fadeIn 0.3s ease;
}

.pdv-notification {
    animation: slideIn 0.3s ease;
}

/* Ajustes para container do painel administrativo */
.accura-card-content .pdv-container {
    height: auto;
    min-height: 600px;
    max-height: 80vh;
    overflow-y: auto;
}

.accura-card-content .pdv-main {
    min-height: 500px;
}

/* Classes utilitárias */
.pdv-hidden {
    display: none !important;
}

.pdv-visible {
    display: block !important;
}

.pdv-text-center {
    text-align: center;
}

.pdv-text-right {
    text-align: right;
}

.pdv-mt-1 {
    margin-top: 4px;
}

.pdv-mt-2 {
    margin-top: 8px;
}

.pdv-mb-1 {
    margin-bottom: 4px;
}

.pdv-mb-2 {
    margin-bottom: 8px;
}

.pdv-p-2 {
    padding: 8px;
}

.pdv-p-4 {
    padding: 16px;
}