@import '/semantic.min.css';
@import '/semantic.min.css';
@import '/semantic.min.css';
html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.titleBar {
  padding: 10px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1b1b1b;
  border-bottom-left-radius: 5;
  border-bottom-right-radius: 5;
  box-shadow: 0 0.1em 0.5em #1b1b1b;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  width: 100vw;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1047px) {
  .titleBar {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.titleBar .bigSocialMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 590px) {
  .titleBar .bigSocialMenu {
    display: none;
  }
}
.titleBar .bigSiteMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 590px) {
  .titleBar .bigSiteMenu {
    display: none;
  }
}
.titleBar .logoImg {
  max-height: 46px;
  min-width: 140px;
}
.titleBar .submissionButton {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4caf50;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  margin-right: 8px;
  min-width: 174px;
  padding: 20px 15px;
  white-space: nowrap;
}
.titleBar .middleContainer {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.titleBar .addProjectButton {
  margin-right: 8px;
}
.titleBar .userButtonContainer {
  min-width: 87px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.titleBar .userDropContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.titleBar .userDropContainer > i {
  padding-left: 5px;
  margin-top: -3px;
}
.titleBar .smallMenu {
  display: none;
}
@media (max-width: 590px) {
  .titleBar .smallMenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 90%;
  }
}

html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.MpnPopup .imageContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  min-height: 160px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.MpnPopup .image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.MpnPopup .topAreaContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.MpnPopup .linkContainer {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MpnPopup .octopartLinkContainer {
  font-size: 10px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.TsvTable.collapsed td {
  max-width: 200px;
}

.TsvTable {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.TsvTable td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.TsvTable td.marked.orange {
  border-left: 13px solid #ff9e39 !important;
}
.TsvTable td.marked.green {
  border-left: 13px solid #62b9a4 !important;
}
.TsvTable td.marked.purple {
  border-left: 13px solid #985dff !important;
}
.TsvTable td.marked.yellow {
  border-left: 13px solid #f2ef11 !important;
}
.TsvTable td.marked.black {
  border-left: 13px solid #000000 !important;
}
.TsvTable td.marked.blue {
  border-left: 13px solid #181887 !important;
}
.TsvTable td.marked.lightblue {
  border-left: 13px solid lightblue !important;
}
.TsvTable tr.selected {
  background: rgba(0, 0, 0, 0.05) !important;
}
.TsvTable td.error {
  background: #fff6f6 !important;
}

.Bom .expandBomTable:hover {
  background-color: #ededed !important;
}
.Bom .expandBomTable:hover .expandSummary {
  background-color: white !important;
}
.Bom .expandSummary {
  border-top: 0px !important;
  padding: 0px !important;
  font-size: 14px !important;
  background-color: white !important;
}
.Bom .expandSummary td {
  padding: 2px !important;
}

.BuyParts .storeIcons {
  height: 16px;
  margin-right: 3px;
  width: 16px;
}
.BuyParts .buttonSegment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.BuyParts .buttonText {
  color: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 878px) {
  .BuyParts .buttonText {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.BuyParts button.loading .buttonText {
  opacity: 0.3;
}
.BuyParts button.loading .storeIcon {
  opacity: 0.3;
}
.BuyParts div.retailerButton {
  min-width: 202px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.BuyParts a.ui.left.pointing.basic.label {
  min-width: 218px !important;
}
.BuyParts button.retailerButton {
  min-width: 110px;
}
.BuyParts button.retailerButton.pink {
  background: #da8282 !important;
}
.BuyParts button.retailerButton.pink:hover {
  background: #dc7c7c !important;
}
.BuyParts .ui.basic.pink.label {
  border: 1px solid #da8282 !important;
  color: #da8282 !important;
}
.BuyParts .AdjustQuantity {
  border-top: 0px !important;
  border-bottom: 0px !important;
  font-size: 16px;
}

html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.boardshowcase-with-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.boardShowcaseContainer {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 878px) {
  .boardContainer {
    border: 5px solid #696969;
    border-radius: 0 0 5px 5px;
  }

  .responsiveTabs.toggleBoardView {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .boardEdge {
    display: none;
  }

  .backBoard {
    display: none;
  }

  .boardContainer .boardDiagram {
    display: none;
    width: 100%;
  }

  .boardContainer .selectedBoard.boardDiagram {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .circuitBorderContainer {
    display: none;
  }
}
.traceSpaceLink {
  background-color: #000;
  font-weight: normal;
}

.boardShowcase {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
  border-radius: 3px;
  background: #373737;
}
@media (max-width: 878px) {
  .boardShowcase {
    border-radius: 0;
    background: none;
  }
}

.boardEdge {
  width: 10%;
}

.boardContainer {
  background: #373737;
  border-radius: 3px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  overflow: hidden;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 878px) {
  .boardContainer {
    border-radius: 0;
  }
}

.toggleBoardForm {
  margin-top: 16px;
}

.boardDiagram {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boardDiagram img,
.boardDiagram svg {
  height: 240px;
  width: 100%;
}

.circuitBorderContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.4px;
}

.circuitBorder {
  width: 8px;
}

.toggleBoardView {
  display: none;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.circuitToggleBtn:disabled {
  background: #696969;
}

.circuitToggleBtn {
  background: #373737;
  border-bottom: 0;
  border-left: 0;
  border-radius: 5px 5px 0 0;
  border-right: 0;
  border-top: 2px solid #eee;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 32px;
  width: 100%;
  z-index: 1;
}

#traceSpaceLogo {
  fill: #30c2c2;
  z-index: 2;
  height: 10;
  width: 10;
}

.overlay {
  color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.shadow {
  background: #000;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}

html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.PcbMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  margin-bottom: 20px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.PcbMenu__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
}
.PcbMenu__link {
  min-width: 140px;
  margin: 10px;
  padding: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
.PcbMenu__link i.flag {
  margin-left: 5px;
}
.PcbMenu__link:hover {
  background: #f2f2f2;
}
.PcbMenu__sub-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.PcbMenu__links-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1526px) {
  .PcbMenu__links-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.PcbMenu__sub-title {
  margin-top: 30px;
}
.PcbMenu__download {
  margin-top: 50px;
  width: 210px;
}
.PcbMenu__download a {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.PcbMenu__download a:hover {
  text-decoration: none;
}
.PcbMenu__compare {
  width: 210px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.PcbMenu i {
  padding-right: 5px;
}
.PcbMenu img {
  width: 100px;
  height: 29px;
}
@media (max-width: 920px) {
  .PcbMenu__container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .PcbMenu__links-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .PcbMenu__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.PcbMenu a.item {
  margin-right: 10px !important;
  margin-left: 10px !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.PcbMenu div.ui.floating.label {
  top: 2.5em !important;
  left: 95% !important;
}
.PcbMenu div.ui.label {
  background-color: transparent !important;
}

html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.board-extras-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disabledSite {
  color: #808080;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.subtitleText {
  color: #808080;
  font-size: 14px;
  text-align: left;
  margin: 3px;
  margin-left: 0px;
}

.titleText {
  border-radius: 5px;
  color: black;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.infoBar {
  margin-top: 10px;
  padding: 20px;
}

.infoBarTitle {
  margin: 10px;
  line-height: 1em;
}

.infoBarSummary {
  margin: 10px;
  margin-left: 0px;
}

.infoBarInner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.infoBarWebsiteLink {
  font-size: 14px;
  text-align: left;
  margin: 10px;
}

.infoBarSiteLink {
  margin-top: 8px;
}

.infoBarLinkContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.infoBarLinks {
  margin-left: 5px;
  margin-right: 5px;
}

.pageContainer {
  padding: 0 10%;
}
@media (max-width: 878px) {
  .pageContainer {
    padding: 0;
  }
}

.readme-container {
  margin-top: 15px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

.readme {
  max-width: 1000px;
}

.readme .highlight {
  overflow-x: auto;
}

.deep-link > a:hover {
  text-decoration: none;
}

.readme {
  word-wrap: break-word;
}

.readme code,
.readme .highlight {
  padding: 0.2em 0.4em 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

.readme img {
  max-width: 100%;
}

.MpnPopup .imageContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  min-height: 160px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.MpnPopup .image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.MpnPopup .topAreaContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.MpnPopup .linkContainer {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MpnPopup .octopartLinkContainer {
  font-size: 10px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.TsvTable.collapsed td {
  max-width: 200px;
}

.TsvTable {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.TsvTable td {
  overflow: hidden;
  text-overflow: ellipsis;
}
.TsvTable td.marked.orange {
  border-left: 13px solid #ff9e39 !important;
}
.TsvTable td.marked.green {
  border-left: 13px solid #62b9a4 !important;
}
.TsvTable td.marked.purple {
  border-left: 13px solid #985dff !important;
}
.TsvTable td.marked.yellow {
  border-left: 13px solid #f2ef11 !important;
}
.TsvTable td.marked.black {
  border-left: 13px solid #000000 !important;
}
.TsvTable td.marked.blue {
  border-left: 13px solid #181887 !important;
}
.TsvTable td.marked.lightblue {
  border-left: 13px solid lightblue !important;
}
.TsvTable tr.selected {
  background: rgba(0, 0, 0, 0.05) !important;
}
.TsvTable td.error {
  background: #fff6f6 !important;
}

.Bom .expandBomTable:hover {
  background-color: #ededed !important;
}
.Bom .expandBomTable:hover .expandSummary {
  background-color: white !important;
}
.Bom .expandSummary {
  border-top: 0px !important;
  padding: 0px !important;
  font-size: 14px !important;
  background-color: white !important;
}
.Bom .expandSummary td {
  padding: 2px !important;
}

html,
head,
body {
  margin: 0;
}

body {
  font-family: "Noto Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #373737;
  text-decoration: underline;
}

.notSelectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.ui.container {
  margin-top: 50px;
  margin-bottom: 50px;
}

code {
  background-color: #ececec;
}

.ui.input {
  max-width: 500px;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
}

.submitButton {
  min-width: 94px;
}

#greenButton {
  background-color: rgba(19, 80, 18, 0.9);
}

#redButton {
  background-color: #d41212;
}

#blueButton {
  background-color: #122e6f;
}

#blackButton {
  background-color: black;
}

#whiteButton {
  background-color: white;
}

#orangeButton {
  background-color: #f29c1c;
}

#purpleButton {
  background-color: #653b86;
}

#yellowButton {
  background-color: #dfdf90;
}

.step {
  font-weight: normal;
}

.step:hover {
  text-decoration: none;
}

.stepsContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#submitForm {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-bottom: 0px;
}

.Step1 #submitForm {
  width: 100%;
}

.messageContainer {
  margin-top: 30px;
  width: 100%;
}

button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pcb-stackup_fr4 {
  color: #4d542c;
}

.pcb-stackup_cu {
  color: lightgrey;
}

.pcb-stackup_sp {
  color: rgba(0, 0, 0, 0);
}

.pcb-stackup_out {
  color: black;
}

.pcb-green .pcb-stackup_cf {
  color: goldenrod;
}
.pcb-green .pcb-stackup_sm {
  color: rgba(0, 68, 0, 0.9);
}
.pcb-green .pcb-stackup_ss {
  color: white;
}

.pcb-red .pcb-stackup_cf {
  color: goldenrod;
}
.pcb-red .pcb-stackup_sm {
  color: rgba(139, 0, 0, 0.9);
}
.pcb-red .pcb-stackup_ss {
  color: white;
}

.pcb-blue .pcb-stackup_cf {
  color: silver;
}
.pcb-blue .pcb-stackup_sm {
  color: rgba(0, 30, 104, 0.9);
}
.pcb-blue .pcb-stackup_ss {
  color: white;
}

.pcb-black .pcb-stackup_cf {
  color: silver;
}
.pcb-black .pcb-stackup_sm {
  color: rgba(0, 0, 0, 0.9);
}
.pcb-black .pcb-stackup_ss {
  color: white;
}

.pcb-white .pcb-stackup_cf {
  color: goldenrod;
}
.pcb-white .pcb-stackup_sm {
  color: rgba(255, 255, 255, 0.9);
}
.pcb-white .pcb-stackup_ss {
  color: black;
}

.pcb-orange .pcb-stackup_cf {
  color: silver;
}
.pcb-orange .pcb-stackup_sm {
  color: rgba(195, 107, 0, 0.9);
}
.pcb-orange .pcb-stackup_ss {
  color: white;
}

.pcb-purple .pcb-stackup_cf {
  color: goldenrod;
}
.pcb-purple .pcb-stackup_sm {
  color: rgba(46, 0, 81, 0.9);
}
.pcb-purple .pcb-stackup_ss {
  color: white;
}

.pcb-yellow .pcb-stackup_cf {
  color: goldenrod;
}
.pcb-yellow .pcb-stackup_sm {
  color: rgba(255, 255, 102, 0.5);
}
.pcb-yellow .pcb-stackup_ss {
  color: black;
}

.colorSelector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px !important;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .colorSelector {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 90px;
  }
}

.userInputSegment {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nextButtonContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colorSelect:hover,
#whiteButton.colorSelect:hover {
  border: 2px solid lightgrey;
}

.colorSelect {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 1px solid lightgrey;
}

#whiteButton {
  border: 1px solid lightgrey;
}

.colorSelect.selected,
#whiteButton.selected {
  border: 4px solid lightgrey !important;
}

.instructions {
  margin-top: 32px;
}
