* {
    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-details-ok-archivo/background.avif"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
    padding-bottom: 100px;
}

.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;
    text-decoration: none;
}

.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;
    position: relative;
}

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

.delete {
    color: rgb(182, 1, 1);
    font-size: 30px;
    margin-top: -7px;
    margin-left: 35px;
}
.ok {
    color:greenyellow; 
    margin-left:3vw;
}

.row2 {
    color:white;
    display: grid;
    grid-template-columns:  75px 1fr  65px; 
    overflow: hidden;
    z-index: 1;
    font-size: 12px;
    margin: 3vw 0;
    text-decoration: none;
}

.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;
    position: relative;

}

.button1,  .button2 {
    background: transparent;
    border: none;
    border: 2px solid #ffcc00ff;
    border-radius: 2vw;
    padding: 1vw 4vw;
}*/

.button2 {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

/*.button11 {
    background: #ffcc00ff;
    border: none;
    border: 2px solid #ffcc00ff;
    border-radius: 2vw;
    position: absolute;
    left: 32%;
    bottom: 10px;
    padding: 4vw ;
}*/
  
.name-button2 {
    margin: 0 10px;
    color: white;
}

.data {
    color: white;
}

.exclamation {
    position: absolute;
    left: 125px;
    bottom: 18px;

}

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; 
}
 
