/* Write your code here */
/*# sourceMappingURL=custom.css.map */
@import url('custom.css');

.field-validation-error * {
    color: red !important;
}

.text-danger {
    color: red;
}

.g-recaptcha {
    display: block;
    margin: 20px 0;
}

.notification-badge {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 8px;
    position: absolute;
    top: 10px;
    right: 5px;
}

.product-thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.product-detail-thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.expandable-text-expand-btn .show-more,
.expandable-text-expand-btn .show-less {
    background-color: rgba(255, 255, 255, 0.8);
    color: #007BFF;
    padding: 5px 10px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
