@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body{
    font-family: "Ubuntu", sans-serif;
}
/*
    TODO: Change flex-direction to column if resolution is taller than it is wide.
*/
.boxContainer{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 10px;
}
.box{
    border:3px solid black;
    border-radius: 0 15px 15px 15px;
    width: 30vw;
    height: 30vw;
    background-color: whitesmoke;
    position: relative;
}
.hintContainer{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.scroll{
    overflow-y:scroll;
}
.boxHeader{
    max-width: fit-content;
    font-size: 2vw;
    background-color: white;
    border-width: 0 3px 3px 3px;
    border-style: solid;
    border-color: black;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.boxHeader:first-child{
    border-radius: 0 0 15px 0;
    border-width: 0 3px 3px 0;
}
.inactive{
    filter: contrast(40%);
}
.tabContainer{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.card{
    border: 2px solid #000000;
    border-radius: 10px;
    width: 90%;
    min-height: 2vw;
    background-color: white;
    margin: 1%;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.35);
}
.flyin{
    animation: fly-in 0.25s;
}
@keyframes fly-in {
    from{
        transform:translateY(5vw);
        filter: opacity(0%);
    }
    to{
        transform:translateY(0);
        filter: opacity(100%);
    }
}
.card:active{
    transform:scale(0.98);
}
.powerupBox{
    border:3px solid black;
    border-radius: 0 15px 15px 0;
    width: 95vw;
    height: 10vw;
    margin-left: 2.5%;
    margin-top: 1vw;
    background-color: whitesmoke;
    display: flex;
    flex-direction: row;
}
.fullWidthButtonContainer{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.powerupButtonContainer{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 90%;
}
.statusDisplayContainer{
    display:flex;
    flex-direction: column;
    width: 10%;
    height: 100%;
}
.statusDisplayBox{
    width: 100%;
    height: 33.33%;
    font-size: 2vw;
    background-color: white;
    border-width: 3px 3px 3px 0;
    border-style: solid;
    border-color: black;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    border-radius: 0 15px 15px 0;
}
.statusDisplayBox:first-child{
    border-width: 0 3px 0 0;
}
.statusDisplayBox:last-child{
    border-width: 0 3px 0 0;
}
.genericButton{
    background-color: white;
    min-width:5vw;
    min-height: 5vw;
    font-size: 2vw;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.powerupButton{
    width: 8vw;
    height: 8vw;
    background-color: rgb(156, 149, 255);
    border-width: 3px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: relative;
}
.numItems{
    max-width: 50%;
    min-width: 30%;
    font-size: 1.25vw;
    background-color: white;
    border-style: solid;
    border-color: black;
    position:absolute;
    top:0;
    left:0;
    border-radius: 10px 0 15px 0;
    border-width: 0 3px 3px 0;
}
.powerupButtonText{
    font-size: 1.5vw;
}
.submitButton{
    min-width: 25%;
    width: fit-content;
    height: 12%;
    font-size: 2vw;
    background-color: white;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: black;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    margin-inline: auto;
    text-align: center;
}
.inputContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
}
.inputContainerVertical{
    width:100%;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.entryMethod{
    width:100%;
    height: 50%;
}
.disabled{
    pointer-events: none;
    filter: contrast(40%);
}
.rewardText{
    font-size: 2vw;
}
.numberTable{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.numberColumn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-right: 5%;
    margin-left: 5%;
}
.numberColumnHeader{
    text-align: center;
    width: 2vw;
    height: 2vw;
    font-size:2vw;
    text-align: center;
}
.noteNumber{
    width: 2.1vw;
    height: 2.1vw;
    border: 2px solid black;
    background-color: white;
    text-align: center;
    font-size: 1.25vw;
    margin-top: 5%;
    border-radius: .8vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.clickable:hover{
    filter:brightness(80%);
}
.clickable:active{
    transform:translateY(2%) scale(0.95);
}
.clickable.boxHeader:active{
    transform:translateY(-2%) scaleY(0.95);
}
.inputSquare{
    width: 5vw;
    height: 5.25vw;
    text-align: center;
    font-size: 3vw;
}
.optionTable{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}
.hide{
    display: none;
}
.pinPreview{
    font-size: 3vw;
}