@import '_content/Blazicons/Blazicons.886t4n1lry.bundle.scp.css';

/* /Components/Charts/EChartBase.razor.rz.scp.css */
.chart-canvas[b-k7ulaskw4p] {
    width: 100%;
}
/* /Components/Nav/DesktopNav.razor.rz.scp.css */
/* Largeur d'un segment : doit correspondre a SegmentWidth dans DesktopNav.razor.cs, qui s'en
   sert pour positionner l'indicateur. Les deux valeurs sont liees, ne bouger que les deux. */
.db-segmented[b-ljcf8hvy8t] {
    position: relative;
    display: inline-flex;
    gap: 2px;
    padding: 4px;
    border-radius: 999px;
    background: rgb(255 255 255 / 14%);
}

.db-seg-indicator[b-ljcf8hvy8t] {
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    width: 104px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 10px -2px rgb(15 23 42 / 25%);
    transition: transform 300ms cubic-bezier(0.65, 0, 0.35, 1);
}

.db-seg-label[b-ljcf8hvy8t] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    padding: 8px 10px;
    border-radius: 999px;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: rgb(255 255 255 / 75%);
    cursor: pointer;
    white-space: nowrap;
    transition: color 200ms ease;
}

.db-seg-label--active[b-ljcf8hvy8t] {
    color: #0f172a;
}
/* /Components/Nav/MobileNav.razor.rz.scp.css */
.bubble-icon-in[b-uw51crvyff] {
    display: flex;
    align-items: center;
    justify-content: center;

}

