@media (width < 1100px) {
  .sidebar {
    display: none;
  }
}

body {
  margin: 0;
}

p,
li {
  font-size: 1.1rem;
}

div.container {
  display: flex;
  width: 100vw;
  margin: unset;
}

.docs-container {
  display: flex;
  margin-left: 0;
  padding-left: 0;
  width: 100vw;
  overflow-y: hidden;
  list-style-type: none;
}

main>h1:first-of-type {
  margin-top: unset;
}

h1,
h2,
h3,
.faq-sidebar-heading {
  font-family: 'Courier New', monospace;
}

#sidebar-blockers-heading {
  margin-top: 1ch;
}

h1,
h2,
h3 {
  margin-top: 2ch;
}

h2,
h3 {
  font-weight: unset;
}

h1+p,
h2+p,
h3+p {
  border-top: 2px dashed black;
  padding-top: 10px;
}

main {
  height: 100vh;
  width: 100vw;
  margin: 0 auto 0 auto;
  overflow-y: auto;
}

.sidebar {
  font-size: 1.1rem;
  min-width: 25ch;
  width: max-content;
  position: sticky;
  height: 100vh;
  top: 0;
  color: black;
  padding: 1rem;
  overflow: auto;
  flex-shrink: 0;
}

.sidebar li {
  list-style: none;
  margin-bottom: 3px;
}

.sidebar ul {
  padding: 0;
}

.container.static-ip {
  margin: 10px auto;
  max-width: 80ch;
  min-width: 50ch;
}

.wide-btn {
  width: 100%;
}

#docs-content-sizer {
  margin: 0 auto;
  max-width: 80ch;
  min-width: 50ch;
}

#docs-content-sizer>h1:first-of-type {
  margin-top: 1ch;
}

main.faqs-content {
  display: grid;
  width: 100%;
}

.faqs-layout {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.boldemph {
  font-style: italic;
  font-weight: bold;
}

#deployment-summary-table,
#system-requirements-table {
  table-layout: auto;
  margin: 4ch auto;
  font-size: 1.1rem;
}

#deployment-summary-table thead,
#system-requirements-table thead {
  border-top: solid black 1px;
  border-bottom: solid black 1px;
}

#deployment-summary-table tr td,
#system-requirements-table tr td {
  border-bottom: solid black 1px;
  padding: 5px 0 5px 0;
}

#deployment-summary-table tr:nth-child(even),
#system-requirements-table tr:nth-child(even) {
  background-color: lightgray;
}

#deployment-summary-table tr .step-number,
#system-requirements-table {
  align-content: start;
  padding-left: 10px;
}

#deployment-summary-table tr:nth-child(2) {
  font-style: unset;
}

#deployment-summary-table tr .step-title,
#system-requirements-table tr :nth-child(1) {
  align-content: start;
  padding-left: 10px;
  padding-right: 10px;
  width: max-content;
}

#deployment-summary-table tr .step-description {
  max-width: 40ch;
}

#system-requirements-table tr :nth-child(2) {
  padding: 0 10px 0 10px;
}

#system-requirements-table {
  width: 400px;
}

.docs-container .sidebar {
  max-width: 35ch;
}

.base-input {
  margin-left: 0;
}

.docs-section {
  margin-top: 10px;
}

.question {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.yes-no,
.questionnaire.heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 50px;
}

.description {
  flex: 1;
}

#static_ip_fields {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0.2rem 1rem;
  max-width: 20ch;
}

#static_ip_fields+p {
  margin-top: 2ch;
}

#static_ip_fields label {
  text-align: left;
  align-self: center;
}

#firewall-requirements-table {
  margin-bottom: 1ch;
}

#logo-cont {
  display: flex;
}

#logo-cont :first-child {
  margin: 0 auto;
}

.landing-banner {
  display: flex;
}

.landing-banner div {
  margin: 0 auto;
  max-width: 75ch;
}

.landing-banner *:last-child {
  margin-top: 2ch;
}

.landing-panel h2 {
  text-align: center;
  margin-top: 0;
  font-size: 1.7rem;
}

.landing-panel {
  /* border: solid black 1px; */
  border-radius: 10px;
  max-width: 50ch;
  padding: 1ch;
  margin: 0ch auto;
  height: fit-content;
  box-shadow: 0px 1px 7px 3px lightgray;
}

