body {
  margin-top: 0px; /* Add a margin-top to push the page content below the sticky navigation */
}

.w3-top {
  position: sticky;
  top: 0;
}

.underlined-heading {
  text-decoration: underline;
}

#table_one {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#table_one td, #table_one th {
  border: 1px solid #ddd;
  padding: 8px;
}

 /* #table_one tr:nth-child(even){background-color: white;}  */
 #table_one tr:nth-child(){background-color: white;} 


#table_one tr:hover {background-color: #ddd;}

#table_one th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0c0e0d;
  color: white;
}

@media screen and (min-width: 992px) {
  .whatsapp {
    display: none;
  }
}

/*  css code starts here for hide the div when the screen size is above 600 */
@media screen and (max-width: 990px) {
  .whatsapp_web {
    display: none;
  }
}


/* dark mode */
.dark-mode {
  background-color: #4f6668;
  color: white;
}

.dark-mode-icon {
  font-family: 'your-font-name'; /* Replace 'your-font-name' with the actual font that supports the Unicode character */
  font-size: 2px;
}

/* @font-face { */
  /* font-family: 'Fondamento'; */
  /* src: url('../fonts/Fondamento-Regular.ttf') format('truetype'); */
  /* font-family: 'Pacifico'; */
  /* src: url('../fonts/Pacifico-Regular.ttf') format('truetype'); */
/* } */
/*  */
/* body { */
  /* font-family: 'Pacifico', cursive, sans-serif; */
/* } */



