﻿.dbd-chart-container {
    padding: 10px 10px 10px 20px;
}

.dbd-chart-item {
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdfdff;
    border: 1px solid lightgray;
    margin: 2px;
}

.dbd-pichart-container {
    display: flex;
}

.occupied0 {
    background-color: green!important;
}

.occupied25 {
    background-color: #6cc516 !important;
}

.occupied50 {
    background-color: yellow!important;
}

.occupied75 {
    background-color: orange!important;
}

.occupied100 {
    background-color: red!important;
}

.traffic-lbl {
    color: white;
    padding: 5px;
    width: 135px;
    text-align: center;
}

.table-item-0 {
    display: flex;
    padding: 14px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border: 3px solid #aee596;
    cursor:pointer;
}

.table-item-1 {
    display: flex;
    padding: 14px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border: 3px solid #fcc6c6;
    cursor: pointer;
}

.table-icon {
    padding: 5px;
    border-radius: 5px;
}

.table-icon img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.table-text-container-0 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #eff3ee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-text-container-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #f7e8e8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-header {
    font-size: 28px;
    font-weight: 600;
}

.table-text {
    font-size: 24px;
}

.table-text-sm {
    font-size: 14px;
}