.mxm-trash-btn{
position:absolute;
top:5px;
right:5px;
border:none;
background:none;
color:red;
font-size:18px;
cursor:pointer;
	background-color: black;
  width: 27px;
    height: 19px;
    line-height: 0;
    text-align: center;

}

#mxm-fav-modal  , #mxm-collections-modal{
position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    overflow: auto;
    display: flex;
}


#mxm-fav-modal-content , #mxm-collections-modal-content {
	    max-width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    height: 95vh;
    width: 95vw;
    overflow: auto;
    margin: unset;
	
	
	}





#mxm-fav-pagination .ellipsis {
    pointer-events: none;
    color: #999;
    font-weight: normal;
}

 
.mxm-fav-spinner::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    border: 2px solid #ff0000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: mxm-spin 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes mxm-spin {
    to { transform: rotate(360deg); }
}




#mxm-fav-pagination > div:first-child {
    font-weight: 500;
    color: #000;
}
#mxm-fav-pagination > div:first-child strong {
    color: #000;
}


 



.-mxm-priority-btn {
    background-color: #00c853;
    margin-left: 8px;
    transform: scaleX(-1);
    right: auto;
    left: 0px;
    
 
    position: absolute;
    top: 5px;

    border: none;
    background: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
    line-height: 1px;
}    
    
    
    
}







.comment-form-comment textarea {
 min-height: 60px;
}

#mxm-fav-video-wrapper #mxm-favorites-comments {
  text-align: left !important;
  display: block;
}


#menu-item-36219 a:before {
content: "\f004";
	font-family: fontAwesome;
    margin-right: 0.4em;
}


.mxm-fav-remove {
	position:absolute;
	top:5px;
right:5px;	 
 
background:none;
color: #c0c0c0;

cursor:pointer;
	line-height:1px;
	   border-radius: 4px;
    padding: 0px;
     font-size: 16px;
    height: 24px;
    width: 24px;
    margin: 0px !important;
    
}
.mxm-priority-btn{
	position:absolute;
	top:5px;
right:unset; 
 
background:none;
color: #c0c0c0;

cursor:pointer;
	line-height:1px;
	  border-radius: 4px;
    padding: 0px;
     font-size: 14px;
    height: 24px;
    width: 24px;
    margin: 0px !important;
    
}
#mxm-favorites-wrapper{
min-height: calc(100vh - 80px);	
}

button#mxm-clear-favorites,  button#mxm-refresh-favorites,   button#mxm-clear-favorites-in-collection, button#mxm-cat-save, button#mxm-cat-cancel {
margin-bottom: 10px;
 padding: 0px 12px !important;	
}

button#mxm-fav-modal-close , #mxm-col-close{
	padding: 0px 12px !important;
    position: absolute;
    right: 15px;
    z-index: 999999;
    background-color: unset !important;
    color: #ff0000;
    font-weight: bold;
    border: 1px solid #c0c0c0;
	}

#mxm-open-favorites{
	position: fixed;
    bottom: 62px;
    z-index: 9999;
    background: #ff3366;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    cursor: pointer;
	}


#mxm-open-collections-modal{
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    background: #ff3366;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    cursor: pointer;

}

select, textarea, .wp-editor-container {
  
     height: unset !important;
}
 
select {
    margin-right: 5px !important;
    padding: 0px 3px !important;
}

 .no-wrap-string {
    white-space: nowrap;        /* Keeps everything on one line */
    overflow: hidden;           /* Hides overflow if too wide */
    text-overflow: ellipsis;    /* Adds "..." if truncated */
    max-width: 100%;            /* Fits container */
    display: inline-block;      /* Allows ellipsis */
}

.mxm-fav-ellipsis {
	margin: 0 5px;
	
    padding: 6px 12px !important;
    color: #888;
    font-weight: bold;
        background-color: unset !important;
    border: 1px solid #c0c0c0 !important;
    
    transition: color 0.2s ease;
}
.mxm-fav-ellipsis:hover {
	    background-color: unset !important;
    border: 1px solid #000;
	
    color: #000;
  
}



div#mxm-fav-pagination {
    padding: 30px 30px 10px;
    width: 100%;
    clear: both;
    margin: 0;
    overflow: hidden;
    text-align: center;
  
}



/* Fullscreen overlay */
#mxm-fav-modal {
    display: none;
    position: fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    flex-direction: column;
}

/* Video wrapper */
#mxm-fav-video-wrapper {
    width: 80%;
    max-width: 1280px;
    margin-bottom: 20px;
}

/* Comments section */
#mxm-fav-comments {
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
}
#mxm-fav-comments textarea {
    width: 100%;
    min-height: 80px;
    padding: 10px;
    resize: vertical;
    font-size: 16px;
    margin-bottom: 10px;
}
#mxm-fav-comments button {
    align-self: flex-end;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

/* Close button */
#mxm-fav-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10000;
}


.post-like a.active .like i {
    color: #00c853;       /* bright green for like */
    transform: scale(1.3); /* slightly bigger */
    transition: all 0.2s ease;
}

.post-like a.active .dislike i {
    color: #d32f2f;       /* bright red for dislike */
    transform: scale(-1.3, 1.3); /* flip horizontally (-x) and enlarge (x1.3, y1.3) */
    transition: all 0.2s ease;
}

/* Hover effect */
.post-like a:hover i { transform: scale(1.2,1.2); opacity: 0.5; }

.post-like a:hover .dislike i { transform: scale(-1.2,1.2); opacity: 0.5; }

