/* Ensure table stays full width */
.dataTables_wrapper table {
    width: 100% !important;
}

/* Ensure DataTable controls (search, pagination) are aligned */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding: 10px !important;
}

.dataTables_wrapper {
    padding-bottom: 10px;
}

.dataTables_wrapper table thead tr {
    background: #468499 !important;
}

.dataTables_wrapper table thead tr th {
    color: white !important;
}

.duplicate-row td {
    color: red !important;
}

.menu {
    background-color: #0e223f;
}

.layout-navbar {
    background-color: #142946;
}

.layout-menu-toggle {
    display: none !important;
}

.app-brand-link {
    color: #fff;
}

.menu-vertical .menu-item .menu-link {
    color: #fff;
}

.menu .app-brand .app-brand-text {
    color: #fff;
}

.menu .app-brand.demo {
    margin-top: 0px;
}

.menu-vertical .menu-divider {
    border-block-start-color: #468499;
}

.menu-vertical .menu-inner>.menu-item.active>.menu-link:not(.menu-toggle) {
    background: rgb(0, 165, 162);
    color: #fff;
}

.menu-vertical .menu-item.active>.menu-toggle {
    background: rgb(0, 165, 162);
    color: #fff;
}

.menu-vertical .menu-item:not(.active):not(.open) .menu-link:hover {
    background: rgb(0, 165, 162);
    color: #fff;
}

.layout-page {
    height: 100vh;
    overflow: hidden;
}

.content-wrapper .w-100.container-p-x {
    height: 100%;
    overflow-y: scroll;
}

.menu-sub>.menu-item.active>.menu-link {
    color: #fff !important;
    background-color: #6a5acd;
}

.dataTables_wrapper table thead tr {
    background-color: #0e223f !important;
}

.menu-sub li {
    list-style: none;
}

.menu .menu-sub>.menu-item>.menu-link::before {
    display: none;
}

.menu-vertical .menu-item.active:not(.open)>.menu-link:not(.menu-toggle)::before {
    display: none;
}

.disabled_field {
    pointer-events: none;
    background: #f7f7f7;
}

table,
th,
td {
    border-left: 1px solid #ccc;
    border-collapse: collapse;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th,
.table-striped>thead>tr>th {
    white-space: nowrap;
}

#students-table {
    overflow: auto;
}

.form-label {
    color: #000;
}

.badge-student-status {
    background-color: #0e223f;
}

.filter-badge {
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 15px;
    padding: 12px 14px;
    border-radius: 20px;
    margin: 0px;
    margin-top: 5px;
    min-width: 271px !important;
    background-color: rgb(38 59 90);
}

.filter-badge.active-badge {
    background-color: rgb(0, 165, 162);
    color: #fff;
}

.filter-badge:hover {
    opacity: 0.9;
}

.table tbody tr td {
    color: #000;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.form-control,
.form-select {
    border: 1px solid #000;
}

/* Align Select2 height with inputs (user filter, etc.) */
.select2-container .select2-selection--single {
    height: 42px !important;
    border: 1px solid #000 !important;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    right: 8px;
}

.user-filter-select+.select2-container {
    min-width: 160px;
}

.dataTables_scrollBody table {
    max-height: 80vh !important;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

#products-table td {
    vertical-align: middle !important;
}

#products-table img {
    border-radius: 4px;
    border: 1px solid #ddd;
    display: block;
    margin: 0 auto;
}

#products-table img {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-group .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.btn-group .btn i {
    font-size: 1rem;
}

.btn-group .btn:not(:last-child) {
    margin-right: 0.25rem;
}

.btn-group {
    --bs-btn-group-border-radius: unset !important;
}

.btn-close {
    --bs-btn-close-transform: translate(6px, -6px) !important;
    transition: transform 0.2s ease !important;
}

.modal .btn-close:hover,
.modal .btn-close:focus {
    --bs-btn-close-transform: translate(0, 0) !important;
    opacity: 1 !important;
    /* Maintain visibility on hover/focus */
}

/* Add this to your existing styles */
.submit-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-left: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.btn-submitting .submit-spinner {
    display: inline-block;
}

/* usama css here */

.navbar_icon {
    width: 20px;
    height: 20px;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.navbar_icon:hover {
    transform: translateY(-0.4px);
}

.navbar_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.toggle_navbar .menu-inner {
    width: 52px;
}

.toggle_navbar .menu-vertical .menu-inner>.menu-item .menu-link {
    padding: 0px 8px;
    margin: 0px 6px;
}

.sidebar_main {
    top: 64px !important;
    width: 260px;
    flex: none;
}

.toggle_navbar .sidebar_main {
    width: 52px;
}

.sidebar_main .menu-icon {
    margin-right: 18px;
}

.layout-page {
    padding-left: 0px;
}

.content_main {
    width: calc(100% - 260px) !important;
    position: relative;
    left: 260px;

}

.toggle_navbar .content_main {
    width: calc(100% - 52px) !important;
    left: 52px;
}

.layout-menu-fixed:not(.layout-menu-collapsed) .layout-page {
    padding-left: 0px !important;
}

.header_navbar {
    display: flex;
    justify-content: space-between;
}

.sidebar_main {
    transform: none !important;
}

.header_navbar .app-brand {
    width: 170px;
}

.app-brand-link {
    max-width: 170px !important;
    height: 50px !important;
}

.navbar_icon_main {
    position: relative;
    right: -36px;
}

.app-brand-logo {
    width: 170px;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}

.app-brand-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.content_main .nav-link {
    border: 2px solid #2563eb !important;
    background: #fff !important;
    color: #2563eb !important;
    font-weight: 500 !important;
    padding: 8px 24px;
    border-radius: 6px !important;
    transition: background 0.2s, color 0.2s !important;
    outline: none !important;
}

.content_main .nav-link.active,
.content_main .nav-link:focus {
    background: #2563eb !important;
    color: #fff !important;
    font-weight: bold !important;
}

.content_main .nav-tabs .nav-link.active {
    box-shadow: none !important;
}

.content_main .nav.nav-tabs {
    margin: -5px;
}

.content_main .nav-tabs .nav-item {
    padding: 5px;
}

.progress-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: conic-gradient(red calc(var(--value) * 1%), #e5e7eb 0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.progress-circle::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
}

.progress-circle.blue_bg {
    background: conic-gradient(#3b82f6 calc(var(--value) * 1%),
            #e5e7eb 0) !important;
}

.progress-circle.purple_bg {
    background: conic-gradient(#a855f7 calc(var(--value) * 1%),
            #e5e7eb 0) !important;
}

.progress-circle.pink_bg {
    background: conic-gradient(#ec4899 calc(var(--value) * 1%),
            #e5e7eb 0) !important;
}

.progress-circle.green_bg {
    background: conic-gradient(#22c55e calc(var(--value) * 1%),
            #e5e7eb 0) !important;
}

.progress-circle.yellow_bg {
    background: conic-gradient(#adc522 calc(var(--value) * 1%),
            #e5e7eb 0) !important;
}

.dashboard_screen .card-body {
    padding-right: 4px !important;
}

.modal .btn-close {
    transform: none;
}

.modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px 12px 24px !important;
}

.modal .modal-header .btn-close {
    position: initial;
    transform: translate(0px, 0px) !important;
}

.modal-title {
    margin: 0px !important;
}

.admin_setting_panel_sec #distributionTab .nav-item {
    margin-right: 10px;
}

.add_submition_main {
    padding: 0px !important;
    max-width: 100% !important;
}

.add_submition_main .card-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.add_submition_main .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.add_submition_main .navigation-buttons {
    margin-left: 0px !important;
}

.all_release_sec {
    padding: 0px !important;
    max-width: 100% !important;
}

.all_release_sec .card-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.all_release_sec .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.all_release_sec .navigation-buttons {
    margin-left: 0px !important;
}

.all_lables_content {
    padding: 0px !important;
    max-width: 100% !important;
}

.all_artists_sec {
    padding: 0px !important;
    max-width: 100% !important;
}

.youtube_rights_sec {
    padding: 0px !important;
    max-width: 100% !important;
}

.youtube_rights_sec .card-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.youtube_rights_sec .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.youtube_rights_sec .navigation-buttons {
    margin-left: 0px !important;
}

.youtube_rights_sec .tab-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.setting_sec {
    padding: 0px !important;
    max-width: 100% !important;
}

.setting_sec .tab-content .tab-pane .p-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.release_management {
    padding: 0px !important;
    max-width: 100% !important;
}

.release_management .card-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.release_management .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.release_management .navigation-buttons {
    margin-left: 0px !important;
}

.permission_managment_sec {
    padding: 0px !important;
    max-width: 100% !important;
}

.permission_managment_sec .card-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.permission_managment_sec .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.permission_managment_sec .navigation-buttons {
    margin-left: 0px !important;
}

.admin_setting_panel_sec {
    padding: 0px !important;
    max-width: 100% !important;
}

.admin_setting_panel_sec .tab-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    box-shadow: none !important;
    border: none !important;
}

.users_sec .card-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dataTables_wrapper table thead tr th {
    white-space: nowrap !important;
}

.dataTables_wrapper table tbody tr td {
    white-space: nowrap !important;
}

.profile_page {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dataTables_wrapper table tbody tr td {
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: none;
}

.dataTables_wrapper table thead tr th {
    white-space: nowrap !important;
    border-right: none;
    border-left: none;
}

#agreementContent .card {
    box-shadow: none;
    background: none;
}

#agreementFormContainer .card {
    box-shadow: none;
    background: none;
}

.square-box {
    width: 200px !important;
}

.upload_img_main .flex-grow-1 {
    flex-grow: unset !important;
}

.avatar_img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.avatar_img img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
}

.login_page_main .card {
    background-color: #0e223f !important;
}

.login_page_main .card-body .form-label {
    color: #fff !important;
}

.login_page_main .card-body .form-control {
    background-color: #fff !important;
    background-clip: border-box !important;
}

.login_page_main .card-body .input-group-text {
    background-color: #fff !important;
}

.track_container_main .col-md-4,
.track_container_main .col-md-6 {
    margin-bottom: 12px !important;
}

.track_container_main .col-md-4:last-child,
.track_container_main .col-md-6:last-child {
    margin-bottom: 0px !important;
}

/* dark mode css start here */

.dark-mode {
    background-color: #101828;
}

.theme-toggle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid #3c4257;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s;
    margin-right: 12px;
    padding: 0;
    box-shadow: none;
}

