/*
	Global CSS styles
	Theses styles can be used for different screens
	& In different SmashBalloon Plugins

	* Transitions
	* Default, Hover & Focus Colors & Backgrounds
	* Social Colors
	* Buttons
	* Full Screen Boss
	* Add Source Popup
	* Confirm Dialog
	* Full Screen Loader
	* Tooltip
*/
#sbc-settings{
    visibility: hidden;
    opacity: 0;
}
#sbc-settings[data-app-loaded="true"]{
    visibility: visible;
    opacity: 1;
}


#sbc-builder-app {
	-webkit-font-smoothing: antialiased;
}

/*
	Transitions
*/
.sb-tr-1{
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.sb-tr-2{
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.sb-tr-3{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sb-tr-4{
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sb-tr-5{
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.sb-tr-6{
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.sb-tr-7{
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.sb-tr-8{
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.sb-tr-9{
	-webkit-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
}
.sb-tr-10{
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

/*
	* Default, Hover & Focus Colors & Backgrounds
*/
.sb-small-p,
.sb-standard-p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 160%;
	color: #8C8F9A;
	margin: 0;
}
.sb-standard-p{
	font-size: 16px;
	color: #141B38;
}
#sbc-settings h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	margin: 0 0 4px 0;
	letter-spacing: 0;
}
.sb-caption {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #141B38;
}
.sb-caption.sb-caption-lighter {
	color: #5F6368;
}
.sb-small-text {
	font-size: 12px;
}
.sb-bold {
	font-weight: 600;
}
.sb-dark-text {
	color: #141B38;
}
.sb-small {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #141B38;
}
.sb-button-no-border {
	border-radius: 0 !important;
	border: none !important;
}
.sb-icon-small svg {
	height: 10px;
}
.sb-dark-hover:hover svg, .sb-dark-hover:hover path {
	fill: #141B38;
}
/*orange*/
.sb-btn-orange{
	background: #FE544F!important;
	color: #fff!important;
}
.sb-btn-orange:hover{
	background: #EC352F!important;
	border-color: #EC352F!important;
	color: #fff!important;
}
.sb-btn-orange:focus,
.sb-btn-orange:active{
	background: #BC120E!important;
	border-color: #BC120E!important;
	color: #fff!important;
}

/*red*/
.sb-btn-red{
	background: #D72C2C!important;
	color: #fff!important;
}
.sb-btn-red:hover{
	background: #DF5757!important;
	color: #fff!important;
}
.sb-btn-red:focus,
.sb-btn-red:active{
	background: #841919!important;
	color: #fff!important;
}

/*red*/
.sb-btn-blue{
	background: #0068A0!important;
	color: #fff!important;
}
.sb-btn-blue:hover{
	background: #0096CC!important;
	border-color: #0096CC!important;
	color: #fff!important;
}
.sb-btn-blue:focus,
.sb-btn-blue:active{
	background: #004D77!important;
	border-color: #004D77!important;
	color: #fff!important;
}

/*grey*/
.sb-btn-grey{
	background: #F3F4F5!important;
	color: #141B38!important;
	border: 1px solid #D0D1D7!important;
}
.sb-btn-grey:hover{
	background: #fff!important;
	color: #141B38!important;
	border: 1px solid #DCDDE1!important;
}
.sb-btn-grey:focus,
.sb-btn-grey:active{
	background: #E8E8EB!important;
	color: #141B38!important;
	border: 1px solid #D0D1D7!important;
}

/*dark*/
.sb-btn-dark{
	background: #2C324C!important;
	color: #fff!important;
}
.sb-btn-dark:hover{
	background: #434960!important;
	color: #fff!important;
}
.sb-btn-dark:focus,
.sb-btn-dark:active{
	background: #141B38!important;
	color: #fff!important;
}

/*orange*/
.sbc-btn-orange{
	background: #FE544F!important;
	color: #fff!important;
}
.sbc-btn-orange:hover{
	background: #EC352F!important;
	color: #fff!important;
}
.sbc-btn-orange:focus,
.sbc-btn-orange:active{
	background: #BC120E!important;
	color: #fff!important;
}

/*red*/
.sbc-btn-red{
	background: #D72C2C!important;
	color: #fff!important;
}
.sbc-btn-red:hover{
	background: #DF5757!important;
	color: #fff!important;
}
.sbc-btn-red:focus,
.sbc-btn-red:active{
	background: #841919!important;
	color: #fff!important;
}

/*red*/
.sbc-btn-blue{
	background: #0068A0!important;
	color: #fff!important;
}
.sbc-btn-blue:hover{
	background: #0096CC!important;
	color: #fff!important;
}
.sbc-btn-blue:focus,
.sbc-btn-blue:active{
	background: #004D77!important;
	color: #fff!important;
}

/*grey*/
.sbc-btn-grey{
	background: #F3F4F5!important;
	color: #141B38!important;
	border: 1px solid #D0D1D7!important;
}
.sbc-btn-grey:hover{
	background: #fff!important;
	color: #141B38!important;
	border: 1px solid #DCDDE1!important;
}
.sbc-btn-grey:focus,
.sbc-btn-grey:active{
	background: #E8E8EB!important;
	color: #141B38!important;
	border: 1px solid #D0D1D7!important;
}

/*dark*/
.sbc-btn-dark{
	background: #2C324C!important;
	color: #fff!important;
}
.sbc-btn-dark:hover{
	background: #434960!important;
	color: #fff!important;
}
.sbc-btn-dark:focus,
.sbc-btn-dark:active{
	background: #141B38!important;
	color: #fff!important;
}

/*disabled*/
.sb-btn-orange[data-active="false"],
.sb-btn-blue[data-active="false"],
.sb-btn-red[data-active="false"],
.sb-btn-grey[data-active="false"],
.sb-btn-dark[data-active="false"]{
	background: #E8E8EB !important;
	color: #8C8F9A !important;
}


/*
	* Social Colors
*/

/*Facebook*/
.sb-cl-facebook,
.sb-clhv-facebook:hover{
	color: #006BFA!important;
}
.sbc-bg-facebook,
.sbc-bghv-facebook:hover{
	background: #006BFA!important;
}

/*Instagram*/
.sb-cl-instagram,
.sb-clhv-instagram:hover{
	color: #BA03A7!important;
}
.sbc-bg-instagram,
.sbc-bghv-instagram:hover{
	background: #BA03A7!important;
}

/*Twitter*/
.sb-cl-twitter,
.sb-clhv-twitter:hover{
	color: #1B90EF!important;
}
.sbc-bg-twitter,
.sbc-bghv-twitter:hover{
	background: #1B90EF!important;
}

/*YouTube*/
.sb-cl-youtube,
.sb-clhv-youtube:hover{
	color: #EB2121!important;
}
.sbc-bg-youtube,
 .sbc-bghv-youtube:hover{
	background: #EB2121!important;
}

/*Linkedin*/
.sb-cl-linkedin,
.sb-clhv-linkedin:hover{
	color: #007bb6!important;
}
.sbc-bg-linkedin,
.sbc-bghv-linkedin:hover{
	background: #007bb6!important;
}

/*Mail*/
.sb-cl-mail,
.sb-clhv-mail:hover{
	color: #666!important;
}
.sbc-bg-mail,
.sbc-bghv-mail:hover{
	background: #666!important;
}

.sb-cursor-pointer{
	cursor: pointer;
}

/*Buttons*/
.sb-btn{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px 12px;
	gap: 8px;
	background: #F3F4F5;
	border: 1px solid #DCDDE1;
	border-radius: 2px;
	box-sizing: border-box;
	transition: all .2s ease-in;
}
.sb-btn:hover {
	background-color: #fdfdfd;
	cursor: pointer;
}
.sb-btn:focus{
	box-shadow: none;
}

.sbc-small-chevron svg{
	width: 6px;
	height: 8px;
	top: 14px;
	left: 18px;
}

.sb-btn-right-icon{
	display: flex;
	justify-content: flex-start;
	padding: 15px 12px;
}
.sb-btn-right-txt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1em;
}
.sb-btn-right-txt svg{
	float: left;
	margin-right: 10px;
}

.sb-btn-right-chevron{
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: auto;
	margin-right: 10px;
}

/*Add Source*/
/*
	Add new Source Popup
*/
.sbc-fb-popup-cls{
	height: 14px;
	width: 14px;
	position: absolute;
	cursor: pointer;
	right: 17px;
	top: 17px;
	z-index: 3;
}
.sbc-fb-center-boss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sbc-fb-popup-inside{
	left: 80px;
	max-width: 1172px;
	width: calc(85% - 200px);
	background: #fff;
	color: #141B38;
	position: relative;
	box-shadow: 0px 26.7377px 77.2886px rgba(0, 0, 0, 0.107828), 0px 14.2952px 41.3222px rgba(0, 0, 0, 0.0894161), 0px 8.01379px 23.1649px rgba(0, 0, 0, 0.075), 0px 4.25607px 12.3027px rgba(0, 0, 0, 0.0605839), 0px 1.77104px 5.11942px rgba(0, 0, 0, 0.0421718);
	border-radius: 2px;
	overflow-y: auto;
	max-height: 80vh;
}
.sbc-fb-popup-inside.sbc-narrower-modal {
	max-width: 576px;
}
.sbc-fb-popup-inside.sb-onboarding-tooltip {
	overflow-y: visible !important;
}

.sbc-fb-embed-popup{
	width: 575px;
}

.sbc-fb-source-pp-customizer h5,.sbc-fb-embed-popup h5{
	font-size: 24px;
	padding: 0 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.sbc-fb-feedtypes-popup h5{
	font-size: 26px;
	padding: 0 20px;
	margin-top: 25px;
	margin-bottom: 30px;
}

.sbc-fb-feedtypes-pp-ctn .sbc-fb-adv-types .sbc-fb-types-list{
	margin-bottom: 30px !important
}
.sbc-fb-srcs-update{
	background: var(--cl-orange);
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	height: 38px;
}
.sbc-fb-srcs-update-footer{
	display: flex;
	align-items: center;
	border-top: 1px solid #DCDDE1;
	background: #F9F9FA;
}
.sbc-fb-srcs-update-footer-txt{
	font-size: 18px;
	line-height: 1.7em;
}

.sbc-fb-srcs-update-footer-image svg{
	width: 100%;
	height: auto;
	float: left;
}
.sbc-fb-srcs-update-footer-txt{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.sbc-fb-stp1-elm{
	margin-bottom: 30px;
	float: left;
	display: flex;
}
.sbc-fb-source-top .sbc-fb-stp1-elm:first-of-type{
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #D0D1D7;
}
.sbc-fb-stp1-event{
	padding-bottom: 0px!important;
	border-bottom: none!important;
	padding-right: 20%;
    align-items: flex-start!important;
}
.sbc-fb-stp1-elm-desc > a{
	font-weight: 600;
	text-decoration: underline;
	color: #2A65DB;
}

.sbc-fb-stp-src-ctn,
.sbc-flex-center-center{
	display: flex;
	justify-content: center;
	align-content: center;
}
.sbc-fb-stp-src-type{
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 13px;
	font-weight:400;
	cursor: pointer;
	margin-left: 20px;
	color: #434960;
	white-space: nowrap;
}
.sbc-fb-stp-src-type[data-active="true"]{
	font-weight:600;
	color: #141B38;
}
.sbc-not-sure-wrap span svg {
	margin-right: 5px;
}
.sbc-not-sure-wrap:hover .sbc-not-sure-tooltip{
	display: block;
}
.sbc-fb-stp1-elm-ic{
	width: 28px;
	height: 28px;
	border-radius: 35px;
	background: #F3F4F5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	flex: none;
}
.sbc-fb-stp1-elm-head{
	font-size: 16px;
	font-weight: 600;
}
.sbc-fb-stp1-elm-desc{
	font-size: 15px;
	margin-top: 4px;
	line-height: 1.3em;
	color: #5F6368;
}

.sbc-fb-source-btm-hd{
	font-size: 15px;
	font-weight: 500;
}
.sbc-fb-src-back-top i{
	font-size: 12px;
	margin-right: 10px;
}
.sbc-fb-source-account-info{
	background: #F3F4F5;
	color: #8C8F9A;
	display: flex;
	align-items: center;
	padding: 6px 6px 6px 12px;
	font-size: 15px;
}
.sbc-fb-source-list {
	display: grid;
	grid-template-columns: 49.5% 49.5%;
	grid-column-gap: 1%;
	margin-top: 10px;
	max-height: calc(80vh - 360px);
	overflow-y: auto;
	min-height: 80px;
}

.sbc-fb-source-account-info strong{
	color: #141B38;
}
.sbc-fb-source-btn{
	margin-top: 60px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0068A0;
	cursor: pointer;
	padding: 10px 20px;
	border-radius:  3px;
	font-size: 15px;
	font-weight: 500;
	border: none;
}
.sbc-fb-icon-success{
	position: relative;
	width: 30px;
	height: 20px;
	margin-right: 10px;
}
.sbc-fb-icon-success:before{
	content: '';
	position: absolute;
	width: 13px;
	height: 5px;
	top: 4px;
	border-left: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sbc-fb-source-inp-label,.sbc-fb-wh-label{
	font-size: 14px;
	color: #434960;
}
.sbc-fb-source-mnl-type .sbc-fb-stp-src-ctn{
	justify-content: flex-start;
	margin-bottom: 20px;
	margin-top: 10px;
}
.sbc-fb-source-mnl-type .sbc-fb-stp-src-ctn .sbc-fb-stp-src-type{
	margin-left: 0px;
	margin-right: 20px
}
.sbc-fb-source-inp,.sbc-fb-wh-inp{
	border-radius: 0px !important;
	outline: none ;
	margin-top: 5px;
	border: 1px solid #D0D1D7 !important;
	margin-bottom: 20px;
	height: 35px;
	line-height: 35px;
}
.sbc-fb-sec-heading span{
	font-size:14px;
	color: #434960;
	line-height: 1.7em;
	margin-top: 10px;
	display: block;
}
#sbc-builder-app .sbc-fb-sec-heading span {
	margin-top: 0;
}
.sbc-fb-sec-heading {
	margin-bottom: 10px;
}
.sbc-fb-slctsrc-content,.sbc-fb-section-wh-insd{
	padding:  40px;
}

.sbc-fb-slctsrc-ctn h4,.sbc-fb-section-wh-insd h4{
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

.sbc-fb-srcs-item{
	width: 100%;
	cursor: pointer;
	height: 62px;
	margin-top: 10px;
	border-radius: 3px;
	border: 1px solid #E7E7E9;
	display: flex;
	position: relative;
}
.sbc-connecting-account-item {
	display: flex;
	align-content: center;
	align-items: center;

	position: relative;
	box-sizing: border-box;

	height: 62px;
	width: 208px;
	margin: auto;
	padding: 12px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}
.sbc-fb-source-step4 {
	max-width: 576px;
}
.sbc-source-account-box {
	padding: 32px;

	background-color: #F3F4F5;
}
.sb-details-wrap {
	align-items: center;
}
.sbc-connecting-account-item .sbc-fb-srcs-item-avatar {
	margin-right: 8px;
}
.sbc-fb-srcs-item .sbc-fb-srcs-item-avatar {
	margin-right: 10px;
}
.sbc-fb-srcs-item[data-disabled="true"]{
	background: #F3F4F5;
}
.sbc-fb-stp-src-type[data-disabled="true"],
.sbc-fb-stp-src-type[data-disabled="true"] .sbc-fb-chbx-round{
	color: #8C8F9A !important;
	cursor: default;
}
.sbc-fb-stp-src-type[data-disabled="true"] {
	position: relative;
}

.sbc-fb-srcs-item[data-disabled="true"] .sbc-fb-srcs-item-inf{
	opacity: .55;
}

.sbc-fb-srcs-item:hover{
	border-color: #86D0F9;
}
.sbc-fb-srcs-item[data-active="true"]{
	border-color: #0096cc;
}

.sbc-fb-source-top .sbc-fb-srcs-item{
	margin-bottom: 0px;
}
.sbc-fb-srcs-new{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #0096CC;
	background: #EBF5FF;
	font-weight: 600;
	border: 1px solid #EBF5FF;
}
.sbc-fb-srcs-new i{
	font-size: 14px;
	padding: 0 10px;
	margin-left: -10px;
}
.sbc-fb-srcs-item-chkbx{
	width: 40px;
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 7px;
}

.sbc-fb-srcs-item-chkbx-ic,.sbc-fb-chbx-round{
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	position: relative;
	border-radius: 50px;
	border: 2px solid #8c8f9a;
}
[data-multifeed="active"] .sbc-fb-srcs-item-chkbx-ic{
	border-radius: 2px;
}

[data-active="true"] .sbc-fb-srcs-item-chkbx-ic, [data-active="true"] > .sbc-fb-chbx-round, .sbc-fb-source-popup [data-active="true"] > .sbc-fb-chbx-round{
	border-color: #0096cc;
	background: #0096cc;
}
[data-multifeed="active"] [data-active="true"] .sbc-fb-srcs-item-chkbx-ic:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	top: 2px;
	right: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

[data-multifeed="inactive"] [data-active="true"] .sbc-fb-srcs-item-chkbx-ic:before, [data-active="true"] > .sbc-fb-chbx-round:before,
.sbc-fb-source-popup .sbc-fb-source-list [data-active="true"] .sbc-fb-srcs-item-chkbx-ic:before{
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background: #fff;
	border-radius: 25px;
	left: 3px;
	top: 3px;
}

.sbc-fb-srcs-item-avatar{
	display: flex;
	width: 42px;
	height: inherit;
	justify-content: center;
	align-items: center;
}
.sbc-fb-srcs-item-avatar img{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #eee;
}
.sbc-fb-srcs-item-inf{
	width: 100%;
	height: inherit;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.sbc-fb-srcs-item-name{
    color: #141B38;
	font-weight: 600;
}
.sbc-fb-srcs-item-name-event{
	font-size: 10px;
    font-weight: 500;
    color: #777;
}

.sbc-fb-srcs-item-type{
	color: #434960;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.sbc-fb-srcs-item-type svg{
	fill: currentColor;
}
[data-type="page"] .sbc-fb-srcs-item-type svg{
	width: 11px;
}
.sbc-fb-srcs-back{
    margin-right: auto;
}

/* Header Notice Bar - Free version */
#sbc-notice-bar.sbc-header-notice {
    text-align: center;
	position: relative;
	left: 0px;
    padding: 7px;
    margin-bottom: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
    max-height: 100px;
    overflow: hidden;
    background: #0068A0;
	z-index: 99;
}
[data-app-customizer=true] #sbc-notice-bar.sbc-header-notice {
    position: fixed;
	width: 100%;
	top: 32px;
}
#sbc-notice-bar.sbc-header-notice span {
    font-size: 14px;
    line-height: 160%;
    font-weight: 300;
    color: #fff !important;
    font-weight: 400;
}
#sbc-notice-bar.sbc-header-notice a {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}
#sbc-notice-bar.sbc-header-notice .sbc-dismiss {
    position: absolute;
    top: 1px;
    right: 50px;
    border: none;
    padding: 5px;
    margin-top: 1px;
    background: 0 0;
    color: #72777c;
    cursor: pointer;
}
/* end Header Notice Bar - Free version */


/*Full Screen Window*/
#wpbody-content .sb-fs-boss{
	position: fixed;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	z-index: 99999;
}
.sbc-popup{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sbc-popup.sbc-popup-medium .sbc-pp-popup-inside{
	width: 572px;
}
.sb-dialog-popup{
	width: 575px!important;
	min-height: 250px;
}
.sb-dialog-remove-source{
	background: #F3F4F5;
	padding: 40px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sb-dialog-remove-source .sbc-fb-srcs-item{
	background: #fff;
	width: 280px;
    padding-left: 20px;
    box-sizing: border-box;
	margin-top: 0px;
}
.sb-dialog-popup-content{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	padding: 38px 12%;
}
.sb-dialog-popup-content .sb-dialog-popup-description {
	padding: 0 30px;
}
.sb-dialog-popup-content strong{
	font-size: 22px;
	color: #141B38;
	display: block;
	margin-bottom: 15px;
	line-height: 160%;
}
.sb-dialog-popup-content span{
	font-size: 16px;
	line-height: 1.5em;
	color: #434960;
}
.sb-dialog-popup-actions{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.sb-dialog-popup-actions button{
	width: 100%;
	margin: 4px 4px;
	cursor: pointer;
	height: 42px;
}
.sbc-pp-popup-inside {
	background-color: #ffffff;
	position: relative;
	box-shadow: 0px 26.7377px 77.2886px rgba(0, 0, 0, 0.107828), 0px 14.2952px 41.3222px rgba(0, 0, 0, 0.0894161), 0px 8.01379px 23.1649px rgba(0, 0, 0, 0.075), 0px 4.25607px 12.3027px rgba(0, 0, 0, 0.0605839), 0px 1.77104px 5.11942px rgba(0, 0, 0, 0.0421718);
	border-radius: 4px;
}
.sbc-pp-popup-cls {
	position: absolute;
	right: 15px;
	top: 15px;
}
.sbc-popup-header {
	padding: 25px 30px;
}
.sbc-popup-header .sbc-hide-api-form {
	cursor: pointer;
	font-weight: 700;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #434960;
	margin-bottom: 10px;
	display: inline-block;
}
.sbc-popup-header .sbc-hide-api-form span {
	margin-right: 5px;
}
.sbc-popup-header p {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #434960;
	margin-top: 10px;
	padding-right: 40px;
}
.sbc-popup-header p a {
	color: #0168a0;
	font-weight: 700;
	text-decoration: underline;
}
.sbc-popup-content {
	padding: 0 30px 25px;
}
.sbc-popup-content .sbc-api-form {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-direction: row;
	margin-bottom: 40px;
}
.sbc-popup-content .sbc-api-form div {
	display: flex;
	flex-direction: column;
	position: relative;
    width: 75%;
}
.sbc-popup-content .sbc-api-form input[type=text] {
	background: #FFFFFF;
	border: 1px solid #D0D1D7;
	box-sizing: border-box;
	border-radius: 1px;
	padding: 4px 12px;
}
.sbc-popup-content .sbc-api-form .sbc-api-key-error {
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	color: #D72C2C;
	margin-top: 3px;
	display: inline-block;
}
.sbc-popup-content .sbc-api-form .sbc-input-error-icon {
	position: absolute;
    right: 5px;
    top: 8px;
}
.sbc-popup-content .sbc-api-form.sbc-api-key-error input[type=text] {
	border: 1px solid #D72C2C;
}
.sbc-popup-content .sbc-api-form input[type=text]:focus {
	box-shadow: none;
	border: 1px solid #2271b1;
}
.sbc-popup-content .sbc-api-form button {
    width: calc(25% - 5px);
    border: none;
    height: 38px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}
.sbc-popup-content .sbc-popup-buttons {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.sbc-popup-content .sbc-popup-buttons .sbc-btn {
	border: none;
	padding: 8px 20px 8px 12px;
	height: 38px;
	border-radius: 2px;
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.sbc-popup-content .sbc-popup-buttons .sbc-manual-connect-btn {
    color: #0068A0;
    text-decoration-line: underline;
    background: transparent;
    border: none !important;
}
.sbc-popup-content .sbc-popup-buttons .sbc-btn span.btn-icon {
	margin-right: 10px;
}
.sbc-popup-content .sbc-popup-buttons .sbc-btn svg path {
	fill: #ffffff;
}
.sbc-popup-footer {
	background: #FFF7E5;
	padding: 12px 32px;
}
.sbc-popup-footer a {
	font-size: 14px;
	font-weight: 600;
	line-height: 160%;
	color: #0068A0;
}
.sbc-popup-footer[data-form-api=true] {
	background: #F9F9FA;
	padding: 16px 32px;
}
.sbc-popup-footer p {
	color: #663D00;
	margin: 0px;
	font-size: 12px;
	line-height: 160%;
}
.sbc-pp-popup-cls {
	cursor: pointer;
}
.sb-full-screen-loader{
	position: absolute;
    width: 100%;
    height: calc(100vh - 32px);
    background: #f0f0f1;
    z-index: 999999;
    overflow: hidden;
    display: none;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0px;
}
.sb-full-screen-loader[data-show="shown"]{
	display: flex;
	opacity: 1;
	visibility: visible;
}
.sb-full-screen-loader-logo{
	width: 190px;
	height: 190px;
	position: relative;
	margin-bottom: 40px;
	margin-top: -55px;
}
.sb-full-screen-loader-logo svg {
  height: auto;
}
.sb-full-screen-loader-border{
	width: inherit;
	height: inherit;
	box-sizing: border-box;
	border: 6px solid green;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: 50%;
}
.sb-full-screen-loader-img{
	width: inherit;
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 0px;
    left: 0px;
	z-index: 2;
}
.sb-full-screen-loader-img svg{
	float: left;
	width: 60px;
	fill: #FE544F;
}
.sb-full-screen-loader-txt{
	color: #434960;
	font-size: 24px;
	font-weight: 600;
}

.sb-full-screen-loader-spinner,
.sb-full-screen-loader-spinner:before,
.sb-full-screen-loader-spinner:after {
  border-radius: 50%;
}
.sb-full-screen-loader-spinner {
	color: #FE544F;
	position: relative;
	width: 190px;
	height: 190px;
	box-shadow: inset 0 0 0 6px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.sb-full-screen-loader-spinner:before,
.sb-full-screen-loader-spinner:after {
  position: absolute;
  content: '';
}
.sb-full-screen-loader-spinner:before {
  width: 100px;
    height: 200px;
    background: #f0f0f1;
    border-radius: 190px 0 0 190px;
    top: -1px;
    left: -8px;
    -webkit-transform-origin: 5.1em 5.1em;
    transform-origin: 100px 100px;
    -webkit-animation: sbc-loader-spinner 2s infinite ease 1.5s;
    animation: sbc-loader-spinner 2s infinite ease 1.5s;
}
.sb-full-screen-loader-spinner:after {
     width: 97px;
    height: 192px;
    background: #f0f0f1;
    border-radius: 0 190px 190px 0;
    top: -1px;
    left: 94px;
    -webkit-transform-origin: 1px 95px;
    transform-origin: 1px 95px;
    -webkit-animation: sbc-loader-spinner 2s infinite ease;
    animation: sbc-loader-spinner 2s infinite ease;
}
@-webkit-keyframes sbc-loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sbc-loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* Social Wall Popup */

.sbc-fb-extpp-social-wall-graphic {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 78px
}
.sbc-graphic-row,
.sbc-fb-social-wall-between {
	position: relative;
}
.sbc-graphic-row-main {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}
.sbc-fb-social-wall-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 13%;
	margin: 1.5%;
}
.sbc-fb-social-wall-group p {
	margin: 0;
	text-align:center;
}
.sbc-fb-social-wall-between.sbc-fb-social-wall-between-instagram svg {
	margin-top:120%;
}
.sbc-fb-social-wall-between.sbc-fb-social-wall-between-facebook svg {
	margin-top:40%;
}
.sbc-fb-social-wall-between.sbc-fb-social-wall-between-twitter svg {
	margin-top:60%;
}
.sbc-fb-social-wall-end {
	position: absolute;
	right: -1%;
	top: 40%;
}
.sbc-graphic-bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	margin-top:3%;
}
.sbc-all-in-same {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	height: 38px;
	width: 72.5%;
	/*background: #FFFFFF;*/
	/*box-shadow: 0px 6px 7px rgba(0, 26, 119, 0.07), 0px 3px 4px rgba(0, 26, 119, 0.06), 0px 1.80196px 2.25245px rgba(0, 26, 119, 0.05), 0px 0.749837px 0.937296px rgba(0, 26, 119, 0.1137);*/
	/*border-radius: 3px;*/
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.sbc-fb-extpp-social-wall .sbc-fb-extpp-bottom {
	background: #F3F4F5;
}
.sbc-fb-social-wall-end-arrow {
	position: relative;
}
.sbc-arrow-head {
	position: absolute;
	bottom: 1%;
	left: 39%;
}

/* To Builder */
.sbc-fb-type-el[data-active="true"]:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0px;
	top: 0px;
	z-index: 2;
	border-radius: 0 0 0 2px;
	background: var(--cl-orange);
}

.sbc-feedtemplate-el {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
	position: relative;
	background: #fff;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	cursor: pointer;
	box-sizing: border-box;
}
.sbc-feedtemplate-el svg {
	width: 100%;
}
.sbc-feedtemplate-el .sbc-feedtemplate-el-img {
    background-color: #f3f4f5;
}

.sbc-feedtemplates-pp-ctn .sbc-feedtypes-list .sbc-feedtemplate-el:not([data-feed-type="channel"]) .sbc-feedtemplate-el-img {
    background-color: #e2f5ff;
}
.sb-control-feedtype-ctn.sbc-feedtemplate-social_wall .sbc-feedtemplate-el .sbc-feedtemplate-el-img {
    background-color: #fef4ef;
    border-color: #fef4ef;
}
.sbc-feedtemplate-el[data-feed-type=social_wall] .sbc-feedtemplate-el-img {
    background-color: #fef4ef;
    border-color: #fef4ef;
}
.sbc-fb-slctf-back span {
	font-weight: 600;
}
.sb-control-feedtype-ctn .sbc-feedtemplate-el-info {
    padding: 10px 0;
}
.sbc-feedtemplate-el-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    padding: 0 12px 25px;
}
.sb-control-feedtype-ctn .sbc-feedtemplate-el-info  strong {
    font-size: 14px;
}
.sbc-fb-slctfd-action {
	padding: 16px 54px;
	position: fixed;
	bottom: 0;
	background: #f0f0f1;
	width: calc(100% - 160px);
}

.sbc-fb-wrapper {
	max-width: 100%;
	position: relative;
	margin: auto;
	color: #141B38;
}

.sbc-fb-create-ctn {
	float: left;
	margin-top: 104px;
	padding: 0 54px 65px;
}

.sbc-fb-extpp-btns a {
	height: 38px;
	cursor: pointer;
	position: relative;
	border-radius: 3px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.sbc-fb-extpp-lite-btn {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 11px;
	color: #0068A0;
	background: #fff;
	border: 1px solid #DCDDE1;
	margin-bottom: 14px;
}

.sbc-fb-extpp-lite-btn svg {
	fill: currentColor;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
}

.sbc-fb-stp-src-type .sbc-fb-chbx-round {
	margin-right: 8px;
	margin-top: 2px;
}

#sbc-builder-app .sbc-fb-stp-src-type {
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	margin-left: 20px;
	color: #434960;
}

.sbc-csz-name-ed-btn {
	width: 28px;
	height: 28px;
	cursor: pointer;
	margin: 0 10px;
	background: #E8E8EB;
	border: 1px solid #E8E8EB;
	outline: none;
	border-radius: 2px;
}
.sbc-csz-name-ed-btn svg {
	width: 16px;
	height: 14px;

	fill: #141B38;
	float: left;
	margin-left: -1px;
}

.sbc-csz-name-ed-btn:focus, .sbc-csz-name-ed-btn:hover {
	outline: none;
	background-color: #d9d9dc;
	border-color: #d9d9dc;
}

.sb-preview-chooser-btn, .sb-preview-chooser-btn:focus {
	width: 38px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	float: left;
	border: 0;
	background: unset;
	margin: 0 1px;
	outline: none;
}

.sb-customizer-sidebar {
	position: fixed;
	z-index: 100;
	width: 375px;
	box-shadow: 4px 0px 14px rgb(0 0 0 / 5%), 1px 0px 4px rgb(0 0 0 / 10%);
	background: #fff;
	left: 160px;
	top: 98px;
	overflow: auto;
	bottom: 0px;
	padding-bottom: 50px;
}

.sb-customizer-sidebar-breadcrumb a, .sb-customizer-sidebar-breadcrumb span {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #434960;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.02em;
	padding: 0 5px 0 4px;
	height: 20px;
	font-weight: 700;
}
.sb-control-elem-ctn {
	display: flex;
	color: #434960;
	padding: 20px 20px;
}
.sb-control-toggle-icon svg {
	width: 13px;
	float: left;
	fill: #434960;
}
.sb-control-elem-ctn .sb-control-toggle-elm[data-active="true"] {
	display: flex;
	color: #141B38;
	padding: 0 15px;
}
.sb-control-elem-ctn .sb-control-toggle-elm[data-active="true"] svg {
	fill: #141B38;
}
.sb-control-elem-ctn .sb-control-toggle-elm[data-disabled="true"] {
	color: #8C8F9A;
}
.sb-control-elem-ctn .sb-control-toggle-elm[data-disabled="true"] svg {
	fill: #8C8F9A;
}

.sb-control-elem-ctn[data-layout="block"] input[type="number"] {
	height: 36px;
	background: #FFFFFF;
	border-radius: 2px 0 0 2px !important;
}

.sb-control-input-info {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F3F4F5;
	padding: 0 8px;
	font-weight: normal;
	font-size: 14px;
	line-height: 160%;
	color: #434960;
	border: 1px solid #D0D1D7;
	border-left: none;
	border-radius: 0 2px 2px 0 !important;
}
.sb-control-elem-output input[type="text"],
.sb-control-elem-output input[type="number"]{
	border-radius: 1px !important;
}

.sb-control-colorpicker-ctn .minicolors-theme-default.minicolors-position-right .minicolors-swatch {
	left: auto;
	right: 1px;
	top: 1px;
	width: 35px;
	height: 35px;
	background: #F9F9FA;
	border: 0px;
	border-radius: 2px;
}
.sb-control-colorpicker-ctn[data-picker-style="reset"] .minicolors-input {
	background: #F3F4F5!important;
	border: 1px solid #DCDDE1!important;
	height: 38px;
}

.sb-customizer-sidebar-breadcrumb svg {
	position: relative;
	left: auto;
	top: auto;
	margin-right: 9px;
}

.sb-customizer-sidebar-breadcrumb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.sbc-fb-srcs-info-item span {
	font-size: 13px;
	line-height: 1.5em;
	color: #434960;
	font-weight: 400;
	display: inline-block;
	word-break: break-all;
	width: calc(100% - 80px);
	padding: 0 15px;
	box-sizing: border-box;
}

/* Onboarding */
#sbc-builder-app .sb-onboarding-tooltip {
	display: none;
	position: absolute;
	min-height: auto;
	width: 460px;
	max-width: 100%;
	padding: 0;
	border-radius: 2px;
}
#sb-onboarding-tooltip-multiple-2,
#sb-onboarding-tooltip-multiple-3{
	width: 528px;
}
#sb-onboarding-tooltip-single-2 {
	width: 402px;
}
.sb-onboarding-active .sb-onboarding-highlight .sbc-fb-btn.sbc-fb-btn-new,
.sb-onboarding-active .sb-positioning-wrap.sb-onboarding-highlight,
.sb-onboarding-active .sbc-fd-lst-bigctn .sbc-table-wrap.sb-onboarding-highlight,
.sb-onboarding-active .sbc-fb-lgc-ctn.sb-onboarding-highlight,
.sb-onboarding-active .sbc-fb-lgc-ctn .sbc-legacy-table-wrap.sb-onboarding-highlight,
.sb-onboarding-active .sb-customizer-sidebar-tab.sb-onboarding-highlight,
.sb-onboarding-active .sbc-fb-header.sb-onboarding-highlight{
	position: relative;
	z-index: 100000;
}
.sb-onboarding-active .sbc-fd-legacy-feed-toggle {
	display: none;
}
.sbc-legacy-table-wrap.sb-onboarding-highlight {
	clear: both;
}
#sbc-builder-app .sb-onboarding-tooltip-1 {
	top: 50px;
	left: 8px;
}
#sb-onboarding-tooltip-single-2 {
	bottom: -179px;
	top: auto;
	left: 68%;
	margin-left: -201px;
}
#sb-onboarding-tooltip-multiple-2,
#sb-onboarding-tooltip-multiple-3{
	top: -200px;
	left: 20%;
}
#sb-onboarding-tooltip-multiple-3 {
	top: -210px;
}
#sbc-builder-app .sb-onboarding-tooltip  .sbc-fb-wrapper {
	display: flex;
	justify-content: flex-end;
}
#sbc-builder-app .sb-positioning-wrap {
	width: 432px;
}
#sbc-builder-app .sb-onboarding-tooltip .sbc-fb-popup-cls {
	position:absolute;
	width: 12px;
	height: 12px;
	top: 12px;
	right: 12px;
}
#sbc-builder-app .sb-onboarding-tooltip .sbc-fb-popup-cls svg {
	width: 12px;
	height: 12px;
}
#sbc-builder-app .sb-onboarding-tooltip h3 {
	font-size: 16px;
	color: #141B38;
	line-height: 160%;
	font-weight: 600;
	margin: 0;
}
#sbc-builder-app .sb-onboarding-step {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 160%;
	color: #434960;
	margin: 2px 0 20px;
	display: block;
}
.sbc-onboarding-next,
.sbc-onboarding-previous{
	color: #353A41;
	background: #F3F4F5;
	border: 1px solid #DCDDE1;
	margin-left: 10px;
}
.sbc-onboarding-previous[data-active=false]{
	pointer-events: none;
}
#sbc-builder-app .sb-onboarding-tooltip .sbc-fb-hd-btn {
	margin-right: 0;
}
#sbc-builder-app .sb-onboarding-tooltip .sbc-fb-hd-btn i {
	margin: 0;
}
.sbc-onboarding-finish{
	margin-left: 10px;
	padding: 0 32px;
}
#sbc-builder-app .sb-onboarding-tooltip .sbc-fb-hd-btn[data-active="false"] {
	background-color: #e8e8eb;
	color: #8c8f99;
}
#sbc-builder-app .sb-onboarding-tooltip .sbc-fb-hd-btn[data-active="false"]:hover {
	cursor: default;
}
.sb-step-counter-wrap span {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #141B38;
}
#sbc-builder-app .sb-onboarding-tooltip .sb-pointer {
	position: absolute;
	left: 50px;
  top: -10px;
}
#sbc-builder-app .sb-pointer.sb-bottom-pointer {
	top: auto;
	bottom: -14px;
}
#sb-onboarding-tooltip-single-2 .sb-pointer {
	left: 193px;
}
#sb-onboarding-tooltip-multiple-2:before,
#sb-onboarding-tooltip-multiple-3:before{
	bottom: -8px;
}
#sbc-builder-app .sb-onboarding-top-row {
	padding: 20px 44px 0 24px;
}
#sbc-builder-app .sb-onboarding-bottom-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 16px 12px 24px;
}


