	.remodalcus {
			text-align: left;
			color: #fff600;
			background-color: #000000;
		}

		.kisspop{
			/*display: none;*/
			position:absolute;
			width:100%;
			left:50%;
			transform:translateX(-50%);
			max-width:350px;
			color:white;
			background: url(/infiniwin/mobile/img/other/lb-frame.png);
			padding:15px;
			box-sizing: border-box;
			border-radius: 5px;
			font-size: 12px;
			background-size: cover;
			background-position: center;
		}

		.activeContent{
			display: block;
		}

		.kisspop button{
			background:linear-gradient(180deg,#990000,#ff0000,#990000);
			color:white;
			border: solid 2px var(--yellow);
			border-radius: 5px;
			padding:5px 0;
			font-size: 15px;
			font-weight: bold;
			margin:10px 0;
			transition:0.2s;
			text-shadow: 2px 2px 2px black;
			position: unset;
			text-indent: unset;
			width: auto;
		}

		.kisspop button:active{
			background-color: var(--yellow);
			color:black;
		}

		.kisspop_header{
			display:flex;
			justify-content: space-between;
			align-items: flex-start;
		}

		.kisspop_header >span{
			font-size:15px;
			color:var(--yellow);
			/*font-weight: bold;*/
		}

		.kisspop_header_text{
			width:90%;
		}

		.kisspop_content{
			margin:20px 0;
			display:flex;
			flex-direction: column;
		}

		.kisspop_steps{
			display:flex;
			flex-direction: column;
			padding:15px;
			box-sizing: border-box;
			background: rgba(255,255,255,0.1);
			margin-bottom:10px;
		}

		.kisspop_subheader{
			color:var(--yellow);
			font-style: italic;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: 900;
		}

		.kiss_login{
			display:flex;
			flex-direction: column;
			padding:5px;
			margin:15px 0;
			box-sizing: border-box;
			border:solid 1px var(--yellow);
			border-radius: 5px;
		}

		.kiss_login_password,.kiss_login_username{
			display:flex;
			align-items: center;
			margin:5px 0;
		}

		.kiss_login_password>span , .kiss_login_username>span{
			flex:1;
			margin-right: 5px;
			white-space: nowrap;
		}

		.kiss_login input{
			color:white;
			width:100%;
			background-color: rgba(0,0,0,0.6);
			border: 1px solid var(--yellow);
			border-radius: 5px;
			text-align: center;
		}

		.kiss_login img{
			width: 10vmin;
			padding:0 8px;
		}

		.logo-918{
			width: 100%;
			height: auto;
			display: flex;
			justify-content: center;
		}