#body-a a {
	color: #052963;
	text-decoration: underline;
}
iframe, embed {
	max-width: 100% !important;
}

.searchlabel {
    display: block;
    opacity: 0; 
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.searchlabel.visible {
    opacity: 1; /* Tam görünür */
    transform: translateY(0); /* Normal vəziyyət */
    pointer-events: auto; /* Kliklərə icazə verilir */
}


.logomobil {
	width: 100% !important;
	height: auto !important;
}
#theia-sticky-sidebar-stylesheet-TSS .post--items-2 {
  min-height: 693px;
}

#theia-sticky-sidebar-stylesheet-TSS .sticky-content-inner:after {
  content: "";
  display: table;
  clear: both;
}

.main_play {
	background: url(../img/play2.png) no-repeat; 
	display:flex;
	justify-content: space-evenly; 
	cursor: pointer; 
	position: absolute;
	width:45px;
	height:45px; 
	color:white;
	z-index: 99999; 
	margin: 0 auto; 
	bottom: calc(50% - 22px);
	left: 0; 
	right:0;
}
.most_read_title {
	margin: 10px 0 20px 0; font-size: 22px; color: black;font-weight: 700;padding-left: 15px;
}
.most_read_news {
	border-bottom: 1px solid #ddd; padding: 10px;
}
.most_read_news:hover {
	background: #ddd;
}
.most_read_news a{
	color: #181818;
}

.most_read_news a:hover{
	text-decoration: underline;
}
.btn-link:hover {
	text-decoration: underline;
}
.most_read_news .say {
	color: #181818; font-weight: 600; padding-right: 10px;
}
.author_url {
	color: #5b616b; font-style: italic;font-weight: bold;
}
.author_url:hover {
	text-decoration: underline;
}
.ago {
	color: #9e1d0a;
    font-size: 1.4rem;
    font-style: italic;
	text-align: right;
}
.most_read_scroll {
	max-height: 415px !important;
    overflow-y: auto !important;
	 /* Firefox scrollbar */
	  scrollbar-width: thin;               /* scrollbar eni */
	  scrollbar-color: #052963 #cccccc;   /* thumb rəngi, track rəngi */
}

.most_read_scroll::-webkit-scrollbar{
	width:7px;
	background-color:#cccccc;
} 
.most_read_scroll::-webkit-scrollbar-thumb{
	background-color:#052963;
	border-radius:3px;
}
.most_read_scroll::-webkit-scrollbar-thumb:hover{
	background-color:#041b40;
	border:1px solid #333333;
}
.most_read_scroll::-webkit-scrollbar-thumb:active{
	background-color:#010712;
	border:1px solid #333333;
} 
.other_menu {
	width: 20px !important;
    margin-top: 18px;
}
