@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');
.oreAmtHolder {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 2vw;
}
.oreLabel {
    width: 20vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid black;
    font-family:'Noto Color Emoji'!important;
    margin: 0px;
}
.oreAmtInput {
    width: 10vw;
    height: 2vw;
    text-align: center;
    margin: 0px;
}
.applyAmts {
    height: 2vw;
    width: 10vw;
}
#oreHolder {
    display: inline-flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}
#clone2 {
    display: none;
}
#itemHolder {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
}
.item {
    width: 20vw;
    height: 2vw;
    background-color: red;
}
#export {
    width: 100%;
    height: 2vw;
    font-size: 1vw;
    margin-bottom: 5vw;
}