.theme-toggle-btn svg {
    width: 20px;
    height: 20px;
    display: block;
    color: #bfc8e2;
    stroke: currentColor;
}

.theme-toggle-btn:focus {
    outline: none;
    border-color: #2563eb;
}

.theme-toggle-btn:hover {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.04);
}

.dark-mode .header_navbar_inner {
    background-color: #101828;
    padding: 0px;
}

.dark-mode .header_navbar {
    border-bottom: 1px solid #1d2939;
}



.dark-mode .card {
    background-color: color-mix(in oklab, #fff 3%, transparent);
    border: 1px solid #1d2939;
}

.dark-mode .card h5 {
    color: #fff;
}

.dark-mode .card .card-body {
    color: #fff;
}

.dark-mode .card .card-body p {
    color: #fff;
}

.dark-mode .card .card-title {
    color: #fff;
}

.dark-mode .progress-circle::before {
    background: #1d2939;
}

.dark-mode .sidebar_main {
    background-color: #101828;
    border-right: 1px solid #1d2939;
}

.dark-mode .menu-vertical .menu-inner>.menu-item.active>.menu-link:not(.menu-toggle) {
    background-color: color-mix(in oklab, #465fff 12%, transparent);
    color: #7592ff;
}

.dark-mode .menu-vertical .menu-item:not(.active):not(.open) .menu-link:hover {
    background-color: color-mix(in oklab, #fff 5%, transparent);
    color: #fff;
}

.dark-mode .menu-vertical .menu-item .menu-link {
    color: #fff;
}

.dark-mode .modal .btn-close {
    color: #98a2b3;
    background-color: color-mix(in oklab, #fff 5%, transparent);
}

.dark-mode .dropdown-menu {
    background-color: #1a2231;
    border: 1px solid #1d2939;
}

.dark-mode .dropdown-divider {
    border-color: #1d2939;
}

.dark-mode .dropdown-item {
    color: #fff;
}

.dark-mode .dropdown-item:hover {
    background-color: color-mix(in oklab, #fff 5%, transparent);
    color: #fff;
}

.dark-mode .dropdown-item .flex-grow-1 h6 {
    color: #fff;
}

.dark-mode .dropdown-item .text-body-secondary {
    color: #fff !important;
}

.content-wrapper .w-100.container-p-x {
    overflow-y: auto !important;
}

.dark-mode .card-header h5 {
    color: #fff;
}

.dark-mode .dataTables_wrapper {
    background-color: #1f2635;
}

.dark-mode .dataTables_wrapper .dataTables_length label {
    color: #98a2b3;
}

.dark-mode .dataTables_wrapper .dataTables_length select {
    background-color: #101828;
    color: #fff;
    margin: 0px 10px;
    border-color: #344054;
}

.dark-mode .dataTables_wrapper .dataTables_filter input {
    background-color: #101828;
    color: #fff;
    border-color: #344054;
}

.dark-mode .dataTables_filter label {
    color: #98a2b3;
}

.dark-mode .dataTables_wrapper table thead tr th {
    color: #fff !important;
    background-color: #344054;
}

.dark-mode .dataTables_wrapper table tbody tr td {
    color: #fff !important;
}

.dark-mode .dataTables_wrapper table tbody tr td {
    border-bottom: 0px solid #101828 !important;
}

.dark-mode .table tbody tr td,
.dark-mode .table {
    border: 0.1px solid #000000 !important;
}

.dark-mode .dataTables_wrapper .dataTables_info {
    color: #98a2b3;
}

.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #98a2b3 !important;
}

.dark-mode .modal-content {
    background-color: #171f2f;
}

.dark-mode .form-control,
.dark-mode .form-select {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.dark-mode .form-control:focus {
    border-color: #252dae;
}

.dark-mode .form-label {
    color: #fff;
}

.dark-mode .form-control {
    color: #fff;
}

.dark-mode .modal .modal-header {
    background-color: #171f2f !important;
    border-bottom: 1px solid #344054 !important;
}

.dark-mode .all_lables_content_header h4 {
    color: #fff;
}

.dark-mode .stroke-current {
    stroke: #98a2b3;
}

.dark-mode .form-select option {
    color: #fff;
    background-color: #101828;
}

.dark-mode .card-body .fw-bold {
    color: #fff;
}

.dark-mode .card-body .text-muted {
    color: #fff;
}

.dark-mode .text-dark {
    color: #fff !important;
}

.dark-mode .select2-container--default .select2-selection--single {
    background-color: #101828;
    border-color: #344054;
}

.dark-mode .select2-container--open .select2-dropdown--below {
    background-color: #101828 !important;
    border-color: #344054 !important;
}

.dark-mode .all_artists_header h4 {
    color: #fff;
}

.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #101828;
    border-color: #344054;
    color: #fff;
}

.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: #344054;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.dark-mode .select2-container .select2-selection--single .select2-selection__clear {
    color: #98a2b3;
}

.dark-mode .jconfirm-box {
    background-color: #171f2f !important;
}

.dark-mode .jconfirm-title {
    color: #fff;
}

.dark-mode .card-header h5 {
    color: #fff;
}

.dark-mode .tab-pane h4 {
    color: #fff;
}

.dark-mode .table-responsive {
    background-color: #1f2635;
}

.dark-mode .table .table-light tr th {
    background-color: #1f2635;
    border: 1px solid #344054 !important;
    color: #fff !important;
}

.dark-mode #claim-tbody tr td {
    color: #fff !important;
}

.dark-mode .table-responsive tbody .fw-semibold {
    color: #fff;
}

.dark-mode .admin_setting_panel_sec h4 {
    color: #fff;
}

.dark-mode .tab-content {
    color: #fff;
}

.dark-mode .tab-content .tab-pane h5 {
    color: #fff;
}

.dark-mode table {
    color: #fff !important;
    background-color: #101828;
}

.dark-mode .tab-content .table thead tr th {
    color: #fff !important;
    background-color: #1f2635;
}

.dark-mode .tab-content .table tbody tr td {
    color: #fff !important;
}

.dark-mode iframe html body p {
    color: red !important;
}

.dark-mode .content_main .nav-link,
.dark-mode .custom-tab-btn {
    background-color: #1d2939 !important;
    color: #fff !important;
    border-color: #344054 !important;
}

.dark-mode .content_main .nav-link.active {
    background-color: #2563eb !important;
}

.dark-mode .custom-tab-btn.active {
    background-color: #2563eb !important;
}

.dark-mode .card-header b {
    color: #fff;
}

.dark-mode .release-image {
    background-color: #101828;
}

.dark-mode .release-card {
    background-color: #101828;
}

.dark-mode .release-info {
    background-color: #171f2f;
}

.dark-mode .release-info h5 {
    color: #fff;
}

.dark-mode .selected_artists_inner {
    background-color: #1f2635;
}

.dark-mode .tab-pane .fw-semibold {
    color: #fff !important;
}

.dark-mode .tab-pane .bg-light {
    background-color: #101828 !important;
    border-color: #1d2939 !important;
}

.dark-mode .all_lables_content .alert-info {
    background-color: color-mix(in oklab, #fff 3%, transparent);
    border-color: #1d2939 !important;
}

.dark-mode .add_list_main ul li {
    background-color: #1f2635;
    border: 1px solid #1d2939;
    color: #fff;
}

.dark-mode .add_list_main ul li:hover {
    background-color: #2563eb !important;
    color: #fff;
}

.dark-mode .track_container_main .track-section {
    background-color: transparent;
    border-color: #1d2939;
}

.dark-mode .track-title-box {
    background-color: transparent;
}

.dark-mode .track-title-box h6 {
    color: #fff !important;
}

.dark-mode .add_submition_main .card {
    border: none;
}

.dark-mode #historyList .bg-white {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff;
}

.dark-mode .card-header {
    color: #fff !important;
}

.dark-mode #signaturePad {
    background-color: #f9fafb !important;
}

.dark-mode .select2-container--bootstrap-5 .select2-selection--single {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.dark-mode .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.dark-mode .select2-dropdown {
    background-color: #101828 !important;
    border-color: #344054;
}

.dark-mode .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    background-color: #101828;
    color: #fff;
    border-color: #344054;
}

.dark-mode .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    color: #fff !important;
}

.dark-mode .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #fff;
    background-color: #0d6efd;
}

.dark-mode .navbar_icon svg {
    fill: #98a2b3;
}

.dark-mode #chatHistory {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.dark-mode .modal-body {
    color: #fff;
}

.dark-mode .modal-body .bg-secondary {
    background-color: #101828 !important;
    border-color: #344054 !important;
}

