.disabled-anchor {
    pointer-events: none !important;
    opacity: 0.5;
}
.display-none {
    display: none;
}
.mrgtop0 {
    margin-top: 0 !important;
}
.mrgbtm20 {
    margin-bottom: 20px !important;   
}
.news-search-pagination-container {
	margin-top: 0 !important;
}
.highlight-search-keyword {
	background: #FFFFE0;
	padding: 2px;
}
.header_marquee {
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 700;
}

.header_marquee a {
    animation: blink 1s linear infinite;
}
.header_marquee a:last-child{
    animation-delay: 0.4s;
}
body.dark-theme .point-groupname{
    color:#fff;
}
body.dark-theme .pointtablelink {
    color: #a2883a;

}

@keyframes blink {
    0% {
        color: #297ae7 ;
    }
    50%{
        color: #4780ca;   
    }
    100% {
        color: #053a80; 
    }
}


@keyframes blink-dark-theme {
    0% {
        color: #e79229;
    }
    50%{
        color: yellow;   
    }
    100% {
        color: #ffed1b; 
    }
}