.PageLoader_pageLoader__xwi56 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.PageLoader_centered__Df3vz {
  margin-top: 0;
  height: 100vh;
  width: 100%;
}

.CopyToClipboard_copyToClipboardContainerOuter__1hLg6 {
  max-width: 100%;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.CopyToClipboard_copyToClipboardContainerOuter__1hLg6 .CopyToClipboard_hiddenLabel__oosEq {
    display: none;
  }
.CopyToClipboard_copyToClipboardContainerOuter__1hLg6 .CopyToClipboard_copyToClipboardContainer__boGY6 {
    cursor: pointer;
    position: relative;
  }
:is(.CopyToClipboard_copyToClipboardContainerOuter__1hLg6 .CopyToClipboard_copyToClipboardContainer__boGY6) > .Phoenix--Icon {
      margin-top: -0.2rem;
    }
:is(:is(.CopyToClipboard_copyToClipboardContainerOuter__1hLg6 .CopyToClipboard_copyToClipboardContainer__boGY6) > .Phoenix--Icon):first-child {
        margin-right: 0.25em;
      }
:is(:is(.CopyToClipboard_copyToClipboardContainerOuter__1hLg6 .CopyToClipboard_copyToClipboardContainer__boGY6) > .Phoenix--Icon):last-child {
        margin-left: 0.25em;
      }
.CopyToClipboard_copyToClipboardContainerOuter__1hLg6.CopyToClipboard_flex__TYgCG {
    display: flex;
  }
.CopyToClipboard_copyToClipboardContainerOuter__1hLg6.CopyToClipboard_flex__TYgCG.CopyToClipboard_fullWidth__XRPSo .CopyToClipboard_copyToClipboardContainer__boGY6 {
        width: 100%;
      }
.CopyToClipboard_copyToClipboardContainerOuter__1hLg6.CopyToClipboard_flex__TYgCG .CopyToClipboard_copyToClipboardContainer__boGY6 {
      max-width: 100%;
      display: flex;
      flex: 0 1 auto;
      align-items: center;
    }
:is(.CopyToClipboard_copyToClipboardContainerOuter__1hLg6.CopyToClipboard_flex__TYgCG .CopyToClipboard_copyToClipboardContainer__boGY6) > .Phoenix--Icon {
        flex: 0 0 auto;
      }
.CopyToClipboard_copyToClipboardContainerOuter__1hLg6.CopyToClipboard_ellipsis__3rK7H .CopyToClipboard_copyToClipboardContainer__boGY6 {
      display: flex;
      align-items: center;
      min-width: 0;
    }
:is(.CopyToClipboard_copyToClipboardContainerOuter__1hLg6.CopyToClipboard_ellipsis__3rK7H .CopyToClipboard_copyToClipboardContainer__boGY6)  > span:not(.Phoenix--Icon) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0;
      }
:is(.CopyToClipboard_copyToClipboardContainerOuter__1hLg6.CopyToClipboard_ellipsis__3rK7H .CopyToClipboard_copyToClipboardContainer__boGY6) > .Phoenix--Icon {
        flex-shrink: 0;
      }

.CodeSnippet_container__Zqe6a {
  --code-snippet-vertical-padding: 1rem;
  --code-snippet-action-button-size: 30px;
}

.CodeSnippet_filename__tKkx2 {
  padding: 1rem;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  align-items: center;
  color: #fadaff;
  background-color: #4c3d67;
}

.CodeSnippet_code-snippet__49VJk {
  border: 1px solid transparent;
  position: relative;
}

.CodeSnippet_code-snippet__content-wrapper__plm5E {
  border-radius: 5px;
  border: 1px solid var(--border-grey);
  display: flex;
}

.CodeSnippet_code-snippet__content-wrapper--expandable__y6wCz {
  height: 20rem;
  overflow: hidden;
}

.CodeSnippet_code-snippet__content-wrapper--expanded__QI4ES {
  height: auto;
  height: initial;
}

.CodeSnippet_code-snippet__content-wrapper--with-filename__QlU39 {
  border-top: none;
  border-radius: 0 0 5px 5px;
  border: none;
}

.CodeSnippet_code-snippet__action-buttons__3Bb2B {
  border-radius: 5px;
  border: 1px solid var(--border-grey);
  position: absolute;
  right: 2rem;
  top: var(--code-snippet-vertical-padding);
}

.CodeSnippet_code-snippet__action-buttons__3Bb2B .Phoenix__MiniButton {
    border-radius: 5px;
    border: 0;
    height: var(--code-snippet-action-button-size);
    margin: 0;
    width: var(--code-snippet-action-button-size);
    background-color: var(--white);
  }

:is(.CodeSnippet_code-snippet__action-buttons__3Bb2B .Phoenix__MiniButton):hover:enabled {
      background-color: var(--border-light-grey);
      color: var(--primary);
      fill: var(--primary);
    }

.CodeSnippet_code-snippet__action-buttons-dark__50gSB {
  border-radius: 5px;
  border: none;
  position: absolute;
  right: 2rem;
  top: var(--code-snippet-vertical-padding);
  background-color: #1e0c3f;
  z-index: 1;
}

