.box-price {
  padding-top: 1.4rem;
}
.box-price .col-lg-3, .box-price .col-lg-4  {
  padding-left: 4px;
  padding-right: 0px;
  padding-bottom: 50px;
}
.box-price .btn-see-primary:hover {
  border-color: #e32540;
}
.box-price .card {
  margin-right: 10px;
}
.col-lg-6 .pricing-style,
.col-lg-6 .pricing-header {
  width: 100%;
}

.ribbon {
  width: 160px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #df465c;
  position: absolute;
  top: 16px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
}
.ribbon p {
  font-size: 14px;
  border-top: 0.3px solid #fff;
}

.ribbon__new {
  width: 160px;
  font-size: 14px;
  text-align: center;
  color: #000;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #ffcb00;
  position: absolute;
  top: 19px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 5px;
}

.ribbon__new p {
  font-size: 13px;
  border-top: 0.3px solid #fff;
  color: #575757;
  text-transform: lowercase;
}
.ribbon__new:hover {
  top: 0px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pricing-list li.price-new::after {
  content: url("../../../see4u/img/2021/01/new.svg");
  position: absolute;
  width: 10%;
  margin-left: 10px;
  transform: rotate(-20deg);
  margin-top: -2px;
}
.pricing__box {
  background-color: #f2f2f2;
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-style {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 4px;
  height: 100%;
}
.pricing-header {
  margin-top: 15px;
}
.pricing-header h3 {
  font-weight: 700;
}
.pricing-header h4 {
  padding: 12px;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

.pricing-btn .btn-see {
  border-radius: 3px;
}

.pricing-style .pricing-header .price {
  display: block;
  font-size: 45px;
  font-weight: 600;
  line-height: 80px;
  color: #121212;
}

.pricing-style .pricing-header .year {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #6c6c6c;
  margin-top: -6px;
}

.pricing-style .pricing-header .offer {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #0b8c2d;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.pricing-style .pricing-list {
  font-size: 15px;
  color: #121212;
  position: relative;
  line-height: 24px;
  padding: 20px;
}

.pricing-style .pricing-list ul li {
  font-size: 15px;
  line-height: 24px;
  color: #121212;
  margin-top: 16px;
  list-style: none;
}

.pricing-style span.colored {
  width: 100%;
  text-align: center;
  padding: 4px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px 6px 0px 0px;
}

.y {
  background-color: #f9bf52;
}
.r {
  background-color: #be1b1c;
}

.pricing-style:not(:has(.colored)) .pricing-header {
  margin-top: 47px;
}

.pricing-list e {
  font-size: 14px;
}

.pricing-list ul {
  margin: 0px;
  padding: 0px;
}
.pricing-list ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: 900;
  margin-right: 8px;
  color: black;
  text-align: center;
  position: relative;
}

.fa-check-circle-o {
  color: green;
}
.fa-times-circle-o {
  color: #e32540;
}

.pricing-style .btn-w {
  display: inline;
}

/*== PRICING MAGENTO ===*/

:root {
  --pricingTable-yellow: #faac01;
  --pricingTable-purple: #be4f91;
  --pricingTable-blue: #0192af;
}

#hosting-vps .pricingTable {
  padding-bottom: 20px;
  border-bottom: 0px;
}
.pricingTable {
  padding-bottom: 10px;
  background: #fff;
  border-bottom: 15px solid var(--pricingTable-yellow);
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

#hosting-vps .pricingTable:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC");
}
.pricingTable:before {
  content: "";
  width: 100%;
  height: 350px;
  background: var(--pricingTable-yellow);
  position: absolute;
  top: -150px;
  left: 0;
  transform: skewY(-20deg);
}
.pricingTable .pricingTable-header {
  padding: 20px 20px 60px;
  text-align: left;
  position: relative;
}

#hosting-vps .pricingTable .title {
  color: #212529;
}
.pricingTable .title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.pricingTable .sub-title {
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.pricingTable .year {
  background: #fff;
  padding: 12px 10px;
  font-size: 17px;
  color: var(--pricingTable-yellow);
  text-align: center;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1;
}
.pricingTable .year:before,
.pricingTable .year:after {
  content: "";
  width: 80px;
  height: 80px;
  background: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .year:after {
  top: auto;
  bottom: -39px;
}
.pricingTable .price-value {
  display: inline-block;
  width: 170px;
  height: 110px;
  padding: 15px;
  border: 2px solid var(--pricingTable-yellow);
  border-top: none;
  border-bottom: none;
  position: relative;
}
.pricingTable .price-value:before,
.pricingTable .price-value:after {
  content: "";
  width: 121px;
  height: 121px;
  border: 3px solid var(--pricingTable-yellow);
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .price-value:after {
  border-top: none;
  border-left: none;
  border-bottom: 3px solid var(--pricingTable-yellow);
  border-right: 3px solid var(--pricingTable-yellow);
  top: auto;
  bottom: -60px;
}
.pricingTable .value {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid var(--pricingTable-yellow);
  border-top: none;
  border-bottom: none;
  color: var(--pricingTable-yellow);
  z-index: 1;
  position: relative;
}
.pricingTable .value:before,
.pricingTable .value:after {
  content: "";
  width: 97px;
  height: 97px;
  background: #fff;
  border: 3px solid var(--pricingTable-yellow);
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: -48px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .value:after {
  border-right: 3px solid var(--pricingTable-yellow);
  border-bottom: 3px solid var(--pricingTable-yellow);
  border-top: none;
  border-left: none;
  top: auto;
  bottom: -48px;
}
.pricingTable .currency {
  display: inline-block;
  font-size: 22px;
  margin-top: 7px;
  vertical-align: top;
}
.pricingTable .amount {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  line-height: 65px;
}
.pricingTable .amount span {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  vertical-align: top;
  margin-top: -7px;
}
.pricingTable .month {
  display: block;
  font-size: 16px;
  line-height: 0;
}
ul.pricing-content {
  margin-left: 0px;
}
.pricingTable .pricing-content {
  padding: 50px 0 0 80px;
  margin-bottom: 20px;
  list-style: none;
  text-align: left;
  transition: all 0.3s ease 0s;
}
.pricingTable .pricing-content li {
  font-size: 15px;
  color: #121212;
  position: relative;
}
.pricingTable .pricing-content li:before,
.pricingTable .pricing-content li.disable:before {
  content: "\f05d";
  font-family: "FontAwesome";
  line-height: 24px;
  text-align: center;
  color: green;
  position: absolute;
  left: -50px;
  font-size: 20px;
}
.pricingTable .pricing-content li.disable:before {
  content: "\f00d";
  background: #fe6c6c;
}
.pricingTable .pricingTable-signup {
  display: inline-block;
  width: 60%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 700;
  color: var(--pricingTable-yellow);
  text-transform: uppercase;
  border: 2px solid var(--pricingTable-yellow);
  margin: 0 auto 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover {
  background: var(--pricingTable-yellow);
  color: #fff;
}
.pricingTable.purple {
  border-bottom-color: var(--pricingTable-purple);
}
.pricingTable.purple:before {
  background: var(--pricingTable-purple);
}
.pricingTable.purple .year {
  color: var(--pricingTable-purple);
}
.pricingTable.purple .price-value {
  border-left-color: var(--pricingTable-purple);
  border-right-color: var(--pricingTable-purple);
}
.pricingTable.purple .price-value:before {
  border-left-color: var(--pricingTable-purple);
  border-top-color: var(--pricingTable-purple);
}
.pricingTable.purple .price-value:after {
  border-right-color: var(--pricingTable-purple);
  border-bottom-color: var(--pricingTable-purple);
}
.pricingTable.purple .value {
  border-left-color: var(--pricingTable-purple);
  border-right-color: var(--pricingTable-purple);
  color: var(--pricingTable-purple);
}
.pricingTable.purple .value:before {
  border-left-color: var(--pricingTable-purple);
  border-top-color: var(--pricingTable-purple);
}
.pricingTable.purple .value:after {
  border-right-color: var(--pricingTable-purple);
  border-bottom-color: var(--pricingTable-purple);
}
.pricingTable.purple .pricingTable-signup {
  color: var(--pricingTable-purple);
  border-color: var(--pricingTable-purple);
}
.pricingTable.purple .pricingTable-signup:hover {
  color: #fff;
  background: var(--pricingTable-purple);
}
.pricingTable.blue {
  border-bottom-color: var(--pricingTable-blue);
}
.pricingTable.blue:before {
  background: var(--pricingTable-blue);
}
.pricingTable.blue .year {
  color: var(--pricingTable-blue);
}
.pricingTable.blue .price-value {
  border-left-color: var(--pricingTable-blue);
  border-right-color: var(--pricingTable-blue);
}
.pricingTable.blue .price-value:before {
  border-left-color: var(--pricingTable-blue);
  border-top-color: var(--pricingTable-blue);
}
.pricingTable.blue .price-value:after {
  border-right-color: var(--pricingTable-blue);
  border-bottom-color: var(--pricingTable-blue);
}
.pricingTable.blue .value {
  border-left-color: var(--pricingTable-blue);
  border-right-color: var(--pricingTable-blue);
  color: var(--pricingTable-blue);
}
.pricingTable.blue .value:before {
  border-left-color: var(--pricingTable-blue);
  border-top-color: var(--pricingTable-blue);
}
.pricingTable.blue .value:after {
  border-right-color: var(--pricingTable-blue);
  border-bottom-color: var(--pricingTable-blue);
}
.pricingTable.blue .pricingTable-signup {
  color: var(--pricingTable-blue);
  border-color: var(--pricingTable-blue);
}
.pricingTable.blue .pricingTable-signup:hover {
  color: #fff;
  background: var(--pricingTable-blue);
}

.pricing-style .info-icon:hover, .pricing i.info-icon:hover {
  color: green;
  transition: 0.2s ease-in;
  cursor: pointer;
  font-size: 18px;
}

.custom-modal {
  min-width: 50vw; /* Il modale occuperà almeno il 50% della viewport */
  max-width: 50vw; /* Evita che si allarghi troppo */
}

/* Centrare e dimensionare correttamente il modale */
.modal-dialog {
  max-width: 50vw;
  margin: auto;
}

.modal-content {
  width: 100%;
  min-height: 40vh;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.modal-header {
  background-color: #0b8c2d;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-title {
  color: #fff;
}
.modal-footer {
  border-top: 1px solid #ddd;
}

.modal-body {
  font-size: 16px;
  flex: 0;
}

/* Stile personalizzato */
.table-heading {
  font-weight: bold;
  padding: 15px;
  text-align: left;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #7f7e7e;
  background-color: #0c8c2d;
}

.pro{
    background-color:#403cc0 !important;
}

.table-heading h5 {
  color: #fff;
}

.table thead th {
  text-align: center;
  padding: 15px;
}

tr.quote td:not(:first-child) {
  font-size: 16px;
  font-weight: 500;
}

.table td:first-child {
  text-align: left;
}

.table td {
  text-align: center;
  vertical-align: middle;
}

.icon-check {
  color: #28a745;
}

.icon-cross {
  color: #e74c3c;
}

.accordion .card {
  border: none;
}

.accordion .card-header {
  background-color: #f8f9fa;
  cursor: pointer;
}

.pricing-footer {
  background-color: #2d6a35;
  color: white;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

.btn-order {
  width: 100%;
  background-color: #d35400;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.btn-order:hover {
  background-color: #a84300;
}

.discount {
  text-decoration: line-through;
  color: #888;
  font-size: 14px;
}

.table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.table tbody tr:nth-child(even) {
  background-color: #cacaca12;
}

.yes-tick:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #0b8c2d;
}

.no-tick:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #be1b1c;
}

.pricing .card {
  border-radius: 0;
  border: 1px solid #7f7e7e;
  margin-bottom: 10px;
}

.pricing .card-body {
  padding: 0px;
}

.table.table:nth-child(1) {
  margin-bottom: 10px;
}

.pricing .table td,
th {
  max-width: 40px;
}

/* Contenitore con scroll orizzontale */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
}

/* Rende la tabella non comprimibile */
.table-responsive table {
  min-width: 800px;
  /* Modifica se necessario */
  white-space: nowrap;
}

/* Personalizzazione della scrollbar */
.table-responsive::-webkit-scrollbar {
  height: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f8f8f8;
}

.pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
.pricing-container > .card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-container > .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.pricing-container > .card h2 {
  font-size: 1.5rem;
  margin: 0;
  color: #333;
  text-align: center;
}
.pricing-container > .price {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4f46e5;
  margin: 1rem 0;
}
.pricing-container > .price span {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}
.pricing-container > ul.features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.pricing-container > ul.features li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #eee;
  color: #444;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-container > ul.features li::before {
  content: "✔";
  color: #4f46e5;
  font-weight: bold;
}
.pricing-container > .btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #4f46e5;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem;
  font-weight: bold;
  border-radius: 12px;
  transition: background 0.3s ease;
}
.pricing-container > .btn:hover {
  background: #3730a3;
}
/* Evidenziare il piano centrale */
.pricing-container > .card.popular {
  border: 2px solid #4f46e5;
  transform: scale(1.05);
}
.pricing-container > .badge {
  display: inline-block;
  background: #4f46e5;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  text-align: center;
}

/* Reseller */
.reseller h3,
.reseller h4,
.reseller p {
  text-align: left;
}

.reseller .pricing-header h4 {
  padding: 0px;
}

.reseller .pricing__box {
  background-color: unset;
  padding: 0px;
  text-align: left;
}
.reseller .pricing-list {
  text-align: left;
}


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #fff;
  transition: .4s;
  border-radius: 26px;
  border: 1px solid #002539;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px; width: 20px;
  left: 3px; bottom: 3px;
  background-color: #0995e3;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider:before {
  transform: translateX(24px);
}

/* SSL */
.ssl .card {
  border: 1px solid #d7d5d4;
  margin-bottom: 30px
}

.ssl .card h3{
  font-weight: 700;
  text-transform: uppercase;
}


.ssl .card .pricing-header {
  padding: 12px;
  font-size: 1.5rem;
  font-weight: 700;
}
.ssl .card .pricing-header{
  margin-top: 0px;
}

.ssl .pricing-header .year {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #6c6c6c;
  margin-top: -6px;
}
.ssl .card ul.list-group {
  margin: 0px;
}

.ssl .card li.li-desc {
  min-height: 100px;
}
.ssl .card-body {
  padding: 0.5rem;
}

/* SERVER */

.server .price {
  font-size: 45px;
  font-weight: 600;
  line-height: 80px;
  color: #121212;
}

.server .offer {
  font-size: 15px;
  font-weight: 500;
}

.server h3{color:#0058ff;}

.server .list-group-item{
  align-items: center;
  display: flex;
  gap: 8px; }
  
.server .list-group-item img {
  width: 32px;
  height: auto;
}   
.server .card .pricing-header {
  margin-top: -40px;
}

/* Pricing list orizzontale */

/* Semidedicato card orizzontale */
.sd-card {
  border-radius: 8px;
  border: 1px solid #000;
  background-color: #fff;
  overflow: hidden;
}

.sd-badge {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.sd-body {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

.sd-col {
  padding: 20px 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.sd-col:last-child {
  border-right: none;
}

.sd-col--main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sd-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 6px;
}

.sd-subtitle {
  font-size: 0.95rem;
  font-weight: normal;
  margin: 0 0 14px;
  padding: 0;
}

.sd-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: nowrap;
}

.sd-price {
  font-size: 2rem;
  font-weight: 600;
  color: #121212;
  white-space: nowrap;
}

.sd-price small {
  font-size: 1.2rem;
}

.sd-year {
  font-size: 13px;
  color: #6c6c6c;
  white-space: nowrap;
}

.sd-offer {
  font-size: 13px;
  font-weight: 500;
  color: #0b8c2d;
  text-transform: uppercase;
  margin: 6px 0 0;
}

.sd-btn-wrap {
  margin-top: 20px;
}

.sd-col-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #888;
  margin: 0 0 14px;
}

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

.sd-list li {
  font-size: 14px;
  color: #121212;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.sd-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: 900;
  color: #000;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
}

.sd-list-note {
  display: block;
  font-size: 12px;
  color: #888;
  font-weight: normal;
}

/* Responsive */
@media (max-width: 768px) {
  .sd-body {
    grid-template-columns: 1fr;
  }

  .sd-col {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .sd-col:last-child {
    border-bottom: none;
  }
}