.company-device-container-block {
    width: 100%;
}

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

.comapny-device-plan-dropdown {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table tr:last-child .tracker-type-dropdown-menu {
    top: -70px !important;
}

.company-device-data-plan-list {
    width: 100%;
    top: 25px;
}

.company-device-blue-arrow {
    position: relative;
    right: -8px;
}

.company-devices-status-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0px;
    position: fixed;
    width: 172px;
    height: max-content;
    top: 40px;
    background: #FFF;
    box-shadow: 0px 4px 10px rgba(6, 12, 27, 0.15);
    border-radius: 4px;
    z-index: 4;
    left: -10px;
    max-height: 300px;
    overflow: auto;
}

.company-devices-status-dropdown {
    position: relative !important;
    display: flex !important;
}

.company-details-component .table-wrapper {
    width: 100%;
    overflow-y: auto;
    position: relative;
}

.company-details-component .table-wrapper .table-ui tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.company-details-component .company-device-row{
    margin-left: auto;
}

.company-details-component .table-wrapper .table-ui tbody {
    display: block;
    height: calc(100vh - 565px);
    overflow: auto;
}

.company-details-component .table-wrapper .table-ui thead {
    position: fixed;
    z-index: 2;
    display: contents;
}

.company-details-component .table-wrapper .table-ui thead th {
    z-index: 2;
}