.dark-mode .modal-body .bg-secondary h3 {
    color: #fff !important;
}



.dark-mode #chatHistory .bg-light {
    background-color: #101828 !important;
    border: 1px solid #344054 !important;
}

.dark-mode hr {
    color: #344054;
}

/* login and register dark mode here */

.dark-mode {
    background-color: #101828 !important;
}

.dark-mode .de-input,
.dark-mode .de-input:valid,
.dark-mode .de-input:invalid {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:focus,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 1000px #101828 inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
}

.dark-mode .de-eye {
    background-color: transparent !important;
}

.dark-mode .de-eye:hover {
    background: transparent !important;
}

.dark-mode .de-eye.active {
    background-color: transparent !important;
}

.dark-mode .de-label {
    color: #fff !important;
}

.dark-mode .de-note a,
.dark-mode .de-link,
.dark-mode .de-note a.de-login-link {
    color: #fff !important;
}

.dark-mode .de-title {
    color: #fff;
}

.dark-mode .de-step.is-active,
.dark-mode .de-step {
    color: #fff !important;
}

.dark-mode .de-btn {
    box-shadow: none !important;
}

.dark-mode .de-btn-ghost {
    background-color: #1d2939 !important;
    color: #fff !important;
    border: 1px solid #344054 !important;
    width: 80px;
}

.dark-mode .de-note {
    color: #fff;
}

/* login and register dark mode end here */

.authentication-wrapper.authentication-basic {
    background: #101828 !important;
}

.dark-mode .modal-body .bg-light {
    background-color: #101828 !important;
    border: 1px solid #344054 !important;
    color: #fff !important;
}

.dark-mode .col-12 h5 {
    color: #fff;
}

.dark-mode .selected_artists_inner span {
    color: #fff;
}

.dark-mode .selected_artists_btn {
    background-color: #1d2939 !important;
    color: #fff !important;
    border-color: #344054 !important;
}

.dark-mode .setting_sec h4 {
    color: #fff;
}

.dark-mode .navigation-buttons button {
    color: #fff !important;
    border-color: #344054 !important;
}

.dark-mode .jconfirm-content {
    color: #fff;
}

.dark-mode .modal-body .fw-semibold {
    color: #fff;
}

.dark-mode .modal-body .btn-sm {
    color: #fff;
}

.dark-mode .select2-results__option--selectable {
    color: #fff;
}

.dark-mode .select2-container--default .select2-results__option--selected {
    color: #000;
}

.dark-mode .year-holder-group {
    border: none !important;
}

.dark-mode .menu-divider {
    border: 0 !important;
}

.dark-mode .dataTables_info,
.dark-mode .dataTables_length label,
.dark-mode .dataTables_filter label {
    color: #fff !important;
}

.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

.dark-mode .card-body h3 {
    color: #fff !important;
}

.dark-mode .table-bordered> :not(caption)>* {
    border-width: 0 !important;
}

.dark-mode .de-sub {
    color: #fff !important;
}

.dark-mode .is-invalid {
    border-color: #dc3545 !important;
}

/* dark mode css end here */

/* light mode css start here */

.light-mode {
    background-color: #f9fafb;
    color: #000 !important;
}

.light-mode .header_navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e7ec;
}

.light-mode .navbar_icon svg {
    fill: #000;
}

.light-mode .sidebar_main {
    background-color: #ffffff;
    border-right: 1px solid #e4e7ec;
}

.light-mode .menu-vertical .menu-inner>.menu-item.active>.menu-link:not(.menu-toggle) {
    background-color: #ecf3ff;
    color: #465fff;
}

.light-mode .menu-vertical .menu-item:not(.active):not(.open) .menu-link:hover {
    background-color: #ecf3ff;
    color: #465fff;
}

.light-mode .menu-vertical .menu-item .menu-link {
    color: #000;
}

.light-mode .layout-wrapper:not(.layout-horizontal) .menu-vertical .menu-inner>.menu-item.active::before {
    background-color: #465fff;
}

.light-mode .modal-header {
    background-color: #fff !important;
    border-bottom: 1px solid #e4e7ec;
}

.light-mode .modal-title.text-white {
    color: #000 !important;
}

.light-mode .modal .btn-close {
    background-color: #f2f4f7;
    color: #98a2b3;
    box-shadow: none;
    transition: all 0.3s ease !important;
}

.light-mode .modal .btn-close:hover {
    background-color: #e4e7ec;
    color: #475467;
}

.light-mode .form-control,
.light-mode .form-select {
    border-color: #d0d5dd;
}

.light-mode .dataTables_wrapper {
    background-color: #fff;
}

.light-mode .table {
    background-color: #fff;
}

.light-mode .table thead tr th {
    border: 1px solid #e4e7ec;
    background-color: #fff;
    color: #000 !important;
}

.light-mode .table tbody tr td {
    border: 1px solid #e4e7ec;
    color: #000 !important;
}

.light-mode .table tbody tr td {
    background-color: #fff;
}

.light-mode .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #fff;
}

.light-mode .modal-body .bg-secondary {
    background-color: #fff !important;
}

.light-mode .sidebar_main .menu-divider {
    border-block-start-color: #fff !important;
    border-color: #fff !important;
}

.light-mode .card-header h5,
.light-mode .modal-body span,
.light-mode .form-control,
.light-mode .form-select {
    color: #000 !important;
}

.light-mode p,
.light-mode h1,
.light-mode h2,
.light-mode h3,
.light-mode h4,
.light-mode h5,
.light-mode h6,
.light-mode li,
.light-mode span,
.light-mode strong,
/* .light-mode div, */
.light-mode small,
.light-mode a {
    color: #000 !important;
}

.light-mode .bg-primary {
    color: #fff !important;
}

.light-mode .selected_artists_inner span {
    color: #000 !important;
}

.light-mode .import-btn-text {
    color: #fff !important;
}

.light-mode .de-note a {
    color: #fff !important;
}

.light-mode .de-input,
.light-mode .de-input:valid,
.light-mode .de-input:invalid {
    color: #000 !important;
}

.light-mode .de-label {
    color: #000 !important;
}

.light-mode .de-note a,
.light-mode .de-link,
.light-mode .de-note a.de-login-link {
    color: #000 !important;
}

.light-mode .de-title {
    color: #000;
}

.light-mode .de-step.is-active,
.light-mode .de-step {
    color: #000 !important;
}

.light-mode .de-btn {
    box-shadow: none !important;
}

.light-mode .de-btn-ghost {
    color: #000 !important;
}

.light-mode .de-note {
    color: #000 !important;
}

.light-mode .delete-btn,
.light-mode .user-status-toggle,
.light-mode .btn-danger,
.light-mode .btn-info,
.light-mode .btn-primary,
.light-mode .bg-warning,
.light-mode .undefined,
.light-mode .bg-danger,
.light-mode .bg-success {
    color: #fff !important;
}

.light-mode .menu-vertical .menu-inner>.menu-item.active>.menu-link:not(.menu-toggle) {
    color: #465fff !important;
}

.light-mode .menu-vertical .menu-inner>.menu-item.active>.menu-link:not(.menu-toggle) div {
    color: #465fff !important;
}

.light-mode .menu-vertical .menu-inner>.menu-item.active>.menu-link:not(.menu-toggle) span {
    color: #465fff !important;
}

.light-mode .de-sub {
    color: #000 !important;
}

.light-mode .avatar {
    color: #fff !important;
}

/* usama */

/* .light-mode span.badge {
    color: #065f46 !important;
} */

.light-mode .release-text h2,
.light-mode .release-text h3,
.light-mode .release-text p {
    color: #fff !important;
}

.light-mode .year-holder-group {
    border: none !important;
}


/* light mode css end here */
.dark-mode .add_submition_main .alert-info {
    background-color: color-mix(in oklab, #fff 3%, transparent);
    border-color: #1d2939 !important;

}

.dark-mode .add_submition_main .alert-info p {
    color: #03c3ec !important;
}

#releaseDetailTabsContent .album-detail-value {
    word-wrap: break-word;
    white-space: normal !important;
}

/* light mode css end here */





/*  */

.navbar_links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 10px;
}

.navbar_links ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
}

.navbar_links ul li {
    padding: 0px 10px;
    list-style-type: none;
}

.navbar_links ul li a {
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.navbar_links ul li a:hover {
    color: #7592ff !important;
}



.navbar_links .menu-item.active>.menu-link:not(.menu-toggle) {
    color: #7592ff !important;
}

.navbar_links .menu-item.active>.menu-toggle {
    color: #7592ff;
}

.navbar_links .menu-item:not(.active):not(.open) .menu-link:hover {
    color: #7592ff;
}



.navbar_icon_main {
    display: none;
}

/* .layout-wrapper, .layout-container{ max-width: 1200px; margin: auto; } */
.autoContent {
    width: 100%;
    max-width: 1232px !important;
    margin: auto;
    padding: 0px 16px;
}

.max_width {
    max-width: 1200px !important;
}

.sidebar_main {
    display: none;
}

.content_main {
    width: 100% !important;
    left: 0px;
    padding: 0px;
    overflow-y: auto;
}

.light-mode .navbar_links .menu-item.active>.menu-link:not(.menu-toggle) {
    color: #7592ff !important;
}



.dark-mode .navbar_links ul li .dropdown-menu {
    display: none;
    position: absolute;
    top: 26px;
    left: -10px;
    min-width: 160px;
    background: #101828 !important;
    z-index: 100;
    padding: 10px;
}

.dark-mode .navbar_links ul li .dropdown-menu li {
    padding-bottom: 8px;
}

.dark-mode .navbar_links ul li .dropdown-menu li:last-child {
    padding-bottom: 0px;
}

.dark-mode .navbar_links ul li .dropdown-menu li a {
    color: #e5e7eb;
    white-space: nowrap;
}

.dark-mode .navbar_links ul li .dropdown-menu li a:hover {
    color: #7592ff;
}

.navbar_links ul li.dropdown:hover .dropdown-menu {
    display: block;
}

.light-mode .header_navbar_inner {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
}




.dark-mode .small {
    color: #fff;
}


/*  */



.content_main_inner {
    padding-left: 7px;
}

.light-mode .card-body .fw-bold {
    color: #000;
}

.app-brand-logo img {
    width: auto !important;
}



/* Artist List Wrapper css start here  */


.artist_list_wrapper {
    width: 100%;
    padding-bottom: 10px;
}

.artist_list_wrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.artist_list_wrapper ul li {
    width: 100%;
    padding-bottom: 16px;
}

/* .artist_list_wrapper ul li:last-child{ padding-bottom: 0px; } */

.artist_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
}

