/* =========================
   NK MUSIC STREAMING & MEDIA BLOG PHP SCRIPT
   Author: Khodex Adey
   Date: March 1st, 2026
   Website: https://naijakit.com
   Facebook: https://fb.com/donkhodex
   Instagram: https://instagram.com/naijakit
   Tel: +2349099784140, +2348134540801
   Email: webdeveloper1972@gmail.com
========================= */

:root {
  --bs-spacer: 1rem;
}

/* ===== GLOBAL SCROLLBAR CROSS-BROWSER ===== */


::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    margin: 6px;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #25A56A, #1e8a59);
    border-radius: 20px;
    border: 4px solid transparent;
    background-clip: content-box;
    min-height: 40px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #2fbe7c, #25A56A);
}


/* ============================= */
/* FIREFOX SUPPORT */
/* ============================= */

* {
    scrollbar-width: thin; /* auto | thin | none */
    scrollbar-color: #25A56A rgba(255,255,255,0.05);
}

/* ===============================
   SIDEBAR SCROLLBAR – PREMIUM UI BY KHODEX
================================ */
.btn-success:hover{
	background: #186842!important;
	color: #fff!important;
}
.btn-success:active{
	background: #186842!important;
	color: #fff!important;
}
.sign__btn:hover{
	background: #186842!important;
	color: #fff!important;
}
.sign__btn:active{
	background: #186842!important;
	color: #fff!important;
}
.page-404__btn:hover{
	background: #186842!important;
	color: #fff!important;
}
.page-404__btn:active{
	background: #186842!important;
	color: #fff!important;
}
/* Enable smooth scrolling */
.sidebar{
    overflow-y: auto;
    height: 100vh;
    scroll-behavior: smooth;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #25A56A transparent;
}

/* ===== Chrome, Edge, Safari ===== */
.sidebar::-webkit-scrollbar{
    width: 14px;
}

/* Track (the background area) */
.sidebar::-webkit-scrollbar-track{
    background: transparent;
    margin: 6px 0; /* top & bottom spacing → floating effect */
}

/* The draggable thumb */
.sidebar::-webkit-scrollbar-thumb{
    background: linear-gradient(180deg, #25A56A, #1e8a59);
    border-radius: 20px;

    /* THIS creates the bordered / floating look */
    border: 4px solid transparent;
    background-clip: content-box;

    min-height: 40px;
}

/* Hover effect */
.sidebar::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(180deg, #2fbe7c, #25A56A);
    border: 3px solid transparent;
}

/* Optional: soft glow on hover */
.sidebar:hover::-webkit-scrollbar-thumb{
    box-shadow: 0 0 8px rgba(37,165,106,0.6);
}
@media (max-width: 480px) {
  #topzi {
    border-top: 0.3px solid #25A56A;
  }
}
.text-999 {
	color: #999;
}
.text-ccc {
	color: #ccc;
}

.melz {
	border-bottom: 0.5px solid #25A56A; padding-bottom: 15px;
}
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.page-404__icon {
  font-size: 70px;
  color: #ff4d4f;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}

.page-404__icon svg {
  width: 70px;
  height: 70px;
}

.page-404__title {
  font-size: 110px;
  font-weight: 800;
  margin: 0;
}

.page-404__text {
  font-size: 18px;
  color: #777;
  margin: 15px 0 30px;
}

/* FLOAT ANIMATION */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
/* =========================================
   BASE (xs)
   ========================================= */

/* MARGIN ALL */
.m-0{margin:0!important;}
.m-1{margin:.25rem!important;}
.m-2{margin:.5rem!important;}
.m-3{margin:1rem!important;}
.m-4{margin:1.5rem!important;}
.m-5{margin:3rem!important;}
.m-auto{margin:auto!important;}

/* PADDING ALL */
.p-0{padding:0!important;}
.p-1{padding:.25rem!important;}
.p-2{padding:.5rem!important;}
.p-3{padding:1rem!important;}
.p-4{padding:1.5rem!important;}
.p-5{padding:3rem!important;}

/* MARGIN TOP */
.mt-0{margin-top:0!important;}
.mt-1{margin-top:.25rem!important;}
.mt-2{margin-top:.5rem!important;}
.mt-3{margin-top:1rem!important;}
.mt-4{margin-top:1.5rem!important;}
.mt-5{margin-top:3rem!important;}
.mt-auto{margin-top:auto!important;}

/* MARGIN BOTTOM */
.mb-0{margin-bottom:0!important;}
.mb-1{margin-bottom:.25rem!important;}
.mb-2{margin-bottom:.5rem!important;}
.mb-3{margin-bottom:1rem!important;}
.mb-4{margin-bottom:1.5rem!important;}
.mb-5{margin-bottom:3rem!important;}
.mb-auto{margin-bottom:auto!important;}

/* MARGIN START */
.ms-0{margin-left:0!important;}
.ms-1{margin-left:.25rem!important;}
.ms-2{margin-left:.5rem!important;}
.ms-3{margin-left:1rem!important;}
.ms-4{margin-left:1.5rem!important;}
.ms-5{margin-left:3rem!important;}
.ms-auto{margin-left:auto!important;}

/* MARGIN END */
.me-0{margin-right:0!important;}
.me-1{margin-right:.25rem!important;}
.me-2{margin-right:.5rem!important;}
.me-3{margin-right:1rem!important;}
.me-4{margin-right:1.5rem!important;}
.me-5{margin-right:3rem!important;}
.me-auto{margin-right:auto!important;}

/* MARGIN X */
.mx-0{margin-left:0!important;margin-right:0!important;}
.mx-1{margin-left:.25rem!important;margin-right:.25rem!important;}
.mx-2{margin-left:.5rem!important;margin-right:.5rem!important;}
.mx-3{margin-left:1rem!important;margin-right:1rem!important;}
.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important;}
.mx-5{margin-left:3rem!important;margin-right:3rem!important;}
.mx-auto{margin-left:auto!important;margin-right:auto!important;}

