/*
*  SUPPORT PAGE CSS TABLE OF CONTENTS
*
*  1.0 - GLOBAL
*  2.0 - HEADER
*  3.0 - 3.0 - SUPPORT CONTAINER
*    3.1 - SECTION HEADER
*    3.2 - SUPPORT BLOCK
*    3.3 - CONTACT SUPPORT BLOCK
*  4.0 - STICKY WIDGET
*  5.0 - SB NOTIFICATION ELEMENT
*  6.0 - RESPONSIVENESS
*/

/*** 1.0 - GLOBAL ***/
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
#ctf-support {
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#wpcontent,
.twitter-feeds_page_ctf-support #wpcontent,
.twitter-feeds-1_page_ctf-support #wpcontent {
    padding-left: 0px;
}
#wpbody-content {
    padding-bottom: 40px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*orange*/
.sb-btn-orange{
	background: #FE544F!important;
	color: #fff!important;
}
.sb-btn-orange:hover{
	background: #EC352F!important;
	color: #fff!important;
}
.sb-btn-orange:focus,
.sb-btn-orange:active{
	background: #BC120E!important;
	color: #fff!important;
}
.ctf-fb-cp-clpboard{
    width: 0px;
    height: 0px;
    position: absolute;
    left: -100000px;
}
.ctf-fb-full-wrapper{
    padding: 0 53px;
    padding-top: 82px;
}
.ctf-fb-fs {
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
}
#adminmenu a[href="admin.php?page=ctf-support"] {
    display: none;
}

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

/*** 2.0 - HEADER ***/
.ctf-fb-create-ctn{
    margin-top: 90px;
}
.ctf-fb-header{
    height: 64px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0px 52px;
    z-index: 2;
}
.ctf-fb-header-left {
    display: flex;
}
.ctf-fb-header-left .sb-social-wall-link-wrap {
    margin-left: 30px;
}
.sb-social-wall-link-wrap {
    display: flex;
    font-size: 14px;
    margin: 10px 0 10px 30px;
}
.sb-social-wall-link:first-child {
    padding-left: 0;
    border-right: 1px solid #ccc;
    color: #0068A0!important;
    line-height: 1;
}
.sb-social-wall-link {
    padding: 0 12px;
    border-right: 1px solid #ccc;
    color: #0068A0!important;
    line-height: 1;
}
.sb-social-wall-link a {
    text-decoration: none;
}
.sb-social-wall-link a:focus {
    outline: none;
    box-shadow: none;
}
.sb-social-wall-link:last-child {
    border-right: none;
}
.ctf-fb-hd-logo{
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 5px;
}
.ctf-fb-hd-logo .sb-logo-letters-wrap {
    transform: translate(0px, -2px);
}
.ctf-fb-hd-logo .breadcrumb-title{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-left: 4px;
}
.ctf-fb-hd-logo .separator{
    margin: 0 5px 0 10px;
}
.ctf-fb-hd-btn{
    height: 38px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 15px 0px 16px;
    font-weight: 600;
    font-size:14px;
    color: #353A41;
    background: #F3F4F5;
    border-radius: 2px;
    border: 1px solid #DCDDE1;
    position: relative;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}
.ctf-fb-hd-btn:focus {
    outline: none;
    box-shadow: none;
}
.ctf-fb-hd-btn:hover {
    color: inherit;
    background-color: #fff;
}
.ctf-fb-hd-btn i{
    margin: 0px 5px;
}
.ctf-fb-hd-btn[data-icon="left"]{
    padding-right: 20px!important;
}
.ctf-fb-full-wrapper .section-header h1 {
    font-size: 32px;
    line-height: 40px;
}
/*** 3.0 - SUPPORT CONTAINER ***/
.ctf-sb-container {
    max-width: 885px;
    position: relative;
    margin: auto;
    margin-top: 33px;
    box-sizing: border-box;
}

