#studyContainer .select-date-text {
    color: var(--bs-gray-600);
}

#studyContainer .select-date-group .btn-outline-gray {
    --bs-btn-color: var(--bs-gray-400);
    --bs-btn-border-color: var(--bs-gray-400);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-gray-400);
    --bs-btn-hover-border-color: var(--bs-gray-400);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3b3b3b;
    --bs-btn-active-border-color: var(--bs-gray-400);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-gray-400);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-gray-400);
    --bs-gradient: none;
    font-size: 0.875rem;
    width: 67px;
    height: 31px;
}

#studyContainer .report-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 20px 24px;
    border: 1px solid var(--bs-gray-200);
    border-radius: 0.5rem;
}

#studyContainer .report-total-container {
    text-align: center;
    align-content: center;
    background-color: var(--bs-gray-100);
    height: 48px;
    border-radius: 0.5rem;
}

#studyContainer .chart_bar .bar_line {
    position: absolute;
    bottom: 28px;
    width: 100%;
    height: 190px;
    z-index: -1;
}

#studyContainer .chart_bar .bar_line div {
    position: absolute;
    width: 100%;
    height: 1px;
}

#studyContainer .chart_bar .bar_line .stand {
    bottom: 0;
    background: #000;
}

#studyContainer .chart_bar .bar_line .line {
    top: 0;
    background: #e8e8e8;
}

#studyContainer .chart_bar .bar_line .line.ty2 {
    top: 50%;
    transform: translateY(-50%);
}

#studyContainer .chart_bar .bar_wrap {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 42px;
    align-items: flex-end;
    z-index: 2;
    max-width: 300px;
    width: 100%;
}

#studyContainer .chart_bar .bar_wrap .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 29px;
}

#studyContainer .chart_bar .bar_wrap .item .label {
    position: absolute;
    bottom: 0;
    line-height: 1.2;
    font-size: 0.75rem;
    height: 29px;
    color: var(--bs-gray-900);
    align-content: center;
}

#studyContainer .chart_bar .bar_wrap .item .bar {
    width: 100%;
    border-radius: 0.25rem 0.25rem 0 0;
    background: var(--bs-primary);
    height: 0;
    transition: height 0.5s ease-in-out;
    max-width: 72px;
}

#studyContainer .chart_bar .bar_wrap .item .value {
    line-height: 1.2;
    font-size: 0.75rem;
    color: var(--bs-black);
}