/* MARGIN Y */
.my-0{margin-top:0!important;margin-bottom:0!important;}
.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important;}
.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important;}
.my-3{margin-top:1rem!important;margin-bottom:1rem!important;}
.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important;}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important;}
.my-auto{margin-top:auto!important;margin-bottom:auto!important;}

/* PADDING TOP */
.pt-0{padding-top:0!important;}
.pt-1{padding-top:.25rem!important;}
.pt-2{padding-top:.5rem!important;}
.pt-3{padding-top:1rem!important;}
.pt-4{padding-top:1.5rem!important;}
.pt-5{padding-top:3rem!important;}

/* PADDING BOTTOM */
.pb-0{padding-bottom:0!important;}
.pb-1{padding-bottom:.25rem!important;}
.pb-2{padding-bottom:.5rem!important;}
.pb-3{padding-bottom:1rem!important;}
.pb-4{padding-bottom:1.5rem!important;}
.pb-5{padding-bottom:3rem!important;}

/* PADDING START */
.ps-0{padding-left:0!important;}
.ps-1{padding-left:.25rem!important;}
.ps-2{padding-left:.5rem!important;}
.ps-3{padding-left:1rem!important;}
.ps-4{padding-left:1.5rem!important;}
.ps-5{padding-left:3rem!important;}

/* PADDING END */
.pe-0{padding-right:0!important;}
.pe-1{padding-right:.25rem!important;}
.pe-2{padding-right:.5rem!important;}
.pe-3{padding-right:1rem!important;}
.pe-4{padding-right:1.5rem!important;}
.pe-5{padding-right:3rem!important;}

/* PADDING X */
.px-0{padding-left:0!important;padding-right:0!important;}
.px-1{padding-left:.25rem!important;padding-right:.25rem!important;}
.px-2{padding-left:.5rem!important;padding-right:.5rem!important;}
.px-3{padding-left:1rem!important;padding-right:1rem!important;}
.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important;}
.px-5{padding-left:3rem!important;padding-right:3rem!important;}

/* PADDING Y */
.py-0{padding-top:0!important;padding-bottom:0!important;}
.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important;}
.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important;}
.py-3{padding-top:1rem!important;padding-bottom:1rem!important;}
.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important;}
.py-5{padding-top:3rem!important;padding-bottom:3rem!important;}

@media (min-width:768px){

.mt-md-0{margin-top:0!important;}
.mt-md-1{margin-top:.25rem!important;}
.mt-md-2{margin-top:.5rem!important;}
.mt-md-3{margin-top:1rem!important;}
.mt-md-4{margin-top:1.5rem!important;}
.mt-md-5{margin-top:3rem!important;}

.mb-md-0{margin-bottom:0!important;}
.mb-md-1{margin-bottom:.25rem!important;}
.mb-md-2{margin-bottom:.5rem!important;}
.mb-md-3{margin-bottom:1rem!important;}
.mb-md-4{margin-bottom:1.5rem!important;}
.mb-md-5{margin-bottom:3rem!important;}

.p-md-0{padding:0!important;}
.p-md-1{padding:.25rem!important;}
.p-md-2{padding:.5rem!important;}
.p-md-3{padding:1rem!important;}
.p-md-4{padding:1.5rem!important;}
.p-md-5{padding:3rem!important;}

}

.mfp-close {
    color: #fff !important;
    font-size: 28px !important;
    opacity: 1 !important;
}

.mfp-close:hover {
    color: #28a745 !important;
}
	.empty-state {
    padding: 60px 20px;
    opacity: 0.9;
}

.empty-state__icon {
    font-size: 48px;
    margin-bottom: 15px;
    color: #25A56A;
}

.empty-state__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.empty-state__text {
    font-size: 14px;
    color: #888;
    max-width: 420px;
    margin: 0 auto;
}

	/* ===============================
   UNIVERSAL SQUARE IMAGE CLASS
================================= */

