#ctf-admin .ctf-tooltip,
#ctf-admin .ctf-multiple-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,
#ctf-admin .ctf-multiple-tooltip-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 156px;
}
#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;
}

/* 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 {
    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,
#ctf-admin .ctf_box_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,
.ctf_box_settings {
    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;
}

/* Tooltip table */
#ctf-admin .ctf_tooltip_table{
    display: block;
    width: 100%;
    margin: 30px 0;
}
#ctf-admin .ctf_tooltip_table .ctf_col_1,
#ctf-admin .ctf_tooltip_table .ctf_col_2{
    padding: 4px 1%;
    border-bottom: 1px solid #ddd;
}
#ctf-admin .ctf_tooltip_table .ctf_col_1{
    display: inline-block;
    width: 23%;
}
#ctf-admin .ctf_tooltip_table .ctf_col_2{
    display: inline-block;
    width: 73%;
}

/* Configure tab */

#ctf-admin .ctf-radio-label {
    display: inline-block;
    width: 128px;
}
#ctf-admin .ctf-radio th,
#ctf-admin .ctf-radio td {
    padding: 10px 10px 5px 0;
}
#ctf-admin .ctf_include_replies_toggle label{
    font-size: 13px;
    position: relative;
    top: -1px;
}

#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-admin #ctf-add-lists-tool,
#ctf-admin .ctf-lists-tools-wrap {
    margin-left: 156px;
}
.ctf-lists-tools-wrap { position: relative; }
#ctf-admin .ctf-lists-tools-wrap,
#ctf-admin .ctf-lists-list {
    margin-top: 10px;
}
.ctf_list_id {
    padding: 0px 5px;
    background: #fff;
    border: 1px solid;
    border-radius: 10px;
}
.ctf_list_id:hover {
    cursor: pointer;
}
.ctf_list_id_item {
    display:block;
    margin: 10px 10px 0;
}
/* Config info */
#ctf_config{
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0 10px 0;
}
#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_config .ctf-tooltip-link{
    position: relative;
    top: 13px;
    left: 6px;
}
#ctf-admin .ctf-success{
    color: #7ad03a;
    font-size: 16px;
    padding: 6px;
}

/* 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_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_notice a{
    color: #d85600;
}
#ctf-admin .ctf_notice a:hover,
#ctf-admin .ctf_notice a:focus{
    color: #a34100;
}
#ctf-admin .ctf_notice p{
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
}
#ctf-admin .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;
}

#ctf-admin .ctf_row{
    display: block;
    width: 100%;
}

#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-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-success{
    font-size: 14px;
}
#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;
}

/* Renew Notices */

.ctf-license-expired{
    /*float: left;*/
    clear: both;
    width: 96%;
    margin: 10px 0 20px 0;
    background: #F7E6E6;
    padding: 15px 1.5%;
    border: 1px solid #BA7B7B;
    color: #592626;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.ctf-license-expired p{
    /*float: left;*/
    padding: 0;
    margin: 0 5px 0 0;
}
.ctf-license-expired b{
    display: inline-block;
    padding: 0;
    font-size: 15px;
}
.ctf-license-valid{
    border: 1px solid #5baf2a;
    background: #e2f2d5;
}
#ctf-why-renew{
    clear: both;
    width: 100%;
}
#ctf-why-renew h4{
    /*float: left;*/
    clear: both;
    margin: 15px 0 0 0;
}
#ctf-why-renew p{
    margin: 0;
    clear: both;
}
.ctf-license-countdown{
    background: #fff4c6;
    border: 1px solid #905207;
    color: #905207;
}
/* Re-check button on renew notice */
.ctf-license-expired .button-primary{
    margin: 0 4px 0 5px;
}
.ctf-license-expired .button-secondary{
    margin: 0 0 0 3px;
    background: rgba(255,255,255,0.3);
    border: 1px solid rgba(0,0,0,0.15);
    display: inline-block;
    color: #333;
}
.ctf-license-expired svg{
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin: 0 8px 0 0;
}
.ctf-license-expired svg path{
    fill: #cc2727;
}
@media all and (max-width: 600px){
    .ctf-license-expired b{
        display: inline;
    }
    .ctf-license-expired span{
        display: block;
    }
    .ctf-license-expired .button{
        margin: 10px 5px 0 0;
    }
}