#sbc-builder-app #sb-onboarding-tooltip-customizer-1 {
	position:absolute;
	right: 210px;
	left: auto;
	top:  84px;
}

#sbc-builder-app #sb-onboarding-tooltip-customizer-1 .sb-pointer {
	right: 110px;
	left: auto;
}

.sb-customizer-sidebar.sb-onboarding-highlight {
	z-index: 9999;
	overflow: visible;

}
#sb-onboarding-tooltip-customizer-2,
#sb-onboarding-tooltip-customizer-3 {
	z-index: 100000;
	top: 80px;
}
#sb-onboarding-tooltip-customizer-3 {
	left: 171px;
}
#sbc-builder-app #sb-onboarding-tooltip-customizer-3 .sb-pointer{
	left: 100px;
}

.sb-onboarding-active .sb-customizer-sidebar-tab-ctn,
.sb-onboarding-active .sb-customizer-sidebar-sec-ctn,
.sb-onboarding-active .sbc-csz-header .sbc-csz-header-insider{
	/*pointer-events: none !important;*/
}

/* Misc Tooltip */
.sbc-not-sure-tooltip {
	left: -360px;
	top: -110px;
}
.sbc-not-sure-tooltip .sb-pointer {
	bottom: -17px !important;
	left: 390px;
}
.sbc-not-sure-tooltip {
	display: none;
}
.sbc-not-sure-tooltip-icon:hover .sbc-not-sure-tooltip {
	display: block;
	padding: 12px 16px 16px;
	width: 400px;
}

