body{
    --cl-orange: #FE544F;
    --cl-dark:#2C324C;
    --error-red: #D72C2C;
    --customizer-blue: #0096CC;
    --dark-blue: #2A65DB;
    --success-green: #59AB46;
}
.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;}
.ctf-bg-1{
    background: #2A65DB;
}

/****
Buttons
 */
.sb-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.sb-button-standard{
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px 10px 39px;
    line-height: 16px;
}
.sb-button-standard svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 13px;
    right: auto;
    top: 10px;
    bottom: auto;
}
.sb-button-small.sb-button-left-icon {
    padding-left: 32px;
}
.sb-button-small.sb-button-right-icon {
    padding-right: 32px;
}
.sb-button-small.sb-button-left-icon svg {
    position: absolute;
    left: 13px;
}
.sb-button-small.sb-button-right-icon svg {
    position: absolute;
    right: 13px;
}
.sb-button-standard.sb-button-right-icon {
    padding: 10px 39px 10px 20px;
}
.sb-button-standard.sb-button-right-icon svg {
    right: 13px;
    left: auto;
}

.sb-button-small {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    padding: 6px 12px;
    line-height: 160%;
}

.sb-button-no-border {
    border-radius: 0 !important;
    border: none !important;
}

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

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

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

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

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

.sb-dark-hover:hover svg,
.sb-dark-hover:hover path{
    fill: #141B38;
}

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

/* Text */

#ctf-builder-app h1:not(#sb_instagram h1) {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    color: #141B38;
    margin: 0;
    letter-spacing: 0;
}
#ctf-builder-app h2:not(#sb_instagram h2) {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    margin: 0;
    letter-spacing: 0;
}
#ctf-builder-app h3:not(#sb_instagram h3):not(.sb_instagram_header h3) {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 4px 0;
    letter-spacing: 0;
}

#ctf-builder-app h4:not(#sb_instagram h5) {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 4px 0;
    letter-spacing: 0;
}
.ctf-fb-feedtypes-pp-ctn h4 {
    font-size: 24px !important;
    margin-bottom: 28px !important;
}

#ctf-builder-app .sb-small-p,
#ctf-builder-app .sb-standard-p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #8C8F9A;
    margin: 0;
}
#ctf-builder-app .sb-standard-p{
    font-size: 16px;
    color: #141B38;
}
#ctf-builder-app .ctf-fb-source-inp::placeholder {
    color: #8C8F9A;
    font-size: 14px;
    font-weight: normal;
}
#ctf-builder-app .sb-bold {
    font-weight: 600;
}
#ctf-builder-app .sb-dark-text {
    color: #141B38;
}
#ctf-builder-app .ctf-btn-orange .sb-small-p,
#ctf-builder-app .ctf-btn-blue .sb-small-p,
#ctf-builder-app .ctf-btn-red .sb-small-p,
#ctf-builder-app .ctf-btn-dark .sb-small-p{
    color: #fff;
}

#ctf-builder-app .sb-caption {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #141B38;
}
#ctf-builder-app .sb-caption.sb-caption-lighter {
    color: #5F6368;
}

#ctf-builder-app .sb-small {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #141B38;
}

#ctf-builder-app .sb-lighter {
    color: #434960;
}
#ctf-builder-app .sb-lightest {
    color: #74777D;
}
#ctf-builder-app .sb-small-text {
    font-size: 12px;
}
#ctf-builder-app .ctf-fb-feedtypes-pp-ctn.sb-fs-boss .ctf-fb-feedtypes-popup.ctf-fb-popup-inside{
overflow: visible;
    min-height: 100px;
    max-height: unset;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#ctf-builder-app .ctf-fb-feedtypes-pp-ctn.sb-fs-boss{
position: absolute;
    min-height: 100%;
    align-items: unset;
    padding: 150px 0px;
}
/* Positioning */
.sb-icon-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
/* Misc Stylings */
.sb-flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}
.sb-box-shadow {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
}
#ctf-builder-app .sb-icon-small svg {
    height: 10px;
}

/*
Social Links
*/
.ctf-cl-facebook, .ctf-clhv-facebook:hover{
    color: #006BFA!important;
}
.ctf-bg-facebook, .ctf-bghv-facebook:hover{
    background: #006BFA!important;
}

.ctf-cl-instagram, .ctf-clhv-instagram:hover{
    color: #BA03A7!important;
}
.ctf-bg-instagram, .ctf-bghv-instagram:hover{
    background: #BA03A7!important;
}

.ctf-cl-twitter, .ctf-clhv-twitter:hover{
    color: #1B90EF!important;
}
.ctf-bg-twitter, .ctf-bghv-twitter:hover{
    background: #1B90EF!important;
}

.ctf-cl-youtube, .ctf-clhv-youtube:hover{
    color: #EB2121!important;
}
.ctf-bg-youtube, .ctf-bghv-youtube:hover{
    background: #EB2121!important;
}

.ctf-cl-linkedin, .ctf-clhv-linkedin:hover{
    color: #007bb6!important;
}
.ctf-bg-linkedin, .ctf-bghv-linkedin:hover{
    background: #007bb6!important;
}

.ctf-cl-mail, .ctf-clhv-mail:hover{
    color: #666!important;
}
.ctf-bg-mail, .ctf-bghv-mail:hover{
    background: #666!important;
}

#ctf-builder-app{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;;
    visibility: hidden;
    opacity: 0;
}
#ctf-builder-app[data-app-loaded="true"]{
    visibility: visible;
    opacity: 1;
}

.ctf-builder-app a, .ctf-builder-app a:focus{
    text-decoration: none;
    /*color: inherit;*/
    outline: none;
}
.ctf-fb-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 38px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none;;
}
.ctf-fb-btn:focus{
    box-shadow: none;
}
.ctf-fb-fs{
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
}
.ctf-fs-a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.sb-btn:focus{
    outline: none;
}
#wpcontent,
.twitter-feeds_page_ctf-feed-builder #wpcontent,
.twitter-feeds-1_page_ctf-feed-builder #wpcontent {
    padding-left: 0px;
}
#wpfooter{
    display: none;
}
#wpbody-content{
    padding-bottom: 0px;
}
.ctf-fb-wrapper{
    max-width: 92%;
    position: relative;
    margin: auto;
    color: #141B38;
}
.ctf-fb-fs-boss{
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    z-index: 9989;
}


/*
Header
*/
.ctf-fb-create-ctn{
    margin-top: 104px;
    padding: 0 54px;
    box-sizing: border-box;
    width: 100%;
}
.ctf-fb-header{
    height: 64px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0px 52px;
    z-index: 99;
}
.ctf-fb-header-left {
    display: flex;
}
.ctf-fb-header-left .sb-social-wall-link-wrap {
    margin-left: 30px;
}
.ctf-fb-hd-logo {
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 5px;
}
.ctf-fb-hd-logo .sb-logo-letters-wrap {
    transform: translate(0px, -2px);
}
.ctf-fb-hd-logo .breadcrumb-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-left: 4px;
}
.ctf-csz-header.ctf-fb-header{
    position: fixed!important;
    padding: 0 20px;
}
.ctf-csz-header-insider{
    width: calc(100% - 160px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}
body.jetpack-masterbar .ctf-csz-header-insider {
  width: calc(100% - 272px);
}

@media all and (max-width: 960px) {
    .ctf-csz-header-insider{
        width: calc(100% - 36px);
    }
    .sb-customizer-ctn .sb-customizer-sidebar{
        left: 36px;
    }
    body.jetpack-masterbar .sb-customizer-sidebar {
        left: 36px;
    }
    body.jetpack-masterbar .ctf-csz-header-insider {
        width: calc(100% - 36px);
      }
}

.ctf-fb-hd-btn{
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.ctf-fb-hd-btn i{
    margin: 0px 5px;
}
.ctf-fb-full-wrapper {
    padding: 0 53px;
    padding-top: 82px;
}
.ctf-csz-hd-actions{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctf-csz-hd-actions > button{
    margin-left: 10px;
}

.ctf-csz-btn-embd{
    color: #fff;
    background: var(--cl-dark);
    border-color: var(--cl-dark);
}
.ctf-csz-btn-save{
    color: #fff;
    background: var(--cl-orange);
    border-color: var(--cl-orange);
}
.ctf-csz-hd-name{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
.ctf-csz-hd-name strong{
    font-size: 18px;
}
.ctf-csz-hd-name[data-edit="true"] strong{
    display: none;
}
.ctf-csz-hd-name input[type="text"]{
    border-radius: 0px;
    border: 0px;
    background: #CCE7FF;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    display: none;
}
.ctf-csz-hd-name[data-edit="true"] input[type="text"]{
    display: block;
}
.ctf-csz-hd-name input[type="text"]:focus{
    outline: none!important;
    border: 0px!important;
    box-shadow: none!important;
}


.ctf-csz-name-ed-btn{
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 0 10px;
    background: #E8E8EB;
    border: 1px solid #E8E8EB;
    outline: none;
}
.ctf-csz-name-ed-btn:focus,
.ctf-csz-name-ed-btn:hover{
    outline: none;
    background-color: #fff;
}
.ctf-csz-name-ed-btn svg{
    width: 11px;
    fill: #141B38;
    float: left;
    margin-left: -1px;
}


/*
Welcome Screen Empty State
*/
.ctf-fb-wlcm-header{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    margin-top: 23px;
}
#ctf-fb-full-wrapper .ctf-fb-wlcm-header {
    margin-bottom: 34px;
}

.ctf-fb-wlcm-header h3,
.ctf-fb-create-ctn h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    float: left;
}
.ctf-fb-btn-new{
    background: var(--cl-orange);
    position: relative;
    float: left;
    margin-left: 20px;
    font-size: 12px;
    padding: 8px 12px 8px 32px;
    font-weight: 700;
}
.ctf-fb-btn-new svg{
    width: 10px;
    height: 10px;
    position: absolute;
    left: 12px;
}

.ctf-fb-inf-cnt{
    position: relative;
    background: #fff;
    padding: 27px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    max-width: 100%;
}
.ctf-fb-inf-num{
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #141B38;
    margin-right: 20px;

}
.ctf-fb-inf-num span{
    z-index: 1;
}
.ctf-fb-inf-num:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #D8DADD;
    border-radius: 50%;
}
.ctf-fb-inf-txt{
    float: left;
}
/*.ctf-fb-inf-txt strong{
	display: block;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 8px;
}*/
.ctf-fb-inf-txt span{
    display: block;
    font-size: 16px;
    color: #5F6368;
    line-height: 1.5em;
}
.ctf-fb-wlcm-inf-1 {
    padding-left: 297px;
}
.ctf-fb-wlcm-inf-1 .ctf-fb-inf-svg{
    position: absolute;
    left: 191px;
    top: 32px;
    /*float: left;
    margin-top: 30px;
    margin-left: 230px;
    position: relative;
    margin-right: 25px;*/
}
.ctf-fb-wlcm-inf-1 .ctf-fb-inf-svg svg{
    margin-top: -45px;
}
.sb-head {
    position: absolute;
    top: -2px;
    left:-4px;
}
.ctf-fb-wlcm-inf-1 .ctf-fb-inf-cnt{
    float: left;
    width: 523px;
    margin-bottom: 24px;
}
.ctf-fb-wlcm-inf-2{
    display: flex;
    justify-content: space-between;
    padding-left: 152px;
}
.ctf-fb-wlcm-inf-2 .ctf-fb-inf-cnt{
    float: left;
    width: 590px;
    margin-bottom: 29px;
    height: 67px;
    display: flex;
    align-items: center;
}
.ctf-fb-wlcm-inf-2 .ctf-fb-inf-img{
    position: absolute;
    right: 15px;
    top: -15px;
}

.ctf-fb-wlcm-inf-3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 297px;
}
.ctf-fb-wlcm-inf-3 .ctf-fb-inf-cnt{
    float: left;
    width: 620px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctf-fb-wlcm-inf-3 .ctf-fb-inf-img{
    float: left;
    left: 10px;
    top: -10px;
    position: absolute;
}
.ctf-fb-wlcm-inf-2 .ctf-fb-inf-num, .ctf-fb-wlcm-inf-3 .ctf-fb-inf-num{
    margin-top: -20px;
}
.ctf-fb-types-ctn, .ctf-fb-slctsrc-ctn, .ctf-fb-section-wh{
    background: #fff;
    border: 1px solid #E7E7E9;
}
.ctf-fb-wrapper h3, .ctf-fb-section-wh h3{
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
}
.ctf-fb-create-ctn h3{
    margin-bottom: 30px;
}
.ctf-fb-types h4, .ctf-fb-section-wh h4 {
    font-size:20px;
    line-height: 24px;
    font-weight: 600;
}
#ctf-builder-app .ctf-fb-create-ctn h4,
#ctf-builder-app .ctf-fb-feedtypes-pp-ctn  h4{
    margin-bottom: 1px;
}
#ctf-builder-app .ctf-fb-feedtypes-pp-ctn[data-screen="customizer"] .ctf-fb-types {
    margin-top: 20px;
}



#ctf-builder-app .ctf-fb-adv-types .ctf-adv-types-heading{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8C8F9A;
}
.ctf-fb-types-desc{
    font-size: 14px;
    color: #434960;
    margin-bottom: 33px;
    display: block;
}

.ctf-fb-adv-types {
    padding-top: 0;
}
#ctf-builder-app .ctf-fb-type-el-info a,
.ctf-business-required{
    color: #0068A0;
    font-size: 12px;
    display: flex;
    align-self: center;
}
#ctf-builder-app .ctf-fb-type-el-info a span{
    margin-right: 7px;
}
#ctf-builder-app .ctf-fb-type-el-info a svg,
.ctf-business-required svg{
    height: 16px;
    line-height: 12px;
    vertical-align: top;
    margin-top: 1px;
}
.ctf-fb-types-list{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 1%;
    margin-bottom: 31px;
}
.ctf-fb-templates-list {
    display: grid;
    grid-template-columns: 24.2% 24.2% 24.2% 24.2%;
    grid-column-gap: 1%;
    margin: 31px 0px;
}
.ctf-fb-templates-list .ctf-fb-type-el {
    margin-bottom: 10px;
}
.ctf-fb-templates-list .ctf-fb-type-el-info {
    padding: 0 10px;
}
.ctf-fb-templates-list .ctf-fb-type-el-img svg {
    width: 100%;
}
.ctf-fb-templates-list .ctf-fb-type-el-img {
    border-width: 0px !important;
}
.ctf-fb-templates-ctn .ctf-fb-type-el-img {
    background: #f3f4f5;
}
.ctf-fb-templates-ctn .ctf-fb-type-el-img.simple_carousel,
.ctf-fb-templates-ctn .ctf-fb-type-el-img.showcase_carousel {
    background-color: #fdf3ef;
}
.ctf-fb-feedtemplate-alert {
    padding: 8px 12px 10px;
    background: #FFF7E5;
    border: 1px solid #FFDF99;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color:#663D00
}
.ctf-fb-feedtemplate-alert span {
    line-height: 1;
}
.ctf-fb-feedtemplate-alert svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.ctf-fb-feedtemplate-alert svg path{
    fill: #663D00!important
}
.sb-control-feedtype-ctn .ctf-fb-feedtemplate-alert{
    align-items: flex-start;
}
.sb-control-feedtype-ctn .ctf-fb-feedtemplate-alert span{
        margin-top: 4px;
}


