/*
*  Settings CSS TABLE OF CONTENTS
*
*  1.0 - Global
*  2.0 - SBI CSS Framework
*    2.1 - Utility CSS
*    2.2 - Notification Element
*  3.0 - Header
*  4.0 - Content
*    4.1 - Tab Styles
*    4.2 - Tab Boxes
*  5.0 - Footer
*  6.0 - Sticky Widget
*  7.0 - Responsiveness
*/

/*** 1.0 - Global ***/
.clearfix { display: inline-block; }
.ctf-fs{
    display: block;
    width: 100%;
    float: left;
}
  /* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
#ctf-settings {
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#wpcontent,
.twitter-feeds_page_ctf-settings #wpcontent,
.twitter-feeds-1_page_ctf-settings #wpcontent {
    padding-left: 0px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.checkmark {
    width: 21px;
    height: 22px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #59AB46;
    stroke-miterlimit: 10;
    stroke-dashoffset: 0;
}
.ctf-fb-full-wrapper{
    padding: 0 53px;
    padding-top: 82px;
}
.ctf-fb-fs {
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
}
#adminmenu a[href="admin.php?page=ctf-support"] {
    display: none;
}
/*** 2.0 - SBI CSS Framework ***/
.d-flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.items-center{
    align-items: center;
}
/* SBI Form Fields */
.sb-form-field {
    display: block;
    position: relative;
}
.sb-form-field .help-text {
    font-size: 13px;
    line-height: 22px;
    color: #434960;
    font-weight: 400;
    word-spacing: 0.3px;
    max-width: 640px;
}
.sb-form-field .help-text-green {
    color: #59AB46;
}
.sb-form-field .help-text a {
    color: inherit;
    font-weight: 500;
}
/* input field styles */
.sb-form-field .ctf-form-field {
    background: #FFFFFF;
    border: 1px solid #D0D1D7;
    box-sizing: border-box;
    border-radius: 1px;
    height: 38px;
    padding: 8px;
}
.sb-form-field .ctf-form-field:focus {
    outline: none;
    box-shadow: none;
}
.sb-form-field .field-icon {
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 20px;
}
/* ctf-checkbox styles */
.ctf-checkbox {
    align-items: center;
    border-radius: 100px;
    display: flex;
    font-weight: 700;
    margin-bottom: 15px;
}
.ctf-checkbox input[type=checkbox] {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.toggle-track {
    width: 36px;
    height: 20px;
    position: relative;
    background: #9e9e9e;
    border-radius: 31px;
}
.toggle-indicator {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100px;
    top: 2px;
    position: absolute;
    left: 2px;
    transition: all .3s cubic-bezier(0.23, 1, 0.320, 1);
}
.ctf-checkbox input[type=checkbox]:checked + .toggle-track .toggle-indicator {
    left: 18px;
}
.ctf-checkbox input[type=checkbox]:checked + .toggle-track {
    background: #0096CC;
}

.ctf-error-text {
    color: #D72C2C;
}
.ctf-error-text a {
    color: inherit;
}
.ctf-fb-cp-clpboard{
    width: 0px;
    height: 0px;
    position: absolute;
    left: -100000px;
}
.sb-form-field .ctf-input-number {
    min-width: 135px;
    border: 1px solid #D0D1D7;
    padding: 8px 15px 8px 15px;
    height: 50px;
    font-size: 16px;
    color: #141B38;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.caching-form-fields-group .ctf-input-number{
    width: 145px;
}
.sb-form-field .caching-form-fields-group .ctf-select{
    width: 200px!important;
}
/* ctf-select */
.sb-form-field .ctf-select {
    min-width: 235px;
    border: 1px solid #D0D1D7;
    padding: 8px 35px 8px 15px;
    height: 50px;
    font-size: 16px;
    color: #141B38;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABSSURBVHgBfc4hCkAhDAbgjV3slQcvvHuYDWY1G8zewyIWb6YuCCLqD4Pt5wtD54NBQA2XVKiWcorl/X7s+DkhJYUhPk54IN5plCue0Tb8M8/aNx/uIpRVqbbFAAAAAElFTkSuQmCC') no-repeat right 15px top 55%;
    box-sizing: border-box;
}
.sb-form-field .ctf-select.size-md {
    width: 422px;
}
.sb-form-field .ctf-select.size-sm {
    width: 210px;
    min-width: 210px;
}
.sb-form-field .ctf-select.size-xs {
    min-width: 100px;
    width: 100px;
}
.sb-form-field .ctf-textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border: 1px solid #D0D1D7;
    font-size: 16px;
}
.sb-form-field .ctf-textarea::placeholder {
    color: #8C8F9A;
}
.sb-form-field .ctf-textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #9c9ca0;
}
/* SBI Buttons */
.ctf-btn {
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #F3F4F5;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #141B38;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.ctf-btn:hover {
    background: #FFFFFF;
    border: none;
}
.ctf-btn:focus,
.ctf-btn:active {
    background: #E8E8EB;
    border: 1px solid #D0D1D7;
}
.ctf-btn .sb-btn-icon {
    margin-right: 10px;
    max-width: 15px;
}
.ctf-btn.sb-btn-lg {
    height: 50px;
    font-size: 16px;
    padding: 7px 25px;
}
.ctf-btn.sb-btn-blue {
    background-color: #0068A0;
    color: #fff;
    border-color: #096292;
}
.ctf-btn span {
    line-height: 1;
    margin-right: 5px;
}
.sb-btn-orange {
    background: #FE544F;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
}
.sb-tabs-container .sb-tabs .sb-btn-orange {
    margin-top: -20px;
}
.ctf-btn svg.checkmark {
    stroke: #fff;
    transform: translate(-7px, -3px);
}
.input-hidden {
    height: 0px;
    width: 0px;
    overflow: hidden;
}

