/* Datalife Engine template 
name: Music site;
creation date: 08 august 2019, 
version dle: 12-13
*/

/* SET BASE
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

body {font: 14px 'Montserrat', sans-serif; line-height: normal; padding: 0; margin: 0;        
color: #000; background: #2b3d4e url(../images/bg2.png); min-height: 100%; width: 100%; font-weight: 400;}
a {color: #000; text-decoration: none;}
a:hover, a:focus {color: #000; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 600; font-size: 18px;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Montserrat' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 4px; cursor: pointer; color: #fff; background-color: #2ecc71; font-size: 16px; font-weight: 400;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #27ae60; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.5; font-size: 14px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit {overflow: hidden; position: relative;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 124%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1, .hnav li {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}
.fx-between {-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

b, strong, .fw700 {font-weight: 600;}
.icon-left .fa, .icon-left .icon, .icon-left .fas, .icon-left .far, .icon-left .fal {margin-right: 10px;}
.icon-right .fa, .icon-right .icon, .icon-right .fas, .icon-right .far, .icon-right .fal {margin-left: 10px;}
.hidden, #dofullsearch {display: none;}
.anim {transition: color .3s, background-color .3s, opacity .3s;}
.anim-all {transition: all .3s;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px; font-weight: 600;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; position: relative; padding: 20px; padding-bottom: 80px;}
.wrap-center {max-width:1100px; margin:0 auto; position:relative; z-index:20;}
.wrap-main {background-color: #fff; box-shadow: 0 0 40px rgba(0,0,0,0.8); border-radius: 10px; padding: 20px;}
.header {margin-bottom: 20px;}
.content {margin: 0 -20px; background-color: #f2f6f8; padding: 20px;
	box-shadow: inset 0 5px 5px -5px rgba(0,0,0,0.2), inset 0 -5px 5px -5px rgba(0,0,0,0.2);}
.side {width: 320px;margin-right: 20px;}
.main {min-height: 80vh;}
.main-content {}
.footer-wr {line-height: 1.7; font-size: 13px; color: #5c5c5c; padding: 20px; padding-bottom: 0; padding-left: 200px;
background: url(../images/logo.png) 20px 20px / 160px auto no-repeat;}
.footer {}
.ft-desc span {color: #2ecc71; border-bottom: 1px dotted #2ecc71; font-weight: 600;}
.ft-count {display: inline-block;}
.ft-count > * {display: block;}

#gotop{width:31px; height:31px; line-height:31px; cursor:pointer; font-size:16px; 
border-radius:4px; text-align:center; box-shadow: 0 1px 4px rgba(0,0,0,0.2); 
display: inline-block; background-color: #f39c12; color: #fff; display: none !important;}


/* HEADER
----------------------------------------------- */
.logo {display: block; width: 240px; height: 60px;}
.hdesc {margin: 0 40px 0 20px; padding-left: 20px; border-left: 1px solid #e3e3e3; 
font-size: 12px; color: #999; line-height: 1.3;}
.search-wrap {}
.search-box {position:relative;}
.search-box input, .search-box input:focus {padding: 0 70px 0 15px; border-radius: 6px;}
.search-box input:not(:focus)::placeholder {color: #000; opacity: 0.4; font-size: 12px;} 
.search-box button {position:absolute; right:0px; top:0px; z-index:10;
 font-size: 16px !important; padding: 0 !important; border-radius: 0px !important; 
background-color: transparent !important; color: #000 !important; width: 50px;}
.hnav {margin: 0 -10px; margin-bottom: 30px;}
.hnav li {margin: 0 10px; text-align: center;}
.hnav a {display: block; height: 60px; line-height: 60px; border-radius: 6px; box-shadow: 0 3px 15px rgba(0,0,0,0.2);
font-weight: 600; background: linear-gradient(135deg, #bdc3c7, #2c3e50); color: #fff;}
.hnav a.is-active {box-shadow: 0 3px 15px rgba(0,0,0,0.2);}
.hnav a:hover {text-decoration: underline;}
.hnav li:nth-child(1) a {background: linear-gradient(135deg, #6dd5ed, #2193b0);}
.hnav li:nth-child(2) a {background: linear-gradient(135deg, #f39c12, #d35400);}
.hnav li:nth-child(3) a {background: linear-gradient(135deg, #E100FF, #7F00FF);}
.hnav li:nth-child(4) a {background: linear-gradient(135deg, #a8e063, #56ab2f);}


/* SECTION
----------------------------------------------- */
.sect + .sect {margin-top: 20px;}
.sect-header {margin-bottom: 20px;}
.sect-title {font-weight: 900; font-size: 28px;}
.sect-title-small {font-size: 20px;}
.sect-title .far, .side-bt .far, .speedbar .far {color: #f39c12; margin-right: 10px; font-weight: 400;}


/* TRACK
----------------------------------------------- */
.tr {padding: 0px 10px 0 0; border-radius: 6px; margin-bottom: 6px; overflow: hidden;
	background-color: #fff; box-shadow: 0 5px 5px -5px rgba(0,0,0,0.2)}
.tr:nth-child(2n+1) {}
.tr-play {text-align: center; height: 40px; line-height: 40px; width: 40px; 
font-size: 16px; padding-left: 3px; color: #f39c12; border-right: 1px solid #e3e3e3;}
.tr-play:hover {cursor: pointer; background-color: #f39c12; color: #fff;}
.tr-desc {padding: 0 10px; display: block;}
.tr-title {display: inline; font-weight: 500;}
.tr-subtitle {opacity: 0.8; font-weight: 400; font-size: 13px; display: inline;}
.tr-time {color: #949494; font-size: 11px;}
.tr-desc:hover {text-decoration: underline;}
.tr.js-item-played {}
.js-item-played .fa-play:before {content: '\f04c';}
.js-item-played .tr-play {padding-left: 0; background-color: #f39c12; color: #fff;}


/* SIDE
----------------------------------------------- */
.side-box {margin-bottom: 20px;}
.side-bt {font-size: 28px; font-weight: 900; margin-bottom: 20px;}

.side-top a {display: block; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dashed #ccc;
position: relative; padding-left: 30px; font-weight: 600;}
.side-top a:before {content:"\f4c8"; font-family:'Font Awesome 5 Pro'; color: #f39c12; 
font-size: 20px; position: absolute; left: 0; top: -3px;}
.side-top a span {opacity: 0.8; font-weight: 400; font-size: 13px;}
.side-top a:hover {text-decoration: underline;}


/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {line-height: 1.7; font-size: 13px; color: #949494; margin-top: 20px;}
.site-desc h1, .site-desc h2 {font-size: 20px; font-weight: 900; color: #000; margin-bottom: 10px;}
.site-desc a {color: #06c; text-decoration: underline;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:40px; text-align:center; padding:30px 0 15px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:46px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 15px; 
background-color:#fff; margin:5px 4px 0 4px; border-radius:4px;
box-shadow: 0 0 0 1px rgba(0,0,0,0.2); min-width: 40px;}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color:#f39c12; color:#fff;}


/* PLAYER
----------------------------------------------- */
.wplayer {width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; 
	background-color: #f2f6f8; color: #000; box-shadow: 0 0 6px rgba(0,0,0,0.3);}
.audioplayer {max-width: 1100px; width: calc(100% - 40px); margin: 0 auto; height: 60px;}
.audioplayer audio {display: none;}
.audioplayer-bar {position: relative; height: 6px; width: 500px; background-color: #e3e3e3; border-radius: 3px; margin-left: 20px;}
.audioplayer-bar-loaded {position: absolute; left: 0; top: 0; height: 100%; 
	background-color: rgba(0,0,0,0.1); border-radius: 3px;}
.audioplayer-bar-played {position: absolute; left: 0; top: 0; height: 100%; 
	z-index: 10; border-radius: 3px; background-color: #f39c12;}
.audioplayer-bar-played:before {content: ''; background-color: #fff; width: 10px; height: 10px; border-radius: 50%; 
position: absolute; right: -16px; top: 50%; margin-top: -9px; z-index: 3; box-shadow: 0 0 6px rgba(0,0,0,0.3); 
background: linear-gradient(to bottom, #e3e3e3, #ccc); border: 4px solid #fff;}

.audioplayer-volume {position: relative; z-index: 100; margin-left: 20px; font-size: 18px;}
.audioplayer-muted .fa-volume-up:before {content: '\f6a9';}
.audioplayer-volume-button a {color: #5c5c5c; display: block; height: 30px; line-height: 30px; text-align: center;}
.audioplayer-volume-adjust {position: absolute; left: 0; bottom: 100%; width: 30px; height: 100px; 
background-color: #1e204e; box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 10px; display: none;}
.audioplayer-volume-adjust > div {width: 10px; height: 80px; border-radius: 0px; 
position: relative; cursor: pointer; background-color: #05052a; overflow: hidden;}
.audioplayer-volume-adjust > div > div {width: 100% !important; background-color: #f39c12; 
position: absolute; left: 0; bottom: 0; z-index: 10;}
.audioplayer-volume:hover .audioplayer-volume-adjust {display: block;}

.ap-dl {font-size: 18px;	color: #5c5c5c; margin-left: 20px;}
.ap-time {font-size: 12px; color: #5c5c5c; margin-left: 20px;}
.audioplayer-time-current:after {content: '/'; display: inline; margin: 0 6px;}
.ap-desc {width: 300px;}
.ap-img {width: 40px; height: 40px; margin-right: 10px; border-radius: 3px;}
.ap-artist {font-size: 13px; margin-top: 5px; color: #5c5c5c;}
.ap-title {font-size: 15px; font-weight: 600;}
.ap-btns {margin-right: 20px;}
.audioplayer-playpause a {width: 40px; height: 40px; line-height: 40px; text-align: center; 
border-radius: 50%; display: block; position: relative; margin: 0 20px; 
background-color: #f39c12; color: #fff;}
.ap-prev, .ap-next {cursor: pointer; color: #5c5c5c; font-size: 18px;}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {opacity: 1; color: #000;}
.audioplayer-stopped .audioplayer-playpause a {padding-left: 3px;}
.audioplayer-playpause a:hover {background-color: #e67e22; color: #fff;}
.wplayer-init .audioplayer-playpause .far:before {content: '\f04b'; padding-left: 1px;}


/* FULL
----------------------------------------------- */
.speedbar {font-size: 12px; color: #949494; margin-top: 15px;}
.fheader {margin-bottom: 15px;}
.fheader h1 {text-transform: none; font-size: 28px;}
.fheader h1 span {color: #5fdeb7;}
.fmain {background-color: #fff; box-shadow: 0 5px 5px -5px rgba(0,0,0,0.2); 
	border-radius: 6px; padding: 20px; margin-bottom: 20px;}
.fcols {margin-bottom: 20px;}
.ftext {max-height: 200px; overflow-x: hidden; overflow-y: auto;}

.finfo {margin-left: 20px;}
.finfo li {display: flex; justify-content: flex-start; position: relative; padding: 9px 10px;}
.finfo li:nth-child(2n+1) {background-color: #f2f6f8;}
.finfo333 li:before {content: ''; position: absolute; left: 0; right: 0; top: 50%; 
border-top: 2px dotted #ccc;}
.finfo333 li span {background-color: #fff; display: inline-block; padding: 5px 0 5px 10px; position: relative; z-index: 1;}
.finfo li > span:first-child {color: #949494; width: 140px; font-weight: 400;}
.finfo a {color: #06c; border-bottom: 1px dotted #6a82fb;}

.fimg {width: 180px; height: 180px;}
.fmeta {}
.fcaption {font-size: 12px; color: #949494; line-height: 1.5; margin-bottom: 20px; text-align: justify;}
.fplay {cursor: pointer; font-weight: 600; height: 40px; line-height: 40px; 
	padding-right: 10px; border-radius: 20px; background-color: #f2f6f8;}
.fplay-icon {margin-right: 10px; height: 40px; line-height: 40px; width: 40px; text-align: center; 
border-radius: 20px; color: #fff; background-color: #f39c12; padding-left: 3px;}
.fplay-title {line-height: 20px; max-height: 40px; overflow: hidden;}
.fdl {margin-right: 20px; font-weight: 600; width: 180px; font-size: 13px; padding: 0 10px;}
.fplay:hover {background: #e67e22; color: #fff;}
.js-item-played .js-play .fplay-icon {padding-left: 0; background-color: #e67e22;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{max-width:100% !important; display:block; width:100%; height:400px;}
.mejs-container {max-width:100% !important;}
.full-text {line-height: 1.7; font-size: 14px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:24px; font-weight:300;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}

.full-taglist a {color:#d20068;}
.full-taglist {margin-top:20px;}
.full-taglist span:not(.fa):not(:last-child):after {content:","; display:inline;}


/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display: none;}
.side-panel {width:280px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#fff;
padding:20px; z-index:9999; position:fixed; left:-320px; top:0; transition:left .4s;}
.side-panel.active {left:0;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.5); 
position:fixed; left:0; top:0; z-index:9998; display:none;}
.btn-close {cursor:pointer; display:block; left: 280px; top: -40px; position: fixed; z-index: 9999;
width:40px; height:40px; line-height:40px; text-align:center; font-size:18px; 
background-color: #e84e36; color: #fff; transition:top .4s; -webkit-transition:top .4s;}
.btn-close.active {top:0px;}
body.opened-menu {overflow: hidden; width: 100%; height: 100%;}
.side-panel .hnav {display: block; margin-bottom: 20px; padding: 0;}
.side-panel .hnav a {margin: 0; padding: 0 0px; margin-bottom: 10px;}


@media screen and (max-width: 1220px) {
.wrap {padding: 0; padding-bottom: 60px;}
.wrap-center {max-width:1000px; border-radius: 0;}
.side, .hnav, .hdesc {display: none;}
#gotop {display: none !important;}
.btn-menu {width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 4px; 
cursor: pointer; background-color: #f39c12; color: #fff; font-size: 18px; display: block;}
.search-wrap {-ms-flex-order: 10;-webkit-order: 10;order: 10; min-width: 100%; margin-top: 20px;}
.audioplayer-bar {position: absolute; left: 0; top: -6px; height: 6px; width: 100%; border-radius: 0; margin: 0;}
}

@media screen and (max-width: 950px) {
.wrap-center {max-width:768px;}
}

@media screen and (max-width: 760px) {
.wrap-center {max-width:640px;}

.fmain {padding-left: 10px; padding-right: 10px;}
.fimg  {margin: auto;}
.finfo {width: 100%; min-width: 100%; margin: 20px 0 0;}
.fmeta, .fdl, .fplay {width: 100%; margin: 20px 0 0 0;}

.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}

@media screen and (max-width: 590px) {
.wrap-center {max-width:480px;}
.fheader h1 {font-size: 24px;}
.wrap-main {padding-left: 10px; padding-right: 10px;}
.content {padding-left: 10px; padding-right: 10px; margin-left: -10px; margin-right: -10px;}
.footer-wr {padding: 20px 10px; background-image: none;}
.footer {display: block; text-align: center;}
.ft-desc {margin: 20px 0;}
.audioplayer-volume, .ap-time, .ap-img {display: none;}
.audioplayer-playpause a {margin: 0 10px;}

.ac-inputs input {width: 100%;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.wrap-center {max-width:360px;}
.logo {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px; margin-right: 20px; position: relative;}
.logo img {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}


/* MODERN LIGHT REFRESH
----------------------------------------------- */
:root {
	--page-bg: #f7f4fb;
	--surface: #ffffff;
	--surface-soft: #f1edf8;
	--line: rgba(45, 39, 63, 0.11);
	--text: #241f34;
	--muted: #746b83;
	--accent: #e34878;
	--accent-2: #0f9b97;
	--accent-warm: #f0b84d;
	--accent-soft: #fff0f5;
	--shadow: 0 18px 55px rgba(54, 43, 79, 0.13);
	--shadow-soft: 0 10px 28px rgba(54, 43, 79, 0.08);
}

body {
	color: var(--text);
	background: radial-gradient(circle at 16% 0%, #ffe4ef 0, rgba(255,228,239,0) 34%),
		radial-gradient(circle at 92% 12%, #dff8f5 0, rgba(223,248,245,0) 28%),
		linear-gradient(180deg, #fbfdff 0%, var(--page-bg) 100%);
	letter-spacing: 0;
}

a, a:hover, a:focus {color: var(--text);}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button,
button:not(.color-btn):not([class*=fr]), html input[type="button"], input[type="reset"],
input[type="submit"], .meta-fav a, .usp-btn a {
	border-radius: 20px;
	background-color: var(--accent);
	box-shadow: 0 12px 24px rgba(227,72,120,0.18);
	font-weight: 600;
}

.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover,
.pagi-load a:hover, .usp-btn a:hover, button:not(.color-btn):hover, html input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover {
	background-color: var(--accent-2);
	box-shadow: 0 14px 26px rgba(15,155,151,0.18);
}

input[type="text"], input[type="password"], select, textarea {
	color: var(--text);
	border-radius: 14px;
	background-color: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line), inset 0 1px 2px rgba(34,54,80,0.04);
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: inset 0 0 0 1px var(--accent), 0 0 0 4px rgba(227,72,120,0.10);
}

.wrap {
	padding: 24px;
	padding-bottom: 82px;
}
.wrap-center {max-width: 1160px;}
.wrap-main {
	padding: 22px;
	background-color: rgba(255,255,255,0.94);
	border: 1px solid var(--line);
	border-radius: 22px;
	box-shadow: var(--shadow);
	backdrop-filter: blur(10px);
}

.header {
	margin-bottom: 20px;
	padding: 0;
}

.content {
	margin: 0 -22px;
	padding: 26px 22px;
	background-color: var(--surface-soft);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.cols {gap: 24px;}
.side {
	width: 300px;
	margin-right: 0;
}
.main {min-height: 80vh;}

.footer-wr {
	margin-top: 22px;
	padding: 20px 22px 0 220px;
	color: var(--muted);
	background: none;
	position: relative;
}
.footer-wr:before {
	content: "MuzLoop";
	position: absolute;
	left: 22px;
	top: 22px;
	color: var(--text);
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}
.footer-wr:after {
	content: "";
	position: absolute;
	left: 22px;
	top: 58px;
	width: 126px;
	height: 5px;
	border-radius: 5px;
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
}
.ft-desc span {color: var(--accent); border-bottom-color: var(--accent);}

.logo {
	width: 230px;
	height: 58px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 58px;
}
.logo img {display: none;}
.logo:before {
	content: "\266A";
	position: absolute;
	left: 0;
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	box-shadow: 0 14px 28px rgba(227,72,120,0.24);
}
.logo:after {
	content: "MuzLoop";
	color: var(--text);
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}
.logo:hover:after {color: var(--accent);}

.hdesc {
	color: var(--muted);
	border-left-color: var(--line);
	font-size: 12px;
}

.search-wrap {min-width: 280px;}
.search-box input, .search-box input:focus {
	height: 46px;
	padding: 0 58px 0 18px;
	border-radius: 23px;
	color: var(--text);
	background-color: var(--surface-soft);
	box-shadow: inset 0 0 0 1px var(--line);
}
.search-box input:not(:focus)::placeholder {color: var(--muted); opacity: 0.85;}
.search-box button {
	height: 46px;
	color: var(--accent) !important;
}

.hnav {
	margin: 0 0 24px 0;
	gap: 10px;
}
.hnav li {
	margin: 0;
	text-align: left;
}
.hnav a,
.hnav li:nth-child(1) a,
.hnav li:nth-child(2) a,
.hnav li:nth-child(3) a,
.hnav li:nth-child(4) a {
	height: 46px;
	line-height: 46px;
	padding: 0 16px;
	border-radius: 16px;
	color: var(--text);
	background: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line), var(--shadow-soft);
	font-size: 13px;
}
.hnav a.is-active,
.hnav a:hover {
	color: var(--accent);
	background: var(--accent-soft);
	text-decoration: none;
}

.sect + .sect {margin-top: 26px;}
.sect-header {margin-bottom: 16px;}
.sect-title {
	color: var(--text);
	font-size: 28px;
	line-height: 1.18;
	letter-spacing: 0;
}
.sect-title-small {font-size: 22px;}
.sect-title .far, .side-bt .far, .speedbar .far {color: var(--accent-warm);}

.sect-items {
	display: grid;
	gap: 7px;
}

.tr {
	min-height: 48px;
	margin-bottom: 0;
	padding: 6px 10px;
	border: 1px solid rgba(45,39,63,0.08);
	border-radius: 14px;
	background-color: var(--surface);
	box-shadow: 0 5px 14px rgba(34,54,80,0.04);
	transition: transform .2s, border-color .2s, box-shadow .2s;
}
.tr:hover {
	transform: translateY(-1px);
	border-color: rgba(227,72,120,0.30);
	box-shadow: 0 9px 20px rgba(54,43,79,0.08);
}
.tr-play {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background-color: var(--accent);
	box-shadow: 0 10px 20px rgba(227,72,120,0.18);
}
.tr-play:hover,
.js-item-played .tr-play {
	background-color: var(--accent-2);
	color: #fff;
}
.tr-desc {padding: 0 12px;}
.tr-title {font-weight: 700;}
.tr-subtitle {color: var(--muted); opacity: 1;}
.tr-time {
	min-width: 46px;
	padding: 4px 8px;
	border-radius: 12px;
	color: var(--muted);
	background-color: var(--surface-soft);
	text-align: center;
}
.tr-desc:hover {text-decoration: none; color: var(--accent);}

.side-box {
	margin-bottom: 22px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background-color: var(--surface);
	box-shadow: var(--shadow-soft);
}
.side-bt {
	margin-bottom: 16px;
	color: var(--text);
	font-size: 20px;
	line-height: 1.2;
}
.side-top a {
	margin-bottom: 10px;
	padding: 11px 12px 11px 42px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background-color: var(--surface-soft);
	font-weight: 700;
}
.side-top a:before {
	left: 12px;
	top: 11px;
	color: var(--accent);
	font-size: 17px;
}
.side-top a span {color: var(--muted); opacity: 1;}
.side-top a:hover {
	text-decoration: none;
	border-color: rgba(227,72,120,0.30);
	background-color: var(--accent-soft);
}

.site-desc {
	margin-top: 22px;
	padding: 22px;
	color: var(--muted);
	background-color: var(--surface);
	border: 1px solid var(--line);
	border-radius: 18px;
	box-shadow: var(--shadow-soft);
}
.site-desc h1, .site-desc h2 {
	color: var(--text);
	font-size: 21px;
}
.site-desc a {color: var(--accent);}

.speedbar {
	color: var(--muted);
	margin-top: 18px;
	padding: 12px 16px;
	border-radius: 14px;
	background-color: var(--surface);
}

.fmain {
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 20px;
	background-color: var(--surface);
	box-shadow: var(--shadow-soft);
}
.fheader h1 {font-size: 30px; line-height: 1.18;}
.fcaption {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.65;
	text-align: left;
}
.fimg {
	width: 190px;
	height: 190px;
	border-radius: 18px;
	box-shadow: var(--shadow-soft);
	background-color: var(--surface-soft);
}
.finfo {margin-left: 24px;}
.finfo li {
	padding: 12px 14px;
	border-radius: 12px;
}
.finfo li:nth-child(2n+1) {background-color: var(--surface-soft);}
.finfo li > span:first-child {color: var(--muted);}
.fmeta {
	gap: 12px;
}
.fplay {
	height: 42px;
	line-height: 42px;
	padding-right: 12px;
	border-radius: 22px;
	background-color: var(--surface-soft);
}
.fplay-icon {
	background-color: var(--accent);
	box-shadow: 0 10px 20px rgba(227,72,120,0.20);
}
.fplay:hover {
	background-color: var(--accent-2);
	color: #fff;
}
.fdl {
	margin-right: 0;
	border-radius: 22px;
	background-color: var(--text);
}
.ftext {
	max-height: 260px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background-color: var(--surface);
	box-shadow: var(--shadow-soft);
}
.full-text {color: var(--text);}

.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
	border-radius: 14px;
	background-color: var(--surface);
	box-shadow: inset 0 0 0 1px var(--line);
}
.navigation span:not(.nav_ext), .pagi-nav a:hover {background-color: var(--accent); color: #fff;}

.wplayer {
	background-color: rgba(255,255,255,0.96);
	color: var(--text);
	border-top: 1px solid var(--line);
	box-shadow: 0 -16px 38px rgba(34,54,80,0.12);
	backdrop-filter: blur(10px);
}
.audioplayer-bar {background-color: var(--surface-soft);}
.audioplayer-bar-loaded {background-color: rgba(24,39,57,0.12);}
.audioplayer-bar-played {background-color: var(--accent);}
.audioplayer-bar-played:before {
	background: #fff;
	border-color: var(--accent);
}
.audioplayer-playpause a {
	background-color: var(--accent);
	box-shadow: 0 10px 22px rgba(227,72,120,0.22);
}
.audioplayer-playpause a:hover {background-color: var(--accent-2);}
.ap-prev, .ap-next, .audioplayer-volume-button a, .ap-dl, .ap-time, .ap-artist {color: var(--muted);}
.ap-prev:hover, .ap-next:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {color: var(--accent);}
.ap-title {color: var(--text);}
.audioplayer-volume-adjust {
	background-color: var(--surface);
	border: 1px solid var(--line);
	border-radius: 12px;
	box-shadow: var(--shadow-soft);
}
.audioplayer-volume-adjust > div {
	background-color: var(--surface-soft);
	border-radius: 8px;
}
.audioplayer-volume-adjust > div > div {background-color: var(--accent);}

.btn-menu {
	border-radius: 14px;
	background-color: var(--accent);
	box-shadow: 0 10px 20px rgba(227,72,120,0.18);
}
.side-panel {
	background-color: var(--surface);
	box-shadow: var(--shadow);
}
.side-panel .hnav a {color: var(--text);}

@media screen and (max-width: 1220px) {
	.wrap {padding: 0; padding-bottom: 76px;}
	.wrap-main {
		padding: 18px 20px;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
	.content {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.side, .hnav, .hdesc {display: none;}
	.search-wrap {margin-top: 16px;}
}

@media screen and (max-width: 760px) {
	.fmain {padding: 18px;}
	.fcaption {font-size: 13px;}
	.finfo {margin: 20px 0 0;}
	.fmeta, .fdl, .fplay {width: 100%;}
	.sect-title {font-size: 24px;}
}

@media screen and (max-width: 590px) {
	.wrap-main {padding-left: 14px; padding-right: 14px;}
	.header {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 42px;
		gap: 12px;
		align-items: center;
	}
	.header .logo {
		min-width: 0;
		max-width: 100%;
		margin-right: 0;
		position: relative;
	}
	.header .btn-menu {
		grid-column: 2;
		grid-row: 1;
		width: 42px;
		height: 42px;
		line-height: 42px;
		justify-self: end;
	}
	.header .search-wrap {
		grid-column: 1 / -1;
		grid-row: 2;
		min-width: 0;
		margin-top: 0;
		order: initial;
	}
	.content {
		margin-left: -14px;
		margin-right: -14px;
		padding-left: 14px;
		padding-right: 14px;
	}
	.logo {
		width: 170px;
		height: 48px;
		padding-left: 46px;
	}
	.logo:before {
		width: 36px;
		height: 36px;
		border-radius: 12px;
	}
	.logo:after {font-size: 25px;}
	.tr {padding: 6px 8px;}
	.tr-time {display: none;}
	.footer-wr {
		padding: 20px 10px 0;
		text-align: center;
	}
	.footer-wr:before, .footer-wr:after {display: none;}
}

@media screen and (max-width: 380px) {
	.logo {
		width: 146px;
		height: 42px;
		padding-left: 38px;
	}
	.logo:before {
		width: 32px;
		height: 32px;
		border-radius: 11px;
		font-size: 20px;
	}
	.logo:after {font-size: 21px;}
	.header {
		grid-template-columns: minmax(0, 1fr) 38px;
		gap: 10px;
	}
	.header .btn-menu {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
}


