.card-icon {
  width: 23px;
  height: 23px;
  svg{
    width: 100%;
    height: 100%;
  }
}

/* stylelint-disable selector-max-id */
#profile-summary-tabpane-billings{
  .scroll-mysubscription-wrapper.card{
    .card-body{
      position: relative;
      &::before {
        position: absolute;
        bottom: -19px;
        left: 0;
        z-index: 99999;
        width: calc(100%);
        height: 19px;
        content: "";
        background: var(--#{$variable-prefix}light-gray-background);
      }
      &:last-child{
        &::before {
          content: none;
        }
      }
    }
  }
}
/* stylelint-enable selector-max-id */
