#ctf-admin .ctf-tooltip{
    display: none;
    padding: 10px 0;
    font-weight: normal;
}
#ctf-admin .ctf-tooltip ul{
    margin-top: 0;
    margin-bottom: 0;
}
#ctf-admin .ctf-tooltip li{
    padding: 4px 0;
}
#ctf-admin .ctf-tooltip-link,
#ctf-admin .ctf-external-link{
    font-size: 13px;
    margin-left: 10px;
}
#ctf-admin .ctf-more-info{
    padding: 10px 15px;
    margin: 10px 0;
    font-size: 13px;
    background: #f9f9f9;
    background: rgba(255,255,255,0.8);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#ctf-admin .postbox .ctf-more-info{
    background: #eee;
    background: rgba(0,0,0,0.05);
}
#ctf-admin .ctf-more-info p{
    font-size: 13px;
}
#ctf-admin  .ctf-contents-links{
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
#ctf-admin  .ctf-contents-links a,
#ctf-admin  .ctf-contents-links span{
    display: block;
    float: left;
    padding: 2px 5px;
}
#ctf-admin  .ctf-contents-links span{
    padding-left: 0;
}
#ctf-admin .ctf-contents-links td,
#ctf-admin .ctf-contents-links th {
    padding: 0;
    vertical-align: middle;
}
#ctf-admin .ctf_include_replies_toggle {
    display: block;
    margin: 8px 0 0 142px;
}
#ctf-admin table.ctf_shortcode_table{
    border-collapse: collapse;
}
#ctf-admin table.ctf_shortcode_table th,
#ctf-admin table.ctf_shortcode_table td{
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
}
#ctf-admin table.ctf_shortcode_table th{
    background: rgba(0,0,0,0.1);
}
#ctf-admin table.ctf_shortcode_table td{
    background: rgba(255,255,255,0.5);
}
#ctf-admin .ctf_table_header{
    background: #ddd;
    font-weight: bold;
}
#ctf-admin .short-text {
    width: 50px;
}

/* Configure tab */

#ctf-admin .ctf-radio-label {
    display: inline-block;
    width: 114px;
}
#ctf-admin .ctf-radio th,
#ctf-admin .ctf-radio td {
    padding: 10px 10px 5px 0;
}
#ctf-admin #ctf-get-token{
    display: block;
    float: left;
    clear: both;
    padding: 0 21px 0 21px;
    height: 47px;
    line-height: 47px;
    background: #1da1f2;
    color: #e9eef3;
    text-decoration: none;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#ctf-admin #ctf-get-token .fa{
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 3px;
}
#ctf-admin #ctf-get-token:hover{
    background-color: #0c7abf;
    color: #fff;

    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.ctf-note-after-input {
    font-style: italic;
    font-size: 12px;
}
/* Config info */
#ctf_config{
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0 10px 0;
}
#ctf_config .ctf-tooltip-link{
    position: relative;
    top: 13px;
    left: 6px;
}
#ctf_config_info{
    float: left;
    clear: both;
    padding: 5px 15px;
    margin: 10px 0 0 0;

    background: #fff;
    border: 1px solid #ddd;

    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#ctf-admin .ctf-success{
    color: #7ad03a;
    font-size: 16px;
    padding: 6px;
}
#ctf-admin .ctf-footnote{
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
    margin: 20px 0 0 0;
}

/* shortcode examples */
#ctf-admin label{
    position: relative;
}
#ctf-admin .ctf_shortcode{
    display: none;
    position: absolute;
    z-index: 10;
    font-size: 11px;
    float: left;
    width: auto;
    white-space: pre-line;
    line-height: 1.4;
    max-width: 195px;
}
#ctf-admin .ctf_shortcode_symbol{
    position: absolute;
    right: -24px;
    bottom: 0px;
    padding: 2px 4px 3px 3px;
    width: auto;
    font-size: 11px;
    margin-left: 5px;
}

/* Error notice */
#ctf-admin .ctf_error_notice, .ctf_error_notice{
    margin-top: 5px;
    background: #f9ecda;
    padding: 5px 10px;
    border: 1px solid #e89a2e;
    color: #cf6100;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#ctf-admin .ctf_error_notice a, .ctf_error_notice a{
    color: #d85600;
}
#ctf-admin .ctf_error_notice a:hover, .ctf_error_notice a:hover,
#ctf-admin .ctf_error_notice a:focus, .ctf_error_notice a:focus{
    color: #a34100;
}
#ctf-admin .ctf_error_notice p, .ctf_error_notice p{
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
}
.ctf_user_id_error{
    display: none;

    margin: 10px 0;
    background: #F7E6E6;
    padding: 5px 10px;
    border: 1px solid #BA7B7B;
    color: #592626;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* Customize tab */
#ctf-admin #ctf_width_options{
    margin-top: 10px;
    display: none;
}

