#previousPriceShow {
  position: relative;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#offerValidMonthsShow {
  font-size: 12px;
}
.edit-order {
  font-size: 12px;
  color: #00e969 !important;
  text-decoration: underline;
  font-weight: 600;
}
.edit-order-mobile {
  position: absolute;
  top: 12px;
  right: 24px;
}
.card-header-change img {
  transition: transform 0.3s ease;
}
/* Rotated chevron */
.card-header-change img.rotated {
  transform: rotate(180deg);
}
.toggle-label {
  cursor: pointer;
}
.overlay-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 997;
  display: none;
  /* Hidden by default */
}
/* Disable scroll */
.no-scroll {
  overflow: hidden;
}
/* Initial state */
.arrow-icon-mobile {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
/* Rotated state */
.arrow-icon-mobile.rotated,
.order-details-icon.rotated {
  transform: rotate(180deg) !important;
}
[type="checkbox"]:checked + label:before {
  border-right: 2px solid #01ff48 !important;
  border-bottom: 2px solid #01ff48 !important;
}
.marginauto {
  margin-left: auto;
  margin-right: auto;
}
.small-container-center {
  max-width: 475px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 24px 0 32px 0;
  gap: 16px;
}
.small-container-center p {
  margin: 0;
  text-align: center;
}
.or-divider {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.or-divider div {
  background: var(--black);
  opacity: .5;
  height: 1px;
  width: 100%;
}
.flex-container-space-40 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.flex-container-space-40 a {
  width: 100%;
}
.order-summary-container.at-bottom {
  position: absolute;
  top: auto;
  bottom: 40px;
  min-width: auto;
}
.remodal-bg {
  /*font-family: 'Poppins', sans-serif;*/
}
.page-template-signup .container {
  max-width: 1360px;
}
.createserver .container {
  max-width: 1360px;
}
.signup-server_details li.slct {
  visibility: hidden;
}
.row-login {
  margin-left: auto !important;
  margin-right: auto !important;
}
.row-login-password {
  display: flex;
  gap: 40px;
}
.row-login-padding {
  padding: 24px 40px 32px 40px !important;
}
.create-server-profile {
  box-sizing: border-box;
  background: var(--card-inside-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}
.create-server-profile a {
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
}
.create-server-profile-headline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.create-server-profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 0;
  margin-block: 24px;
}
.create-server-profile-grid .item {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  align-items: center;
}
.create-server-profile-grid .item-headline {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 0;
}
.create-server-profile-grid .item .headline {
  flex-grow: 1;
  font-size: 12px;
  opacity: 0.5;
  width: 100%;
}
.create-server-profile-grid .item .img-content {
  display: flex;
  flex-direction: row;
  wrap: nowrap;
  align-items: center;
}
.create-server-profile-grid .item .img-content img {
  width: 1.75em;
  height: auto;
}
.create-server-profile-grid .item .spec-icon {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.create-server-profile-grid .item .spec-icon-epyc {
  display: inline-block;
  width: 26px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.spec-icon[data-icon="drive-icon"] {
  background-image: url("/application/themes/webdock/img/specs/threads.svg");
}
[data-theme="dark"] .spec-icon[data-icon="drive-icon"] {
  background-image: url("/application/themes/webdock/img/specs/threads-white.svg");
}
.spec-icon[data-icon="ram-icon"] {
  background-image: url("/application/themes/webdock/img/specs/ram.svg");
}
[data-theme="dark"] .spec-icon[data-icon="ram-icon"] {
  background-image: url("/application/themes/webdock/img/specs/ram-white.svg");
}
.spec-icon[data-icon="disk-icon"] {
  background-image: url("/application/themes/webdock/img/specs/ssd.svg");
}
[data-theme="dark"] .spec-icon[data-icon="disk-icon"] {
  background-image: url("/application/themes/webdock/img/specs/ssd-white.svg");
}
.spec-icon[data-icon="network-icon"] {
  background-image: url("/application/themes/webdock/img/specs/port.svg");
}
[data-theme="dark"] .spec-icon[data-icon="network-icon"] {
  background-image: url("/application/themes/webdock/img/specs/port-white.svg");
}
.spec-icon-epyc[data-icon="epyc-icon"] {
  background-image: url("/static/common/images/amd_epyc_full_logo.svg");
}
[data-theme="dark"] .spec-icon-epyc[data-icon="epyc-icon"] {
  background-image: url("/application/themes/webdock/img/amd_epyc_full_logo_white.svg");
}
.spec-icon[data-icon="kvm-icon"] {
  background-image: url("/application/themes/webdock/img/kvm-square-prov.png");
}
[data-theme="dark"] .spec-icon[data-icon="kvm-icon"] {
  background-image: url("/application/themes/webdock/img/kvm-square-prov-white.png");
}
.secure-checkout-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.secure-checkout-icon[data-icon="secure"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/locked.svg");
}
[data-theme="dark"] .secure-checkout-icon[data-icon="secure"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/locked-white.svg");
}
.create-server-profile-grid .item .content {
  font-size: 14px;
  font-weight: 700;
  flex-grow: 1;
  position: relative;
  padding-left: 6px;
}
.create-server-profile-grid .item .img-content .content span a {
  position: relative;
  top: auto;
  right: auto;
  left: 3px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 0;
  display: inline-block;
}
.create-server-image-container h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.create-server-name-container {
  margin-top: 32px;
}
.create-server-name-container::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: var(--black);
  opacity: .1;
  margin-bottom: 24px;
}
.create-server-name-container h3 {
  font-size: 16px;
  font-weight: 700;
}
.create-server-name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 1.5em;
}
.create-server-name .alias {
  display: flex;
  align-items: center;
  gap: 8px;
}
.create-server-name .alias p {
  line-height: 1;
}
.create-server-name .label-input {
  display: flex;
  position: relative;
}
#slugDisplay {
  max-width: 165px;
}
.create-server-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 1.5em;
  position: relative;
}
.create-server-image .caret {
  top: 14px !important;
}
.create-server-image-tab-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
.create-server-image-tab-container .tab {
  width: fit-content;
  font-size: 13px;
  padding-bottom: 4px;
  cursor: pointer;
}
.create-server-image-tab-container .tab.active {
  font-weight: 700;
  border-bottom: 1px solid #01ff48;
}
.create-server-image .radio-bt {
  /*background-image: url("/application/themes/webdock/img/hwicons2023/radio-button-unchecked.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  padding-left: 5px;
  padding-top: 1px;
  border: 1px solid var(--black);
  border-radius: 48px;
}
.create-server-image .radio-bt img {
  width: 12px;
  height: 12px;
}
.create-server-image .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: var(--card-inside-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  cursor: pointer;
}
.create-server-image .item.selected {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 16px rgba(0, 0, 0, 0.12);
  border: 2px solid #01ff48;
}
.create-server-image .item:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 8px 16px rgba(0, 0, 0, 0.12);
}
.create-server-image .item .headline {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.create-server-image .item .headline img {
  width: 24px;
  height: auto;
  margin-right: 0.5em;
}
.create-server-image .item .headline h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.create-server-image .item p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-block-end: 0;
}
.create-server-image .item p.normal {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.create-server-image .item p.small {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  padding-top: 16px;
}
.create-server-image .item a {
  border-bottom: 0px solid #01ff48;
  color: var(--black);
  font-weight: 700;
  transition: 0.15s ease;
  position: relative;
  font-size: 14px;
  width: fit-content;
}
.create-server-image .item a:hover {
  color: #01ff48;
}
.create-server-image .item a:after {
  content: "";
  width: 100%;
  display: inline;
  position: absolute;
  height: 2px;
  background: #01ff48;
  left: 0;
  bottom: -3px;
}
.create-server-image .item a:hover:after {
  background: black;
  /* Change background color on hover */
}
.create-server-image .item .last-div {
  margin-top: auto;
}
.ubuntuMinProfile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  background-color: #022213 !important;
  border-right: 7px solid #01ff48;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
