/* Custom VPS Builder styles */
.custom-vps-content .icon[data-icon]:before {
  content: none !important;
  display: none !important;
}

.custom-vps-content .details-icon[data-icon]:before {
  content: none !important;
  display: none !important;
}

.lockedunlocked.featureImglocked[data-icon]:before {
  content: none !important;
  display: none !important;
}

.lockedunlocked.featureImgUnlocked[data-icon]:before {
  content: none !important;
  display: none !important;
}

.custom-vps-content {
  width: 100%;
  padding: 0;
}

.card-big-with-shadow {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0px 0px 4px rgba(0, 0, 0, 0.04),
    0px 8px 16px rgba(0, 0, 0, 0.08);
}

.no-scroll {
  overflow: hidden;
}
.spcMainOfr h2.subheadline {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  padding: 24px 24px 40px 24px;
}
.arrow-up img {
  position: relative;
}
.toggle-section {
  background: #fff;
  border-radius: 6px;
  display: flex;
  padding: 4px;
  width: fit-content;
  position: relative;
  box-shadow:
    0px 0px 4px rgba(0, 0, 0, 0.04),
    0px 4px 8px rgba(0, 0, 0, 0.08);
}
/*.toggle-section:before{
  content: 'Switch between Platforms:';
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: -20px;;
  left: 0;
}*/
.addToCartBtn {
  width: 100%;
  text-align: center;
  padding: 6px 12px;
  background: #01ff48;
  border-radius: 4px;
  border: none;
  color: #023313;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #01ff48;
}
.addToCartBtn:hover {
  background: #fff;
}
.addToCartBtn:focus {
  outline: none;
  background-color: #01ff48;
}
.toggle-slider {
  position: absolute;
  width: 50%;
  top: 50%;
  height: 80%;
  background: #01ff48;
  border-radius: 6px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-50%);
}
.toggle-section .profileBtn {
  text-decoration: none;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  z-index: 1;
  box-shadow: none;
  transition: opacity 0.3s ease;
}
.toggle-section .profileBtn.active {
  background: #01ff48;
  border-radius: 6px;
}
.toggle-section .profileBtn img {
  height: 24px;
  width: auto;
}
.toggle-section .profileBtn span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.toggle-section-text {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  max-width: none;
}
.white-gradient-overlay {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 104%;
  height: 104%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.36) 0%,
    rgba(255, 255, 255, 1) 30%
  );
  backdrop-filter: blur(0.75px);
  z-index: 2;
}
.toggle-section,
.toggle-section-text {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.5s ease,
    visibility 0s 0.5s,
    height 0s 0.5s; /* Delay visibility change until opacity finishes */
}
.custom-row {
  display: grid;
  grid-template-columns: 66.67% 33.33%;
}
.custom-row .col1 {
  padding-right: 20px;
}
.custom-row .col2 {
  padding-left: 20px;
}
.custom-row .col3,
.custom-row .col4 {
  grid-column: 1 / -1; /* span both columns */
  padding-top: 24px;
}
@media (max-width: 992px) {
  .custom-row {
    grid-template-columns: 1fr; /* single column */
  }
  .custom-row .col1 {
    padding-right: 0;
  }
  .custom-row .col2 {
    padding-left: 0;
  }
  .custom-row .col1 .create-server-card-container {
    margin-bottom: 90px;
  }
}

