body {
    background-color: #f3f4f6 !important;
}

.custom-gray-color {
    color: gray;
}

.custom-text-small {
    font-size: 14px;
    line-height: 20px;
}

.bg-access-code {
    background-color: #f3f4f6;
    padding: 4px 8px;
    border-radius: 4px;
}

.max-height-665px {
    max-height: 665px !important;
}

.bg {
    background-color: #f3f4f6;
}

.btn-no-focus:focus {
    box-shadow: none !important;
}

.p-8 {
    padding: 2rem;
}

.mt-8 {
    margin-top: 2rem;
}

.rounded-5 {
    border-radius: 0.5rem;
}

.fs-14px {
    font-size: 14px !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.cursor-help {
    cursor: help;
}

.p-075rem {
    padding: 0.75rem;
}

.px-075rem {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.py-075rem,
.table th.py-075rem {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.max-w-42rem {
    max-width: 42rem;
}

.width-750px {
    width: 750px !important;
}

.width-500px {
    width: 500px !important;
}

.width-600px {
    width: 600px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.sticky-head {
    position: sticky;
    top: 0;
    z-index: 10;
}

.gap-5px {
    gap: 5px;
}


/*Dashboard CSS*/
.mt-8 div h2,
.mt-8 div h2 i {
    font-size: 20px;
}

.bg-icon {
    background-color: #eef2ff;
}

.icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-color {
    color: #4f46e5;
}

.tooltip-inner {
    max-width: none;
    padding: 0;
}

.custom-tooltip {
    max-width: 20rem;
    width: 100% !important;
}

.tooltip.value-tier-tooltip .tooltip-inner {
    max-width: 200px;
    padding: 8px !important;
    text-align: left !important;
    font-size: 12px !important;
    border-radius: 8px;
}

/*Sidebar CSS*/
.sidebar .nav-link i {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #f3f4f6 !important;
}

.sidebar .nav-link.active {
    background-color: #f3f4f6 !important;
    font-weight: 500;
}

.rounded-md {
    border-radius: 0.375rem;
}

.transition-hover {
    transition: background-color 0.2s ease;
}

.transition-hover i {
    font-size: 20px;
}

.transition-hover:hover {
    background-color: #f3f4f6 !important;
}

/*Artists Page*/
.custom-input:focus {
    border-color: #000000;
    outline: 1px solid #000 !important;
    box-shadow: none !important;
}

.custom-checkbox:focus {
    box-shadow: none !important;
}

.tooltip-inner {
    max-width: none;
    padding: 0;
}

.value-tier-tooltip {
    max-width: 15rem;
    width: 100% !important;
}

/* Shared Button Styles for Tag, Status, and Value Tier */
.status-btn,
.tier-btn,
.tag-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.95rem;
    background-color: #f3f4f6;
    color: #374151;
    border: none;
    transition: background 0.2s, color 0.2s;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.status-btn:hover,
.tier-btn:hover,
.tag-btn:hover {
    background-color: #e5e7eb;
}

.status-btn .bi-x,
.tier-btn .bi-x,
.tag-btn .bi-x {
    display: none;
    margin-left: 0.5rem;
    font-size: 1rem;
    vertical-align: middle;
}

.status-btn.active .bi-x,
.tier-btn.active .bi-x,
.tag-btn.active .bi-x {
    display: inline;
}

.status-btn.active,
.tier-btn.active,
.tag-btn.active {
    font-weight: 500;
}

/* Tag color classes */
.tag-red.active, .status-new.active {
    background-color: #fee2e2 !important; /* red-100 */
    color: #b91c1c !important; /* red-800 */
}

.tag-green.active, .status-full.active, .interested-tag, .testing-tag {
    background-color: #bbf7d0 !important; /* green-100 */
    color: #166534 !important; /* green-800 */
}

.status-ready.active,
.tier-low.active {
    background-color: #fef9c3 !important; /* yellow-100 */
    color: #a16207 !important; /* yellow-800 */
}

.status-validation.active,
.tier-medium.active, .demo-tag {
    background-color: #dbeafe !important; /* blue-100 */
    color: #1e40af !important; /* blue-800 */
}

.status-no_contact.active,
.tier-high.active, .artist-detail-purple-badge {
    background-color: #ede9fe !important; /* purple-100 */
    color: #6d28d9 !important; /* purple-800 */
}

.status-on_hold.active {
    background-color: #fce7f3 !important; /* pink-100 */
    color: #be185d !important; /* pink-800 */
}

.status-exported.active, .artist-detail-indigo-badge {
    background-color: #e0e7ff !important; /* indigo-100 */
    color: #3730a3 !important; /* indigo-800 */
}

.status-removed.active, .done-tag, .dont-tag {
    background-color: #fee2e2 !important; /* red-100 */
    color: #b91c1c !important; /* red-800 */
}

.custom-filter-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    background: #fff;
    color: #374151;
    border: 1.5px solid #d1d5db;
    transition: background 0.2s, color 0.2s, border 0.2s;
    position: relative;
    cursor: pointer;
}

.custom-filter-btn:hover {
    background: #f8f8f8;
    color: #1e293b;
}

.custom-filter-btn.active {
    background: #e0e7ff;
    color: #3730a3;
    border: 1.5px solid #6366f1;
}

.custom-filter-badge {
    margin-left: 0.75rem;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 9999px;
    background: #3730a3;
    color: #fff;
    vertical-align: middle;
    transition: background 0.2s, color 0.2s;
}

.custom-filter-btn.active .custom-filter-badge {
    background: #3730a3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clear-filters-link {
    display: none;
    color: #dc2626;
    cursor: pointer;
    text-decoration: none;
}

.clear-filters-link:hover {
    color: #b91c1c;
}

.clear-filters-link.show {
    display: inline-block;
}

.clear-filters-hr {
    display: none;
}

.clear-filters-hr.show {
    display: block;
}

.badge.status-new {
    background-color: #f3f4f6 !important;
    color: #1f2937 !important;
}

.badge.status-full, .badge.badge-active {
    background-color: #dcfce7 !important;
    color: #166534 !important;
}

.badge.status-ready {
    background-color: #fef9c3 !important;
    color: #854d0e !important;
}

.badge.status-validation {
    background-color: #dbeafe !important;
    color: #1e40af !important;
}

.badge.status-no_contact {
    background-color: #f3e8ff !important;
    color: #6b21a8 !important;
}

.badge.status-on_hold {
    background-color: #fce7f3 !important;
    color: #9d174d !important;
}

.badge.status-exported {
    background-color: #e0e7ff !important;
    color: #3730a3 !important;
}

.badge.status-removed, .badge.badge-inactive {
    background-color: #fee2e2 !important;
    color: #991b1b !important;
}

.badge.tier-very-low {
    background-color: #f3f4f6 !important;
    color: #1f2937 !important;
}

.tier-very-low.active {
    background-color: #d1d5db !important;
}

.badge.tier-low {
    background-color: #fef9c3 !important;
    color: #a16207 !important;
}

.badge.tier-medium, .limit-badge {
    background-color: #dbeafe !important;
    color: #1e40af !important;
}

.badge.tier-high {
    background-color: #ede9fe !important;
    color: #6d28d9 !important;
}

.tag-bg-red-100, .tag-red {
    background-color: #fee2e2 !important;
    color: #991b1b !important;
}

.tag-bg-green-100, .tag-green {
    background-color: #dcfce7 !important;
    color: #166534 !important;
}

.tag-bg-yellow-100, .tag-yellow {
    background-color: #fef9c3 !important;
    color: #854d0e !important;
}

.tag-bg-blue-100, .tag-blue {
    background-color: #dbeafe !important;
    color: #1e40af !important;
}

.tag-bg-indigo-100, .tag-indigo {
    background-color: #e0e7ff !important;
    color: #3730a3 !important;
}

.tag-bg-purple-100, .tag-purple {
    background-color: #f3e8ff !important;
    color: #6b21a8 !important;
}

.tag-bg-pink-100, .tag-pink {
    background-color: #fce7f3 !important;
    color: #9d174d !important;
}

.btn-share {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bbf7d0 !important;
    color: #166534 !important;
    border: none;
}

.btn-share:hover,
.btn-share:focus {
    background-color: #86efac !important;
    color: #166534 !important;
}

.btn-details {
    display: inline-flex;
    padding: 0.375rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 0.5rem;
    background: #4f46e5;
    color: #fff !important;
    border: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: none;
}

.btn-details:hover,
.btn-details:focus {
    background: #3730a3;
    color: #fff !important;
    outline: none;
}

.btn-details .bi {
    margin-right: 0.5em;
    width: 1.1em;
    height: 1.1em;
    vertical-align: middle;
}

/*Export Page*/
.export-wrapper-bg {
    background-color: #f9fafb !important;
}

.export-btn {
    background-color: #4f46e5 !important;
    color: #fff !important;
    transition: background-color 0.2s;
}

.export-btn:hover,
.export-btn:focus {
    background-color: #4338ca !important;
    color: #fff !important;
}

.bg-indigo-50 {
    width: 48px;
    height: 48px;
    background-color: #eef2ff !important;
}

.bg-green-100 {
    background-color: #dcfce7 !important;
}

.icon-indigo {
    color: #4f46e5 !important;
    font-size: 1.5rem !important;
}

.bg-indigo-100 {
    background-color: #e0e7ff !important;
}

.text-indigo-700 {
    color: #4338ca !important;
}

.rounded-full {
    border-radius: 9999px !important;
}

.text-gray-700 {
    color: #374151 !important;
}

.text-gray-600 {
    color: #4b5563 !important;
}

.bg-gray-50 {
    background-color: #f9fafb !important;
}

.bg-gray-100 {
    background-color: #f3f4f6 !important;
}

.hover-bg-gray-100:hover {
    background-color: #f3f4f6 !important;
}

.export-filter-label input[type="radio"]:checked + .export-filter-btn {
    background-color: #eef2ff; /* indigo-50 */
    color: #4338ca; /* indigo-700 */
}

.export-filter-btn {
    background-color: #f9fafb; /* Tailwind bg-gray-50 */
    color: #374151;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.export-filter-label input[type="radio"]:not(:checked) + .export-filter-btn:hover {
    background-color: #f3f4f6 !important; /* Tailwind bg-gray-100 */
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.export-filter-label input[type="radio"]:checked + .export-filter-btn .selected-icon {
    color: #4338ca !important; /* indigo-700 */
}

.export-filter-label input[type="radio"]:checked + .export-filter-btn .badge-ind {
    background-color: #e0e7ff !important; /* indigo-100 */
    color: #4338ca !important; /* indigo-700 */
}

.export-filter-label input[type="radio"]:not(:checked) + .export-filter-btn:hover .badge-ind {
    background-color: #e5e7eb !important; /* Tailwind bg-gray-200 */
}

.btn.btn-light:hover,
.btn.btn-light:focus {
    background-color: #e5e7eb !important; /* Tailwind bg-gray-200 */
    color: #374151 !important;
}

.modal .modal-28rem {
    max-width: 28rem;
}

.limit-badge {
    display: none;
}

.btn-reset-limits {
    background-color: #f3f4f6;
    color: #374151;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: 0;
    box-shadow: 0 1px 2px rgba(16, 30, 54, 0.04);
    transition: background 0.2s;
}

.btn-reset-limits:hover,
.btn-reset-limits:focus {
    background-color: #e5e7eb;
    color: #374151;
}

.ring-active {
    box-shadow: 0 0 0 2px #6366f1 !important; /* ring width */
    outline: 2px solid #6366f1 !important; /* ring color */
    outline-offset: 2px;
}

.bg-green-600 {
    background-color: rgb(22, 163, 74) !important;
}

.mark-export-btn:hover, .resend-webhook:hover {
    background-color: rgb(23, 169, 71) !important;
}

.keep-ready-btn:hover {
    background-color: #f9fafb !important;
}

.flex-1 {
    flex: 1 1 0%;
}

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

.top-2 {
    top: 8px !important;
}

.right-2 {
    right: 8px !important;
}

.copy-webhook::before {
    font-size: 16px !important;
}

.match_audit_btn {
    color: #15803d;
    background-color: #dcfce7;
}

.match_audit_btn:hover {
    color: #15803d;
    background-color: #bbf7d0;
}

.unmatched_audit_btn {
    color: #4338ca;
    background-color: #e0e7ff;
}

.unmatched_audit_btn:hover {
    color: #4338ca;
    background-color: #c7d2fecc;
}

.clipboard-btn {
    position: absolute;
    background: white;
    height: 34px;
    width: 34px;
    top: 8px;
    right: 8px;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 0.08);
}

.bg-yellow-600 {
    background-color: rgb(202, 138, 4) !important;
}

.text-yellow-600 {
    color: rgb(202, 138, 4) !important;
}

.bg-yellow-700, .confirm-resend-btn:hover {
    background-color: rgb(161, 98, 7) !important;
}

#confirmResendModal {
    backdrop-filter: brightness(0.5);
}

.bg-gray-800 {
    background-color: rgb(31, 41, 55) !important;
}

.bg-gray-700, .email-support-btn:hover {
    background-color: rgb(55, 65, 81) !important;
}

.text-gray-900, .footer-link:hover, .invite-already-close-btn:hover {
    color: rgb(17, 24, 39) !important;
}

.bg-red-50 {
    background-color: rgb(254, 242, 242) !important;
}

.text-red-700 {
    color: #b91c1c;
}

.rotate-icon {
  transform: scaleY(-1);
}