﻿.my-friend-main{
    display:flex;
    flex-direction:column;
    
    border:none;
    width:100%;
    height:100%;
    padding:5px;
}
.my-friend-nav{
    border:none;
    height:2em;

}
.back-btn {
    border: 1px solid #2E64FE;
    border-radius: 5px;
    font-weight: 600;
    color: #2E64FE;
    background-color: white;
}
#mfn-profile-icon {
    font-size: small;
}

.my-friend-card {
    align-self: center;
    border: 1px solid gray;
    border-radius: 5px;
    width: 50%;
    height: 25%;
    padding: 0.3em;
}

.my-friend-card-header{
    display:flex;
    justify-content:center;
    flex-direction:row;

    border-bottom:1px solid gray;
}

#mfc-icon-container{
    border:none;
    padding: 0.3em;
}
#mfc-friend-username-container {
    display: flex;
    align-items:center;
    border:none;
    font-size:large;
}

.request-action-btn{
    border: none;
    border-radius: 5px;
    background-color: #ef5c34;
    float:right;

    color:white;
}

.request-action-btn:hover{
    background-color: #FF0000;
}