*{
    outline: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
body{
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
}
.app{
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: block;    
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
}
.canvas{   
    position: absolute;
    left: 0;
    top: 0;
}
.header{
    width: 100%;
    height: 8vh;    
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    top: 0;   
}
.icon{
    height: 4vh;   
    margin-right: 3%; 
    cursor: pointer;    
}
.footer{
    width: 100%;
    height: 8vh;    
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    font-family: Roboto;
    font-size: 8vw;    
    color: #FFFFFF;
}
.preloader{
    width: 100%;
    height: 100%;
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottleMask{
    margin-top: -90px;
    position: absolute;    
    width: 70px;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 200px;
}
.percent{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 3vh;
    margin-top: 170px;
    position: relative;

}
.mask {
    mask-image: url("../images/mask.svg");
    mask-repeat: no-repeat;    
} 

.fluid{
    width: 70px;
    height: 200px;
    position: absolute;  
    display: flex;
    justify-content: center; 
    align-items: center;
}
.bottle{
    margin-top: -90px;
    width: 73px;
    height: 200px;
    position: absolute;   
    display: flex;
    justify-content: center;
    align-items: center;
}
.start_smart{
    font-family: Roboto;
    font-size: 4.5vw;
    font-weight: 900;
    letter-spacing: 2px;
    position: absolute;
    background: #ffb600;    
    padding: 5vw;
    padding-left: 6vw;
    padding-right: 6vw;
    border-radius: 10vw;
    width: 25vw;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 290px;
    border: none;
    cursor: pointer;
}
.start_pc{
    font-family: Roboto;
    font-size: 3vh;
    font-weight: 900;
    letter-spacing: 2px;
    position: absolute;
    background: #ffb600;
    padding: 3vh;
    padding-left: 4vh;
    padding-right: 4vh;
    border-radius: 10vw;
    width: 15vh;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    border: none;
    cursor: pointer;
}
.levelMenu{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;    
    align-items: center;
    left: 0;
    top: 0;
}
.menuBox{
    width: 96vw;
    height: 98vh;
    border: none;
    border-radius: 20px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menuHeader{
    width: 100%;
    height: 8%;
    display: flex;    
    justify-content: center;
    align-items: center;
}
.menuHeaderIcon{
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuTitle{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 900;
    font-size: 4vh;
}
.levelList{
    width: 100%;
    height: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.menuBtn{
    width: 8%;
    height: 2%;
    padding: 20px;
    margin: 5px;
    background: #333333;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 3vh;
    border-radius: 10px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.popup{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000002;
}
.popupBg{
    position: absolute;    
    width: 80%;
    height: 40%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #3a0b80;
    border-radius: 10px;
    border: 5px solid #FFFFFF;
}
.popupHeader{
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #FF000033;     */
    font-family: Roboto;
    font-size: 4vh;
    font-weight: 900;
    color: #FFFFFF;
}
.popupMidder{
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #00FF0033; */
    font-family: Roboto;
    font-size: 3vh;
    font-weight: 500;
    color: #FFFFFF;
}
.popupFooter{
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background: #FF000033; */
}
.popupBtn{
    width: 10vh;
    height: 5vh;
    margin: 20px;
    margin-top: 0;
    border-radius: 5px;
    border: none;
    font-family: Roboto;
    font-size: 3vh;
    font-weight: 900;
    color: #3a0b80;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #cccccc; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa; 
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}