.irrigation-tracker-page-container{
    height: 95vh; 
    width: 97.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-start;
    padding: 1px;
    box-sizing: border-box;
    overflow: hidden;
}

.irrigation-tracker-page-header{
    height: 4.5vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    background-color: var(--div-head-first-background-color);
    color: var(--text-color);
    font-style: var(--font-style);
    font-weight: var(--font-width);
    padding-bottom: 1px;
    border: var(--div-border);
    border-top-left-radius: 5px;  
    border-top-right-radius: 5px;
    box-sizing: border-box;
}



.irrigation-tracker-header-total-irrigation{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-size: auto;
    color: var(--text-color);
    font-weight: bold;
    /* background-color: var(--div-head-second-background-color); */
    /* border-radius: 5px; */
    box-sizing: border-box;
}

.irrigation-tracker-Checklist{
    width: auto;
    margin-left: 5px;
    margin-left: 5px;
    font-size:auto;
    font-weight: bold;
}

.irrigation-tracker-graphs-body{
    height: 95%;
    width: 100%;
    display: flex;
    gap: 1px;
    padding: 1px;
    flex-direction: column; 
    /* background-color: var(--div-body-background-color); */
    border: var(--div-border);
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: auto;
    /* background-color: brown; */
    box-sizing: border-box;
}

.irrigation-tracker-header-buttons{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 2px;
    /* background-color: var(--div-head-second-background-color); */
    border-radius: 5px;
    box-sizing: border-box;
}

/* ------ floting div for irrigation tracker ------ */
.irrigation-tracker-floating-div-show{
    display: block;
    position: fixed;
    top: 30%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-height: 10vh;
    min-width: 15vw;
    max-width: 35vw;
    max-height: 80vh;
    background: var(--div-body-background-color);
    border: var(--div-border);
    border-radius: 5px;
    box-shadow: var(--floating-selected-box-shadow);
    z-index: 1000;
    text-align: center;
    box-sizing: border-box;
}

.irrigation-tracker-plant-units-selection-head{
    width: 100%;
    height: 4.5vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-start;  
    background-color: var(--div-head-first-background-color);
    color: var(--text-color);
    font-style: var(--font-style);
    font-weight: var(--font-width);
    padding-left: 2px;
    border: var(--div-border);
    border-top-left-radius: 5px;  
    border-top-right-radius: 5px;
    box-sizing: border-box;
}

.irrigation-tracker-plant-unit-selection-container{
    width: 100%;
    height: fit-content;
    max-height: 35vh;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 15px;
    text-align: left;
    overflow-y: auto;
    /* border-bottom: var(--controls-border); */
    box-sizing: border-box; 
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.irrigation-tracker-graph{
    width: 100%; 
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--div-body-background-color);
    border: var(--div-border);
    box-sizing: border-box;
}

.irrigation-tracker-colors-selection-variable-item-div{
    width: auto;
    min-width: 15vw;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding-left: 5px;
    text-align: left;
    font-size: 110%;
}
/* ---------------- statistics ------------- */
.irrigation-tracker-statistics-floating-div-show{
    display: block;
    position: fixed;
    top: 20%;
    left: 15%;
    transform: translate(-10%, -10%);
    width: 90vw;
    height: 80vh;
    background: var(--div-body-background-color);
    border: var(--div-border);
    border-radius: 5px;
    box-shadow: var(--floating-selected-box-shadow);
    z-index: 1000;
    text-align: center;
    box-sizing: border-box;
}

.irrigation-tracker-statistics-body{
    width: 100%;
    height: 76vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box; 
}

.irrigation-tracker-statistics-farms-body{
    width: 100%;
    height: 38vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: var(--div-border);
    border-radius: 5px; 
    overflow-y: auto;
    margin: 2px;
    /* background-color: #f3feeb;  */
    box-sizing: border-box; 
}

.irrigation-tracker-statistics-plant-units-body{
    width: 100%;
    height: 38vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: var(--div-border);
    border-radius: 5px;   
    overflow-y: auto;
    margin: 2px;
    /* background-color: #70e98e;  */
    box-sizing: border-box; 
}

.irrigation-tracker-statistics-unit-div{
    width: 25vw;
    height: 97%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
    margin: 3px;
    padding-top: 2px;
    border: var(--controls-border);
    border-radius: 5px;    
    box-sizing: border-box; 
}
.irrigation-tracker-statistics-unit-head{
    width: 100%;
    height: 4vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 130%;
    color: var(--text-color);
    font-weight: var(--font-width);
    border-bottom: var(--div-border);
    /* font-style: var(--font-style);  */
    box-sizing: border-box; 
}

.irrigation-tracker-statistics-unit-statistics{
    width: 100%;
    height: 8vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    
    font-weight: var(--font-width);
    box-sizing: border-box; 
}

.irrigation-tracker-statistics-unit-statistics-item{
    width: 5vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 3px;
    font-size: 90%;
    
    color: var(--text-color);
    border-radius: 5px;    
    /* background-color: #d5efdd; */
    box-sizing: border-box; 
}

.irrigation-tracker-severity-index{
    width: 1.5vw;
    height: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 3px;
    font-size: 90%;
    
    /* color: var(--text-color); */
    border-radius: 5px;    
    /* background-color: #A8D2E8; */
    box-sizing: border-box; 
}

.irrigation-tracker-statistics-unit-statistics-item-title{
    font-size: 100%;
    font-weight: bold;
}

.irrigation-tracker-statistics-unit-statistics-item-value{
    font-size: 130%;
    font-weight: bold;
}

.irrigation-tracker-statistics-unit-hist{
    width: 100%;
    height: 26vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-weight: var(--font-width);
    box-sizing: border-box; 
}

.irrigation-tracker-statistics-unit-hist-title{
    width: 100%;
    height: 3vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
}