.full{
    width: 100% !important;
    background-color: #232638 !important; 
}

.upLog table tr:nth-child(4n+1),
.upLog table tr:nth-child(4n+2) {
    background-color: #a9ceec;
}

.upLog table tr:nth-child(4n+3),
.upLog table tr:nth-child(4n+4) {
    background-color: #ffcc99;
}

.sayu{
 display: flex;
 //flex-wrap: wrap;
 gap: 0 20px
}

.recipe{
    white-space: nowrap;
    display: inline-flex;
    background: #3D4B79 !important;
    font-size:40px;
    color:#ffffff;
    br {
        display: none;
    }
}
.amt {
 width: fit-content;
 position: absolute;
 top:90px;
 right:10px;
 z-index:10;
}
.item {
 width: fit-content;
 position: relative;
 z-index:1;
}