

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    position: fixed;
    z-index: 999999;
}
.navbarmn{
	display: flex;
	flex-direction: row;
	display: block;
	padding: 0 5px;
}
.navbar_search{
    display: flex;
    justify-content: space-between;
    align-items: center;	
}
.navbar_mnlogo{
    align-items: center;
    display: flex; 	
	margin-left: 5px;
}
.navbar_mnlogo_menu{
    margin-right: 20px; 	
}
.navbar_mnlogo_logo img{
    height:40px;	
}
.headbar-m-search { 
    position: absolute!important; 
    top: 3px;
    background: #000;
    height: 46px;
    padding-top: 6px;
	padding-right: 10px;
}
 #navbarmn .back-search {
    top: 3px;
    margin-top: 0;
    position: absolute;
    left: 6px;
    font-size: 1.8em;
    line-height: 30px;
}
 
.avatarshow{
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
	cursor: pointer;	
}

.avatarshow img{ 
    width: 30px;
    border-radius: 50%;
	background: #b8b8b8;
}
.user_info{ 
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;

}


 
.user_info_noti i {
    font-size: 18pt; 
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	cursor: pointer;	
}
#navbarmn .search a i {
    width: 40px;
    height: 40px;
    font-size: 1.8em;
    text-align: center;
    line-height: 40px;
}
#navbarmn .headbar-m-search {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#navbarmn .mm-search {
    width: 100%;
    padding-left: 35px;
}
#navbarmn .back-search {
    top: 0;
    margin-top: 0;
    position: absolute;
    left: 6px;
    font-size: 1.8em;
    line-height: 36px;
}
.navbar_mnlogo_text{
	margin-left: 5px;
    font-weight: 500;
    font-size: 10pt;
}
.hide_bell{
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
	margin-top: 5px;
}

.hide_menu{
	display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
	margin-top: 5px;
}
.hide_menu_text{
    padding: 15px 10px 15px 0px;
    color: #b5b5b5;
    background: #404040;
    width: 100%;
    text-align: right;
    border-bottom: solid 1px #1b1b1b;
    line-height: 14px;
}
.hide_menu_text:hover{ 
    color: #ed9d9d; 
}
.avatarshow img:active{
	color: #ccc;
    border: solid 2px #ed6447;
}
.hide_menu_noti{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    background: #1a1a1a; 
}
.hide_menu_noti_fa{ 
	font-size: 16pt;
    width: 40px;
    height: 55px;
    text-align: center; 
    color: #7b7b7b;
}
 

.hide_menu a{
	width:100%
}
.shownoti{
	width: 100%; 
}
.hide_menu_noti_fa .noti {
	width: 100%;
    height: 100%;
	text-align: center;
    line-height: 50px;
}
.hide_menu_noti_fa:active{
	background:#434343;
}
.avatarlogin img {
    height: 35px; 
}
.gr_avatar{
	display: flex;
	align-items: center;
}
.bellshow{
	color: #ccc;
}
.bellshow:active{
	color: #e65c5c;	
}

.cottrai{
	width:65%;
	line-height: 20px;
}
.cottrai .title{ 
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cottrai .name{ 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cottrai .avatar, .cottrai .clock{
	margin-right: 5px;
}
.cotphai{
	position: relative;
    width: 35%;
    height: 100%;
}
.cotphai .thumb{  
	width: 120px;
    height: 60px;
	border-radius: 5px;
	float: right;
}
.ultong{
	color: #939393;
    display: flex;
    flex: 1;
    flex-direction: column;
    background: #1d1d1d;
}
.litong{
	display: flex;
    padding: 7px;
    justify-content: space-between;
    background: #353535;
    border-bottom: solid 1px #222;
}
.nodata{
	text-align: center; 
	color: #787878;
	padding: 10px;
}

.noti_numfriend {
    border-radius: 5px;
    position: absolute;
    font-size: 9pt;
    right: 123px;
    top: 52px;
    color: #ffffff;
    background: #ff3030;
    padding: 3px;
    font-weight: 500;
}
.noti_numfriendmes {
    border-radius: 5px;
    position: absolute;
    font-size: 9pt;
    right: 80px;
    top: 52px;
    color: #ffffff;
    background: #ff3030;
    padding: 3px;
    font-weight: 500;
}
.noti_numadmmes {
    border-radius: 5px;
    position: absolute;
    font-size: 9pt;
    right: 40px;
    top: 52px;
    color: #ffffff;
    background: #ff3030;
    padding: 3px;
    font-weight: 500;	
}
.noti_numavatar{
	border-radius: 4px;
    position: absolute;
    font-size: 8pt;
    right: 6px;
    top: 2px;
    color: #ffffff;
    background: #ff3030;
    padding: 2px;
    font-weight: 500;
    line-height: 10px;
}

.postup i{
	font-size: 18pt;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;	
	
}
 
#nav-desktop ul li.search {
    width: 400px;
    margin-left: 0px;
    float: right;
}


@media screen and (max-width: 899px) {
     
	#nav-desktop ul li.search { 
		margin-left: 0%;
		margin-top: 0px;
		float: right;
		width: 50%!important;
	}
	.video-container { 
		margin-top: 0px;
	}
	.search { 
		float: right; 
	}
    #nav-desktop ul li.search {
        margin-left: 0%;
        margin-top: 0px;
    }	
	
	 .gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
		margin-top: 0px!important;
	}	
	
}
 
 .video-container { 
    padding-top: 0px; 
}
 
 
.widget-title {
    font-weight: 700;
    padding: 10px 0 0px 10px;
    border-bottom: 1px solid #434343 !important;
    font-size: 13pt;
    font-family: arial;
    background: #262626;
    display: flex;
    justify-content: space-between;
	align-items: baseline;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);  
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
        z-index: auto;  
    animation: fadeIn 0.5s; 
}
.hidden-content {
    display: none;  
	font-size: 12px;
    color: #a3a3a3;
    float: right; 
}





 
#related {
    width: 100%; 
    max-height: 1200px; 
    overflow-y: auto;  
    border-radius: 10px;  
}

/* Scrollbar for Webkit browsers (Chrome, Safari) */
#related::-webkit-scrollbar {
    width: 8px;  
}

 
#related::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 10px;  
}

/* Scroll bar */
#related::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);  
    border-radius: 10px;  
}

/* Change scrollbar color on hover */
#related::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.9);  
}

/* Customize for Firefox */
#related {
    scrollbar-width: thin;  
    scrollbar-color: rgba(0, 0, 0, 0.7) rgba(255, 255, 255, 0.5);  
}

 
#related {
    border-radius: 10px; 
}




.loading {
    text-align: center;
}

.loader {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #3498db;  
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; 
	margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loading {
    position: absolute; 
    z-index: 10; 
    
}
.coverloading {
	text-align:center;
}


/* Matte coating */
.search-results.overlay {
    position: relative;
}

.search-results.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #505050b3; /* Background color opacity*/
    z-index: 10;
}

/* Show loading icon */
.search-results.loading::before {
    content: "loading...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    color: #333;
    font-size: 16px;
}

.search-results.loading {
    text-align: center;
    z-index: 999999!important;
}
.search-results {
    position: relative;  
    z-index: 20; 
	margin-top:0px;
}

.back-fixed { 
    z-index: 999;
}
.comment img{
	width: 25px;
    border-radius: 50%;
}

.tpointclick:active {
    background: #636363;
    border-radius: 50%


.video-container {
    display: flex;  
    gap: 20px;  
}

.video-player {
    flex: 2;  
}

.video-list {
    flex: 1;  
   /* max-height: 600px;  */
    overflow-y: auto;  
}

