.device-edit-component .left-content,
.device-edit-component .right-content {
    display: flex;
    flex-direction: column;
    width: 470px;
    gap: 16px;
}

.device-edit-component .traker-info {
    border-radius: 4px;
    border: 1px solid #ECECED;
    width: 354px;
    height: 189px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
}

.device-edit-component .check-gcp {
    display: flex;
    align-items: flex-start;
    gap: 8px !important;
    margin-top: 0px !important;
}

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

.livestream-limit-tooltip .tooltip-inner {
    text-align: left;
    padding: 8px !important;
    background: #2188D9 !important;
    min-width: 460px !important;
    white-space: normal;
    word-wrap: break-word;
}

.livestream-limit-tooltip .tooltip-arrow {
    border-right-color: #2188D9 !important;
}

.device-edit-component .traker-info .traker-info-header {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.16px;
}

.device-edit-component .traker-info .traker-info-row {
    display: flex;
    gap: 40px;
}

.device-edit-component .config-button-section {
    margin-top: 16px;
}

.device-edit-component .traker-info .traker-info-row .traker-title {
    color: #828282;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 85px;
}

.device-edit-component .traker-info .traker-info-row .traker-link {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 190px;
    white-space: nowrap;
}

.device-edit-component .device-plans-table-header tr td:nth-child(1),
.device-edit-component .device-plans-table-header tr th:nth-child(1) {
    text-align: left;
}

.device-edit-component .device-plans-heading {
    color: #4f4f4f;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.28px;
    padding: 16px 0 0 0;
    border-bottom: none !important;
}

.device-edit-component .device-plans {
    display: flex;
    border-bottom: 1px solid #d6d6d8;
}

.device-edit-component .device-plans th,
.device-edit-component .device-plans td {
    width: 125px;
    padding: 16px 0;
    text-align: center;
}

.device-edit-component .device-plans .device-plans-feature {
    width: 450px;
    padding: 16px 0;
    text-align: left;
}

.device-edit-component .deviceplans-table {
    width: 950px;
}

.device-edit-component .device-plans-heading:first-of-type .device-plan-selected {
    border-top: 2px solid #2188d9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.device-edit-component .device-plans-row:last-child .device-plan-selected {
    border-bottom: 2px solid #2188d9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.device-edit-component .device-plans-row:last-child {
    border-bottom: none;
}

.device-edit-component .device-plan-selected {
    border-left: 2px solid #2188d9;
    border-right: 2px solid #2188d9;
}

.device-edit-component .device-plan-not-selected {
    opacity: 0.5;
}

.device-edit-component .device-plane-section {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.device-edit-component .device-plane-section .block-header {
    margin-bottom: 32px !important;
    gap: 8px;
    justify-content: space-between;
    padding-right: 24px;
    cursor: pointer;
}

.device-edit-component .device-plane-section .block-header img{
    cursor: pointer;
}

.device-edit-component .device-plane-section .device-plan-section-arrow-down {
    padding: 0 6px;
}

.device-edit-component .traker-link a:not([href]) {
    color: #4F4F4F;
}

.device-edit-component .device-plan-dropdown a.action-item:last-child>span {
    color: #DC3E33;
}

.device-edit-component .device-plan-dropdown-with-legacybase a.action-item:nth-child(4)>span {
    color: #F1B10B;
}

.device-edit-component .device-plan-dropdown-with-legacybase a.action-item:last-child>span {
    color: #DC3E33;
}

.device-edit-component .daily-video-download-input{
    margin-top: 16px;
}

.device-edit-component .device-edit-scroll{
    height: calc(100vh - 120px);
    overflow-y: auto;
    display: block;
}
.summary-block {
    display: flex;
    gap: 16px
}

.summary-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid #ECECED;
    padding: 16px;
}

.summary-info .summary-row-gap {
    padding-left: 24px;
}

.summary-info-header {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.16px;
}

.summary-info-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

