@font-face {
    font-family: 'intermedium';
    src: url('../fonts/inter/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#body-a a {
	color: #052963;
	text-decoration: underline;
}
.footer_social {
	background: #f5f5f5;border-radius: 8px; width: 30px; height: 30px; display: flex !important;
    align-items: center;justify-content: space-around;
}
.footer_social i{
	color: #010101;
}
.post--layout-2 .post--img a img {
	height: 150px !important;
}
#load-more, .send{
	background: #1890ff;border-radius: 12px; padding: 5px 17px;border: none;font-family: intermedium; font-weight: normal; font-size: 14px;color: white;
}

.readmore {
	color: #1890ff !important;
	font-weight: 500 !important;
	font-size: 14px !important;
}
.readmore:hover {
	text-decoration: underline;
}
.news_cat {
	position: absolute; z-index: 2;color: #0a6a95; background: #e4f6febd;
	top: 10px; left: 10px;padding: 1px 5px;
	border-radius: 12px;font-weight: 500; font-size: 14px;
}
.eye {
	font-size: 14px;
	color: #7e7e7e;
}
.thumb img {
	border-radius: 5px;
}
.news_date {
	color: #6941c6 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	margin-bottom: 5px !important;
	text-transform: lowercase;
}
iframe, embed {
	max-width: 100% !important;
}
.language {
	font-weight: 500; font-size: 16px; outline: none; background-size: 14px 14px;margin: 12px 0 0 0;-webkit-appearance: none;border: none;color: #010101; padding: 0 20px 0 5px; cursor: pointer;
}
 .custom-nav-container {
	position: relative;
	z-index: 10; 
}

.custom-nav-list {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	display: flex;
	justify-content: center;
}

.custom-nav-item {
	position: relative;
	margin: 0 6px;
}

.custom-nav-item a {
	color: #010101;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	padding: 5px 10px;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid transparent;
	transition: border-bottom 0.3s ease; /* Hamar animasiya üçün */
}

.custom-nav-item a:hover {
	border-bottom: 1px solid #010101;
	text-decoration: underline;
}

.custom-dropdown {
	position: relative;
}

.custom-dropdown-content {
	display: none;
	position: absolute;
	background-color: #444;
	min-width: 150px;
	z-index: 11;
	top: 100%;
	left: 0;
}

.custom-dropdown-content.active {
	display: flex;
	flex-direction: row;
}

.custom-dropdown-content a {
	color: #010101; 
	padding: 5px 0 0 40px;
	text-decoration: none;
	display: block;
}

.custom-hamburger {
	display: none;
	cursor: pointer;
	color: #010101; 
	font-size: 20px;
	padding-top: 12px;
	text-align: center;
}

#webmenupopup {
	position: absolute;
	z-index: 99;
	border: 1px solid #010101;
	border-radius: 5px;
	width: 100%;
	background: white;
}
#webmenupopup .category{
	line-height: 50px;
	font-weight: 600;
	color: #010101;
	font-size: 16px;
}
#webmenupopup .category:hover{
	text-decoration: underline;
}
.lent {
	color: #1890ff;
	font-weight: 600;
	line-height: 50px;
	font-size: 16px;
}
.alllent {
	color: #1890ff;
	font-weight: 600;
	line-height: 50px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.custom-hamburger {
		display: block;
	}

	.custom-nav-list {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%; 
		background-color: white;
        border-radius: 5px;
		border: 1px solid #010101;
		flex-direction: column;
		align-items: center;
		background-color: white;
        border-radius: 5px;
		z-index: 9;
		box-shadow: 0 0 5px black;
	}

	.custom-nav-list.active {
		display: flex;
		margin-top: 16px;
	}

	.custom-nav-item {
		width: 100%;
		text-align: left;
	}

	.custom-dropdown-content {
		position: static;
        background-color: white;
        width: 100%;
        padding: 5px 0 10px 0;
	}

	.custom-dropdown-content.active {
		display: flex;
		flex-direction: column;
	}
}



.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;
}