/*
.row.custom col{

}
.row.custom .col.builder {
    flex: 0 0 66.67%;
}
.row.custom .col.priceinfo {
    flex: 0 0 33.33%;
}
.row.custom .epycInfo{
  flex: 0 0 100%;
}
.row.custom .xeonInfo{
  flex: 0 0 100%;
}
@media (max-width: 993px) {
    .row.custom .col.builder, .row.custom .col.priceinfo, .row.custom .epycInfo, .row.custom .xeonInfo{
        flex: 0 0 100%;
    }
}
*/
.col1 #profile-content {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.custom-row .col1 .custom-container,
.custom-row .col2 .custom-container {
  background: var(--card-bg);
  padding: 24px;
  box-shadow:
    0px 0px 4px rgba(0, 0, 0, 0.04),
    0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.custom-row .col1 .custom-container .shiftContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.custom-row .col1 .custom-container .shiftContainer h2 {
  margin-top: 0;
}
.custom-row .col1 .custom-container h2,
.custom-row .col2 .custom-container h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.custom-row .col2 .custom-container h2.change-profile {
  font-size: 18px;
  color: #fff !important;
  font-weight: 600;
}
.custom-row .col1 .custom-container p.sub-header {
  font-size: 15px;
  line-height: 1.4;
  margin: 16px 0;
  padding-bottom: 0;
}
.custom-row .col2 .priceInfo {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  padding: 0;
}
.custom-row .col2 .priceInfo .headline {
  padding: 24px 24px 0 24px;
  cursor: pointer;
}
.custom-row .col2 .priceInfo .headline.change-profile {
  padding: 16px 24px 16px 24px;
  cursor: pointer;
  background: var(--card-header-bg);
  border-radius: 6px 6px 0px 0px;
}
.custom-row .col2 .priceInfo .customProfilePrice {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0 24px 24px 24px;
}
.custom-row .col2 .priceInfo .customProfilePrice.change-profile {
  padding: 0 0 12px 0;
}
.custom-row .col2 .priceInfo .customProfilePrice #totalPrice {
  line-height: 1.2;
}
.custom-row .col2 .priceInfo .customProfilePrice span.smallText {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  padding-left: 4px;
}
.custom-row .col2 .priceInfo .price-and-cart-btn.change-profile {
  border-bottom: 1px solid #e8efe8;
  margin: 0 24px;
}
.custom-row .col2 .priceInfo .modal-buttons,
.row.custom .col .priceInfo .pricing-details {
  padding: 0 24px;
}
.custom-row .col2 .priceInfo .free-services-details {
  padding: 0 24px 24px 24px;
}
.serverProfileRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  z-index: 3;
  position: relative;
}
.serverProfileRow .card-input {
  background: var(--card-inside-card-bg);
  border-radius: 6px;
  box-shadow:
    0px 0px 4px rgba(0, 0, 0, 0.04),
    0px 4px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 6px 24px 12px 24px;
  margin-bottom: 24px;
  transition: padding 0.3sease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  flex-grow: 1;
}
.serverProfileRow .card-input.last {
  margin-bottom: 0;
}
.serverProfileRow .card-input .card-input-header {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.serverProfileRow .card-input .card-input-subheader {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
.serverProfileRow .card-input .green-underline {
  width: 100%;
  margin: 3px 0;
  background: #01ff48;
  background: rgba(1, 255, 72, 0.5);
  height: 2px;
}
.serverProfileRow .card-input:focus-within .green-underline {
  height: 2px;
  background: rgba(1, 255, 72, 1);
}
.input-number-container {
  width: 100%;
  display: flex;
  /*flex-direction: row;*/
  justify-content: space-between;
  align-items: center;
  z-index: 60;
  padding: 0 10px;
  margin-top: 16px;
}
.input-number-container .input-container {
  position: relative;
  display: flex;
  justify-content: center; /* center number + label together */
  align-items: center;
  width: 100%; /* control width here */
  height: 3rem;
  flex-grow: 1;
}
.input-number-container .input-container .placeholder-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 12px;
  transition: left 0.1s ease; /* Smooth adjustment */
}
/*.input-number-container .input-container .placeholder-text.disk-space{
  left: 68px;
}
.input-number-container .input-container .placeholder-text.network-speed{
  left: 46px;
}*/
.input-number-increment,
.input-number-decrement {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: -12px;
  font-size: 24px;
}
.display-field {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 0px solid #ccc;
  border-radius: 0px;
  height: 3rem;
  width: 100%; /* your field width */
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.server-profile_component_qty {
  /*border: none;
    outline: none;
    box-sizing: content-box;
  font-size: 36px !important;
  font-weight: bold;
  width: 100% !important;
  max-width: 180px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center;*/
  all: unset; /* strip browser styles */
  width: auto !important;
  text-align: right; /* number flushes right against label gap */
  font: inherit;
  font-size: inherit !important;
  height: inherit !important;
  border-bottom: inherit !important;
  margin-bottom: inherit !important;
}
.unit {
  margin-left: 6px; /* space between number and label */
  color: var(--grey);
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
input[type="number"]:focus:not([readonly]) {
  border-color: transparent !important;
  box-shadow: none !important;
}
/* Hide arrows in Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in Firefox */
.serverProfileRow .card-input-price-info {
  background: #fff;
  border-radius: 6px;
  box-shadow:
    0px 0px 4px rgba(0, 0, 0, 0.08),
    0px 8px 16px rgba(0, 0, 0, 0.12);
  position: relative;
  padding: 54px 16px 12px 16px;
  margin-bottom: 32px;
  transition: padding 0.3sease;
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.serverProfileRow .card-input-price-info .card-headers {
  background: #022213;
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.serverProfileRow .card-input-price-info .card-headers h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.serverProfileRow .card-input-price-info .card-headers .discount {
  font-size: 16px;
  font-weight: 700;
  color: #01ff48;
  line-height: 1;
}
.details-table-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  padding: 0 24px;
}
.card-input-price-info .details {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 6px;
}
.card-input-price-info .details.active {
  display: block;
}
.card-input-price-info .details-table {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  gap: 4px;
}
.card-input-price-info .details-table.border-bottom {
  border-bottom: 1px solid #e8efe8;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.card-input-price-info .details-table.border-top-price {
  border-top: 1px solid #e8efe8;
  border-bottom: 1px solid #e8efe8;
  margin-bottom: 0px;
  padding: 12px 0;
}
.border-bottom-price {
  border-bottom: 1px solid #e8efe8 !important;
}
.border-bottom-features {
  border-bottom: 1px solid #e8efe8 !important;
  padding-bottom: 16px !important;
}
.card-input-price-info .details-table.active {
  display: flex;
}
.details-table.borderBottom {
  border-bottom: 1px solid #eeeeee;
}
.card-input-price-info .details-table span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.card-input-price-info .details-table span.details-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.card-input-price-info .details-table span.sub {
  font-size: 10px;
  font-weight: 300;
}
.card-input-price-info .details-table img.details-img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.card-input-price-info .details-table .details-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.profileSpecs .lockedunlocked {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 7px;
}
.details-icon[data-icon="cpu"] {
  background-image: url("../img/cpu.svg");
}
.details-icon[data-icon="amd"] {
  background-image: url("../img/amd_epyc_full_logo.svg");
}
.details-icon[data-icon="threads"] {
  background-image: url("../img/threads.svg");
}
.details-icon[data-icon="ram"] {
  background-image: url("../img/ram.svg");
}
.details-icon[data-icon="ssd"] {
  background-image: url("../img/ssd.svg");
}
.details-icon[data-icon="port"] {
  background-image: url("../img/port.svg");
}
.lockedunlocked[data-icon="locked"] {
  background-image: url("../img/locked.svg?v=1.1.0");
}
.lockedunlocked[data-icon="unlocked"] {
  background-image: url("../img/unlocked.svg?v=1.1.0");
}
[data-theme="dark"] .details-icon[data-icon="cpu"] {
  background-image: url("../img/cpu-white.svg");
}
[data-theme="dark"] .details-icon[data-icon="threads"] {
  background-image: url("../img/threads-white.svg");
}
[data-theme="dark"] .details-icon[data-icon="ram"] {
  background-image: url("../img/ram-white.svg");
}
[data-theme="dark"] .details-icon[data-icon="ssd"] {
  background-image: url("../img/ssd-white.svg");
}
[data-theme="dark"] .details-icon[data-icon="port"] {
  background-image: url("../img/port-white.svg");
}
[data-theme="dark"] .lockedunlocked[data-icon="locked"] {
  background-image: url("../img/locked-white.svg");
}
[data-theme="dark"] .lockedunlocked[data-icon="unlocked"] {
  background-image: url("../img/unlocked-white.svg");
}
.card-input-price-info .details-table .price {
  flex-grow: 1;
  text-align: right;
  font-weight: 400;
}
.serverProfileRow .card-input-price-info .details-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 3px 0;
}
.serverProfileRow .card-input-price-info .details-price .previous-price {
  width: 50% !important;
  text-align: right !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 1.4;
  order: 0;
  flex-grow: 1;
}
.serverProfileRow .card-input-price-info .details-price span {
  font-size: 14px;
  font-weight: 700;
}
.serverProfileRow .card-input-price-info .details-price span#totalPrice {
  font-size: 14px;
  font-weight: 700;
  flex-grow: 1;
  text-align: right;
}
.serverProfileRow .card-input-price-info .details-price span.smallText {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.serverProfileRow .pricing-details .details-table-container.active {
  display: block;
}
.overlay-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 4;
  display: none; /* Hidden by default */
}
.serverProfileRow .card-input-price-info .free-services-tablerow {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.serverProfileRow
  .card-input-price-info
  .free-services-tablerow
  .unlocked-check
  img {
  width: 16px;
  height: auto;
}
.serverProfileRow
  .card-input-price-info
  .free-services-tablerow
  .unlocked-text {
  font-size: 13px;
  font-weight: 400;
}
.serverProfileRow
  .card-input-price-info
  .free-services-tablerow
  .unlocked-text.strikeThrough {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
.serverProfileRow .card-input-price-info .free-services-tablerow .icon {
  width: 20px;
  height: auto;
}
.serverProfileRow .card-input-price-info .free-services-tablerow .text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.serverProfileRow .card-input-price-info .green-divider {
  height: 1px;
  background: #01ff48;
  margin: 12px 0;
  width: 100%;
}
.tooltip-disk-space {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  z-index: 10;
}

.tooltip-disk-space.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
}
/* This the arc/circle */

.arc-wrapper {
  width: 220px;
  height: 210px;
  position: relative;
  margin: 0 auto -65px auto;
  overflow: hidden;
}

.circle {
  width: 220px;
  height: 220px;
  position: relative;
  /* To position the arc where you want, you might rotate the circle.
     For instance, here we want the arc to start at left center, so add an offset.
  */
  transform: rotate(160deg);
  z-index: 50;
}

.circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: transparent; /* invisible but receives pointer events */
  cursor: pointer;
  pointer-events: auto;
  z-index: 60; /* above other things but below dash visuals if you want */
}

.dash {
  cursor: pointer;
  height: 3px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  background-color: #d9d9d9;
  transform: rotate(calc(var(--rot) * 1deg)) translateX(90px);
}

.dash:nth-child(1) {
  --rot: calc(0 * (220 / 49));
}
.dash:nth-child(2) {
  --rot: calc(1 * (220 / 49));
}
.dash:nth-child(3) {
  --rot: calc(2 * (220 / 49));
}
.dash:nth-child(4) {
  --rot: calc(3 * (220 / 49));
}
.dash:nth-child(5) {
  --rot: calc(4 * (220 / 49));
}
.dash:nth-child(6) {
  --rot: calc(5 * (220 / 49));
}
.dash:nth-child(7) {
  --rot: calc(6 * (220 / 49));
}
.dash:nth-child(8) {
  --rot: calc(7 * (220 / 49));
}
.dash:nth-child(9) {
  --rot: calc(8 * (220 / 49));
}
.dash:nth-child(10) {
  --rot: calc(9 * (220 / 49));
}
.dash:nth-child(11) {
  --rot: calc(10 * (220 / 49));
}
.dash:nth-child(12) {
  --rot: calc(11 * (220 / 49));
}
.dash:nth-child(13) {
  --rot: calc(12 * (220 / 49));
}
.dash:nth-child(14) {
  --rot: calc(13 * (220 / 49));
}
.dash:nth-child(15) {
  --rot: calc(14 * (220 / 49));
}
.dash:nth-child(16) {
  --rot: calc(15 * (220 / 49));
}
.dash:nth-child(17) {
  --rot: calc(16 * (220 / 49));
}
.dash:nth-child(18) {
  --rot: calc(17 * (220 / 49));
}
.dash:nth-child(19) {
  --rot: calc(18 * (220 / 49));
}
.dash:nth-child(20) {
  --rot: calc(19 * (220 / 49));
}
.dash:nth-child(21) {
  --rot: calc(20 * (220 / 49));
}
.dash:nth-child(22) {
  --rot: calc(21 * (220 / 49));
}
.dash:nth-child(23) {
  --rot: calc(22 * (220 / 49));
}
.dash:nth-child(24) {
  --rot: calc(23 * (220 / 49));
}
.dash:nth-child(25) {
  --rot: calc(24 * (220 / 49));
}
.dash:nth-child(26) {
  --rot: calc(25 * (220 / 49));
}
.dash:nth-child(27) {
  --rot: calc(26 * (220 / 49));
}
.dash:nth-child(28) {
  --rot: calc(27 * (220 / 49));
}
.dash:nth-child(29) {
  --rot: calc(28 * (220 / 49));
}
.dash:nth-child(30) {
  --rot: calc(29 * (220 / 49));
}
.dash:nth-child(31) {
  --rot: calc(30 * (220 / 49));
}
.dash:nth-child(32) {
  --rot: calc(31 * (220 / 49));
}
.dash:nth-child(33) {
  --rot: calc(32 * (220 / 49));
}
.dash:nth-child(34) {
  --rot: calc(33 * (220 / 49));
}
.dash:nth-child(35) {
  --rot: calc(34 * (220 / 49));
}
.dash:nth-child(36) {
  --rot: calc(35 * (220 / 49));
}
.dash:nth-child(37) {
  --rot: calc(36 * (220 / 49));
}
.dash:nth-child(38) {
  --rot: calc(37 * (220 / 49));
}
.dash:nth-child(39) {
  --rot: calc(38 * (220 / 49));
}
.dash:nth-child(40) {
  --rot: calc(39 * (220 / 49));
}
.dash:nth-child(41) {
  --rot: calc(40 * (220 / 49));
}
.dash:nth-child(42) {
  --rot: calc(41 * (220 / 49));
}
.dash:nth-child(43) {
  --rot: calc(42 * (220 / 49));
}
.dash:nth-child(44) {
  --rot: calc(43 * (220 / 49));
}
.dash:nth-child(45) {
  --rot: calc(44 * (220 / 49));
}
.dash:nth-child(46) {
  --rot: calc(45 * (220 / 49));
}
.dash:nth-child(47) {
  --rot: calc(46 * (220 / 49));
}
.dash:nth-child(48) {
  --rot: calc(47 * (220 / 49));
}
.dash:nth-child(49) {
  --rot: calc(48 * (220 / 49));
}
.dash:nth-child(50) {
  --rot: calc(49 * (220 / 49));
}

/* Each dash � same styling as before */
.dash-cpu {
  height: 3px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  background-color: hsl(calc(var(--rot) * 0.55), 100%, 50%);
  transform: rotate(calc(var(--rot) * 1deg)) translateX(90px);
}
.dash-ram {
  height: 3px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  background-color: hsl(calc(var(--rot) * 0.55), 100%, 50%);
  transform: rotate(calc(var(--rot) * 1deg)) translateX(90px);
}
.dash-disk {
  height: 3px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  background-color: hsl(calc(var(--rot) * 0.55), 100%, 50%);
  transform: rotate(calc(var(--rot) * 1deg)) translateX(90px);
}
.dash-network {
  height: 3px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  background-color: hsl(calc(var(--rot) * 0.55), 100%, 50%);
  transform: rotate(calc(var(--rot) * 1deg)) translateX(90px);
}

.dash-grey {
  height: 3px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  background-color: #d9d9d9;
  transform: rotate(calc(var(--rot) * 1deg)) translateX(90px);
}

.dash-cpu:nth-child(1) {
  --rot: 0;
}
.dash-cpu:nth-child(2) {
  --rot: calc(1 * (220 / 49));
}
.dash-cpu:nth-child(3) {
  --rot: calc(2 * (220 / 49));
}
.dash-cpu:nth-child(4) {
  --rot: calc(3 * (220 / 49));
}
.dash-cpu:nth-child(5) {
  --rot: calc(4 * (220 / 49));
}
.dash-cpu:nth-child(6) {
  --rot: calc(5 * (220 / 49));
}
.dash-cpu:nth-child(7) {
  --rot: calc(6 * (220 / 49));
}
.dash-cpu:nth-child(8) {
  --rot: calc(7 * (220 / 49));
}
.dash-cpu:nth-child(9) {
  --rot: calc(8 * (220 / 49));
}
.dash-cpu:nth-child(10) {
  --rot: calc(9 * (220 / 49));
}
.dash-cpu:nth-child(11) {
  --rot: calc(10 * (220 / 49));
}
.dash-cpu:nth-child(12) {
  --rot: calc(11 * (220 / 49));
}
.dash-cpu:nth-child(13) {
  --rot: calc(12 * (220 / 49));
}
.dash-cpu:nth-child(14) {
  --rot: calc(13 * (220 / 49));
}
.dash-cpu:nth-child(15) {
  --rot: calc(14 * (220 / 49));
}
.dash-cpu:nth-child(16) {
  --rot: calc(15 * (220 / 49));
}
.dash-cpu:nth-child(17) {
  --rot: calc(16 * (220 / 49));
}
.dash-cpu:nth-child(18) {
  --rot: calc(17 * (220 / 49));
}
.dash-cpu:nth-child(19) {
  --rot: calc(18 * (220 / 49));
}
.dash-cpu:nth-child(20) {
  --rot: calc(19 * (220 / 49));
}
.dash-cpu:nth-child(21) {
  --rot: calc(20 * (220 / 49));
}
.dash-cpu:nth-child(22) {
  --rot: calc(21 * (220 / 49));
}
.dash-cpu:nth-child(23) {
  --rot: calc(22 * (220 / 49));
}
.dash-cpu:nth-child(24) {
  --rot: calc(23 * (220 / 49));
}
.dash-cpu:nth-child(25) {
  --rot: calc(24 * (220 / 49));
}
.dash-cpu:nth-child(26) {
  --rot: calc(25 * (220 / 49));
}
.dash-cpu:nth-child(27) {
  --rot: calc(26 * (220 / 49));
}
.dash-cpu:nth-child(28) {
  --rot: calc(27 * (220 / 49));
}
.dash-cpu:nth-child(29) {
  --rot: calc(28 * (220 / 49));
}
.dash-cpu:nth-child(30) {
  --rot: calc(29 * (220 / 49));
}
.dash-cpu:nth-child(31) {
  --rot: calc(30 * (220 / 49));
}
.dash-cpu:nth-child(32) {
  --rot: calc(31 * (220 / 49));
}
.dash-cpu:nth-child(33) {
  --rot: calc(32 * (220 / 49));
}
.dash-cpu:nth-child(34) {
  --rot: calc(33 * (220 / 49));
}
.dash-cpu:nth-child(35) {
  --rot: calc(34 * (220 / 49));
}
.dash-cpu:nth-child(36) {
  --rot: calc(35 * (220 / 49));
}
.dash-cpu:nth-child(37) {
  --rot: calc(36 * (220 / 49));
}
.dash-cpu:nth-child(38) {
  --rot: calc(37 * (220 / 49));
}
.dash-cpu:nth-child(39) {
  --rot: calc(38 * (220 / 49));
}
.dash-cpu:nth-child(40) {
  --rot: calc(39 * (220 / 49));
}
.dash-cpu:nth-child(41) {
  --rot: calc(40 * (220 / 49));
}
.dash-cpu:nth-child(42) {
  --rot: calc(41 * (220 / 49));
}
.dash-cpu:nth-child(43) {
  --rot: calc(42 * (220 / 49));
}
.dash-cpu:nth-child(44) {
  --rot: calc(43 * (220 / 49));
}
.dash-cpu:nth-child(45) {
  --rot: calc(44 * (220 / 49));
}
.dash-cpu:nth-child(46) {
  --rot: calc(45 * (220 / 49));
}
.dash-cpu:nth-child(47) {
  --rot: calc(46 * (220 / 49));
}
.dash-cpu:nth-child(48) {
  --rot: calc(47 * (220 / 49));
}
.dash-cpu:nth-child(49) {
  --rot: calc(48 * (220 / 49));
}
.dash-cpu:nth-child(50) {
  --rot: calc(49 * (220 / 49));
}

.dash-ram:nth-child(1) {
  --rot: 0;
}
.dash-ram:nth-child(2) {
  --rot: calc(1 * (220 / 49));
}
.dash-ram:nth-child(3) {
  --rot: calc(2 * (220 / 49));
}
.dash-ram:nth-child(4) {
  --rot: calc(3 * (220 / 49));
}
.dash-ram:nth-child(5) {
  --rot: calc(4 * (220 / 49));
}
.dash-ram:nth-child(6) {
  --rot: calc(5 * (220 / 49));
}
.dash-ram:nth-child(7) {
  --rot: calc(6 * (220 / 49));
}
.dash-ram:nth-child(8) {
  --rot: calc(7 * (220 / 49));
}
.dash-ram:nth-child(9) {
  --rot: calc(8 * (220 / 49));
}
.dash-ram:nth-child(10) {
  --rot: calc(9 * (220 / 49));
}
.dash-ram:nth-child(11) {
  --rot: calc(10 * (220 / 49));
}
.dash-ram:nth-child(12) {
  --rot: calc(11 * (220 / 49));
}
.dash-ram:nth-child(13) {
  --rot: calc(12 * (220 / 49));
}
.dash-ram:nth-child(14) {
  --rot: calc(13 * (220 / 49));
}
.dash-ram:nth-child(15) {
  --rot: calc(14 * (220 / 49));
}
.dash-ram:nth-child(16) {
  --rot: calc(15 * (220 / 49));
}
.dash-ram:nth-child(17) {
  --rot: calc(16 * (220 / 49));
}
.dash-ram:nth-child(18) {
  --rot: calc(17 * (220 / 49));
}
.dash-ram:nth-child(19) {
  --rot: calc(18 * (220 / 49));
}
.dash-ram:nth-child(20) {
  --rot: calc(19 * (220 / 49));
}
.dash-ram:nth-child(21) {
  --rot: calc(20 * (220 / 49));
}
.dash-ram:nth-child(22) {
  --rot: calc(21 * (220 / 49));
}
.dash-ram:nth-child(23) {
  --rot: calc(22 * (220 / 49));
}
.dash-ram:nth-child(24) {
  --rot: calc(23 * (220 / 49));
}
.dash-ram:nth-child(25) {
  --rot: calc(24 * (220 / 49));
}
.dash-ram:nth-child(26) {
  --rot: calc(25 * (220 / 49));
}
.dash-ram:nth-child(27) {
  --rot: calc(26 * (220 / 49));
}
.dash-ram:nth-child(28) {
  --rot: calc(27 * (220 / 49));
}
.dash-ram:nth-child(29) {
  --rot: calc(28 * (220 / 49));
}
.dash-ram:nth-child(30) {
  --rot: calc(29 * (220 / 49));
}
.dash-ram:nth-child(31) {
  --rot: calc(30 * (220 / 49));
}
.dash-ram:nth-child(32) {
  --rot: calc(31 * (220 / 49));
}
.dash-ram:nth-child(33) {
  --rot: calc(32 * (220 / 49));
}
.dash-ram:nth-child(34) {
  --rot: calc(33 * (220 / 49));
}
.dash-ram:nth-child(35) {
  --rot: calc(34 * (220 / 49));
}
.dash-ram:nth-child(36) {
  --rot: calc(35 * (220 / 49));
}
.dash-ram:nth-child(37) {
  --rot: calc(36 * (220 / 49));
}
.dash-ram:nth-child(38) {
  --rot: calc(37 * (220 / 49));
}
.dash-ram:nth-child(39) {
  --rot: calc(38 * (220 / 49));
}
.dash-ram:nth-child(40) {
  --rot: calc(39 * (220 / 49));
}
.dash-ram:nth-child(41) {
  --rot: calc(40 * (220 / 49));
}
.dash-ram:nth-child(42) {
  --rot: calc(41 * (220 / 49));
}
.dash-ram:nth-child(43) {
  --rot: calc(42 * (220 / 49));
}
.dash-ram:nth-child(44) {
  --rot: calc(43 * (220 / 49));
}
.dash-ram:nth-child(45) {
  --rot: calc(44 * (220 / 49));
}
.dash-ram:nth-child(46) {
  --rot: calc(45 * (220 / 49));
}
.dash-ram:nth-child(47) {
  --rot: calc(46 * (220 / 49));
}
.dash-ram:nth-child(48) {
  --rot: calc(47 * (220 / 49));
}
.dash-ram:nth-child(49) {
  --rot: calc(48 * (220 / 49));
}
.dash-ram:nth-child(50) {
  --rot: calc(49 * (220 / 49));
}

.dash-disk:nth-child(1) {
  --rot: 0;
}
.dash-disk:nth-child(2) {
  --rot: calc(1 * (220 / 49));
}
.dash-disk:nth-child(3) {
  --rot: calc(2 * (220 / 49));
}
.dash-disk:nth-child(4) {
  --rot: calc(3 * (220 / 49));
}
.dash-disk:nth-child(5) {
  --rot: calc(4 * (220 / 49));
}
.dash-disk:nth-child(6) {
  --rot: calc(5 * (220 / 49));
}
.dash-disk:nth-child(7) {
  --rot: calc(6 * (220 / 49));
}
.dash-disk:nth-child(8) {
  --rot: calc(7 * (220 / 49));
}
.dash-disk:nth-child(9) {
  --rot: calc(8 * (220 / 49));
}
.dash-disk:nth-child(10) {
  --rot: calc(9 * (220 / 49));
}
.dash-disk:nth-child(11) {
  --rot: calc(10 * (220 / 49));
}
.dash-disk:nth-child(12) {
  --rot: calc(11 * (220 / 49));
}
.dash-disk:nth-child(13) {
  --rot: calc(12 * (220 / 49));
}
.dash-disk:nth-child(14) {
  --rot: calc(13 * (220 / 49));
}
.dash-disk:nth-child(15) {
  --rot: calc(14 * (220 / 49));
}
.dash-disk:nth-child(16) {
  --rot: calc(15 * (220 / 49));
}
.dash-disk:nth-child(17) {
  --rot: calc(16 * (220 / 49));
}
.dash-disk:nth-child(18) {
  --rot: calc(17 * (220 / 49));
}
.dash-disk:nth-child(19) {
  --rot: calc(18 * (220 / 49));
}
.dash-disk:nth-child(20) {
  --rot: calc(19 * (220 / 49));
}
.dash-disk:nth-child(21) {
  --rot: calc(20 * (220 / 49));
}
.dash-disk:nth-child(22) {
  --rot: calc(21 * (220 / 49));
}
.dash-disk:nth-child(23) {
  --rot: calc(22 * (220 / 49));
}
.dash-disk:nth-child(24) {
  --rot: calc(23 * (220 / 49));
}
.dash-disk:nth-child(25) {
  --rot: calc(24 * (220 / 49));
}
.dash-disk:nth-child(26) {
  --rot: calc(25 * (220 / 49));
}
.dash-disk:nth-child(27) {
  --rot: calc(26 * (220 / 49));
}
.dash-disk:nth-child(28) {
  --rot: calc(27 * (220 / 49));
}
.dash-disk:nth-child(29) {
  --rot: calc(28 * (220 / 49));
}
.dash-disk:nth-child(30) {
  --rot: calc(29 * (220 / 49));
}
.dash-disk:nth-child(31) {
  --rot: calc(30 * (220 / 49));
}
.dash-disk:nth-child(32) {
  --rot: calc(31 * (220 / 49));
}
.dash-disk:nth-child(33) {
  --rot: calc(32 * (220 / 49));
}
.dash-disk:nth-child(34) {
  --rot: calc(33 * (220 / 49));
}
.dash-disk:nth-child(35) {
  --rot: calc(34 * (220 / 49));
}
.dash-disk:nth-child(36) {
  --rot: calc(35 * (220 / 49));
}
.dash-disk:nth-child(37) {
  --rot: calc(36 * (220 / 49));
}
.dash-disk:nth-child(38) {
  --rot: calc(37 * (220 / 49));
}
.dash-disk:nth-child(39) {
  --rot: calc(38 * (220 / 49));
}
.dash-disk:nth-child(40) {
  --rot: calc(39 * (220 / 49));
}
.dash-disk:nth-child(41) {
  --rot: calc(40 * (220 / 49));
}
.dash-disk:nth-child(42) {
  --rot: calc(41 * (220 / 49));
}
.dash-disk:nth-child(43) {
  --rot: calc(42 * (220 / 49));
}
.dash-disk:nth-child(44) {
  --rot: calc(43 * (220 / 49));
}
.dash-disk:nth-child(45) {
  --rot: calc(44 * (220 / 49));
}
.dash-disk:nth-child(46) {
  --rot: calc(45 * (220 / 49));
}
.dash-disk:nth-child(47) {
  --rot: calc(46 * (220 / 49));
}
.dash-disk:nth-child(48) {
  --rot: calc(47 * (220 / 49));
}
.dash-disk:nth-child(49) {
  --rot: calc(48 * (220 / 49));
}
.dash-disk:nth-child(50) {
  --rot: calc(49 * (220 / 49));
}

.dash-network:nth-child(1) {
  --rot: 0;
}
.dash-network:nth-child(2) {
  --rot: calc(1 * (220 / 49));
}
.dash-network:nth-child(3) {
  --rot: calc(2 * (220 / 49));
}
.dash-network:nth-child(4) {
  --rot: calc(3 * (220 / 49));
}
.dash-network:nth-child(5) {
  --rot: calc(4 * (220 / 49));
}
.dash-network:nth-child(6) {
  --rot: calc(5 * (220 / 49));
}
.dash-network:nth-child(7) {
  --rot: calc(6 * (220 / 49));
}
.dash-network:nth-child(8) {
  --rot: calc(7 * (220 / 49));
}
.dash-network:nth-child(9) {
  --rot: calc(8 * (220 / 49));
}
.dash-network:nth-child(10) {
  --rot: calc(9 * (220 / 49));
}
.dash-network:nth-child(11) {
  --rot: calc(10 * (220 / 49));
}
.dash-network:nth-child(12) {
  --rot: calc(11 * (220 / 49));
}
.dash-network:nth-child(13) {
  --rot: calc(12 * (220 / 49));
}
.dash-network:nth-child(14) {
  --rot: calc(13 * (220 / 49));
}
.dash-network:nth-child(15) {
  --rot: calc(14 * (220 / 49));
}
.dash-network:nth-child(16) {
  --rot: calc(15 * (220 / 49));
}
.dash-network:nth-child(17) {
  --rot: calc(16 * (220 / 49));
}
.dash-network:nth-child(18) {
  --rot: calc(17 * (220 / 49));
}
.dash-network:nth-child(19) {
  --rot: calc(18 * (220 / 49));
}
.dash-network:nth-child(20) {
  --rot: calc(19 * (220 / 49));
}
.dash-network:nth-child(21) {
  --rot: calc(20 * (220 / 49));
}
.dash-network:nth-child(22) {
  --rot: calc(21 * (220 / 49));
}
.dash-network:nth-child(23) {
  --rot: calc(22 * (220 / 49));
}
.dash-network:nth-child(24) {
  --rot: calc(23 * (220 / 49));
}
.dash-network:nth-child(25) {
  --rot: calc(24 * (220 / 49));
}
.dash-network:nth-child(26) {
  --rot: calc(25 * (220 / 49));
}
.dash-network:nth-child(27) {
  --rot: calc(26 * (220 / 49));
}
.dash-network:nth-child(28) {
  --rot: calc(27 * (220 / 49));
}
.dash-network:nth-child(29) {
  --rot: calc(28 * (220 / 49));
}
.dash-network:nth-child(30) {
  --rot: calc(29 * (220 / 49));
}
.dash-network:nth-child(31) {
  --rot: calc(30 * (220 / 49));
}
.dash-network:nth-child(32) {
  --rot: calc(31 * (220 / 49));
}
.dash-network:nth-child(33) {
  --rot: calc(32 * (220 / 49));
}
.dash-network:nth-child(34) {
  --rot: calc(33 * (220 / 49));
}
.dash-network:nth-child(35) {
  --rot: calc(34 * (220 / 49));
}
.dash-network:nth-child(36) {
  --rot: calc(35 * (220 / 49));
}
.dash-network:nth-child(37) {
  --rot: calc(36 * (220 / 49));
}
.dash-network:nth-child(38) {
  --rot: calc(37 * (220 / 49));
}
.dash-network:nth-child(39) {
  --rot: calc(38 * (220 / 49));
}
.dash-network:nth-child(40) {
  --rot: calc(39 * (220 / 49));
}
.dash-network:nth-child(41) {
  --rot: calc(40 * (220 / 49));
}
.dash-network:nth-child(42) {
  --rot: calc(41 * (220 / 49));
}
.dash-network:nth-child(43) {
  --rot: calc(42 * (220 / 49));
}
.dash-network:nth-child(44) {
  --rot: calc(43 * (220 / 49));
}
.dash-network:nth-child(45) {
  --rot: calc(44 * (220 / 49));
}
.dash-network:nth-child(46) {
  --rot: calc(45 * (220 / 49));
}
.dash-network:nth-child(47) {
  --rot: calc(46 * (220 / 49));
}
.dash-network:nth-child(48) {
  --rot: calc(47 * (220 / 49));
}
.dash-network:nth-child(49) {
  --rot: calc(48 * (220 / 49));
}
.dash-network:nth-child(50) {
  --rot: calc(49 * (220 / 49));
}

.dash-grey:nth-child(1) {
  --rot: 0;
}
.dash-grey:nth-child(2) {
  --rot: calc(1 * (220 / 49));
}
.dash-grey:nth-child(3) {
  --rot: calc(2 * (220 / 49));
}
.dash-grey:nth-child(4) {
  --rot: calc(3 * (220 / 49));
}
.dash-grey:nth-child(5) {
  --rot: calc(4 * (220 / 49));
}
.dash-grey:nth-child(6) {
  --rot: calc(5 * (220 / 49));
}
.dash-grey:nth-child(7) {
  --rot: calc(6 * (220 / 49));
}
.dash-grey:nth-child(8) {
  --rot: calc(7 * (220 / 49));
}
.dash-grey:nth-child(9) {
  --rot: calc(8 * (220 / 49));
}
.dash-grey:nth-child(10) {
  --rot: calc(9 * (220 / 49));
}
.dash-grey:nth-child(11) {
  --rot: calc(10 * (220 / 49));
}
.dash-grey:nth-child(12) {
  --rot: calc(11 * (220 / 49));
}
.dash-grey:nth-child(13) {
  --rot: calc(12 * (220 / 49));
}
.dash-grey:nth-child(14) {
  --rot: calc(13 * (220 / 49));
}
.dash-grey:nth-child(15) {
  --rot: calc(14 * (220 / 49));
}
.dash-grey:nth-child(16) {
  --rot: calc(15 * (220 / 49));
}
.dash-grey:nth-child(17) {
  --rot: calc(16 * (220 / 49));
}
.dash-grey:nth-child(18) {
  --rot: calc(17 * (220 / 49));
}
.dash-grey:nth-child(19) {
  --rot: calc(18 * (220 / 49));
}
.dash-grey:nth-child(20) {
  --rot: calc(19 * (220 / 49));
}
.dash-grey:nth-child(21) {
  --rot: calc(20 * (220 / 49));
}
.dash-grey:nth-child(22) {
  --rot: calc(21 * (220 / 49));
}
.dash-grey:nth-child(23) {
  --rot: calc(22 * (220 / 49));
}
.dash-grey:nth-child(24) {
  --rot: calc(23 * (220 / 49));
}
.dash-grey:nth-child(25) {
  --rot: calc(24 * (220 / 49));
}
.dash-grey:nth-child(26) {
  --rot: calc(25 * (220 / 49));
}
.dash-grey:nth-child(27) {
  --rot: calc(26 * (220 / 49));
}
.dash-grey:nth-child(28) {
  --rot: calc(27 * (220 / 49));
}
.dash-grey:nth-child(29) {
  --rot: calc(28 * (220 / 49));
}
.dash-grey:nth-child(30) {
  --rot: calc(29 * (220 / 49));
}
.dash-grey:nth-child(31) {
  --rot: calc(30 * (220 / 49));
}
.dash-grey:nth-child(32) {
  --rot: calc(31 * (220 / 49));
}
.dash-grey:nth-child(33) {
  --rot: calc(32 * (220 / 49));
}
.dash-grey:nth-child(34) {
  --rot: calc(33 * (220 / 49));
}
.dash-grey:nth-child(35) {
  --rot: calc(34 * (220 / 49));
}
.dash-grey:nth-child(36) {
  --rot: calc(35 * (220 / 49));
}
.dash-grey:nth-child(37) {
  --rot: calc(36 * (220 / 49));
}
.dash-grey:nth-child(38) {
  --rot: calc(37 * (220 / 49));
}
.dash-grey:nth-child(39) {
  --rot: calc(38 * (220 / 49));
}
.dash-grey:nth-child(40) {
  --rot: calc(39 * (220 / 49));
}
.dash-grey:nth-child(41) {
  --rot: calc(40 * (220 / 49));
}
.dash-grey:nth-child(42) {
  --rot: calc(41 * (220 / 49));
}
.dash-grey:nth-child(43) {
  --rot: calc(42 * (220 / 49));
}
.dash-grey:nth-child(44) {
  --rot: calc(43 * (220 / 49));
}
.dash-grey:nth-child(45) {
  --rot: calc(44 * (220 / 49));
}
.dash-grey:nth-child(46) {
  --rot: calc(45 * (220 / 49));
}
.dash-grey:nth-child(47) {
  --rot: calc(46 * (220 / 49));
}
.dash-grey:nth-child(48) {
  --rot: calc(47 * (220 / 49));
}
.dash-grey:nth-child(49) {
  --rot: calc(48 * (220 / 49));
}
.dash-grey:nth-child(50) {
  --rot: calc(49 * (220 / 49));
}

.min-max-container {
  position: absolute;
  bottom: 44px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 70;
}
.min-max-container span {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
.system-icon-price {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.system-icon-price img {
  width: 70px;
  height: 70px;
  margin-top: 14px;
}
.system-icon-price .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 14px;
}
.icon[data-icon="cpu"] {
  background-image: url("../img/threads.svg");
}
.icon[data-icon="ram"] {
  background-image: url("../img/ram.svg");
}
.icon[data-icon="disk"] {
  background-image: url("../img/ssd.svg");
}
.icon[data-icon="network"] {
  background-image: url("../img/port.svg");
}
[data-theme="dark"] .icon[data-icon="cpu"] {
  background-image: url("../img/threads-white.svg");
}
[data-theme="dark"] .icon[data-icon="ram"] {
  background-image: url("../img/ram-white.svg");
}
[data-theme="dark"] .icon[data-icon="disk"] {
  background-image: url("../img/ssd-white.svg");
}
[data-theme="dark"] .icon[data-icon="network"] {
  background-image: url("../img/port-white.svg");
}
.profileSpecsContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  padding: 24px;
}
.profileSpecs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-bottom: 12px;
}
.profileSpecs img {
  width: auto;
  height: 20px;
  padding-right: 10px;
}
.profileSpecs img.featureImg {
  width: auto;
  height: 20px;
  padding-right: 10px;
}
.profileSpecs img.featureImgUnlocked {
  width: auto;
  height: 24px;
  padding-right: 7px;
}
.profileSpecs img.featureImglocked {
  width: auto;
  height: 24px;
  padding-right: 7px;
}
.profileSpecs span {
  font-size: 14px;
  font-weight: 600;
  padding-right: 8px;
  line-height: 1.4;
}
.profileSpecs span.featureText {
  font-size: 14px;
  font-weight: 400;
  padding-right: 8px;
  line-height: 1.4;
}
.profileSpecs span.featureTextUnlocked {
  font-size: 14px;
  font-weight: 600;
  padding-right: 8px;
  line-height: 1.4;
}
.profileSpecs span.featureTextlocked {
  font-size: 14px;
  font-weight: 600;
  padding-right: 8px;
  line-height: 1.4;
}
.profileSpecs span.featureText-2 {
  font-size: 15px;
  font-weight: 400;
  padding-right: 8px;
  font-style: italic;
  color: #a6a6a6;
  line-height: 1.4;
}
.profileSpecs span.featureTextNone {
  font-size: 15px;
  font-weight: 400;
  padding-right: 8px;
  font-style: italic;
  color: #a6a6a6;
  line-height: 1.4;
}
.profileSpecs:last-child {
  padding-bottom: 0;
}
.profileSpecsSpend {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0 solid transparent;
  transition:
    border-bottom 0.3s ease,
    padding-bottom 0.3s ease;
}
.profileSpecsSpend .profileFeaturesArrow {
  display: none;
  flex-grow: 1;
  text-align: right;
  cursor: pointer;
  min-width: 125px;
}
.profileSpecsSpend .profileFeaturesArrow span {
  font-size: 13px;
  font-weight: 400;
  padding-right: 0;
  color: #000;
}
.profileSpecsSpend .profileFeaturesArrow span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: middle; /* aligns with text center */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>")
    no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
  transform: rotate(0deg); /* Points down default */
}
.profileSpecsSpend .profileFeaturesArrow.active span:after {
  transform: rotate(180deg); /* Points up when active */
}
.price-badge {
  display: inline-block;
  color: #000;
  font-weight: 700;
  padding: 2px 6px;
  border: 1px solid #01ff48;
  border-radius: 4px;
  position: relative;
  font-size: 15px;
  text-align: center;
  background-color: white; /* Ensures transparent inside */
}