/*
	Add new Source Popup
*/
.sbc-fb-popup-cls{
    height: 14px;
    width: 14px;
    position: absolute;
    cursor: pointer;
    right: 17px;
    top: 17px;
    z-index: 3;
}
.sbc-fb-center-boss{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sbc-fb-left-boss{
	display: flex;
	justify-content: left;
	align-items: center;
}


.sbc-fb-embed-popup,.sbc-fb-dialog-popup{
    width: 575px;
}
.sbc-fb-dialog-popup{
    min-height: 250px;
}

.sbc-fb-source-pp-customizer .sbc-fb-srcslist-ctn{
    grid-template-columns: 32.7% 32.7% 32.7%;
    grid-column-gap: 1%;
}
.sbc-fb-srcs-desc{
    width: 55%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #434960;
    box-sizing: border-box;
    margin-bottom: 29px;
}
#sbc-builder-app .sbc-fb-source-pp-customizer h3{
    margin-bottom: 6px;
}
#sbc-builder-app .sbc-fb-embed-popup h3 {
    padding: 23px 25px 0;
    margin-bottom: 0;
}
#sbc-builder-app .sbc-fb-embed-popup .sbc-fb-embed-step-2 h3 {
    padding: 0 0 0 29px;
}
.sbc-fb-feedtypes-popup h5{
    font-size: 26px;
    padding: 0 20px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.sbc-fb-feedtypes-pp-ctn .sbc-fb-adv-types .sbc-fb-types-list{
    margin-bottom: 30px !important
}
.sbc-fb-feedtypes-popup .sbc-fb-types, .sbc-fb-feedtypes-popup .sbc-fb-adv-types {
    padding: 0;
}
.sbc-fb-source-top{
    padding: 22px 19px 28px;
}
#sbc-builder-app .sbc-fb-source-step1 .sbc-fb-source-top h3{
    margin-bottom: 40px;
}
#sbc-builder-app .sbc-fb-source-step3 .sbc-fb-source-top h3 {
    margin-bottom: 30px;
}
#sbc-settings .sbc-fb-source-step4 .sbc-fb-stp1-elm-desc {
	max-width: 470px;
	margin-bottom: 26px;
}
#sbc-settings .sb-step-text {
	color: #434960;
}
.sbc-fb-srcs-update{
    background: var(--cl-orange);
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    height: 38px;
}
.sbc-fb-srcs-update svg{
    margin-right: 10px;
}
.sbc-fb-srcs-update-footer{
    display: flex;
    align-items: center;
    border-top: 1px solid #DCDDE1;
    background: #F9F9FA;
}
.sbc-fb-srcs-update-footer-txt{
    font-size: 18px;
    line-height: 1.7em;
}
.sbc-fb-srcs-update-footer-btn{

}
#sbc-builder-app .sbc-fb-srcs-update-footer-btn a{
    height: 48px;
    padding: 0 20px 0 24px;
}
.sbc-fb-srcs-update-footer-image{
    width: 26%;
    margin-right: 7%;
}
#sbc-builder-app .sbc-fb-srcs-update-footer-btn a svg {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-left: 15px;
}
.sbc-fb-srcs-update-footer-image svg{
    width: 100%;
    height: auto;
    float: left;
}
.sbc-fb-srcs-update-footer-txt{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 38%;
    margin-right: 7%;
}
.sbc-fb-stp1-elm{
    margin-bottom: 20px;
    float: left;
    display: flex;
}
.sbc-fb-source-top .sbc-fb-stp1-elm:first-of-type{
    justify-content: center;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #D0D1D7;
}
.sbc-fb-stp1-event{
    padding-bottom: 0px!important;
    border-bottom: none!important;
    padding-right: 11%;
    align-items: flex-start!important;
}
.sbc-fb-stp1-elm-desc > a{
    font-weight: 600;
    text-decoration: underline;
    color: #2A65DB;
}