#ctf-builder-app .ctf-fb-feedtemplates-ctn .ctf-fb-types {
    margin-top: -10px;
}
#ctf-builder-app .ctf-fb-templates-list .ctf-fb-type-el-info p {
    margin: 8px 0px 7px;
}
#ctf-builder-app .ctf-fb-templates-ctn .ctf-fb-types h4 {
    margin-bottom: 0px;
}
#ctf-builder-app .ctf-fb-templates-ctn .ctf-fb-types .sb-caption {
    font-size: 12px;
    line-height: 150%;
    color: #434960;
    margin-top: 0px;
}
#ctf-builder-app .ctf-fb-templates-ctn .ctf-fb-type-el,
.sb-control-feedtemplate-ctn .ctf-fb-type-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;
}
#ctf-builder-app .ctf-fb-templates-ctn .ctf-fb-type-el .ctf-fb-type-el-img,
.sb-control-feedtemplate-ctn .ctf-fb-type-el .ctf-fb-type-el-img{
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f3f4f5;
    border: 2px solid #F1F1F1;
    border-bottom: 1px solid #fff;
}
#ctf-builder-app .ctf-fb-templates-ctn .ctf-fb-type-el .ctf-fb-type-el-info,
.sb-control-feedtemplate-ctn .ctf-fb-type-el .ctf-fb-type-el-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 auto;
    justify-content: center;
    padding: 0px 10px;
}
.sb-control-feedtemplate-ctn .ctf-fb-type-el .ctf-fb-type-el-info{
    padding-bottom: 11px;
}
.ctf-fb-heading {
    margin-bottom: 24px;
    width: 100%;
    float: left;
}
.ctf-fb-heading h1{
    float: left;
}
.ctf-fb-heading .ctf-fb-btn{
    float: right!important;
}

.ctf-fb-adv-types .ctf-fb-types-list{
    margin-bottom: 71px;
}
.ctf-fb-type-el{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    position: relative;
    background: #fff;
    border: 1px solid #edeeef;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#ctf-builder-app .ctf-fb-type-el:not([data-type="socialwall"]):hover,
.ctf-fb-adv-types .ctf-fb-type-el:not([data-type="socialwall"]):hover{
    border: 1px solid #F6966B;
}

.ctf-fb-type-el[data-type="socialwall"] .ctf-fb-type-el-img{
    background: #fef4ef;
    border: 3px solid #fef4ef;
}

.ctf-fb-adv-types .ctf-fb-type-el{
    border: 1px solid #FFDBBA;
}
#ctf-builder-app .sb-control-feedtype-ctn .ctf-fb-type-el,
#ctf-builder-app .sb-control-feedtype-ctn .ctf-fb-type-el:hover{
    border: 2px solid #E8E8EB;
    margin-bottom: 7px;
}
.sb-control-feedtype-ctn .ctf-fb-type-el-info{
	margin-top: 14px
}
.ctf-fb-type-el[data-active="true"],
.ctf-fb-adv-types .ctf-fb-type-el[data-active="true"]{
    border: 2px solid var(--cl-orange)!important;
}
.ctf-fb-type-el[data-active="true"]:not([data-type="socialwall"]):after{
    content: '';
    position: absolute;
    width: 10px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 3;
    right: 5px;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ctf-fb-type-el:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
    z-index: 2;
    background: #DCDDE1;
    display: none;
}
.sb-control-feedtemplate-ctn .ctf-fb-type-el:before,
.ctf-fb-templates-list .ctf-fb-type-el:before{
    display: none;
}

.ctf-fb-type-el[data-active="true"]:before{
    background: var(--cl-orange);
    display: block;
}
.ctf-fb-type-el[data-type="socialwall"]:before{
    display: none;
}


.ctf-fb-type-el-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f3f4f5;
    border: 3px solid #f3f4f5;
    border-right: 1px solid #fff;
    margin-right: 30px;
}
.ctf-fb-type-el[data-active="true"] .ctf-fb-type-el-img{
    border: 1px solid #F1F1F1;
    border-bottom: 2px solid #fff;
}
.ctf-fb-type-el-img svg {
    max-width: 100%;
}
.ctf-fb-adv-types .ctf-fb-type-el-img{
    background: #FCF4EF;
}
.ctf-fb-type-el-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    flex: 1 1 auto;
    padding: 0 20px;
    padding-right: 50px;
}
.ctf-fb-type-el-link{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.ctf-fb-type-el-info .sb-caption{
    font-size: 13px!important;
    margin-top: 5px;
}
.sb-control-feedtype-ctn .ctf-fb-type-el-info{
	padding: 15px 70px 25px;
}
.sb-control-feedtype-ctn .ctf-fb-type-el-info strong{
	font-size: 14px;
}
#ctf-builder-app .ctf-fb-type-el p {
    margin: 11px 0 4px;
}
#ctf-builder-app .ctf-fb-feedtypes-pp-ctn .ctf-fb-type-el p{
    margin: 0px;
}
.ctf-fb-feedtypes-pp-ctn .ctf-fb-adv-types h4{
    margin-bottom: 0px !important;
    font-size: 20px !important;
}

#ctf-builder-app .ctf-fb-type-el[data-active="true"] .ctf-fb-type-el-info {

}
#ctf-builder-app .ctf-fb-type-el p svg {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
}
/*.ctf-fb-type-el-info strong{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ctf-fb-type-el-info strong i{
	color: #ed8000;
	margin-left: 5px;
	font-size: 13px;
	margin-top: 2px;
}
.ctf-fb-type-el-info span{
	font-size: 13px;
	line-height: 1.4em;
	color: #74777D;
}*/
.ctf-fb-adv-types .ctf-fb-type-el-img {
    border-color: #FCF4EF;
}
.ctf-fb-ft-action {
    border-top: 1px solid #D8DADD;
    padding: 30px 40px;
    margin-top: 63px;
}
.ctf-fb-slctfd-action .ctf-fb-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ctf-fb-slctfd-action{
    padding: 16px 0;
}
.ctf-fb-slctf-nxt{
    height: auto;
    padding: 7px 36px 7px 37px;
}
.ctf-fb-slctf-back{
    margin-right: auto;
    height: auto;
    padding: 7px 37px 7px 36px;
}
.ctf-fb-slctf-back svg,
.ctf-fb-slctf-nxt svg {
    width: 6px;
    height: 10px;
}
.ctf-fb-slctf-back span {
    display: inline-block;
    margin-left: 15px;
    line-height: 160%;
}
.ctf-fb-slctf-nxt span {
    display: inline-block;
    margin-right: 15px;
    line-height: 160%;
}
.ctf-fb-btn-ac{
    opacity: 0.6;
}
.ctf-fb-btn-ac[data-active="true"]{
    opacity: 1;
}

.sb-control-single-id-ctn{
    margin-top: 35px;
    padding: 25px 0px;
}
.sb-control-single-id-ctn:before,
.sb-control-before-brd:before
{
    content: '';
    position: absolute;
    border-top: 1px solid #DCDDE1;
    height: 2px;
    top: 0px;
    left: -20px;
    width: calc(100% + 40px);
}
.sb-control-single-id-input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
}
.sb-control-single-id-input input{
    height: 45px;
    float: left;
    background: #fff;
    margin-top: 6px;
    margin-right: 7px;
}

/*
	Video Type Chooser
*/
.ctf-fb-section-wh.ctf-fb-section-videos{
	padding: 50px 21px 54px 30px;
}
.ctf-fb-videotype-chooser{
	display: grid;
	grid-template-columns: 49% 49%;
    grid-column-gap: 1%;

}
.ctf-fb-section-videos{
	flex-direction: column;
}
.ctf-fb-section-videos .ctf-fb-section-video-playlist{
	margin-top: 30px;
}

.ctf-fb-section-video-playlist .ctf-fb-wh-inp{
	margin-top: 10px;
	margin-bottom: 10px!important;
}
.ctf-fb-section-videos .ctf-fb-sglelm-left{
	padding-right: 0px;
}
/*
Source Screen
*/
.ctf-fb-sec-heading > span{
    font-size:14px;
    color: #434960;
    line-height: 1.7em;
    display: block;
}
#ctf-builder-app .ctf-fb-sec-heading h4{
    margin-bottom: 2px;
}
#ctf-builder-app .ctf-fb-slctsrc-ctn .ctf-fb-sec-heading h4{
    margin-bottom: 2px !important;
}
.ctf-fb-sec-heading {
    margin-bottom: 14px;
}
.ctf-builder-app .ctf-fb-slctsrc-content,.ctf-fb-section-wh-insd{
    padding: 23px 30px;
}

.ctf-fb-slctsrc-ctn h4,.ctf-fb-section-wh-insd h4{
    font-size: 20px;
    padding: 0px;
    margin: 0px;
}
.ctf-fb-srcslist-ctn{
    display: grid;
    grid-template-columns: 32.66% 32.66% 32.66%;
    grid-column-gap: 1%;
    margin-bottom: 28px;
}
.ctf-fb-srcs-item{
    width: 100%;
    cursor: pointer;
    height: 62px;
    margin: 1% 0;
    border-radius: 3px;
    border: 1px solid #E7E7E9;
    display: flex;
    position: relative;
}
.ctf-fb-srcs-item[data-disabled="true"]{
    background: #F3F4F5;
}
.ctf-fb-srcs-item[data-disabled="true"] .ctf-fb-srcs-item-inf{
    opacity: .55;

}
#ctf-builder-app .ctf-fb-srcs-item .ctf-fb-srcs-item-inf .ctf-fb-srcs-item-name {
    color: #141B38;
    padding-right: 44px;
}

/*Disabled Controls*/
.sb-control-elem-ctn[data-disabled="true"] input[type="text"],
.sb-control-elem-ctn[data-disabled="true"] input[type="number"],
.sb-control-elem-ctn[data-disabled="true"] input[type="date"],
.sb-control-elem-ctn[data-disabled="true"] textarea{
    background: #f0f0f0!important;
    border-color: #D0D1D7!important;
}

.sb-control-elem-ctn[data-disabled="true"] .sb-control-colorpicker-swatch{
    background: #D0D1D7!important;
}
.sb-control-elem-ctn[data-disabled="true"] .sb-control-checkbox{
    background: #D0D1D7!important;
    border-color: #c1c1c1!important;
}
.sb-control-elem-ctn[data-disabled="true"] .sb-control-toggle-elm{
    background: #e5e6e7!important;
}
.sb-control-elem-ctn[data-disabled="true"] .sb-control-toggle-elm{
    border-color: #c1c1c1!important;
}
.sb-control-elem-ctn[data-disabled="true"] .sb-control-toggle-elm[data-active="true"]{
    border-top: 0px;
}
.sb-control-elem-ctn[data-disabled="true"] .sb-control-toggle-elm .sb-control-toggle-deco{
    border-color: #bbb!important;
}
.sb-control-elem-ctn[data-disabled="true"] .sb-control-toggle-elm[data-active="true"] .sb-control-toggle-deco{
    border-color: #8C8F9A!important;
}
#ctf-builder-app .ctf-fb-srcs-item .ctf-fb-srcs-item-inf .ctf-fb-srcs-item-name span {
    max-height: 30px;
    display: block;
    overflow: hidden;
    line-height: 1.1;
    padding-bottom:1px;
    color: #141B38;
}

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

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

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

[data-active="true"] .ctf-fb-srcs-item-chkbx-ic, [data-active="true"] > .ctf-fb-chbx-round, .ctf-fb-source-popup [data-active="true"] > .ctf-fb-chbx-round{
    border-color: #0096cc;
    background: #0096cc;
}
[data-source="active"] [data-active="true"] .ctf-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"] .ctf-fb-srcs-item-chkbx-ic:before, [data-active="true"] > .ctf-fb-chbx-round:before,
.ctf-fb-source-popup .ctf-fb-source-list [data-active="true"] .ctf-fb-srcs-item-chkbx-ic:before,
.ctf-fb-section-videos [data-active="true"] .ctf-fb-srcs-item-chkbx-ic:before{
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 25px;
    left: 3px;
    top: 3px;
}

.ctf-fb-sources-empty-ctn{
    padding: 24px 32px 28px 24px;
    background: #F9F9FA;
    border: 1px dashed #DCDDE1;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.ctf-fb-sources-empty-txt{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #141B38;
}
.ctf-fb-sources-empty-btn-ctn{
    margin-left: auto;
}
.sb-addsources-btn{
    color: #fff;
    height: 27px;
    padding: 9px 23px;
}
.sb-addsources-btn svg{
    margin-right: 10px;
    fill: currentColor;
        width: 14px;
    height: 14px;
}
.ctf-fb-mr-feeds,.ctf-fb-section-wh{
    margin-top: 8px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}
.ctf-fb-mr-fd-img {
    float: left;
    margin-right: 6%;
    width: 28%;
    line-height: 0;
}
.ctf-fb-mr-fd-img img{
    width: 100%;
}

.ctf-fb-mr-fd-heading{
    font-weight:600;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 24px;
    float: left;
}
.ctf-fb-mr-fd-list{
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.ctf-fb-mr-fd-item{
    box-sizing: border-box;
    position: relative;
    float: left;
    border: 1px solid #DCDDE1;
    border-radius: 2px;
    margin-right: 8px;
    height: 38px;
    width: 160px;
    color: #141B38;
    font-size: 14px;
    font-weight:600;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all .15s ease-in-out;
}
.ctf-icon-platform-wrap {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 13px;
}

.ctf-fb-mr-fd-ic {
    margin-right: 9px;
}
.ctf-fb-mr-fd-ic svg{
    height: 16px;
    fill: currentColor;
    float: left;
}
.ctf-fb-mr-fd-ch{
    position: absolute;
    right:14px;
}
#ctf-builder-app .ctf-fb-mr-fd-heading h3 {
    margin-bottom: 21px;
    max-width: 385px;
}



/*Embed Popup*/
.ctf-fb-embed-step-1{
    margin-top: 36px;
}

.ctf-fb-embed-step-1 > div{
    padding: 0 20px;
}
.ctf-fb-embed-step-1-top{
    padding-bottom: 53px!important;
    border-bottom: 1px solid #E8E8EB;
    margin-bottom: 42px;
}
#ctf-builder-app .ctf-fb-embed-step-1 h4{
    margin-bottom: 12px;
}
.ctf-fb-embed-input-ctn{
    display: flex;
}
.ctf-fb-embed-input-ctn input,
.ctf-fb-embed-input-ctn input[type="text"]{
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #141B38;
    height: 44px;
    width: 77%;
    box-sizing: border-box;
    border-radius: 0px;
    border: 1px solid #D0D1D7!important;
    border-right: 0px!important;

}
.ctf-fb-embed-input-ctn input:focus, .ctf-fb-embed-input-ctn .ctf-fb-hd-btn:focus{
    box-shadow: none!important;
    outline: none!important
}
.ctf-fb-embed-input-ctn .ctf-fb-hd-btn{
    width: 23%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.ctf-fb-embed-input-ctn svg{
    width: 17px;
    fill: currentColor;
    float: left;
    margin-right: 10px;
}
.ctf-fb-embed-step-1-bottom h4{
    text-align: center;
}
.ctf-fb-embed-btns-ctn{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    margin-top: 14px;
    margin-bottom: 35px;
}
.ctf-fb-embed-btn{
    cursor: pointer;
    width: 100%;
    height: 50px;
    background: #F3F4F5;
    border-radius: 2px;
    border: 1px solid #DCDDE1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    color: #141B38;
    font-size: 16px;
    font-weight: 500;
}
.ctf-fb-embed-btn .sb-icon-label svg{
    fill: currentColor;
    width: 18px;
    margin-right: 10px;
    float: left;
}
.ctf-fb-embed-popup .sb-embed-breadcrumb {
    display: flex;
    align-items: center;
    padding: 25px 30px 0;
    margin-bottom: 2px;
}
.sb-embed-breadcrumb a {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #434960;
    cursor: pointer;
}
.sb-embed-breadcrumb a:hover {
    color: #141B38;
}
.sb-embed-breadcrumb svg {
    margin-right: 8px;
}
.ctf-fb-embed-step-2 > div{
    padding: 0 29px;
}

.sb-customizer-sidebar-cache-wrapper{
    margin-top: 20px;
    padding: 0 20px;
}
.ctf-fb-embed-step-2-list{
    margin-top: 25px;
    border-top: 1px solid #DCDDE1;
    padding-top: 14px !important;
}
.ctf-fb-embed-step-2-list > strong{
    text-transform: uppercase;
    font-size: 12px;
    color: #434960;
    margin-bottom: 10px;
}
.ctf-fb-embed-step-2-pages{
    margin-top: 8px;
    height: 250px;
    overflow: auto;
}
.ctf-fb-embed-step-2-pages .sb-control-toggle-icon svg {
    width: 11px;
}
.ctf-fb-embed-step-2-action{
    padding: 10px 34px 10px 30px !important;
    background: #F3F4F5;
    box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.1);
}
.ctf-fb-embed-step-2-action a{
    color: #fff;
}
.ctf-fb-embed-step-2-action a[data-active="false"]{
    opacity: .75;
}

