body
{
	margin:0px;
	background-color:#2E1503;
	
}
.topheader
{
	width:100%;
	height:50px;
	background-color:#4688F4;
	box-shadow: 0 0 20px 0 rgb(255 255 255 / 80%), 0 12px 20px 0 rgb(255 255 255 / 52%);
	box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2);
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	float:left;
}
	.topheader-subdiv
	{
		width:96%;
		height:40px;
		margin-left:2%;
		margin-top:5px;
		float:left;
	}
		.topheader-leftdiv
		{
			width:30%;
			height:40px;
			float:left;
		}
			.topheaderleft-diamondpic
			{
				width:20px;
				height:20px;
				margin-top:10px;
				float:left;
			}
			.topheaderleft-diamondcount-text
			{
				font-size:15px;
				font-weight:700;
				color:#FFF;
				margin-left:7%;
				margin-top:15px;
				font-family: Arial,sans-serif;
				float:left;
			}
		.topheader-centerdiv
		{
			width:30%;
			height:40px;
			margin-left:5%;
			float:left;
		}
			.topheader-centertopdiv
			{
				width:100%;
				height:15px;
				float:left;
			}
			.topheader-centerbottomdiv
			{
				width:100%;
				height:25px;
				float:left;
			}
				.topheader-centertoptext
				{
					font-size:11px;
					font-weight:700;
					color:#FFF;
					margin-top:4px;
					text-align:center;
					font-family: Arial,sans-serif;
				}
				.topheader-centerbottomtext
				{
					font-size:15px;
					font-weight:700;
					color:#FFF;
					margin-top:5px;
					text-align:center;
					font-family: Arial,sans-serif;
				}
		.topheader-rightdiv
		{
			width:30%;
			height:40px;
			float:right;
		}
			.topheader-rightlink
			{
				width:70px;
				height:40px;
				text-decoration:none;
				float:right;
			}
				.topheader-rightlink-settingimage
				{
					width:25px;
					height:25px;
					margin-right:15px;
					margin-top:7px;
					float:right;
				}

#selectmodeid
{
	display:none;
}
#removeblockandaddblock
{
	display:none;
}
#transparentlayerid
{
	display:none;
}
#gameovermessageid
{
	display:none;
}
#sharesettingopenid
{
	display:none;
}
#selectresumeornewid
{
	display:none;
}
.main-popupdiv
{
	width:100%;
	height:100%;
	top:0px;
	position:fixed;
	background-color:rgba(33, 33, 33, 0.5);
	float:left;
}
.main-popuptransparentdiv
{
	width:100%;
	height:100%;
	top:0px;
	position:fixed;
	float:left;
}
	.playbtn-popup-centerdiv
	{
		width:70%;
		height:220px;
		margin-left:15%;
		margin-top:40%;
		background-color:#3872FE;
		border-radius:8px;
		float:left;
	}
	.mainpopup-headerdiv
	{
		width:100%;
		height:55px;
		float:left;
	}
		.mainpopup-headerboarddiv
		{
			width:80%;
			height:45px;
			margin-top:10px;
			margin-left:10%;
			background-color:#078A45;
			border-radius:4px;
			float:left;
		}
			.mainpopup-headerboard-wrapdiv
			{
				width:100%;
				height:40px;
				float:left;
			}
				.mainpopup-headerboard-leftdiv
				{
					width:15px;
					height:40px;
					margin-left:5px;
					float:left;
				}
				.mainpopup-headerboard-centerdiv
				{
					min-width:40%;
					height:40px;
					float:left;
				}
				.mainpopup-headerboard-rightdiv
				{
					width:15px;
					margin-right:5px;
					height:40px;
					float:right;
				}
					.mainpopup-headerboard-naildiv
					{
						width:10px;
						height:10px;
						margin-top:15px;
						margin-left:2px;
						background-color:#F9EF02;
						border-radius:5px;
						float:left;
					}
			.mainpopup-headerboard-wraphoverdiv
			{
				width:80%;
				height:40px;
				margin-top:-40px;
				margin-left:10%;
				float:left;
			}
					.mainpopup-headerboardtext
					{
						font-size:15px;
						font-weight:700;
						color:#FFF;
						margin-top:4px;
						margin-bottom:5px;
						text-align:center;
						font-family: Arial,sans-serif;
					}
		.mainpopup-playbtndiv
		{
			width:100%;
			height:60px;
			margin-top:22px;
			margin-bottom:0px;
			display: flex;         /* Use flexbox */
			justify-content: center; /* Center horizontally */
			align-items: center;   /* Center vertically */
			float:left;
		}
			.mainpopup-playbtn1
			{
				font-size:17px;
				font-weight:700;
				color:#FFF;
				padding:13px 33px;
				text-align:center;
				background-color:#3872FE;
				margin-left:0;
				text-decoration:none;
				border-radius:20px;
				box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2);
				font-family: Arial,sans-serif;
				
			}
		.mainpopup-addremoveblockdiv
		{
			width:100%;
			height:80px;
			margin-top:0px;
			margin-bottom:10px;
			float:left;
		}
		.mainpopup-addremoveblock-textdiv
		{
			width:100%;
			margin-top:10px;
			margin-bottom:10px;
			float:left;
		}
			.mainpopup-addremoveblock-text1
			{
				font-size:17px;
				font-weight:700;
				color:#FFF;
				padding:13px 33px;
				text-align:center;
				margin-top:5px;
				text-decoration:none;
				font-family: Arial,sans-serif;
			}
			
			
			
