﻿.ProfileImageIDElement {
    width: 100%;
    height: 100%;
}



.ProfileBarInfoIDName {
    margin: 0 auto 5px auto;

    //min-height: 60px;

    display: flex;
    align-items: center;

    /border: 1px solid red;
}

.starContainer {
    margin: 0 8px 5px 8px;
    padding: 2px;

    width: 20px;
    height: 20px;

    background: url(../../img/Global/Stars.jpg);

    background-size: contain;
}

.ProfileBarInfoContactNumberContainer {
    margin: 5px 0;
    display: flex;
    align-items: center;
    
    width: 90%;
    /min-width: 300px;

    /border: 1px solid black;
}

.ProfileBarInfoContactNumberContainerfont {
    width: 120px;
    /border: 1px solid black;
}