.toast-message {
    color: #000 !important; /* Black text */
}

/* Customize background color for different types */
.toast-success {
    background-color: #d4edda !important; /* Light green */
}

.toast-error {
    background-color: #f8d7da !important; /* Light red */
}

.toast-warning {
    background-color: #fff3cd !important; /* Light yellow */
}

.toast-info {
    background-color: #cce5ff !important; /* Light blue */
}

.login .box .form .input-group {
    border-radius: 8px !important;
    background: #f8f8f8 !important;
    padding: 14px 20px !important;
    margin-bottom: 10px !important;
}

.product-detail-happiness .text-cont ul li {
    max-width: unset;
}