.mission_center_container header{
    margin-bottom: 20px;
}
.mission_center_container .header_container{
    padding: 16px 0;
}

.tab_content{
    align-items: flex-end;
    text-align: center;
}
.tab_container a{
    display: block;
}
.tab_container a.active::after{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
}

.mission_timer{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #A7A7A7;
    margin-bottom: 10px;
}
.mission_item{
    background: var(--component-bg-color);
    padding: 13px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.mission_item_title{
    color:#fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.mission_item_prize{
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    color: #A7A7A7;
    margin-bottom: 5px;
}
.mission_item_reward{
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: var(--theme-hili-color);
}
.progress_bar .progress_bar_value{
    color: #fff;
}

.mission_reward{
    display: flex;
    justify-content: space-between;
    align-items: center;
}