.styles_editorWrapper__utsmV {
  --editorHeight: 11rem;
  --errorColor: var(--strawberry);

  font-family: monospace;

  border: 1px solid transparent !important;
  width: 100%;
  overflow-y: auto;
}

.styles_editorWrapper__utsmV.styles_editable__3PvCK {
  border: 1px solid var(--borderGrey) !important;
  max-height: var(--editorHeight);
  min-height: var(--editorHeight);
}

.styles_editorWrapper__utsmV.styles_hasError__N_XiV {
  border-color: var(--errorColor) !important;
}

.styles_editorWrapper__utsmV:focus-within {
  outline: 2px solid var(--highlight-default);
  outline-offset: 2px;
  border-radius: 2px;
}

.styles_editorWrapper__utsmV > div {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.styles_editorWrapper__utsmV textarea {
  min-height: calc(var(--editorHeight) - 10px);
}

.styles_editorWrapper__utsmV textarea:focus {
  outline: none;
}

.styles_editorWrapper__utsmV pre,
.styles_editorWrapper__utsmV textarea {
  min-width: 100%;
  white-space: pre !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.styles_noMaxHeight__7mVyo {
  max-height: none !important;
}

.CreateServerInitScripts_load-more__JBeps {
  width: 100%;
}

.CreateServerInitScripts_load-more__JBeps .Phoenix--Button {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

.CreateServerInitScripts_load-script-label__87Zvg {
  flex-shrink: 0;
}

.CreateServerInitScripts_load-script-label__87Zvg  + .Phoenix__Select {
    padding-top: 0;
  }

.styles_stateIndicatorWrap__rnnGk {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.styles_gpuRow__jTPQl td {
  border-top: none !important;
  cursor: default;
}

.styles_gpuSection__OHjWf {
  margin-top: -2rem;
}

.styles_gpuNoDevices__9KCkM {
  padding: 2rem;
  text-align: center;
}

.GpuDeviceList_gpuDevice__J2lzs {
  --color-1: var(--primary);
  --color-2: #7ffffa;
  --color-3: #7ebffc;
  --angle: 0turn;
  padding: 1.5rem;
  font-size: 0.93333rem;
  margin-top: 1em;
  border: 0.06666rem solid;
  border-image-slice: 1;
  border-image-source: conic-gradient(
    from var(--angle) at 50% 50%,
    var(--color-1),
    var(--color-2),
    var(--color-3),
    var(--color-1)
  );
}

.GpuDeviceList_label__I_nLE {
  text-transform: uppercase;
}

.GpuDeviceList_modelName__7wRos {
  font-size: 1.06666rem;
}

.GpuDeviceList_specs__Dtipk {
  flex: 1;
}

.GpuDeviceList_gpuDeviceLabel__YaHAq {
  display: block;
  cursor: pointer;
}

.GpuDeviceList_gpuDeviceDisabled__c5MLE {
  opacity: 0.5;
  pointer-events: none;
}

.GpuDeviceList_inUseBadge__AEtI9 {
  font-size: 0.8rem;
  color: var(--subdued);
  font-style: italic;
}

.styles_gpuIndicator__hag_P {
  position: absolute;
  top: 0;
  right: 0.5rem;
}

.styles_hostsTitle__yRayU {
  font-size: 110%;
  font-weight: 600;
  margin: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.33333rem;
}

.styles_hosts__XNizr {
  margin-bottom: 2rem;
}

/* show cursor when hovering whole row */
.styles_hosts__XNizr .Phoenix__SortableTable__Body {
  cursor: pointer;
}

.styles_hosts__XNizr .Phoenix__SortableTable__Row td {
  border-color: var(--card-border);
  border-bottom: none !important;
  border-radius: 0;
}

/* fix for weird zero width in checkbox column */
.styles_hosts__XNizr .Phoenix__SortableTable__Head th:first-child {
  box-sizing: content-box;
}

.styles_hosts__XNizr .Phoenix__SortableTable__Row td:first-child {
  border-left: none;
}
/* show Radio button hover color when hovering whole row */
/* prettier-ignore */
.styles_hosts__XNizr .Phoenix__SortableTable__Row:hover input:not(:checked) + .Phoenix--Radio__glyph:after {
  box-shadow: inset 0 0 0 0.13333rem var(--border-grey);
}

.styles_hostZoneContainer__wd1T1 {
  align-items: center;
  display: flex;
}

.styles_hostZone__Ynjfb {
  margin-left: 10px;
}

.styles_hostName__AHsUU {
  font-weight: 600;
}

.styles_hosts__XNizr .Phoenix__SortableTable__Row.gpuRow td {
  border-top: none !important;
}

.CreateServerLoginSelections_loginOptions__6okuF {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.33333rem;
  gap: 1.33333rem;
}
.CreateServerLoginSelections_loginOptions__6okuF .Phoenix__RadioCard__label {
    font-size: 1.06666rem;
  }
.CreateServerLoginSelections_loginOptions__6okuF .Phoenix__RadioCard__sublabel {
    font-size: 0.93333rem;
    font-weight: 400;
    color: var(--text-semi-dark);
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
  }

.CreateServerNaming_container__Q6LvX {
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding: 0 1.47rem;
}

.CreateServerNaming_container__Q6LvX .Phoenix__InputLabel {
    display: none;
  }

.CreateServerNaming_inputLabel__Z_dId {
  color: var(--text-semi-dark);
  font-size: 0.8em;
}

.CreateServerNaming_inputCount__Q9Ihi .Phoenix__Input__Input {
  font-size: 1.2em;
  margin-left: 0.33333rem;
  margin-right: 0.33333rem;
}

.CreateServerNaming_minus__h_5ve {
  font-size: 2em;
  margin-bottom: 3px;
}

.CreateServerNaming_plus__h6lgI {
  font-size: 2em;
}

.AttachNetworkModal_label__awJOF {
  color: var(--text-semi-dark);
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.33333rem;
}

.AttachNetworkModal_radioRow__W9kRM {
  align-items: center;
  display: flex;
}

.AttachNetworkModal_radioRow__W9kRM + .AttachNetworkModal_radioRow__W9kRM {
  margin-top: 0.33333rem;
}

.AttachNetworkModal_helpHover__3jdM9 {
  cursor: help;
  -webkit-text-decoration: underline dotted var(--uikit-primary);
          text-decoration: underline dotted var(--uikit-primary);
  text-underline-offset: 0.33333rem;
}

.AttachNetworkModal_tooltipContainer__obwf4 {
  position: relative;
}

.AttachNetworkModal_infoboxWrapper__rGlUL {
  display: block;
  left: 0;
  padding-top: 0.66666rem;
  position: absolute;
  top: 100%;
  width: 20rem;
  z-index: 1;
}

.AttachNetworkModal_switchRow__Xv3Ij {
  padding-top: 2rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.CreateServerSubmit_footer__uwshm {
  width: 100%;
  display: flex;
  align-items: center;
}

.CreateServerSubmit_footer__uwshm .Phoenix--Loader {
    margin-right: 1rem;
  }

.CreateServerSubmit_footer__uwshm > button {
    white-space: nowrap;
    margin-right: 1rem;
  }

.CreateServerSubmit_submitInfo__0qRsV {
  flex: 0 1 auto;
  font-size: 0.86666rem;
  letter-spacing: 0.02rem;
  line-height: 1.5;
}

.CreateServerSubmit_submitInfo__0qRsV a {
    color: var(--highlight-default);
    text-decoration: none;
  }

:is(.CreateServerSubmit_submitInfo__0qRsV a):hover {
      text-decoration: underline;
    }

.CreateServerSubmit_errorWrapper__qA2jD {
  display: flex;
  align-items: center;
  color: var(--strawberry);
  letter-spacing: 0.02rem;
  font-size: 0.93333rem;
  line-height: 1.5;
}

.CreateServerSubmit_errorWrapper__qA2jD a {
    color: var(--strawberry);
    text-decoration: underline;
    text-underline-offset: 1px;
  }

.CreateServerSubmit_errorWrapper__qA2jD svg {
    margin-right: 0.33333rem;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
  }

.CreateServerSubmit_dot__3lK8V {
  font-weight: 700;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

