/* ========================================
   ZAMONAVIY MINIMALISTIK TEMA
   Oq-Qora-Kulrang dizayn
   ======================================== */

/* CSS Reset */
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none}

/* ========================================
   GLOBAL STYLES - Zamonaviy Minimalizm
   ======================================== */
*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

body{
    background:#F5F7FA;
    color:#1a1a1a;
    font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    font-optical-sizing:auto;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    letter-spacing:-0.01em;
    line-height:1.6;
    min-width:320px;
}

a{p
    color:#1a1a1a;
    font-size:15px;
    text-decoration:none;
    transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:active,
a:hover{
    color:#666666;
}

/* ========================================
   LAYOUT COMPONENTS
   ======================================== */
.wrapper-page{
    background:#fafafa;
    min-height:100vh;
}

@media (min-width:1200px){
    .wrapper-page{
        -webkit-box-shadow:0 0 60px rgba(0,0,0,.04);
        box-shadow:0 0 60px rgba(0,0,0,.04);
    }
}

.container{
    margin-left:auto;
    margin-right:auto;
    width:100%;
}

@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}

.wrap-columns{
    min-height:400px;
    overflow:hidden;
}

@media (min-width:1200px){
    .wrap-columns{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
}

.w-sect{
    margin-bottom:25px;
}

/* ========================================
   CONTENT AREA
   ======================================== */
.content{
    padding:24px;
    background:#ffffff;
}

@media (min-width:1200px){
    .content{
        padding:40px;
        width:calc(100% - 300px);
        -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
        order:0;
    }
}
.sect__link {color: #546A84; gap: 10px; font-size: 13px; text-transform: uppercase; font-weight: 600;}
.content__title{
    letter-spacing:-0.02em;
    margin:0 0 28px;
    overflow:hidden;
    text-align:left;
    align-items: center;
    justify-content: space-between;
}
.flex{
        display: flex;
}

.content__title .title,
.content__title .title a{
    color:#1a1a1a;
    font-size:22px;
    font-weight:600;
    margin:0;
    padding:0;
    letter-spacing:-0.03em;
}

.content__title .title a{
    text-decoration:none;
    border-bottom:2px solid #e0e0e0;
    transition:border-color .3s ease;
}

.content__title .title a:hover{
    border-bottom-color:#666666;
}

.content__title p{
    color:#666666;
    font-size:14px;
    margin:12px 0 0;
    padding:0;
    font-weight:400;
}

/* ========================================
   MENU OVERLAY
   ======================================== */
body.menu-active{
    height:100%;
    overflow:hidden;
    width:100%;
}
.speedbar {
    font-size: 13px;
    color: #666;
   margin-bottom: 30px;
    line-height: 1.4;
}

.speedbar a {
    font-size: 13px;
    color: #1a1a1a;
    text-decoration: none;
}

.speedbar a:hover {
    text-decoration: underline;
}

.speedbar span,
.speedbar {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.close-overlay{
    background-color:rgba(0,0,0,.2);
    backdrop-filter:blur(4px);
    display:none;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:20;
}
.full-text {
  line-height: 1.5;
  font-weight: 300;
}
.ftext {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: -15px;
}

/* ========================================
   ASIDE SIDEBAR
   ======================================== */
.aside{
    background:#ffffff;
    border-left:1px solid #e8e8e8;
    bottom:0;
    -webkit-box-shadow:-4px 0 16px rgba(0,0,0,.04);
    box-shadow:-4px 0 16px rgba(0,0,0,.04);
    left:-350px;
    max-width:calc(100% - 60px);
    overflow:auto;
    padding:32px 24px;
    position:absolute;
    top:0;
    -webkit-transition:left .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition:left .4s cubic-bezier(0.4, 0, 0.2, 1);
    width:280px;
    z-index:21;
}

@media (min-width:1200px){
    .aside{
        max-width:none;
        position:static;
        width:300px;
        z-index:auto;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        border-left:1px solid #e8e8e8;
        -webkit-box-shadow:none;
        box-shadow:none;
        order:1;
    }
}

.aside.menu-active{
    left:0;
    right:0;
}

.aside__menu:not(:last-child){
    margin-bottom:32px;
    padding-bottom:32px;
    border-bottom:1px solid #f0f0f0;
}

.aside__menu-title{
    color:#1a1a1a;
    font-size:18px;
    font-weight:600;
    margin:0 0 16px;
    letter-spacing:-0.02em;
}

.aside__menu-title2{
    color:#1a1a1a;
    font-size:18px;
    font-weight:600;
    margin:30px 0 16px;
    letter-spacing:-0.02em;
}

.aside__menu-items a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:15px;
    font-weight:400;
    margin-bottom:8px;
    padding:8px 12px;
    border-radius:8px;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    color:#4a4a4a;
}


.aside__menu-items2 a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:14px;
    font-weight:400;
    padding:0px 3px;
    border-radius:8px;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    color:#4a4a4a;
}

.aside__menu-items a:hover{
    background:#f5f5f5;
    color:#1a1a1a;
}

.aside__menu-items a span{
    display:block;
    height:20px;
    margin-right:12px;
    width:20px;
    opacity:0.7;
    transition:opacity .2s ease;
}

.aside__menu-items a:hover span{
    opacity:1;
}

.aside__menu-items a span.icon-online{background:url(../images/headphones.svg) 50% no-repeat}
.aside__menu-items a span.icon-new{background:url(../images/bolt.svg) 50% no-repeat}
.aside__menu-items a span.icon-popular{background:url(../images/star.svg) 50% no-repeat}
.aside__menu-items a span.icon-remixes{background:url(../images/compact_disc.svg) 50% no-repeat}
.aside__menu-items a span.icon-ost{background:url(../images/film.svg) 50% no-repeat}
.aside__menu-items a span.icon-ringtone{background:url(../images/mobile.svg) 50% no-repeat}
.aside__menu-items a span.icon-radiohits{background:url(../images/fire.svg) 50% no-repeat}

.best-tabs{
    display:flex;
    gap:22px;
    margin-top:18px;
}

.best-tab{
    padding:10px 0;
    font-size:14px;
    font-weight:600;
    color:#6b6b6b;
    text-decoration:none;
    position:relative;
    transition:.2s;
}

.best-tab:hover{
    color:#1a1a1a;
}

.best-tab.active{
    color:#1a1a1a;
}

.best-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #ff3b6a; /* Playka rangiga mos */
    border-radius: 2px;
}

