/* 
 * فایل استایل حالت شب
 * این فایل به صورت خودکار ایجاد شده است
 * فقط در حالت شب لود می‌شود
 */
 
 body.night-mode {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
}


body.night-mode .header,
body.night-mode .footer,
body.night-mode .sidebar {
    background-color: #2d2d2d !important;
    border-color: #404040 !important;
}

body.night-mode .post-content {
    background-color: #252525 !important;
    color: #e0e0e0 !important;
}

/* اضافه کردن استایل‌های خاص خودتان در اینجا */

/*استایل مربوط به حالت شب*/

/* عمومی */
.night-mode .sidebar-container,
.night-mode .entry-thumbnail img,
.night-mode .music-player-tak,
.night-mode .comments-wrapper,
.night-mode .post-chart,
.night-mode .information,
.night-mode .comments-form-cmsb,
.night-mode .comments-list-cmsb,
.night-mode .comment,
.night-mode .music-player-album {
		box-shadow: 0 0 4px #c9d7f3;
}

.night-mode .play-btn{
	background: rgb(0 0 0 / 80%);
}

.night-mode .play-btn:hover {
	background: rgb(0 0 0 / 950%);
    transform: scale(1.1);
    color: #e74c3c;
}
.night-mode .sidebar,
.night-mode .sidebar i {
		background: none; /* برای حذف بک‌گراند */
}
.night-mode .sidebar .fa-sun:before {
		color: #e0e300;
}
.night-mode #menu-content {
		background-color: #000000d6;
}
.night-mode thead {
		background-color: #3f3f3f;
}
.night-mode tbody tr:nth-child(odd) {
		background-color: #00000070;
}
.night-mode .main-content,
.night-mode .site-info,
.night-mode .site-info a,
.night-mode .site-info h6,
.night-mode .menu-container ul li a,
.night-mode .site-title a,
.night-mode .site-info h1,
.night-mode .details-inner-chart,
.night-mode .comment-text,
.night-mode .input-group-cmsb input,
.night-mode .input-group-cmsb textarea,
.night-mode .section-title,
.night-mode span,
.night-mode i,
.night-mode .related-posts-artist-name,
.night-mode h1 a,
.night-mode .player-button{
		color: #fff;
}
.night-mode .menu-container ul li a:hover {
		color: #e0e300;
}
.night-mode,
.night-mode .floating-player {
		background: #191a1d;
}
.night-mode .comments-list ol a {
	color: antiquewhite;
}

.night-mode .entry-header,
.night-mode .lyrics-music,
.night-mode .music-player-tak,
.night-mode .music-player-album,
.night-mode .header-msb-mobile,
.night-mode .comments-wrapper,
.night-mode .information,
.night-mode .comments-form-cmsb,
.night-mode .comments-list-cmsb,
.night-mode .comment,
.night-mode .input-group-cmsb input,
.night-mode .input-group-cmsb textarea,
.night-mode .post-tags,
.night-mode .mobile-box {
		background: none; /* برای حذف بک‌گراند */
}

.night-mode .music-card,
.night-mode .artist-header,
.night-mode .related-posts-card,
.night-mode .volume-control-tak,
.night-mode .category-header{
	background: #4f4f4f;
}