/* Support page */
#ctf-admin .ctf_support{
    overflow: hidden;
    margin-bottom: 20px;
    width: 70%;
}
#ctf-admin .ctf_support p{
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 20px 0;
}
#ctf-admin .ctf-support-title{
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
}
#ctf-admin .ctf-support-faqs{
    float: left;
    clear: both;
    width: 100%;
    padding-left: 5%;
    margin: -10px 0 10px 0;
}
#ctf-admin .ctf-support-faqs ul{
    float: left;
    width: 250px;
    margin-right: 0;
}
#ctf-admin .ctf-support-faqs ul li{
    font-size: 13px;
    margin-bottom: 4px;
}
#ctf-admin .ctf-support-faqs .fa-chevron-right{
    font-size: 8px;
    margin-left: 4px;
}
#ctf-admin #ctf-support-video{
    margin-top: 10px;
    border: 1px solid #ddd;
    display: none;
}





/* Change icon */
#toplevel_page_custom-twitter-feeds .dashicons-admin-generic:before {
    content: "\f301";
}

.ctf-loader {
    width: 20px;
    height: 20px;

    display: inline-block;
    background-color: rgba(0,0,0,0.5);

    border-radius: 100%;
    -webkit-animation: ctf-sk-scaleout 1.0s infinite ease-in-out;
    animation: ctf-sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes ctf-sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes ctf-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
          opacity: 0;
      }
}

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


/* Test connection */
#ctf-admin .ctf-test-license-error {
    margin-top: 10px;
    max-height: 300px;
    overflow-y: scroll;
    width: 99%;
    border: 1px solid #ddd;
    background: rgba(255,255,255,0.3);
    padding: 2px;
}

/* Alert bubble */
#ctf-admin .nav-tab{
    position: relative;
}
#ctf-admin .ctf-alert-bubble{
    position: absolute;
    top: -9px;
    right: -16px;

    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    height: 18px;

    border-radius: 9px;
    background-color: #ca4a1f;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}


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



/* License Notice Alert */
.sbc-popup-blur-background {
  backdrop-filter: blur(2px);
}
.sb-license-notice {
background: #FFFFFF;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
padding: 16px 20px 20px 60px;
position: relative;
}
.sb-license-notice .sb-notice-icon {
  position: absolute;
  left: 20px;
  top: 18px;
}
.sb-license-notice h4 {
color: #D72C2C;
font-weight: 600;
font-size: 18px;
line-height: 140%;
margin: 0px !important;
}
.sb-license-notice p {
font-weight: 400;
font-size: 14px;
line-height: 160%;
color: #434960;
max-width: 613px;
margin: 0px;
}
.sb-license-notice b, 
.sb-license-notice strong {
font-weight: 600;
}
.sb-license-notice .sb-notice-buttons {
margin-top: 15px;
display: flex;
gap: 8px;
}
.sb-license-notice .sb-notice-buttons .sb-btn {
font-weight: 600;
font-size: 12px;
line-height: 160%;
color: #141B38;
}
.sb-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  gap: 8px;
  background: #F3F4F5;
  border: 1px solid #DCDDE1;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all .2s ease-in;
text-decoration: none;
}
.sb-btn:hover {
  background-color: #fdfdfd;
  cursor: pointer;
}
.sb-license-notice .sb-notice-buttons .sb-btn.loading path {
fill: #141B38;
}
.sb-license-notice .sb-notice-buttons .sb-btn.success svg {
width: 14px;
}
.sb-license-notice .sb-notice-buttons .sb-btn.success path {
fill: #59AB46;
}
.sb-license-notice .sb-notice-buttons .sb-btn.error path {
fill: #BC120E;
}
/* End License Notice Alert */

/* Why Renew License Popup */
.ctf-license-why-renew .sbc-extensions-popup {
width: 1166px;
padding: 40px;
box-sizing: border-box;
}