/*** 3.1 - SECTION HEADER ***/
.ctf-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ctf-section-header h2{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141B38;
    margin: 0;
}
.ctf-section-header .ctf-search-doc .ctf-search-doc-field {
    position: relative;
    background: #fff;
    border: 1px solid #DCDDE1;
    min-width: 283px;
    box-sizing: border-box;
    height: 38px;
    padding: 0px 14px 0px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #141B38;
    text-decoration: none;
    margin-right: 1px;
}
.ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input {
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    margin-left: 25px;
    color: #141B38;
    min-width: 200px;
    transform: translateY(-1px);
}
.ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input::placeholder {
    color: #141B38;
}
.ctf-section-header .ctf-search-doc .ctf-search-doc-field:focus,
.ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-input:focus {
    outline: none;
    box-shadow: none;
}
.ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-icon {
    position: absolute;
    left: 15px;
    top: 11px;
    cursor: pointer;
}
.ctf-section-header .ctf-search-doc .ctf-search-doc-field .sb-btn-link-icon{
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0;
    width: 35px;
    text-align: center;
    height: 100%;
    padding-top: 9px;
    box-sizing: border-box;
}
.ctf-section-header .ctf-search-doc a .sb-btn-link-icon{
    margin-left: 56px;
}
/*** 3.2 - SUPPORT BLOCK ***/
.ctf-support-blocks {
    margin-top: 22px;
    display: flex;
}
.ctf-support-blocks .ctf-support-block {
    padding: 22px 18px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    width: calc(33% - 7px);
    box-sizing: border-box;
    position: relative;
}
.ctf-support-blocks .ctf-support-block:not(:last-child) {
    margin-right: 14px;
}
.ctf-support-blocks .ctf-support-block h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #141B38;
    margin-top: 15px;
    margin-bottom: 0;
}
.ctf-support-blocks .ctf-support-block p {
    font-size: 12px;
    line-height: 18px;
    color: #64748B;
    margin-top: 5px;
}
.sb-block-header img {
    width: 56px;
    height: 56px;
}
.sb-articles-list {
    margin-top: 31px;
    margin-bottom: 79px;
}

.sb-articles-list ul li {
    position: relative;
    margin: 0px;
    padding-right: 10px;
}
.sb-articles-list ul li:not(:last-child) {
    border-bottom: 1px solid #E8E8EB;
    position: relative;
}
.sb-articles-list ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #141B38;
    text-decoration: none;
    display: block;
    padding: 13px 0;
}
.sb-articles-list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    background-color: #0068A0;
    height: 1px;
    width: 0;
    transition: all 0.25s ease-in-out;
}
.sb-articles-list ul li:not(:last-child):hover:after {
    width: 100%;
}
.sb-articles-list ul li a:hover {
    color: #0068A0;
}
.sb-articles-list ul li .sb-list-icon {
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
}
.sb-articles-list ul li .sb-list-icon svg {
    width: 5px;
}
.sb-articles-list ul li .sb-list-icon svg path {
    fill: #8C8F9A;
}
.ctf-support-blocks .ctf-sb-button {
    margin-top: 50px;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
}
.ctf-support-blocks .ctf-sb-button .sb-btn-icon {
    margin-left: 8px;
}
.ctf-support-blocks .ctf-sb-button .sb-btn-icon svg {
    width: 5px;
    transform: translateY(0px);
    margin-left: 3px;
}
.ctf-support-blocks .ctf-sb-button a {
    background: #F3F4F5;
    border: 1px solid #DCDDE1;
    box-sizing: border-box;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #141B38;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 6px;
    transition: all 0.15s ease-in-out;
}
.ctf-support-blocks .ctf-sb-button a:hover,
.ctf-section-header .ctf-search-doc a:hover {
    background: #FFFFFF;
    border: 1px solid #D0D1D7;
}
.ctf-support-blocks .ctf-sb-button a:focus,
.ctf-support-blocks .ctf-sb-button a:active,
.ctf-section-header .ctf-search-doc a:focus,
.ctf-section-header .ctf-search-doc a:active {
    background: #E8E8EB;
    border: 1px solid #D0D1D7;
}

