:host {
  width: 100%;
  height: calc(100% - 50px);
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.hardware-setup-top-container {
  width: 100%;
  height: 100%;
  background-color: #ededed;
  min-height: 720px;
  min-width: 1250px;
}
.header-container {
  width: 100%;
}
.tab-container {
  background-color: #ffffff;
  border-radius: 20.5px;
  box-shadow: 10px 10px 40px 0 rgba(235, 235, 235, 0.5);
  height: 41px;
  max-width: calc(100% - 200px);
  overflow-x: hidden;
}

.round-icon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  color: #ffffff;
  /* cs */
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

.not-highlight-indi {
  background-color: #dfdfdf;
}
.highlight-indi {
  background-color: #41ae00;
}
.present-round {
  background-color: #cc0000;
}

.check-icon {
  height: 21px;
  width: 21px;
}

.setup-input {
  height: 14px;
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  overflow-x: hidden;
}

.dotted-line {
  border: 1px dashed #979797 !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
  height: 22px !important;
  width: 0px !important;
}

.tab-select {
  box-sizing: border-box;
  height: 24px;
  margin-right: 25px;
}

.hw-setup-body {
  position: relative;
  height: 78%;
  width: 96%;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 10px 10px 40px 0 rgba(235, 235, 235, 0.5);
  margin: 16px 26px 29px 26px;
  min-width: 1132px;
  padding: 15px 15px;
}

.select-container {
  width: 96%;
  margin: auto;
  margin-top: 1.25%;
  margin-left: 25px;
}

.hw-container {
  height: 500px;
  min-width: 1140px;
  width: 100%;
  padding: 25px;
}

.process-container {
  gap: 25px;
  width: 40%;
}

#populate-jammer {
  height: auto;
  max-height: 351px;
  max-width: 625px;
  width: auto;
}

#setup-input {
  height: 395px;
  width: 625px;
}

.process-title {
  height: 25px;
}

.process-subtitle {
  height: 52px;
  width: 408px;
}
.process-brief {
  width: 429px;
}

.process-nav {
  height: 38px;
  width: 226px;
}

.next-btn {
  background-color: #cc0000;
  width: 114px;
  color: #ffffff;
  border-radius: 18.8px;
  height: 34px;
  border: none;
  outline: none;
}

.disable-btn {
  pointer-events: none;
  color: #f0f0f0 !important;
  background-color: #dbc3c3 !important;
}

.prev-btn {
  width: 114px;
  height: 34px;
}

.pr-12 {
  padding-right: 12px;
}

.selection-tab-wrapper {
  white-space: nowrap;
  overflow-x: hidden;
  justify-content: left;
}

.scrollable-menu {
  white-space: nowrap;
  width: max-content;
}

.nav-arrow {
  margin: 0px 5px;
}

.nav-con {
  width: 24px;
  align-items: center;
}

.img-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dev-image {
  max-width: 60%;
}

.page-title {
  margin-left: 16px;
  margin-top: 20px;
  font-weight: 500;
}

#pageContent {
  width: 100%;
  height: 100%;
}
