.checkbox-inline {
  display: flex;
  align-items: center;
}

.checkbox-inline label {
  margin-left: 10px;
}

.top-header {
  background-color: #12678e;
  /* Add other styles as needed */
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 100;
}
