/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	02.18.2020
**/

.pricing {
    position: relative;
    height: 100%;
  }
  .pricing-badge {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
  .pricing-head {
    text-align: center;
    padding: 1.75rem 1.5rem;
    border-bottom: 1px solid #e5e9f2;
  }
  .pricing-title {
    max-width: 100% !important;
  }
  .pricing-title .title {
    margin-bottom: 0.25rem;
  }
  .pricing-title:not(:last-child) {
    padding-bottom: 1.25rem;
  }
  .pricing-body {
    padding: 1.75rem 1.75rem 2rem;
  }
  .pricing-features li {
    display: flex;
    padding: 0.25rem 0;
  }
  .pricing-action {
    margin-top: 1.5rem;
    text-align: center;
  }
  .pricing-media {
    padding: 0.25rem 0;
    margin-bottom: 1.5rem;
  }
  .pricing-media img {
    max-width: 90px;
  }
  .pricing-amount {
    font-size: 0.875rem;
    color: #8094ae;
  }
  .pricing-amount .amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #526484;
  }
