 
 :root {
  --mainColor: #ff724c;
  --secondaryColor: #f3f0eb;
}



 .modal .modal-dialog{
  margin-left: 45%;
 }
 .modal .modal-content{
 background-color: #f3f0eb;
 width: 168%;
 height: auto;
 }
 .modal .modal-content input , .modal .modal-content textarea  {
  background-color: #f3f0eb;
margin-bottom: 10px;
 }
 .modal .modal-content input:focus , .modal .modal-content  textarea:focus  ,  .modal .modal-content select:focus {
border: var(--secondaryColor) solid 1px;
box-shadow: 0px 0px 7px var(--mainColor) !important;
 }
button{
  font-size: 18px !important;
}

  table {
    border: 3px solid #f3f0eb !important;
    width: 100%;
    background-color: #f3f0eb !important;
    overflow: scroll !important;
margin-top: 80px !important;
  }

  th{
    border: 2px solid rgba(128, 128, 128, 0.7);

    border-bottom: 3px solid rgba(128, 128, 128, 0.7);
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;

  } 
  td {
    border: 2px solid rgba(128, 128, 128, 0.7);

    padding: 15px 30px;
    text-align: center;
  font-size: 17px;
  }
  label{
    font-size: 20px;
  }
  .form-control , .form-select{
    border: 2px solid rgba(128, 128, 128, 0.4);
}
  .btn-mainColor{
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: white;
  }
   .btn-mainColor:hover{
    background-color:#f1623a ;
    border-color: #f1623a;
    color: white;

  }
   .subTitle::after {
    content: "";
    position: absolute;
    bottom: 11.5px;
    left: 44.2%;
    height: 2px;
    width: 10%;
    background-color: var(--mainColor);
  }
  .subTitleM::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 41%;
    height: 2px;
    width: 16%;
    background-color: var(--mainColor);
  }
  .subTitleP::after{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 45%;
    height: 2px;
    width: 8%;
    background-color: var(--mainColor);
  }
#update{
  display: none;
}

 .modal-header .btn-close{
  margin-left: -5px;
 }
 
.modal-content select{
  background-color: #f3f0eb;
  width: 100%;
  margin-right: 11px;
}

.modal-filter{
  background-color: #f3f0eb;
  width:33%; 
  display: none; 

  
  }
 .modal-filter ul{
    list-style-type:none
  }
  .modal-filter {
    width: auto;
    box-shadow: 0 0 10px grey;
    position: absolute;
    top:90%;
   left:0%;
   z-index: 10;

  }
   .modal-filter .filterBtn {
    border-bottom: rgb(193, 192, 192) solid 1px;
   }
   .filterBtn:hover {
  background-color: rgba(225, 222, 216, 0.647)

   }

   
.filterBtn{
  background-color: #f3f0eb;
  border: none;
  width: 150px;
  padding: 10px 20px;
  cursor: pointer;
}
#addMechanism {
  margin-right: 70px;
}
/*new******/
.plus{
  margin-right: -35px;
  margin-left: 40px;
}

.newPrice{
  margin-left: 340px;

}

input[type="radio"]:checked { 
  border-color: var(--secondaryColor); /* Change to your desired color */ 
  background-color: var(--mainColor);
} 
.card{
  background-color: var(--secondaryColor);
  border: none;
  box-shadow: 0px 0px 10px var(--mainColor) ;
  border-radius: 15px;
}
.w-40{
  width: 40%;
}
.card p{
  margin-top: -15px;
}
.card-body{
  background-color: #fbb19d;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 15px;
}
.top-x {
top: 5px;
right: 5px;
}
 /*------------footer---------*/
  
 footer{
    position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
    
  }


 


 .workshop {
  flex-grow: 1;
  overflow: auto;
  min-height: 2em;
}
/*
footer {
  position: fixed;
  bottom: 0;
  width: 100%;}
  footer .navbar-brand  span{
    margin-right: -100px;
  }
 */

/*

 .icon-width{
  width: 15%;
height: 40%;
 }*/