
  .top-upper-blac {
    background-color: black;
    height: 100px;
  }
  .parts-div{
    overflow: auto;
    height: 270px;
  }
  .parts-div th {
    font-size: 14px;
  }
  
  .parts-div td {
    font-size: 12px;
  }
  .top-text-drop {
    display: flex;
    column-gap: 8%;
    justify-content: space-evenly;
  }
  .one-top {
    display: flex;
    margin-bottom: 7%;
  }
  .two-top {
    display: flex;
    margin-bottom: 4%;
  }
  .three-top {
    display: flex;
    margin-bottom: 10%;
  }
  .text-header h1 {
    font-size: 13px;
    margin-top: 9px;
  }
  .machine h1 {
    font-size: 18px;
    margin-top: 6px;
  }
  .middle-container {
    margin-top: 10px;
  }
  .color-container {
    margin-top: 10px;
  }
  /* .row {
    width: 100%;
    row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 1%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  } */

  .color-container .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .machine-jobS {
    display: flex;
    margin-bottom: 6%;
  }
  .machine-temp {
    display: flex;
    margin-bottom: 4%;
  }
  .percentage-container {
    display: flex;
    margin: 25px 2%;
  }





/* GREEN */
  .workstation-green h1 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 29px;
  }
  .workstation-green {
    background: black;
    color: white;
    text-align: center;
    border: 5px solid #2eff00;
    border-radius: 21px;
    padding: 7px;
    font-size: 10px;
    text-align: center;
  }






/* BLUE */
  .workstation-blue h1 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 29px;
  }
  .workstation-blue {
    background: #4abdd4;
    color: white;
    text-align: center;
    border: 5px solid #0055ff;
    border-radius: 21px;
    padding: 7px;
    text-align: center;
    font-size: 10px;
  }







/* RED */
  .workstation-red h1 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 29px;
  }
  .workstation-red {
    background: #e46a6a;
    color: white;
    text-align: center;
    border: 5px solid red;
    border-radius: 21px;
    padding: 7px;
    font-size: 10px;
    text-align: center;
  }



  /* ORANGE */
  .workstation-orange h1 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 29px;
  }
  .workstation-orange {
    background: #e4a16a;
    color: white;
    text-align: center;
    border: 5px solid rgb(255, 106, 0);
    border-radius: 21px;
    padding: 7px;
    font-size: 10px;
    text-align: center;
  }



/* GREY */
.workstation-grey h1 {
  color: white;
  padding: 0;
  margin: 0;
  font-size: 29px;
}
.workstation-grey {
  background: #d6d6d6;
  color: white;
  text-align: center;
  border: 5px solid rgb(160, 160, 160);
  border-radius: 21px;
  padding: 7px;
  font-size: 10px;
  text-align: center;
}



  .machine-two-top {
    display: flex;
    margin-left: 2%;
  }
  .machine-temprature {
    display: flex;
  }
  /* .percentage-container {
    display: flex;
  } */
  .percentage-chart {
    display: flex;
    width: 50%;
    padding-left: 25px;
    margin-left: 20%;
  }
  .form-control .meter {
    width: 10%;
  }

  .target-vs-acctual {
    width: 100%;
  }




  