/*Dialog Popup*/
.ctf-fb-dialog-remove-source{
    background: #F3F4F5;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctf-fb-dialog-remove-source .ctf-fb-srcs-item{
    background: #fff;
    width: 280px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 0px;
}
.ctf-fb-srcs-item-remove{
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #fff;
    border:1px solid #E7E7E9;
    z-index: 3;
    right: -13px;
    bottom: -13px;
    display: flex;
    justify-content: center;
    align-items: center;
    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);
}
.ctf-fb-srcs-item-remove svg{
    width: 12px;
    float: left;
    fill: var(--error-red);
}
.ctf-fb-dialog-popup-content{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 38px 12%;
}
.ctf-fb-dialog-popup-content strong{
    font-size: 22px;
    color: #141B38;
    display: block;
    margin-bottom: 15px;
}
.ctf-fb-dialog-popup-content span{
    font-size: 16px;
    line-height: 1.5em;
    color: #434960;
}
.ctf-fb-dialog-popup-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.ctf-fb-dialog-popup-actions button{
    width: 100%;
    margin: 4px 4px;
    cursor: pointer;
    height: 42px;
}

/*
	Footer Sticky Widget
*/
.ctf-stck-wdg{
    position: fixed;
    right: 21px;
    z-index: 9;
    bottom: 20px;
}
.ctf-stck-wdg-btn{
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 9px 13px rgba(0, 0, 0, 0.2));
}
.ctf-stck-wdg-btn svg{
    width: 25px;
    fill: #FE544F;
    height: 33px;
    float: left;
}
.ctf-stck-wdg[data-active="true"] .ctf-stck-wdg-btn svg,.ctf-stck-wdg-btn-cls{
    display: none;
}

.ctf-stck-wdg[data-active="true"] .ctf-stck-wdg-btn-cls,
.ctf-stck-wdg[data-active="true"] .ctf-stck-wdg-btn-cls svg{
    display: block;
}
.ctf-stck-wdg-btn-cls{
    width: inherit;
    height: inherit;
    position: relative;
    color: #364152;
    box-shadow: 0px 1px 6px rgba(0, 0, 0,  .05), 0px 9px 12px rgba(0, 0, 0,  .05);
    border-radius: 70px;
}
.ctf-stck-wdg-btn-cls svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
}

.ctf-stck-pop{
    position: absolute;
    width: 292px;
    height: auto;
    background: #fff;
    border: 1px solid #E2E8F0;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 3px 14px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 20px;
    right: 0px;
    bottom: 100px;
    color: #141B38;
    opacity: 0;
    padding-bottom: 82px;
    visibility: hidden;
}
.ctf-stck-wdg[data-active="true"] .ctf-stck-pop{
    bottom: 66px;
    opacity: 1;
    visibility: visible;
}

.ctf-stck-pop svg{
    fill: currentColor;
}
.ctf-stck-el-list{
    border: 1px solid #DCDDE1;
    border-radius: 2px;
}
.ctf-stck-el{
    display: flex;
    align-items: center;
    padding: 11px 13px;
    border-bottom: 1px solid #DCDDE1;
}
.ctf-stck-el:hover{
    background: #F3F4F5;
}
.ctf-stck-el:last-of-type{
    border-bottom: 0px;
}
.ctf-stck-el-list .ctf-chevron svg{
    width: 5px;
    height: 8px;
}
.ctf-stck-el-list .ctf-stck-el-icon svg {

}
.ctf-stck-el .ctf-stck-el-txt{
    color: #27303F;
}
.ctf-stck-el.ctf-stck-el-upgrd{
    padding: 8px 14px;
    font-size: 14px;
    background: var(--cl-orange);
    color: #fff;
}
.ctf-chevron {
    position: absolute;
    right: 14px
}
.ctf-stck-el.ctf-stck-el-upgrd .ctf-stck-el-txt{
    color: #fff;
}
.ctf-stck-el.ctf-stck-el-upgrd:after{
    top: 20px;
    opacity: 1;
}
.ctf-stck-el-icon{
    margin-right: 10px;
}
.ctf-stck-el-icon svg{
    width: 17px;
    float: left;
}
.ctf-stck-el.ctf-stck-el-upgrd svg path{
    fill: #fff!important;
}
#ctf-builder-app .ctf-stck-title{
    margin-top: 20px;
    margin-bottom: 10px;
}

.ctf-stck-follow{
    background: #F3F4F5;
    margin-top: 20px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    padding: 12px 20px;
    display: flex;
    align-items:  center;
}
.ctf-stck-follow span{
    font-weight: 600;
    font-size: 14px;
}
.ctf-stck-flw-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.ctf-stck-flw-links a{
    width: 36px;
    height: 28px;
    color: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    border-radius: 2px;
}
.ctf-stck-flw-links svg{
    width: 17px;
    color: #141B38;
}
.ctf-stck-flw-links a:hover{
    background: #fff;
}
.ctf-stck-flw-links a:hover svg{
    color: inherit;
}

.ctf-stck-flw-links a[data-type="instagram"] svg path{
    fill: currentColor;
}


/*
	Builder Footer
*/
.ctf-bld-footer > div{
    background: #fff;
    color: #141B38;
    margin: 30px 0;
}
.ctf-bld-footer{
    padding-top: 0px!important
}
.ctf-bld-ft-content{
    display: flex;
    align-items: center;
    max-width: 1200px;
}
.ctf-bld-ft-img{
    float: left;
    width: 15%;
    margin-right: 5%;
    /*height: 158px;*/
}
.ctf-bld-ft-img svg{
    margin-bottom: -4px;
}
.ctf-bld-ft-txt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59%;
    margin-right: 5%;
}
.ctf-bld-ft-txt strong,
.ctf-fb-mr-fd-heading span{
    color: var(--cl-orange);
}
#ctf-builder-app .ctf-bld-ft-info{
    width: 44%;
    color: #434960;
}
#sb-footer-banner .ctf-bld-ft-title{
    width: 63%;
    margin-right: 6%;
}
.ctf-bld-ft-action{
    width: 17%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.ctf-bld-ft-action svg{
    top: 14px;
    height: 10px;
}
@media all and (max-width: 1130px) {
    #sb-footer-banner .ctf-bld-ft-img{
        width: 17%;
        margin-right: 3%;
    }
    #sb-footer-banner .ctf-bld-ft-txt{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 61%;
        margin-right: 3%;
    }
    #ctf-builder-app #sb-footer-banner h3 {
        font-size: 20px;
    }
    #ctf-builder-app #sb-footer-banner .sb-small-p {
        font-size: 13px;
    }
    #sb-footer-banner .sb-button-standard {
        font-size: 13px;
        padding-left: 16px;
        line-height: 15px;
    }
}

.ctf-bld-ft-btm{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    border-top: 1px solid #DCDDE1;
}
.ctf-bld-ft-btm strong{
    padding: 0 5px;
}
.ctf-bld-ft-btm a{
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
    color: #0068A0;
}
.ctf-bld-ft-btm a i{
    font-size: 12px;
    margin-left: 5px;
}
.ctf-bld-ft-bns{
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #663D00;
    background: #FFDF99;
}
/*
	Extensions Poup
*/
.ctf-fb-fs-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.ctf-fb-extensions-popup .ctf-fb-slctf-back {
    position: relative;
    top: -5px;
    padding: 5px 12px;
    display: inline-block;
    z-index: 3;
    margin-bottom: 11px;
}
.ctf-fb-extensions-popup .ctf-fb-slctf-back span {
    margin-left:9px;
}
.ctf-fb-extensions-popup{

}
.ctf-fb-extpp-top{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 264px;
    background: #F3F4F5;
}
.ctf-fb-extpp-img{
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
}
.ctf-fb-extensions-popup[data-getext-view="featuredpost"] .ctf-fb-extpp-img{
    padding: 50px 0px;
}
.ctf-fb-extensions-popup[data-getext-view="singlealbum"] .ctf-fb-extpp-img{
    padding: 65px 0px;
}
.ctf-fb-extpp-social-wall .ctf-fb-extpp-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 29px;
}
.ctf-fb-extensions-popup[data-getext-view="socialwall"] .ctf-fb-extpp-head  {
    margin: 0 0 12px;
    padding-top: 14px;
}
.ctf-fb-extensions-popup[data-getext-view="socialwall"] .ctf-fb-extpp-head h2 {
    font-size: 24px !important;
    line-height: 120% !important;
}
.ctf-fb-extpp-info{
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
}
.ctf-fb-extensions-popup[data-getext-view="socialwall"] .ctf-fb-extpp-info {
    width: 40%;
    padding-right: 50px;
}

.ctf-fb-extensions-popup .ctf-fb-extpp-lite-btn {
    margin-top: 20px;
    max-width: 270px;
    box-sizing: border-box;
    padding: 7px 11px;
    float: left;
}
.ctf-fb-extensions-popup .ctf-extension-bullet-list {
    grid-template-columns: 33% 33% 33%;
}
#ctf-builder-app .ctf-fb-extensions-popup[data-getext-view="socialwall"] .ctf-fb-extpp-head{
    margin: 0 0 9px;
}
#ctf-builder-app .ctf-fb-extpp-desc {
    color: #475569;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.ctf-fb-extpp-head span{
    color: var(--cl-orange);
}
.ctf-fb-extpp-lite-btn{
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    color: #0068A0;
    background: #fff;
    border: 1px solid #DCDDE1;
    margin-bottom: 14px;
}
.ctf-fb-extpp-lite-btn svg{
    fill: currentColor;
    width: 20px;
    float: left;
    margin-right: 10px;
}
.ctf-fb-extpp-inc-list{
    border: 1px solid #dcdde1;
    margin-top: 10px;
    margin-bottom: 30px;
}
.ctf-fb-extpp-bottom-strg{
    font-size:18px;
    font-weight: 600;
}
.ctf-fb-extpp-inc-items{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.ctf-fb-extpp-inc-item, .ctf-fb-extpp-inc-item-bottom{
    position: relative;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right:  1px solid #dcdde1;
    border-bottom:  1px solid #dcdde1;
    font-size: 14px;
}
.ctf-fb-extpp-inc-item-bottom{
    border: 0px !important;
}
.ctf-fb-extpp-inc-item:last-of-type{
    border-right: 0px;
}
.ctf-fb-extpp-inc-item svg, .ctf-fb-extpp-inc-item-bottom svg{
    width: 17px; margin-right: 10px; fill: currentColor; float: left;
}
.ctf-fb-extpp-bottom{
    padding: 20px 40px;
    background: #fff;
}
.ctf-extension-bullet-list {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    margin-top: 12px;
    margin-bottom: 40px;
}
.ctf-extension-single-bullet {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4px 0;
}
#ctf-builder-app .ctf-extension-single-bullet span {
    color: #434960;
}

.ctf-extension-single-bullet svg {
    margin-right: 12px;
}
.ctf-fb-extpp-btns{
       display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 1%;
}
.ctf-fb-extpp-btns div{
    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;
}
.ctf-fb-extpp-get-btn{
    color: #fff;
    background: var(--cl-orange);
}
.ctf-fb-extpp-demo-btn{
    border: 2px solid #DCDDE1;
    background: #F3F4F5;
}

/*
	Feed Type Creation Process : Single Album;
*/
.ctf-fb-section-wh-insd{
    display: flex;
}
.ctf-fb-sglelm-inp-ctn{
    margin-top: 100px;
}

.ctf-fb-sglelm-inp-ctn input[type="text"]{
    height: 44px;
}
.ctf-fb-section-wh.ctf-fb-sglelm-ctn {
    padding: 20px 21px 24px 30px;
}
.ctf-fb-section-wh.ctf-fb-sglelm-ctn .ctf-fb-section-wh-insd {
    padding: 0;
}
.ctf-fb-sglelm-inp-ctn input[type="text"]::placeholder{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #8C8F9A;
}
.ctf-fb-sglelm-error-icon{
    width: 23px;
    height: 23px;
    background: var(--error-red);
    font-family: monospace;
    font-weight: 900;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999999999999999999;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctf-fb-sglelm-errormsg{
    color: var(--error-red);
    font-weight: 800;
}
.ctf-fb-sglelm-inp-ctn .ctf-fb-wh-inp{
    margin-bottom: 10px;
}
.ctf-fb-sglelm-left{
    padding-right: 100px;
}
.ctf-fb-sglelm-img-ctn{
    background:#E8E8EB;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 100px 50px;
    border: 1px solid #D0D1D7;
    box-sizing: border-box;
}
.ctf-fb-sglelm-img-ctn.ctf-fb-sglelm-img-pf{
    padding: 100px 35px;
}
.ctf-fb-sglelm-img-ctn strong{
    font-size: 16px;
    color: #434960;
    margin-bottom: 8px;
    margin-top: 30px;
}
.ctf-fb-sglelm-img-ctn span{
    font-size: 14px;
    line-height:1.6em;
    color: #8C8F9A;
}
.ctf-fb-sglelm-right{
    width: 445px
}
.ctf-fb-sglelm-img-errorctn span{
    padding: 0 20px;
    color: #434960;
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.2em;
}
.ctf-fb-sglelm-preview{
    height: 375px;
    background-color: #141B38;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
}
.ctf-fb-sglelm-preview:after{
    content: '';
    position: absolute;
    width: 100%; height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,.5));
}
.ctf-fb-sglelm-prev-info{
    width: 100%;
    padding: 20px 30px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    z-index: 2;
}
.ctf-fb-sglelm-prev-info strong{
    font-size: 18px;
    margin-bottom: 5px;
}
.ctf-fb-sglelm-prev-info span{
    font-size: 16px;
    line-height: 1.7em;
}