/* Pro only notices */
#ctf-admin .ctf_row{
    display: block;
    width: 100%;
}
#ctf-admin .ctf_pro,
#ctf-admin .ctf_pro label,
#ctf_admin .ctf_pro input{
    color: #999 !important;
}
#ctf-admin .ctf_pro .ctf_layout_cell:first-child label,
#ctf-admin .ctf_pro .ctf_layout_type_list {
    color: initial !important;
}
#ctf-admin .ctf_shortcode_table tr.ctf_pro{
    background: #eacccc;
}
#ctf-admin .ctf_table_key{
    display: block;
    float: left;
    width: 11px;
    height: 11px;
    border: 1px solid #999;
    background: #eacccc;
    margin: 3px 6px 0 0;
}
#ctf-admin .ctf_note {
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
}
#ctf-admin .ctf_checkbox,
#ctf-admin .ctf_checkbox label{
    font-size: 13px;
    line-height: 1.4em;
    padding-top: 10px;
    vertical-align: top;
}
#ctf-admin .ctf_pro .ctf_layout_cell img{
    opacity: 0.4;
}
#ctf-admin .ctf_pro .ctf_layout_cell:first-child img {
    opacity: 1 !important;
}
#ctf-admin .ctf_pro input,
#ctf-admin .ctf_pro select {
    color: #999 !important;
}
#ctf-admin .ctf_lock {
    display: none;
    padding: 8px 10px 8px 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -34px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    color: #333;
    z-index: 99;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #ccc;
}
#ctf-admin .ctf_lock i {
    margin-right: 6px;
}
#ctf-admin .ctf_pro .ctf_layout_cell:hover .ctf_lock{
    display: block;
}
#ctf-admin .ctf_pro .ctf_layout_cell:first-child .ctf_lock,
#ctf-admin .ctf_pro .ctf_layout_cell:first-child:hover .ctf_lock {
    display: none;
}

/* Layout */
.form-table .ctf_layout_type {
    display: inline-block;
    margin-left: 20px;
}
.form-table .ctf_layout_type:first-child {
    margin-left: 0;
}
.ctf_layout_setting,
.ctf_box_setting{
    margin-bottom: 20px;
}
.ctf_layout_setting:last-child,
.ctf_box_setting:last-child {
    margin-bottom: 0;
}
.ctf_layout_setting label,
.ctf_box_setting label {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
    padding-right: 5px;
}
#ctf-admin .ctf_layout_options_wrap .ctf_shortcode_symbol{
    bottom: 4px;
    right: -20px;
}
#ctf-admin .ctf_layout_options_wrap .ctf_shortcode,
#ctf-admin .ctf_box_setting .ctf_shortcode{
    position: relative;
    float: none;
    top: -4px
}

.ctf_layout_cell {
    position: relative;
    padding: 0;
    display: inline-block;
    float: left;
    width: 155px;
    padding: 15px 15px 10px 15px;
    margin-right: 10px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: top;
}
.ctf_layout_cell:nth-child(4) {
    margin-right: 0;
}
@media all and (max-width: 1200px){
    .ctf_layout_cell{
        width: 21%;
        padding: 1%;
        margin-right: 1%;
    }
}
@media all and (max-width: 480px){
    .ctf_layout_cell{
        width: 98%;
        padding: 1%;
        margin: 5px 0;
    }
}
.ctf_label {
    font-size: 16px;
    font-weight: bold;
    padding-left: 2px;
}
.ctf_layout_cell:hover,
.ctf_layout_cell:focus{
    background: #fcfcfc;
    cursor: pointer;
}
.ctf_layout_cell.ctf_layout_selected{
    background: #f7faf1;
    border: 1px solid #7ad03a;
}
.ctf_layout_cell h3{
    font-size: 15px;
    margin-top: 0;
}
.ctf_layout_cell img{
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 5px;
}

#ctf-admin #ctf_width_options{
    margin-top: 5px;
    display: none;
}
#ctf-admin #ctf_width_options label {
    font-size: 13px;
    position: relative;
    top: -2px;
}
#ctf-admin .ctf_layout_settings{
    float: left;
    clear: both;
    width: 96%;

    padding: 20px 2%;
    margin: 10px 0;
    font-size: 13px;
    background: #f9f9f9;
    background: rgba(255,255,255,0.8);

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.ctf_layout_setting {
    clear:left;
    margin-bottom: 10px;
}
#ctf-admin .ctf_layout_options_wrap .ctf-tooltip{
    width: 98%;
    padding: 10px 1%;
    background: #eee;
    background: rgba(0,0,0,0.05);
}
#ctf-admin .ctf_layout_mobile_layout_setting {
    width: auto;
}

#ctf-admin .ctf-quick-start{
    display: block;
    float: left;
    clear: both;
    min-width: 808px;
    margin: 15px 0 0 0;
    padding: 15px 20px;

    border: 1px solid #ccc;
    background: #eee;
    background: rgba(255,255,255,0.5);

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#ctf-admin .ctf-quick-start h3,
#ctf-admin .ctf-quick-start p{
    margin: 0;
    padding: 5px 0;
}
#ctf-admin .ctf-pro-notice,
#ctf-admin .ctf-pro-notice img{
    display: block;
    float: left;
    clear: both;
    margin: 20px 0 0 0;
    overflow: hidden;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#ctf-admin .ctf-pro-notice img{
    margin: 0;
}
#ctf-admin .ctf-pro-notice:hover{
    opacity: 0.95;

    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#ctf-admin .ctf-pro-options,
#ctf-admin .ctf-pro-options label{
    color: #999 !important;
}
#ctf-admin .ctf-shortcode_table tr.ctf-pro-options{
    background: #eacccc;
}
#ctf-admin .ctf-pro-options label,
#ctf-admin .ctf-pro-options .ctf_shortcode {
    color: #999 !important;
}
#ctf-admin .ctf_pro .ctf-tooltip-link,
#ctf-admin .ctf-pro-options .ctf-tooltip-link {
    color: #aaa !important;
}
#ctf-admin .ctf-success{
    font-size: 14px;
}
#toplevel_page_custom-twitter-feeds .dashicons-admin-generic:before {
    content: "\f301";
}

