.homeworkDuo{
    margin-top: 24px;
    padding: 16px 24px 24px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}
.homeworkDuo__title{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-bottom: 16px;
} 
.homeworkDuo__item{
    background: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}
.homeworkDuo__item:last-child{
    margin-bottom: 0;
}
.homeworkDuo__item .item__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.homeworkDuo__item .item__top .item__top__left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.homeworkDuo__item .item__top .item__top__left .caption__top{
    padding: 4px 12px;
    background: #FFFFFF;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeworkDuo__item .item__top .item__top__left .caption__top svg{
    position: relative;
    top: 1px;
    margin-right: 4px;
}
.homeworkDuo__item--math .item__top .item__top__left .caption__top {
    background:#FF6609;
}
.homeworkDuo__item--english .item__top .item__top__left .caption__top {
    background:#0276E9;
    display: flex;
    align-items: center;
}
.homeworkDuo__item--literature .item__top .item__top__left .caption__top {
    background:#FFA804;
}
.homeworkDuo__item--dhqg_hn .item__top .item__top__left .caption__top {
    background:#008141;
}
.homeworkDuo__item--dhqg_hcm .item__top .item__top__left .caption__top {
    background:#28306A;
}
.homeworkDuo__item--dgtd_dhbk .item__top .item__top__left .caption__top {
    background:#23549D;
}

.homeworkDuo__item--physics .item__top .item__top__left .caption__top {
    background:#5E5CE6;
}

.homeworkDuo__item--chemistry .item__top .item__top__left .caption__top {
    background: #FFCC00;
}

.homeworkDuo__item--biology .item__top .item__top__left .caption__top {
    background: #3CA031;
}

.homeworkDuo__item--literature .item__top .item__top__left .caption__top {
    background: #FFA804;
}

.homeworkDuo__item--khtn .item__top .item__top__left .caption__top {
    background: #FFA804;
}

.item__top .item__top__left .lesson__increase--increase{
    font-weight: 600;
    font-size: 11px;
    border-radius: 16px;
    border: 1px solid;
    width: 110px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    border-color: #FF6609;
    color: #FF6609;
    margin-right: 16px;
}

.item__top .item__top__left .__level{
    font-weight: 600;
    font-size: 13px;
    color: #FF6609;
    border: 1px solid #FF6609;
    border-radius: 24px;
    text-align: center;
    padding: 4px 12px;
    margin-right: 16px;
    height: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
}
.item__top .item__top__left .__level svg {
    margin-top: -2px;
    margin-right: 4px;
}

.item__top .item__top__right{
    font-weight: 500;
    font-size: 14px;
    color: #250A03;
}
.homeworkDuo__item .item__book_name{
    font-size: 12px;
    font-weight: 400;
    color: #5A5A5A;
    margin-bottom: 12px;
}
.homeworkDuo__item .item__title{
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}
.homeworkDuo__item .item__duration{
    font-weight: 500;
    font-size: 14px;
    color: #828282;
    margin-top: 4px;
}
.homeworkDuo__item .list__homework{
    margin-top: 16px;
}
.homeworkDuo__item .item__content-next_lesson  .list__homework .one__homework{
    display: flex;
    border: 2px solid #FF6609;
    border-radius: 8px;
}
.homeworkDuo__item .list__homework .one__homework{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 12px;
    cursor: pointer;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 8px;
}
.homeworkDuo__item .list__homework .one__homework:last-child{
    margin-bottom: 0;
}
.one__homework .one__homework__left, .one__homework .one__homework__right{
    display: flex;
    align-items: center;
}
.homeworkDuo__item .item__content-next_lesson .one__homework__left .one__homework__title{
    color: #FF6609;
    cursor: unset;
}
.one__homework__left .one__homework__title{
    margin-left: 8px;
    margin-right: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.one__homework__left .one__homework__score{
    font-weight: 600;
    font-size: 14px;
    color: #2DAA00;
}

.one__homework__left .one__homework__score--grading{
    color: #FF6609;
}
.one__homework__right .one__homework__right--cup {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-right: 16px;
}
.homeworkDuo__item .item__reminder{
    font-weight: 600;
    font-size: 12px;
    color: #0063F7;
    margin-top: 24px;
}
.homeworkDuo__item .item__students{
    font-weight: 400;
    font-size: 12px;
    color: #242424;
    display: flex;
    align-items: center;
    margin-left: 12px;
    margin-top: 24px;
}
.homeworkDuo__item .item__students .imgs__student{
    margin-right: 8px;
}
.homeworkDuo__item .item__students .imgs__student img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: -12px;
}
.homeworkDuo__item .item__students .imgs__student span{
    background: #0276E9;
    color:#fff;
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    line-height: 32px;
    margin-left: -12px;
}
.item__top__left .cap__test {
    padding: 3px 12px;
    display: inline-block;
    background: #DB000D;
    font-size: 14px;
    font-weight: 600;
    border-radius: 24px;
    color: #FFFFFF;
}
.item__content-next_lesson .cap__test  {
    padding: 3px 12px;
    display: inline-block;
    background: #DB000D;
    font-size: 14px;
    font-weight: 600;
    border-radius: 24px;
    margin-right: 8px;
    margin-bottom: 16px;
    color: #FFFFFF;
}
.homeworkDuo__item div .text__warning,
.item__content-next_lesson .text__warning {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    align-items: center;
}

.homeworkDuo__item div .text__warning i,
.item__content-next_lesson .text__warning i {
    color: #FF0000;
    font-size: 12px;
}
