:root {
    --bg-color: #ffffff;
    --text-color: #000000;
    --secondary-text-color: #999999;
    --btn-bg: #0d6efd;
    --btn-text: #ffffff;
}

/* Dark Theme */
[data-theme="dark"] {
    --bg-color: #000000;
    --text-color: #ffffff;
    --secondary-text-color: #999999;
    --btn-bg: #198754;
    --btn-text: #ffffff;
}

/* Use the variables */
body {
    background-color: var(--bg-color);
    color: var(--text-color);
    transition: background-color 0.3s, color 0.3s;
    font-family: "Outfit", sans-serif;
}

h1, h2, h3, h4, h5, h6, .step {
    font-family: "Space Grotesk", sans-serif;
}

.secondary-text {
    color: var(--secondary-text-color);
}

.bg-custom-green {
    background-color: #219654;
}

.bg-custom-grey {
    background-color: #98A2B3;
}

.text-custom-green {
    color: #099137;
}

.text-custom-grey {
    color: #101928
}

.custom-hover:hover {
    background-color: #036B26;
}

.border-custom-grey {
    border-color: #D0D5DD;
}

input:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #D0D5DD !important; /* keeps your custom border color */
}


.hero-bg {
    /*background-image: url('../assets/svgs/backgroundImage.svg');*/
    background-position: center 50px;
    background-repeat: no-repeat;
    transition: background 0.5s ease, color 0.3s ease;
}

nav, main, footer {
    /*padding: 0 1rem;*/
}

.text-sm {
    font-size: 14px;
}

.vh-55 {
    height: 55vh;
}

.bg-custom-black {
    background-color: #1A1A1A;
}

.border-custom-black {
    border-color: #262626 !important;
}

.bg-inactive {
    background-color: #D0D5DD
}

.bg-custom-black-opacity {
    position: relative;
    overflow: hidden; /* ensures the pseudo-element doesn't overflow */
}

.bg-custom-black-opacity::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* adjust how tall the fade is */
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 101.79%);
    pointer-events: none; /* allows clicks to pass through */
}

.title {
    font-size: 4rem;
    font-weight: bold;
}

.logo-absolute {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.content-absolute {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
}

.w-fit {
    width: fit-content;
}

.carousel-indicators [data-bs-target] {
    background-color: #645D5D;
}

.carousel-indicators [data-bs-target] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #0F973D;
}

.image-slider {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
}

.slider-track {
    display: flex;
    gap: 30px;
    animation: scroll 15s linear infinite;
}

.slider-track img {
    height: 200px; /* Adjust image size */
    object-fit: cover;
    border-radius: 10px;
}

.category-title {
    font-size: 2rem;
}

.card-title {
    font-size: 1.2rem;
}

.card-autor {
    font-size: 1rem;
    margin-bottom: 0rem;
}

.mobile-drawer {
    position: fixed;
    bottom: 0;
    left: -260px;
    width: 260px;
    height: 91%;
    background-color: #101928;
    color: white;
    transition: left 0.3s ease;
    z-index: 9999;
    padding: 1rem;
}

.mobile-drawer.active {
    left: 0;
}

.drawer-content {
    display: flex;
    flex-direction: column;
}

.close-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    margin-bottom: 1rem;
    align-self: flex-end;
}

#drawerMenu {
    list-style: none;
    padding: 0;
}

#drawerMenu li {
    padding: 1rem 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
}

.sidebar {
    width: 15%;
    background: #101928;
    color: #fff;
    padding: 1rem 0.5rem;
}

.sidebar h2 {
    margin: 0 0 20px;
    font-size: 18px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    padding: 12px 10px;
    margin: 6px 0;
    background: #101928;
    border-radius: 6px;
    cursor: pointer;
    color: #98A2B3;
    transition: background 0.3s;
}

.sidebar ul li svg path {
    fill: #98A2B3;
}

.sidebar ul li .browse path {
    stroke: #98A2B3;
    fill: transparent;
}

.sidebar ul li:hover,
.sidebar ul li.active {
    background: #1D2739;
}

.sidebar ul li.active svg path {
    fill: #0F973D;
}

.sidebar ul li.active .browse path {
    stroke: #0F973D;
    fill: transparent;

}

.mobile-navbar {
    display: none !important;
}

.mobile-drawer ul li svg path {
    fill: #98A2B3;
}

.mobile-drawer ul li .browse path {
    stroke: #98A2B3;
    fill: transparent;
}

.mobile-drawer ul li:hover,
.mobile-drawer ul li.active {
    background: #1D2739;
}

