.quoted_pages_setup{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.quoted_pages_setup .button-slide-up {
	min-width: 150px;
}
.quoted_pages_setup button.btn.btn--primary.button-slide-up__button {
	line-height: 32px !important;
}


.table_head{
	background-color: #f6f8fa;
	border-radius: 6px 6px 0 0;
	padding: 12px;
	border: solid 1px #d0d7de;
}

.wpgb-grid-14{
	margin-bottom: 20px;
}

.wpgb-grid-14 .wpgb-card.wpgb-no-result .wpgb-card-wrapper {
	padding:  12px  !important;
	background: #fff;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #d0d7de;
	border-radius: 0 0 6px 6px;
	font-weight: 400 !important;
}

.wpgb-masonry article.wpgb-card.wpgb-card-10:last-of-type .wpgb-card-wrapper .wpgb-card-inner{
  border-radius: 0 0 6px 6px !important;
}

		/* Optional: Customize the dropdown menu style */
.dropdown {
	display: none;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.dropdown a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: white;
}
.dropdown a:hover {
	background: #f0f0f0;
}

.tippy-box[data-theme~='makedev'] {
  background-color: white;
  color: #222 !important;
  border: 1px solid #d0d7de !important;
}

.tippy-box[data-theme~='makedev'] .tippy-content {
	
}

.tippy-box[data-theme~='makedev'] .tippy-arrow {
	color: white;
}
.tippy-box[data-theme~='makedev'][data-placement^='top'] > .tippy-arrow::before {
	border-top: 1px solid #ccc;
}
.tippy-box[data-theme~='makedev'][data-placement^='bottom'] > .tippy-arrow::before {
	border-bottom: 7px solid #ccc;
}
.tippy-box[data-theme~='makedev'][data-placement^='left'] > .tippy-arrow::before {
	border-left: 1px solid #ccc;
}
.tippy-box[data-theme~='makedev'][data-placement^='right'] > .tippy-arrow::before {
	border-right: 1px solid #ccc;
}


.tippy-box .dropdown_group_heading{
	padding: 2px 7px !important;
	color: #d0d7de !important;
	border-bottom: 1px solid !important;
}

.tippy-content a{
	text-wrap: nowrap;
	padding: 5px 10px !important;
	display: block;
}
.tippy-content a:hover{
	background: rgb(238, 238, 238);
}

ul.sections{
	padding-bottom: 0;
	list-style: auto;
}

ul.sections li{
	line-height: 1.4;
}