/*** 2.1 - SBI Utility CSS ***/
.mr-3 {
    margin-right: 3px;
}
.mr-4 {
    margin-right: 4px;
}
.mb-6 {
    margin-bottom: 6px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.ml-10 {
    margin-left: 15px;
}

/*** 2.1 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;
}

/*** 3.0 - Header ***/
.ctf-fb-create-ctn{
    margin-top: 90px;
}
.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: 2;
}
.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 {
    margin-bottom: 4px;
}
.ctf-fb-hd-logo .breadcrumb-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-left: 4px;
}
.ctf-fb-hd-logo .separator{
    margin: 0 5px 0 10px;
}
.ctf-fb-hd-btn{
    height: 38px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 15px 0px 16px;
    font-weight: 600;
    font-size:14px;
    color: #353A41;
    background: #F3F4F5;
    border-radius: 2px;
    border: 1px solid #DCDDE1;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ctf-fb-hd-btn:hover {
    color: inherit;
    background-color: #fff;
}
.ctf-fb-hd-btn i{
    margin: 0px 5px;
}
.ctf-fb-hd-btn[data-icon="left"]{
    padding-right: 20px!important;
}

.ctf-fb-full-wrapper .section-header {
    margin-top: 33px;
}
.ctf-fb-full-wrapper .section-header h1 {
    font-size: 32px;
    line-height: 40px;
}
/*** 4.0 - Content ***/

/*** 4.1 - Tab Styles ***/
.sb-tabs-container {
    position: relative;
    width: 100%;
    margin-top: 28px;
}
.sb-tabs-container .sb-tab-content .sb-tab-content-inner {
    width: 100%;
    margin-top: 20px;
    height: auto;
    padding-bottom: 30px;
}
.sb-tabs-container .ctf-save-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.sb-tabs-container .sb-tabs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sb-tabs-container .sb-tabs:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #DCDDE1;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.sb-tabs-container .sb-tabs .tab {
    position: relative;
    padding: 9px 25px 15px 25px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #8C8F9A;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: linear 0.1s;
    -ms-transition: linear 0.1s;
    transition: linear 0.1s;
}
.sb-tabs-container .sb-tabs .tab:not(:last-child) {
    margin-right: 20px;
}
.sb-tabs-container .sb-tabs .tab.active {
    color: #0068A0;
}
.sb-tabs-container .sb-tabs .tab-indicator {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #0068A0;
    width: 200px;
    height: 2px;
    transition: all 0.3s cubic-bezier(0.22, 0.51, 0.53, 0.88);
}

.slide-fade-enter-active {
    position: absolute;
}
.slide-fade-leave-active {
    position: absolute;
}
.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateX(10px);
    opacity: 0;
}