.ctf-license-why-renew .sbc-extensions-popup .sb-llm-header p {
font-weight: 400;
font-size: 16px;
line-height: 160%;
color: #434960;
margin-top: 0;
}
.ctf-license-why-renew .sbc-extensions-popup .sb-why-renew-list-parent {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ctf-license-why-renew .sbc-extensions-popup .sb-why-renew-list {
  width: calc((100% / 2) - 0px);
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
  margin-bottom: 49px;
  padding-right: 40px;
}
.ctf-license-why-renew .sb-why-renew-list .sb-icon {
  position: absolute;
  left: 0px;
}
.ctf-license-why-renew .sb-why-renew-list .sb-list-item h4, 
#sbi-builder-app .ctf-license-why-renew .sb-why-renew-list .sb-list-item h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #141B38;
  margin: 0px;
  text-align: left;
}
.ctf-license-why-renew .sb-why-renew-list .sb-list-item p, 
#sbi-builder-app .ctf-license-why-renew .sb-why-renew-list .sb-list-item p {
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 0;
  text-align: left;
  color: #676c80;
}
/* End Why Renew License Popup */
/* License Expired After Grace Period */
.ctf-license-expired-agp {
padding: 2px 52px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
position: relative;
overflow: hidden;
}
[data-app-customizer=true] .ctf-license-expired-agp {
padding: 2px 52px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  overflow: hidden;
  width: 100%;
  left: 0;
  z-index: 99;
}
.ctf-license-expired-agp.sbi-le-flow-1 {
background: #BA3737;
}
.ctf-license-expired-agp.sbi-le-flow-1.ctf-license-inactive-state {
background: #0068A0;
}
.ctf-license-expired-agp.sbi-le-flow-2 {
background: #0068A0;
}
.ctf-license-expired-agp .ctf-license-expired-agp-message {
font-weight: 400;
font-size: 14px;
line-height: 160%;
color: #FFFFFF;
}
.ctf-license-expired-agp .ctf-license-expired-agp-message span {
font-weight: 700;
font-size: 14px;
line-height: 160%;
text-decoration-line: underline;
color: #FFFFFF;
margin-left: 12px;
cursor: pointer;
}
.ctf-license-expired-agp button {
position: absolute;
  right: 50px;
  background-color: transparent;
  border: none;
cursor: pointer;
}
.ctf-license-expired-agp button svg{
width: 16px;
height: 16px;
}
.ctf-license-expired-agp button svg path{
fill: #fff;
}
.ctf-license-expired-agp.sbi-le-flow-1.ctf-license-inactive-state {
background: #0068A0;
}
.ctf-license-expired-agp.sbi-le-flow-2 {
background: #0068A0;
}
.sbc-popup-blur-background {
backdrop-filter: blur(2px);
}
/* End License Expired After Grace Period */

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