.sbc-fb-stp-src-ctn{
    display: flex;
    justify-content: center;
    align-content: center;
}
#sbc-builder-app .sbc-fb-stp-src-type{
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 13px;
    font-weight:400;
    cursor: pointer;
    margin-left: 20px;
    color: #434960;
}
.sbc-fb-stp-src-type .sbc-fb-chbx-round{
    margin-right: 8px;
    margin-top: 2px;
}
.sbc-fb-stp-src-type[data-active="true"]{
    font-weight:600;
    color: #141B38;
}
.sbc-fb-stp1-elm-ic{
    width: 28px;
    height: 28px;
    border-radius: 35px;
    background: #F3F4F5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    flex: none;
    transform: translate(0, -2px);
}
.sbc-fb-stp1-elm-txt{
    margin-left: 16px;
    margin-right: 21%;
    width: 100%;
}
.sbc-fb-stp1-elm-head{
    font-size: 14px;
    font-weight: 600;
    color: #141B38;
}
.sbc-fb-stp1-elm-desc{
    font-size: 13px;
    margin-top: 4px;
    line-height: 150%;
    color: #888a8e;
}
.sbc-fb-stp1-event .sbc-fb-stp1-elm-desc {
    margin-top: 4px;
}
.sbc-fb-stp1-elm-act .sb-btn.sbc-fb-stp1-connect{
    padding: 8px 20px 8px 40px;
    background: #0068A0;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
}
.sbc-fb-stp1-connect svg{
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 13px;
    width: 17px;
    fill: currentColor;
}
.sbc-fb-stp1-connect path{
	fill: currentColor;
}
.sbc-fb-source-bottom{
    padding: 18px 20px;
    background: #F3F4F5;
    display: flex;
    align-items: center;
    border-radius: 0 0 2px 2px;
}
.sbc-manual-question {
    display: flex;
    align-items: center;
}
.sbc-manual-question svg{
    margin-right: 23px;
    float: left;
}
.sbc-fb-source-btm-hd{
    font-size: 14px;
    font-weight: 500;
}
.sbc-fb-src-add-manual{
    margin-left: auto;
    padding: 8px 20px 8px 40px;
}
.sbc-fb-src-add-manual svg{
    position: absolute;
    top: 11px;
    right: 0;
    bottom: 0;
    left: 13px;
    fill: currentColor;
}
#sbc-builder-app .sbc-fb-source-step2 .sbc-fb-source-top h3 {
    margin-bottom: 35px;
}
#sbc-builder-app .sbc-fb-source-step4 .sbc-fb-source-top h3,
#sbc-builder-app .sbc-fb-source-step4 .sbc-fb-source-top h4{
	margin-bottom: 8px;
}
#sbc-builder-app .sbc-fb-source-step4 .sbc-fb-stp1-elm-desc {
	max-width: 470px;
	margin-bottom: 26px;
}
.sbc-fb-src-add-manual i{
    font-size: 12px;
    margin-right: 10px;
}
.sbc-fb-src-back-top{
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    color: #141B38;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sbc-fb-src-back-top svg{
    margin-left: 6px;
    margin-right: 10px;
}

