.CreateServerDiskSpace_actionArea__NeGLA {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-bottom: 1.33333rem;
  margin-left: 2rem;
}

.CreateServerDiskSpace_storageError__MdZ0m {
  margin-bottom: 1.33333rem;
}

.CreateServerDiskSpace_diskConfigWrapper__zoze5 {
  border-bottom: 1px solid var(--border-light-grey);
  font-size: 1.07rem;
  margin-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.CreateServerDiskSpace_configRow__J6cJ9 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 3.2rem;
  gap: 0.33333rem;
  width: 100%;
}

.CreateServerDiskSpace_diskTitle__pTNKK {
  align-items: center;
  box-sizing: border-box;
  transition: border-color 0.2s ease 0s;
  display: flex;
  font-size: 1.07rem;
  font-weight: 600;
  width: calc(100% - 5.8rem);
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  text-align: left;
  word-break: break-word;
}

.CreateServerDiskSpace_diskTitle__pTNKK.CreateServerDiskSpace_clickable__uv7Iq {
  cursor: pointer;
}

.CreateServerDiskSpace_diskTitleInput__7IMSP {
  border: 0;
  border-bottom: 1px solid var(--text-grey);
  font-size: 1.07rem;
  outline: 0;
  width: 100%;
}

.CreateServerDiskSpace_diskActionsWrapper__mz4G3 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.CreateServerDiskSpace_diskActionsWrapper__mz4G3 .CreateServerDiskSpace_actionLink__X4doJ {
  font-size: 0.75em;
  position: absolute;
  top: 100%;
}

.CreateServerDiskSpace_cdromDevice__Wg3nK {
  font-size: 1.07rem;
  margin-bottom: 2.3rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
  width: 100%;
}

.CreateServerDiskSpace_cdromDeviceTitle__FuCFs {
  flex: 1;
  font-size: 1.07rem;
  font-weight: 600;
}

.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: 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: 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_hosts__XNizr {
  margin-top: 1rem;
}