.summary-title {
    color: #828282;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 200px;
}

.summary-link {
    color: #4F4F4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    justify-content: start;
    min-width: 200px;
}

.device-edit-component .table {
    margin: 0;
}

.device-edit-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;
}


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

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

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

.device-edit-component .table-wrapper .table-ui tbody tr {
    background: #fff;
    position: inherit;
}

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

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

.device-edit-component .width-126 {
    width: 126px;
}

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

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

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

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

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

.device-edit-component .header-tab {
    padding: 0;
    height: auto !important;
}

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

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

.device-edit-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;
}

.device-edit-component .device-add-table-options {
    flex-direction: column !important;
    gap: 16px !important;
    padding-right: 24px !important;
}

.device-edit-component .table-body {
    display: table-row-group;
    overflow: auto !important;
}

.device-edit-component .table-body tr {
    width: 100% !important;
    table-layout: fixed !important;
}

.device-edit-component .feature-management{
    flex-direction: column;
    gap: 24px;
    margin: 0 16px;
}
.device-edit-component .feature-management .form-row{
    gap: 8px !important;
    margin-top: 0px;
}

.device-edit-component .feature-management .block{
    display: block;
}

.device-edit-component .feature-management .form-row{
    height: 20px;
}

.device-edit-component .feature-management .form-row.no-height{
    height: unset;
}

.mobile-phone-section.form-element .material-input {
    -webkit-box-shadow: none;
    box-shadow: unset;
}

.mobile-phone-section.form-element .material-input:focus {
    -webkit-box-shadow: none;
    box-shadow: unset;
}

.mobile-phone-section .dropdown {
    display: flex;
}

.mobile-phone-section .dropdown>span {
    width: 100px;
}

.smartwitness-checkbox .material-input {
    width: auto;
    border: none;
    padding-bottom: unset !important;
    margin-top: 10px;
}

.trackertype-dropdown {
    position: relative;
    display: inline-block;
}

.trackertype-dropdown-menu {
    position: absolute;
    z-index: 1;
    width: 470px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.trackertype-dropdown-item {
    padding: 10px 16px;
    cursor: pointer;
    width: 470px;
}

.trackertype-dropdown-item:hover {
    background-color: #F4F9FD;
}

.trackertype-dropdown-item-image {
    margin-right: 8px;
}

.tracker-type-input {
    cursor: pointer !important;
    color: #4f4f4f !important;
    width: 470px !important;
}

.tracker-type-device-category-padding {
    padding-left: 30px;
}

.trackertype-dropdown .material-input {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.tracker-type-input:focus {
    border-color: #2188d9 !important;
}

.arrowup-image {
    position: absolute;
    right: 0;
    background-color: #fff;
    bottom: 2px;
    cursor: pointer;
}

.arrowdown-image {
    bottom: 14px;
    right: 8px;
    position: absolute;
    background-color: #fff;
}

.device-not-found {
    width: min-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;

}

.device-not-found .not-found-text-container {
    color: #828282;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.device-not-found .not-found-container {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.device-not-found .not-found {
    color: #DC3E33;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 26px */
}

td.checkbox-column {
    width: 50px;
}

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

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

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

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

.date-range-component {
    position: relative;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #ECECED;
    border-radius: 2px;
    padding-left: 20px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    .present-view {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        height: 100%;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #828282;

        .mat-icon {
            font-size: 20px;
        }
    }
    img{
        padding-bottom: 2px;
    }
}
.date-picker{
    display: flex !important;
    justify-content: center !important;
    width: 130px !important;
    margin-left: 10px !important;
    border: none !important;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}
.daterangepicker.dropdown-menu.opensright.show-calendar {
    min-width: 660px !important;
}

/* Add spacing after block headers in device edit component */
.device-edit-component .container-block .block-header {
    margin-bottom: 32px !important;
}

/* Ensure content starts with proper spacing after header */
.device-edit-component .container-block .block-content {
    margin-top: 8px;
}

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