.btn-group .button {
    /* background-color: FireBrick; */ /* red */ /* hafez Ameer 1*/
    background-color: rgb(255,212,199); /* hafez Ameer */ /* eyered */
    border: 1px solid FireBrick;
    color: black; /* hafez Ameer */
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    border-color: white;
    outline: none;
    border-radius: 6px;
}
.btn-group .button:not(:last-child) {
    /* border-right: none; Prevent double borders */
}
.btn-group .button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.button:active {
  /* background-color: darkred; */
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
img.avatar {
    width: 40%;
    border-radius: 50%;
}
.fmale {
    border:1px solid darkblue;padding:6px;
    box-shadow: 4px 4px 3px grey;
    outline: none; box-sizing: border-box;
}
.selec {
   height:28px;border-radius: 5px;padding:0px 0px 2px;
}
.marT9 {margin-top:9px;}