/* GDPR Settings */
#ctf-admin .ctf-list{
    list-style: inside disc;
}
#ctf-admin .ctf-box{
    float: left;
    clear: both;
    width: 96%;
    max-width: 900px;

    padding: 10px 15px;
    margin: 10px 0;
    font-size: 13px;
    background: #f9f9f9;
    background: rgba(255,255,255,0.8);

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.gdpr_tooltip p{
    padding: 0 0 10px 0;
}
.gdpr_tooltip span{
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}
.gdpr_tooltip .ctf-list{
    padding: 0 0 10px 0;
}
.gdpr_tooltip li{
    padding: 0;
}
.ctf_gdpr_plugin_active .ctf_active{
    display: inline-block;
    padding: 10px 20px 15px 20px;
    border-radius: 5px;
    background: #edf4f0;
    border: 1px solid #2c8649;
    color: #2c8649;
    margin: 8px 0 0 0;
}
.ctf_gdpr_plugin_active svg{
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.ctf_gdpr_plugin_active path{
    fill: green;
}
.ctf_gdpr_list,
.ctf_gdpr_yes,
.ctf_gdpr_no{
    display: none;
}
#ctf-admin .ctf_gdpr_error{
    padding: 10px 20px 15px 20px;
    border-radius: 5px;
    background: #F7E6E6;
    border: 1px solid #BA7B7B;
    color: #592626;
}

/* Lite Notice */
@media screen and (max-width: 600px) {
    #ctf-notice-bar {
        display:none !important
    }
}

#ctf-notice-bar {
    background-color: #DDDDDD;
    color: #777777;
    text-align: center;
    position: relative;
    padding: 7px;
    margin-bottom: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
    max-height: 100px;
    overflow: hidden
}

#ctf-notice-bar.out {
    opacity: .5;
    max-height: 0
}

#ctf-notice-bar a {
    color: #e34f0e;
}

#ctf-notice-bar a:hover {
    color: #b85a1b
}

#ctf-notice-bar .dismiss {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 5px;
    margin-top: 1px;
    background: 0 0;
    color: #72777c;
    cursor: pointer
}

#ctf-notice-bar .dismiss:before {
    background: 0 0;
    color: #72777c;
    content: "\f335";
    display: block;
    font: normal 20px/20px dashicons;
    speak: none;
    height: 20px;
    text-align: center;
    width: 20px;
    -webkit-font-smoothing: antialiased
}

/* Locator Summary */
.ctf-feed-locator-summary-wrap {
    max-width: 1100px;
    margin-bottom: 40px;
}
.ctf-full-wrap {
    display: none;
}
.ctf-locator-more {
    display: inline-block;
    margin: 0 0 0 1px;
    padding: 0 5px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    line-height: 1.6;
}

.ctf_shortcode_visible .ctf_locations_link {
    display: none;
}
.ctf_locations_link a {
    font-weight: normal;
    text-decoration: none;
}
.ctf_locations_link svg {
    width: 11px;
    position: relative;
    top: 1px;
}


/* More social feeds page */
#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-primary .fa-spinner {
    color: #333;
}
#ctf-admin .ctf_more_plugins h2{
    margin-top: 15px;
}
#ctf-admin .ctf_more_plugins #ctf-admin-addons .addons-container{
    overflow: hidden;
    margin: 0;
}
#ctf-admin .ctf_more_plugins#ctf-admin-about #ctf-admin-addons{
    padding: 20px 0;
}
#ctf-admin .ctf-more-plugins-intro span{
    color: #e34f0e;
}
#ctf-admin .ctf_more_plugins h3{
    padding: 15px 0 0 0;
}
.sb_cross_install_modal .ctf-loader{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}

/* Social Wall landing page */
#ctf-admin.sw-landing-page{
    padding: 20px 0;
}
#ctf-admin .ctf-sw-icons{
    width: 100%;
    text-align: center;
}
#ctf-admin .ctf-sw-icons span{
    display: inline-block;
    width: 32px;
    margin: 0 7px;
    position: relative;
    top: -2px;
}
#ctf-admin .ctf-sw-icons .ctf-sb-plus{
    width: 12px;
    height: 12px;
    position: relative;
    top: -12px;
    opacity: 0.9;
}
#ctf-admin.sw-landing-page h1,
#ctf-admin.sw-landing-page h2{
    width: 100%;
    text-align: center;
}
#ctf-admin.sw-landing-page h1{
    font-size: 44px;
    margin: 20px 0 0 0;
    line-height: 1.3;
}
#ctf-admin.sw-landing-page h2{
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2;
    margin: 5px 0 20px 0;
}
#ctf-admin .ctf-sw-info{
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 10px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}
#ctf-admin .ctf-sw-features{
    float: left;
    width: 40%;
    margin-right: 5%;
    padding: 20px 0 0 0;
}
#ctf-admin .ctf-sw-screenshot{
    position: relative;
    width: 55%;
    float: left;
    box-sizing: border-box;
    border: 5px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}
