.student-widget-container {
    padding: 20px;
    height: auto;
    position: relative;
    border-radius: 5px;
    border: 1px solid var(--light-grey-4);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.student-widget__title_label {
    font-size: 10px;
    font-weight: 600;
    color: var(--shuttle-grey);
    line-height: 18px;
    margin-top: 4px;
}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

.student-widget__content__graph .rz-chart {
    width: 177px;
    height: 185px;
}

.student-widget__content__graph .rz-chart svg {
    width: 126% !important;
}

.student-widget__content__graph .rz-axis {
    display: none;
}

.student-widget__content__graph .rz-series-item-0 {
    fill: var(--light-blue-2);
    stroke: var(--light-blue-2);
}

.student-widget__content__graph .rz-series-item-1 {
    fill: var(--voila);
    stroke: var(--voila);
}

.student-widget__content__graph .rz-series-item-2 {
    fill: var(--mid-blue);
    stroke: var(--mid-blue);
}

.student-widget__content__graph .rz-series-item-3 {
    fill: var(--shamrock);
    stroke: var(--shamrock);
}

.student-widget__content__graph .rz-chart-tooltip {
    display: none;
}

.balance-legend {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-top: 50px;
}

.balance-legend__labels {
    padding-right: 25px;
    border-right: 1px solid var(--light-grey-2);
}

.balance-legend__label {
    display: flex;
    align-items: center;
    height: 19px;
}

.balance-legend__label h6 {
    color: var(--shuttle-grey);
    font-size: 10px;
    margin-left: 6px;
    line-height: 0;
}


.balance-legend__values h6 {
    font-weight: 700;
}

.total-funds-label {
    font-size: 10px;
    font-weight: 600;
    color: var(--shuttle-grey);
    line-height: 15px;
}

.total-funds-value {
    font-weight: 700;
}

.student-widget__content {
    display: grid;
    align-items: end;
}

.student-widget__content h3 {
    font-size: 16px
}

.student-widget__content__graph .rz-donut-content {
    margin-top: 4px;
}

.student-widget__content__description h3 {
    white-space: nowrap;
    overflow: hidden;
}

.balance-detail {
    display: grid;
    align-items: center;
    margin-bottom: 7px;
}

.balance-detail__available-label {
    color: var(--shuttle-grey);
    font-size: 13px;
}

.student-widget__title h5 {
    color: var(--pale-sky);
}

.vertical-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 7px solid #C40101;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

@media(max-width: 768px) {
    .balance-legend {
        margin-top: 25px;
    }

    .student-widget__content {
        padding: 0;
    }

    .student-widget-container {
        padding: 10px 20px 10px;
    }
}