#selectbomactionid
{
	display:none;
}
	
#settingopenid
{
	display:none;
}	
	.setting-popupsubdiv
	{
		width:100%;
		/*height:80%;
		top:20%;
		position:absolute;*/
		background-color:#2E1503;
		overflow-x:hidden;
		overflow-y:scroll;
		float:left;
	}
		.setting-popupsub-headerdiv
		{
			width:100%;
			height:60px;
			margin-top:10px;
			float:leftl
		}
			.setting-popupsub-headerclosediv
			{
				width:50px;
				height:50px;
				border:1px solid #FFF;
				text-decoration:none;
				margin-right:10px;
				border-radius:4px;
				box-shadow: 0 0 10px 0 rgb(255 255 255 / 80%), 0 6px 10px 0 rgb(255 255 255 / 52%);
				float:right;
			}
				.setting-popupsub-headertext
				{
					font-size:32px;
					font-weight:500;
					color:#FFF;
					text-align:center;
					margin-top:7px;
					font-family: Arial,sans-serif;
				}
		.setting-popupsub-innerdiv
		{
			width:80%;
			margin-left:10%;
			float:left;
		}
			.setting-popupsub-workdiv
			{
				width:100%;
				min-height:60px;
				margin-top:0px;
				float:left;
			}
				.setting-popupsub-sounddiv
				{
					width:60px;
					height:60px;
					margin:10px auto;
					border-radius:4px;
					background-color:#3872FE;
					padding:0px 0px;
				}
					.setting-popupsub-soundlinkbtn
					{
						width:60px;
						height:60px;
						margin:0px 0px;
						padding:0px 0px;
						border-radius:4px;
						box-shadow: 0 0 10px 0 rgb(255 255 255 / 80%), 0 6px 10px 0 rgb(255 255 255 / 52%);
						float:left;
					}
						.setting-popupsub-soundimg
						{
							width:60px;
							height:60px;
							float:left;
						}
				.setting-popupsub-button
				{
					width:100%;
					height:47px;
					border-radius:20px;
					margin-left:0px;
					margin-top:30px;
					margin-bottom:10px;
					text-decoration:none;
					background-color:#3872FE;
					box-shadow: 0 0 10px 0 rgb(255 255 255 / 70%), 0 6px 10px 0 rgb(255 255 255 / 31%);
					float:left;
				}
					.setting-popupsub-buttontext
					{
						font-size:17px;
						font-weight:700;
						color:#FFF;
						text-align:center;
						margin-top:13px;
						font-family: Arial,sans-serif;
					}
		.shareindex-popupsub-messagediv
		{
			width:80%;
			margin-left:10%;
			margin-bottom:30px;
			float:left;
		}
			.shareindex-popupsub-messagetext
			{
				font-size:20px;
				font-weight:700;
				color:#FFF;
				text-align:center;
				margin-top:15px;
				font-family: Arial,sans-serif;
			}
		.zeroadsingametext
		{
			font-size:17px;
			font-weight:500;
			color:#FFF;
			text-align:center;
			margin-top:15px;
			font-family: Arial,sans-serif;
		}
		.shareappbtnalltime
		{
			padding:4px 7px;
			font-size:11px;
			font-weight:500;
			color:#FFF;
			margin-top:25px;
			margin-left:10px;
			background-color:#d200ff;
			box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), inset 0 5px 20px hsla(0, 0%, 100%, 0.4), -8px 8px 5px hsla(0, 0%, 0%, 0.15), 5px 18px 10px hsla(0, 0%, 0%, 0.2);
			border-radius:4px;
			text-decoration:none;
			font-family: Arial,sans-serif;
			float:left;
		}
		.showbom-availbtn
		{
			padding:4px 7px;
			font-size:11px;
			font-weight:500;
			color:#FFF;
			margin-top:25px;
			margin-left:10px;
			background-color:#d200ff;
			box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), inset 0 5px 20px hsla(0, 0%, 100%, 0.4), -8px 8px 5px hsla(0, 0%, 0%, 0.15), 5px 18px 10px hsla(0, 0%, 0%, 0.2);
			border-radius:4px;
			text-decoration:none;
			font-family: Arial,sans-serif;
			float:right;
		}
			.showbom-availinnerdiv
			{
				width:25px;
				height:25px;
				float:left;
			}
				.showbom-availinner-pic
				{
					width:25px;
					height:25px;
					float:left;
				}
				.showbom-availinner-txtdiv
				{
					width:25px;
					height:25px;
					margin-top:-25px;
					float:left;
				}
					.showbom-availinner-txt
					{
						font-size:9px;
						margin-top:10px;
						text-align:right;
						float:right;
					}