.square-img {
    width: 100%;
    aspect-ratio: 1 / 1;   /* Forces square */
    object-fit: cover;     /* Crops nicely */
    display: block;
}

/* Optional fixed size square */
.square-img-sm {
    width: 80px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.square-img-md {
    width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.square-img-lg {
    width: 250px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* ===== Stats Layout ===== */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}

.stats-item {
    background: rgba(255,255,255,0.05);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
}

.stats-label {
    font-size: 12px;
    opacity: 0.7;
    display: block;
	color: #fff;
    margin-bottom: 3px;
}

.stats-value {
    font-weight: 600;
    font-size: 14px;
    color: #25A56A;
}
.main-color {
	color: #25A56A;
}


/* Optional rounded square */
.square-rounded {
    border-radius: 12px;
}

/* Optional circle avatar */
.square-circle {
    border-radius: 50%;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.pagination-wrapper .btn {
    min-width: 100px;
}
.music-loader {
    text-align: center;
    padding: 30px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin: auto;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

	.text-dec-none {
		text-decoration: none;
		
	}
	.text-dec-none a {
		text-decoration: none;
	}
	.w-100 {
		width: 100%;
	}
	.khodex-tooltip {
    position: absolute;
    background: #25A56A;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.15s ease;
}

/* Arrow */
.khodex-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #25A56A;
}

.khodex-tooltip.show {
    opacity: 1;
    transform: translateY(0);
}

.genre-desc{
	background: #222227;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	border-bottom: 3px solid #25A56A;
	font-style: italic;
}

.custom-toast{
    position:fixed;
    bottom:20px;   /* changed from top to bottom */
    right:20px;
    background:#222;
    color:#fff;
    padding:12px 18px;
    border-radius:6px;
    opacity:0;
    transform:translateY(20px); /* slide up */
    transition:all .3s ease;
    z-index:9999;
}
.custom-toast.show{
    opacity:1;
    transform:translateY(0);
}
.custom-toast.success{ background:#28a745; }
.custom-toast.error{ background:#dc3545; }
.custom-toast.warning{ background:#ffc107; color:#000; }
.custom-toast.info{ background:#17a2b8; }

.reply-preview{
    background:#5f7386;
    border-left:4px solid #25A56A;
    padding:10px;
    margin-bottom:10px;
    border-radius:6px;
}

.reply-preview strong{
    display:block;
    margin-bottom:5px;
    color:#ccc;
}

.reply-preview p{
    font-size:14px;
	font-style: italic;
    margin:0;
    color:#fff;
}

.reply-preview button{
    margin-top:8px;
    background:#dc3545;
    color:#fff;
    border:none;
    padding:5px 10px;
    border-radius:4px;
    cursor:pointer;
}

	#waveform canvas {
  filter: drop-shadow(0 0 4px rgba(255,255,255,.25));
}

.audio-shell.playing {
  box-shadow: 0 0 30px rgba(37,165,106,.35);
}

.audio-shell {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 16px 10px;
  background: #295646;
  border-radius: 14px;
}

.player-main {
  flex: 1;
}

.time-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: .04em;
  margin-bottom: 6px;
  color: rgba(255,255,255,.75);
}

.success-check{
display:flex;
justify-content:center;
margin:25px 0;
}

.checkmark-svg{
width:120px;
height:120px;
}

.checkmark-circle{
stroke:#1db954;
stroke-width:3;
stroke-linecap:round;
stroke-dasharray:166;
stroke-dashoffset:166;
animation:draw-circle 5s ease-in-out infinite;
}

.checkmark-check{
stroke:#1db954;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
stroke-dasharray:48;
stroke-dashoffset:48;
animation:draw-check 5s ease-in-out infinite;
}

@keyframes draw-circle{

0%   {stroke-dashoffset:166;}  /* hidden */
15%  {stroke-dashoffset:0;}    /* draw circle */
75%  {stroke-dashoffset:0;}    /* HOLD visible for long */
100% {stroke-dashoffset:166;}  /* reset */

}

@keyframes draw-check{

0%   {stroke-dashoffset:48;}   /* hidden */
20%  {stroke-dashoffset:48;}   /* wait for circle */
35%  {stroke-dashoffset:0;}    /* draw check */
75%  {stroke-dashoffset:0;}    /* HOLD visible */
100% {stroke-dashoffset:48;}   /* reset */

}

.transaction-box{
background:#222227;
padding:20px;
border-radius:10px;
margin-top:15px;
}

.trx-row{
display:flex;
justify-content:space-between;
padding:10px 0;
border-bottom:1px solid rgba(255,255,255,0.05);
color:#ddd;
}

.trx-row:last-child{
border-bottom:none;
}

.play-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #25A56A;
  color: #061a12;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.play-btn i {
  font-size: 24px;

  /* 🔒 lock icon box */
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#waveform {
  height: 60px;
}

#waveform canvas {
  opacity: 0.85;
  filter: blur(.25px);
}

.single-track-meta{
    display: block;
    width: 100%;
	color: #fff;
    margin: 15px 0;
    font-size: 18px;
}
.single-track-meta span{
	display: block;
}

.track-artist-link{
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.track-artist-link:hover{
    color: #25A56A;
}

.verified{
    color:#25A56A;
}

.track-title{
    color:#c1f1da;
}

.track-meta-small{
    font-size:14px;
    opacity:.85;
}

.explicit-icon{
    color:#999;
    font-size:11px;
}

.upload-modal-dis{
	text-align: center;
	color: #ccc;
	font-size: 12px;
	border-top: 0.5px solid #25A56A;
	padding-top: 10px;
}

	a{
		color: #25A56A;
	}
	a:hover{
		color: #44d591;
	}
	#descriptionContainer textarea {
    min-height: 150px;
    max-height: 300px;
    resize: vertical;
}
	#uploadContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#coverText{
    font-size:14px;
    color:#aaa;
    margin-bottom:10px;
}

.cover-img{
    width:200px;
    max-width:100%;
    border-radius:10px;
    display:block;
    margin:auto;
}


/* =========================
   TinyMCE Dark Theme Complete
   ========================= */

/* ------------------------
   1. TinyMCE Wrapper
   ------------------------ */
.tox-tinymce {
    background-color: #222227 !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    width: 100% !important;
    overflow: hidden; /* ensures border-radius works */
}

/* ------------------------
   2. Editable content (desktop)
   ------------------------ */
.tox .tox-edit-area iframe,
.tox .tox-edit-area {
    background-color: #222227 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
}

.tox .tox-edit-area iframe body,
.tox .tox-edit-area iframe p {
    color: #ffffff !important;
}

/* White placeholder inside editor */
.tox .tox-edit-area iframe body.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Focus state border */
.tox-tinymce:focus-within {
    border-color: #25a56a !important;
}

/* ------------------------
   3. Desktop Toolbar + Statusbar
   ------------------------ */
.tox-toolbar,
.tox-toolbar__overflow,
.tox-statusbar {
    background-color: #222227 !important;
    border-top: none !important;
    border-bottom: none !important;
}

/* Desktop toolbar buttons text and icons */
.tox-tbtn {
    color: #ffffff !important;
    background: transparent !important;
}

.tox-tbtn svg,
.tox-tbtn .tox-icon,
.tox-tbtn .tox-caret {
    fill: #ffffff !important;
}

.tox-tbtn:hover,
.tox-tbtn--enabled {
    background: rgba(255,255,255,0.08) !important;
}

/* ------------------------
   4. Mobile Toolbar Dark + White Icons/Text
   ------------------------ */
/* Target the actual mobile toolbar container */
.tox-toolbar-mobile,
.tox-toolbar-mobile .tox-toolbar__primary,
.tox-toolbar-mobile .tox-toolbar__overflow {
    background-color: #222227 !important;
    border: none !important;
}

/* Toolbar buttons */
.tox-toolbar-mobile .tox-tbtn {
    color: #ffffff !important;
    background: transparent !important;
}

/* Toolbar icons */
.tox-toolbar-mobile .tox-tbtn svg,
.tox-toolbar-mobile .tox-tbtn .tox-icon,
.tox-toolbar-mobile .tox-tbtn .tox-caret {
    fill: #ffffff !important;
}

/* Safari fix: nested SVG paths */
.tox-toolbar-mobile .tox-tbtn svg * {
    fill: #ffffff !important;
}

/* Active / hover state on mobile */
.tox-toolbar-mobile .tox-tbtn:hover,
.tox-toolbar-mobile .tox-tbtn--enabled {
    background: rgba(255,255,255,0.08) !important;
}

/* ------------------------
   5. Hide Footer / Status Bar (Mobile & Desktop)
   ------------------------ */
.tox-statusbar {
    display: none !important;
}

/* ------------------------
   6. Optional: subtle placeholder fade for UX
   ------------------------ */
.tox .tox-edit-area iframe body.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: rgba(255,255,255,0.6) !important;
}


/* ------------------------
   Desktop Toolbar Background & Dark Icons/Text
   ------------------------ */
@media (min-width: 768px) { /* desktop only */
    /* Toolbar background */
    .tox-toolbar,
    .tox-toolbar__overflow {
        background-color: #ffffff !important; /* light/white toolbar */
        border-top: none !important;
        border-bottom: none !important;
    }

    /* Toolbar buttons text */
    .tox-tbtn {
        color: #222227 !important; /* dark text */
    }

    /* Toolbar icons */
    .tox-tbtn svg,
    .tox-tbtn .tox-icon,
    .tox-tbtn .tox-caret {
        fill: #222227 !important; /* dark icons */
    }

    /* Active / hover state */
    .tox-tbtn:hover,
    .tox-tbtn--enabled {
        background: rgba(0,0,0,0.05) !important; /* subtle dark highlight */
    }
}
#audioText{
	font-size:14px;
    color:#aaa;
}

