@font-face {
  font-family: "Dax";
  src: local("Dax"), url('DaxRegular.ttf') format("truetype"), url('daxregular-webfont.woff2') format('woff2'), url('daxregular-webfont.woff') format('woff');
}

h3 {
  font-family: Dax;
  font-weight: bold;
  font-size: 26px;
  border-bottom: 3.5px solid rgb(var(--v-theme-primary));
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .manual_item td {
    border-bottom: thin solid rgba(0, 0, 0, .12);
    padding-top: 15px;
    padding-right: 15px;
  }

  .manual_item td img {
    max-width: 80%;
    margin-top: -20px;
  }

  .manual_item td .v-input--selection-controls {
    margin-top: -15px;
  }

  .manual_item td button {
    margin-top: -35px;
  }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  /* Force table to not be like tables anymore */
  .manual_item table

  /*, thead,
  tbody,
  th,
  td,
  tr  */
    {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .manual_item thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .manual_item td .v-input--selection-controls {
    margin-top: -25px;
  }

  .manual_item tr {
    border-bottom: 2px solid #ccc;
  }

  .manual_item td button {
    margin-top: -25px;
  }

  .manual_item td {
    /* Behave  like a "row" */
    border-right: none;
    border-bottom: 0px solid rgba(0, 0, 0, .12);
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
  }

  .manual_item td img {
    max-width: 50%;
    margin-top: -25px;
  }

  .manual_item td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .mdi-database-eye-off::before {
    content: "\F1920";
  }

  .mdi-keyboard::before {
    content: "\F030C";
  }

  .mdi-arrow-right::before {
    content: "\F0054";
  }

  /*
	Label the data
	
	td:nth-of-type(1):before { content: "First Name"; }
	td:nth-of-type(2):before { content: "Last Name"; }
	td:nth-of-type(3):before { content: "Job Title"; }
	td:nth-of-type(4):before { content: "Favorite Color"; }
	td:nth-of-type(5):before { content: "Wars of Trek?"; }
	td:nth-of-type(6):before { content: "Secret Alias"; }
	td:nth-of-type(7):before { content: "Date of Birth"; }
	td:nth-of-type(8):before { content: "Dream Vacation City"; }
	td:nth-of-type(9):before { content: "GPA"; }
	td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
}

.nav-stepper .v-btn-group--divided .v-btn:not(:last-child) {
  border-inline-end-style: none;
}

.nav-stepper .toggle {
  align-items: strech;
  padding: 12px 6px;
  height: 64px;
  display: flex;
  flex-wrap: no-wrap;
  width: 100%;
  justify-content: space-between;
}