.sbc-fb-source-account-info{
    background: #F3F4F5;
    padding: 6px 6px 6px 12px;

    display: flex;
    align-items: center;
}
.sbc-fb-source-list{
    display: grid;
    grid-template-columns: 49.4% 49.4%;
    grid-column-gap: 1.2%;
    margin-top: 8px;
}
.sbc-fb-source-popup.sbc-fb-popup-inside .sbc-fb-srcs-item {
    box-sizing: border-box;
    margin: 1.2% 0;
}

.sbc-fb-source-account-info img{
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: #fafafa;
    margin-left: 10px;
    margin-right: 10px;
}
.sbc-fb-source-account-info strong{
    color: #141B38;
}
.sbc-fb-src-change{
    padding: 7px 20px 7px 40px;
    margin-left: auto;
}
.sbc-fb-src-change svg{
    position: absolute;
    top: 11px;
    right: 0;
    bottom: 0;
    left: 13px;
    fill: currentColor;
}
.sbc-fb-source-btn{
    margin-top: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0068A0;
    cursor: pointer;
    padding: 8px 20px;
    line-height: 160%;
    border-radius:  2px;
    font-size: 14px;
    font-weight: 500;
    border: none;
	text-decoration: none;
}
#sbc-builder-app .sbc-fb-source-step3 .sbc-fb-source-btn {
    margin-top: 45px;
}
#sbc-builder-app .sbc-fb-source-step3  .sbc-fb-src-back-top {
    margin-bottom: 4px;
}
.sbc-fb-icon-success{
    position: relative;
    width: 30px;
    height: 20px;
    margin-right: 10px;
}
.sbc-fb-icon-success:before{
    content: '';
    position: absolute;
    width: 13px;
    height: 5px;
    top: 4px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sbc-fb-icon-cancel{
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.sbc-fb-icon-cancel:before,
.sbc-fb-icon-cancel:after{
    content: '';
    position: absolute;
    width: 17px;
    height: 2px;
    top: 12px;
    left: 5px;
    background: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sbc-fb-icon-cancel:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sbc-fb-source-inp-label,.sbc-fb-wh-label{
    font-size: 14px;
    color: #434960;
}
.sbc-fb-source-mnl-type .sbc-fb-stp-src-ctn{
    justify-content: flex-start;
    margin-bottom: 22px;
    margin-top: 8px;
}
#sbc-builder-app .sbc-fb-source-mnl-type .sbc-fb-stp-src-ctn .sbc-fb-stp-src-type{
    margin-left: 0;
    margin-right: 32px
}
.sbc-fb-source-inp,.sbc-fb-wh-inp{
    border-radius: 0px !important;
    outline: none ;
    margin-top: 2px;
    border: 1px solid #D0D1D7 !important;
    margin-bottom: 20px;
    height: 38px;
    line-height: 38px;
}


.sbc-fb-source-popup h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    color: #141B38;
    margin: 0;
}
.sbc-fb-source-popup h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    margin: 0;
}
.sbc-fb-source-popup h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 40px 0;
    letter-spacing: 0;
}

.sbc-fb-source-popup h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 4px 0;
}

.sbc-fb-slctf-back svg,
.sbc-fb-slctf-nxt svg,
.sbc-fb-source-btn-next svg{
	width: 6px;
	height: 10px;
}

.sbc-fb-source-btn-next span {
	display: inline-block;
	margin-right: 15px;
	line-height: 160%;
}

.sb-single-step {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.sb-step-number {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F4F5;
	border-radius: 30px;
	width: 24px;
	height: 24px;
	margin-right: 16px;
}

#sbc-builder-app .sb-step-text {
	color: #434960;
}

.sb-two-buttons-wrap {
	box-sizing:border-box;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 19px 28px;
}
.sb-two-buttons-wrap .sbc-fb-source-btn {
	margin-top: 0;
}
.sbc-fb-source-step4 .sbc-fb-source-top {
	padding: 24px 54px 32px;
	text-align: center;
}
.sb-two-buttons-wrap > button:first-of-type {
	margin-right: 12px;
}

.sb-two-buttons-wrap .sb-question-circle {
	margin-right: 9px;
}

#sbc-group-app-tooltip{
	cursor: pointer;
}
.sbc-group-app-screenshot{
	display: none;
	position: absolute;
	bottom: 92px;
	left: 50%;
	margin-left: -325px;
	z-index: 10;
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow: 0 0 0 5000px rgb(0 0 0 / 20%);
	border-radius: 5px;
}
#sbc-group-app-tooltip:hover .sbc-group-app-screenshot{
	display: block !important;
}
.sbc-fb-source-btn[data-active = false] {
	pointer-events: none !important;
}
.sbc-fb-source-btn[data-active = false] svg path{
	fill: #8C8F9A !important;
}

.sb-directions-p {
	margin-bottom: 40px;
}