.top-tracks {
    counter-reset: track;
}

.top-track {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    counter-increment: track;
}

.track-number::before {
    content: counter(track);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e0e0e;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 3px;
}

.track-title {
    font-size: 14px;
    color: #222;
    text-decoration: none;
}

.track-title:hover {
    color: #a9a9a9;
}


/* Aside Tracks List */
.aside__menu-tracks ul.list__tracks{
    list-style:none;
    margin:0;
    padding:0;
}

.aside__menu-tracks ul.list__tracks li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:0;
    padding:0;
}

.aside__menu-tracks ul.list__tracks li:not(:last-child){
    margin-bottom:10px;
}

.aside__menu-tracks ul.list__tracks li .lt-idx{
    background:#f8f8f8;
    border:1px solid #e8e8e8;
    border-radius:8px;
    height:40px;
    margin-right:12px;
    width:40px;
    -ms-flex-line-pack:center;
    align-content:center;
    text-align:center;
    -webkit-box-flex:0;
    -ms-flex:none;
    flex:none;
    position:relative;
}

.aside__menu-tracks ul.list__tracks li .lt-idx:after{
    background:url(../images/compact_disc_blue.svg) 50% no-repeat;
    content:"";
    display:block;
    height:20px;
    left:10px;
    margin-right:12px;
    position:absolute;
    top:10px;
    width:20px;
    opacity:0.7;
}

.aside__menu-tracks ul.list__tracks li a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    overflow:hidden;
}