#ctf-admin .ctf-sw-features p{
    margin: 35px 0;
    padding: 0;
    font-size: 15px;
}
#ctf-admin .ctf-sw-features p:first-child{
    margin-top: 0;
}
#ctf-admin .ctf-sw-features span{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
#ctf-admin.sw-landing-page .cta {
    margin: 20px 0 0 5px;
    padding: 8px 40px 10px 40px;
    font-size: 20px;
}
#ctf-admin .ctf-sw-screenshot img{
    width: 100%;
    display: block;
}
#ctf-admin .ctf-sw-screenshot .cta{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -80px;
    padding: 15px 30px 17px 30px;
    color: #333;
    text-decoration: none;
    background: rgba(255,255,255,0.95);
    border-radius: 3px;
    /*border: 2px solid rgba(0,0,0,0.1);*/
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
#ctf-admin .ctf-sw-screenshot:hover .cta,
#ctf-admin .ctf-sw-screenshot:focus .cta{
    background: #e34717;
    color: #fff;
    box-shadow: 0;
}
#ctf-admin .ctf-sw-footer-cta{
    width: 100%;
    text-align: center;
}
#ctf-admin .ctf-sw-footer-cta a{
    font-size: 22px;
    display: inline-block;
    text-decoration: none;
    line-height: 25px;
    font-weight: normal;
    padding: 10px 0 30px 0;
}
#ctf-admin .ctf-sw-footer-cta span{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: 4px;
}
#ctf-admin .ctf-sw-footer-cta span .emoji{
    width: 30px !important;
    height: 30px !important;
}

@media all and (max-width: 1500px){
    #ctf-admin .ctf-sw-screenshot{
        width: 55%;
        float: left;
        height: 500px;
        background: url('../img/sw-screenshot.png') no-repeat center center;
        background-size: cover;
    }
    #ctf-admin .ctf-sw-screenshot img{
        display: none;
    }
}
@media all and (max-width: 900px){
    #ctf-admin .ctf-sw-info{
        padding: 20px 0;
    }
    #ctf-admin .ctf-sw-features{
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }
    #ctf-admin .ctf-sw-screenshot{
        width: 100%;
        padding: 0;
        height: auto;
        background: none;
    }
    #ctf-admin .ctf-sw-screenshot img{
        display: block;
    }
    #ctf-admin .ctf-sw-features .cta {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin: 20px 0;
    }
}

/* Menu Pro link */
#adminmenu .wp-submenu .ctf_get_pro_highlight,
#adminmenu .wp-submenu .ctf_get_pro_highlight:hover,
#adminmenu .wp-submenu .ctf_get_pro_highlight:active{
    color: #fff;
    font-weight: 600;
    background-color: #1da867;
}

/* Install another plugin modal */
.sb_cross_install_modal {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
.sb_cross_install_inner {
    position: absolute;
    top: 140px;
    left: 50%;
    width: 480px;
    margin: 0 0 0 -245px;
    padding: 35px;
    background: #fff;
    text-align: left;

    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sb_cross_install_inner#ctf-admin-about #ctf-admin-addons .addon-container,
.sb_cross_install_inner#ctf-admin-about #ctf-admin-addons .addons-container{
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 198px;
}
#ctf-admin-addons .addon-item .action-button button{
    background: #007cba;
    border: 0;
}
#ctf-admin-addons .addon-item .action-button button:hover{
    background: #0071a1;
}
.sb_cross_install_inner#ctf-admin-about #ctf-admin-addons{
    padding: 0;
}
/* More social feeds page */
.sb_cross_install_inner#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-primary .fa-spinner {
    color: #333;
}
#ctf-admin .ctf_more_plugins h2{
    margin-top: 15px;
}
#ctf-admin .ctf_more_plugins #ctf-admin-addons .addons-container{
    overflow: hidden;
    margin: 0;
}
#ctf-admin .ctf_more_plugins#ctf-admin-about #ctf-admin-addons{
    padding: 20px 0;
}
#ctf-admin .ctf-more-plugins-intro span{
    color: #e34f0e;
}
#ctf-admin .ctf_more_plugins h3{
    padding: 15px 0 0 0;
}
.sb_cross_install_modal .ctf-loader{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}
/* AW Addons */
#ctf-admin-addons h3 {
    padding: 10px 10px 0 10px;
    clear: left;
}
#ctf-admin-addons *,#ctf-admin-addons *::before,#ctf-admin-addons *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#ctf-admin-addons .addons-container {
    margin-left: -20px;
    margin-right: -20px
}

#ctf-admin-addons .unlock-msg {
    padding: 0 20px;
    margin-top: -20px;
    clear: both
}

#ctf-admin-addons #ctf-admin-addons-search {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    vertical-align: middle;
    padding: 7px 12px;
    margin: -3px 10px 0 0;
    width: 200px;
    min-height: 35px;
    float: right
}

#ctf-admin-addons #ctf-admin-addons-search:focus {
    border-color: #bbb
}

#ctf-admin-addons .addon-container {
    padding: 0 20px;
    float: left;
    width: 33.333333%;
    margin-bottom: 20px
}

@media (max-width: 1249px) {
    #ctf-admin-addons .addon-container {
        width:50%
    }
}

@media (max-width: 767px) {
    #ctf-admin-addons .addon-container {
        width:100%;
        margin-bottom: 20px
    }
}

#ctf-admin-addons h4 {
    font-size: 17px;
    font-weight: 700
}

#ctf-admin-addons .addon-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0
}

@media (max-width: 767px) {
    #ctf-admin-addons .addon-item {
        margin:0 0
    }
}

#ctf-admin-addons .addon-item img {
    border: 1px solid #eee;
    float: left;
    max-width: 75px
}

