.devices-component .table {
    margin: 0;
    table-layout: auto;
    width: 100%;
}

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

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

.devices-component .email-btn:disabled {
    cursor: not-allowed;
}

.devices-component .table th input[type="checkbox"] {
    display: block;

}

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

.companies-bulkedit-top-modal .modal-dialog {
    top: 5%;
    margin: 0 auto;
    width: 520px;
    height: 98vh;
}

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

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

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

.devices-component input[type="checkbox"]{
    margin: 0px !important;
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.devices-module-pagination-bar {
    position: sticky;
    bottom: 0;
    background-color: white;
    padding: 0 24px;
    z-index: 6;
}

.devices-module-container-block {
    margin-bottom: 0 !important;
}

.devices-component-table-action {
    max-width: 176px !important;
    width: 176px !important;
}

td.device-edit-share-options {
    padding-right: 0px !important;
    min-width: 176px;
    width: 100%;
    display: table-cell !important;
}

td.device-edit-share-options .container-edit {
    display: flex;
    text-align: left;
    width: 100%;
    justify-content: start;
    gap: 6px;
    color: #2188D9;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 14.4px */
    text-decoration-line: underline;
}

td.device-edit-share-options .text-last-row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.device-edit-share-options .device-table-options {
    background-color: #f2f2f2;
    display: flex;
    width: 20px;
    height: 20px;
    padding: 3px;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 100px;
}

td.device-edit-share-options .edit {
    gap: 4px;
}

td.device-edit-share-options .bar {
    width: 1px;
    height: 14px;
    background-color: #ECECED;
}

.device-list-text-color-red {
    color: #DC3E33 !important;
}

.device-list-text-color-yellow {
    color: #F1B10B !important
}

.device-list-text-color-green {
    color: #5CBB3A !important;
}

.devices-header-tab-container {
    padding-top: 16px !important;
    gap: 8px;
}

.header-device-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ECECED;
    border-radius: 2px;
    padding: 4px;
}

.header-device-filter img {
    width: 24px;
    height: 24px;
    padding: 3px;
}

.device-new-device-button {
    margin-left: auto;
    display: flex;
    gap: 8px;
}

.device-log-data-description {
    max-width: 500px !important;
}

.device-log-data-description-width {
    width: 500px;
}

.devices-import-export {
    display: flex;
    gap: 6px;
    align-items: center;
}

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

.devices-component .table-ui tbody tr:hover .arrow-left {
    opacity: 1;
}

.devices-component .icons-edit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    width: 178px;
}

.devices-component .btn-share-user {
    border-color: #2188D9 !important;
    color: #2188D9 !important;
}

.devices-component .btn-logout {
    margin-left: 0 !important;
    border-color: #828282;
}

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

/* In your stylesheet */
.smartwitness-checkbox {
    display:block;
    margin-top:4px; /* adjust as needed */
}
