body {
  background-color: #fcfcfc;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 

}
.homepage {
  width: 89%;
  margin: auto;
  background-color: rgb(247, 247, 247);
}
/* Footer section Dashboard */
.foot_bar {
  width: 95%;
  margin: auto;
  padding: 2%;
  border-top: 1px solid lightgrey;
}

.row {
  display: flex;
  justify-content: space-between;
  color: rgb(155, 153, 153);
}
.foot_bar > img {
  float: left;
  padding: 2px 20px;
  cursor: pointer;
}
.box-1 {
  width: 18%;
}
.box-1 > small {
  font-size: x-small;
}

.content__heading {
  font-size: 22px;
  margin: -30px 60px 0px;
  font-style: normal;
}
.content__footer {
  font-size: 15px;
  margin: -20px -40px 1px;
  text-align: left;
  color: rgb(99, 99, 99);
}
.content__footer :hover {
  opacity: 10;
  visibility: visible;
  left: 0;
  color: rgb(0, 153, 255);
}
/*  */
.dashboard-container {
  width: 100%;
}

/* Middle Left Section dashboard */
.middle__left {
  width: 17%;
  float: left;
  height: 600px;
}
.middle__left__img {
  width: 100%;
}
.left__block {
  font-size: 14px;
  vertical-align: middle;
  padding: 1px 0px 5px 0px;
  font-weight: bold;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin: -5px -30px 1px;
  color: rgb(99, 99, 99);
}
.Middle__Left__Container :hover {
  opacity: 10;
  visibility: visible;
  left: 0;
  color: rgb(0, 153, 255);
}

/* middle__right__container */
.middle__right {
  width: 15%;
  float: right;
}
.middle__right__img {
  width: 100%;
  height: 550px;
}

.username-div {
  display: flex;
  justify-content: flex-end;
  width: 98%;
  margin-top: 8px;
}

#username-select {
  color: #888888;
  background-color: #f0ecec;
  border: none;
  outline: none;
}
#username-select:hover {
  background-color: #cccccc;
}
.fa-bell,
.fa-users {
  color: #cccccc;
  margin-left: 15px;
}
.fa-user {
  color: #28b6e3;
  margin-left: 30px;
  /* width: fit-content;
  height: fit-content; */
  background-color: #babac8;
}
.fa-bell:hover,
.fa-users:hover {
  color: #28b6e3;
}
.navbar-container {
  width: 100%;
  height: 60px;
  border-radius: 5px;
}
.logo-jefit {
  width: 100px;
  height: 30px;
  float: left;
}
.navbar {
  overflow: hidden;
  background-color: white;
  color: #cccccc;
  margin-top: 5px;
}
.float-right {
  float: right;
}
.navbar a {
  display: block;
  color: #a87f7f;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  color: #28b6e3;
  line-height: 20px;
  border-bottom: 2px solid #28b6e3;
}

.navbar .remove-underline:hover {
  border-bottom: none;
}
/* .navbar a.active {
width: 100px;
height: 30px;
border-bottom: none;
} */
.get-jefit-btn {
  background-color: #28b6e3;
  color: white;
  font-size: 14px;
  padding: 7px 10px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  display: block;
  margin-top: 5px;
  outline: none;
  float: right;
  margin-bottom: 20px;
}
.get-jefit-btn:hover {
  background-color: #babac8;
  color: black;
}
.navbar .icon {
  display: none;
}
.fa-bars {
  color: #cccccc;
  font-size: 20px;
}
.dashboard-container {
  width: 100%;
  margin-top: 15px;
}
.dashboard-container-left {
  width: 200px;
  height: 400px;
  float: left;
  background-color: rgb(109, 109, 173);
}
.dashboard-container-middle {
  width: 65%;
  padding: 0%;
  float: left;
  margin-left: 3%;
}
.user-details {
  color: #888888;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 0;
}
.user-details-link {
  color: #28b6e3;
  text-decoration: none;
}
.user-details-data {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.user-info {
  width: 200px;
  display: flex;
  justify-content: baseline;
}
.user-details-location {
  text-decoration: none;
  margin-left: 0;
  color: #888888;
  float: left;
}
.user-details-location:hover {
  color: #28b6e3;
  text-decoration: underline;
}
.fa-globe {
  margin-left: 10px;
  margin-right: 5px;
}
[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}
.tabs {
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid lightgray;
}

.tab {
  cursor: pointer;
  padding: 8px;
}
/* 
.tab.active {
  
} */

.tab:hover {
  color: #28b6e3;
  border: 1px solid lightgray;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tab-content {
  margin-left: 20px;
  margin-right: 20px;
}
.middle-dashboard {
  margin-top: 10px;
}
.hometab {
  height: 60px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 5px;
}
#home {
  margin-left: 30px;
}

#home P {
  margin-top: 5px;
}
.hometab > .status-btn {
  width: 50px;
  height: 45px;
  background-color: white;
  color: #28b6e3;
  border: 1px solid #28b6e3;
  border-radius: 5px;
}
.hometab input {
  height: 25px;
  width: 85%;
  margin: 15px 10px;
}
.logWorkBtn,
.bodystats,
.progresspic {
  width: 160px;
  height: 45px;
  background-color: white;
  border: 1px solid lightgray;
  outline: none;
}
cred {
  color: red;
}
cblue {
  color: blue;
}
cgreen {
  color: green;
}
.logWorkBtn:hover {
  background-color: #888888;
}
.bodystats:hover {
  background-color: #888888;
}
.progresspic:hover {
  background-color: #888888;
}
.para-info {
  width: 98%;
  height: 100px;
  background-color: #d9edf7;
  margin: 5px auto;
}
.para-info p {
  margin: 10px;
  margin-top: 10px;
}
.here {
  text-decoration: none;
  color: #31709c;
}
.bottom-line {
  border-bottom: 1px solid lightgray;
  width: 100%;
  height: 1px;
}
.no-margin {
  margin-bottom: 0%;
}
.hometab_margin-left {
  margin-left: 15px;
}
.textlabel {
  margin-top: 0;
  font-size: 16 px;
}
.bottom-label {
  text-decoration: none;
  color: #28b6e3;
}
@media screen and (max-width: 1150px) {
  .navbar a:not(:first-child) {
    display: none;
  }
  .navbar button {
    display: none;
  }
  .navbar a.icon {
    float: right;
    display: block;
    border: 0.5px solid #cccccc;
    border-radius: 3px;
  }
}

