@keyframes spin {
    0% { transform: rotateY(0deg); }
    100% {  transform: rotateY(359deg); }
}
.rotate {
    animation: spin 2s linear infinite;

}
#candy-container {
	position: fixed;
	visibility: hidden;
	z-index: 99999999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0, 0.4);
	/*
	background-image: linear-gradient(270deg,#cc6aa5,#3e91cc,#2dcca7);
    background-size: 600% 100%;
    */
}
#candy-corner {
	width: 150px;
	height: 150px;
	max-width: 20%;
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 9999999;
}
#candy-corner img {
	height: 100%;
}
#candy-corner svg {
	width: 100%;
	height: 100%;
}
#candy-message-noclick{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999990;
}

#candy-message-ok{
	color: #FFF;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999991;
}

#canvas-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999980;
}
#fwContainer {
	position: relative;
	top:0;
	margin-top:0;
	left:0;
	margin-left: 0;
	opacity: 0.4;
}
body > #fwContainer{
	position: fixed;
}

/*
#fwContainer{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity: 0.5;
  z-index: 999999;
}
*/
#candy-message-ok .splitText>div{
	white-space:pre-line;
	float:none !important;
	m1argin-right:5px;
	position: relative !important;
	left: inherit !important;
	cursor:default;
	display: inline-block !important;
}

#candy-message-ok .splitText{
    font-size: 5vh !important;
    line-height: 1em !important;
    margin: 0 auto;
    padding: inherit;
    width: max-content;
    float: none;
}
#center-container{
	max-width: calc(100% - 40px) !important;
}
#center-container .splitText {
	max-width: calc(100% - 10px) !important;
	text-align: center;
	text-shadow: 0 0 0.25em #FFF, 0 0 0.25em #FFF, 0 0 0.25em #FFF;
}
@media screen and (max-width: 500px) {
	#center-container {max-width: 360px;}
	#candy-message-ok .splitText{
		font-size: 4vh !important;
	}
}
#center-container .splitText {
	width: 100%;
}

#candy-message-ok .letter-measure{
	margin-right:-1px !important;
	cursor:default;
}

#candy-message-ok .split-lines{
	white-space:nowrap !important;
}
.blank{
	margin-right:0px !important;
	white-space: pre !important;
}

#split-container {
	width: 90%;
	max-width: 1060px;
    position: relative;
    margin-left: 0;
    margin-top: 0;
	top: 50%;
    left: 50%;
    margin-top: 0;
    position: relative;
    transform: translateX(-50%) translateY(-50%);

    font-family: Oswald, sans-serif;
    font-size: 5vh !important;
    line-height: 2.5vh !important;
    min-height: 150px;
}

.align-center{
	text-align: center;
}
.candy-collect-button{
	padding-top:20px;
}
.candy-collect-button .btn{
	font-size: 2.5vh;
}
button.close.candy-close-all {
	font-size: 10vh;
	color:#F00;
	opacity: 1;
	padding: 0px 20px;
	position: relative;
	z-index: 9999995
}