#chart-bar {
    height: 100%;
}

.chart-bar-header {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 0 0 20px 18.5px;
}

.chart-bar-body {
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
}

.chart-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.chart-container-wrapper {
    width: 410px;
}

.chart-container {
    height: 100%;
    border-radius: 8px;
    border: 1px solid rgba(9, 30, 66, 14%);
}

html[data-color-mode="dark"] .chart-container {
    border: 1px solid rgb(255 255 255 / 14%) !important;
}

html[data-color-mode="dark"] .chart-bar-type {
    border-left: 1px solid #ffffff24 !important;
    border-bottom: 1px solid #ffffff24 !important;
}

.chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    padding: 0 16px;
    margin: 7px 0;
}

.chart-bar-header.scrolled {
    box-shadow: 0 4px 8px -4px #091E4229;
}

html[data-color-mode="dark"] .chart-bar-header.scrolled {
    box-shadow: 0 4px 8px -4px #ffffff29;
}

.chart-header-title {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

html[data-color-mode="dark"] .chart-header-title {
    color: rgb(159, 173, 188) !important;
}

.chart-body {
    margin-top: 24px;
}

.chart {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    cursor: pointer;
}

.chart-bar-type {
    width: 376px;
    height: 250px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-left: 1px solid #091E4224;
    border-bottom: 1px solid #091E4224;
}

.chart-label {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0 20px 0;
    padding: 0 20px;
}

.chart-legend {
}

.clear-chart-filter-button {
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    size: 14px;
    width: 60px;
    cursor: pointer;
    color: #172B4D;
}

html[data-color-mode="dark"] .clear-chart-filter-button {
    color: rgb(159, 173, 188) !important;
}

html[data-color-mode="dark"] .clear-chart-filter-button:hover {
    background: rgb(103 111 125 / 14%)
}

.clear-chart-filter-button:hover {
    background: #091E420F;
}

.clear-chart-filter-button:active {
    background-color: #091E4224;
}

html[data-color-mode="dark"] .clear-chart-filter-button:active {
    background-color: #393b3f;
}

.chart-selected-option-filter {
    background: #56c5e254;
    border-radius: 8px;
}

html[data-color-mode="dark"] .chart-selected-option-filter{
    background-color: #2b2f33 !important;
}

.atlaskit-portal:has(div[id*="ds--dropdown"] > div > div[data-testid="dropdown-menu-add-chart"]) {
    z-index: 1050 !important;
}

.select-checkbox-chart {
    padding: 0 0 20px 0;
    width: 410px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.select-checkbox-label {
    font-style: inherit;
    color: var(--ds-text-subtlest, var(--ds-text-subtlest, #6B778C));
    font-weight: var(--ds-font-weight-semibold, 600);
    margin-top: 16px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: var(--ds-space-050, 4px);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #172B4D;
}

html[data-color-mode="dark"] .select-checkbox-label {
    color: rgb(159, 173, 188)  !important;
}

.select-chart__multi-value__label {
    font-size: 14px !important;
    color: #172B4D !important;
}

html[data-color-mode="dark"] .select-chart__multi-value__label {
    color: rgb(159, 173, 188) !important;
}

.empty-chart {
    width: 100%;
    height: calc(100vh - 270px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 16px 20px;
}

.empty-chart-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    color: #626F86;
}

.empty-chart-desc {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #626F86;
}

.empty-data-chart {
    height: 47px;
    display: flex;
    justify-content: center;
}

.empty-data-chart-desc {
    margin: 0;
    color: #626F86;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.chart-bar-header-option {
    font-style: inherit;
    font-weight: var(--ds-font-weight-semibold, 600);
    display: inline-block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}

.select-chart__menu-list > div:not(.select-chart__option--is-selected) > div > span > svg {
    color: #ffffff0f;
}

html[data-color-mode="dark"] .select-chart__menu-list > div:not(.select-chart__option--is-selected) > div > span > svg {
    color: #A1BDD914;
}

.chart-control {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 24px 0;
}

.chart-control-legend-view {
    display: flex;
    gap: 6px;
}

.chart-control-sort-legend {
    position: absolute;
    right: 22px;
    height: 24px;
    cursor: pointer;
    padding: 0 4px 0 3px;
    border-radius: 3px;
}

.chart-control-sort-legend:hover {
    background-color: #F6F6F6;
}

html[data-color-mode="dark"] .chart-control-sort-legend:hover {
    background-color: #2b2f33;
}

.chart-control-sort-legend:active {
    background-color: #091E4224;
}

html[data-color-mode="dark"] .chart-control-sort-legend:active {
    background-color: #393b3f;
}