.WorkoutMenuBar{
      float:left;
      height: 6%;
      width: 100%;
      
      background-color: white;
      z-index: 129;
      transition: all .2s ease;
      animation: fadein 1s;
      overflow-x: auto;
      overflow-y: auto;
      white-space: nowrap;
      box-shadow: 2px 2px 6px silver;
  }
  .WorkoutActionMenuBar{
    float:left;
    height: auto;
    width: 100%;
    margin-top:3%;
    padding-top: 2%;
    padding-bottom: 1%;
    background-color: white;
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
}
.Calander{
  float:left;
  height: 85%;
  width: 100%;
  transition: all .2s ease;
  animation: fadein 1s;
}
.WorkoutTitleMain{
  width:80%;
  height: auto;
  float: left;
  font-size: 25px;
  font-weight: bold;
  padding-left: 2%;
}
.SearchOptionMain {
  width:1.5%;
  height: auto;
  float: left;
  cursor: pointer;
  margin-top: 0.2%;
  border-radius: 5px;
  transition: all .3s ease;
}
.MainThreeDots{
  margin-top:0.3%;
  margin-left:1%; 
  width:2%;
  height: auto;
  float: left;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 5px;
  transition: all .3s ease;
}
.workoutheaderActionButtons{
  width:auto;
  height: auto;
  float: left;
  padding: 5px 5px 5px 5px;
  border-radius: 2px;
  color: white;
  text-align: center;
  border: 1px solid #4c5667 !important;
  font-size: 12px;
  margin-top: 0.5%;
  margin-left: 1%;
  background-color: #4c5667;
  box-shadow: 2px 2px 6px silver;
}
.workoutheaderButtons{
  width:auto;
  height: auto;
  display: inline-block;
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  color: #4c5667 !important;
  text-align: center;
  border: 1px solid #4c5667 !important;
  font-size: 16px;
  margin-top: 0.5%;
  margin-left: 1%;
}
.workoutheaderButtonselected{
  width:auto;
  height: auto;
  display: inline-block;
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  background-color: #4c5667 !important;
  color:white;
  text-align: center;
  border: 1px solid #4c5667 !important;
  font-size: 16px;
  margin-top: 0.5%;
  margin-left: 1%;
}
.WorkOutMain{
  width:100%;
  height: auto;
  float: left;
}
.WorkoutDayContainer{
    width: 90%;
    margin-top: 3%;
    height: auto;
    float: left;
    margin-left: 5%;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 10px;
    border:1px solid silver;
}
.DayOfTheWeekTitle{
  width:90%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2%;
  font-size: 2em;
  font-weight: bold;
  float: left;

}
.WorkoutDayTitleContainer{
  width:100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 5%;
}
.WorkoutTitle{
  width:90%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 1px;
  margin-left: 2%;
  font-size: 1.1em;
}
.WorkoutEditOptions{
  width:2.1%;
  height: auto;
  float: left;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 5px;
  margin-right:8%;
  transition: all .3s ease;
}
.WorkoutEditOptions:hover{
  background-color: grey;

}
.WorkoutMainEditOptions{
  width:6%;
  height: auto;
  float: left;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 5px;
  margin-right:8%;
  margin-top:3%;
  transition: all .3s ease;
}
.WorkoutMainEditOptions:hover{
  background-color: grey;

}
.WorkoutDescription{
  width:90%;
  height: auto;
  margin-top: 1px;
  margin-bottom:15px;
  margin-left: 2%;
  font-size: 0.9em;
}
.WorkoutInfo{
  width:30%;
  height: auto;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 2%;
  float: left;
  font-size: 0.7em;
}
.MainInputContainer{
  width:80%;
  height: auto;
  padding-top: 20px;
  padding-bottom:20px;
  float:left;
  margin-left: 10%;
  background-color: white;
  border-radius: 2px;
  box-shadow: 2px 2px 6px silver;
}
.WorkoutInputCotaniner{
  width:96%;
  margin-left: 2%;
  height: auto;
  float: left;
  margin-top: 1%;
  transition: all .3s ease;
  animation: fadein .4s;
}
.WorkoutInputTitle{
  width: 95%;
  height: auto;
  padding-top:5px;
  float: left;
  margin-left:2.5%;
  font-size: 0.85em;
  animation: fadein .4s;
}
.WorkoutInput {
    width: 95%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 1%;
    margin-top: 0.5%;
    margin-bottom: 1%;
    float: left;
    background-color: white;
    color: #181818;
    border:1px solid #ddd;
    outline: none;
    margin-left: 2.5%;
    transition: all 300ms linear;
    font-size: 0.9em;
    border-radius: 2px;
    transition: all .3s ease;
}
.WorkoutInput:focus{
    box-shadow: unset;
    border:none;
      border-radius: 0px;
    border-bottom: 2px solid cornflowerblue;
}
.WorkoutInput::placeholder{
  color: rgba(0, 0, 0, 0.2);
}
.WorkoutInputOption{
  width: 98%;
  padding-left: 1%;
  height: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 0.9em;
  float: left;
  cursor: pointer;
}
.WorkoutInputOption:hover{
  background-color: #ddd;
}
.SingleWorkOut {
    width: 96%;
    margin-left: 2%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    float: left;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid white;
}
.SingleWorkOut:hover{
  box-shadow: 2px 2px 6px silver;
  border: 1px solid silver;

}
.SingleWorkOutTop {
    height: auto;
    width: 100%;
    float: left;
}
.SingleWorkOutTopHeader {
    height: auto;
    width: 100%;
    float: left;
    font-size: 1.2em;
    margin-bottom: 0.2%;
    font-weight: bold;
}
.SingleWorkOutTopDescription {
    height: auto;
    width: 100%;
    float: left;
    font-size: 1em;
    margin-bottom: 5px;
}
.WorkoutDisplayCotaniner {
    width: 100%;
    height: auto;
    float: left;
}
.WorkoutDisplayTitle {
    width: 100%;
    height: auto;
    float: left;
    font-size: 1em;
}
.WorkoutDisplayRange{
    border: unset;
    box-shadow: unset;
    width: 70%;
    height: auto;
    padding-left: 1%;
    margin-bottom:5px;
    float: left;
    background-color: white;
    color: #181818;
    outline: none;
    transition: all 300ms linear;
    font-size: 0.8em;
    border-radius: 10px;
    transition: all .3s ease;
}
.DisplayWorkoutInfo{
  width:95%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 1%;
  margin-left: 1.5%;
  float: left;
  background-color: white;
  border: 1px solid silver;
  box-shadow: 2px 2px 6px silver;
}
.DisplayWorkoutInfoCotaniner{
  width:auto;
  height: auto;
  float: left;
}
.DisplayWorkoutInfoTitle{
  width: 100%;
  height: auto;
  float: left;
  font-size: 1.2em;
  font-weight: bold;

}
.DisplayWorkoutInfoData{
  width: 100%;
  height: auto;
  float: left;
  font-size: 0.9em;
}
.exerciseContainer{
  width: 100%;
  height:auto;
  margin-top: 5%;
}
.singleStockExercise{
  width:31.6%;
  height: 480px;
  overflow: hidden;
  float: left;
  margin-left: 1%;
  margin-top: 1%;
  box-shadow: 2px 2px 6px silver;
  border:1px solid silver;
  margin-bottom: 1%;
  padding: 5px 5px 5px 5px;
  background-color: ghostwhite;
  border-radius: 10px;
  transition: all 1s ease;
  cursor: pointer;
}
.singleStockExercise:hover{
    background-color: cornflowerblue;
    box-shadow: 2px 2px 6px black;
}
.singleStockExercise_Title{
  width: 98%;
  height: auto;
  padding: 5px 5px 5px 5px;
  float: left;
  color: cornflowerblue;
  font-size: 1.1em;
  font-weight: bold;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 1%;
  border:1px solid silver;

}
.singleStockExercise_banner{
  width: 100%;
  height: auto;
  min-height: 200px;
  background-position: center center;
  background-size:  auto 100%;
  background-repeat: no-repeat;
  float: left;
  transition: all 0.3s ease;
  background-color: rgba(0,0,0,0.3);
}
.singleStockExercise_MiddleInfo{
  width:100%;
  height: auto;
  float: left;

}
.SingleMiddleInfo{
  width: 45%;
  height: auto;
  min-height: 34px;
  padding-left: 3%;
  margin-left: 1%;
  float: left;
  font-size: 0.9em;
  margin-top: 10px;
  background-color: white;
  border:1px solid silver;
  border-radius: 10px;
}
.steps{
  margin-top: 10px;
  width: 94%;
  height:100px;
  overflow-y: auto;
  padding-left: 3%;
  float: left;
  margin-left: 1%;
  font-size: 0.8em;
  background-color: white;
  border:1px solid silver;
  border-radius: 10px;

}
.WorkoutSearchByContainer{
  width:25%;
  height: 100%;
  float: left;
  margin-left: 1%;
  padding-top: 10px;

}
.WorkoutSelectByContainer{
  width:15%;
  height: 100%;
  float: left;
  margin-left: 1%;
    padding-top: 10px;

}
.WorkoutSearchSearchSelectLabel{
  width:95%;
  height:10%;
  float: left;
  font-size: 0.9em;
  padding-left: 1%;
}
.WorkoutSearchInput{
  width:95%;
  height: auto;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  margin-top: 0.5%;
  margin-bottom: 1%;
  float: left;
  background-color: white;
  color: #181818;
  box-shadow: 2px 2px 6px silver;
  border: 1px solid silver;
  outline: none;
  margin-left: 1%;
  border-bottom: 1px solid silver;
  transition: all 300ms linear;
  font-size: 0.8em;
  border-radius: 5px;
  transition: all .3s ease;
}
.WorkoutSearchSearchSelect{
    width:95%;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    margin-top: 0.5%;
    margin-bottom: 1%;
    float: left;
    background-color: white;
    color: #181818;
    box-shadow: 2px 2px 6px silver;
    border: 1px solid silver;
    outline: none;
    margin-left: 1%;
    border-bottom: 1px solid silver;
    transition: all 300ms linear;
    font-size: 0.8em;
    border-radius: 5px;
    transition: all .3s ease;
}
.TopBarOption{
  width:100%;
  height: auto;
  font-size: 0.9em;
  float: left;

}
.TopBarOption:hover{
  background-color:#ddd;
}
.addExerciseToWorkout{
  width: 100%;
  height: 100%;
  float: left;
  display: none;
  transform: rotate3d(0, 1, 0, 180deg);
  background-color: ghostwhite;
}
.addExerciseToWorkoutContentHolder{
  width: 100%;
  height:100%;
  background-color: white;
  border:1px solid silver;
  float: left;
  overflow: auto;


}
.addExerciseToWorkoutImage{
  width:20%;
  height: auto;
  float: left;
  margin-left: 10%;
  margin-right:10%;
}
.AddTitle{
  width:90%;
  padding-left: 2%;
  float: left;
  font-size: 1.2em;
  padding-top: 5px;
  padding-bottom: 10px;
}
.singleStockExerciseStock{
  width: 100%;
  height: 100%;
  float: left;
}
.ExerciseWorkoutLoader{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  height: 100%;
  width:100%;
}
.ExerciseWorkoutloaderSmall {
    width: 90px;
    height: 90px;
    display: block;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}
