// // Global Style
// body {
//     @media(min-width:1921px) {
//         font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
//     }
// }

// body .footer_content {
//     p {
//         @media(min-width:1921px) {
//             font-size: 15px;
//         }
//     }

//     a {
//         @media(min-width:1921px) {
//             font-size: 15px;
//         }
//     }
// }

// body .jstree-default-dark .jstree-anchor {
//     @media(min-width:1921px) {
//         font-size: 24px;
//         line-height: 1;
//     }
// }

// body .sidebar_wrapper .wrapper_2 ul li a {
//     @media(min-width:1921px) {
//         font-size: 24px;
//     }
// }

// .right_slide_wrapper .slide_header {
//     @media(min-width:1921px) {
//         font-size: 24px;
//     }
// }

// .status_item .status_content .infoPanel .infotitle .locationcell {
//     @media(min-width:1921px) {
//         font-size: 21px;
//     }
// }
// .tab_menu_container ul li{
//     @media()
// }

// // Clarity page style
// body .jstree-default-dark .jstree-node {
//     @media(min-width:1921px) {
//         line-height: 2;
//     }
// }


@media(min-width:1921px) {
    body {
        .tab_menu_container ul li {
            font-size: clamp(1rem, 0.2vw + 1rem, 4rem);
        }

        .jstree-default-dark .jstree-anchor {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            line-height: 1;
        }

        .jstree-default-dark .jstree-node {
            line-height: clamp(1rem, 1vw + 1rem, 4rem);
        }

        .sidebar_wrapper .wrapper_2 ul li {
            a {
                font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
                line-height: 1;
            }
        }

        .right_slide_wrapper .slide_header {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .footer_content {
            p {
                font-size: clamp(1rem, 0.3vw + 0.5rem, 4rem);
            }

            a {
                font-size: clamp(1rem, 0.3vw + 0.5rem, 4rem);
            }
        }

        .clarity_wrapper_1 .title {
            font-size: clamp(1rem, 0.5vw + 2rem, 4rem);
        }

        .clarity_wrapper_1 .sub-title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .right_clarity_wrapper .status_wrapper .title {
            font-size: clamp(1rem, 0.5vw + 2rem, 4rem);
        }

        .right_clarity_wrapper .status_wrapper .sub-title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .clarity_wrapper_2 .title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .inner_tab .nav.nav-tabs .nav-item .nav-link {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .tab_inner_content .chart_control .datepicker {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .tab_inner_content .chart_control .timepicker select {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .summary_wrapper .chartTitle {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .summary_sidebar_item ul li {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .clear-btn-wrap button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        #chartsRange.single-date {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
            max-width: fit-content !important;
        }

        .overview_box .overview_values_chart .chart_title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .overview_box .overview_values_chart .chart_graph {
            width: 90% !important;
        }

        .overview_box .overview_values_chart .chart_title {
            max-width: 10%;
        }

        .daterangepicker .ranges li {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .daterangepicker .ranges ul {
            width: fit-content;
            line-height: 2;
        }

        .tab_inner_content .chart_control .control_btns button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .inner_content_body .cards_container .cards_item .cards_title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .inner_content_body .cards_container .cards_item .full_select select:first-child {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .inner_content_body .cards_container .cards_item .qty_container {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .inner_content_body .cards_container .cards_item .qty_show_container {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .tab_inner_content .chart_control .label {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .graph-tabular-data tr th {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .graph-tabular-data tr td {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .inner_content_body .right_body button {
            width: calc(1.5vw + 1rem);
        }

        .status_item .status_droplet {
            width: 11%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .chart_control .datepicker app-daterange .datepicker {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            height: 100%;
        }

        .report_wrapper .chart_control .timepicker select {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .report_wrapper .chart_control .timepicker select {
            height: 100% !important;
        }

        .report_wrapper .chart_control .day_btn button {
            height: 100% !important;
        }

        .report_wrapper .chart_control {
            padding: 10px;
        }

        .report_wrapper .chart_control {
            height: 6%;
        }

        .report_wrapper .chart_control .datepicker {
            height: 100%;
        }

        .report_wrapper .chart_control .datepicker .date_container {
            height: 100%;
        }

        .report_wrapper .chart_control {
            padding: 10px !important;
        }

        .report_wrapper .chart_control .day_btn {
            height: 100%;
        }

        .document_wrapper .page_title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .document_wrapper .document_table table thead th {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .document_wrapper .document_table table tr td {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .dropdown_container {
            max-width: 45vw;
        }

        .clear_all_container {
            max-width: 45vw;
            gap: 0.5vw;
        }

        .dropdown_container .drop_box ul li a {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .clear_all_container .clear-btn {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            max-width: 10vw;
            width: 100%;
        }

        .data_dowload_btn .date-pick_wrap {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .data_dowload_btn .date-pick_wrap {
            height: auto;
        }

        .clear_element_three .download_btn .download-btn {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            height: 100% !important;
        }

        .dropdown_container .drop_box ul li input[type="checkbox"] {
            width: 1vw;
            height: 1vw;
        }

        .error-popup .errorUnitDivInner {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .error-popup .errorUnitDivInner h3 {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        }

        .tab_inner_content .chart_control.setting-control .customer-details .customer_det_container .cust_w_half {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .tab_inner_content.setting .chart_control .datepicker {
            height: fit-content;
        }

        #measurements .overview_values_chart .chart_title {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        }

        .jstree-default-dark .jstree-icon:empty {
            // width: 0.5vw;
            // height: auto;
            // line-height: normal;
        }

        .checkbox_flow_txt {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        }

        .status-item-name {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        }

        .status-item-value {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        }

        .checkbox_flow {
            width: 1vw;
            height: 1vw;
        }

        .checkbox_flow:checked::after {
            left: 0.3vw;
            top: 0.2vw;
            width: 0.2vw;
            height: 0.4vw;
        }

        .flow_item_one .continous_drop_label {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        }

        .continous_flow_inner_wrapper .continous_flow_heading {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        }

        .flow_item_one .continous_drop_label {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .water_usage {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .status_select_flow select {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .list-icon-wrap i {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .default-btn button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }




        .mx-w-fit .flex_rate_one .flow_item_one .continous_drop_label {
            max-width: fit-content !important;
            height: 2.5vw;
        }

        .mx-w-fit .flex_rate_one .status_select_flow select {
            max-width: fit-content !important;
            width: 100% !important;
        }

        .list-icon-wrap {
            max-width: fit-content !important;
            padding: 0.2vw;

        }

        .btn_save_chang button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .btn_cancel_chang button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .flow_item_one .continous_drop_label {
            max-width: fit-content !important;
        }

        .infoIconadded .status_select_flow select {
            max-width: fit-content !important;
            width: 100% !important;
        }

        .p-tooltip .p-tooltip-text {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem) !important;
        }

        .p-component,
        .p-component * {
            box-sizing: border-box;
            // width: 15vw;
        }

        .info-icon i {
            padding-left: 10px;
            font-size: 0.8vw;
        }

        .portalSetting-wrap .portalTitle {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .portalSetting-wrap p {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .portalSetting-wrap select {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
            height: 3vh !important;
        }

        .user_left_container .page_title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_table table thead th {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_table table tr td {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_table table tr td .btn-edit {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_table table tr td .btn-disable {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_bottom_btn button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_detail_wrapper .user_detail_title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_details_container .flex_box .label-w-left {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_details_container .flex_box button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .user_details_container input {
            height: 4vh;
        }

        .user_details_container form {
            gap: 1vh;
        }

        .settings1tablerightright_sticky_heading .main_heading {
            font-size: clamp(1rem, 0.5vw + 0.7rem, 4rem) !important;
        }

        .settings1tablerightright_sticky_heading .main_heading {
            // min-width: 15vw !important;
            // max-width: 15vw !important;
        }

        .second_row_active_data {
            // min-width: 15vw !important;
        }

        .btn_wrapper .install_btn {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
            max-width: 18% !important;
            width: 100% !important;
        }

        .status_select {
            max-width: 18% !important;

            select {
                font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
                height: 3vh !important;
            }
        }

        .status_select::after {
            width: 3vw;
            font-size: 1vw !important;
        }

        .table_box .th-inner {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .table_height table tr td {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .ngx-pagination li {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .card_wrapper .card_box .fa {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .card-icon-boxs {
            height: 100%;
        }

        .installation_period .install_heading p {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .installation_period .installtion_start .install_text {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .installation_period .installtion_start .install_input input {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            width: fit-content;
            height: auto;

        }

        .end-date button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .install_product .install_product_txt p {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .all_product .first_product select {
            width: 40% !important;
            height: auto !important;
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            padding: 0.5vw 1vw;
        }

        .second_product input {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            height: auto !important;
            width: 40%;
            padding: 0.5vw 1vw;
        }

        .install_product .last_product .last_product_txt {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .product_location .location_txt {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .product_location .radio_one label {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);

            input {
                width: 1vw;
                height: 1vw;
            }
        }

        .radio_two label {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);

            input {
                width: 1vw;
                height: 1vw;
            }
        }

        .install_product .last_product {
            width: 40%;
        }

        .location_detail .location_one fieldset legend {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .location_detail .location_one input {
            height: 4vh;
            padding: 0.5vw;
        }

        .location_one .location_table table th {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            height: 3vh;
        }

        .location_one .location_table table tbody tr td {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            text-align: center;
        }

        .location_one .location_table {
            max-height: 40vh;
        }

        .location_detail .location_two fieldset legend {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .address_detail label {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .address_detail input {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            height: 4vh !important;
            padding: 0.5vw;
        }

        .cordinates .latitude_coordinate .latitude_heading {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .cordinates .latitude_coordinate .latitude_desc input {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
            height: 3vh;
        }

        .change_coordinate_btn_install button {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
            max-width: fit-content;
        }

        .location_detail .location_two .btn_clear button {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .data_tree .data_heading {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .data_detail .label_box .label_heading {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .label_radio label {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .install_product .btn-group button {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
            height: 100%;
        }

        .cordinates_popup_size .modal-content .modal-header {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .location_radio input {
            height: 1vh;
            width: 1vw;
        }

        .data_tree .data_detail .label_radio input {
            height: 1vh;
            width: 1vw;
        }

        .search_address .search_txt {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .mapboxgl-ctrl-geocoder {
            width: 100%;
        }

        .search_icon_box .search_txt input {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
            width: 100%;
            height: 4vh;
        }

        .latitude_form label {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .longitude_form label {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .modal.show .modal-dialog {
            max-width: 50vw;
        }

        .cordinates_popup_size .modal-content {
            min-width: 45vw !important;

            .modal-body {
                input {
                    height: 3vh;
                    font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
                    padding: 0.5vw;
                }


            }

            .modal-footer {
                button {
                    font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
                }
            }
        }

        .status_heading p {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }

        .disable-btn {
            max-width: fit-content;
        }

        .user_details_container .flex_box .label-w-right {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .dataScrub {
            app-daterange {
                font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            }
        }

        .dataScrub .date-picker-search .searchWrap input {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .dataScrub .dataScrubBody button.addbtn {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .dataScrub .dataScrubBody table th {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }

        .dataScrub .dataScrubBody table td {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            line-height: 1.2;
        }
        .mat-mdc-button.mat-mdc-button-base{
            height: 100%;
        }
        .mat-sort-header-content{
            line-height: 1.2;
        }

        .dataScrub .dataScrubBody table td input[type=checkbox] {
            width: 2vw !important;
            height: 1vw !important;
        }

        .dataScrub button {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .popup-content h4 {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .search-box label {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .popup-content .formWrap form input {
            height: 3vh !important;
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .search-dropdown select {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
            height: 3vh !important;
        }

        .search-dropdown .dropdown-content mat-option {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .search-dropdown .selected-item {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .popup-content .closeCustomerPopup {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
            width: 1.5vw !important;
            height: 1.5vw !important;
            border-radius: 25vw !important;
        }

        .stats_btn button {
            height: 100% !important;
        }

        #measurements .right_status {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .right_alarm_container .alarm_title {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .active_data_wrapper .right_alarm_container select {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .settings1tablerightright_sticky_heading {
            // margin-left: 400px !important;
        }

        .second_row_active_data {
            max-width: 200px;
            width: 100%;
        }

        .second_row_active_data {
            line-height: 1.5 !important;
            font-size: clamp(1rem, 0.5vw + 0.5rem, 4rem) !important;
        }

        .third_active_row_data {
            font-size: clamp(1rem, 0.5vw + 0.5rem, 4rem) !important;
        }

        .search_box input {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .required_field_output {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .install_product .last_product {
            height: 30vh !important;
        }

        .disable-btn {
            max-width: fit-content !important;
            height: 3vh;
        }

        .contact_details {
            gap: 50px;
        }

        .tab_setting_heading h6 {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .tab_button_group .button_inner_wrapper .btn-one .btn-back {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .tab_button_group .button_inner_wrapper .btn-two .btn-back {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

        .tab_button_group .button_inner_wrapper .btn-three .btn-back {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        }

    }
}

@media(min-width:2100px) {
    body {
        .tab_menu_container ul li {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem);
        }
    }

    #contentColumn .tab-content .chart_control {
        padding: 0.3vw;
        height: auto;
    }

    body .portalSetting-wrap select {
        font-size: clamp(1rem, 0.6vw + 1rem, 4rem) !important;
        height: 3vh !important;
        border: 0.1vw solid #c3abab;
    }

    .table_height table tr td {
        border: 0.1vw solid #c3b9b9;
    }

    #installationTable thead th {
        border: 0.1vw solid #c3b9b9;
    }

    .third-wrapper {
        margin-top: 2vw;
    }

    body .all_product .first_product select {
        border: 0.1vw solid #c3b9b9;
    }

    .install_product .last_product {
        border: 0.1vw solid #c3b9b9;
    }

    body .second_product input {
        border: 0.1vw solid #c3b9b9;
    }

    .no-results {
        font-size: clamp(1rem, 0.6vw + 1rem, 4rem) !important;
    }

    .location_detail .location_one fieldset.location-border {
        border-top: 0.1vw groove #ddd;
        border-left: 0.1vw groove #ddd;
        border-right: 0.1vw groove #ddd;
    }

    body .location_detail .location_one input {
        border: 0.1vw solid #ddd;
    }

    .location_two fieldset.location-border {
        border: 0.1vw solid #ddd;
    }
}

@media(min-width:2500px) {
    body {
        .jstree-default-dark .jstree-anchor {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
            height: 100%;
        }

        .sidebar_wrapper .wrapper_2 ul li a {
            font-size: clamp(1rem, 0.6vw + 1rem, 4rem);
            line-height: 1;
        }

        .tab_menu_container ul li {
            font-size: clamp(1rem, 0.4vw + 1rem, 4rem);

        }

    }

    .gm-style-iw .gm-style-iw-ch {
        display: none;
    }

    .report_wrapper .chart_control .timepicker select {
        border: 1px solid;
    }

    #contentColumn .tab-content .chart_control .summary-info-top {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .user_table table tr td:nth-child(2) {
        text-align: left;
    }

    .user_table table tr td:nth-child(3) {
        text-align: left;
    }

    .user_table table tr td:nth-child(4) {
        text-align: left;
    }

    .user_table table tr td:nth-child(5) {
        text-align: left;
    }

    .user_table table tr td:nth-child(6) {
        text-align: left;
    }

    .user_table table th:nth-child(2) {
        text-align: left;
    }

    .user_table table th:nth-child(3) {
        text-align: left;
    }

    .user_table table th:nth-child(4) {
        text-align: left;
    }

    .user_table table th:nth-child(5) {
        text-align: left;
    }

    .user_table table th:nth-child(6) {
        text-align: left;
    }

    .UserPopup {
        .modal-header .modal-title {
            font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
        }

        .boxlabel {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem) !important;
        }

        input.userSetInput,
        select.userSetSel {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem) !important;
        }

        .modal-footer button {
            font-size: clamp(1rem, 0.3vw + 1rem, 4rem) !important;
        }

        .modal .modal-body .userCreateContainer {
            row-gap: 20px;
        }
    }

    .alarm_data_list_wrapper {
        height: 70vh !important;
    }

}

@media(min-width:2800px) {
    body {
        .jstree-default-dark .jstree-anchor {
            font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
            line-height: 1.2;
        }

        .sidebar_wrapper .wrapper_2 ul li a {
            font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
            line-height: 1.2;
        }
    }

    select {
        appearance: none;
        /* Removes default arrow */
        background: url('../img/down-chevron.png') no-repeat right center;
        /* Replace with your own arrow icon */
        background-size: 2vw;
        /* Adjust the size as needed */
        padding-right: 2vw !important;
        /* Create space for the arrow */
    }

    body .installation_period .installtion_start .install_input input {
        border: 0.1vw solid #d9d6d6;
    }

    .status_select select {
        background: none;
    }
}

@media(min-width:2800px) {
    body {
        .tab_menu_container ul li {
            font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        }
    }
}

// @media(min-width:3400px) {
//     body {
//         .jstree-default-dark .jstree-anchor {
//             font-size: clamp(1rem, 0.8vw + 1rem, 4rem);
//             line-height: 1.2;
//         }

//         .sidebar_wrapper .wrapper_2 ul li a {
//             font-size: clamp(1rem, 0.8vw + 1rem, 4rem);
//             line-height: 1.2;
//         }


//     }
// }

// @media(min-width:3500px) {
//     body {
//         .tab_menu_container ul li {
//             font-size: clamp(1rem, 0.6vw + 1rem, 4rem);
//         }
//     }
// }

// @media(min-width:3900px) {
//     body {
//         .jstree-default-dark .jstree-anchor {
//             font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
//             line-height: 1.5;
//         }

//         .sidebar_wrapper .wrapper_2 ul li a {
//             font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
//             line-height: 1.5;
//         }
//     }
// }

// @media(min-width:4300px) {
//     body {
//         .tab_menu_container ul li {
//             font-size: clamp(1rem, 0.6vw + 1.1rem, 4rem);
//         }
//     }
// }

// @media(min-width:5100px) {
//     body {
//         .tab_menu_container ul li {
//             font-size: clamp(1rem, 0.7vw + 1.1rem, 4rem);
//         }
//     }
// }


/**Responsive 2560 X 1440**/

@media (min-width:2560px) and (max-width:2560px) {
    body #measurements .overview_values_chart .chart_title {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body #measurements .right_status {
        font-size: clamp(1rem, 0.2vw + 1rem, 4rem) !important;
    }

    body .status-item-name {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .status-item-value {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .user_table table thead th {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .user_table table tr td {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .user_table table tr td .btn-edit {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .user_table table tr td .btn-disable {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box .label-w-left {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box .label-w-right {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box button {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
        padding: 6px 10px;
        height: auto;
    }

    body .user_bottom_btn button {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
        margin-top: 30px;
    }

    .sidebar_wrapper .wrapper_2 ul li input[type="checkbox"] {
        width: 28px !important;
        height: 28px !important;
    }

    body .settings1tablerightright_sticky_heading .main_heading {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    body {
        .first_blue_colum {
            font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
        }
    }

    body .second_row_active_data {
        line-height: 1.5 !important;
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    body .third_active_row_data {
        font-size: clamp(1rem, 0.3vw + 1rem, 4rem) !important;
    }

    body .active_data_wrapper .right_alarm_container select {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_title {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_subtitle {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_comparison {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_date_time {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    app-daterange {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .maphistoryOneAlarmItemSetTitle {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .site_one .site_txt {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .site_sensor .site_txt {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .filter {
        .filter_title {
            font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
        }
    }

    .site_icon img {
        width: 25px !important;
    }

    div.titleSectionACABtn1 {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    div.titleSectionACABtnSelected {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    .alarmnameText {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
        line-height: 1.5 !important;
    }

    body .status_select select {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
        height: 5vh !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .status_select::after {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
        top: 17% !important;
        border-left: none !important;
    }

    .search-card-wrap .card_wrapper {
        height: 100%;
    }

    body .table_height table tr td {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    body .installation_period .installtion_start .install_text {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .installation_period .installtion_start .install_input input {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .all_product .first_product select {
        width: 40% !important;
        height: auto !important;
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
        padding: 1vw 1vw;
    }

    .all_product {
        padding-left: 25px;
    }

    body .install_product .last_product .last_product_txt {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .product_location {
        margin-top: 50px;
    }

    body .product_location .radio_one label {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .radio_two label {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .location_detail {
        margin-top: 40px;
    }

    body .location_detail .location_one input {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .location_one .location_table table th {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
        height: 4vh;
    }

    body .location_one .location_table table tbody tr td {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
        text-align: center;
    }

    body .location_detail .location_two fieldset legend {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .address_detail label {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .inner_content_body .cards_container .cards_item .full_select {
        gap: 10px;
    }
}





/**Responsive 3840 X 2160**/

@media (min-width:3840px) and (max-width:3840px) {
    body .jstree-default-dark .jstree-anchor {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        line-height: 1.2;
    }

    body .sidebar_wrapper .wrapper_2 ul li a {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        line-height: 1.2;
    }

    body .right_slide_wrapper .slide_header {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    .status_item .status_content .infoPanel .infotitle .locationcell {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        line-height: 1.3;
    }

    .status_item .status_content .infoPanel .infotitle td {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        line-height: 1.3;
    }

    body #measurements .overview_values_chart .chart_title {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body #measurements .right_status {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem) !important;
    }

    body .status-item-name {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .status-item-value {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .user_table table thead th {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .user_table table tr td {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .user_table table tr td .btn-edit {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .user_table table tr td .btn-disable {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box .label-w-left {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box .label-w-right {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        padding: 6px 10px;
        height: auto;
    }

    body .user_bottom_btn button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        margin-top: 30px;
    }

    .sidebar_wrapper .wrapper_2 ul li input[type="checkbox"] {
        width: 40px !important;
        height: 40px !important;
    }

    body .settings1tablerightright_sticky_heading .main_heading {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body {
        .first_blue_colum {
            font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        }
    }

    body .second_row_active_data {
        line-height: 1.5 !important;
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .third_active_row_data {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    body .active_data_wrapper .right_alarm_container select {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_subtitle {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_comparison {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_date_time {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    app-daterange {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .maphistoryOneAlarmItemSetTitle {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .site_one .site_txt {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .site_sensor .site_txt {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .filter {
        .filter_title {
            font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        }
    }


    .site_icon img {
        width: 50px !important;
    }

    div.titleSectionACABtn1 {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    div.titleSectionACABtnSelected {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .alarmnameText {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        line-height: 1.5 !important;
    }

    body .status_select select {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        height: 5vh !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .status_select::after {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        top: 17% !important;
        border-left: none !important;
    }

    .search-card-wrap .card_wrapper {
        height: 100%;
    }

    body .table_height table tr td {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .installation_period .installtion_start .install_text {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .installation_period .installtion_start .install_input input {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .all_product .first_product select {
        width: 40% !important;
        height: auto !important;
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        padding: 1vw 1vw;
    }

    .all_product {
        padding-left: 25px;
    }

    body .install_product .last_product .last_product_txt {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    .product_location {
        margin-top: 50px;
    }

    body .product_location .radio_one label {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .radio_two label {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    .location_detail {
        margin-top: 40px;
    }

    body .location_detail .location_one input {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .location_one .location_table table th {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        height: 4vh;
    }

    body .location_one .location_table table tbody tr td {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        text-align: center;
    }

    body .location_detail .location_two fieldset legend {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .address_detail label {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .footer_content p {
        font-size: clamp(1rem, 0.7vw + 0.5rem, 4rem);
    }

    body .footer_content a {
        font-size: clamp(1rem, 0.7vw + 0.5rem, 4rem);
    }

    body .clarity_wrapper_1 .title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .clarity_wrapper_1 .sub-title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        line-height: 1.5;
    }

    body .clarity_wrapper_2 .title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .right_clarity_wrapper .status_wrapper .sub-title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body {
        .alarm_heading {
            font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        }
    }

    .first_blue_colum {
        min-width: 400px !important;
        max-width: 400px !important;
    }

    .settings1tablerightright_sticky_heading .main_heading {
        min-width: 400px !important;
    }

    .second_row_active_data {
        min-width: 400px !important;
    }

    .third_active_row_data {
        min-width: 400px !important;
    }

    .settings1tablerightright_sticky_heading {
        margin-left: 800px !important;
    }

    body .tab_button_group .button_inner_wrapper .btn-one .btn-back {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .tab_button_group .button_inner_wrapper .btn-two .btn-back {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .tab_button_group .button_inner_wrapper .btn-three .btn-back {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .clear-btn-wrap button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .report_wrapper .chart_control .timepicker select {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        border: 0.1vw solid #aba1a1;
    }

    body .document_wrapper .document_table table thead th {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        max-width: 20%;
        width: 100%;
    }

    .overview_box .overview_values_chart .chart_graph {
        height: 10vh !important;
    }

    .no-data-warning {
        font-size: clamp(1rem, 0.6vw + 1rem, 4rem);
    }

    .settingInnerContainer .flow_setting_wrapper {
        height: 15% !important;
    }

    body .dataScrub .date-picker-search .searchWrap input {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
        border: 1px solid #2163ac;
    }

    body .portalSetting-wrap .portalTitle {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .portalSetting-wrap p {
        font-size: clamp(1rem, 0.6vw + 1rem, 4rem) !important;
    }

    body .tab_inner_content .chart_control.setting-control .customer-details .customer_det_container .cust_w_half {
        font-size: clamp(1rem, 0.6vw + 1rem, 4rem);
    }

    .table_height table {
        height: 100%;
        margin: 0;
        border: 0.1vw solid #c3b9b9;
    }

    body .install_product .btn-group button {
        font-size: clamp(1rem, 0.6vw + 1rem, 4rem);
    }

    body .change_coordinate_btn_install button {
        font-size: clamp(1rem, 0.6vw + 1rem, 4rem);
    }

    body .location_detail .location_two .btn_clear button {
        font-size: clamp(1rem, 0.6vw + 1rem, 4rem);
    }

    .setting_one .title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    .setting_two .title_two {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    .setting_text {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
    }

    .settingTableAlarmColor {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
    }

    .enable_btn_wrapper button {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        border-radius: 0.2vw !important;
        width: fit-content !important;
    }

    .logic_form_inner_wrapper .logic_form_one .form_title {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .logic_form_inner_wrapper .logic_form_two .form_title {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .logic_form_inner_wrapper .form_title {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .select_logic {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        height: 4vh !important;
        border: 0.1vw solid #ddd;
    }

    .form_number input {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        height: 4vh !important;
        border: 0.1vw solid #ddd;
    }

    .form_number span {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .form_flex .form_one input {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        height: 4vh !important;
        border: 0.1vw solid #ddd;
    }

    .form_flex .form_two select {
        height: 4vh !important;
    }

    .email_box {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .email_box input[type=checkbox] {
        width: 1vw !important;
        height: 1vw !important;
    }

    .alarmStateColor {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .inner_content_body .cards_container .cards_item .full_select {
        gap: 15px;
    }

    .jstree-default-dark>.jstree-no-dots .jstree-open>.jstree-ocl {
        transform: scale(4) !important;
        margin: 0.5vw 0 !important;
        padding-bottom: 0.8vw !important;
    }

    .jstree-default-dark .jstree-checkbox {
        background-position: -159px -1.5px !important;
    }

    body .jstree-default-dark .jstree-node {
        line-height: 24px !important;
    }

    .jstree-default-dark>.jstree-no-dots .jstree-closed>.jstree-ocl {
        background-position: -4px -4px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}


/**Responsive 5120 X 2880**/

@media (min-width:5120px) and (max-width:5120px) {
    body .jstree-default-dark .jstree-anchor {
        font-size: clamp(1rem, 1.2vw + 1rem, 4rem);
        line-height: 1.2;
        height: 100%;
    }

    body .sidebar_wrapper .wrapper_2 ul li a {
        font-size: clamp(1rem, 1.2vw + 1rem, 4rem);
        line-height: 1.2;
    }

    body .right_slide_wrapper .slide_header {
        font-size: clamp(1rem, 1.2vw + 1rem, 4rem);
    }

    .status_item .status_content .infoPanel .infotitle .locationcell {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        line-height: 1.3;
    }

    .status_item .status_content .infoPanel .infotitle td {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        line-height: 1.3;
    }

    body #measurements .overview_values_chart .chart_title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body #measurements .right_status {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .status-item-name {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .status-item-value {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .user_table table thead th {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .user_table table tr td {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .user_table table tr td .btn-edit {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        padding: 0.2vw 1vw;
    }

    body .user_table table tr td .btn-disable {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box .label-w-left {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box .label-w-right {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .user_details_container .flex_box button {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        padding: 0.3vw 1vw;
        height: auto;
    }

    body .user_bottom_btn button {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        margin-top: 150px;
    }

    .sidebar_wrapper .wrapper_2 ul li input[type="checkbox"] {
        width: 50px !important;
        height: 50px !important;
    }

    body .settings1tablerightright_sticky_heading .main_heading {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    body {
        .first_blue_colum {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
        }
    }

    body .second_row_active_data {
        line-height: 1.5 !important;
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    body .third_active_row_data {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .active_data_wrapper .right_alarm_container select {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_subtitle {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_comparison {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    .active_data_wrapper .right_alarm_container .alarm_body .alarm_data_list .list_date_time {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    app-daterange {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    .maphistoryOneAlarmItemSetTitle {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .site_one .site_txt {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    .site_sensor .site_txt {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    .filter {
        .filter_title {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
        }
    }

    .site_icon img {
        width: 50px !important;
    }

    div.titleSectionACABtn1 {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    div.titleSectionACABtnSelected {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    .alarmnameText {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
        line-height: 1.5 !important;
    }

    body .status_select select {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
        height: 5vh !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .status_select::after {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
        top: 17% !important;
        border-left: none !important;
    }

    .search-card-wrap .card_wrapper {
        height: 100%;
    }

    body .table_height table tr td {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        border: 3px solid #a7a2a2;
        text-align: center;
    }

    body .installation_period .installtion_start .install_text {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .installation_period .installtion_start .install_input input {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .all_product .first_product select {
        width: 40% !important;
        height: auto !important;
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        padding: 1vw 1vw;
    }

    .all_product {
        padding-left: 25px;
    }

    body .install_product .last_product .last_product_txt {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    .product_location {
        margin-top: 50px;
    }

    body .product_location .radio_one label {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .radio_two label {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    .location_detail {
        margin-top: 40px;
    }

    body .location_detail .location_one input {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .location_one .location_table table th {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        height: 4vh;
    }

    body .location_one .location_table table tbody tr td {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        text-align: center;
    }

    body .location_detail .location_two fieldset legend {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .address_detail label {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .footer_content p {
        font-size: clamp(1rem, 0.9vw + 0.5rem, 4rem);
    }

    body .footer_content a {
        font-size: clamp(1rem, 0.9vw + 0.5rem, 4rem);
    }

    body .clarity_wrapper_1 .title {
        font-size: clamp(1rem, 1.2vw + 1rem, 4rem);
    }

    body .clarity_wrapper_1 .sub-title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
        line-height: 1.5;
    }

    body .clarity_wrapper_2 .title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .right_clarity_wrapper .status_wrapper .sub-title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body {
        .alarm_heading {
            font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
        }
    }

    .first_blue_colum {
        min-width: 600px !important;
        max-width: 600px !important;
    }

    .settings1tablerightright_sticky_heading .main_heading {
        min-width: 600px !important;
    }

    .second_row_active_data {
        min-width: 600px !important;
    }

    .third_active_row_data {
        min-width: 600px !important;
    }

    .settings1tablerightright_sticky_heading {
        margin-left: 1200px !important;
    }

    body .tab_button_group .button_inner_wrapper .btn-one .btn-back {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        padding: 0.2vw 1vw !important;
    }

    body .tab_button_group .button_inner_wrapper .btn-two .btn-back {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        padding: 0.2vw 1vw !important;
    }

    body .tab_button_group .button_inner_wrapper .btn-three .btn-back {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        padding: 0.2vw 1vw !important;
    }

    body .table_box .th-inner {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    .table_box .table thead th {
        vertical-align: bottom;
        border-bottom: 3px solid black;
    }

    .card_wrapper .card_box {
        padding: 6px 51px;
    }

    body .card_wrapper .card_box .fa {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .status_heading p {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .search_box input {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .btn_wrapper .install_btn {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .ngx-pagination li {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .installation_period .install_heading p {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .second_product input {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        margin-top: 1vw;
    }

    body .product_location .location_txt {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .install_product .install_product_txt p {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        margin: 40px 0px;
    }

    body .location_detail .location_one fieldset legend {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .install_product .btn-group button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        height: 100%;
        max-width: fit-content;
    }

    body .change_coordinate_btn_install button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .jstree-default-dark .jstree-node {
        line-height: 6;
    }

    .clarity_sidebar_tree .jstree-default .jstree-clicked {
        background: #efefef !important;
        color: #000000 !important;
        height: 100%;
    }

    .tab_inner_content .chart_control .datepicker .prev-btn {
        border-right: 1px solid #000;
        padding: 0.3vw;
        height: 100%;
    }

    .tab_inner_content .chart_control .datepicker .next-btn {
        border-left: 1px solid #000;
        padding: 0.3vw;
        height: 100%;
    }

    body .tab_menu_container ul li {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    #contentColumn .tab-content .chart_control .summary-info-top {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        display: flex;
        align-items: center;
    }

    body .tab_inner_content .chart_control .datepicker {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .tab_inner_content .chart_control .timepicker select {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .chart_control .datepicker app-daterange .datepicker {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        height: 100%;
    }

    body .inner_tab .nav.nav-tabs .nav-item .nav-link {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .summary_wrapper .chartTitle {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .summary_sidebar_item ul li {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .clear-btn-wrap button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        margin: 0.5vw;
        padding: 0.4vw 2vw;
    }

    .overview_box .overview_values_chart .chart_graph {
        height: 10vh !important;
    }

    body .overview_box .overview_values_chart .chart_title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .inner_content_body .cards_container .cards_item .cards_title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .tab_inner_content .chart_control .label {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .tab_inner_content .chart_control .control_btns button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .report_wrapper .chart_control .timepicker select {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        border: 0.1vw solid #d2d2d2;
    }

    .report_wrapper .chart_control .day_btn button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .document_wrapper .document_table table thead th {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        max-width: fit-content;
        width: 20%;
    }

    body .document_wrapper .document_table table tr td {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .document_wrapper .page_title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .clear_all_container .clear-btn {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        max-width: 10vw;
        width: 100%;
        padding: 0.2vw;
    }

    body .data_dowload_btn .date-pick_wrap {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .clear_element_three .download_btn .download-btn {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        padding: 0.2vw;
    }

    body .dropdown_container .drop_box ul li a {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .tab_inner_content .chart_control.setting-control .customer-details .customer_det_container .cust_w_half {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .flow_item_one .continous_drop_label {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .water_usage {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    .no-data-warning {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    body .default-btn button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .portalSetting-wrap .portalTitle {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .portalSetting-wrap p {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .portalSetting-wrap select {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    body .dataScrub .date-picker-search .searchWrap input {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        border: 0.1vw solid #bbb9b9;
    }

    .date-picker-search app-daterange .date-pick_wrap .next-btn {
        padding: 0.3vw;
    }

    .date-picker-search app-daterange .date-pick_wrap .prev-btn {
        padding: 0.3vw;
    }

    body .user_left_container .page_title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    .user_table table tr td .remove-user img {
        width: 2vw;
    }

    body .user_detail_wrapper .user_detail_title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    body .tab_setting_heading h6 {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem) !important;
    }

    body .location_detail .location_two .btn_clear button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    .setting_one .title {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    .setting_two .title_two {
        font-size: clamp(1rem, 0.9vw + 1rem, 4rem);
    }

    .setting_text {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    .settingTableAlarmColor {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
    }

    .enable_btn_wrapper button {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        border-radius: 0.2vw !important;
        width: fit-content !important;
    }

    .logic_form_inner_wrapper .logic_form_one .form_title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .logic_form_inner_wrapper .logic_form_two .form_title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .logic_form_inner_wrapper .form_title {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .select_logic {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        height: 4vh !important;
        border: 0.1vw solid #ddd;
    }

    .form_number input {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        height: 4vh !important;
        border: 0.1vw solid #ddd;
    }

    .form_number span {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .form_flex .form_one input {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
        height: 4vh !important;
        border: 0.1vw solid #ddd;
    }

    .form_flex .form_two select {
        height: 4vh !important;
    }

    .email_box {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

    .email_box input[type=checkbox] {
        width: 1vw !important;
        height: 1vw !important;
    }

    .alarmStateColor {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem) !important;
    }

}

@media(min-width:2500px) {
    .report-date-picker .date-pick_wrap .prev-btn {
        height: 100% !important;
        display: flex;
        align-items: center;
    }

    .report-date-picker .date-pick_wrap .next-btn {
        height: 100% !important;
        display: flex;
        align-items: center;
    }

    .stats_btn button {
        width: 2.5vw !important;

        img {
            width: 100% !important;
        }
    }

    body .checkbox_flow_txt {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
    }

    body .continous_flow_inner_wrapper .continous_flow_heading {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
    }

    .mat-mdc-paginator-page-size-label {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .mat-mdc-paginator .mat-mdc-select-value {
        font-size: clamp(1rem, 0.3vw + 1rem, 4rem) !important;
    }

    .ng-tns-c1205077789-0 {
        font-size: clamp(1rem, 0.3vw + 1rem, 4rem) !important;
    }

    .mat-mdc-text-field-wrapper {
        width: 100%;
        border: 1px solid;
    }

    .mat-mdc-paginator-range-label {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .mat-mdc-icon-button[disabled][disabled] {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .p-datatable-wrapper table th {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .p-datatable-wrapper table td {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .mat-mdc-paginator-outer-container {
        margin-top: 10px;
    }

    .active_table_page {
        padding-left: 20px;
    }

    body .location_radio input {
        height: 2vh;
        width: 2vw;
    }

    body .data_tree .data_detail .label_radio input {
        height: 2vh;
        width: 2vw;
    }

    body #measurements .overview_values_chart .chart_title {
        font-weight: 600;
    }
}


@media (min-width: 2500px) {
    i.jstree-icon.jstree-checkbox {
        width: 30px !important;
        height: 30px !important;
        line-height: 1.5 !important;
        transform: scale(2) !important;
        margin-bottom: 0px !important;
        margin-right: 10px;
    }

    body .jstree-default-dark .jstree-anchor {
        line-height: 0.5;
        margin-bottom: 13px;
        vertical-align: middle;
        height: 45px;
        padding: 15px 0px 0px;
        width: 100%;
    }

    .jstree-default-dark .jstree-icon:empty {
        width: 34px !important;
    }

    .jstree-default-dark {
        background: #fff;
        margin-left: 20px;
        margin-top: 40px;
    }

    .jstree-default-dark>.jstree-no-dots .jstree-open>.jstree-ocl {
        background-position: -36px -4px;
        transform: scale(2.5);
    }

    .jstree-default-dark>.jstree-no-dots .jstree-closed>.jstree-ocl {
        transform: scale(2.5);
    }

    .mdc-button .mdc-button__label {
        font-size: clamp(1rem, 0.3vw + 1rem, 4rem) !important;
    }

    .mat-mdc-raised-button {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        padding: 36px 27px !important;
    }

}

@media (min-width: 3800px) {
    i.jstree-icon.jstree-checkbox {
        width: 30px !important;
        height: 30px !important;
        line-height: 1.5 !important;
        transform: scale(3) !important;
        margin-bottom: 0px !important;
        margin-right: 30px;
    }

    .mat-mdc-raised-button {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
        padding: 36px 27px !important;
    }

    .generate-secret-key {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .p-datatable-wrapper table th {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem);
    }

    .mat-mdc-text-field-wrapper {
        width: 100%;
        border: 1px solid;
    }

    .ng-tns-c1205077789-0 {
        font-size: clamp(1rem, 0.5vw + 1rem, 4rem) !important;
    }

    .p-datatable-wrapper table td {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    .mdc-button .mdc-button__label {
        font-size: clamp(1rem, 0.4vw + 1rem, 4rem);
    }

    body .jstree-default-dark .jstree-anchor {
        font-size: clamp(1rem, 0.7vw + 1rem, 4rem);
        line-height: 0.5;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .jstree-default-dark {
        background: #fff;
        margin-left: 60px;
    }

    // .jstree-default-dark>.jstree-no-dots .jstree-open>.jstree-ocl {
    //     background-position: -36px -4px;
    //     transform: scale(3);
    // }
    body .jstree-default-dark .jstree-anchor {
        line-height: 0.5;
        margin-bottom: 0;
        vertical-align: middle;
        height: 0;
        padding: 30px 0px 40px;
        width: 100%;
    }

    .jstree-default-dark>.jstree-no-dots .jstree-closed>.jstree-ocl {
        transform: scale(3.7) !important;
    }
}










.dropdown-card app-sensors .sensor-list ul{
    padding: 0;
    li{
  list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    input{
        width:20px;
        height:20px;
    }
}
}