/*!
Theme Name: Squad Fight v2.6.3
Theme URI: https://facebook.com/rakhibul.official
Author: Yes! Excoder
Author URI: https://facebook.com/rakhibul.official
Description: Its just a Demo Template for Plus-UI. Plus-UI Generate  for Wordpress
Version: 1.3.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Excoder.com
Tags: Plus UI, Plus-ui, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/**
* Basic WordPredd comment style template
* 
* ** Check your theme's comments templates & tags. _s theme uses .comment-list for the comment container, but yours may differ.
*/


/* Esports Room Live section*/
   .esports-room-container {
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.live-room-section {
   /* margin-top: 10px; */
    text-align: center;
    margin: 10px;
    color: #08102b;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 35px rgba(0,0,0,.1); 
}
.drK .live-room-section{
    background: #1a1818;
    color: #fffdfc;
}

.live-room {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Arial, sans-serif;
    padding: 20px;
    border-radius: 10px;
    width: 320px;
    margin: auto;
}
.team1, .team2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team1:hover, .team2:hover {
            transform: translateY(-5px);
        }
.vs {
    font-size: 24px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    color:#ff5252;
    line-height: 50px;
    text-align: center;

}
.team-logo {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.team-logo img {
    width: 100%;
    height: 100%;
    border: 5px solid rgba(245, 239, 239, 0.781);
    border-radius: 50%;
}
.team-name {
    font-size: 1.0rem;
    font-weight: 600;
}
.esports-room-countdown {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    padding: 0px 10px;
}
.esports-room-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.esports-room-items {
    margin: 10px 10px 15px;
    font-size: 0.9em;
    width: 33.33%;
    background: hsla(0, 0%, 15%, 0.8);
    border: 1px solid #ccc;
    padding: 5px 6px;
    border-radius: 5px;
    color: #fffdfc;
    display: flex;
    justify-content: space-around;
    align-items: center;
}       
        
        .timer-label {
            font-size: 1.4rem;
            margin-bottom: 10px;
            color: #a0e7ff;
            font-weight: 600;
            text-align: center;
        }
        
        .target-time {
            font-size: 1rem;
            margin-bottom: 20px;
            color: #b0b0d0;
            text-align: center;
            background: rgba(0, 0, 0, 0.2);
            padding: 8px 15px;
            border-radius: 8px;
        }
        
        .timer-display {
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-bottom: 0px;
        }
        
        .time-unit {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: rgba(0, 0, 0, 0.4);
            padding: 10px 3px;
            border-radius: 5px;
            min-width: 50px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .time-value {
            font-size: 1.3em;
            font-weight: 700;
            color: #fffdfc;
            line-height: 1;
        }
        
        .time-label {
            font-size: 0.5em;
            color: #02f74c8f;
            margin-top: 2px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        
        .timer-complete {
            color: #4CAF50;
            font-size: 1.1rem;
            font-weight: bold;
            text-align: center;
            padding-top: 10px;
            display: none;
        }
        
        .timer-complete.show {
            display: block;
        }
        
        .expired {
            color: #ff5252;
        }
        
        .time-remaining {
            margin-top: 10px;
            font-size: 0.9rem;
            color: #888;
            text-align: center;
        } 
        
        @media (max-width: 768px) {
            .timers-container {
                grid-template-columns: 1fr;
            }            
            
            .time-unit {
                min-width: 50px;
            }
            
            .time-value {
                font-size: 1.3em;
            }
        }
        
        @media (max-width: 480px) {
            .time-unit {
                min-width: 50px;
                padding: 7px 1px;
            }
            
            .time-value {
                font-size: 2.em;
            }
        }

.comment-list{
    list-style-type:none; 
    margin:0 0 1em; 
    padding:0; 
    text-indent:0;
    ul{
    	list-style-type:none; 
    	margin: 0;
    	padding: 0;
    }
 	li{
 		&.comment{
			 padding: 25px 5px 5px 5px;
			 border-radius: 5px;
			 background: var(--contentB);
			 box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
			 margin: 20px 5px 20px 5px;
    display: block;
    position: relative;
   p{
    display: block;
    margin: 5px 0 0 0;
   }

 .drK &.comment{
    background: var(--darkBa);
    box-shadow: none;
   }
			ul{
				list-style-type:none; 
				margin: 0 0 0 20px;
			}
			.comment-author{}
			.vcard{
			    margin:-45px 0 -10px 0;
				.fn{display: inline; margin:-20px 0 0 0;}
				.url{ }
			}
			.avatar{
			 border: 1px solid #eee;
			 float:left; 
			 margin: 0 10px 0 -20px;   
			 border-radius: 50%; 
			}
			.avatar-32{}
			.photo{ height:40px; width: 40px}
			.says{ display: none;}
			.commentmetadata{
			 font-size: 12px;
    margin:0!important;
		}
			.comment-meta{
				a{
					color: ;
     margin:-20px 0 0 0!important;
				}
   time{
    display: block;
    font-size: 12px;
    margin: 0 0 0 0;
    width: 100%;
   }
			}
   p{
    margin: -25px 0 0 0;
    padding:0 8px 10px 32px;
   }

			.reply{
			    margin: -8px 0 15px 0;
				a{
				 padding: 10px 5px 5px 32px;
     font-size: 14px;
				}
			}
			.children{
				text-indent:0;
    list-style-type:none; 
    /* background: red */;
				li {
					&.alt{}
					&.bypostauthor{}
					&.byuser{}
					&.comment{}
					&.comment-author-admin{}
					&.depth-2{
						margin: 30px 0 5px 30px;
     list-style-type:none; 
     padding: 0!important;
     box-shadow:none;
     width:93%;
					}
					&.depth-3{
						margin: 30px 0 8px 10px;
     list-style-type:none; 
     padding: 0!important;
     box-shadow:none;
     width:99%;
					}
					&.depth-4{
						margin: 30px 0 5px 10px;
     list-style-type:none; 
     padding: 0!important;
     box-shadow: none;
     width:99%;
					}
					&.depth-5{
	    margin: 25px 0 5px 15px;
     list-style-type:none; 
     padding: 0!important;
     box-shadow: none;
     width:97%;
    }
					&.even{}
					&.odd{}
				}
			}  // end .children
 		} // end li.comment

 		&.alt{}
 		&.bypostauthor{}
 		&.byuser{}
 		&.comment-author-admin{}
 		&.even{
 			background: #fff;
 		}
		&.odd{
			background:#f6f6f6;
		}
		&.parent{
			border-left:5px solid #ddd;
		}
		&.thread-alt{}
		&.thread-even{}
		&.thread-odd{}
 	} // end .comment-list li
 } // end .comment-list












/* Comment form and reply section */
.comment-respond {
    margin-top: 20px;
}

.comment-reply-title,
#reply-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333; /* Adjust the text color */
}

#cancel-comment-reply-link{
    color: red;
    margin-left: 10px;
}


/* Hide email notes section in comment form */

.comment-form-email-notes {
    display: none;
}






.comment-form {
    margin-top: 30px;
}


.comment-form label {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 1.0em;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 13px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    color: #333;
    border-radius: 5px;
    transition: border-color 0.3s ease-in-out;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #0073e5;
}

.comment-form #submit {
    background-color: #0073e5;
    color: #fff;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 1.0em;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.comment-form #submit:hover {
    background-color: #0056b3;
}

.comment-form input[type="checkbox"] {
    float: left;
    margin-right: 10px; /* Adjust the spacing between checkbox and label */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    padding:10px;
    border: 2px solid #0073e5;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

 .comment-form input[type="checkbox"]:checked {
    background-color: #0073e5;
    border-color: #0073e5;
    color: #fff;
} 


.comment-form .checkbox-label {
    margin-bottom: 15px;
}

.comment-notes {
    margin-bottom: 20px;
    color: #888;
    font-size: 0.9em;
}

.comment-form-cookies-consent {
    margin-bottom: 20px;
}

.comment-form-cookies-consent label {
    display: inline;
    font-weight: normal;
    color: #333;
    font-size:13px;
}

.comment-form-cookies-consent input {
    margin-left: 5px;
}

.required {
    color: #f00;
}





/* Styles for "Must be logged in" message */

.must-log-in {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8d7da; /* Light red background color */
    border: 1px solid #f5c6cb; /* Red border color */
    color: #721c24; /* Dark red text color */
    border-radius: 5px;
}

.must-log-in a {
    color: #721c24; /* Dark red text color for links */
    text-decoration: underline;
}

.must-log-in a:hover {
    color: #721c24; /* Dark red text color for links on hover */
    text-decoration: none;
}











/* Author Profile Css  */

.user_profile_cap {
  width: 100%;
  height: auto 18;
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    overflow:hidden;
}

.user_profile_cover {
  img {
    width: 100%;
    height: 215px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
        }

}

.user_profile_headline {
  padding: 10px;
  font-size: 16px;
}
.user_profile_headline img{
    border:1px solid #EEEEEE;
    width:124px;
    height:124px;
    float:left;
    margin:-70px 10px 0  0;
    position:relative;
    z-index:0;  
    background-color: #;
    border-radius:20px;
    border: 5px solid #ddd;
}
.user_profile_headline h2{
 
    margin: 0px;
    padding: 0px;
    font-size:18px;
    font-weight:bold;
    display:block;   
}
.user_profile_headline span{
    font-size:14px;
    padding: 0px;
    font-family:verdana;
    color:gray;
 
}

