/**
 * Icons from https://css.gg
 * Prefixed with a parent css selector to avoid any unintentional overwrites.
 */

 /* https://css.gg/add */
.fpbuddy_manage_widgets .gg-add {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 2px solid;
	transform: scale(var(--ggs,1));
	border-radius: 22px
}

.fpbuddy_manage_widgets .gg-add::after,
.fpbuddy_manage_widgets .gg-add::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 10px;
	height: 2px;
	background: var( --fpbuddy-editor-color-main );
	border-radius: 5px;
	top: 8px;
	left: 4px
}

.fpbuddy_manage_widgets .gg-add::after {
	width: 2px;
	height: 10px;
	top: 4px;
	left: 8px
} 
.fpbuddy_manage_widgets .gg-add.flipped::after,
.fpbuddy_manage_widgets .gg-add.flipped::after{
	background: var( --fpbuddy-editor-color-main-contrast );
}


/* https://css.gg/remove */
.fpbuddy_manage_widgets .gg-remove {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs,1));
	width: 22px;
	height: 22px;
	border: 2px solid;
	border-radius: 22px
}
   
.fpbuddy_manage_widgets .gg-remove::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 10px;
	height: 2px;
	background: var( --fpbuddy-editor-color-main-contrast );
	border-radius: 5px;
	top: 8px;
	left: 4px
} 



/* https://css.gg/select */
.fpbuddy_manage_widgets .gg-select {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs,1));
	width: 22px;
	height: 22px
}
   
.fpbuddy_manage_widgets .gg-select::after,
.fpbuddy_manage_widgets .gg-select::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 7px;
	transform: rotate(-45deg)
}
   
.fpbuddy_manage_widgets .gg-select::before {
	border-left: 2px solid;
	border-bottom: 2px solid;
	bottom: 4px
}
   
.fpbuddy_manage_widgets .gg-select::after {
	border-right: 2px solid;
	border-top: 2px solid;
	top: 4px
}



/* https://css.gg/info */
.fpbuddy_manage_widgets .gg-info {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs,1));
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-radius: 40px
}
   
.fpbuddy_manage_widgets .gg-info::after,
.fpbuddy_manage_widgets .gg-info::before {
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	width: 2px;
	background: var( --fpbuddy-editor-color-main );
	left: 7px
}
   
.fpbuddy_manage_widgets .gg-info::after {
	bottom: 2px;
	height: 8px
}
   
.fpbuddy_manage_widgets .gg-info::before {
	height: 2px;
	top: 2px
} 


/* https://css.gg/youtube */
.fpbuddy_manage_widgets .gg-youtube {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 16px;
	height: 10px;
	box-shadow: 0 0 0 2px;
	border-radius:
	15px 15px 15px 15px /
	45px 45px 45px 45px
}
   
.fpbuddy_manage_widgets .gg-youtube::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 7px;
	top: 2px;
	border-left: 4px solid currentColor;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent
} 


/* https://css.gg/facebook */
.fpbuddy_manage_widgets .gg-facebook {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 20px;
	height: 20px
}
   
.fpbuddy_manage_widgets .gg-facebook::after,
.fpbuddy_manage_widgets .gg-facebook::before {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box
}
   
.fpbuddy_manage_widgets .gg-facebook::before {
	width: 8px;
	height: 20px;
	border-left: 4px solid;
	border-top: 4px solid;
	border-top-left-radius: 5px;
	left: 6px
}
   
.fpbuddy_manage_widgets .gg-facebook::after {
	width: 10px;
	height: 4px;
	background: currentColor;
	top: 7px;
	left: 4px;
	transform: skew(-5deg)
} 


/* https://css.gg/instagram */
.fpbuddy_manage_widgets .gg-instagram {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	border: 2px solid transparent;
	box-shadow: 0 0 0 2px;
	border-radius: 4px;
	width: 20px;
	height: 20px
}
   
.fpbuddy_manage_widgets .gg-instagram::after,
.fpbuddy_manage_widgets .gg-instagram::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute
}
   
.fpbuddy_manage_widgets .gg-instagram::after {
	border: 2px solid;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	top: 3px
}
   
.fpbuddy_manage_widgets .gg-instagram::before {
	border-radius: 3px;
	width: 2px;
	height: 2px;
	background: currentColor;
	right: 1px;
	top: 1px
} 


/* https://css.gg/twitter */
.fpbuddy_manage_widgets .gg-twitter {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 20px;
	height: 20px
}
   
.fpbuddy_manage_widgets .gg-twitter::after,
.fpbuddy_manage_widgets .gg-twitter::before {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 4px
}
   
.fpbuddy_manage_widgets .gg-twitter::before {
	width: 9px;
	height: 14px;
	border-left: 4px solid;
	border-bottom: 4px solid;
	border-bottom-left-radius: 6px;
	background:
	linear-gradient(
	to left,currentColor 12px,transparent 0)
	no-repeat center 2px/10px 4px;
	top: 4px
}
   
.fpbuddy_manage_widgets .gg-twitter::after {
	width: 4px;
	height: 4px;
	background: currentColor;
	border-radius: 20px;
	top: 2px;
	box-shadow: 7px 4px 0,7px 12px 0
} 


/* https://css.gg/details-more */
.fpbuddy_manage_widgets .gg-details-more {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,1));
	width: 20px;
	height: 14px;
	border: 2px solid transparent
}
   
.fpbuddy_manage_widgets .gg-details-more::after,
.fpbuddy_manage_widgets .gg-details-more::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	height: 2px;
	border-radius: 3px;
	background: currentColor
}
   
.fpbuddy_manage_widgets .gg-details-more::before {
	box-shadow: 0 4px 0 0;
	top: 0;
	width: 16px
}
   
.fpbuddy_manage_widgets .gg-details-more::after {
	width: 10px;
	bottom: 0
}

/* https://css.gg/icon/close-r */
.fpbuddy_manage_widgets .gg-close-r {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 18px;
	height: 18px;
	border: 1px solid;
	border-radius: 4px;
}
.fpbuddy_manage_widgets .gg-close-r::after,
.fpbuddy_manage_widgets .gg-close-r::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 10px;
	height: 2px;
	background: var( --fpbuddy-editor-color-main-contrast );
	transform: rotate(45deg);
	border-radius: 5px;
	top: 7px;
	left: 3px;
}
.fpbuddy_manage_widgets .gg-close-r::after {
	transform: rotate(-45deg);
}

.fpbuddy_manage_widgets .gg-link {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: rotate(-45deg) scale(var(--ggs, 1));
	width: 8px;
	height: 2px;
	background: currentColor;
	border-radius: 4px;
}
.fpbuddy_manage_widgets .gg-link::after,
.fpbuddy_manage_widgets .gg-link::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	width: 8px;
	height: 10px;
	border: 2px solid;
	top: -4px;
}
.fpbuddy_manage_widgets .gg-link::before {
	border-right: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	left: -6px;
}
.fpbuddy_manage_widgets .gg-link::after {
	border-left: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	right: -6px;
}
  