/*
	Feeds List
*/
#ctf-builder-app .ctf-fb-select,
#ctf-builder-app .ctf-fb-select:hover,
#ctf-builder-app .ctf-fb-select:focus{
    border-radius: 0px!important;
    border: 1px solid #D0D1D7!important;
    outline: unset!important;
    float: left;
    min-height: auto;
    padding: 6px 31px 6px 8px;
    background: #fff url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833252 0.333252L4.99992 4.49992L9.16658 0.333252H0.833252Z' fill='%238C8F9A'/%3E%3C/svg%3E%0A") no-repeat right 13px top 55%;
    background-size: 10px 6px;
}
.ctf-fd-lst-bulk-ctn > *{
    float: left;
    margin-right: 10px;
}
.ctf-fd-lst-bulk-ctn{
    margin-bottom: 8px;
}
.ctf-fd-lst-pagination-ctn{
    float: right;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.ctf-fd-lst-pgnt-btn{
    height: 30px;
    padding: 0 8px;
    cursor: pointer;
    border-radius: 3px;
}
.ctf-fd-lst-pgnt-info{
    display: inline-block;
    padding: 0 3px;
}
.ctf-fd-lst-count{
    margin-right: 10px;
}
.ctf-feeds-list table{
    width: 100%;
    text-align: left;
    border-spacing: 0px;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.ctf-feeds-list table a{
    cursor: pointer;
}
.ctf-fd-lst-tbody tr:nth-child(odd){
    background: #F3F4F5;
}
.ctf-fd-lst-tbody tr td{
    position: relative;
    vertical-align: top;
    padding: 12px 5px;
    font-size: 16px;
}
.ctf-feeds-list table tr td:first-child {
    width: 30px;
}
.ctf-fd-lst-thtf{
    background: #fff;
}
.ctf-fd-lst-thtf th, .ctf-fd-lst-thtf td{
    padding: 6px 5px;
}
.ctf-fd-lst-thtf th{
    border-bottom: 1px solid #DCDDE1;
}
.ctf-fd-lst-thtf td{
    border-top: 1px solid #DCDDE1;
}
.ctf-fd-lst-chkbx{
    width: 11px;
    height: 11px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #97A6BA;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
}
tbody .ctf-fd-lst-chkbx {
    position: absolute;
    top: 15px;
    left: 5px;
    bottom: 0;
    right: 0;
}
.ctf-fd-lst-thtf .ctf-fd-lst-chkbx{
    width: 11px;
    height: 11px;
    border: 1px solid #D8DADD;
}
.ctf-fd-lst-chkbx[data-active="true"]{
    background: var(--customizer-blue);
    border-color: var(--customizer-blue)!important;
}
.ctf-fd-lst-chkbx[data-active="true"]:before{
    content: '';
    position: absolute;
    width: 6px;
    height: 3px;
    left: 2px;
    top: 2px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ctf-fd-lst-name-ctn{
    display: flex;
    align-items: center;
}
.ctf-fd-lst-name{
    font-size: 17px;
    font-weight:500;
    color: #0068A0!important;
}
.ctf-fd-lst-item[data-enabled="false"] .ctf-fd-lst-name {
    color: #D72C2C!important;
}
.ctf-fd-lst-item-notice{
    margin-left: 5px;
    margin-top: 1px;
    cursor: pointer;
    position: relative;
}
.ctf-fd-lst-item-notice-icon path{
    fill: #D72C2C!important;
}
.ctf-fd-lst-item-notice-tltp{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px 24px;
    gap: 10px;
    font-size: 13px;
    width: 361px;
    z-index: 99999;
    background: #FFFFFF;
    border-radius: 2px;
    left: 50%;
    top: -100%;
    margin-top: -20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 1px 18px rgba(0, 0, 0, .2);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
}
.ctf-fd-lst-item-notice:hover .ctf-fd-lst-item-notice-tltp {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.ctf-fd-lst-item-notice-tltp:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    background: #fff;
    z-index: 4;
}
.ctf-fd-lst-item-notice-tltp:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    background: #fff;
    box-shadow: 0px 1px 18px rgba(0, 0, 0, .2);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ctf-disabled-feed-notice ul{
    margin-top: 0px;
    margin-bottom: 0px;
    list-style: disc;
    padding-left: 27px;
}
.ctf-disabled-feed-notice ul a{
    color: inherit;
    text-decoration: underline;
}
.ctf-fd-lst-type{
    display: block;
    text-transform: capitalize;
}
.sb-instances-cell {
    margin-top: 4px;
}
.ctf-fd-lst-btn{
    width: 21px;
    height: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    cursor: pointer;
    color: #141B38;
    border-radius: 2px;
    border: 1px solid #D8DADD;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fff;
}
.ctf-fd-lst-btn svg {
    height: 13px;
}
.ctf-fd-lst-actions .ctf-fd-lst-btn,
.ctf-fb-inst-tbl-ctn .ctf-fd-lst-btn{
    box-sizing: border-box;
    width: 36px;
    height: 32px;
    background: transparent;
}
.ctf-fd-lst-actions .ctf-fd-lst-btn {
    margin: 0 4px 0 0;
}
.ctf-fd-lst-actions .ctf-fd-lst-btn:last-child {
    margin: 0;
}
.ctf-fd-lst-actions .ctf-fd-lst-btn svg {
    width: 12px;
    height: 16px;
}
.ctf-fd-lst-btn-delete{
    color: #D72C2C;
    border-color: #FBD5D5;
}
.ctf-fd-lst-btn-delete[data-greyed="true"],
.ctf-fd-lst-btn-delete[data-greyed="true"]:hover{
    color: #8C8F9A!important;
    border-color: #E8E8EB!important;
    background: #fff!important;
}
.ctf-fd-lst-btn-delete[data-greyed="true"] svg,
.ctf-fd-lst-btn-delete[data-greyed="true"]:hover svg{
    color: #8C8F9A!important;
}

.ctf-fd-lst-btn-delete[data-greyed="true"] .ctf-fb-tltp-elem,
.ctf-fb-feedtypes-popup .ctf-fb-type-el[data-active="true"] .ctf-fb-tltp-elem{
    background: #fff;
    color: #141B38;
    font-weight: 400;
    box-shadow: 0 1px 2px #ccc;
    margin-left: -9px;
}
.ctf-fd-lst-btn-delete[data-greyed="true"]:hover .ctf-fb-tltp-elem{
    top: calc(-100% - 31px);
}
.ctf-fd-lst-btn-delete[data-greyed="true"] .ctf-fb-tltp-elem:after,
.ctf-fb-feedtypes-popup .ctf-fb-type-el[data-active="true"] .ctf-fb-tltp-elem:after{
    background: #fff;
    box-shadow: -5px 8px 9px #ccc;
    left: calc(50% - -4px);
}

.ctf-fd-lst-btn svg{
    fill: currentColor;
    width: 14px;
    float: left;
}
.ctf-fd-lst-actions .ctf-fd-lst-btn:hover svg,
.ctf-feedtype-section .ctf-fd-lst-btn-delete:hover svg{
    color: #fff;
}
.ctf-fd-lst-actions .ctf-fd-lst-btn:hover{
    background: #0096CC;
    border-color: #0096CC;
}
.ctf-fd-lst-actions .ctf-fd-lst-btn-delete:hover, .ctf-feedtype-section .ctf-fd-lst-btn-delete:hover{
    background: #D72C2C;
    border-color: #D72C2C;
}
.ctf-fd-lst-dimmed .ctf-fd-lst-btn, .ctf-fd-lst-dimmed .ctf-fd-lst-btn:hover{
    background: #F3F4F5!important;
    border-color:#D8DADD!important;
    color: #8C8F9A!important;
}
.ctf-fd-lst-dimmed .ctf-fd-lst-btn:hover svg{
    color: #8C8F9A!important;
}

.ctf-fb-tltp-parent{
    position: relative;
}
.ctf-fb-view-instances[data-active="true"]{
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    line-height: 1em;
}
.ctf-fb-tltp-elem{
    position: absolute;
    color: #fff;
    background: #434960;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 3px;
    font-weight:500;
    z-index: 9;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    top: calc(-100% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.ctf-fb-tltp-elem span{
    position: relative; z-index: 3;
}
.ctf-fb-tltp-elem:after{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: -5px;
    left: calc(50% - 5px);
    background: #434960;
    transform: rotate(-45deg);
}
.ctf-fb-tltp-parent:hover .ctf-fb-tltp-elem {
    top: calc(-100% - 20px);
    opacity: 1;
    visibility: visible;
}
.ctf-fd-lst-shortcode-cp{
    margin-left: 10px;
}
.ctf-fd-lst-act-th{
    width: 190px;
    max-width: 190px;
}

/*
Feed Instance Popup
*/
.ctf-fb-popup-feedinst .ctf-fb-source-top{
    display: flex;
    align-items: center;
}
.ctf-fb-popup-feedinst h5{
    margin-bottom: 0px;
    float: left;
    font-size: 27px;
}
.ctf-fb-fdinst-type{
    padding: 5px 5px;
    background: #E8E8EB;
    margin-left: 12px;
    float: left;
}
.ctf-fb-inst-tbl-ctn{
    padding: 0 23px 63px;
}
.ctf-fb-inst-tbl-ctn table{
    width: 100%;
    border-spacing: unset;
    box-sizing: border-box;
    border: 1px solid #DCDDE1;
    text-align: left;
}
.ctf-fb-inst-tbl-ctn tfoot,.ctf-fb-inst-tbl-ctn  thead{
    background: #F3F4F5
}
.ctf-fb-inst-tbl-ctn .ctf-fd-lst-thtf th, .ctf-fb-inst-tbl-ctn .ctf-fd-lst-thtf td{
    font-size: 13px;
    color: #364152;
    padding: 13px 10px;
}
.ctf-fb-inst-tbl-ctn  .ctf-fd-lst-tbody tr:nth-child(odd){
    background: #fff;
}
.ctf-fb-inst-tbl-ctn  .ctf-fd-lst-tbody tr:nth-child(even){
    background: #F3F4F5;
}
.ctf-fb-inst-tbl-ctn .ctf-fd-lst-thtf tr th,
.ctf-fb-inst-tbl-ctn .ctf-fd-lst-thtf tr td{
    padding: 4px 20px;
}
.ctf-fb-inst-tbl-ctn .ctf-fd-lst-tbody tr td{
    padding: 11px 20px;
}
.ctf-fb-inst-tbl-ctn .ctf-fd-lst-name{
    font-size: 14px;
}
.ctf-fb-inst-tbl-shrtc{
    display: flex;
    align-items: center;
}

.ctf-fd-inst-btn{
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-right: 3px solid #8C8F9A;
    border-top: 3px solid #8C8F9A;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Legacy Feeds */
.ctf-fb-lgc-top-new{
    color: #141B38;
    background: #fff;
    margin: 10px 0px;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.ctf-fb-lgc-gr{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    background: #59AB46;
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    border-radius: 2px;
    line-height: 1em;
}
.ctf-fb-lgc-inf-ctn{
    background: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 58px;
}
.ctf-fb-lgc-inf-ctn > h4{
    margin-right: 10px!important;
}

.ctf-fb-lgc-inf-ctn > *{
    float: left;
    display: inline-block;
    position: relative;
}
#ctf-builder-app .ctf-fb-lgc-inf-ctn > h4{
    margin-right: 14px;
    margin-bottom: 0;
}
#ctf-builder-app .ctf-fb-lgc-btn-stg{
    display: flex;
    margin-left: auto;
}
.ctf-fd-legacy-feed-toggle{
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E2F5FF;
    color:#0068A0;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
}
.ctf-fd-legacy-feed-toggle:hover {
    background: #BFE8FF;
}
.ctf-fd-legacy-feed-toggle span{
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-left: -20px;
}
.ctf-fd-legacy-feed-toggle[data-active="true"] span:after{
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 7px;
}
.ctf-feeds-list .ctf-legacy-table-wrap table{
    box-shadow: none;
    border-top: 1px solid #DCDDE1;
}
.ctf-fb-lgc-ctn{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.ctf-fb-onbrd-infotxt{
    display: flex;
    align-items: center;
}
.ctf-fb-onbrd-infotxt svg{
    fill: currentColor;
    width: 16px;
    display: inline-block;
    margin-left: 10px;
    float: left;
}

.ctf-fb-onbrd-tltp-parent{
    position: relative;
}
.ctf-fb-onbrd-tltp-elem{
    position: absolute;
    z-index: 9;
    background: #fff;
    border-radius: 2px;
    color: #434960;
    padding: 16px 52px 4px 24px;
    font-size: 15px;
    left: -30px;
    top: calc(100% + 20px);
    line-height: 1.7em;
    box-shadow: 0px 1px 18px rgba(0,0,0,.2);
    display: none;
}



.ctf-fb-onbrd-tltp-elem[data-active="false"]{
    display: none;
}
.ctf-fb-onbrd-tltp-elem[data-active="true"],
.ctf-fb-onbrd-tltp-hover:hover .ctf-fb-onbrd-tltp-elem{
    display: block;
    min-width: 440px;
    padding-bottom: 15px;
}
.ctf-fb-onbrd-tltp-elem .sb-pointer {
    position: absolute;
    left: 85px;
    top: -17px;
}
.ctf-fb-onbrd-tltp-elem-2 .sb-pointer {
    left: 485px;

}
.ctf-fb-onbrd-tltp-elem:after{
    background: #fff;
    z-index: 999;
    top: 0px;
    margin-left: -10px;
    width: 40px;
    box-shadow: unset;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ctf-fb-onbrd-tltp-parent.ctf-fb-onbrd-tltp-center-top .ctf-fb-onbrd-tltp-elem{
    left: 50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom: calc(100% + 15px);
    top: unset;
    padding: 8px 11px;
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 9px rgba(0,0,0,.2), 0 -4px 9px rgba(0,0,0,.1);
}
.ctf-fb-onbrd-tltp-parent.ctf-fb-onbrd-tltp-center-top .ctf-fb-onbrd-tltp-elem: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;
}
.ctf-fb-onbrd-tltp-parent.ctf-fb-onbrd-tltp-center-top .ctf-fb-onbrd-tltp-elem:before,
.ctf-fb-onbrd-tltp-parent.ctf-fb-onbrd-tltp-center-top .ctf-fb-onbrd-tltp-elem:after{
    left: calc(50% - 10px);
    top: unset;
}
.ctf-fb-onbrd-tltp-parent.ctf-fb-onbrd-tltp-center-top .ctf-fb-onbrd-tltp-elem:before{
    bottom: -10px;
}
.ctf-fb-onbrd-tltp-parent.ctf-fb-onbrd-tltp-center-top .ctf-fb-onbrd-tltp-elem:after{
    bottom: 0px;
}


#ctf-builder-app .ctf-fb-onbrd-tltp-txt{
    margin: 0px;
}
.ctf-fb-onbrd-tltp-txt:last-of-type{
    margin-bottom: 0px;
}
.ctf-fb-onbrd-tltp-elem .ctf-fb-popup-cls{
    top: 12px;
    right: 16px;
}

[data-tltp-pos*="right"] .ctf-fb-onbrd-tltp-elem{
    right: 50px;
    left: unset;
}
[data-tltp-pos*="right"] .ctf-fb-onbrd-tltp-elem:before,
[data-tltp-pos*="right"] .ctf-fb-onbrd-tltp-elem:after{
    left: unset;
    right: 13%
}
[data-tltp-pos*="right"] .ctf-fb-onbrd-tltp-elem:after{
    margin-left: unset;
    margin-right: -10px;
}
.ctf-fd-lst-dimmed .ctf-fb-onbrd-tltp-elem{
    top: 100%;
}
.ctf-fb-cp-clpboard{
    width: 0px;
    height: 0px;
    position: absolute;
    left: -100000px;
}
.ctf-fb-copied{
    position: fixed;
    z-index: 9999999;
    background: #010101;
    color: #fff;
    line-height: 1em;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out, opacity .4s ease-in-out;
    transition: all .2s ease-in-out, opacity .4s ease-in-out;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ctf-fb-copied[data-active="true"]{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

/*
****
	customizer Screens
****
*/
.sb-customizer-ctn{
    /*margin-top: 52px;*/
    min-height: 100vh;
}
.sb-customizer-sidebar{
    position: fixed;
    z-index: 100;
    width: 375px;
    box-shadow: 4px 0px 14px rgba(0, 0, 0,  .05), 1px 0px 4px rgba(0, 0, 0,  .1);
    background: #fff;
    left: 160px;
    top: 96px;
    overflow: auto;
    bottom: 0px;
    padding-bottom: 50px;
}
.jetpack-masterbar .sb-customizer-sidebar {
  left: 272px;
}
body.folded .sb-customizer-sidebar{
    left: 36px;
}

.sb-customizer-sidebar-tab-ctn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.sb-customizer-sidebar-tab{
    width: 50%;
    height: 56px;
    background: #F3F4F5;
    border-bottom: 2px solid #F3F4F5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sb-customizer-sidebar-tab[data-active="true"]{
    border-color: #0096CC;
}
.sb-customizer-sidebar-tab:hover {
    background: #fff!important;
    color: #141B38!important;
}
.sb-customizer-sidebar-intro {
    display: block;
    padding: 5px 0 10px 0;
    line-height: 1.7 !important;
}
.sb-customizer-sidebar-sec1 a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.sb-breadcrumb-pro-label{
    color: #fff !important;
    display: inline-block;
    background: var(--cl-orange);
    padding: 5px 8px;
    font-size: 11px;
    line-height: 1em !important;
    border-radius: 4px;
    -webkit-transform: translateX(5px) translateY(-4px);
    transform: translateX(8px) translateY(-2px);
}
.sb-control-elem-label .sb-breadcrumb-pro-label{
     -webkit-transform: translateX(5px) translateY(0px);
    transform: translateX(5px) translateY(0px);
}
.sb-customizer-sidebar-sec-el{
    height: 52px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #141B38;
    border-bottom: 1px solid #DCDDE1;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    padding: 0 20px;
}
.sb-customizer-sidebar-sec-el:hover{
    background: #F3F4F5;
    border-bottom: 1px solid #F3F4F5;
}
.sb-customizer-sidebar-sec-el .sb-customizer-chevron svg{
    position: absolute;
    right: 22px;
    top: 22px;
}
.sb-customizer-sidebar-sec-el-icon{
    margin-right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb-customizer-sidebar-sec-el-icon svg{
    width: 20px;
    float: left;
    fill: currentColor;
}
.sb-customizer-sidebar-sec-elhead{
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8C8F9A;
}
.sb-customizer-sidebar-sec-elhead[data-header-id="empty_sections"]{
    height: 5px;
}
.sb-customizer-sidebar-header{
    padding: 20px 20px;
    border-bottom: 1px solid #DCDDE1;
}
.sb-customizer-sidebar-header[data-separator="none"]{
    border-bottom: 0px!important;
    padding-bottom: 0px;
}

.sb-customizer-sidebar-breadcrumb{
    margin-bottom: 15px;
}
.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.08em;
    padding: 0 17px;
    height: 20px;
    font-weight: 600;
}
.sb-customizer-sidebar-breadcrumb span{
    cursor: text;
}
.sb-customizer-sidebar-breadcrumb svg {
    position: absolute;
    left: 4px;
    top: 6px;

}


.sb-customizer-sidebar-header strong{
    font-size: 26px;
    color: #141B38;
    display: block;
    margin-bottom: 10px;
    line-height: 1.1em;
}
.sb-customizer-sidebar-header span{
    line-height: 1em;
    color: #434960;
}
.sb-customizer-ctrl-link{
    text-decoration: underline!important;
}
/*
Controls Style
*/
.sb-control-label[data-title="true"]{
    font-weight: 600;
}

.sb-control-elem-ctn{
    display: flex;
    color: #141B38;
    padding: 20px 20px;
}
.sb-control-elem-ctn[data-stacked="true"]{
    padding: 5px 20px;
}
.sb-control-elem-ctn[data-type="heading"]{
    padding-bottom: 0;
}
.sb-control-elem-overlay{
	width: 100%!important;
	height: 100%!important;
	position: absolute!important;
	left: 0!important;
	top: 0!important;
	z-index: 5!important;
    background: rgba(255,255,255,0.4)!important;
}
#ctf-builder-app .sb-control-elem-ctn[data-type="heading"] .sb-small-p{
    font-weight: 600;
}
#ctf-builder-app .sb-control-elem-ctn[data-type="heading"] .sb-control-elem-description{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #434960;
}
#ctf-builder-app  .sb-control-elem-ctn[data-type="heading"] .sb-control-elem-label {
    margin-bottom: 0;
}
.sb-control-elem-heading svg {
    margin-left: 8px;
}
.sb-control-elem-ctn[data-separator="top"],.sb-control-elem-ctn[data-separator="both"]{
    border-top: 1px solid #DCDDE1;
}
.sb-control-elem-ctn[data-separator="bottom"],.sb-control-elem-ctn[data-separator="both"]{
    border-bottom: 1px solid #DCDDE1;
}
.sb-control-elem-ctn[data-type="separator"]{
    padding: 0;
}
.sb-control-elem-separator{
    height: 2px;
    border-top: 1px solid #DCDDE1;
}

.sb-control-elem-ctn[data-reverse="true"]{
    flex-direction: row-reverse;
}
.sb-control-elem-ctn[data-reverse="true"] .sb-control-elem-label{
flex: 1;
}
.sb-control-elem-ctn svg{
    fill: currentColor;
}
.sb-control-elem-output{
    padding-left: 20px;
}
.sb-control-elem-ctn[data-reverse="true"] .sb-control-elem-output{
    padding-right: 20px;
    padding-left: 0px;
}
.sb-control-elem-ctn[data-layout="block"]{
    display: block;
}
.sb-control-elem-ctn[data-layout="block"] .sb-control-elem-label{
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
.sb-control-elem-ctn[data-layout="block"] .sb-control-elem-output{
    padding: 0px;
}
.sb-control-elem-ctn[data-layout="block"] input[type="number"] {
    height: 36px;
    background: #FFFFFF;
    border-radius: 1px 0 0 1px !important;
    /*border-right-color: #F3F4F5 !important;*/
}
.sb-control-elem-ctn[data-layout="block"] [data-contains-suffix="true"] input[type="number"]{
    border-right-color: #F3F4F5 !important;
}
.sb-control-elem-ctn[data-child="true"]{
    padding-left: 70px;
}

.sb-control-elem-ctn[data-layout="half"]{
    align-items: center;
    justify-content: flex-start;
}
.sb-control-elem-ctn[data-layout="half"][data-switcher-top="true"]{
    align-items: flex-start!important;
}
.sb-control-elem-ctn[data-layout="half"][data-switcher-top="true"] .sb-control-switcher-ctn{
    margin-top: 5px;
}
.sb-control-elem-ctn[data-layout="half"] > div{
    width: 100%;
}
.sb-control-elem-ctn[data-type="switcher"][data-reverse="true"][data-layout="half"] > div{
    width: unset;
}
.sb-control-elem-ctn[data-layout="half"][data-reverse="true"]{
    justify-content: flex-end;
}
[data-type="switcher"][data-reverse="true"][data-layout="half"] .sb-control-elem-output{
    padding-right: 5px;

}
.sb-control-elem-label-title{
    display: flex;
    align-items: center;
}
.sb-control-elem-description{
    color: #434960;
    font-size: 13px;
    float: left;
    margin-top: 4px;
}
.sb-control-elem-ctn[data-align-description="true"]  .sb-control-elem-description{
    padding-left: 45px;
}
.sb-control-elem-ctn[data-heading="strong"] .sb-control-elem-heading{
    font-weight: 500!important;
}
.sb-control-elem-heading[data-underline="true"]{
    text-decoration: underline;
}
.sb-control-elem-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb-control-elem-icon svg{
    width: 16px;
    float: left;
    margin-right: 10px;
}
.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;
}

/*Switcher Control*/
.sb-control-switcher-ctn{
    cursor: pointer;
    display: flex;
    align-items: center;
    float: left;
}
.sb-control-switcher{
    width: 36px;
    height: 18px;
    border-radius: 25px;
    background: #D0D1D7;
    position: relative;
    margin-right: 10px;
}

.sb-control-switcher:before{
    content: '';
    position: absolute;
    height: 14px;
    width: 14px;
    left: 3px;
    top: 2px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sb-control-switcher-ctn[data-active="true"] .sb-control-switcher{
    background: var(--customizer-blue);
}
.sb-control-switcher-ctn[data-active="true"] .sb-control-switcher:before{
    left: 19px;
}

/*Toggle SINGLE Control*/
.sb-control-toggle-elm{
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 46px;
    padding: 0 15px;
    border-right: 1px solid #E8E8EB;
    border-left: 1px solid #E8E8EB;
    border-bottom: 1px solid #E8E8EB;
}
.sb-control-toggle-elm:first-child {
    border-top: 1px solid #E8E8EB;
}
.sb-control-toggle-elm[data-disabled="true"]{
    background: #F3F4F5;
}
.sb-control-toggle-extension-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    cursor: pointer;
    z-index: 4;

}

.sb-control-toggle-deco{
    width: 16px;
    height: 16px;
    margin-right: 13px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #d0d1d7;
}
.sb-control-toggle-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}
.sb-control-toggle-icon svg{
    width: 16px;
    float: left;
    fill: #141B38;
}
.sb-control-toggle-elm[data-active="true"]{
    background: #F7FDFF;
    border-radius: 2px;
    border: 1px solid var(--customizer-blue);
}
.sb-control-toggle-elm[data-active="true"]{
    background: #F7FDFF;
    border-radius: 2px;
    border: 1px solid var(--customizer-blue);
}
.sb-control-toggle-elm:hover:not(.sb-control-toggle-elm[data-disabled="true"]) .sb-control-toggle-deco,
.sb-control-toggle-elm[data-active="true"]:not(.sb-control-toggle-elm[data-disabled="true"]):hover .sb-control-toggle-deco{
    border: 4px solid var(--customizer-blue);
    background: #fff;
}
.sb-control-toggle-elm[data-active="true"] .sb-control-toggle-deco{
    border: 6px solid var(--customizer-blue);
    background: #fff;
}

/*Toggle SET Control*/
.sb-control-toggle-set-ctn .sb-control-toggle-elm[data-active="true"]{
    border-radius: 0px;
}

/*Toggle Button Control*/
.sb-control-togglebutton-ctn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background: #f3f4f5;
    border-radius: 4px;
    border: 1px solid #eee;
    height: 40px;
}
.sb-control-togglebutton-elm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    text-transform: capitalize;
    line-height: 1em;
}
.sb-control-togglebutton-elm[data-active="true"]{
    color: var(--dark-blue);
    background: #fff;
}
.sb-control-togglebutton-elm:hover{
    color: var(--dark-blue);
}

.sb-control-toggle-set-desc-ctn .sb-control-label{
    font-weight: 600;
}
.sb-control-toggle-set-desc-ctn .sb-control-toggle-elm{
    height: 82px;
}

.sb-control-toggle-set-desc-ctn .sb-control-toggle-deco{
    flex-grow: 0;
    flex-shrink: 0;
}
.sb-control-moderatiomode-selement .sb-control-elem-label-title{
    margin-bottom: 15px;
}
.sb-control-moderatiomode-selement{
    margin-bottom: 20px;
    padding: 20px 0px;
}

/*Input Control*/
.sb-control-input-ctn{
    display: flex;
}
.sb-control-input,.sb-control-input-textrea{
    height: 40px;
    background: #fff;
    border: 1px solid #D0D1D7!important;
    border-radius: unset!important;
    outline: unset!important;
    padding: 0 10px!important;
    line-height: 1em;
    margin: 0px;
}
.sb-control-input-textrea{
    padding: 10px!important;
    height: 120px;
    line-height: 1.5em;
}
.sb-control-input:hover{
    color: inherit!important;
}
.sb-control-input:focus,.sb-control-input-textrea:focus{
    border: 1px solid #8C8F9A!important;
    border-radius: unset!important;
    box-shadow: unset!important;
    outline: unset!important;
}
.sb-control-input[disabled],.sb-control-input-textrea[disabled]{
    background-color: #F3F4F5;
    border: 1px solid #E8E8EB;
}
.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 1px 1px 0 !important;
}