/*** 4.2 - Tab Boxes ***/
.sb-tab-content{
    width: 100%;
    height: auto;
}
.sb-tab-content .sb-tab-box {
    background-color: #fff;
    padding: 24px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
}
.sb-tab-content .sb-tab-box-small {
    padding: 13px 24px;
}
.sb-tab-content .sb-tab-box h3,
#ctf-settings .sb-tab-content .sb-tab-box h3 {
    margin: 0px 0px 5px;
    font-size: 18px;
    line-height: 140%;
    color: #141B38;
    display: flex;
}
.sb-tab-content .sb-tab-box h3 .sb-tooltip-info {
    transform: translate(10px, 2px);
    cursor: pointer;
}
.sb-tab-content .sb-tab-box p {
    font-size: 14px;
    line-height: 160%;
    color: #8C8F9A;
    margin: 0px;
}
.sb-tab-content .sb-tab-box .tab-label {
    max-width: 270px;
    min-width: 270px;
    padding-right: 55px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.sb-tab-content .sb-tab-box .tab-label.tab-label-full {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
    float: initial;
}
.sb-tab-content .sb-tab-box .tab-label .sb-help-text {
    font-size: 14px;
    line-height: 160%;
    color: #8C8F9A;
}
.sb-tab-content .license-status {
    font-size: 14px;
    line-height: 160%;
    color: #141B38;
    margin-bottom: 8px;
    display: inline-block;
}
.ctf-tab-field-inner-wrap .upgrade-info{
  border-bottom: 1px solid #DCDDE1;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.dev-site-license-field .upgrade-info{
  border-bottom: 0px solid #DCDDE1;
  padding-bottom: 0px;
}
.sb-tab-box.sb-license-box.license-type-free .license-status {
    font-style: italic;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field{
    width: calc(100% - 270px);
    float: left;
    flex-wrap: wrap;
}
.dev-site-license-field .ctf-upgrade-license-btn {
  text-decoration: none;
  transform: none !important;
  height: 38px;
  padding: 4px 13px;
  width: 165px;
  box-sizing: border-box;
  border: none;
}
.dev-site-license-field .ctf-upgrade-license-btn span {
  height: 20px;
  margin-right: 9px;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .ctf-tab-field-inner-wrap {
    width: 100%;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .ctf-tab-field-inner-wrap:not(:last-child) {
    margin-bottom: 20px;
}
.sb-tab-box.sb-license-box.license-type-free .ctf-tab-form-field {
    flex-basis: 58%;
    flex-wrap: wrap;
}
.sb-tab-box.sb-manage-sources-box .ctf-tab-form-field {
    max-width: 1200px;
}
.sb-tab-box.sb-custom-css-box .ctf-tab-form-field,
.sb-tab-box.sb-custom-js-box .ctf-tab-form-field {
    max-width: 840px;
}
@media (max-width: 1023px) {
    .sb-tab-content .sb-tab-box .tab-label {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        float: initial;
        margin-bottom: 20px;
    }
    .sb-tab-content .sb-tab-box .ctf-tab-form-field{
        width: 100%;
        float: intial;
    }
}

.sb-tab-box.sb-license-box.license-type-free .ctf-tab-form-field .upgrade-info  {
    width: 100%;
    border-bottom: 1px solid #DCDDE1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.sb-tab-box.sb-license-box.license-type-free .field-left-content,
.sb-tab-box.sb-license-box.license-type-free .field-right-content {
    order: 1;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .ctf-form-field {
    width: 100%;
}
.license-valid .ctf-form-field,
.license-valid .ctf-form-field:focus {
    border-color: #59AB46;
}
.license-invalid .ctf-form-field {
    border-color: #D72C2C;
}
.sb-field-error .ctf-form-field,
.sb-field-error .ctf-form-field:focus {
    border-color: #D72C2C;
}
.license-valid .field-icon {
    color: #59AB46;
}
.field-icon.field-icon-error {
    color: #D72C2C;
}
.license-valid .sb-form-field .field-icon,
.sb-form-field .field-icon.field-icon-error {
    background: white;
}
.form-error .ctf-form-field,
.license-expired .ctf-form-field {
    border-color: #ab4646;
}
.upgrade-info span {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}
.upgrade-info span:last-child {
    font-style: italic;
}
.upgrade-info span a {
    font-weight: 700;
    color: #0068A0;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .ctf-btn:not(.ctf-no-transform-btn){
    transform: translate(10px, 0px);
}
.sb-tab-content .sb-tab-box.sb-caching-box .ctf-tab-form-field .ctf-btn,
.sb-tab-content .sb-tab-box.sb-import-box .ctf-tab-form-field .ctf-btn{
    transform: translate(0px);
}
.sb-tab-content .sb-tab-box.sb-license-box .ctf-tab-form-field .sb-form-field{
    margin-bottom: 8px;
}

.sb-tab-content .sb-tab-box .ctf-tab-form-field .field-left-content {
    flex-basis: 73%;
    max-width: 465px;
}
.ctf-manage-account-inputs .field-left-content,
.ctf-add-account-info .field-left-content{
}

.sb-tab-content .sb-tab-box.sb-license-box.license-type-free .ctf-tab-form-field .field-left-content {
    flex-basis: 73%;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .field-right-content {
    flex-basis: 20%;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .form-info {
    font-size: 12px;
    line-height: 22px;
    color: #27303F;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .form-info .manage-license a{
    text-decoration-line: underline;
    color: #27303F;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .form-info .test-connection {
    color: #434960;
}
.sb-tab-content .sb-tab-box .ctf-tab-form-field .form-info .upgrade a {
    color: #0068A0;
    font-weight: 600;
    margin-left: 8px;
    text-decoration: none;
}
.sb-tab-content .sb-tab-box.sb-reset-box-style {
    margin: 0;
    border-bottom: 1px solid #E8E8EB;
}
.sb-tab-content .sb-tab-box.sb-resizing-box.sb-reset-box-style,
.sb-tab-content .sb-tab-box.sb-caching-box.sb-reset-box-style{
    padding-bottom: 0px;
}
.sb-tab-content .sb-tab-box.sb-resizing-box .ctf-tab-form-field,
.sb-tab-content .sb-tab-box.sb-caching-box .ctf-tab-form-field{
    margin-bottom: 20px
}

.sb-tab-content .sb-tab-box.sb-resizing-box,
.sb-tab-content .sb-tab-box.sb-caching-box{
    margin-bottom: 12px;
    border-bottom: 0px;
}
.sb-tooltip-content {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    padding: 12px 26px 12px 16px;
    box-shadow: 1px 2px 4px 0px rgb(0 0 0 / 15%), -2px -1px 9px 0px rgb(0 0 0 / 13%);
    width: 497px;
    height: auto;
    max-height: 284px;
    bottom: 50px;
    box-sizing: border-box;
    right: -45px;
    z-index: 9999;
}
.sb-tooltip-content p {
    color: #141B38;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}
.sb-tooltip-content:after {
    width: 12px;
    height: 12px;
    content: '';
    bottom: -7px;
    right: calc(50% - 6px);
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 14%);
}
.sb-localization-box .sb-tooltip-content:after {
    right: calc(50% - 55px);
}
.sb-tooltip-content.sb-tooltip-bottom {
    bottom: inherit;
    top: 45px;
    box-shadow: -1px -2px 4px 0px rgb(0 0 0 / 15%), 2px 1px 9px 0px rgb(0 0 0 / 13%);
}
.sb-tooltip-content.sb-tooltip-bottom:after {
    bottom: inherit;
    top: -6px;
    box-shadow: -2px -2px 2px rgb(0 0 0 / 14%);
}
.sb-tab-content .sb-tab-box .sb-tooltip-content p {
    color: #141B38;
}
.sb-tab-content .sb-tab-box .sb-tooltip-content p:not(:last-child) {
    margin-bottom: 12px;
}
.sb-tab-content .sb-tab-box .sb-tooltip-content p a {
    color: #141B38;
    font-weight: 600;
}
.sb-gdpr-box .sb-gdpr-active {
    padding-left: 27px;
    position: relative;
    max-width: 560px;
    box-sizing: border-box;
}
.sb-gdpr-box .gdpr-help-text-yes {
    max-width: 560px;
}
.sb-gdpr-box .sb-gdpr-active .gdpr-active-icon {
    position: absolute;
    left: 0px;
}
.sb-gdpr-box .help-text a {
    font-weight: 400;
}
.sb-gdpr-box .sb-text-bold {
    font-weight: 700;
    cursor: pointer;
}
.sb-gdpr-box .sb-gdpr-bold {
    text-decoration: underline;
}
.sb-gdpr-info-tooltip {
    position: absolute;
    font-size: 14px;
    line-height: 22px;
    color: #141B38;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 12px 26px 12px 16px;
    box-shadow: 1px 2px 4px 0px rgb(0 0 0 / 15%), -2px -1px 9px 0px rgb(0 0 0 / 13%);
    z-index: 99;
    width: 561px;
    bottom: -183px;
    box-sizing: border-box;
}
.sb-gdpr-info-tooltip:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    top: -10px;
    right: 260px;
    position: absolute;
}
.sb-gdpr-info-tooltip .sb-gdpr-info-headline {
    font-weight: 600;
}
.sb-gdpr-info-tooltip .sb-gdpr-info-list {
    margin: 0px;
    margin-top: 1px;
    padding-left: 20px;
}
.sb-gdpr-info-tooltip .sb-gdpr-info-list li {
    position: relative;
    margin-bottom: 2px;
}
.sb-gdpr-info-tooltip .sb-gdpr-info-list li:before {
    width: 3px;
    height: 3px;
    position: absolute;
    left: -12px;
    top: 10px;
    content: '';
    background-color: #141B38;
    border-radius: 10px;
}
.recheck-license-status svg,
.test-connection svg {
    width: 15px;
    height: 15px;
    transform: translate(2px, 3px);
}
.test-connection i {
    font-size: 14px;
}
.recheck-license-status.loading path,
.test-connection.loading path {
    fill: #141B38
}
.rrecheck-license-status.success svg,
.test-connection.success svg {
    transform: translate(3px, 6px)
}
.test-connection i,
.recheck-license-status i {
    font-size: 16px;
    transform: translate(-2px, 1px);
}
.recheck-license-status.success path,
.test-connection.success path {
    fill: #59AB46;
}
.recheck-license-status.success i,
.test-connection.success i {
    color: #59AB46;
}
.recheck-license-status.error i,
.test-connection.error i {
    color: #D72C2C;
}
.recheck-license-status {
    margin-left: 8px;
    cursor: pointer;
}
.recheck-license-status i {
    margin-left: 8px;
}
.test-connection.error i {
    color: #D72C2C;
}
.test-connection a {
    color: #434960;
    font-weight: 600;
    margin-left: 4px;
}
.test-connection:not(.error):not(.success) {
    cursor: pointer;
}
.ctf-btn[disabled="disabled"] {
    cursor: not-allowed;
    color: #8C8F9A;
    background: #F3F4F5;
}
.ctf-btn[disabled="disabled"]:hover {
    color: #8C8F9A;
}
.ctf-btn[disabled="disabled"]:not(.import-btn) .icon path {
    fill: #8C8F9A;
}
.import-btn .icon svg:not(.checkmark) path {
    fill: #141B38;
}
.import-btn[disabled="disabled"] .icon svg:not(.checkmark) path {
    fill: #8C8F9A;
}
.ctf-btn .icon {
    margin-right: 12px;
}
.import-btn .icon.loading {
    transform: translate(-5px, 1px);
}
.import-btn .icon.success {
    transform: translate(-4px, 0px);
}
.import-btn .icon.error {
    transform: translate(-4px, 0px);
}
.import-btn .icon.error i {
    color: #D72C2C;
}
.import-btn .icon.success svg {
    stroke: #141B38
}
.export-btn {
    text-decoration: none;
}
.export-btn:hover {
    color: inherit;
}

.sb-form-field button .loading path,
.sb-tab-box.sb-optimize-box .optimize-image-btn .loading path,
.sb-tab-box.sb-dpa-clear-box-style .loading path{
    fill: rgba(23, 22, 22, .95)
}
.sb-form-field button .success svg,
.sb-tab-box.sb-optimize-box .optimize-image-btn .success svg,
.sb-tab-box.sb-dpa-clear-box-style .success svg{
    stroke: rgba(23, 22, 22, .95)
}

/* Translation Tab */
.sb-tab-inner-card {
    margin-top: 30px;
}

.ctf-table {
    width: 100%;
    border: 1px solid #DCDDE1;
    padding: 0;
    border-spacing: 0;
}
.ctf-table thead th,
.ctf-table tfoot th {
    background-color: #F3F4F5;
    font-size: 14px;
    line-height: 22px;
    color: #434960;
    padding: 10px 20px;
    font-weight: 400;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px solid #DCDDE1;
}
.ctf-table tfoot th {
    border: 0;
    border-top: 1px solid #DCDDE1;
}

.ctf-table tbody td {
    padding: 6px 10px 6px 20px;
    box-sizing: border-box;

}
.ctf-table-row-header td {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 26px;
    color: #141B38;
    box-sizing: border-box;
    padding: 10px 20px !important;
}
.ctf-table tbody td {
    background: #F3F4F5;
    font-size: 14px;
}
.ctf-table tbody:nth-child(2n) td {
    background-color:#fff;
}
.ctf-table tbody tr:not(.ctf-table-row-header):not(:last-child) td {
    border-bottom:1px solid #DCDDE1
}
.ctf-table tbody tr:last-child td {
    padding: 6px 10px 6px 20px;
}

.ctf-table tbody tr td:first-child,
.ctf-table tbody tr td:nth-child(2) {
    width: 25%;
}
.ctf-table tbody .ctf-input{
    background: #FFFFFF;
    border: 1px solid #D0D1D7;
    box-sizing: border-box;
    border-radius: 1px;
    width: 100%;
    height: 38px;
    color: #2c3338;
}
.ctf-table tbody .ctf-input::placeholder {
    color: #8C8F9A;
}
.ctf-table tbody .ctf-input:focus {
    border: 1px solid #97989c;
    outline: none;
    box-shadow: none;
}
@media (max-width: 767px) {
    .sb-tabs-container .sb-tabs .tab {
        padding: 25px 10px;
    }
    .ctf-table th,
    .ctf-table td {
        display: block;
        width: 100%;
    }
    .ctf-table tbody tr td:first-child,
    .ctf-table tbody tr td:nth-child(2) {
        width: 100%;
    }
    .ctf-table tbody .ctf-input {
        height: 30px;
        min-height: 30px;
        font-size: 14px;
    }
}

.sb-feed-issue-box #ctf-send-report {
    width: 127px;
    min-width: 127px;
    height: 46px;
    padding: 6px 15px;
}
.sb-feed-issue-box #report-emails {
    width: 407px;
    height: 45px;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 26px;
}
.sb-feed-issue-box #report-emails::placeholder {
    color: #8C8F9A;
}
.sb-feed-issue-box .feed-issues-fields {
    margin-bottom: 15px;
    display: flex;
}
.sb-feed-issue-box .feed-issues-fields * {
    margin: 0 10px 0 0;
    font-size: 16px;
}

.sb-tab-box.sb-optimize-box .sb-form-field,
.sb-tab-box.sb-usage-box .sb-form-field,
.sb-tab-box.sb-ajax-box .sb-form-field,
.sb-tab-box.sb-show-credit-box .sb-form-field,
.sb-tab-box.sb-admin-error-box .sb-form-field,
.sb-tab-box.sb-fix-text-box .sb-form-field{
    max-width: 695px;
}
.sb-tab-box.sb-feed-issue-box .sb-form-field .help-text {
    max-width: 670px;
}

/*To Be Checked*/
.sb-sources-list{
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 2%;
}
.ctf-fb-srcs-item-ins {
    display: flex;
    height: 62px;
    padding: 0 10px;
    position: relative;
}
.sb-srcs-item {
    box-sizing: border-box;
    position: relative;
    cursor: auto;
    display: block;
    height: 64px;
    border: 1px solid #E7E7E9;
    min-height: 60px;
    overflow: auto;
    margin-top: 15px;
}
.sb-srcs-item.expanded {
    height: auto;
}
.sb-source-error-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
}

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

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

    color: #0068A0;
}
.ctf-manage-account-inputs{
    margin-top: 15px;
}
.ctf-manage-account-info{
    border: 1px solid #D0D1D7;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    position: relative;
    height: 50px;
}
.ctf-manage-account-info img{
    width: 32px;
    height: 32px;
    border-radius: 50px;
    margin-right: 15px;
    border: 1px solid #D0D1D7;
}
.ctf-manage-account-info strong{
    font-size: 15px;
}

.sb-srcs-new {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #0068A0;
    background: #F9F9FA;
    font-weight: 400;
    transition: all 0.15s ease-in-out;
    border: 1px solid #E8E8EB;
}
.sb-srcs-new:hover {
    cursor: pointer;
    background: #E2F5FF;
}
.sb-srcs-new span.add-new-icon {
    margin-right: 11px;
    margin-top: 3px;
}
.sb-srcs-item-avatar{
    display: flex;
    width: 42px;
    height: inherit;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.sb-srcs-item-avatar img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eee;
}
.sb-srcs-item-inf{
    width: 100%;
    height: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sb-srcs-item-name{
    font-weight: 600;
    color: #141B38;
    font-size: 16px;
    margin-bottom: 1px;
    padding-right: 60px;
    max-height: 32px;
    line-height: 1.1;
    padding-bottom: 2px;
    overflow: hidden;
}
.sb-account-has-error {
    border: 1px solid #f3c9c9;
    background: #fff8f8;
}

.sb-srcs-item-used{
    color: #434960;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
}

.ctf-fb-srcs-info-item:first-of-type {
    align-items: center;
}
.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 strong {
    font-size: 14px;
    width: 50px;
}
.ctf-fb-srcs-info-item span {
    font-size: 13px;
    line-height: 1.5em;
    color: #434960;
    font-weight: 400;
    display: inline-block;
    word-break: break-all;
    width: calc(100% - 80px);
    padding: 0 15px;
    box-sizing: border-box;
}
.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;
    transition: all 0.15s ease-in-out;
}
.ctf-fb-srcs-info-icon:hover {
    background: #F3F4F5;
}
.ctf-fb-srcs-info-icon:focus,
.ctf-fb-srcs-info-icon:active {
    background: #E8E8EB;
}
.ctf-fb-srcs-info-icon svg {
    width: 15px;
    float: left;
}
.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);
}
.sb-srcs-item-actions{
    position: absolute;
    width: 70px;
    height: 31px;
    right: 7px;
    top: 7px;
}
.sb-srcs-item-actions-btn{
    width: 30px;
    height: 31px;
    cursor: pointer;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
}
.sb-srcs-item-actions-btn svg{
    float: left;
    width: 17px;
    fill: currentColor;
}
.sb-srcs-item-actions-btn.sb-srcs-item-angle-up svg {
    height: 10px;
}
.sb-srcs-item-cog,
.sb-srcs-item-angle-up{
    color: #434960;
    transition: all 0.15s ease-in-out;
    border-radius: 4px;
}
.sb-srcs-item-cog:hover,
.sb-srcs-item-angle-up:hover {
    background: #F3F4F5;
}
.sb-srcs-item-cog:focus,
.sb-srcs-item-cog:active,
.sb-srcs-item-angle-up:focus,
.sb-srcs-item-angle-up:active {
    background: #E8E8EB;
}
.sb-srcs-item-delete{
    color: #D72C2C;
    transition: all 0.15s ease-in-out;
    border-radius: 4px;
}
.sb-srcs-item-delete:hover {
    background-color: #FCEDED;
}
.sb-srcs-item-delete:focus,
.sb-srcs-item-delete:active {
    background: #eed4d4;
}
.sb-srcs-item-delete svg{
   width: 13px;
}
#ctf-settings .ctf-fb-source-step1 .ctf-fb-source-top h3 {
    margin-bottom: 40px;
}