#ctf-admin-addons .addon-item h5 {
    margin: 0 0 10px 100px;
    font-size: 16px
}

#ctf-admin-addons .addon-item p {
    margin: 0 0 0 100px
}

#ctf-admin-addons .addon-item .details {
    padding: 30px 20px
}

#ctf-admin-addons .addon-item .actions {
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    padding: 20px;
    position: relative
}

#ctf-admin-addons .addon-item .actions .msg {
    background-color: #f7f7f7;
    position: absolute;
    text-align: center;
    font-weight: 600;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

#ctf-admin-addons .addon-item .actions .msg.success {
    color: #2a9b39
}

#ctf-admin-addons .addon-item .actions .msg.error {
    color: red
}

#ctf-admin-addons .addon-item .status {
    float: left;
    padding-top: 8px
}

#ctf-admin-addons .addon-item .status .status-inactive {
    color: red
}

#ctf-admin-addons .addon-item .status .status-download {
    color: #666
}

#ctf-admin-addons .addon-item .status .status-active {
    color: #2a9b39
}

#ctf-admin-addons .addon-item .upgrade-button {
    text-align: center
}

#ctf-admin-addons .addon-item .upgrade-button a {
    font-weight: 600;
    width: 140px;
    text-align: center;
    padding: 8px 5px
}

#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #cccccc;
    font-weight: normal
}

#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button:hover,#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button:focus {
    background: #fafafa;
    border-color: #999;
    color: #23282d
}

#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-primary {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799
}

#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-primary:hover,#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-primary:focus {
    background: #008ec2;
    border-color: #006799;
    color: #fff
}

#ctf-admin #ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-primary .fa-spinner {
    color: #fff
}

#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-secondary {
    color: #555;
    border-color: #cccccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #cccccc
}

#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-secondary:hover,#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.button-secondary:focus {
    background: #fafafa;
    border-color: #999;
    color: #23282d
}

#ctf-admin-about #ctf-admin-addons .addon-item .action-button .button.disabled {
    cursor: default
}


#ctf-admin-addons .addon-item .action-button {
    float: right
}

#ctf-admin-addons .addon-item .action-button button {
    background: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    font-weight: 600;
    width: 140px;
    text-align: center;
    padding: 8px 5px
}

#ctf-admin-addons .addon-item .action-button button:hover,#ctf-admin-addons .addon-item .action-button button.loading {
    background-color: #e9e9e9
}

#ctf-admin-addons .addon-item .action-button button .fa {
    margin-right: 8px
}

#ctf-admin-addons .addon-item .action-button button .fa.fa-spinner {
    margin-right: 0
}

#ctf-admin-addons .addon-item .action-button button.status-active .fa {
    color: #2a9b39
}

#ctf-admin-addons .addon-item .action-button button.status-inactive .fa {
    color: red
}

#ctf-admin-addons .addon-item .action-button button.status-download .fa {
    color: #999
}

#ctf-admin-addons .addon-item .action-button button.disabled {
    cursor: default
}

#ctf-admin-addons .addon-item .action-button button.loading .fa {
    color: #666
}
.ctf-clear:after{
    display: table;
    content: "";
    clear: both;
}
.ctf-notice-alert {
  display: inline-block;
  position: absolute;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1px 0 0 4px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}

/*** ctf Header Notice ***/
#ctf-notice-bar.ctf-header-notice {
  text-align: center;
  position: relative;
  padding: 7px;
  margin-bottom: 0;
  opacity: 1;
  transition: all .3s ease-in-out;
  max-height: 100px;
  overflow: hidden;
    background: #0068A0;
}
#ctf-notice-bar.ctf-header-notice span {
  font-size: 14px;
  line-height: 160%;
    font-weight: 300;
    color: #fff !important;
    font-weight: 400;
}
#ctf-notice-bar.ctf-header-notice a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
#ctf-notice-bar.ctf-header-notice .ctf-dismiss {
  position: absolute;
    top: 1px;
    right: 50px;
    border: none;
    padding: 5px;
    margin-top: 1px;
    background: 0 0;
    color: #72777c;
    cursor: pointer;
}
#ctf-notice-bar.ctf-header-notice .dismiss:before{
    content: none;
}
.ctf-header-notice {
  padding: 6px;
}

@media (max-width: 769px) {
  .ctf-header-notice .ctf-dismiss {
    right: 10px;
  }
  .ctf-header-notice {
    padding: 7px 45px 7px 15px;
  }
}

#adminmenu a[href="admin.php?page=custom-twitter-feeds"]{
    display: none !important;
}

.ctf-install-plugin-body .ctf-install-plugin-header .sb-plugin-image {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
  border-radius: 2px;
  padding: 15px;
  max-height: 66px;
  box-sizing: border-box;
  margin-right: 24px;
}
.ctf-install-plugin-body .ctf-install-plugin-header h3 {
  font-size: 18px !important;
  line-height: 25px !important;
  display: flex;
  align-items: center;
  margin: 0 0 4px 0;
  font-style: normal;
  font-weight: 600;
}

/* V2 Rules */
#adminmenu a[href="admin.php?page=ctf-support"],
#adminmenu .toplevel_page_custom-twitter-feeds a[href="admin.php?page=custom-twitter-feeds"]{
  display: none;
}
.ctf-notice-alert {
  display: inline-block;
  position: absolute;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1px 0 0 4px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}


