.reseller-component .table {
    margin: 0;
}

.reseller-component .table th label {
    color: #2188D9;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.28px;
}

.reseller-component .table th input {
    display: none;
}

.reseller-component .flex-between img {
    padding-right: 16px;
}

.reseller-component .padd-12 {
    padding-top: 12px !important;
}

.reseller-component .table-wrapper .table-ui tbody tr {
    background: #fff;
}

.reseller-component .table-wrapper .table-ui tbody tr td {
    height: 47px;
}

.reseller-component .table-ui tbody tr:hover td:last-of-type {
    display: flex;
    text-align: center;
    align-items: center;
    box-shadow: unset;
}

.reseller-component .width-126 {
    width: 126px;
}

.reseller-component .table-striped.table>thead>tr>th {
    vertical-align: middle;
    height: 47px;
    padding: 8px 0px 8px 16px;
}

.reseller-component .img-reseller-logo {
    max-width: 120px;
    max-height: 40px;
}

.reseller-component .add-btn {
    gap: 2px;
    width: 163px;
}

.reseller-component .header-tab {
    padding: 0;
}

.reseller-component .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.reseller-component .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.reseller-component .table-wrapper .table-ui tbody tr td.description-txt span {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    width: 280px;
    line-height: 150%;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.reseller-component .column-last{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.reseller-component .table-ui tbody tr:hover .arrow-left {
    visibility: visible;
}
.reseller-component .arrow-left{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    background-color: #F2F2F2;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-left: 8px;
    visibility: hidden;
}