body{ 
    background-color: #f1f1f1;
  font-family: Arial, sans-serif;
  font-size: 14px;
    }
.login_out{
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
    height: 500px;
    background-color: white;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px;
    }
.login_text{
    max-width: 80%;
    height: 25px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #EAEAEA url(../images/username.ico) right no-repeat;
    background-size: 30px;
    color: navy;    
    }
.login_search{
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #EAEAEA url(../images/search.ico) right no-repeat;
    background-size: 30px;
    color: navy;
}
a:link{text-decoration: none;}
.login_pwd{
    width: 78%;
    color: navy;
    height: 25px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background-size: 30px;
    }
.login_button{
    color: white;
    width: 80%;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #0B4DFF;
}
.icon_word{font-weight: bold;}
table.table_kubwa{
    position: absolute;
    top: 1%;
    left: 5%;
    background-color: white;
    width: 90%;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px;
}
.myfields{width: 50px;}

.photo-btn{
 display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    text-decoration:none;
    cursor:pointer;
    transition:all .25s ease;
}

.photo-btn i{
    font-size:15px;
}

.photo-btn:hover{
    background:#0f5267;
    transform:scale(1.1);
    box-shadow:0 6px 12px rgba(0,0,0,.35);
}

.photo-btn:active{
    transform:scale(0.95);
}

/*profile picture*/

table.kulia_menu{
        width: 100%;
        border-radius: 5px;background-color: white;box-shadow: 1px 1px 1px 1px;color: black;padding: 5px;}
.profile-container{
      width:100%;
      max-width: 100%;
      box-sizing: border-box;
    display:flex;
    justify-content:center;
    margin-top:15px;
}

.profile-card{
    width: 100%;
      max-width: 220px;
      box-sizing: border-box;
    background:#ffffff;
    border-radius:15px;
    text-align:center;
    padding:20px 15px;
    box-shadow:0 6px 18px rgba(0,0,0,0.15);
    transition:0.3s;
}

.profile-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
}

.profile-avatar img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #f0f0f0;
    margin-bottom:10px;
}

.profile-name{
    font-size:16px;
    font-weight:600;
    color:#333;
}

.profile-role{
    font-size:14px;
    color:#777;
    margin-top:3px;
}

.profile-phone{
    font-size:13px;
    color:#555;
    margin-top:5px;
}


