@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800');
body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    color: #000;
    font-family: 'Poppins', sans-serif !important;
}
a {
    text-decoration: none;  
}
a:hover {
    text-decoration: none;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*.
-------scarcity_proof_tabs---------
*/
.smatrs_notifications_tabs {
    width: 100%;
    float: left;
}
.smatrs_notifications_tabs .container {
    float: left;
    width: 100%;
    max-width: 1330px;  
}

.smatrs_notifications_tabs_outter {
    padding-bottom: 30px;
    margin-bottom:30px;
}
.smatrs_notifications_tabs_outter .tab-content {
    padding: 0 15px;
    border: 2px solid #385772;
    background: #fbfbfb;
    border-radius: 4px;
    margin-top: 2px;
}
 

.ml-mr-0{
    margin-left: 0px;
    margin-right: 0px;
}
.smatrs_notifications_tabs_outter .tab-content .active {
    padding-top: 30px;
}
.tabs_inner_forms {
    float: left;
    width: 100%;
}
.tabs_field{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.tabs_field label {
    font-weight: 400;
    text-transform: none;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}
.tabs_field label i {
    background: #ffb835;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}
.tabs_field .form-control {
    border:1px solid #ddd;
    box-shadow: none;
    outline: 0px;
    border-radius: 0px;
    height: 45px;
    font-size: 14px;
    background: #fbfbfb;
}
.tabs_field .form-control:focus{
    border-color: #5b9dd9;
    -webkit-box-shadow: 0 0 2px rgba(30,140,190,.8);
    box-shadow: 0 0 2px rgba(30,140,190,.8);
}

.template-style-outer-wrapper .form-control,
.template-style-outer-wrapper .form-control:focus {
    height: 33px;
}

.form-control.selct_field {
    text-transform: capitalize;
    color: #666;    
    font-size: 14px;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 12px;
    cursor: pointer;
    background: url(../images/drop-down.png),#fbfbfb;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 98%;
    border-radius: 0px;
    border-color: #ddd;
    border-radius: 0px;
    height: 45px !important;
    font-size: 14px;
    max-width: 100%;
}
.btn-submit {
    background: #00aa9f;
    border-radius: 30px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: ;
    color: #fff;
    font-weight: 500;
    letter-spacing: .2px;
    box-shadow: 0px 2px 10px 0 rgba(0,0,0,.2);
    transition: linear .3s;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -o-transition: linear .3s;
    -ms-transition: linear .3s;
    line-height: 50px;
    height: 50px;
    padding: 0 35px;
}
.btn-submit:hover,.btn-submit:focus,
.btn-submit:active{
    background: #333;
    color: #fff;
}
.pull-center.btn.btn-submit{
    background: #333;   
}
.pull-center.btn.btn-submit:hover,.pull-center.btn.btn-submit:focus,
.pull-center.btn.btn-submit:active{
    background: #00aa9f;
}
.border-bottom {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.p-r-0{
    padding-right: 0px !important;
}
.p-l-0{
    padding-left: 0px !important;
}
.margin-50{
    margin-top: 50px;
}
.form-control.color_picker.selct_field{
    background:url(../images/drop-down.png) , #e8e8e8;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 98%;
}
.outter_border_box {
    display: inline-block;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 20px;
    background-color: #ffffff;  
}
.template_name {
    font-size: 16px;
    color: #333;
    display: inline-block;
    position: relative;
    text-transform: capitalize; 
}
.tab-col2.active, .tab-col2:hover{
    background: #3E5577;
    background: #e87d09;
}

#custom_outer_conatiner {
    border: 2px dashed #ddd;
    padding: 10px 15px;
}
#custom_outer_conatiner h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #586671;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
#custom_outer_conatiner .dropdown_prod {
    z-index: 1;
}
/*tabs Design*/
.smatrs_notifications_tabs .nav.nav-tabs.proof_tabs{
    border: 0px;
}
.smatrs_notifications_tabs .nav-tabs.proof_tabs li{
    margin-right: 0px;
}
.smatrs_notifications_tabs .nav-tabs.proof_tabs li a {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: .5px;
    padding: 15px 20px;
    border-color: #ddd;
    border-top-color: transparent;
    border-bottom-color: transparent;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;    
    background: #fff;
    z-index: 1;
    width: auto;
    min-width: 120px;
    text-align: center;
    transition: linear .3s; 
    -webkit-transition: linear .3s; 
    -o-transition: linear .3s; 
    -moz-transition: linear .3s; 
    -ms-transition: linear .3s; 
    background: #fff;   
    -ms-transform: translate(00px,0px); /* IE 9 */
    -webkit-transform: translate(00px,0px); /* Safari */
    transform: translate(00px,0px);
    border-radius:4px 4px 0px 0px;
    border: 2px solid #ddd;
    border-bottom: 0px;
    outline: 0px !important;
    margin-right: 10px;
}   
.smatrs_notifications_tabs .nav-tabs.proof_tabs li a.active,.smatrs_notifications_tabs .nav-tabs.proof_tabs li a:hover,.smatrs_notifications_tabs .nav-tabs.proof_tabs li a:focus{
    background: #385772;
    color: #fff;
    border: 2px solid #385772;
    border-radius:4px 4px 0px 0px;
    /*border-bottom: 0px !important; */
    -ms-transform: translate(0px,-5px);  
    -webkit-transform: translate(0px,-5px); 
    transform: translate(0px,-5px);
    outline: 0px !important;
    box-shadow: none;
}
.nav-tabs.proof_tabs li a::after,.nav-tabs.proof_tabs li a::before{
    position: absolute;
    content: '';
    top: -1px;
    width: 100%;
    height: 8px;
    left: 0px;
    border-radius: 4px 4px 0 0;
    display: none;
}
.smatrs_notifications_tabs .nav-tabs.proof_tabs li a.active, .smatrs_notifications_tabs .nav-tabs.proof_tabs li {
    background-color: none;
    border-radius: 5px 5px 0 0;
    display: flex;
    margin-bottom: -1px;
    justify-content: center;
    align-items: center;
}
.nav-tabs.proof_tabs li a::after {
    bottom: -7px;
    background: #385772;
    top: auto;
    border: 2px solid #385772;
    border-radius: 0px;
    width: calc(100% + 4px);
    left: -2px;
    border-top: 0px;
    border-bottom: 0px;
}
.nav-tabs.proof_tabs li a.active:before,.nav-tabs.proof_tabs li a:hover:before,.nav-tabs.proof_tabs li a:focus:before,.nav-tabs.proof_tabs li a.active:after,.nav-tabs.proof_tabs li a:hover:after,.nav-tabs.proof_tabs li a:focus:after{
    display: block;
/*    background: #fbfbfb*/
}

/*-- template customizer Css --*/

.template_heading {
    margin-top: 0;
    padding: 10px 0;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}

.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #e8e8e8;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;    
    border-radius:20px;
    margin-top:5px;
    text-align: left; 
}
.slider:hover, input.slider:focus {
    outline: 0px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #00aa9f;
    cursor: pointer; 
    border-radius:20px;
    border:0px;
}

.slider::-moz-range-thumb {
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    background: #00aa9f;
    cursor: pointer;
    border-radius:20px;
    border:0px;
}

.color_picker {
    width: 100%;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    text-align: left;
    color: #333;
    letter-spacing: .2px;
    border-radius: 0px;
}
.border-bottom {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}
.template_heading {
    background: #e8e8e8;
    margin-top: 0;
    padding: 10px;
    text-align: left;
    color: #333;
    text-transform: none;
    font-size: 20px;
    margin-bottom: 20px;
}
.template_sub_heading{
    background: #e8e8e8;
    color:#333;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
    margin: 5px 0;
}
.input_slider_label{
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
}

.template-style-outer-wrapper {
       background-color: #fff;
    float: left;
}

.template-style-outer-wrapper .template_heading {
    text-align:  center;
    padding:  20px;
    background-color:  #e0e0e0;
}

.template-style-outer-wrapper > ul {
    padding: 0 20px 15px;
}

.template-style-outer-wrapper > ul > li .slider.slider-horizontal {width: 130px;background-color: transparent;display:  inline-block;}


.template-style-outer-wrapper > ul > li .colorpicker-component {   
	float: right;
    width: calc(100% - 180px);
    }

.template-style-outer-wrapper > ul > li > label {
    float: left;
    width: 180px;
}
.activity_setp_1_for_map > ul > li > label {
    float: left;
    width: 210px;
}
.activity_setp_1_for_map > ul > li .colorpicker-component {
    float: right;
    width: calc(100% - 215px);
}

.template-style-outer-wrapper > ul > li {
    /*overflow: hidden;*/
    margin-bottom: 10px;
    border-bottom: 1px dashed #b5cbd8;
    padding-bottom: 8px;
        width: 33%;
    float: left; 
    height: 45px;
}
.li_uploadimg.hide_for_noimage.img_show_cls span{
	    font-size: 16px !important;
	    font-weight:500;
}
.li_uploadimg.hide_for_noimage.img_show_cls input[type=radio], input[type=checkbox] {
    height: 20px;
    width: 20px;
    min-width: 20px;
}
.li_uploadimg.hide_for_noimage.img_show_cls input[type=radio]:checked:before {
    width: 9px;
    height: 9px;
    margin: 5px;
}

.template-style-outer-wrapper > ul > li:last-child {
    margin-bottom:  0;
}

/*Merge Tage CSS*/
.ssp_temp1_wrapper .template_heading {border-radius: 4px 4px 0 0;font-size: 15px;margin-bottom: 0;}

.ssp_temp1_wrapper > ul {
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.ssp_temp1_wrapper {
    background-color:  #fff;
}

.ssp_temp1_wrapper > ul > li {
    padding: 8px 10px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    margin-bottom:  0;
        font-weight: 400;
    text-transform: none;
    color: #333;
    font-size: 14px;
}

.ssp_temp1_wrapper > ul > li:hover, .ssp_temp1_wrapper > ul > li:focus, .ssp_temp1_wrapper > ul > li:active {
    background-color: #0585c5;
    color:  #fff;
}

.ssp_temp1_wrapper > ul > li:last-child {
    border-bottom:  none;
}

/******Tooltip start******/
.tool-tip {
display: inline-block;
cursor: pointer;
position: relative;
}
.tool-tip .toll-tip-desc::before {
border-top: 10px solid rgba(0, 0, 0, 0);
border-bottom: 10px solid rgba(206, 115, 115, 0);
border-right: 10px solid #58666e;
content: '';
left: -10px;
position: absolute;
top: 10px;
}
.tool-tip .toll-tip-desc {
display: inline;
font-size: 14px;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
padding: 10px 15px;
position: absolute;
top: -11px;
left: 50px;
opacity: 0;
visibility: hidden;
transition: all cubic-bezier(0.76, 0, 0.4, 1.23) 0.5s;
width: 430px;
z-index: 5;
background: white; 
}
.paid_prod_desc_outer .tool-tip .toll-tip-desc{
width: 260px;
  
}

.tool-tip .toll-tip-desc.width-250{
width: 250px;
}
.tool-tip:hover .toll-tip-desc {
opacity: 1;
visibility: visible;
left: 35px;
}
.tool-tip .fa {
    color: #0085ba;
    font-size: 18px;
    background: #ffffff;
}
/******Tooltip end******/

.mar-top-20{
	margin-top:20px;
}
.padd-0{
    padding: 0;
}


.dropdown_prod {
position: relative;
width: 100%;
z-index: 9;
}
.dropdown_prod dd,
.dropdown_prod dt {
    margin: 0px;
    padding: 0px
}
.dropdown_prod ul {
    margin: -1px 0 0 0
}
.dropdown_prod dd {
    position: relative
}
.dropdown_prod a,
.dropdown_prod a:visited {
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: normal
}
.dropdown_prod dt a {
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0
}
.dropdown_prod dt a span,
.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    margin-top: 7px
}
.dropdown_prod dt a span {
    margin-top: 0px
}
.dropdown_prod dd ul {
    background-color: #4F6877;
    border: 0;
    color: #fff;
    display: block;
    left: 0px;
    padding: 10px 15px 2px 5px;
    position: relative;
    top: 4px;
    list-style: none;
    height: auto !important;
    overflow: auto;
    max-height: 170px !important;
    min-height: 45px !important;
}
.dropdown_prod span.value {
    display: none
}
.dropdown_prod dd ul li a {
    padding: 5px;
    display: block
}
.dropdown_prod dd ul li a:hover {
    background-color: #fff
}
.dropdown_prod dd ul li {
    color: #333
}
.dropdown_prod dd ul li input[type=checkbox] {
    margin: 0px 4px 0
}
.multiSel {
    width: 100%;
    float: left
}
 
.choices-template li input[type=radio] {
/* HIDE RADIO */
visibility: hidden;
/* Makes input not-clickable */
position: absolute;
/* Remove input from document flow */
}
.choices-template li input + img {
/* IMAGE STYLES */
cursor: pointer;
}


 
.choices-template label {
transition: all 0.2s ease;
}

.choices-template li input:checked + img {
/* (RADIO CHECKED) IMAGE STYLES */
/* border: 2px solid #f00; */
}
.choices-template {
	list-style: outside none none;
	padding-top: 30px;
	box-sizing: border-box;
	clear: both;
	float: none;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}
 

.choices-template label {
	display: inline-block;
	position: relative;
	overflow: hidden
}
.choices-template label:hover .tittle {
	bottom: 0;
	transition: all 0.2s ease;
}
.disable_div {
	position: relative;
}
.choices-template label {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	position: relative;
}
.choices-template .checkout-cart-box {
position: relative;
}


.choices-template li {
	border: none;
	color: #5c5a53;
	display: inline-block;
	float: left;
	margin: 0 0 45px;
	text-align: center;
	width: 50%;
	float: left;
	padding: 0 10px;
	width: auto;
}  
.choices-template ul {
padding: 10px 0;
}
 .choices-template li img {
max-width: 100%;
}

.choices-template .tittle {
	color: #5d5d5d;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}
.choices-template .border-top {
	border-top: 1px solid #f2f2f2;
	float: left;
	margin-bottom: 28px;
	padding: 0 15px;
	width: 100%;
}  
.active-box-div {
	align-items: center;
	background: rgba(0, 0, 0, .20);
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.true-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    background: #01B500;
    border-radius: 100%;
    text-align: center;
    font-size: 28px;
}
.checkeddiv {
    cursor: pointer;
    visibility: visible !important;
    opacity: 1 !important;
}
.choices-template li img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.tabs_field.customize_activity_template_div label , .tabs_field.customize_sales_template_div label {
    font-weight: 400;
    text-transform: none;
    color: #333;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 5px;    
}
.tabs_field.customize_activity_template_div span , .tabs_field.customize_sales_template_div span {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
li.li_uploadimg {
   /*width: 44%!important;  */
} 

.tabs_inner_forms i.fa.fa-cog {
    margin-right: 10px;
}    
#notification_details small{
   line-height: 36px;
   font-weight: 400;
   text-transform: none;
   color: #333;
   font-size: 14px;
   margin-bottom: 5px;
}
.tabs_inner_forms {
float: left;
width: 100%;  
}
.customizer_label label {
	font-size: 19px !important;
	font-weight: 400 !important;
	display: inline-block;
	color: #333!important;
	font-family: "Open Sans", sans-serif!important;
	width: 100%;
	margin-bottom: 25px !important;
}

 
.template-style-outer-wrapper .template_heading{
text-align: center;
padding: 16px;
background-color: #555;
color: #fff;
}   
.template-style-outer-wrapper {
margin: 25px 0;
border: 1px solid #385772;
}  
.activity_setp_1_for_map {
    border: 1px dashed #385772;
} 

.smatrs_notifications_tabs_outter .ssp_create_tab_heading ,
#notification_details h2, #general_settings h2, #customizer h2, #customizer h2, #customizer h2{  
    display: inline-block;
    font-size: 21px;  
    font-weight: 600;
    color: #586671;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid #e5e5e5;   
    padding-bottom: 15px;
    width: 100%;
    text-transform: capitalize;  
}  
.activity_setp_1_for_map h2{
	text-transform: unset !important;
}
.template_heading_step_2 {
    margin-bottom: 0 !important;
    text-align: center;
    color: #385772 !important;
    padding: 15px 0;
    background: #e8e8e8;
} 
.activity_setp_2_for_map {
    border: 1px dashed #385772;
    display: inline-block;
    width: 100%;
}
.activity_setp_2_for_map .outter_border_box{
	margin-bottom:0px;
} 

.tabs_inner_forms h2 {
    margin-bottom: 30px;
}     
span.template_disc{
    margin-bottom: 10px!important;  
}  
ul#templates_checkotut1{
    padding-left:0px;
    margin-left: 0px;   
}  
ul#templates_checkotut1 li{
    padding-left: 0px;
    margin-left: 0px;   
    margin-right: 30px;   
}
#ssp_sales_template1 .template_design, #ssp_activity_template1 .template_design{
    box-shadow: 3px 0px 17px 0 rgba(0,0,0,0.18)!important;  
}
.choices-template label:hover .pre-box-div {
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.choices-template .pre-box-div {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.2s ease;
 
}
.choices-template .hover_activated_div{
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}


.choices-template label {
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    position: relative;
} 
.table-header-search.pull-right.btn_inner .btn-grn {
background: #2c4063 !important;
} 

.smatrs_notifications_title {
    font-size: 29px;
    text-transform: capitalize;
    color: #555;
    margin-bottom: 28px;
    margin-top: 40px;
    font-family: sans-serif;
    font-weight: 500;
} 
div#ssp_activity_template1 {
    margin-bottom: 50px;
}  
.outer_form{
    max-width: 400px;
} 
.template-style-outer-wrapper h2.template_heading {
    color: #ffffff !important;
    background-color: #191717;
}   
.ssp_temp1_wrapper h2.template_heading {
    color: #586671!important;
    font-size: 20px !important;
    font-weight: 600 !important;
}   
.tabs_inner_forms i.fa.fa-money, .tabs_inner_forms i.fa.fa-wrench{
    margin-right: 10px; 
}   
div#notification_details i.fa.fa-bell{
     margin-right: 10px; 
}
#customizer .activity_label{
    font-weight: 400;
    text-transform: none;
    color: #333;
    font-size: 18px;
    margin-bottom: 2px;  
    font-family: "Open Sans", sans-serif!important;
}    
.ssp_temp1_wrapper {
    max-width: 300px;
    float: right;
        width: 100%;
} 
.smatrs_notifications_tabs_outter .tab-content .active {
    padding-top: 30px;
}
div#notification_details h2 {
    margin-bottom: 30px;
} 
 