.aside__menu-tracks ul.list__tracks li a .name,
.aside__menu-tracks ul.list__tracks li a .singer{
    display:block;
    overflow:hidden;
    text-decoration:none;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.aside__menu-tracks ul.list__tracks li a .name{
    font-size:14px;
    font-weight:600;
    color:#1a1a1a;
}

.aside__menu-tracks ul.list__tracks li a .singer{
    color:#888888;
    font-size:13px;
    font-weight:400;
}

/* ========================================
   SUB NAVIGATION
   ======================================== */
.sub-nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom:24px;
}

@media (min-width:576px){
    .sub-nav{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
    }
}

.sub-nav .item{
    border:1px solid #e0e0e0;
    border-radius:8px;
    display:block;
    font-size:14px;
    font-weight:500;
    margin-bottom:8px;
    padding:8px 16px;
    transition:all .2s ease;
    color:#4a4a4a;
}

.sub-nav .item:not(:last-child){
    margin-right:8px;
}

.sub-nav .item:hover{
    border-color:#1a1a1a;
    background:#fafafa;
}

.sub-nav .item.active{
    background:#1a1a1a;
    border:1px solid #1a1a1a;
    color:#ffffff;
}

/* ========================================
   COMMENTS SECTION
   ======================================== */
.track-show__comments{
    background-color:#f8f8f8;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:20px;
}

@media (min-width:576px){
    .track-show__comments{
        padding:32px;
    }
}

.track-show__comments .error-msg{
    color:#dc3545;
    font-size:14px;
    margin-bottom:16px;
    font-weight:500;
}

.track-show__comments .success-msg{
    color:#28a745;
    font-size:14px;
    margin-bottom:16px;
    font-weight:500;
}

.track-show__comments .comms__form{
    margin-bottom:24px;
}

.track-show__comments .comms__form-g{
    margin-bottom:16px;
}

.track-show__comments .comms__form-c{
    background:#ffffff;
    border:1px solid #e0e0e0;
    border-radius:8px;
    color:#1a1a1a;
    letter-spacing:-0.01em;
    outline:0;
    padding:12px 16px;
    -webkit-transition:.3s ease;
    transition:.3s ease;
    width:100%;
    font-size:15px;
}

.track-show__comments .comms__form-c:hover{
    border:1px solid #c0c0c0;
}

.track-show__comments .comms__form-c:focus{
    border:1px solid #1a1a1a;
    box-shadow:0 0 0 3px rgba(26,26,26,.05);
}

.track-show__comments .comms__form-textarea{
    resize:vertical;
    min-height:100px;
}

.track-show__comments .comms__form-btn{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#1a1a1a;
    border:0;
    border-radius:8px;
    color:#ffffff;
    cursor:pointer;
    font-weight:600;
    font-size:15px;
    letter-spacing:-0.01em;
    margin:0;
    outline:0;
    padding:12px 24px;
    transition:all .2s ease;
}

@media (min-width:768px){
    .track-show__comments .comms__form-btn{
        padding:12px 32px;
        width:auto;
    }
}

