@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
/*Template Design css*/
/* #ssp_activity_template1 *{
  font-family: 'Roboto Condensed', sans-serif;
 }*/

#ssp_sales_template1 .template_design {
	 display: flex;
     max-width: 100%;
     height: auto;
     background-image: none;
     background-color: #fff;
     border-radius: 0px;
     border: 2px solid #ddd;
     border-width: 2px ;
     border-style: solid ;
     border-color: #ddd;
     box-shadow: 4px 5px 30px 0 rgba(0,0,0,0.18);
     padding: 8px;
     justify-content: center;
     align-items: center;
}
#ssp_sales_template1 .template_icon , .preview_activity_temp #ssp_sales_template1 .template_icon{
     float: left;
     width: 80px;
     height: 100px;
     border-radius: 50%;
     margin: 2px 0px;
     padding: 0px;
     height:auto;
     background:transparent;
}
#ssp_sales_template1 .template_icon i {
	font-size: 60px;
	color: #0c90f2;
}
#ssp_sales_template1 .template_text , .preview_activity_temp #ssp_sales_template1 .template_text{
	 float: left;
     width: calc(100% - 20px);
     height: auto;
}
#ssp_sales_template1 .square{
  border-radius: 10px;
}
#ssp_sales_template1 .verify_text , .preview_activity_temp #ssp_sales_template1 .verify_text{
  font-weight: 500;
  color: #ccc;
  font-size: 14px;
  padding-left: 5px;  
}
#ssp_sales_template1 .verify_text i {
   width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #05e469;
  color: #fff;
  border-radius: 50%;
   font: normal normal normal 14px/1 FontAwesome;
}
#ssp_sales_template1 .template_text .editable{
  float: left;
}
 #ssp_sales_template1 .template_icon .w-100{
     width: 100%;
}
 #ssp_sales_template1 .ssp_name, .preview_activity_temp #ssp_sales_template1 .ssp_name {
     display: inline;
     width: auto;
     margin: 0px;
     text-transform: none;
     font-size: 17px;
     font-weight: normal;
     color: #465962;
     line-height: 1;
     margin-bottom: -2px;
     float:none !important;
}
 
 #ssp_sales_template1 .title_name , .preview_activity_temp #ssp_sales_template1 .title_name {
     /*display: inline;*/     
     width: auto;
     margin: 0 ;
     padding: 0;
     text-transform: none;
     font-size: 15px;
     color: #242328;
     font-weight: 500;
     line-height: normal;
     margin-bottom: 0px;
     /*background: #f0f1f7;*/
     padding: 0px 8px;

}
 
#ssp_sales_template1  .high_light_text , .preview_activity_temp #ssp_sales_template1  .high_light_text{
  color: #3e8edd;
  font-weight: 600;
}
#ssp_sales_template1 img{ 
	max-width: 100%;
     padding: 5px;
     -webkit-padding: 5px;
     width: auto !important;
     border-radius:50%;
     -webkit-border-radius:50%;
}

@media (max-width: 440px){
	#ssp_sales_template1 .template_design {
		max-width: 100% !important;
		width: 100% !important;
	}
}
 
