@charset "utf-8";
.acf-admin-page.acf-internal-post-type .acf-field-editor .acf-field-settings-tab-bar li{
	background: #fff;
	color: #000 !important;
	padding:0 20px;
	box-sizing: border-box;
}
.acf-field .acf-field-post-object .-c0{
	width: 90% !important;
}
.acf-field-settings .acf-field {
  box-sizing: border-box;
  width: 100% !important;
}
.acf-field.acf-accordion .acf-input.acf-accordion-content {
	padding: 0;
	float: none;
	min-width: 100% !important;
}
.form-table td.acf-label{
	width: 24% !important;
}
.acf-label label{
	width: 250px !important;
}
.acf-input, 
span .acf-selection, 
.acf-field .acf-field-textarea .acf-input {
  width: 100% !important;
}
.acf-block-fields .acf-fields,
.acf-block-component .acf-block-panel{
	display: flex;
	flex-direction: column;
}
.acf-field.acf-accordion {
	display: flex;
	flex-direction: column;
	flex: 1;
	width:100% !important;
	flex-wrap: wrap;
}
.acf-label,
.acf-block-panel .acf-field{
	width:100% !important;
}
.acf-range-wrap input[type="number"] {
	display: inline-block;
	min-width: 6em !important;
	padding: 7px !important;
	margin-left: 10px;
	vertical-align: middle;
}
.acf-tab-group {
  border-bottom: #ccc solid 1px;
  padding: 0 !important;
}
.acf-tab-group li a {
	padding: 8px !important;
	display: flex;
	justify-content: flex-start;
	border-radius: 5px !important;
}
.acf-label{width: 230px !important;}
.acf-range-wrap{display: flex;}
.acf-range-wrap input[type="range"] {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  height: 28px;
  width: 55%;
}
.acf-input,
span .acf-selection,
.acf-field .acf-field-textarea .acf-input{
	min-width: 100% !important;
}

/* ========== ACF INNER PAGE / BUILDER ======*/
.acf-fields > .acf-tab-wrap:first-child .acf-tab-group {
	border-top: none;
	background: #00737B !important;
}
.acf-button-group label.selected {
	border-color: #9C0169 !important;
	background: #9C0169 !important;
	color: #fff;
	z-index: 2;
}
.acf-button-group ul.acf-hl .acf-tab-group{
	display: flex;
	justify-content: center !important;
}
.acf-tab-group li{
	padding: 0px !important; 
	box-sizing: border-box;
}
a.acf-tab-button{
	padding: 15px;
	box-sizing: border-box !important;
}
ul.acf-tab-group{
	padding: 10px !important;
	box-sizing: border-box;
}
li.acf-settings-type-presentation,
li.acf-settings-type-location-rules,
li.acf-settings-type-group-settings{
	color: #000 !important;
	background: #fff !important;
	margin:10px;
}
li.acf-settings-type-presentation a{
	color:aquamarine;
}
.acf-field.acf-accordion .acf-label.acf-accordion-title {
	padding: 12px;
	background: #D2FBFF !important;
	width: 100% !important;
	font-weight: bold !important;
}
.acf-fields .acf-tab-wrap .acf-tab-group li.active a,
.acf-admin-page.acf-internal-post-type .acf-tab-wrap .acf-tab-group li.active a{
	background: #5BEDF1;
	border-bottom-color: #040404;
	color: #000 !important;
}
.acf-input .acf-accordion-content{
	display: block;
	min-width: 100% !important;
}
.acf-accordion .acf-accordion-title label {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.4em;
	color: #000 !important;
	font-weight: bold !important;
	font-family: Arial, "sans-serif";
}
.acf-field .acf-label label {
	display: block;
	margin: 0 0 3px;
	padding: 0;
	line-height: 1.4em;
	color: #0A4048 !important;
	font-weight: bold !important;
	font-family: Arial, "sans-serif";
}
.acf-admin-page .acf-radio-list label, 
.acf-admin-page .acf-checkbox-list label {
	color:#000!important;
}
.acf-admin-page .acf-field-true-false {
	display: flex;
	align-items: flex-start;
	width: 450px !important;
}
.acf-gallery-side-data tbody {
	display: flex !important;
	flex-direction: column !important;
	width: 100%;
	flex-wrap: wrap !important;
}
.acf-gallery-side-data td.acf-field, 
.acf-gallery-side-data tr.acf-field {
  margin: 0;
  display: flex;
  flex-direction: column !important;
}
.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
  background-color: #f7f7f7;
  border-color: #ccc;
  max-width: 100%;
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  padding: 5px 10px;
  margin-right: 10px !important;
  margin-left: 0px !important;
}
