﻿body {

}
    .profile-img-btn

{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.profile-dropdown {
    position: absolute;
    top: 45px; /* below profile image */
    right: 0;
    width: 140px;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 1000;
}

.profile-img-large {
    width: 100px;
    height: 120px;
    border-radius: 20%;
    display: block;
    margin: 0 auto 5px auto;
}

.btn-logout {
    width: 100%;
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 8px 0;
    cursor: pointer;
    font-weight: bold;
}

    .btn-logout:hover {
        background-color: #c0392b;
    }

.auto-style1 {
    height: 65px;
}

.auto-style3 {
    position: relative;
    float: right;
    left: -5px;
    top: 8px;
    width: 60px;
    height: 52px;
}

.LblBlankSpace {
    background-color: darkgray;
    Width: 100%;
    height: 15px;
    text-align: center;
}





.auto-style2255 {
    color: #FFFFFF;
    text-align: Left;
}

.auto-style2266 {
    color: #FFFFFF;
    text-align: Right;
}