.mobile-drawer ul li.active svg path {
    fill: #0F973D;
}

.mobile-drawer ul li.active .browse path {
    stroke: #0F973D;
    fill: transparent;

}

.small {
    display: none;
}

.sidebar.collapsed {
    width: 60px; /* only icon size */
}

/* Hide text when collapsed */
.sidebar.collapsed li {
    justify-content: center; /* center icons */
}


.sidebar.collapsed li svg {
    margin: 0 auto;
}

.sidebar.collapsed li span,
.sidebar.collapsed div .big,
.sidebar.collapsed li path + text,
.sidebar.collapsed li:not(:has(svg)) {
    display: none; /* hide labels */
}

.sidebar.collapsed div .small {
    display: block;
}

.audioAlbumArt {
    background-size: 125% !important; /* zoom effect */
    min-height: 93.3vh;
    width: 100%;
}

.player:hover {
    cursor: pointer;
    background: #00000066;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /*padding: 0.5rem;*/
}

/* Main content */
.main {
    width: 85%;
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
}

/* Navbar */
.navbar {
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Content area */
.content-area {
    padding: 20px;
}

.cursor-pointer {
    cursor: pointer;
}
.movie-detail {
    padding: 0px !important;
}


.category-box {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 12px;
}

.category-box:hover {
    background-color: rgba(0, 0, 0, 0.05); /* light bg color */
    transform: scale(0.95);
    padding-bottom: 0.5rem;
}

.category-box:hover div span {

    padding: 0.5rem;
}

.nav-pills .nav-link {
    background-color: #F5F6F8;
    color: #212121;
    border-radius: 12px;
}

.nav-pills .nav-link.active {
    background-color: #212121 !important;
    color: #fff !important;
}

.table > :not(caption) > * > * {
    padding: 1rem .8rem;
}

.artist-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.artist-image {
    width: 15rem;
    height: 15rem;
    margin: auto;
}

.option-card {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.option-card:hover {
    border-color: #0F973D !important;
    /*box-shadow: 0 0 0 3px rgba(15, 151, 61, 0.2);*/
}

.option-card input[type="radio"]:checked ~ div,
.option-card input[type="radio"]:checked ~ h5,
.option-card input[type="radio"]:checked ~ p {
    /* Highlight the card when selected */
    background-color: #E7F6EC !important;
    border-radius: 12px;
}

.audiostreamOption-card {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.audiostreamOption-card:hover {
    border-color: #0F973D !important;
}

.audiostreamOption-card input[type="radio"]:checked {
    accent-color: #0F973D;
}

.audiostreamOption-card input[type="radio"]:checked:focus {
    box-shadow: none;
}

/* Highlight full card when selected */
.audiostreamOption-card:has(input[type="radio"]:checked) {
    border: 2px solid #0F973D !important;
    background-color: #E7F6EC;
}

/* Steps */
.steps {
    gap: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.steps .step.active {
    color: #099137;
    font-weight: bold;
}


.steps .step.active  .step-number {
    background-color: #099137;
    color: white;
    border: none;
}
.step-number {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 0rem 0.3rem;
    font-size: 10px;
    background-color: #fdfdfd;
}

/* Upload Box */
.upload-box {
    border: 2px dashed #ccc;
    border-radius: 10px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #2ecc71;
    background-color: #f9fff9;
}

.upload-link {
    color: #2ecc71;
    text-decoration: none;
}

.upload-link:hover {
    text-decoration: underline;
}

/* Buttons */
.btn-light {
    background-color: #e9ecef;
    border-radius: 8px;
    font-weight: 600;
}

.btn-success {
    background-color: #28a745;
    border-radius: 8px;
    font-weight: 600;
}

.form-check-input-upload {
    height: 1.5rem;
    width: 3rem !important;
}

.dropdown-item:active {
    background-color: #099137;
    color: #fff !important;
}

.creator-btn {
    cursor: pointer;
}

.creator-btn::after {
    display: none;
}


/* Preview Image */
.preview-img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Choose File Button */
.btn-choose {
    background-color: #E7F6EC;
    color: #036B26;
    font-weight: 500;
    font-size: 12px;
    padding: .5rem 1rem;
    border-radius: 50px;
    cursor: pointer;
}

.uploadForm {
    width: 50%;
}

.chat h6 {
    font-size: 14px;
}

.chat p {
    font-size: 10px;
}

.card-summary {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    background: #F9FAFB;
    margin: 0rem 0.3rem;
}

.card-summary h6 {
    font-size: .9rem;
    color: #667085;
}

.card-summary .value {
    font-weight: 600;
    font-size: 1rem;
}

.status-published {
    color: #04326B;
    font-weight: 600;
    padding: .35em .85em;
    border-radius: 12px;
    font-size: 12px;
    background: #E3EFFC;
}

.status-unpublished {
    color: #344054;
    font-weight: 600;
    padding: .35em .85em;
    border-radius: 12px;
    font-size: 12px;
    background: #F0F2F5;
}

.category-badge {
    font-size: .75rem;
    padding: .35em .65em;
    border-radius: 12px;
    background: #e6f4ea;
    color: #0f973d;
}

.dashboardAction {
    background-color: #F9FAFB;
    border: 1px solid #E4E7EC;
    border-radius: 5px;
}

/* Remove Bootstrap default borders */
.custom-tabs {
    border-bottom: none;
}

.custom-tabs .nav-link {
    border: none;
    color: #6c757d; /* muted gray like in screenshot */
    font-weight: 500;
    background: transparent;
}

.custom-tabs .nav-link.active {
    color: #212529; /* black text */
    font-weight: 600;
    position: relative;
}

.custom-tabs .nav-link.active::after {
    content: "";
    display: block;
    /*width: 30px; */
    height: 3px;
    background-color: #0F973D;
    border-radius: 2px;
    margin-top: 4px;
}

.status-paid {
    font-size: .75rem;
    padding: .35em .65em;
    border-radius: 12px;
    background: #E7F6EC;
    color: #0f973d;
}

.status-refunded {
    font-size: .75rem;
    padding: .35em .65em;
    border-radius: 12px;
    background: #FEF6E7;
    color: #865503;
}

.tab-content {
    overflow: auto;
}

.pricing-card {
    border-radius: 12px;
    padding: 30px 20px;
    margin: 15px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 480px;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.pricing-card .price {
    font-size: 2rem;
    font-weight: bold;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
}

.pricing-card ul li {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.pricing-card ul li i {
    color: #28a745;
    margin-right: 10px;
}

.btn-custom {
    background-color: #198754;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: .8rem 1.3rem;
}

.btn-custom:hover {
    background-color: #157347;
    color: #fff;
}

.pricing-standard {
    background-color: #198754;
    color: #fff;
    position: relative;
    z-index: 2;
}

.pricing-basic,
.pricing-pro {
    background-color: #0F0F0F;
    border: 1px solid #262626;
    box-shadow: 0px 2px 12px 0px #14142B14;
}

/* Make middle card standout on desktop */
@media (min-width: 992px) {
    .pricing-standard {
        transform: scale(1.05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }
}

.steps-section {
    background-color: #0F0F0F;
    border-radius: 12px;
    padding: 50px 30px;
    margin: 40px auto;
    border: 1px solid #262626
}

.steps-section h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

.pricing-step {
    margin-bottom: 30px;
}

.pricing-step-number {
    width: 36px;
    height: 36px;
    background-color: #198754;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    flex-shrink: 0;
}

.pricing-step h5 {
    font-weight: 600;
    margin-bottom: 5px;
    text-align: start;
}

.pricing-step p {
    margin: 0;
    font-size: 0.95rem;
    color: #999999;
    text-align: start;

}

.btn-custom {
    background-color: #198754;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 25px;
    margin-top: 20px;
}

.btn-custom:hover {
    background-color: #157347;
    color: #fff;
}

.laptop-img {
    max-width: 100%;
    height: auto;
}


/* Infinite scroll animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1280px) {
    .slider-track-type {
        animation: scroll 15s linear infinite;
    }

    .sidebar ul li {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 1030px) {
    .title {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .text-xs {
        font-size: 0.8rem !important;
    }

    .content-absolute {
        width: 75%;
    }

    .semi-title {
        font-size: 2rem !important;
    }

    .sidebar ul li {
        font-size: 0.75rem;
    }

    .sidebar {
        width: 17% !important;
    }

    .main {
        width: 83% !important;
    }

    .category-title {
        font-size: 1.5rem;
    }

    .btn svg {
        width: 2rem;
        height: 2rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-autor {
        font-size: 0.75rem;
        margin-bottom: 0rem;
    }

    .movie-card {
        width: 30% !important;
        min-width: 30%;
        flex: 0 0 auto;
    }

    .audio-card {
        width: 21% !important;
        min-width: 21%;
        flex: 0 0 auto;
    }

    .audioAlbumArt {
        min-height: 89vh;
    }

    .audioAlbumArt .albumArt {
        width: 30%;
        margin: 0rem auto;
    }
    .fs-7 {
        font-size: 0.65rem !important;
    }
    .detailsInformation .desc {
        font-size: 1.2rem !important;
    }

    .detailsInformation .desc-info {
        font-size: 0.8rem !important;
    }

    .movie-metadata {
        font-size: 0.8rem !important;
    }

    .artist-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }


    .artist-image {
        width: 11rem;
        height: 11rem;
        margin: auto;
    }

    .uploadForm {
        width: 70% !important;
    }

    .dashboard-text p  {
        font-size: .8rem !important;
    }

    .dashboard-text .btn {
        font-size: .8rem !important;
    }

    .card-summary .value {
        font-weight: 600;
        font-size: .8rem !important;
    }

    .card-summary div {
        font-weight: 600;
        font-size: .7rem;
    }

    .table > :not(caption) > * > * {
        font-size: 0.8rem;
    }

    .stats-row h6 {
        font-size: .8rem;
    }

    .stats-row p {
        font-size: 1rem !important;
    }

    .legend-custom {
        font-size: 0.8rem !important;
    }

    .card-custom h3 {
        font-size: 1rem;
    }

    .custom-tabs li button {
        font-size: .8rem;
    }

    .card-custom div h5, .card-custom div .form-select {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 830px) {
 .sidebar {
     width: 20% !important;
 }
    .main {
        width: 80% !important;
    }

    .uploadForm {
        width: 80% !important;
    }
    .steps {
        gap: 15px;
    }
}


@media screen and (max-width: 540px) {
    nav, main, footer {
        padding: 0 1rem;
    }

    .sidebar {
        width: 0% !important;
        display: none !important;
    }
    .main {
        width: 100% !important;
    }
    .navbar {
        display: none !important;
    }
    .mobile-navbar {
        display: flex !important;
    }

    .content-area {
        padding: 10px !important;
    }
    .movie-detail {
        padding: 0 !important;
    }

    .audioAlbumArt {
        min-height: 90vh;
    }

    .audioAlbumArt .albumArt {
        width: 50%;
        margin: 0rem auto;
    }

    .movie-card {
        width: 45% !important;
        min-width: 45%;
        flex: 0 0 auto;
    }

    .audio-card {
        width: 29% !important;
        min-width: 29%;
        flex: 0 0 auto;
    }

    .hero-bg {
        /*background-image: url('../assets/svgs/backgroundImage.svg');*/
        background-position: center 50px;
        background-repeat: no-repeat;
        transition: background 0.5s ease, color 0.3s ease;
        background-size: contain;
    }

    .title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .fs-3 {
        font-size: 1.1rem !important;
    }

    .text-xs {
        font-size: 0.8rem !important;
    }

    .artist-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }


    .artist-image {
        width: 10rem;
        height: 10rem;
        margin: auto;
    }

    .uploadForm {
        width: 95% !important;
    }

    .steps {
        gap: 10px;
        font-size: 12px;
    }

    .steps-section {
        padding: 30px 7px;
    }

}

@media screen and (max-width: 430px) {
    .mobile-drawer {
        position: fixed;
        bottom: 0;
        left: -260px;
        width: 260px;
        height: 93%;
        background-color: #101928;
        color: white;
        transition: left 0.3s ease;
        z-index: 9999;
        padding: 1rem;
    }

    .movie-card {
        width: 60% !important;
        min-width: 60%;
        flex: 0 0 auto;
    }

    .audio-card {
        width: 45% !important;
        min-width: 45%;
        flex: 0 0 auto;
    }

    .audioAlbumArt {
        min-height: 92vh;
        background-color: #101928 !important;
        background-image: none !important;
    }

    .audioAlbumArt .albumArt {
        width: 70%;
        margin: 0rem auto;
    }

    .uploadForm {
        width: 100% !important;
    }

    .card-custom div h5, .card-custom div .form-select {
        font-size: .8rem !important;
    }
    .logo {
        width: 40% !important;
    }
}

@media screen and (max-width: 390px) {
    .mobile-drawer {
        position: fixed;
        bottom: 0;
        left: -260px;
        width: 260px;
        height: 93%;
        background-color: #101928;
        color: white;
        transition: left 0.3s ease;
        z-index: 9999;
        padding: 1rem;
    }

    .movie-card {
        width: 70% !important;
        min-width: 70%;
        flex: 0 0 auto;
    }

    .audio-card {
        width: 50% !important;
        min-width: 50%;
        flex: 0 0 auto;
    }
}


/* Dashboard layout */
.dashboard {
    display: flex;
    height: 100vh;
}

