.plMainProfile svg {
        width: 16px;
        height: 16px;
}
.UIProfilemini {
        display: flex;
        gap: 5px;
        padding-left: 10px;
        border-left: 1px solid #e9e9e9;
        position: relative;
        z-index: 1000;
        align-items: baseline;
}
.plMainProfile .login a {
        border-left: 1px solid #e9e9e9;
        padding-left: 15px;
        font-size: 13px;
}
.plMainProfile .popuptext {
        position: absolute;
        visibility: hidden; 
        min-width: 150px;
        left: -50px;
        border: 1px solid #ededed;
        display: flex;
        flex-direction: column;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.plMainProfile .popuptext > div:hover a{
        color: #0068b4;
}
.plMainProfile .popuptext > div:hover {
        background: #e4e4e4;
}
.UIProfilemini:hover .popuptext {
        visibility: visible;
        opacity: 1;
}
.UIProfilemini .main {
        cursor: pointer;
        font-size: 13px;
}
.plMainProfile .popuptext > div a {
       font-size: 14px;
}
.plMainProfile .popuptext > div {
        padding: 2px 15px;
}
@media only screen and (max-width: 768px){
        .plMainProfile {
                display: none;
        }
        .layout-1-flex:has(.plMainProfile) {
                display: block;
                float: right;
        }
        .plMainProfile {
                display: block;
                float: right;
                bottom: 10px;
                position: relative;
                right: -50px;
        }
        .UIProfilemini {
                float: right;
        }
}
@media only screen and (max-width: 400px){ 
        .plMainProfile { 
                bottom: -5px; 
        } 
}
@media only screen and (max-width: 400px){ 
        .plMainProfile { 
                bottom: 65px; 
        } 
} 