.bullet_round_red {
    background-color: #9501013d;
text-align: center;
border-radius: 10px;
padding-left: 10px;
padding-right: 10px;
width: 200px;}
.bullet_round_blue {
    background-color: #c3d4ff;
text-align: center;
border-radius: 10px;
padding-left: 10px;
padding-right: 10px;}
.bullet_ordre {
    text-align: center;
    width: 30px;
    border-radius: 30px !important;
    background-color: #fcffc9 !important;}
.centrat_div {
    text-align: center;
    display: flex !important;
    flex-direction: row;
    justify-content: center;}

.echarts-timeline-container {
    width: 100%;
    min-height: 400px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin: 10px 0;
    transition: box-shadow 0.3s ease;
}

.echarts-timeline-container:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.echarts-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    font-size: 16px;
    color: #666;
}
