         #engt-external-close-button {
            background-color: #2d509b;
            border: none;
            color: white;
            /*padding: 0;*/
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            /*margin: 4px 2px;*/
            cursor: pointer;
            border-radius: 50%;
            position: absolute;
            right: 25px;
            top: -8px;
            outline: none;
         }

         engt-container.engt-acquire .engt-launcher-button {
            background-image: url(../s3.ap-south-1.amazonaws.com/branding-resources/images/engt.gif);
            background-repeat: no-repeat;
         }

         engt-container .engt-launcher-button,
         #engt-offline-container .engt-launcher-button {
            width: 170px !important;
         }



         .haptik-custom-icon {
            position: fixed;
            right: 1%;
            /*bottom: 1%;*/
            bottom: 2%;
            /*padding: 30px;*/
            width: 65px;
            height: 65px;
            cursor: pointer;
            z-index: 9999;
         }

         @media only screen and (max-width: 600px) {
            .haptik-custom-icon {
               position: fixed;
               right: 1%;
               /*bottom: 1%;*/
               bottom: 20%;
               /*padding: 30px;*/
               width: 65px;
               height: 65px;
               cursor: pointer;
               z-index: 9999;
            }
         }

         /* General table styling */
         table {
            font-family: 'Arial', sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin: 20px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            /* Add subtle shadow */
         }

         /* Table header styling */
         th {
            background-color: #a271a2;
            color: #fff;
            text-align: left;
            padding: 12px;
         }

         /* Table cell styling */
         td {
            border: 1px solid #ddd;
            text-align: left;
            padding: 12px;
         }


         tr:nth-child(even) {
            background-color: #f9f9f9;

         }


         tr:hover {
            background-color: #f1faee;

         }


         .pdf {
            display: inline-block;
            width: 40px;

            height: 40px;

            background-image: url('../images/pdfimg.png');
            background-size: contain;

            background-position: center;
            background-repeat: no-repeat;
            text-indent: -9999px;

            border-radius: 5px;

            transition: background-color 0.3s ease;

         }


         .pdf:hover {
            background-color: #e76f51;

         }