.error {
    color: red;
    border-color: red !important;
}

.has-error {
    border-color: red !important;
}

.required:after {
    content: " *";
    color: red;
}

.layout-menu-collapsed span.app-brand-logo.demo img {
    /* max-width: 25px;
    height: auto; */
    margin-right: 30px;
}

[data-bs-theme="dark"] span.app-brand-logo.demo img {
    filter: invert(1);
}

#couponDescriptionModalBody {
    white-space: pre-wrap;
}

.coupon-description-preview {
    overflow-wrap: anywhere;
}