#customizer .tabs_field .form-control{
    padding:10px 15px!important;
    height: auto!important;
}  


#general_settings .col-md-6 {
    width: 50%;
    width: 410px;
}
#general_settings  input[type=checkbox]  {
    margin: 0px 8px 0 0; 
}
.tabs_field .checkbox_outer_activities label {
    /*font-size: 14px;*/
}

.preview_sales_temp, .preview_activity_temp{
margin-top:20px;
}
.checkbox_outer_activities input[type=checkbox] {
    outline: none;
    box-shadow: none;
    height: 20px;
    width: 20px;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    padding: 2px !important;
}

.tabs_field .checkbox_outer_activities label {
     margin-bottom: 10px;
}
.pre-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.pre-icon input.preview_temp.btn.btn-warning {
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.uploadimg_cls{
    border: 1px solid #909090;
       padding: 4px 8px;
    font-size: 14px;
    background: #f1f1f1;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.18)
}
#customizer .template-style-outer-wrapper ul li .form-control {
    padding: 3px 6px!important;
    max-width: 80px !important;
    width: 70px !important;
}

.template-style-outer-wrapper ul li .input-group-addon{
border: 1px solid #e1e1e1;
    padding: 7px 6px 0px;
    background: #eaeaea;
}
.tooltip.in{
	opacity:1;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.ssp_temp1_wrapper lable{
    padding-bottom: 10px !important;
}

.tabs_field .small_input{
width: 110px;float:left;margin-right:10px;
}

.margin-top-20{
	margin-top:20px;
} 
.or{
    background: #797979;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 20px auto 20px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    clear: both;
}
.or:before, .or:after {
	background: #ddd;
	content: "";
	height: 1px;
	width: 90px;
	position: absolute;
	top: 11px;
}
.or:before {
	left: 33px;
}
.or:after {
	right: 33px;
}
.products_page_link{
    text-decoration: underline !important;
    margin-top: 8px;
    font-size: 14px;
    color: #007bff;
    box-shadow: none;
    outline: none;
 }

.float_right {
   float:right;
}
 .float_left {
   float:left;
}
.float_left_save{
    text-align: center;
}
#save_notification1{
    display: inline-block;
    float: none;
    text-align: center;
}
.customizer_label label small , .noti_duration_outer label small {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 14px;
}
.tabs_inner_forms .form-group .smalltext{
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 0;
 }