#landing-panels {
  margin: 3ch 0 2ch 0;
  display: flex;
}

.landing-panel:first-child {
  margin-right: 2ch;
}

.landing-panel:last-child {
  margin-left: 2ch;
}

.landing-panel ul {
  margin: 0;
}

.network-ctl {
  background-color: #f0f0f0;
  max-width: 100ch;
  margin: 1ch auto 2ch;
  padding: 1ch 1ch 0ch 1ch;
  border-radius: 5px;
  box-shadow: 0px 1px 7px 3px lightgray;
}

.network-ctl>div:nth-child(2)>.alert {
  margin: 1ch 0;
}

.network-ctl>div.btn-group {
  width: 100%;
  padding: unset;
  margin: 0 0 1ch 0;
  background-color: white;
}

.network-ctl-alert {
  background-color: white;
  margin: 1ch 0;
  padding: 1ch;
  border: solid red;
  border-width: 0 0 0 0.6ch;
  border-radius: 5px;
}

.network-ctl>div:nth-child(2)>.alert>div:nth-child(3) {
  margin: 1ch 0 0 0;
  font-weight: bold;
}

#firewall-requirements-table-container,
#kali-images-container {
  display: grid;
  justify-content: center;
}

#firewall-requirements-table {
  margin-top: 30px;
}

#firewall-requirements-table td {
  border-left: 0;
}

#firewall-requirements-table td:last-child {
  max-width: 200px;
}

#firewall-requirements-table td {
  vertical-align: top;
  text-align: left;
  padding: 5px;
  border: 1px solid black;
}

#firewall-requirements-table td.table-header {
  font-weight: bold;
  text-align: center;
  background-color: beige;
}

#firewall-requirements-table td.partial-border {
  border: 0;
}

#ack-network-reqs-msg {
  padding-top: 10px;
  padding-bottom: 10px;
}

.alert-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1rem;
  /* optional: spacing between rows and columns */
  align-items: start;
}

/* .alert { */
/*     max-width: 675px; */
/* } */

.alert-heading-container {
  align-items: center;
  margin-bottom: 1ch;
}

.alert-heading {
  margin: 0 0 0 1ch;
  font-size: 1.25rem;
}

#kali-images {
  display: grid;
  min-width: 400px;
  width: 85%;
  margin: 2ch auto;
  font-size: 1.10rem;
}

.kali-images-heading {
  font-weight: bold;
}

#kali-images div:nth-child(-n+9) {
  margin-bottom: 10px;
  border-bottom: black solid 1px;
}

.kali-image-title {
  grid-column: 1;
  padding-right: 10px;
}

.kali-image-description {
  grid-column: 2;
}

.kali-image-notes {
  grid-column: 3;
}

.cmds-code {
  overflow-y: scroll;
  max-height: 250px;
  scrollbar-width: thin;
}

.network-ctl-select-alert .alert-container {
  margin-top: 0;
}

.alert-container,
.cmds-pane-container {
  display: grid;
  justify-content: center;
  margin-top: 10px;
}

.cmds-pane {
  padding: 5px;
  border: lightgray solid 3px;
  border-radius: 5px;
  max-width: 675px;
  margin-bottom: 10px;
  background-color: lightgray;
}

.cmds-pane-title {
  font-weight: bold;
  align-content: center;
}

.cmds-code pre {
  margin: unset;
}

.cmds-code pre:first-child {
  scrollbar-width: thin;
}

.cmds-terp-btn-list {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 5px;
  background-color: lightgray;
}

.cmds-terp-btn-list div:last-child {
  margin-left: auto;
}

.cmds-terp-btn-list div:last-child button {
  margin-left: 5px;
}

#static-ip-pre {
  max-height: 300px;
  overflow-y: scroll;
}

#faqs {
  display: grid;
}

.faq-card {
  width: 70ch;
  margin: 2ch auto 0;
}

#faqs div.faq-card:last-child {
  margin-bottom: 2ch;
}

.faq-sidebar-heading {
  color: black;
  border-bottom: black 1px dashed;
  margin-bottom: 10px;
}

#implant-cmd-tabs-pane .nav-item {
  font-size: 1.1rem;
}