.artist_list_left h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin: 0px;
}


.dark-mode .artist_list {
    background-color: #1d2939 !important;
    color: #fff !important;
    border-color: #344054 !important;
}

.badge_wrapper span {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 4px;
}

.dark-mode .badge_wrapper span {
    color: #fff;
}

.badge_wrapper .badge {
    color: #000;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
}


.dark-mode .badge_wrapper .badge {
    background-color: #1d2939 !important;
    color: #fff !important;
    border-color: #344054 !important;
}





.artist_modal::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.4;
    z-index: 2;
    pointer-events: none;
}


.artist_modal .modal-dialog {
    position: relative;
    z-index: 999;
}


/* Artist List Wrapper css start here  */


.youtube_rights_sec .youtube-rights-table thead th {
    padding-top: 8px !important;
    padding-bottom: 9px !important;
    font-size: 15px;
}

.permission_managment_sec table thead tr th {
    padding-top: 8px !important;
    padding-bottom: 9px !important;
    height: 39.65px;
}

.dataTables_wrapper table.dataTable thead th {
    border-bottom: none;
}

.youtube_rights_sec .tab-pane .form-control {
    max-width: 150px !important;
}

.youtube_rights_sec .tab-pane #claim-search,
.youtube_rights_sec .tab-pane #content-search,
.youtube_rights_sec .tab-pane #artist-search,
.youtube_rights_sec .tab-pane #whitelist-search {
    width: 100%;
    max-width: 211px !important;
}
 


/* new release css start here */
 

.new_release_version_wrapper .hint {
    font-size: 12px;
    opacity: .85;
}

.new_release_version_wrapper .req::after {
    content: " *";
    color: #ef4444;
    font-weight: 700;
}

/* Blended containers */
@keyframes floaty {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1px);
    }
}

.new_release_version_wrapper .blend {
    background: rgba(255, 255, 255, .72);
    border: none;
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(120%) blur(6px);
    backdrop-filter: saturate(120%) blur(6px);
    box-shadow: 0 8px 28px rgba(2, 6, 23, .06), 0 2px 6px rgba(2, 6, 23, .04);
    animation: floaty 6s ease-in-out infinite;
}



/* GRADIENT line restored */
.new_release_version_wrapper .linkbar {
    height: 2px;
    flex: 1;
    border-radius: 999px;
    background-image: linear-gradient(90deg, #4f46e5, #06b6d4, #10b981);
    background-size: 200% 100%;
}


.new_release_version_wrapper .dot {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: .8rem
}

.new_release_version_wrapper .active {
    background: #4f46e5;
    color: #fff
}

.new_release_version_wrapper .up {
    background: #e5e7eb;
    color: #334155
}

.new_release_version_wrapper .done {
    background: #10b981;
    color: #fff
}


/* Fixed IMAGE BOX (200×200) */
.new_release_version_wrapper .sq {
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

.new_release_version_wrapper .artbox {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(2, 6, 23, .08), inset 0 0 0 1px rgba(2, 6, 23, .05);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    cursor: pointer;
}

.new_release_version_wrapper .artbox:hover {
    transform: translateY(-1px);
}



.new_release_version_wrapper .artbox input[type="file"] {
    display: none;
}

.new_release_version_wrapper .artbox .cta {
    font-size: 13px;
    opacity: .9;
}

.new_release_version_wrapper .artbox .sub {
    font-size: 12px;
    opacity: .7;
}

/* Guidelines panels */
.new_release_version_wrapper .guidelines-desktop {
    display: none;
}

@media (min-width:1024px) {
    .new_release_version_wrapper .guidelines-desktop {
        display: block;
    }
}

.new_release_version_wrapper .focusbox {
    border: none;
    border-radius: 5px;
    ;
    background: rgba(255, 255, 255, .78);
    -webkit-backdrop-filter: saturate(120%) blur(6px);
    backdrop-filter: saturate(120%) blur(6px);
    box-shadow: 0 10px 28px rgba(2, 6, 23, .08);
    transition: box-shadow .2s ease, transform .2s ease;
}

.new_release_version_wrapper .focusbox:focus-within,
.new_release_version_wrapper .focusbox[open] {
    box-shadow: 0 14px 36px rgba(2, 6, 23, .12);
    transform: translateY(-1px);
}


.new_release_version_wrapper .focus-summary {
    list-style: none;
    cursor: pointer;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_release_version_wrapper .focus-summary::-webkit-details-marker {
    display: none;
}

.new_release_version_wrapper .focus-title {
    font-size: 13px;
    opacity: .95;
}

.new_release_version_wrapper .focus-content {
    padding: 0 .75rem 1rem;
    font-size: 14px;
}


.dark-mode .new_release_version_wrapper .focusbox {
    background-color: #1d2939 !important;
    color: #fff !important;
    border-color: #344054 !important;
    border-radius: 4px;
}


/* Chips */
.new_release_version_wrapper .chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.new_release_version_wrapper .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 4px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .88);
    -webkit-backdrop-filter: saturate(120%) blur(4px);
    backdrop-filter: saturate(120%) blur(4px);
    box-shadow: 0 8px 20px rgba(2, 6, 23, .08);
    font-size: 13px;
    color: #334155;
}

.dark-mode .new_release_version_wrapper .chip {
    background-color: #101828;
}


/* File input line */


.new_release_version_wrapper .btn {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    padding: 0 16px;
}

.new_release_version_wrapper .btn-like-input {
    width: 100%;
    background: rgba(255, 255, 255, .95);
    color: #0f172a;
    border: none;
    box-shadow: 0 8px 22px rgba(2, 6, 23, .06), inset 0 0 0 1px rgba(2, 6, 23, .10);
    transition: transform .2s ease, box-shadow .2s ease;
}






.dark-mode .new_release_version_wrapper span,
.dark-mode .new_release_version_wrapper h2,
.dark-mode .new_release_version_wrapper p {
    color: #fff;
}

.dark-mode .new_release_version_wrapper .guidelines-desktop ul li {
    color: #fff;
}


.dark-mode .new_release_version_wrapper .btn-like-input {
    background-color: #1d2939 !important;
    color: #fff !important;
    border: 1px solid #344054 !important;
    white-space: nowrap;
}



.square-box {
    width: 200px;
    height: 200px;
    max-width: 200px;
    min-width: 200px;
    /* border: 2px dashed #cbd5e1; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;

    background: #ffffff;
    box-shadow: 0 12px 32px rgba(2, 6, 23, .08), inset 0 0 0 1px rgba(2, 6, 23, .05);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    cursor: pointer;
}

.square-box:hover {
    transform: translateY(-1px);
}

/* .artbox input[type="file"]{ display:none; }
  .artbox .cta{ font-size:13px; opacity:.9; }
  .artbox .sub{ font-size:12px; opacity:.7; } */


.square-box .text-muted {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.square-box input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.square-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}


.dark-mode .square-box {
    /* background-color: #101828 !important;
    border-color: #344054 !important; */
    color: #fff !important;

    background: #0f172a;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.new_release_version_wrapper .bg-emerald-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.new_release_version_wrapper .bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.new_release_version_wrapper .bg-slate-200 {
    background-color: #1d2939 !important;
    color: #fff !important;
    border: 1px solid #344054 !important;
}

.track_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_release_version_wrapper .bg-rose-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.new_release_version_wrapper .bg-slate-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.light-mode .new_release_version_wrapper .bg-slate-800 {
    border: 1px solid var(--border);
    background: #fff;
    color: #000 !important;
}

/* new release css end here */





/* track release css start here */


.new_release_version_wrapper .hint {
    font-size: 12px;
    opacity: .85;
}

.new_release_version_wrapper .req::after {
    content: " *";
    color: #ef4444;
    font-weight: 700;
}

.new_release_version_wrapper .gap-xs {
    margin-top: .5rem;
}

.new_release_version_wrapper .gap-md {
    margin-top: 1rem;
}

.new_release_version_wrapper .gap-lg {
    margin-top: 1.5rem;
}

.new_release_version_wrapper .gap-xl {
    margin-top: 2rem;
}

.new_release_version_wrapper .btn,
.btn-sm,
.ctl,
.audio-bar,
.check-row {
    touch-action: manipulation;
}

.new_release_version_wrapper .btn,
.btn-sm {
    cursor: pointer;
}

.new_release_version_wrapper .btn-sm {
    min-height: 36px;
}



.new_release_version_wrapper .dot {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: .8rem
}

.new_release_version_wrapper .active {
    background: #4f46e5;
    color: #fff
}

.up {
    background: #e5e7eb;
    color: #334155
}

.new_release_version_wrapper .linkbar {
    height: 2px;
    flex: 1;
    background: #e5e7eb;
    border-radius: 999px
}

.new_release_version_wrapper .ctl {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    border: 1px solid rgba(2, 6, 23, .10);
    border-radius: 8px;
    outline: none;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(2, 6, 23, .04);
    padding: 0 12px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}


.new_release_version_wrapper textarea.ctl {
    min-height: 120px;
    resize: vertical
}

.new_release_version_wrapper select.ctl {
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 14px) 50%, calc(100% - 8px) 50%, 100% 0;
    background-size: 6px 6px, 6px 6px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-right: 34px;
}

.new_release_version_wrapper .btn {
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    min-height: 44px;
    padding: 0 18px;
}

.new_release_version_wrapper .btn-like-input {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid rgba(2, 6, 23, .10);
    box-shadow: 0 6px 18px rgba(2, 6, 23, .04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.new_release_version_wrapper .dark .btn-like-input {
    background: rgba(17, 24, 39, .96);
    color: #fff;
    border-color: rgba(255, 255, 255, .12);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .45)
}

.new_release_version_wrapper .btn-sm {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 8px;
    width: auto;
}


.new_release_version_wrapper .track-card {
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 20px rgba(2, 6, 23, .06);
    padding: 12px
}

.new_release_version_wrapper .badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .2rem .6rem;
    font-size: 12px;
    border-radius: 999px;
}

.light-mode .new_release_version_wrapper .badge-warn {
    background: #fff7ed;
    color: #9a3412 !important;
}

.new_release_version_wrapper .badge-ok {
    background: #ecfdf5;
    color: #065f46 !important;
}

.new_release_version_wrapper .dropzone {
    border: 1.5px dashed #94a3b8;
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
    padding: 22px;
    text-align: center;
    transition: background .2s ease, border-color .2s ease;
}

.new_release_version_wrapper .dropzone.dragover {
    background: #eef2ff;
    border-color: #6366f1;
}

.new_release_version_wrapper .dz-title {
    font-weight: 700;
    font-size: 16px;
}

.new_release_version_wrapper .dz-hint {
    font-size: 12px;
    opacity: .9;
}

.new_release_version_wrapper .dz-list {
    font-size: 12px;
    text-align: left;
    margin: 10px auto 0;
    max-width: 56rem;
}

.new_release_version_wrapper .form-header {
    margin-top: 4px;
    margin-bottom: 8px;
}

.new_release_version_wrapper .form-header .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_release_version_wrapper .audio-shell {
    position: relative;
}

.new_release_version_wrapper .file-ghost {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.new_release_version_wrapper .audio-bar {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 4px 8px;
    background: #ffffff;
    border: 1px solid rgba(2, 6, 23, .10);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(2, 6, 23, .04);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.new_release_version_wrapper .audio-mini {
    height: 28px;
}

.new_release_version_wrapper .audio-placeholder {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: .85;
}

.new_release_version_wrapper .audio-shell:focus-within .audio-bar,
.new_release_version_wrapper .audio-bar:hover {
    transform: translateY(-1px);
    border-color: #6366f1;
    box-shadow: 0 10px 24px rgba(2, 6, 23, .10), 0 0 0 3px rgba(99, 102, 241, .10)
}

@media (max-width:640px) {
    .ctl {
        height: 46px;
        line-height: 46px;
        font-size: 15px
    }

    .audio-bar {
        min-height: 46px
    }

    .audio-mini {
        height: 30px
    }

    .form-header .title {
        font-size: 17px
    }
}

.new_release_version_wrapper .modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.new_release_version_wrapper .modal.show {
    display: flex;
}

.new_release_version_wrapper .modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, .55);
}

.new_release_version_wrapper .modal-card {
    position: relative;
    width: min(560px, 92vw);
    background: #fff;
    color: #0f172a;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 18px 40px rgba(2, 6, 23, .35);
}

.new_release_version_wrapper .modal-title {
    font-size: 18px;
    font-weight: 700;
}

.new_release_version_wrapper .grid-cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width:520px) {
    .grid-cols-2 {
        grid-template-columns: 1fr;
    }
}