.price-badge::after {
  content: "";
  position: absolute;
  top: 100%; /* Places the arrow below the badge */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #01ff48; /* Only top border to create the downward arrow effect */
  background: none;
}

@keyframes priceBounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(2.8);
  } /* Slightly larger */
  50% {
    transform: scale(1);
  } /* Back to normal */
  70% {
    transform: scale(2.4);
  } /* Small bounce */
  100% {
    transform: scale(1);
  } /* Normal size */
}
@keyframes priceBounceSmall {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
    font-weight: 600;
  } /* Slightly larger */
  50% {
    transform: scale(1);
    font-weight: 700;
  } /* Back to normal */
  70% {
    transform: scale(1.2);
    font-weight: 600;
  } /* Small bounce */
  100% {
    transform: scale(1);
  } /* Normal size */
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.3);
    opacity: 0;
  }
}

.price-bounce {
  animation: priceBounce 0.7s ease-out;
}
.bounce-free-services {
  animation: priceBounceSmall 0.7s ease-out;
}

#previousPriceShow {
  margin-right: 20px;
}
#previousPrice {
  font-size: 27px;
  font-weight: normal;
  text-decoration: line-through;
}

#offerValidMonthsShow {
  font-size: 12px;
  text-align: center;
}

.spinner {
  margin: 0;
  width: auto;
  text-align: center;
}

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #01ff48;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.serverInfoContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.serverInfoContainer:last-child {
  margin-bottom: 0;
}
.serverInfoContainer i {
  font-size: 22px;
}
.serverInfoContainer .infoText {
  font-size: 13px;
  line-height: 1.4;
  padding-top: 2px;
}
.serverInfoContainer .infoText a {
  border-bottom: 0px solid #01ff48;
  color: black;
  font-weight: 700;
  transition: 0.15s ease;
  position: relative;
  text-decoration: none;
}
.serverInfoContainer .infoText a:hover {
  color: #01ff48;
}
.serverInfoContainer .infoText a:after {
  content: "";
  width: 100%;
  display: inline;
  position: absolute;
  height: 2px;
  background: #01ff48;
  left: 0;
  bottom: -3px;
}

