/* css styles */

.reveal .slide-logo {
  display: block;
  position: fixed;
  bottom: unset !important;
  left: unset !important;
  top: 5px;
  right: 15px; /* Adjust this value to position it properly */
  height: 100px !important;
  width: 100px !important;
  max-width: unset !important;
  max-height: unset !important;
}



.reveal.has-logo .slide-number {
  bottom: 10px !important;
  right: 10px !important;
  top: unset !important;
  color: $body-color !important;
}


.flushright {
   text-align: right;
}


.custom-small table {
        font-size: 1em;
        white-space: nowrap;
}

.justify {
  text-align: justify !important
}


        