.mysidebar {
    width: 200px;
    height: 200px;
    position: fixed;
}

img.moyu-calendar {
    width: 100%;
    height: auto;
    /* margin-bottom: 20px; */
}

.myIcon {
    position: absolute;
    right: -1px;
    /* left: 0px; */
    transform: scale(2, 2);
}

.sidebar-icon {
    background: rgb(230, 230, 230);
    width: 21px;
    height: 60px;
    position: absolute;
    right: 200px;
    top: 0px;
    text-align: center;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: Center;
    border-radius: 7px 0 0 7px;
}

/*深色模式下给侧边悬浮栏增加遮罩*/
[data-theme="dark"] .sidebar-icon {
    background: rgb(44 44 44) !important;
}


#my-year {
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 0 0 0 7px !important;
    position: absolute;
}

[data-theme="dark"] #my-year {
    background: rgb(29 29 29);
}

/*标题阴影效果*/
.year-text {
    font-size: 17px;
    text-align: center;
    position: relative;
    display: block;
    width: max-content;
    margin-bottom: 10px;
    margin-top: 2px;
    left: 10px;
    right: 10px
}

.year-text:after {
    content: "";
    display: block;
    background-color: #3456fd;
    width: 30px;
    height: 9px;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 10px;
    opacity: 0.25;
    pointer-events: none;
}

/*短代码-进度条*/
.progress-wrapper {
    padding: 0;
    position: relative;
    margin-top: 0px;
    width: 180px;
    left: 10px;
    right: 10px
}

.progress-info {
    display: flex;
    margin-bottom: .5rem;
    align-items: center;
    justify-content: space-between;
}

.progress {
    background: var(--color-border-on-foreground-deeper);
}

.progress {
    overflow: hidden;
    height: 8px;
    margin-bottom: 1rem;
    border-radius: .2rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.progress {
    font-size: .75rem;
    display: flex;
    overflow: hidden;
    height: 8px;
    border-radius: .25rem;
    background-color: #e9ecef;
    box-shadow: inset 0 0.1rem 0.1rem rgb(0 0 0 / 10%);
}

.progress-bar {
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.bg-primary {
    background-color: #5e72e4 !important;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    transition: width .6s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #5e72e4;
    justify-content: center;
}

.progress-label span {
    font-size: .625rem;
    font-weight: 600;
    display: inline-block;
    padding: .25rem 1rem;
    text-transform: uppercase;
    color: #5e72e4;
    border-radius: 30px;
    background: rgba(94, 114, 228, .1);
}

#yearprogress_text_container {
    width: 100%;
    height: 22px;
    overflow: hidden;
    user-select: none;
}

.progress-percentage {
    text-align: right;
}

#yearprogress_text_container>span {
    transition: all .3s ease;
    display: block;
    height: 22px;
}

.progress-percentage span {
    font-size: .875rem;
    font-weight: 600;
    display: inline-block;
    color: #8898aa;
}

#yearprogress_text_container:hover>span {
    transform: translateY(-20px);
}

#hitokoto {
    position: relative;
    margin-top: 0px;
    left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;

}