.ubuntuMinProfile .material-icons {
  font-size: 20px;
  color: #01ff48;
}
.ubuntuMinProfile span {
  font-size: 13px;
  line-height: 1.2;
  color: #01ff48;
}
.create-server-snapshot {
  box-sizing: border-box;
  background: var(--card-inside-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
  position: relative;
  display: none;
}
.addons-create-server-container {
  padding-top: 24px;
}
.enable-free-services {
  width: min-content;
  min-width: 300px;
  max-height: 37px;
  line-height: 1.1;
}
.enable-free-services .tooltipped {
  color: #009600;
  position: relative;
  top: auto;
  right: auto;
  font-size: 12px;
}
.enable-free-services span {
  font-size: 12px;
}
.create-server-free-services {
  box-sizing: border-box;
  border-radius: 12px;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.create-server-free-services-grid {
  align-items: center;
  width: max-content;
  background-color: var(--greenbox-bg);
  border-radius: 4px;
  position: relative;
  padding: 8px 10px;
  display: flex;
}
.create-server-free-services-grid:last-child {
  border-bottom: 0px solid #01ff48;
}
.create-server-free-services-grid .free-service {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.create-server-free-services-grid .free-services-last-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.create-server-free-services .free-service img {
  width: 13.33px;
  height: 13.33px;
}
.create-server-free-services .free-service .free-services-check {
  display: inline-block;
  width: 13.33px;
  height: 13.33px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.free-services-check[data-icon="free-check"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/check-grey.svg");
}
[data-theme="dark"] .free-services-check[data-icon="free-check"] {
  background-image: url("/application/themes/webdock/img/hwicons2023/check-white.svg");
}
.create-server-free-services .free-service span {
  font-size: 12px;
  font-weight: 700;
  padding-left: 8px;
}
.create-server-free-services .free-service.free {
  font-weight: 700;
  font-size: 14px;
  min-width: 40px;
  justify-content: flex-end;
}
.create-server-free-services .free-service.text {
  display: block;
}
.create-server-name-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 1.5em;
  position: relative;
}
.create-server-name-image-grid .item {
  display: flex;
  flex-direction: column;
}
.create-server-name-image-grid .item h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 16px;
  line-height: 1;
  margin-top: 0;
}
.create-server-name-image-grid .item .sub-headline {
  font-size: 12px;
  opacity: .5;
}
.create-server-name-image-grid .item .content {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.create-server-name-image-grid .item .content img {
  width: 2em;
}
.create-server-name-image-grid .item .content:last-child {
  margin-bottom: 0;
}
/* SIGN UP */
.create-server-signup {
  background: var(--card-bg);
  border-radius: 6px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}
.create-server-signup #email-signup-form-wrapper {
  padding: 0 12px;
}
.create-server-signup-header {
  background: var(--card-header-bg);
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}
.create-server-signup-header .card-header-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.create-server-signup-header .card-header-headline .icon img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.create-server-signup-header .card-header-headline .headline {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.create-server-signup-header .card-header-change a {
  font-size: 14px;
  font-weight: 600;
  color: #01ff48;
}
div.select-wrapper.center {
  padding-top: 8px;
}
.create-server-paypal-container {
  box-sizing: border-box;
  background: var(--card-paypal-topup-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
}
.create-server-paypal {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 0;
}
.create-server-paypal .col {
  align-items: flex-start !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  border-right: 0px solid #fff !important;
}
.create-server-paypal .paypal-info h4 {
  font-size: 16px;
  line-height: 1;
  margin-top: 0;
  font-weight: 600;
}
.create-server-paypal .col .center.enter-amount strong {
  color: var(--black);
}
.create-server-paypal .col .grey-text #profile-suggestion,
.create-server-paypal .col .grey-text #billing-suggestion,
.create-server-paypal .col .grey-text #minAmountSuggestion {
  color: var(--black) !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.create-server-paypal .col .number-container .input-number-decrement,
.create-server-paypal .col .number-container .input-number-increment {
  /*color: #000 !important;
  background: transparent !important;*/
}
.create-server-paypal .col .number-container .input-number.amount {
  max-width: fit-content !important;
  color: var(--black);
  border-bottom: 2px solid #01ff48 !important;
  text-align: center;
}
.create-server-button {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #022213 !important;
  background: #01ff48;
  border-radius: 4px !important;
  border: 2px solid #01ff48;
  padding: 10px 60px;
  width: fit-content;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  text-transform: uppercase;
}
.create-server-button:hover {
  background: #fff !important;
  color: #022213 !important;
  border: 2px solid #01ff48 !important;
}
.create-server-button:focus {
  background: #01ff48;
}
.order-summary-container .summary {
  transform: none;
  width: auto;
  bottom: inherit;
  left: inherit;
  max-height: calc(80vh);
  overflow-y: auto;
  max-width: 25em;
  transition: transform 200ms ease;
  border: 0px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 6px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08) !important;
  margin-top: 0 !important;
}
.order-summary-view .order-summary-view__col .card-content.active,
.order-summary-view .order-summary-view__col .card-footer.active {
  display: block;
}
.order-summary-container .summary .card-mobile-content {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.order-summary-container .summary .card-mobile-content.hidden {
  display: none;
}
.order-summary-container .summary .card-mobile-content button {
  width: auto !important;
  color: #000 !important;
  background: #01ff48 !important;
}
.order-summary-container .summary .card-mobile-content .mobile-no-coupon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
}
.order-summary-container .summary .card-mobile-content .mobile-no-coupon .monthly-price-text,
.order-summary-container .summary .card-mobile-content .mobile-coupon .monthly-price-text {
  color: var(--black);
  font-weight: 600;
}
.order-summary-container .summary .card-mobile-content .mobile-no-coupon div .total-price {
  font-weight: 700;
  font-size: 15px;
}
.order-summary-container .summary .card-mobile-content .mobile-no-coupon div .tax-price {
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
}
.order-summary-container .summary .card-mobile-content .mobile-coupon .no-coupon-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.order-summary-container .summary .card-mobile-content .mobile-coupon .no-coupon-price span {
  font-weight: 700;
  font-size: 15px;
}
.order-summary-container .summary .card-mobile-content .mobile-coupon .no-coupon-price span:first-child {
  font-weight: 400;
  text-decoration: line-through;
}
.order-summary-container .summary .card-mobile-content .mobile-coupon .no-coupon-price div span.vat-price {
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
}
.details-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.details-header img {
  width: 17px;
  height: 17px;
}
.card-details {
  padding-bottom: 0 !important;
}
.card-details .details {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
}
.card-details .details.open {
  max-height: 500px;
  /* Adjust to a suitable value */
  opacity: 1;
}
.card-details .details div:last-child {
  margin-bottom: 16px;
}
.details-header .toggle-icon {
  transition: transform 0.3s ease;
}
.card-details .details .profile,
.card-details .details .image-cart,
.card-details .details .addons,
.card-details .details .free-services {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card-details .details .free-services-prices {
  box-sizing: border-box;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
}
.card-details .details .free-services-prices .summary-price__amount-details {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.card-details .details .free-services-prices .summary-price__amount-details .vat-price {
  font-size: 0.9em;
  color: #9e9e9e;
}
.card-details .details .profile p,
.card-details .details .image-cart p,
.card-details .details .addons p,
.card-details .details .free-services p {
  font-size: 14px;
  font-weight: 500;
}
.card-details .details .profile span,
.card-details .details .image-cart span,
.card-details .details .addons span,
.card-details .details .free-services span {
  font-size: 14px;
  font-weight: 500;
}
.card-details .details .profile-details,
.card-details .details .image-details,
.card-details .details .addons-details,
.card-details .details .free-services-details {
  margin-bottom: 6px;
}
.card-details .details .profile span.original-server-price {
  text-decoration: line-through;
}
.card-details .details .profile-details ul,
.card-details .details .image-details ul,
.card-details .details .addons-details ul,
.card-details .details .free-services-details ul {
  padding-left: 0;
  list-style-type: none;
  margin-left: 8px !important;
}
.card-details .details .profile-details ul li,
.card-details .details .image-details ul li,
.card-details .details .addons-details ul li,
.card-details .details .free-services-details ul li {
  margin-bottom: 1px !important;
  font-size: 13px;
  color: var(--black);
  opacity: 0.75;
}
.card-details .details .addons-details ul li {
  opacity: 1;
}
.card-details .details .coupon-profile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.card-details .details .coupon-profile .profile-name {
  font-size: 14px;
  font-weight: 500;
}
.card-details .details .coupon-profile .profile-prices {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: -20px;
}
.card-details .details .coupon-profile .profile-prices .normal-price {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  text-align: right;
}
.card-details .details .coupon-profile .profile-prices .coupon-price {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.trustpilot-container {
  margin-bottom: 50px;
}
/* STYLE CHANGES FROM ORIGINAL PRICING PAGE V2 */
.create-server-profile-subheader {
  font-size: 15px;
}
.order-summary-small-box-container {
  display: flex;
  position: relative;
  gap: 8px;
}
.order-summary-small-box-container .order-summary-small-box {
  border-radius: 4px;
  background: #e8efe8;
  padding: 4px 8px;
}
.order-summary-small-box-container .order-summary-small-box h4 {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  margin: 0;
}
.addon-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: var(--card-inside-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}
.addon-container:not(:first-of-type) {
  margin-top: 24px;
}
.addon-container h6 {
  font-weight: 700;
}
.addon-container p {
  margin-top: 10px;
}
.addon-container > div {
  display: flex;
  justify-content: space-between;
}
.addon-container .add-on-price {
  font-weight: 600;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}
.addon-container .add-on-price span {
  font-weight: 300;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  margin-left: 10px;
}
.addon-container .addon-click {
  height: 100%;
}
.addon-container .addon-click img {
  width: 100%;
  margin-right: 10px;
  max-width: 20px;
}
.addon-container .addon-click .fa-spin {
  line-height: 1;
  margin-right: 10px;
}
@media all and (max-width: 1280px) {
  .create-server-image {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
  .create-server-free-services-grid {
    grid-template-columns: 150px 1fr auto;
  }
}
@media all and (max-width: 992px) {
  .order-summary-view .order-summary-view__col.summary-sidebar {
    width: auto !important;
  }
  .order-summary-small-box-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .create-server-image {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 1.5em;
  }
  .create-server-free-services-grid {
    grid-template-columns: 240px 1fr auto;
  }
  .summary-sidebar .card {
    position: fixed;
    transform: translate3d(0, calc(0%), 0) !important;
    z-index: 998 !important;
  }
  .order-summary-container .summary {
    max-width: none;
  }
  .crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf {
    bottom: 70px !important;
  }
  .order-summary-container .summary {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px -8px 16px rgba(0, 0, 0, 0.16) !important;
    border-radius: 6px 6px 0 0 !important;
  }
  .order-summary-container .summary .card-mobile-content {
    display: flex;
    background: var(--card-inside-card-bg);
    padding: 12px 24px;
    border-radius: 0;
    margin-top: -8px;
    position: relative;
  }
  .summary-sidebar .card .card-header h4 {
    order: 0 !important;
    margin-top: -5px !important;
  }
  .summary-sidebar .order-summary-container .card .card-header .sidebar-toggle svg {
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
  .summary-sidebar .order-summary-container .card .card-header .sidebar-toggle svg line {
    stroke: #ffffff;
  }
  .order-summary-view .order-summary-view__col .card-content,
  .order-summary-view .order-summary-view__col .card-footer {
    display: none;
  }
  .card-holder-container .goToCreditTopUpForm .card .card-content {
    display: block !important;
  }
  .goToCreditTopUpForm .card .card-content {
    display: block !important;
  }
  .trustpilot-container {
    margin-bottom: 150px;
  }
}
@media all and (max-width: 767px) {
  .order-summary-small-box-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .create-server-image {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
  .create-server-profile-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8px;
  }
  .create-server-free-services-grid {
    grid-template-columns: 140px 1fr auto;
  }
  .create-server-name-image-grid {
    grid-column-gap: 16px;
  }
  .card-holder-container .goToCreditTopUpForm .card .card-content {
    padding: 1em !important;
  }
  .goToCreditTopUpForm .card .card-content {
    padding: 1em !important;
  }
}
@media all and (max-width: 600px) {
  .order-summary-small-box-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .create-server-card-container {
    padding: 82px 24px 24px;
  }
  .create-server-profile {
    padding: 16px;
  }
  .create-server-profile-grid .item .img-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .create-server-profile-grid .item {
    align-items: flex-start;
    align-content: flex-start;
  }
  .create-server-image {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }
  .create-server-image .item {
    padding: 16px;
  }
  .create-server-name {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
  }
  .create-server-profile-headline {
    margin-bottom: 8px;
  }
  #slugDisplay {
    max-width: none;
    width: 100%;
  }
  .create-server-name .label-input {
    flex-grow: 1;
  }
  .create-server-name-image-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .create-server-name-image-grid .item h4 {
    margin-bottom: 8px;
  }
  .flex-container-space-40 {
    flex-direction: column;
  }
  .create-server-paypal {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2em;
  }
  .create-server-free-services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .create-server-free-services .free-service.text {
    max-width: 98%;
  }
  .create-server-free-services-grid .free-services-last-div {
    position: absolute;
    right: 6px;
    top: 12px;
    gap: 8px;
  }
  .row-login-password {
    flex-direction: column;
    gap: 0;
  }
  #FreeServices .card-header-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .addon-container .add-on-price {
    font-size: 25px;
  }
  .addon-container .add-on-price span {
    font-size: 11px;
  }
  .addon-container .addon-click {
    font-size: 12px;
  }
}
@media all and (max-width: 450px) {
  .addon-container .add-on-price {
    font-size: 19px;
  }
}
@media all and (max-width: 400px) {
  .addon-container > div {
    flex-direction: column;
    align-items: flex-end;
  }
  .addon-container .addon-click {
    margin-top: 5px;
  }
}
#FreeServices::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: var(--black);
  opacity: .1;
}
.server-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.remodal .modal-content .center h4 {
  padding: 16px 0 0 0;
}
.remodal .modal-content .center .pricetag {
  position: absolute;
  top: -20px;
  right: -92px;
  width: 80px;
}
.remodal .modal-content .center h4 #totalPrice {
  font-weight: 700;
  position: relative;
}
.remodal .modal-content .center h4 #totalPrice:after {
  content: "";
  width: 100%;
  display: inline;
  position: absolute;
  height: 2px;
  background: #01ff48;
  left: 0;
  bottom: 3px;
}
.remodal .modal-content .center .center p {
  padding-bottom: 0;
}
@-webkit-keyframes load-show-scale {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  80% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes load-show-scale {
  0% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
  }
  80% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
body.createserver-create_server_confirm #page-wrapper {
  padding-top: 0px;
}
.nopointer {
  cursor: default;
}
p.sub {
  font-size: 11px;
}
.create-server-btn {
  line-height: 35px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
@media all and (min-width: 38.875em) {
  .create-server-btn {
    width: 100%;
    font-size: 1rem;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items .location-selector__grid {
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
    align-items: center;
  }
}
.location-selector.two-items .location-tile {
  margin-bottom: 1em;
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items .location-tile {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items .location-tile:first-child {
    margin-right: 1em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items .location-tile:last-child {
    margin-left: 1em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items-full-width .location-selector__grid {
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
    align-items: center;
  }
}
.location-selector.two-items-full-width .location-tile {
  flex: 1;
  margin-bottom: 1em;
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items-full-width .location-tile {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items-full-width .location-tile:first-child {
    margin-right: 1em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.two-items-full-width .location-tile:last-child {
    margin-left: 1em;
  }
}
@media all and (min-width: 62.0625em) {
  .location-selector.three-items .location-selector__grid {
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    align-items: center;
  }
}
.location-selector.three-items .location-tile {
  margin-bottom: 1em;
}
@media all and (min-width: 38.875em) {
  .location-selector.three-items .location-tile {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 62.0625em) {
  .location-selector.three-items .location-tile {
    max-width: 32%;
    min-width: 32%;
  }
}
@media all and (min-width: 75em) {
  .location-selector.three-items .location-tile {
    max-width: 31.5%;
  }
}
@media all and (min-width: 81.25em) {
  .location-selector.three-items .location-tile .location-tile__wrapper {
    padding: 1.2em 2em;
  }
}
@media all and (min-width: 87.5em) {
  .location-selector.three-items .location-tile .location-tile__wrapper {
    padding: 1.5em 2em;
  }
}
@media all and (min-width: 38.875em) {
  .location-selector.four-items .location-selector__grid {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.location-selector.four-items .location-tile {
  margin-bottom: 1em;
}
@media all and (min-width: 38.875em) {
  .location-selector.four-items .location-tile {
    max-width: 48%;
    min-width: 48%;
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 87.5em) {
  .location-selector.four-items .location-tile {
    max-width: 24%;
    min-width: 24%;
  }
}
@media all and (min-width: 75em) {
  .location-selector.four-items .location-tile .location-tile__wrapper {
    padding: 1.2em 1em;
  }
}
@media all and (min-width: 87.5em) {
  .location-selector.four-items .location-tile .location-tile__description {
    padding: 0 0.5em;
    box-sizing: border-box;
  }
}
.location-selector .location-tile {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 12px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
}
.location-selector .location-tile .location-tile__wrapper {
  display: block;
  padding: 1em;
  box-sizing: border-box;
}
.location-selector .location-tile:hover .location-tile__wrapper {
  background: rgba(0, 137, 112, 0.02);
}
.location-selector .location-tile:hover .location-tile__header span,
.location-selector .location-tile:hover .location-tile__description {
  color: #008970;
}
.location-selector .location-tile.active {
  border-color: #00a1a1;
}
.location-selector .location-tile .location-tile__header {
  position: relative;
  margin-top: 0.5em;
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.location-selector .location-tile .location-tile__header img {
  width: 4em;
  margin-right: 0.25em;
}
.location-selector .location-tile .location-tile__header span {
  font-size: 1.6em;
  margin-left: 0.25em;
  color: #000;
}
.location-selector .location-tile .location-tile__description {
  position: relative;
  margin-top: 0.5em;
  display: block;
  text-align: center;
  color: #9e9e9e;
  z-index: 1;
}
.location-selector .location-tile.inactive {
  pointer: default;
  pointer-events: none;
  background-color: #dedede;
}
.location-selector .location-tile.inactive .location-tile__header span {
  color: #9e9e9e;
}
.order-summary-view {
  margin: 32px auto 0;
  max-width: 100%;
  margin-bottom: 5em;
  position: relative;
}
@media all and (min-width: 62.0625em) {
  .order-summary-view {
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 0;
    margin-top: 32px;
  }
}
@media all and (min-width: 62.0625em) {
  .order-summary-view .order-summary-view__col {
    width: 72%;
  }
}
.order-summary-view .order-summary-view__col .card-header {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  box-sizing: border-box;
  background: var(--card-header-bg);
  border-bottom: 0px solid #eee;
}
.order-summary-view .order-summary-view__col .card-header h3 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 38.875em) {
  .order-summary-view .order-summary-view__col .card-header h3 {
    font-size: 1.6em;
  }
}
.order-summary-view .order-summary-view__col .card-header h4 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-summary-view .order-summary-view__col .card-header h6 {
  font-weight: 600;
}
.order-summary-view .order-summary-view__col .card-header p {
  margin: 0;
  font-size: 0.9em;
}
.order-summary-view .order-summary-view__col .card-header .card-header-btn {
  margin-left: auto;
}
.order-summary-view .order-summary-view__col .card-header .card-header-btn.edit-order {
  color: #787878;
}
.order-summary-view .order-summary-view__col .card-header .card-header-btn.edit-order:hover {
  color: #008970;
}
.order-summary-view .order-summary-view__col .card {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.02), 0 2px 4px rgba(0, 0, 0, 0.08);
}
.order-summary-view .order-summary-view__col .card .card-check-icon {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin: auto;
  color: #01e643 !important;
}
.order-summary-view .order-summary-view__col .card .card-box-icon {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin: auto;
  color: #000 !important;
}
.order-summary-view .order-summary-view__col .card-content {
  padding: 1em 1.5em;
  position: relative;
}
.order-summary-view .order-summary-view__col .card-content .top-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.order-summary-view .order-summary-view__col .card-content .items-in-cart {
  font-size: 12px;
}
.order-summary-view .order-summary-view__col .card-content .card-content__header {
  margin: 0 0 1em;
}
.order-summary-view .order-summary-view__col .card-content .card-content__header h6 {
  margin: 0 0 0.1em;
  font-size: 1.2em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}
@media all and (min-width: 38.875em) {
  .order-summary-view .order-summary-view__col .card-content .card-content__header h6 {
    margin: 0 0 0.2em;
    font-size: 1.4em;
  }
}
.order-summary-view .order-summary-view__col .card-content .card-content__header p {
  margin: 20px 0px;
}
.order-summary-view .order-summary-view__col .card-content .card-content__block {
  padding: 2em 1.5em;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.order-summary-view .order-summary-view__col .card-content .card-content__block:last-child {
  border-bottom: none;
}
.order-summary-view .order-summary-view__col .card-content .card-content__block.lesspadding {
  padding: 1em 1.5em;
}
.order-summary-view .order-summary-view__col .card-content .free-services-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  border-bottom: 1px solid #01ff48;
  position: relative;
}
.order-summary-view .order-summary-view__col .card-content .free-services-container:last-child {
  border-bottom: none;
}
.order-summary-view .order-summary-view__col .card-content .free-services-container div img {
  width: 34px;
  height: auto;
}
.order-summary-view .order-summary-view__col .card-content .free-services-container .free-services-container-div1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 240px;
}
.order-summary-view .order-summary-view__col .card-content .free-services-container .free-services-container-div2 {
  font-weight: normal;
  flex-grow: 1;
}
.order-summary-view .order-summary-view__col .card-content .free-services-container .free-services-container-div3 {
  min-width: 100px;
  text-align: center;
}
.disabled-free-service {
  font-style: italic;
  opacity: 0.5;
}
.enabled-free-service {
  font-style: normal;
  opacity: 1;
}
.disabled-free-services-icon {
  display: none !important;
}
.enabled-free-services-icon {
  display: block;
}
.disabled-free-services-text {
  display: none !important;
}
.enabled-free-services-text {
  display: inline-block;
}
.order-summary-view .order-summary-view__col .card-content .input-card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 1em;
}
@media all and (min-width: 38.875em) {
  .order-summary-view .order-summary-view__col .card-content .input-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 50em) {
  .order-summary-view .order-summary-view__col .card-content .input-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.order-summary-view .order-summary-view__col .card-content .input-field.input-field-check {
  pointer-events: none;
  cursor: default;
}
.order-summary-view .order-summary-view__col .card-content .input-field.input-field-check :after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 10px;
  height: 16px;
  border: 2px solid #008970;
  border-top: none;
  border-left: none;
  z-index: 1;
  transform: rotate(45deg);
}
.order-summary-view .order-summary-view__col .card-content .input-field .input-field__right-text {
  position: absolute;
  top: 0.72em;
  right: 1.5em;
  bottom: 0;
  left: auto;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.order-summary-view .order-summary-view__col.summary-sidebar {
  width: 28%;
}
.summary-block {
  padding: 1em;
  box-sizing: border-box;
}
.summary-product-grid.grid-1 {
  margin-top: 0em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1.5em;
}
.summary-product-grid {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1.5em;
}
@media all and (min-width: 25.625em) {
  .summary-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 31.25em) {
  .summary-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 50em) {
  .summary-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.summary-product-grid .summary-prouduct-item {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5%;
}
.summary-product-grid .summary-prouduct-item .summary-prouduct-item__icon {
  display: block;
  width: 2em;
  margin-right: 0.5em;
}
.summary-product-grid .summary-prouduct-item .summary-prouduct-item__icon.paypal {
  display: block;
  width: 1.4em;
  margin-right: 0.5em;
}
.summary-product-grid .summary-prouduct-item .summary-prouduct-item__icon.fa {
  width: auto;
  margin-right: 0.3em;
  color: #787878;
}
.summary-product-grid .summary-prouduct-item p {
  margin: 0;
  line-height: 110%;
}
h5.col.s12 {
  display: flex;
  flex-direction: column;
}
.free-services-text {
  font-size: 12px;
  opacity: 0.8;
}
.pre-pay-buttons {
  position: relative;
  border-radius: 40px;
  text-align: center;
  border: 2px solid #01ff48;
  padding: 16px;
  font-family: "Raleway", sans serif;
  font-weight: 700;
  color: #000;
  display: inline-block;
}
.pre-pay-buttons:hover {
  background: #01ff48;
}
.pre-pay-buttons:hover span {
  background: #fff;
  border: 1px solid #01ff48;
}
.pre-pay-buttons span {
  position: absolute;
  top: -15px;
  /* Adjust this value to position it higher or lower */
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;
  background: #01ff48;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  border: 1px solid #01ff48;
}
.summary-sidebar .card {
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  transform: translate3d(0, calc(33%), 0);
  transition: transform 200ms ease;
}
@media all and (min-width: 62.0625em) {
  .summary-sidebar .card {
    transform: none;
    width: auto;
    bottom: inherit;
    left: inherit;
    max-height: calc(100vh);
    overflow-y: auto;
    max-width: 25em;
    min-width: 25em;
    margin-bottom: 1.5em;
  }
  .order-summary-container.sticky {
    position: fixed;
    min-width: auto;
    top: 117px;
  }
}
@media all and (max-width: 1435px) {
  .summary-sidebar .card {
    min-width: auto;
  }
}
.summary-sidebar .card.open {
  transform: none;
  transition: transform 200ms ease;
  max-height: 100vh;
  overflow-y: auto;
}
@media all and (min-width: 62.0625em) {
  .summary-sidebar .card.open {
    max-height: calc(94vh);
  }
}
.summary-sidebar .card.open .card-header .sidebar-toggle svg {
  transform: rotate(180deg);
  transition: transform 200ms ease;
}
.summary-sidebar .card.open .card-header .create-server-btn {
  order: 3;
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}
.summary-sidebar .card .card-header:hover {
  cursor: pointer;
}
@media all and (min-width: 62.0625em) {
  .summary-sidebar .card .card-header:hover {
    cursor: default;
  }
}
.summary-sidebar .card .card-header:hover h4 {
  color: #fff;
}
@media all and (min-width: 62.0625em) {
  .summary-sidebar .card .card-header:hover h4 {
    color: #fff;
  }
}
.summary-sidebar .card .card-header:hover .sidebar-toggle svg line {
  stroke: #ffffff;
}
.summary-sidebar .card .card-header h4 {
  margin-top: 0.2em;
  order: 1;
  justify-self: flex-start;
  margin-right: auto;
  font-size: 16px;
}
@media all and (min-width: 38.875em) {
  .summary-sidebar .card .card-header h4 {
    font-size: 16px;
    margin-top: 0;
  }
}
@media all and (min-width: 62.0625em) {
  .summary-sidebar .card .card-header h4 {
    order: 0;
  }
}
.summary-sidebar .card .card-header .card-header-btn {
  display: none;
}
@media all and (min-width: 62.0625em) {
  .summary-sidebar .card .card-header .card-header-btn {
    display: block;
  }
}
.summary-sidebar .card .card-header .sidebar-toggle {
  order: 0;
  border: none;
  background: none;
}
@media all and (min-width: 62.0625em) {
  .summary-sidebar .card .card-header .sidebar-toggle {
    display: none;
  }
}
.summary-sidebar .card .card-header .sidebar-toggle svg {
  margin-top: 0.5em;
  width: 1.5em;
  height: 1.5em;
  transform: none;
  transition: transform 200ms ease;
}
@media all and (min-width: 38.875em) {
  .summary-sidebar .card .card-header .sidebar-toggle svg {
    width: 1.8em;
    height: 1.8em;
  }
}
.summary-sidebar .card .card-header .sidebar-toggle svg line {
  stroke: #000;
  fill: none;
  stroke-linecap: round;
  stroke-width: 3.5px;
}
@media all and (min-width: 38.875em) {
  .summary-sidebar .card .card-header .sidebar-toggle svg line {
    stroke-width: 5px;
  }
}
.summary-sidebar .card .card-header .create-server-btn {
  font-size: 1em;
  order: 3;
  opacity: 1;
  transition: opacity 200ms ease;
  max-width: 10em;
}
.create-server-btn.formbutton i,
.create-server-btn.formbutton i:before {
  font-size: 16px;
}
@media all and (min-width: 62.0625em) {
  .summary-sidebar .card .card-header .create-server-btn {
    display: none;
  }
}
.summary-sidebar .card .card-content .card-details {
  padding: 0;
  box-sizing: border-box;
}
.summary-sidebar .card .card-content .card-details h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}
.summary-sidebar .card .card-content .card-details ul {
  margin: 0;
}
.summary-sidebar .card .card-content .card-details ul li {
  margin-bottom: 0.4em;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  list-style-type: disc;
}
.summary-sidebar .card .card-content .card-details ul li:last-child {
  margin-bottom: 0;
}
.summary-sidebar .card .card-content .card-details ul li span  {
  margin-left: auto;
  text-align: right;
}
.summary-sidebar .card .card-content .summary-price {
  border-top: 1px solid #eee;
  padding: 1em 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: flex-start;
}
.summary-sidebar .card .card-content .summary-price.no-border {
  border-top: 0px solid #eee;
}
.summary-sidebar .card .card-content .summary-price:last-child {
  padding-bottom: 0 !important;
}
.summary-sidebar .card .card-content .summary-price .summary-price__text {
  font-size: 1.05em;
  font-weight: 600;
  white-space: nowrap;
}
.summary-sidebar .card .card-content .summary-price .summary-price__amount {
  text-align: right;
}
.summary-sidebar .card .card-content .summary-price .summary-price__amount p {
  font-size: 16px;
  font-weight: 600;
}
.summary-sidebar .card .card-content .summary-price .summary-price__amount .normal-price {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
.summary-sidebar .card .card-content .summary-price .summary-price__amount .coupon-price {
  font-size: 16px;
  font-weight: 600;
}
.summary-sidebar .card .card-content .summary-price .summary-price__amount span {
  font-size: 0.9em;
  color: #9e9e9e;
}
.summary-sidebar .card .card-content .summary-price .summary-price__small-text.center {
  text-align: center;
}
.summary-sidebar .card .card-content .summary-price .summary-price__small-text {
  font-size: 0.9em;
}
.summary-sidebar .card .card-footer {
  position: relative;
  bottom: auto;
  height: auto;
  padding: 0 1.5em 1em 1.5em;
  box-sizing: border-box;
  background: var(--card-bg);
  border-top: 0px solid #eee;
}
.summary-sidebar .card .create-server-btn {
  display: block;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.software-license-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 1em;
}
@media all and (min-width: 38.875em) {
  .software-license-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 50em) {
  .software-license-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.software-license-grid .software-license-item {
  position: relative;
  cursor: pointer;
  padding: 1em;
  box-sizing: border-box;
  border: 2px solid transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 5px 20px rgba(0, 0, 0, 0.01);
  border-radius: 2px;
  transition: border-color 120ms ease;
}
.software-license-grid .software-license-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03), 0 5px 20px rgba(0, 0, 0, 0.1);
}
.software-license-grid .software-license-item.active {
  border-color: #00a1a1;
  transition: border-color 120ms ease;
}
.software-license-grid .software-license-item.active .software-license-item__r-btn {
  border-color: #00a1a1;
}
.software-license-grid .software-license-item.active .software-license-item__r-btn:after {
  background-color: #008970;
  transform: none;
  transition: transform 120ms ease;
}
.software-license-grid .software-license-item .software-license-item__r-btn {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #dedede;
  box-sizing: border-box;
}
.software-license-grid .software-license-item .software-license-item__r-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #008970;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
  transition: transform 120ms ease;
}
.software-license-grid .software-license-item .software-license-item__name {
  margin: 0;
  text-align: center;
  font-weight: 600;
  line-height: 100%;
}
.software-license-grid .software-license-item .software-license-item__desc {
  margin: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 110%;
  padding-top: 10px;
  font-size: 90%;
}
.software-license-grid .software-license-item img {
  display: block;
  max-width: 10em;
  margin: 0 auto;
}
.software-license-grid .software-license-item .software-license-item__price {
  font-size: 1.1em;
  text-align: center;
  line-height: 110%;
  padding-bottom: 0.5em;
}
.summary-price center {
  font-size: 14px;
  line-height: 1.3;
}
.summary-price.coupon {
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 8px;
}
.addon-price {
  clear: both;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}
.addon-price-inner {
  float: right;
  font-weight: 600;
  font-size: 1.4em;
}
.card.hover:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03), 0 5px 20px rgba(0, 0, 0, 0.1);
}
.addon-item__icon {
  text-align: center;
  color: #787878;
  padding-top: 25px;
  padding-bottom: 20px;
}
.addon-item__icon img {
  width: 25%;
}
.summary-prouduct-item__texticon,
.summary-prouduct-item__texticon::before {
  font-size: 2.5em;
}
.card.group-select.selected {
  outline: none;
  border-right: 7px solid #01ff48;
}
.last-row {
  padding-top: 32px;
}
.card-dark-green {
  background: #022213;
}
.card-dark-green .card-content .card-content__block .card-content__header h6 {
  color: #fff;
}
.card-dark-green .card-content .card-content__block .card-content__header p {
  color: #fff;
}
#save-addons-details-form {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .order-summary-view .order-summary-view__col .card-content .free-services-container .free-services-container-div1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 1080px) {
  .pre-pay-paypal {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 32px;
  }
}
@media only screen and (max-width: 992px) {
  .pre-pay-paypal {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .order-summary-view .order-summary-view__col .card-content .free-services-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-summary-view .order-summary-view__col .card-content .free-services-container .free-services-container-div1 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: auto;
  }
  .order-summary-view .order-summary-view__col .card-content .free-services-container .free-services-container-div2 {
    max-width: 80%;
  }
  .order-summary-view .order-summary-view__col .card-content .free-services-container .free-services-container-div3 {
    min-width: auto;
    position: absolute;
    right: 24px;
    bottom: 12px;
  }
  .order-summary-view .order-summary-view__col .card-content .free-services-container .free-services-container-div4 {
    position: absolute;
    right: 21px;
  }
}
@media only screen and (max-width: 600px) {
  .pre-pay-paypal {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 32px;
  }
  .create-server-btn {
    font-size: 14px !important;
    padding: 6px 12px;
  }
}
@media only screen and (max-width: 400px) {
  .pre-pay-paypal {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 32px;
  }
}
@media (max-width: 991px) {
  .order-details {
    display: none !important;
  }
}
/** QUICK FIX OF MISSING CSS **/
.mobile-order-details {
  display: none;
}
@media all and (max-width: 992px) {
  .mobile-order-details,
  .mobile-order-details .order-details {
    display: block !important;
  }
  .mobile-order-details .order-details {
    position: relative !important;
  }
  .order-summary-container .summary .mobile-order-details .order-details {
    box-shadow: none !important;
    background: transparent !important;
  }
  .mobile-order-details .order-details .free-services:last-of-type {
    display: none;
  }
  .order-summary-view .order-summary-view__col .mobile-order-details .order-details .card-content {
    padding: 0;
  }
  .order-summary-view .order-summary-view__col .mobile-order-details .order-details .card-header {
    background: transparent;
    padding: 12px 0;
  }
  .order-summary-view .order-summary-view__col .mobile-order-details .order-details .card-header h4 {
    color: var(--black);
  }
  /*.order-summary-view .order-summary-view__col .mobile-order-details .order-details .card-header img {
      content: url("/application/themes/webdock/img/hwicons2023/select-drop-down.svg");
   }*/
  .order-summary-view .order-summary-view__col .mobile-order-details .order-details .card-header .details-header .order-details-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .order-details-icon[data-icon="arrow"] {
    background-image: url("/application/themes/webdock/img/hwicons2023/select-drop-down.svg");
  }
  [data-theme="dark"] .order-details-icon[data-icon="arrow"] {
    background-image: url("/application/themes/webdock/img/hwicons2023/select-drop-down-white.svg");
  }
}
/*# sourceMappingURL=frontend.css.map*/
