.tank {
    width: 60px;
    height: 100px;
    fill: var(--md-theme-default-primary);
}

.md-layout-item {    
    margin: 8px;    
}

.md-app {
    max-height: calc(100vh);
}

.md-drawer {
    width: 230px;
    max-width: calc(100vw - 125px);
}

.md-content {    
    height: calc(100vh - 90px);   
    justify-content: left;
    align-items: baseline;
  }

.status-badge{
    color: white;
    padding: 2px 6px 2px 6px;
    border-radius: 6px;
}

.full-content{
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: calc(100vh - 120px);
}

.blink {
    animation: blink-frame 1s linear infinite;
}