.track-show__comments .comms__form-btn:hover{
    background-color:#333333;
    transform:translateY(-1px);
    box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.track-show__comments .comms__form-btn:active{
    transform:translateY(0);
}

.track-show__comments .comms__form input::-webkit-input-placeholder,
.track-show__comments .comms__form textarea::-webkit-input-placeholder{
    color:#999999;
    letter-spacing:-0.01em;
}

.track-show__comments .comms__form input::-moz-placeholder,
.track-show__comments .comms__form textarea::-moz-placeholder{
    color:#999999;
    letter-spacing:-0.01em;
}

.track-show__comments .comms__form input:-ms-input-placeholder,
.track-show__comments .comms__form textarea:-ms-input-placeholder{
    color:#999999;
    letter-spacing:-0.01em;
}

.track-show__comments .comms__form input::placeholder,
.track-show__comments .comms__form textarea::placeholder{
    color:#999999;
    letter-spacing:-0.01em;
}

.track-show__comments .comms__posts-empty{
    color:#999999;
    margin-bottom:12px;
    padding:24px 0;
    text-align:center;
    font-weight:400;
}

.track-show__comments .comms__posts-post{
    padding-top:20px;
}

.track-show__comments .comms__posts-post:not(:last-child){
    border-bottom:1px solid #e8e8e8;
    padding-bottom:20px;
}

.track-show__comments .comms__posts-post .post-head{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:8px;
}

.track-show__comments .comms__posts-post .post-head .username{
    color:#1a1a1a;
    font-weight:600;
    margin-right:8px;
}

.track-show__comments .comms__posts-post .post-head .created,
.track-show__comments .comms__posts-post .post-head .moderation{
    color:#888888;
    font-size:13px;
}

.track-show__comments .comms__posts-post .post-head .moderation{
    color:#dc3545;
}

.track-show__comments .comms__posts-post .post-message{
    color:#4a4a4a;
    font-size:14px;
    line-height:1.6;
    word-wrap:break-word;
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
  padding: 28px 20px;
  background: #fafafa;
  font-size: 14px;
  color: #666;
    margin-bottom: 40px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-links {
  margin-bottom: 12px;
}

.footer-links a {
  color: #3a6ea5;
  text-decoration: none;
  margin: 0 4px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links span {
  color: #bbb;
}

.footer-desc {
  max-width: 700px;
  margin: 0 auto 10px;
  line-height: 1.6;
  color: #777;
}

.footer-contact {
  margin-bottom: 6px;
}

.footer-contact a {
  color: #3a6ea5;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-copy {
    margin-top: 10px;
    color: #888;
    font-size: 13px;
    text-align: center;
}


/* ========================================
   HEADER
   ======================================== */
.header{
    border-bottom:1px solid #e8e8e8;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row;
    flex-flow:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:20px 24px;
    background:#58636F;
    align-items:center;
}

@media (min-width:1200px){
    .header{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        padding:24px 40px;
    }
}

.header .logo{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    max-width:200px;
    width:100%;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}

.header .logo img{
    display:block;
    max-width:100%;
}

.header .menu-trigger{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:none;
    border:0;
    cursor:pointer;
    height:42px;
    position:relative;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    width:42px;
    border-radius:8px;
}

.header .menu-trigger:hover{
    background:#f5f5f5;
}

@media (min-width:1200px){
    .header .menu-trigger{
        display:none;
    }
}

.header .menu-trigger span{
    background-color:#fff;
    border-radius:2px;
    height:2px;
    left:8px;
    position:absolute;
    -webkit-transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);
    transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);
    width:26px;
}

.header .menu-trigger span:first-of-type{
    top:12px;
}

.header .menu-trigger span:nth-of-type(2){
    top:20px;
}

.header .menu-trigger span:nth-of-type(3){
    bottom:12px;
}

.header .menu-trigger.active{
    z-index:21;
    background:#f5f5f5;
}

.header .menu-trigger.active span:first-of-type{
    background-color:#1a1a1a;
    -webkit-transform:translateY(8px) rotate(-45deg);
    -ms-transform:translateY(8px) rotate(-45deg);
    transform:translateY(8px) rotate(-45deg);
}

.header .menu-trigger.active span:nth-of-type(2){
    opacity:0;
}

.header .menu-trigger.active span:nth-of-type(3){
    background-color:#1a1a1a;
    -webkit-transform:translateY(-8px) rotate(45deg);
    -ms-transform:translateY(-8px) rotate(45deg);
    transform:translateY(-8px) rotate(45deg);
}

/* Search Form */
.header .form-search{
    height:44px;
    margin-top:16px;
    overflow:hidden;
    position:relative;
    width:100%;
}

@media (min-width:1200px){
    .header .form-search{
        margin-top:0;
        max-width:600px;
    }
}

.header .form-search input[type=text]{
    background-color:#f8f8f8;
    border:1px solid #e8e8e8;
    border-radius:10px;
    color:#1a1a1a;
    height:100%;
    letter-spacing:-0.01em;
    margin:0;
    outline:none;
    padding:0 48px 0 16px;
    -webkit-transition:.2s ease;
    transition:.2s ease;
    width:100%;
    font-size:15px;
}

.header .form-search input[type=text]::-webkit-input-placeholder{
    color:#999999;
    letter-spacing:-0.01em;
}

.header .form-search input[type=text]::-moz-placeholder{
    color:#999999;
    letter-spacing:-0.01em;
}

.header .form-search input[type=text]:-ms-input-placeholder{
    color:#999999;
    letter-spacing:-0.01em;
}

.header .form-search input[type=text]::placeholder{
    color:#999999;
    letter-spacing:-0.01em;
}

.header .form-search input[type=text]:hover{
    border:1px solid #d0d0d0;
    background:#ffffff;
}

.header .form-search input[type=text]:focus{
    border:1px solid #1a1a1a;
    background:#ffffff;
    box-shadow:0 0 0 3px rgba(26,26,26,.05);
}

.header .form-search .search-button{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:none;
    border:0;
    cursor:pointer;
    height:44px;
    outline:0;
    padding:0;
    position:absolute;
    right:0px;
    width:40px;
    transition:background .2s ease;
    background: #ebb11f;
    border-radius: 8px;
}

.header .form-search .search-button:hover{
    background:rgba(0,0,0,.04);
}

.header .form-search .search-button:after{
    background-image:url(../images/search.svg);
    content:"";
    display:block;
    height:20px;
    position:absolute;
    right:10px;
    top:12px;
    width:20px;
    opacity:0.6;
      filter: brightness(0) invert(1);
}

/* ========================================
   LOADING SPINNER
   ======================================== */
.lds-ripple,
.lds-ripple div{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.lds-ripple{
    display:inline-block;
    height:80px;
    left:calc(50% - 40px);
    position:fixed;
    top:calc(50% - 40px);
    width:80px;
    z-index:9999;
}

.lds-ripple div{
    -webkit-animation:lds-ripple 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation:lds-ripple 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    border:3px solid #1a1a1a;
    border-radius:50%;
    opacity:1;
    position:absolute;
}

.lds-ripple div:nth-child(2){
    -webkit-animation-delay:-.6s;
    animation-delay:-.6s;
}

@-webkit-keyframes lds-ripple{
    0%{height:8px;left:36px;opacity:0;top:36px;width:8px}
    4.9%{height:8px;left:36px;opacity:0;top:36px;width:8px}
    5%{height:8px;left:36px;opacity:1;top:36px;width:8px}
    to{height:80px;left:0;opacity:0;top:0;width:80px}
}

@keyframes lds-ripple{
    0%{height:8px;left:36px;opacity:0;top:36px;width:8px}
    4.9%{height:8px;left:36px;opacity:0;top:36px;width:8px}
    5%{height:8px;left:36px;opacity:1;top:36px;width:8px}
    to{height:80px;left:0;opacity:0;top:0;width:80px}
}

/* ========================================
   PAGINATION
   ======================================== */
.pagination{
    margin:32px 0 0;
}

.pagination ul.pagination__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
    overflow:hidden;
    padding:0;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}

@media (min-width:576px){
    .pagination ul.pagination__list{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
    }
}

.pagination ul.pagination__list li{
    list-style:none;
    margin-right:7px;
}

.pagination ul.pagination__list li a,
.pagination ul.pagination__list li span.active,
.pagination ul.pagination__list li span.ellipsis{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#f0f0f0;
    border:1px solid #e0e0e0;
    border-radius:8px;
    color:#1a1a1a;
    font-size:15px;
    font-weight:500;
    height:40px;
    margin-bottom:7px;
    min-width:40px;
    padding:0 12px;
    text-decoration:none;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}

.pagination ul.pagination__list li span.ellipsis{
    background:transparent;
    border-color:transparent;
    color:#999999;
}

.pagination ul.pagination__list li a:hover{
    background:#e8e8e8;
    border-color:#d0d0d0;
}

.pagination ul.pagination__list li a:active{
    background:#1a1a1a;
    color:#ffffff;
}

.pagination ul.pagination__list li span.active{
    background:#1a1a1a;
    border-color:#1a1a1a;
    color:#ffffff;
}

.icon-angle-left,
.icon-angle-right{
    display:inline-block;
    height:16px;
    width:16px;
    opacity:0.7;
}

.icon-angle-left{
    background:url(../images/angle_left.svg) 50% no-repeat;
}

.icon-angle-right{
    background:url(../images/angle_right.svg) 50% no-repeat;
}

/* ========================================
   AUDIO PLAYER
   ======================================== */
.audiobox{
    bottom:0;
    position:fixed;
    width:100%;
    z-index:9;
}

.audiobox audio,
.audiobox embed{
    display:none;
}

.player{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    background-color:#ffffff;
    border-top:1px solid #e8e8e8;
    -ms-flex-direction:row;
    flex-direction:row;
    height:72px;
    padding:0 16px;
    position:relative;
    box-shadow:0 -4px 24px rgba(0,0,0,.06);
}

@media (min-width:576px){
    .player{
        padding:0 24px;
    }
}

@media (min-width:992px){
    .player{
        padding:0 40px;
    }
}

.player-bar{
    border-bottom:3px solid #e8e8e8;
    bottom:72px;
    height:3px;
    left:0;
    opacity:1;
    position:absolute;
    top:-3px;
    width:100%;
    cursor:pointer;
}

.player-bar:before{
    content:"";
    height:10px;
    left:0;
    position:absolute;
    right:0;
    top:-10px;
}

.player-bar-loaded,
.player-bar-played{
    height:inherit;
    left:0;
    position:absolute;
    top:0;
    width:0;
    transition:width .1s ease;
}

.player-bar-played{
    background:#ebb11f;
}

.player-bar-loaded{
    background-color:#d0d0d0;
    cursor:pointer;
}

.player-buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:60px;
    overflow:hidden;
    position:relative;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    -ms-flex-preferred-size:inherit;
    flex-basis:inherit;
}