.ExerciseWorkoutloaderLabel {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 1.3em;
    text-align: center;
}
.ErrorInput{
  background-color: tomato !important;
  border: 1px solid red !important;
  color:white !important;
}
@keyframes transform {
  from { transform: scale(1.3) }
  to   { transform: scale(1)  }
}
.exerciseadded{
  height:20px;
  width: 20px;
  float:right;
  transition: all 1s ease;
  animation:  transform 1s, fadein .7s
}
.DisplayExerciseToWorkoutImage {
  width: 42%;
  height: auto;
  float: left;
  margin-left: 3%;
  margin-bottom: 2%;
  animation: transform 1s, fadein .7s;
}
.DisplayWorkoutInfoAtrribute{
  min-width: 23%;
  width: auto;
  height: auto;
  float: left;
  background-color: white;
  border-radius: 5px;
  border:1px solid silver;
  margin-left: 1%;
  margin-top: 1%;
  box-shadow: 2px 2px 6px silver;

}
.DisplayWorkoutInfoAtrributeTitle {
    width: 99%;
    height: auto;
    float: left;
    padding: 0.5% 0.5% 0.5% 0.5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    font-size: 1.1em;
    font-weight: bold;
    background-color: #4c5667;
    color:white;
}
.DisplayWorkoutInfoAtrributeData{
  width: 96%;
  height: auto;
  float: left;
  padding: 5px 5px 5px 5px;
  background-color: white;
  border-radius: 5px;
  margin-top: 1%;
  margin-left: 0.55%;
  box-shadow: 2px 2px 6px silver;
  color: rgb(22,22,22);
}
.DisplayWorkoutImageContainer{
 
    width: 96%;
    height: auto;
    float: left;
    padding: 5px 5px 5px 5px;
    background-color: white;
    border-radius: 5px;
    margin-top: 1%;
    margin-left: 0.55%;
    box-shadow: 2px 2px 6px silver;
    color: rgb(22,22,22);
}
.DisplayWorkoutInfoCotaninerParent{
  width:100%;
  height: auto;
  float: left;
  margin-bottom: 1%;
  margin-top: 1%;

  background-color: white;
  border-radius: 5px;
}
.WorkoutAsset{
  display: block;
  opacity: 1;
  width: 20%;
  height: auto;
  margin-top: 1%;
  margin-left: 2%;
  float: left;
  animation: fadein 1s, fromTop .3s;
}
.WorkoutAssetClearButton{
  width: auto;
  height: auto;
  padding: 2px 2px 2px 2px;
  border-radius: 5px;
  background-color: tomato;
  color: white;
  transition: all .3s ease;
  float: right;
  margin-right: 85%;
  cursor: pointer;
}
.WorkoutAssetClearButton:hover{
  background-color: red;
  color: blue;
  transform: scale(1.02);
}
.SingleWorkOutMain{
  width: 24%;
  height: 24%;
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  margin: 1% 1% 1% 1%;

}
.SingleWorkOutMainOverLay {
  width: 100%;
  box-shadow: 2px 2px 6px silver;
  height: 100%;
  float: left;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.65); 
 
}
.SingleWorkOutMainTopHeader {
  height: auto;
  width: 98%;
  padding-left:2%;
  float: left;
  font-size: 1em;
  margin-bottom: 1%;
  font-weight: bold;
  color:white;
}
.SingleWorkOutTopDescription {
  height: auto;
  width: 98%;
  padding-left:2%;
  float: left;
  font-size: 0.7em;
  margin-bottom:  1%;
  color:white;
}
.SingleWorkOutMainTop{
  height: 60%;
  width: 100%;
  float: left;
}
.SingleWorkOutTopHeader {
  height: auto;
  width: 100%;
  float: left;
  font-size: 1.2em;
  margin-bottom: 0.2%;
  font-weight: bold;
}
.WorkoutInfoBottom {
  height: auto;
  width: 62%;
  padding-left: 2%;
  float: left;
  font-size: 0.6em;
  color:white;
}
.SingleWorkOut_Created_By_User_Container {
  width: 30%;
  height: auto;
  float: left;
}
.CreatedBy_profilepic {
  width: 15px;
  height: 15px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  margin-left: 2%;
  box-shadow: 2px 2px 6px black;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .2s ease;
}
.workoutCreatedBy {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1%;
  font-size: 0.6em;
  color: white;
  padding-left: 3.5%;
}
.SingleWorkOutExtend{
  width:100%;
  min-height: 30%;
  height: auto;
  float: left;
}
.SingleWorkOutMainOverLayExtend{
  width: 100%;
  box-shadow: 2px 2px 6px silver;
  height: fit-content;
  float: left;
  min-height: 30%;
  height: auto;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.65);
}
.SingleWorkOutMainTopHeaderExtend {
  height: auto;
  width: 98%;
  padding-left: 2%;
  float: left;
  font-size: 1.5em;
  margin-bottom: 1%;
  margin-top: 2%;
  font-weight: bold;
  color: white;
}
.WorkoutInfoBottomExtend {
  height: auto;
  width: 98%;
  padding-left: 0%;
  float: left;
  color: white;

}
.SingleWorkoutInfoBottomExtend {
  height: auto;
  width: auto;
  padding: 1% 1% 1% 1%;
  float: left;
  font-size: 1em;
  color: white;
  margin-left: 1%;

}
.SingleExercise{
  width: 100%;
  height:auto;
  float: left;
  padding: 5px 5px 5px 5px;
  background-color:white;
  border-radius: 5px;
  margin-top: 1%;
  box-shadow: 2px 2px 6px silver;
  color:rgb(22,22,22);
}
.SingleExerciseTopHeader {
  height: auto;
  width: 98%;
  padding-left: 2%;
  float: left;
  font-size: 1em;
  margin-bottom: 1%;
  font-weight: bold;
}
.SingleExerciseInfoBottomExtend {
  height: auto;
  width: 98%;
  padding-left: 0%;
  float: left;
}
.SingleExerciseInfoBottomLarge {
  height: auto;
  width: auto;
  padding: 1% 1% 1% 1%;
  float: left;
  font-size: 0.75em;
  margin-left: 1%;
}
.SingleExerciseInfoBottom {
  height: auto;
  width: auto;
  padding: 1% 1% 1% 1%;
  float: left;
  font-size: 0.65em;
  margin-left: 1%;
}
.SingleExerciseTopDescription {
  height: auto;
  width: 98%;
  padding-left: 2%;
  float: left;
  font-size: 0.75em;
  margin-bottom: 1%;
}
.SingleExerciseExtend {
  width: 100%;
  min-height: 20%;
  height: auto;
  float: left;
  transition: all 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.ExerciseInfoBottomExtend2 {
  height: auto;
  width: 98%;
  padding-left: 0%;
  float: left;
  color: white;
}
.SingleExerciseInfoBottomExtend2 {
  height: auto;
  width: auto;
  padding: 1% 1% 1% 1%;
  float: left;
  font-size: 0.75em;
  color: white;
  margin-left: 1%;
}
.SingleExerciseInfoBottomExtend2Large {
  height: auto;
  width: auto;
  padding: 1% 1% 1% 1%;
  float: left;
  color: white;
  margin-left: 1%;
  font-size: 1.2em;
    font-weight: bold;
}
.SingleExerciseOverLayExtend2 {
  width: 100%;
  box-shadow: 2px 2px 6px silver;
  height: fit-content;
  float: left;
  min-height: 20%;
  height: auto;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.65);
}
.drawTopWorkoutBar {
  position: fixed;
  height: auto;
  width: 100%;
  top: 7.1%;
  box-shadow: 2px 2px 6px silver;
  background-color: white;
  z-index: 129;
  transition: all .2s ease;
  animation: fadein 1s;
}
@media only screen and (max-width: 1200px) {
  .exerciseContainer {
    width: 100%;
    height: auto;
    margin-top: 43%;
}
.singleStockExercise_banner {
  width: 100%;
  height: auto;
  min-height: 120px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  float: left;
  transition: all 0.3s ease;
  background-color: rgba(0,0,0,0.3);
}
  .singleStockExercise {
    width: 95%;
    height: 378px;
    overflow: hidden;
    float: left;
    margin-left: 1%;
    margin-top: 1%;
    box-shadow: 2px 2px 6px silver;
    border: 1px solid silver;
    margin-bottom: 1%;
    padding: 5px 5px 5px 5px;
    background-color: ghostwhite;
    border-radius: 10px;
    transition: all 1s ease;
    cursor: pointer;
}
  .WorkoutSelectByContainer {
    width: 32%;
    height: 100%;
    float: left;
    margin-left: 1%;
    padding-top: 10px;
}
  .drawTopWorkoutBar {
    position: fixed;
    height: auto;
    width: 100%;
    top: 5.7%;
    box-shadow: 2px 2px 6px silver;
    background-color: white;
    z-index: 129;
    transition: all .2s ease;
    animation: fadein 1s;
}
.WorkoutSearchByContainer {
  width: 98%;
  height: 100%;
  float: left;
  margin-left: 1%;
  padding-top: 10px;
}
    .WorkoutEditOptions {
      width: 5.1%;
      height: auto;
      float: left;
      cursor: pointer;
      background-color: #ddd;
      border-radius: 5px;
      transition: all .3s ease;
      margin-right:8%;
      margin-top:3%;
  }
  .SingleExercise{
    width: 96%;
    height:auto;
    float: left;
    padding: 5px 5px 5px 5px;
    background-color:white;
    border-radius: 5px;
    margin-top: 1%;
    margin-left: 0.55%;
    box-shadow: 2px 2px 6px silver;
    color:rgb(22,22,22);
  }
  .SingleWorkOutTopHeader{
    font-size: 25px;
  }
  .SearchOptionMain {
    width: 5.5%;
    margin-top: 0%;
    height: auto;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s ease;
}
.WorkoutTitleMain {
  width: auto;
  height: auto;
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding-left: 2%;
  margin-right: 2%;
}
.WorkoutActionMenuBar {
    margin-top: 14%;
  }
  .MainThreeDots{
    margin-top:2%;
    margin-left:1%; 
    width:6%;
    height: auto;
    float: left;
    cursor: pointer;
    background-color: #ddd;
    border-radius: 5px;
    transition: all .3s ease;
  }
  .workoutheaderButtonselected{
    width:auto;
    height: auto;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    background-color: #4c5667 !important;
    color:white;
    text-align: center;
    border: 1px solid #4c5667 !important;
    font-size: 12px;
    margin-top: 2.5%;
    margin-left: 1%;
    text-decoration: none;
  }
  .workoutheaderButtons{
    width:auto;
    height: auto;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    color: #4c5667 !important;
    text-align: center;
    border: 1px solid #4c5667 !important;
    font-size: 12px;
    margin-top: 2.5%;
    margin-left: 1%;
    text-decoration: none;
  }
  .SingleWorkOutMain{
    width: 98%;
    height: 200px;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
  
  }
  .WorkoutInfoBottomExtend {
    height: auto;
    width: 98%;
    padding-left: 0%;
    float: left;
    color: white;
    margin-top: 21%;
  
  }
  .SingleWorkoutInfoBottomExtend {
    height: auto;
    width: auto;
    padding: 1% 1% 1% 1%;
    float: left;
    font-size: 0.65em;
    color: white;
    margin-left: 1%;
  
  }
  .MainInputContainer{
    width:96%;
    height: auto;
    padding-top: 20px;
    padding-bottom:20px;
    float:left;
    margin-left: 2%;
    background-color: white;
    border-radius: 2px;
    box-shadow: 2px 2px 6px silver;
  }
}