/*** 3.3 - CONTACT SUPPORT BLOCK ***/
.ctf-support-contact-block {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 20px 20px 23px;
    margin-top: 28px;
    box-sizing: border-box;
    margin-bottom: 12px;
    display: flex;
}
.ctf-support-contact-block .sb-cb-content h3{
    font-size: 24px;
    line-height: 29px;
    color: #141B38;
    margin: 0;
    margin-bottom: 16px;
}
.ctf-support-contact-block .sb-cb-icon {
    margin-right: 30px;
}
.ctf-support-contact-block .sb-cb-icon span{
    background: #E8E8EB;
    border-radius: 60px;
    width: 68px;
    height: 68px;
    display: inline-block;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
}
.ctf-support-contact-block .sb-cb-btn{
    background: #FE544F;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
}
.ctf-support-contact-block .sb-cb-btn:hover {
    background: #EC352F;
    border-color: #EC352F;
}

.ctf-support-contact-block .sb-cb-btn:focus,
.ctf-support-contact-block .sb-cb-btn:active {
    background: #BC120E;
    border-color: #BC120E;
    outline: none;
    box-shadow: none;
}
.ctf-support-contact-block .sb-cb-btn span {
    margin-left: 11px;
}
.ctf-support-contact-block .sb-cb-btn svg {
    width: 5px;
}
.ctf-support-contact-block .sb-cb-btn path {
    fill: #fff;
}
.ctf-support-contact-block .sb-contact-block-left{
    flex-basis: 625px;
    /* width: 625px; */
    /* float: left; */
    display: flex;
    padding-top: 10px;
    box-sizing: border-box;
}
.ctf-support-contact-block .sb-contact-block-right {
    flex-basis: 220px;
    /* width: 220px;
    float: left; */
    padding-top: 10px;
    padding-left: 32px;
    box-sizing: border-box;
    border-left: 1px solid #DCDDE1;
}
.ctf-support-contact-block .sb-contact-block-right p {
    font-size: 12px;
    line-height: 18px;
    color: #141B38;
}
.ctf-support-contact-block .sb-contact-block-right img {
    max-width: 65px;
}