.new_release_version_wrapper .check-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(2, 6, 23, .1);
    border-radius: 8px;
}

.new_release_version_wrapper .modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}

.new_release_version_wrapper .chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: #eef2ff;
    border-radius: 999px;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 6px;
}

.new_release_version_wrapper .chip button {
    font-size: 12px;
}

.new_release_version_wrapper .section {
    margin-top: 1rem;
}

.new_release_version_wrapper .section-gap {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 0;
}

.new_release_version_wrapper .divider-xl {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 0;
}

 
.dark-mode .new_release_version_wrapper .dropzone {
    background-color:
        color-mix(in oklab, #fff 3%, transparent);
    border-color: #1d2939;
    color: #fff;
}

.dark-mode .new_release_version_wrapper .track_release .btn-like-input {
    width: auto;
}


.dark-mode .new_release_version_wrapper .track-card {
    background-color:
        color-mix(in oklab, #fff 3%, transparent);
    border: 1px solid #1d2939;
}

.dark-mode .new_release_version_wrapper .blend {
    background-color:
        color-mix(in oklab, #fff 3%, transparent);
    border-color: #1d2939;
}

.dark-mode .new_release_version_wrapper h4 {
    color: #fff;
}

.dark-mode .new_release_version_wrapper .card ul li {
    color: #fff;
}

.dark-mode .new_release_version_wrapper .gap-xs {
    background-color: transparent !important;
}

.dark-mode .new_release_version_wrapper .audio-bar {
    background-color: #101828 !important;
    border: 1px solid #344054 !important;
    color: #fff !important;
}

.new_release_version_wrapper .modal-card {
    position: relative;
    z-index: 2222;
}

.dark-mode .new_release_version_wrapper .modal-card {
    background-color: #171f2f !important;
}

.dark-mode .new_release_version_wrapper .modal-title {
    color: #fff;
}

.dark-mode .new_release_version_wrapper .check-row {
    border-color: #1d2939;
}


.new_release_version_wrapper .track_release .btn {
    width: auto;
}

.new_release_version_wrapper .form-select {
    border-radius: 6px !important;
}

.new_release_version_wrapper h1,
.new_release_version_wrapper h3 {
    color: #fff;
}

/* track release css end here */


/* forms effects */



.forms_effects_wrapper .form-control,
.forms_effects_wrapper .form-select {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    border: none !important;
    outline: none !important;
    background: rgba(255, 255, 255, .95) !important;
    -webkit-backdrop-filter: saturate(120%) blur(3px) !important;
    backdrop-filter: saturate(120%) blur(3px) !important;
    box-shadow: 0 8px 22px rgba(2, 6, 23, .06), inset 0 0 0 1px rgba(2, 6, 23, .06) !important;
    padding: 0 12px !important;
    color: #334155 !important;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

.forms_effects_wrapper .form-control:hover,
.forms_effects_wrapper .form-select:hover {
    transform: translateY(-1px) !important;
}

.forms_effects_wrapper .form-control:focus,
.forms_effects_wrapper .form-select:focus {
    box-shadow: 0 12px 28px rgba(2, 6, 23, .12), inset 0 0 0 1px rgba(2, 6, 23, .10) !important;
}

.dark-mode .forms_effects_wrapper .form-control,
.dark-mode .forms_effects_wrapper .form-select {
    background: rgba(17, 24, 39, .95) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(255, 255, 255, .10) !important;
}

.dark-mode .forms_effects_wrapper .form-control::placeholder,
.dark-mode .forms_effects_wrapper .form-select::placeholder {
    color: #ffffff !important;
    opacity: .75 !important;
}

.dark-mode .forms_effects_wrapper .form-control:hover,
.dark-mode .forms_effects_wrapper .form-select:hover {
    transform: translateY(-1px) !important;
}

.dark-mode .forms_effects_wrapper .form-control:focus,
.dark-mode .forms_effects_wrapper .form-select:focus {
    box-shadow: 0 18px 36px rgba(0, 0, 0, .55), inset 0 0 0 1px rgba(255, 255, 255, .16) !important;
}



/* Dropdown caret */
.forms_effects_wrapper select.form-control,
.forms_effects_wrapper select.form-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent) !important;
    background-position: calc(100% - 14px) 50%, calc(100% - 8px) 50%, 100% 0 !important;
    background-size: 6px 6px, 6px 6px, 2.5em 2.5em !important;
    background-repeat: no-repeat !important;
    padding-right: 34px !important;
}

.dark-mode .forms_effects_wrapper select.form-control,
.dark-mode .forms_effects_wrapper select.form-select {
    background-image: linear-gradient(45deg, transparent 50%, #cbd5e1 50%),
        linear-gradient(135deg, #cbd5e1 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent) !important;
}


/* Fixed IMAGE BOX (200×200) */




.new_release_version main {
    width: 100%;
    max-width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}















/*  */

.selected_artists_inner {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px !important;
    background: #eef2ff !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    margin-right: 6px !important;
    margin-top: 6px !important; 
    backdrop-filter: saturate(120%) blur(4px) !important;
    box-shadow: 0 8px 20px rgba(2, 6, 23, .08) !important;
    height: 28px !important;
}

.selected_artists_inner .chip-close {
    color: #334155 !important;
}

#selectedTrackFeatArtistsForm .selected_artists_inner .chip-close {
    font-size: 22px;
    font-weight: 300;
    line-height: 18px;
}

.selected_artists_inner span {
    font-weight: 400 !important;
}


.dark-mode .selected_artists_inner {
    background-color: #101828 !important;
}

.dark-mode .selected_artists_inner .chip-close {
    color: #fff !important;
}

.dark-mode #selectedArtists .selected_artists_inner .chip-close,
.dark-mode #selectedFeatArtists .selected_artists_inner .chip-close {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 12px !important;
}

.light-mode #selectedArtists .selected_artists_inner .chip-close,
.light-mode #selectedFeatArtists .selected_artists_inner .chip-close {
    font-size: 22px !important;
    line-height: 12px !important;
}

.dark-mode .signature_sec .card div {
    color: #fff !important;
}

.dark-mode #agreementText p strong {
    color: #fff !important;
}