/* Review notice */
.ctf_notice{
  position: relative;
  clear: right;
  overflow: hidden;
  padding: 20px 70px 23px 82px;
  box-sizing: border-box;
  margin: 40px 20px 10px 0px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
  border-radius: 2px;
}
.ctf_review_notice,
.ctf_discount_notice,
.ctf_review_notice_step_1 {
  width: 100%;
  border-top: 2px solid #0068A0;
}
.ctf_notice .ctf_thumb{
  position: absolute;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  top: 20px;
  left: 24px;
  width: 34px;
  height: 44px;
}
.ctf_notice .ctf_thumb {
  width: 42px;
  height: 42px;
  top: 11px;
}
.ctf_notice.ctf_review_notice .ctf_thumb {
  top: 16px;
}
.ctf_notice.ctf_review_notice_step_1 {
  padding: 18px 120px 18px 82px;
}
.ctf_notice.ctf_review_notice_step_1 .ctf-notice-text .ctf-notice-text-p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.ctf_notice .ctf_thumb .img-overlay {
  position: absolute;
  bottom: 4px;
  padding: 6px 7px 6px 5px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
  background: rgba(255,255,255,0.85);
  line-height: 1;
  color: #333;
  box-shadow: 1px -1px 3px 0 rgba(0,0,0,0.15);
}
.ctf_notice .ctf_thumb img {
  max-width: 100%;
}
.ctf_notice .ctf-notice-text{
  float: left;
  clear: none;
  width: 100%;
  padding: 0;
}

.ctf_notice.ctf_review_notice_step_1 .ctf-notice-text {
  width: auto;
}
.ctf_notice .ctf-notice-text .ctf-notice-text-p {
  margin-bottom: 15px;
}

.ctf_notice .ctf-notice-text .ctf-notice-text-header {
  font-size: 16px;
  margin: 0 0 10px;
  color: #141B38;
}
@media (min-width: 1170px ) {
  .ctf_notice_op.ctf_discount_notice .ctf-notice-text  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ctf_notice_op.ctf_discount_notice .ctf-notice-text .ctf-notice-text-inner {
    width: 60%;
    max-width: 540px;
  }
  .ctf_notice_op.ctf_discount_notice .ctf-notice-text .ctf-notice-text-p {
    margin-bottom: 0;
  }
}
.ctf_notice .ctf-links{
  margin-top: 4px !important;
}
.ctf_notice p{
  float: left;
  clear: both;
  width: auto;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 0px 0 10px 0;
  color: #434960;
}
.ctf_notice a:hover,
.ctf_notice a:focus{
  color: #0c7abf;
}
.ctf_notice .ctf-notice-links{
  margin: 0;
}
.ctf-notice-links{
  margin-top: 0 !important;
}
.ctf-notice-links .ctf-btn {
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 2px;
  box-sizing: border-box;
  height: 32px;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
}
.ctf-notice-links a:not(:last-child) {
  margin-right: 5px;
}
.ctf-notice-dismiss {
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctf-notice-dismiss path {
  fill: #8a8787;
}
body .ctf_review_step1_notice h3.title {
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
body .ctf_review_step1_notice .ctf-btn-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration-line: underline;
  color: #0068A0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
body .ctf_review_step1_notice .ctf-btn-link:not(:last-child) {
  margin-right: 12px;
}

.ctf_notice .ctf_notice_close,
.ctf_notice .ctf_bfcm_sale_notice_close,
.ctf_notice .ctf_new_user_sale_notice_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  line-height: 1;
}
.ctf_notice .ctf_notice_close:hover,
.ctf_notice .ctf_notice_close:focus{
  color: #a34100;
}

/* Notice CTA btn */

.ctf_notice .ctf_other_notice{
  padding-top: 10px;
  font-style: italic;
  font-size: 12px;
}
.ctf_notice .ctf_other_notice a{
  padding: 0;
}
.ctf-notice-consent-btns {
  float: left;
}

.ctf-notice-consent-btns .ctf-btn-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration-line: underline;
  color: #0068A0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ctf-notice-consent-btns .ctf-btn-link:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 700px) {
  .ctf-notice-consent-btns {
    margin-left: 20px;
  }
  body .review-step-1-btns {
    margin-left: 20px;
  }
  .ctf_review_step1_notice .review-step-1-btns {
    display: inline-block;
  }
}
.ctf-notice-alert {
  display: inline-block;
  position: absolute;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1px 0 0 4px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}