/*** 3.4 - SYSTEM INFO BLOCK ***/
.ctf-system-info-section {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}
.ctf-system-info-section .ctf-system-header{
    display: flex;
    padding: 12px 20px 0;
    justify-content: space-between;
}
.ctf-system-info-section .ctf-system-header h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #141B38;
    margin-top: 9px;
}
.ctf-system-info-section .ctf-system-header .ctf-copy-btn {
    background: #F3F4F5;
    border: 1px solid #DCDDE1;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #141B38;
    height: 38px;
    padding: 5px 20px 5px 12px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.ctf-system-info-section .ctf-system-header .ctf-copy-btn:hover {
    background: #FFFFFF;
    border: 1px solid #D0D1D7;
}
.ctf-system-info-section .ctf-system-header .ctf-copy-btn:focus,
.ctf-system-info-section .ctf-system-header .ctf-copy-btn:active {
    background: #E8E8EB;
    border: 1px solid #D0D1D7;
}
.ctf-system-info-section .ctf-system-header .ctf-copy-btn svg {
    height: 19px;
    width: 19px;
    transform: translate(0px, 4px);
    margin-right: 5px;
}
.ctf-system-info-section .ctf-system-info {
    padding: 0 20px 20px;
    border-bottom: 1px solid #E8E8EB;
}
.ctf-system-info-section .ctf-system-info .system_info:focus {
    outline: none;
    box-shadow: none;
}
.ctf-system-info-section .ctf-system-info .system_info a {
    color: #0068A0;
}
.ctf-system-info-section .ctf-system-info .system_info {
    box-sizing: border-box;
    background: #F9F9FA;
    border: 1px solid #E8E8EB;
    width: 100%;
    resize: none;
    border-radius: 0;
    padding: 20px 28px;
    font-size: 12px;
    line-height: 18px;
    color: #141B38;
    width: 100%;
    height: 123px;
    font-family: 'Fira Code', monospace;
    word-break: break-all;
}
.ctf-system-info-section .ctf-system-info .system_info.expanded {
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.ctf-system-info-section .ctf-system-info .system_info.collapsed {
    overflow: hidden;
}
.ctf-system-info-section .ctf-system-info .ctf-expand-btn {
    padding: 8px 12px 8px 8px;
    background: #FFFFFF;
    border: 1px solid #D0D1D7;
    border-radius: 2px;
    font-size: 12px;
    line-height: 19px;
    color: #141B38;
    width: 100%;
    margin-top: -5px;
    z-index: 9;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    transition: all .15s ease-in-out;
}
.ctf-system-info-section .ctf-system-info .ctf-expand-btn:hover {
    background: #F3F4F5;
    border: 1px solid #DCDDE1;
}
.ctf-system-info-section .ctf-system-info .ctf-expand-btn span {
    margin-right: 10px;
}
.ctf-system-info-section .ctf-system-info .ctf-expand-btn:focus,
.ctf-system-info-section .ctf-system-info .ctf-expand-btn:active{
    background: #E8E8EB!important;
    color: #141B38!important;
    border: 1px solid #D0D1D7!important;
}
.ctf-export-settings-section {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 20px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
}
.ctf-export-settings-section .ctf-export-right{
    display: flex;
}
.ctf-export-settings-section .ctf-export-left h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #141B38;
    margin: 0 0 4px 0;
}
.ctf-export-settings-section .ctf-export-left p {
    font-size: 12px;
    line-height: 18px;
    color: #141B38;
    margin: 0;
}
.ctf-export-settings-section .ctf-select{
    min-width: 234px;
    border: 1px solid #D0D1D7;
    padding: 3px 15px;
    height: 38px;
    font-size: 14px;
    color: #141B38;
    -webkit-appearance: none;
    appearance: none;
    margin-right: 8px;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABSSURBVHgBfc4hCkAhDAbgjV3slQcvvHuYDWY1G8zewyIWb6YuCCLqD4Pt5wtD54NBQA2XVKiWcorl/X7s+DkhJYUhPk54IN5plCue0Tb8M8/aNx/uIpRVqbbFAAAAAElFTkSuQmCC') no-repeat right 15px top 55%;
}
.ctf-export-settings-section .ctf-btn {
    height: 38px;
    font-size: 14px;
    padding: 7px 20px 7px 16px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #F3F4F5;
    border: 1px solid #DCDDE1;
    border-radius: 2px;
    font-weight: 500;
    transition: all .15s ease-in-out;
    cursor: pointer;
}
.ctf-export-settings-section .ctf-btn:disabled {
    cursor: not-allowed;
    color: #8C8F9A;
    background: #F3F4F5;
}
.ctf-export-settings-section .ctf-btn:disabled:hover {
    color: #8C8F9A;
}
.ctf-export-settings-section .ctf-btn span {
    margin-right: 11px;
    transform: translate(0px, 2px);
}
.ctf-export-settings-section .ctf-btn:disabled span path {
    fill: #8C8F9A;
}
.ctf-support-contact-block {}


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

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

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

.ctf-stck-pop svg{
    fill: currentColor;
}
.ctf-stck-el-list{
    border: 1px solid #DCDDE1;
    border-radius: 2px;
}
.ctf-stck-el{
    display: flex;
    align-items: center;
    padding: 11px 13px;
    border-bottom: 1px solid #DCDDE1;
    transition: background .15s ease-in-out;
    font-size: 12px;
}
.ctf-stck-el:hover{
    background: #F3F4F5;
}
.ctf-stck-el:last-of-type{
    border-bottom: 0px;
}
.ctf-stck-el-list .ctf-chevron svg{
    width: 5px;
    height: 8px;
}
.ctf-fs-a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.ctf-stck-el .ctf-stck-el-txt{
    color: #27303F;
}
.ctf-stck-el.ctf-stck-el-upgrd{
    padding: 9px 14px;
    font-size: 14px;
    background: var(--cl-orange);
    color: #fff;
    position: relative;
    transition: background .15s ease-in-out;
    font-weight: 600;
}
.ctf-chevron {
    position: absolute;
    right: 14px
}
.ctf-stck-el.ctf-stck-el-upgrd .ctf-stck-el-txt{
    color: #fff;
}
.ctf-stck-el.ctf-stck-el-upgrd:after{
    top: 20px;
    opacity: 1;
}
.ctf-stck-el-icon{
    margin-right: 10px;
}
.ctf-stck-el-icon svg{
    width: 17px;
    float: left;
}
.ctf-stck-title{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #141B38;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
}
.ctf-stck-follow{
    background: #F3F4F5;
    margin-top: 20px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    padding: 12px 20px;
    display: flex;
    align-items:  center;
}
.ctf-stck-follow span{
    font-weight: 600;
    font-size: 14px;
}
.ctf-stck-flw-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.ctf-stck-flw-links a{
    width: 36px;
    height: 28px;
    color: inherit;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    border-radius: 2px;
    transition: background .15s ease-in-out;
}
.ctf-stck-flw-links svg{
    width: 17px;
    color: #141B38;
}
.ctf-stck-flw-links a:hover{
    background: #fff;
}
.ctf-stck-flw-links a:hover svg{
    color: inherit;
}

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

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

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

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

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

/*** 6.0 - RESPONSIVENESS ***/
@media (max-width: 1024px) {
    .ctf-support-contact-block {
        flex-direction: column;
    }
    .ctf-support-contact-block .sb-contact-block-left,
    .ctf-support-contact-block .sb-contact-block-right {
        flex-basis: auto;
    }
    .ctf-support-contact-block .sb-contact-block-right {
        padding-top: 42px;
        padding-left: 0;
        border-left: 0px solid #DCDDE1;
        position: relative;
    }

    .ctf-support-contact-block .sb-contact-block-right:before {
        top: 25px;
        left: 0;
        width: 65px;
        height: 1px;
        background: #DCDDE1;
        position: absolute;
        content: '';
    }
}
@media (max-width: 767px) {
    .ctf-support-blocks {
        flex-direction: column;
    }
    .ctf-support-blocks .ctf-support-block {
        width: 100%;
        margin-bottom: 12px;
    }
    .auto-fold #wpcontent {
        padding-left: 0;
    }
    .ctf-fb-full-wrapper {
        padding: 70px 20px 0 20px;
    }
    .ctf-fb-hd-btn {
        padding: 0px 15px 0px 7px;
    }
    .ctf-fb-header {
        padding: 0px 20px;
    }
    .ctf-section-header,
    .ctf-export-settings-section {
        flex-wrap: wrap;
    }
    .ctf-section-header h2 {
        margin-bottom: 30px;
    }
    .ctf-section-header .ctf-search-doc {
        width: 100%;
    }
    .ctf-export-settings-section .ctf-export-left,
    .ctf-export-settings-section .ctf-export-right{
        width: 100%;
    }
    .ctf-export-settings-section .ctf-export-left {
        margin-bottom: 20px;
    }
    .ctf-export-settings-section .ctf-export-right {
        flex-wrap: wrap;
    }
    .ctf-export-settings-section .ctf-select {
        width: 100%;
        margin-bottom: 10px;
    }
    .sb-notification-ctn {
        left: 20px;
    }
}

@media (max-width: 580px) {
    .ctf-support-contact-block .sb-contact-block-left {
        flex-wrap: wrap;
    }
    .ctf-support-contact-block .sb-contact-block-left .sb-cb-content {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .ctf-fb-hd-btn {
        padding: 0px 10px 0px 7px !important;
    }
    .ctf-fb-hd-btn[data-icon="left"] {
        padding-right: 10px!important;
    }
}