/*  */











/* model css start here */

.d-none {
    display: none !important;
}



/* ================= BASE STYLES ================= */
:root {
    --primary: #2563eb;
    --bg-light: #f3f4f6;
    --text-dark: #111827;
    --text-gray: #6b7280;
    --border-color: #e5e7eb;
}




/* ================= MODALS ================= */
.release_details_new_model.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
    padding: 10px !important;
}

.fade_custom {
    z-index: 99999;
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.6);
}

.release_details_new_model.modal.active {
    display: flex;
}

/* Large Main Modal */
.release_details_new_model .modal-box {

    width: 950px;
    max-width: 100%;
    /* height: 90vh;             */
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.release_details_new_model .modal-body {
    padding: 0px !important;
}

.release_details_new_model .tab-content {
    padding: 0px !important;
}

/* Small Popup Modal */
.small-modal-box {
    background: #fff;
    width: 450px;
    max-width: 100%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

/* ================= HEADER ================= */
.modal-header {
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    flex-shrink: 0;
}

.header-title {
    font-size: 16px;
    font-weight: 700;
}

.header-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-btn {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.edit-btn {
    background: #f59e0b;
    color: #fff;
}

.close-btn {
    font-size: 20px;
    cursor: pointer;
    color: #6b7280;
    padding: 5px;
    line-height: 1;
}

/* ================= TABS ================= */
.release_details_new_model .tabs {
    display: flex;
    border-bottom: 1px solid var(--border-color);
    padding: 0 10px;
    flex-shrink: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.light-mode .release_details_new_model .tabs {
    background: #f9fafb;
}

.tab {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}

.tab.active {
    border-bottom-color: var(--primary);
    color: var(--primary);
}

/* ================= CONTENT AREA ================= */
.content-area {
    flex: 1;
    overflow-y: auto;
    padding: 30px;
    max-height: calc(100vh - 166px);
}

.light-mode .release_details_new_model .content-area {
    background: #fff;
}

.release_details_new_model .tab-content {
    display: none;
}

.release_details_new_model .tab-content.active {
    display: block;
}

/* ================= SUMMARY HEADERS ================= */
.summary-header {
    background: #eff6ff;
    border: 1px solid #dbeafe;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Release Header Grid */
.summary-header.release-main {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 15px;
}

/* Track Header Grid */
.summary-header.track-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.summary-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.sum-label {
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.sum-val {
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
    word-break: break-word;
}

.status-badge {
    background: #dcfce7;
    color: #166534;
    width: fit-content;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
}

.edit-input {
    padding: 5px;
    border: 1px solid var(--primary);
    border-radius: 4px;
    font-size: 13px;
    display: none;
    width: 100%;
}

.editing .sum-val {
    display: none;
}

.editing .edit-input {
    display: block;
}

/* ================= TOP GRID (Artwork/Artist) ================= */
.top-grid {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--border-color);
}

.artwork-col {
    width: 200px;
    flex-shrink: 0;
    position: relative;
}

.artwork-box {
    width: 200px;
    height: 200px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
}

.artwork-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay Download Button */
.dl-overlay-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ================= ARTIST/ENTITY GRID ================= */
.info-section {
    flex: 1;
    text-align: left;
}

.section-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #9ca3af;
    font-weight: 700;
    margin: 10px 0 5px;
    letter-spacing: 0.5px;
    text-align: left;
}

.entity-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.entity-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    border: 1px solid #c7d2fe;
    background: #eef2ff;
    border-radius: 5px;
    min-width: 160px;
    gap: 8px;
}

.entity-info {
    display: flex;
    flex-direction: column;
    cursor: text;
    user-select: text;
    text-align: left;
}

.entity-box.label-style {
    background: #f0fdf4;
    border-color: #86efac;
}

.entity-id {
    font-size: 10px;
    color: #6366f1;
    font-weight: 700;
    margin-bottom: 1px;
}

.label-style .entity-id {
    color: #15803d;
}

.entity-name {
    font-size: 13px;
    font-weight: 600;
    color: #312e81;
}

.label-style .entity-name {
    color: #14532d;
}

.link-btn {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    color: #555;
    flex-shrink: 0;
}

/* ================= METADATA GRID ================= */
.meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 0;
}

.meta-row {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f3f4f6;
}

.meta-label {
    width: 140px;
    flex-shrink: 0;
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.meta-value {
    flex-grow: 1;
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 500;
    word-break: break-word;
}

.meta-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

/* MULTIPLE TAGS STYLE */
.multi-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #334155;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 4px;
    margin-bottom: 2px;
    border: 1px solid #e2e8f0;
}

/* ================= SUBMITTED BY BOX (Updated) ================= */
.submitted-box {
    margin-top: 20px;
    padding: 15px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    border-radius: 8px;
}

.submitted-header {
    font-size: 11px;
    font-weight: 800;
    color: #9a3412;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sb-row {
    display: flex;
    align-items: center;
    padding: 4px 0;
    flex-wrap: wrap;
    border-bottom: 1px dashed rgba(253, 186, 116, 0.4);
}

.sb-row:last-child {
    border-bottom: none;
}

.sb-label {
    font-size: 12px;
    color: #c2410c;
    font-weight: 600;
    margin-right: 5px;
}

.sb-val {
    font-size: 13px;
    color: #431407;
    font-weight: 700;
    margin-right: 15px;
}

.sb-sep {
    color: #fdba74;
    margin: 0 10px 0 0;
    font-weight: 300;
}


/* ================= TRACK CARD ================= */
.light-mode .track-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.track-count-badge {
    display: inline-block;
    background: #f1f5f9;
    color: #64748b;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 4px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* AUDIO BOX (Clean) */
.audio-box {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

audio {
    width: 100%;
    height: 35px;
    outline: none;
}

.lyrics-trigger-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 13px;
}

/* ================= POPUP FORMS ================= */
.popup-form-group {
    margin-bottom: 12px;
}

.popup-form-group label {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 4px;
    font-weight: 600;
}

.popup-form-group input,
.popup-form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
}

.popup-form-group textarea {
    min-height: 200px;
    resize: vertical;
    line-height: 1.5;
}

.popup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.btn-save {
    background: var(--primary);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.btn-cancel {
    background: #e2e8f0;
    color: #333;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

/* ================= MOBILE RESPONSIVE ================= */
@media(max-width: 768px) {
    .modal-box {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .summary-header.release-main,
    .summary-header.track-main {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .top-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .artwork-col {
        margin: 0 auto;
    }

    .info-section {
        width: 100%;
        text-align: left;
    }

    /* Meta Grid Compact - COMPACT ROW START IMMEDIATELY */
    .meta-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .meta-row {
        flex-direction: row;
        align-items: flex-start;
        /* Align top for multi-line values */
        justify-content: flex-start;
        /* Start immediately after label */
        gap: 10px;
        border-bottom: 1px dashed #e5e7eb;
        padding: 6px 0;
    }

    .meta-label {
        width: 100px;
        /* Fixed small width for alignment */
        color: #9ca3af;
        font-size: 11px;
        text-transform: uppercase;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .meta-value {
        text-align: left;
        font-size: 13px;
        line-height: 1.3;
    }

    .multi-tag {
        margin-right: 0;
        margin-left: 0;
        margin-right: 4px;
        margin-bottom: 2px;
    }

    /* .distribution_agreement_wrapper button { padding: 12px 24px;
    background: #16a34a;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    max-width: 300px; margin-top: 10px; } */
    .header-title {
        font-size: 15px;
    }

    /* Submitted By Mobile Specific */
    .sb-row {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }

    .sb-label {
        font-size: 11px;
        margin-right: 2px;
    }

    .sb-val {
        font-size: 12px;
        margin-right: 5px;
    }

    .sb-sep {
        margin: 0 5px 0 2px;
        font-size: 10px;
    }
}



.release_details_new_model .modal-dialog {
    max-width: 950px !important;
}


.dark-mode .release_details_new_model .modal-body {
    background-color: #171f2f !important;
}

.dark-mode .release_details_new_model .summary-header {
    border-color: rgba(255, 255, 255, 0.10);
    background: #0f172a;
}

.light-mode .release_details_new_model .tab {
    color: var(--text-gray);
}

.dark-mode .release_details_new_model .tab {
    color: #fff;
}

.dark-mode .release_details_new_model .tab.active {
    color: #2563eb;
}

.dark-mode .release_details_new_model .tabs {
    border-color: rgba(255, 255, 255, 0.10);
}

.dark-mode .release_details_new_model .summary-item span {
    color: #fff;
}

.dark-mode .status-badge {
    color: #166534 !important;
}



.dark-mode .edit-input {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.edit-input {
    transition: all 0.3s ease;
}

.edit-input:focus {
    outline: 0;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}


.dark-mode .section-label {
    color: #fff;
}

.dark-mode .entity-box {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.dark-mode .entity-info span {
    color: #fff !important;
}

.dark-mode .artwork-box {
    border-color: #344054 !important;
}

.dark-mode .top-grid {
    border-color: #344054 !important;
}

.dark-mode .meta-row {
    border-color: #344054 !important;
}

.dark-mode .meta-row span {
    color: #fff;
}

.dark-mode .track-card {
    border-color: #344054 !important;
    background-color: #171f2f !important;
}

.dark-mode .release_details_new_model span {
    color: #fff;
}

.dark-mode .multi-tag,
.dark-mode .track-count-badge {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.dark-mode .audio-box span {
    color: #fff !important;
}

.main_artist_wrapper {
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.dark-mode .main_artist_wrapper {
    border-color: #344054 !important;
}

.dark-mode .lyrics-trigger-btn {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.distribution_agreement_wrapper {
    text-align: center;
    padding: 50px;
    border: 2px dashed #ccc;
    background: #f9f9f9;
    border-radius: 8px;
}

.dark-mode .distribution_agreement_wrapper {
    background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important;
}

.dark-mode .distribution_agreement_wrapper h3,
.dark-mode .distribution_agreement_wrapper p {
    color: #fff !important;
}

.dark-mode .modal-title {
    color: #fff !important;
}

.dark-mode .popup-form-group label {
    color: #fff !important;
}

.section-label-wrapper {
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.dark-mode .section-label-wrapper {
    border-color: #344054 !important;
}

/* model css end here */






/* table css start here */

.new_release_management_table_ui .status-badge {
    min-width: 80px;
    display: inline-block;
    text-align: center;
}

.modal-header {
    background-color: #3b7ddd;
}

.modal-title {
    color: white;
}

.btn-close-white {
    filter: invert(1);
}

#releaseModal .nav-tabs .nav-link {
    font-weight: 600;
    color: #003f5c;
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    transition: border-color 0.2s, color 0.2s;
}

#releaseModal .nav-tabs .nav-link.active {
    color: #007bff;
    border-bottom: 2.5px solid #007bff;
    background: #f8f9fa;
}

#releaseModal .tab-content {
    padding-top: 18px;
}

#releaseModal .table th {
    width: 120px;
    color: #555;
    font-weight: 600;
    text-align: right;
    background: none;
    border: none;
    font-size: 0.95em;
    padding: 4px 8px;
}

#releaseModal .table td {
    text-align: left;
    background: none;
    border: none;
    font-size: 0.95em;
    padding: 4px 8px;
}

#releaseModal .track-detail-table {
    border: none;
    margin-bottom: 0;
}

#releaseModal .track-detail-table tr {
    border: none !important;
}

#releaseModal .list-group-item {
    background: #f8f9fa;
    border: 1px solid #e3e3e3;
}

#releaseModal .badge.bg-primary {
    background: #003f5c !important;
}

#releaseModal .track-detail-row .fw-semibold {
    min-width: 90px;
    display: inline-block;
    color: #555;
    font-size: 0.97em;
}

#releaseModal .track-detail-row>div>div {
    font-size: 0.97em;
    margin-bottom: 2px;
}

#releaseModal .fw-bold.small.text-uppercase {
    letter-spacing: 0.04em;
    font-size: 1.05em;
}

#releaseModal hr {
    margin-top: 0.3rem;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {

    #releaseModal .row.g-4,
    #releaseModal .row.g-3,
    #releaseModal .track-detail-row {
        flex-direction: column;
    }

    #releaseModal .col-md-4,
    #releaseModal .col-md-8,
    #releaseModal .col-md-1,
    #releaseModal .col-md-11 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.album-detail-value {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    user-select: text;
    cursor: text;
}