.sbc-fb-srcs-item-avatar{
    display: flex;
    width: 42px;
    height: inherit;
    justify-content: center;
    align-items: center;
}
.sbc-fb-srcs-item-avatar img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee;
}
.sbc-fb-srcs-item-inf{
    width: 100%;
    height: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sbc-fb-srcs-item-name{
    font-weight: 600;
}
.sbc-fb-srcs-item-name-event{
    font-size: 10px;
    font-weight: 500;
    color: #777;
}

.sbc-fb-srcs-item-type{
    color: #434960;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.sb-source-error-wrap {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-left: 9px;
}

.sb-source-error-wrap span {
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;

	color: #D72C2C;
	margin-left: 5px;
}
.sbc-fb-source-popup .sb-source-error-wrap {
	margin-left: 0;
}
.sb-source-error-wrap a {
	margin-left: 8px;
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	text-decoration-line: underline;

	color: #0068A0;
}
.sb-is-group .sb-details-wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2px 6px 2px 22px;
    background: #F3F4F5;
    border-radius: 2px;
}
 .sb-highlight-admin .sb-details-wrap {
    padding: 2px 6px 2px 17px;

    background: #E2F5FF;
    color: #0068A0;
}
.sb-highlight-admin span {
    color: #0068A0;
}
.sbc-fb-srcs-item-type i{
    margin-right: 5px;
}
.sbc-fb-srcs-item-type svg{
    float: left;
    margin-right: 5px;
    fill: currentColor;
    height: 8px;
}
.sb-has-details .sbc-fb-srcs-item-type svg{
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 5px;
    height: 9px;
}
.sb-has-details .sbc-fb-srcs-item-type.sb-highlight-admin svg {
    top: 6px;
}
[data-type="page"] .sbc-fb-srcs-item-type svg{
    height: 9px;
}
.sbc-fb-srcs-back{
    margin-right: auto;
}
.sbc-groups-connect-actions {
	float: left;
}
.sb-alert,
.sbc-error-ctn .sb-alert{
	position: relative;
	margin: 0 0 38px;
	padding: 12px 12px 12px 44px;
	word-break: break-word;
	background: #FFEFCC
}
.sbc-connection-error .sb-alert {
  margin: 20px;
}
.sbc-connect-actions .sbc-fb-source-btn {
  margin-top: 0;
}
.sbc-connect-actions {
  float: left;
}
.sbc-connect-actions.sb-alerts-wrap .sb-alert {
  clear: left;
}
.sb-alerts-wrap .sb-alert {
	margin: 0;
}
.sb-alert svg,
.sbc-error-ctn .sb-alert svg{
	position: absolute;
	top: 13px;
	left: 13px;
}
.sb-alert span,
.sbc-error-ctn .sb-alert span{
	color: #995C00;
}
#sbc-builder-app .sb-alert span a,
.sbc-error-ctn .sb-alert span a{
	color: #663D00;
	font-weight: 600;
	text-decoration: underline;
}
#sbc-settings .sbc-fb-source-step1.sbc-has-alert .sbc-fb-source-top h3 {
	margin-bottom: 12px;
}
.sbc-groups-connect-actions .sbc-fb-source-btn {
	margin-top: 0;
}
/* Install Plugin Modal on Select Source Flow */
.sbc-install-plugin-modal {
	max-width: 580px;
}
.sbc-install-plugin-body .sbc-install-plugin-header {
	height: 106px;
	background: #F3F4F5;
	padding: 20px;
	display: flex;
	box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
}
.sbc-install-plugin-body .sbc-install-plugin-header .sb-plugin-image {
	background-color: #fff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
    border-radius: 2px;
    padding: 15px;
    max-height: 66px;
    box-sizing: border-box;
	margin-right: 24px;
}
.sbc-install-plugin-body .sbc-install-plugin-header h3 {
	font-size: 18px !important;
	line-height: 25px !important;
	display: flex;
    align-items: center;
}
.sbc-install-plugin-body .sbc-install-plugin-header h3 span {
	color: #fff;
	background: #59AB46;
	border-radius: 2px;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0px 6px;
	margin-left: 10px;
}
.sbc-install-plugin-body .sbc-install-plugin-header p {
	display: flex;
	font-size: 12px;
	line-height: 18px;
	color: #434960;
	margin: 5px 0 0 0;
}
.sbc-install-plugin-body .sbc-install-plugin-header p .sb-author-logo {
	margin-right: 8px;
}

.sbc-install-plugin-body .sbc-install-plugin-content {
	padding: 20px 20px 32px 107px;
}
.sbc-install-plugin-body .sbc-install-plugin-content p {
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	color: #434960;
    padding-right: 20px;
}
.sbc-install-plugin-body .sbc-install-plugin-content .sbc-install-plugin-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 8px 20px;
	box-sizing: border-box;
	transition: all .15s ease-in-out;
	border-radius: 2px;
	width: 100%;
	margin-top: 28px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 160%;
	cursor: pointer;
}
.sbc-install-plugin-body .sbc-install-plugin-content .sbc-btn-orange:disabled {
	color: #8C8F9A !important;
	background: #E8E8EB !important;
	cursor: not-allowed;
}
.sbc-install-plugin-body .sbc-install-plugin-content .sbc-install-plugin-btn span {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.sbc-fb-mr-fd-list button {
	cursor: pointer;
}

/* Tooltips */
.sb-control-elem-tltp{
	margin-left: 10px;
	position: relative;
}
.sb-control-elem-tltp-icon{
	float: left;
	cursor: pointer;
}
.sb-control-elem-tltp-icon svg{
	width: 14px;
	float: left;
}
@media (min-width: 768px) and (max-width: 1079px) {
	.sbc-fb-mr-fd-img {
		width: 37%;
	}
	.sbc-fb-mr-fd-list button:not(:last-child) {
		margin-bottom: 8px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.sbc-fb-srcslist-ctn,
	.sbc-fb-source-pp-customizer .sbc-fb-srcslist-ctn {
		grid-template-columns: 49.2% 49.2%;
		gap: 2%;
		margin-top: 8px;
	}
	.sbc-fb-slctfd-action {
		width: 100%;
	}
	.sbc-fb-srcs-item {
		margin-top: 3px;
	}
	.sbc-manual-question {
		max-width: 390px;
	}
	.sbc-fb-feedtypes-popup {
		left: 0;
		max-width: calc(100% - 60px);
	}
	.sbc-fb-feedtypes-pp-ctn.sbc-fb-center-boss {
		top: 40px;
	}
}

@media (max-width: 767px) {
	.sbc-fb-feedtypes-pp-ctn.sbc-fb-center-boss {
		align-items: baseline;
	}
	.sbc-fb-feedtypes-popup {
		max-width: calc(100% - 40px);
		top: 50px;
	}
	#sbc-builder-app .sb-positioning-wrap {
		width: 130px;
	}
	.sbc-fb-embed-popup, .sbc-fb-dialog-popup {
        width: 100%;
		max-width: calc(100% - 40px);
    }
    .sbc-fb-popup-inside {
        left: 0;
      width: 85%;
    }
	.sbc-fb-extensions-pp-ctn .sbc-fb-popup-inside.sbc-fb-extensions-popup,
	.sbc-fb-source-ctn .sbc-fb-popup-inside  {
		max-width: calc(100% - 40px);
	}
	.sbc-fb-source-ctn.sbc-fb-center-boss,
	.sbc-fb-extensions-pp-ctn.sbc-fb-center-boss{
		align-items: baseline;
	}
	.sbc-fb-extensions-pp-ctn.sbc-fb-center-boss .sbc-fb-popup-inside{
		top: 50px;
	}
	.sbc-extension-bullet-list {
		grid-template-columns: 100%;
	}
	.sbc-fb-extpp-bottom {
		padding: 20px;
	}
	.sbc-fb-extpp-info {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.sbc-fb-extpp-img {
		display: none;
	}
	.sbc-fb-extpp-top {
		height: 195px;
	}
	.sbc-fb-source-pp-customizer .sbc-fb-srcslist-ctn {
		grid-template-columns: 99.2%;
		gap: 2%;
		margin-bottom: 50px;
	}
	.sbc-fb-source-account-info {
		flex-wrap: wrap;
	}
	.sbc-fb-source-account-info > span {
		width: 100%;
	}
	.sbc-fb-source-account-info img {
		margin-left: 0;
	}
	.sbc-fb-source-btn {
		margin-top: 25px;
	}
	.sbc-fb-source-bottom {
		flex-wrap: wrap;
		margin-top: 0;
	}
	.sbc-fb-src-add-manual {
		margin-left: 0;
		margin-top: 15px;
	}
	.sbc-fb-types-list {
		grid-template-columns: 100%;
	}
	.sbc-fb-types-list .sbc-fb-type-el {
		margin-bottom: 10px;
	}
	.sbc-fb-create-ctn {
		margin-top: 90px;
		padding: 0 20px 65px;
	}
	#sbc-builder-app h1 {
		font-size: 32px;
	}
	.sbc-fb-social-wall-between,
	.sbc-fb-social-wall-end {
		display: none;
	}
	.sbc-graphic-row-main {
		justify-content: space-between;
	}
	.sbc-fb-slctfd-action {
		width: 100%;
	}
	.sbc-fb-mr-feeds {
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.sbc-fb-mr-feeds .sbc-fb-mr-fd-content,
	.sbc-fb-slctsrc-content, .sbc-fb-section-wh-insd,
	.sbc-fb-types, .sbc-fb-adv-types {
		padding: 20px;
	}
	.sbc-fb-source-ctn .sbc-fb-popup-inside.sbc-install-plugin-modal {
		top: 0;
	}
	.sbc-fb-mr-fd-list button:not(:last-child) {
		margin-bottom: 8px;
	}
	.sbc-fb-srcs-item {
		margin-top: 3px;
	}

    #sbc-builder-app h2 {
        font-size: 26px;
    }
	.sbc-fb-srcs-desc {
		width: 100%;
	}
	.sbc-fb-source-list {
		grid-template-columns: 99%;
	}
	.sb-dialog-ctn.sbc-fb-center-boss .sbc-fb-popup-inside {
		max-width: calc(100% - 40px);
	}
}
@media all and (max-width: 960px) {
  .sbc-fb-popup-inside {
    left: 20px;
    max-width: 920px;
    width: calc(85% - 20px);
  }
}
@media (max-width: 480px) {
	.sbc-fb-source-ctn .sbc-fb-popup-inside {
		top: 45px;
		margin-bottom: 46px;
	}
	.sbc-csz-header-insider .sb-button-standard {
		font-size: 12px;
		padding: 7px 12px 7px 31px;
	}
	.sbc-csz-header-insider .sb-button-standard svg {
		width: 12px;
		height: 12px;
		left: 12px;
		top: 9px;
	}
	.sbc-fb-header.sbc-csz-header {
		height: 126px;
	}
	.sbc-csz-header .sbc-csz-hd-name {
		height: 33px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.sb-customizer-ctn .sb-customizer-sidebar {
		margin-top: 134px;
		position: initial;
		width: 100%;
	}
	.sb-fs-boss.sbc-fb-center-boss {
		overflow: scroll;
	}
	.sbc-fb-stp1-elm {
		flex-wrap: wrap;
	}
	.sbc-fb-stp1-elm-txt {
		margin-right: 0%;
		width: calc(100% - 50px);
	}
	.sbc-fb-stp1-elm .sbc-fb-stp-src-ctn.sbc-fb-stp1-elm-act {
		margin-left: 24px;
	}
	.sbc-fb-stp1-elm .sbc-fb-stp1-elm-act {
		margin-top: 10px;
		margin-left: 42px;
	}

}


.sb-control-elem-tltp-content{
	position: fixed;
	background: #fff;
	padding: 8px 11px;
	text-align: center;
	line-height: 1.5em;
	top: 0;
    left: 0;
	z-index: 999999999;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.19);
}


.sb-control-elem-tltp-content:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	border-top: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}
.sb-control-elem-tltp-content:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: 0px;
    border-top: 14px solid #eee;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sb-control-elem-tltp:hover .sb-control-elem-tltp-content{
	opacity: 1;
	visibility: visible;
	top: 24px;
	max-width: 300px;
    width: auto;
}
.sb-control-elem-tltp-txt{
	position: relative;
	max-width: 300px;
	width: max-content;
}
.sb-control-elem-tltp-txt[data-align="left"]{
	text-align: left!important;
}
.sb-tltp-black-link{
	text-decoration: underline!important;
	color: #000;
}
/* Social Wall Links */
.sb-social-wall-link-wrap {
	display: flex;
	font-size: 14px;
	margin: 10px 0;
}
.sb-social-wall-link {
	padding: 0 12px;
	border-right: 1px solid #ccc;
	color: #0068A0!important;
	line-height: 1;
}
.sb-social-wall-link a {
	text-decoration: none;
}
.sb-social-wall-link:first-child {
	padding-left: 0;
	border-right: 1px solid #ccc;
	color: #0068A0!important;
	line-height: 1;
}
.sb-social-wall-link:last-child {
	border-right: none;
}
.sb-social-wall-link a:focus {
    outline: none;
    box-shadow: none;
}