.CodeSnippet_code-snippet__action-buttons-dark__50gSB .Phoenix__MiniButton {
    border-radius: 5px;
    border: 0;
    height: var(--code-snippet-action-button-size);
    margin: 0;
    width: var(--code-snippet-action-button-size);
    background-color: #1e0c3f;
    color: #fadaff;
  }

:is(.CodeSnippet_code-snippet__action-buttons-dark__50gSB .Phoenix__MiniButton):hover:enabled {
      background-color: rgb(76, 61, 103);
      color: #fadaff;
      fill: var(--primary);
    }

.CodeSnippet_code-snippet__49VJk pre {
  line-height: 1.3;
  margin: 0;
}

.CodeSnippet_code-snippet__code__82WZM {
  min-height: calc(
    2 * var(--code-snippet-vertical-padding) +
      var(--code-snippet-action-button-size)
  );
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: var(--code-snippet-vertical-padding);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: var(--code-snippet-vertical-padding);
}

.CodeSnippet_code-snippet__line-numbers__3yAit {
  border-right: 1px solid var(--border-grey);
  color: var(--text-grey);
  min-height: calc(2 * var(--code-snippet-vertical-padding) + 30px);
  padding: calc(var(--code-snippet-vertical-padding) + 1px) 1rem
    var(--code-snippet-vertical-padding) 0.5rem;
  text-align: right;
  width: 75px;
}

.CodeSnippet_code-snippet__expand-overlay__bkDM4 {
  align-items: center;
  background-image: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(255, 255, 255, 1)
  );
  border-radius: 5px;
  bottom: 1px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 0;
}

.CodeSnippet_code-snippet__expand-overlay__bkDM4 .CodeSnippet_code-snippet__expand-collapse-button__fNPrX {
    opacity: 0;
    transition: opacity 0.3s;
  }

.CodeSnippet_code-snippet__expand-overlay__bkDM4:hover .CodeSnippet_code-snippet__expand-collapse-button__fNPrX {
    opacity: 1;
  }

.CodeSnippet_code-snippet__button__OSo8W {
  align-items: center;
  background-color: var(--text-warm-grey);
  border-radius: 15px;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0 1rem;
}

.CodeSnippet_code-snippet__button__OSo8W:hover {
    background-color: var(--primary);
  }

.CodeSnippet_code-snippet__button__OSo8W > svg {
    margin-right: 1rem;
  }