/*** ctf Admin Notices ***/
.ctf-admin-notices {
  padding: 16px 60px 20px 60px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  box-sizing: border-box;
}
.ctf-admin-notices:not(:last-child) {
  margin-bottom: 15px;
}
.sb-customizer-preview .ctf-admin-notices:not(:last-child) {
  margin-bottom: 0px;
}
.ctf-admin-notices.ctf-license-expired-notice {
  border-top: 2px solid #D72C2C;
}
.ctf-admin-notices.ctf-license-renewed-notice {
  border-top: 2px solid #59AB46;
}
.ctf-admin-notices .sb-notice-title,
#ctf-builder-app .ctf-admin-notices .sb-notice-title,
#ctf-settings .ctf-admin-notices .sb-notice-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0px;
  letter-spacing: 0;
}
.ctf-admin-notices.ctf-license-expired-notice h3{
  color: #D72C2C;
}
.ctf-admin-notices p {
  font-size: 14px;
  line-height: 22px;
  color: #434960;
  margin: 0;
}
.ctf-admin-notices .sb-notice-icon {
  position: absolute;
  left: 22px;
  top: 18px;
}
.ctf-admin-notices #sb-dismiss-notice {
  position: absolute;
  top: 7px;
  right: 7px;
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
}
.ctf-admin-notices #sb-dismiss-notice svg {
  width: 14px;
  height: 13px;
}
.ctf-admin-notices #sb-dismiss-notice path{
  fill: #8C8F9A;
}
.ctf-admin-notices .license-action-btns {
  margin-top: 16px;
  display: flex;
}
.ctf-admin-notices .license-action-btns .ctf-notice-btn {
  text-decoration: none;
}
.ctf-admin-notices .license-action-btns .ctf-notice-btn:not(:last-child) {
  margin-right: 8px;
}
.ctf-admin-notices .license-action-btns .ctf-notice-btn {
  font-size: 12px;
  line-height: 160%;
  padding: 6px 12px;
}
.ctf-admin-notices .license-action-btns .ctf-notice-btn .spinner-icon {
  display: none;
}
.ctf-admin-notices .license-action-btns .ctf-notice-btn svg {
  margin-right: 4px;
  transform: translate(0px, 2px);
}
.ctf-admin-notices .license-action-btns .ctf-notice-btn:active,
.ctf-admin-notices .license-action-btns .ctf-notice-btn:focus {
  outline: none;
  box-shadow: none;
}
.ctf-admin-notices .license-action-btns .ctf-btn.ctf-btn-blue {
  border: 1px solid #0068A0;
}
.ctf-admin-notices .license-action-btns .ctf-btn.ctf-btn-blue:hover {
  border: 1px solid #0096CC;
}
.ctf-admin-notices .license-action-btns .ctf-btn.ctf-btn-blue:active,
.ctf-admin-notices .license-action-btns .ctf-btn.ctf-btn-blue:focus {
  border: 1px solid #004D77;
}

.ctf-critical-error-notice {
  border-top: 2px solid #D72C2C;
}
.ctf-critical-error-notice .sb-notice-title {
  color: #D72C2C;
}
.ctf-critical-error-notice .button-primary {
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  color: #141B38;
  font-weight: 600;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 19px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  border: 1px solid #0068A0;
  margin-right: 8px;
  min-height: auto;
}

.ctf-critical-error-notice .button-primary {
  background: #0068A0!important;
  color: #fff!important;
}
.ctf-critical-error-notice .button-primary:hover{
  background: #0096CC!important;
  border: 1px solid #0096CC;
  color: #fff!important;
}
.ctf-critical-error-notice .button-primary:focus,
.ctf-critical-error-notice .button-primary:active{
  background: #004D77!important;
  color: #004D77!important;
  border: 1px solid #0096CC;
}

#ctf-settings .ctf-admin-notices.ctf-critical-error-notice .sb-notice-title {
  margin-bottom: 10px;
}

@media (max-width: 580px) {
  .ctf-admin-notices {
    padding: 16px 20px 20px 60px;
  }
}

.sb-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;
}
.ctf-fb-center-boss {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctf-fb-popup-inside {
  left: 80px;
  /*
  max-width: 1172px;
  width: calc(85% - 200px);
  */
  background: #fff;
  color: #141B38;
  position: relative;
  box-shadow: 0px 26.7377px 77.2886px rgb(0 0 0 / 11%), 0px 14.2952px 41.3222px rgb(0 0 0 / 9%), 0px 8.01379px 23.1649px rgb(0 0 0 / 8%), 0px 4.25607px 12.3027px rgb(0 0 0 / 6%), 0px 1.77104px 5.11942px rgb(0 0 0 / 4%);
  border-radius: 2px;
  overflow-y: auto;
  max-height: 80vh;
}
@media all and (max-width: 960px) {
  .ctf-fb-popup-inside {
    left: 20px;
    max-width: 920px;
    width: calc(85% - 20px);
  }
}
@media (max-width: 767px) {
  .ctf-fb-popup-inside {
    left: 0;
    width: 85%;
  }
}
.ctf-fb-popup-inside[data-step="redirect_1"]{
  width: 575px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctf-install-plugin-modal {
  max-width: 580px;
}
.ctf-fb-popup-cls {
  height: 14px;
  width: 14px;
  position: absolute;
  cursor: pointer;
  right: 17px;
  top: 17px;
  z-index: 3;
}
.ctf-install-plugin-body .ctf-install-plugin-header {
  height: 106px;
  background: #F3F4F5;
  padding: 20px;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
}
.ctf-install-plugin-body .ctf-install-plugin-content {
  padding: 20px 20px 32px 107px;
}
.ctf-install-plugin-body .ctf-install-plugin-header .sb-plugin-image {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
  border-radius: 2px;
  padding: 15px;
  max-height: 66px;
  box-sizing: border-box;
  margin-right: 24px;
}
.ctf-install-plugin-body .ctf-install-plugin-header h3 {
  font-size: 18px !important;
  line-height: 25px !important;
  display: flex;
  align-items: center;
  margin: 0 0 4px 0;
  font-style: normal;
  font-weight: 600;
}
.ctf-install-plugin-body .ctf-install-plugin-header h3 span {
  color: #fff;
  background: #59AB46;
  border-radius: 2px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0px 6px;
  margin-left: 10px;
}
.ctf-install-plugin-body .ctf-install-plugin-header p {
  display: flex;
  font-size: 12px;
  line-height: 18px;
  color: #434960;
  margin: 5px 0 0 0;
}
.ctf-install-plugin-body .ctf-install-plugin-header p .sb-author-logo {
  margin-right: 8px;
}
.ctf-install-plugin-body .ctf-install-plugin-content p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #434960;
  padding-right: 20px;
}
.ctf-install-plugin-body .ctf-install-plugin-content .ctf-install-plugin-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 8px 20px;
  box-sizing: border-box;
  transition: all .15s ease-in-out;
  border-radius: 2px;
  width: 100%;
  margin-top: 28px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  cursor: pointer;
}
.ctf-btn-orange {
  background: #FE544F!important;
  color: #fff!important;
}
.ctf-btn-orange:hover {
  background: #EC352F!important;
  color: #fff!important;
}
.ctf-btn-orange:focus, .ctf-btn-orange:active {
  background: #BC120E!important;
  color: #fff!important;
}
.ctf-btn-blue{
  background: #0068A0!important;
  color: #fff!important;
}
.ctf-btn-blue:hover{
  background: #0096CC!important;
  color: #fff!important;
}
.ctf-btn-blue:focus,
.ctf-btn-blue:active{
  background: #004D77!important;
  color: #fff!important;
}
.ctf-install-plugin-btn:disabled {
  color: #8C8F9A !important;
  background: #E8E8EB !important;
  cursor: not-allowed;
}
.ctf-install-plugin-btn .ctf-btn-spinner {
  height: 20px;
  margin-right: 8px;
}