/*ImageChooser Control*/
.sb-control-imagechooser-ctn{
    display: flex;
    background: #F3F4F5;
    border: 1px solid #ccc!important;
    height: 40px;
}

.sb-control-imagechooser-input,
.sb-control-imagechooser-input:focus{
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
    background: none!important;
    height: 40px;
}
.sb-control-imagechooser-btn svg{
    width: 18px;
    margin-right: 5px;
    float: left;
}
.sb-control-imagechooser-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    border-left: 1px solid #ccc!important;
    font-weight: 500;
    color: #141B38;
}
.sb-control-imagechooser-clear{
    position: absolute;
    right: 4px;
    top: 10px;
}
.sb-control-imagechooser-clear-icon{
    position: relative;
    width: 20px;
    height: 20px;
    color: #141B38;
    cursor: pointer;
    opacity: 0.5;
}
.sb-control-imagechooser-clear-icon:hover{
    opacity: 1;
}
.sb-control-imagechooser-clear-icon:before,
.sb-control-imagechooser-clear-icon:after{
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
    left: 2px;
    top: 9px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
.sb-control-imagechooser-clear-icon:after{
       -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.sb-control-imagechooser-padding{
    padding-right: 31px!important;
}

/*CheckBox Control*/
.sb-control-checkbox-ctn{
    cursor: pointer;
    display: flex;
}
.sb-control-checkbox{
    width: 18px;
    height: 18px;
    border-radius: 2px;
    float: left;
    border: 2px solid #D0D1D7;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
    flex: none;
}
.sb-control-checkbox-ctn > div{
	z-index: 3;
}
.sb-control-checkbox-ctn:hover .sb-control-checkbox-hover{
	opacity: 1;
}
.sb-control-checkbox-hover{
	position: absolute;
	left: -20px;
	top: 0px;
	width: calc(100% + 40px);
	height: 100%;
	background:#F3F4F5;
	z-index: 1;
	opacity: 0;
}

.sb-control-checkbox{
	z-index: 5!important;
}


.sb-control-checkbox[data-active="true"]{
    background: var(--customizer-blue);
    border-color: var(--customizer-blue);
    color: #fff;
}
.sb-control-checkbox[data-active="true"]:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    top: 2px;
    left: 2px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*Action Button Control*/
.sb-control-action-button{
    height: 38px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #F3F4F5;
    border-radius: 2px;
    border: 1px solid #DCDDE1;
    position: relative;
    line-height: 1em;
    margin-top: 7px;
}

.sb-control-action-button div{
    float: left;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.sb-control-action-button svg{
    width: 17px;
}

/* WPColorPicker Control Redesign */
.sb-control-colorpicker-ctn .wp-picker-default{
    display: none!important;
}
.sb-control-colorpicker-ctn .minicolors-theme-default.minicolors{
    width: 100%;
}

.sb-control-colorpicker-ctn  .minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    /*
    left: auto;
    right: 6px;
    top: 6px;
    width: 26px;
    height: 26px;
    background: #F9F9FA;
    border: 0px;
    */

    left: auto;
    right: 1px;
    top: 1px;
    width: 35px;
    height: 35px;
    background: #F9F9FA;
    border: 0px;
}
.minicolors-swatch-color{
	box-shadow: none;
}
.sb-control-colorpicker-ctn .minicolors-input,.sb-control-colorpicker-ctn .minicolors-input:focus{
    height: 37px;
    width: 100%!important;
    background: #fff;
    border: 1px solid #D0D1D7!important;
    border-radius: unset!important;
    outline: unset!important;
    box-shadow: unset!important;
    padding: 0 10px!important;
    line-height: 1em;
    margin: 0px;
}
.sb-control-colorpicker-ctn .minicolors-input:focus{
    border: 1px solid #0096CC!important;
}

[data-type="colorpicker"] .minicolors-input{
	font-size: 13px;
}
[data-type="colorpicker"] .minicolors-input{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #434960;
}

.sb-control-colorpicker-btn{
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DCDDE1;
    border-left: 0px;
    padding: 0 10px;
    background: #F3F4F5;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    color: #141B38;
    cursor: pointer;
    box-sizing: border-box;
}
.sb-control-colorpicker-ctn[data-picker-style="reset"] .minicolors-input,
.sb-control-coloroverride-ctn{
    background: #F3F4F5!important;
    border: 1px solid #DCDDE1!important;
}
.sb-control-colorpicker-ctn[data-picker-style="reset"] .minicolors-theme-default.minicolors-position-right .minicolors-swatch,
.sb-control-coloroverride-ctn .sb-control-coloroverride-swatch{
    top: 8px;
    width: 22px;
    height: 22px;
}
.sb-control-coloroverride-ctn .sb-control-coloroverride-swatch{
	position: absolute;
    right: 10px;
}
.sb-control-coloroverride-ctn .sb-control-colorpicker-btn{
	margin-left: auto;
	border: 0px!important;
	border-left: 1px solid #DCDDE1!important;
}
.sb-control-coloroverride-ctn .sb-control-coloroverride-content{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.sb-control-coloroverride-ctn .sb-control-coloroverride-txt{
    padding-left: 9px;
    box-sizing: border-box;
}

/*
	Customizer Preview
*/
.sb-customizer-preview{
    min-height: 100px;
    width: calc(100% - 375px);
    float: right;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    margin-top: 64px;
    position: relative;
    flex-wrap: wrap;
}
.sb-customizer-preview .ctf-admin-notices{
    margin-top: 20px;
    width: 100%;
}
.sb-customizer-preview .license-details-modal .ctf-modal-content {
    max-height: none;
    height: auto;
}
.sb-customizer-preview .ctf-sb-modal-body .sb-why-renew-list:nth-child(3) {
    margin-bottom: 0;
}
.sb-customizer-preview .ctf-sb-modal-body .sb-why-renew-list:last-child {
    margin-bottom: 0;
}
.sb-customizer-preview[data-preview-device="desktop"] .sb-preview-ctn{
    width: 100%;
    max-width: 1200px;
}
.sb-customizer-preview[data-preview-device="tablet"] .sb-preview-ctn{
    max-width: 100%;
    width: 800px;
}
.sb-customizer-preview[data-preview-device="mobile"] .sb-preview-ctn{
    max-width: 100%;
    width: 400px;
}
.ctf-preview-ctn,.ctf-preview-empty-ctn{
    padding: 10px;
}
.ctf-preview-empty-ctn{
    background: #fff;
    min-height: 800px;
}
.ctf-preview-disabled{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.ctf-preview-disabled-content{
    width: 400px;
    max-width: 95%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    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: 8px;
}
.ctf-preview-disabled-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
}
.ctf-preview-disabled-actions{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ctf-preview-disabled-actions .ctf-fb-btn{
    padding: 7px 13px;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 10px;
}



.sb-preview-top-chooser{
    padding: 18px 0 16px;
    display: flex;
    color: #434960;
    align-items: center;
}
.sb-preview-top-chooser strong{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #434960;
    display: inline-flex;
}
.ctf-moderate-heading{
    margin-top: 21px;
}
.sb-preview-top-chooser strong > svg{
    margin-right: 10px;
    margin-left: 16px;
    fill: currentColor;
    width: 20px;
}

.sb-preview-chooser{
    height: 36px;
    background: #E8E8EB;
    margin-left: auto;
    padding: 0 2px;
    border-radius: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb-preview-chooser-btn,.sb-preview-chooser-btn:focus{
    width: 40px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: left;
    border: 0;
    background: unset;
    outline: none;
}

.sb-preview-chooser-btn svg{
    width: 15px;
    fill: currentColor;
    float: left;
}
.sb-preview-chooser-btn.sb-mobilee svg{
    width: 9px;
    fill: currentColor;
    float: left;
}
.sb-preview-chooser-btn[data-active="true"],
.sb-preview-chooser-btn:hover{
    background: #fff!important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

.sb-control-checkboxsection-header{
    width: 100%;
    margin-top: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 15px;
    position: relative;
}
.sb-control-checkboxsection-header:before{
    content: '';
    position: absolute;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #DCDDE1;
    bottom: 0px;
}
.sb-control-checkboxsection-name{
    display: flex;
    align-items: center;
}
.sb-control-checkboxsection-header svg{
    width: 20px;
    margin-right: 7px;
    fill: #434960;
    float: left;
}
.sb-control-checkboxsection-header > strong{
    margin-left: auto;
}
[data-type="checkboxsection"] .sb-control-checkbox-ctn{
    align-items: center;
    height: 50px;
}
[data-type="checkboxsection"] {
    padding: 0 20px !important;
}
[data-type="checkboxsection"] .sb-control-elem-label{
    display: none;
}
[data-type="checkboxsection"] strong{
    color: #434960
}
[data-type="checkboxsection"] [data-active="true"] strong{
    color: #141B38;
}
.sb-control-checkboxsection-btn{
    width: 21px;
    height: 21px;
    position: relative;
    cursor: pointer;
}
.sb-control-checkboxsection-btn:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left: 5px;
    top: 7px;
    border-right: 2px solid #8C8F9A;
    border-bottom: 2px solid #8C8F9A;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*CheckBox List*/
[data-type="checkboxlist"] .sb-control-checkbox-ctn{
    margin-bottom: 10px!important;
}
[data-type="checkboxlist"] .sb-control-checkbox-ctn .sb-control-label{
font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
}

/*Source Controls*/
.sb-control-sources-ctn .ctf-fb-srcs-item{
    box-sizing: border-box;
    position: relative;
    cursor: auto;
    display: block;
    height: auto;
    border: 1px solid #E7E7E9;
    min-height: 60px;
    overflow: auto;
    margin-top: 0px;
}
.ctf-fb-srcs-item-ins{
    cursor: pointer;
    display: flex;
    height: 62px;
    padding: 0 10px;
    position: relative;
}
.sb-control-src-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb-control-src-icon svg{
    width: 13px;
    float: left;
}
[data-expanded="true"] .sb-control-src-expand  svg,.ctf-fb-srcs-info {
    display: none
}
.sb-control-src-expand-chevron{
    width: 7px;
    height: 7px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
[data-expanded="true"] .sb-control-src-expand-chevron,[data-expanded="true"] .ctf-fb-srcs-info {
    display: block;
}
.sb-control-src-remove svg{
    width: 11px;
    fill: var(--error-red);
}
.sb-control-sources-ctn[data-multifeed="true"] .sb-control-src-expand {
    right: 30px;
}
.sb-control-elem-output .sb-control-src-expand:hover {
    background: #F3F4F5;
    border-radius: 3px;
}
.sb-control-elem-output .sb-control-src-expand:hover path{
    fill: #111;
}

.sb-control-sources-ctn .ctf-fb-srcs-item .ctf-fb-srcs-item-name{
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 3px;
}

.ctf-fb-srcs-info-item{
    display: flex;
    border-top: 1px solid #E7E7E9;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 8px 10px;
}
.ctf-fb-srcs-info-item:first-of-type{
    align-items: center;
}
.ctf-fb-srcs-info-item strong{
    font-size: 14px;
    width: 50px;
}
.ctf-fb-srcs-info-item span{
    font-size: 13px;
    line-height: 1.1em;
    color: #434960;
    font-weight: 400;
    display: inline-block;
    word-break: break-all;
    width: calc(100% - 80px);
    padding: 0 15px;
    box-sizing: border-box;
}
.ctf-fb-srcs-info-icon{
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    border: 1px solid #D0D1D7;
    border-radius: 2px;
}
.ctf-fb-srcs-info-icon svg{
    width: 15px;
    float: left;
}
.sb-control-sources-ctn .sb-control-action-button{
    margin-top: 8px;
    margin-bottom: 16px;
}
.sb-control-sources-promo-ctn{
    padding: 16px 0;
}
.sb-control-sources-promo-ctn:before{
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% + 40px);
    left: -20px;
    top: 0px;
    background: #E7E7E9;
}
.sb-control-sources-promo-top{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #E8E8EB;
    float: left;
    background: #F9F9FA;
}
.sb-control-sources-promo-top > div{
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    line-height: 1.6em;
}
.sb-btn-chevron{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sb-control-sources-promo-text{
    font-size: 15px;
    font-weight: 600;
}
.sb-control-sources-promo-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    color: #fff !important;
    background: #0068A0;
    font-size: 15px;
}
.sb-control-sources-promo-btn div{
    margin-left: 10px;
}
.sb-control-sources-promo-icon{
    margin-bottom: 20px;
}

/*Loading Bar*/
.sb-loadingbar-ctn{
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgba(227, 79, 14, 0.25);
    z-index: 999999999999999;
}
.sb-loadingbar-ctn:before, .sb-loadingbar-ctn:after{
    content: '';
    position: absolute;
    height: 5px;
    background: #FE544F;
    z-index: 9;
    top: 0;
}

.sb-loadingbar-ctn:before{
    -webkit-animation: ctf-loading-animation 4s infinite;
    animation: ctf-loading-animation 4s infinite;
}
.sb-loadingbar-ctn:after{
    -webkit-animation: ctf-loading-animation 4s 2s infinite;
    animation: ctf-loading-animation 4s 2s infinite;
}

@-webkit-keyframes ctf-loading-animation {
    from { left: -5%; width: 0%; }
    to { left: 130%; width: 50%;}
}
@keyframes ctf-loading-animation {
    from { left: -5%; width: 0%; }
    to { left: 130%; width: 50%;}
}

/*Notification Element*/
.sb-notification-ctn{
    position: fixed;
    bottom: -100px;
    left: 200px;
    z-index: 99999;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 3px solid #fff;
    line-height: 1em;
    padding: 10px 20px;
    padding-left: 0px;
    border-radius: 4px;
    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);

}
.sb-notification-ctn[data-active="hidden"]{
    -webkit-animation: ctf-notification-hide .5s forwards linear;
    animation: ctf-notification-hide .5s forwards linear;
}
.sb-notification-ctn[data-active="shown"]{
    -webkit-animation: ctf-notification-show .5s forwards linear;
    animation: ctf-notification-show .5s forwards linear;
}
@-webkit-keyframes ctf-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}
@keyframes ctf-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}

@-webkit-keyframes ctf-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}
@keyframes ctf-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}

.sb-notification-ctn[data-type="success"]{
    border-color: #59AB46;
}
.sb-notification-ctn[data-type="error"]{
    border-color: #D72C2C;
}
.sb-notification-ctn[data-type="message"]{
    border-color: #141B38;
}
.sb-notification-icon{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 15px;
}
.sb-notification-icon svg{
    width: 22px;
    height: 22px;
    float: left;
    fill: currentColor;
}

.sb-notification-ctn[data-type="success"] .sb-notification-icon{
    color: #59AB46;
}
.sb-notification-ctn[data-type="error"] .sb-notification-icon{
    color: #D72C2C;
}
.sb-notification-ctn[data-type="message"] .sb-notification-icon{
    color: #141B38;
}

.sb-notification-ctn span{
    font-size: 14px;
    color: #141B38;
    font-weight:500;
}

/* Onboarding */
.sb-onboarding-tooltip {
    display: none;
    position: absolute;
    min-height: auto;
    width: 432px;
    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 .ctf-fb-btn.ctf-fb-btn-new,
.sb-onboarding-active .sb-positioning-wrap.sb-onboarding-highlight,
.sb-onboarding-active .ctf-fd-lst-bigctn .ctf-table-wrap.sb-onboarding-highlight,
.sb-onboarding-active .ctf-fb-lgc-ctn.sb-onboarding-highlight,
.sb-onboarding-active .ctf-fb-lgc-ctn .ctf-legacy-table-wrap.sb-onboarding-highlight{
    position: relative;
    z-index: 100000;
}
.sb-onboarding-active .ctf-fd-legacy-feed-toggle {
    display: none;
}
.ctf-legacy-table-wrap.sb-onboarding-highlight {
    clear: both;
}
.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;
}
.sb-onboarding-tooltip  .ctf-fb-wrapper {
    display: flex;
    justify-content: flex-end;
}
.sb-positioning-wrap {
    width: 432px;
}
.sb-onboarding-tooltip .ctf-fb-popup-cls {
    position:absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 12px;
}
.sb-onboarding-tooltip .ctf-fb-popup-cls svg {
    width: 12px;
    height: 12px;
}
.sb-onboarding-tooltip h3 {
    font-size: 16px;
    color: #141B38;
    line-height: 160%;
    font-weight: 600;
    margin: 0;
}
.sb-onboarding-step {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    color: #434960;
    margin: 2px 0 20px;
    display: block;
}
.ctf-onboarding-next,
.ctf-onboarding-previous{
    color: #353A41;
    background: #F3F4F5;
    border: 1px solid #DCDDE1;
    margin-left: 10px;
}
.sb-onboarding-tooltip .ctf-fb-hd-btn {
    margin-right: 0;
}
.sb-onboarding-tooltip .ctf-fb-hd-btn i {
    margin: 0;
}
.ctf-onboarding-finish{
    margin-left: 10px;
    padding: 0 32px;
}
.sb-onboarding-tooltip .ctf-fb-hd-btn[data-active="false"] {
    background-color: #e8e8eb;
    color: #8c8f99;
}
.sb-onboarding-tooltip .ctf-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;
}
.sb-onboarding-tooltip .sb-pointer {
    position: absolute;
    left: 50px;
    top: -14px;
}
.sb-onboarding-tooltip .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;
}
.sb-onboarding-top-row {
    padding: 20px 44px 0 24px;
}
.sb-onboarding-bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 12px 24px;
}


