.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;
}

.compare table{
 color:#ffffff !important;
 background: #3D4B79;
 display: table;
}
.compare table tr:hover td {
  background-color: #00582d !important; 
  transition: background-color 0.2s ease; 
}
.compare table tr th:hover,
.compare table tr td:hover {
  background-color: #f8b500 !important;
  color:#000000
}