.ctf-notice-alert {
  display: inline-block;
  position: absolute;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1px 0 0 4px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
}

/*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,
.ctf-btn-grey:active{
  background: #E8E8EB!important;
  color: #141B38!important;
  border: 1px solid #D0D1D7!important;
}
.ctf-admin-notices .sb-notice-title,
#ctf-builder-app .ctf-admin-notices .sb-notice-title,
#ctf-settings .ctf-admin-notices .sb-notice-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0px;
  letter-spacing: 0;
}
.ctf-admin-notices.ctf-license-expired-notice h3{
  color: #D72C2C;
}
.ctf-admin-notices p {
  font-size: 14px;
  line-height: 22px;
  color: #434960;
  margin: 0;
}

/*** CTF SB Modal ***/
.ctf-sb-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
.sb-notice-body button:hover {
  cursor: pointer;
}
.license-details-modal .ctf-modal-content {
  background-color: #fff;
  max-height: 507px;
  height: 507px;
  max-width: 1170px;
  padding: 32px 42px 70px 42px;
  box-sizing: border-box;
  position: relative;
  margin: 97px auto 0;
  width: calc(100% - 30px);
  overflow-y: scroll;
}
.ctf-modal-content .cancel-btn{
  background: none;
  border: none;
  color: #141B38;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0;
  cursor: pointer;
}

.ctf-sb-modal-body .sb-modal-title,
#ctf-builder-app .ctf-sb-modal-body .sb-modal-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  color: #141B38;
  margin: 0;
  text-align: left;
}
.ctf-sb-modal-body .sb-modal-description,
#ctf-builder-app .ctf-sb-modal-body .sb-modal-description {
  font-size: 14px;
  line-height: 22px;
  color: #676c80;
  margin: 3px 0 0;
  text-align: left;
}
.ctf-sb-modal-body .sb-why-renew-list-parent {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ctf-sb-modal-body .sb-why-renew-list {
  width: calc((100% / 2) - 0px);
  box-sizing: border-box;
  padding-left: 55px;
  position: relative;
  margin-bottom: 49px;
  padding-right: 40px;
}
.ctf-sb-modal-body .sb-why-renew-list .sb-icon {
  position: absolute;
  left: 10px;
}
.ctf-sb-modal-body .sb-why-renew-list .sb-list-item h4,
#ctf-builder-app .ctf-sb-modal-body .sb-why-renew-list .sb-list-item h4{
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #141B38;
  margin: 0px;
  text-align: left;
}
.ctf-sb-modal-body .sb-why-renew-list .sb-list-item p,
#ctf-builder-app .ctf-sb-modal-body .sb-why-renew-list .sb-list-item p{
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 0;
  text-align: left;
  color:#676c80;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .ctf-modal-content {
    max-height: none;
  }
  .ctf-sb-modal-body .sb-why-renew-list:nth-child(3) {
    margin-bottom: 0;
  }
  .ctf-sb-modal-body .sb-why-renew-list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ctf-sb-modal-body .sb-why-renew-list-parent {
    margin-top: 25px;
  }
  .ctf-modal-content {
    max-height: none;
  }
  .ctf-sb-modal-body .sb-why-renew-list {
    width: 100%;
    margin-bottom: 30px;
  }
  .ctf-sb-modal-body .sb-why-renew-list:last-child {
    margin-bottom: 0;
  }
}

body.index-php .ctf-admin-notices {
  margin: 40px 20px 0 0;
}
@media (min-width: 1170px) {
  body.index-php .ctf-admin-notices:not(.ctf-license-renewed-notice) .sb-notice-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
body.index-php .ctf-sb-modal {
  left: -20px;
  width: calc(100% + 20px);
}
@media (max-width: 767px) {
  .ctf-admin-notices .license-action-btns {
    flex-wrap: wrap;
  }
  .ctf-admin-notices .license-action-btns .ctf-notice-btn:not(:last-child) {
    margin-bottom: 8px;
  }
}
