/* 
 * WPB Menu & Category Accordion
 * Author: WPBean
 */

.remove-times {
	z-index: 9;
}

/**
* Search Icons in Icon Picker
*/
.wpb_wmca_icon_search_box {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.wpb_wmca_icon_search_box label {
  font-weight: 400;
  font-size: 23px;
}


body.nav-menus-php .icon-picker-overlay {
	position: inherit;!important;
}
body.nav-menus-php .fa-set{
	border: 1px solid #dfdfdf;
	background: #fafafa;
}
body.nav-menus-php .icon-selected {
  background: #DCD9D9;
}


.wpb_wmca_cat_exclude, 
.wpb_wmca_cat_include {
  display: block;
}
.wpb_wmca_cat_exclude span,
.wpb_wmca_cat_include span {
  display: inline-block;
  width: 33.33%;
}

.wpb-wmca-widget-select {
  width: 100%;
  min-height: 110px;
}

.icon-picker a.launch-icons {
  margin-right: 10px;
}
.rtl .icon-picker a.launch-icons {
  margin-right: 0;
  margin-left: 10px;
}
.csf-field-heading .wpb-sb-copy-shortcode {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  display: flex;
  padding: 0 15px;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  gap: 30px;
}
.csf-field-heading .wpb-sb-copy-shortcode:active {
  opacity: 0.3;
  transform: scale(0.98);
}
.csf-field-heading .wpb-sb-copy-shortcode:hover {
  cursor: pointer;
  background: #fff;
}

.wpb_wcma_term_expanded.dashicons {
  border: 1px solid transparent;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.wpb_wcma_term_expanded.dashicons:hover {
  cursor: pointer;
}
.wpb_wcma_term_expanded_yes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.wpb_wcma_term_expanded_no {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}