/* Caixa Module CSS */

.caixa-container {
    padding-bottom: 2rem;
}

.caixa-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.btn-receber-pagamento {
    background-color: #10b981;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    padding: 0.4rem 0.9rem;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
    transition: all 0.2s ease;
}

.btn-receber-pagamento:hover {
    background-color: #059669;
    color: #ffffff;
    transform: translateY(-1px);
}
