.myaccount-left-side{
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;    
}
.myaccount-left-side>ul{
list-style-type: none;
padding: 10px;
}
.myaccount-left-side>ul>li{
border-bottom: 1px solid rgb(226, 226, 226);    
}
.myaccount-left-side>ul>li>a{
padding: 5px 0px;  
display: block;  
color: #454545;
transition: 0.3s;
font-size: 14px;
}
.myaccount-left-side>ul>li>a:hover{
color: #FC9928;  
}
.myaccount-left-side>ul>li>a:hover svg, .myaccount-left-side>ul>li>a:hover svg>polyline {
stroke: #FC9928;    
}
.email-name{
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
display: flex;
gap: 10px;
width: 100%;
background: #fff9f9;
}
.email-name>div:nth-child(1){
min-width: 40px;  
max-width: 40px;  
width: 20%;   
}
.email-name>div:nth-child(2){ 
width: 80%;   
}
.email-name>div>img{
min-width: 40px;  
max-width: 40px;
min-height: 40px;  
max-height: 40px;
border-radius: 100%;   
}
.email-width-overflow{
display: block;
max-width: 13em;
min-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.check-icon{
position: absolute;
right: 0;
top: 5px;
color: green;   
}