.user-component {
    display: flex;
    flex-direction: column;
    height: calc(100% - 50px);
}

.user-component .table-wrapper {
    flex: 1;
    height: 100%;
}

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

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

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

.user-component .flex-between img {
    padding-right: 0px;
    margin-bottom: 2px;
}

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

.user-table-min-height {
    min-height: 25vh;
}

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

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

.user-component .table-ui tbody tr:hover td:last-of-type {
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
}

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

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

.user-component .table-wrapper .table-ui tbody tr:hover td {
    color: #4f4f4f;
}

.user-component .table-wrapper .table-ui tbody tr:hover td {
    color: #4f4f4f;
}

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

.user-component .add-btn {
    display: flex;
    height: 38px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.user-component .header-tab {
    padding: 0;
    gap: 8px;
}

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

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

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

.user-component input::placeholder {
    color: #A0A0A0;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.user-component .search-box-component {
    width: 272px;
    height: 38px;
}

.user-component .search-box-component input {
    outline: none;
}

.user-component .text-over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-component .contact_name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-device-table-scroll-thead th {
    white-space: nowrap;
}

.user-device-table-scroll-thead {
    width: 100% !important;
    table-layout: fixed !important;
}

.user-device-table-scroll-tbody tr {
    width: 100% !important;
    table-layout: fixed !important;
}

.table-wrapper-padding-zero {
    padding-bottom: 0 !important;
}

.user-total-devices-image {
    vertical-align: sub;
    width: 15px;
    height: 15px;
}

.user-table-loader {
    height: 80px !important;
    box-shadow: none !important;
}

.user-component .icons-edit {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 180px;
}
.user-component .arrow-left-container{
    margin-left: auto;
}
.user-component .btn-delete-user{
    border-color: #DC3E33 !important;
    color: #DC3E33 !important;
}
.user-component .btn-logout{
    margin-left: 0 !important;
    border-color: #ECECED;
}

.user-component .table-ui tbody tr:hover .arrow-left {
    display: flex;
}

.user-component .arrow-left{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-left: 8px;
    display: none;
}