.CreateServerDiskSpace_actionArea__5mVay {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-bottom: 1.3333333rem;
  margin-left: 2rem;
}

.CreateServerDiskSpace_storageError__OGjfV {
  margin-bottom: 1.3333333rem;
}

.CreateServerDiskSpace_diskConfigWrapper__P6T_S {
  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__8PVWs {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 3.2rem;
  gap: 0.3333333rem;
  width: 100%;
}

.CreateServerDiskSpace_diskTitle__rymhl {
  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__rymhl.CreateServerDiskSpace_clickable__xUyGz {
  cursor: pointer;
}

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

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

.CreateServerDiskSpace_diskActionsWrapper__ojnr5 .CreateServerDiskSpace_actionLink__QR3o7 {
  font-size: 0.75em;
  position: absolute;
  top: 100%;
}

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

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

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

  font-family: monospace;

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

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

.styles_editorWrapper__afgas.styles_hasError__3fYwF {
  border-color: var(--errorColor) !important;
}

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

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

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

.styles_editorWrapper__afgas textarea:focus {
  outline: none;
}

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

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

.CreateServerInitScripts_load-more__3GL58 {
  width: 100%;
}

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

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

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

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

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

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

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

.GpuDeviceList_gpuDevice__0qZ3T {
  --color-1: var(--primary);
  --color-2: #7ffffa;
  --color-3: #7ebffc;
  --angle: 0turn;
  padding: 1.5rem;
  font-size: 0.9333333rem;
  margin-top: 1em;
  border: 0.0666666rem 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__Qt3Cx {
  text-transform: uppercase;
}

.GpuDeviceList_modelName__QuEIA {
  font-size: 1.0666666rem;
}

.GpuDeviceList_specs__wVA6H {
  flex: 1;
}

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

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

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

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

.styles_hosts__qylrG {
  margin-top: 1rem;
}

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

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

.styles_hosts__qylrG .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__qylrG .Phoenix__SortableTable__Head th:first-child {
  box-sizing: content-box;
}

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

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

.styles_hostZone__ghmND {
  margin-left: 10px;
}

.styles_hostName__D5sv3 {
  font-weight: 600;
}

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

.CreateServerPasswordSettings_label__P1WLD {
  flex-basis: 25%;
  font-size: 1.0666666rem;
  font-weight: 600;
}

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

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

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

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

.CreateServerNaming_container__8KrVN .Phoenix__InputLabel {
    display: none;
  }

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

.CreateServerNaming_inputCount__SN5ez .Phoenix__Input__Input {
  font-size: 1.2em;
  margin-left: 0.3333333rem;
  margin-right: 0.3333333rem;
}

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

.CreateServerNaming_plus__oo6oQ {
  font-size: 2em;
}

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

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

.CreateServerNetwork_header__cE0O6 .CreateServerNetwork_title__ShflR {
  margin: 0;
  line-height: 1.6rem;
}

.CreateServerNetwork_header__cE0O6 .CreateServerNetwork_summary__RiFC5 {
  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__bZYHR {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 1.33334rem;
}

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

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

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

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

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

.AttachNetworkModal_radioRow__5Gc1L + .AttachNetworkModal_radioRow__5Gc1L {
  margin-top: 0.3333333rem;
}

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

.AttachNetworkModal_tooltipContainer__nwQCn {
  position: relative;
}

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

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

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

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

.CreateServerOptionals_subsection__usdJ1.CreateServerOptionals_collapsed__PIrUp {
  display: none;
}

.CreateServerOptionals_label__VV2zC {
  flex-basis: 40%;
}

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

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

.CreateServerOptionals_metadataSwitchWrapper__afL7H {
  position: relative;
}

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

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

.CreateServerOptionals_metadata__Sq8b1 {
  padding-top: 1.23rem;
}

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

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

.CreateServerOptionals_groupHeader__2MJ8k .CreateServerOptionals_title__9e6uF {
  margin: 0;
  line-height: 1.6rem;
}

.CreateServerOptionals_groupHeader__2MJ8k .CreateServerOptionals_summary__wGG20 {
  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__EgDa7 {
  margin-left: 1rem;
  flex: none;
}

.CustomConfigurations_wrapper__PS9sE {
  padding: 1.3333333rem 2rem;
}

.CustomConfigurations_restrictionsWarning__xmR0P:not(:empty) {
  margin-bottom: 0.6666666rem;
}

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

.CustomConfigurations_sliderLabel__iQ_bX {
  flex: 0 0 7.13rem;
}

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

.SimpleBackups_backupOptions__V2aPT {
  margin-top: 2rem;
  margin-bottom: 1.3333333rem;
}

.SimpleBackups_backupsSummary__OCq__ {
  display: flex;
  align-items: center;
  margin-top: 1.3333333rem;
}

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

.SimpleBackups_actions__t1Nt1 .Phoenix--Button:first-of-type {
  margin-right: 0.6666666rem;
}

.SimpleBackups_backupsFooter__meo6J {
  margin-bottom: 0.6666666rem;
}

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

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

.SimpleBackups_backupCard__x2E4D .Phoenix__RadioCard {
  flex: 1;
}

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

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

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

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

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

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

.SimpleBackups_backupExtraPrice__6ORbx {
  display: block;
}

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

.SimpleBackups_backupFeature__FKsBd span {
  font-weight: 700;
}

.SimpleBackups_backupPrice__oOyiK {
  font-weight: 600;
}

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

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

.SimpleBackups_backupCardSelected__zZPna .SimpleBackups_backupFeature__FKsBd,
.SimpleBackups_backupCardSelected__zZPna .SimpleBackups_backupExtra__BvyeT {
  color: var(--text-body);
}

.SimpleBackups_backupCardSelected__zZPna .SimpleBackups_backupPrice__oOyiK {
  color: var(--primary);
}

/* Compact variant — used inside the smaller create-server backups card. */
.SimpleBackups_backupCard__x2E4D.SimpleBackups_compact__HaUfj .Phoenix--Radio {
  padding: 0.6666666rem;
}

.SimpleBackups_backupCard__x2E4D.SimpleBackups_compact__HaUfj {
  font-size: 0.8666666rem;
}

.SimpleBackups_backupCard__x2E4D.SimpleBackups_compact__HaUfj .SimpleBackups_backupPriceAmount__0rG2o {
  font-size: 2.1333333rem;
}

.SimpleBackups_backupCard__x2E4D.SimpleBackups_compact__HaUfj .SimpleBackups_backupCardContent__XPrwS > div + div {
  margin-top: 0.6666666rem;
}

.SimpleBackups_backupCard__x2E4D.SimpleBackups_compact__HaUfj .SimpleBackups_backupFeature__FKsBd {
  font-size: 0.8rem;
}

.CreateServerSimpleBackups_backupSwitchRow__5X9BI {
  margin-bottom: 1.3333333rem;
  display: flex;
  align-items: center;
}

.CreateServerSimpleBackups_backupSwitchRow__5X9BI .Phoenix__Switch {
  margin-right: 1rem;
}

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

.CreateServerMsLmaModal_contentCentered__mDGv_ {
  justify-content: center;
}

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

.CreateServerMsLmaModal_document__ZRGMl {
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.CreateServerTemplate_osCard__P5Ixp {
  position: relative;
}

.CreateServerTemplate_osCard__P5Ixp .CreateServerTemplate_badge__p_B_P {
  position: absolute;
  top: -0.6666666rem;
  right: -0.3333333rem;
  z-index: 1;
}

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

.CreateServerTemplate_osCard__P5Ixp .Phoenix__Select__Select__placeholder {
  color: #000;
}

.CreateServerTemplate_osCard__P5Ixp.CreateServerTemplate_gpu__AB8t4 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__P5Ixp.CreateServerTemplate_gpu__AB8t4 svg,
.CreateServerTemplate_osCard__P5Ixp.CreateServerTemplate_gpu__AB8t4 .Phoenix__RadioCard__sublabel {
  color: var(--text-semi-dark);
}

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

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

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

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

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

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

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

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

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

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

.CreateServerTemplate_templates__OsRen
  .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__1YBeK {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

