:root {
    --contrast-2: #1e3a8a;
  }

  .navbar-nav .nav-link:hover {
    color: #ffcc00 !important;
  }

  .navbar-nav .nav-link:hover {
    color: var(--contrast-2) !important;
  }
  
/* hr */

.wp-block-separator {
    border: none;
    border-top: 2px solid;
}

hr.wp-block-separator.has-alpha-channel-opacity {
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
    border-top: 2px solid;

}
p {
  text-align: justify;
  text-justify: inter-word;
}
div {
  text-align: justify;
  text-justify: inter-word;
}
/* tble-1 */

.custom-table th, .custom-table td {
    border: 1px solid;
    padding: 5px;
  }
  .header-row {
      


  }
  .sub-header-row {
    background-color: #66138a;
  }
  .even-row {
    background-color: #dfe3ee;
  }
