﻿.hFlex{
display:flex; 
}
.layout.justify{
align-items:center; 
justify-content: space-between;
}
.appliedFilter{
background: #FFFFFF;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
border-radius: 40px;
height: 40px;
padding: 20px;
}
.fontAppliend{
font-weight: 400, regular;
font-size: 12px;
/*overflow: hidden;
text-overflow: ellipsis;*/
white-space: nowrap;
}