/* 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;
}

.styles_hosts__XNizr .Phoenix__SortableTable__Cell {
  border-radius: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

/* 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;
}

.CreateServerPasswordSettings_label__zY7S4 {
  flex-basis: 25%;
  font-size: 1.06666rem;
  font-weight: 600;
}

.CreateServerPasswordSettings_deliveryMethodOptions__vhE7B {
  display: flex;
  justify-content: flex-start;
}

.CreateServerPasswordSettings_deliveryMethodOptions__vhE7B .Phoenix--Radio {
  margin-right: 1.5rem;
}

.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;
}

.CreateServerNetwork_divider__xupMb {
  background-color: var(--card-border);
  height: 1px;
}

.CreateServerNetwork_header__eBV3E {
  padding: 1.23rem 1.47rem 1.47rem;
}

.CreateServerNetwork_header__eBV3E .CreateServerNetwork_title__cVpl6 {
  margin: 0;
  line-height: 1.6rem;
}

.CreateServerNetwork_header__eBV3E .CreateServerNetwork_summary__LRUO8 {
  color: var(--text-semi-dark);
  display: block;
  font-size: 0.866667rem;
  letter-spacing: 0.3px;
  line-height: 1.06667rem;
  margin-top: 0.466667rem;
  margin-bottom: 0;
}

.CreateServerNetwork_actions__EzO1W {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 1.33334rem;
}

.CreateServerNetwork_network__Su5Yn {
  border-bottom: 1px solid var(--card-border);
  padding: 1.23rem 1.47rem 1.47rem;
}

.CreateServerNetwork_network__Su5Yn:last-of-type {
  border-bottom: 0;
}

.CreateServerNetwork_network__Su5Yn .switch-row__description {
  margin-bottom: 0;
}

.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;
}

.CreateServerOptionals_subsection__zqJ1v {
  border-bottom: 1px solid var(--card-border);
  padding: 1.47rem;
  padding-top: 0;
}

.CreateServerOptionals_subsection__zqJ1v:last-of-type {
  border: none;
}

.CreateServerOptionals_subsection__zqJ1v.CreateServerOptionals_collapsed__vHIMY {
  display: none;
}

.CreateServerOptionals_label__cC4NA {
  flex-basis: 40%;
}

.CreateServerOptionals_dropdown__4zfKs {
  padding-top: 1.23rem;
  display: flex;
  align-items: center;
}

.CreateServerOptionals_dropdown__4zfKs .Phoenix__Select {
  padding-top: 0;
}

.CreateServerOptionals_metadataSwitchWrapper__6caFS {
  position: relative;
}

.CreateServerOptionals_collapseToggleWrapper__JWjV9 {
  padding: 1.47rem;
  text-align: right;
}

.CreateServerOptionals_collapseToggle__Orzud {
  background-color: #fff;
  border: none;
  color: var(--highlight-default);
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03333rem;
}

.CreateServerOptionals_metadata__jNaAI {
  padding-top: 1.23rem;
}

.CreateServerOptionals_metadata__jNaAI .switch-row__description {
  margin-bottom: 0;
}

.CreateServerOptionals_groupHeader__5BeOi {
  padding-top: 1.23rem;
  width: 100%;
}

.CreateServerOptionals_groupHeader__5BeOi .CreateServerOptionals_title__SqemS {
  margin: 0;
  line-height: 1.6rem;
}

.CreateServerOptionals_groupHeader__5BeOi .CreateServerOptionals_summary__dU7XX {
  color: var(--text-semi-dark);
  display: block;
  font-size: 0.866667rem;
  letter-spacing: 0.3px;
  line-height: 1.06667rem;
  margin-top: 0.466667rem;
  margin-bottom: 0;
}

.CreateServerOptionals_groupButton__wp6Zt {
  margin-left: 1rem;
  flex: none;
}

.CustomConfigurations_wrapper__SBjEw {
  padding: 1.33333rem 2rem;
}

.CustomConfigurations_restrictionsWarning___0izb:not(:empty) {
  margin-bottom: 0.66666rem;
}

.CustomConfigurations_sliderWrapper__ojRzw {
  display: flex;
  height: 3rem;
  align-items: center;
}

.CustomConfigurations_sliderLabel__TvGVp {
  flex: 0 0 7.13rem;
}

.CustomConfigurations_footerNote__ayTso {
  margin-top: 1rem;
  font-size: 0.866rem;
  font-weight: 600;
}

.SimpleBackups_backupOptions__XBw2u {
  margin-top: 2rem;
  margin-bottom: 1.33333rem;
}

.SimpleBackups_backupsSummary__qzSLz {
  display: flex;
  align-items: center;
  margin-top: 1.33333rem;
}

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

.SimpleBackups_actions__Q0goe .Phoenix--Button:first-of-type {
  margin-right: 0.66666rem;
}

.SimpleBackups_backupsFooter__pqjAL {
  margin-bottom: 0.66666rem;
}

.SimpleBackups_backupsCards__b6lGB {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1.33333rem;
  gap: 1.33333rem;
}

.SimpleBackups_backupCard__zQSF5 {
  display: flex;
  flex-direction: column;
}

.SimpleBackups_backupCard__zQSF5 .Phoenix__RadioCard {
  flex: 1;
}

.SimpleBackups_backupCard__zQSF5 .Phoenix--Radio__glyph {
  position: absolute;
  top: auto;
}

.SimpleBackups_backupCardContent__Twxt2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.SimpleBackups_backupCardContent__Twxt2 > div {
  text-align: center;
}

.SimpleBackups_backupCardContent__Twxt2 > div + div {
  margin-top: 2rem;
}

.SimpleBackups_backupFeatures__8nXi_ ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.SimpleBackups_backupExtra__VOehy {
  color: var(--text-grey);
}

.SimpleBackups_backupExtraPrice__JDsqW {
  display: block;
}

.SimpleBackups_backupFeature__v_sum {
  padding: 0;
  list-style: none;
  font-size: 0.93333rem;
  line-height: 1.6;
  color: var(--text-grey);
}

.SimpleBackups_backupFeature__v_sum span {
  font-weight: 700;
}

.SimpleBackups_backupPrice__7K4k1 {
  font-weight: 600;
}

.SimpleBackups_backupPriceAmount__AaaCL {
  font-size: 2.8rem;
  line-height: 1.2;
}

@media (min-width: 1500px) {
  .SimpleBackups_backupPriceAmount__AaaCL {
    font-size: 3.33333rem;
  }
}

.SimpleBackups_backupCardSelected__QFByw .SimpleBackups_backupFeature__v_sum,
.SimpleBackups_backupCardSelected__QFByw .SimpleBackups_backupExtra__VOehy {
  color: var(--text-body);
}

.SimpleBackups_backupCardSelected__QFByw .SimpleBackups_backupPrice__7K4k1 {
  color: var(--primary);
}

/* Compact variant — used inside the smaller create-server backups card. */
.SimpleBackups_backupCard__zQSF5.SimpleBackups_compact__BKInF .Phoenix--Radio {
  padding: 0.66666rem;
}

.SimpleBackups_backupCard__zQSF5.SimpleBackups_compact__BKInF {
  font-size: 0.86666rem;
}

.SimpleBackups_backupCard__zQSF5.SimpleBackups_compact__BKInF .SimpleBackups_backupPriceAmount__AaaCL {
  font-size: 2.13333rem;
}

.SimpleBackups_backupCard__zQSF5.SimpleBackups_compact__BKInF .SimpleBackups_backupCardContent__Twxt2 > div + div {
  margin-top: 0.66666rem;
}

.SimpleBackups_backupCard__zQSF5.SimpleBackups_compact__BKInF .SimpleBackups_backupFeature__v_sum {
  font-size: 0.8rem;
}

.CreateServerMsLmaModal_content__kJSS2 {
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.CreateServerMsLmaModal_contentCentered__tIriw {
  justify-content: center;
}

.CreateServerMsLmaModal_modal__tljMM .Phoenix__Card--rounded {
  max-width: 1280px;
}

.CreateServerMsLmaModal_document__Wxjnx {
  overflow-y: auto;
}

.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;
}