@media screen and (max-width: 1150px) {
  .navbar.responsive {
    position: relative;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.Benchmark_container{
  border-bottom:1px solid #d4d4d4;
  padding-bottom:5px;
  float:left; 
  width:100%; 
  margin-top:10px;
}
.Exercise__Progress{
  color:#4d4f53;
  font-size:16px; 
  padding-top:20px;
}
.Update{
  font-size:10px;
  color:#AAA;
  font-weight:bold;
  width:100%;
  float: left;
}
.Manage{
  color:#4184A1;
  float:right;
  font-weight:bold;
  font-size:11px;
}
.Exercise__Container{
  display:inline-block;
  width:100%;
}
.Barbell__Stats{
  color:rgb(75, 169, 231);
  font-weight:bold;
  margin-top:10px; 
  float:left; 
  width:100%; 
  padding-bottom:5px;
  
}
.Barbell__Stats__img{
  float:left;
  height:80px;
  width:20%;
}
.Goal__Box{
  width:65%;
  float: left;
}
.lbs__Goal{
  font-size:24px;
  margin-top:10px;
  width:100%;
  float:left;
  text-align: center;  
}
.progressbar-Status{
  width:300px;
  height:8px;
  border:1px solid lightgray;
  border-radius: 8px;
  margin-left:76px;
}
.Goal__Prog__Box{
  float:left;
  border-radius:4px;
  width:95%;
  border-bottom:1px dashed #d4d4d4;
  padding-bottom: 20px;
}
.Goal__Prog__Box1{
  width:100%;
  text-align:center;
  color:#888;
  font-size:11px;
}
.Day__Container{
  float:left;
  width: 15%;

}
.Barbell__Squat{
  color:#666;
  font-weight:bold;

}
.body-stats-updates{ 
  height: 60px;
  float: left;
 
}
.body-stats-updates-title{
 margin-bottom: 0%;
 margin-bottom: 0%;
  padding: 0;
}
.body-stats-last-updated{
  margin-top: 0%;
  display: inline-block;
  font-size: 11px;
}
.update-body-stats-page{
  color: #3b7283;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  float: right;
  margin-top: 40px;
  margin-bottom: 0%;
  
}
.male-img-body-info{
  background-image: url("./images/male_1.jpg");
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;

}
.bottom-line-body-stats-menu{
 width: 100%;
 height: 0.1px;
 background-color: #3b7283;
 margin-top: 0%;
}
.male-image-prop{
  float: left;
}
.male-img-body-info-data{
  margin-left: 120px;
  float: left;
 margin-top: 120px;
}
.body-stats-info-card{
  width:120px; 
  height:340px;
  margin-top:10px;
  float:left;
  margin-left:20px
}
.current-weight{
  font-size:34px; 
  font-weight:bold; 
  margin-top:5px; 
  padding-bottom:5px; 
  border-bottom:1px dashed #CCC;
}
.body-stats-margin-color{
  margin-top:15px; 
  color:#999
}
.dashed-line-bottom{
  margin-top:10px; 
  padding-bottom:5px; 
  border-bottom:1px dashed #CCC; 
  color: #666666;
}
.chart-of-body-fat{
  width: 150px;
  height:150px;
  margin: 50px 30px;  
  float: left;
}
#myChart{
  width: 150px;
  height: 150px;
  margin: 70px 80px;

}
.Manage{
  text-decoration: none;
}

.progress__pic__container{
  width:100%;
  margin-top:10px;
}
.progress__pic__Bar{
  width:100%;
  padding-top: 10px;
}
.progress__pic__Bar2{
  border-bottom: solid 1px #CCC;
  padding-bottom:3px;
}
.Edit__upload{
  float: right;
  margin-right: 10px;
  color: rgb(0, 174, 255);
}
.progress__pic__sub__Box{
  width: 560px;
}
.progress__pic__sub__Box1{
  text-align: center;
  width: 560px;
}

/* commiting the changes */