/*img Fall*/
.allcommenFall{position:fixed;animation-fill-mode:forwards;z-index:100000;}
@keyframes fallAnime0{
from{top:0px;transform:rotate(0deg);}
to{top:1000px;transform:rotate(2880deg);}
}
@keyframes fallAnime1{
from{top:0px;transform:rotate(0deg);}
to{top:1000px;transform:rotate(-2880deg);}
}
/*img Fall End*/


/*Bash Boom*/
.allcommenBashBoom{}
/*Bash Boom End*/


/*Bash Fun*/
.allcommenBashFun{background-color:blue;position:fixed;animation:BashFunanime0 5s linear;animation-fill-mode:forwards;}
@keyframes BashFunanime0{
from{top:0px;transform:rotateX(0deg);}
to{top:1000px;transform:rotateX(2880deg);}
}
/*Bash Fun End*/


/*tiny Inputs*/
.tiny-input1{width:100%; height:40px; border:none; outline:none; border-bottom:2px solid #000000; font-size:18px; }
.tiny-input1:focus{border-bottom:2px solid #0000BB;}
.tiny-plchold1{width:120px; font-size:24px; padding:8px 4px; transition-duration:0.4s; margin-top:-48px;}
.tiny-text1{height:40px;padding:28px;}
.tiny-text1-focused{margin-top:-54px;font-size:18px;color:blue;transition-duration:0.4s;}
.tiny-text1-blur{margin-top:-38px;font-size:24px;color:black;transition-duration:0.4s;}
/*tiny Inputs END*/



/*tiny Glass picture*/
.tinyGlassContainer{box-shadow:0px 0px 12px 8px #FFFFFF;border-radius:18px;overflow:hidden;background-size:100% 100%;width:400px;height:400px;}
.tinyGlass{animation:tinyLogoLightAnime 4s infinite;width:0px;height:120%;margin-top:-12%;box-shadow:0px 0px 120px 40px #FFFFFF;transform:rotate(20deg);}
@keyframes tinyLogoLightAnime{
0%{margin-left:-800px;}
20%{margin-left:672px;}
100%{margin-left:672px;}
}
@media only screen and (max-width:800px){
.tinyGlassContainer{width:200px;height:200px;}
.tinyGlass{box-shadow:0px 0px 60px 20px #FFFFFF;animation:tinyLogoLightAnime 6s infinite;}
}
/*tiny Glass picture End*/


/*tiny messagebox*/
.tinyMsgBoxHolderCLS{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1008;}
.tinyMsgBoxTopDistanceCLS{height:0;transition:0.2s;}
.tinyMsgBoxFrame{margin-top:-180px;border:4px solid black;padding-top:12px;width:90%;max-width:800px;background-color:#00FFFF;transition:0.28s;border-radius:18px;}
.tinyMsgBoxTextCLS{font-size:18px;color:black;font-family: intschool011numbers;font-size: 18px;}
.tinyMsgBoxBtnSection{justify-content:space-around;display:flex;}
.tinyMsgBoxAlertBtn{background-color:white;transition:0.1s;min-width:40px;width:fit-content;border:1px solid black;padding:8px;border-radius:0px 12px;margin:12px;cursor:pointer;font-family: intschool011numbers;font-size: 16px;}
.tinyMsgBoxAlertBtn:hover{transform:scale(1.1);}
/*tiny messagebox End*/


/*tiny Popup Balloon*/
.tinyBalloonHolderCLS{bottom:12px;right:28px;position:fixed;width:fit-content;}
.tinyBalloonCLS{width:fit-content;border:1px solid red;border-radius:12px;margin-top:8px;padding:14px;transition:0.8s;}
/*tiny Popup Balloon End*/