.CreateServer_errorWrapper__yhadK {
  margin-bottom: 1rem;
  width: 100%;
}

.CreateServer_errorWrapper__yhadK .Phoenix__Toast {
  box-shadow: 0 0.066667rem 0.666666rem rgba(0, 0, 0, 0.12);
}

.CreateServer_configuration__5N4A0 {
  display: block;
  flex-grow: 1;
  width: 100%;
  margin-bottom: 1.7rem;
}

.CreateServer_serverSummary__7_fzf {
  background: black;
  border-radius: 2px;
  color: white;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 2rem;
  width: 17.2rem;
}

.CreateServerTemplate_osSelector__e_rGp {
  display: grid;
  grid-template-columns: repeat(3, minmax(175px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1.33333rem;
  gap: 1.33333rem;
}

.CreateServerTemplate_osCard__qk82J {
  position: relative;
}

.CreateServerTemplate_osCard__qk82J .CreateServerTemplate_badge__30yJ9 {
  position: absolute;
  top: -0.66666rem;
  right: -0.33333rem;
  z-index: 1;
}

.CreateServerTemplate_osCard__qk82J .Phoenix--Dropdown .Select .Select-control .Select-value {
  padding-left: 0.8rem;
  padding-right: 3rem !important;
}

.CreateServerTemplate_osCard__qk82J .Phoenix__Select__Select__placeholder {
  color: #000;
}

.CreateServerTemplate_osCard__qk82J.CreateServerTemplate_gpu__qfFz8 label {
  background-image: radial-gradient(
      at 0% 70%,
      hsla(189, 100%, 78%, 0.3) 0px,
      transparent 70%
    ),
    radial-gradient(
      at 0% 100%,
      hsla(268, 100%, 77.1%, 0.3) 0px,
      transparent 70%
    ),
    radial-gradient(at 80% 100%, hsla(242, 100%, 70%, 0.3) 0px, transparent 70%),
    radial-gradient(at 0% 0%, hsla(276, 100%, 76.1%, 0.3) 0px, transparent 70%);
}

.CreateServerTemplate_osCard__qk82J.CreateServerTemplate_gpu__qfFz8 svg,
.CreateServerTemplate_osCard__qk82J.CreateServerTemplate_gpu__qfFz8 .Phoenix__RadioCard__sublabel {
  color: var(--text-semi-dark);
}

.CreateServerTemplate_disabledInfo___rHxR {
  margin-top: 1rem;
  color: #000;
}

.CreateServerTemplate_oneliner__m976V {
  display: block;
  white-space: nowrap;
}

.CreateServerTemplate_subtitle__rTgXg {
  color: var(--text-lighter);
  display: block;
}

.CreateServerTemplate_templates__7u8QK .Phoenix__SortableTable--default .Phoenix__SortableTable__Body {
  cursor: pointer;
}

.CreateServerTemplate_templates__7u8QK
  .Phoenix__SortableTable--default .Phoenix__SortableTable__Row td {
  border-color: var(--card-border);
  border-bottom: none;
  border-radius: 0;
}

.CreateServerTemplate_templates__7u8QK
  .Phoenix__SortableTable--default .Phoenix__SortableTable__Row:last-child td {
  border-bottom: none;
}

.CreateServerTemplate_templates__7u8QK
  .Phoenix__SortableTable--default .Phoenix__SortableTable__Row td:first-child {
  border-left: none;
}

.CreateServerTemplate_templates__7u8QK
  .Phoenix__SortableTable--default .Phoenix__SortableTable__Row td:last-child {
  border-right: none;
}

.CreateServerTemplate_templates__7u8QK .Phoenix__SortableTable--default .Phoenix__SortableTable__Row:hover {
  cursor: pointer;
}

.CreateServerTemplate_templates__7u8QK
  .Phoenix__SortableTable--default .Phoenix__SortableTable__Row td.error {
  padding-top: 0;
  border-top: none;
}

.CreateServerTemplate_templates__7u8QK
  .Phoenix__SortableTable--default
    .Phoenix__SortableTable__Row:hover
    input:not(:checked):not(:disabled)
    + .Phoenix--Radio__glyph:after {
  box-shadow: inset 0 0 0 0.13333rem var(--primary);
}

.CreateServerTemplate_titleAndSubtitle__yrngj {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.CreateServerTemplate_titleAndSubtitle__yrngj > :first-child {
  flex: 1 1 auto;
  width: 0;
}

.CreateServerTemplate_storageBusyIndicator__Sg9Ve {
  display: flex;
  flex: 0 1 auto;
  margin-left: 0.66666rem;
  white-space: nowrap;
}

.CreateServerTemplate_title__6Fpc8 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.CreateServerPasswordModal_value__LXfG7 {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.CreateServerPasswordModal_label__OUnqh {
  font-weight: 600;
  margin-right: 2rem;
}

