.main{
display: flex;
flex-direction: column;
align-items: center;
padding: 0px;
gap: 7px;

position: absolute;
width: 62px;
height: 73px;
left: 0px;
top: 0px;
}

.primary{
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px;
gap: 10px;
isolation: isolate;

width: 54px;
height: 54px;
}


.Ellipse{

width: 54px;
height: 54px;

background: #E44672;
box-shadow: 3px 3px 12px #DDDDDD, inset -6px -6px 6px #D52F5D, inset 6px 6px 6px #F5B2C5;
border-radius: 8px;


flex: none;
order: 0;
flex-grow: 0;
z-index: 0;
}

.Maskgroup {
position: absolute;
width: 24px;
height: 24px;
left: 15px;
top: 15px;

flex: none;
order: 1;
flex-grow: 0;
z-index: 1;
}

.svg{
position: absolute;
width: 24px;
height: 24px;
left: 15px;
top: 15px;


}



.text{

width: 62px;
height: 12px;

font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 13px;
text-align: center;

color: #E44672;


flex: none;
order: 1;
flex-grow: 0;
}