#acf-group_feed_settings .acf-tab-button {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#acf-group_feed_settings .acf-input {
	max-width: 500px;
}
#acf-group_feed_settings .acf-tab-button:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 18px;
	height: 18px;
	font-size: 18px;
	vertical-align: top;
	text-align: center;
	transition: color 0.1s ease-in;
	margin-right: 5px;
}

#acf-group_feed_settings .description {
	font-style: normal;
	font-size: 11px;
}

a[data-key$="feed_tab"]:before {
	content: '\f303';
}

a[data-key$="channel_tab"]:before {
	content: '\f484';
}

a[data-key$="images_tab"]:before {
	content: '\f161';
}

a[data-key$="share_tab"]:before {
	content: '\f237';
}

a[data-key$="donate_tab"]:before {
	content: '\f487';
}

a[data-key$="search_tab"]:before {
	content: '\f179';
}

a[data-key$="rating_tab"]:before {
	content: '\f155';
}

a[data-key$="tables_tab"]:before {
	content: '\f535';
}

a[data-key$="access_tab"]:before {
	content: '\f12e';
}

a[data-key$="comments_tab"]:before {
	content: '\f101';
}

a[data-key$="callback_tab"]:before {
	content: '\f465';
}

a[data-key$="menu_tab"]:before {
	content: '\f228';
}

a[data-key$="analytics_tab"]:before {
	content: '\f185';
}

a[data-key$="related_posts_tab"]:before {
	content: '\f124';
}

a[data-key$="breadcrumbs_tab"]:before {
	content: '\f325';
}

a[data-key$="exclude_tab"]:before {
	content: '\f14f';
}

a[data-key$="woocommerce_tab"]:before {
	content: '\f174';
}

.mihdan_yandex_turbo_feed_exclude_shortcode {
	overflow: auto;
	max-height: 500px;
	max-width: 512px;
}




.cf-container {
	display: flex;
	align-items: flex-start;
	flex: 1 1 100%;
}
.cf-container__tabs {
	flex: 0 0 20%;
	padding: 0 !important;
	border: 0;
}
.cf-container__tabs-list {
	display: block !important;
	/*margin-right: -1px !important;*/
}
.cf-container__tabs-item {
	margin-right: 0 !important;
	border: 0 !important;
	/*border-right: 1px solid #e2e4e7 !important;*/
	border-bottom: 1px solid #e2e4e7 !important;
}
.cf-container__tabs-item:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 18px;
	height: 18px;
	font-size: 18px;
	vertical-align: top;
	text-align: center;
	transition: color 0.1s ease-in;
	margin-right: 5px;
	content: '\f325';
}
.cf-container__tabs-item--current {
	border-right-color: #fff !important;
	margin-right: -1px !important;
	color: #0073aa;
}
.cf-container__fields {
	border-left: 1px solid #e2e4e7;
	margin-top: 0 !important;
}

.mytf-admin-footer-text a {
	color: #ca4a1f;
}

.column-mihdan_yandex_turbo_feed {
	width: 22px;
}
.mytf-post-status {
	color: #ced0d1;
	cursor: help;
}
.mytf-post-status--success {
	color: #098f0b;
}
.mytf-post-status--danger {
	color: #ff0000;
}
.mytf-post-status--warning {
	color: yellowgreen;
}
@media (max-width: 782px) {
	.post-type-mihdan_yandex_turbo .acf-fields.-sidebar {
		padding-left: 40% !important;
	}
	.post-type-mihdan_yandex_turbo .acf-fields.-sidebar:before {
		width: 40% !important;
	}
	.post-type-mihdan_yandex_turbo .acf-tab-wrap.-left .acf-tab-group {
		width: 40% !important;
	}
}