.container-graph { display: flex; flex-direction: column; justify-content: flex-start; height: max-content; .sensor-wrapper { display: flex; flex-direction: column; align-items: center; margin-bottom: 35px; background-color: #f1f1f1; border-radius: 10px; h2 { font-size: 18px; margin-bottom: 10px; } } .title-with-dropdown { display: flex; align-items: center; justify-content: center; width: 50%; .title { flex: 0 0 25%; text-align: center; } .form-select { flex: 0 0 25%; margin: 18px 0px 0px 15px; } } } .title { text-align: center; font-size: 20px; margin: 18px 0px 0px 0px; } canvas { height: 500px !important; width: 100%; max-width: 2000px; padding-bottom: 20px; padding-top: 20px; } @media (max-width: 768px) { canvas { height: 300px !important; } } .loading { font-size: 18px; text-align: center; } .spinner { color: #16423C } .no-data { display: flex; justify-content: center; align-items: center; height: 100%; font-size: 18px; }