body{
    overflow-x:hidden;
}
.admin-bar{
    margin-top: 0px;
    position: relative;
}

/*======================================
 *  Custom Search
 * =====================================*/

.custom_search_form {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.custom_field {
	width: 100%;
	padding: 15px 35px 15px 15px !important;
	font-size: 16px;
	background:#27282A;
	border-radius:50px !important;
	border:0px !important;
	color:#FFF;
}


.custom_field[type=text]:focus{
    box-shadow: unset;
    outline: 0;
}

.close_icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 22px;
	color: #ffffff;
	display: none;
}

.close_icon:hover {
	color: #000;
}

.search_result {
	background: #27282A;
	position: absolute;
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	z-index: 999;
	margin-top:20px;
	border-radius:20px;
}
.search_result ul {
	list-style:none; 
	padding:20px;
	color:#FFF;
}

#search_result_data li { 
	padding: 8px;
}

.search_result h3{
	font-size:24px;
	margin:0px;
	color:#FFF;
}
.search_result .post_details{
	margin-top:15px;
}
.search_result a{
	color:#FFF;
}
.xxpdd-category-list .pp-category{
	border-radius:10px;
}
.xxpdd-category-list img{
	border-radius:15px; 
}
.xxpdd-category-list .pp-category-content{
	display:flex;
	flex-direction:column;
}
.xxpdd-category-list .pp-category-count{
	order:3;
}
.xxpdd-category-list h4{
	margin-top:0px; 
	margin-bottom:10px;
}
.xxpdd-category-list .pp-category{
	position:relative;
}
.xxpdd-category-list .pp-category:before{
	content:"";
	background-image:url("https://xxodd.mrsoftwd.xyz/wp-content/uploads/2025/11/Vector.png");
	position:absolute;
	width:30px; 
	height:23px; 
	top:50%; 
	right:30px; 
	transform:translatey(-50%);
	
}

/*=============================================
 * archive-post-list
 * ============================================*/
.archive-post-list{}
.archive-post-list .elementor-post__thumbnail__link{
	display:none !important;
}
.archive-post-list  .elementor-post{
	position:relative;
}
.archive-post-list  .elementor-post__read-more{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99; 
	font-size:0px;
}

.archive-post-list .elementor-post:before{
	content:"";
	background-image:url("https://xxodd.mrsoftwd.xyz/wp-content/uploads/2025/11/Vector-2.svg");
	position:absolute;
	width:30px; 
	height:23px; 
	top:50%; 
	right:30px; 
	transform:translatey(-50%);
	background-repeat:no-repeat;
}

.right_content ul{
	border-left:1px solid #676767;  
}
.right_content ul li{
	padding-left:20px !important;
	position:relative;
}
.right_content ul li a:before{
	content:"" !important;
	position:absolute;
	width:2px;
	height:100%;
	background:#FFF;
	top:0px;
	left:-.5px;
	opacity:0;
}
.right_content ul li a.active:before{
	opacity:1;
}

.xxodd-tabs-content .e-n-tab-title[aria-selected="true"], .xxodd-tabs-content .e-n-tab-title[aria-selected="false"]:hover{
	background: #FFFFFF1A !important;
}