/*Vue Color Picker*/
.sb-control-colorpicker-ctn .vc-sketch{
	box-shadow: none!important;
}
.sb-control-colorpicker-popup{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 99;
    top: 100%;
	background: #fff;
	right: 0px;
}
.sb-control-colorpicker-popup .sb-colorpicker-reset-btn{
width: calc(100% - 20px);
	margin-left: 10px;
	margin-bottom: 15px;
}
.sb-control-colorpicker-swatch{
	width: 38px;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    background: #f7f7f7;
}
.sb-control-colorpicker-ctn .sb-control-input{
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ctf-csz-header-insider {
        width: 100%;
    }
    .ctf-csz-header-insider .sb-button-standard {
        padding: 10px 14px 10px 30px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .ctf-fb-wlcm-inf-3 {
        padding-left: 120px;
    }
}
@media (max-width: 767px) {
    .ctf-fd-lst-thtf th:nth-child(3),
    .ctf-fd-lst-thtf th:nth-child(4),
    .ctf-fd-lst-tbody tr td:nth-child(3),
    .ctf-fd-lst-tbody tr td:nth-child(4),
    .ctf-fd-lst-thtf tr td:nth-child(3),
    .ctf-fd-lst-thtf tr td:nth-child(4) {
        display: none;
    }
    .ctf-fd-lst-thtf th:last-child,
    .ctf-fd-lst-thtf tr td:last-child {
        padding-right: 15px;
        text-align: right;
    }
    .ctf-fd-lst-tbody tr td.ctf-fd-lst-actions .sb-flex-center{
        justify-content: flex-end;
        padding-right: 8px;
    }
    .ctf-fb-full-wrapper {
        padding: 70px 20px 0 20px;
    }
    .ctf-fb-header {
        padding: 0px 20px;
    }
    .ctf-bld-ft-content {
        flex-wrap: wrap;
    }
    #sb-footer-banner .ctf-bld-ft-img {
        width: 100%;
        height: 140px;
    }
    #sb-footer-banner .ctf-bld-ft-img img {
        height: 100%;
        width: auto;
    }
    #sb-footer-banner .ctf-bld-ft-txt {
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-right: 3%;
        padding: 20px;
    }
    .ctf-bld-ft-action {
        width: 100%;
        padding: 0 20px 20px;
    }
    .ctf-bld-footer > div {
        margin-bottom: 60px;
    }

    /* single feed page */
    .ctf-csz-header-insider {
        flex-wrap: wrap;
        height: auto;
        width: 100%;
    }
    .ctf-fb-header.ctf-csz-header {
        height: 110px;
    }
    .ctf-csz-header.ctf-fb-header {
        padding-bottom: 6px;
    }
    .ctf-csz-header .ctf-csz-hd-actions {
        margin-top: 10px;
    }
    .sb-customizer-preview {
        display: none;
    }
    .sb-customizer-ctn .sb-customizer-sidebar {
        position: initial;
        margin-top: 110px;
        width: 100%;
    }
    .sb-notification-ctn {
        left: 20px;
    }
    .ctf-fb-header .sb-button-standard{
        padding: 10px 10px 10px 31px;
    }
    .ctf-fb-embed-ctn.sb-fs-boss.ctf-fb-center-boss .ctf-fb-popup-inside {
        top: 35px;
    }
    .ctf-fb-embed-btns-ctn {
        grid-template-columns: 100%;
    }
    .ctf-fb-embed-btns-ctn .ctf-fb-embed-btn {
        margin-bottom: 10px;
    }
    .ctf-fb-embed-ctn.sb-fs-boss.ctf-fb-center-boss .ctf-fb-popup-inside .ctf-fb-embed-step-1-top {
        margin-bottom: 10px;
    }
    .ctf-fb-embed-ctn.sb-fs-boss.ctf-fb-center-boss .ctf-fb-popup-inside .ctf-fb-embed-input-ctn {
        flex-wrap: wrap;
    }
    .ctf-fb-embed-input-ctn input, .ctf-fb-embed-input-ctn input[type="text"] {
        width: 100%;
        border-right: 1px solid #D0D1D7!important;
    }
    .ctf-fb-embed-input-ctn .ctf-fb-hd-btn {
        width: 32%;
        max-width: 120px;
        margin-top: 10px !important;
        padding: 8px;
    }
    .sb-fs-boss.ctf-fb-center-boss {
        z-index: 100001 !important;
    }
    #sb-footer-banner .ctf-bld-ft-txt {
        flex-wrap: wrap;
    }
    #ctf-builder-app #sb-footer-banner h3,
    #ctf-builder-app #sb-footer-banner .sb-small-p {
        width: 100%;
    }
    #ctf-builder-app #sb-footer-banner h3 {
        margin-bottom: 10px;
    }
    .ctf-fb-srcslist-ctn {
        grid-template-columns: 100%
    }
    .ctf-fb-mr-fd-img {
        width: 100%;
        margin-right: 0;
    }
    .ctf-fb-mr-fd-img svg {
        max-width: 100%;
    }
    .ctf-fd-lst-tbody tr td:nth-child(2) {
        width: 50%;
    }

    .ctf-fb-wlcm-inf-1,
    .ctf-fb-wlcm-inf-2,
    .ctf-fb-wlcm-inf-3 {
        padding-left: 0;
    }

    .ctf-fb-wlcm-inf-3 .ctf-fb-inf-img,
    .ctf-fb-wlcm-inf-2 .ctf-fb-inf-img,
    .ctf-fb-wlcm-inf-1 .ctf-fb-inf-svg {
        display: none;
    }
    .ctf-fb-wlcm-inf-3 .ctf-fb-inf-cnt {
        justify-content: flex-start;
    }
    .ctf-fb-wlcm-inf-1 .ctf-fb-inf-cnt {
        width: calc(100% - 53px);
    }
    .ctf-fb-wlcm-inf-2 .ctf-fb-inf-cnt,
    .ctf-fb-wlcm-inf-3 .ctf-fb-inf-cnt {
        width: 100%;
    }

    .ctf-fb-wlcm-inf-1 .ctf-fb-inf-cnt .ctf-fb-inf-txt{
        width: 80%;
    }

    .ctf-fb-wlcm-inf-2 .ctf-fb-inf-cnt {
        margin-bottom: 24px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .ctf-fb-wlcm-inf-3 {
        padding-left: 7px;
    }
    .ctf-fb-wlcm-inf-2 {
        padding-left: 52px;
    }
    .ctf-fb-wlcm-inf-1 {
        padding-left: 85px;
    }
    .ctf-fb-wlcm-inf-1 .ctf-fb-inf-svg {
        display: none;
    }
}