#custom_outer_conatiner .mutliSelect{
    width: 90%;
    float: left;
}
#custom_outer_conatiner .update-btn{
	width: 10%;
	float: right;
	box-shadow: none;
}
.total_page_visits_outer{
	display:none;
}
#customizer .customize_generic_template_div  .generic_info_outer .form-control {
    margin-bottom: 15px;
        height: auto;
}

.generic-template-customizer-inner #ssp_add_generic ,
.generic-template-customizer-inner #ssp_add_testimonial {
	float:right;
    display: inline-block ;
    box-shadow: none ;
    color: #fff ;
    padding: 12px 12px;
    background: #F44336;
    margin: 0px;
    line-height: normal;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}
#customizer .activity_label_sml{ 
	float: left;
	width: 100%;
	color: #333;
	margin-bottom: 2px;
} 
#customizer .customize_generic_template_div .generic_info_outer .form-control {
    position: relative;
}
#customizer .customize_generic_template_div .generic_info_outer .form-control .close-icon{
    position: absolute;
    right: -9px;
    top: -9px;
}

#customizer .customize_generic_template_div .generic_info_outer .form-control .close-icon i{
	font-size: 23px;
	color: red;
	cursor:pointer;
}
.ssp_product_desc, .preview_activity_temp #ssp_activity_template1 .ssp_product_desc {
    margin-left: 8px;
}