.truncate-title {
    max-width: 220px;
    overflow: hidden;
}

.title-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: text;
    cursor: text;
}

/* Mobile responsive styles for filters */
.filter-container {
    width: 100%;
}

.filter-container .form-select {
    font-size: 14px;
    padding: 8px 12px;
}

/* Ensure buttons are properly spaced on mobile */
@media (max-width: 576px) {
    .filter-container .btn {
        margin-bottom: 8px;
        width: 100%;
    }

    .filter-container .d-flex {
        flex-direction: column;
    }

    .filter-container .d-flex .btn {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

/* Tablet and desktop optimizations */
@media (min-width: 577px) and (max-width: 991px) {
    .filter-container .btn {
        margin-bottom: 4px;
    }
}

/* Audio player styles */
audio {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

audio::-webkit-media-controls-panel {
    background-color: #f8f9fa;
}

audio::-webkit-media-controls-play-button {
    background-color: #007bff;
    border-radius: 50%;
}

audio::-webkit-media-controls-play-button:hover {
    background-color: #0056b3;
}

/* Mobile audio player optimization */
@media (max-width: 576px) {
    audio {
        width: 100% !important;
        max-width: 100% !important;
    }
}




/* new table design */


/* CONTAINER */
.container {
    max-width: 1253px;
    margin: 0 auto;
    width: 100%;
}

/* HEADER & TITLE */
.header-area {
    margin-bottom: 20px;
}

.header-area h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1F2937;
}

/* CONTROLS ROW (Search + Buttons) */
.new_release_management_table_ui .controls-row {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* SEARCH BOX */
.new_release_management_table_ui .search-wrapper {
    position: relative;
    flex-grow: 1;
    max-width: 400px;
    display: flex;
    align-items: center;
}

.new_release_management_table_ui .search_icon{ position: absolute; left: 8px; } 
.new_release_management_table_ui .search_icon svg{ width: 16px; height: 16px; display: block; color: #6B7280; } 

.new_release_management_table_ui .search-wrapper input {
    width: 100%;
    padding: 10px 12px 10px 40px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    outline: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

.new_release_management_table_ui .search-wrapper input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.new_release_management_table_ui .search-wrapper i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-sub);
}

/* ACTION GROUP (Buttons) */
.new_release_management_table_ui .action-group {
    display: flex;
    gap: 10px;
    position: relative;
}

.new_release_management_table_ui .btn {
    padding: 9px 16px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
    color: white;
    white-space: nowrap;
    justify-content: center;
}

.new_release_management_table_ui .btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.btn-export {
    background-color: #10B981;
}
.btn-export:hover{ background-color: #10B981; }

.btn-status {
    background-color: #4F46E5;
}
.btn-status:hover {
    background-color: #4F46E5;
}

.btn-delete {
    background-color: #EF4444;
}
.btn-delete:hover {
    background-color: #EF4444;
}

/* DROPDOWN MENU */
.new_release_management_table_ui .dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background: white;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 150px;
    z-index: 50;
    flex-direction: column;
    overflow: hidden;
}

.new_release_management_table_ui .dropdown-menu.show {
    display: flex;
}

.new_release_management_table_ui .dropdown-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--text-main);
    border: none;
    background: white;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #f3f4f6;
}

.new_release_management_table_ui .dropdown-item:hover {
    background-color: #EEF2FF;
    color: var(--primary);
}

/* TABS (Scrollable) */
.new_release_management_table_ui .tabs-wrapper {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    overflow-x: auto;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 10px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* Smooth scroll on iOS */
}

.new_release_management_table_ui .tabs-wrapper::-webkit-scrollbar {
    height: 4px;
}

/* Custom Scrollbar */
.new_release_management_table_ui .tabs-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.new_release_management_table_ui .tab-btn {
    background: transparent;
    border: none;
    padding: 8px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6B7280;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.new_release_management_table_ui .tab-btn:hover {
    color: #4F46E5;
}

.new_release_management_table_ui .tab-btn.active {
    color: #4F46E5;
    border-bottom: 2px solid #4F46E5;
}

.new_release_management_table_ui .tabs-wrapper .count-badge {
    background: #E0E7FF;
    color: #4F46E5 !important;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 12px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.new_release_management_table_ui .tab-btn.active .count-badge {
    background: #4F46E5;
    color: #fff !important;
}

/* TABLE CARD */
.new_release_management_table_ui .table-card {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #E5E7EB;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.new_release_management_table_ui .table-responsive {
    width: 100%;
    overflow-x: auto !important;
    min-height: 350px;
    -webkit-overflow-scrolling: touch; 
}

.new_release_management_table_ui table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    border-left: none;
}

.new_release_management_table_ui thead {
    background: #F9FAFB;
    border-bottom: 1px solid #E5E7EB;
}

.new_release_management_table_ui th {
    padding: 16px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #6B7280;
    font-weight: 600;
    text-align: left;
    border-left: none;
}

.new_release_management_table_ui td {
    padding: 12px 16px;
    border-bottom: 1px solid #E5E7EB;
    vertical-align: middle;
    border-left: none;
}

/* COLUMNS */
.new_release_management_table_ui .col-check {
    width: 40px;
    text-align: center;
}

.new_release_management_table_ui input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #4F46E5;
    cursor: pointer;
}

.new_release_management_table_ui .col-id-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.new_release_management_table_ui .serial-num {
    font-weight: 600;
    color: #6B7280 !important;
    min-width: 20px;
}

.new_release_management_table_ui .mini-action-stack ul {
    list-style-type: none;
    padding: 0px;
    display: flex;
    margin: -3px;
    flex-wrap: wrap;
}
.new_release_management_table_ui .mini-action-stack ul li{ width: 50%;
    padding: 3px; }

