* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.149) 0%, rgba(0, 0, 0, 0.625) 100%), url("/img/suppliers-orders-entry-archivo/background.avif"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    height: 100px; 
    padding: 20px;  position: relative;
    z-index: 10; 
}

.user-info {
  
    gap: 10px;
    color: white;
    margin-top:20px;
    margin-left: -30px;

}

.user-icon {
    font-size: 25px;
    color: white;
    margin-right: 4vw;
}

.username {
    font-size: 15px;
    background-color: white;
    color:black;
    border-radius: 5px;
    padding:1vw 2vw;
}
.container {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.401);
    height: 100vh;
    position: absolute;
    top:60px;
    z-index: 0;
}

.row {
    background-color: black;
    padding:10px;
    margin:13vw 3vw 3vw 3vw;
    border-radius: 3vw;
    border:2px solid white;
}

.row1 {
    color:white;
    display: grid;
    grid-template-columns:  2fr 45px 45px; 
    overflow: hidden;
    z-index: 1;
    font-size: 12px;
    border-bottom: 2px solid white;
    margin: 2vw 1vw;
}

.ok{
    color:greenyellow; 
    margin-left:3vw;
}

.row2 {
    color:white;
    display: grid;
    grid-template-columns:  2fr 65px; 
    overflow: hidden;
    z-index: 1;
    font-size: 12px;
    margin: 3vw 0;
    border-bottom: 2px solid white;

}

.grid-item h5 {
    margin-top: 0;
    color: #ffcc00ff;
}
  
  .grid-item h5 {
    margin-top: 0;
    color: #ffcc00ff;
}

.grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat (3,1fr);
    gap: 10px;
    grid-template-areas: 
    "product-input product-input bollo"
    "lot-input     lot-input     bollo"
    "date-input    date-input    date-input";
}

.product-input {
    grid-area: product-input;
}
.lot-input {
    grid-area: lot-input;
}
.bollo-container {
    grid-area: bollo;
}
date-input {
    grid-area: date-input;
}

.form {
    --width-of-input: auto;
    --border-height: 1px;
    --border-before-color: white;
    --border-after-color: #5891ff;
    --input-hovered-color: #4985e01f;
    position: relative;
    width: var(--width-of-input);
   }

.input {
    color: #fff;
    font-size: 0.9rem;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
    border-bottom: var(--border-height) solid var(--border-before-color);
}

::placeholder {
    color: #ffcc00ff; 
   
}
.input-border {
    position: absolute;
    background: var(--border-after-color);
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}
input:hover {
    background: var(--input-hovered-color);
}
   
input:focus {
    outline: none;
    color:white;
}
  
.title {
    font-size: 12px;
    margin-left: 4vw;
}

.weight {
    margin-left:5vw;
}

.state {
    color:orangered;
}

.row3 {
    color:white;
    display: grid;
    grid-template-columns: 70px 2fr 40px 40px; 
    overflow: hidden;
    z-index: 1;
    font-size: 12px;
    margin: 3vw 0;
}

span {
    color:white;
}

.delivery {
    color:white;
    border-top: 2px solid white;
    margin-top:5vw;
}

.button {
    display: flex;
    justify-content: space-between;
    margin-top:15vw;
}
.button1,  .button2 {
    background: transparent;
    border: none;
    border: 2px solid #ffcc00ff;
    border-radius: 2vw;
    padding: 1vw 4vw;
    text-decoration: none;
}

.button2 {
    display: flex;
    align-items: center;
  }

.button11 {
    background: transparent;
    border: none;
    border: 2px solid #ffcc00ff;
    border-radius: 2vw;
    position: absolute;
    right:20px;
    bottom: 320px;
    padding:2vw ;
}
  
  .name-button2 {
    margin: 0 10px;
    color: #ffcc00ff;
  }

  .data {
    color: #ffcc00ff;
  }

  .exclamation {
    position: absolute;
    right: 10px;
    bottom: 230px;

  }
  
.units-container {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 10px; 
  }
  
.title-units {
    grid-column: 1 / 2; 
    grid-row: 1 / 2; 
    text-align: left; 
    color:#ffcc00ff;
  }
  
.units {
    grid-column: 1 / 2; 
    grid-row: 2 / 3; 
    margin-left: 30px;
    margin-top:-30px;
  }
  
.units1 {
    grid-column: 1 / 2; 
    grid-row: 3 / 4; 
    margin-left: 30px;
    margin-top:-50px;


  }
.item1, .item2, .item3, .item4, .item5, .item6  {
    color:white;
    background-color: black;
    border-radius: 10px;
    border:1px solid white;
    padding: 5px;
}

.item4 {
    background-color: #ffcc00ff;
    color: black;
    border-radius: 10px;
    border:1px solid white;
    padding: 5px;
}
.button-units {
    grid-column: 2 / 3; 
    grid-row: 2 / 3; 
}
  
.plus-units {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #80b3ffff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
   margin-right: 5px;
}
  
  .plus-units i {
    font-size: 20px;
    margin: 0 10px;
    margin-top: -10px;
}
 
.grid-container22{
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2vw;
}

.grid-title {
    color:#ffcc00ff;
}
.grid-number {
    font-size: 44px;
    color: white;
}
.button-states {
    color: green;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm {
    background-color:#ffcc00ff;
    padding: 4vw 5vw;
    border: none;
    border-radius: 15px;
    margin-left: 20px;
    font-size: 16px;
    text-decoration: none;
    color: black;
    margin-top:30px;
}
  

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.774);
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); 
    z-index:1000;
    margin-top:20px;
  }

  .footer-container {
    max-width: 1200px; 
    margin: 0 auto; 
    display: flex;
    justify-content: space-evenly; 
    align-items: center; 

  }
  .footer-item {
    display: flex;
    align-items: center;
    padding: 0 30px; 
    border-right: 2px solid white; 
}

.footer-item:last-child {
    border-right: none; 
}
 