
/*------------------------------------------------------------------
[Master Stylesheet]

Project: Affilo Thrust
Version: 1.0.0
-------------------------------------------------------------------*/
/*--------- Body CSS Start -------*/
body{
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #8d8e9d;
    background-color: #f8f9fd;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0px;
    padding: 0px;
}
body.auth{
    background-image: url(../images/auth_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    height: 100vh;
    transition: all 0s;
    z-index: 1;
}
.sp_tooltip{position: relative;}

/*-------- preloader section start --------*/
#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
    text-align: center;
    }
.loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    border: 4px solid #062034;
    top: 50%;
    animation: loader 2s infinite ease;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #062034;
    animation: loader-inner 2s infinite ease-in;
  }
  
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(180deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(360deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
  }
/*--------- Typography CSS Start -------*/
a, a:hover, a:focus{
    color: #8d8e9d;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    color: #5c5c6d;
    font-weight:700;
}
img {
    max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
    outline: none !important;
    box-shadow:none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
*, *::before, *::after{
    box-sizing: border-box;
}
.hide{
    display:none;
}
.aft_process_box a.disablePointer {
    pointer-events: none;
    display: inline-block;
}
.aft_mrgn_btm_30{
    margin-bottom: 30px;
}
/*--------- Button CSS Start -------*/
.aft_btn, .aft_btn_dnld{
    min-width:170px;
    padding:0px 25px;
    height:50px;
    line-height:50px;
    border-radius:4px;
    color:#ffffff;
    text-transform:uppercase;
    border:none;
    cursor:pointer;
    font-weight: 600;
    display: inline-block;
    background-color: #062034;
    position: relative;
}
.aft_btn:hover, .aft_btn:focus, .aft_btn.active{
    opacity: 0.9;   
    color:#ffffff;
    box-shadow: 0px 10px 30px 0px rgba(30, 54, 72, 0.3);
}
/*---------- Authentication Page CSS Start -------*/
.aft_auth_wrapper{
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    padding: 15px;
    text-align: center;
    overflow: auto;
}
.aft_auth_wrapper:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
}
.aft_authinner_wrapper{
    width: 100%;
    max-width: 970px;
    background-color: #ffffff;
    border-radius: 0px;
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}
.aft_login_wrapper, .aft_signup_wrapper, .aft_forgot_wrapper, .aft_reset_wrapper{
    display: flex;
    min-height: 600px;
}
.aft_authimage_wrapper{
    background-color: #ffffff;
    padding: 0px 0px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    flex: 1;
}
.aft_login_wrapper .aft_authimage_wrapper{
    /* flex: 1; */
    padding-top: 112px;
    flex: 0 0 51%;
}
.aft_authcontent_wrapper{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 90px 50px 90px 30px;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-weight: 600;
}
.aft_login_wrapper  .aft_authcontent_wrapper{
    flex: 0 0 49%;
}
.aft_authcontent_wrapper h4{
    font-size: 28px;
    margin: 0px 0px 10px 0px;
}
.aft_authcontent_wrapper h4 span{
    color: #062034;
}
.aft_authcontent_wrapper p{
    font-size: 14px;
    margin: 0px 0px 30px 0px;
}
.aft_authcontent_wrapper .aft_auth_field{
    position: relative;
    width: 100%;
}
.aft_authcontent_wrapper .aft_auth_field svg{
    position: absolute;
    right: 30px;
    top: 22.4px;
    z-index: 1;
}
.aft_authcontent_wrapper .aft_auth_field input:focus ~ svg path{
    fill: #062034;
}
.aft_authcontent_wrapper .aft_auth_field input{
    width: 100%;
    height: 60px;
    border: 1px solid #e9eef5;
    margin-bottom: 20px;
    padding: 0px 60px 0px 30px;
    border-radius: 4px;
    background-color: #f4f7fb;
}
.aft_authcontent_wrapper .aft_auth_field input:focus{
    border: 1px solid #062034;
}
.aft_authcontent_wrapper input::-webkit-input-placeholder {
    color: #a5a6b3;
}
.aft_authcontent_wrapper input::-moz-placeholder {
    color: #a5a6b3;
}
.aft_authcontent_wrapper input:-ms-input-placeholder {
    color: #a5a6b3;
}
.aft_authcontent_wrapper input:-moz-placeholder {
    color: #a5a6b3;
}
.aft_authcontent_wrapper .aft_btn{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.aft_auth_checkbox {
    position: relative;
}
.aft_auth_checkbox > label{
    cursor: pointer;
    color: #8d8e9d;
    margin: 0;
}
.aft_auth_checkbox > label::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: rgba(222, 224, 225, 0.2);
    border: 1px solid #b8bfd0;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
.aft_auth_checkbox > input:checked ~ label{
    color: #062034;
}
.aft_auth_checkbox > input:checked ~ label::before{
    border: 1px solid #062034;
}
.aft_auth_checkbox > label::after{
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 14px;
    height: 6px;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #062034;
    border-left: 2px solid #062034;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.aft_auth_checkbox > input:checked ~ label::after{
    opacity: 1;
    visibility: visible;
}
.aft_auth_checkbox > input {
    position: absolute;
    left: -99999px;
}
.aft_auth_checkbox a{
    color: #8d8e9d;
}
.aft_remember_forgot {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}
.aft_remember_forgot .aft_forgot_password{
    flex: 1;
    text-align: right;
}
.aft_remember_forgot .aft_forgot_password a{
    color: #8d8e9d;
}
.aft_remember_forgot .aft_forgot_password a:hover{
    color: #062034;
}
.aft_auth_link{
    display: inline-block;
    width:100%;
    text-align: center;
    margin-top: 40px;
}
.aft_auth_link p{
    margin: 0px;
}
.aft_auth_link p a{
    color: #062034;
    font-weight: 700;
}
/*------ Main / Header Wrapper CSS Start ----*/
.aft_main_wrapper{
    width: 100%;
    position: relative;
    height: 100vh;
}
.aft_header_wrapper{
    display: flex;
    padding: 0px 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #f0f1f6;
}
.aft_logo{
    display: flex;
    align-items: center;
}
.aft_logo a{
    font-size: 25px;
    font-weight: 900;
    color: #062034;
}
.aft_menu{
    flex: 1;
    text-align: center;
}
.aft_menu > ul{
    margin: 0px;
    padding: 0px;
}
.aft_menu > ul > li{ 
    list-style: none;
    display: inline-block;
}
.aft_menu > ul > li > a{
    padding: 30px 0px;
    margin: 0px 30px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}
.aft_menu > ul > li > a svg{
    margin-right: 5px;
    margin-top: -3px;
}
.aft_menu > ul > li:first-child > a{
    margin-left: 0;
}
.aft_menu > ul > li:last-child > a{
    margin-right: 0;
}
.aft_menu > ul > li > a:hover, .aft_menu > ul > li > a:focus, .aft_menu > ul > li.active > a{
    color: #062034;
}
.aft_menu > ul > li > a:hover svg path, .aft_menu > ul > li > a:focus svg path, .aft_menu > ul > li.active > a svg path{
    fill: #062034;
}
.aft_menu > ul > li > a:after{
    content: "";
    position: absolute;
    background-color: #062034;
    height: 4px;
    top: 0;
    left: 100%;
    right: 100%;
}
.aft_menu > ul > li > a:hover:after, .aft_menu > ul > li > a:focus:after, .aft_menu > ul > li.active > a:after{
    right: 0;
    left: 0;
}
.aft_head_profile{
    display: flex;
    align-items: center;
    width: 126.63px;
    justify-content: flex-end;
}
.aft_head_profile > ul{
    margin: 0px;
    padding: 0px;
    display: flex;
}
.aft_head_profile > ul > li{
    list-style: none;
    padding: 24px 0px;
}
.aft_head_profile > ul > li > a{
    width: 36px;
    height: 36px;
    background-color: #062034;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 5px;
    position: relative;
}
.aft_head_profile > ul > li:last-child > a{
    margin-right: 0;
}
.aft_head_profile > ul > li:first-child > a{
    margin-left: 0;
}
.aft_head_profile > ul > li > a > span{
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: black;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    border: 2px solid #ffffff;
}
.aft_head_profile > ul > li > a p{
    margin: 0;
}
.aft_head_profile > ul > li.aft_head_profpic > a:after{
    content: ":";
    position: absolute;
    top: 0;
    right: -10px;
    color: #8d8e9d;
    font-weight: 900;
    font-size: 20px;
}
.aft_head_profile > ul > li.aft_head_profpic{
    position: relative;
}
.aft_head_profile_box{
    position: absolute;
    top:85%;
    right: -25px;
    background-color: #ffffff;
    border: 1px solid #d9dce8;
    border-radius: 5px;
    width: 180px;
    z-index: 99;
    display: none;
}
.aft_head_profile_box:after{
    content: "";
    position: absolute;
    top: -12px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 12px solid #ffffff;
}
.aft_head_profile_box:before{
    content: "";
    position: absolute;
    top: -14px;
    right: 9px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #d9dce8;
}
.aft_head_profile_box > ul{
    margin: 0;
    padding: 0;
}
.aft_head_profile_box > ul > li{
    list-style: none;
}
.aft_head_profile_box > ul > li > a{
    font-size: 14px;
    padding: 5px 20px;
    display: flex;
}
.aft_head_profile_box > ul > li > a:hover, .aft_head_profile_box > ul > li > a:focus{
    color: #062034;
}
.aft_head_profile_box > ul > li:first-child > a{
    padding-top: 10px;
}
.aft_head_profile_box > ul > li:last-child > a{
    padding-bottom: 10px;
}
/*------ Heading and Button Wrapper CSS Start ----*/
.aft_heading_btn_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aft_heading_btn_wrapper h4{
    margin: 0;
    text-transform: capitalize;
    flex: 1;
}
/*------ Mobile Scrollbar CSS Start ----*/
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    -webkit-appearance: none;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar:vertical {
    width: 8px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar:horizontal {
    height: 10px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
/*------ Table CSS Start ----*/
.aft_table_wrapper{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0px 50px 0px;
    position:relative;
}
.aft_table_wrapper .table{
    color: #8d8e9d;
    background-color: #ffffff;
}
.aft_table_wrapper .table th{
    color: #5c5c6d;
}
.aft_table_wrapper table.dataTable.nowrap td ul{
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.aft_table_wrapper table.dataTable.nowrap td ul li{
    list-style: none;
    margin: 0px 5px;
    display: flex;
}
.aft_table_wrapper label{
    margin-bottom: 20px;
    text-transform: capitalize;
}
.aft_table_wrapper input{
    border: 1px solid #f0f1f6;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
}
.aft_table_wrapper select {
    width: 70px !important;
    height: 50px;
    line-height: 50px;
    border: 1px solid #f0f1f6;
    padding: 0px 15px;
}
.aft_table_wrapper input:focus, .aft_table_wrapper select:focus{
    border-color: #f0f1f6;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding: 25px;
    padding-right: 30px;
    border-bottom: 0px;
    border-top: 3px solid #062034;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 1.7em;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    vertical-align: middle;
    padding: 15px 25px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td a:hover svg path{
    fill: #062034;
}
table.dataTable.nowrap th, table.dataTable.nowrap td svg{
    margin-top: 3px;
    vertical-align: text-top;
}
div.dataTables_wrapper div.dataTables_info {
    margin-top: 20px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    background-color: #ffffff;
    border: 1px solid #f0f1f6;
    width: fit-content;
    padding: 0px;
    display: inline-flex;
    margin-top: 20px;
}
.page-link {
    padding: 0.9rem 0.95rem;
    border: 0px;
    color: #8d8e9d;
}
.page-item.active .page-link, .page-link:hover, .page-link:focus {
    color: #fbfbfb;
    background-color: #062034;
    border-color: #062034;
    box-shadow: none;
}
table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 100px;
}
/*------ Bottom Blog CSS Start ----*/
.aft_bottom_blog_wrapper{
    width: 100%;
    padding: 30px 0px 10px 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
    z-index: 1;
    opacity:0;
    visibility:hidden;
    position: fixed;
    bottom: -115px;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.aft_bottom_blog_wrapper.aft_click_to_top{
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.aft_btm_blogform{
    /* width: 90%; */
    /* margin: 0 auto; */
    /* display: flex; */
}
.aft_btm_blogform > form{
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.aft_btm_blogform input{
    width: 100%;
    height: 50px;
    border: 1px solid #dbe1e9;
    margin: 0px 20px 20px 0px;
    padding: 0px 30px;
    border-radius: 4px;
}
/*------ Blog Wrapper CSS Start ----*/
.aft_blog_wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.aft_process_box{
    width: 100%;
    background-color: #f0f1f6;
    padding: 50px 15px 50px 15px;
    margin-bottom: 50px;
}
.aft_process_model {
    list-style: none;
    width: 80%;
    border: none;
    z-index: 0;
    margin: 0 auto;
    text-align: center;
}
.aft_process_model li {
    display: inline-block;
    width: 25%;
    position: relative;
    z-index: 1;
}
.aft_process_model li::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 100%;
    z-index: -1;
    left: 50%;
}
.aft_process_model li:last-child::before {
    width: 0;
}
.aft_process_model li::after {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 0%;
    z-index: -1;
    left: 50%;
}
.aft_process_model li:last-child::after {
    width: 0;
}
.aft_process_model li.visited::after {
    background-color: #062034;
    width: 100%;
}
.aft_process_model li.active, .aft_process_model li.visited {
    color: #062034;
}
.aft_process_model li.active p, .aft_process_model li.visited p {
    font-weight: 700;
    color: #062034;
}
.aft_process_model li span {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #d1d4df;
    line-height: 26px;
    border-radius: 50%;
    position: relative;
}
.aft_process_model li span:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 6px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
}
.aft_process_model li.active span {
    background-color: #ffffff;
    border-color: #062034;
}
.aft_process_model li.visited span  {
    background-color: #062034;
    border-color: #062034;
}
.aft_process_model li.active span:after, .aft_process_model li.visited span:after{
    opacity: 1;
    visibility: visible;
}
.aft_process_model li p {
    text-transform: capitalize;
    font-size: 14px;
    margin: 15px 0px 0px 0px;
    color: #a5a6b3;
}
.aft_blog_wrapper .tab-content{
    width: 80%;
    margin: 0 auto;
    padding: 0px 15px 50px 15px;
}

/* dashboard css start */
.aft_blank_wrapper {
    text-align: center;
    padding: 20px 20px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aft_blank_box h3 {
    margin-top: 20px;
    font-size: 22px;
}
.aft_blank_box h3 > a {
    color: #062034;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
}
.aft_blank_box h3 > a:hover {
    text-shadow: none;
}
.aft_blank_wrapper .aft_blank_box {
    background: #fff;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 20px -5px #a19ca14d;
    box-shadow: 0px 0px 20px -5px #a19ca14d;
    border-radius: 10px;
}
/* dashboard css End */



/*------ Code Paste CSS Start ----*/
.aft_codepaste_box{
    /* text-align: center; */
    /* margin-bottom: 50px; */
    /* max-width: 770px; */
    /* margin: 0 auto; */
}
.aft_codepaste_box input{
    width: 100%;
    height: 50px;
    border: 1px solid #d1d4df;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0px 25px;
    margin-bottom: 30px;
}
.aft_codepaste_box input::placeholder {
    color: #b8b9c6;
}
.aft_codepaste_box input:-ms-input-placeholder {
    color: #b8b9c6;
}
.aft_codepaste_box input::-ms-input-placeholder {
    color: #b8b9c6;
}
.aft_vdotutorial_box .embed-responsive{
    border: 3px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.06);
}
.aft_vdotutorial_box{
    text-align: center;
    /* max-width: 475px; */
    /* margin: 50px auto; */
}
.aft_vdotutorial_box p{
    margin: 30px 0px 0px 0px;
    font-size: 18px;
    color: #5c5c6d;
    font-weight: 600;
}
/*------ Find Article CSS Start ----*/
.aft_article_wrapper{
    width: 100%;
    text-align: center;
}
.aft_article_find_box form{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.aft_article_find_box .aft_select_box{
    height: 50px;
    border: 1px solid #d1d4df;
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 12px;
}
.aft_article_find_box .aft_select_box label{
    margin: 0px;
}
.aft_article_find_box .aft_select_box select{
    border: 0px;
}
.aft_article_find_box input{
    height: 50px;
    border: 1px solid #d1d4df;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px 20px;
    /* margin: 0px 20px; */
    margin-bottom: 15px;
    /* flex: 1; */
    width:100%;
}
.aft_article_find_box input::placeholder {
    color: #b8b9c6;
}
.aft_article_find_box input:-ms-input-placeholder {
    color: #b8b9c6;
}
.aft_article_find_box input::-ms-input-placeholder {
    color: #b8b9c6;
}
.aft_article_find_box .aft_btn{
    margin-bottom: 15px;
    width: 100%;
}
.aft_article_wrapper .aft_table_wrapper{
    width: 100%;
    padding: 30px 0px 20px 0px;
    text-align: left;
}
.aft_article_wrapper .aft_table_wrapper table thead th {
    vertical-align: bottom;
    border-top: 3px solid #062034;
    border-bottom: 0;
    padding: 25px;
}
.aft_article_wrapper .aft_table_wrapper table td {
    vertical-align: middle;
    padding: 15px 25px;
}
.aft_article_wrapper .aft_table_wrapper table td ul{
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.aft_article_wrapper .aft_table_wrapper table td ul li{
    list-style: none;
    margin: 0px 5px;
    display: flex;
}
.aft_article_wrapper .aft_table_wrapper table td .aft_rdo_btn{
    position: relative;
    width: 15px;
    height: 15px;
}
.aft_article_wrapper .aft_table_wrapper table td .aft_rdo_btn input[type=radio]{
    visibility: hidden;
    height: auto;
    width: auto;
    line-height: normal;
    padding: 0;
}
.aft_article_wrapper .aft_table_wrapper table td .aft_rdo_btn .txp_rdo_check{
    display: block;
    position: absolute;
    border: 2px solid #cdd5e7;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.aft_article_wrapper .aft_table_wrapper table td .aft_rdo_btn:hover .txp_rdo_check {
    border: 2px solid #062034;
}
.aft_article_wrapper .aft_table_wrapper table td .aft_rdo_btn .txp_rdo_check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.aft_article_wrapper .aft_table_wrapper table td .aft_rdo_btn input[type=radio]:checked ~ .txp_rdo_check {
    border: 2px solid #062034;
}
.aft_article_wrapper .aft_table_wrapper table td .aft_rdo_btn input[type=radio]:checked ~ .txp_rdo_check::before{
    background: #062034;
}
.aft_article_wrapper .aft_table_wrapper table td .aft_rdo_btn label{
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    padding: 7px;
    z-index: 10;
    cursor: pointer;
}

.aft_article_find_box .select_box, .select_box  {
    height: 50px;
    line-height: 50px;
    border: 1px solid #d1d4df;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px 12px;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.aft_article_find_box .select_box .select_item, .select_box .select_item {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    overflow: auto;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.aft_blog_wrapper .aft_article_wrapper.aft_tend_table_wrapper {
    width: inherit;
    padding: inherit;
    margin: inherit;
    text-align: left;
}
.aft_pastecode.aft_tend_table_wrapper {
    width: 100%;
    margin: inherit;
    padding: inherit;
}
.aft_codepaste_box .plus_sign {
    width: 40px;
    height: 40px;
    margin-top: 4px;
}
.aft_codepaste_box .plus_sign path {
    fill: #062034bd;
}


/*------ Spin And Move CSS Start ----*/
.aft_spin_move_wrapper{
    width: 100%;
    text-align: center;
}
.aft_spin_move_box{
    display: flex;
    margin-bottom:0px;
}
.aft_spin_move_boxes{
    border-left: 3px solid #062034;
    padding: 30px;
    background-color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
    max-height: 512px;
    overflow: auto;
}
.aft_spin_move_btn_boxes{
    margin: 0px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
    flex: 1;
}
.aft_spin_move_btn_boxes .aft_btn{
    margin: 10px 0px;
    background-color: #8d8e9d;
}
.aft_spin_move_btn_boxes .aft_btn:hover, .aft_spin_move_btn_boxes .aft_btn:focus, .aft_spin_move_btn_boxes .aft_btn.active {
    box-shadow: 0px 10px 30px 0px rgba(141, 142, 157, 0.45);
}
.aft_spin_move_wrapper .aft_notemessage {
    color: #062034;
    text-align: left;
}
.aft_linkcreate_box{
    width: 250px;
    height: 50px;
    background-color: #2095f2;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.aft_linkcreate_box:after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #2095f2;
}
.aft_linkcreate_box i{
    color: #ffffff;
    padding: 0px 10px 10px 10px;
}
.aft_linkcreate_box input{
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 0px;
    padding: 0px 5px;
    background-color: #2095f2;
    color: #ffffff;
}
.aft_linkcreate_box input::-webkit-input-placeholder {
    color: #f9f9f9;
    opacity: 0.5;
}
.aft_linkcreate_box input::-moz-placeholder {
    color: #f9f9f9;
    opacity: 0.5;
}
.aft_linkcreate_box input:-ms-input-placeholder {
    color: #f9f9f9;
    opacity: 0.5;
}
.aft_linkcreate_box input:-moz-placeholder {
    color: #f9f9f9;
    opacity: 0.5;
}
.aft_linkcreate_box button{
    height: 40px;
    border: 0px;
    width: 60px;
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
    padding: 0px;
}
.aft_linkcreate_box button:after{
    content: "";
    position: absolute;
    left: 16px;
    top: 11px;
    width: 8px;
    height: 16px;
    border: solid #2095f2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*------ Schedule or Publish CSS Start ----*/
.aft_schedule_or_publish_wrapper{
    width: 100%;
    /* margin-bottom: 50px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.aft_schedule_box{
    /* margin-bottom: 15px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.aft_schedule_box label{
    /* margin: 0; */
    /* margin-right: 15px; */
    /* color: #5c5c6d; */
    /* font-weight: 700 */
}
.aft_schedule_box input{
    /* height: 50px; */
    /* border: 1px solid #d1d4df; */
    /* background-color: #ffffff; */
    /* border-radius: 4px; */
    /* padding: 0px 15px; */
    color: #8d8e9d;
}
.gj-datepicker-md {
    color: #8d8e9d;
}
.gj-datepicker-md [role=right-icon] {
    top: 14px;
}
.gj-picker-md [role=header] {
    background: #5c5c6d;
}
.gj-picker-md table tr td.today div{
    color: #062034;
}
.gj-picker-md table tr td.selected.gj-cursor-pointer div{
    background-color: #062034;
}
.gj-picker-md [role=footer] button.gj-button-md{
    color: #062034;
}
.gj-picker-md [role=switch] {
    background-color: transparent;
}
.gj-picker-md .arrow-end {
    border-color: #062034;
}

.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow] {
    background-color: #062034;
}
.aft_schedule_or_publish_wrapper .aft_btn{
    margin-bottom: 15px;
}
.aft_text_img_wrapper{
    width: 80%;
    margin: 0 auto;
    /* text-align: right; */
}
.aft_text_img_wrapper .aft_text_img_mainbox {
    position: relative;
}
.aft_text_img_wrapper .clicktoedit {
    position: absolute;
    top: 0;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #062034;
    cursor: pointer;
}
.aft_text_img_box{
    background-color: #ffffff;
    padding: 30px 30px 10px 30px;
    width: 100%;
    margin-bottom: 30px;
    height: 512px;
    overflow: auto;
}
.aft_placement_wrapper{
    position: absolute;
    background-color: #ffffff;
    padding: 30px;
    top: 174px;
    left: 0px;
    bottom: 0;
    width: 300px;
    text-align: left;
    height:100%;
}
.aft_placement_wrapper label{
    text-transform: capitalize;
    color: #5c5c6d;
    font-weight: 700;
}
.aft_placement_wrapper input, .aft_placement_wrapper textarea{
    height: 50px;
    border: 1px solid #e9eef5;
    background-color: #f4f7fb;
    border-radius: 4px;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.aft_placement_wrapper textarea{
    padding: 15px;
    height: auto;
}
.aft_placement_wrapper ul{
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: 15px;
}
.aft_placement_wrapper ul li{
    list-style: none;
    text-transform: uppercase;
    background-color: #ebebeb;
    color: #6a6a6a;
    padding: 0px 15px;
    text-align: center;
    width: 33.33333%;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 700;
}
.aft_placement_wrapper ul li.active {
    background-color: #062034;
    color: #ffffff;
}
.aft_placement_wrapper ul li:last-child{
    margin-right: 0;
}
.aft_blog_publish .aft_publish_wrapper {
    width: 100%;
    padding: 50px 50px;
}
.aft_publish_wrapper h4 {
    font-size: 28px;
}
.aft_publish_wrapper .aft_btn {
    /* min-width: 150px; */
    /* padding: 0px 10px; */
    /* height: 40px; */
    /* line-height: 40px; */
    margin-top: 15px;
}
.aft_foget_model_wrapper.aft_blog_publish .aft_foget_model {
    max-width: 600px;
}
.aft_foget_model_wrapper.aft_blog_publish .aft_foget_model .aft_forgot_wrapper {
    max-height: 450px;
    overflow: auto;
    background: #ffffff;
    border-radius: 10px;
}
/*Checkboxes styles*/
.aft_publish_wrapper .table_content input[type="checkbox"] { display: none; }

.aft_publish_wrapper .table_content input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px;
  color: #062034;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.aft_publish_wrapper .table_content input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.aft_publish_wrapper .table_content input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #062034;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.aft_publish_wrapper .table_content input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aft_publish_wrapper .table_content .table > tbody > tr > td > p{
    margin:0;
}
    

/* trending products Start*/
.aft_tend_table_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}
.aft_tend_table_wrapper .trending_inputs > input{
    height: 50px;
    border: 1px solid #d1d4df;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px 12px;
    width: 100%;
    margin-bottom: 15px;
}
.aft_tend_table_wrapper .select_box, .select_box {
    height: 50px;
    line-height: 50px;
    border: 1px solid #d1d4df;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0px 12px;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.aft_tend_table_wrapper .select_box:after, .select_box:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px;
}
.aft_tend_table_wrapper .select_item{
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    overflow: auto;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
 .aft_tend_table_wrapper .select_box.open_select .select_item, .select_box.open_select .select_item{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.aft_tend_table_wrapper .select_box.open_select:after, .select_box.open_select:after{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.aft_tend_table_wrapper .select_item li, .select_item li {
    cursor: pointer;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.aft_tend_table_wrapper .select_item li:hover, .aft_tend_table_wrapper .select_item li:focus, .select_item li:hover, .select_item li:focus {
    background-color: #f6f6f6;
}
.aft_table_box .aft_btn {
    width: 100%;
    margin-bottom: 15px;
}
.aft_table_wrapper.aft_trendingpro_table .dataTables_length, .aft_table_wrapper.aft_trendingpro_table .dataTables_filter {
    display: none;
}
/* trending products End*/

/* setting pages css start */

.aft_table_wrapper.aft_setting_tbl table td ul{
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.aft_table_wrapper.aft_setting_tbl table td ul li {
    list-style: none;
    margin: 0px 5px;
    display: flex;
}
.aft_btn.setting_dowplug {
    margin-right: 20px;
}
.aft_btn.setting_dowplug i {
    margin-right: 5px;
}
/* setting pages css End */

/* forgot pass popup css */


.aft_foget_model_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border-radius: 0px;
}
.aft_foget_model_wrapper .aft_foget_model {
    width: 100%;
    max-width: 500px;
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
    box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
    position:relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px) rotateY(10deg);
    -webkit-transform: translateY(-50px) rotateY(10deg);
    -moz-transform: translateY(-50px) rotateY(10deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.aft_foget_model_wrapper .aft_foget_model .aft_authcontent_wrapper {
    border-radius:10px
}

.aft_foget_model_wrapper .aft_foget_model .aft_forgot_wrapper{
    min-height: inherit;
}
.aft_foget_model_wrapper .aft_foget_model .aft_forgot_wrapper .aft_authcontent_wrapper {
    padding: 50px 50px 50px 30px;
    align-items:inherit;
}
.aft_foget_model_wrapper .aft_foget_model .aft_forgot_wrapper .forgot_toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}
 .aft_foget_model .aft_forgot_wrapper .aft_authcontent_wrapper h4 {
   margin-bottom:30px;
   text-align: center;
}

/* open forgot popup css start */
.aft_foget_model_wrapper.open_forgot_popup, .aft_blog_publish.open_publish_popup, .aft_edit_model.aft_foget_model_wrapper.open_edit_model, .aft_tag_generate_model.aft_foget_model_wrapper.open_edit_model, .aft_insert_model.aft_foget_model_wrapper.open_insert_model {
    opacity:1;
    visibility:visible;
    
}
.aft_foget_model_wrapper.open_forgot_popup .aft_foget_model, .aft_blog_publish.open_publish_popup .aft_foget_model, .aft_edit_model.aft_foget_model_wrapper.open_edit_model .aft_foget_model, .aft_tag_generate_model.aft_foget_model_wrapper.open_edit_model .aft_foget_model, .aft_insert_model.aft_foget_model_wrapper.open_insert_model .aft_foget_model{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) rotateY(0deg);
    -webkit-transform: translateY(0px) rotateY(0deg);
    -moz-transform: translateY(0px) rotateY(0deg);
}

/* open forgot popup css End */
.aft_bottom_blog_wrapper.open_form_popup {
    opacity:1;
    visibility:visible;
    bottom: 0;
}

/* edit popup on click start */

.aft_edit_model.aft_foget_model_wrapper .aft_foget_model {
    max-width: 80%;
}
.aft_edit_model.aft_foget_model_wrapper .aft_foget_model .aft_forgot_wrapper {
    max-height: 500px;
    overflow: auto;
}

/* edit popup on click End */

/* start insert code popup */
.aft_edit_model .dis_instcode {
    background: #062034;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
}
.aft_insert_model .inster_popup_edit{
    cursor:pointer;
}
.aft_insert_model .inster_popup_edit path {
    fill: #062034;
}

/* radio button css */
.aft_insert_model .insert_radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.aft_insert_model .insert_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.aft_insert_model .insert_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    background-color:rgba(154, 237, 121, 0.44);
    border-radius: 50%;
}
.aft_insert_model .insert_radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.aft_insert_model .insert_radio input:checked ~ .checkmark {
  background-color: #062034;
}
.insert_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.aft_insert_model .insert_radio input:checked ~ .checkmark:after {
  display: block;
}
.insert_radio .checkmark:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}
/* End insert code popup */


.aft_edit_model.aft_foget_model_wrapper .cke_textarea_inline{
    max-height: 400px;
    overflow: auto; 
    border: 2px solid #062034 !important;
    padding: 6px !important;
    overflow-x: hidden;
}
.aft_edit_model.aft_foget_model_wrapper .aft_authcontent_wrapper .aft_btn {
    width: auto;
    margin-top: 30px;
}
.aft_tag_generate_popup{
    position: relative;
    top: -15px;
    color: #062034;
    font-size: 14px;
}
.aft_tag_generate_model .aft_foget_model{
    max-width: 600px;
}
.aft_tag_generate_model .aft_foget_model .aft_auth_field{
    display: flex;
}
.aft_tag_generate_model .aft_foget_model .aft_auth_field input{
    margin-right: 10px;
}
.aft_tag_generate_model .aft_foget_model .aft_auth_field .aft_btn{
    width: auto;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
.aft_tag_generate_model .aft_foget_model .aft_authcontent_wrapper{
    align-items: center !important;
}
.aft_tag_generate_model .aft_foget_model .aft_authcontent_wrapper input{
    padding: 0px 20px 0px 20px;
}
.aft_tag_generate_model .aft_foget_model .aft_authcontent_wrapper textarea{
    width: 100%;
    border: 1px solid #e9eef5;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 4px;
    background-color: #f4f7fb;
}
.aft_tag_generate_model .aft_foget_model .aft_authcontent_wrapper textarea:focus{
    border: 1px solid #062034;
}
.aft_tag_generate_model .aft_foget_model .aft_authcontent_wrapper .aft_btn{
    width: auto;
}

/* forgot pass popup css */
/* sidebar popup start*/
/* popup design start */

.ad_poupup_wrapper {
    position: fixed;
    background: #00000042;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    opacity:0;
    visibility:hidden;
}
.ad_inner_poupup {
    width: 767px;
    max-width: 100%;
    position: fixed;
    right: -480px;
    background: #fff;
    height: 100%;
    transition: all .15s ease-in-out;
    z-index: 999;
    box-shadow: 0 0 30px #bbbbbb;
}
.ad_sidepop_heading {
    background: #062034;
    text-align: center;
    padding: 15px;
    position: relative;
}
.ad_sidepop_heading h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.ad_close_popup {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 19px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #062034;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ad_sidepop_data {
    padding: 15px 30px;
    overflow: auto;
    height: calc(100vh - 60px);
}
.ad_sidepop_data ul{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.ad_sidepop_data ul li{
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #ececec;
}
.ad_sidepop_data label {
    color: #4a5159;
    text-transform: capitalize;
    position: relative;
    margin: 0px 0 5px;
    padding-left: 20px;
}
.ad_sidepop_data .form-group>label {
    padding: 0;
}
.ad_sidepop_data .BackButton label{
    width: 100%;
    padding:0px;
}
.ad_sidepop_data .BackButton label input {
    margin-top: 5px;
}
.ad_sidepop_data label.forRadio{
    cursor: pointer;
}
.ad_sidepop_data label input[type=radio]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiobtn{
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #cccccc;
    border-radius: 50%;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.ad_sidepop_data label:hover input[type=radio] ~ .radiobtn{
    background-color: #cccccc;
}
.ad_sidepop_data label input[type=radio]:checked ~ .radiobtn{
    background-color: #062034;
}
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}
.ad_sidepop_data label input[type=radio]:checked ~ .radiobtn:after {
    display: block;
}
.ad_sidepop_data label .radiobtn:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.dateTimeSection .Date-Timeonthepage{
    margin-bottom: 20px;
    /* border-bottom: 1px solid #ececec;
    padding-bottom: 10px; */
}
.ad_sidepop_data .dateTimeSection .Date-Timeonthepage > label{
    width: 32%;
}
.ad_sidepop_data input[type=number]{
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ececec;
    padding: 0px 10px;
    margin: 5px 0px;
}
/*.ad_sidepop_data input[type=number]{
    width: 10%;
}*/
.ShowCode{
    padding: 20px 0px;        
}
.ShowCode p{
    color: #062034;
    margin-bottom: 5px;
    font-weight: 600;
}
.ShowCode .notes{
    font-size: 13px;
    position: relative;
    top: -6px;
}
.ShowCode textarea{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ececec;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    height: 100px;
    color: #4a5159;
}
.copySection textarea{
    margin-top: 10px;
}
.sb_setting_wrapper > .copySection{
    width: 50%;
}
.copySection {
    margin-bottom: 10px;
}
.copySection > span.copyLiveScript{
    float: right;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    text-transform: capitalize;
    color: #8d8d8d;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}
.copySection > span.copyLiveScript.copied{
    border: 1px solid #062034;
    background-color: #062034;
    color: #ffffff;
}
.copySection > span.copyLiveScript > i{
    margin-right: 5px;
}
.acc_lvl_cbox {
    margin-left: 1.25rem;
    margin-right: 5px;
}
.ad_sidepop_data  .form-control, .ad_sidepop_data .form-group textarea{
    width: 100%;
    height: 60px;
    border: 1px solid #e9eef5;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 4px;
    background-color: #f4f7fb;
}
.ad_sidepop_data .form-control:focus, .ad_sidepop_data .form-group textarea:focus{
    border-color: #062034;
}
.GeoLocation>div>label,.Date-Timeonthepage>div>label {
    width: 100%;
    padding: 0;
    margin: 0;
}

.GeoLocation label input ,.Date-Timeonthepage label input {
    width: 100% !important;
}

.GeoLocation>div ,.Date-Timeonthepage>div {
    margin-bottom: 15px;
}

.GeoLocation>div.colorBox ,.Date-Timeonthepage>div.colorBox {
    margin-bottom: 10px;
}
.ad_sidepop_data .dateTimeSection .Date-Timeonthepage > label.forRadio {
    padding-left: 20px;
}
/* start open popup edit setting */
.ad_poupup_wrapper.open_sbsetting{
    opacity:1;
    visibility:visible;
}
.ad_poupup_wrapper.open_sbsetting .ad_inner_poupup{
    right:0;
}
/* end open popup setting */
/* start geo redirection setting */
.sectionHeading {
    font-size: 16px;
    color: #062034;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.dataToAppend {
    width: 100%;
    display: flex;
    align-items: center;
}

.dataToAppend label {
    width: 45%;
    margin-right: 8px;
    float: left;
    padding:0px;
}
.dataToAppend .select2-container{
    margin-bottom: 20px !important;
    width: 100% !important;
}

#default_url_section label {
    width: 100%;
    padding: 0px;
}
#default_url_section {
    margin-top: 30px;
    display: block;
}
#default_url_section label input {
    margin-bottom: 10px;
}
/* end geo redirection setting */

/* sidebar popup End*/



/*campaign box*/
.sb_section{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0px 50px 0px;
}
.sb_Campaign_box {
    margin-bottom: 40px;
    display: block; 
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.sb_Campaign_box.sb_toggle {
    display: block;
}
.sb_Campaign_box.sb_active {
    position: relative;
}
.sb_campaign_img .sb_title {
    margin: 15px 0 0 0;
}
.sb_Campaign_box.sb_active:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #062034;
    content: '\f00c';
    border-radius: 100%;
    right: 8px;
    top: 8px;
    font-family: "Font Awesome 5 Pro";
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
}

.sb_Campaign_box .sb_campaign_img {
    position: relative;
    box-shadow: 0 0px 30px rgba(26, 33, 57, 0.07);
    border-radius: 5px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    text-align: center;
    padding: 25px 20px 30px;
}

.sb_Campaign_box img {
    border-radius: 5px;
}

.sb_Campaign_box .sb_overlay_wrapper {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.70);
    padding: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 5px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}

.sb_Campaign_box:hover .sb_overlay_wrapper {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.sb_Campaign_box .sb_overlay_wrapper .sb_btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #ffffff;
    border: none;
    color: #062034 !important;
    font-weight: 700;
    max-width: 110px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.sb_Campaign_box:hover .sb_overlay_wrapper .sb_btn {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}

.sb_title {
    color: #3e4768;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sb_Campaign_box:hover .sb_title {
    color: #062034;
}

.sb_campaign_toggle {
    color: #fff;
    cursor: pointer;
}

.sb_campaignmenu_wrapper ul {
    padding: 0 20px;
    list-style: none;
    margin: 0;
    position: absolute;
    right: -16px;
    top: 100%;
    background-color: #ffffff;
    width: 115px;
    border-radius: 10px;
    display: none;
}

.sb_campaignmenu_wrapper ul:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: #ffffff;
    right: 13px;
    top: -3px;
}

.sb_campaignmenu_wrapper ul li:first-child {
    padding: 10px 0 0 0;
}

.sb_campaignmenu_wrapper ul li:last-child {
    padding: 0 0 10px 0;
}

.sb_campaignmenu_wrapper ul li a {
    font-size: 14px;
    color: #3e4768 !important;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
}

.sb_campaignmenu_wrapper ul li a:hover {
    color: #062034;
}

.sb_campaignmenu_wrapper {
    position: absolute;
    right: 24px;
    top: 20px;
    padding-bottom: 6px;
}
.sb_Campaign_box.sb_toggle span {
    right: 10px;
    position: absolute;
    top: 10px;
}

/**toggle **/

.sb_toggle {
    margin: 0;
    display: inline-flex;
}

.sb_toggle input {
    display: none;
}

.sb_toggle span {
    width: 27px;
    height: 10px;
    background-color: rgba(6, 32, 52, 0.1);
    border-radius: 10px;
    position: relative;
}

.sb_toggle span:after {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #989da0;
    content: '';
    border-radius: 100%;
    left: 0;
    top: -2px;
    z-index: 1;
}

.sb_toggle input:checked~span{
    background-color:  rgba(6, 32, 52, 0.5)
}
.sb_toggle input:checked~span:after {
    left: auto;
    right: 0;
    background-color: #062034;
}
/* select box */
.select2-container .select2-selection--single {
    height: 60px;
    background-color: #f4f7fb;
    border: 1px solid #e9eef5;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-height: 55px;
    color: #6c757d;
    padding: 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}
.select2-results__option,.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #f4f7fb;
    padding: 15px 20px;
}
.select2-dropdown{
    border-color:#e9eef5;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #062034;
}
.select2.select2-container.select2-container--default {
    margin-bottom: 15px;
    width: 100% !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #f4f7fb;
    border-color: #efefef;
    border-radius: 4px;
    height: 45px;
    padding: 0 10px;
}
.ad_sidepop_data .aft_btn {
    margin-top: 10px;
}
.dateTimeSection  .aft_btn {
    display: block;
}
.sb_edit {
    margin-right: 10px;
}
.aft_auth_field label.sb_toggle {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.aft_auth_field label.sb_toggle span {
    margin-right: 20px;
}
.sb_halfdiv {
    display: flex;
}

.sb_halfdiv input[type=number] {
    height: 60px;
    margin: 0 15px 0 0;
}
.sb_halfdiv .select2.select2-container.select2-container--default{
    margin-bottom: 0px; 
}
.ad_sidepop_data label.sb_toggle {
    display: flex;
    align-items: center;
}

.ad_sidepop_data label.sb_toggle>span {
    margin-left: 20px;
}
.OfferiFramer label {
    width: 100%;
    margin: 0;
    padding:0;
}

.OfferiFramer label input {
    margin-top: 5px;
}
.TabMessaging label {
    width: 100% !important;
    padding:0;
}
.TabMessaging label input {
    margin-top: 5px;
}
/*--web timer css start--*/
.labelSection label {
    width: 40%;
    background-color: #f8f9fd;
    padding: 10px 10px 10px 30px;
    border-radius: 6px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.labelSection label>span.radiobtn {
    left: 10px;
} 
.showDateSection label {
    padding: 0;
    width: 100%;
}

.showDateSection label input {
    height: 50px !important;
    margin: 15px 0 0; 
}
.showDateSection label .select2 {
    margin: 15px 0 0;
}
/** Time **/
.sb_timeboxes{
    padding: 0;
    list-style: none;
    margin: 15px 0px !important;
    padding: 0px;
    float: left;
    width: 100%;
}
.sb_timeboxes li {margin: 0 0 10px 5px;border: 1px solid #ddd;background-color: #fff;border-radius: 5px;text-align: center;min-width:70px;width:23%;float:left;padding: 0 !important;}

.sb_timeboxes li>span {
    background-color: #f8f9fd;
    font-size: 9px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    display:  block;
}
.sb_timeboxes li>div {
    line-height: 44px;
    outline: none;
    height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}
.sb_timeboxes li:first-child {
    margin-left: 0;
}
.colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../images/colorpicker/select.png);
    display:inline-block;
}
.colorSelector div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(../images/colorpicker/select.png) center;
}
.EmailTimer  label {
    width: 100%;
    padding: 0;
}
/*--web timer css end--*/
#preview_modal iframe{
    border: none;
    width: auto;
    margin: 0 auto;
}
.iframer_coder_preview .aft_foget_model {
    max-width: 800px;
} 
.iframer_coder_preview .aft_foget_model iframe {
    height: 700px;
    border:none;
    width: 100% !important;
}
.date_time_preview iframe{ 
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);*/
    /*height: 34px;   */
}
.date_time_preview .aft_foget_model {
    position: relative;
}
.web_timer_preview iframe {
    width: 100% !important;
    height: 116px;
}
.web_timer_preview  .aft_foget_model {
    max-width: 545px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #062034;
    color: #fff;
    border-color: #062034;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span.select2-selection__choice__remove {
    margin-right: 6px;
    background-color: #fff;
    color: #062034;
    height: 16px;
    width: 16px;
    border-radius: 20px;
    text-align: center;
    line-height: 15px;
}
.noAppAsign {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #06203424;
    font-size: 18px;
    margin-top: 65px;
    text-align: center;
}
.noAppAsign p {
    margin: 0;
}
.aft_search_box {
    position: absolute;
    right: 0;
    max-width: 300px;
    width: 100%;
    z-index:1;
}

.aft_search_box input {
    width: 100%;
}
/*------ Responsive CSS Start ----*/
@media (min-width: 992px) and (max-width: 1199px) {
.aft_blog_wrapper .tab-content {
    width: 100%;
}
.aft_text_img_wrapper {
    width: 100%;
}
.aft_placement_wrapper {
    position: initial;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;          
}
.aft_text_box {
    padding: 0px 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.aft_menu > ul > li > a {
    margin: 0px 6px;
}
.aft_menu > ul > li > a svg {
    margin-right: 2px;
}
.aft_header_wrapper {
    padding: 0px 15px 0px 10px;
}
.aft_head_profile_box {
    right: 0px;
}
.aft_btm_blogform {
    flex-direction: column;
}
.aft_btm_blogform input {
    margin: 0px 0px 20px 0px;
}
.aft_process_model {
    width: 100%;
}
.aft_blog_wrapper .tab-content {
    width: 100%;
}

.aft_text_img_wrapper {
    width: 100%;
}
.aft_placement_wrapper {
    position: initial;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.aft_text_box {
    padding: 0px 0px;
}
}
@media (max-width: 1199px) {
.aft_text_img_wrapper .clicktoedit{
    right:0;
}
}
    
@media (max-width: 767px) {
.aft_auth_wrapper:before {
    height: auto;
}
.aft_authcontent_wrapper {
    padding: 40px 50px;
}
.aft_login_wrapper, .aft_signup_wrapper, .aft_forgot_wrapper, .aft_reset_wrapper{
    flex-direction: column;
}
.aft_auth_img{
    display: none;
}
.aft_header_wrapper {
    padding: 0px 15px;
}
.aft_head_profile_box {
    right: 0px;
}
.aft_head_profile > ul > li:last-child > a {
    margin-right: 10px;
}
.aft_logo {
    flex: 1;
    position: relative;
}
.aft_menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -200px;
    height: 100%;
    width: 200px;
    background-color: #ffffff;
    border-right: 1px solid #f0f1f6;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.06);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99;
}
.aft_menu.active {
    left: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.aft_menu > ul > li {
    width: 100%;
}
.aft_menu > ul > li > a {
    padding: 10px 15px;
    margin: 0;
    width: 100%;
}
.aft_menu > ul > li > a:after{
    height: auto;
    top: 100%;
    left: 0;
    right: auto;
    width: 3px;
    bottom: 100%;
}
.aft_menu > ul > li > a:hover:after, .aft_menu > ul > li > a:focus:after, .aft_menu > ul > li.active > a:after {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
}
.aft_menu > ul > li > a svg {
    margin-right: 3px;
    width: 20px;
}
.aft_menu_line {
    position: absolute;
    top: 26.5px;
    right: 10px;
    cursor: pointer;
    display: inline-block;
    z-index: 2;
    width: 30px;
    height: 22px;
}
.aft_menu_line span, .aft_menu_line span:before, .aft_menu_line span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 30px;
    display: block;
    border-radius: 2px;
    background: #062034;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.aft_menu_line span:before {
    top: -10px;
}
.aft_menu_line span:after {
    bottom: -10px;
}
.aft_menu_line.active span {
    background-color: transparent;
}
.aft_menu_line.active span:before, .aft_menu_line.active.active span:after {
    top: 0;
}
.aft_menu_line.active span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.aft_menu_line.active span:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.aft_head_profile > ul > li {
    padding: 20px 0px;
}
.aft_btm_blogform {
    flex-direction: column;
}
.aft_btm_blogform input {
    margin: 0px 0px 20px 0px;
}
.aft_bottom_blog_wrapper {
    padding: 30px 0px 30px 0px;
}
.aft_process_model {
    width: 100%;
}
.aft_article_find_box form{
    flex-direction: column;
}
.aft_article_find_box .aft_select_box {
    width: 100%;
}
.aft_article_find_box input {
    margin: 0px 0px;
    margin-bottom: 15px;
    flex: auto;
    width: 100%;
}
.aft_blog_wrapper .tab-content{
    width: 100%;
}
.aft_spin_move_box {
    flex-direction: column;
}
.aft_schedule_or_publish_wrapper {
    flex-direction: column;
}
.aft_schedule_box {
    flex-direction: column;
}
.aft_schedule_box label{
    margin-bottom: 10px;
}
.aft_text_img_wrapper {
    width: 100%;
}
.aft_placement_wrapper {
    position: initial;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.aft_text_box {
    padding: 0px 0px;
}
.aft_heading_btn_wrapper{
    display:block;
}
.aft_heading_btn_wrapper h4 {
    margin-bottom: 15px;
}
.aft_tag_generate_model .aft_foget_model .aft_auth_field {
    flex-direction: column;
    align-items: center;
}
.aft_tag_generate_model .aft_foget_model .aft_auth_field input {
    margin-right: 0px;
}
.aft_tag_generate_model .aft_foget_model .aft_auth_field .aft_btn{
    margin-bottom: 20px;
}
}
@media (min-width: 480px) and (max-width: 767px) {}
@media (max-width: 479px) {
.aft_authcontent_wrapper {
    padding: 30px 15px;
}
.aft_bottom_blog_wrapper {
    padding: 20px 0px 20px 0px;
}
.aft_btn.setting_dowplug{
    margin-bottom: 10px;
}
}

.colorBox input {
    display: none;
}
.colorBox {
    margin-right: 35px;
    display: inline-block;
}
.colorBox label {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 0px;
    cursor: pointer;
}
.colorBox label>div {
    width: 20px;
    height: 20px;
    background-color: #000;
    display: inline-flex;
    border-radius: 3px;
    margin-right: 5px;
    border: 2px solid #062034;
}
.colorBox + button {
    display: block;
}

/**autoresponding form **/
.autoRespSetting .auto-responder {
    position: relative;
    max-width:250px;
    width: 30%;
    float: left;
    margin: 0 20px 20px 0;
}
.autoRespSetting .auto-responder label {
    border-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 28px 20px;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    min-height: 180px;
    cursor: pointer;
}
.autoRespSetting .auto-responder .inner-wrapper input {
    display: none;
}
.autoRespSetting .auto-responder .inner-wrapper>label {
    position: relative;
}
.autoRespSetting .auto-responder .inner-wrapper>label:before{
    border: 3px solid #f7f7f7;
    content: "";
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 11px;
    height: 26px;
    width: 26px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.autoRespSetting .auto-responder .inner-wrapper input:checked + label:before{
    border-color: #062034;
    content: "\f00c";
    color: #062034; 
    font-family:'fontawesome';
}
.autoRespSetting .auto-responder .inner-wrapper>label:after {
    content: '';
    position: absolute;
    width: 96px;
    height: 96px;
    background: url(../images/autoresponder.png) no-repeat center center;
    background-position: 0 0;
    left: 50%;
    margin-left: -48px;
    top: 40%;
    margin-top: -48px;
} 
.autoRespSetting .auto-responder .inner-wrapper>label >span{
    position: absolute;
    bottom: 18px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 14px;
    padding: 6px;
}
.autoRespSetting .auto-responder .inner-wrapper>label[for="activecampaign"]:after {
    background-position: 0px -670px;
}
.autoRespSetting .auto-responder .inner-wrapper>label[for="aweber"]:after {
    background-position: 0 -96px;
}
/**tab design**/
.sb_tab_wrapper .nav-tabs li a {
    padding: 20px;
    background-color: #e8ecf9;
    margin-right: 15px;
    display: inline-block;
    border-bottom: none;
}
.sb_tab_wrapper .tab-content {
    padding: 30px;
    background-color: #fff;
    display: grid;
}
.sb_tab_wrapper .nav-tabs li a.active {
    background-color: #062034;
    color: #fff;
    position: relative; 
}
.sb_tab_wrapper .nav-tabs li a.active:after {
    position: absolute;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/* setting section */
p.showNote{
    margin-top: 10px;
}
.sb_setting_wrapper {
    display: flex;
}
.sb_setting_wrapper .sb_preview,.sb_setting_wrapper .sb_setting {
    flex: 1;
}
.sb_setting_wrapper .sb_setting {
    margin-right: 30px;
}
.sb_settingBox{
    background-color: #f8f9fd;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
  
}
.sb_settingBox>div{
    display: flex; 
    border-bottom: 1px solid #e2e2e2;
}
.sb_settingBox>div:last-child {
    border-bottom: none;
}
.sb_setting_wrapper .sb_setting .sb_setting_section {
    flex: 1;
    margin-right: 15px;
}
.sb_feildtype>label {
    background-color: #f8f9fd;
    padding: 15px;
    width: 49%; 
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 50px;
    position: relative;
}

.sb_feildtype>label:last-child {
    margin: 0;
}

.sb_setting_wrapper .sb_setting .sb_setting_section:last-child {
    margin: 0;
}

.sb_feildtype>label>input {
    display: none;
}

.sb_feildtype>label>span:before {
    border: 3px solid #062034;
    content: "";
    font-size: 14px;
    position: absolute;
    top: 14px;
    left: 14px;
    height: 26px;
    width: 26px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-family: "fontawesome";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.sb_feildtype input:checked + span:before{
    content: "\f00c";
    color: #062034; 
}
h3.sb_nameSelection,.sb_numberSelection{
    font-size: 18px;
    display: flex;
    color: #062034;
    align-items: center;
    margin: 10px 0 15px;
}

h3.sb_nameSelection>.sb_toggle,.sb_numberSelection>.sb_toggle {
    margin-left: 30px;
    cursor: pointer;
}
.sb_settingheading{
    font-size: 18px;
    color: #062034;
    margin-bottom: 18px;
}
.emailSetting{
    font-size: 18px;
    color: #062034;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9e2e8;
    padding-bottom: 15px;
}
.sb_setting_wrapper.autoresponderSetting>label {
    width: 24%;
    margin-right: 1%;
}
.sb_button_setting {
    flex-direction: column;
}
.sb_button_setting .sb_setting_section:last-child {
    display: flex;
}
#newslatter #pushCode {
    margin-top: 25px;
    width: 49%;
    height: 200px;
    background-color: #f4f7fb;
    border: 1px solid #e9eef5;
    border-radius: 5px;
    resize: none;
    padding: 10px 15px;
}

#newslatter .sb_setting_wrapper > .copySection > textarea#pushCode{
    width: 100% ;
}

@media (max-width:1660px){
    .sb_feildtype>label{
        width:45%;
    }
}
@media (max-width:1100px){
    .sb_setting_wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .sb_Campaign_box .sb_campaign_img>svg {
        width: 50px;
        height: 50px;
    }
    .sb_campaign_img .sb_title{
        font-size:16px;
    }
    .sb_setting_wrapper .sb_setting {
        margin-right: 0;
    }
    .sb_setting_wrapper.autoresponderSetting>label {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width:768px){
    .aft_head_profile{
        width:60px;
    }
}
@media (max-width:710px){
    .autoRespSetting .auto-responder {
        width: 45%;
    } 
    .sb_button_setting .sb_setting_section {
        flex-direction: column;
    }
}
@media (max-width:510px){
    .autoRespSetting .auto-responder {
        width: 100%;
        margin-right: 0px;
        max-width: 100%; 
    }  
    .sb_settingBox>div{
        flex-direction: column;
    }
}

.aft_authcontent_wrapper .aft_auth_field .select2 input {
    height: auto;
    border: none;
}

.aft_authcontent_wrapper p#pushUrl {
    text-align: left;
    margin: 0;
    height: 46px;
    border: 1px solid #ddd;
    line-height: 44px;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    position: relative;
}

.web_timer_label .position_section > label {
    padding-left: 0;
    width: 100%;
}

.position_section {
    margin-bottom: 15px;
}

.position_section > div label {
    padding-left: 20px;
    color: #062034; 
}

.sb_postField {
    text-align: left;
}

.sb_postField span {
    margin-right: 10px;
    display: block;
}

.sb_postField label {
    color: #062034;
    margin: 15px 0 5px 0px;
}

.aft_authcontent_wrapper p#pushUrl span.sb_copyUrl {
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer;
    bottom: -1px;
    background-color: #062034;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    border-radius: 0 4px 4px 0;
}

.dataToAppend .sb_edit img{
    margin-top: 15px;
}

.swal-footer{
        text-align: center !important;
}