/* Small note */
.post-like-note { font-size: 12px; color: #777; margin-top: 4px; }

.post-like a.active .like::after {
    font-family: "fontAwesome";   
    content: "\f118";             
    font-size: 14px;
    margin-left: 9px;
    color: #00c853;
}

.post-like a.active .dislike::after {
    font-family: "fontAwesome";
      content: "\f119";           
    font-size: 14px;
    margin-left: 9px;
    color: #d32f2f;
}


.post-like {
    display: flex;
    align-items: center;  
    gap: 5px;   
	position: relative;
}

.like-thankyou {
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #09f;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    z-index: 30;
    pointer-events: none;
}
 

#video-rate {
	width:auto !important;
}
 .likes {
    font-size: 14px;
    font-weight: bold;
}

.vote-particle {
    position: absolute;
    pointer-events: none;
    font-weight: bold;
	 z-index: 10; 
}


.must-log-in {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    color: #666;
}
.must-log-in a.wpst-login-link {
    color: #0073aa;
    text-decoration: underline;
}
.must-log-in a.wpst-login-link:hover {
    color: #005177;
}
.password-wrapper {
    position: relative;
}
._password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 18px;
    z-index: 10;
    line-height: 1; /* Ensure icon aligns properly */
}


.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    color: #666;
    font-size: 18px;
    z-index: 10;
    line-height: unset;
}


 
 
 
 #site-navigation>ul>li>a {
 
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 18px;
}
 
 .membership a{
 
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 18px;
}
 
 .comment-form-comment textarea {
 	 
 	    min-height: 60px !important;
    height: 60px !important;
    border: solid 1px #c0c0c0 !important;
}
 
.header-search input {    
-webkit-border-radius: 0px !important;	 
    -moz-border-radius:  0px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;	 
	  -webkit-border-top-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
letter-spacing: 2px;
    font-weight: bold;
    font-size: 18px;
	border: solid 1px #c0c0c0 !important;
	}

 
.header-search input#searchsubmit {
	-webkit-border-radius: 0px !important;	 
    -moz-border-radius:  0px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;	 
	  -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
	 
	border: solid 1px #000 !important;
	}

.password-toggle:hover {
    color: #0073aa;
}
.password-wrapper input.form-control.input-lg {
    padding-right: 45px; /* Space for toggle button */
}
.wpst-user-modal .form-field input.form-control {
    background-color: #efefef;
    color: #333;
    border: solid 1px #cacaca;
}






a#cancel-comment-reply-link::before {
    content: "✕ ";
    font-weight: bold;
    color: #c00;
    font-size: 26px;
}
a.comment-reply-link::before {
    content: "\f112";
    font-family: "fontAwesome";
    font-weight: bold;
    color: #4e72ff;
    font-size: 14px;
    margin-right: 5px;
}


.views_modal {
    margin-right: 10px;
    color: #777;
    font-size: 0.9em;
}
.fa-eye-modal:before {
    content: "\f06e";  
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mxm-fav-btn { visibility: hidden; }



@media (max-width: 768px) {
  .under-thumb {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;  
    overflow: visible !important;  
  }

  .under-thumb span {
    white-space: normal !important; /* allow text/icon to wrap */
    display: inline-flex;
    align-items: center;
  }
  
  .thumb-block .entry-header {
  	  	height: unset !important;
  	}

  .under-thumb i {
    margin-right: 3px;  
  }
}

 





.thumb-block .entry-header {
    height: unset !important;
}



 button.mxm-add-to-cat {
    margin: 3px 0 0 0 !important;
    border-radius: unset !important;
    color: #0693e3;
     font-weight: bold;
     
         display: block;
    width: 100%;
    margin: 10px 0 8px;
    padding: 7px 10px;
    font-size: 14px;
 
    background-color: #ffffff !important;
    border: 1px solid #c0c0c0;
    text-align: center;     
     
}

 button.mxm-add-to-cat:hover {
  
    background-color: #fdffe7 !important; 
        color: #0693e3;
     font-weight: bold;
 border-radius: 5px !important; 
   
     
}


.mxm-add-to-cat-btn {
  display: block;

  padding: 5px 10px;
  background: #4caf50;
  color: white;
  border: none;

  cursor: pointer;
  
      margin: 3px 0 0 0 !important;
    border-radius: unset !important;
  
}


select#category {
    border: 1px solid #c0c0c0;
    color: #0693e3;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}


button#category_add, button#category_remove {

    line-height: 1;
    padding: 2px 10px;
    border-radius: 3px;
}

.content-area{
	min-height:100vh;
	padding:30px;
	}

 
.mxm-share-btn {
    display: inline-block;
    margin: 0 8px;
    opacity: 0.9;
    transition: opacity 0.2s;
}
.mxm-share-btn:hover { opacity: 1; }
@media(max-width:480px){
    .mxm-share-btn { margin: 0 4px; }
}
 
.fav-show{
	    border: 1px solid #c0c0c0;
    border-radius: 5px;
 
    padding: 6px;
    margin: 6px;
	}
	
	.fav-show.active {
  background-color: #cde4ff;
  border-color: #339aff;
}
	

#mxm-share-cat-name{
color:#0693e3;
}

input[type="checkbox"], input[type="radio"] {
  position: relative !important;
  top: 2px !important; 
}
 
.fav-show:has(input[type="radio"]:checked) {
  background-color: #cde4ff; /* any highlight color */
  border-color: #339aff;
}
 
input#mxm-new-cat-name{
 	height:25px !important; 
 	    border-color: #ccc;
 	}
 
 span.text-note {
    font-size: 10px;
}
 
 
 
 
 
 
 
 