.player-playpause{
    margin:0 8px;
}

.player-backward a,
.player-forward a,
.player-playpause a{
    display:block;
    height:48px;
    position:relative;
    width:48px;
    border-radius:50%;
    transition:all .2s ease;
}

.player-backward a:hover,
.player-forward a:hover,
.player-playpause a:hover{
    background:#f5f5f5;
}

.player-backward a:before,
.player-forward a:before,
.player-playpause a:before{
    content:"";
    display:block;
    height:24px;
    left:12px;
    position:absolute;
    top:12px;
    width:24px;
    opacity:0.9;
}

.player-backward a:before{
    background:url(../images/player/backward.svg) 50% no-repeat;
}

.player-playpause a:before{
    background:url(../images/player/play.svg) 50% no-repeat;
    height:26px;
    top:11px;
    width:26px;
}

.player-forward a:before{
    background:url(../images/player/forward.svg) 50% no-repeat;
}

.player-playing .player-playpause a:before{
    background:url(../images/player/pause.svg) 50% no-repeat;
}

.player-title{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    font-size:14px;
    margin:0 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-transition:.2s;
    transition:.2s;
    white-space:nowrap;
}

@media (min-width:576px){
    .player-title{
        margin:0 20px 0 32px;
    }
}

.player-title span{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.player-title span:first-child{
    color:#1a1a1a;
    font-weight:600;
}

.player-title span:last-child{
    color:#666666;
    font-size:13px;
    font-weight:400;
}

.player-time-block{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    color:#666666;
    justify-content:end;
    min-width:72px;
    font-size:13px;
    font-weight:500;
}

.player-time-current,
.player-time-duration{
    font-size:13px;
}

.player-time-current:after{
    content:"/";
    display:inline;
    margin:0 4px;
}

.player-volume{
    display:none;
}

@media (min-width:992px){
    .player-volume{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        height:100%;
        margin-left:24px;
        position:relative;
    }

    .player-volume-button a{
        display:block;
        height:48px;
        position:relative;
        width:48px;
        border-radius:50%;
        transition:background .2s ease;
    }

    .player-volume-button a:hover{
        background:#f5f5f5;
    }

    .player-volume-button a:before{
        background:url(../images/player/volume.svg) no-repeat;
        content:"";
        display:block;
        height:20px;
        left:14px;
        position:absolute;
        top:14px;
        width:20px;
        opacity:0.8;
    }

    .player-muted .player-volume-button a:before{
        background:url(../images/player/volume_off.svg) no-repeat;
    }

    .player-volume-adjust{
        background-color:#f0f0f0;
        border:1px solid #e0e0e0;
        border-radius:8px;
        bottom:60px;
        -webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);
        box-shadow:0 4px 20px rgba(0,0,0,.1);
        display:none;
        height:120px;
        left:4px;
        padding:12px;
        position:absolute;
        width:40px;
    }

    .player-volume-adjust>div{
        background-color:#e0e0e0;
        border-radius:4px;
        cursor:pointer;
        height:96px;
        overflow:hidden;
        position:relative;
        width:16px;
    }

    .player-volume-adjust>div>div{
        background-color:#ebb11f;
        bottom:0;
        left:0;
        position:absolute;
        width:100%!important;
        z-index:10;
    }

    .player-volume:hover .player-volume-adjust{
        display:block;
    }
}