/*
Sources 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);
}

.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;
}
.ctf-fd-lst-shortcode-cp {
    margin-left: 10px;
}
.ctf-fb-tltp-parent {
    position: relative;
}
.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-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-fd-lst-btn svg {
    fill: currentColor;
    width: 14px;
    float: left;
}
.ctf-fd-lst-btn svg {
    height: 13px;
}
.ctf-fd-lst-thtf th{
    border-bottom: 1px solid #DCDDE1;
}
.ctf-fd-lst-thtf td{
    border-top: 1px solid #DCDDE1;
}
.ctf-fb-fdinst-type {
    padding: 5px 5px;
    background: #E8E8EB;
    margin-left: 12px;
    float: left;
}
.ctf-fd-lst-name {
    font-size: 17px;
    font-weight: 500;
    color: #0068A0!important;
}
.ctf-fb-inst-tbl-ctn a, .ctf-fb-inst-tbl-ctn a:focus {
    text-decoration: none;
    outline: none;
}
.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-btn svg {
    fill: currentColor;
    width: 14px;
    float: left;
}
.ctf-fb-tltp-parent:hover .ctf-fb-tltp-elem {
    top: calc(-100% - 20px);
    opacity: 1;
    visibility: visible;
}
.ctf-fb-tltp-elem:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: -5px;
    left: calc(50% - 5px);
    background: #434960;
    transform: rotate(
            -45deg
    );
}

/*** 6.0 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-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 rgb(0 0 0 / 5%), 0px 9px 12px rgb(0 0 0 / 5%);
    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: 66px;
    color: #141B38;
    padding-bottom: 82px;
}
.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;
    transition: background .15s ease-in-out;
}
.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-fs-a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.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;
    position: relative;
    transition: background .15s ease-in-out;
}
.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-title{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #141B38;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
}
.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;
    transition: background .15s ease-in-out;
}
.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;
}
.sb-tab-content .sb-tab-box.sb-dpa-clear-box-style .ctf-tab-form-field .ctf-btn {
    transform: none;
    margin-bottom: 15px;
}

/*** 7.0 Responsive ***/
@media (max-width: 1429px) {
    .caching-form-fields-group {
        display: inline-block;
    }
    .caching-form-fields-group select {
        margin-bottom: 5px;
    }
}
@media (min-width: 1429px) {
    .caching-form-fields-group {
        display: flex;
    }
}
@media (max-width: 1023px) {
    .sb-tab-content .sb-tab-box .tab-label {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        float: initial;
        margin-bottom: 20px;
    }
    .sb-tab-content .sb-tab-box .ctf-tab-form-field{
        width: 100%;
        float: intial;
    }
}
@media (max-width: 1320px) {
    .sb-feed-issue-box .feed-issues-fields {
        display: inline-block;
    }

    .sb-feed-issue-box .feed-issues-fields * {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .auto-fold #wpcontent {
        padding-left: 0;
    }
    .ctf-fb-full-wrapper {
        padding: 70px 20px 0 20px;
    }
    .ctf-fb-hd-btn {
        padding: 0px 15px 0px 7px;
    }
    .ctf-fb-header {
        padding: 0px 20px;
    }
    .sb-notification-ctn {
        left: 20px;
    }
    .sb-tab-box.sb-export-box .sb-form-field .d-flex{
        flex-wrap: wrap;
    }
    .sb-form-field .ctf-select {
        width: 100%;
    }
    .sb-tab-content .sb-tab-box .ctf-tab-form-field {
        flex-wrap: wrap;
    }
    .sb-license-box .ctf-tab-form-field .ctf-btn {
        transform: translate(0px, 0px) !important;
        margin-top: 10px;
    }
    .sb-tab-content .sb-tab-box .ctf-tab-form-field .field-left-content {
        flex-basis: 100%;
    }
    .sb-export-box .ctf-tab-form-field .ctf-btn {
        transform: translate(0px, 0px) !important;
        margin-top: 10px;
    }
    .sb-feed-issue-box .feed-issues-fields {
        width: 100%;
    }
    .sb-feed-issue-box #report-emails {
        max-width: 100%;
    }
    .ctf-table thead th, .ctf-table tfoot th {
        display: none;
    }
    .ctf-table tbody tr:not(.ctf-table-row-header) td:last-child {
        margin-bottom: 20px;
    }
    .ctf-table tbody {
        background-color: #f3f4f5;
    }
    .ctf-table tbody:nth-child(2n) {
        background-color: #fff;
    }
    .sb-tab-content .sb-tab-box .ctf-tab-form-field .d-flex{
        flex-wrap: wrap;
    }
    .sb-sources-list {
        grid-template-columns: 100%;
    }
    .sb-tabs-container .sb-tabs {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .ctf-fb-full-wrapper {
        padding: 82px 20px 0 20px;
    }
    .sb-tabs-container .sb-tabs .left-buttons {
        width: 100%;
        display: flex;
    }
    .sb-tabs-container .sb-tabs .right-buttons {
        transform: translateY(-15px);
    }
    .sb-tabs-container .sb-tabs .left-buttons .tab {
        flex-grow: 1;
        flex-basis: 0;
        padding: 15px 10px;
        text-align: center;
    }
    .sb-tabs-container {
        margin-top: -45px;
    }
    #wpbody-content {
        padding-bottom: 50px;
    }
    .sb-form-field .ctf-select.size-md {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 567px) {
    .sb-tabs-container .sb-tabs .tab:not(:last-child) {
        margin-right: 10px;
    }
}
@media (max-width: 420px) {
    .sb-tabs-container .sb-tabs .left-buttons .tab {
        padding: 15px 7px;
        font-size: 14px;
    }
}

