.sensors-setting-page-container{
    height: 95vh;
    width: 100%;          
    max-width: 100%;      
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

    overflow: hidden;    
    min-width: 0;
    align-self: stretch;
}

/* sensors section */
.sensors-setting-section-div{
    height: 100%;        
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.sensors-setting-controllers-data-table-div-body{
    width: 100%;
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* .sensors-setting-header-div{
    width: 100%;
    min-height: 0;      
    height: 4vh;         
    overflow: visible;    
    position: relative;   
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
} */

.sensors-setting-header-div{
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;   /* keep */
  display: flex;
  align-items: center;
}