/*
	Add Source Loading
*/
.sb-fb-source-redirect-ld{
	text-align: center;
}
.sb-fb-source-redirect-ld div{
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50px;
	margin: 0 10px;
	position: relative;
	background-color: #0096CC;
  	color: #0096CC;
	-webkit-animation: sb-source-redirect 1s infinite linear alternate;
  	 	 animation: sb-source-redirect 1s infinite linear alternate;
    -webkit-animation-delay: .5s;
    	animation-delay: .5s;
}

.sb-fb-source-redirect-ld div:before,
.sb-fb-source-redirect-ld div:after{
	content: '';
  	display: inline-block;
  	position: absolute;
  	top: 0;
}

.sb-fb-source-redirect-ld div:before{
	left: -45px;
  	width: 32px;
  	height: 32px;
  	border-radius: 50px;
  	background-color: #0096CC;
  	color: #0096CC;
  	-webkit-animation: sb-source-redirect 1s infinite alternate;
  		animation: sb-source-redirect 1s infinite alternate;
  	-webkit-animation-delay: 0s;
  		animation-delay: 0s;
}

.sb-fb-source-redirect-ld div:after{
	left: 45px;
 	width: 32px;
 	height: 32px;
 	border-radius: 50px;
 	background-color: #0096CC;
 	color: #0096CC;
 	-webkit-animation: sb-source-redirect 1s infinite alternate;
 		animation: sb-source-redirect 1s infinite alternate;
 	-webkit-animation-delay: 1s;
 		animation-delay: 1s;
}



@-webkit-keyframes sb-source-redirect {
   0% {background-color: #0096CC;}
  50%,100% {background-color: #B5E5FF;}
}
@keyframes sb-source-redirect {
  0% {background-color: #0096CC;}
  50%,100% {background-color: #B5E5FF;}
}


.sb-fb-source-redirect-info{
	text-align: center;
	margin-top: 50px;
}

.sb-fb-source-redirect-info strong{
	font-size: 18px;
}
.sb-fb-source-redirect-info p{
	color: #8C8F9A;
    padding: 0 24%;
    font-size: 16px;
    margin-bottom: 0px;
}

.sbc-fb-popup-inside[data-step="redirect_1"]{
    width: 575px;
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sbc-spinner {
	animation-name: spin;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.sbc-spinner svg {
	width: 14px;
	height: 14px;
}
.sbc-spinner svg path {
	fill: #ffffff;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.sbc-csz-header {
    position: relative;
    z-index: 100000;
}

.sb-onboarding-active .sbc-csz-header.sb-onboarding-highlight {
    z-index: 100000;
}

/* License Notice Alert */
.sb-license-notice {
	background: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
	padding: 16px 20px 20px 60px;
	position: relative;
}
.sb-license-notice .sb-notice-icon {
    position: absolute;
    left: 20px;
    top: 18px;
}
.sb-license-notice h4 {
	color: #D72C2C;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	margin: 0px !important;
}
.sb-license-notice p {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #434960;
	max-width: 630px;
	margin: 0px;
}
.sb-license-notice b, 
.sb-license-notice strong {
	font-weight: 600;
}
.sb-license-notice .sb-notice-buttons {
	margin-top: 15px;
	display: flex;
	gap: 8px;
}
.sb-license-notice .sb-notice-buttons .sb-btn {
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	color: #141B38;
}
.sb-license-notice .sb-notice-buttons .sb-btn.loading path {
	fill: #141B38;
}
.sb-license-notice .sb-notice-buttons .sb-btn.success svg {
	width: 14px;
}
.sb-license-notice .sb-notice-buttons .sb-btn.success path {
	fill: #59AB46;
}
.sb-license-notice .sb-notice-buttons .sb-btn.error path {
	fill: #BC120E;
}
/* License Expired After Grace Period */
.sby-license-expired-agp {
    padding: 2px 52px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	overflow: hidden;
}
[data-app-customizer=true] .sby-license-expired-agp {
    padding: 2px 52px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    overflow: hidden;
    width: 100%;
    left: 0;
    z-index: 99;
}
.sby-license-expired-agp.sby-le-flow-1 {
	background: #BA3737;
}
.sby-license-expired-agp.sby-le-flow-1.sby-license-inactive-state {
	background: #0068A0;
}
.sby-license-expired-agp.sby-le-flow-2 {
	background: #0068A0;
}
.sby-license-expired-agp .sby-license-expired-agp-message {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
}
.sby-license-expired-agp .sby-license-expired-agp-message span {
	font-weight: 700;
	font-size: 14px;
	line-height: 160%;
	text-decoration-line: underline;
	color: #FFFFFF;
	margin-left: 12px;
	cursor: pointer;
}
.sby-license-expired-agp button {
    position: absolute;
    right: 50px;
    background-color: transparent;
    border: none;
	cursor: pointer;
}
.sby-license-expired-agp button svg{
	width: 16px;
	height: 16px;
}
.sby-license-expired-agp button svg path{
	fill: #fff;
}

.sbc-popup-blur-background {
	backdrop-filter: blur(2px);
}
/* Learn More Modal for License DRM */
.sbc-license-learn-more .sbc-popup-inside {
	border-top: 5px solid #D72C2C;
	width: 1166px;
	padding: 55px 50px;
	box-sizing: border-box;
}
.sbc-license-learn-more .sbc-popup-inside .sb-llm-header h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 125%;
}
.sbc-license-learn-more .sbc-popup-inside .sb-llm-header p {
	font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin-top: 8px;
}
.sbc-license-learn-more .sbc-popup-inside .sb-llm-upgrade-benefits {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}
.sbc-license-learn-more .sbc-popup-inside .sb-llm-upgrade-benefits .sb-benefits-block {
	padding: 16px 24px 20px 70px;
	border: 1px solid #E8E8EB;
	border-radius: 8px;
	position: relative;
}
#sbc-builder-app .sbc-license-learn-more .sbc-popup-inside .sb-llm-upgrade-benefits .sb-benefits-block h4 {
	font-size: 14px;
	line-height: 160%;
}
.sbc-license-learn-more .sbc-popup-inside .sb-llm-upgrade-benefits .sb-benefits-block .sb-icon {
	position: absolute;
	left: 19px;
}
.sbc-license-learn-more .sbc-popup-inside .sb-llm-upgrade-benefits .sb-benefits-block p {
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
    color: #434960;
    margin-top: 0px;
}
.sbc-license-learn-more .sb-llm-license-key-block .sb-license-checker-form {
	background: #F9F9FA;
	border-bottom: 1px solid #DCDDE1;
	border-radius: 6px;
	padding: 33px 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
#sbc-builder-app .sbc-license-learn-more .sb-llm-license-key-block .sb-license-checker-form h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 0px;
}
#sbc-builder-app .sbc-license-learn-more .sb-llm-license-key-block .sb-license-checker-form p {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #434960;
	margin-top: 0;
}
.sbc-license-learn-more .sb-license-checker-form .sb-input {
	padding: 9px 16px;
	width: 483px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #D0D1D7;
	border-radius: 1px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #8C8F9A;
}
.sbc-license-learn-more .sb-license-checker-form .sb-modal-license-key-form{
	display: flex;
}
.sbc-license-learn-more .sb-license-checker-form .sb-input::placeholder {
	color: #8C8F9A;
}
.sbc-license-learn-more .sb-license-checker-form .sb-btn-license-activate {
    background: #0068A0;
    border-radius: 2px;
    padding: 11px 24px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}
.sbc-license-learn-more .sb-license-checker-form .sb-btn-license-activate span {
	margin-right: 4px;
	height: 20px;
	display: inline;
}
.sbc-license-learn-more .sb-llm-license-key-block {
	background: #FFFFFF;
	border: 1px solid #DCDDE1;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	margin-top: 15px;
}
.sbc-license-learn-more .sb-llm-lk-footer {
	text-align: center;
}
.sbc-license-learn-more .sb-llm-lk-footer p {
	margin: 0px;
	font-size: 14px;
	line-height: 160%;
	color: #141B38;
	padding: 6px 0;
}

.sbc-license-learn-more .sb-llm-lk-footer a {
	font-weight: 600;
	color: #0068A0;
	margin-left: 12px;
}
.sbc-license-learn-more .sb-llm-lk-footer a:focus {
	outline: none;
}
/* Why Renew License Popup */
.sbc-license-why-renew .sbc-popup-inside {
	width: 1166px;
	padding: 40px;
	box-sizing: border-box;
}

.sbc-license-why-renew .sbc-popup-inside .sb-llm-header p {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #434960;
	margin-top: 0;
}
.sbc-license-why-renew .sbc-popup-inside .sb-why-renew-list-parent {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.sbc-license-why-renew .sbc-popup-inside .sb-why-renew-list {
    width: calc((100% / 2) - 0px);
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
    margin-bottom: 49px;
    padding-right: 40px;
}
.sbc-license-why-renew .sb-why-renew-list .sb-icon {
    position: absolute;
    left: 0px;
}
.sbc-license-why-renew .sb-why-renew-list .sb-list-item h4, 
#sbc-builder-app .sbc-license-why-renew .sb-why-renew-list .sb-list-item h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #141B38;
    margin: 0px;
    text-align: left;
}
.sbc-license-why-renew .sb-why-renew-list .sb-list-item p, 
#sbc-builder-app .sbc-license-why-renew .sb-why-renew-list .sb-list-item p {
    font-size: 14px;
    line-height: 22px;
    margin: 3px 0 0;
    text-align: left;
    color: #676c80;
}
/* End Why Renew License Popup */

/*** 7.0 Settings CTA ***/
.sbc-builder-footer-free-wrapper {
    padding: 0 53px 50px;
}
#sby-settings .sbc-builder-footer-free-wrapper {
	margin: 25px 0 60px;
	padding: 0px;
}
#sby-settings .sbc-plugin-title h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #141B38;
	margin: 0px;
}
.sbc-settings-cta {
    background-color: #fff;
    padding: 24px 20px 20px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
    margin-top: 12px;
}
.sbc-settings-cta .sbc-cta-title,
.sbc-settings-cta .sbc-cta-head-inner {
    display: flex;
}
.sbc-settings-cta .sbc-cta-head-inner {
	justify-content: space-between;
}
.sbc-settings-cta .sbc-cta-head-inner .sbc-cta-btn a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    padding: 7px 12px 8px 20px;
    font-weight: 600;
    font-size: 14px;
	line-height: 160%;
	margin-top: -5px;
	width: 126px;
	height: 38px;
	box-sizing: border-box;
}
.sbc-settings-cta .sbc-cta-head-inner .sbc-cta-btn a svg {
	margin-left: 12px;
	width: 10px;
}
.sbc-settings-cta .sbc-plugin-title-bt {
	display: flex;
}
.sbc-settings-cta .sbc-plugin-title-bt .sbc-cta-btn {
	width: 177px;
}
.sbc-settings-cta .sbc-cta-title .sbc-plugin-logo {
    background: #FFFFFF;
    box-shadow: 0px 6.05242px 7.56552px rgba(0, 26, 119, 0.0415), 0px 3.39293px 4.24117px rgba(0, 26, 119, 0.04), 0px 1.80196px 2.25245px rgba(0, 26, 119, 0.0285), 0px 0.749837px 0.937296px rgba(0, 26, 119, 0.0337);
    border-radius: 2px;
    min-width: 60px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    border: 1px solid #ecebeb;
}
#sbc-builder-app .sbc-settings-cta .sbc-cta-title .sbc-plugin-logo{
	width: 60px;
    height: 60px;
}
.sbc-settings-cta .sbc-cta-title .sbc-cta-discount-label {
	background: #FFEFCC;
    border-radius: 2px;
    padding: 4px 14px 4px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
	color: #663D00;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    box-sizing: border-box;
	margin-right: 10px;
}