.CodeSnippet_code-snippet__collapse-button-container__gvtYd {
  bottom: 2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.TitleTableCell_titleLink__pqp6T {
  color: var(--primary);
  font-size: 1.06666rem;
}

.TitleTableCell_titleLink__pqp6T strong {
    font-weight: 600;
  }

.TitleTableCell_subtitle__mm0Kl {
  align-items: center;
  display: inline-flex;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 0.33333rem;
  white-space: nowrap;
}

.TitleTableCell_subtitle__mm0Kl svg {
    margin-left: 0.25em;
  }

.ShellExample_shellExample__GagHT {
  margin: 1rem 0;
  background-color: #1e0c3f;
  border-radius: 4px;
}
.ShellExample_shellExample__GagHT .ShellExample_header__n379P {
    margin: 0;
    padding: 0.93333rem 1.06666rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fadaff;
    background-color: #4c3d67;
    display: flex;
    align-items: center;
  }
.ShellExample_shellExample__GagHT .ShellExample_snippet__bLMA1 {
    position: relative;
    flex-grow: 1;
    color: #fadaff;
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    margin: 0;
    padding: 0.93333rem 1.06666rem;
    /* Extra padding for the copy-to-clipboard button */
    padding-right: 3.33333rem;
  }
:is(.ShellExample_shellExample__GagHT .ShellExample_snippet__bLMA1) pre {
      margin: 0;
      /* Simulate shell text wrapping */
      white-space: pre-wrap;
      word-break: break-all;
    }
:is(.ShellExample_shellExample__GagHT .ShellExample_snippet__bLMA1) .ShellExample_prompt__PUXCY {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
.ShellExample_shellExample__GagHT .ShellExample_actions___85dd {
    color: var(--text-white);
    position: absolute;
    /* With 12px padding from IconButton this is 13px and centers the icon when there is one row. */
    top: 0.06666rem;
    /* With 12px padding from IconButton this is 15px. */
    right: 0.2rem;
  }
:is(.ShellExample_shellExample__GagHT .ShellExample_actions___85dd) button {
      vertical-align: top;
    }

.GenerateCard_content__3JA28 p {
  margin: 1em 0;
}

.HelpPopover_button__PzIbX {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;

  display: flex;
  align-items: center;
  gap: 0.33333rem;

  color: var(--primary);
  cursor: pointer;
}

.HelpPopover_button__PzIbX:focus {
    outline: none;
  }

.HelpPopover_button__PzIbX:focus-visible {
    border-radius: 0.2rem;
    outline: 2px solid var(--primary);
    outline-offset: 2px;
  }

.HelpPopover_inline__16Ni7 {
  display: inline-flex;
}

.HelpPopover_label__FkLuH {
  line-height: 1.33333rem;
}

.HelpPopover_popover__n3__m {
  z-index: 9;
  position: absolute;
}

.HelpPopover_popover__n3__m.HelpPopover_top__jnXxG {
    padding-bottom: 0.53333rem;
    bottom: 100%;
  }

.HelpPopover_popover__n3__m.HelpPopover_top__jnXxG.HelpPopover_left__wnYBP {
      right: -1.2rem;
    }

.HelpPopover_popover__n3__m.HelpPopover_top__jnXxG.HelpPopover_right__Nsv1A {
      left: -1.2rem;
    }

.HelpPopover_popover__n3__m.HelpPopover_bottom__W8uG_ {
    padding-top: 0.53333rem;
    top: 100%;
  }

.HelpPopover_popover__n3__m.HelpPopover_bottom__W8uG_.HelpPopover_right__Nsv1A {
      left: -1.2rem;
    }

.HelpPopover_popover__n3__m.HelpPopover_bottom__W8uG_.HelpPopover_left__wnYBP {
      right: -1.2rem;
    }

.HelpPopover_content__H9dVS {
  margin-right: 1.66666rem;
}

.HelpPopover_close__N_Rs9 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  border: 0;
  height: 1.33333rem;

  top: 0;
  right: 0;
  width: 1.33333rem;
  position: absolute;
  color: var(--text-grey);
  cursor: pointer;
}

.HelpPopover_close__N_Rs9:hover {
    color: var(--black);
  }

.HelpPopover_close__N_Rs9:focus {
    outline: none;
  }

.HelpPopover_close__N_Rs9:focus-visible {
    border-radius: 0.2rem;
    outline: 2px solid var(--primary);
  }

.LabelTag_tagContent__ZdYkC {
  font-weight: normal;
}

.LabelTag_key__wpJOp {
  font-weight: 600;
}

.PageNavigation_navbar__vADJu {
  border-bottom: 1px solid var(--border-light-grey);
  display: flex;
  margin-top: 0.66666rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.PageNavigation_navbar__vADJu::-webkit-scrollbar {
    display: none;
  }

.PageNavigation_navTabs__tmguA {
  flex: 0 0 auto;
  margin-right: 0.2rem;
}

.PageNavigation_navTab__nBNT0 {
  display: inline-flex;
  gap: 0.66666rem;
  background-color: transparent;
  border: none;
  align-items: center;
  color: var(--text-semi-dark);
  cursor: pointer;
  font-size: 1rem;
  height: 3.6rem;
  justify-content: center;
  overflow: ellipsis;
  padding: 0 1.06666rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 720px) {

.PageNavigation_navTab__nBNT0 {
    padding-inline: 1.6rem;
}
  }

.PageNavigation_navTab__nBNT0:after {
    background-color: var(--text-lighter);
    bottom: 0;
    content: '';
    transform: scaleY(0);
    height: 3px;
    left: 0;
    right: 0;
    position: absolute;
    transition: transform 200ms cubic-bezier(0, 0, 0.22, 1) 0ms;
    transform-origin: bottom;
    width: 100%;
  }

.PageNavigation_navTab__nBNT0:focus {
    color: var(--text-semi-dark);
    text-decoration: none;
  }

.PageNavigation_navTab__nBNT0:hover,.PageNavigation_navTab__nBNT0.PageNavigation_selected__PTIPv {
    color: var(--black);
    text-decoration: none;
  }

:is(.PageNavigation_navTab__nBNT0:hover,.PageNavigation_navTab__nBNT0.PageNavigation_selected__PTIPv):after {
      transform: scaleY(1);
    }

.PageNavigation_navTab__nBNT0:focus-visible {
    color: var(--black);
    outline: 2px solid var(--primary);
    outline-offset: -2px;
    border-radius: 0.2rem;
  }

.PageNavigation_selected__PTIPv {
  color: var(--black);
  font-weight: 600;
}

.PageNavigation_selected__PTIPv:after {
    background-color: var(--highlight-default);
  }

.PageNavigation_alert__97yYH {
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.46666rem;
  font-weight: 600;
  width: 1.46666rem;
  border-radius: 50%;
}

.PriceBreakdown_ipv4PopoverDetails__KY3eu {
  color: var(--text-body);
  line-height: 1.2rem;
}

.PriceBreakdown_summaryCard__PD_Qi {
  background: var(--white-three);
  border-radius: 0.75rem;
  box-shadow: none;
  padding: 0.66666rem 1.26666rem;
  margin-bottom: 1.26666rem;
  border: 1px solid var(--border-light-grey);
}

.PriceBreakdown_resourceText__Ab35x,
.PriceBreakdown_resourcePrice__BrXKE {
  font-size: 1rem;
  color: var(--text-semi-dark);
}

.PriceBreakdown_totalNode__YdCsl {
  border-top: 1px solid var(--border-light-grey);
  margin-top: 1.2rem;
  padding-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.PriceBreakdown_totalNodeTitle___XfZN {
  font-size: 1rem;
  color: var(--black);
}

.PriceBreakdown_totalNodePrice__QY5LN {
  color: var(--primary);
}

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

.PriceBreakdown_totalAllNodesTitle__Zuujk {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--black);
}

.PriceBreakdown_totalAllNodesPrice__fawCn {
  font-size: 1.33333rem;
  margin-top: 0.33333rem;
  font-weight: 600;
  color: var(--primary);
}

.PriceBreakdown_breakdownTitle__OL2tW {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.ExternalDocLink_link__ox33O {
  display: flex;
  gap: 0.33333rem;
}

.ExternalDocLink_text__xQmJg {
  line-height: 1.33333rem;
}

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

.EditNodeGroupModal_plus__5KJxf {
  font-size: 2em;
}

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

.EditNodeGroupModal_inputLabelNodes__Dr2JW {
  color: var(--text-semi-dark);
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.EditNodeGroupModal_nodeGroupSettings__mHvdG .Phoenix__InputLabel {
  display: none;
}

.EditNodeGroupModal_nodeGroupSettings__mHvdG {
  display: flex;
  flex-direction: column;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.Plan_content__SWzua {
  cursor: help;
  -webkit-text-decoration: underline dotted var(--primary);
          text-decoration: underline dotted var(--primary);
}

.Plan_times__wgJi2 {
  font-size: 0.75em;
  margin: 0 0.5rem;
}

.Plan_tier__JHyu_ {
  margin: 0 0.5rem;
}

.NodeGroupsList_nodesTable__WykMQ .Phoenix__SortableTable__Row td {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

.NodeGroupsList_nodesTable__WykMQ .Phoenix__SortableTable__Head th {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.styles_infoCardWrapper__e9aQb {
  margin-bottom: 1.33333rem;
}

.styles_newHwBadge__h065z .Phoenix__Badge {
    background-color: white;
    color: var(--text-semi-dark);
    border: 1px solid var(--border-grey);
  }

.styles_newHwBadge__h065z {

  position: absolute;
  top: -10px;
  right: 5px;
}

.PlanTableRow_plan__rnpXZ {
  margin-top: 0.33333rem;
  transition: border-color 0.2s ease;
  border: 1px solid var(--borderLightGrey, #ebebeb);
  border-radius: 0.2rem;
}

.PlanTableRow_plan__rnpXZ .tooltip-wrapper {
  width: 100%;
}

.PlanTableRow_plan__rnpXZ .plan-column {
  padding: 1rem;
}

.PlanTableRow_plan__rnpXZ .plan-column:not(:last-child) {
  border-right: 1px solid var(--borderLightGrey, #ebebeb);
}

.PlanTableRow_selected___BNF8 {
  color: var(--primary, #7b00ff);
  border-color: var(--primary, #7b00ff);
  background-color: var(--white, #ffffff);
}

.PlanTableRow_plan__rnpXZ:hover:not(.PlanTableRow_disabled__rif9Z) {
  border-color: var(--primary, #7b00ff);
}

.PlanTableRow_gpuQuotaRow__7Vy_N {
  display: flex;
  align-items: center;
  border: 0.06666rem solid var(--primary);
  background-color: rgba(123, 0, 255, 0.15);
  border-radius: 0.2rem;
  padding: 1rem 1.2rem;
  margin: 1rem 0;
  color: var(--text-body, #000);
}

.PlanTableRow_gpuQuotaRow__7Vy_N svg {
  margin-right: 1.2rem;
}

.PlanTableRow_gpuQuotaRow__7Vy_N a {
  margin: 0 0.2rem;
}

.PlanTable_header__ZGoS1 {
  display: flex;
  padding: 0.66666rem 0;
  font-weight: 600;
}

.PlanTable_headerSubtitle__7VCFS {
  font-size: 0.9em;
}

.PlanTable_headerColumn__xwriV {
  padding-inline: 1rem;
}

.PlanTable_plansContent__TZc4Z {
  color: var(--uikit-grey);
}

.PlanTable_plansContent__TZc4Z .table-column {
  white-space: pre;
}

.PlanTable_plansContentUks__Q8osa {
  max-height: 31.33333rem;
  overflow-y: auto;
}

.PlanTable_header__ZGoS1 .header-column--narrow,
.PlanTable_plansContent__TZc4Z .plan-column--narrow {
  flex: 0.5 1 0 !important;
}

.PlanTable_headerColumnRadio__lmh_D,
.PlanTable_plansContent__TZc4Z .Phoenix--Radio__glyph {
  /* adjust optical alignment */
  margin-top: -0.13333rem;

  /* radio glyph width + 20px padding */
  flex: 2.53333rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0.33333rem;
}

.PlanTable_plansContent__TZc4Z .Phoenix--Radio__glyph::before {
  left: auto;
  left: initial;
  right: 0;
}

.PlanTable_plansContent__TZc4Z .Phoenix--Radio {
  padding: 0;
  border: none;
}

.PlanTable_plansContent__TZc4Z .Phoenix--Radio--disabled {
  cursor: default;
  pointer-events: none;
}

.styles_gpuCardsContainer__2HY1_ {
  margin-bottom: 1.33333rem;
}

.styles_gpuCardsLabel__KJ0AZ {
  font-weight: 600;
  margin-bottom: 1rem;
}

.styles_gpuCards__4RIyp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-gap: 1.33333rem;
  gap: 1.33333rem;
}

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

.styles_gpuCard___JaD_ .Phoenix__RadioCard {
    flex: 1;
  }

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

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

.styles_gpuCardHeader__Nd2CB {
  text-align: center;
}

.styles_gpuCardBrand__ka7M_ {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03333rem;
  margin-bottom: 0.13333rem;
}

.styles_gpuCardModel__ASwxH {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.styles_gpuCardSpecHidden__8HJ15 {
  visibility: hidden;
}

.styles_gpuCardSpecs__XNkub {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.26666rem;
  margin-top: 0.5rem;
}

.styles_gpuCardBestFor__E00J1 {
  margin-top: 1rem;
  min-height: 2.46666rem;
  font-size: 0.86666rem;
  color: var(--text-grey);
  text-align: center;
}

.styles_gpuCardSpec__ZlRAq {
  font-size: 0.86666rem;
  color: var(--text-grey);
}

.styles_createServerPlan__NqUP9 {
  color: var(--text-grey);
  display: flex;
  align-items: center;
}

.styles_createServerPlan__NqUP9 .styles_planTypeToggle__ugmCW {
    background-color: var(--white);
    border: none;
    color: var(--highlight-default);
    cursor: pointer;
    display: inline-block;
    letter-spacing: u.rem(0.5px);
  }

:is(.styles_createServerPlan__NqUP9 .styles_planTypeToggle__ugmCW):disabled {
      cursor: default;
      color: var(--text-grey);
    }

.styles_planDetailsPopoverItem__CHXTD {
  border-bottom: 1px solid var(--border-light-grey);
  padding: 0.66666rem 0;
  color: var(--text-body);
}

.styles_planDetailsPopoverItem__CHXTD:first-of-type {
    padding-top: 0;
  }

.styles_planDetailsPopoverItem__CHXTD:last-of-type {
    border: none;
    padding-bottom: 0;
  }

.FeatureList_features__TKbJl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.FeatureList_item__M06h1 {
  font-size: calc(16 / 15 * 1rem);
  letter-spacing: 0.04rem;
  line-height: 200%;
}

.FeatureList_item__M06h1  > svg {
    color: #7b00ff;
    -webkit-margin-end: 0.33333rem;
            margin-inline-end: 0.33333rem;
  }

.styles_preconfiguredPlanGroup__RC7pa {
  padding: 1.333333rem 2rem 2rem 2rem;
}

.styles_preconfiguredPlanGroup__RC7pa .styles_introText__zj6Wz {
    color: var(--text-semi-dark);
    line-height: 1.5;
  }

.styles_preconfiguredPlanTrialRestrictions__gEQ2_ {
  padding: 1.333333rem 2rem 0 2rem;
}

.styles_filter__Xgrwo {
  font-weight: 600;
  padding: 0.33333rem 0.66666rem;
  border-radius: 1.33333rem;
  background-color: var(--tag-background);
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
}

.styles_filter__Xgrwo:focus {
    outline: none;
  }

.styles_filter__Xgrwo:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
  }
.styles_filterContainer__XVMmg {
  display: inline-block;
}

.styles_filterSelected__taT7c {
  color: var(--text-white);
  background-color: var(--primary);
}

.styles_preconfiguredPlanTabPrice__9SWh7 {
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 0.13333rem;
}

.styles_preconfiguredPlanTabRecommended__Bpyfg {
  position: absolute;
  top: -10px;
  right: 5px;
}

.styles_noAvailableGpus__iqAPc {
  display: flex;
  align-items: center;
  border: 0.06666rem solid var(--primary);
  background-color: rgba(123, 0, 255, 0.15);
  border-radius: 0.2rem;
  padding: 1rem 1.2rem;
  margin-bottom: 3rem;
  color: var(--text-body);
}

.styles_noAvailableGpus__iqAPc svg {
    margin-right: 1.2rem;
  }

.styles_noAvailableGpus__iqAPc a {
    margin: 0 0.2rem;
  }

.styles_tabPanelFooter__bz9vi {
  margin: -1rem 2rem 2rem 2rem;
}

.TagsContainer_containerLabel__d72ee {
  font-size: 12px;
  margin-bottom: 0.2rem;
  color: var(--text-semi-dark);
  display: block;
}

.TagsContainer_container__qF6uB {
  display: flex;
  flex-wrap: wrap;
  gap: 0.33333rem;
  border: 1px solid var(--border-grey);
  padding: 0.33333rem;
  border-radius: 0.26666rem;
}

.TagsContainer_emptyLabel__gZe2l {
  margin: 0 auto;
  line-height: 28px;
}

.SshKeysSelection_ssh-keys-selection__label__4X4P2 {
  font-size: 1.06666rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.SshKeysSelection_ssh-keys-selection__keys-wrapper__vysRk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  column-gap: 2rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;

  /* Default to 2 columns, but switch to 3 columns when there are many items */
}

.SshKeysSelection_ssh-keys-selection__keys-wrapper__vysRk[data-many-keys='true'] {
    grid-template-columns: 1fr 1fr 1fr;
  }

/* Prevent items from breaking across columns */

.SshKeysSelection_ssh-keys-selection__keys-wrapper__vysRk  > * {
    page-break-inside: avoid;
    break-inside: avoid;
    min-width: 0;
  }

.SshKeysSelection_ssh-keys-selection__keys-wrapper__vysRk .Phoenix--Radio,.SshKeysSelection_ssh-keys-selection__keys-wrapper__vysRk .Phoenix__Checkbox {
    display: flex;
  }

.SshKeysSelection_ssh-keys-selection__keys-wrapper__vysRk .Phoenix--Radio__label,.SshKeysSelection_ssh-keys-selection__keys-wrapper__vysRk .Phoenix__Checkbox__label {
    font-size: 1.06666rem;
    flex: 1 1 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.SshKeysSelection_ssh-keys-selection__no-keys-msg__HRhLS {
  color: var(--uikit-grey);
  font-size: 0.93333rem;
}

.SshKeysSelection_load-more__DqLJR {
  width: 100%;
}

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

.SshKeysSelection_load-key-label__KN5dZ {
  flex-shrink: 0;
}

.SshKeysSelection_load-key-label__KN5dZ  + .Phoenix__Select {
    padding-top: 0;
  }


  .MiniDropdown_miniDropdown__7_QAR .Phoenix__Select {
    padding-top: 0 !important;
  }

.MiniDropdown_miniDropdown__7_QAR .Phoenix__Select__Select {
    margin-right: 0rem !important;
    padding: 0 !important;
  }

.MiniDropdown_miniDropdown__7_QAR .Phoenix__Select__Select__control {
    border-radius: 3px !important;
    border: 1px solid var(--text-lighter) !important;
    height: 1.86666rem !important;
    line-height: 1.73333rem !important;
    padding: 0 0.5rem !important;
  }

.MiniDropdown_miniDropdown__7_QAR .Phoenix__Select__Select__single-value {
    font-weight: 600 !important;
    font-size: 0.8rem !important;
  }

.MiniDropdown_miniDropdown__7_QAR .Phoenix__Select__Select__option {
    font-weight: 600 !important;
  }

.MiniDropdown_invalid__g_Pjx .Phoenix__Select__Select__control {
    border-color: var(--strawberry) !important;
  }

.TrialHighlightCard_card__xNBTX {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1.33333rem 1.66666rem 1.66666rem;
  background: var(--white);
  border-radius: 0.2rem;
  border: 5px solid var(--white);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.04rem;
}

.TrialHighlightCard_card__xNBTX > .Phoenix--Button {
    justify-content: center;
  }

.TrialHighlightCard_close__A9K_2 {
  background: none;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  padding: 0.33333rem;
  position: absolute;
  right: 0.66666rem;
  top: 0.66666rem;
}

.TrialHighlightCard_close__A9K_2:hover {
    color: var(--primary);
  }

.TrialHighlightCard_close__A9K_2:focus {
    outline: none;
  }

.TrialHighlightCard_close__A9K_2:focus-visible {
    outline: 2px solid var(--primary);
  }

.TrialHighlightCard_header__sjJW5 {
  text-align: center;
}

.TrialHighlightCard_title__gN7aj {
  font-weight: 600;
  font-size: 1.06666rem;
  line-height: 1.3;
  margin: 1rem 0 0 0;
}

.TrialHighlightCard_description__Wy4qT {
  font-size: 1rem;
  color: var(--text-semi-dark);
  margin-block: 0.33333rem 0;
  line-height: 1.5;
}

.TrialHighlightCard_content__85_jq {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.TrialHighlightCard_actions__as_KW {
  margin-top: 1.33333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.33333rem;
}

.TrialHighlightCard_feedback__lQbGm {
  background: linear-gradient(180deg, #fff9ed 0%, var(--white), var(--white));
}

.TrialHighlightCard_trial__Er7Mk {
  margin: 0 auto;
  max-width: 32rem;
  background: linear-gradient(
      180deg,
      #f6f3ff 0%,
      var(--white) 65.99%,
      var(--white)
    ),
    var(--white);
}

.TrialHighlightCard_trial__Er7Mk .TrialHighlightCard_title__gN7aj {
    font-size: 1.2rem;
  }

.TrialHighlightCard_trial__Er7Mk .TrialHighlightCard_description__Wy4qT {
    margin-block: 0.66666rem 0;
  }

.StorageSlider_sliderContainer__3hkUp {
  padding: 1.333333rem 2rem 2rem 2rem;
}

.StorageSlider_sliderContainer__3hkUp .Phoenix__Select__Select {
    margin-right: 0rem !important;
  }

.StorageSlider_slider__f6WrU {
  margin-top: 1rem;
  padding-right: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.StorageSlider_slider__f6WrU span {
    font-size: 1rem;
  }

.FormOverlay_form-overlay___AVK_ {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: not-allowed;
  text-align: center;
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
  background: rgba(249, 249, 249, 0.2);

  background: linear-gradient(
    180deg,
    rgba(249, 249, 249, 0.3) 0%,
    rgba(249, 249, 249, 0.31) 4.7%,
    rgba(249, 249, 249, 0.33) 8.9%,
    rgba(249, 249, 249, 0.35) 12.8%,
    rgba(249, 249, 249, 0.37) 16.56%,
    rgba(249, 249, 249, 0.4) 20.37%,
    rgba(249, 249, 249, 0.43) 24.4%,
    rgba(249, 249, 249, 0.46) 28.83%,
    rgba(249, 249, 249, 0.5) 33.84%,
    rgba(249, 249, 249, 0.55) 39.6%,
    rgba(249, 249, 249, 0.6) 46.3%,
    rgba(249, 249, 249, 0.66) 54.1%,
    rgba(249, 249, 249, 0.73) 63.2%,
    rgba(249, 249, 249, 0.81) 73.76%,
    rgba(249, 249, 249, 0.9) 85.97%,
    rgb(249, 249, 249) 100%
  );
}

.FormOverlay_form-overlay__expanded__Q8rAm {
  background: linear-gradient(
    180deg,
    rgba(249, 249, 249, 0.15) 0%,
    rgba(249, 249, 249, 0.15) 0.75%,
    rgba(249, 249, 249, 0.15) 2.92%,
    rgba(249, 249, 249, 0.16) 6.37%,
    rgba(249, 249, 249, 0.17) 10.97%,
    rgba(249, 249, 249, 0.18) 16.59%,
    rgba(249, 249, 249, 0.2) 23.1%,
    rgba(249, 249, 249, 0.24) 30.37%,
    rgba(249, 249, 249, 0.28) 38.27%,
    rgba(249, 249, 249, 0.33) 46.66%,
    rgba(249, 249, 249, 0.4) 55.41%,
    rgba(249, 249, 249, 0.49) 64.39%,
    rgba(249, 249, 249, 0.59) 73.47%,
    rgba(249, 249, 249, 0.7) 82.52%,
    rgba(249, 249, 249, 0.84) 91.41%,
    rgba(249, 249, 249, 1) 100%
  );

  /* Move message a bit higher in expanded mode */
}

.FormOverlay_form-overlay__expanded__Q8rAm  > .FormOverlay_form-overlay__content___pdlz {
    transform: translateY(-100%);
  }

.FormOverlay_form-overlay__content___pdlz {
  position: relative;
  top: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.NodeGroupsCard_nodeGroupSettings__advCK {
  border-top: 1px solid var(--border-light-grey);
}
.NodeGroupsCard_minus__lBSN4 {
  font-size: 2em;
  margin-bottom: 3px;
}

.NodeGroupsCard_plus__weWj_ {
  font-size: 2em;
}
.NodeGroupsCard_inputLabel__lCtZH {
  color: var(--text-semi-dark);
  font-size: 0.8em;
  display: flex;
}

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

.NodeGroupsCard_nodeGroupSettings__advCK .Phoenix__InputLabel {
  display: none;
}

.NodeGroupsCard_inputLabelNodes___y3x_ {
  color: var(--text-semi-dark);
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.DeployForm_intro__2mR_H {
  margin-bottom: 3rem;
  max-width: 49rem;
}

.DeployForm_form-container__GB1iQ {
  position: relative;
}

.DeployForm_form__MxNbr {
  min-width: 0;
  flex: 1 1 auto;
}

.DeployForm_form__MxNbr > * + * {
    margin-top: 2rem;
  }

.DeployForm_form-narrow__k9QPP {
  width: 49rem;
  flex: initial;
}

.DeployForm_clamp-height__1w4DL {
  --min-height: 20rem;
  --max-height: 33.33333rem;

  overflow: hidden;
  height: clamp(var(--min-height), 30vh, var(--max-height));
}

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

.DeployForm_actions__Z2_27 > * + * {
    margin-left: 1rem;
  }

.DeployForm_summary__cxmjl {
  flex: 0 0 17rem;
  position: relative;
}

.DeployForm_summary__sticky__hxUmx {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  max-width: 100%;
}

.LabelsCard_labelsFilter__RfoBK {
  margin-bottom: 1.06666rem;
  width: 50%;
}

.LabelsCard_labelsFilter__RfoBK > div {
  width: 100%;
}

.LabelsCard_labelsFilter__RfoBK > div > div {
  width: 100%;
}

.LabelsCard_headLabels__jHTpK {
  margin-right: 1rem;
  display: flex;
  gap: 0.53333rem;
}

.LabelsCard_labelContainer__avmMz {
  max-width: 12rem;
  height: 1.8666666667rem;
  min-width: 1.8666666667rem;
  font-size: 0.8666666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  color: var(--black);
  background-color: var(--card-border);
  padding: 0.125rem 0.8rem;
}

.LabelsCard_labelContainer__avmMz .LabelsCard_labelKey__LoVyZ {
    font-weight: 600;
    height: 1.8666666667rem;
  }

.LabelsCard_labelContainer__avmMz .LabelsCard_labelValue__qyIT1 {
    height: 1.8666666667rem;
  }

.LabelsCard_labelContainer__avmMz .LabelsCard_labelWithoutValue__izRIL {
    height: 1.8666666667rem;
    font-weight: 600;
  }

.LabelsCard_labelContainer__avmMz span {
    justify-content: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.86666rem;
  }

.LabelsCard_addLabelContainer__D8Wd_ {
  position: relative;
  width: 100%;
}

.LabelsCard_deleteLabelContainer__aX2lX {
  display: flex;
  margin-left: 0.33333rem;
}

.LabelsCard_deleteLabelContainer__aX2lX button {
    cursor: pointer;
    z-index: 1;
    background: transparent;
    border: 0px;
    padding: 0px;
  }

.LabelsCard_deleteLabelContainer__aX2lX button:hover {
    color: var(--text-semi-dark);
  }

.LabelsCard_addLabelForm__Mx8kS {
  display: flex;
  gap: 0.53333rem;
  width: 100%;
}

.LabelsCard_addLabelForm__Mx8kS button {
    margin-top: auto;
  }

.LabelsCard_addLabelForm__Mx8kS input {
    width: 100%;
  }

.LabelsCard_addLabelForm__Mx8kS div {
    width: 100%;
  }

.LabelsCard_labelsListContainer__g_6Rv {
  margin: 0 -2rem -1.33334rem -2rem;
}

.LabelsCard_labelsListContainer__g_6Rv .LabelsCard_tableBody__hMgxy {
    max-height: 32rem;
    overflow: auto;
  }

.LabelsCard_tableHead__1oHtQ {
  background-color: var(--background-body);
}

.LabelsCard_loaderContainer__cg_5x {
  display: flex;
  justify-content: flex-end;
  padding-right: 2rem;
}

.LabelsCard_labelErrors__t9egb {
  margin-top: 0.8rem;
}

.LabelsCard_actionsContainer__Ov9Ms {
  justify-content: flex-end;
  display: flex;
}

.LabelsCard_listKeyValue__bvqdP {
  font-weight: 700;
  height: 72px;
}

.LabelsCard_labelRow__9oFWr {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 68px;
  padding: 4px 0;
}

.LabelsCard_labelRow__9oFWr .LabelsCard_errorContainer__JD0ny {
    padding: 0.8rem 0;
    width: 100%;
  }

:is(.LabelsCard_labelRow__9oFWr .LabelsCard_errorContainer__JD0ny) div {
      padding-top: 0;
      padding-bottom: 0;
    }

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

.LabelsCard_labelRow__9oFWr:not(:last-child) {
  border-bottom: 1px solid var(--card-border);
}

.LabelsCard_labelFilterIconInputContainer__cWcBR {
  display: flex;
  align-items: flex-end;
}

.LabelsCard_labelFilterIcon__k30_x {
  flex: 0 1 auto;
  margin-bottom: 0.7rem;
  margin-right: 0.4rem;
}

.LabelsCard_labelFilterInput__wWp6F {
  flex: 1 0 auto;
}

.EcoFeatures_feature__Up8p6 {
  font-size: 0.86666rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.06666rem;
}

.EcoFeatures_featureList__FTihb {
  margin-block: 0.46666rem;
  padding-left: 0.66666rem;
  list-style-type: '-  ';
}

.EcoFeatures_featureList__FTihb li::marker {
    color: var(--text-lighter);
  }

.KubeconfigCard_ephemeralCheckboxRow__uC2X5 {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.KubeconfigCard_ephemeralCheckboxRow__uC2X5 p {
  margin: 0;
}

.KubeconfigCard_ephemeralCheckboxRow__uC2X5 .Phoenix__Switch {
  min-width: 6rem;
}

.ZoneFeature_icon__9f7QH {
  height: 1.2rem;
  -webkit-margin-before: -0.13333rem;
          margin-block-start: -0.13333rem;
}

.UpgradeVersionCard_sublabel__AUdeW {
  font-size: 0.93333rem;
  font-weight: 400;
  color: var(--text-semi-dark);
  letter-spacing: 0.5px;
  margin-top: 0.5rem;
}

.ZoneRadioCard_labelWithFlag__MOOF8 {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.ZoneRadioCard_labelWithFlag__MOOF8  > img {
    flex-shrink: 1;
  }

.ZoneRadioCard_ecoLabel__S9d0f {
  display: flex;
  gap: 0.33333rem;
  white-space: nowrap;
  -webkit-margin-end: 0.33333rem;
          margin-inline-end: 0.33333rem;
}

/* Place the flag icon in top-right corner of the icon container */
.ZoneRadioCard_flag__EifBJ {
  position: absolute;
  top: 0;
  right: 0;
}

.ZoneItem_zone__hxHKl {
  display: flex;
  justify-content: center;
  padding: 0.33333rem;
}

.ZoneItem_inline__ZQ_Nb {
  align-items: baseline;
  display: inline-flex;
  line-height: normal;
  padding: 0 0 0 0.16666rem;
}

.ZoneItem_zoneFlag__vvVLB {
  flex-shrink: 0;
  margin-right: 0.66666rem;
  max-width: 1.6rem;
}

.ZoneItem_inline__ZQ_Nb .ZoneItem_zoneFlag__vvVLB {
  align-self: center;
  margin-right: 0.5rem;
}

.ZoneItem_zoneFlag__vvVLB img {
  width: 100%;
}

.ZoneItem_zoneName__dN3RK {
  flex-grow: 1;
  font-weight: 600;
  white-space: pre;
  text-transform: uppercase;
}


  .GpuAvailableBadge_newHwBadge__E5Zcw .Phoenix__Badge {
    background-color: white;
    color: var(--text-semi-dark);
    border: 1px solid var(--border-grey);
  }

.GpuAvailableBadge_gpuAvailableBadge__riCL9 .Phoenix__Badge {
    bottom: 5px;
    right: 5px;
    top: auto;
    top: initial;
    transform: none;
    transform: initial;
  }