/*
    Multiple Sources Sections
*/

#ctf-multiple-sources-ctn .ctf-fb-slctsrc-content{
    padding: 25px 30px;
    border-bottom: 1px solid #E8E9EA;
}
.ctf-feedtype-section{
    padding: 30px;
    border-bottom: 1px solid #E8E9EA;
}
.ctf-feedtype-sec-icon-heading{
    display: flex;
    align-self: center;
}
.ctf-feedtype-icon-wrap svg{
    width: 16px!important;
    height: 16px!important;
    float: left;
    fill: #0096CC;
    margin-right: 6px;
}

.ctf-feedtype-sec-icon-heading span{
    color: #141B38;
    font-weight:600;
    font-size: 18px;
}
.ctf-feedtype-sec-icon-heading a{
    font-size: 12px;
    display: inline-block;
    margin-top: 2px;
    margin-left: 6px;
}
.ctf-feedtype-sec-desc{
    font-size: 12px;
}
.ctf-fb-hd-btn svg{
    fill: currentColor;
}
#ctf-multiple-sources-ctn .ctf-fb-hd-btn svg{
    fill: #141B38;
}
.ctf-addsource-type-btn{
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 12px 20px;
    color: #8C8F9A;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.ctf-addsource-type-btn svg{
    margin-right: 12px;
    margin-top: 2px;
    fill: #8C8F9A;
}
.ctf-addsource-type-btn:hover,
.ctf-addsource-type-btn:hover svg{
    color: #434960;
    fill: #434960;
}

.ctf-feedtype-section .ctf-fd-lst-btn-delete{
    height: 32px;
    width: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.ctf-feedtype-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
}
.ctf-feedtype-sec-wrap {
    margin-left: 28px;
}
.ctf-feedtype-sec-wrap .ctf-feedtype-sec-desc{
    margin-top: 8px;
    margin-bottom: 12px;
}
.ctf-feedtype-section .ctf-fd-lst-btn-delete{
    border-color: #D8DADD;
}
.ctf-fb-type-el[data-checked="true"]{
    border: 1px solid #D8D8D8
}
.ctf-feedtype-sec-wrap .ctf-fb-hd-btn svg{
    fill: currentColor!important;
}

.ctf-fb-type-el[data-checked="true"]:before{
    content: ''!important;
    position: absolute!important;
    height: 100%!important;
    width: 100%!important;
    left: 0!important;
    top: 0!important;
    background: #f1f1f1!important!important;
    opacity: .35!important;
    cursor: default!important;
}
.ctf-fb-type-el[data-checked="true"]:after{
    display: none!important;
}
.ctf-fb-type-el[data-checked="true"] .ctf-fb-type-el-info *{
    color: #8C8F9A!important;
}
.ctf-fb-type-el-info .sb-control-elem-tltp,
.ctf-fb-type-el-info .sb-control-elem-tltp-icon{
    display: inline-block;
    color: inherit;
    fill: currentColor;
    margin: 0px;
}
.ctf-fb-feedtypes-pp-ctn .ctf-fb-type-el-info{
    padding: 10px 10px!important;
}

#ctf-builder-app .ctf-fb-feedtypes-pp-ctn .ctf-fb-types{
    padding: 23px 30px 10px!important;;
    padding-bottom: 0px!important;
}
#ctf-builder-app .ctf-fb-feedtemplates-ctn .ctf-fb-types{
    padding: 0px!important;
}

.ctf-fb-feedtypes-popup .sb-button-no-border {
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 33px;
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;

    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}
.ctf-fb-feedtypes-popup .sb-button-no-border svg {
    margin-right: 9px;
}
.ctf-fb-addsourtype-ctn{
    margin-bottom: 30px;
    padding: 0px 30px!important;
}
.ctf-fb-addsourtype-ctn .ctf-fb-source-btn,
.ctf-fb-feedtemplates-ctn .ctf-fb-source-btn{
    margin-top: 0px;
}
.ctf-fb-feedtemplates-ctn .ctf-fb-srcs-update{
    height: 43px;
}
.ctf-fb-feedtypes-pp-ctn h4{
    margin-bottom: 20px;
}
.ctf-fb-sourcelist-pp-ctn .ctf-fb-source-top{
    padding: 22px 19px 0px;
}
.ctf-fb-source-btn svg{
    margin-right: 10px;
}
.ctf-fb-sourcelist-pp-ctn .ctf-fb-sourcelist-pp{
        float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.ctf-fb-sourcelist-pp-ctn .ctf-fb-addsourtype-ctn{
    padding: 0px 20px!important;
}

.ctf-fb-sourcelist-pp-ctn .ctf-fb-srcs-desc{
    margin-bottom: 20px;
}
.ctf-fb-sourcelist-pp-ctn .ctf-fb-source-pp-customizer .ctf-fb-srcslist-ctn{
    grid-template-columns: 49% 49%;
}

.ctf-selected-sources-ctn .ctf-fb-hd-btn{
    display: inline-flex;
    margin-bottom: 7px;
    float: left;
}
.ctf-selected-source-item{
    width: auto;
    height: 38px;
    border: 1px solid #D0D1D7;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 7px;
    box-sizing: border-box;
    float: left;
}
.ctf-selected-source-item-avatar,
.ctf-selected-source-item-avatar img{
    width: 36px;
    height: 36px;
}
.ctf-selected-source-item-avatar {
    border-right: 1px solid #F3F4F5;
}

.ctf-selected-source-item span{
    font-weight:600;
    margin: 0px 10px;
    font-size: 13px;
}
.ctf-selected-source-item-icon{
    margin-left: auto;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ctf-selected-source-item-icon svg{
    fill: #D72C2C;
    width: 14px;
    height: 14px;
    float: left;
}

#ctf-multiple-sources-ctn .ctf-feedtype-sec-desc{
    margin: 4px 0 16px;
}

.ctf-hashtag-item{
    display: inline-flex;
    font-weight: 400;
    height: 26px;
    font-size: 12px;
    align-items: center;
    padding: 0px 6px 1px 10px;
    border-radius: 50px;
    background: #f3f1f1;
    margin-right: 10px;
    margin-bottom: 10px;
}
.ctf-hashtag-item-delete{
    width: 16px;
    height: 16px;
    background: #8C8F9A;
    color: #fff;
    margin-left: 5px;
    border-radius:50px;
    cursor: pointer;
    position: relative;
}

.ctf-hashtag-item-delete:before,
.ctf-hashtag-item-delete:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 8px;
    background: currentColor;
    left: 4px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ctf-hashtag-item-delete:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ctf-hashtag-fetchby-chbx{
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}
.ctf-hashtag-fetchby-chbx .ctf-fb-stp-src-type{
    margin-left: 0px!important;
    margin-right: 20px!important;
}
/*
    Custom View Control With Image & info
*/
.sb-control-imginfo-elem{
    background: #F9F9FA;
    border: 1px solid #E8E8EB;
    padding: 20px 30px;
}
.sb-control-imginfo-icon svg{
    fill: none!important;
}
.sb-control-imginfo-icon{
    display: flex;
    justify-content: center;
    align-self: center;
}
.sb-control-imginfo-text{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.sb-control-imginfo-text [data-textalign="center"]{
    justify-content: center;
}

.sb-control-imginfo-text strong{
    font-size: 18px;
    margin-bottom: 20px;
}
.sb-control-shoppbale-enbaled-ctn .sb-control-imginfo-text strong{
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
}
.sb-control-imginfo-text span{
    color: #434960;
    font-size: 14px;
}

.sb-shoppable-edit-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 9;
    padding: 7px 13px 8px 35px;
    border: 2px solid rgba(255,255,255,.1);
}
.sb-shoppable-edit-btn-link svg{
    width: 16px;
    height: 10px;
    top: 10px;
    fill: currentColor;
}

.sb-control-selectedpost-info{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #D0D1D7;
    margin-bottom: 30px;
    margin-top: 10px;
}
.sb-control-selectedpost-info img{
    width: 77px;
    height: 77px;
}

.sb-control-selectedpost-info span{
    padding: 0 15px;
    color: #141B38;
    font-size: 13px;
    line-height: 1.6em;
}
.sb-control-selectedpost-input span{
    color: #434960;
    font-size: 13px;
    margin-bottom: 5px;
}

.sb-control-selectedpost-btns{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
    margin-top: 10px;
}
.sb-control-selectedpost-btns button{
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}
.sb-control-selectedpost-btns button svg{
    margin-right: 10px;
}

/*
    Feed Type Customizer
*/
.sb-control-feedtype-item{
    margin-bottom: 24px;
    padding-bottom: 14px;
}

.sb-control-feedtype-item:after{
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% + 40px);
    left: -20px;
    background: #DCDDE1;
    bottom: 0px;
}
.sb-control-feedtype-item:last-of-type:after{
    display: none;
}

