.billing-details .integration-lists {
    flex-direction: column;
    gap: 24px;
}

.billing-details .integration-lists .integration-list {
    display: flex;
    align-items: center;
}

.billing-details .integration-lists .form-element label {
    text-transform: capitalize;
}

.reseller-plan-list {
    padding-left: 24px;
}

.billing-integration-form {
    width: 100%;
}

.link-item {
    color: #2188d9 !important;
    text-decoration: underline;
    cursor: pointer;
}

.add-platform-label {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 24%;
    padding: 16px 0;
    margin-bottom: -34px;
    color: #2188d9;
    font: 400 14px/130% Roboto, sans-serif;
    cursor: pointer;
}

.remove-addon img {
    width: 18px;
    height: 18px;
    margin-top: 16px;
}

.billingPlan-header {
    text-align: center;
}

.table-ui tbody tr:hover td:last-of-type {
    display: grid !important;
}

.green-icon {
    margin-right: 8px;
}

.title-heading {
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.plan-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}