/* hide marge tag for activity template */
.preview_activity_temp .template_user_map_img{display:none}


.ssp_testimonial_temp:first-child .ssp_testimonial_temp-close{
	display:none;
}

/*#ssp_activity_template1 .template_design {
	width:325px;
	min-width:auto !important;
}*/
   /* new layout update 27 11 2020 start */

#customizer .generic-template-customizer-inner .template-style-outer-wrapper h2.template_heading {margin: 0;font-size: 18px;padding: 13px;background-color: #000;color: #fff !important;}

.generic-template-customizer-inner .template-style-outer-wrapper > ul {display: flex; flex-wrap: wrap;padding: 0 8px 15px;} 

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li {width: 50%; height: auto; margin: 0 0 15px 0; padding: 0 8px 15px 8px; } 

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li > label {width: 100%; font-size: 14px !important; margin: 0 !important; font-weight: 600 !important; } 

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .colorpicker-component {width: 100%; }

#customizer .generic-template-customizer-inner .ssp_temp1_wrapper h2.template_heading {font-size: 16px !important; text-align: center; margin: 0; padding: 13px; } 

.generic-template-customizer-inner .template_outer_wrapper .remove_generic_section {position: absolute; right: -8px; top: -8px; font-size: 24px; color: #bb1414; display: inline-block; vertical-align: middle; height: 24px; width: 22px; text-align: center; z-index: 6; } 

.generic-template-customizer-inner .template_outer_wrapper .remove_generic_section i.fa {display: inline-block; vertical-align: top; }

.generic-template-customizer-inner .template_outer_wrapper {position: relative;margin-bottom: 10px;border: 1px solid #fdfd;padding: 10px;padding-top: 30px;}
.generic-template-customizer-inner .card-body  .template_outer_wrapper {border: 0px;}

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group {display: flex; flex-wrap: nowrap; margin-top: 5px; }

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group input, 
.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group select,
#customizer .generic-template-customizer-inner .template-style-outer-wrapper ul li .form-control {height: 38px !important; font-size: 12px; background: #fff; border: 1px solid #ddd; padding: 0 10px; width: 100% !important;max-width: 100% !important; margin: 0; min-height: 38px; }

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group > input {margin: 0; border-radius: 0; box-shadow: none; }

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group .input-group-addon i {height: 38px; width: 27px; margin-right: 0; border: 1px solid #ddd; border-left: none; display: inline-block; cursor: pointer; vertical-align: middle; }

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group input[type="file"] {padding-top: 6px; }

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal
{width: 100% !important; background: none; height: 20px; position: relative; display: inline-block; vertical-align: middle; position: relative;max-width: 92%;}


.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal ,
.smatrs_notifications_tabs_outter .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal {width: 100% !important;margin-top: 14px;height: 20px;}

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal .slider-track,
.smatrs_notifications_tabs_outter .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal .slider-track {background: #478935;height: 2px;margin-top: -1px;}

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal .slider-selection,
.smatrs_notifications_tabs_outter .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal .slider-selection {background: #478935;}

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal .slider-handle,
.smatrs_notifications_tabs_outter .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal .slider-handle {position: absolute;top: 0px;margin-left: 0;width: 19px;height: 19px;background: #fff;background-image: none;border: 2px solid #478935;cursor: pointer;}

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group .slider .tooltip,
.smatrs_notifications_tabs_outter .template-style-outer-wrapper > ul > li .input-group .slider .tooltip {opacity: 0;}

.generic-template-customizer-inner .template-style-outer-wrapper > ul > li .input-group .slider .tooltip.in,
.smatrs_notifications_tabs_outter .template-style-outer-wrapper > ul > li .input-group .slider .tooltip.in {opacity: 1;}

.generic-template-customizer-inner .template-style-outer-wrapper ul li .input-group-addon {padding: 0; margin: 0; border: none; }

.ssp_hide_customizer_option {display:none!important;}

ul.generic_top_toggle  li{display: inline-block; margin: 5px 0; }

.generic_messages_customizer_html_wrapper  .message_wrapper, .generic_messages_customizer_html_wrapper.tab-content  {border: 0px; }

.smatrs_notifications_tabs_outter .template-style-outer-wrapper > ul > li .input-group .slider.slider-horizontal {margin: 5px; max-width: 88%; }




/*#ssp_activity_template1 .template_design {
	width:325px;
	min-width:auto !important;
}*/


/* Generic Template Customizer */

.generic-template-customizer-inner .generic_top_toggle li a {max-width: 100%; width: auto; margin: 0 8px 0 0; color: #fff; font-size: 16px; text-transform: uppercase; padding: 12px 20px; font-weight: 500; text-decoration: none; display: inline-block; line-height: normal; position: relative; background: #c8c8c8; border-radius: 5px; outline: none; box-shadow: none; } 

.generic-template-customizer-inner .generic_top_toggle li a.active, .generic-template-customizer-inner .generic_top_toggle li a:hover {background-color: #007bff; color: #fff; padding: 12px 20px !important; }

.generic-template-customizer-inner .generic_messages_customizer_html_wrapper .card {max-width: 100%; margin: 0; padding: 0; } 

.generic-template-customizer-inner .generic_messages_customizer_html_wrapper  #generic-testimonials {margin: 45px auto 0; text-align: left; position: static; max-width: 100%;max-height: none;height: auto;}

.generic-template-customizer-inner .template_outer_wrapper .remove_generic_section {right: -14px; top: -15px; font-size: 35px; height: 34px; width: 34px; }

.generic-template-customizer-inner h3 {margin: 0; letter-spacing: 0; font-weight: 600; color: #5d5d5d; font-size: 20px; margin-bottom: 20px; }

.generic-template-customizer-inner .generic_messages_customizer_html_wrapper.tab-content {padding: 0; border: none; }

.generic_messages_customizer_html_wrapper .img_show_hide_div , .preview_testimonial_temp .img_show_hide_div, 
.generic_messages_customizer_html_wrapper .img_show_hide_div span {margin: 0; display: inline-block; width: auto; padding: 0; vertical-align: middle; } 

.generic_messages_customizer_html_wrapper .img_show_hide_div , .preview_testimonial_temp .img_show_hide_div{margin-top:15px;width: 100%; }
.generic_messages_customizer_html_wrapper .img_show_hide_div span button, .preview_testimonial_temp .img_show_hide_div span button  {display: inline-block; box-shadow: none; color: #fff; padding: 6px 12px; background: #757575; margin: 0px; line-height: normal; border: 0; box-shadow: none; font-size: 14px; font-weight: 500; border-radius: 5px; cursor: pointer; }

.generic_messages_customizer_html_wrapper .img_show_hide_div span button:hover, .preview_testimonial_temp .img_show_hide_div span button:hover {background-color: #555;color: #fff;}

.template_icon .ssp_generic-img-change ,
.generic-testimonial-img .ssp_generic-img-change {background: rgba(0,0,0,0.7); position: absolute; right: 0; bottom: 0; display: block; text-align: center; padding: 0; color: #fff; align-items: center; font-size: 20px; line-height: normal; justify-content: center; opacity: 1; visibility: visible; cursor: pointer; left: 0; top: 0; width: 30px; height: 30px; line-height: 30px; } 

.generic-template-customizer-inner #ssp_generic_template1 .template_icon i, .generic-template-customizer-inner .template_icon .ssp_generic-img-change i,
.generic-template-customizer-inner .generic-testimonial-img i, .generic-template-customizer-inner .generic-testimonial-img .ssp_generic-img-change i, #ssp_testimonial_template1 #image_url_generic .ssp_generic-img-change i {font-size: 20px; color: #fff; }

.generic-testimonial-header .generic-testimonial-img {position: relative;}

.generic-template-customizer-inner .ui-icon-gripsmall-diagonal-se, .generic-template-customizer-inner .ui-resizable-handle.ui-resizable-se {background-color: #f55302 !important;}

#customizer .generic_template_2 h2{border-bottom: 0px;}

#generic_settings .template-style-outer-wrapper {margin: 0 0px 7px 0;}

#generic_settings  .ssp_customizer_width_full{width:100%}

.generic-template-customizer-inner  .template-style-outer-wrapper ul li.last_li_customizer{border-bottom: 0px dashed #b5cbd8;}

.seltemp_outter_border_box .choices-template {display: flex; width: 100%; clear: both; flex-wrap: wrap; justify-content: flex-start; }

.seltemp_outter_border_box .choices-template .seltemp_container {width: 30%; margin: 0 !important; padding: 0; }

#generic_settings .template-style-outer-wrapper {width:100%;}

#generic_settings .template-style-outer-wrapper h2 {display: flex;display: flex;justify-content: center;}

#generic_settings .template-style-outer-wrapper h2 .customize_open_close {margin-left: 7px;}

#customizer h2.template_heading_toggle{margin: 0;}

ul.customizer_innner_sections{margin: 15px 0 15px 0;}

.shortocde_details , .ssp_comment_section {display: inline-block; text-align: left; background: #fff; border: 1px solid #cacaca; padding: 17px; margin-left: 0; border-left-width: 4px; border-left-color: #00a0d2; border-radius: 4px; margin: 0 0 10px 0; font-size: 16px; font-weight: normal; width: 100%;max-width: 700px;}

.shortocde_details p , .ssp_comment_section p {font-size: 17px;margin: 0;padding: 0;line-height: 1.4;}

.shortocde_details p + p , .ssp_comment_section p + p {margin-top: 15px;}

.shortocde_details span , .ssp_comment_section span{font-weight: 500;font-size: 16px;}

.shortocde_details span.shortcode_display {color: #007bff;}

.shortocde_details .copy-btn {padding: 9px 13px !important; margin: 0 0 0 15px; border-radius: 4px; cursor: pointer; transition: all ease 0.3s; background: #00a0d2!important; color: #FFF !important; width: auto; display: inline-block; white-space: nowrap; min-width: 100px; font-size: 16px; }
.shortcode_details_error_wrapper .shortocde_details{    border-left-color: #fa4848;}

.ssp_show_dispaly_msg {
    float: left;
    display: inline-block;
    box-shadow: none;
    color: #F44336;
    padding: 12px 12px;
    border: 1px solid #101010  !important;
    margin: 0px;
    line-height: normal;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.generic_advance_option_wrapper_modal{ max-width: 900px;}
.form-group.generic_display_time_wrapper{    border-top: 2px solid #c1cdcd;    padding: 23px;    margin: 0 10px;     margin-top: 10px;}


/* new layout update 27 11 2020 end */
@media only screen and (max-width: 1400px) {
	.smatrs_notifications_tabs .nav-tabs.proof_tabs li a{
		font-size: 15px;
		width: 340px;  
	} 
}            

        
   
/* Left side tabs css modifications  */

.DAP--tabs-outer .DAP--tabs-right-content .smatrs_notifications_tabs_outter {margin: 0;padding: 0;}

.DAP--tabs-right-content .smatrs_notifications_title {font-family: 'DM Sans',sans-serif; padding: 0 0 20px 0; border: none; margin: 0 0 30px 0; background: none; font-size: 24px; line-height: 1.4; color: #171717; background-color: transparent; font-weight: 600; border-bottom: 1px solid #eee; position: relative; } 

.DAP--tabs-right-content .smatrs_notifications_title::after {content: ""; position: absolute; left: 0; top: auto; bottom: -1px; width: 60px; height: 5px; background: #385772; z-index: 2; } 

.DAP--tabs-right-content .smatrs_notifications_title i.fa {width: 50px;height: 50px;display: inline-block;background: #1056c2;border-radius: 5px;text-align: center;line-height: 50px;color: #ffffff;margin: 0 13px 0 0;font-size: 26px;}

.DAP--tabs-right-content .smatrs_notifications_tabs_outter > .tab-content {padding: 0; border: none; background-color: transparent; margin: 0; border-radius: 0;}

.DAP--tabs-right-content .smatrs_notifications_tabs_outter > .tab-content  .tab-pane .tabs_inner_forms {background: #ffffff;border: 1px solid #e8ebee;margin: 0 0 25px 0;padding: 20px;}


.DAP--tabs-right-content #create_notification_tabs.nav-tabs {border: none;margin: 0;padding: 0 1px;border-radius: 0; width: 100%; background: #f1f1f1; list-style: none; overflow-x: auto;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.DAP--tabs-right-content #create_notification_tabs li {margin: 0;padding: 0;display: inline-block;border: none;border-radius: 0;}

.DAP--tabs-right-content #create_notification_tabs li > a {width: 100%; text-align: center; margin: 0; border: none; background: none; border-radius: 0; color: #666666; padding: 16px 20px; text-transform: uppercase; font-size: 16px; font-weight: 600; transition: .4s all; position: relative; font-family: 'Poppins', sans-serif !important; -ms-transform: translate(0,0); -webkit-transform: translate(0,0); transform: translate(0,0); border: none; display: inline-block;letter-spacing: 0; }

.DAP--tabs-right-content #create_notification_tabs li > a.active {box-shadow: 0 3px #385772 inset;color: #000;background: #fff;z-index: 10;}

.DAP--tabs-right-content #create_notification_tabs li > a::before , 
.DAP--tabs-right-content #create_notification_tabs li > a::after {display: none;visibility: hidden;opacity: 0;}


.DAP--tabs-right-content .smatrs_notifications_tabs_outter .ssp_create_tab_heading {color: #1056c2 !important;}

.DAP--tabs-right-content .smatrs_notifications_tabs_outter .tabs_field label {font-weight: 600;font-size: 16px; }

.DAP--tabs-right-content .smatrs_notifications_tabs_outter .tabs_field .checkbox_outer_activities label {font-weight: 500;font-size: 15px; }

.DAP--tabs-right-content .customizer_label label ,
.DAP--tabs-right-content #customizer .activity_label {text-transform: none; color: #333 !important; font-size: 17px !important; margin-bottom: 5px !important; font-weight: 600 !important; font-family: 'Poppins', sans-serif !important; }


.DAP--tabs-right-content .activity_setp_1_for_map ,
.DAP--tabs-right-content .activity_setp_2_for_map{display: inline-block; width: 100%; margin: 0 0 30px 0; padding: 25px; border: none; box-shadow: 0 0 8px 0 #ddd; vertical-align: middle; background: #f9fafb; }

.DAP--tabs-right-content .template-style-outer-wrapper h2.template_heading ,
.DAP--tabs-right-content #customizer h2.template_heading ,
.DAP--tabs-right-content #customizer h2.template_heading_step_2{background: none; color: #0f2e47 !important; font-size: 19px !important; font-family: 'DM Sans',sans-serif!important; font-weight: 600 !important; margin: 0 0 15px 0 !important; padding: 0; line-height: 1.5; text-align: left; border: none; }

.DAP--tabs-right-content .customize_activity_template_div .template-style-outer-wrapper > ul {padding: 0;}

.DAP--tabs-right-content .smatrs_notifications_tabs_outter .tabs_field.customize_activity_template_div label, 
.DAP--tabs-right-content .smatrs_notifications_tabs_outter .tabs_field.customize_sales_template_div label {font-size: 15px;}

.Template-Customize-content {float: left; width: 100%; margin: 0; padding: 0; max-width: calc(100% - 320px); max-width: -webkit-calc(100% - 320px); max-width: -moz-calc(100% - 320px); max-width: -ms-calc(100% - 320px);background: #fff;padding: 20px; } 

.Template-Customize-setting-outer {float: right; width: 320px; margin: 0; padding: 0 0 0 20px; max-width: 100%; }

.Template-Customize-setting-outer .template-style-outer-wrapper {background-color: #f0f3f3;margin: 0 0 20px 0;border: none;width: 100%;clear: both;}

.Template-Customize-setting-outer .template-style-outer-wrapper h2.template_heading, 
.DAP--tabs-right-content #customizer .Template-Customize-setting-outer .template-style-outer-wrapper h2.template_heading {text-align: center; font-size: 16px !important; font-weight: bold !important; font-family: 'DM Sans',sans-serif !important; letter-spacing: 0.5px; padding: 12px 0; color: #fff !important; border-bottom: 1px solid #dee8e8; text-transform: capitalize; background: #17d3b3; display: flex; justify-content: center; align-items: center; margin: 0 !important; line-height: normal; }

.Template-Customize-setting-outer .template-style-outer-wrapper > ul {float: left; width: 100%; margin: 0; padding: 10px !important; box-sizing: border-box; }

.Template-Customize-setting-outer .template-style-outer-wrapper > ul li {padding: 10px 10px; margin: 7px 0; display: inline-block; background: #fff; width: 100%; vertical-align: middle; border: none; }

.Template-Customize-setting-outer .template-style-outer-wrapper h2.template_heading .customize_open_close {margin-left: 8px; }

.inner_template_style_box .d-flex > h4 {font-size: 13px; color: #000; text-transform: capitalize; font-weight: 500; font-family: 'DM Sans',sans-serif !important; letter-spacing: .5px; margin-bottom: 0px; }

.DAP--tabs-right-content .outter_border_box {background: #f9fafb;border: 1px solid #e8ebee;}

.DAP--tabs-right-content .outter_border_box > .generic-template-customizer-inner {display: inline-block; width: 100%; margin: 0; padding: 0;vertical-align: middle; }


.activity_setp_1_for_map.template-style-outer-wrapper > ul > li .input-group {width: 160px; float: none; margin: 0 0 0 20px !important; display: inline-block; vertical-align: middle;}

.activity_setp_1_for_map.template-style-outer-wrapper > ul > li > label {width: auto; margin: 2.5px 0; display: inline-block; vertical-align: middle; }

.activity_setp_1_for_map.template-style-outer-wrapper > ul > li {width: auto; margin-right: 30px; }

.DAP--tabs-right-content .smatrs_notifications_tabs_outter .tabs_field.ssp_position_outer .col-md-6 label {font-size: 15px;font-weight: 500;}

.DAP--tabs-right-content .Template-Customize-header {display: flex; flex-wrap: nowrap; margin: 0 0 30px 0; padding: 0; width: 100%; clear: both;justify-content: space-between;align-items: flex-start; }

.DAP--tabs-right-content .generic-template-customizer-inner h3 ,
.DAP--tabs-right-content .Template-Customize-header h3 {color: #1056c2;}

.DAP--tabs-right-content .generic-template-customizer-inner h3 small ,
.DAP--tabs-right-content .Template-Customize-header h3 small {color: #333;}

.DAP--tabs-right-content .Template-Customize-header > h3 {margin-bottom: 0; }

.merge-tag-option {position: relative; display: inline-block; float: right; width: auto; max-width: 100%; } 

.merge-tag-option .merge-tag-dropdown {cursor: pointer; text-align: right; font-size: 14px; text-decoration: underline; color: #23527c; border: 1px solid #666; border-radius: 4px; padding: 5px 10px; background: #fff; display: inline-block; vertical-align: top; margin: 0; } 

.merge-tag-option .merge-tag-dropdown i {margin-left: 5px; font-weight: 600; position: relative; top: 1px; } 

.merge-tag-option .merge-tag-list {position: absolute; background-color: #fff; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); box-shadow: 0 3px 9px rgba(0,0,0,.5); width: 240px; z-index: 99; right: 0; margin: 0; padding: 0; top: 100%;display: none;} 

.merge-tag-option .merge-tag-list ul {border: none; padding: 0; margin: 0;font-size: 14px; float: left; width: 100%; height: auto;list-style: none;overflow: auto; } 

.merge-tag-option .merge-tag-list ul li {padding: 6px 10px;border-bottom: 1px solid #e1e1e1; font-size: 14px; font-family: 'Open Sans', sans-serif; color: #333333; text-align: left; cursor: pointer;list-style: none;font-weight: 600; }

.merge-tag-option .merge-tag-list .merge-tag-list-header {font-weight: 600; color: #000; background: #ddd; padding: 6px 10px; width: 100%; display: flex; justify-content: space-between; align-items: center; }

.DAP--tab-actions .btn-submit.ssp_save_notification{background: #17d3b3 !important;}

.DAP--tabs-right-content .smatrs_notifications_tabs_outter .tabs_field .d-flex.align-items-center label {margin: 0; }

/* scroll add in customizer start  */ 
.ssp_temp5_outer.preview_testimonial_temp , .generic_messages_customizer_html_wrapper{
    height: auto;
	max-height: 1000px;
	width: 100%; 
	overflow-y: auto;
    padding:12px !important;
    overflow-x: hidden;
    
}
/* scroll add in customizer end  */ 

#ui-datepicker-div.ui-datepicker{z-index: 9999 !important;}
.generic_advance_option_btn {float: right;font-weight: 600;    padding: 10px 20px;    font-size: 17px;    line-height: 1;    border-radius: 5px;    color: #17a2b8;    background-color: #fff;    border: 3px solid #17a2b8;    outline: none;    box-shadow: none;margin: 10px 19px 0 0;}
.ssp_advance_option_modal.ssp_backend_show.show{margin-top: 200px;}

/*  generic advance option popup start */
.ssp-generic-ao-popup-style .modal-header{background: #437bc1;width: 100%;font-size: 20px !important;font-weight: 600;text-transform: none;padding: 15px!important;color: #fff;margin: 0;border-radius: 0;}

.ssp-generic-ao-popup-style .modal-content {border: none;border-radius: 0;}

.ssp-generic-ao-popup-style .modal-body {padding: 10px 25px;margin: 0;}


.ssp-generic-ao-popup-style .ssp-generic-ao-popup-feild {display: flex;padding: 10px 0;box-sizing: border-box;border-bottom: 1px solid #efefef;align-items: center;font-size: 14px;margin: 0;width: 100%;max-width: 1000px;float: none;clear: both;}

.ssp-generic-ao-popup-style .ssp-generic-ao-popup-feild label.form-label {font-weight: 500; line-height: 1.4; font-size: 16px; color: #444; font-family: 'DM Sans',sans-serif; width: auto; max-width: 220px; flex-basis: auto; margin: 0; padding: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;min-width: 145px;}

.ssp-generic-ao-popup-style .ssp-generic-ao-popup-feild .ssp-generic-ao-popup-feild-right{max-width: calc(100% - 240px);width: 100%;margin: 0;padding: 0 0 0 15px;}

.ssp-generic-ao-popup-style input[type=text] ,
.ssp-generic-ao-popup-style .ssp-generic-ao-popup-feild-right input[type=text]
{border: 1px solid #ddd !important;height: 42px !important;padding: 6px 10px;min-height: 10px;border-radius: 0 !important;font-weight: 400;color: #776f6f;width: auto;box-sizing: border-box;box-shadow: 0 0 0 transparent !important;background: #fff;font-size: 14px !important;}

.ssp-generic-ao-popup-style .ssp-generic-ao-popup-actions {background-color: #ecf0f1;margin: 0 auto;width: 100%;padding: 20px 15px;border: none;font-family: 'DM Sans',sans-serif;box-sizing: border-box;text-align: center;justify-content: center;}

.ssp-generic-ao-popup-style .ssp-generic-ao-popup-actions .btn ,
.ssp-generic-ao-popup-style .ssp-generic-ao-popup-actions .btn.btn-primary {border-radius: 5px;background: #6c757d !important;color: #fff;height: 40px;padding: 0 15px;text-transform: none;font-family: 'DM Sans',sans-serif;min-width: 90px;box-shadow: none;margin-right: 10px;text-decoration: none;margin: 0 10px;line-height: 40px;border: none;font-size: 14px;text-align: center;font-weight: 600;display: inline-block;}

.ssp-generic-ao-popup-style .ssp-generic-ao-popup-actions .btn.btn-primary {background: #02c7a6 !important;color: #fff;}

.ssp-generic-ao-popup-style .close, .ssp-generic-ao-popup-style .modal-header .close {border-radius: 50%; height: 31px; width: 31px; box-shadow: 0 3px 3px rgba(0,0,0,0.4); cursor: pointer; z-index: 1004; position: absolute; opacity: 1; color: #fff; font-weight: 300; font-size: 26px; background: #555; right: -13px; top: -13px; margin: 0; padding: 0; outline: none;}

.ssp-generic-ao-popup-style .form-group .form-check input[type=checkbox], 
.ssp-generic-ao-popup-style .form-group .form-check input[type=radio] {left: -1px; top: 8px; }

.ssp-generic-ao-popup-style .form-group .form-check label.form-check-label {font-weight: normal; font-size: 14px; margin: 0; }
.generic_no_of_day,.generic_do_not_show_of_day{max-width:100px;}
.generic_display_time_wrapper{padding: 10px;}

.generic_date_based_div .generic_start_date, .generic_date_based_div  .generic_end_date { max-width: 163px;margin-right: 10px;}
.generic_date_based_div_inner { padding-left: 10px;}
.ssp_generic_display_msg_rang_option_div select{width: 100px;}
.generic_day_based_div .generic_day_based_msg{display:block}

#wpfooter {    position: relative;}
/*  generic advance option popup end */

.generic_advance_option_value_wrapper{margin-bottom: 5px;}

/* ssp no any generic message start */

.no_generic_message_wrapper h3 {font-family: 'DM Sans',sans-serif;padding: 0;margin: 10px 0;background: none;font-size: 24px;line-height: 1.4;color: #171717;background-color: transparent;font-weight: 600;position: relative;border: none;display: inline-block;width: 100%;vertical-align: middle;}

.no_generic_message_wrapper p , .no_generic_message_wrapper div{font-family: 'DM Sans',sans-serif;padding: 0;margin: 0 0 15px 0;background: none;font-size: 18px;line-height: 1.4;color: #525252;background-color: transparent;font-weight: 400;display: inline-block;width: 100%;vertical-align: middle;}

.no_generic_message_wrapper {background: #f5f5f5; margin: 0 0 25px; max-width: 100%;width: 100%;display: inline-block;vertical-align: middle; padding: 25px; text-align: center; font-family: 'DM Sans',sans-serif; display: inline-block; }

.no_generic_message_wrapper > img {display: inline-block;width: auto;height: auto;max-width: 80px;vertical-align: middle;margin: 0;}

.no_generic_message_wrapper > a {display: inline-block;width: auto;border: 1px solid #17a2b8;padding: 10px 10px 8px;margin: 0;vertical-align: middle;font-size: 14px;color: #17a2b8;border-radius: 5px;line-height: normal;text-transform: uppercase;font-weight: 600;}

.no_generic_message_wrapper > a i.fa {margin: -1px 7px 0 0;display: inline-block;vertical-align: top;font-size: 22px;}

.no_generic_message_wrapper > a:hover {background: #17a2b8;color: #fff;text-decoration: none;}

.no_generic_message_wrapper p {padding : 10px 20%}

.no_generic_message_wrapper {width: 780px; float: none; margin: 80px auto; padding: 35px; }



/* ssp no any generic message end  */
#generic_template_model .modal-dialog {    max-width: 900px;}

#generic_template_model ul#templates_checkotut1 li {     margin-right: 25px !important; }
