.add-machine-guidance {
  position: relative;
  margin-left: 20px;
}

.add-machine-scripts {
  text-align: left;
}

.add-machine-scripts .script-content {
  display: flex;
  flex-wrap: wrap;
}

.add-machine-scripts .script-content pre {
  background-color: rgba( 0, 0, 0 ,  1 );
  background-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
  padding: 16px;
  margin-top: 0px;
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  border: 1px solid lightgray;
  border-radius: 3px;
  white-space: pre-wrap;
  font-size: 14px;
}

.add-machine-scripts .powershell pre {
  background-color: rgba( 0, 69, 120 ,  1 );
  background-color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 );
}

.copy-button-container {
  height: 24px;
  padding-left: 5px;
  background-color: lightgray;
  border: 1px solid lightgray;
}

.copy-button-container .copy-button {
  height: 22px;
  background-color: lightgray;
  border: none;
  padding-left: 5px;
  width: 20px;
}

.copy-button-container .add-machine-scripts-copy {
  float: right;
  padding-right: 5px;
}

.add-machine-scripts {
  position: relative;
  margin-bottom: 20px;
}

.add-machine-scripts-text {
  position: relative;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}

.add-machine-scripts-instruction {
  position: relative;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.add-machine-scripts-step {
  position: relative;
  margin-bottom: 5px;
  font: 14px;
  font-weight: 400;
}

.add-machine-scripts-pat-warning {
  float: right;
  top: 8px;
  position: relative;
}

.add-machine-scripts-pat {
  width: 415px;
}

.add-machine-scripts-script {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.add-machine-platform-dropdown {
  min-width: 250px;
}

.add-machine-sys-pre-req-link {
  margin: 10px;
  margin-top: 32px;
}

.add-machine-scripts-run-script {
  padding-left: 15px;
  padding-left: 15px;
  display: inline-block;
  line-height: 32px;
}

.system-pre-reqs {
  padding-left: 5px;
}

.machine-group-buttons .bowtie-icon {
  margin-right: 6px;
}

.bowtie-tooltipped {
  position: relative;
}

.bowtie-tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: black;
  border-radius: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.bowtie-tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: black;
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}

.bowtie-tooltipped:hover:before, .bowtie-tooltipped:hover:after, .bowtie-tooltipped:active:before, .bowtie-tooltipped:active:after, .bowtie-tooltipped:focus:before, .bowtie-tooltipped:focus:after {
  display: inline-block;
  text-decoration: none;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.bowtie-tooltipped-s:after,
.bowtie-tooltipped-se:after,
.bowtie-tooltipped-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}

.bowtie-tooltipped-s:before,
.bowtie-tooltipped-se:before,
.bowtie-tooltipped-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: black;
}

.bowtie-tooltipped-sw:after {
  margin-right: -15px;
}