/* ========================================
   SEARCH RESULTS
   ======================================== */
.search__row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    padding:12px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    margin-bottom:4px;
    border-radius:10px;
}

.search__row:hover{
    background:#f8f8f8;
}

.search__row-img{
    background:#f0f0f0;
    border:1px solid #e8e8e8;
    border-radius:8px;
    cursor:pointer;
    margin:0 12px;
    padding:8px;
    transition:all .2s ease;
}

.search__row:hover .search__row-img{
    background:#e8e8e8;
}

.search__row-img-icon{
    background:url(../images/compact_disc_track.svg) 50% no-repeat;
    display:block;
    height:32px;
    width:32px;
    opacity:0.7;
}

.search__row-info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    overflow:hidden;
}

.search__row-info .name,
.search__row-info .singer{
    display:block;
    overflow:hidden;
    text-decoration:none;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.search__row-info .name{
    font-size:15px;
    font-weight:600;
    color:#1a1a1a;
}

.search__row-info .singer{
    color:#666666;
    font-size:14px;
    font-weight:400;
}

.search__row-duration{
    color:#888888;
    font-size:13px;
    margin:0 12px;
    font-weight:500;
}

.playing .search__row-duration{
    color:#1a1a1a;
}

/* ========================================
   TRACK SHOW PAGE
   ======================================== */
.track-show__title{
    color:#1a1a1a!important;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:-0.02em;
}

.track-show__options{
    margin-bottom:24px;
}

.track-show__options ul{
    color:#4a4a4a;
    font-size:14px;
    font-weight:400;
    list-style:none;
    margin:0;
    padding:0;
    border-radius:10px;
    overflow:hidden;
}

.track-show__options ul li{
    padding:4px 8px;
    transition:background .2s ease;
}

.track-show__options ul li:nth-child(2n){
    background-color:#f8f8f8;
}

.track-show__options ul li:not(:last-child){
    display:block;
    padding-bottom:5px;
}



.track-show__btns{
    margin-bottom:24px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}

.track-show__btns,
.track-show__btns-down{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.track-show__btns-down{
    background-color:#1a1a1a;
    border:1px solid #1a1a1a;
    border-radius:10px;
    -webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);
    box-shadow:0 2px 8px rgba(0,0,0,.1);
    color:#ffffff;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    font-size:16px;
    font-weight:600;
    justify-content:center;
    margin-bottom:12px;
    padding:14px 20px;
    position:relative;
    text-decoration:none;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    width:100%;
}

.track-show__btns-down:after{
    background:url(../images/btns/down.svg) 50% no-repeat;
    content:"";
    height:20px;
    left:20px;
    position:absolute;
    top:16px;
    width:20px;
    opacity:0.9;
}

.track-show__btns-down:active,
.track-show__btns-down:hover{
    background-color:#333333;
    box-shadow:0 4px 16px rgba(0,0,0,.15);
    color:#ffffff;
    text-decoration:none;
}

.track-show__btns-down:active{
    transform:translateY(0);
}

.track-show__btns .tracks__row{
    margin-bottom:12px;
}

.track-show__info{
    color:#666666;
    font-size:14px;
    font-weight:400;
    margin-bottom:24px;
    text-align:center;
    line-height:1.6;
}

/* ========================================
   TRACKS LIST
   ======================================== */
.tracks{
    margin:0 -12px;
}

.tracks__row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    padding:5px 0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    border-radius:10px;
    -ms-flex-direction:row;
    flex-direction:row;
    margin-bottom:7px;
}

