html{
    zoom: 100%;
}

body{
    font-size: 0.8rem;
}
.home{
    color: white;
}
.icon-button{
    background: none; 
    border: none; 
    padding: 0;
}
.edit-button-icon{
    color: blue;
}
.delete-button-icon{
    color: red;
}
.logo-home{
    width: 250px;
    height: 150px;
}
.home-logo-contener{
display: flex;
flex-direction: row;
justify-content: center;
}
.tableau-mesures{
  width: 100%;
}

.tableau-mesures th{
  background-color: #261d9c;
  color: white;
  height: 40px;
  text-align: center;
  border: 1px solid #261d9c;
}

.tableau-mesures tr{
  color: black;
  height: 1rem;
  border: 1px solid #f2f2f2;
}

.tableau-mesures tr td{
  color: black;
  text-align: start;
  padding-left: 1rem;
}
.content-center{
    text-align: center;
}
.content-end{
    text-align: end;
}
.pagination-links{
    float: right;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.hold-order{
    background-color: #d8b394;
}
.paid-order{
    background-color: #81c1f6;
}
.advanced-order{
    background-color: #81f6c9;
}
.proformat{
    background-color: #d1aff6;
}
i{
    font-size: 1rem;
}