#card-schedule {
    display: flex;
    padding: 18px 10px !important;
}

#schedule-area-right a {
    pointer-events: none;
    color: var(--text-highlight-color);
}


#schedule-area-left, #schedule-area-right {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#schedule-area-left {
    width: 30%;
}

#schedule-area-right {
    width: 70%;
    padding: 0 5px;
}

.schedule-r0, .schedule-r1, .schedule-r2 {
    height: 2rem;
    width: 100%;
    align-items: center;
    display: flex;
}

.schedule-d0 {
    width: 30px;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
}

.schedule-d1 {
    width: calc(100% - 35px);
    height: 1.5rem;
    align-items: center;
    display: flex;
}

progress {
    width: 100%;
    height: 8px;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #e6eaf0;
    overflow: hidden;
}

progress::-webkit-progress-bar {
    background: #e6eaf0;
    border-radius: 5px;
    overflow: hidden;
}

progress::-webkit-progress-value {
    background: #3b82f6;
    border-radius: 5px;
}

progress::-moz-progress-bar {
    background: #3b82f6;
    border-radius: 5px;
}

.aside-span1, .aside-span2 {
    height: 1rem;
    font-size: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    position: absolute;
}

.aside-span1 {
    margin-left: 5px;
}

.aside-span2 {
    right: 20px;
    color: var(--june-secondtext);
}

.aside-span2 a {
    margin: 0 3px;
}

#pBar_month, #pBar_week, #pBar_year {
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

#schedule-date, #schedule-days, #schedule-title {
    display: flex;
    align-items: center;
}

#schedule-title {
    height: 25px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
}

#schedule-days {
    height: 55px;
    line-height: 1;
    font-size: 35px;
    font-weight: 900;
    color: var(--june-lighttext);
}

#schedule-date {
    height: 20px;
    line-height: 1;
    font-size: 12px;
    color: var(--june-secondtext);
}