/* Profile Builder CSS */

.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;
}
.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;
  opacity: .65;
  transition: opacity 0.3s ease;
}
.toggle-section .profileBtn.active{
  opacity: 1;
}
.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;
}
}

/*
.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:first-child{

}
.custom-row .col2{

}
.custom-row .col1 .custom-container, .custom-row .col2 .custom-container{
  background: #fff;
  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 .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 .customProfilePrice{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0 24px 24px 24px;
}
.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 .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: #fff;
  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;
}
.input-number-container .input-container{
  position: relative;
  display: inline-flex;
  padding-right: 0;
}
.input-number-container .input-container .placeholder-text{
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  left: 58px; /* Default position */
  pointer-events: none;
  color: #666;
  font-size: 12px;
  transition: right 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;
}
.server-profile_component_qty{
  border: none;
    height: 3rem;
    margin: 0 0 20px 0;
    border-radius: 0;
    outline: none;
    box-sizing: content-box;
  font-size: 36px !important;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0 10px !important;
  width: 100% !important;
  max-width: 180px !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
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 */
input[type=number] {
    -moz-appearance: textfield;
}
.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 .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%;
}
/* 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;
}
.profileSpecsContainer{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 12px;
.profileSpecs{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
  padding-bottom: 12px;
	img{
		width: auto;
		height: 20px;
		padding-right: 10px;
	}
	img.featureImg{
		width: auto;
		height: 20px;
		padding-right: 10px;
	}
	img.featureImgUnlocked{
		width: auto;
		height: 24px;
		padding-right: 7px;
	}
	img.featureImglocked{
		width: auto;
		height: 24px;
		padding-right: 7px;
	}
	span{
		font-size: 14px;
		font-weight: 600;
		padding-right: 8px;
		line-height: 1.4
	}
	span.featureText{
		font-size: 14px;
		font-weight: 400;
		padding-right: 8px;
		line-height: 1.4
	}
	span.featureTextUnlocked{
		font-size: 14px;
		font-weight: 600;
		padding-right: 8px;
		line-height: 1.4;
	}
	span.featureTextlocked{
		font-size: 14px;
		font-weight: 600;
		padding-right: 8px;
		line-height: 1.4;
	}
	span.featureText-2{
		font-size: 15px;
		font-weight: 400;
		padding-right: 8px;
		font-style: italic;
		color: #A6A6A6;
		line-height: 1.4;
	}
	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;
    .profileFeaturesArrow{
      display: none;
      flex-grow: 1;
      text-align: right;
      cursor: pointer;
      min-width: 125px;;
      span{
        font-size: 13px;
        font-weight: 400;
        padding-right: 0;
        color: #000;
        &: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' viewBox='0 0 46.86 46.86'><line x1='23.43' y1='13.39' x2='4.85' y2='31.47' stroke='black' stroke-width='3'/><line x1='23.43' y1='13.39' x2='42.01' y2='31.47' stroke='black' stroke-width='3'/></svg>") no-repeat center;
          background-size: contain;
          transition: transform 0.3s ease;
        }
      }
    }
    .profileFeaturesArrow.active{
      span{
        &:after{
          transform: rotate(180deg);
        }
      }
    }
  }
}
.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;
}

.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.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.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: .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: #022213;
    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 20px 8px 20px;
    margin-bottom: 0;
  }
  .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;
  }
  .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;
  }
  .serverProfileRow .pricing-details{
    position: fixed;
    max-width: none;
    bottom: 0;
    left: 0;
    box-shadow: none;
    padding: 46px 16px 4px 16px;
    margin-bottom: 0;
    transform: translate3d(0, calc(0%), 0) !important;
    z-index: 5 !important;
  }
  .serverProfileRow .pricing-details .details-table-container{
    display: none;
  }
  .serverProfileRow .card-input-price-info .details{
    display: none;
  }
  .serverProfileRow .card-input-price-info .details-table{
    display: none;
  }
  .serverProfileRow .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;
    }
}