/* Mobile price details */

.sidebar-toggle {
  order: 0;
  border: none;
  background: none;
  display: none;
  width: 20px;
  height: 20px;
  margin-top: -6px;
}
.sidebar-toggle svg {
  margin-top: 0;
  width: 20px;
  height: 20px;
  transform: none;
  transition: transform 200ms ease;
}
.sidebar-toggle svg line {
  stroke: #ffffff;
  stroke-width: 5px;
  fill: none;
  stroke-linecap: round;
}
.sidebar-toggle .arrow-icon-mobile {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

/* Rotated state */
.sidebar-toggle .arrow-icon-mobile.rotated {
  transform: rotate(180deg) !important;
}
.mobile-spacer {
  display: none;
  height: 0;
}
.arc-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  pointer-events: none;
  white-space: nowrap;
  z-index: 9999;
  transform: translateY(-5px);
  opacity: 0; /* hidden by default */
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  display: block; /* always block */
}

.arc-tooltip.visible {
  opacity: 1;
  transform: translateY(-10px);
}
@media screen and (max-width: 992px) {
  .pricing .container {
    width: 100% !important;
    max-width: fit-content !important;
  }
  .pricing .container .row {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .pricing .container .row .col.m9 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .spcMainOfr h2.subheadline {
    font-size: 18px;
    padding: 24px 0 24px 0;
  }
  .custom-row .col2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    height: auto;
    gap: 16px;
  }
  .custom-row .col2 .custom-container {
    border-radius: 12px 12px 0 0;
  }

  .custom-row .col2 .priceInfo {
    gap: 16px;
  }
  .custom-row .col2 .priceInfo .headline {
    background: #005219;
    border-radius: 12px 12px 0 0;
    padding: 12px 20px 12px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .custom-row .col2 .priceInfo .headline h2 {
    color: #fff;
    font-size: 16px;
  }
  .custom-row .col2 .priceInfo .customProfilePrice {
    padding-bottom: 0;
    font-size: 24px;
    padding: 0 !important;
    margin-bottom: 0;
    padding: 0 15px;
  }

  .custom-row .col2 .priceInfo .free-services-details {
    padding: 24px;
  }

  .custom-row .col2 .priceInfo .customProfilePrice span.smallText {
    line-height: 1.2;
  }
  .custom-row .col2 .priceInfo .pricing-details,
  .custom-row .col2 .priceInfo .free-services-details {
    display: none;
  }
  .custom-row .col2 .priceInfo .pricing-details.active,
  .custom-row .col2 .priceInfo .free-services-details.active {
    display: block;
  }
  .custom-row .col2 .priceInfo .price-and-cart-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 0px solid #e8efe8;
    transition: border-bottom 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
  }
  .profileSpecsContainer .profileSpecsAll {
    display: none;
  }
  .profileFeaturesArrow {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #profile-content .serverProfileRow:nth-child(1) {
    z-index: 4;
  }
  .serverProfileRow .free-services-details {
    display: none;
  }
  .custom-row .col2 .priceInfo .pricing-details {
    position: relative;
    max-width: none;
    bottom: auto;
    left: auto;
    box-shadow: none;
    /* padding: 16px; */
    margin-bottom: 0;
    transform: none !important;
    z-index: 1 !important;
    width: 100%;
    background: #fff;
    border-radius: 0;
  }
  /* .custom-row .col2 .pricing-details .details-table-container {
    display: block;
  } */
  .custom-row .col2 .pricing-details .card-input-price-info .details {
    display: none;
  }
  .custom-row .col2 .pricing-details .card-input-price-info .details-table {
    display: none;
  }
  .custom-row .col2 .pricing-details .card-input-price-info .details-price {
    border-top: 0px solid #eeeeee;
    border-bottom: 0px solid #eeeeee;
    justify-content: flex-start;
    gap: 10px;
  }
  .toggle-section-text {
    max-width: none;
    font-size: 16px;
  }
  .serverProfileRow .card-input-price-info .details-price {
    gap: 0;
    align-items: center;
    padding: 6px 0;
  }
  .serverProfileRow .card-input-price-info .details-price span#totalPrice {
    flex-grow: 0;
    text-align: left;
    padding-left: 10px;
  }
  .serverProfileRow .card-input-price-info .details-price span.smallText {
    text-align: left;
  }
  .totalPriceSpinner {
    margin: 0 !important;
  }
  .serverProfileRow .card-input-price-info .details-price .previous-price {
    margin: 0 0 0 10px !important;
    width: auto !important;
    text-align: left !important;
    flex-grow: 0 !important;
  }
  #offerValidMonthsShow {
    text-align: left !important;
    padding: 0 0 6px 0 !important;
  }
  /* Mobile price details */
}
@media screen and (max-width: 600px) {
  .serverProfileRow {
    flex-direction: column;
    gap: 0;
  }
  .toggle-section-text {
    font-size: 14px;
    line-height: 1.4;
  }
  .toggle-section .profileBtn {
    padding: 8px 12px;
  }
  .toggle-section .profileBtn img {
    height: 28px;
  }
  .toggle-section .profileBtn span {
    font-size: 14px;
  }
  .predefined-text {
    margin-bottom: 16px;
  }
  .server-cards-container .server-card .tab-content .server-specs-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .server-cards-container
    .server-card
    .tab-content
    .server-specs-container
    .server-specs {
    flex-direction: column;
    align-items: flex-start;
  }
  .profileSpecsContainer .profileSpecsSpend {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  span.featureTextlocked,
  span.featureTextUnlocked {
    line-height: 2;
  }
  .profileFeaturesArrow {
    display: inline-block;
  }
  .profileFeaturesArrow span {
    min-width: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .customProfileBuilder .container {
    max-width: 1360px;
  }
}

/* Mobile Adjustments (re-added cleanly) */
@media only screen and (max-width: 992px) {
  /* Mobile Title Adjustments */
  .custom-row .col1 .custom-container h2 {
    /* font-size, margin, line-height handled by Elementor controls now */
  }

  /* Falling back to CSS defaults if needed, but removing !important to allow overrides */

  .custom-row .col2 .priceInfo .headline h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  /* Adjust spacing in the footer header */
  .custom-row .col2 .priceInfo .headline {
    padding: 12px 20px !important;
    align-items: center;
  }

  /* Free Services List - compact on mobile */
  .profileSpecsContainer {
    gap: 8px !important;
  }

  .profileSpecs {
    padding-bottom: 8px !important;
  }

  .profileSpecs span.featureText,
  .profileSpecs span.featureTextlocked,
  .profileSpecs span.featureTextUnlocked,
  .profileSpecs span.featureText-2 {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
}

/* Desktop Visibility Rules */
@media only screen and (min-width: 993px) {
  /* Show All Features on Desktop */
  .profileSpecsContainer .profileSpecsAll {
    display: block !important;
  }

  /* Hide Sidebar Toggle on Desktop */
  .sidebar-toggle {
    display: none !important;
  }
}
