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

.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;
}

.company-device-table-tbody {
    height: 100% !important;
    overflow-y: auto;
} 

.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;

    .price-content {
        width: 138px;
    }

    .margin-content {
        width: 160px;
    }

    .percent-content {
        padding-right: 150px;
    }
}