.sz-song-creation {
    text-align: left;
    margin: 20px 0;
}
.sz-song-creation h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
}
.sz-checkmark-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sz-checkmark-item {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}
.sz-checkmark-item.checked {
    color: #28a745; /* Green for checked items */
    font-weight: bold;
}



/* List Table Styling */
.ccp-users-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.ccp-users-table th, .ccp-users-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.ccp-users-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.ccp-users-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.ccp-users-table tr:nth-child(odd) {
    background-color: #ffffff;
}
.ccp-users-table tr:hover {
    background-color: #b3dcee;
}
.ccp-add-user-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 10px;
}
.ccp-add-user-button:hover {
    background-color: #005177;
}


/* Styling for buttons on the dashboard page */
.crm-dashboard-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.crm-dashboard-buttons a {
    padding: 10px 20px !important;
    background-color: #ffffff !important;
    color: #ff6d6d !important;
    text-decoration: none;
    border-radius: 4px;
}
.crm-dashboard-buttons a:hover {
    background-color: #d3e2e9 !important;
}

.crm-licensee-details {
    border: none !important;
    border-collapse: collapse !important;
}

.crm-licensee-details tr, .crm-licensee-details th, .crm-licensee-details td {
    border: none !important;
}

.crm-licensee-details th {
    color: #ff6d6d !important;
}

.song-details-container .song-title h2 {
    font-size: 24px;
    color: white;
}

.song-details-container .song-details {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.song-details-container .song-creation-status {
    min-width: 200px;
}
.song-details-container .song-creation-status h3,
.song-details-container .song-creation-status .status-checkmarks, label {
    color: white;
}

.song-creation-discuss-log {
    background: white;
    padding: 30px;
}

.song-creation-discuss-log table {
    width: 100%;
    border: none !important;
    margin-top: 20px;
}

.song-creation-discuss-log table th {
    color: #ff6d6d !important;
}

.song-creation-discuss-log table th, .song-creation-discuss-log table td {
    padding: 10px;
    border: none !important;

}