.ArtistNameUpdateSidecar {
    width: 450px;
    .ReactModal {
        &-body {
            overflow-x: hidden;
            display: block;
        }
        &-content {
            min-width: 100%;
        }
        &-header-text {
            margin-left: 0;
        }
    }
    &-artistname-update-instruction {
        padding-left: 0;
        padding-bottom: 30px;
    }

    &-account-search-dropdown-helptext {
        color: var(--gray-700);
        font-size: 12px;
    }

    &-horizontal-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    &-artist-search-dropdown-helptext {
        color: var(--gray-700);
        font-size: 12px;
    }

    &-artist-search-dropdown {
        margin-top: 20px;
    }

    &-artist-change-name {
        margin-top: 20px;
    }

    &-products-tracks-banner {
        margin-top: 20px;
    }

    &-merge-artist-dropdown-helptext {
        color: var(--gray-700);
        font-size: 12px;
    }

    &-merge-artist-dropdown {
        margin-top: 20px;
    }

    .text-muted {
        color: var(--gray-700);
        font-size: 12px;
    }

    &-change-name-to-helptext {
        color: var(--gray-700);
        font-size: 12px;
    }

    ::placeholder {
        color: var(--text-primary-disabled);
    }

    &-sidecar-save {
        margin-right: 35px;
        margin-top: 20px;
    }

    &-sidecar-btn-cancel {
        margin: 20px;
        color: var(--midnight-650);
    }

    &-save-in-progress {
        float: right;
    }

    &-buttons {
        border-top: 1px solid var(--dividers-light-stroke, #e3e5e8);
    }
}
