/* Custom styles for VendaFacil */
body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.offcanvas .nav-link {
    padding: 0.75rem 1.5rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link.active {
    background-color: rgba(255, 255, 255, 0.1);
}

main {
    padding-bottom: 2rem;
}

.table td small {
    display: block;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toast-container {
    z-index: 1080;
}
