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

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

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

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

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

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

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

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

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

.companies-component .table-striped.table>thead>tr>th {
    vertical-align: middle;
    height: 47px;
    padding: 8px 0px 8px 16px;
    position: sticky;
    z-index: 2;
    top: 0;
}

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

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

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

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

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

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

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

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

.custom-tooltip .tooltip-inner {
    background-color: #2188D9;
    opacity: 0.9 !important;
}

.custom-tooltip .tooltip-arrow {
    border-right-color: #2188D9 !important;
    opacity: 0.9 !important;
}

.tooltip {
    opacity: 0.9 !important;
}

.comapnies-header-tooltip {
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-radius: 4px;
}

.comapnies-header-tooltip .tooltip-inner {
    padding: 8px !important;
    background: #2188D9 !important;
    width: 300px !important;
    position: relative;
    right: 139px !important;
    max-width: 300px !important;
}

.comapnies-header-tooltip .tooltip-arrow {
    border-bottom-color: #2188d9 !important;
}

.comapnies-details-contactname-tooltip .tooltip-inner {
    text-align: left !important;
    position: relative;
    top: 10px !important;
    max-width: 300px !important;
}

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

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

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

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

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

.max-width-150 {
    max-width: 150px;
    width: auto;
    display: block;
}

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

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

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

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

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

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

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

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

.companies-component .table-ui tbody tr:hover td:last-of-type .edit {
    position: absolute;
    right: 5px;
}

.company-edit-component .company-edit-scroll {
    height: calc(100vh - 180px);
    overflow-y: auto;
    display: block;
}

.companies-component .column-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 155px;
    width: 100%;
}

.companies-component .table-ui tbody tr:hover .arrow-left {
    visibility: visible;
}

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