 

 #ssp_activity_template2 {
     margin-bottom: 0px;
     margin-top: 20px;
}
 #ssp_activity_template2 .template_design {
     width: 400px;
     max-width: 100%;
     display: flex;
     position: relative;
     justify-content: center;
     align-items: center;
     background: rgb(209, 209, 209) ;
     padding:0px ;
     z-index: 0;
     border-radius: 10px;
     overflow: hidden;
}
 

#ssp_activity_template2 .template_design:before {
	content: '';
	background: url('./images/rectangle_bg.png') top center no-repeat;
	position: absolute;
	width: 100%;
	height: 100px;
	background-size: 100%;
	top:0;
}

 #ssp_activity_template2 .ssp_name , .preview_activity_temp #ssp_activity_template2 .ssp_name {
     font-size: 18px;
     color: #1a1a1a;
     display: inline;
     text-transform: capitalize;
     margin-bottom: 5px;
     font-family: 'Roboto Condensed', sans-serif;
     font-weight: normal;
     width: auto;
     margin-bottom: 8px;
     float:none !important;
}
 #ssp_activity_template2 .template_name , .preview_activity_temp #ssp_activity_template2 .template_name{
     font-size: 18px;
     color: #1a1a1a;
     display: inline;
     padding:0px;
     margin:0px;
     font-family: 'Roboto Condensed', sans-serif;
     width: auto;
     font-weight: inherit;
     margin-bottom: 0px;
    
} 
 #ssp_activity_template2 .ssp_product_desc , .preview_activity_temp #ssp_activity_template2 .ssp_product_desc{
     font-size: 15px;
     font-weight: 400;
     display: inline;
     width: auto;
     margin-bottom: 2px ;
	 margin-top: 0px;
     font-family: 'Roboto Condensed', sans-serif;
     color: #465962;
     font-weight: 400;
     margin-left:0px;
     float:none !important;
}
 #ssp_activity_template2 .template_disc , .preview_activity_temp #ssp_activity_template2 .template_disc {
     display: inline;
     width: auto;
     padding:0;
     margin:0;
     font-size: 15px;
     color: inherit;
}

/******for backend only starts**/
#activity_settings #ssp_activity_template2 .ssp_name {
     float:left !important;
}
#activity_settings #ssp_activity_template2 .ssp_product_desc{
     float:left !important;
}

  
/******for backend only ends**/

 #ssp_activity_template2 .ssp_day , .preview_activity_temp #ssp_activity_template2 .ssp_day{
     display: inline-block;
     width: 100%;
     color: #465962;
     font-size: 13px;
     font-weight: 400;
     font-family: 'Roboto Condensed', sans-serif;
         margin-top: 10px;
}
 #ssp_activity_template2 .template_duration , .preview_activity_temp #ssp_activity_template2 .template_duration {
     display: inline-block;
     width: auto;
      color: inherit;
     font-size: 13px;
     font-family: 'Roboto Condensed', sans-serif;
     font-weight: inherit;
}
 #ssp_activity_template2 .ssp_day , .preview_activity_temp #ssp_activity_template2 .ssp_day{
     float: left;
}
 #ssp_activity_template2 .ssp_desc_outer , .preview_activity_temp  #ssp_activity_template2 .ssp_desc_outer{
     float: left;
     width: 100%;
     padding: 10px 15px;
}
 #ssp_activity_template2 img , .preview_activity_temp  #ssp_activity_template2 img {
     max-width: 100%;
     padding: 0 5px;
}
 