.sb-control-feedtype-list{
    margin-top: 8px;
}
.sb-control-feedtype-list-item{
    float: left;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F4F5;
    border-radius: 50px;
    padding: 0 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sb-control-feedtype-list-item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb-control-feedtype-list-item svg{
     width: 12px;
    margin-right: 4px;
    fill: #0096CC;
}
.ctf-fb-extppcustomizer-btns{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 1%;
}
.ctf-fb-feedtypescustomizer-pp-ctn .ctf-fb-feedtypes-popup{
    padding: 22px 20px;
}
.ctf-fb-feedtypescustomizer-pp-ctn  .ctf-fb-source-top{
    padding: 0px;
    padding-bottom: 22px;
}
.ctf-fb-feedtypescustomizer-pp-ctn .ctf-fb-feedtypescustomizer-content{
    background: #F9F9FA;
    border: 1px solid #E8E8EB;
    margin-bottom: 20px;
    border-radius: 4px;
}
.ctf-fb-feedtypescustomizer-pp-ctn .ctf-feedtype-section{
    box-shadow: unset;
    border-bottom: 1px solid #E8E8EB;
}
.ctf-fb-feedtypescustomizer-pp-ctn .ctf-feedtype-section:last-of-type{
    border-bottom: 0px;
}
.ctf-fb-feedtypescustomizer-pp-ctn .ctf-feedtype-sec-desc{
    margin-bottom: 20px;
}
.ctf-fb-feedtypescustomizer-pp-ctn .ctf-hashtag-fetchby .ctf-feedtype-sec-desc{
    margin-bottom: 0px;
}

.ctf-fb-feedtypescustomizer-pp-ctn .ctf-selected-source-item{
    border: 1px solid #e1e1e1;
}
.ctf-fb-feedtypescustomizer-content .ctf-fb-hd-btn svg{
    fill: #141B38;
}
.ctf-fb-feedtypescustomizer-content .ctf-feedtype-icon-wrap svg{
    width: 20px!important;
    height: 20px!important;
}
.ctf-fb-feedtypescustomizer-content .ctf-feedtype-section{
    padding: 24px;
}

/*
    Moderation Mode
*/
.sb-control-moderationmode-action-btns{
    padding-top: 30px;
}
.sb-control-moderationmode-action-btns button{
    margin-bottom: 20px;
}
.ctf-moderation-overlay-ctn{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    cursor: pointer;
}
.ctf-moderation-toggle{
    position: absolute;
    width: 66px;
    height: 22px;
    top: 10px;
    right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 2px;

}
.ctf-moderation-toggle-icon{
    width: 33px;
    height: 22px;
    position: relative;
    float: left;
    border-radius: 2px;
    color: #8C8F9A;
}

.ctf-moderation-toggle[data-type="active"] .ctf-moderation-checkmark{
    background: #59AB46;
    color: #fff!important;
}

.ctf-moderation-toggle[data-type="inactive"] .ctf-moderation-x{
    background: #D72C2C;
    color: #fff!important;
}
.ctf_expand{
    cursor: pointer;
}
.ctf-moderation-checkmark:before{
    content: '';
    position: absolute;
    width: 13px;
    height: 5px;
    left: 8px;
    top: 5px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ctf-moderation-x:before,
.ctf-moderation-x:after{
        content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    left: 9px;
    top: 10px;
    background: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ctf-moderation-x:after{
   -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sb-control-moderationmode-elements > .sb-control-switcher-ctn{
    margin-bottom: 25px;
}

.ctf_header_text  h3{
    color: inherit;
}


.ctf-customizer-ms-modes .ctf_link,
.ctf-customizer-ms-modes .sb_instagram_header{
    display: none!important;
}

.ctf-moderation-pagination{
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}
.ctf-moderation-pagination-btn{
    margin-left: 20px;
}

#sb_instagram .ctf_item:not(.ctf_transition) .ctf_photo,
#sb_instagram.ctf_highlight #ctf_images, #sb_instagram.ctf_masonry #ctf_images,
#sb_instagram #ctf_images .ctf_item{
    -webkit-transition: unset!important;
    transition: unset!important;
}

#sb_instagram .ctf_item .ctf_photo_shady{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
        background-position: inherit;
    background-size: inherit;
}


/*Specific for Twitter*/
.ctf-customlist-chooser-ctn{
    border-radius: 5px;
    border: 1px solid #D0D1D7;
}
.ctf-customlist-chooser-selected{
    padding: 15px;
}
.ctf-customlist-chooser-selected-hd{
    font-size: 16px;
    margin-bottom: 10px
}
.ctf-customlist-chooser-selected-hd a{
    font-size: 14px;
}

.ctf-link-underlined{
    color: #0068A0;
    text-decoration: underline!important;
    cursor: pointer;
}
.ctf-customlist-selected-item{
    float: left;
    background: #F3F4F5;
    border-radius: 20px;
    padding: 0px 12px;
    height: 36px;
    margin: 5px 8px;
    display: flex;
    align-items: center;
    margin-left: 0px;
}
.ctf-customlist-selected-item-icon svg{
    width: 16px;
    float: left;
}
.ctf-customlist-selected-item-info{
    margin: 0px 6px;
    font-size: 14px;
}
.ctf-customlist-selected-item-cls{
    width: 20px;
    height: 28px;
    cursor: pointer;
    position: relative;
}
.ctf-customlist-selected-item-cls:before,
.ctf-customlist-selected-item-cls:after{
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
    left: 3px;
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ctf-customlist-selected-item-cls:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ctf-customlist-inputs-ctn{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 1%;
    border-top: 1px solid #D0D1D7;
}
.ctf-customlist-results-ctn{
}
.ctf-customlist-input-item{
    padding: 15px;
    float: left;
    box-sizing: border-box;
}
.ctf-customlist-input-addlist{
    background: #F3F4F5;
    border-right: 1px solid #D0D1D7;
}
.ctf-customlist-input-item-heading{
    font-weight: 700;
    color: #0068A0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.ctf-customlist-input-item-heading svg{
    fill: currentColor;
    float: left;
    margin-right: 10px;
    width: 16px;
}
.ctf-customlist-input-ctn{
    display: flex;
}
.ctf-customlist-input-ctn input,
.ctf-customlist-input-ctn input:focus{
    border-radius: 0px;
    background: #fff;
    outline: none;
    font-size: 14px;
    border: 1px solid #D0D1D7;
    margin-right: 10px;
    box-shadow: none;
    flex-grow: 1;
    height: 35px;
}
.ctf-customlist-input-ctn .sb-btn svg{
    fill: currentColor;
    margin-right: 10px;
    width: 14px;
    float: left;
}
.ctf-customlist-input-ctn .sb-btn svg path{
    fill: currentColor;
}

.ctf-customlist-results-ctn > div{
    padding: 20px 15px;
    border-top: 1px solid #D0D1D7;

}
.ctf-customlist-results-success-hd{
    font-weight: 700;
    margin-bottom: 10px
}
.ctf-customlist-results-success-hd strong{
    color:#0068A0;
}
.ctf-customlist-results-items{
    display: grid;
    grid-template-columns: 32.5% 32.5% 32.5%;
    grid-column-gap: 1%;
}
.ctf-customlist-results-item{
    padding: 15px 10px;
    border-radius: 4px;
    border: 1px solid #D0D1D7;
    display: flex;
    align-items: center;
    margin: 5px 0px;
    cursor: pointer;
    box-sizing: border-box;
}
.ctf-customlist-results-chkbx{
    width: 16px;
    height: inherit;
    margin-right: 22px;
    margin-left: 16px;
}
.ctf-customlist-results-chkbx > div{
    border-radius: 3px;
    width: 16px;
    height: 16px;
    border: 2px solid #8c8f9a;
}
.ctf-customlist-results-item-info{
    display: flex;
    flex-direction: column;
}

.ctf-customlist-results-item[data-active="true"]{
    background: #F7FDFF;
    border: 2px solid #0096CC;
}
.ctf-customlist-results-item[data-active="true"] .ctf-customlist-results-chkbx > div{
    background: #0096CC;
    border: 1px solid #0096CC;
    color: #fff;
    position: relative;
}
.ctf-customlist-results-item[data-active="true"] .ctf-customlist-results-chkbx > div span{
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 4px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    left: 2px;
    top: 3px;
}


.ctf-customlist-results-error{
    background: #F9F9FA;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ctf-customlist-error-icon{
    width: 27px;
    height: 27px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8C8F9A;
    font-weight: 900;
    color: #fff;
    margin-right: 10px;

}




#ctf .ctf-item{
    -webkit-transition: unset!important;
    transition: unset!important;
}


/*Lightbox */
.ctf_lightbox{
    width: 100%;
    height: 100%;
    position: absolute!important;
    left: 0;
    top: 2px;
    z-index: 9;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;
}
.ctf-lightbox-dummy-overlay{
    background: rgba(0,0,0,0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ctf_lightbox[data-visibility="true"]{
    display: block;
    opacity: 1;
    visibility: visible;
}
.ctf_lightbox[data-visibility="true"].ctf_lightbox-active{
    display: block!important;
}
.ctf_lightbox.ctf_lightbox-disabled{
    display: none!important;
}
.ctf_lightbox .ctf_lb-close{
    z-index: 9999999999999;
    cursor: pointer;
    position: absolute;
    right: 0;
}

#ctf_lightbox.ctf-lightbox-dummy-ctn .ctf_lb-container-wrapper{
    width: calc(100% - 300px);
}
#ctf_lightbox.ctf-lightbox-dummy-ctn.ctf_lb-comments-disabled .ctf_lb-container-wrapper{
    width: 100%;
}

#ctf_lightbox.ctf-lightbox-dummy-ctn .ctf_lb-image1{
    width: 100%!important;
    height: auto!important;
}
#ctf_lightbox.ctf-lightbox-dummy-ctn  .ctf_lb-nav{
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
}

#ctf_lightbox.ctf-lightbox-dummy-ctn .ctf_lb-data{
    position: relative;
}
.sb-control-notice-ctn{
    background: #F3F4F5;
    border-radius: 4px;
    padding: 19px;
    margin-top: 18px;
    border: 1px solid #E8E8EB;
}

.sb-control-notice-ctn .sb-control-notice-content{
    display: flex;
    border-radius: 4px;
    align-items: flex-start;
}

.sb-control-notice-ctn[data-notice-action="true"]{
    cursor: pointer;
}
.sb-control-notice-ctn[data-notice-action="true"]:before,
.sb-control-notice-btn:before{
    content: '';
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    right: 16px;
    position: absolute;
    top: calc(50% - 6px);
}
.sb-control-notice-btn:before{
     width: 5px;
    height: 5px;
    right: 15px;
    top: calc(50% - 3px);

}

.sb-control-notice-btn{
    float: left;
    margin-left: 27px;
    margin-top: 10px;
    font-size: 12px;
      padding-left: 15px;
    padding-right: 35px;
}
.sb-control-notice-icon{
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    margin-right: 14px;

}
.sb-control-notice-icon{
}

.sb-control-notice-icon svg{
    width: 14px;
    fill: currentColor;
}
.sb-control-elem-ctn[data-layout="half"][data-type="notice"]{
    padding-left: 48px;
}

.ctf-fb-feedtypescustomizer-pp-ctn .ctf-addsource-type-btn{
    color: #0068A0;
}
.ctf-fb-feedtypescustomizer-pp-ctn .ctf-addsource-type-btn svg{
    fill: #0068A0;
}
.ctf-fb-feedtypes-popup .ctf-fb-type-el[data-already-selected="true"],
.ctf-fb-feedtypes-popup .ctf-fb-adv-types .ctf-fb-type-el[data-already-selected="true"]{
    border: 1px solid #edeeef!important;
    background: #dcdde114!important;
}
.ctf-fb-feedtypes-popup .ctf-fb-type-el[data-already-selected="true"]:after,
.ctf-fb-feedtypes-popup .ctf-fb-adv-types .ctf-fb-type-eldata-already-selected="true"]:after{
    display: none;
}

.ctf-fb-feedtypes-popup .ctf-fb-type-el[data-already-selected="true"]:before,
.ctf-fb-feedtypes-popup .ctf-fb-adv-types .ctf-fb-type-el[data-already-selected="true"]:before{
    content: ''!important;
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    left: 0px!important;
    top: 0px!important;
    z-index: 2!important;
    background: rgba(255,255,255,0.5)!important;
}
.ctf-fb-feedtypes-popup .ctf-fb-type-el[data-already-selected="true"] .ctf-fb-type-el-img{
    border: 3px solid #f3f4f5!important;
    border-right: 1px solid #fff!important;
}
.ctf-fb-feedtypes-popup .ctf-fb-type-el[data-already-selected="true"] .ctf-fb-tltp-elem{
    top: -65px!important;
}
.ctf-fb-feedtypes-popup .ctf-fb-type-el[data-already-selected="true"] .ctf-fb-tltp-elem:after{
        box-shadow: -3px 6px 9px #ccc!important;
}
.ctf-fb-feedtypes-popup .ctf-fb-tltp-parent:hover .ctf-fb-tltp-elem{
    top: -45px!important;
}

.ctf-carousel{
    display: block!important;
}
.ctf_lb-data .ctf_lb-caption a,
.ctf_lb-data .ctf_lb-caption a:hover{
color: #fff!important;
}


[data-preview-device="desktop"] [data-header-size="large"] .ctf-header-type-text{
    font-size: 48px!important;
}

[data-preview-device="desktop"] [data-header-size="medium"] .ctf-header-type-text,
[data-preview-device="tablet"] [data-header-size="large"] .ctf-header-type-text{
    font-size: 42px!important;
}
[data-preview-device="desktop"] [data-header-size="small"] .ctf-header-type-text,
[data-preview-device="mobile"] [data-header-size="large"] .ctf-header-type-text,
[data-preview-device="tablet"] [data-header-size="medium"] .ctf-header-type-text{
    font-size: 36px!important;
}
[data-preview-device="mobile"] [data-header-size="small"] .ctf-header-type-text,
[data-preview-device="mobile"] [data-header-size="medium"] .ctf-header-type-text{
    font-size: 32px!important;
}
[data-preview-device="mobile"] [data-header-size="small"] .ctf-header-type-text{
    font-size: 28px!important;
}

/*
    FREE
*/

.ctf-fb-types-list-free{
    display: block;
    grid-template-columns: unset;
    grid-column-gap: unset;
    margin-bottom: 31px;
    margin-top: 25px;
}
.ctf-fb-types-list-free .ctf-fb-type-el > div{
    height: 100%;
}
.ctf-fb-types-list-free .ctf-fb-type-el{
    width: 420px;
    max-width: 100%;
    height: 165px;
    flex-direction: row;
    align-items: center;
}
.ctf-fb-types-list-free .ctf-fb-type-el .ctf-fb-type-el-info{
    text-align: left;
    align-items: flex-start;
    justify-content: center;
}

.ctf-fb-types-list-free .ctf-fb-type-el .ctf-fb-type-el-info > *{
    padding: 0 20px;
}

.ctf-fb-types-list-pro{
    display: grid;
    grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
    grid-column-gap: 0.5%;
    margin-top: 10px;
}
.ctf-fb-type-el-pro{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 20px 12px 12px;
    background: #F9F9FA;
    border: 1px solid #D0D1D7;
    box-sizing: border-box;
    border-radius: 2px;
    color: #141B38;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}
.ctf-fb-type-el-pro:hover{
    background: #E2F5FF;
    border: 1px solid #E2F5FF;
}
.ctf-fb-type-el-pro-img svg{
    float: left;
}
.ctf-fb-type-el-pro-img{
    margin-right: 20px;
}

/*Lite Top Banner Dismiss*/
.ctf-builder-app-lite-dismiss .ctf-header-notice{
    position: fixed!important;
    top: 32px;
    width: 100%;
    z-index: 2;
    left: 0;
}
.ctf-builder-app-lite-dismiss .ctf-fb-header{
    top: 64px;
}
.ctf-builder-app-lite-dismiss .sb-customizer-sidebar{
    top: 128px;
}
.ctf-builder-app-lite-dismiss .sb-customizer-preview{
    margin-top: 100px;
}

.ctf-fb-feedtypescustomizer-pp-ctn .ctf-addsource-type-btn{
    color: #0068A0;
}
.ctf-fb-feedtypescustomizer-pp-ctn .ctf-addsource-type-btn svg{
    fill: #0068A0;
}
.sb-control-label-pro-toggle{
    display: inline-block;
    background: #b9b9b9;
    color: #fff;
    border-radius: 3px;
    padding: 1px 8px;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 2px;
}

