.flag-tag.success {
    background-color: #ff2400;!important
    color: #fff;
}

.customHover-shadow {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.customHover-shadow:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}