.sidebar__nav-link--active,
.sidebar__nav-link--active i {
    color: #25A56A !important;
}
.sidebar__nav-link--active svg {
    fill: #25A56A !important;
}


.upload-dropzone {
    border: 2px dashed #25A56A;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    color: #25A56A;
    font-size: 16px;
    position: relative;
    transition: background-color 0.2s, transform 0.2s;
}

.upload-dropzone.dragover {
    background-color: rgba(37, 165, 106, 0.1);
    transform: scale(1.02);
}

.upload-icon {
    font-size: 48px;
    display: block;
    margin: 0 auto 10px;
}

.upload-preview {
    margin-top: 10px;
    font-size: 14px;
    color: #25A56A;
}

.progress {
    width: 100%;
    background: #ccc;
    border-radius: 5px;
    overflow: hidden;
    height: 20px;
    margin-top: 10px;
    display: none; /* hide initially */
}

.progress-bar {
    height: 100%;
    background: #25A56A;
    text-align: center;
    line-height: 20px;
    color: #fff;
    width: 0%;
}

	/* Badge base */
.badge {
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
}

/* Badge sizes */
.badge-xs { font-size: 0.6rem; padding: 0.1em 0.4em; }
.badge-sm { font-size: 0.7rem; padding: 0.2em 0.5em; }
.badge-lg { font-size: 0.85rem; padding: 0.35em 0.7em; }