#easytopmessageid
{
	display:none;
}
#easytophowtoplayid
{
	display:none;
}
#tourvideoidnid
{
	display:none;
}
	.easytop-mesagediv
	{
		width:100%;
		float:left;
	}
	.easytop-howtoplaydiv
	{
		width:100%;
		float:left;
	}
		.easytop-howtoplay-centerdiv
		{
			width:120px;
			min-height:20px;
			margin:15px auto;
		}
			.howtoplay-btnalltime
			{
				padding:7px 10px;
				font-size:17px;
				font-weight:500;
				color:#FFF;
				margin-top:0px;
				margin-left:0px;
				background-color:#4688F4;
				box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), inset 0 5px 20px hsla(0, 0%, 100%, 0.4), -8px 8px 5px hsla(0, 0%, 0%, 0.15), 5px 18px 10px hsla(0, 0%, 0%, 0.2);
				border-radius:4px;
				text-decoration:none;
				font-family: Arial,sans-serif;
				animation: effect 2s linear infinite;
				float:left;
			}
			@keyframes effect {
				0% {color:#FFF;}
				50% {color:#F7F700;}
				100%{color:green}
			}
		.videoplaystyle
		{
			width:100%;
			height:100%;
			float:left;
		}


.shareprofile-maindiv
{
	width:100%;
	height:80%;
	float:left;
}
	.shareprofile-innerdiv
	{
		width:90%;
		margin-top:50px;
		margin-left:5%;
		float:left;
	}
		.shareprofile-fulldiv
		{
			width:100%;
			float:left;
		}
			.shareprofile-text1
			{
				font-size:22px;
				font-weight:700;
				color:#FFF;
				text-align:center;
				margin-top:15px;
				margin-bottom:15px;
				font-family: Arial,sans-serif;
			}
			.shareappdownload-centerdiv
			{
				width:180px;
				height:100px;
				margin:20px auto;
			}
				.shareappdownload-link
				{
					font-size:22px;
					font-weight: 700;
					color: #FFF;
					padding: 13px 33px;
					text-align: center;
					background-color: #3872FE;
					text-decoration: none;
					border-radius: 20px;
					box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2);
					font-family: Arial,sans-serif;
					float: left;
				}
				
				
				
				
				
				
				
				
.topfiftyplayer-maindiv
{
	width:100%;
	height:80%;
	margin-top:70px;
	float:left;
}
	.topfiftyplayer-innerdiv
	{
		width:90%;
		min-height:500px;
		margin-top:50px;
		margin-left:5%;
		float:left;
	}
		.topfiftyplayer-headerdiv
		{
			width:100%;
			height:50px;
			margin-bottom:50px;
			border-radius:7px;
			background-color:#FFFF00;
			float:left;
		}
			.topfiftyplayer-headertext
			{
				font-size:22px;
				font-weight:700;
				color:#4688F4;
				margin-top:10px;
				margin-left:20px;
				font-family: Arial,sans-serif;
				float: left;
			}
		.topfiftyplayer-mainlistdiv
		{
			width:100%;
			height:70px;
			border: 2px solid #FFF;
			text-decoration: none;
			margin-left: 0px;
			border-radius: 8px;
			margin-bottom:40px;
			box-shadow: 0 0 10px 0 rgb(255 255 255 / 80%), 0 6px 10px 0 rgb(255 255 255 / 52%);
			float: left;
		}
			.topfiftyplayer-icondiv
			{
				width:70px;
				height:70px;
				border-top-left-radius:8px;
				border-bottom-left-radius:8px;
				float: left;
			}
				.topfiftyplayer-icon
				{
					width:70px;
					height:70px;
					border-top-left-radius:8px;
					border-bottom-left-radius:8px;
					float: left;
				}
			.topfiftyplayer-namediv
			{
				min-width:60%;
				height:25px;
				margin-left:2%;
				margin-top:10px;
				float:left;
			}
				.topfiftyplayer-nametext
				{
					font-size:18px;
					font-weight:700;
					color:#FFF;
					margin-top:0px;
					margin-left:20px;
					font-family: Arial,sans-serif;
					float: left;
				}
			.topfiftyplayer-detaildiv
			{
				min-width:60%;
				height:20px;
				margin-left:2%;
				margin-top:5px;
				float:left;
			}
				.topfiftyplayer-detailtext
				{
					font-size:18px;
					font-weight:500;
					color:#FFF;
					margin-top:0px;
					margin-left:20px;
					font-family: Arial,sans-serif;
					float: left;
				}
				
	
	
	
#topplayerid
{
	display:none;
}
#myfulldetail
{
	display:none;
}
#enterdetailid
{
	display:none;
}
	.addown-detaildiv
	{
		width:100%;
		min-height:130px;
		float:left;
	}
		.addowndetail-textdiv
		{
			width:90%;
			margin-left:5%;
			float:left;
		}
		.addowndetail-subtext
		{
			width:90%;
			margin-top:0px;
			margin-left:10px;
			margin-bottom:0px;
			font-size:18px;
			font-weight:700;
			color:#FFF;
			font-family: Arial,sans-serif;
			float: left;
		}
			.addowndetail-textstyle
			{
				width:100%;
				height:55px;
				font-size:20px;
				font-weight:700px;
				margin-left:0px;
				margin-top:5px;
				margin-bottom:40px;
				padding-left:15px;
				border-radius:8px;
				border:2px solid #333;
				font-family: Arial,sans-serif;
				float:left;
			}
			.addowndetail-buttonstyle
			{
				padding:12px 30px;
				font-size:23px;
				font-weight:900;
				color:#FFF;
				background-color:#3872FE;
				font-family: Arial,sans-serif;
				margin-left:20px;
				margin-top:10px;
				margin-bottom:40px;
				text-decoration:none;
				border-radius:7px;
				float:left;
			}
		.addowndetail-centerdiv
		{
			width:170px;
			height:170px;
			margin:15px auto;
		}
			.addowndetail-myimage
			{
				width:170px;
				height:170px;
				border-radius:85px;
				border:2px solid #FFF;
				float:left;
			}
		.addowndetail-mydetailtext
		{
			width:90%;
			margin-top:20px;
			margin-left:0px;
			margin-bottom:0px;
			font-size:20px;
			font-weight:500;
			color:#FFF;
			font-family: Arial,sans-serif;
			float: left;
		}
		.addowndetail-marginheightdiv
		{
			width:100%;
			height:70px;
			float:left;
		}
		
		
		


#newearningid
{
	display:none;
}
.newearning-popupinnerdiv
{
	width:80%;
	height:80%;
	margin-left:10%;
	margin-top:10%;
	background-color:#2E1503;
	float:left;
}	
	.newearning-popupsubdiv
	{
		width:97%;
		height:97%;
		margin-top:1%;
		margin-left:1%;
		border:3px solid #4688F4;
		border-radius:8px;
		float:left;
	}
		.youwin-headingdiv
		{
			width:60%;
			height:50px;
			float:left;
		}
			.youwin-headingtxt
			{
				font-size:22px;
				font-weight:700;
				margin-top:11px;
				margin-left:11%;
				color:#FFF;
				font-family: Arial,sans-serif;
				float:left;
			}
		.newearning-centerdiv
		{
			width:200px;
			min-height:70%;
			margin:2px auto;
		}
			.newearning-center-detaildiv
			{
				width:100%;
				min-height:60px;
				background-color:#F7F700;
				border-radius:12px;
				margin-top:20px;
				margin-bottom:20px;
				float:left;
			}
			.newearning-center-detailtxtdiv
			{
				width:100%;
				min-height:20px;
				float:left;
			}
				.newearning-center-detailtxt1
				{
					font-size:15px;
					font-weight:500;
					color:#4688F4;
					text-align:center;
					margin-top:10px;
					margin-bottom:10px;
					font-family: Arial,sans-serif;
				}
			.newearning-center-pipediv
			{
				width:50px;
				height:70px;
				margin-left:75px;
				background-color:#4688F4;
				float:left;
			}
			.newearning-win
			{
				font-size:17px;
				font-weight:500;
				color:#FFF;
				margin-top:5px;
				margin-bottom:0px;
				font-family: Arial,sans-serif;
				animation: effect2 2s linear infinite;
				text-align:center;
			}
			@keyframes effect2 {
				0% {color:#FFF;}
				50% {color:#F7F700;}
				100%{color:green}
			}
		.newearning-spacediv
		{
			width:100%;
			height:20px;
			float:left;
		}
			.newearning-withdrawbuttonstyle
			{
				padding:12px 30px;
				font-size:21px;
				font-weight:900;
				color:#FFF;
				background-color:#3872FE;
				font-family: Arial,sans-serif;
				margin-left:10px;
				margin-top:10px;
				margin-bottom:40px;
				text-decoration:none;
				border-radius:7px;
				float:left;
			}
			
			
#earningwithdrwabtnid
{
	display:block;
}
#enterupidetailid
{
	display:none;
}

		.earningwithdr-infotext
		{
			width:90%;
			margin-top:0px;
			margin-left:10px;
			margin-bottom:0px;
			font-size:21px;
			font-weight:700;
			color:#F7F700;
			font-family: Arial,sans-serif;
			float: left;
		}








#playbtnid1
{
	display:none;
}
#bombplacemaindivid
{
	display:none;
	background-color:rgba(0,0,100,0.0);
}

	.block-sizediv-forbomb
	{
		animation: shakebase 0.3s infinite;
		transform-origin: center;
	}
	@keyframes shakebase
	{
      0%, 100% {
        transform: rotate(-2deg);
      }
      50% {
        transform: rotate(2deg);
      }
    }
	
	









.fitbomb-blockinblock
	{
		width:80px;
		height:80px;
		margin:300px 300px;
		float:left;
	}
	
    .outer-box-ofbomb
	{
		width: 100%;
		height: 100%;
		background-color: rgba(33,33,33, 0.1);
		margin-left:0px;
		margin-top:0px;
		float:left;
	  
    }

    .inner-box-ofbomb
	{
		width: 100%;
		height: 100%;
		/* background-color: #4CAF50; */
		border-radius: 8px;
		margin-left:0px;
		margin-top:0px;
		float:left;
    }

    .shaking
	{
		animation: shake 0.15s ease-in-out infinite;
    }

    .bombdiv
	{
		width:100%;
		height:100%;
		float:left;
    }

    @keyframes shake
	{
      0% { 
        transform: translate(0, 0) rotate(0deg);
      }
      25% { 
        transform: translate(-3px, 2px) rotate(-2deg);
      }
      50% { 
        transform: translate(0, -2px) rotate(0deg);
      }
      75% { 
        transform: translate(3px, 2px) rotate(2deg);
      }
      100% { 
        transform: translate(0, 0) rotate(0deg);
      }
    }

    @keyframes explode {
      0% {
        transform: scale(1);
        opacity: 1;
        background-color: #4CAF50;
      }
      20% {
        transform: scale(1.2);
        opacity: 1;
        background-color: #ff4444;
      }
      50% {
        transform: scale(1.5);
        opacity: 0.8;
        background-color: #ff8800;
      }
      100% {
        transform: scale(2);
        opacity: 0;
        background-color: #ffaa00;
      }
    }

    .explosion-center-ofbomb {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      background-color: white;
      border-radius: 50%;
      z-index: 2;
    }

    @keyframes explosion-flash {
      0% {
        width: 0;
        height: 0;
        opacity: 1;
      }
      50% {
        width: 40px;
        height: 40px;
        opacity: 1;
      }
      100% {
        width: 80px;
        height: 80px;
        opacity: 0;
      }
    }

    .particles
	{
		position: absolute;
		width: 6px;
		height: 6px;
		background-color: #ff4444;
		border-radius: 50%;
		opacity: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
    }

    @keyframes particle {
      0% {
        transform: translate(-50%, -50%);
        opacity: 1;
        width: 6px;
        height: 6px;
      }
      100% {
        transform: translate(var(--tx), var(--ty));
        opacity: 0;
        width: 2px;
        height: 2px;
      }
    }
	.picofbombinbox
	{
		height:70%;
		width:auto;
		margin:15% 15%;
		float:left;
	}



.popup3-closedivcss
{
	width: 100%;
    height: 50px;
    background-color: #4688F4;
    box-shadow: 0 0 20px 0 rgb(255 255 255 / 80%), 0 12px 20px 0 rgb(255 255 255 / 52%);
    box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), inset 0 5px 20px hsla(0, 0%, 100%, 0.4), -8px 8px 5px hsla(0, 0%, 0%, 0.15), 5px 18px 10px hsla(0, 0%, 0%, 0.2);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
	.popup3-closedivbtn
	{
		width:50px;
		height:40px;
		margin-top:5px;
		text-decoration:none;
		margin-right:2%;
		float:right;
	}
		.popup3-closedivbtn-img
		{
			width:40px;
			height:40px;
			float:left;
		}
.centeral-popup3css
{
	display: flex;
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
	height: 90vh; /* Full viewport height */
	top:10%;
}
	.centeral-popup3workdiv
	{
		height: 272px;
		width: 262px;
		border-radius: 4px;
		background-color: #FFF;
		float: left;
		box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), inset 0 5px 20px hsla(0, 0%, 100%, 0.4), -8px 8px 5px hsla(0, 0%, 0%, 0.15), 5px 18px 10px hsla(0, 0%, 0%, 0.2);
	}
	
	
#loadingid
{
	display:none;
}	
	.loading-gifdiv
	{
		width:70px;
		height:70px;
		float:left;
	}
		.loading-gif
		{
			width:70px;
			height:70px;
			float:left;
		}
		
		
		
		
.centeral-popup3css-indexonly
{
	display: flex;
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
	height: 100vh; /* Full viewport height */
	top:10%;
}
	.centeral-popup3workdiv-indexonly
	{
		min-height: 272px;
		width: 262px;
		border-radius: 4px;
		background-color: #FFF;
		padding-bottom:20px;
		float: left;
		box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), inset 0 5px 20px hsla(0, 0%, 100%, 0.4), -8px 8px 5px hsla(0, 0%, 0%, 0.15), 5px 18px 10px hsla(0, 0%, 0%, 0.2);
	}
		.mainpopup-playbtndiv-indexonly 
		{
			width: 100%;
			height: 60px;
			margin-top: 22px;
			margin-bottom: 0px;
			display: flex;
			justify-content: center;
			align-items: center;
			float: left;
		}
			.mainpopup-playbtn1-indexonly-back
			{
				font-size:17px;
				font-weight:700;
				color:#FFF;
				padding:10px 10px;
				text-align:center;
				background-color:#3872FE;
				margin-left:0;
				text-decoration:none;
				border-radius:20px;
				box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2);
				font-family: Arial,sans-serif;
				
			}
		