.btn-info3{
        background:#003471 !important;
        opacity:0.6!important;
        border-radius:50%;
        color:white!important;
        height:30px;width:30px;
}

.btn-info3:hover{
        background:#003471!important;
        opacity:1!important;
        border-radius:50%;
        color:white!important;
}

.flash-news-container {
    display: flex;
    align-items: center;
    background-color: rgb(0, 52, 113) ; /* Tomato background color */
    color: #fff;
    padding: 5px 5px;
    border-radius: 0px;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom:1%;
/*    margin-top:-25%; */
}
.flash-news-title {
    font-weight: bold;
    margin-right: 15px;
    font-size: 1em;
    white-space: nowrap;
}

.flash-news-content {
    flex: 1;
    overflow: hidden;
}

.flash-news-content marquee {
    font-size: 1em;
    font-weight: 500;
    color: #fefefe;
}

.flash-news-container:hover {
    background-color: rgb(0, 52, 113) ; /* Slightly darker shade on hover */
}

#flashNewsMarquee a {
                color: #FFFFFF !important; /* or #E0E0E0 */
        }

#flashNewsMarquee a:hover {
                color: #FFFF99; /* Soft hover color */
        }

@media only screen and (max-width: 600px) {
        .flash-news-container {
            display: flex;
            align-items: center;
            background-color: rgb(0, 52, 113) ; /* Tomato background color */
            color: #fff;
            padding: 1px 1px;
            border-radius: 0px;
            font-family: 'Arial', sans-serif;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            margin-bottom:1%;
        }
        .flash-news-content{
            font-weight: bold;
            margin-right: 15px;
            font-size: 0.5em!important;
            white-space: nowrap;
        }

        #flashNewsMarquee a {
                color: #FFFFFF ; /* or #E0E0E0 */
        }

        #flashNewsMarquee a:hover {
                color: #FFFF99; /* Soft hover color */
        }

