  .entry-content {
    font-family: inherit !important;
  }

  .pixelpay-card-content {
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pixelpay-card-content-form {
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  p:empty:before {
    content: none !important;
  }
  .form-group {
    margin-top: 20px;
  }
  .label-new-card {
    transform: translateY(5px);
  }
  .new-card {
    white-space: break-spaces;
    padding-top: 20px;
    display: flex;
    width: 100%;
    margin: 0px;
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    margin-left: 15px;
  }
  ul.plans-breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    border-radius: 6px;
  }
  
  /* Display list items side by side */
  ul.plans-breadcrumb li {
    display: inline;
    font-size: 16px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.plans-breadcrumb li + li:before {
    padding: 8px 20px;
    color: black;
    content: "›";
  }
  
  /* Add a color to all links inside the list */
  ul.plans-breadcrumb li a {
    color: #717171;
    text-decoration: none;
  }
  
  ul.plans-breadcrumb li a.active {
    color: #0275d8;
  }
  
  ul.plans-breadcrumb li a.success {
    color: #00ae69;
  }
  
  /* Add a color on mouse-over */
  ul.plans-breadcrumb li a:hover {
    color: #01447e;
  }
  
  .list-group-item {
    margin-bottom: 12px;
    border-radius: 6px !important;
  }
  #item-class {
    padding: 0px;
  }
  .list-group-item .list-content {
    padding: 20px;
    padding-top: 0px;
  }
  
  .list-radio {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
  }
  
  .list-radio input[type="radio"] {
    margin: 0px 20px;
    cursor: pointer;
    margin-right: 0px;
  }
  
  .list-plans .list-radio input[type="radio"] {
    margin: 0px 10px;
    cursor: pointer;
    margin-right: 0px;
    opacity: 0;
    width: 0px;
  }
  .content-info-card {
    display: flex !important;
    width: 100%;
    margin: 0px;
    padding: 20px 10px;
    cursor: pointer;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
  }
  .list-radio label {
    display: flex !important;
    width: 100%;
    margin: 0px;
    cursor: pointer;
    font-weight: 400;
  
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
  }
  
  .list-radio label .info {
    padding: 0px 10px;
  }
  
  .list-radio label .info p {
    padding: 0px;
    margin: 0px;
  }
  
  .list-radio label .info small {
    padding: 0px;
    margin: 0px;
    opacity: 0.8;
  }
  
  .list-radio label .price {
    padding: 0px 10px;
    font-weight: bold;
    margin-right: 10px;
  }
  
  input[name="cc_number"] {
    -webkit-transition: background-image 0.3s linear;
    -o-transition: background-image 0.3s linear;
    transition: background-image 0.3s linear;
  
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 6px center;
  }

  .error-asterisk {
    color: red;
    margin-left: 4px;
    font-weight: bold;
  }

  .pixel-token-card{
    display: flex;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-card-title{
    display: flex;
  }

  .card-radio{
    padding: 20px;
  }

  .info-card{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }

  .info-card-mask {
    display: block;
  }

  .info-card-mask strong,
  .info-card-mask p {
    margin: 0; 
  }

  .info-card-img {
    vertical-align: middle;
  }

  .info-icon{
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }