#widget-activity { display: none; }

/* データ移行プラグイン */
body.mode-start_migration [id^=rb-]:not([id=rb-ms_entry]):not([id=rb-fs_entry]):not([id=rb-mg_entry]):not([id=rb-page]):not([id=rb-fs_page]) { display: none !important; }
body.mode-start_migration .custom-checkbox:has(#html_js_to_asset) { display: none; }
body.mode-start_migration .custom-checkbox:has(#html_css_to_asset) { display: none; }
body.mode-start_migration .custom-checkbox:has(#html_create_report) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_title_perttern"][value="start_end"]) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_title_perttern"][value="regex"]) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_title_perttern"][value="xpath"]) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_title_perttern"][value="css"]) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_body_perttern"][value="start_end"]) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_body_perttern"][value="regex"]) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_body_perttern"][value="xpath"]) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_body_perttern"][value="css"]) { display: none; }
body.mode-start_migration .custom-radio:has(input[type="radio"][name="html_body_perttern"][value="all_html"]) { display: none; }
body.mode-start_migration .option-content .form-group:has(#html_setting_selector) { display: none; }
body.mode-start_migration .option-content .form-group:has(#html_preprocessing) { display: none; }
body.mode-start_migration #import_format option[value="movabletype"] { display: none !important; }

#html_meta_keywords-label { display: none !important; }
#html_meta_tags-label { display: none !important; }

[for="html_field_settings"] { display: none; }
#html_field_settings { display: none; }
#html_field_settings + div { display: none; }
#html_field_settings + div + p { display: none; }

[for="wordpress_field_settings"] { display: none; }
#wordpress_field_settings { display: none; }
#wordpress_field_settings + p { display: none; }


/* リッチテキストエディタのフォーマット一部項目削除 */
#text_format-select option[value="convert_breaks"] { display: none; }
#text_format-select option[value="markdown"] { display: none; }

/* 投稿のカテゴリ選択エリアの編集 */
#categories-wrapper .fa-check { visibility: hidden; }
#categories-wrapper .nestableobjects-list .categories_primary_chooser { visibility: hidden;}
#categories-wrapper .nestableobjects-list .nestableobjects-list .categories_primary_chooser { visibility: visible; }
#categories-wrapper .nestableobjects-list .nestableobjects-list .custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23fff'/%3E%3C/svg%3E");
}

/* フォーム作成の編集 */
.row.form-group.send_email label[for="email_from"] { display: none; }
.row.form-group.send_email #email_from { display: none; }
.row.form-group.send_email label[for="notify_from"] { display: none; }
.row.form-group.send_email #notify_from { display: none; }


/* ヒント文 */
.hint-block.text-muted { color: #333 !important; }

/* フォーム作成の編集:通知メール送信のReturn-Path非表示 */
body.mode-view.edit-form .send_thanks:has([name="thanks_return_path"]){
  display: none !important;
}
body.mode-view.edit-form .send_notify:has([name="notify_return_path"]){
  display: none !important;
}
