   <style>
 
	
	.whatsappbutton { background-color: #7ACC72; /* Green */ border: none; color: white; text-align: center; text-decoration: none; font-size: 16px; border-radius: 20px; padding: 10px 20px; margin-top: 10px !important; width: fit-content; margin: auto; cursor: pointer }

	.whatsappbutton span { vertical-align: text-bottom !important; }

		.fa-whatsapp { margin-right: 10px; }
	

        h1 {
            font-size: 12px;
            color: #111;
        }

        .content {
            width: 80%;
            margin: 0 auto;
            margin-top: 10px;
        }

        .tt-hint,
        .nis {
			margin-top: 5px;
            border-radius: 8px 8px 8px 8px;
            font-size: 18px;
            height: 45px;
            line-height: 30px;
            outline: medium none;
            padding: 8px 12px;
            width: 400px;
        }

        .tt-dropdown-menu {
            width: 400px;
            margin-top: 5px;
            padding: 8px 12px;
            background-color: #fff;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 8px 8px 8px 8px;
            font-size: 16px;
            color: #111;
            background-color: #F1F1F1;
        }
		
	img {
		  -moz-user-select: none;
		  -webkit-user-select: none;
		  -ms-user-select: none;
		  user-select: none;
		  -webkit-user-drag: none;
		  user-drag: none;
		  -webkit-touch-callout: none;
    }
	
	
    </style>