#sbc-builder-app .sbc-settings-cta .sbc-cta-title .sbc-cta-discount-label {
	width: 259px;
	height: 30px;
}
#sby-settings .sbc-settings-cta .sbc-cta-title .sbc-cta-discount-label {
	margin-top: 10px;
}
#sby-settings .sbc-settings-cta .sbc-cta-title .sbc-cta-discount-label svg {
	margin-right: 9px;
}
.sbc-settings-cta .sbc-cta-title .sbc-cta-discount-label svg path{
    fill: #663D00;
}


#sbc-builder-app .sbc-settings-cta .sbc-cta-title .sbc-cta-discount-label {
	color: #663D00;
	background: #FFEFCC;
}
.sbc-settings-cta .sbc-cta-boxes {
	margin: 36px 0px 0px 7px;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
    border: 1px solid #E8E8EB;
    border-bottom: 0px solid transparent;
	max-width: 1170px;
}
.sbc-settings-cta .sbc-cta-box:not(:last-child) {
    border-right: 1px solid #E8E8EB;
}
.sbc-settings-cta .sbc-cta-box {
    padding: 16px 30px 16px 18px;
    display: flex;
}
.sbc-settings-cta .sbc-cta-box .sbc-cta-box-icon {
    margin-right: 24px;
    max-height: 50px;
}
.sbc-settings-cta .sbc-cta-box .sbc-cta-box-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    padding-top: 5px;
}
.sbc-settings-cta .sbc-cta-much-more{
    display: flex;
    padding: 0 14px;
    flex-wrap: wrap;
    margin-top: 3px;
	justify-content: space-between;
	max-width: 1170px;
}
.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-left {
    width: 330px;
}
.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-right ul {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 2%;
    padding-top: 10px;
}
.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-left h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #141B38;
    margin: 1.33em 0 !important;
}
.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-right ul li {
    font-size: 14px;
    line-height: 160%;
    color: #434960;
    width: 260px;
    position: relative;
}
.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-right ul li::before {
    background: #0096CC;
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    left: -19px;
    top: 10px;
}
.sbc-settings-cta .sbc-cta-try-demo {
    margin-top: 13px;
	max-width: 1180px;
}
.sbc-settings-cta .sbc-cta-try-demo a {
    width: 100%;
    justify-content: center;
	display: flex;
	align-items: center;
	vertical-align: middle;
	background: #F3F4F5;
	border: 1px solid #DCDDE1;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 7px 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #141B38;
	box-sizing: border-box;
	letter-spacing: 0.2px;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
	text-decoration: none;
}
.sbc-settings-cta .sbc-cta-try-demo a span svg {
    transform: translate(5px, 4px);
}
.sbc-settings-cta .sbc-cta-try-demo .sbc-btn span {
    margin-left: 9px;
    transform: translateY(1px);
}

.sbc-cta-toggle-features {
	background: #F3F4F5;
    width: 100%;
    display: flex;
	padding: 5px 0 4px 15px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
	box-sizing: border-box;
    justify-content: center;
}
.sbc-cta-toggle-features .sbc-cta-toggle-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
	border: none;
	background: none;
	display: flex;
	cursor: pointer;
}
.sbc-cta-toggle-features .sbc-cta-toggle-btn svg {
    transform: translateY(0px);
    margin-left: 4px;
}

#sby-settings .sbc-cta-bottom-trydemo {
	margin-top: 15px;
}
#sby-settings .sbc-cta-bottom-trydemo a:hover {
	background-color: #0096CC!important;
}
#sby-settings .sbc-cta-bottom-trydemo a {
    padding: 8px 12px 8px 20px;
    gap: 8px;
    height: 38px;
    background: #0068A0;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

@media (min-width: 1170px) and (max-width: 1540px) {
	.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-right ul li {
		width: 240px;
	}
	.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-left {
		width: 220px;
	}
}
@media (min-width: 1170px) and (max-width: 1340px) {
	.sbc-settings-cta .sbc-cta-box .sbc-cta-box-icon {
		margin-right: 15px;
	}
	.sbc-settings-cta .sbc-cta-box {
		padding: 16px 15px 16px 15px;
	}
}
@media (max-width: 1300px) {
	.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-right ul {
		grid-template-columns: 48% 48%;
	}
}
@media (max-width: 1170px) {
	.sbc-settings-cta .sbc-cta-boxes {
		flex-wrap: wrap;
	}
	.sbc-settings-cta .sbc-cta-boxes .sbc-cta-box {
		width: 50%;
		box-sizing: border-box;
	}
	.sbc-settings-cta .sbc-cta-box:not(:last-child) {
		border-right: none;
	}
	.sbc-settings-cta .sbc-cta-box:first-child,
	.sbc-settings-cta .sbc-cta-box:nth-child(2) {
		border-bottom: 1px solid #E8E8EB;
	}
	.sbc-settings-cta .sbc-cta-box:first-child,
	.sbc-settings-cta .sbc-cta-box:nth-child(3) {
		border-right: 1px solid #E8E8EB;
	}
	.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-right {
		padding-left: 20px;
	}
	.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-right ul {
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 770px) {
	.sbc-settings-cta .sbc-cta-boxes .sbc-cta-box {
		width: 100%;
    	align-items: center;
	}
	.sbc-settings-cta .sbc-cta-box {
		border: none;
	}
	.sbc-settings-cta .sbc-cta-box:not(:last-child) {
		border-bottom: 1px solid #E8E8EB;
	}
	.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-right ul {
		grid-template-columns: 100%;
		margin-top: 0px;
	}
	.sbc-settings-cta .sbc-cta-much-more .sbc-cta-mm-left h4 {
		margin-bottom: 10px !important;
	}
	.sb-tab-content .sb-tab-box .sbc-caching-pro-cta {
		padding: 8px 25px;
	}

	.sbc-settings-cta .sbc-cta-head-inner {
		flex-wrap: wrap;
	}

	.sbc-settings-cta .sbc-cta-title {
		margin-bottom: 20px;
	}
	.sbc-settings-cta .sbc-cta-btn {
		width: 100%;
	}
	.sbc-settings-cta .sbc-plugin-title-bt {
		flex-direction: column;
	}

	.sbc-plugin-title {
		width: 67%;
	}
}

@media (max-width: 580px) {
	.sbc-settings-cta .sbc-cta-title .sbc-plugin-logo {
		margin-right: 20px;
	}
}