.ctf-newaccount-btn svg{
    fill: #fff;
    width: 16px;
    float: left;
}
.ctf-add-account{
    border-top: 1px solid #eee;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 30px;
    margin-bottom: -24px;
}
.ctf-add-account-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 60px;
    background: #F9F9FA;
    font-size: 17px;
    color: #0068A0;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
}
.ctf-add-account-btn:hover{
    background: #f7f7f7;

}
.ctf-add-account-btn svg{
    margin-right: 15px;
}
.ctf-add-account-info{
    padding: 24px;
}
.ctf-manage-account-info-icon svg{
    width: 22px;
    float: left;
    margin-right: 10px;
    fill: #1B90EF;
}
.ctf-manage-account-edit-icon,
.ctf-manage-account-delete-icon{
    width: 26px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
}
[data-active="false"] .ctf-manage-account-delete-icon{
    display: none;
}
[data-active="true"] .ctf-manage-account-edit-icon{
    right: 32px;
}
[data-active="true"] .ctf-manage-account-delete-icon{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.ctf-manage-account-edit-icon svg{
    float: left;
    width: 26px;
}
.ctf-manage-account-edit-icon svg path{
    fill: #434960;
}
.ctf-manage-account-delete-icon svg{
    fill: #D72C2C;
    width: 12px;
    float: left;
}

.ctf-acc-info-item {
    display: flex;
    border-bottom: 1px solid #E7E7E9;
    border-left: 1px solid #E7E7E9;
    border-right: 1px solid #E7E7E9;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 12px 10px;
    align-items: center;
}
.ctf-acc-info-item strong {
    font-size: 13px;
    width: 170px;
}
.ctf-acc-info-item span {
    font-size: 13px;
    line-height: 1.5em;
    color: #434960;
    font-weight: 400;
    display: inline-block;
    word-break: break-all;
    width: calc(100% - 80px);
    padding: 0 15px;
    box-sizing: border-box;
}
.ctf-acc-info-icon {
    width: 34px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    border: 1px solid #D0D1D7;
    border-radius: 2px;
    transition: all 0.15s ease-in-out;
}
.ctf-acc-info-icon:hover {
    background: #F3F4F5;
}
.ctf-acc-info-icon:focus,
.ctf-acc-info-icon:active {
    background: #E8E8EB;
}
.ctf-acc-info-icon svg {
    width: 15px;
    float: left;
}
[data-active="false"] .ctf-acc-info-item{
    display: none;
}
[data-active="true"] .ctf-acc-info-item{
    display: flex;
}

.sb-tab-content .sb-tab-box .ctf-caching-pro-cta {
    width: calc(100% + 48px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 128px;
    background: #E2F5FF;
    margin-left: -24px;
    box-sizing: border-box;
}
.sb-tab-content .sb-tab-box .ctf-caching-pro-cta a {
    text-decoration: none;
    display: block;
    padding: 8px 0;
}
.sb-tab-content .sb-tab-box .ctf-caching-pro-cta span {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #0068A0;
    width: 100%;
    text-align: center;
}
.sb-tab-content .sb-tab-box .ctf-caching-pro-cta .ctf-upgrade-cta-icon {
    margin-left: 6px;
}

.ctf-checkbox input[type=checkbox]:disabled + .toggle-track {
    background-color: #D0D1D7;
}

.sb-setting-promo-banner{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F4F5;
}
.sb-setting-promo-content{
    padding: 0 50px;
}
.sb-setting-promo-content h5{
    font-size: 22px;
    padding:0px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.2em;
}
.sb-setting-promo-content a{
    color: #0068A0;
    text-decoration: underline;
    font-size: 14px;
}

.ctf-tab-connect-ac{
    width: 50%;
}
.ctf-tab-connect-ac .ctf-btn.sb-btn-lg{
    height: 40px;
}
.ctf-notice-cach-text{
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #696D80 !important;
}
.sb-tab-content .sb-tab-box .ctf-caching-pro-cta span{
    text-align: left;
}
.sb-tab-content .sb-tab-box .ctf-caching-pro-cta{
    padding: 8px 290px;
}