.header-tab-ordering-list {
    height: auto !important;
    padding-bottom: 16px !important;
}

.table-switch {
    padding-top: 16px !important;
    width: 4% !important;
}

.switch-content {
    position: absolute;
    top: 0px;
    right: -4px;
    transform: translateY(-50%);
    top: 58%;
}

.store-check{
    margin: -18px 0;
}

.plan-name {
    display: flex;
    align-items: center;

    .plan-name-icon {
        margin-right: 8px;
        margin-left: -14px;
        border: 1px solid #E0E0E0;
        border-radius: 50%;
        z-index: 10;

        img {
            width: 28px;
            height: 28px;
        }
    }
}

.accessory-name {
    padding-left: 28px;
    position: relative;
}

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

    .customer-price-content {
        width: 72px;
    }

    .ordering-margin-content {
        width: 76px;
    }

    .ordering-percent-content {
        width: 92px;
    }
    
    .percent-edit{
        margin-left: 60px;   
    }
}

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

.accessory-name::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #e0e0e0;
}

/* For the last accessory: only half-height border */
.accessory-name.last-accessory::before {
    height: 50%;
}

.accessory-row {
    background-color: #f9f9f9;
}

.accessory-row td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.accessory-prefix {
    color: #777;
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
}

.accessory-connector {
    position: absolute;
    left: -2px;
    top: 13px;
    width: 25px;
    height: 2px;
    background-color: #e0e0e0;
}

.future-plans-feature-visible {
    opacity: 1 !important;
}