#searchList {
				position: absolute;
				width: 12%;
				padding-left: 318px;
				font-family: arial, helvetica;
				font-size: 14px;
				text-align: left;
				margin-left: -50px;
				cursor: pointer;
			}


			.tablebox {
				text-align: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
			}

			.namesbox1 {
				padding: 20px;
				20px;
				background: #e5e5e56e;
				font-size: 17px;
			}

			.namesbox1 a {
				color: #357ae8;
				font-size: 17px;
			}

			.namesbox2 {
				padding: 20px;
				20px;
				font-size: 17px;
			}

			.namesbox2 a {
				color: #357ae8;
				font-size: 17px;
			}

			.namesbox3 {
				padding: 20px;
				20px;
				background: #34aadcb5;
				border: 1px solid #34aadc;
				font-weight: bold;
				color: #fff;
				font-size: 17px;
			}

			.divadds {
				width: 160px;
				position: relative;
				text-align: right;
			}

			#namemeaning {
				margin-top: 8;
				margin-bottom: 8;
			}

			.hindutopic {
				color: #f00;
				font-weight: bold;
				font-size: 32px;
				font-family: arial, helvetica;
			}

			.bottomfont1 {
				font-family: arial, helvetica;
				font-size: 11px;
			}

			.bottomfont2 {
				font-family: arial, helvetica;
				font-size: 11px;
			}

			.popup-wa-button {
				position: fixed;
				bottom: -80px;
				right: 20px;
				background-color: #25D366;
				color: white;
				font-weight: bold;
				font-family: arial, helvetica;
				font-size: 16px;
				padding: 10px 16px;
				border-radius: 30px;
				text-decoration: none;
				box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
				opacity: 0;
				transition: bottom 0.5s ease, opacity 0.5s ease;
				z-index: 999;
			}

			.popup-wa-button.show {
				bottom: 20px;
				opacity: 1;
			}