/*** SB 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: sbi-notification-hide .5s forwards linear;
  animation: sbi-notification-hide .5s forwards linear;
}
.sb-notification-ctn[data-active="shown"]{
  -webkit-animation: sbi-notification-show .5s forwards linear;
  animation: sbi-notification-show .5s forwards linear;
}
@-webkit-keyframes sbi-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}
@keyframes sbi-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}

@-webkit-keyframes sbi-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}
@keyframes sbi-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;
}

/* Block Editor - License Editor Block Not Embedded */
.ctf-license-expired-plain-block-wrapper {
  border: 1px solid #1E1E1E;
  border-radius: 2px;
}
.ctf-license-expired-plain-block-wrapper p {
  margin: 0;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header {
  background: #FCEDED;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
  box-sizing: border-box;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header {
  background: #F9F9FA;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-left {
  display: flex;
  align-items: center;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-left svg {
width: 14px;
height: 14px;
  margin-right: 8px;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-left svg path {
  fill: #841919;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-left p {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #841919;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-right a {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #841919;
  text-decoration: none;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-right a svg {
  transform: translate(6px, 0px);
  transition: all .2s ease-in;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-right a:hover svg {
  transform: translate(3px, 0px);
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-right a svg path {
  fill: #841919;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header .sb-left p {
  color: #2C324C;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header .sb-right a {
  color: #0068A0;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header .sb-left svg path {
  fill: #2C324C;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header .sb-right a svg path {
  fill: #0068A0;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 305px;
  box-sizing: border-box;
  padding: 40px 8px 45px;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body .ctf-block-body-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #1E1E1E;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body a {
  padding: 8px 12px 8px 20px;
  width: 226px;
  height: 38px;
  background: #0068A0;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  box-sizing: border-box;
  margin-top: 29px;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body a svg {
  transform: translate(10px, 0px);
  transition: all .2s ease-in;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body a:hover svg {
  transform: translate(6px, 0px);
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body a svg path {
  fill: #FFFFFF;
}

.ctf-license-expired-plain-block-wrapper .ctf-lepd-footer {
  border-top: 1px solid #E6E6EB;
  background: #F9F9FA;
  padding: 12px 20px 16px;
  text-align: center;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepd-footer .ctf-lepd-footer-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #141B38;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepd-footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #434960;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepd-footer p a {
  color: #434960;
  text-underline-offset: 2px;
}

/* Block Editor - License Editor Block Embedded */
.ctf-block-license-expired-notice-ctn {
  background: #FFFFFF;
  border: 1px solid #E8E8EB;
  margin-bottom: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
}

.ctf-block-license-expired-notice-ctn .ctf-blen-header {
  padding: 4px 12px;
  height: 27px;
  background: #FCEDED;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-header svg path {
  fill: #841919;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-header span {
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  color: #841919;
  margin-left: 8px;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-resolve {
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #591111;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-resolve span {
  margin-left: 8px;
}
.ctf-block-license-expired-notice-ctn.ctf-bln-license-state-inactive .ctf-blen-resolve span {
  color: #141B38;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-resolve a {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #D72C2C;
  text-decoration: none;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-resolve .ctf-left svg {
width: 14px;
height: 14px;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-resolve .ctf-right svg {
  margin-left: 6px;
  transition: all .2s ease-in;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-resolve .ctf-right:hover svg {
  margin-left: 3px;
}
.ctf-block-license-expired-notice-ctn .ctf-blen-resolve .ctf-right svg path{
  fill: #D72C2C;
}

.ctf-block-license-expired-notice-ctn.ctf-bln-license-state-inactive .ctf-blen-resolve a {
  color: #0068A0;
}
.ctf-block-license-expired-notice-ctn.ctf-bln-license-state-inactive .ctf-blen-resolve .ctf-right svg path {
  fill: #0068A0;
}
#adminmenu .wp-submenu .sbi_get_pro_highlight {
  color: #FE544F;
  font-weight: 600;
}
.sby-notice-alert {
  display: inline-block;
  position: absolute;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1px 0 0 4px;
  padding: 0 5px;
  min-width: 16px;
  height: 16px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  z-index: 26;
transform: translate(-2px, 0px);
}


/* Block Editor - License Editor Block Not Embedded */
.ctf-license-expired-plain-block-wrapper {
  border: 1px solid #1E1E1E;
  border-radius: 2px;
}
.ctf-license-expired-plain-block-wrapper p {
  margin: 0;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header {
  background: #FCEDED;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
  box-sizing: border-box;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header {
  background: #F9F9FA;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-left {
  display: flex;
  align-items: center;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-left svg {
  margin-right: 8px;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-left svg path {
  fill: #841919;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-left p {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #841919;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-right a {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #841919;
  text-decoration: none;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-right a svg {
  transform: translate(6px, 0px);
  transition: all .2s ease-in;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-right a:hover svg {
  transform: translate(3px, 0px);
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-header .sb-right a svg path {
  fill: #841919;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header .sb-left p {
  color: #2C324C;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header .sb-right a {
  color: #0068A0;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header .sb-left svg path {
  fill: #2C324C;
}
.ctf-license-expired-plain-block-wrapper.inactive .ctf-lepb-header .sb-right a svg path {
  fill: #0068A0;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 305px;
  box-sizing: border-box;
  padding: 40px 8px 45px;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body .ctf-block-body-title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #1E1E1E;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body a {
  padding: 8px 12px 8px 20px;
  width: 226px;
  height: 38px;
  background: #0068A0;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  box-sizing: border-box;
  margin-top: 29px;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body a svg {
  transform: translate(10px, 0px);
  transition: all .2s ease-in;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body a:hover svg {
  transform: translate(6px, 0px);
}
.ctf-license-expired-plain-block-wrapper .ctf-lepb-body a svg path {
  fill: #FFFFFF;
}

.ctf-license-expired-plain-block-wrapper .ctf-lepd-footer {
  border-top: 1px solid #E6E6EB;
  background: #F9F9FA;
  padding: 12px 20px 16px;
  text-align: center;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepd-footer .ctf-lepd-footer-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #141B38;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepd-footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #434960;
}
.ctf-license-expired-plain-block-wrapper .ctf-lepd-footer p a {
  color: #434960;
  text-underline-offset: 2px;
}

#adminmenu .wp-submenu .cff_get_pro_highlight {
  color: #EC352F;
  font-weight: 600;
  /* background: rgba(0,0,0,0.5); */
}