/* Badge variants */
.badge-primary { background-color: #0d6efd; }
.badge-secondary { background-color: #6c757d; }
.badge-success { background-color: #25A56A; } /* custom green */
.badge-danger { background-color: #dc3545; }
.badge-warning { background-color: #ffc107; color: #212529; }
.badge-info { background-color: #0dcaf0; color: #212529; }
.badge-light { background-color: #f8f9fa; color: #212529; }
.badge-dark { background-color: #212529; }


/* Button base */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease,
              border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
}

/* Button sizes */
.btn-xs { padding: 0.15rem 0.3rem; font-size: 0.75rem; }
.btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; }
.btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; }

/* Button variants */

.badge:hover,
.badge:focus {
  color: inherit;
  text-decoration: none;
}


.btn:hover,
.btn:focus {
  color: inherit;
  text-decoration: none;
}

.btn-primary { color: #fff; background-color: #0d6efd; border-color: #0d6efd; }
.btn-primary:hover { background-color: #0b5ed7; border-color: #0a58ca; }
.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-secondary:hover { background-color: #5c636a; border-color: #565e64; }
.btn-success { color: #fff; background-color: #25A56A; border-color: #25A56A; }
.btn-success:hover { background-color: #21995c; border-color: #1d8c51; }
.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-danger:hover { background-color: #bb2d3b; border-color: #b02a37; }
.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-warning:hover { background-color: #ffca2c; border-color: #ffc720; }
.btn-info { color: #212529; background-color: #0dcaf0; border-color: #0dcaf0; }
.btn-info:hover { background-color: #31d2f2; border-color: #25cff2; }
.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:hover { background-color: #e2e6ea; border-color: #dae0e5; }
.btn-dark { color: #fff; background-color: #212529; border-color: #212529; }
.btn-dark:hover { background-color: #1b1e21; border-color: #17191c; }

/* Focus & active */
.btn:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(13,110,253,.5); }
.btn:disabled { opacity: 0.65; cursor: not-allowed; }
	.d-block {
		display: block;
	}


#uploader .upload-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #2a2a33;
    border-radius: 10px;
    padding: 25px 0;
    text-decoration: none;
    font-size: 1.2rem;
    color: #25A56A;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
}

#uploader .upload-option i {
    font-size: 3rem;
    margin-bottom: 12px;
    color: #25A56A;
}

#uploader .upload-option:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background: #2a2a33;
    color: #1f8e54;
}

#uploader .upload-option:hover i {
    color: #1f8e54;
}

/* Responsive for mobile */
@media (max-width: 576px) {
    #uploader .upload-option i {
        font-size: 2.2rem;
    }
    #uploader .upload-option {
        font-size: 1rem;
        padding: 20px 0;
    }
}
	

#theuploader .theupload-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #2a2a33;
    border-radius: 10px;
    padding: 25px 0;
    text-decoration: none;
    font-size: 1.2rem;
    color: #25A56A;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
}

#theuploader .theupload-option i {
    font-size: 3rem;
    margin-bottom: 12px;
    color: #25A56A;
}

#theuploader .theupload-option:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background: #2a2a33;
    color: #1f8e54;
}

#theuploader .theupload-option:hover i {
    color: #1f8e54;
}

/* Responsive for mobile */
@media (max-width: 576px) {
    #theuploader .theupload-option i {
        font-size: 2.2rem;
    }
    #theuploader .theupload-option {
        font-size: 1rem;
        padding: 20px 0;
    }
}

.header__drop {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    color: #fff;
    background-color: #222; /* for visibility */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-width: 180px;
    z-index: 999;
    transition: opacity 0.25s ease, transform 0.25s ease;
    opacity: 0;
    transform: translateY(-10px);
}

.header__drop.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.header__drop a.header__all:last-child {
    border: none;
}

.header__drop a.header__all {
    display: block;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #444;
}

.header__drop a.header__all:hover {
    color: #25A56A;
}



.sign__group--password {
	position: relative;
}

.pass-input {
	padding-right: 45px; /* create space for eye */
}

.pass-toggle {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	cursor: pointer;
	color:#fff;
	font-size: 18px;
	user-select: none;
	touch-action: manipulation;
}

	.bottom_boarder{
		border-bottom: 0.5px solid #25A56A;
	}
	.sidebar__logo_new {
		padding: 10px 20px 10px 20px;
	}
	.sidebar__logo_new img{
		width: 80%;
	}
	.header__logo_new {
		padding: 10px 20px 0 20px;
	}
	.header__logo_new img{
		width: 100%;
	}
	
	.text-light {
		color: #FFFFFF;
	}

/* Base alert styling */
.alert {
    position: relative;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    display: flex;
	width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
}

/* Margin for paragraph inside alert */
.alert p.mb-0 {
    margin: 0;
}

/* Alert variants */
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/* Close button */
.alert .btn-close {
    background: none;
    border: none;
    font-size: 1.25rem;
    line-height: 1;
    color: inherit;
    cursor: pointer;
    padding: 0;
    margin-left: 1rem;
    font-weight: bold;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.alert .btn-close:hover {
    opacity: 0.75;
}

/* Fade out effect */
.alert.fade-out {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}
.artist { text-align:center; display:block; }

.artist__cover{
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;   /* ⭐ makes it a perfect square */
    overflow: hidden;
    border-radius: 12px;   /* optional */
}

.artist__cover img{
    width: 100%;
    height: 100%;
	 border-radius:12px; 
    object-fit: cover;
    display: block;
}



.artist-card{
    display:flex;
    gap:20px;
    align-items:center;
    flex-wrap:wrap;
}

/* IMAGE */
.artist-card__left img{
    width:160px;
    height:160px;
    object-fit:cover;
    border-radius:50%;
}

/* RIGHT SIDE */
.artist-card__right{
    flex:1;
    min-width:260px;
    display:flex;
    flex-direction:column;
}

/* NAME */
.artist-name{
    font-size:28px;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:10px;
}

/* FOLLOW ROW */
.artist-meta{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.artist-followers{
    font-size:14px;
    opacity:.8;
    color:#fff;
}

.locked-box {
    background: #222227;
    border-radius: 12px;
    padding: 40px 20px;
    margin: 30px 0;
    border: 1px solid #999;
}

.locked-inner {
    max-width: 420px;
    margin: auto;
}

.locked-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: rgba(13,110,253,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #25A56A;
}

.unlock-form .form-control {
    height: 50px;
	border: 1px solid #fff;
    border-radius: 8px 0 0 8px;
}

.unlock-form .btn {
    border-radius: 0 8px 8px 0;
    padding: 0 20px;
}

.notice-minimal{
    display:flex;
    align-items:center;
    gap:10px;
    background:#222227;
    border-left:5px solid #dc3545;
    padding:12px 15px;
    border-radius:6px;
    color:#ccc;
    font-weight:500;
}
.notice-minimal i{
    color:#dc3545;
    font-size:18px;
}
.bg-main {
	background: #25A56A;
}
.bg-main:hover {
	background: #186842;
}

.main__title{
	border-left: 5px solid #25A56A;
	border-bottom: 0.5px solid #25A56A;
	border-radius: 5px 30px 0 5px;
	background: linear-gradient(to right, rgba(37,165,106,0) 0%, #25A56A 100%);
	padding: 5px 25px 5px 10px;
}

.main__title a {
	color: #fff;
}
.artist_search_title{
	font-size: 22px;
	font-weight: bold;
}

/* REAL NAME */
.artist-realname{
    font-size:16px;
    color:#fff;
    opacity:.7;
    margin-bottom:10px;
}

/* BIO */
.artist-bio{
    font-size:14px;
    color:#fff;
    line-height:1.6;
    opacity:.9;
}

.main__table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.main__table tbody td {
    background: #222227;
    padding: 14px;
}

.main__table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.main__table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

/* FOLLOW BUTTON */
#followBtn{
    border-radius:20px;
    padding:4px 16px;
    color:#fff;
    font-weight:600;
}

.following{
    background:#25A56A;
}

/* 📱 MOBILE */
@media(max-width:768px){

    .artist-card{
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:12px; /* 🔥 reduced space between image & text block */
    }

    .artist-card__left img{
        width:120px;
        height:120px;
    }

    .artist-card__right{
        min-width:unset;
        align-items:center;
        gap:6px; /* controls vertical spacing between items */
    }

    .artist-name{
        font-size:22px;
        margin-bottom:4px;
        justify-content:center;
    }

    .artist-meta{
        justify-content:center;
        margin-bottom:4px;
    }

    .artist-realname{
        margin-bottom:6px;
    }

    .artist-bio{
        max-width:100%;
        text-align:left;
    }
}

.can-open-followers{
    cursor:pointer;
}

.follower-info{
    flex:1;
}

.remove-follower{
    cursor:pointer;
}

.follower-row{
    display:flex;
    gap:12px;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.follower-row:last-child{
    border-bottom:none;
}


.follower-row img{
    width:40px;
    height:40px;
    border-radius:50%;
    object-fit:cover;
}
#followersList{
    min-height:260px;   /* keeps modal height stable */
}

.followers-loading{
    text-align:center;
    padding:20px 0;
    opacity:.7;
    font-size:14px;
}
.artist-pic-preview{
position:relative;
width:160px;
height:160px;
border-radius:12px;
overflow:hidden;
background:#1a1a1a;
border:1px solid #2f2f2f;
cursor:pointer;
}

.artist-pic-preview img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.artist-pic-preview input[type="file"]{
position:absolute;
inset:0;
opacity:0;
cursor:pointer;
}
.artist-socials{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.footer__social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer__social .social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all .3s ease;
  text-decoration: none;
}

/* BRAND COLORS */

.social.facebook  { background: #1877f2; }
.social.twitter-x   { background: #000000;}
.social.instagram { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social.tiktok {
  background: linear-gradient(45deg, #fe2c55, #000000);
  color: #fff;
}
.social.telegram{
  background: linear-gradient(135deg, #37aee2, #1e96c8);
  color: #fff;
}

.social.telegram:hover{
  background: linear-gradient(135deg, #1e96c8, #168ac2);
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(30,150,200,0.35);
}
.social.spotify   { background: #1db954; }
.social.youtube   { background: #ff0000; }

/* HOVER EFFECT */

.footer__social .social:hover {
  transform: translateY(-6px) scale(1.08);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.artist-social{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    transition: .25s;
}

/* Brand colors */
.artist-social.fb{ background:#1877f2; }
.artist-social.tw{ background:#1da1f2; }
.artist-social.ig{
    background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}
.artist-social.tt{
    background: #000;
    color: #fff;
    position: relative;
}

.artist-social.tt::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg,#25F4EE,#FE2C55);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

.play-icon,
.pause-icon {
  pointer-events: none;
}

.pause-icon {
  display: none;
}

.single-item.is-playing .single-item__cover .play-icon {
  display: none !important;
}

.single-item.is-playing .single-item__cover .pause-icon {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* Hover */
.artist-social:hover{
    transform: translateY(-3px);
    opacity: .9;
}
.upload-dropzone{
    border:2px dashed #444;
    border-radius:12px;
    padding:30px;
    text-align:center;
    cursor:pointer;
    transition:.3s;
}

.upload-dropzone:hover{
    border-color:#ff5500;
}

.upload-icon{
    font-size:40px;
}

.track-row{
    background:#111;
    border-radius:10px;
    padding:15px;
}

.track-header{
    font-weight:600;
    margin-bottom:10px;
}

.track-inline{
    display:flex;
    gap:10px;
    align-items:center;
}

.track-inline .sign__input{
    margin-bottom:0;
}

.track-inline .btn-danger{
    height:42px;
}

.progress{
    height:6px;
    margin-top:8px;
    display:none;
}

#trackList{
    margin-top:15px;
}

.album-actions{
  display:flex;
  gap:10px;
  margin-top:15px;
}

.album-actions .btn{
  flex:1;
  text-align:center;
}
.textarea-lg{
height:150px;
resize:vertical;
}
.bg-success{
	background: #25A56A;
}
.no-result{
    text-align:center;
    padding:80px 20px;
    background:#16151a;
    border-radius:14px;
    margin-top:40px;
}

.no-result__icon{
    font-size:55px;
    color:#ff4d4d;
    margin-bottom:15px;
}

.no-result__title{
    font-size:22px;
    font-weight:600;
    color:#fff;
    margin-bottom:10px;
}

.no-result__text{
    color:#aaa;
    font-size:15px;
}

.no-result__text span{
    color:#25A56A;
    font-weight:600;
}


.album-card img{
    width:100%;
    border-radius:10px;
}

.album-card__title{
    font-size:14px;
    margin-top:8px;
}

.album-card__views{
    font-size:12px;
    opacity:.7;
}

.page-btn{
    margin:3px;
    padding:5px 10px;
    border:none;
}

.page-btn.active{
    background:#25A56A;
    color:#fff;
}

.sidebar__section{
    padding: 15px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.sidebar__title{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #aaa;
}

.sidebar__genre-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sidebar__genre-btn{
    background: rgba(255,255,255,0.05);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.sidebar__genre-btn:hover{
    background: #25A56A;
    color: #fff;
}

.sidebar__genre-btn span{
    opacity: .6;
    margin-left: 4px;
}


/* SLIDER HEIGHT CONTROL */
.hero-wrap{
    padding:40px 15px;
    background:#f5f7f6;
}

.hero-slide{
    background: radial-gradient(circle at top left, rgba(37,165,106,0.35), transparent 60%),
                #222227;
    border-radius:12px;
    color:#fff;
    padding:25px;
}

/* PERFECT GRID */
.hero-grid{
    display:grid;
    grid-template-columns: 1fr 140px;
    align-items:center;
    gap:25px;
}

/* TEXT */


.hero-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    display: -webkit-box; 
    -webkit-line-clamp: 1; /
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.hero-text p{
    font-size:14px;
    color:#ccc;
	font-style: italic;
    margin-bottom:15px;
	display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* BUTTON */
.hero-btn{
    display:inline-block;
    background:#25A56A;
    color:#fff;
    padding:9px 18px;
    border-radius:6px;
    text-decoration:none;
    font-size:13px;
}

/* IMAGE — SMALL & NEVER OVERFLOW */
.hero-cover{
    width:140px;
}

.hero-cover img{
    width:100%;
    height:auto;
    border-radius:10px;
    display:block;
}

/* DOTS */
#hero .owl-dots{
    margin-top:15px;
    text-align:center;
}

#hero .owl-dot span{
    background:#ddd;
}

#hero .owl-dot.active span{
    background:#25A56A;
}

/* 📱 MOBILE */
@media(max-width:600px){

.hero-grid{
    grid-template-columns: 1fr 90px; /* still side-by-side */
    gap:15px;
    text-align:left;
}

.hero-cover{
    width:90px;
}

.hero-text h2{
    font-size:16px;
}

.hero-text p{
    font-size:13px;
}

.hero-btn{
    font-size:12px;
    padding:8px 14px;
}

}

.slide-infobg {
	font-size: 10px;
	background: red;
}

.pagination{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:40px;
}

.page-btn{
    padding:12px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    color:#fff;
    background:linear-gradient(135deg,#36d1dc,#5b86e5);
    transition:.3s ease;
}

.page-btn:hover{
    transform:translateY(-3px) scale(1.05);
    box-shadow:0 10px 25px rgba(0,0,0,.25);
	color: #fff;
}

.page-btn.prev{
    background:linear-gradient(135deg,#ff512f,#dd2476);
}

.page-btn.next{
    background:linear-gradient(135deg,#11998e,#38ef7d);
}


.btn-main:hover{
	color: #fff;
}

.tt-font {
	font-size: 18px;
	font-weight: 600;
}


/* FLEX LAYOUT */
.post--flex{
    display:flex;
    gap:15px;
}

/* hide image on mobile */
.post__img-left{
    display:none;
}

/* DESKTOP STYLE */
@media (min-width: 992px){

    .post__img-left{
        display:block;
        width:100%;          /* image column width */
        flex-shrink:0;
    }

    .post__img-left img{
        width:100%;
        height:150px;
        object-fit:cover;
        border-radius:6px;
        display:block;
    }
}

/* text takes remaining space */
.post__content{
    flex:1;
}

.searchzz{
z-index: 99999999;
}

/* WRAPPER (IMPORTANT) */
.user-menu-wrapper{
    position: relative;
    display: inline-block;
}

/* BUTTON */
#userMenuBtn{
    position: relative;
    z-index: 9999;
}

/* DROPDOWN */
#userMenuDrop{
    position: absolute;
    top: 115%;
    right: 0;
    width: 280px;

    background: #222227;
    border-radius: 14px;
    padding: 15px;

    box-shadow: 0 10px 35px rgba(0,0,0,.4);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;

    z-index: 9999; /* ⭐ REQUIRED */
}

/* SHOW */
#userMenuBtn.user-menu-active + #userMenuDrop{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* USER HEADER */
.user-menu__header{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.user-menu__avatar{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.user-menu__name{
    color: #fff;
    font-weight: 600;
}

.user-menu__email{
    font-size: 12px;
    color: #aaa;
}

/* LINKS */
#userMenuDrop a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    color: #ddd;
    text-decoration: none;
    transition: .2s;
}

#userMenuDrop a i{
    width: 20px;
    text-align: center;
}

#userMenuDrop a:hover{
    background: #1db954;
    color: #fff;
}

#userMenuDrop .logout:hover{
    background: #ff4d4d;
}

.user-menu__divider{
    height: 1px;
    background: rgba(255,255,255,.08);
    margin: 12px 0;
}

/* ✅ MOBILE FIX */
@media(max-width:768px){

    #userMenuDrop{
        left: 50%;
        right: auto;
        transform: translate(-50%, 10px);
        width: 65vw;
    }

    #userMenuBtn.user-menu-active + #userMenuDrop{
        transform: translate(-65%, 5px);
    }
}

/* block clicks when hidden */
#userMenuDrop{
    pointer-events: none;
}

/* enable clicks when opened by EITHER method */
#userMenuBtn.user-menu-active + #userMenuDrop,
#userMenuDrop.show{
    pointer-events: auto;
}