.tracks__row:hover{
    background-color:#f8f8f8;
}

.tracks__row.playing,
.tracks__row:active{
    background:#f0f0f0;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
}

.tracks__row-pause,
.tracks__row-play{
    cursor:pointer;
    margin:0 12px;
    transition:all .2s ease;
}

@media (min-width:576px){
    .tracks__row-pause,
    .tracks__row-play{
        margin:0 16px 0 12px;
    }
}

.tracks__row-pause-icon,
.tracks__row-play-icon{
    display:block;
    height:40px;
    width:40px;
    border-radius:50%;
    transition:all .2s ease;
}






/* ODDIY HOLAT - Icon qora rangda */
.tracks__row-play-icon{
    background:url(../images/play.svg) 50% no-repeat;
    filter:invert(1); /* oq iconni qoraga aylantiradi */
    
}

.tracks__row-pause-icon{
    background:url(../images/pause.svg) 50% no-repeat;
   
}

.tracks__row-play-icon,
.tracks__row-pause-icon{
    width: 40px;
    height: 40px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px; /* MUHIM */


    transition: opacity .2s ease, transform .2s ease;
    transform: scale(1);
}


.tracks__row-info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    overflow:hidden;
}

.tracks__row-info .name,
.tracks__row-info .singer{
    display:block;
    overflow:hidden;
    text-decoration:none;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.tracks__row-info .name{
    font-size:15px;
    font-weight:600;
    color:#1a1a1a;
}

.tracks__row-info .singer{
    color:#666666;
    font-size:14px;
    font-weight:400;
}

.tracks__row-duration{
    color:#888888;
    font-size:13px;
    margin:0 12px;
    font-weight:500;
}

.playing .tracks__row-duration{
    color:#1a1a1a;
}

.tracks__row-like{
    background:none;
    border:0;
    color:#1a1a1a;
    cursor:pointer;
    margin:0 12px;
    transition:all .2s ease;
}

.tracks__row-like:hover{
    transform:scale(1.1);
}

.tracks__row-like,
.tracks__row-like .icon-like{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}

.tracks__row-like .icon-like{
    height:32px;
    margin-right:4px;
    width:32px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    filter: invert(1) hue-rotate(200deg) saturate(1.2) brightness(0.95);
}

.tracks__row-like .icon-like:after{
    background:url(../images/btns/like.svg) 50% no-repeat;
    content:"";
    height:24px;
    width:24px;
    opacity:0.6;
    transition:opacity .2s ease;
}

.tracks__row-like.is-active .icon-like:after{
    background:url(../images/btns/like_active.svg) 50% no-repeat;
    opacity:1;
}


/* ========================================
   RESPONSIVE UTILITIES
   ======================================== */
@media (max-width: 576px){
    .content__title .title,
    .content__title .title a{
        font-size:24px;
    }
    
    .aside{
        padding:24px 20px;
    }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark){
    /* Users can enable dark mode support here if needed */
}