

/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;
    padding: 0; border: 0; font-size: 100%; font: inherit;  }

article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }

q { quotes: none; }
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

*, *::before, *::after { box-sizing: border-box; }

html { width: 100%; height: 100%; font-size: 100%; overflow-x: hidden; -ms-touch-action: manipulation; touch-action: manipulation; }

body { font-size: 16px; font-family: 'Inter', 'Manrope', 'Lato', sans-serif; font-weight: 400; margin: 0; word-wrap: break-word; line-height: 1;
    line-height: 1.3; width: 100%; overflow-x: hidden; box-sizing: border-box; white-space: normal;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #E0E0E0;
     background: #0B0B0F; z-index: -1; position: relative; }

body:after{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: .05;
    background: linear-gradient(to right, #1A1A22, #0B0B0F); z-index: -1; }

h1, h2, h3, h4, h5, h6, p, a{ margin: 0; padding: 0; line-height: inherit; font-weight: inherit;}


.sidebar ul,
.pagination{ margin: 0; padding: 0; }

.pagination li{ display: inline-block; }


h1, h2, h3, h4, h5, h6{ font-family: 'Source Sans Pro', sans-serif; line-height: 1.2; font-weight: 400; word-wrap: break-word; }

h3, h4, h5, h6{ line-height: 1.5; }

strong{ font-weight: 700; }
em{ font-style: italic; }

h1 { font-size: 4.5em; }
h2 {font-size: 2.5em; }
h3 {font-size: 1.8em; }
h4 {font-size: 1.4em; }
h5 { font-size: 1.1em; }
h6 { font-size: .9em; letter-spacing: 1px; }

p{ font-size: 1em; line-height: 1.6; }



a{ display: inline-block; cursor: pointer; color: inherit; outline: 0; text-decoration: none; max-width: 100%;
    -webkit-transition: all .25s ease; transition: all .25s ease; }

button{ cursor: pointer; color: inherit; outline: 0; border: 0; box-shadow: none; background: none;
    -webkit-transition: all .25s ease; transition: all .25s ease; }

input, textarea{ display: inline-block; color: inherit; max-width: 100%; -webkit-transition: all .2s; transition: all .2s; }

a:hover, a:focus, a:active,
button:hover, button:focus, button:active{ outline: 0; text-decoration: none; color: inherit; }

textarea,
select,
input{ outline: 0; width: 100%; border: 1px solid #2D2D38; padding: 0 15px; }

select{ margin: 15px 0; }

input:active,
textarea:active,
input:focus,
textarea:focus{ box-shadow: 0; outline: 0; border: 1px solid #3F4D66!important; }


ul{ margin: 0; padding: 0; }

ul > li i{ margin-right: 0px; }

i{ font-size: 1.2em; }

img { height: auto; width: 100%; }

b { font-weight: 600; }

i { display: inline-block; }

b.max-bold{ font-weight: 700; }


span{ display: inline-block; }


/* RESPONSIVE */

@media only screen and (max-width: 992px) {

    h1 { font-size: 4.5em; }
    h2 {font-size: 2.8em; }

}

@media only screen and (max-width: 767px) {

    body { font-size: 14px; }

    h1 { font-size: 4em; }
    h2 {font-size: 2.5em; }

}

@media only screen and (max-width: 576px) {
    h1 { font-size: 3em; }
    h2 {font-size: 2em; }
    h3 {font-size: 1.5em; }
    h4 {font-size: 1.2em; }
    h5 { font-size: 1.1em; }

}


::-webkit-input-placeholder { color: #aaa; }
::-moz-placeholder { color: #aaa; }
:-ms-input-placeholder { color: #aaa; }
:-moz-placeholder { color: #aaa; }

button, input, select, textarea{ font-size: .9em; }




.table-ptb-10 tr td{ padding-top: 10px!important; padding-bottom: 10px!important; }

.chart-wrapper{ min-width: 700px!important; }



/*COMMONS*/

.m-0{ margin: 0!important; }
.m-10{ margin: 10px!important; }
.m-20{ margin: 20px!important; }
.m-25{ margin: 25px!important; }
.m-30{ margin: 30px!important; }

.mt-0{ margin-top: 0px!important; }
.mt-5{ margin-top: 5px!important; }
.mt-10{ margin-top: 10px!important; }
.mt-15{ margin-top: 15px!important; }
.mt-20{ margin-top: 20px!important; }
.mt-25{ margin-top: 25px!important; }
.mt-30{ margin-top: 30px!important; }
.mt-40{ margin-top: 40px!important; }
.mt-50{ margin-top: 50px!important; }

.mt--100{ margin-top: -100px!important; }

.mb-0{ margin-bottom: 0px!important; }
.mb-5{ margin-bottom: 5px!important; }
.mb-10{ margin-bottom: 10px!important; }
.mb-15{ margin-bottom: 15px!important; }
.mb-20{ margin-bottom: 20px!important; }
.mb-25{ margin-bottom: 25px!important; }
.mb-30{ margin-bottom: 30px!important; }
.mb-50{ margin-bottom: 50px!important; }
.mb-70{ margin-bottom: 70px!important; }
.mb-80{ margin-bottom: 80px!important; }
.mb-90{ margin-bottom: 90px!important; }
.mb-100{ margin-bottom: 100px!important; }

.ml-5{ margin-left: 5px!important; }
.ml--7-5{ margin-left: -7.5px!important; }
.ml-10{ margin-left: 10px!important; }
.ml-15{ margin-left: 15px!important; }
.ml-20{ margin-left: 20px!important; }
.ml-25{ margin-left: 25px!important; }
.ml-30{ margin-left: 30px!important; }

.mr-5{ margin-right: 5px!important; }
.mr--7-5{ margin-right: -7.5px!important; }
.mr-7{ margin-right: 7px!important; }
.mr-10{ margin-right: 10px!important; }
.mr-15{ margin-right: 15px!important; }
.mr-60{ margin-right: 60px!important; }

.mtb-5{ margin-top: 5px!important; margin-bottom: 5px!important; }
.mtb-10{ margin-top: 10px!important; margin-bottom: 10px!important; }
.mtb-15{ margin-top: 15px!important; margin-bottom: 15px!important; }
.mtb-20{ margin-top: 20px!important; margin-bottom: 20px!important; }
.mtb-25{ margin-top: 25px!important; margin-bottom: 25px!important; }
.mtb-30{ margin-top: 30px!important; margin-bottom: 30px!important; }
.mtb-50{ margin-top: 50px!important; margin-bottom: 50px!important; }
.mtb-100{ margin-top: 100px!important; margin-bottom: 100px!important; }

.mlr-auto{ margin-left: auto; margin-right: auto; }

.p-10{ padding: 10px!important; }
.p-15{ padding: 15px!important; }
.p-20{ padding: 20px!important; }
.p-25{ padding: 25px!important; }
.p-30{ padding: 30px!important; }
.p-35{ padding: 35px!important; }
.p-40{ padding: 40px!important; }

.ptb-15{ padding-top: 15px!important; padding-bottom: 15px!important; }

.plr-7-5{ padding-left: 7.5px!important; padding-right: 7.5px!important; }
.plr-0{ padding-left: 0px!important; padding-right: 0px!important; }
.plr-15{ padding-left: 15px!important; padding-right: 15px!important; }
.plr-10{ padding-left: 10px!important; padding-right: 10px!important; }
.plr-15{ padding-left: 15px!important; padding-right: 15px!important; }
.plr-20{ padding-left: 20px!important; padding-right: 20px!important; }
.plr-25{ padding-left: 25px!important; padding-right: 25px!important; }
.plr-30{ padding-left: 30px!important; padding-right: 30px!important; }
.plr-35{ padding-left: 35px!important; padding-right: 35px!important; }

.p-0{ padding: 0px!important; }

.pt-10{ padding-top: 10px!important; }
.pt-50{ padding-top: 50px!important; }

.pb-10{ padding-bottom: 10px!important; }
.pb-15{ padding-bottom: 15px!important; }
.pb-20{ padding-bottom: 20px!important; }
.pb-50{ padding-bottom: 50px!important; }
.pb-100{ padding-bottom: 100px!important; }

.pl-7-5{ padding-left: 7.5px!important; }
.pl-15{ padding-left: 15px!important; }

.pr-7-5{ padding-right: 7.5px!important; }
.pr-7-5{ padding-right: 7.5px!important; }
.pr-15{ padding-right: 15px!important; }
.pr-60{ padding-right: 40px!important; }




.ptb-15{ padding-top: 15px!important; padding-bottom: 15px!important; }
.ptb-20{ padding-top: 20px!important; padding-bottom: 20px!important; }
.ptb-25{ padding-top: 25px!important; padding-bottom: 25px!important; }
.ptb-30{ padding-top: 30px!important; padding-bottom: 30px!important; }



/*RESPONSIVE*/

@media only screen and (max-width: 1350px) {

    .pl-xxl-0{ padding-left: 0!important; }

}

@media only screen and (max-width: 576px) {

    .pl-xs-5{ padding-left: 5px!important; }
    .pr-xs-5{ padding-right: 5px!important; }
    .plr-xs-5{ padding-left: 5px!important; padding-right: 5px!important; }

}


.w-10{ width: 10%; }
.w-15{ width: 15%; }
.w-20{ width: 20%; }
.w-25{ width: 25%; }
.w-30{ width: 30%; }
.w-40{ width: 40%; }
.w-50{ width: 50%; }
.w-60{ width: 60%; }
.w-70{ width: 70%; }
.w-80{ width: 80%; }
.w-90{ width: 90%; }
.w-100{ width: 100%!important; }

.h-100{ height: 100%; }

.w-50x{ width: 50px; }
.w-80x{ width: 80px; }
.w-120x{ width: 120px; }
.w-150x{ width: 150px; }
.w-200x{ width: 200px; }

.w--250x{ width: calc( 100% - 250px )!important; }

.mx-w-1000x{max-width: 1000px;  }

/*RESPONSIVE*/

@media only screen and (max-width: 1350px) {

    .w-xl-100{ width: 100%!important; }

}


.lh-inherit{line-height: inherit; }
.lh-40{line-height: 40px; }
.lh-45{line-height: 45px; }

.oflow-hidden{ overflow: hidden; }

.oflow-visible{ overflow: visible!important; }

.oflow-auto{ overflow: auto!important; }

.float-l{ float: left!important; }
.float-r{ float: right!important; }


.c-btn{ height: 45px; line-height: 43px; padding: 0 35px; border-radius: 100px; border: 1px solid #2D2D38;
    background: #23232D; color: #E0E0E0; letter-spacing: 1px;
    -webkit-transition: all .1s ease; transition: all .2s ease; }

.attr-btn{ height: 40px; line-height: 38px; padding: 0 30px; }

.c-btn:focus,
.c-btn:active,
.c-btn:hover{ background: #1A1A22; color: #F4C542; border-color: #F4C542; }

.c-btn.delete{ border: 1px solid #d9534f;  background: #d9534f; color: #fff; }

.c-btn.delete:focus,
.c-btn.delete:active,
.c-btn.delete:hover{ background: none; color: #d9534f; }

.c-btn.btn-tag{ height: 30px; line-height: 30px; padding: 0 20px; font-size: .95em; border-radius: 100px;
    border: 1px solid #2D2D38; color: #E0E0E0; background: #1A1A22; }

.c-btn.btn-tag:focus,
.c-btn.btn-tag:active,
.c-btn.btn-tag:hover{ background: #23232D; border-color: #F4C542; color: #F4C542; }

.c-btn.btn-featured{ border: 1px solid #F4C542; background: #F4C542; color: #0B0B0F; }

.c-btn.btn-featured:focus,
.c-btn.btn-featured:active,
.c-btn.btn-featured:hover{ background: none; color: #F4C542; border: 1px solid #F4C542; }

.color-semi-dark{ color: #777; }

.bg-white{ background: transparent; border: 1px solid transparent; } /* Replaced for dark mode */

.bg-primary{ background: #F4C542; color: #0B0B0F; }

.center-text{ text-align: center!important; }

.dplay-block{ display: block; }

.dplay-inl-b{ display: inline-block; }

.dplay-tbl{ display: table; height: 100%; width: 100%; }

.dplay-tbl-cell{ display: table-cell; vertical-align: middle; width: 100%;  }



.pagination{ margin-top: 30px; }

.disabled{ opacity: .8; cursor: not-allowed!important; background: #d9534f!important; color: #fff!important; border-color: #d9534f!important; }



.tbl-wrapper{ min-width: 500px; overflow: auto; }



.btn-wrapper{ text-align: right; clear: both; }

.float-r{ float: right; }

.circle-img-50{ height: 50px; width: 50px; border-radius: 100px; overflow: hidden; }
.circle-img-60{ height: 60px; width: 60px; border-radius: 100px; overflow: hidden; }
.circle-img-70{ height: 70px; width: 70px; border-radius: 100px; overflow: hidden; }
.circle-img-80{ height: 80px; width: 80px; border-radius: 100px; overflow: hidden; }
.circle-img-90{ height: 90px; width: 90px; border-radius: 100px; overflow: hidden; }


.min-h-50{ min-height: 50px; }
.min-h-60{ min-height: 60px; }
.min-h-70{ min-height: 70px; }
.min-h-80{ min-height: 80px; }
.min-h-90{ min-height: 90px; }

.max-h-200x{ max-height: 200px!important; }

.min-w-300x{ min-width: 300px!important; }
.min-w-400x{ min-width: 400px!important; }
.min-w-500x{ min-width: 500px!important; }
.min-w-600x{ min-width: 600px!important; }
.min-w-700x{ min-width: 700px!important; }
.min-w-800x{ min-width: 800px!important; }
.min-w-1200x{ min-width: 1200px!important; }
.min-w-1300x{ min-width: 1300px!important; }
.min-w-1400x{ min-width: 1400px!important; }


.brdr-ash-1{ border: 1px solid #2D2D38; }
.brdr-primary-1{ border: 1px solid #2196f3; }


.link{ text-decoration: underline; }

.link:active,
.link:focus,
.link:hover{ text-decoration: none; }


.right-text{text-align: right; }

.font-8{ font-size: .8em; }


.album img{ border-radius: 6px; }

.section{ padding: 50px 0 0px;  }



/* SLIDER */

.border-b{ border-bottom: 1px solid #ddd; }


/* Layout Wrapper */
body { padding-top: 0; padding-bottom: 70px; background-color: #0B0B0F; color: #E0E0E0; display: block; }

/* MODERN SIDEBAR */
.modern-sidebar { width: 250px; background: #1A1A22; height: 100vh; position: fixed; top: 0; left: 0; z-index: 100; display: flex; flex-direction: column; border-right: 1px solid #23232D; transition: all 0.3s ease; }
.modern-sidebar .sidebar-logo { padding: 25px 20px; display: flex; justify-content: space-between; align-items: center; }
.modern-sidebar .sidebar-logo img { height: 95px; width: auto; }
.modern-sidebar .sidebar-nav { flex: 1; padding: 20px 0; overflow-y: auto; }
.modern-sidebar .sidebar-nav li { list-style: none; display: block; }
.modern-sidebar .sidebar-nav li a { display: flex; align-items: center; padding: 12px 25px; color: #A0A0A0; font-size: 1.05em; transition: all 0.2s; }
.modern-sidebar .sidebar-nav li a i { font-size: 1.3em; margin-right: 15px; width: 20px; text-align: center; }
.modern-sidebar .sidebar-nav li a:hover, .modern-sidebar .sidebar-nav li.active a { color: #F4C542; background: rgba(244, 197, 66, 0.05); border-right: 3px solid #F4C542; }
.modern-sidebar .sidebar-divider { height: 1px; background: #2D2D38; margin: 15px 20px; }
.modern-sidebar .sidebar-bottom { padding: 20px 0; border-top: 1px solid #2D2D38; }
.modern-sidebar .sidebar-bottom li { list-style: none; }
.modern-sidebar .sidebar-bottom li a { display: flex; align-items: center; padding: 12px 25px; color: #A0A0A0; font-size: 0.95em; transition: all 0.2s; }
.modern-sidebar .sidebar-bottom li a:hover { color: #F4C542; }
.modern-sidebar .sidebar-bottom li a i { font-size: 1.3em; margin-right: 15px; }

/* MAIN CONTENT OFFSET */
main { margin-left: 250px; width: calc(100% - 250px); padding-top: 80px; min-height: 100vh; }
footer { margin-left: 250px; width: calc(100% - 250px); }

/* MODERN TOP HEADER */
.modern-top-header { position: fixed; top: 0; left: 250px; right: 0; height: 80px; background: rgba(11, 11, 15, 0.95); backdrop-filter: blur(10px); z-index: 90; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; border-bottom: 1px solid #1A1A22; transition: all 0.3s ease; }
.header-left .toggle-sidebar-btn { display: none; color: #E0E0E0; font-size: 1.8em; }
.header-search .search-btn { display: flex; align-items: center; background: #1A1A22; padding: 10px 20px; border-radius: 100px; color: #A0A0A0; border: 1px solid #23232D; transition: border 0.3s; }
.header-search .search-btn:hover { border-color: #F4C542; color: #fff; }
.header-search .search-btn i { font-size: 1.2em; margin-right: 10px; }
.header-search .search-text { font-size: 0.9em; }

.header-user-area .user-dropdown { position: relative; }
.header-user-area .user-avatar-trigger { display: flex; align-items: center; color: #E0E0E0; gap: 10px; }
.header-user-area .avatar-img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid #2D2D38; }
.header-user-area .avatar-placeholder { width: 40px; height: 40px; border-radius: 50%; background: #F4C542; color: #0B0B0F; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 1.2em; }
.header-user-area .guest-avatar-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #E0E0E0;
    gap: 4px;
    text-decoration: none;
    line-height: normal;
}
.header-user-area .guest-avatar-trigger .guest-icon {
    font-size: 1.6em;
    color: #F4C542;
    background: #1A1A22;
    border: 1px solid #2D2D38;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
}
.header-user-area .guest-avatar-trigger:hover .guest-icon {
    border-color: #F4C542;
    background: rgba(244, 197, 66, 0.05);
}
.header-user-area .guest-avatar-trigger .login-text {
    font-size: 0.65em;
    font-weight: bold;
    color: #A0A0A0;
    letter-spacing: 0.8px;
    transition: color 0.2s;
}
.header-user-area .guest-avatar-trigger:hover .login-text {
    color: #F4C542;
}

.header-user-area .dropdown-list { position: absolute; top: 50px; right: 0; width: 150px; background: #1A1A22; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); display: none; overflow: hidden; border: 1px solid #2D2D38; z-index: 9999; }
.header-user-area .dropdown-list.active { display: block; }
.header-user-area .dropdown-list li a { display: block; padding: 12px 20px; color: #E0E0E0; font-size: 0.9em; border-bottom: 1px solid #23232D; z-index: 9999; position: relative; }
.header-user-area .dropdown-list li a:last-child { border-bottom: none; }
.header-user-area .dropdown-list li a:hover { background: #23232D; color: #F4C542; }

.search-area{ position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 1000; display: none;
    background: #1A1A22; opacity: 1; cursor: zoom-out; }

.close-btn{ position: absolute; top: 15px; right: 15px; height: 30px; line-height: 28px; width: 30px; border-radius: 100px;
    border: 1px solid rgba(0,0,0 , .1); text-align: center; z-index: 100; }

.search-area.active{ display: block; animation: search-wrapper-anim .2s forwards; }


@keyframes search-wrapper-anim {
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}

.search-area:after{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; opacity: .05;
    background: linear-gradient(to left, #17C8F4, #BC22B6, #838DC3, #17C8F4);}

.search-area .search-inner{ position: relative; height: 100%; width: 100%; overflow: auto; }

.search-area .search-wrapper{ position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); width: 100%;
    max-width: 900px; padding: 100px; cursor: context-menu; }

.search-area .search-wrapper .input-wrapper{ width: 100%; height: 60px; position: relative; margin-bottom: 20px; }

.search-area .search-wrapper .title{ margin: 15px 0 20px; }

.search-area input { border-radius: 10px; position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    border: 1px solid #2D2D38; padding: 0 70px 0 20px; }

.search-area input:active,
.search-area input:focus{ border-color: #ccc!important; }

.search-area button{ position: absolute; top: 1px; bottom: 1px; right: 1px; width: 60px;
    border-left: 1px solid #eee; text-align: center; }

.search-area button i{ margin-top: 2px; font-size: 1.6em; }

.slider{ position: relative; z-index: 1; }

.slider .swiper-slide{ transform: scale(.8); transition: all .3s ease-in-out; text-align: center; }
.slider .swiper-slide-active{ transform: scale(1); }

.slider .swiper-slide img{ border-radius: 5px; }


.slider:after{     content: ''; position: absolute; bottom: 0; left: 0; right: 0; z-index: -1; height: 100%;
    background-image: url(../../images/slider_layer.png); background-size: 100% 100%; opacity: 0; }

.toggle-menu-btn{ display: none; padding: 0 10px; }

.pos-relative{ position: relative; }



/*RESPONSIVE*/

@media only screen and (max-width: 1200px) {


}


@media only screen and (max-width: 767px) {
    /* Main Content adjustment */
    body { padding-top: 0; }
    main, .tags-section, footer { margin-left: 0; width: 100%; }
    /* Modern Top Header Mobile */
    .modern-top-header { left: 0; padding: 0 20px; }
    .header-left .toggle-sidebar-btn { display: inline-block; }
    .header-search { display: block; }
    .header-search .search-btn {
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        justify-content: center;
    }
    .header-search .search-btn i {
        margin-right: 0;
        font-size: 1.3em;
    }
    .header-search .search-text {
        display: none;
    }

    /* Sidebar Mobile (Hidden by default) */
    .modern-sidebar { transform: translateX(-100%); width: 280px; }
    .modern-sidebar.active { transform: translateX(0); box-shadow: 10px 0 30px rgba(0,0,0,0.8); }

    /*SEARCH AREA*/

    .search-area .search-wrapper{ height: 100%; overflow: auto;  padding: 100px 30px 30px; }

    .search-area .search-wrapper .input-wrapper{ height: 50px; }

}


@media only screen and (max-width: 576px) {

    header{ height: 70px; line-height: 70px; }

    header .right-area ul.main-menu{ top: 70px; }

    header .logo img{ height: 32px; margin: 19px 0; }

    body{ padding-top: 70px;  }


    /*SEARCH AREA*/

    .close-btn{ top: 15px; right: 15px; }

    .search-area .search-wrapper{ padding: 50px 15px 15px; }
}




/*FIXED PLAYER*/

.user-audio-player{ position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; height: 70px; background: #1A1A22;
     box-shadow: 0 -3px 40px rgba(0,0,0, .1); text-align: left; overflow: visible; }

/* The Animated Background Container (Applied in small-player) */
.user-audio-player .bg-animation {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -2;
    display: none;
    background: #050a0f;
}

.user-audio-player.small-player .bg-animation { display: block; }

.user-audio-player .element {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.4;
    mix-blend-mode: screen;
}

.user-audio-player .blob {
    width: 70vmax;
    height: 70vmax;
    animation: move-lava linear infinite;
}

.user-audio-player .blob-1 {
    background: radial-gradient(circle, #04D3C3 0%, transparent 70%);
    top: -10%; left: -10%;
    animation-duration: 45s;
}

.user-audio-player .blob-2 {
    background: radial-gradient(circle, #118BF0 0%, transparent 70%);
    bottom: -10%; right: -10%;
    animation-duration: 38s;
    animation-direction: reverse;
}

.user-audio-player .bubble {
    width: 20vmax;
    height: 20vmax;
    filter: blur(25px);
    opacity: 0.3;
    animation: rise linear infinite;
}

.user-audio-player .bubble-1 { background: #04D3C3; left: 10%; animation-duration: 25s; animation-delay: -2s; }
.user-audio-player .bubble-2 { background: #118BF0; left: 30%; animation-duration: 30s; animation-delay: -5s; width: 15vmax; height: 15vmax; }
.user-audio-player .bubble-3 { background: #0061A6; left: 50%; animation-duration: 22s; animation-delay: -10s; }
.user-audio-player .bubble-4 { background: #04D3C3; left: 70%; animation-duration: 35s; animation-delay: -1s; width: 25vmax; height: 25vmax; }
.user-audio-player .bubble-5 { background: #118BF0; left: 85%; animation-duration: 28s; animation-delay: -15s; }

@keyframes move-lava {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    33% { transform: translate(5%, 10%) scale(1.1) rotate(40deg); }
    66% { transform: translate(-5%, 5%) scale(0.9) rotate(-20deg); }
    100% { transform: translate(0, 0) scale(1) rotate(0deg); }
}

@keyframes rise {
    0% { transform: translateY(120vh) scale(1); opacity: 0; }
    10% { opacity: 0.3; }
    50% { transform: translateY(50vh) scale(1.2) translateX(20px); }
    90% { opacity: 0.3; }
    100% { transform: translateY(-20vh) scale(1) translateX(-20px); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .user-audio-player .element { animation: none !important; }
}

.user-audio-player:after{ content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(66deg,  #04D3C3, #118BF0, #0061A6, #04D3C3); z-index: -2; opacity: .5;
    color: #fff; }

.user-audio-player:before{ content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1;
    background: #000; opacity: .6; }


.user-audio-player .audio-sound-section .sound-progress-section{ background: #1A1A22; }

audio{ height: 0px; width: 0px; opacity: 0; }

.player-wrapper{ position: absolute;  top: 0; bottom: 0; left: 300px; right: 0px;  }

#google-adsence{ position: absolute; right: 0; top: 0px; z-index: 1000; width: 300px; display: none; }

.player-wrapper .player-btn-wrapper{ position: absolute; top: 50%; left: 20px;
    transform: translateY(-50%); }

.next-btn,
.prev-btn,
.play-pause-btn{ float: left; width: 40px; height: 40px; line-height: 38px;  transition: all 0s; }



.play-pause-btn{ border-radius: 100px; border: 1px solid #ccc;  }


.play-pause-btn:after{ display: inline-block; font-family: 'Ionicons'; font-size: 1.4em; }



.play-pause-btn.playing:after{ content: '\f478'; transform: translateX(0px); }
.play-pause-btn.paused:after{ content: '\f488'; transform: translateX(1.5px); }

.play-pause-btn:hover{ background: rgba(0,0,0, .1); }


.play-pause-btn.about-to-play:after{ content: '\f21c'; }

.audio-progress-section{ position: absolute; top: 0; bottom: 0; left: 150px; right: 190px; z-index: 5; }

.audio-progress-bar-wrapper{ position: absolute; top: 0; bottom: 0; left: 60px; right: 60px; }

.audio-progress-bar-wrapper:after{ content:''; background: #777;  }

.audio-loaded-progress-bar,
.audio-progress-bar,
.audio-progress-bar-wrapper:after{ content:''; position: absolute; top: 50%; left: 0; height: 4px;
    margin-top: -2px; width: 100%;  }

.audio-loaded-progress-bar span{ position: absolute; top: 0; bottom: 0;
    width: 0; z-index: 1; background: #aaa; transition: all .1s;}

.audio-progress-bar{ width: 0; background: #1A1A22; z-index: 2;  }

.audio-progress-bar:after{ content: ''; position: absolute; right: 0px; top: 50%; margin-top: -7px; margin-right: -6px;
    height: 14px; width: 14px; background: #1A1A22; border-radius: 100px; opacity: 0; transition: all .2s; }

.audio-progress-bar-wrapper:hover .audio-progress-bar:after{ opacity: 1; }

.audio-current-time{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

.audio-duration{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); }



.audio-repeat-btn,
.audio-shuffle-btn{ color: #aaa; }

.audio-repeat-btn.active,
.audio-shuffle-btn.active{ color: #F4C542; }

.audio-sound-section{ width: 160px; height: 40px; line-height: 40px;
    position: absolute; top: 50%; right: 10px; transform: translateY(-50%); text-align: center; z-index: 10; }

.audio-sound-section > a{ width: 40px; float: left; font-size: 1.1em; }

.audio-sound-section .audio-sound-btn{ position: relative; }

.audio-sound-section .audio-sound-btn i,
.audio-sound-section .audio-sound-btn{ line-height: inherit;  }


.audio-sound-section .sound-progress-section{ height: 130px; width: 35px; position: absolute; bottom: 40px; left: 50%;
    transform: translateX(-50%); background: #e2ffe9; border-radius: 2px; display: none;
    box-shadow: 0px -2px 40px rgba(0,0,0, .15); }

.audio-sound-btn:hover .sound-progress-section{ display: block; }


.audio-sound-section .sound-progress-bar-wrapper{ position: absolute; bottom: 10px; top: 10px; left: 0; right: 0; }

.audio-sound-section .sound-progress-bar-wrapper:after{ content: ''; top: 0px; background: #ccc; }

.audio-sound-section .sound-progress-bar-wrapper:after,
.audio-sound-section .sound-progress-bar{ position: absolute; bottom: 0px; left: 50%; width: 4px; margin-left: -2px; }

.audio-sound-section .sound-progress-bar{ height: 0px; z-index: 1; background: #000; }

.sound-progress-bar:after{ content: ''; position: absolute; right: 50%; top: 0; margin-top: -5px; margin-right: -6px;
    height: 12px; width: 12px; background: #000; border-radius: 100px; opacity: 0; transition: all .2s; }

.sound-progress-bar-wrapper:hover .sound-progress-bar:after{ opacity: 1; }



.user-audio-player .player-detail{ position: absolute; top: 0; left: 0; bottom: 0; width: 300px; padding-left: 70px;
    background: rgba(0,0,0, .1); }




.user-audio-player .audio-progress-section,
.user-audio-player .play-pause-btn,
.user-audio-player i{ color: #E0E0E0; }

.user-audio-player .audio-repeat-btn i,
.user-audio-player .audio-shuffle-btn i{ color: #777; }

.user-audio-player .audio-repeat-btn.active i,
.user-audio-player .audio-shuffle-btn.active i{ color: #F4C542; }

/* Make the play/pause button pop with gold */
.user-audio-player .play-pause-btn { border-color: #F4C542; color: #F4C542 !important; }
.user-audio-player .play-pause-btn i { color: #F4C542 !important; }
.user-audio-player .play-pause-btn:hover { background: rgba(244, 197, 66, 0.1); }

.user-audio-player .audio-timer-btn i { color: #aaa; transition: all 0.3s; }
.user-audio-player .audio-timer-btn.active i{ 
    color: #ff4d4d; 
    text-shadow: 0 0 10px rgba(255, 77, 77, 0.8);
    animation: timer-pulse 2s infinite ease-in-out;
}

@keyframes timer-pulse {
    0% { transform: scale(1); opacity: 0.7; text-shadow: 0 0 5px rgba(255, 77, 77, 0.5); }
    50% { transform: scale(1.2); opacity: 1; text-shadow: 0 0 15px rgba(255, 77, 77, 1); }
    100% { transform: scale(1); opacity: 0.7; text-shadow: 0 0 5px rgba(255, 77, 77, 0.5); }
}

.audio-timer-btn{ position: relative; }

.audio-timer-menu{ position: absolute; bottom: 100%; margin-bottom: 20px; left: 50%; transform: translateX(-50%);
    width: 140px; background: #1A1A22; border-radius: 8px; display: none;
    box-shadow: 0px 5px 25px rgba(0,0,0, .3); padding: 5px 0; z-index: 99999 !important;
    backdrop-filter: blur(5px); background: rgba(255, 255, 255, 0.98); }

.audio-timer-btn:hover i { opacity: 0.8; transform: scale(1.1); }

/* Force show when open class is present */
.audio-timer-btn.open .audio-timer-menu { display: block !important; }

.audio-timer-menu.forced-closed { display: none !important; }

.audio-timer-menu a{ display: block; padding: 8px 20px; color: #333; font-size: 0.85em;
    text-align: left; transition: all 0.2s; border-bottom: 1px solid rgba(0,0,0, 0.05); }

.audio-timer-menu a:last-child{ border-bottom: none; }

.audio-timer-menu a:hover{ background: #f5f5f5; color: #F4C542; padding-left: 25px; }

/* Playback Speed Controls */
.audio-speed-btn { position: relative; display: inline-block; cursor: pointer; text-decoration: none; }
.audio-speed-btn.open .audio-speed-menu { display: block !important; }

.audio-speed-menu {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    background: #1A1A22;
    border-radius: 8px;
    display: none;
    box-shadow: 0px 5px 25px rgba(0,0,0, .3);
    padding: 5px 0;
    z-index: 99999 !important;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.98);
}

.audio-speed-menu a {
    display: block;
    padding: 8px 15px;
    color: #333;
    font-size: 0.85em;
    text-align: center;
    transition: all 0.2s;
    border-bottom: 1px solid rgba(0,0,0, 0.05);
    text-decoration: none;
}

.audio-speed-menu a:last-child { border-bottom: none; }
.audio-speed-menu a:hover { background: #f5f5f5; color: #F4C542; }
.audio-speed-menu a.selected { color: #F4C542; font-weight: bold; background: rgba(244, 197, 66, 0.08); }


.user-audio-player .player-detail .arrow-top-btn,
.user-audio-player .player-detail img{ height: 40px; width: 40px; position: absolute; left: 15px; top: 50%; margin-top: -20px;
    border-radius: 1px; text-align: center;  }

.user-audio-player .player-detail .arrow-top-btn{ display: none; }
.user-audio-player .player-detail .arrow-top-btn i{ font-size: 2em; position: absolute; top: 50%; left: 0; right: 0;
    transform: translateY(-50%); }

.user-audio-player .player-detail .title{ color: #fff; margin-top: 15px; font-weight: 700; font-size: .9em; }
.user-audio-player .player-detail .artist{ color: #eee; font-size: .8em; }


.fixed-player-inner{ position: relative; height: 100%; width: 100%; z-index: 1000; }



#player-close-btn{ display: none; position: absolute; top: 10px; right: 10px; z-index: 10000;
    height: 35px; width: 35px; line-height: 33px; text-align: center; color: #888;
    font-size: .9em; border-radius: 100px; border: 1px solid #fff;  }



/*RESPONSIVE*/

@media only screen and (max-width: 1200px) {


    .player-wrapper{ right: 0px;  }

    #google-adsence{ position: absolute; right: 0; top: -70px; z-index: 100; width: 300px; }

}


@media only screen and (max-width: 992px) {
    .player-wrapper .player-btn-wrapper{ left: 0px; }

    .audio-progress-section{ left: 120px; right: 130px; }

    .audio-sound-section{ width: 120px; right: 5px;  }

    .audio-sound-section > a{ width: 30px; }

    .user-audio-player .player-detail{ width: 230px;  padding-left: 15px; }

    .player-wrapper{ left: 230px; }

    .user-audio-player .player-detail img{ display: none; }
}


@media only screen and (max-width: 767px) {

    .audio-progress-section{ display: none; }

    .audio-sound-section{ display: none; }

    .player-wrapper .player-btn-wrapper{ left: auto; right: 0; }

    .user-audio-player .player-detail{ width: auto; padding-left: 60px; right: 120px;  background: rgba(0,0,0, 0);  }


    .user-audio-player .player-detail .arrow-top-btn{ display: block; left: 10px; }


    /*FIXED PLAYED ACTIVE FOR SMALLER DEVICE*/

    .user-audio-player.small-player{ height: 100%; border-top: 0; }

    .user-audio-player.small-player:after,
    .user-audio-player.small-player:before { display: none; }

    .user-audio-player.small-player .fixed-player-inner { 
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        height: 100%;
        padding-bottom: 80px; /* Space for bottom icons */
        box-sizing: border-box;
    }

    .user-audio-player.small-player .player-detail { 
        text-align: center; 
        padding: 0; 
        display: block;
        left: auto; right: auto; 
        background: none; 
        position: relative; 
        margin-bottom: 20px; 
        width: 100%;
    }

    .user-audio-player.small-player .player-detail img { 
        display: block; 
        position: static; 
        transform: none;
        height: 200px; width: 200px; 
        border-radius: 50%; 
        margin: 0px auto 20px; 
        box-shadow: 0 15px 50px rgba(0,0,0,0.6); 
        border: 4px solid rgba(255,255,255,0.1); 
    }

    .user-audio-player.small-player .player-detail .title { font-size: 1.3em; margin-top: 0; margin-bottom: 5px; color: #fff; }
    .user-audio-player.small-player .player-detail .artist { font-size: 1em; opacity: 0.8; color: #eee; }
    .user-audio-player.small-player .player-detail .arrow-top-btn { display: none; }

    .user-audio-player.small-player .player-wrapper { 
        position: relative;
        left: auto; right: auto; 
        width: 100%; 
        height: auto; 
    }

    .user-audio-player.small-player .player-btn-wrapper { 
        position: relative;
        top: auto; left: auto; right: auto; transform: none;
        display: flex; 
        justify-content: center; 
        align-items: center; 
        gap: 20px;
        margin: 30px 0;
    }

    .user-audio-player.small-player .next-btn,
    .user-audio-player.small-player .prev-btn,
    .user-audio-player.small-player .play-pause-btn { 
        width: 65px; height: 65px; line-height: 63px; float: none;
        font-size: 1.4em; 
    }

    .user-audio-player.small-player .next-btn,
    .user-audio-player.small-player .prev-btn { border: none; background: none; }

    .user-audio-player.small-player .play-pause-btn { 
        width: 80px; height: 80px; line-height: 78px; 
        border: 2px solid #fff; background: none; 
    }
    .user-audio-player.small-player .play-pause-btn:after { font-size: 1.8em; }

    .user-audio-player.small-player .audio-progress-section { 
        display: block; 
        position: relative; 
        top: auto; bottom: auto; left: auto; right: auto;
        width: 85%; 
        margin: 0 auto; 
        height: 40px; 
    }
    
    .user-audio-player.small-player .audio-progress-bar-wrapper { 
        position: absolute; 
        height: 30px; 
        left: 55px; 
        right: 55px; 
        top: 0;
    }

    .user-audio-player.small-player .audio-progress-section h6 { margin: 0; line-height: 30px; color: #fff; }

    .user-audio-player.small-player .audio-sound-section { 
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        position: absolute; 
        width: 100%; 
        height: auto;
        left: 0; right: 0; 
        bottom: 50px; /* Correct bottom position */
        top: auto;
        transform: none; 
        z-index: 10000; 
        border-top: 0; 
        padding: 0 30px;
        box-sizing: border-box;
    }

    .user-audio-player.small-player .audio-sound-section .audio-shuffle-btn,
    .user-audio-player.small-player .audio-sound-section .audio-timer-btn,
    .user-audio-player.small-player .audio-sound-section .audio-repeat-btn,
    .user-audio-player.small-player .audio-sound-section .audio-speed-btn { 
        position: relative !important;
        float: none !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        margin: 0 !important;
        display: inline-block;
        font-size: 1.3em;
    }
    .user-audio-player.small-player .audio-sound-section .audio-sound-btn { display: none; }

    /* Ensure the wrapper doesn't trap the absolute children */
    .user-audio-player.small-player .player-wrapper { 
        position: static; 
    }

    .user-audio-player.small-player #player-close-btn { display: block; top: 15px; right: 15px; border-color: rgba(255,255,255,0.3); }


    .user-audio-player.small-player .audio-shuffle-btn:hover .audio-btn-setting{ left: 0; right: auto;  }
    .user-audio-player.small-player .audio-repeat-btn:hover .audio-btn-setting{ right: 0;  }

    .user-audio-player.small-player #player-close-btn{ display: block; top: 15px; right: 15px; border-color: rgba(255,255,255,0.3); }

    /* Fix Menus for Mobile */
    .user-audio-player.small-player .audio-timer-menu,
    .user-audio-player.small-player .audio-speed-menu { 
        bottom: 100%; 
        margin-bottom: 20px; 
        left: 50%; 
        transform: translateX(-50%); 
        width: 120px; 
        position: absolute; 
    }
    .user-audio-player.small-player .audio-timer-menu a,
    .user-audio-player.small-player .audio-speed-menu a { text-align: center; padding: 8px 10px; }

}

@media only screen and (max-width: 576px) {



}


@media only screen and (max-width: 400px) {

    .user-audio-player .player-detail .arrow-top-btn{ left: 0px; width: 40px; }

    .user-audio-player .player-detail{ padding-left: 40px; right: 105px; }

    .player-wrapper{ left: auto; width: 105px; }

    .next-btn, .prev-btn, .play-pause-btn{ width: 35px; height: 35px; line-height: 33px;  }
}




/*SLIDER TRACKS*/

#playlist-detail,
#album-detail,
#track-detail,
#artist-detail{ overflow: hidden;  }

#playlist-detail .left-area,
#track-detail .left-area,
#album-detail .left-area,
#artist-detail .left-area{ height: 150px; width: 150px; border-radius: 3px;overflow: hidden; float: left; }

#track-detail .right-area,
#playlist-detail .right-area,
#album-detail .right-area,
#artist-detail .right-area{ padding: 10px 30px; margin-left: 150px; }

@media only screen and (max-width: 400px) {

    #playlist-detail .left-area,
    #track-detail .left-area,
    #album-detail .left-area,
    #artist-detail .left-area{ float: none; }

    #track-detail .right-area,
    #playlist-detail .right-area,
    #album-detail .right-area,
    #artist-detail .right-area{ float: none; padding: 15px 0px 0px; margin-left: 0px; }

}


.user-player-sm{  position: relative; background: rgba(0,0,0, .5); color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1); transition: all .2s; }

.user-player-sm:last-child{ border-bottom: 0px; }


.user-player-sm p.title{ font-size: .9em; color: #fff; }
.user-player-sm p.artist{ font-size: .85em; color: #777; }

.user-player-sm:hover{ background: rgba(0,0,0, .6); }

.white-playlist{ margin: 0px 0 50px; }

.white-playlist .user-player-sm{ background: rgba(0, 0, 0, .025); border-bottom: 1px solid rgba(0,0,0, .06); color: #E0E0E0; }

.white-playlist .user-player-sm:last-child{ border-bottom: 0px; }

.white-playlist .user-player-sm p.title{ color: #E0E0E0; }
.white-playlist .user-player-sm p.artist{ color: #aaa; }

.white-playlist .user-player-sm:hover{ background: rgba(0,0,0, .05); }


.user-player-sm .audio-left{ display: block; position: relative; padding: 0 0px 0 50px; margin-right: 120px;  }

.user-player-sm .audio-right-btns{ position: absolute; top: 0; right: 0; bottom: 0; width: 120px; }

.user-player-sm .audio-right-btns .audio-duration,
.user-player-sm .audio-right-btns .audio-favourite,
.user-player-sm .audio-operation{ width: 40px; position: absolute; top: 0; bottom: 0; left: 0; }

.user-player-sm .audio-right-btns .audio-duration{ left: 50%; margin-left: -20px;  transform: translate(0); width: 40px;
    position: absolute; color: #aaa; }

.user-player-sm .audio-operation{ left: auto; right: 0; cursor: pointer; }

.user-player-sm .audio-duration img{ width: 100%; height: auto; }

.user-player-sm .audio-operation:hover{ background: rgba(0,0,0, .4);  }

.user-player-sm .audio-favourite i,
.user-player-sm .audio-operation i{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }


.user-player-sm .audio-operation ul {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 100;
    background: #1A1A22;
    display: none;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid #2D2D38;
}

.user-player-sm .audio-operation:hover ul {
    display: block;
    width: 150px;
    overflow: hidden;
}

.user-player-sm .audio-operation:hover ul li > a {
    display: block;
    padding: 12px 20px;
    font-size: .9em;
    color: #E0E0E0;
    border-bottom: 1px solid #23232D;
    transition: all 0.2s;
}

.user-player-sm .audio-operation:hover ul li:last-child > a {
    border-bottom: 0px;
}

.user-player-sm .audio-operation:hover ul li > a:hover {
    background: #23232D;
    color: #F4C542;
}

.user-player-sm .play-pause-btn{ width: 50px; border: 0; position: absolute; top: 0; bottom: 0; left: 0; line-height: inherit;
    transform: translate(0); border-radius: 0px; height: auto; }


.user-player-sm .play-pause-btn:hover{ background: none; }


.user-player-sm .play-pause-btn:after{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.user-player-sm .audio-details{ padding: 10px 0px; }


.white-playlist .user-player-sm .audio-details{ padding: 15px 0px; }


.user-player-sm .audio-duration img,
.user-player-sm .audio-duration span{ position: absolute; top: 50%;left: 50%; right: 0; font-size: .8em; width: 40px;
    text-align: center; transform: translate(-50%, -50%); display: none; }

.user-player-sm.audio-playing .audio-duration span{ display: none; }
.user-player-sm.audio-playing .audio-duration img{ display: block; }

.user-player-sm.audio-paused .audio-duration span{ display: block; }
.user-player-sm.audio-paused .audio-duration img{ display: none; }

.user-player-sm.audio-paused .audio-operation ul{ top: 40px; }


/*TRACK CARD ITEM*/

.track-card-item .track-title b{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.track-card-item.user-player-sm{  background: rgba(0,0,0, 0); color: #F4C542;
    border-bottom: 1px solid rgba(255, 255, 255, 0); margin-bottom: 30px; }

.track-card-item.user-player-sm .player-top{ position: relative; }

.track-card-item.user-player-sm .player-top .image-wrapper{ line-height: 0; position: relative; z-index: 1;
    border-radius: 6px; overflow: hidden; }

.track-card-item.user-player-sm .player-top .image-wrapper:before{ content: ''; position: absolute;
    left: 0; right: 0; z-index: -1; opacity: .3; height: 100px; }

.track-card-item.user-player-sm .player-top .image-wrapper:before{ top: 0;
    background: linear-gradient( to bottom, #000, rgba(0,0,0,0)); }


.track-card-item.user-player-sm .player-top .image-wrapper img{ position: relative; z-index: -2; }

.track-card-item.user-player-sm .play-pause-wrapper,
.track-card-item.user-player-sm .audio-favourite,
.track-card-item.user-player-sm .audio-operation{ width: 40px; height: 40px; position: absolute; z-index: 10; top: 0;
    left: auto; right: auto; bottom: auto; float: none; color: #fff; }

.track-card-item.user-player-sm .audio-operation{ right: 0; }

.track-card-item.user-player-sm .audio-favourite{ left: 0; }

.track-card-item.user-player-sm .play-pause-wrapper{ bottom: -20px; border: 1px solid #fff; border-radius: 100px;
    background: #1A1A22; color: #F4C542; box-shadow: 0px 1px 20px rgba(0,0,0, .14);
    top: auto; left: auto; right: 10px; margin-left: -20px; }

.track-card-item.user-player-sm .play-pause-btn:after{ margin-left: 1px; }



.track-card-item.user-player-sm .audio-details{ display: block; padding: 0px 0 0; }

.track-card-item.user-player-sm .audio-details-artist{ position: relative; margin-top: 5px; }

.track-card-item.user-player-sm .audio-duration{ position: static; width: 40px; height: 25px;
    float: none; transform: translate(0); margin: 10px 0; color: #999; }

.track-card-item.user-player-sm .play-pause-btn{ height: 100%; width: 100%; }

.track-card-item.user-player-sm .image-wrapper{ display: block;  }

.track-card-item.user-player-sm .audio-duration img, .user-player-sm .audio-duration img{ max-height: 20px; border-radius: 3px;
    overflow: hidden; }


/*LOGIN REGISTER*/

.login-register{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0, .6);
    display: none; }

.login-register.active{ display: block; }

.login-register .btn-login,
.login-register button,
.login-register input{ height: 45px; line-height: 43px; width: 100%; margin-top: 20px; border-radius: 4px;  }


.login-register input[type="radio"]{ height: 20px; width: 20px;  }

.login-register .btn-login,
.login-register button{ background: #000; color: #fff; border: 1px solid #000; text-align: center; }

.login-register .btn-login:hover,
.login-register button:hover{ background: none; color: #222; }

.login-register .login-with-google-btn{ background: #E44134; color: #fff; border: 1px solid #E44134; }
.login-register .login-with-google-btn:hover{ background: none; color: #E44134; }

.login-register .login-with-facebook-btn{ background: #39579B; color: #fff; border: 1px solid #39579B; }
.login-register .login-with-facebook-btn:hover{ background: none; color: #39579B; }


.login-register .inner{ position: absolute; top: 200px; width: 500px; left: 50%; transform: translateX(-50%);
    background: #1A1A22; padding: 30px; }

.login-register .tab{ display: none; }

.login-register .tab.active{ display: block; }


.tab .ajax-message{ line-height: 2!important; }


/*RESPONSIVE*/

@media only screen and (max-width: 767px) {

    .login-register .inner{ top: 0px; bottom: 0; width: 100%; padding-top: 100px; }

}

@media only screen and (max-width: 576px) {

    .login-register .inner{ padding-top: 50px; }

}

.audio-details .track-container{
    display: flex;
    gap: 15px;
    align-items: center;
}


/*AJAX MESSAGE*/

.play-pause-btn{ position: relative; }

.ajax-message{ display: none; position: relative; }

.ajax-message.active{ display: block; }

.ajax-message:before{ font-family: 'Ionicons'; display: inline-block; margin-right: 10px; }

.ajax-message.error:before{ content:'\f100'; color: #D94B3E; }

.ajax-message.success:before{ content:'\f375'; color: #159F5C; }



/*AJAX LOADER*/

.loader-wrapper{ position: relative; }


.loader-big .ajax-loader{ width: 100px!important; height: 100px!important; }

.btn-loader{ position: relative; }

.loader-wrapper{ min-height: 200px; }

/*.item-wrapper .btn-loader{ position: absolute; top: 50%; left: 50%; height: 100px; width: 100px; transform: translate(-50%, -50%) }*/

.btn-loader { position: absolute; top: 0; right: 0; bottom: 0; z-index: 10; left: 0; display: none; }

.btn-loader.active { display: block; }

.btn-loader .btn-text{ display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 24px; }

.btn-loader .btn-text.active{ display: block; }

.btn-loader .ajax-loader{ position: absolute; width: 100%; height: 100%; display: none; width: 24px; height: 24px;
    top: 50%; left: 50%; transform: translate(-50%, -50%); }


.full-h.btn-loader .ajax-loader{ height: 100%; width: 100%; }

.full-h.btn-loader .ajax-loader:after,
.full-h.btn-loader .ajax-loader:before,
.full-h.btn-loader .ajax-loader > span:after,
.full-h.btn-loader .ajax-loader > span:before{ border-width: 2px; }

.btn-loader.no-transform .ajax-loader{ transform: translate(0, 0); }

.btn-loader .ajax-loader.active{ display: inline-block; }

.btn-loader .ajax-loader > span{ display: block; }


.btn-loader .ajax-loader:after,
.btn-loader .ajax-loader:before,
.btn-loader .ajax-loader > span:after,
.btn-loader .ajax-loader > span:before{ content:''; box-sizing: border-box; display: block; position: absolute;
    top: 0; left: 0; right: 0; bottom: 0; border: 3px solid #000; border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent; transform: translateY(-50%); }


.loader-black.btn-loader .ajax-loader:after,
.loader-black.btn-loader .ajax-loader:before,
.loader-black.btn-loader .ajax-loader > span:after,
.loader-black.btn-loader .ajax-loader > span:before{ border-color: #000 transparent transparent transparent; }


.page-loader.btn-loader .ajax-loader:after,
.page-loader.btn-loader .ajax-loader:before,
.page-loader.btn-loader .ajax-loader > span:after,
.page-loader.btn-loader .ajax-loader > span:before{ border-color: #fff transparent transparent transparent; }


.loader-big.btn-loader.page-loader{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0, .4); z-index: 10000; }


.btn-loader .ajax-loader:after { animation-delay: -0.45s; }

.btn-loader .ajax-loader:before{ animation-delay: -0.3s;  }

.btn-loader .ajax-loader span:after{  animation-delay: -0.15s;  }

@keyframes lds-ring {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg);  }
}





/*AJAX BAR*/

.ajax-bar{ position: absolute; top: 0; left: 0; right: 0; height: 2px; background: #3F4D66; display: none;
    transition: all .2s ease-in-out; }

.ajax-bar.active{ display: block; }


/*CUSTOM RADIO BUTTON*/

.radio-container {  display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {  background-color: #ccc;  }

.radio-container input:checked ~ .checkmark {  background-color: #2196F3; }

.checkmark:after {  content: "";  position: absolute;  display: none; }

.radio-container input:checked ~ .checkmark:after {  display: block; }

.radio-container .checkmark:after {  top: 6px;  left: 6px;  width: 8px;  height: 8px;  border-radius: 50%;  background: white;  }



/*ERROR MESSAGE*/

.err-msg{ color: #FC4438; font-size: .8em; }

.has-error{ border-color: #FC4438; }


/* FORM DESIGN*/



/*AJAX SIDEBAR*/



.tab-form{ display: none; position: relative; }

.tab-form.active{ display: block; }


.ajax-sidebar{ width: 300px; position: absolute; top: 0; bottom: 0; left: 0; }

.main-content-inner{ background: #F7F9F9; }

.ajax-sidebar li,
.ajax-sidebar{ margin: 0;; padding: 0; }

.ajax-sidebar li{ list-style: none; }

.ajax-sidebar li.head{ padding: 0px 30px; line-height: 60px; font-size: 1.2em; border-bottom: 1px solid #eee; }

.ajax-sidebar li > a{ padding: 15px 30px; display: block; position: relative; border-top: 1px solid rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0); }

.ajax-sidebar li > a:after{ content: ''; position: absolute; right: -1px; top: 0; bottom: 0; width: 1px; background: #1A1A22;  opacity: 0; }

.ajax-sidebar li > a.active{ background: #F7F9F9; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }

.ajax-sidebar li:nth-child(2) a.active{ border-top: 1px solid rgba(0,0,0,0); }

.ajax-sidebar li > a.active:after{ opacity: 1; }



.ajax-form-wrapper{ margin-left: 300px; border-left: 1px solid #eee; min-height: 450px; position: relative; }

.ajax-form-wrapper .item-content{ padding: 25px; position: relative; }

.ajax-form-wrapper .item-content.active{ display: block; }

.ajax-form-wrapper form textarea,
.ajax-form-wrapper form select,
.ajax-form-wrapper form input:not([type="file"]){ height: 45px; line-height: 45px; border-radius: 4px; margin: 10px 0 2px;  }

.ajax-form-wrapper form button{ margin-top: 20px; }

.ajax-form-wrapper form textarea{ height: 170px; line-height: 1.6; padding: 15px; }

.ajax-form-wrapper form label{ color: #E0E0E0; font-size: .9em; display: inline-block; margin-top: 15px; }

.ajax-form-wrapper .head{ overflow: hidden; position: relative; padding: 0 30px; display: block;
    border-bottom: 1px solid #eee; background: #F7F9F9; }

.ajax-form-wrapper .head .dropdown-icon{ display: none; position: absolute; right: 0; top: 0; bottom: 0; width: 55px;
    line-height: 65px; text-align: center; }

.ajax-form-wrapper .head .dropdown-icon i{ font-size: 1.4em; }

.ajax-form-wrapper .head .title{ line-height: 60px; float: left; }

.ajax-form-wrapper .head .toggle-btn{ float: right; line-height: 32px; height: 32px; margin-top: 13px; }

.ajax-form-wrapper .head .toggle-btn .switch.status{ margin: 0px; }



/*RESPONSIVE*/

@media only screen and (max-width: 1200px) {


}

@media only screen and (max-width: 992px) {


    /*AJAX SIDEBAR*/

    .ajax-sidebar{ width: 250px; }

    .ajax-form-wrapper{ margin-left: 250px; }


}

@media only screen and (max-width: 767px) {

    /*AJAX SIDEBAR*/

    .ajax-sidebar{ width: 200px; }

    .ajax-form-wrapper{ margin-left: 200px; }

}

@media only screen and (max-width: 576px) {

    .ajax-form-wrapper form label{ color: #333; font-size: .85em;  }

    .ajax-form-wrapper .head .dropdown-icon{ display: block; }

    .ajax-sidebar li.head{ display: none; }

    .ajax-form-wrapper{ margin-left: 0; }

    .ajax-sidebar{ bottom: auto; display: none; z-index: 100; width: 100%; top: 55px; border: 1px solid #ddd;
        box-shadow: 0px 20px 30px rgba(0, 0, 0, .10); border-radius: 0 0 4px 4px; }

    .ajax-sidebar.active{ display: block; }

    .ajax-form-wrapper .head{ padding: 0 15px; }

    .ajax-form-wrapper .item-content{ padding: 15px; }

}



/*IMAGE UPLOAD*/

.image-upload{ width: 100%; height: 250px; border: 1px dashed #ddd; border-radius: 5px; margin-bottom: 20px; margin-top: 15px;
    position: relative; text-align: center; background: #f8f8f9; color: #666; overflow: hidden; }

.item-content .image-upload{ max-width: 250px; margin-bottom: 25px; }

.image-upload img{ width: auto!important; height: auto!important; object-fit: cover; max-width: 100%; max-height: 100%;
    border-radius: 0px; margin: 0 auto; }

.main-ui .image-upload{ height: 250px; }

.main-ui .image-upload img{ height: auto!important; width: 100%!important; border-radius: 0px; margin: 0 auto; }



.image-upload i{ font-size: 6em; color: #ccc; }

.image-upload input{ cursor: pointer; opacity: 0; height: 100%; width: 100%; z-index: 10; position: absolute; top: 0; left: 0; }

#uploaded-image.active{ display: block; opacity: 0; animation: full-opacity .1s forwards ease-out;
    -webkit-animation: full-opacity .1s forwards ease-out; }

@keyframes full-opacity {
    100% { opacity: 1;}
}

@-webkit-keyframes full-opacity {
    100% { opacity: 1;}
}


/*FOOTER*/

footer{ padding-top: 50px; }

footer ul li{ list-style: none; }

footer ul > li > a{ padding: 10px 0; text-decoration: underline; }

.copyright{ text-align: center; margin-top: 20px; border-top: 1px solid #ddd; padding: 15px 0; }



/* SOCIAL ICONS */

.social-icons > li{ display: inline-block; }

.social-icons > li > a { padding: 0; margin: 0 15px 15px 0;height: 40px; width: 40px; line-height: 40px; text-align: center;
     border: 1px solid #ddd; color: #E0E0E0; border-radius: 1002px; }

.social-icons > li > a:hover{ border-color: #000; background: #000; color: #fff; }



/*LINK ITEM*/

.link-item a{ padding: 5px 25px 6px; margin: 0 15px 15px 0; background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(0, 0, 0, .1); border-radius: 100px; }

.link-item a:hover{ border: 1px solid rgba(0, 0, 0, .1); background: rgba(0, 0, 0, .05); }

.tags-section{ border-top: 1px solid rgba(0, 0, 0, .1); border-bottom: 1px solid rgba(0, 0, 0, .1); }



/*PLAYLIST*/

.playlist-popup{ background: rgba(0,0,0,.3); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000;
    display: none; }

.playlist-popup.active{ display: block; }

.playlist-popup-inner{ background: #1A1A22; width: 500px; height: 60%; border-radius: 6px; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%); border: 1px solid #2D2D38; box-shadow: 0 15px 40px rgba(0,0,0,0.6); }

.popup-header{ height: 60px; line-height: 60px; padding: 0px 25px; color: #FFF; font-weight: 600; border-bottom: 1px solid #2D2D38; }
.popup-body{ padding: 20px 25px; position: absolute; top: 60px; left: 0; right: 0; bottom: 0;
    border-top: none; border-bottom: 1px solid #2D2D38; color: #E0E0E0; }

.playlist-popup-inner .popup-body{ position: absolute; top: 60px; bottom: 60px; left: 0; right: 0; overflow: auto; }

.playlist-popup-inner .popup-footer{ height: 60px; line-height: 60px; position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid #2D2D38; }

.popup-body .playlist-body-inner{ display: none; }

.popup-body .playlist-body-inner.active{ display: block; }

.popup-body .playlist-body-inner input{ height: 45px; border: 1px solid #2D2D38; border-radius: 4px; background: #23232D; color: #FFF; padding: 0 15px; }

.popup-body a{ display: block; padding: 10px 0; color: #E0E0E0; }
.popup-body a:hover{ color: #F4C542; }

.popup-body a.btn{ display: inline-block; padding: 0px 30px; margin: 20px 0; color: #0B0B0F; background: #F4C542; border-radius: 4px; font-weight: bold; }
.popup-body a.btn:hover { background: #e0b430; color: #0B0B0F; }

.popup-footer{ height: 60px; line-height: 60px; padding: 0px 20px; text-align: right; }

.popup-footer a{ padding: 0 15px; color: #A0A0A0; transition: color 0.2s; }
.popup-footer a:hover{ color: #F4C542; }

.track-detail-popup .popup-body a{ display: inline-block; padding: 0 10px; text-decoration: underline; color: #F4C542; }

.track-detail-popup .popup-body a:hover{ text-decoration: none; color: #FFF; }

.single-playlist{ position: relative; padding-right: 80px; margin-bottom: 15px; }

.single-playlist:last-child{ margin-bottom: 0px; }

.single-playlist > a{ background: #23232D; padding-left: 15px; border-radius: 4px; color: #E0E0E0; display: block; line-height: 40px; border: 1px solid #2D2D38; transition: all 0.2s; }

.single-playlist > a:hover{ background: #2D2D38; color: #F4C542; border-color: #F4C542; }

.single-playlist .playlist-btn-wrapper{ width: 80px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); display: flex; justify-content: flex-end; gap: 8px; }

.single-playlist .playlist-btn-wrapper a{ width: 30px; height: 30px; line-height: 30px; text-align: center; color: #A0A0A0; background: #23232D; border: 1px solid #2D2D38; border-radius: 4px; display: inline-block; transition: all 0.2s; float: none; }
.single-playlist .playlist-btn-wrapper a:hover { color: #FFF; background: #2D2D38; }
.single-playlist .playlist-btn-wrapper a:hover .ion-android-delete { color: #e74c3c; }
.single-playlist .playlist-btn-wrapper a:hover .ion-compose { color: #F4C542; }



.popup-body input.has-error{ border: 1px solid red; }



/* PALYLIST */

.playlist-title-wrapper{ position: relative; }

.playlist-title-wrapper .save-btn{ position: absolute; top: 0; right: 2px; }

.playlist-title-wrapper .save-btn i{ color: #aaa; }
.playlist-title-wrapper .save-btn i.saved{ color: #000; }



/*RESPONSIVE*/

@media only screen and (max-width: 767px) {



}

@media only screen and (max-width: 576px) {

    .popup-body{ padding: 10px 15px; }

    .single-playlist{ padding-right: 60px; }

    .single-playlist .playlist-btn-wrapper a{ width: 30px; }

    .playlist-popup-inner{ width: 100%; height: 100%; }

}



/* WRAPPER CARD */

.wrapper-card{  }

.wrapper-card .card-title{ padding: 0px;  }
.wrapper-card .card-title.playlist-title-wrapper{ padding-right: 20px;   }

.sub-title{ color: #E0E0E0; }

.sub-title a{ font-size: .95em; margin-right: 5px; display: inline; }

.sub-title a:hover { color: #F4C542; text-decoration: underline; }

.sub-title a:after{ content: ','; }

.sub-title a:last-child:after{ content: ''; }



/* SHUFFLE/REPEAT */

.audio-repeat-btn,
.audio-shuffle-btn{ position: relative; }

.audio-repeat-btn .audio-btn-setting,
.audio-shuffle-btn .audio-btn-setting{
    position: absolute; bottom: 40px;
    right: -20px; background: #1A1A22; padding: 0px; width: 105px; font-size: .8em; display: none; line-height: 30px;
    border-radius: 2px; box-shadow: 2px 3px 20px rgba(0,0,0,.05); }

.audio-repeat-btn:hover .audio-btn-setting,
.audio-shuffle-btn:hover .audio-btn-setting{ display: block; }


.wrapper-card{ margin-bottom: 30px; }

.card-title{ margin-top: 10px; }


/* TRACK DETAIL POPUP */

.track-download-popup,
.track-detail-popup{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10000;
    background: rgba(0,0,0, .3); display: none; }

.track-download-popup.active,
.track-detail-popup.active{ display: block; }

.track-download-popup .popup-inner,
.track-detail-popup .popup-inner{ background: #1A1A22; width: 700px; min-height: 50%;
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%); border-radius: 6px; border: 1px solid #2D2D38; box-shadow: 0 15px 40px rgba(0,0,0,0.6); }

.track-download-popup .popup-inner .popup-header,
.track-detail-popup .popup-inner .popup-header{ background: #23232D; color: #FFF; font-weight: bold; border-bottom: 1px solid #2D2D38; border-radius: 5px 5px 0 0; }

.track-download-popup .popup-inner .popup-body,
.track-detail-popup .popup-inner .popup-body{ padding: 20px 25px; border-bottom: none; overflow: auto; color: #E0E0E0; line-height: 1.6; }

/* Force light colors on any nested element that might have inline black color styles from admin WYSIWYG editor */
.track-download-popup .popup-inner .popup-body *,
.track-detail-popup .popup-inner .popup-body * { color: #E0E0E0 !important; }

.track-download-popup .popup-inner .popup-body a,
.track-download-popup .popup-inner .popup-body a *,
.track-detail-popup .popup-inner .popup-body a,
.track-detail-popup .popup-inner .popup-body a * { color: #F4C542 !important; }
.track-download-popup .popup-inner .popup-body a:hover,
.track-download-popup .popup-inner .popup-body a:hover *,
.track-detail-popup .popup-inner .popup-body a:hover,
.track-detail-popup .popup-inner .popup-body a:hover * { color: #FFF !important; }



/*RESPONSE*/

@media only screen and (max-width: 767px) {

    .track-download-popup .popup-inner,
    .track-detail-popup .popup-inner{ width: 575px; }

}

@media only screen and (max-width: 576px) {

    .track-download-popup .popup-inner .popup-header,
    .track-detail-popup .popup-inner .popup-header{ border-radius: 0; }

    .track-download-popup .popup-inner,
    .track-detail-popup .popup-inner{ min-width: 0px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: auto;
        transform: translate(0, 0); border-radius: 0px; }

    .track-download-popup .popup-inner .popup-body,
    .track-detail-popup .popup-inner .popup-body{ overflow: auto; }

}



/*RESPONSE*/

@media only screen and (max-width: 767px) {

    .row{ margin-left: -7.5px; margin-right: -7.5px; }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4,
    .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg,
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
    .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
    .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11,
    .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
    .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
    .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4,
    .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
    .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
    .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{ padding-right: 7.5px; padding-left: 7.5px; }

}


.swiper-nav{ position: absolute; top: 50%; left: 0; right: 0; height: 40px; z-index: 1000;  transform: translateY(-80px); }

.swiper-nav a{ height: 40px; width: 40px; line-height: 40px; position: absolute; top: 50%; margin-top: -25px;
    text-align: center; background: #1A1A22; border-radius: 100px;
    box-shadow: 1px 5px 40px rgba(0,0,0, .1); font-size: 1.3em; z-index: 1000; }


.swiper-nav a.prev-btn{ left: 0; }
.swiper-nav a.next-btn{ right: 0; }


.inactive{ display: none; }


main{ min-height: 200px; }

.popup-toast{ position: fixed; left: 50%; width: 300px; height: 90px; bottom: 100px; margin-left: -150px;
    z-index: 1000; background: #1A1A22;
    border-radius: 4px; box-shadow: 1px 3px 30px rgba(0, 0, 0, .1); padding: 10px; display: none; }

.popup-toast.active{ display: block; animation: toast-anim .2s forwards ease-in-out; }


@keyframes toast-anim{
    0%{ transform: translateY(100px); }
    100%{ transform: translateY(0px); }
}


.popup-toast i{ width: 60px; font-size: 1.4em;  position: absolute; top: 50%;   transform: translateY(-50%);
    color: #aaa; text-align: center; }

.popup-toast .toast-right{ position: absolute; top: 50%; transform: translateY(-50%); left: 60px; right: 0;
    padding-left: 10px; color: #666; }

.popup-toast .title{ font-size: 1.02em; margin-bottom: 5px; font-weight: 700; }
.popup-toast .desc{ }


.before-load-bg{ background: #eee; }
/* FAVOURITE COUNT STYLES */
.audio-favourite {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none !important;
}

.audio-favourite i {
    position: static !important;
    transform: none !important;
    font-size: 18px;
}

.fav-count {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    margin-left: 5px;
    line-height: 1;
}

.audio-favourite .ion-ios-heart {
    color: #e91e63 !important;
}

/* MOBILE SAFE AREA: Lift Shuffle/Infinite buttons */
@media (max-width: 768px) {
    .user-audio-player.small-player .audio-sound-section {
        height: auto !important;
        padding-bottom: env(safe-area-inset-bottom, 30px) !important;
        border-top: none !important; /* Removes the "weird line" crossing the play button */
    }
}

/* Highlight selected timer option */
.audio-timer-menu a.selected {
    color: #04D3C3 !important;
    font-weight: 700 !important;
}

/* Make icons more visible when active */
.audio-timer-btn.active i,
.audio-shuffle-btn.active i,
.audio-repeat-btn.active i {
    color: #04D3C3 !important;
}

/* SORTING PILLS */
.sorting-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.sorting-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
}

.sorting-pills {
    display: flex;
    gap: 12px;
    padding: 5px;
}

.sort-pill {
    padding: 8px 22px;
    background: #1A1A22;
    backdrop-filter: blur(5px);
    border-radius: 100px;
    color: #E0E0E0;
    font-size: 0.85em;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #2D2D38;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.sort-pill:hover {
    background: #1A1A22;
    color: #F4C542;
    border-color: #F4C542;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(244, 197, 66, 0.1);
}

.sort-pill.active {
    background: #F4C542;
    color: #0B0B0F !important;
    border-color: #F4C542;
    box-shadow: 0 8px 20px rgba(244, 197, 66, 0.3);
}

/* Prevent content from overlapping underneath the absolute top header menu */
main, .tags-section, footer {
    padding-top: 80px;
    margin-left: 250px;
    width: calc(100% - 250px);
}
main {
    min-height: 100vh;
}

@media (max-width: 991px) {
    main {
        padding-top: 80px !important;
    }
}

@media (max-width: 767px) {
    main, .tags-section, footer {
        padding-top: 70px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
}

/* ==========================================================================
   Podcast Synchronized SRT Subtitles (Glassmorphism & Immersive Support)
   ========================================================================== */
.player-subtitles-container {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 18px 24px;
    text-align: center;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
    z-index: 100;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

/* Default state: Positioned nicely above the collapsed fixed bottom bar controls */
.user-audio-player:not(.small-player) .player-subtitles-container {
    bottom: 95px; /* Above the horizontal bottom player controls */
    animation: fadeInSubtitle 0.3s ease-out;
}

/* Immersive full-screen active mode (mobile full screen): Positioned at the top of the screen to prevent overlap with timeline/controls */
.user-audio-player.small-player .player-subtitles-container {
    top: 80px;
    bottom: auto;
    width: 85%;
    max-width: 500px;
    padding: 16px 20px;
    border-radius: 20px;
    background: rgba(10, 10, 12, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 50px 0 rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.player-subtitles-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: color 0.2s ease;
}

/* Make font slightly larger, more cinematic in immersive layout */
.user-audio-player.small-player .player-subtitles-text {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.95);
}

/* Simple fade animation */
@keyframes fadeInSubtitle {
    from {
        opacity: 0;
        transform: translate(-50%, 10px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* Subtle glass glow pulse */
@keyframes pulseGlow {
    from {
        box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.05);
    }
    to {
        box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.45), 0 0 25px rgba(255, 255, 255, 0.15);
    }
}


/* ============================================================
   BRAND CORRECTIONS — Dark Mode Overrides
   Keep at the bottom to ensure highest specificity
   ============================================================ */

/* btn-primary must always use the gold brand color */
.btn-primary {
    background: #F4C542 !important;
    color: #0B0B0F !important;
    border-color: #F4C542 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #e0b030 !important;
    color: #0B0B0F !important;
    border-color: #e0b030 !important;
}

/* Section headings inside main content must be visible on dark bg */
main h4,
main h5,
main h6 {
    color: #E0E0E0;
}

/* Dividers adapted for dark theme */
.border-b {
    border-bottom: 1px solid #2D2D38 !important;
}

/* My Music / Playlist section title explicitly white */
#my-playlists-title,
#saved-playlists-title,
#favourite-tracks-title {
    color: #E0E0E0;
}

/* Podcast subtitle visible on dark background */
.podcast-header .subtitle {
    color: #A0A0A0;
}

/* ============================================================
   COOKIE CONSENT BANNER
   ============================================================ */
.cookie-consent-banner {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 360px;
    background: rgba(26, 26, 34, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.cookie-consent-content p {
    font-size: 0.9em;
    line-height: 1.45;
    color: #CCCCCC;
    margin: 0 0 14px 0;
    font-weight: 400;
}

.cookie-consent-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.cookie-btn {
    padding: 8px 18px;
    font-size: 0.85em;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
    outline: none;
}

.cookie-btn-accept {
    background: #F4C542;
    color: #0B0B0F;
}

.cookie-btn-accept:hover,
.cookie-btn-accept:focus {
    background: #e0b030;
    transform: translateY(-1px);
}

.cookie-btn-decline {
    background: transparent;
    color: #A0A0A0;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.cookie-btn-decline:hover,
.cookie-btn-decline:focus {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 768px) {
    .cookie-consent-banner {
        left: 15px;
        right: 15px;
        width: auto;
        bottom: 85px;
        padding: 14px 18px;
    }
}