.new_release_management_table_ui .mini-btn {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.75rem;
    transition: all 0.3s ease;
}

.new_release_management_table_ui .btn-chat {
   background: #EEF2FF;
    color: #6366F1;
}

.new_release_management_table_ui .btn-edit {  
    background: #FFFBEB;
    color: #F59E0B !important;
}

.new_release_management_table_ui .mini-btn:hover {
    transform: scale(1.1);
}

.new_release_management_table_ui .artwork-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.new_release_management_table_ui .art-img-wrapper {
    position: relative;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eee;
}

.new_release_management_table_ui .art-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.new_release_management_table_ui .art-img-wrapper:hover .art-img {
    transform: scale(1.1);
    filter: brightness(0.9);
}

.new_release_management_table_ui .info-stack {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.new_release_management_table_ui .primary-text {
    font-weight: 600; 
    font-size: 0.9rem;
}
.new_release_management_table_ui .primary-text span{ color: #111827 !important; }

.new_release_management_table_ui .secondary-text {
    font-size: 0.8rem;
    color: #6B7280;
}

.new_release_management_table_ui .tag {
    font-size: 0.7rem;
    background: #f3f4f6;
    padding: 1px 6px;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    width: fit-content;
}

/* STATUS BADGE */
.new_release_management_table_ui .status-badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid transparent;
}

.new_release_management_table_ui .status-badge:hover {
    filter: brightness(0.95);
    transform: scale(1.05);
}

.new_release_management_table_ui .st-pending {
    background: #FEF3C7;
    color: #D97706 !important;
}

.new_release_management_table_ui .st-review {
    background: #DBEAFE;
    color: #2563EB !important;
}

.new_release_management_table_ui .st-approved {
    background: #D1FAE5;
    color: #059669 !important;
}

.new_release_management_table_ui .st-rejected {
    background: #FEE2E2;
    color: #DC2626 !important;
}

.new_release_management_table_ui .st-draft {
    background: #F3F4F6;
    color: #4B5563 !important;
}

.new_release_management_table_ui .st-takedown {
    background: #1F2937;
    color: #F9FAFB !important;
}


/* .status-popover-wrapper{ position: relative; } */

/* INLINE STATUS POPUP */
.new_release_management_table_ui .status-popover {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 100;
    padding: 5px;
    min-width: 120px; 
}

.status-option {
    padding: 8px 12px;
    font-size: 0.8rem;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
}

.status-option:hover {
    background: #F3F4F6;
    color: #4F46E5;
}

/* Widen the Actions column */
#dataTable th:nth-child(2),
#dataTable td:nth-child(2) {
    width: 130px;
}

/* PAGINATION FOOTER */
.table-footer {
    padding: 15px 20px;
    border-top: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFAFA;
}

.rows-per-page {
    font-size: 0.85rem;
    color: var(--text-sub);
    display: flex;
    align-items: center;
    gap: 8px;
}

.rows-select {
    padding: 4px 8px;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    outline: none;
    font-size: 0.85rem;
}

.pagination-controls {
    display: flex;
    gap: 5px;
    align-items: center;
}

.new_release_management_table_ui .page-btn {
    padding: 6px 12px;
    border: 1px solid #E5E7EB;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    color: var(--text-main);
    transition: 0.2s;
}

.new_release_management_table_ui .page-btn.active {
    background: #4F46E5;
    color: white;
    border-color: #4F46E5;
}

.new_release_management_table_ui .page-btn:disabled {
    opacity: 0.5;
}

 
 


.dark-mode .new_release_management_table_ui .controls-row{ background-color: 
 color-mix(in oklab, #fff 3%, transparent);
    border-color: #344054 !important;
    color: #fff !important; }
.dark-mode .search-wrapper input{ background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important; }
.dark-mode .new_release_management_table_ui .tabs-wrapper{ border-color: #344054 !important; }


.dark-mode .new_release_management_table_ui .table-responsive{ background-color: transparent !important; }
.dark-mode .new_release_management_table_ui thead{ background-color: #344054; }
.dark-mode .new_release_management_table_ui th{  
    border-color: #344054 !important;
    color: #fff !important; }
.dark-mode .new_release_management_table_ui .table-card{ border-color: #344054 !important; }
.dark-mode .new_release_management_table_ui thead, .dark-mode .new_release_management_table_ui td{ border-color: #344054 !important; }

.dark-mode .info-stack span, .dark-mode .secondary-text{ color: #fff !important; }
.dark-mode .serial-num{ color: #fff !important; }

.dark-mode .new_release_management_table_ui .tag{ background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important; }
.dark-mode .new_release_management_table_ui .art-img-wrapper{ border-color: #344054 !important; }

.dark-mode .new_release_management_table_ui table{ background-color: #1f2635; }

.dark-mode .new_release_management_table_ui .table-footer{ background-color: #1f2635; border-color: #344054 !important; }
.dark-mode .new_release_management_table_ui .rows-select{ background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important; }

    .dark-mode .new_release_management_table_ui .page-btn{ background-color: #101828 !important;
    border-color: #344054 !important;
    color: #fff !important; }


    .dark-mode .new_release_management_table_ui .page-btn.active {
    background-color: #4F46E5 !important;
    color: #fff !important;
    border-color: #4F46E5 !important;
}


.release_details_new_model.modal{ background: rgba(0, 0, 0, 0.6); }

.content_main_inner .modal.fade.show#releaseModal{ background: rgba(0, 0, 0, 0.6); }


.dark-mode .release_details_new_model .submitted-box span{ color: #c2410c !important; }




.lightboxModal{ display: none; position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999999;
    backdrop-filter: blur(3px);
    padding: 10px; }
 .lightboxModal.active{ display: flex; }
/* /end new table design */
 

.youtube_rights_sec .tab-content{ display: block !important; }



#claim-msg-filter, #claim-status-filter{

max-width: 120px;
}

#claim-bulk-status{
max-width: 170px;
}


.youtube_rights_sec .table-responsive{ overflow-x: hidden !important; }
.youtube_rights_sec .dataTables_wrapper .row{ align-items: center; }

#releaseModal .tab-content{ display: block !important; }


span.badge{ color: #fff !important; } 


span.btn.btn-xs.btn-success{ color: #fff !important; }
 



.new_release_version_wrapper .gap-xs {
    margin-top: 0px !important;
} 
.new_release_version_wrapper .code-box{ width: 100%; max-width: 100%; margin-bottom: 0px; }

.dark-mode .form-control:focus{ border-color: #252dae !important; }

.new_release_version_wrapper .chip{ height: auto !important;  }

.dark-mode .form-check  .form-check-label{ color: #fff !important; }



.light-mode span.text-danger{ color: #ff3e1d !important; }



.dark-mode .select2-container--default .select2-selection--single{ border-color: #344054 !important; border-radius: 6px; }
.dark-mode .select2-container--default .select2-selection--single:focus, .dark-mode .select2-container--default .select2-selection--single:active, .dark-mode .select2-container--default .select2-selection--single:focus-visible{ border-color: #252dae !important; box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-primary-rgb), 0.4) !important; }


.light-mode .select2-selection--single{ border-color: #000 !important; }
.light-mode .form-control, .light-mode .form-select{ border-color: #000 !important; }
.form-control, .form-select{ border-radius: 6px !important; }
.form-control:focus, .form-select:focus{border-color: #252dae !important; }


.new_release_version_wrapper .modal#addNewArtistModal{ z-index: 9999 !important; padding: 12px; } 

.artist-image-uploader span#artist_image_placeholder{ color: #000 !important; }

.selected_artists_inner{ border-width: 2px !important; }
.dark-mode .selected_artists_inner{ border-color: #344054 !important; }




/* Invalid state styling for release forms (red borders) */
.new_release_version_wrapper .is-invalid,
.new_release_version_wrapper .form-control.is-invalid,
.new_release_version_wrapper .form-select.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: none !important;
}
.new_release_version_wrapper .select2-container--default .select2-selection.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: none !important;
}
.new_release_version_wrapper .square-box.is-invalid {
    border: 2px dashed #dc3545 !important;
    background-color: rgba(220,53,69,0.03) !important;
}



/*  */ 

.light-mode .signature_sec #rightsSummary .grid div, .light-mode .signature_sec #tracksSummary div{ color: #000 !important; }

.signature_sec.step3 #tracksSummary .card{ box-shadow: none !important; }
.signature_sec.step3 .card .card{ box-shadow: none !important; }

.dark-mode .signature_sec.step3 #tracksSummary .card{ box-shadow: none !important; background-color: transparent !important; border: none !important; }
.dark-mode .signature_sec.step3 .card .card{ box-shadow: none !important; background-color: transparent !important; border: none !important;  }


.chip{ border-width: 2px !important; border-color: #cfe3ff !important; border-radius: 5px !important; }
.dark-mode .chip{ border-color: #344054 !important; }

.new_release_version  .divider-xl{ padding: 0px !important; margin: 0px !important; }


.selected_artists_inner{ border-radius: 5px !important; }





/*  */
 
.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-text {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%); 
  background: #fff;
  color: #000 !important;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 6px; 
  font-size: 12px;
  z-index: 999; 
  max-width: 370px;          
  width: max-content;
  white-space: normal;        
  word-break: break-word;    
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
 
.custom-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
 
.custom-tooltip:active .tooltip-text {
  visibility: visible;
  opacity: 1;
}
 
.tooltip-text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}