/* ===== PRICING PAGE ===== */
.price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
          box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: 40px;
  border: 1px solid #007bff;
  margin-bottom: 45px;
}

.product-info{min-height: 8em; display: flex; align-items: center;}
.contracting-area{    min-height: 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;}

@media (min-width: 768px) {
  .price-tabs {
    margin-bottom: 60px;
  }
}

.price-tabs .nav-link {
  color: #007bff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .price-tabs .nav-link {
    padding: 12px 40px;
  }
}

.price-tabs .nav-link.active {
  background-color: #007bff;
  color: #fff;
}

.price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }


}

@media (min-width: 1000px) {
  .modal-lg {
    max-width: 1000px;
  }
}

.price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #007bff;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .price-item .price-top {
    margin: 0 -20px;
    border-radius: 20px;
  }
}

.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #007bff;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
          box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

@media (min-width: 768px) {
  .price-item .price-top:after {
    border-radius: 0 0 20px 20px;
  }
}

.price-item .price-top * {
  color: #fff;
}

.price-item .price-top h2 {
  font-weight: 700;
}

.price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}

.price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
}

.price-item .price-content li {
  position: relative;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .price-item .price-content li {
    padding-left: 8px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}

.price-item .price-content .zmdi-check {
  color: #28a745;
}

.price-item .price-content .zmdi-close {
  color: #f00;
}

.popular {
  background-color: #007bff;
}

.popular .price-top {
  background-color: #fff;
}

.popular .price-top:after {
  background-color: #fff;
}

.popular .price-top h4 {
  color: #101f41;
}

.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
  color: #007bff;
}

.popular .price-content ul *:not(.c-value),
.popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
  color: #fff !important;
}

.c-black{font-size: 14px;}

.c-value, .c-not-available, .c-yes, .c-available, .c-unlimited{
  font-size: small;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  padding: 0 0.25em;
}

.c-value{background-color: var(--warning); border-color: var(--warning);}
.c-yes, .c-available, .c-unlimited{color: #FFF; background-color: var(--success); border-color: var(--success);}
.c-not-available{color: #FFF; background-color: var(--danger); border-color: var(--danger);} 

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.popular .c-value{color: #101f41 !important}

@media only screen and (max-width : 479px) 
{
    .price-tabs .nav-link{padding: 0.5rem 1rem; border-radius: 10px; font-size: 14px;}

    .price-tabs {
      border-radius: 10px; margin-bottom: 1em;
    }
    .col-sm-6{padding: 0;}
    .card-body{padding: 1rem;}
}


.other-price, .billing-price{ text-align: right; font-weight: 600;}
.other-price{ font-size: 20px;}


#plan_total_amount, #plan_payment_price{font-size: 28px;}

.price-savings{border-radius: 20px !important; background-color: #f00; color: #fff; padding: 0.5em 1em; font-weight: 600; text-transform: uppercase; width: fit-content; margin: auto;}
.price-savings sup{top: -0.3em;  color: #FFF !important;  left: -0.2em;} 

.license-name-plan{font-weight: bold; text-transform: uppercase;}

.select2-container {
  width: 100% !important;
  padding: 0;
}

.select2-container--default .select2-selection--single {
  
  padding: .46875rem .75rem;
  height: calc(2.25rem + 2px) !important;  
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px !important;
  right: 6px !important;
}

@media only screen and (max-width : 479px) 
{
  .modal-content {
    max-height: calc(100vh - 100px); /* Ajusta según sea necesario */
    overflow-y: auto;
  }
}


@media only screen and (min-width : 480px) and (max-width : 1023px) 
{

  .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin-left: 1%;
  }
}
