.logo-text {
    font-size: 1.35rem;
    font-weight: 600;
}
.input-search-wrapper {
    max-width: 280px;
}
.input-search::placeholder {
    color: #eee;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.border-dashed {
    border-style: dashed;
}

.no-border-last:last-child {
    border: none;
}

.bg-gray-200 {
    background-color: #e5e7eb;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

/* Responsive adjustments */
@media screen and (max-width: 640px) {
    .text-2xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

/* Override màu primary (link, breadcrumb, icon active...) */
/* :root {
    --color-primary: #16a34a;
} */

/* Override trực tiếp các class Tailwind đang dùng */
/* a {
    color: #16a34a !important;
}
a:hover {
    color: #15803d !important;
} */

/* Header / Navbar background */
/* header,
nav {
    background-color: #14532d !important;
} */

/* Breadcrumb active color */
/* .text-gray-600 {
    color: #15803d !important;
} */
